@media (min-width: 1600px) {
  .container {
    width: 1420px;
    /*padding: 0;*/
  }
}
@media (max-width: 1600px) {
  body {
    padding-top: 90px;
  }
  .container {
    width: 1230px;
  }
  .header {
    height: 90px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .header.header1 {
    height: 80px;
  }
  .header.header1 .logo {
    top: 22px;
  }
  .header.header1 .index_nav > ul > li > a {
    line-height: 80px;
  }
  .header.header1 .header_top {
    line-height: 80px;
  }
  .header .logo {
    top: 27px;
    left: 50px;
    z-index: 2;
  }
  .header .index_nav {
    right: 220px;
    top: 0px;
    border-right: solid 1px #eeeeee;
  }
  .header .index_nav > ul {
    text-align: center;
    margin-bottom: 0;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .index_nav > ul > li > a {
    display: block;
    color: #231815;
    font-size: 16px;
    line-height: 90px;
  }
  .header .index_nav > ul > li .xl {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  .header .index_nav > ul > li .xl li a {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
  }
  .header .index_nav > ul > li .xl li a:hover {
    background: #e60012;
    color: #fff;
  }
  .header .header_top {
    width: 220px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 90px;
  }
  .header .header_top span {
    color: #e81728;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .banner #owl-demo1 .item .item_abs .tit2 {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
  }
  .banner #owl-demo1 .item .item_abs span.db {
    margin-top: 44px;
    border-radius: 3px;
    background-color: #e60012;
    width: 135px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    text-transform: uppercase;
  }
  .index_main1 {
    padding: 50px 0;
  }
  .index_main1 .pic {
    width: 365px;
  }
  .index_main1 .pic img {
    max-width: 100%;
  }
  .index_main1 .cont {
    margin-right: 580px;
  }
  .index_main1 .cont .tit {
    color: #231815;
    font-size: 36px;
    font-weight: bold;
  }
  .index_main1 .cont .tit1 {
    font-weight: bold;
    color: #333333;
    font-size: 28px;
    opacity: 0.15;
    text-transform: uppercase;
  }
  .index_main1 .cont .note {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    font-family: "微软雅黑";
    padding-top: 30px;
  }
  .index_main1 .cont .more {
    padding-top: 40px;
  }
  .index_main1 .cont .more a {
    color: #e60012;
    font-size: 14px;
    text-transform: uppercase;
  }
  .index_main1 .cont .bot {
    margin-top: 50px;
  }
  .index_main1 .cont .bot .item {
    width: 33.33%;
    border: solid 1px #eee;
    border-left: 0;
    height: 150px;
    padding-top: 40px;
    padding-left: 30px;
  }
  .index_main1 .cont .bot .item:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .index_main1 .cont .bot .item .tita {
    color: #666666;
    font-size: 16px;
  }
  .index_main1 .cont .bot .item .notea {
    color: #e60012;
    font-size: 18px;
    line-height: 38px;
    padding-top: 20px;
  }
  .index_main1 .cont .bot .item .notea span {
    color: #e60012;
    font-size: 38px;
    position: relative;
    top: -10px;
  }
  .index_main2 .index_m2 .tit1 {
    font-size: 40px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .index_main2 .index_m2 .note {
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    margin: 0 auto;
  }
  .index_main2 .index_m2 .more {
    padding-top: 40px;
  }
  .index_main2 .index_m2 .more a {
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 3px;
    width: 166px;
    height: 52px;
    line-height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }
  .index_main2 .index_m2 .more a:hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
  }
  .footer {
    background: #f8f8f8;
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .footer .footer_left .footer_ewm {
    margin-top: 35px;
  }
  .footer .footer_left .footer_ewm .item {
    border-width: 2px;
    border-color: rgba(238, 238, 238);
    border-style: solid;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    position: relative;
    cursor: pointer;
  }
  .footer .footer_left .footer_ewm .item span {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    border: solid 5px #fff;
    display: none;
  }
  .footer .footer_left .footer_ewm .item span img {
    width: 100%;
  }
  .footer .footer_right {
    width: 280px;
    font-family: "微软雅黑";
  }
  .footer .footer_right .tit {
    color: #231815;
    font-size: 18px;
  }
  .footer .footer_right .cont {
    margin-top: 25px;
  }
  .footer .footer_right .cont .item {
    color: #666666;
    font-size: 16px;
    line-height: 34px;
  }
  .footer .footer_right .cont .item .name {
    width: 48px;
  }
  .footer .footer_right .cont .item .note {
    margin-left: 48px;
  }
  .footer .footer_center {
    margin-left: 240px;
    margin-right: 340px;
    padding-left: 30px;
    padding-right: 20px;
    height: 215px;
    border-left: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
  }
  .footer .footer_center .item {
    width: 33.33%;
    padding-left: 40px;
  }
  .footer .footer_center .item .tit a {
    color: #231815;
    font-size: 18px;
  }
  .footer .footer_center .item ul {
    margin-top: 25px;
  }
  .footer .footer_center .item ul li {
    line-height: 34px;
  }
  .footer .footer_center .item ul li a {
    font-size: 16px;
    color: #666666;
  }
  .footer .footer_center .item ul li a:hover {
    color: #333;
  }
  .copyRight {
    border-top: solid 1px #e7e7e7;
    background: #f8f8f8;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .copyRight .copyleft {
    color: #666666;
    font-size: 16px;
  }
  .copyRight .copyleft a {
    color: #666666;
  }
  .copyRight .support {
    color: #666666;
    font-size: 16px;
  }
  .copyRight .support a {
    color: #666666;
  }
  .ejbanner img {
    width: 100%;
  }
  .ejbanner .b_abs {
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ejbanner .b_abs .tit {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
  }
  .ejbanner .b_abs .cont {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    margin-top: 10px;
  }
  .ej_nav {
    height: 70px;
    background: #fff;
    border-bottom: solid 1px #eee;
    line-height: 68px;
    font-size: 0;
  }
  .ej_nav a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    border-bottom: solid 2px #fff;
    margin: 0 30px;
  }
  .ej_nav a:hover,
  .ej_nav a.on {
    color: #e60012;
    border-bottom: solid 2px #e60012;
  }
  .ej_tit .tit {
    color: #231815;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .ej_tit .titt {
    color: #231815;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .ej_tit .tit1 {
    color: #333333;
    font-size: 18px;
    opacity: 0.15;
    text-transform: uppercase;
  }
  .ej_tit .tit2 {
    color: #333;
    font-size: 16px;
  }
  .ej_tit.ej_tit_white .tit,
  .ej_tit.ej_tit_white .tit1,
  .ej_tit.ej_tit_white .tit2 {
    color: #fff;
  }
  .tw_main {
    padding-top: 70px;
  }
  .tw_main .tw_left {
    width: 724px;
  }
  .tw_main .tw_left .tw_cont {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
  }
  .tw_main .tw_left .tw_cont .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
  .tw_main .tw_left .tw_cont .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
  }
  .tw_main .tw_left .tw_cont .item .inp1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    color: #231815;
    font-size: 16px;
    padding: 0 25px;
  }
  .tw_main .tw_left .tw_cont .item .text1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    height: 118px;
    padding: 10px 25px;
  }
  .tw_main .tw_left .tw_cont .item_btn {
    padding-top: 10px;
    font-size: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 140px;
    height: 50px;
    font-size: 16px;
    color: #231815;
    border: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna.btn1 {
    background: #e60012;
    color: #fff;
    margin-right: 25px;
  }
  .tw_main .tw_right {
    width: 390px;
    background: url(../images/tp3.jpg) no-repeat center center;
    background-size: cover!important;
    height: 600px;
    padding: 70px 0 0 40px;
  }
  .tw_main .tw_right .tw_cont .item {
    margin-top: 50px;
    font-family: "微软雅黑";
  }
  .tw_main .tw_right .tw_cont .item .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 72px;
  }
  .tw_main .tw_right .tw_cont .item .cont {
    margin-left: 95px;
    padding-top: 10px;
  }
  .tw_main .tw_right .tw_cont .item .cont .tit {
    color: #ffffff;
    font-size: 16px;
  }
  .tw_main .tw_right .tw_cont .item .cont .note {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }
  .gj_main {
    padding: 70px 0;
  }
  .gj_main .gj_m {
    margin-top: 45px;
  }
  .gj_main .gj_m .gj_left {
    width: 800px;
    background: #fff;
    border: solid 1px #eeeeee;
    padding: 50px 80px;
    height: 500px;
  }
  .gj_main .gj_m .gj_left .tit {
    color: #231815;
    font-size: 24px;
  }
  .gj_main .gj_m .gj_left .pic {
    margin-top: 30px;
  }
  .gj_main .gj_m .gj_left .pic img {
    max-width: 100%;
  }
  .gj_main .gj_m .gj_right {
    width: 380px;
    height: 500px;
    background: url(../images/bgtp1.jpg) no-repeat center center;
    background-size: cover!important;
    padding: 45px 45px 0;
  }
  .gj_main .gj_m .gj_right .tit {
    color: #231815;
    font-weight: bold;
    font-size: 24px;
  }
  .gj_main .gj_m .gj_right .tit1 {
    color: #231815;
    font-size: 16px;
    font-family: "微软雅黑";
    border-bottom: solid 1px #dddddd;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .gj_main .gj_m .gj_right .price {
    color: #e60012;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .gj_main .gj_m .gj_right .price.on{
    color:#009f1c;
  }
  .gj_main .gj_m .gj_right .price span {
    font-size: 36px;
  }
  .gj_main .gj_m .gj_right .cont {
    padding-top: 10px;
  }
  .gj_main .gj_m .gj_right .cont .item {
    margin-top: 20px;
    width: 50%;
  }
  .gj_main .gj_m .gj_right .cont .item .tita {
    color: #888888;
    font-size: 16px;
  }
  .gj_main .gj_m .gj_right .cont .item .notea {
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
  }
  .gj_main .gj_m .gj_right .date {
    color: #666666;
    font-size: 16px;
    border-top: solid 1px #ddd;
    margin-top: 30px;
    padding-top: 15px;
    font-family: "微软雅黑";
  }
  .contact_main1 {
    padding: 70px 0;
  }
  .contact_main1 .contact_m1 .item {
    width: 25%;
    border: solid 1px #eee;
    border-left: 0;
    padding: 58px 0 50px;
    text-align: center;
  }
  .contact_main1 .contact_m1 .item:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .contact_main1 .contact_m1 .item .icon {
    border-radius: 50%;
    background-color: #e60012;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
  }
  .contact_main1 .contact_m1 .item .tit {
    color: #666666;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .contact_main1 .contact_m1 .item .note {
    color: #231815;
    font-size: 16px;
  }
  .contact_main2 .contact_m2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact_main2 .contact_m2 .m2_lyb {
    width: 305px;
    background: #fff;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk {
    font-size: 0;
    border-bottom: solid 1px #cccccc;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk .xxk1 {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #111111;
    font-size: 16px;
    text-align: center;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk .xxk1.on {
    background: #e60012;
    color: #fff;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
    font-family: "微软雅黑";
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .tit {
    color: #231815;
    font-size: 18px;
    font-weight: bold;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .note {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont {
    padding-top: 0px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item {
    padding-top: 0px;
    border-bottom: solid 1px #eee;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item .inp1 {
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    font-size: 14px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn {
    padding-top: 20px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn .btn1 {
    border-radius: 3px;
    background-color: #e60012;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
  }
  .pages a {
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .pages a:hover,
  .pages a.on {
    color: #e60012;
  }
  .pages a.tsa {
    line-height: 40px;
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
  }
  .pages a.tsa:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
  }
  .gg_main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .gg_main .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
  }
  .gg_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gg_main .item {
    margin-top: 20px;
    background: #fbfbfb;
    padding: 45px 40px 0;
    height: 300px;
  }
  .gg_main .item:hover {
    background: #e60012;
  }
  .gg_main .item:hover .date {
    color: #fff;
  }
  .gg_main .item:hover .tit a {
    color: #fff;
  }
  .gg_main .item:hover .download a {
    color: #fff;
  }
  .gg_main .item .date {
    color: #e60012;
    font-size: 16px;
  }
  .gg_main .item .tit {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 15px;
  }
  .gg_main .item .tit a {
    color: #251a17;
    font-size: 18px;
  }
  .gg_main .item .download {
    padding-top: 55px;
  }
  .gg_main .item .download a {
    color: #999999;
    font-size: 14px;
  }
  .gg_main .item .download a img {
    margin-right: 10px;
  }
  .gg_details .container {
    max-width: 980px;
  }
  .gg_details .gg_top {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .gg_details .gg_top .tit {
    color: #231815;
    font-size: 34px;
    font-family: "微软雅黑";
  }
  .gg_details .gg_top .note {
    font-size: 16px;
    color: #666666;
    font-style: italic;
    margin-top: 20px;
  }
  .gg_details .gg_top .note .item {
    margin-right: 25px;
    display: inline-block;
  }
  .gg_details .gg_bot {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .gg_details .gg_bot .cont {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 50px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
  }
  .gg_details .gg_bot .cont img {
    max-width: 100%;
    display: block;
    margin: 30px auto;
  }
  .fanye a.fya {
    line-height: 40px;
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #666666;
    font-size: 18px;
  }
  .fanye a.fya:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
  }
  .fanye a.fanye_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .news_main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news_main .news_top {
    background: #f8f8f8;
  }
  .news_main .news_top:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_main .news_top .pic {
    width: 600px;
  }
  .news_main .news_top .pic img {
    width: 100%;
  }
  .news_main .news_top .cont {
    padding: 60px 60px 0;
    margin-right: 600px;
  }
  .news_main .news_top .cont .date {
    color: #888888;
    font-size: 16px;
  }
  .news_main .news_top .cont .tit {
    padding: 25px 0;
  }
  .news_main .news_top .cont .tit a {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
  }
  .news_main .news_top .cont .note {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
  }
  .news_main .news_top .cont .more {
    padding-top: 45px;
  }
  .news_main .news_top .cont .more a {
    color: #e60012;
    text-transform: uppercase;
  }
  .news_main .news_list {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .news_main .news_list ul li {
    padding: 50px 0;
    border-bottom: solid 1px #eee;
  }
  .news_main .news_list ul li:hover {
    border-color: #e60012;
  }
  .news_main .news_list ul li:hover .more a {
    background: url(../images/youjianc1.png) no-repeat center center #e60012;
    border-color: #e60012;
  }
  .news_main .news_list ul li .date .day {
    color: #e72432;
    font-size: 46px;
    line-height: 46px;
  }
  .news_main .news_list ul li .date .month {
    margin-top: 10px;
    color: #888888;
    font-size: 16px;
  }
  .news_main .news_list ul li .more a {
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    background: url(../images/youjianc2.png) no-repeat center center #fff;
  }
  .news_main .news_list ul li .cont {
    margin-left: 160px;
    margin-right: 290px;
  }
  .news_main .news_list ul li .cont .tit a {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_main .news_list ul li .cont .note {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hz_main .hz_top {
    padding: 80px 0;
    color: #231815;
    font-size: 20px;
    line-height: 40px;
    background: #f8f8f8;
  }
  .hz_main .hz_top .container {
    max-width: 1170px;
  }
  .hz_main .hz_bot {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hz_main .hz_bot .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hz_main .hz_bot .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .hz_main .hz_bot .row .col-xs-12 .item .pic img {
    width: 100%;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .tit {
    padding-top: 25px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .tit a {
    color: #231815;
    font-size: 26px;
    font-family: "微软雅黑";
    font-weight: bold;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    font-family: "微软雅黑";
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .more a {
    color: #e60012;
    font-size: 16px;
    text-transform: uppercase;
  }
  .ej_nav2 {
    height: 70px;
    border-bottom: solid 1px #eee;
  }
  .ej_nav2 .item {
    width: 240px;
    height: 70px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    margin-left: -1px;
    padding-left: 40px;
    background: url(../images/xiajian1.png) no-repeat 200px center;
  }
  .ej_nav2 .item .note {
    color: #231815;
    font-size: 16px;
    line-height: 70px;
  }
  .ej_nav2 .item.on {
    background: url(../images/shangjian.png) no-repeat 200px center;
  }
  .ej_nav2 .item .nav_xl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px 1px #eee;
    display: none;
  }
  .ej_nav2 .item .nav_xl ul {
    margin-bottom: 0;
    font-family: "微软雅黑";
  }
  .ej_nav2 .item .nav_xl ul li {
    height: 70px;
  }
  .ej_nav2 .item .nav_xl ul li a {
    display: block;
    background: #fff;
    color: #231815;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
  }
  .ej_nav2 .item .nav_xl ul li a:hover {
    color: #e60012;
  }
  .zl_main1 {
    padding: 80px 0;
  }
  .zl_main1 .zl_m1 {
    padding-top: 40px;
  }
  .zl_main1 .zl_m1 .pic {
    width: 600px;
  }
  .zl_main1 .zl_m1 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main1 .zl_m1 .pic img {
    width: 100%;
  }
  .zl_main1 .zl_m1 .cont {
    margin-right: 600px;
    padding-right: 80px;
  }
  .zl_main1 .zl_m1 .cont .tit {
    color: #231815;
    font-size: 32px;
    line-height: 32px;
  }
  .zl_main1 .zl_m1 .cont .hengxian {
    background-color: #e60012;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .zl_main1 .zl_m1 .cont .note {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
  }
  .zl_main2 {
    background-size: cover!important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .zl_main2 .zl_m2 {
    margin-top: 60px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .zl_main2 .zl_m2 .item {
    padding-left: 40px;
    padding-right: 40px;
    width: 25%;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .zl_main2 .zl_m2 .item:hover .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main2 .zl_m2 .item:nth-child(1) {
    border-left: 0;
  }
  .zl_main2 .zl_m2 .item .tit {
    color: #ffffff;
    font-size: 22px;
    margin-top: 55px;
    margin-bottom: 15px;
  }
  .zl_main2 .zl_m2 .item .note {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
  }
  .zl_main3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .zl_main3 .zl_m3 {
    margin-top: 40px;
  }
  .zl_main3 .zl_m3 .item:hover {
    -webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    box-shadow: 0px 0px 15px 5px rgba(230, 0, 18, 0.16);
  }
  .zl_main3 .zl_m3 .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main3 .zl_m3 .item .pic img {
    width: 100%;
  }
  .zl_main3 .zl_m3 .item .cont {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(230, 0, 18, 0.16);
    padding: 25px;
    font-family: "微软雅黑";
  }
  .zl_main3 .zl_m3 .item .cont .tit {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
  }
  .zl_main3 .zl_m3 .item .cont .note {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
  }
  .wh_tit .tit {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
  }
  .wh_tit .tit.word_black {
    color: #231815;
  }
  .wh_tit .hengxian {
    background-color: #e60012;
    width: 50px;
    height: 3px;
    margin-top: 25px;
  }
  .wh_main .wh_top {
    padding: 80px 0 40px;
  }
  .wh_main .wh_m {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wh_main .wh_m .item .tit1 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .wh_main .wh_m .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .wh_main .wh_m .item1 {
    background: #fff;
    padding: 50px 40px 0;
    border-top: solid 3px #e60012;
    height: 325px;
  }
  .wh_main .wh_m .item1 .tit {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #231815;
    font-size: 24px;
    font-weight: bold;
  }
  .wh_main .wh_m .item1 .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .wh_main1 {
    padding: 150px 0;
    background-size: cover!important;
  }
  .wh_main1 .cont {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .wh_main2 .wh_item {
    position: relative;
  }
  .wh_main2 .wh_item:nth-child(2) .prev {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -100px;
  }
  .wh_main2 .wh_item:nth-child(2) .next {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -170px;
  }
  .wh_main2 .wh_item:nth-child(2) .item .cont {
    padding-right: 0;
    padding-left: 100px;
    right: auto;
    left: 50%;
  }
  .wh_main2 .wh_item .owl-controls {
    display: none;
  }
  .wh_main2 .wh_item .prev {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: 50px;
    z-index: 3;
  }
  .wh_main2 .wh_item .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .next {
    position: absolute;
    left: 50%;
    margin-left: -530px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: 50px;
    z-index: 3;
  }
  .wh_main2 .wh_item .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .item {
    position: relative;
  }
  .wh_main2 .wh_item .item .pic {
    width: 50%;
  }
  .wh_main2 .wh_item .item .pic img {
    width: 100%;
  }
  .wh_main2 .wh_item .item .cont {
    top: 50%;
    right: 50%;
    width: 600px;
    padding-right: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wh_main2 .wh_item .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .yy_main {
    padding-top: 70px;
  }
  .yy_main .yy_item:nth-child(2) .pic {
    float: left;
  }
  .yy_main .yy_item:nth-child(2) .cont {
    left: auto;
    margin-left: 0;
    right: 50%;
    margin-right: -600px;
    padding-right: 0;
    padding-left: 40px;
  }
  .yy_main .yy_item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main .yy_item .pic {
    width: 50%;
    float: right;
  }
  .yy_main .yy_item .pic img {
    width: 100%;
  }
  .yy_main .yy_item .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    width: 600px;
    padding-right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .yy_main .yy_item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  .yy_main1 {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .yy_main1 .container {
    margin-top: 40px;
    position: relative;
  }
  .yy_main1 .container .prev {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .yy_main1 .container .next {
    position: absolute;
    left: 50%;
    margin-left: 140px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .yy_main1 .container .owl-dots {
    display: block!important;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .yy_main1 .container .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    height: 25px;
    -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;
    background: url(../images/dot2.png) no-repeat center center;
    opacity: 0.7;
  }
  .yy_main1 .container .owl-dots .owl-dot.active {
    background: url(../images/dot1.png) no-repeat center center;
    opacity: 1;
  }
  .yy_main1 .container .item .item1 {
    width: 25%;
    border: solid 1px #eee;
    height: 340px;
    border-left: 0;
    text-align: center;
  }
  .yy_main1 .container .item .item1:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .yy_main1 .container .item .item1:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main1 .container .item .item1 .pic {
    height: 280px;
    text-align: center;
    line-height: 280px;
    overflow: hidden;
  }
  .yy_main1 .container .item .item1 .pic img {
    max-width: 100%;
    max-height: 280px;
    width: auto!important;
    height: auto!important;
    display: inline-block !important;
  }
  .yy_main1 .container .item .item1 .tit a {
    color: #231815;
    font-size: 16px;
  }
  .yy_main2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .yy_main2 .cont {
    margin-top: 60px;
    text-align: center;
  }
  .yy_main2 .cont .col-xs-12:hover .icon img {
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
  }
  .yy_main2 .cont .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    text-align: center;
    line-height: 112px;
  }
  .yy_main2 .cont .tit {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .yy_main2 .cont .note {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
  }
  .zl_maina {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .zl_maina .zl_js {
    position: relative;
    margin-top: 30px;
  }
  .zl_maina .zl_js .prev {
    position: absolute;
    left: 31%;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .zl_maina .zl_js .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_maina .zl_js .next {
    position: absolute;
    left: 68%;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .zl_maina .zl_js .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_maina .zl_js .swiper-slide {
    opacity: 0.5;
  }
  .zl_maina .zl_js .swiper-slide .pic img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 100%;
  }
  .zl_maina .zl_js .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .zl_maina .zl_js .swiper-slide.swiper-slide-active .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .zl_maina .zl_js .zl_btn {
    text-align: center;
    padding-top: 30px;
  }
  .zl_maina .zl_js .zl_btn .tit {
    color: #333333;
    font-size: 20px;
  }
  .zl_maina .zl_js .zl_btn .tit1 {
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
  }
  .zl_mainb {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .zl_mainb .zl_mb {
    margin-top: 30px;
    background: #fff;
  }
  .zl_mainb .zl_mb .owl-controls {
    display: none;
  }
  .zl_mainb .zl_mb .pic {
    width: 50%;
  }
  .zl_mainb .zl_mb .pic .item {
    overflow: hidden;
  }
  .zl_mainb .zl_mb .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_mainb .zl_mb .pic .prev {
    position: absolute;
    left: 40px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand3.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainb .zl_mb .pic .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_mainb .zl_mb .pic .next {
    position: absolute;
    right: 40px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand3.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainb .zl_mb .pic .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_mainb .zl_mb .cont {
    margin-right: 50%;
    padding: 50px 35px 0;
  }
  .zl_mainb .zl_mb .cont .item {
    color: #010101;
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px;
    padding-left: 25px;
    background: url(../images/dot3.png) no-repeat left 11px;
  }
  .zl_mainb .zl_mb .cont .item:nth-child(1) {
    margin-top: 0;
  }
  .zl_mainc {
    padding: 70px 0;
  }
  .zl_mainc .zl_mtop {
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .zl_mainc .zl_mtop .prev {
    position: absolute;
    left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainc .zl_mtop .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_mainc .zl_mtop .next {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainc .zl_mtop .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_mainc .zl_mtop .item {
    cursor: pointer;
  }
  .zl_mainc .zl_mtop .item.on .icon,
  .zl_mainc .zl_mtop .item:hover .icon {
    border-color: #e60012;
    background: #e60012;
  }
  .zl_mainc .zl_mtop .item.on .icon img.imggb,
  .zl_mainc .zl_mtop .item:hover .icon img.imggb {
    opacity: 1;
  }
  .zl_mainc .zl_mtop .item.on .icon img.imgga,
  .zl_mainc .zl_mtop .item:hover .icon img.imgga {
    opacity: 0;
  }
  .zl_mainc .zl_mtop .item.on .tit,
  .zl_mainc .zl_mtop .item:hover .tit {
    color: #e60012;
  }
  .zl_mainc .zl_mtop .item .icon {
    border-width: 2px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .zl_mainc .zl_mtop .item .icon img {
    width: 35px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .zl_mainc .zl_mtop .item .icon img.imggb {
    opacity: 0;
  }
  .zl_mainc .zl_mtop .item .tit {
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
  }
  .zl_mainc .zl_mbot {
    margin-top: 35px;
  }
  .zl_mainc .zl_mbot .item {
    border: solid 1px #eee;
    display: none;
    padding: 40px 60px;
  }
  .zl_mainc .zl_mbot .item:nth-child(1) {
    display: block;
  }
  .zl_mainc .zl_mbot .item .zl_top {
    color: #333333;
    font-size: 16px;
  }
  .zl_mainc .zl_mbot .item .zl_top .dib {
    margin-right: 80px;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left {
    width: 45%;
    margin-top: 30px;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left .tit {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left .note {
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    margin-top: 15px;
  }
  .fc_main {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .fc_main .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fc_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fc_main .row .col-xs-12 .note {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    font-family: "微软雅黑";
  }
  .fc_main .row .col-xs-12 .pic {
    margin-top: 50px;
  }
  .fc_main .row .col-xs-12 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fc_main .row .col-xs-12 .pic img {
    width: 100%;
  }
  .fc_main1 {
    padding-top: 70px;
    background: #f8f8f8;
  }
  .fc_main1 .fc_m1 .pic {
    width: 480px;
  }
  .fc_main1 .fc_m1 .pic img {
    max-width: 100%;
  }
  .fc_main1 .fc_m1 .cont .note {
    margin-top: 60px;
    padding-left: 50px;
    /*max-width: 750px;*/
    padding-right: 50px;
    position: relative;
    color: #333333;
    font-size: 20px;
    line-height: 38px;
  }
  .fc_main1 .fc_m1 .cont .note:before {
    content: '';
    width: 17px;
    height: 14px;
    background: url(../images/yinhao1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .fc_main1 .fc_m1 .cont .note:after {
    content: '';
    width: 17px;
    height: 14px;
    background: url(../images/yinhao2.png) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  .fc_main1 .fc_m1 .cont .qianming {
    padding-left: 50px;
    margin-top: 50px;
  }
  .fc_main1 .fc_m1 .cont .qianming .hengxian {
    background-color: #999999;
    width: 42px;
    height: 2px;
  }
  .fc_main2 {
    background-size: cover!important;
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .fc_main2 .fc_m2 {
    position: relative;
  }
  .fc_main2 .fc_m2 .prev {
    border-radius: 50%;
    background: url(../images/zuojiane1.png) no-repeat center center #ffffff;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -58px;
    z-index: 3;
    cursor: pointer;
  }
  .fc_main2 .fc_m2 .prev:hover {
    background: url(../images/zuojiane11.png) no-repeat center center #e60012;
  }
  .fc_main2 .fc_m2 .next {
    border-radius: 50%;
    background: url(../images/youjiane1.png) no-repeat center center #ffffff;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -58px;
    z-index: 3;
    cursor: pointer;
  }
  .fc_main2 .fc_m2 .next:hover {
    background: url(../images/youjiane11.png) no-repeat center center #e60012;
  }
  .fc_main2 .fc_m2 .prev_year {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -115px;
    left: 15px;
    width: 56px;
    text-align: center;
  }
  .fc_main2 .fc_m2 .next_year {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -115px;
    right: 15px;
    width: 56px;
    text-align: center;
  }
  .fc_main2 .fc_m2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000%;
    margin-left: -3000px;
    height: 1px;
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.4);
  }
  .fc_main2 .fc_m2 .item {
    text-align: center;
  }
  .fc_main2 .fc_m2 .item .year {
    color: #ffffff;
    font-size: 180px;
    font-weight: bold;
    line-height: 180px;
  }
  .fc_main2 .fc_m2 .item .note {
    color: #ffffff;
    font-size: 20px;
    margin-top: 120px;
    margin-bottom: 25px;
  }
  .fc_main2 .fc_m2 .item .date {
    color: #ffffff;
    font-size: 16px;
  }
  .fc_main3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .fc_main3 .col-xs-12 {
    margin-top: 45px;
  }
  .fc_main3 .col-xs-12:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fc_main3 .pic img {
    width: 100%;
  }
  .fc_main3 .cont {
    border: solid 1px #eee;
    border-top: 0;
    padding: 30px 35px;
  }
  .fc_main3 .cont .tit {
    color: #333333;
    font-size: 16px;
  }
  .fc_main3 .cont .tit span {
    font-size: 20px;
    margin-right: 15px;
  }
  .fc_main3 .cont .note {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .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;
  }
  .header.header1 {
    height: 60px;
  }
  .header.header1 .header_top {
    line-height: 60px;
  }
  .header.header1 .index_nav > ul > li > a {
    line-height: 40px;
  }
  .header.header1 .logo {
    top: 15px;
  }
  .header .logo {
    top: 15px;
    left: 15px;
  }
  .header .logo img {
    height: 30px;
  }
  .header .header_top {
    right: 60px;
    width: auto;
    font-size: 14px;
    line-height: 60px;
  }
  .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: 280px;
    bottom: 0;
    background: #fff;
    z-index: 1115!important;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    overflow-y: auto;
    -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 {
    width: 100%;
    margin-left: 0;
    position: static;
    display: block!important;
    line-height: 24px;
    margin-top: -5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .header .index_nav > ul > li > .xl li {
    height: 40px;
    line-height: 40px;
  }
  .header .index_nav > ul > li > .xl li a {
    font-size: 14px;
    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;
  }
  .details_tk {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
    padding: 100px;
    width: 90%;
  }
  .details_tk.on {
    z-index: 11;
  }
  .details_tk .tk_close {
    width: 20px;
    height: 20px;
    top: 40px;
    right: 40px;
    position: absolute;
    background: url(../images/chachaa.png) no-repeat center center;
    cursor: pointer;
  }
  .details_tk .tk_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .details_tk .pic {
    width: 370px;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .details_tk .pic .prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .details_tk .pic .next {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .details_tk .pic .item {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
  }
  .details_tk .pic .item img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    height: auto!important;
    width: auto!important;
  }
  .details_tk .cont {
    margin-right: 370px;
    padding-right: 40px;
  }
  .details_tk .cont .tit {
    font-size: 20px;
    color: #231815;
    font-weight: bold;
  }
  .details_tk .cont .note {
    margin-top: 15px;
  }
  .details_tk .cont .note ul li {
    color: #231815;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
    position: relative;
  }
  .details_tk .cont .note ul li:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    background-color: #e60012;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -3px;
  }
  .details_tk .cont .note1 {
    margin-top: 20px;
  }
  .details_tk .cont .note1 ul li {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .tw_main {
    padding-top: 70px;
    position: relative;
    height: 630px;
  }
  .tw_main .tw_left {
    width: auto;
    margin-right: 400px;
  }
  .tw_main .tw_left .tw_cont {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
  }
  .tw_main .tw_left .tw_cont .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
  .tw_main .tw_left .tw_cont .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 15px;
  }
  .tw_main .tw_left .tw_cont .item .inp1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    color: #231815;
    font-size: 16px;
    padding: 0 25px;
  }
  .tw_main .tw_left .tw_cont .item .text1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    height: 118px;
    padding: 10px 25px;
  }
  .tw_main .tw_left .tw_cont .item_btn {
    padding-top: 10px;
    font-size: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 140px;
    height: 50px;
    font-size: 16px;
    color: #231815;
    border: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna.btn1 {
    background: #e60012;
    color: #fff;
    margin-right: 25px;
  }
  .tw_main .tw_right {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 330px;
    background: url(../images/tp3.jpg) no-repeat center center;
    background-size: cover!important;
    height: 560px;
    padding: 50px 0 0 30px;
  }
  .tw_main .tw_right .tw_cont .item {
    margin-top: 30px;
    font-family: "微软雅黑";
  }
  .tw_main .tw_right .tw_cont .item .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 72px;
  }
  .tw_main .tw_right .tw_cont .item .cont {
    margin-left: 95px;
    padding-top: 10px;
  }
  .tw_main .tw_right .tw_cont .item .cont .tit {
    color: #ffffff;
    font-size: 16px;
  }
  .tw_main .tw_right .tw_cont .item .cont .note {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }
  .gj_main {
    padding: 70px 0;
  }
  .gj_main .gj_m {
    margin-top: 45px;
    position: relative;
  }
  .gj_main .gj_m .gj_left {
    width: auto;
    margin-right: 330px;
    background: #fff;
    border: solid 1px #eeeeee;
    padding: 40px 40px;
    height: 480px;
  }
  .gj_main .gj_m .gj_left .tit {
    color: #231815;
    font-size: 24px;
  }
  .gj_main .gj_m .gj_left .pic {
    margin-top: 30px;
  }
  .gj_main .gj_m .gj_left .pic img {
    max-width: 100%;
  }
  .gj_main .gj_m .gj_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 480px;
    background: url(../images/bgtp1.jpg) no-repeat center center;
    background-size: cover!important;
    padding: 35px 25px 0;
  }
  .gj_main .gj_m .gj_right .tit {
    color: #231815;
    font-weight: bold;
    font-size: 24px;
  }
  .gj_main .gj_m .gj_right .tit1 {
    color: #231815;
    font-size: 16px;
    font-family: "微软雅黑";
    border-bottom: solid 1px #dddddd;
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .gj_main .gj_m .gj_right .price {
    color: #e60012;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .gj_main .gj_m .gj_right .price.on{
    color:#009f1c;
  }
  .gj_main .gj_m .gj_right .price span {
    font-size: 36px;
  }
  .gj_main .gj_m .gj_right .cont {
    padding-top: 10px;
  }
  .gj_main .gj_m .gj_right .cont .item {
    margin-top: 20px;
    width: 50%;
  }
  .gj_main .gj_m .gj_right .cont .item .tita {
    color: #888888;
    font-size: 16px;
  }
  .gj_main .gj_m .gj_right .cont .item .notea {
    font-size: 24px;
    color: #333333;
    margin-top: 5px;
  }
  .gj_main .gj_m .gj_right .date {
    color: #666666;
    font-size: 16px;
    border-top: solid 1px #ddd;
    margin-top: 30px;
    padding-top: 15px;
    font-family: "微软雅黑";
  }
  .padshow {
    display: block!important;
  }
  .pages a {
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .pages a:hover,
  .pages a.on {
    color: #e60012;
  }
  .pages a.tsa {
    line-height: 40px;
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
  }
  .pages a.tsa:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
  }
  .gg_main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .gg_main .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
  }
  .gg_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gg_main .item {
    margin-top: 20px;
    background: #fbfbfb;
    padding: 30px 20px 0;
    height: 240px;
  }
  .gg_main .item:hover {
    background: #e60012;
  }
  .gg_main .item:hover .date {
    color: #fff;
  }
  .gg_main .item:hover .tit a {
    color: #fff;
  }
  .gg_main .item:hover .download a {
    color: #fff;
  }
  .gg_main .item .date {
    color: #e60012;
    font-size: 16px;
  }
  .gg_main .item .tit {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 15px;
  }
  .gg_main .item .tit a {
    color: #251a17;
    font-size: 16px;
  }
  .gg_main .item .download {
    padding-top: 35px;
  }
  .gg_main .item .download a {
    color: #999999;
    font-size: 14px;
  }
  .gg_main .item .download a img {
    margin-right: 10px;
  }
  .news_main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news_main .news_top {
    background: #f8f8f8;
  }
  .news_main .news_top:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_main .news_top .pic {
    width: 600px;
  }
  .news_main .news_top .pic img {
    width: 100%;
  }
  .news_main .news_top .cont {
    padding: 60px 60px 0;
    margin-right: 600px;
  }
  .news_main .news_top .cont .date {
    color: #888888;
    font-size: 16px;
  }
  .news_main .news_top .cont .tit {
    padding: 25px 0;
  }
  .news_main .news_top .cont .tit a {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
  }
  .news_main .news_top .cont .note {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
  }
  .news_main .news_top .cont .more {
    padding-top: 35px;
  }
  .news_main .news_top .cont .more a {
    color: #e60012;
    text-transform: uppercase;
  }
  .news_main .news_list ul li {
    padding: 30px 0;
    border-bottom: solid 1px #eee;
  }
  .news_main .news_list ul li:hover {
    border-color: #e60012;
  }
  .news_main .news_list ul li:hover .more a {
    background: url(../images/youjianc1.png) no-repeat center center #e60012;
    border-color: #e60012;
  }
  .news_main .news_list ul li .cont {
    margin-left: 80px;
    margin-right: 120px;
  }
  .news_main .news_list ul li .cont .tit a {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_main .news_list ul li .cont .note {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .contact_main2 .padshow {
    display: block!important;
  }
  .contact_main2 .pcshow {
    display: none!important;
  }
  .ej_nav2 {
    height: 70px;
    border-bottom: solid 1px #eee;
  }
  .ej_nav2 .item {
    width: 240px;
    height: 70px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    margin-left: -1px;
    padding-left: 40px;
    background: url(../images/xiajian1.png) no-repeat 200px center;
  }
  .ej_nav2 .item .note {
    color: #231815;
    font-size: 16px;
    line-height: 70px;
  }
  .ej_nav2 .item.on {
    background: url(../images/shangjian.png) no-repeat 200px center;
  }
  .ej_nav2 .item .nav_xl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px 1px #eee;
    display: none;
  }
  .ej_nav2 .item .nav_xl ul {
    margin-bottom: 0;
    font-family: "微软雅黑";
  }
  .ej_nav2 .item .nav_xl ul li {
    height: 70px;
  }
  .ej_nav2 .item .nav_xl ul li a {
    display: block;
    background: #fff;
    color: #231815;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
  }
  .ej_nav2 .item .nav_xl ul li a:hover {
    color: #e60012;
  }
  .zl_main1 {
    padding: 80px 0;
  }
  .zl_main1 .zl_m1 {
    padding-top: 40px;
  }
  .zl_main1 .zl_m1 .pic {
    width: 500px;
  }
  .zl_main1 .zl_m1 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main1 .zl_m1 .pic img {
    width: 100%;
  }
  .zl_main1 .zl_m1 .cont {
    margin-right: 500px;
    padding-right: 30px;
  }
  .zl_main1 .zl_m1 .cont .tit {
    color: #231815;
    font-size: 24px;
    line-height: 24px;
  }
  .zl_main1 .zl_m1 .cont .hengxian {
    background-color: #e60012;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .zl_main1 .zl_m1 .cont .note {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }
  .zl_main2 {
    background-size: cover!important;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .zl_main2 .zl_m2 {
    margin-top: 60px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .zl_main2 .zl_m2 .item {
    padding-left: 30px;
    padding-right: 30px;
    width: 25%;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .zl_main2 .zl_m2 .item:hover .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main2 .zl_m2 .item:nth-child(1) {
    border-left: 0;
  }
  .zl_main2 .zl_m2 .item .tit {
    color: #ffffff;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .zl_main2 .zl_m2 .item .note {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    height:120px;
  }
  .zl_main3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .zl_main3 .zl_m3 {
    margin-top: 30px;
  }
  .zl_main3 .zl_m3 .item:hover {
    -webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    box-shadow: 0px 0px 15px 5px rgba(230, 0, 18, 0.16);
  }
  .zl_main3 .zl_m3 .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main3 .zl_m3 .item .pic img {
    width: 100%;
  }
  .zl_main3 .zl_m3 .item .cont {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(230, 0, 18, 0.16);
    padding: 20px;
    font-family: "微软雅黑";
  }
  .zl_main3 .zl_m3 .item .cont .tit {
    color: #231815;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
  }
  .zl_main3 .zl_m3 .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .wh_tit .tit {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
  .wh_tit .tit.word_black {
    color: #231815;
  }
  .wh_tit .hengxian {
    background-color: #e60012;
    width: 30px;
    height: 2px;
    margin-top: 15px;
  }
  .wh_main .wh_top {
    padding: 80px 0 40px;
  }
  .wh_main .wh_m {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wh_main .wh_m .item .tit1 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .wh_main .wh_m .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .wh_main .wh_m .item1 {
    background: #fff;
    padding: 50px 40px 0;
    border-top: solid 3px #e60012;
    height: 325px;
  }
  .wh_main .wh_m .item1 .tit {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #231815;
    font-size: 24px;
    font-weight: bold;
  }
  .wh_main .wh_m .item1 .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .wh_main1 {
    padding: 150px 0;
    background-size: cover!important;
  }
  .wh_main1 .cont {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .wh_main2 .wh_item {
    position: relative;
  }
  .wh_main2 .wh_item:nth-child(2) .prev {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -60px;
  }
  .wh_main2 .wh_item:nth-child(2) .next {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -95px;
  }
  .wh_main2 .wh_item:nth-child(2) .item .cont {
    padding-right: 15px;
    padding-left: 50px;
    right: auto;
    left: 50%;
  }
  .wh_main2 .wh_item .owl-controls {
    display: none;
  }
  .wh_main2 .wh_item .prev {
    position: absolute;
    left: 15px;
    margin-left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: 30px;
    z-index: 3;
  }
  .wh_main2 .wh_item .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .next {
    position: absolute;
    left: 50px;
    margin-left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: 30px;
    z-index: 3;
  }
  .wh_main2 .wh_item .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .item {
    position: relative;
  }
  .wh_main2 .wh_item .item .pic {
    width: 50%;
  }
  .wh_main2 .wh_item .item .pic img {
    width: 100%;
  }
  .wh_main2 .wh_item .item .cont {
    top: 50%;
    right: 50%;
    width: 50%;
    padding-right: 50px;
    padding-left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wh_main2 .wh_item .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 120px;
    overflow: hidden;
  }
  .yy_main {
    padding-top: 70px;
  }
  .yy_main .yy_item:nth-child(2) .pic {
    float: left;
  }
  .yy_main .yy_item:nth-child(2) .cont {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .yy_main .yy_item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main .yy_item .pic {
    width: 50%;
    float: right;
  }
  .yy_main .yy_item .pic img {
    width: 100%;
  }
  .yy_main .yy_item .cont {
    position: absolute;
    top: 50%;
    left: 0%;
    margin-left: 0px;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .yy_main .yy_item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    height: 190px;
    overflow: hidden;
  }
  .yy_main1 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .yy_main1 .container {
    margin-top: 30px;
    position: relative;
  }
  .yy_main1 .container .prev {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .yy_main1 .container .next {
    position: absolute;
    left: 50%;
    margin-left: 140px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .yy_main1 .container .owl-dots {
    display: block!important;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .yy_main1 .container .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    height: 25px;
    -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;
    background: url(../images/dot2.png) no-repeat center center;
    opacity: 0.7;
  }
  .yy_main1 .container .owl-dots .owl-dot.active {
    background: url(../images/dot1.png) no-repeat center center;
    opacity: 1;
  }
  .yy_main1 .container .item .item1 {
    width: 25%;
    border: solid 1px #eee;
    height: 340px;
    border-left: 0;
    text-align: center;
  }
  .yy_main1 .container .item .item1:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .yy_main1 .container .item .item1:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main1 .container .item .item1 .pic {
    height: 280px;
    text-align: center;
    line-height: 280px;
    overflow: hidden;
  }
  .yy_main1 .container .item .item1 .pic img {
    max-width: 100%;
    max-height: 280px;
    width: auto!important;
    height: auto!important;
    display: inline-block !important;
  }
  .yy_main1 .container .item .item1 .tit a {
    color: #231815;
    font-size: 16px;
  }
  .yy_main2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .yy_main2 .cont {
    margin-top: 60px;
    text-align: center;
  }
  .yy_main2 .cont .col-xs-12:hover .icon img {
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
  }
  .yy_main2 .cont .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-radius: 50%;
    width: 116px;
    height: 116px;
    text-align: center;
    line-height: 112px;
  }
  .yy_main2 .cont .tit {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .yy_main2 .cont .note {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .details_tk {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
    padding: 100px;
    width: 90%;
  }
  .details_tk.on {
    z-index: 11;
  }
  .details_tk .tk_close {
    width: 20px;
    height: 20px;
    top: 40px;
    right: 40px;
    position: absolute;
    background: url(../images/chachaa.png) no-repeat center center;
    cursor: pointer;
  }
  .details_tk .tk_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .details_tk .pic {
    width: 370px;
    height: 300px;
    float: none;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .details_tk .pic .prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .details_tk .pic .next {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .details_tk .pic .item {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
  }
  .details_tk .pic .item img {
    display: inline-block !important;
    max-width: 100%;
    max-height: 100%;
    height: auto!important;
    width: auto!important;
  }
  .details_tk .cont {
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .details_tk .cont .tit {
    font-size: 20px;
    color: #231815;
    font-weight: bold;
  }
  .details_tk .cont .note {
    margin-top: 15px;
  }
  .details_tk .cont .note ul li {
    color: #231815;
    font-size: 14px;
    line-height: 28px;
    padding-left: 15px;
    position: relative;
  }
  .details_tk .cont .note ul li:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    background-color: #e60012;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -3px;
  }
  .details_tk .cont .note1 {
    margin-top: 20px;
  }
  .details_tk .cont .note1 ul li {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .wh_main .wh_top {
    padding: 40px 0 30px;
  }
  .wh_main .wh_m {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wh_main .wh_m .item .tit1 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .wh_main .wh_m .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .wh_main .wh_m .item1 {
    background: #fff;
    padding: 50px 40px 0;
    border-top: solid 3px #e60012;
    height: 325px;
    margin-top: 20px;
  }
  .wh_main .wh_m .item1 .tit {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #231815;
    font-size: 24px;
    font-weight: bold;
  }
  .wh_main .wh_m .item1 .note {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
  }
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body {
    padding-top: 60px;
  }
  .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;
  }
  .header.header1 {
    height: 60px;
  }
  .header.header1 .header_top {
    line-height: 60px;
  }
  .header.header1 .index_nav > ul > li > a {
    line-height: 40px;
  }
  .header.header1 .logo {
    top: 15px;
  }
  .header .logo {
    top: 15px;
    left: 15px;
  }
  .header .logo img {
    height: 30px;
  }
  .header .header_top {
    right: 60px;
    width: auto;
    font-size: 14px;
    line-height: 60px;
  }
  .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: 280px;
    bottom: 0;
    background: #fff;
    z-index: 1115!important;
    padding-top: 20px;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    overflow-y: auto;
    -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 {
    width: 100%;
    margin-left: 0;
    position: static;
    display: block;
    line-height: 24px;
    margin-top: -5px;
  }
  .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;
  }
  .banner #owl-demo1 {
    height: auto;
  }
  .banner #owl-demo1 .owl-dots {
    bottom: 10px;
  }
  .banner #owl-demo1 .item {
    height: auto;
  }
  .banner #owl-demo1 .item img {
    display: block;
  }
  .banner .banner_num {
    bottom: 0;
    width: 100%;
    top: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .banner .banner_num .cur {
    display: none;
  }
  .banner .banner_num .sum {
    display: none;
  }
  .banner .banner_num .hengxian {
    width: 100%;
    height: 3px;
    margin-bottom: 0;
  }
  .banner .banner_num .hengxian .hengxian1 {
    background: #f00;
    height: 3px;
  }
  .index_main1 {
    padding: 50px 0;
  }
  .index_main1 .pic {
    width: 265px;
  }
  .index_main1 .pic img {
    max-width: 100%;
  }
  .index_main1 .cont {
    margin-right: 300px;
  }
  .index_main1 .cont .tit {
    color: #231815;
    font-size: 30px;
    font-weight: bold;
  }
  .index_main1 .cont .tit1 {
    font-weight: bold;
    color: #333333;
    font-size: 22px;
    opacity: 0.15;
    text-transform: uppercase;
  }
  .index_main1 .cont .note {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    padding-top: 10px;
  }
  .index_main1 .cont .more {
    padding-top: 20px;
  }
  .index_main1 .cont .more a {
    color: #e60012;
    font-size: 14px;
    text-transform: uppercase;
  }
  .index_main1 .cont .bot {
    margin-top: 20px;
  }
  .index_main1 .cont .bot .item {
    width: 33.33%;
    border: solid 1px #eee;
    border-left: 0;
    height: 120px;
    padding-top: 30px;
    padding-left: 0px;
    text-align: center;
  }
  .index_main1 .cont .bot .item:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .index_main1 .cont .bot .item .tita {
    color: #666666;
    font-size: 16px;
  }
  .index_main1 .cont .bot .item .notea {
    color: #e60012;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
  }
  .index_main1 .cont .bot .item .notea span {
    color: #e60012;
    font-size: 30px;
    position: relative;
    top: -10px;
  }
}
@media (max-width: 768px) {
  .mobileshow {
    display: block!important;
  }
  .pcshow {
    display: none!important;
  }
  .padshow {
    display: none!important;
  }
  .index_main1 {
    padding: 30px 0;
  }
  .index_main1 .pic {
    width: 100%;
    float: none;
  }
  .index_main1 .pic img {
    max-width: 30%;
    display: block;
    margin: 0 auto;
  }
  .index_main1 .cont {
    margin-top: 20px;
    margin-right: 0px;
    text-align: center;
  }
  .index_main1 .cont .tit {
    color: #231815;
    font-size: 20px;
    font-weight: bold;
  }
  .index_main1 .cont .tit1 {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    opacity: 0.15;
    text-transform: uppercase;
  }
  .index_main1 .cont .note {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: "微软雅黑";
    padding-top: 10px;
  }
  .index_main1 .cont .more {
    padding-top: 10px;
  }
  .index_main1 .cont .more a {
    color: #e60012;
    font-size: 14px;
    text-transform: uppercase;
  }
  .index_main1 .cont .bot {
    margin-top: 10px;
  }
  .index_main1 .cont .bot .item {
    width: 30%;
    border: solid 1px #eee;
    border-left: 0;
    height: 90px;
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .index_main1 .cont .bot .item:nth-child(1) {
    border-left: solid 1px #eee;
    width: 40%;
  }
  .index_main1 .cont .bot .item .tita {
    color: #666666;
    font-size: 14px;
  }
  .index_main1 .cont .bot .item .notea {
    color: #e60012;
    font-size: 14px;
    line-height: 30px;
    padding-top: 0px;
  }
  .index_main1 .cont .bot .item .notea span {
    color: #e60012;
    font-size: 20px;
    position: relative;
    top: -5px;
  }
  .index_main2 img {
    width: 100%;
  }
  .index_main2 .index_m2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index_main2 .index_m2 .tit {
    font-size: 14px;
    font-weight: bold;
  }
  .index_main2 .index_m2 .tit1 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .index_main2 .index_m2 .note {
    font-size: 14px;
    line-height: 22px;
    max-width: 600px;
    margin: 0 auto;
  }
  .index_main2 .index_m2 .more {
    padding-top: 10px;
  }
  .index_main2 .index_m2 .more a {
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 3px;
    width: 106px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
  }
  .index_main2 .index_m2 .more a:hover {
    background: #e60012;
    color: #fff;
    border-color: #e60012;
  }
  .footer {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer_left {
    float: none;
    padding-right: 10px;
  }
  .footer .footer_left .logo {
    float: left;
  }
  .footer .footer_left .footer_ewm {
    margin-top: 0px;
    float: right;
  }
  .footer .footer_left .footer_ewm .item {
    border-width: 2px;
    border-color: rgba(238, 238, 238);
    border-style: solid;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    position: relative;
    cursor: pointer;
  }
  .footer .footer_left .footer_ewm .item span {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    border: solid 5px #fff;
    display: none;
  }
  .footer .footer_left .footer_ewm .item span img {
    width: 100%;
  }
  .footer .footer_right {
    width: 100%;
    font-family: "微软雅黑";
  }
  .footer .footer_right .tit {
    color: #231815;
    font-size: 16px;
    display: none;
  }
  .footer .footer_right .cont {
    margin-top: 15px;
  }
  .footer .footer_right .cont .item {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  .footer .footer_right .cont .item .name {
    width: 48px;
  }
  .footer .footer_right .cont .item .note {
    margin-left: 48px;
  }
  .copyRight {
    border-top: solid 1px #e7e7e7;
    background: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .copyRight .copyleft {
    color: #666666;
    font-size: 14px;
    float: none;
  }
  .copyRight .copyleft a {
    color: #666666;
  }
  .copyRight .support {
    color: #666666;
    float: none;
    font-size: 14px;
  }
  .copyRight .support a {
    color: #666666;
  }
  .ejbanner img {
    width: 100%;
  }
  .ejbanner .b_abs {
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ejbanner .b_abs .tit {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .ejbanner .b_abs .cont {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
  }
  .ej_nav {
    height: 50px;
    background: #fff;
    border-bottom: solid 1px #eee;
    line-height: 48px;
    font-size: 0;
  }
  .ej_nav a {
    color: #333333;
    font-size: 14px;
    display: inline-block;
    border-bottom: solid 2px #fff;
    margin: 0 5px;
  }
  .ej_nav a:hover,
  .ej_nav a.on {
    color: #e60012;
    border-bottom: solid 2px #e60012;
  }
  .ej_tit .tit {
    color: #231815;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ej_tit .titt {
    color: #231815;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .ej_tit .tit1 {
    color: #333333;
    font-size: 16px;
    opacity: 0.15;
    text-transform: uppercase;
  }
  .ej_tit .tit2 {
    color: #333;
    font-size: 14px;
  }
  .ej_tit .hengxian {
    width: 30px;
    height: 1px;
  }
  .ej_tit.ej_tit_white .tit,
  .ej_tit.ej_tit_white .tit1,
  .ej_tit.ej_tit_white .tit2 {
    color: #fff;
  }
  .tw_main {
    padding-top: 30px;
    height: auto;
  }
  .tw_main .tw_left {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .tw_main .tw_left .tw_cont {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 10px;
  }
  .tw_main .tw_left .tw_cont .col-xs-6 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 10px;
    width: 100%;
  }
  .tw_main .tw_left .tw_cont .col-xs-12 {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 10px;
  }
  .tw_main .tw_left .tw_cont .item .inp1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 0px;
    width: 100%;
    height: 42px;
    color: #231815;
    font-size: 14px;
    padding: 0 15px;
  }
  .tw_main .tw_left .tw_cont .item .text1 {
    border-width: 1px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    height: 118px;
    padding: 5px 15px;
  }
  .tw_main .tw_left .tw_cont .item_btn {
    padding-top: 5px;
    font-size: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 120px;
    height: 46px;
    font-size: 16px;
    color: #231815;
    border: 0;
  }
  .tw_main .tw_left .tw_cont .item_btn .btna.btn1 {
    background: #e60012;
    color: #fff;
    margin-right: 20px;
  }
  .tw_main .tw_right {
    margin-top: 30px;
    position: static;
    width: 100%;
    background: url(../images/tp3.jpg) no-repeat center center;
    background-size: cover!important;
    height: 370px;
    padding: 30px 0 0 30px;
    float: none;
  }
  .tw_main .tw_right .tw_cont .item {
    margin-top: 20px;
    font-family: "微软雅黑";
  }
  .tw_main .tw_right .tw_cont .item .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 62px;
  }
  .tw_main .tw_right .tw_cont .item .icon img {
    width: 30px;
  }
  .tw_main .tw_right .tw_cont .item .cont {
    margin-left: 75px;
    padding-top: 5px;
  }
  .tw_main .tw_right .tw_cont .item .cont .tit {
    color: #ffffff;
    font-size: 14px;
  }
  .tw_main .tw_right .tw_cont .item .cont .note {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
  }
  .gj_main {
    padding: 30px 0;
  }
  .gj_main .gj_m {
    margin-top: 25px;
    position: relative;
  }
  .gj_main .gj_m .gj_left {
    width: 100%;
    float: none;
    margin-right: 0px;
    background: #fff;
    border: solid 1px #eeeeee;
    padding: 20px 15px;
    height: auto;
  }
  .gj_main .gj_m .gj_left .tit {
    color: #231815;
    font-size: 18px;
  }
  .gj_main .gj_m .gj_left .pic {
    margin-top: 20px;
  }
  .gj_main .gj_m .gj_left .pic img {
    max-width: 100%;
  }
  .gj_main .gj_m .gj_right {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: url(../images/bgtp1.jpg) no-repeat center center;
    background-size: cover!important;
    padding: 25px 25px 25px;
    margin-top: 20px;
  }
  .gj_main .gj_m .gj_right .tit {
    color: #231815;
    font-weight: bold;
    font-size: 18px;
  }
  .gj_main .gj_m .gj_right .tit1 {
    color: #231815;
    font-size: 14px;
    font-family: "微软雅黑";
    border-bottom: solid 1px #dddddd;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  .gj_main .gj_m .gj_right .price {
    color: #e60012;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .gj_main .gj_m .gj_right .price.on{
    color:#009f1c;
  }
  .gj_main .gj_m .gj_right .price span {
    font-size: 28px;
  }
  .gj_main .gj_m .gj_right .cont {
    padding-top: 5px;
  }
  .gj_main .gj_m .gj_right .cont .item {
    margin-top: 10px;
    width: 50%;
  }
  .gj_main .gj_m .gj_right .cont .item .tita {
    color: #888888;
    font-size: 14px;
  }
  .gj_main .gj_m .gj_right .cont .item .notea {
    font-size: 20px;
    color: #333333;
    margin-top: 5px;
  }
  .gj_main .gj_m .gj_right .date {
    color: #666666;
    font-size: 14px;
    border-top: solid 1px #ddd;
    margin-top: 20px;
    padding-top: 10px;
    font-family: "微软雅黑";
  }
  .contact_main1 {
    padding: 30px 0;
  }
  .contact_main1 .contact_m1 {
    margin-top: 25px;
  }
  .contact_main1 .contact_m1 .item {
    width: 50%;
    border: solid 1px #eee;
    border-left: 0;
    padding: 38px 0 30px;
    text-align: center;
    margin-top: -1px;
  }
  .contact_main1 .contact_m1 .item:nth-child(1) {
    border-left: solid 1px #eee;
  }
  .contact_main1 .contact_m1 .item .icon {
    border-radius: 50%;
    background-color: #e60012;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
  }
  .contact_main1 .contact_m1 .item .icon img {
    width: 30px;
  }
  .contact_main1 .contact_m1 .item .tit {
    color: #666666;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .contact_main1 .contact_m1 .item .note {
    color: #231815;
    font-size: 14px;
    word-break: break-all;
    padding: 0 15px;
    height: 30px;
  }
  .contact_main2 {
    overflow: hidden;
  }
  .contact_main2 > img {
    width: 100%;
  }
  .contact_main2 .contact_m2 {
    position: static;
    top: 50%;
    left: 0;
    width: auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact_main2 .contact_m2 .m2_lyb {
    width: 100%;
    background: #fff;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk {
    font-size: 0;
    border-bottom: solid 1px #cccccc;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk .xxk1 {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #111111;
    font-size: 16px;
    text-align: center;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxk .xxk1.on {
    background: #e60012;
    color: #fff;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
    font-family: "微软雅黑";
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .tit {
    color: #231815;
    font-size: 22px;
    font-weight: bold;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .note {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont {
    padding-top: 10px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item {
    padding-top: 10px;
    border-bottom: solid 1px #eee;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item .inp1 {
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    font-size: 14px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn {
    padding-top: 20px;
  }
  .contact_main2 .contact_m2 .m2_lyb .xxkqh .xxkqh1 .cont .item_btn .btn1 {
    border-radius: 3px;
    background-color: #e60012;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 16px;
  }
  .pages a {
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
  }
  .pages a:hover,
  .pages a.on {
    color: #e60012;
  }
  .pages a.tsa {
    line-height: 40px;
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
  }
  .pages a.tsa:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
  }
  .pages span {
    display: none!important;
  }
  .gg_main {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .gg_main .row {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
  }
  .gg_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gg_main .item {
    margin-top: 15px;
    background: #fbfbfb;
    padding: 20px 15px;
    height: auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  }
  .gg_main .item:hover {
    background: #e60012;
  }
  .gg_main .item:hover .date {
    color: #fff;
  }
  .gg_main .item:hover .tit a {
    color: #fff;
  }
  .gg_main .item:hover .download a {
    color: #fff;
  }
  .gg_main .item .date {
    color: #e60012;
    font-size: 14px;
  }
  .gg_main .item .tit {
    line-height: 24px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
  }
  .gg_main .item .tit a {
    color: #251a17;
    font-size: 16px;
  }
  .gg_main .item .download {
    padding-top: 15px;
  }
  .gg_main .item .download a {
    color: #999999;
    font-size: 14px;
  }
  .gg_main .item .download a img {
    margin-right: 10px;
  }
  .gg_details .container {
    max-width: 980px;
  }
  .gg_details .gg_top {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .gg_details .gg_top .tit {
    color: #231815;
    font-size: 20px;
    font-family: "微软雅黑";
  }
  .gg_details .gg_top .note {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin-top: 10px;
  }
  .gg_details .gg_top .note .item {
    margin-right: 15px;
    display: inline-block;
  }
  .gg_details .gg_bot {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .gg_details .gg_bot .cont {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
  }
  .gg_details .gg_bot .cont img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
  }
  .fanye a.fya {
    line-height: 40px;
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #666666;
    font-size: 18px;
  }
  .fanye a.fya:hover {
    color: #fff;
    background: #e60012;
    border-color: #e60012;
  }
  .fanye a.fanye_abs {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .news_main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news_main .news_top {
    background: #f8f8f8;
  }
  .news_main .news_top:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .news_main .news_top .pic {
    width: 100%;
    float: none;
  }
  .news_main .news_top .pic img {
    width: 100%;
  }
  .news_main .news_top .cont {
    padding: 20px 15px 20px;
    margin-right: 0px;
  }
  .news_main .news_top .cont .date {
    color: #888888;
    font-size: 14px;
  }
  .news_main .news_top .cont .tit {
    padding: 15px 0;
  }
  .news_main .news_top .cont .tit a {
    color: #231815;
    font-size: 18px;
    font-weight: bold;
  }
  .news_main .news_top .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: auto;
  }
  .news_main .news_top .cont .more {
    padding-top: 15px;
  }
  .news_main .news_top .cont .more a {
    color: #e60012;
    text-transform: uppercase;
  }
  .news_main .news_list {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .news_main .news_list ul li {
    padding: 20px 0;
    border-bottom: solid 1px #eee;
  }
  .news_main .news_list ul li:hover {
    border-color: #e60012;
  }
  .news_main .news_list ul li:hover .more a {
    background: url(../images/youjianc1.png) no-repeat center center #e60012;
    border-color: #e60012;
  }
  .news_main .news_list ul li .date .day {
    color: #e72432;
    font-size: 24px;
    line-height: 24px;
  }
  .news_main .news_list ul li .date .month {
    margin-top: 5px;
    color: #888888;
    font-size: 14px;
  }
  .news_main .news_list ul li .more {
    padding-top: 0;
  }
  .news_main .news_list ul li .more a {
    border-width: 1px;
    border-color: #aeaeae;
    border-style: solid;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    display: block;
    background: url(../images/youjianc2.png) no-repeat center center #fff;
  }
  .news_main .news_list ul li .cont {
    margin-left: 60px;
    margin-right: 40px;
  }
  .news_main .news_list ul li .cont .tit a {
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_main .news_list ul li .cont .note {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hz_main .hz_top {
    padding: 30px 0;
    color: #231815;
    font-size: 16px;
    line-height: 28px;
    background: #f8f8f8;
  }
  .hz_main .hz_top .container {
    max-width: 1170px;
  }
  .hz_main .hz_bot {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .hz_main .hz_bot .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hz_main .hz_bot .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item {
    margin-top: 20px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .hz_main .hz_bot .row .col-xs-12 .item .pic img {
    width: 100%;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .tit {
    padding-top: 15px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .tit a {
    color: #231815;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: bold;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .hz_main .hz_bot .row .col-xs-12 .item .cont .more a {
    color: #e60012;
    font-size: 14px;
    text-transform: uppercase;
  }
  .ej_nav2 {
    height: 50px;
    border-bottom: solid 1px #eee;
  }
  .ej_nav2 .item {
    width: 150px;
    height: 50px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    margin-left: -1px;
    padding-left: 20px;
    background: url(../images/xiajian1.png) no-repeat 120px center;
  }
  .ej_nav2 .item .note {
    color: #231815;
    font-size: 16px;
    line-height: 50px;
  }
  .ej_nav2 .item.on {
    background: url(../images/shangjian.png) no-repeat 120px center;
  }
  .ej_nav2 .item .nav_xl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px 1px #eee;
    display: none;
  }
  .ej_nav2 .item .nav_xl ul {
    margin-bottom: 0;
    font-family: "微软雅黑";
  }
  .ej_nav2 .item .nav_xl ul li {
    height: 50px;
  }
  .ej_nav2 .item .nav_xl ul li a {
    display: block;
    background: #fff;
    color: #231815;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .ej_nav2 .item .nav_xl ul li a:hover {
    color: #e60012;
  }
  .zl_main1 {
    padding: 30px 0;
  }
  .zl_main1 .zl_m1 {
    padding-top: 20px;
  }
  .zl_main1 .zl_m1 .pic {
    width: 100%;
    float: none;
  }
  .zl_main1 .zl_m1 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main1 .zl_m1 .pic img {
    width: 100%;
  }
  .zl_main1 .zl_m1 .cont {
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .zl_main1 .zl_m1 .cont .tit {
    color: #231815;
    font-size: 18px;
    line-height: 18px;
  }
  .zl_main1 .zl_m1 .cont .hengxian {
    background-color: #e60012;
    width: 30px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .zl_main1 .zl_m1 .cont .note {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
  }
  .zl_main2 {
    background-size: cover!important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .zl_main2 .zl_m2 {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .zl_main2 .zl_m2 .item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    margin-top: 20px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .zl_main2 .zl_m2 .item:hover .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main2 .zl_m2 .item:nth-child(2n+1) {
    border-left: 0;
  }
  .zl_main2 .zl_m2 .item .tit {
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .zl_main2 .zl_m2 .item .note {
    color: #ffffff;
    font-size: 14px;
    height: 132px;
    line-height: 22px;
  }
  .zl_main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .zl_main3 .zl_m3 {
    margin-top: 0px;
  }
  .zl_main3 .zl_m3 .item {
    margin-top: 15px;
  }
  .zl_main3 .zl_m3 .item:hover {
    -webkit-transform: translatey(-3px);
    transform: translatey(-3px);
    box-shadow: 0px 0px 15px 5px rgba(230, 0, 18, 0.16);
  }
  .zl_main3 .zl_m3 .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_main3 .zl_m3 .item .pic img {
    width: 100%;
  }
  .zl_main3 .zl_m3 .item .cont {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(230, 0, 18, 0.16);
    padding: 15px;
    font-family: "微软雅黑";
  }
  .zl_main3 .zl_m3 .item .cont .tit {
    color: #231815;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
  }
  .zl_main3 .zl_m3 .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    height:auto!important;
  }
  .wh_tit .tit {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
  }
  .wh_tit .tit.word_black {
    color: #231815;
  }
  .wh_tit .hengxian {
    background-color: #e60012;
    width: 30px;
    height: 1px;
    margin-top: 10px;
  }
  .wh_main .wh_top {
    padding: 30px 0 20px;
  }
  .wh_main .wh_m {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wh_main .wh_m .item .tit1 {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .wh_main .wh_m .item .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  .wh_main .wh_m .item1 {
    background: #fff;
    padding: 30px 30px 0;
    border-top: solid 3px #e60012;
    height: 240px;
  }
  .wh_main .wh_m .item1 .tit {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #231815;
    font-size: 18px;
    font-weight: bold;
  }
  .wh_main .wh_m .item1 .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  .wh_main1 {
    padding: 40px 0;
    background-size: cover!important;
  }
  .wh_main1 .cont {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }
  .wh_main2 .wh_item {
    position: relative;
  }
  .wh_main2 .wh_item:nth-child(2) .prev {
    right: 55px;
    left: auto;
    margin-left: 0;
    margin-right: 0px;
  }
  .wh_main2 .wh_item:nth-child(2) .next {
    right: 15px;
    left: auto;
    margin-left: 0;
    margin-right: 0px;
  }
  .wh_main2 .wh_item:nth-child(2) .item .cont {
    padding-right: 15px;
    padding-left: 15px;
    right: auto;
  }
  .wh_main2 .wh_item .owl-controls {
    display: none;
  }
  .wh_main2 .wh_item .prev {
    position: absolute;
    right: 55px;
    left: auto;
    margin-left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    top: 270px;
    z-index: 3;
  }
  .wh_main2 .wh_item .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .next {
    position: absolute;
    right: 15px;
    left: auto;
    margin-left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: auto;
    top: 270px;
    z-index: 3;
  }
  .wh_main2 .wh_item .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .wh_main2 .wh_item .item {
    position: relative;
  }
  .wh_main2 .wh_item .item .pic {
    width: 100%;
    float: none;
    height: 250px;
    overflow: hidden;
  }
  .wh_main2 .wh_item .item .pic img {
    width: 100%;
  }
  .wh_main2 .wh_item .item .cont {
    position: static;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 50%;
    right: 50%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .wh_main2 .wh_item .item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
  }
  .yy_main {
    padding-top: 30px;
  }
  .yy_main .yy_item:nth-child(2) .pic {
    float: none;
  }
  .yy_main .yy_item:nth-child(2) .cont {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .yy_main .yy_item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main .yy_item .pic {
    width: 100%;
    float: none;
  }
  .yy_main .yy_item .pic img {
    width: 100%;
  }
  .yy_main .yy_item .cont {
    position: static;
    top: 50%;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .yy_main .yy_item .cont .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
  }
  .yy_main1 {
    padding-top: 20px;
    padding-bottom: 90px;
  }
  .yy_main1 .container {
    margin-top: 20px;
    position: relative;
  }
  .yy_main1 .container .prev {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .yy_main1 .container .next {
    position: absolute;
    left: 50%;
    margin-left: 140px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    bottom: -40px;
    z-index: 3;
  }
  .yy_main1 .container .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .yy_main1 .container .owl-dots {
    display: block!important;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .yy_main1 .container .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    height: 25px;
    -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;
    background: url(../images/dot2.png) no-repeat center center;
    opacity: 0.7;
  }
  .yy_main1 .container .owl-dots .owl-dot.active {
    background: url(../images/dot1.png) no-repeat center center;
    opacity: 1;
  }
  .yy_main1 .container .item {
    padding-top: 1px;
  }
  .yy_main1 .container .item .item1 {
    width: 50%;
    border: solid 1px #eee;
    height: 250px;
    border-left: 0;
    text-align: center;
    margin-top: -1px;
  }
  .yy_main1 .container .item .item1:nth-child(1),
  .yy_main1 .container .item .item1:nth-child(3) {
    border-left: solid 1px #eee;
  }
  .yy_main1 .container .item .item1:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .yy_main1 .container .item .item1 .pic {
    height: 200px;
    text-align: center;
    line-height: 200px;
    overflow: hidden;
  }
  .yy_main1 .container .item .item1 .pic img {
    max-width: 100%;
    max-height: 180px;
    width: auto!important;
    height: auto!important;
    display: inline-block !important;
  }
  .yy_main1 .container .item .item1 .tit a {
    color: #231815;
    font-size: 14px;
  }
  .yy_main2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .yy_main2 .cont {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
  }
  .yy_main2 .cont .col-xs-12 {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .yy_main2 .cont .col-xs-12:hover .icon img {
    -webkit-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
  }
  .yy_main2 .cont .icon {
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.2);
    border-style: solid;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 92px;
  }
  .yy_main2 .cont .icon img {
    width: 40px;
  }
  .yy_main2 .cont .tit {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .yy_main2 .cont .note {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    height: 80px;
  }
  .zl_maina {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .zl_maina .zl_js {
    position: relative;
    margin-top: 10px;
  }
  .zl_maina .zl_js .zl_jstop {
    padding-left: 40px;
    padding-right: 40px;
  }
  .zl_maina .zl_js .prev {
    position: absolute;
    left: 10px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .zl_maina .zl_js .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_maina .zl_js .next {
    position: absolute;
    left: auto;
    right: 10px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .zl_maina .zl_js .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_maina .zl_js .swiper-slide {
    opacity: 0.5;
  }
  .zl_maina .zl_js .swiper-slide .pic img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 100%;
  }
  .zl_maina .zl_js .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .zl_maina .zl_js .swiper-slide.swiper-slide-active .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .zl_maina .zl_js .zl_btn {
    text-align: center;
    padding-top: 10px;
  }
  .zl_maina .zl_js .zl_btn .tit {
    color: #333333;
    font-size: 16px;
  }
  .zl_maina .zl_js .zl_btn .tit1 {
    color: #666666;
    margin-top: 5px;
    font-size: 14px;
  }
  .zl_mainb {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .zl_mainb .zl_mb {
    margin-top: 10px;
    background: #fff;
  }
  .zl_mainb .zl_mb .owl-controls {
    display: none;
  }
  .zl_mainb .zl_mb .pic {
    width: 100%;
    float: none;
  }
  .zl_mainb .zl_mb .pic .item {
    overflow: hidden;
  }
  .zl_mainb .zl_mb .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .zl_mainb .zl_mb .pic .prev {
    position: absolute;
    left: 10px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand3.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainb .zl_mb .pic .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_mainb .zl_mb .pic .next {
    position: absolute;
    right: 10px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand3.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainb .zl_mb .pic .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_mainb .zl_mb .cont {
    margin-right: 0%;
    padding: 15px;
  }
  .zl_mainb .zl_mb .cont .item {
    color: #010101;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    padding-left: 25px;
    background: url(../images/dot3.png) no-repeat left 5px;
  }
  .zl_mainb .zl_mb .cont .item:nth-child(1) {
    margin-top: 0;
  }
  .zl_mainc {
    padding: 30px 0;
  }
  .zl_mainc .zl_mtop {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zl_mainc .zl_mtop .prev {
    position: absolute;
    left: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainc .zl_mtop .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .zl_mainc .zl_mtop .next {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 16px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
  }
  .zl_mainc .zl_mtop .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .zl_mainc .zl_mtop .item {
    cursor: pointer;
  }
  .zl_mainc .zl_mtop .item.on .icon,
  .zl_mainc .zl_mtop .item:hover .icon {
    border-color: #e60012;
    background: #e60012;
  }
  .zl_mainc .zl_mtop .item.on .icon img.imggb,
  .zl_mainc .zl_mtop .item:hover .icon img.imggb {
    opacity: 1;
  }
  .zl_mainc .zl_mtop .item.on .icon img.imgga,
  .zl_mainc .zl_mtop .item:hover .icon img.imgga {
    opacity: 0;
  }
  .zl_mainc .zl_mtop .item.on .tit,
  .zl_mainc .zl_mtop .item:hover .tit {
    color: #e60012;
  }
  .zl_mainc .zl_mtop .item .icon {
    border-width: 2px;
    border-color: #eeeeee;
    border-style: solid;
    border-radius: 50%;
    width: 82px;
    height: 82px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .zl_mainc .zl_mtop .item .icon img {
    width: 35px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .zl_mainc .zl_mtop .item .icon img.imggb {
    opacity: 0;
  }
  .zl_mainc .zl_mtop .item .tit {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
  }
  .zl_mainc .zl_mbot {
    margin-top: 15px;
  }
  .zl_mainc .zl_mbot .item {
    border: solid 1px #eee;
    display: none;
    padding: 15px;
  }
  .zl_mainc .zl_mbot .item:nth-child(1) {
    display: block;
  }
  .zl_mainc .zl_mbot .item .zl_top {
    color: #333333;
    font-size: 14px;
  }
  .zl_mainc .zl_mbot .item .zl_top .dib {
    margin-right: 20px;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left {
    width: 100%;
    margin-top: 10px;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left .tit {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
  }
  .zl_mainc .zl_mbot .item .zl_bot .zl_left .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .fc_main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fc_main .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .fc_main .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fc_main .row .col-xs-12 .note {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
  }
  .fc_main .row .col-xs-12 .pic {
    margin-top: 15px;
  }
  .fc_main .row .col-xs-12 .pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fc_main .row .col-xs-12 .pic img {
    width: 100%;
  }
  .fc_main1 {
    padding-top: 30px;
    background: #f8f8f8;
    padding-bottom: 30px;
  }
  .fc_main1 .fc_m1 .pic {
    width: 100%;
    float: none;
  }
  .fc_main1 .fc_m1 .pic img {
    max-width: 100%;
  }
  .fc_main1 .fc_m1 .cont .note {
    padding-left: 30px;
    max-width: 750px;
    padding-right: 30px;
    margin-right: 0;
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
  }
  .fc_main1 .fc_m1 .cont .note:before {
    content: '';
    width: 17px;
    height: 14px;
    background: url(../images/yinhao1.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .fc_main1 .fc_m1 .cont .note:after {
    content: '';
    width: 17px;
    height: 14px;
    background: url(../images/yinhao2.png) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  .fc_main1 .fc_m1 .cont .qianming {
    padding-left: 30px;
    margin-top: 20px;
  }
  .fc_main1 .fc_m1 .cont .qianming .hengxian {
    background-color: #999999;
    width: 42px;
    height: 2px;
  }
  .fc_main2 {
    background-size: cover!important;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .fc_main2 .fc_m2 {
    position: relative;
    margin-top: 20px;
  }
  .fc_main2 .fc_m2 .prev {
    border-radius: 50%;
    background: url(../images/zuojiane1.png) no-repeat center center #ffffff;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -58px;
    z-index: 3;
    cursor: pointer;
  }
  .fc_main2 .fc_m2 .prev:hover {
    background: url(../images/zuojiane11.png) no-repeat center center #e60012;
  }
  .fc_main2 .fc_m2 .next {
    border-radius: 50%;
    background: url(../images/youjiane1.png) no-repeat center center #ffffff;
    width: 56px;
    height: 56px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -58px;
    z-index: 3;
    cursor: pointer;
  }
  .fc_main2 .fc_m2 .next:hover {
    background: url(../images/youjiane11.png) no-repeat center center #e60012;
  }
  .fc_main2 .fc_m2 .prev_year {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 15px;
    width: 56px;
    text-align: center;
  }
  .fc_main2 .fc_m2 .next_year {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    right: 15px;
    width: 56px;
    text-align: center;
  }
  .fc_main2 .fc_m2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000%;
    margin-left: -3000px;
    height: 1px;
    margin-top: -30px;
    background: rgba(255, 255, 255, 0.4);
  }
  .fc_main2 .fc_m2 .item {
    text-align: center;
  }
  .fc_main2 .fc_m2 .item .year {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
  }
  .fc_main2 .fc_m2 .item .note {
    color: #ffffff;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .fc_main2 .fc_m2 .item .date {
    color: #ffffff;
    font-size: 14px;
  }
  .fc_main3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .fc_main3 .col-xs-12 {
    margin-top: 15px;
  }
  .fc_main3 .col-xs-12:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .fc_main3 .pic img {
    width: 100%;
  }
  .fc_main3 .cont {
    border: solid 1px #eee;
    border-top: 0;
    padding: 30px 35px;
  }
  .fc_main3 .cont .tit {
    color: #333333;
    font-size: 16px;
  }
  .fc_main3 .cont .tit span {
    font-size: 20px;
    margin-right: 15px;
  }
  .fc_main3 .cont .note {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
  }
  .banner #owl-demo1 .item .item_abs {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner #owl-demo1 .item .item_abs .tit {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
  }
  .banner #owl-demo1 .item .item_abs .tit1 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .banner #owl-demo1 .item .item_abs .tit2 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }
  .banner #owl-demo1 .item .item_abs span.db {
    margin-top: 24px;
    border-radius: 3px;
    background-color: #e60012;
    width: 105px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
  }
  .details_tk {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
    padding: 20px;
    width: 90%;
  }
  .details_tk.on {
    z-index: 11;
  }
  .details_tk .tk_close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    position: absolute;
    background: url(../images/chachaa.png) no-repeat center center;
    cursor: pointer;
  }
  .details_tk .tk_close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .details_tk .pic {
    width: 100%;
    height: 200px;
    float: none;
    display: block;
    margin: 0 auto;
    overflow: visible;
    position: relative;
  }
  .details_tk .pic .prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(../images/zuojiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .prev:hover {
    background: url(../images/zuojiand2.png) no-repeat center center;
  }
  .details_tk .pic .next {
    position: absolute;
    right: 0px;
    width: 11px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/youjiand1.png) no-repeat center center;
    cursor: pointer;
    z-index: 3;
  }
  .details_tk .pic .next:hover {
    background: url(../images/youjiand2.png) no-repeat center center;
  }
  .details_tk .pic .item {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 180px;
  }
  .details_tk .pic .item img {
    display: inline-block !important;
    max-width: 90%;
    max-height: 80%;
    height: auto!important;
    width: auto!important;
  }
  .details_tk .cont {
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 10px;
  }
  .details_tk .cont .tit {
    font-size: 20px;
    color: #231815;
    font-weight: bold;
  }
  .details_tk .cont .note {
    margin-top: 10px;
  }
  .details_tk .cont .note ul li {
    color: #231815;
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
  }
  .details_tk .cont .note ul li:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    background-color: #e60012;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 0;
    margin-top: -3px;
  }
  .details_tk .cont .note1 {
    margin-top: 10px;
  }
  .details_tk .cont .note1 ul li {
    border-radius: 3px;
    background-color: #f8f8f8;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
  }
}
