@media (max-width: 1660px) {
  .header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.on {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    top: 15px;
    left: 60px;
    z-index: 2;
  }
  .header .index_nav {
    right: 120px;
    top: 0px;
  }
  .header .index_nav > ul {
    text-align: center;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    height: 90px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .index_nav > ul > li:nth-child(1) {
    background: none;
  }
  .header .index_nav > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 90px;
    border-top: solid 3px rgba(0, 0, 0, 0);
    opacity: 0.9;
  }
  .header .index_nav > ul > li > a.on,
  .header .index_nav > ul > li > a:hover {
    opacity: 1;
    border-top: solid 3px #b81c22;
  }
  .menua {
    position: fixed;
    top: 36px;
    right: 40px;
    z-index: 5;
  }
  .gupiao {
    width: 470px;
    height: 66px;
    background: rgba(255, 255, 255, 0.9);
    border-right: solid 4px #b81c22;
    padding: 8px 20px 0 25px;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 11;
  }
  .gupiao .gpleft {
    color: #000000;
    width: 280px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  .gupiao .gpleft .note {
    font-size: 24px;
    line-height: 26px;
  }
  .gupiao .gpleft .note span {
    margin-left: 10px;
    margin-right: 10px;
  }
  .gupiao .gpleft .note div {
    font-size: 14px;
  }
  .gupiao .gpright {
    color: #666666;
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .index_main {
    padding-top: 65px;
    padding-bottom: 85px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index_main .index_tit {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
  }
  .index_main .index_note {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main .index_m .item {
    margin-top: 20px;
    border-radius: 15px;
  }
  .index_main .index_m .item.item2 {
    cursor: pointer;
  }
  .index_main .index_m .item .item_abs span {
    font-size: 20px;
  }
  .index_main .index_m .item .item_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px 0;
  }
  .index_main .index_m .item .item_div .tit {
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
  }
  .index_main .index_m .item .item_div .hengxian {
    background-color: #ffffff;
    width: 56px;
    height: 3px;
    margin-top: 20px;
  }
  .index_main .index_m .item .item_div .more {
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
  }
  .index_main .index_m .item .picbg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b81c22;
    background-size: 100%;
    border-radius: 150px;
  }
  .index_main .index_m .item .item_div1 {
    font-size: 24px;
    text-align: center;
  }
  .index_main .index_m .item .item_div1 img {
    margin-bottom: 10px;
    height: 40px;
  }
  .index_main .index_m .item .item_div2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: #b81c22;
    border-radius: 150px;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all 0.6s ease-in-out;
  }
  .index_main .index_m .item .item_div2.on {
    width: 3400px;
    height: 2000px;
  }
  .index_main1 {
    padding-top: 100px;
    background-size: 100% 424px;
  }
  .index_main1 .m1_top .item .tit {
    font-size: 52px;
    line-height: 52px;
  }
  .index_main1 .m1_top .item .note {
    font-size: 14px;
  }
  .index_main1 .m1_bot {
    margin-top: 70px;
  }
  .index_main1 .m1_bot .bot_right {
    width: 1000px;
    margin-right: -15px;
  }
  .index_main1 .m1_bot .bot_right .itema .prev {
    left: 40px;
  }
  .index_main1 .m1_bot .bot_right .itema .next {
    right: 40px;
  }
  .index_main1 .m1_bot .bot_left {
    margin-right: 1000px;
    margin-left: 65px;
  }
  .index_main1 .m1_bot .bot_left .left_top {
    height: 242px;
    margin-right: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item {
    padding: 30px 20px 0;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .tit {
    font-size: 32px;
    line-height: 42px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .note {
    margin-top: 15x;
    margin-bottom: 15px;
  }
  .index_main1 .m1_bot .bot_left .left_bot {
    margin-top: -70px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 70px 0 0 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .xuhao {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont {
    margin-left: 90px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont .tit {
    color: #000000;
    font-size: 20px;
  }
  .index_main2 {
    position: relative;
    margin-top: 100px;
  }
  .index_main2 .m2_right {
    width: 430px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .index_main2 .m2_right .mr_top video {
    width: 380px;
    height: 214px;
  }
  .index_main2 .m2_right .mr_mid {
    padding-top: 60px;
    padding-bottom: 45px;
    border-bottom: solid 1px #cccccc;
  }
  .index_main2 .m2_right .mr_mid ul {
    border-left: solid 1px #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_main2 .m2_right .mr_mid ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    line-height: 46px;
    height: 46px;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover {
    color: #b81c22;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #b81c22;
    left: -6px;
  }
  .index_main2 .m2_right .mr_mid ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
  }
  .index_main2 .m2_right .mr_bot {
    padding-top: 100px;
    position: relative;
  }
  .index_main2 .m2_right .mr_bot #owl-demo5 {
    padding-bottom: 70px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot {
    display: inline-block;
    background-color: #9a9a9a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot.active {
    background: #000;
  }
  .index_main2 .m2_right .mr_bot .tit {
    color: #000000;
    font-size: 28px;
    line-height: 28px;
  }
  .index_main2 .m2_right .mr_bot .note {
    color: #666666;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 35px;
  }
  .index_main2 .m2_right .mr_bot .more a {
    color: #000000;
    font-size: 18px;
  }
  .index_main2 .m2_right .mr_bot .more a img {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
  }
  .index_main2 .m2_left {
    margin-right: 430px;
    background: #f3f4f6;
  }
  .index_main2 .m2_left .pic {
    height: 760px;
    background-size: cover!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .index_main2 .m2_left .m2_bot {
    padding: 30px 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_left {
    padding-top: 60px;
    width: 684px;
    padding-left: 65px;
    padding-right: 42px;
    border-right: solid 1px #cccccc;
    padding-bottom: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .tit {
    color: #000000;
    font-size: 40px;
    line-height: 40px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note {
    color: #000000;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note1 {
    color: #666666;
    font-size: 16px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot {
    padding-top: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a {
    border-radius: 25px;
    background-color: #b81c22;
    width: 224px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a img {
    margin-right: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right {
    margin-left: 684px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item {
    border-top: solid 1px #ccc;
    text-align: center;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item:nth-child(1) {
    border-top: 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a {
    display: block;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a img {
    margin-bottom: 15px;
  }
  .index_main3 {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }
  .index_main3 .m3_left {
    width: 554px;
    padding-left: 60px;
  }
  .index_main3 .m3_left .tit {
    font-size: 32px;
    line-height: 32px;
  }
  .index_main3 .m3_left .note {
    font-size: 18px;
    line-height: 18px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .index_main3 .m3_left .note1 {
    font-size: 14px;
  }
  .index_main3 .m3_left .bot {
    padding-top: 25px;
    width: 400px;
  }
  .index_main3 .m3_left .bot a {
    display: inline-block;
    margin-top: 18px;
    border-radius: 20px;
    background-color: #f3f4f6;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-right: 25px;
  }
  .index_main3 .m3_left .bot a:hover {
    color: #fff;
    background: #b81c22;
  }
  .index_main3 .m3_left .bot1 {
    margin-top: 40px;
    padding-top: 30px;
    background: url(../images/bgtp4.jpg) no-repeat left top;
  }
  .index_main3 .m3_left .bot1 .item {
    color: #666666;
    font-size: 14px;
    line-height: 40px;
  }
  .index_main3 .m3_left .bot1 .item img {
    margin-right: 15px;
  }
  .index_main3 .m3_right {
    position: absolute;
    left: 800px;
    bottom: -100px;
  }
  .index_main3 .m3_right > img {
    position: relative;
    z-index: 3;
    width: 800px;
  }
  .index_main3 .m3_right .quan1 {
    width: 1231px;
    height: 1231px;
    background: url(../images/yuanquan2.png) no-repeat center center;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -615px;
    z-index: 3;
    animation: zhuanquan1 infinite 15s linear;
  }
  .index_main3 .m3_right .quan2 {
    width: 1434px;
    height: 1434px;
    background: url(../images/yuanquan1.png) no-repeat center center;
    position: absolute;
    top: -191px;
    left: 50%;
    margin-left: -717px;
    z-index: 1;
    animation: zhuanquan1 infinite 30s linear;
  }
  .index_main3 .m3_right .m3_abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .index_main3 .m3_right .m3_abs .item {
    position: absolute;
    border-radius: 50%;
    background-color: #b81c22;
    width: 16px;
    height: 16px;
  }
  .index_main3 .m3_right .m3_abs .item .dian {
    width: 16px;
    height: 16px;
    position: relative;
  }
  .index_main3 .m3_right .m3_abs .item .dian div {
    background-color: #b81c22;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale1 infinite 4s linear;
  }
  .index_main3 .m3_right .m3_abs .item .shuxian {
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 1px;
    background: #b81c22;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian {
    border-radius: 50%;
    background-color: #b81c22;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian:before {
    content: '';
    width: 29px;
    height: 29px;
    background: rgba(184, 28, 34, 0.1);
    border: solid 1px #b81c22;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_main3 .m3_right .m3_abs .item .note {
    color: #b81c22;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -9px;
    left: 100%;
    margin-left: 25px;
    width: 100px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) {
    top: 39%;
    left: 73%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .shuxian {
    height: 160px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(1) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(2) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) {
    top: 48%;
    left: 35%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .shuxian {
    height: 150px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(1) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(2) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) {
    top: 53%;
    left: 23%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .shuxian {
    height: 230px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(1) {
    animation-delay: 0.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(2) {
    animation-delay: 2.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) {
    top: 48%;
    left: 54.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .shuxian {
    height: 195px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(1) {
    animation-delay: 1.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(2) {
    animation-delay: 3.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) {
    top: 57%;
    left: 39.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .shuxian {
    height: 130px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main4 {
    margin-bottom: 60px;
  }
  .index_main5 {
    height: 160px;
    overflow: hidden;
    background: url(../images/bgtp5.png) repeat-y center;
    background-size: 100%;
    padding-left: 160px;
    padding-right: 160px;
    padding-top: 50px;
  }
  .index_main5 .k1 {
    bottom: 30px;
    left: -50px;
  }
  .index_main5 .k2 {
    top: 30px;
    left: 400px;
  }
  .index_main5 .k3 {
    bottom: -100px;
    right: -300px;
  }
  .index_main5 .m5left .tit {
    color: #ffffff;
    font-size: 32px;
    line-height: 32px;
  }
  .index_main5 .m5left .note {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
  }
  .index_main5 .m5right {
    padding-top: 6px;
  }
  .index_main5 .m5right a {
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(148, 23, 3, 0.5);
    width: 224px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #000;
    font-size: 20px;
  }
  .copyRight {
    height: 58px;
    background: #000000;
    padding-left: 70px;
    padding-right: 70px;
  }
  .copyRight .item {
    padding: 0 30px;
    color: #999999;
    line-height: 58px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    margin-left: -1px;
  }
  .copyRight .item img {
    margin-right: 10px;
  }
  .copyRight .item1 {
    padding: 0 20px;
    color: #999999;
    line-height: 58px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    background: #1a1a1a;
    cursor: pointer;
  }
  .copyRight .item1 img {
    margin-right: 10px;
  }
  .footer {
    background: #0e0e0e;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer .footer_left {
    width: 300px;
  }
  .footer .footer_left .tit {
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .footer .footer_left .note {
    color: #cccccc;
    font-size: 14px;
  }
  .footer .footer_right {
    width: 260px;
  }
  .footer .footer_right .fr_top a {
    border-radius: 29px;
    background-color: #b81c22;
    width: 264px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
  }
  .footer .footer_right .fr_top a img {
    margin-right: 15px;
  }
  .footer .footer_right .follow {
    padding-top: 50px;
  }
  .footer .footer_right .follow .tit {
    color: #ffffff;
    font-size: 18px;
  }
  .footer .footer_right .follow .cont {
    margin-top: 20px;
    margin-right: -50px;
  }
  .footer .footer_right .follow .cont .item {
    width: 25%;
  }
  .footer .footer_right .note {
    padding-top: 60px;
    color: #cccccc;
  }
  .footer .footer_cont {
    margin-left: 0px;
    margin-right: 300px;
  }
  .footer .footer_cont .item {
    padding: 0 2%;
  }
  .footer .footer_cont .item .tita a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
  }
  .footer .footer_cont .item .cont li {
    line-height: 36px;
  }
  .footer .footer_cont .item .cont li a {
    color: #cccccc;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer_cont .item .cont li a:hover {
    color: #fff;
  }
  .contact_tk .tk_close {
    width: 19px;
    height: 18px;
    background: url(../images/chacha.png) no-repeat center center;
    position: absolute;
    right: 21px;
    top: 21px;
    cursor: pointer;
    z-index: 3;
  }
  .contact_tk1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
  }
  .contact_tk1 img {
    margin-bottom: 10px;
  }
  .contact_tk2 {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/bgtp6.jpg) no-repeat center center;
    background-size: cover;
    transform: translateY(100%);
  }
  .contact_tk2.on {
    transform: translateY(0%);
  }
  .contact_tk2 .c2_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../images/bgtp7.png) repeat-y center;
    background-size: 100%;
    color: #ffffff;
    padding: 45px 160px 0;
  }
  .contact_tk2 .c2_bot .tit {
    font-size: 22px;
  }
  .contact_tk2 .c2_bot .note {
    font-size: 32px;
    font-weight: bold;
  }
  .contact_tk2 .c2_bot .note1 {
    font-size: 14px;
  }
  .contact_tk2 .c2_bot .c2b_right {
    padding-top: 20px;
    padding-right: 80px;
  }
  .contact_tk2 .c2_bot .c2b_right div {
    border-radius: 8px;
    background-color: #b81c22;
    width: 250px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  .contact_tk3 {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/bgtp8.jpg) no-repeat center center;
    background-size: cover;
    transform: translateY(100%);
  }
  .contact_tk3.on {
    transform: translateY(0%);
  }
  .contact_tk3 .tk3_m {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    transform: translate(-50%, -50%);
  }
  .contact_tk3 .tk3_m .tk3_top .tit {
    color: #000;
    font-size: 32px;
    line-height: 32px;
  }
  .contact_tk3 .tk3_m .tk3_top .note {
    color: #666666;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .contact_tk3 .tk3_m .tk3_top .btn1 .btna {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 126px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    color: #000000;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
  }
  .contact_tk3 .tk3_m .tk3_top .btn1 .btna.on {
    background: #b81c22;
    border-color: #b81c22;
    color: #fff;
  }
  .contact_tk3 .tk3_m .tk3_cont {
    margin-top: 20px;
  }
  .contact_tk3 .tk3_m .tk3_cont .name {
    width: 100px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
  }
  .contact_tk3 .tk3_m .tk3_cont .item {
    line-height: 30px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont {
    margin-left: 100px;
    max-width: 1220px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont .item1 {
    min-width: 25%;
    float: left;
    padding-right: 50px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont .item1 input {
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .name {
    line-height: 50px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left {
    width: 48%;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 {
    margin-bottom: 20px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont {
    margin-left: 120px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont .inp1 {
    width: 100%;
    height: 50px;
    border: solid 1px #000;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right {
    width: 48%;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 {
    margin-bottom: 20px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont {
    margin-left: 120px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont .textarea {
    width: 100%;
    height: 190px;
    border: solid 1px #000;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_btn {
    text-align: center;
    padding-top: 25px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_btn input {
    border-radius: 8px;
    background-color: #b81c22;
    width: 360px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: 0;
  }
  .ejbanner {
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 80px;
    padding-right: 80px;
  }
  .ejbanner .yuan1 {
    position: absolute;
    top: 0%;
    left: 25%;
    width: 400px;
  }
  .ejbanner .yuan2 {
    position: absolute;
    bottom: 0%;
    right: 15%;
    width: 400px;
  }
  .ejbanner .ejb {
    z-index: 3;
  }
  .ejbanner .ejb .tit {
    color: #000000;
    font-size: 24px;
  }
  .ejbanner .ejb .note {
    color: #000000;
    font-size: 80px;
    line-height: 100px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: bold;
  }
  .kuai span {
    margin-right: 20px;
  }
  .kuai .redk {
    background-color: #b81c22;
    width: 50px;
    height: 18px;
  }
  .kuai .redk1 {
    background-color: #e10414;
    width: 50px;
    height: 18px;
  }
  .kuai .yellowk {
    background-color: #fcc901;
    width: 50px;
    height: 18px;
  }
  .ej_nav1 {
    margin-left: 80px;
    margin-right: 80px;
    border-bottom: solid 1px #eeeeee;
  }
  .ej_nav1 .item {
    width: 16.6%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    top: 3px;
    font-size: 16px;
  }
  .ej_nav1 .item img {
    margin-bottom: 15px;
  }
  .ej_nav1 .item.on {
    border-bottom: solid 5px #b81c22;
  }
  .ej_nav2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ej_nav2 a {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }
  .pub_pad2 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .pro_details {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .pro_details .details_top .tit {
    font-size: 44px;
    line-height: 44px;
  }
  .pro_details .details_top .return {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 80px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 28px;
    color: #000000;
    font-size: 16px;
    margin-top: 7px;
  }
  .pro_details .details_mid {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .pro_details .details_mid .details_pic {
    width: 650px;
    height: 418px;
    background: url(../images/bgtp9.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .pro_details .details_mid .details_pic .item {
    width: 650px;
    height: 418px;
    line-height: 418px;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .item img {
    max-width: 80%;
    max-height: 80%;
    width: auto!important;
    height: auto!important;
    display: inline-block;
  }
  .pro_details .details_mid .details_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot.active {
    background: #b81c22;
  }
  .pro_details .details_mid .cont {
    margin-left: 690px;
    padding-top: 70px;
  }
  .pro_details .details_mid .cont .note span {
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  .pro_details .details_mid .cont .tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .pro_details .details_mid .cont .note1 {
    color: #666666;
    font-size: 14px;
    min-height: 140px;
  }
  .pro_details .details_bot {
    font-size: 14px;
  }
  .pro_main {
    padding-left: 80px;
    padding-right: 80px;
  }
  .pro_main .ej_tit {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
  }
  .pro_main .pro_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pro_main .pro_m .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .pro_main .pro_m .col-xs-12 .item {
    border-radius: 10px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 130px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note span {
    display: inline-block;
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    color: #ffffff;
    font-size: 16px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .tit {
    padding-top: 20px;
    font-size: 24px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note1 {
    max-width: 55%;
    color: #666666;
    font-size: 14px;
    padding-top: 15px;
  }
  .contact_btn {
    margin-top: 15px;
  }
  .contact_btn a {
    display: inline-block;
    background-color: #b81c22;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
  }
  .contact_btn a img {
    margin-right: 5px;
  }
  .sevice_main1 {
    margin-left: 70px;
    margin-right: 70px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .sevice_main1 .sevice_left {
    padding-top: 180px;
    border-right: solid 1px #eee;
    padding-bottom: 105px;
    padding-left: 30px;
    padding-right: 30px;
    width: 950px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #eee;
  }
  .sevice_main1 .sevice_left .tit {
    color: #000000;
    font-size: 70px;
    line-height: 70px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .note {
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .hengtiao {
    background-color: #b81c22;
    width: 100px;
    height: 10px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic {
    padding-top: 35px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic img {
    width: 100%;
  }
  .sevice_main1 .cont {
    padding-top: 340px;
    margin-left: 950px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .cont .tit {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
  }
  .sevice_main1 .cont .note {
    color: #666666;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .sevice_main2 {
    background: #f3f4f6;
    padding-top: 100px;
  }
  .sevice_main2 .m2_pic {
    width: 980px;
  }
  .sevice_main2 .m2_pic .pic_abs {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .sevice_main2 .m2_pic .pic_abs .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 8s ease-in-out;
  }
  .sevice_main2 .m2_pic .pic_abs .item:hover {
    transform: scale(1.2);
  }
  .sevice_main2 .m2_left {
    margin-right: 980px;
    padding-left: 80px;
    padding-right: 45px;
  }
  .sevice_main2 .m2_left .tit {
    color: #000000;
    font-size: 28px;
    line-height: 28px;
  }
  .sevice_main2 .m2_left .note {
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
  }
  .sevice_main2 .m2_left .btop {
    margin-top: 25px;
    background: url(../images/bgtp1.jpg) repeat-y center;
    background-size: 100%;
    height: 255px;
    border-radius: 15px 15px 0 0;
  }
  .sevice_main2 .m2_left .btop .item {
    top: 0;
    left: 0;
    padding: 20px 40px 35px;
  }
  .sevice_main2 .m2_left .btop .item .tit1 {
    color: #ffffff;
    font-size: 20px;
  }
  .sevice_main2 .m2_left .btop .item .note1 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
  }
  .sevice_main2 .m2_left .bbot {
    background: #f3f4f6;
    position: relative;
    z-index: 2;
    border-radius: 35px 0 0 0;
    margin-top: -35px;
    padding-top: 10px;
    padding-left: 35px;
  }
  .sevice_main2 .m2_left .bbot .item {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
  }
  .sevice_main2 .m2_left .bbot .item .icon {
    margin-right: 15px;
  }
  .sevice_main2 .m2_left .bbot .item .icon .imgb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sevice_main2 .m2_left .bbot .item.on {
    color: #b81c22;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imgb {
    opacity: 1;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imga {
    opacity: 0;
  }
  .sevice_main3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f3f4f6;
    padding-left: 60px;
    padding-right: 60px;
  }
  .sevice_main3.case_main3 {
    background: none;
    padding-top: 50px;
  }
  .sevice_main3.case_main3 .row .col-xs-12 .item .cont {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .sevice_main3 .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sevice_main3 .row .col-xs-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sevice_main3 .row .col-xs-12 .item .pic {
    border-radius: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item:hover .pic .picspan {
    transform: scale(1.1);
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit a {
    color: #000000;
    font-size: 28px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 16px;
  }
  .contact_main2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .case_main1 .case_right {
    width: 1000px;
    position: relative;
  }
  .case_main1 .case_right .case_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .case_main1 .case_right .case_pic .itema {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case_main1 .case_right .case_pic .itema .picspan {
    transition: all 8s ease-in-out;
  }
  .case_main1 .case_right .case_pic .itema .item:hover .picspan {
    transform: scale(1.1);
  }
  .case_main1 .case_right .case_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot.active {
    background: #fff;
  }
  .case_main1 .case_left {
    margin-right: 1000px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .case_main1 .case_left .case_top {
    padding-top: 60px;
  }
  .case_main1 .case_left .case_top .num {
    color: #000000;
    font-size: 36px;
  }
  .case_main1 .case_left .case_top .total {
    color: #666;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot {
    padding-top: 50px;
  }
  .case_main1 .case_left .case_bot .prev {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url(../images/zuojiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .next {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 60px;
    background: url(../images/youjiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .item .tit {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
  }
  .case_main1 .case_left .case_bot .item .tit1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot .item .note {
    color: #666666;
    font-size: 14px;
  }
  .case_main2 {
    padding-top: 90px;
    padding-bottom: 35px;
    overflow: hidden;
  }
  .case_main2 .case_word {
    font-size: 90px;
    color: #b81c22;
    font-weight: bold;
    width: 5000px;
    height: 90px;
    line-height: 90px;
  }
  .notice_main1 {
    padding: 0 60px 35px;
  }
  .notice_main1 .pic {
    border-radius: 15px;
    overflow: hidden;
  }
  .notice_main1 img {
    width: 100%;
  }
  .notice_main2 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .notice_main2 .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .notice_main2 .row .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .notice_main2 .row .col-xs-12 .item {
    margin-top: 30px;
    background: #f3f4f6;
    position: relative;
    padding: 70px 45px 0;
    height: 335px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
  }
  .notice_main2 .row .col-xs-12 .item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .notice_main2 .row .col-xs-12 .item .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_main2 .row .col-xs-12 .item .date span {
    background-color: #b81c22;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .notice_main2 .row .col-xs-12 .item .tit {
    line-height: 24px;
    max-height: 64px;
    overflow: hidden;
  }
  .notice_main2 .row .col-xs-12 .item .tit a {
    color: #000000;
    font-size: 24px;
  }
  .notice_main2 .row .col-xs-12 .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    max-height: 132px;
    margin-top: 15px;
    overflow: hidden;
  }
  .notice_tk {
    border-radius: 8px;
    background-color: #ffffff;
    width: 1200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    z-index: 11112;
    box-sizing: border-box;
  }
  .notice_tk .chacha {
    width: 20px;
    height: 20px;
    background: url(../images/chacha1.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
    background-size: 100% 100%;
  }
  .notice_tk .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_tk .date span {
    background-color: #b81c22;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .notice_tk .cont {
    padding-right: 20px;
    overflow-y: auto;
  }
  .notice_tk .cont .tit {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
  }
  .notice_tk .cont .note {
    color: #666666;
    font-size: 16px;
    margin-top: 40px;
  }
  .notice_tk .cont .note p.b {
    font-size: 20px;
    color: #000;
  }
  .notice_tk .tk_btn {
    padding-top: 35px;
  }
  .notice_tk .tk_btn a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 182px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 18px;
  }
  .contact_main1 .m1_abs {
    background: url(../images/bgtp9.png) repeat-y center;
    background-size: 100%;
    width: 445px;
    padding: 30px 0 30px 35px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .contact_main1 .m1_abs .tit {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
  }
  .contact_main1 .m1_abs .number {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact_main1 .m1_abs .note {
    color: #fff;
    font-size: 14px;
  }
  .job_main1 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .job_main1 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .job_main1 .pic img {
    width: 100%;
  }
  .job_main2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .job_main2 .tit {
    color: #000000;
    font-size: 40px;
    line-height: 40px;
  }
  .job_main2 .note {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #666666;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main2 .pic {
    max-width: 1400px;
  }
  .job_main2 .pic img {
    width: 100%;
  }
  .job_main3 .tit {
    color: #000000;
    font-size: 46px;
  }
  .job_main3 .note {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 {
    margin-top: 60px;
    border-bottom: solid 1px #ddd;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 .item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px #ddd;
    position: relative;
  }
  .job_main3 .job_m3 .item.on .jiantou {
    transform: rotate(0deg);
  }
  .job_main3 .job_m3 .item.on .tit {
    color: #b81c22;
  }
  .job_main3 .job_m3 .item .jiantou {
    width: 19px;
    height: 11px;
    background: url(../images/jiantoua.png) no-repeat center center;
    position: absolute;
    top: 125px;
    right: 60px;
    transform: rotate(-90deg);
  }
  .job_main3 .job_m3 .item .tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .job_main3 .job_m3 .item .note1 {
    padding-top: 30px;
  }
  .job_main3 .job_m3 .item .note1 .item1 {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    width: 50%;
  }
  .job_main3 .job_m3 .item .cont {
    margin-top: 40px;
    display: none;
  }
  .job_main3 .job_m3 .item .cont .cont1 {
    color: #666666;
    font-size: 14px;
  }
  .job_main3 .job_m3 .item .cont .cont1 p.b {
    color: #000000;
    font-size: 18px;
  }
  .job_main3 .job_m3 .item .cont .btna {
    margin-top: 30px;
  }
  .job_main3 .job_m3 .item .cont .btna a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 222px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
  }
  .banner {
    width: 100%;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 .item {
    display: block;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    line-height: 46px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 46px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.3s;
  }
  .banner #owl-demo1 .item .item_abs .kuai {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.6s;
  }
  .banner #owl-demo1 .item img {
    transform: scale(1.1);
    width: 100%;
    transition: all 8s linear;
  }
}
@media (max-width: 1440px) {
  .index_main1 {
    padding-top: 100px;
    background-size: 100% 424px;
  }
  .index_main1 .m1_top .item .tit {
    font-size: 52px;
    line-height: 52px;
  }
  .index_main1 .m1_top .item .note {
    font-size: 14px;
  }
  .index_main1 .m1_bot {
    margin-top: 70px;
  }
  .index_main1 .m1_bot .bot_right {
    width: 900px;
    margin-right: -15px;
  }
  .index_main1 .m1_bot .bot_right .itema .prev {
    left: 40px;
  }
  .index_main1 .m1_bot .bot_right .itema .next {
    right: 40px;
  }
  .index_main1 .m1_bot .bot_left {
    margin-right: 900px;
    margin-left: 65px;
  }
  .index_main1 .m1_bot .bot_left .left_top {
    height: 242px;
    margin-right: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item {
    padding: 20px 15px 0;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .tit {
    font-size: 26px;
    line-height: 36px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .note {
    margin-top: 10x;
    margin-bottom: 10px;
  }
  .index_main1 .m1_bot .bot_left .left_bot {
    margin-top: -70px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 50px 0 0 0;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .xuhao {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont {
    margin-left: 80px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont .tit {
    color: #000000;
    font-size: 18px;
  }
  .index_main2 {
    margin-top: 70px;
  }
  .index_main2 .m2_right {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .index_main2 .m2_right .mr_top video {
    width: 340px;
    height: 188px;
  }
  .index_main2 .m2_right .mr_mid {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: solid 1px #cccccc;
  }
  .index_main2 .m2_right .mr_mid ul {
    border-left: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main2 .m2_right .mr_mid ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    line-height: 30px;
    height: 30px;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover {
    color: #b81c22;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #b81c22;
    left: -6px;
  }
  .index_main2 .m2_right .mr_mid ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
  }
  .index_main2 .m2_right .mr_bot {
    padding-top: 40px;
    position: relative;
  }
  .index_main2 .m2_right .mr_bot #owl-demo5 {
    padding-bottom: 50px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot {
    display: inline-block;
    background-color: #9a9a9a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot.active {
    background: #000;
  }
  .index_main2 .m2_right .mr_bot .tit {
    color: #000000;
    font-size: 28px;
    line-height: 28px;
  }
  .index_main2 .m2_right .mr_bot .note {
    color: #666666;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 35px;
  }
  .index_main2 .m2_right .mr_bot .more a {
    color: #000000;
    font-size: 18px;
  }
  .index_main2 .m2_right .mr_bot .more a img {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
  }
  .index_main2 .m2_left {
    margin-right: 380px;
    background: #f3f4f6;
  }
  .index_main2 .m2_left .pic {
    height: 560px;
    background-size: cover!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .index_main2 .m2_left .m2_bot {
    padding: 20px 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_left {
    padding-top: 40px;
    width: 584px;
    padding-left: 45px;
    padding-right: 32px;
    border-right: solid 1px #cccccc;
    padding-bottom: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .tit {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note {
    color: #000000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note1 {
    color: #666666;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot {
    padding-top: 20px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a {
    border-radius: 25px;
    background-color: #b81c22;
    width: 184px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a img {
    margin-right: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right {
    margin-left: 584px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item {
    border-top: solid 1px #ccc;
    text-align: center;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item:nth-child(1) {
    border-top: 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a {
    display: block;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a img {
    margin-bottom: 15px;
  }
  .index_main3 {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  .index_main3 .m3_left {
    width: 554px;
    padding-left: 60px;
  }
  .index_main3 .m3_left .tit {
    font-size: 24px;
    line-height: 24px;
  }
  .index_main3 .m3_left .note {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .index_main3 .m3_left .note1 {
    font-size: 14px;
  }
  .index_main3 .m3_left .bot {
    padding-top: 25px;
    width: 400px;
  }
  .index_main3 .m3_left .bot a {
    display: inline-block;
    margin-top: 18px;
    border-radius: 20px;
    background-color: #f3f4f6;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-right: 25px;
  }
  .index_main3 .m3_left .bot a:hover {
    color: #fff;
    background: #b81c22;
  }
  .index_main3 .m3_left .bot1 {
    margin-top: 40px;
    padding-top: 30px;
    background: url(../images/bgtp4.jpg) no-repeat left top;
  }
  .index_main3 .m3_left .bot1 .item {
    color: #666666;
    font-size: 14px;
    line-height: 40px;
  }
  .index_main3 .m3_left .bot1 .item img {
    margin-right: 15px;
  }
  .index_main3 .m3_right {
    position: absolute;
    left: 700px;
    bottom: -100px;
  }
  .index_main3 .m3_right > img {
    position: relative;
    z-index: 3;
    width: 700px;
  }
  .index_main3 .m3_right .quan1 {
    width: 1231px;
    height: 1231px;
    background: url(../images/yuanquan2.png) no-repeat center center;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -515px;
    z-index: 3;
    animation: zhuanquan1 infinite 15s linear;
  }
  .index_main3 .m3_right .quan2 {
    width: 1434px;
    height: 1434px;
    background: url(../images/yuanquan1.png) no-repeat center center;
    position: absolute;
    top: -191px;
    left: 50%;
    margin-left: -617px;
    z-index: 1;
    animation: zhuanquan1 infinite 30s linear;
  }
  .index_main3 .m3_right .m3_abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .index_main3 .m3_right .m3_abs .item {
    position: absolute;
    border-radius: 50%;
    background-color: #b81c22;
    width: 16px;
    height: 16px;
  }
  .index_main3 .m3_right .m3_abs .item .dian {
    width: 16px;
    height: 16px;
    position: relative;
  }
  .index_main3 .m3_right .m3_abs .item .dian div {
    background-color: #b81c22;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale1 infinite 4s linear;
  }
  .index_main3 .m3_right .m3_abs .item .shuxian {
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 1px;
    background: #b81c22;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian {
    border-radius: 50%;
    background-color: #b81c22;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian:before {
    content: '';
    width: 29px;
    height: 29px;
    background: rgba(184, 28, 34, 0.1);
    border: solid 1px #b81c22;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_main3 .m3_right .m3_abs .item .note {
    color: #b81c22;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -9px;
    left: 100%;
    margin-left: 25px;
    width: 100px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) {
    top: 39%;
    left: 73%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .shuxian {
    height: 160px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(1) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(2) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) {
    top: 48%;
    left: 35%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .shuxian {
    height: 150px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(1) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(2) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) {
    top: 53%;
    left: 23%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .shuxian {
    height: 230px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(1) {
    animation-delay: 0.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(2) {
    animation-delay: 2.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) {
    top: 48%;
    left: 54.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .shuxian {
    height: 195px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(1) {
    animation-delay: 1.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(2) {
    animation-delay: 3.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) {
    top: 57%;
    left: 39.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .shuxian {
    height: 130px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main4 {
    margin-bottom: 40px;
  }
  .index_main5 {
    height: 140px;
    overflow: hidden;
    background: url(../images/bgtp5.png) repeat-y center;
    background-size: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
  }
  .index_main5 .k1 {
    bottom: 30px;
    left: -50px;
  }
  .index_main5 .k2 {
    top: 30px;
    left: 400px;
  }
  .index_main5 .k3 {
    bottom: -100px;
    right: -300px;
  }
  .index_main5 .m5left .tit {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
  }
  .index_main5 .m5left .note {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
  }
  .index_main5 .m5right {
    padding-top: 6px;
  }
  .index_main5 .m5right a {
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(148, 23, 3, 0.5);
    width: 184px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #000;
    font-size: 16px;
  }
  .copyRight {
    height: 48px;
    background: #000000;
    padding-left: 50px;
    padding-right: 50px;
  }
  .copyRight .item {
    padding: 0 25px;
    color: #999999;
    line-height: 48px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    margin-left: -1px;
  }
  .copyRight .item img {
    margin-right: 10px;
  }
  .copyRight .item1 {
    padding: 0 15px;
    color: #999999;
    line-height: 48px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    background: #1a1a1a;
    cursor: pointer;
  }
  .copyRight .item1 img {
    margin-right: 10px;
  }
  .footer {
    background: #0e0e0e;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .footer_left {
    width: 300px;
  }
  .footer .footer_left .tit {
    color: #ffffff;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .footer .footer_left .note {
    color: #cccccc;
    font-size: 14px;
  }
  .footer .footer_right {
    width: 200px;
  }
  .footer .footer_right .fr_top a {
    border-radius: 29px;
    background-color: #b81c22;
    width: 200px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
  }
  .footer .footer_right .fr_top a img {
    margin-right: 15px;
  }
  .footer .footer_right .follow {
    padding-top: 30px;
  }
  .footer .footer_right .follow .tit {
    color: #ffffff;
    font-size: 16px;
  }
  .footer .footer_right .follow .cont {
    margin-top: 20px;
    margin-right: -30px;
  }
  .footer .footer_right .follow .cont .item {
    width: 25%;
  }
  .footer .footer_right .note {
    padding-top: 40px;
    color: #cccccc;
  }
  .footer .footer_cont {
    margin-left: 0px;
    margin-right: 240px;
  }
  .footer .footer_cont .item {
    padding: 0 2%;
  }
  .footer .footer_cont .item .tita a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  .footer .footer_cont .item .cont li {
    line-height: 32px;
  }
  .footer .footer_cont .item .cont li a {
    color: #cccccc;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer_cont .item .cont li a:hover {
    color: #fff;
  }
  .ejbanner {
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .ejbanner .yuan1 {
    position: absolute;
    top: 0%;
    left: 28%;
    width: 300px;
  }
  .ejbanner .yuan2 {
    position: absolute;
    bottom: 0%;
    right: 25%;
    width: 300px;
  }
  .ejbanner .ejb {
    z-index: 3;
  }
  .ejbanner .ejb .tit {
    color: #000000;
    font-size: 18px;
  }
  .ejbanner .ejb .note {
    color: #000000;
    font-size: 60px;
    line-height: 80px;
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: bold;
  }
  .kuai span {
    margin-right: 15px;
  }
  .kuai .redk {
    background-color: #b81c22;
    width: 40px;
    height: 15px;
  }
  .kuai .redk1 {
    background-color: #e10414;
    width: 40px;
    height: 15px;
  }
  .kuai .yellowk {
    background-color: #fcc901;
    width: 40px;
    height: 15px;
  }
  .ej_nav1 {
    margin-left: 50px;
    margin-right: 50px;
    border-bottom: solid 1px #eeeeee;
  }
  .ej_nav1 .item {
    width: 16.6%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: 3px;
    font-size: 4px;
  }
  .ej_nav1 .item img {
    margin-bottom: 10px;
  }
  .ej_nav1 .item.on {
    border-bottom: solid 5px #b81c22;
  }
  .ej_nav2 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ej_nav2 a {
    height: 32px;
    line-height: 32px;
  }
  .pro_main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pro_main .ej_tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  .pro_main .pro_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pro_main .pro_m .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .pro_main .pro_m .col-xs-12 .item {
    border-radius: 10px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 130px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note span {
    display: inline-block;
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 14px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .tit {
    padding-top: 15px;
    font-size: 18px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note1 {
    max-width: 55%;
    color: #666666;
    font-size: 14px;
    padding-top: 10px;
  }
  .pub_pad2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pro_details {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .pro_details .details_top .tit {
    font-size: 30px;
    line-height: 30px;
  }
  .pro_details .details_top .return {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 80px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 28px;
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
  }
  .pro_details .details_mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro_details .details_mid .details_pic {
    width: 550px;
    height: 368px;
    background: url(../images/bgtp9.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .pro_details .details_mid .details_pic .item {
    width: 550px;
    height: 368px;
    line-height: 368px;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .item img {
    max-width: 80%;
    max-height: 80%;
    width: auto!important;
    height: auto!important;
    display: inline-block;
  }
  .pro_details .details_mid .details_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot.active {
    background: #b81c22;
  }
  .pro_details .details_mid .cont {
    margin-left: 580px;
    padding-top: 40px;
  }
  .pro_details .details_mid .cont .note span {
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  .pro_details .details_mid .cont .tit {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .pro_details .details_mid .cont .note1 {
    color: #666666;
    font-size: 14px;
    min-height: 120px;
  }
  .pro_details .details_bot {
    font-size: 14px;
  }
  .contact_btn {
    margin-top: 15px;
  }
  .contact_btn a {
    display: inline-block;
    background-color: #b81c22;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
  }
  .contact_btn a img {
    margin-right: 5px;
    height: 20px;
  }
  .sevice_main1 {
    margin-left: 30px;
    margin-right: 30px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .sevice_main1 .sevice_left {
    padding-top: 150px;
    border-right: solid 1px #eee;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    width: 800px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #eee;
  }
  .sevice_main1 .sevice_left .tit {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .note {
    color: #000000;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .hengtiao {
    background-color: #b81c22;
    width: 80px;
    height: 8px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic {
    padding-top: 25px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic img {
    width: 100%;
  }
  .sevice_main1 .cont {
    padding-top: 300px;
    margin-left: 800px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .cont .tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
  }
  .sevice_main1 .cont .note {
    color: #666666;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .sevice_main2 {
    background: #f3f4f6;
    padding-top: 60px;
  }
  .sevice_main2 .m2_pic {
    width: 840px;
  }
  .sevice_main2 .m2_pic .pic_abs {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .sevice_main2 .m2_pic .pic_abs .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 8s ease-in-out;
  }
  .sevice_main2 .m2_pic .pic_abs .item:hover {
    transform: scale(1.2);
  }
  .sevice_main2 .m2_left {
    margin-right: 840px;
    padding-left: 30px;
    padding-right: 25px;
  }
  .sevice_main2 .m2_left .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .sevice_main2 .m2_left .note {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
  }
  .sevice_main2 .m2_left .btop {
    margin-top: 20px;
    background: url(../images/bgtp1.jpg) repeat-y center;
    background-size: 100%;
    height: 225px;
    border-radius: 15px 15px 0 0;
  }
  .sevice_main2 .m2_left .btop .item {
    top: 0;
    left: 0;
    padding: 20px 30px 25px;
  }
  .sevice_main2 .m2_left .btop .item .tit1 {
    color: #ffffff;
    font-size: 18px;
  }
  .sevice_main2 .m2_left .btop .item .note1 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
  }
  .sevice_main2 .m2_left .bbot {
    background: #f3f4f6;
    position: relative;
    z-index: 2;
    border-radius: 35px 0 0 0;
    margin-top: -35px;
    padding-top: 10px;
    padding-left: 35px;
  }
  .sevice_main2 .m2_left .bbot .item {
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
  }
  .sevice_main2 .m2_left .bbot .item .icon {
    margin-right: 15px;
  }
  .sevice_main2 .m2_left .bbot .item .icon .imgb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sevice_main2 .m2_left .bbot .item.on {
    color: #b81c22;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imgb {
    opacity: 1;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imga {
    opacity: 0;
  }
  .sevice_main3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f3f4f6;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sevice_main3.case_main3 {
    background: none;
    padding-top: 20px;
  }
  .sevice_main3.case_main3 .row .col-xs-12 .item .cont {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sevice_main3 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sevice_main3 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item .pic {
    border-radius: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item:hover .pic .picspan {
    transform: scale(1.1);
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit a {
    color: #000000;
    font-size: 18px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 14px;
  }
  .case_main1 .case_right {
    width: 800px;
    position: relative;
  }
  .case_main1 .case_right .case_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .case_main1 .case_right .case_pic .itema {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case_main1 .case_right .case_pic .itema .picspan {
    transition: all 8s ease-in-out;
  }
  .case_main1 .case_right .case_pic .itema .item:hover .picspan {
    transform: scale(1.1);
  }
  .case_main1 .case_right .case_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot.active {
    background: #fff;
  }
  .case_main1 .case_left {
    margin-right: 800px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .case_main1 .case_left .case_top {
    padding-top: 40px;
  }
  .case_main1 .case_left .case_top .num {
    color: #000000;
    font-size: 24px;
  }
  .case_main1 .case_left .case_top .total {
    color: #666;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot {
    padding-top: 30px;
  }
  .case_main1 .case_left .case_bot .prev {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url(../images/zuojiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .next {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 60px;
    background: url(../images/youjiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .item .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .case_main1 .case_left .case_bot .item .tit1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot .item .note {
    color: #666666;
    font-size: 14px;
  }
  .case_main2 {
    padding-top: 60px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .case_main2 .case_word {
    font-size: 60px;
    color: #b81c22;
    font-weight: bold;
    width: 5000px;
    height: 60px;
    line-height: 60px;
  }
  .notice_main1 {
    padding: 0 30px 15px;
  }
  .notice_main1 .pic {
    border-radius: 15px;
    overflow: hidden;
  }
  .notice_main1 img {
    width: 100%;
  }
  .notice_main2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .notice_main2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .notice_main2 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .notice_main2 .row .col-xs-12 .item {
    margin-top: 20px;
    background: #f3f4f6;
    position: relative;
    padding: 60px 25px 0;
    height: 290px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
  }
  .notice_main2 .row .col-xs-12 .item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .notice_main2 .row .col-xs-12 .item .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_main2 .row .col-xs-12 .item .date span {
    background-color: #b81c22;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .notice_main2 .row .col-xs-12 .item .tit {
    line-height: 24px;
    max-height: 64px;
    overflow: hidden;
  }
  .notice_main2 .row .col-xs-12 .item .tit a {
    color: #000000;
    font-size: 20px;
  }
  .notice_main2 .row .col-xs-12 .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    max-height: 132px;
    margin-top: 15px;
    overflow: hidden;
  }
  .contact_main2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_main1 .m1_abs {
    background: url(../images/bgtp9.png) repeat-y center;
    background-size: 100%;
    width: 425px;
    padding: 25px 0 25px 15px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .contact_main1 .m1_abs .tit {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
  }
  .contact_main1 .m1_abs .number {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact_main1 .m1_abs .note {
    color: #fff;
    font-size: 14px;
  }
  .job_main1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .job_main1 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .job_main1 .pic img {
    width: 100%;
  }
  .job_main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job_main2 .tit {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
  }
  .job_main2 .note {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #666666;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main2 .pic {
    max-width: 1400px;
  }
  .job_main2 .pic img {
    width: 100%;
  }
  .job_main3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .job_main3 .tit {
    color: #000000;
    font-size: 30px;
  }
  .job_main3 .note {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 {
    margin-top: 40px;
    border-bottom: solid 1px #ddd;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #ddd;
    position: relative;
  }
  .job_main3 .job_m3 .item.on .jiantou {
    transform: rotate(0deg);
  }
  .job_main3 .job_m3 .item.on .tit {
    color: #b81c22;
  }
  .job_main3 .job_m3 .item .jiantou {
    width: 19px;
    height: 11px;
    background: url(../images/jiantoua.png) no-repeat center center;
    position: absolute;
    top: 70px;
    right: 15px;
    transform: rotate(-90deg);
  }
  .job_main3 .job_m3 .item .tit {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .job_main3 .job_m3 .item .note1 {
    padding-top: 10px;
  }
  .job_main3 .job_m3 .item .note1 .item1 {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    width: 50%;
  }
  .job_main3 .job_m3 .item .cont {
    margin-top: 30px;
    display: none;
  }
  .job_main3 .job_m3 .item .cont .cont1 {
    color: #666666;
    font-size: 14px;
  }
  .job_main3 .job_m3 .item .cont .cont1 p.b {
    color: #000000;
    font-size: 16px;
  }
  .job_main3 .job_m3 .item .cont .btna {
    margin-top: 20px;
  }
  .job_main3 .job_m3 .item .cont .btna a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 182px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
  }
  .banner {
    width: 100%;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 .item {
    display: block;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.3s;
  }
  .banner #owl-demo1 .item .item_abs .kuai {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.6s;
  }
  .banner #owl-demo1 .item img {
    transform: scale(1.1);
    width: 100%;
    transition: all 8s linear;
  }
}
@media (max-width: 1366px) {
  .header {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header.on {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .header .logo {
    top: 23px;
    left: 60px;
    z-index: 2;
  }
  .header .logo img {
    height: 70px;
  }
  .header .index_nav {
    right: 120px;
    top: 0px;
  }
  .header .index_nav > ul {
    text-align: center;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    height: 90px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .index_nav > ul > li:nth-child(1) {
    background: none;
  }
  .header .index_nav > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 90px;
    border-top: solid 3px rgba(0, 0, 0, 0);
    opacity: 0.9;
  }
  .header .index_nav > ul > li > a.on,
  .header .index_nav > ul > li > a:hover {
    opacity: 1;
    border-top: solid 3px #b81c22;
  }
  .banner #owl-demo1 .owl-dots {
    display: block!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    text-align: center;
  }
  .banner #owl-demo1 .owl-dots .owl-dot {
    display: block;
    float: none;
    margin-left: 12px;
    margin-right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin-top: 15px;
  }
  .banner #owl-demo1 .owl-dots .owl-dot:nth-child(1) {
    margin-top: 0;
  }
  .banner #owl-demo1 .owl-dots .owl-dot span {
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .banner #owl-demo1 .owl-dots .owl-dot.active span {
    background: #b81c22;
    color: #fff;
  }
  .index_main {
    padding-top: 45px;
    padding-bottom: 55px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .index_main .index_tit {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
  }
  .index_main .index_note {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main .index_m .item {
    margin-top: 20px;
    border-radius: 15px;
  }
  .index_main .index_m .item.item2 {
    cursor: pointer;
  }
  .index_main .index_m .item .item_abs span {
    font-size: 20px;
  }
  .index_main .index_m .item .item_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 0;
  }
  .index_main .index_m .item .item_div .tit {
    color: #ffffff;
    font-size: 22px;
    line-height: 34px;
  }
  .index_main .index_m .item .item_div .hengxian {
    background-color: #ffffff;
    width: 36px;
    height: 2px;
    margin-top: 10px;
  }
  .index_main .index_m .item .item_div .more {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
  }
  .index_main .index_m .item .picbg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b81c22;
    background-size: 100%;
    border-radius: 100px;
  }
  .index_main .index_m .item .item_div1 {
    font-size: 18px;
    text-align: center;
  }
  .index_main .index_m .item .item_div1 img {
    margin-bottom: 10px;
    height: 34px;
  }
  .index_main .index_m .item .item_div2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: #b81c22;
    border-radius: 150px;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all 0.6s ease-in-out;
  }
  .index_main .index_m .item .item_div2.on {
    width: 3400px;
    height: 2000px;
  }
  .index_main1 {
    padding-top: 70px;
    background-size: 100% 424px;
  }
  .index_main1 .m1_top .item .tit {
    font-size: 30px;
    line-height: 30px;
  }
  .index_main1 .m1_top .item .note {
    font-size: 14px;
  }
  .index_main1 .m1_bot {
    margin-top: 30px;
  }
  .index_main1 .m1_bot .bot_right {
    width: 800px;
    margin-right: -14px;
  }
  .index_main1 .m1_bot .bot_right .itema .prev {
    left: 20px;
  }
  .index_main1 .m1_bot .bot_right .itema .next {
    right: 20px;
  }
  .index_main1 .m1_bot .bot_left {
    margin-right: 785px;
    margin-left: 65px;
    position: relative;
    left: 1px;
  }
  .index_main1 .m1_bot .bot_left .left_top {
    height: 162px;
    margin-right: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item {
    padding: 20px 15px 0;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .note {
    margin-top: 10x;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .index_main1 .m1_bot .bot_left .left_bot {
    margin-top: -50px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 50px 0 0 0;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .xuhao {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont {
    margin-left: 70px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont .tit {
    color: #000000;
    font-size: 16px;
  }
  .index_main2 {
    margin-top: 70px;
  }
  .index_main2 .m2_right {
    width: 480px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .index_main2 .m2_right .mr_top video {
    width: 340px;
    height: 188px;
  }
  .index_main2 .m2_right .mr_mid {
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: solid 1px #cccccc;
  }
  .index_main2 .m2_right .mr_mid ul {
    border-left: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main2 .m2_right .mr_mid ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    line-height: 30px;
    height: 30px;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover {
    color: #b81c22;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #b81c22;
    left: -6px;
  }
  .index_main2 .m2_right .mr_mid ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
  }
  .index_main2 .m2_right .mr_bot {
    padding-top: 40px;
    position: relative;
  }
  .index_main2 .m2_right .mr_bot #owl-demo5 {
    padding-bottom: 50px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot {
    display: inline-block;
    background-color: #9a9a9a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot.active {
    background: #000;
  }
  .index_main2 .m2_right .mr_bot .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .index_main2 .m2_right .mr_bot .note {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .index_main2 .m2_right .mr_bot .more a {
    color: #000000;
    font-size: 14px;
  }
  .index_main2 .m2_right .mr_bot .more a img {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
  }
  .index_main2 .m2_left {
    margin-right: 480px;
    background: #f3f4f6;
  }
  .index_main2 .m2_left .pic {
    height: 460px;
    background-size: cover!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .index_main2 .m2_left .m2_bot {
    padding: 20px 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_left {
    padding-top: 40px;
    width: 484px;
    padding-left: 45px;
    padding-right: 32px;
    border-right: solid 1px #cccccc;
    padding-bottom: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note {
    color: #000000;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note1 {
    color: #666666;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot {
    padding-top: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a {
    border-radius: 25px;
    background-color: #b81c22;
    width: 144px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a img {
    margin-right: 10px;
    height: 20px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right {
    margin-left: 484px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item {
    border-top: solid 1px #ccc;
    text-align: center;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item:nth-child(1) {
    border-top: 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a {
    display: block;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a img {
    margin-bottom: 15px;
  }
  .about_main2 .m3_left {
    width: 754px !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
  }
  .about_main2 .m3_right {
    position: relative !important;
    width: 771px !important;
    max-width: 90% !important;
    margin: 120px auto 0 !important;
    left: 0 !important;
    bottom: -156px;
  }
  .about_main2 .m3_right img {
    margin: 0 auto;
  }
  .index_main3 {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  .index_main3 .m3_left {
    width: 554px;
    padding-left: 60px;
  }
  .index_main3 .m3_left .tit {
    font-size: 24px;
    line-height: 24px;
  }
  .index_main3 .m3_left .note {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .index_main3 .m3_left .note1 {
    font-size: 14px;
  }
  .index_main3 .m3_left .bot {
    padding-top: 25px;
    width: 400px;
  }
  .index_main3 .m3_left .bot a {
    display: inline-block;
    margin-top: 18px;
    border-radius: 20px;
    background-color: #f3f4f6;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
    margin-right: 25px;
  }
  .index_main3 .m3_left .bot a:hover {
    color: #fff;
    background: #b81c22;
  }
  .index_main3 .m3_left .bot1 {
    margin-top: 40px;
    padding-top: 30px;
    background: url(../images/bgtp4.jpg) no-repeat left top;
  }
  .index_main3 .m3_left .bot1 .item {
    color: #666666;
    font-size: 14px;
    line-height: 40px;
  }
  .index_main3 .m3_left .bot1 .item img {
    margin-right: 15px;
  }
  .index_main3 .m3_right {
    position: absolute;
    left: 600px;
    bottom: -50px;
  }
  .index_main3 .m3_right > img {
    position: relative;
    z-index: 3;
    width: 500px;
  }
  .index_main3 .m3_right .quan1 {
    width: 931px;
    height: 931px;
    background: url(../images/yuanquan2.png) no-repeat center center;
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -465px;
    background-size: cover!important;
    z-index: 3;
    animation: zhuanquan1 infinite 15s linear;
  }
  .index_main3 .m3_right .quan2 {
    width: 1134px;
    height: 1134px;
    background: url(../images/yuanquan1.png) no-repeat center center;
    position: absolute;
    top: -141px;
    left: 50%;
    margin-left: -557px;
    background-size: cover!important;
    z-index: 1;
    animation: zhuanquan1 infinite 30s linear;
  }
  .index_main3 .m3_right .m3_abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .index_main3 .m3_right .m3_abs .item {
    position: absolute;
    border-radius: 50%;
    background-color: #b81c22;
    width: 16px;
    height: 16px;
  }
  .index_main3 .m3_right .m3_abs .item .dian {
    width: 16px;
    height: 16px;
    position: relative;
  }
  .index_main3 .m3_right .m3_abs .item .dian div {
    background-color: #b81c22;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale1 infinite 4s linear;
  }
  .index_main3 .m3_right .m3_abs .item .shuxian {
    position: absolute;
    bottom: 0;
    left: 7px;
    width: 1px;
    background: #b81c22;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian {
    border-radius: 50%;
    background-color: #b81c22;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian:before {
    content: '';
    width: 20px;
    height: 20px;
    background: rgba(184, 28, 34, 0.1);
    border: solid 1px #b81c22;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_main3 .m3_right .m3_abs .item .note {
    color: #b81c22;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    top: -9px;
    left: 100%;
    margin-left: 25px;
    width: 100px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) {
    top: 39%;
    left: 73%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .shuxian {
    height: 160px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(1) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(2) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) {
    top: 48%;
    left: 35%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .shuxian {
    height: 150px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(1) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(2) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) {
    top: 53%;
    left: 23%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .shuxian {
    height: 180px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(1) {
    animation-delay: 0.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(2) {
    animation-delay: 2.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) {
    top: 48%;
    left: 54.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .shuxian {
    height: 195px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(1) {
    animation-delay: 1.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(2) {
    animation-delay: 3.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) {
    top: 57%;
    left: 39.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .shuxian {
    height: 130px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .shuxian {
    height: 150px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main4 {
    margin-bottom: 30px;
  }
  .index_main5 {
    height: 140px;
    overflow: hidden;
    background: url(../images/bgtp5.png) repeat-y center;
    background-size: 100%;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
  }
  .index_main5 .k1 {
    bottom: 30px;
    left: -50px;
  }
  .index_main5 .k2 {
    top: 30px;
    left: 400px;
  }
  .index_main5 .k3 {
    bottom: -100px;
    right: -300px;
  }
  .index_main5 .m5left .tit {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
  }
  .index_main5 .m5left .note {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
  }
  .index_main5 .m5right {
    padding-top: 6px;
  }
  .index_main5 .m5right a {
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(148, 23, 3, 0.5);
    width: 154px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 14px;
  }
  .copyRight {
    height: 40px;
    background: #000000;
    padding-left: 50px;
    padding-right: 50px;
  }
  .copyRight .item {
    padding: 0 25px;
    color: #999999;
    line-height: 40px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    margin-left: -1px;
  }
  .copyRight .item img {
    margin-right: 10px;
  }
  .copyRight .item1 {
    padding: 0 15px;
    color: #999999;
    line-height: 40px;
    border-left: solid 1px #292929;
    border-right: solid 1px #292929;
    background: #1a1a1a;
    cursor: pointer;
  }
  .copyRight .item1 img {
    margin-right: 10px;
  }
  .footer {
    background: #0e0e0e;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .footer_left {
    width: 300px;
  }
  .footer .footer_left .tit {
    color: #ffffff;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .footer .footer_left .note {
    color: #cccccc;
    font-size: 14px;
  }
  .footer .footer_right {
    width: 280px;
  }
  .footer .footer_right .fr_top a {
    border-radius: 29px;
    background-color: #b81c22;
    width: 200px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
  }
  .footer .footer_right .fr_top a img {
    margin-right: 15px;
  }
  .footer .footer_right .follow {
    padding-top: 20px;
  }
  .footer .footer_right .follow .tit {
    color: #ffffff;
    font-size: 16px;
  }
  .footer .footer_right .follow .cont {
    margin-top: 20px;
    margin-right: -30px;
  }
  .footer .footer_right .follow .cont .item {
    width: 25%;
  }
  .footer .footer_right .note {
    padding-top: 20px;
    color: #cccccc;
  }
  .footer .footer_cont {
    margin-left: 0px;
    margin-right: 300px;
  }
  .footer .footer_cont .item {
    padding: 0 2%;
  }
  .footer .footer_cont .item .tita a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
  }
  .footer .footer_cont .item .cont li {
    line-height: 32px;
  }
  .footer .footer_cont .item .cont li a {
    color: #cccccc;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer_cont .item .cont li a:hover {
    color: #fff;
  }
  .ejbanner {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .ejbanner .yuan1 {
    position: absolute;
    top: 0%;
    left: 28%;
    width: 300px;
  }
  .ejbanner .yuan2 {
    position: absolute;
    bottom: 0%;
    right: 25%;
    width: 300px;
  }
  .ejbanner .ejb {
    z-index: 3;
  }
  .ejbanner .ejb .tit {
    color: #000000;
    font-size: 16px;
  }
  .ejbanner .ejb .note {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .kuai span {
    margin-right: 15px;
  }
  .kuai .redk {
    background-color: #b81c22;
    width: 40px;
    height: 15px;
  }
  .kuai .redk1 {
    background-color: #e10414;
    width: 40px;
    height: 15px;
  }
  .kuai .yellowk {
    background-color: #fcc901;
    width: 40px;
    height: 15px;
  }
  .ej_nav1 {
    margin-left: 50px;
    margin-right: 50px;
    border-bottom: solid 1px #eeeeee;
  }
  .ej_nav1 .item {
    width: 16.6%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: 3px;
    font-size: 14px;
  }
  .ej_nav1 .item img {
    margin-bottom: 10px;
    height: 40px;
  }
  .ej_nav1 .item.on {
    border-bottom: solid 5px #b81c22;
  }
  .ej_nav2 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
  .ej_nav2 a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .pro_main {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pro_main .ej_tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  .pro_main .pro_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pro_main .pro_m .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .pro_main .pro_m .col-xs-12 .item {
    border-radius: 10px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 70px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note span {
    display: inline-block;
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 14px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .tit {
    padding-top: 15px;
    font-size: 18px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note1 {
    max-width: 55%;
    color: #666666;
    font-size: 14px;
    padding-top: 10px;
  }
  .pub_pad2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pro_details {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .pro_details .details_top .tit {
    font-size: 30px;
    line-height: 30px;
  }
  .pro_details .details_top .return {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 80px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 28px;
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
  }
  .pro_details .details_mid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pro_details .details_mid .details_pic {
    width: 550px;
    height: 368px;
    background: url(../images/bgtp9.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .pro_details .details_mid .details_pic .item {
    width: 550px;
    height: 368px;
    line-height: 368px;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .item img {
    max-width: 80%;
    max-height: 80%;
    width: auto!important;
    height: auto!important;
    display: inline-block;
  }
  .pro_details .details_mid .details_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot.active {
    background: #b81c22;
  }
  .pro_details .details_mid .cont {
    margin-left: 580px;
    padding-top: 40px;
  }
  .pro_details .details_mid .cont .note span {
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  .pro_details .details_mid .cont .tit {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .pro_details .details_mid .cont .note1 {
    color: #666666;
    font-size: 14px;
    min-height: 120px;
  }
  .pro_details .details_bot {
    font-size: 14px;
  }
  .contact_btn {
    margin-top: 15px;
  }
  .contact_btn a {
    display: inline-block;
    background-color: #b81c22;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
  }
  .contact_btn a img {
    margin-right: 5px;
    height: 20px;
  }
  .sevice_main1 {
    margin-left: 30px;
    margin-right: 30px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .sevice_main1 .sevice_left {
    padding-top: 150px;
    border-right: solid 1px #eee;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
    width: 800px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #eee;
  }
  .sevice_main1 .sevice_left .tit {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .note {
    color: #000000;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .hengtiao {
    background-color: #b81c22;
    width: 60px;
    height: 6px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic {
    padding-top: 25px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic img {
    width: 100%;
  }
  .sevice_main1 .cont {
    padding-top: 260px;
    margin-left: 800px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .cont .tit {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
  }
  .sevice_main1 .cont .note {
    color: #666666;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .sevice_main2 {
    background: #f3f4f6;
    padding-top: 60px;
  }
  .sevice_main2 .m2_pic {
    width: 740px;
  }
  .sevice_main2 .m2_pic .pic_abs {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .sevice_main2 .m2_pic .pic_abs .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 8s ease-in-out;
  }
  .sevice_main2 .m2_pic .pic_abs .item:hover {
    transform: scale(1.2);
  }
  .sevice_main2 .m2_left {
    margin-right: 740px;
    padding-left: 30px;
    padding-right: 25px;
  }
  .sevice_main2 .m2_left .tit {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
  }
  .sevice_main2 .m2_left .note {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
  }
  .sevice_main2 .m2_left .btop {
    margin-top: 20px;
    background: url(../images/bgtp1.jpg) repeat-y center;
    background-size: 100%;
    height: 265px;
    border-radius: 15px 15px 0 0;
  }
  .sevice_main2 .m2_left .btop .item {
    top: 0;
    left: 0;
    padding: 15px 20px 15px;
  }
  .sevice_main2 .m2_left .btop .item .tit1 {
    color: #ffffff;
    font-size: 18px;
  }
  .sevice_main2 .m2_left .btop .item .note1 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
  }
  .sevice_main2 .m2_left .bbot {
    background: #f3f4f6;
    position: relative;
    z-index: 2;
    border-radius: 35px 0 0 0;
    margin-top: -35px;
    padding-top: 10px;
    padding-left: 25px;
  }
  .sevice_main2 .m2_left .bbot .item {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
  }
  .sevice_main2 .m2_left .bbot .item .icon {
    margin-right: 10px;
  }
  .sevice_main2 .m2_left .bbot .item .icon .imgb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sevice_main2 .m2_left .bbot .item.on {
    color: #b81c22;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imgb {
    opacity: 1;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imga {
    opacity: 0;
  }
  .sevice_main3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f3f4f6;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sevice_main3.case_main3 {
    background: none;
    padding-top: 20px;
  }
  .sevice_main3.case_main3 .row .col-xs-12 .item .cont {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sevice_main3 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sevice_main3 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item .pic {
    border-radius: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item:hover .pic .picspan {
    transform: scale(1.1);
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit a {
    color: #000000;
    font-size: 18px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 14px;
    height: 100px;
  }
  .case_main1 .case_right {
    width: 700px;
    position: relative;
  }
  .case_main1 .case_right .case_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .case_main1 .case_right .case_pic .itema {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case_main1 .case_right .case_pic .itema .picspan {
    transition: all 8s ease-in-out;
  }
  .case_main1 .case_right .case_pic .itema .item:hover .picspan {
    transform: scale(1.1);
  }
  .case_main1 .case_right .case_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot.active {
    background: #fff;
  }
  .case_main1 .case_left {
    margin-right: 700px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .case_main1 .case_left .case_top {
    padding-top: 30px;
  }
  .case_main1 .case_left .case_top .num {
    color: #000000;
    font-size: 24px;
  }
  .case_main1 .case_left .case_top .total {
    color: #666;
    font-size: 14px;
  }
  .case_main1 .case_left .case_bot {
    padding-top: 30px;
  }
  .case_main1 .case_left .case_bot .prev {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url(../images/zuojiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .next {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 60px;
    background: url(../images/youjiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .item .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .case_main1 .case_left .case_bot .item .tit1 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot .item .note {
    color: #666666;
    font-size: 14px;
  }
  .case_main2 {
    padding-top: 60px;
    padding-bottom: 25px;
    overflow: hidden;
  }
  .case_main2 img {
    height: 50px;
  }
  .notice_main1 {
    padding: 0 30px 15px;
  }
  .notice_main1 .pic {
    border-radius: 15px;
    overflow: hidden;
  }
  .notice_main1 img {
    width: 100%;
  }
  .notice_main2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .notice_main2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .notice_main2 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .notice_main2 .row .col-xs-12 .item {
    margin-top: 20px;
    background: #f3f4f6;
    position: relative;
    padding: 60px 25px 0;
    height: 275px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
  }
  .notice_main2 .row .col-xs-12 .item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .notice_main2 .row .col-xs-12 .item .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_main2 .row .col-xs-12 .item .date span {
    background-color: #b81c22;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .notice_main2 .row .col-xs-12 .item .tit {
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
  }
  .notice_main2 .row .col-xs-12 .item .tit a {
    color: #000000;
    font-size: 18px;
  }
  .notice_main2 .row .col-xs-12 .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    max-height: 132px;
    margin-top: 10px;
    overflow: hidden;
  }
  .contact_main2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_main1 .m1_abs {
    background: url(../images/bgtp9.png) repeat-y center;
    background-size: 100%;
    width: 425px;
    padding: 25px 0 25px 15px;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .contact_main1 .m1_abs .tit {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
  }
  .contact_main1 .m1_abs .number {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact_main1 .m1_abs .note {
    color: #fff;
    font-size: 14px;
  }
  .job_main1 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .job_main1 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .job_main1 .pic img {
    width: 100%;
  }
  .job_main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job_main2 .tit {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
  }
  .job_main2 .note {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #666666;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main2 .pic {
    max-width: 1400px;
  }
  .job_main2 .pic img {
    width: 100%;
  }
  .job_main3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .job_main3 .tit {
    color: #000000;
    font-size: 30px;
  }
  .job_main3 .note {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 {
    margin-top: 40px;
    border-bottom: solid 1px #ddd;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #ddd;
    position: relative;
  }
  .job_main3 .job_m3 .item.on .jiantou {
    transform: rotate(0deg);
  }
  .job_main3 .job_m3 .item.on .tit {
    color: #b81c22;
  }
  .job_main3 .job_m3 .item .jiantou {
    width: 19px;
    height: 11px;
    background: url(../images/jiantoua.png) no-repeat center center;
    position: absolute;
    top: 70px;
    right: 15px;
    transform: rotate(-90deg);
  }
  .job_main3 .job_m3 .item .tit {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .job_main3 .job_m3 .item .note1 {
    padding-top: 10px;
  }
  .job_main3 .job_m3 .item .note1 .item1 {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    width: 50%;
  }
  .job_main3 .job_m3 .item .cont {
    margin-top: 30px;
    display: none;
  }
  .job_main3 .job_m3 .item .cont .cont1 {
    color: #666666;
    font-size: 14px;
  }
  .job_main3 .job_m3 .item .cont .cont1 p.b {
    color: #000000;
    font-size: 16px;
  }
  .job_main3 .job_m3 .item .cont .btna {
    margin-top: 20px;
  }
  .job_main3 .job_m3 .item .cont .btna a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 182px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
  }
  .banner {
    width: 100%;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 .item {
    display: block;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.3s;
  }
  .banner #owl-demo1 .item .item_abs .kuai {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.6s;
  }
  .banner #owl-demo1 .item img {
    transform: scale(1.1);
    width: 100%;
    transition: all 8s linear;
  }
  .about_main1_cont .content .tit {
    font-size: 14px;
  }
  .about_main1_cont .content .cont_num .item {
    margin-top: 3%;
  }
  .about_main1_cont .content .cont_num .item .num {
    font-size: 20px;
  }
  .about_main1_cont .content .cont_num .item .des {
    font-size: 14px;
  }
  .about_main4 .slider-year {
    margin-top: 100px;
  }
  .about_main4 .about-history-year .year {
    height: 70px;
  }
  .about_main4 .about-history-year .cont .des {
    padding-top: 15px;
  }
  .about_main4 .slider-year .slick-current .about-history-year .year::after {
    height: 32px;
  }
  .about_list li .tit {
    font-size: 18px;
  }
  .about_list li .des {
    line-height: 1.2;
  }
  .news-list .case_main2 img {
    height: 50px;
  }
  .news-a2 .cont .title {
    font-size: 16px;
  }
  .news-a1 .cont .title {
    font-size: 18px;
  }
  .news_art .title .tit {
    font-size: 22px;
  }
  .news_art .news_art_cont .news_left {
    width: 40%;
  }
  .news_art .news_art_cont .news_right {
    width: 55%;
  }
  .news_pages a {
    line-height: 50px;
  }
  .news-a2 .cont .title {
    min-height: 40px;
  }
}
@media (max-width: 1366px) {
  .footer .footer_left {
    display: none;
  }
  .footer .footer_cont {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mobileshow {
    display: block!important;
  }
  .pcshow {
    display: none!important;
  }
  .menu {
    display: block;
    font-size: 18px;
    top: 15px;
    right: 15px;
  }
  .menu_close {
    position: fixed;
    display: block;
    font-size: 14px;
    left: auto;
    right: 0;
    z-index: 11;
    border-radius: 0 0 100% 100%;
  }
  .header {
    height: 60px;
    z-index: 1111;
  }
  .header.header2 {
    background: rgba(0, 0, 0, 0.4);
  }
  .header.header2 .index_nav > ul > li > a {
    color: #333 !important;
  }
  .header.header2 .index_nav > ul > li > a.on {
    color: #333 !important;
  }
  .header.header2 .index_nav > ul > li > .xl li a {
    color: #fff;
  }
  .header.header2 .logo {
    transform: translateY(0px);
  }
  .header .logo {
    top: 10px;
    left: 15px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .header_top {
    display: none;
  }
  .header .index_nav {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: fixed;
    right: 320px;
    top: 0px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 1115!important;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .header .index_nav > ul > li {
    margin-left: 0;
    margin-right: 0;
    background: none;
    width: 100%;
    height: auto;
  }
  .header .index_nav > ul > li > .xl {
    margin-left: 0;
    line-height: 24px;
    margin-top: -5px;
    left: auto;
    position: static;
    background: #fff;
    text-align: center;
    width: 100%;
    padding-top: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .header .index_nav > ul > li > .xl:before {
    display: none;
  }
  .header .index_nav > ul > li > .xl ul {
    padding: 10px;
    border-bottom: solid 2px #b81c22;
    padding-top: 0;
  }
  .header .index_nav > ul > li > .xl ul li {
    width: 100%;
    text-align: center;
  }
  .header .index_nav > ul > li > .xl ul li a {
    color: #333;
    height: auto;
    margin-top: 10px;
    line-height: 20px;
  }
  .header .index_nav > ul > li > .xl a {
    font-size: 13px;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .header .index_nav > ul > li > a {
    height: auto;
    line-height: 40px;
    text-align: center;
    padding-left: 0px;
    padding-top: 0;
    padding-right: 0;
    color: #000;
    display: block;
    font-size: 16px;
    border-top: 0;
  }
  .header .index_nav > ul > li > a span {
    display: none;
  }
  .header .index_nav > ul > li > a:hover,
  .header .index_nav > ul > li > a.on {
    border-top: 0;
    color: #b81c22;
  }
  .banner #owl-demo1 {
    height: auto;
  }
  .banner #owl-demo1 .owl-dots {
    position: absolute;
    right: auto;
    bottom: 10px;
    left: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
  .banner #owl-demo1 .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .banner #owl-demo1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    overflow: hidden;
    text-indent: -100px;
  }
  .banner #owl-demo1 .item {
    height: auto;
  }
  .banner #owl-demo1 .item img {
    display: block;
  }
  .menua {
    display: none;
  }
  .gupiao {
    display: none;
  }
  .index_main {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .index_main .index_tit {
    font-size: 20px;
    line-height: 20px;
  }
  .index_main .index_note {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .index_main .index_m {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index_main .index_m .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index_main .index_m .item {
    margin-top: 10px;
    border-radius: 15px;
  }
  .index_main .index_m .item.item2 {
    cursor: pointer;
  }
  .index_main .index_m .item .item_abs span {
    font-size: 16px;
  }
  .index_main .index_m .item .item_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 0;
  }
  .index_main .index_m .item .item_div .tit {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
  }
  .index_main .index_m .item .item_div .hengxian {
    background-color: #ffffff;
    width: 36px;
    height: 2px;
    margin-top: 10px;
  }
  .index_main .index_m .item .item_div .more {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
  }
  .index_main .index_m .item .picbg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b81c22;
    background-size: 100%;
    border-radius: 150px;
  }
  .index_main .index_m .item .item_div1 {
    font-size: 16px;
    text-align: center;
  }
  .index_main .index_m .item .item_div1 img {
    margin-bottom: 10px;
    height: 30px;
  }
  .index_main .index_m .item .item_div2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background: #b81c22;
    border-radius: 150px;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all 0.6s ease-in-out;
  }
  .index_main .index_m .item .item_div2.on {
    width: 1200px;
    height: 2000px;
  }
  .index_main1 {
    background: url(../images/bgtp2.jpg) no-repeat center top;
    background-size: 150% 190px;
    padding-top: 10px;
  }
  .index_main1 .m1_top .item {
    margin-top: 20px;
  }
  .index_main1 .m1_top .item .tit {
    font-size: 24px;
    line-height: 24px;
  }
  .index_main1 .m1_top .item .note {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0px;
  }
  .index_main1 .m1_bot {
    margin-top: 50px;
  }
  .index_main1 .m1_bot .bot_right {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    float: none;
  }
  .index_main1 .m1_bot .bot_right .itema {
    border-radius: 10px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }
  .index_main1 .m1_bot .bot_right .itema.on {
    opacity: 1;
    z-index: 2;
  }
  .index_main1 .m1_bot .bot_right .itema .prev {
    left: 0px;
    transform: scale(0.6);
  }
  .index_main1 .m1_bot .bot_right .itema .next {
    right: 0px;
    transform: scale(0.6);
  }
  .index_main1 .m1_bot .bot_right .itema .item img {
    border-radius: 10px;
    width: 100%;
  }
  .index_main1 .m1_bot .bot_left {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
  }
  .index_main1 .m1_bot .bot_left .left_top {
    height: 232px;
    margin-right: 0px;
    background: url(../images/bgtp1.jpg) repeat-y;
    background-size: 100%;
    border-radius: 10px 10px 0 0;
  }
  .index_main1 .m1_bot .bot_left .left_top .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px 0;
    font-weight: bold;
    display: none;
  }
  .index_main1 .m1_bot .bot_left .left_top .item:nth-child(1) {
    display: block;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .tit {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .note {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  .index_main1 .m1_bot .bot_left .left_top .item .more a {
    color: #fff;
    font-size: 14px;
  }
  .index_main1 .m1_bot .bot_left .left_bot {
    margin-top: -70px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 30px 0 0 0;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
    cursor: pointer;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item.on .xuhao {
    background: #b81c22;
    color: #fff;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .xuhao {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont {
    margin-left: 60px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont .tit {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .index_main1 .m1_bot .bot_left .left_bot .item .cont .note {
    font-size: 14px;
  }
  .index_main2 {
    margin-top: 30px;
  }
  .index_main2 .m2_right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 0;
    right: 0;
    top: 0%;
    float: none;
    transform: translateY(0%);
  }
  .index_main2 .m2_right .mr_top video {
    width: 100%;
    height: auto;
  }
  .index_main2 .m2_right .mr_mid {
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: solid 1px #cccccc;
  }
  .index_main2 .m2_right .mr_mid ul {
    border-left: solid 1px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main2 .m2_right .mr_mid ul li a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
    line-height: 24px;
    height: 24px;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover {
    color: #b81c22;
  }
  .index_main2 .m2_right .mr_mid ul li a:hover:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: #b81c22;
    left: -6px;
  }
  .index_main2 .m2_right .mr_mid ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ccc;
    position: absolute;
    transition: all 0.4s ease-in-out;
    left: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
  }
  .index_main2 .m2_right .mr_bot {
    padding-top: 20px;
    position: relative;
  }
  .index_main2 .m2_right .mr_bot #owl-demo5 {
    padding-bottom: 20px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot {
    display: inline-block;
    background-color: #9a9a9a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .index_main2 .m2_right .mr_bot .owl-dots .owl-dot.active {
    background: #000;
  }
  .index_main2 .m2_right .mr_bot .tit {
    font-size: 18px;
    line-height: 18px;
  }
  .index_main2 .m2_right .mr_bot .note {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 10	px;
  }
  .index_main2 .m2_right .mr_bot .more a {
    font-size: 14px;
  }
  .index_main2 .m2_right .mr_bot .more a img {
    width: 20px;
    margin-left: 10px;
    display: inline-block;
  }
  .index_main2 .m2_left {
    margin-right: 0px;
    background: #f3f4f6;
    margin-top: 20px;
  }
  .index_main2 .m2_left .pic {
    height: auto;
    background-size: cover!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .index_main2 .m2_left .pic img {
    width: 100%;
  }
  .index_main2 .m2_left .m2_bot {
    padding: 20px 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_left {
    padding-top: 0px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: solid 1px #cccccc;
    padding-bottom: 15px;
    float: none;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .tit {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note {
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .note1 {
    color: #666666;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot {
    padding-top: 15px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a {
    border-radius: 25px;
    background-color: #b81c22;
    width: 154px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_left .bot a img {
    margin-right: 10px;
    height: 18px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item {
    border-left: solid 1px #ccc;
    text-align: center;
    width: 50%;
    display: inline-block;
    border-top: 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item:nth-child(1) {
    border-left: 0;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a {
    display: block;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .index_main2 .m2_left .m2_bot .m2b_right .item a img {
    margin-bottom: 5px;
    height: 30px;
  }
  .index_main3 {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  .index_main3 .m3_left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .index_main3 .m3_left .tit {
    font-size: 18px;
    line-height: 18px;
  }
  .index_main3 .m3_left .note {
    font-size: 16px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .index_main3 .m3_left .note1 {
    font-size: 14px;
  }
  .index_main3 .m3_left .bot {
    padding-top: 5px;
    width: 100%;
  }
  .index_main3 .m3_left .bot a {
    display: inline-block;
    margin-top: 18px;
    border-radius: 20px;
    background-color: #f3f4f6;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
  }
  .index_main3 .m3_left .bot a:hover {
    color: #fff;
    background: #b81c22;
  }
  .index_main3 .m3_left .bot1 {
    margin-top: 20px;
    padding-top: 15px;
    background: url(../images/bgtp4.jpg) no-repeat left top;
    background-size: 100%;
  }
  .index_main3 .m3_left .bot1 .item {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .index_main3 .m3_left .bot1 .item img {
    margin-right: 10px;
  }
  .index_main3 .m3_right {
    position: relative;
    padding-top: 20px;
    left: 0;
    bottom: -40px;
  }
  .index_main3 .m3_right > img {
    position: relative;
    z-index: 3;
    width: 100%;
  }
  .index_main3 .m3_right .quan1 {
    width: 400px;
    height: 400px;
    background: url(../images/yuanquan2.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -200px;
    z-index: 3;
    animation: zhuanquan1 infinite 8s linear;
  }
  .index_main3 .m3_right .quan2 {
    width: 500px;
    height: 500px;
    background: url(../images/yuanquan1.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -250px;
    z-index: 3;
    animation: zhuanquan1 infinite 16s linear;
  }
  .index_main3 .m3_right .m3_abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .index_main3 .m3_right .m3_abs .item {
    position: absolute;
    border-radius: 50%;
    background-color: #b81c22;
    width: 10px;
    height: 10px;
  }
  .index_main3 .m3_right .m3_abs .item .dian {
    width: 10px;
    height: 10px;
    position: relative;
  }
  .index_main3 .m3_right .m3_abs .item .dian div {
    background-color: #b81c22;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: scale1 infinite 4s linear;
  }
  .index_main3 .m3_right .m3_abs .item .shuxian {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 1px;
    background: #b81c22;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian {
    border-radius: 50%;
    background-color: #b81c22;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -4px;
    top: -4px;
  }
  .index_main3 .m3_right .m3_abs .item .shangdian:before {
    content: '';
    width: 21px;
    height: 21px;
    background: rgba(184, 28, 34, 0.1);
    border: solid 1px #b81c22;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_main3 .m3_right .m3_abs .item .note {
    color: #b81c22;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    width: 100px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) {
    top: 39%;
    left: 73%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .shuxian {
    height: 60px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(1) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(1) .dian div:nth-child(2) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) {
    top: 48%;
    left: 35%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .shuxian {
    height: 70px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(1) {
    animation-delay: 3s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(2) .dian div:nth-child(2) {
    animation-delay: 1s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) {
    top: 53%;
    left: 23%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .shuxian {
    height: 120px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(1) {
    animation-delay: 0.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(3) .dian div:nth-child(2) {
    animation-delay: 2.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) {
    top: 48%;
    left: 54.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .shuxian {
    height: 115px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(1) {
    animation-delay: 1.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(4) .dian div:nth-child(2) {
    animation-delay: 3.5s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) {
    top: 57%;
    left: 39.5%;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .shuxian {
    height: 60px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(5) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .shuxian {
    height: 90px;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(1) {
    animation-delay: 2s;
  }
  .index_main3 .m3_right .m3_abs .item:nth-child(6) .dian div:nth-child(2) {
    animation-delay: 4s;
  }
  .index_main4 {
    background: #f3f4f6;
    padding: 15px 0px;
    margin-bottom: 20px;
  }
  .index_main4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 30px;
    width: auto!important;
    height: auto!important;
  }
  .index_main5 {
    height: auto;
    overflow: hidden;
    background: url(../images/bgtp5.png) repeat-y center;
    background-size: 100% 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_main5 .k1 {
    bottom: 80px;
    left: -50px;
    width: 200px;
  }
  .index_main5 .k2 {
    top: 120px;
    left: 50px;
    width: 300px;
  }
  .index_main5 .k3 {
    bottom: 80px;
    right: -150px;
    width: 300px;
  }
  .index_main5 .m5left {
    float: none;
    text-align: center;
  }
  .index_main5 .m5left .tit {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
  }
  .index_main5 .m5left .note {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
  }
  .index_main5 .m5right {
    padding-top: 16px;
    float: none;
  }
  .index_main5 .m5right a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 9px 0px rgba(148, 23, 3, 0.5);
    width: 154px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000;
    font-size: 14px;
  }
  .footer {
    background: #0e0e0e;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer_left {
    width: 300px;
    text-align: center;
    display: block;
  }
  .footer .footer_left img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .footer .footer_left .tit {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer .footer_left .note {
    color: #cccccc;
    font-size: 14px;
  }
  .footer .footer_right {
    width: 100%;
  }
  .footer .footer_right .fr_top {
    display: none;
  }
  .footer .footer_right .follow {
    padding-top: 30px;
    text-align: center;
  }
  .footer .footer_right .follow .tit {
    color: #ffffff;
    font-size: 16px;
  }
  .footer .footer_right .follow .cont {
    margin-top: 10px;
    margin-right: -30px;
  }
  .footer .footer_right .follow .cont .item {
    width: 25%;
  }
  .footer .footer_right .note {
    padding-top: 20px;
    text-align: center;
    color: #cccccc;
  }
  .footer .footer_cont {
    margin-left: 350px;
    margin-right: 240px;
  }
  .footer .footer_cont .item {
    padding: 0 2%;
  }
  .footer .footer_cont .item .tita a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }
  .footer .footer_cont .item .cont li {
    line-height: 32px;
  }
  .footer .footer_cont .item .cont li a {
    color: #cccccc;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }
  .footer .footer_cont .item .cont li a:hover {
    color: #fff;
  }
  .contact_tk {
    z-index: 1112;
  }
  .contact_tk .tk_close {
    width: 19px;
    height: 18px;
    background: url(../images/chacha.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    z-index: 3;
  }
  .contact_tk1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
  }
  .contact_tk1 img {
    margin-bottom: 10px;
  }
  .contact_tk2 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/bgtp6.jpg) no-repeat center top;
    background-size: 300%;
    transform: translateY(100%);
  }
  .contact_tk2.on {
    transform: translateY(0%);
  }
  .contact_tk2 .c2_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: url(../images/bgtp7.png) repeat-y center;
    background-size: 100%;
    color: #ffffff;
    padding: 30px 30px;
  }
  .contact_tk2 .c2_bot .c2b_left {
    float: none;
  }
  .contact_tk2 .c2_bot .tit {
    font-size: 22px;
  }
  .contact_tk2 .c2_bot .note {
    font-size: 32px;
    font-weight: bold;
  }
  .contact_tk2 .c2_bot .note1 {
    font-size: 14px;
  }
  .contact_tk2 .c2_bot .c2b_right {
    padding-top: 20px;
    padding-right: 0px;
    float: none;
  }
  .contact_tk2 .c2_bot .c2b_right div {
    border-radius: 8px;
    background-color: #b81c22;
    width: 250px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  .contact_tk3 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: url(../images/bgtp8.jpg) no-repeat center top;
    background-size: cover;
    transform: translateY(100%);
  }
  .contact_tk3.on {
    transform: translateY(0%);
  }
  .contact_tk3 .tk3_m {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(-50%, -50%);
  }
  .contact_tk3 .tk3_m .tk3_top .tit {
    color: #000;
    font-size: 18px;
    line-height: 18px;
  }
  .contact_tk3 .tk3_m .tk3_top .note {
    color: #666666;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .contact_tk3 .tk3_m .tk3_top .btn1 .btna {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #000000;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
  }
  .contact_tk3 .tk3_m .tk3_top .btn1 .btna.on {
    background: #b81c22;
    border-color: #b81c22;
    color: #fff;
  }
  .contact_tk3 .tk3_m .tk3_cont {
    margin-top: 10px;
  }
  .contact_tk3 .tk3_m .tk3_cont .name {
    width: 100px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    float: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .item {
    line-height: 20px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont {
    margin-left: 0px;
    max-width: 1220px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont .item1 {
    min-width: 50%;
    float: left;
    padding-right: 10px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .contact_tk3 .tk3_m .tk3_cont .item .cont .item1 input {
    margin-right: 2px;
    vertical-align: middle;
    position: relative;
    top: -4px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .name {
    line-height: 24px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left {
    width: 100%;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 {
    margin-bottom: 5px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont {
    margin-left: 0px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_left .item1 .cont .inp1 {
    width: 100%;
    height: 30px;
    border: solid 1px #000;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right {
    width: 100%;
    float: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 {
    margin-bottom: 15px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont {
    margin-left: 0px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_bot .m3b_right .item1 .cont .textarea {
    width: 100%;
    height: 60px;
    border: solid 1px #000;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_btn {
    text-align: center;
    padding-top: 5px;
  }
  .contact_tk3 .tk3_m .tk3_cont .m3_btn input {
    border-radius: 8px;
    background-color: #b81c22;
    width: 200px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 0;
  }
  .ejbanner {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ejbanner .yuan1 {
    position: absolute;
    top: 0%;
    left: 8%;
    width: 150px;
  }
  .ejbanner .yuan2 {
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: 150px;
  }
  .ejbanner .ejb {
    z-index: 3;
  }
  .ejbanner .ejb .tit {
    color: #000000;
    font-size: 14px;
    max-width: 100%;
  }
  .ejbanner .ejb .note {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .kuai span {
    margin-right: 10px;
  }
  .kuai .redk {
    background-color: #b81c22;
    width: 30px;
    height: 12px;
  }
  .kuai .redk1 {
    background-color: #e10414;
    width: 30px;
    height: 12px;
  }
  .kuai .yellowk {
    background-color: #fcc901;
    width: 30px;
    height: 12px;
  }
  .ej_nav1 {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: solid 1px #eeeeee;
  }
  .ej_nav1 .item {
    width: 50%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 0px;
    font-size: 14px;
    margin-top: 10px;
    border-bottom: solid 2px #fff;
  }
  .ej_nav1 .item img {
    margin-bottom: 10px;
    height: 40px;
  }
  .ej_nav1 .item.on {
    border-bottom: solid 2px #b81c22;
  }
  .ej_nav2 {
    position: static;
    top: 50%;
    left: 0;
    z-index: 3;
    transform: translateY(0%);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .ej_nav2 a {
    height: 28px;
    line-height: 28px;
    background: #b81c22;
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: auto;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.7;
  }
  .ej_nav2 a:hover,
  .ej_nav2 a.on {
    width: auto;
    border-radius: 0 0 0 0;
    opacity: 1;
  }
  .ej_nav2 a:hover span,
  .ej_nav2 a.on span {
    opacity: 1;
  }
  .ej_nav2 a span {
    opacity: 1;
    padding-left: 14px;
    padding-right: 14px;
  }
  .pro_main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro_main .ej_tit {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
  }
  .pro_main .pro_m {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pro_main .pro_m .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
  .pro_main .pro_m .col-xs-12 .item {
    border-radius: 10px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 20px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note span {
    display: inline-block;
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 14px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .tit {
    padding-top: 10px;
    font-size: 16px;
  }
  .pro_main .pro_m .col-xs-12 .item .item_abs .note1 {
    max-width: 55%;
    color: #666666;
    font-size: 14px;
    padding-top: 10px;
  }
  .pub_pad2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pro_details {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .pro_details .details_top .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .pro_details .details_top .return {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    width: 70px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 28px;
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
  }
  .pro_details .details_mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pro_details .details_mid .details_pic {
    float: none;
    width: 100%;
    height: 200px;
    background: url(../images/bgtp9.jpg) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .pro_details .details_mid .details_pic .item {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .item img {
    max-width: 80%;
    max-height: 80%;
    width: auto!important;
    height: auto!important;
    display: inline-block;
  }
  .pro_details .details_mid .details_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
  }
  .pro_details .details_mid .details_pic .owl-dots .owl-dot.active {
    background: #b81c22;
  }
  .pro_details .details_mid .cont {
    margin-left: 0px;
    padding-top: 20px;
  }
  .pro_details .details_mid .cont .note span {
    border-radius: 8px;
    background-color: #b81c22;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  .pro_details .details_mid .cont .tit {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pro_details .details_mid .cont .note1 {
    color: #666666;
    font-size: 14px;
    min-height: 0;
  }
  .pro_details .details_bot {
    font-size: 14px;
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 0px;
  }
  .pro_details .details_bot p.b {
    font-size: 16px!important;
  }
  .contact_btn {
    margin-top: 15px;
  }
  .contact_btn a {
    display: inline-block;
    background-color: #b81c22;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
  }
  .contact_btn a img {
    margin-right: 5px;
    height: 20px;
  }
  .sevice_main1 {
    margin-left: 15px;
    margin-right: 15px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .sevice_main1 .sevice_left {
    padding-top: 90px;
    border-right: solid 1px #eee;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left:before {
    content: '';
    display: none;
  }
  .sevice_main1 .sevice_left .tit {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .note {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .hengtiao {
    background-color: #b81c22;
    width: 60px;
    height: 6px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic {
    padding-top: 15px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .sevice_left .pic img {
    width: 100%;
  }
  .sevice_main1 .cont {
    padding-top: 10px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
  }
  .sevice_main1 .cont .tit {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
  }
  .sevice_main1 .cont .note {
    color: #666666;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sevice_main2 {
    background: #f3f4f6;
    padding-top: 30px;
  }
  .sevice_main2 .m2_pic {
    width: 100%;
  }
  .sevice_main2 .m2_pic .pic_abs {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .sevice_main2 .m2_pic .pic_abs .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 8s ease-in-out;
  }
  .sevice_main2 .m2_pic .pic_abs .item:hover {
    transform: scale(1.2);
  }
  .sevice_main2 .m2_left {
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sevice_main2 .m2_left .tit {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
  }
  .sevice_main2 .m2_left .note {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
  }
  .sevice_main2 .m2_left .btop {
    margin-top: 20px;
    background: url(../images/bgtp1.jpg) repeat-y center;
    background-size: 100%;
    height: 260px;
    border-radius: 15px 15px 0 0;
  }
  .sevice_main2 .m2_left .btop .item {
    top: 0;
    left: 0;
    padding: 15px;
  }
  .sevice_main2 .m2_left .btop .item .tit1 {
    color: #ffffff;
    font-size: 16px;
  }
  .sevice_main2 .m2_left .btop .item .note1 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
  }
  .sevice_main2 .m2_left .bbot {
    background: #f3f4f6;
    position: relative;
    z-index: 2;
    border-radius: 15px 0 0 0;
    margin-top: -15px;
    padding-top: 10px;
    padding-left: 15px;
  }
  .sevice_main2 .m2_left .bbot .item {
    color: #000000;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
  }
  .sevice_main2 .m2_left .bbot .item .icon {
    margin-right: 15px;
  }
  .sevice_main2 .m2_left .bbot .item .icon .imgb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sevice_main2 .m2_left .bbot .item.on {
    color: #b81c22;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imgb {
    opacity: 1;
  }
  .sevice_main2 .m2_left .bbot .item.on .icon .imga {
    opacity: 0;
  }
  .sevice_main3 {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #f3f4f6;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sevice_main3.case_main3 {
    background: none;
    padding-top: 0px;
  }
  .sevice_main3.case_main3 .row .col-xs-12 .item .cont {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .sevice_main3 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sevice_main3 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item {
    margin-top: 20px;
  }
  .sevice_main3 .row .col-xs-12 .item .pic {
    border-radius: 15px;
  }
  .sevice_main3 .row .col-xs-12 .item:hover .pic .picspan {
    transform: scale(1.1);
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .tit a {
    color: #000000;
    font-size: 16px;
  }
  .sevice_main3 .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 14px;
    height: auto;
  }
  .case_main1 .case_right {
    width: 100%;
    float: none;
    position: relative;
  }
  .case_main1 .case_right .case_pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .case_main1 .case_right .case_pic .itema {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .case_main1 .case_right .case_pic .itema .picspan {
    transition: all 8s ease-in-out;
  }
  .case_main1 .case_right .case_pic .itema .item:hover .picspan {
    transform: scale(1.1);
  }
  .case_main1 .case_right .case_pic .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .case_main1 .case_right .case_pic .owl-dots .owl-dot.active {
    background: #fff;
  }
  .case_main1 .case_left {
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 65px;
  }
  .case_main1 .case_left .case_top {
    padding-top: 10px;
  }
  .case_main1 .case_left .case_top .num {
    color: #000000;
    font-size: 30px;
  }
  .case_main1 .case_left .case_top .total {
    color: #666;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot {
    padding-top: 10px;
  }
  .case_main1 .case_left .case_bot .prev {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: url(../images/zuojiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .next {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 60px;
    background: url(../images/youjiana.png) no-repeat center center;
    cursor: pointer;
  }
  .case_main1 .case_left .case_bot .item .tit {
    color: #000000;
    font-size: 18px;
    line-height: 18px;
  }
  .case_main1 .case_left .case_bot .item .tit1 {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
  }
  .case_main1 .case_left .case_bot .item .note {
    color: #666666;
    font-size: 14px;
  }
  .case_main2 {
    padding-top: 0px;
    padding-bottom: 15px;
    overflow: hidden;
  }
  .case_main2 .case_word {
    font-size: 30px;
    color: #b81c22;
    font-weight: bold;
    width: 2000px;
    height: 30px;
    line-height: 30px;
  }
  .notice_main1 {
    padding: 0 15px 5px;
  }
  .notice_main1 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .notice_main1 img {
    width: 150%;
  }
  .notice_main2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .notice_main2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .notice_main2 .row .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .notice_main2 .row .col-xs-12 .item {
    margin-top: 15px;
    background: #f3f4f6;
    position: relative;
    padding: 40px 15px 15px;
    height: auto;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
  }
  .notice_main2 .row .col-xs-12 .item:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
  }
  .notice_main2 .row .col-xs-12 .item .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_main2 .row .col-xs-12 .item .date span {
    background-color: #b81c22;
    width: 120px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .notice_main2 .row .col-xs-12 .item .tit {
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
  }
  .notice_main2 .row .col-xs-12 .item .tit a {
    color: #000000;
    font-size: 18px;
  }
  .notice_main2 .row .col-xs-12 .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    max-height: 120px;
    margin-top: 10px;
  }
  .notice_tk {
    border-radius: 8px;
    background-color: #ffffff;
    width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    z-index: 11112;
    box-sizing: border-box;
  }
  .notice_tk .chacha {
    width: 16px;
    height: 16px;
    background: url(../images/chacha1.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-size: 100% 100%;
  }
  .notice_tk .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .notice_tk .date span {
    background-color: #b81c22;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .notice_tk .cont {
    padding-right: 15px;
    overflow-y: auto;
  }
  .notice_tk .cont .tit {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
  }
  .notice_tk .cont .note {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
  }
  .notice_tk .cont .note p.b {
    font-size: 16px;
    color: #000;
  }
  .notice_tk .tk_btn {
    padding-top: 15px;
  }
  .notice_tk .tk_btn a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
  }
  .contact_main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact_main1 .m1_abs {
    background: url(../images/bgtp9.png) repeat-y center;
    background-size: 100%;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    position: static;
    right: 0;
    top: 50%;
    margin-top: 0px;
    transform: translateY(0);
  }
  .contact_main1 .m1_abs .tit {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
  }
  .contact_main1 .m1_abs .number {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .contact_main1 .m1_abs .note {
    color: #fff;
    font-size: 14px;
  }
  .job_main1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job_main1 .pic {
    border-radius: 10px;
    overflow: hidden;
  }
  .job_main1 .pic img {
    width: 100%;
  }
  .job_main2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .job_main2 .tit {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
  }
  .job_main2 .note {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    font-size: 14px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main2 .pic {
    max-width: 1400px;
  }
  .job_main2 .pic img {
    width: 100%;
  }
  .job_main3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job_main3 .tit {
    color: #000000;
    font-size: 20px;
  }
  .job_main3 .note {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 {
    margin-top: 10px;
    border-bottom: solid 1px #ddd;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .job_main3 .job_m3 .item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #ddd;
    position: relative;
  }
  .job_main3 .job_m3 .item.on .jiantou {
    transform: rotate(0deg) scale(0.8);
  }
  .job_main3 .job_m3 .item.on .tit {
    color: #b81c22;
  }
  .job_main3 .job_m3 .item .jiantou {
    width: 19px;
    height: 11px;
    background: url(../images/jiantoua.png) no-repeat center center;
    position: absolute;
    top: 25px;
    right: 0px;
    transform: rotate(-90deg) scale(0.8);
  }
  .job_main3 .job_m3 .item .tit {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
  }
  .job_main3 .job_m3 .item .note1 {
    padding-top: 10px;
  }
  .job_main3 .job_m3 .item .note1 .item1 {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
  }
  .job_main3 .job_m3 .item .cont {
    margin-top: 10px;
    display: none;
  }
  .job_main3 .job_m3 .item .cont .cont1 {
    color: #666666;
    font-size: 14px;
  }
  .job_main3 .job_m3 .item .cont .cont1 p.b {
    color: #000000;
    font-size: 16px;
  }
  .job_main3 .job_m3 .item .cont .btna {
    margin-top: 10px;
  }
  .job_main3 .job_m3 .item .cont .btna a {
    border-radius: 8px;
    background-color: #b81c22;
    width: 152px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
  }
  .about_main3 .picMarquee-left .bd ul li .pic {
    width: 150px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 0;
  }
  .banner {
    width: 100%;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 .item {
    display: block;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-20%);
    z-index: 2;
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.3s;
  }
  .banner #owl-demo1 .item .item_abs .kuai {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateX(20px);
    transition-delay: 0.6s;
  }
  .banner #owl-demo1 .item img {
    transform: scale(1.1);
    width: 100%;
    transition: all 8s linear;
  }
  .case_main2 img {
    height: 40px;
  }
  @keyframes gd1 {
    0% {
      transform: translateX(50%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .case_main2 {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
  }
  .case_main2 img {
    animation: gd1 infinite 20s linear;
  }
}
