@media (max-width: 1600px) {
  .ej_tita {
    position: relative;
    top: 15px;
  }
  .ej_tita a {
    color: #999999;
    font-size: 22px;
    font-weight: bold;
    margin-right: 35px;
    position: relative;
    padding-bottom: 10px;
  }
  .ej_tita a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 10px;
    opacity: 0;
    background: url(../images/hongjian2.png) no-repeat center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ej_tita a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #c90f19;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ej_tita a.on,
  .ej_tita a:hover {
    color: #c90f19;
  }
  .ej_tita a.on:before,
  .ej_tita a:hover:before {
    opacity: 1;
  }
  .ej_tita a.on:after,
  .ej_tita a:hover:after {
    opacity: 1;
  }
  .video_tk {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  .pic_tk {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
  .header1 {
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    z-index: 4;
    overflow: hidden;
  }
  .header1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header1 .logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header1 .logo img {
    height: 80px;
  }
  .header1 ul li {
    line-height: 100px;
    width: 10%;
    text-align: center;
  }
  .header1 ul li:nth-child(5) {
    margin-left: 20%;
  }
  .header1 ul li a {
    color: #999999;
    font-size: 16px;
  }
  .header1 ul li a:hover {
    color: #c90f19;
  }
}
@media (max-width: 767px) {
  .header {
    height: 70px;
    padding-top: 10px;
  }
  .header img {
    height: 50px;
  }
  .index_navzw {
    height: 74px;
  }
  .index_nav ul {
    margin-bottom: 0;
  }
  .index_nav ul li {
    height: 38px;
    border: solid 1px #eee;
    border-right: 0;
    line-height: 36px;
    text-align: center;
    width: 25%;
    margin-top: -1px;
  }
  .index_nav ul li a {
    color: #c90f19;
    font-weight: bold;
    font-size: 12px;
  }
  .index_nav ul li a:hover {
    color: #c90f19;
  }
  .banner {
    width: 100%;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    -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: #fff;
    border-radius: 5px;
  }
  .banner #owl-demo1 .owl-dots .owl-dot.active {
    opacity: 1;
  }
  .banner #owl-demo1 .item {
    display: block;
  }
  .banner #owl-demo1 .item img {
    width: 100%;
  }
  .index_tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
  }
  .index_tit .hengxian {
    margin-top: 10px;
    background-color: #c90f19;
    width: 20px;
    height: 2px;
  }
  .index_note {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-top: 10px;
  }
  .index_more {
    padding-top: 15px;
  }
  .index_more a {
    background-color: #c90f19;
    width: 118px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
  }
  .index_main {
    background-attachment: fixed!important;
    padding-bottom: 30px;
    background-size: cover!important;
  }
  .index_main .index_m1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_main .index_m1 .cont {
    padding-top: 15px;
  }
  .index_main .index_m1 .cont .item {
    padding: 0 20px;
  }
  .index_main .index_m1 .cont .item .num {
    color: #c90f19;
    font-size: 24px;
    font-weight: bold;
  }
  .index_main .index_m1 .cont .item .note1 {
    color: #333333;
    padding-top: 0px;
    margin-top: -5px;
    font-size: 14px;
  }
  .index_main .index_m2 {
    position: relative;
  }
  .index_main .index_m2:before {
    content: '';
    display: none;
  }
  .index_main .index_m2:after {
    content: '';
    display: none;
  }
  .index_main .index_m2 .icon {
    position: relative;
    z-index: 2;
  }
  .index_main .index_m2 .cont {
    position: relative;
    padding-top: 30px;
    z-index: 2;
  }
  .index_main .index_m2 .cont .item {
    width: 100%;
    margin-right: 1px;
    margin-left: 1px;
    float: none;
    margin-top: 20px;
    padding-left: 0px;
  }
  .index_main .index_m2 .cont .item .tit {
    position: relative;
  }
  .index_main .index_m2 .cont .item .tit:before {
    content: '';
    display: none;
  }
  .index_main .index_m2 .cont .item .tit a {
    color: #c90f19;
    font-size: 18px;
    font-weight: bold;
  }
  .index_main .index_m2 .cont .item .note {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .index_main .index_m2 .cont .item .note a {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
  }
  .index_main .index_m2 .cont .item .pic img {
    width: 200px;
  }
  .index_main .index_m2 .cont .item .pic a {
    position: relative;
  }
  .index_main .index_m2 .cont .item .pic a:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    background: url(../images/jiantou2.png) no-repeat center center;
    top: 50%;
    margin-top: -15px;
    right: -35px;
    background-size: 20px!important;
  }
  .index_main .index_m2 .cont .item .pic a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play_btn.png) no-repeat center center;
    z-index: 2;
    background-size: 30px!important;
  }
  .index_main .index_m2 .cont .item:nth-child(1) {
    margin-top: 0;
  }
  .index_main .index_m2 .cont .item:nth-child(2n+1) {
    float: none;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
  .index_main .index_m2 .cont .item:nth-child(2n+1) .tit:before {
    content: '';
    width: 63px;
    height: 22px;
    background: url(../images/bgtpa1.png) no-repeat center center;
    position: absolute;
    right: -90px;
    left: auto;
    top: 10px;
  }
  .index_main .index_m2 .cont .item:nth-child(2n+1) .pic {
    text-align: right;
    padding-right: 50px;
  }
  .index_main3 {
    padding: 30px 0;
    background-attachment: fixed!important;
    background-size: cover!important;
  }
  .index_main3 .cont {
    margin-left: -7px;
    margin-right: -7px;
    padding-top: 5px;
  }
  .index_main3 .cont .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 15px;
  }
  .index_main3 .cont img {
    width: 100%;
  }
  .index_main4 {
    padding: 30px 0 30px;
    background-attachment: fixed!important;
    background-size: cover!important;
  }
  .index_main5 {
    background: #fff;
    padding: 15px 0 25px;
    font-size: 0;
  }
  .index_main5 .item {
    color: #333333;
    font-size: 14px;
    width: 100%;
    text-align: left;
    line-height: 36px;
    margin-top: 10px;
  }
  .index_main5 .item img {
    margin-bottom: 0px;
    float: left;
    width: 36px;
    margin-right: 10px;
  }
  .footer {
    border-top: solid 5px #c90f19;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
  }
  .footer a {
    color: #666;
  }
  .menu {
    width: 30px;
    height: 30px;
    background: url(../images/mic.png) no-repeat center center;
    right: 15px;
    top: 15px;
    background-size: 100% 100%!important;
    position: fixed;
  }
  .menu.stop {
    background: url(../images/micSpued.png) no-repeat center center;
  }
  .header1 {
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    z-index: 4;
    overflow: hidden;
  }
  .header1 .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header1 .logo {
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    position: static;
  }
  .header1 .logo img {
    margin: 0 auto;
    height: 60px;
  }
  .header1 ul {
    border: solid 1px #ccc;
    border-bottom: 0;
    margin-bottom: 0;
    border-right: 0;
  }
  .header1 ul li {
    line-height: 36px;
    border: solid 1px #ccc;
    border-top: 0;
    border-left: 0;
    width: 25%;
    text-align: center;
  }
  .header1 ul li:nth-child(5) {
    margin-left: 0%;
  }
  .header1 ul li a {
    color: #999999;
    font-size: 14px;
  }
  .header1 ul li a:hover {
    color: #c90f19;
  }
  .mobileshow {
    display: block!important;
  }
  .pcshow {
    display: none!important;
  }
  .ejbanner img {
    width: 100%;
  }
  .ejbanner .ejb_abs {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 35px;
  }
  .ejbanner .ejb_abs:before {
    content: '';
    width: 3px;
    height: 50px;
    background: #c90f19;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: -60px;
  }
  .ejbanner .ejb_abs .tit {
    font-size: 18px;
    text-transform: uppercase;
  }
  .ejbanner .ejb_abs .tit1 {
    font-size: 18px;
  }
  .ej_main {
    background: #f5f5f5;
    padding: 10px 0 30px;
  }
  .ej_main .ej_tit {
    border-bottom: solid 1px #e2e3e4;
    padding-bottom: 10px;
  }
  .ej_main .ej_tit .ej_tit1 .tit {
    color: #c90f19;
    font-size: 18px;
  }
  .ej_main .ej_tit .ej_tit1 .tit1 {
    color: #434343;
    font-size: 12px;
    text-transform: uppercase;
  }
  .ej_main .ej_tit .breadCrumb {
    color: #999999;
    font-size: 14px;
    padding-top: 20px;
  }
  .ej_main .ej_tit .breadCrumb a {
    color: #999999;
  }
  .ej_main .about_m {
    padding-top: 20px;
  }
  .ej_main .about_m .tit {
    color: #434343;
    font-size: 16px;
  }
  .ej_main .about_m .cont {
    color: #666666;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .ej_main .about_m .cont img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .zhuxue_m {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .zhuxue_m:nth-child(1) {
    padding-top: 0px;
  }
  .zhuxue_m .zx_tit {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
  }
  .zhuxue_m .zx_note {
    color: #555555;
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
    text-indent: 28px;
  }
  .zhuxue_m .zx_cont .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item {
    margin-top: 15px;
    text-align: left;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item.tc {
    text-align: center;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item .pic img {
    width: 100%;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item .pic span.play_btn {
    width: 100%;
    height: 100%;
    background: url(../images/play_btn1.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item .tit {
    padding-top: 10px;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item .tit a {
    color: #333333;
    font-size: 16px;
  }
  .zhuxue_m .zx_cont .row .col-xs-12 .item .note {
    color: #737373;
    font-size: 14px;
    margin-top: 5px;
  }
  .hsbtm1 {
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video_tk {
    width: 90%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
    z-index: 6;
    display: none;
  }
  .video_tk .pic_close {
    width: 28px;
    height: 28px;
    background: url(../images/chacha.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .video_tk video {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .pic_tk {
    width: 90%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
    z-index: 6;
  }
  .pic_tk .pic_close {
    width: 28px;
    height: 28px;
    background: url(../images/chacha.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .pic_tk .prev {
    position: absolute;
    width: 51px;
    height: 78px;
    background: url(../images/zuojiana1.png) no-repeat center center;
    top: 50%;
    margin-top: -69px;
    left: -10px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .pic_tk .prev:hover {
    background: url(../images/zuojiana11.png) no-repeat center center;
  }
  .pic_tk .next {
    position: absolute;
    width: 51px;
    height: 78px;
    background: url(../images/youjiana1.png) no-repeat center center;
    top: 50%;
    margin-top: -69px;
    right: -10px;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .pic_tk .next:hover {
    background: url(../images/youjiana11.png) no-repeat center center;
  }
  .pic_tk .item .cont {
    padding: 10px 15px 0;
  }
  .pic_tk .item .cont .tit a {
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
  }
  .pic_tk .item .cont .note {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
  }
  .ej_nav1 {
    color: #c90f19;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .ej_nav1 a {
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 2px #f5f5f5;
    color: #999999;
    margin-left: 10px;
  }
  .ej_nav1 a.on {
    color: #c90f19;
    border-bottom: solid 2px #c90f19;
  }
  .ej_nav1 a.on:before {
    content: '';
    width: 11px;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    background: url(../images/xiajiana1.png) no-repeat center center;
  }
  .ly_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .ly_main .ly_top {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
  }
  .ly_main .ly_top .word_red {
    color: #c90f19;
  }
  .ly_main .ly_bot {
    padding-top: 5px;
  }
  .ly_main .ly_bot .item {
    margin-top: 10px;
    line-height: 36px;
  }
  .ly_main .ly_bot .item .name {
    width: 105px;
    text-align: right;
    color: #333333;
    font-size: 14px;
  }
  .ly_main .ly_bot .item .cont {
    margin-left: 105px;
  }
  .ly_main .ly_bot .item .cont .inp1 {
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
  }
  .ly_main .ly_bot .item .cont .textarea {
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    padding: 0px 10px;
    border: 0;
    resize: none;
    font-size: 14px;
  }
  .ly_main .ly_bot .item .cont .xing {
    margin-left: -10px;
    color: #c90f19;
    font-size: 14px;
  }
  .ly_main .ly_bot .item .cont .btn1 {
    border-radius: 4px;
    background-color: #c90f19;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    font-size: 14px;
  }
  .contact_main {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contact_main .contact_map img {
    width: 100%;
  }
  .contact_main .contact_bot {
    background: #fff;
    padding: 15px;
  }
  .contact_main .contact_bot .bleft {
    float: none;
  }
  .contact_main .contact_bot .bleft .tit {
    color: #333333;
    font-size: 20px;
    padding-top: 5px;
  }
  .contact_main .contact_bot .bleft .note {
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
  }
  .contact_main .contact_bot .bright {
    margin-top: 15px;
    background-color: #c90f19;
    width: 100%;
    height: 160px;
    padding: 22px 22px 0;
  }
  .contact_main .contact_bot .bright .ewm {
    width: 90px;
  }
  .contact_main .contact_bot .bright .ewm img {
    width: 100%;
  }
  .contact_main .contact_bot .bright .note {
    color: #ffffff;
    margin-left: 100px;
    font-size: 18px;
    padding-top: 20px;
  }
  .contact_main .contact_bot .bright .br_bot {
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
  }
  .about_tit {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
  }
  .about_tit .hengxian {
    background-color: #c90f19;
    width: 20px;
    height: 2px;
    margin-top: 7px;
  }
  .about_main1 {
    background-size: cover!important;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .about_main1 .cont {
    padding-top: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }
  .about_main1 .cont1 {
    padding-top: 5px;
  }
  .about_main1 .cont1 .item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .about_main1 .cont1 .item .num {
    color: #c90f19;
    font-size: 30px;
    font-weight: bold;
  }
  .about_main1 .cont1 .item .note {
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
  }
  .about_main2 .item:nth-child(2n) .pic {
    float: none;
  }
  .about_main2 .item:nth-child(2n) .cont {
    margin-right: 0%;
    margin-left: 0;
  }
  .about_main2 .item:nth-child(2n) .cont .cont_abs {
    right: 50%;
    left: auto;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }
  .about_main2 .item .pic {
    width: 100%;
    float: none;
  }
  .about_main2 .item .pic img {
    width: 100%;
  }
  .about_main2 .item .cont {
    height: 100%;
    margin-left: 0%;
  }
  .about_main2 .item .cont .cont_abs {
    position: static;
    padding: 15px;
    left: 50%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }
  .about_main4 {
    background-size: cover!important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_main4 .about_m4 {
    padding-top: 10px;
  }
  .about_main4 .about_m4 .note {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .about_main4 .about_m4 .cont {
    padding-top: 10px;
  }
  .about_main4 .about_m4 .cont .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .about_main4 .about_m4 .cont .row .col-xs-6 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .about_main4 .about_m4 .cont .row .col-xs-6 img {
    width: 100%;
  }
  .about_main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_main3 .about_m3 {
    padding-top: 15px;
    height: auto;
    position: relative;
  }
  .about_main3 .about_m3 .prev {
    width: 35px;
    height: 35px;
    background: url(../images/shangjian11.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 110px;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .about_main3 .about_m3 .prev:hover {
    background: url(../images/shangjian11.png) no-repeat center center;
  }
  .about_main3 .about_m3 .next {
    width: 35px;
    height: 35px;
    background: url(../images/xiajian11.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 5px;
    left: auto;
    top: 110px;
    bottom: auto;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .about_main3 .about_m3 .next:hover {
    background: url(../images/xiajian11.png) no-repeat center center;
  }
  .about_main3 .about_m3 .swiper-container {
    height: 100%;
  }
  .about_main3 .about_m3 .item .pic {
    width: 100%;
    float: none;
  }
  .about_main3 .about_m3 .item .pic img {
    width: 100%;
    height: auto;
  }
  .about_main3 .about_m3 .item .cont {
    margin-left: 0px;
    height: auto;
    border-top: solid 1px #e2e3e4;
    padding-top: 10px;
    position: relative;
    top: 0px;
  }
  .about_main3 .about_m3 .item .cont .tit a {
    color: #333333;
    font-size: 16px;
  }
  .about_main3 .about_m3 .item .cont .tit a:hover {
    color: #c90f19;
  }
  .about_main3 .about_m3 .item .cont .note {
    margin-top: 5px;
  }
  .about_main3 .about_m3 .item .cont .note a {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  .ej_tita {
    position: relative;
    top: 18px;
  }
  .ej_tita a {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    padding-bottom: 10px;
  }
  .ej_tita a:last-child {
    margin-right: 0;
  }
  .ej_tita a:before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 7px;
    opacity: 0;
    background: url(../images/hongjian2.png) no-repeat center bottom;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ej_tita a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #c90f19;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .ej_tita a.on,
  .ej_tita a:hover {
    color: #c90f19;
  }
  .ej_tita a.on:before,
  .ej_tita a:hover:before {
    opacity: 1;
  }
  .ej_tita a.on:after,
  .ej_tita a:hover:after {
    opacity: 1;
  }
  body table button .logo1{
    width:120px!important;
    height:120px!important;
  }
  body table p a>img{
    width:300px!important;
    height:auto;
  }
  body table font span{
    font-size:12px;
  }
}
