@media (min-width: 1600px) {
  .container {
    width: 1420px;
  }
}
@media (max-width: 1500px) {
  body {
    padding-top: 90px;
  }
  .container {
    width: 1220px;
  }
  .header {
    height: 90px;
  }
  .header .logo {
    transform-origin: left top;
    transform: scale(0.75);
  }
  .header .index_nav {
    right: 0px;
    top: 20px;
  }
  .header .index_nav > ul {
    text-align: center;
  }
  .header .index_nav > ul > li {
    float: none;
    display: inline-block;
    height: 50px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .index_nav > ul > li:nth-child(1) {
    background: none;
  }
  .header .index_nav > ul > li.hasChild > a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: 36px;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background: url(../images/huijian.png) no-repeat center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .index_nav > ul > li.hasChild > a:hover:before {
    background: url(../images/huangjian.png) no-repeat center center;
  }
  .header .index_nav > ul > li > a {
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 50px;
  }
  .header .index_nav > ul > li > a.on,
  .header .index_nav > ul > li > a:hover {
    color: #ab3731;
  }
  .header .index_nav > ul > li .xl li.huangtiao {
    height: 41px;
  }
  .header .index_nav > ul > li .xl li a {
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .index_nav > ul > li .xl li a:hover {
    color: #ab3731;
    background: rgba(0, 0, 0, 0.6);
  }
  .banner > .container {
    position: absolute;
    left: 50%;
    height: 0;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .banner > .container .banner_btn {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .banner > .container .banner_btn .prev {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .banner > .container .banner_btn .next {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .banner > .container .banner_process {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
  .banner > .container .banner_process .nums,
  .banner > .container .banner_process .total {
    color: #fff4f4;
    font-size: 20px;
    font-weight: bold;
  }
  .banner > .container .banner_process .process_out {
    width: 110px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 13px;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 {
    height: 600px;
  }
  .banner #owl-demo1 .owl-dots {
    display: block!important;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
  }
  .banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 12px;
    margin-right: 12px;
    width: 60px;
    height: 4px;
    -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;
  }
  .banner #owl-demo1 .owl-dots .owl-dot.active {
    background: #ab3731;
  }
  .banner #owl-demo1 .item {
    display: block;
    height: 600px;
  }
  .banner #owl-demo1 .item .container .item_abs .tit {
    font-size: 20px;
    line-height: 20px;
  }
  .banner #owl-demo1 .item .container .item_abs .tit1 {
    font-size: 30px;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .banner #owl-demo1 .item .container .item_abs .more:hover span img {
    transform: translateX(5px);
  }
  .banner #owl-demo1 .item .container .item_abs .more span {
    width: 110px;
    height: 40px;
    line-height: 40px;
  }
  .banner #owl-demo1 .item .container .item_abs .more span img {
    margin-left: 10px;
  }
  .pub_mt {
    margin-top: 60px;
  }
  .index_main1 {
    height: 466px;
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-size: cover!important;
  }
  .index_main1 .index_m1 {
    padding-left: 90px;
    padding-right: 110px;
    padding-top: 60px;
  }
  .index_main1 .index_m1 .tit {
    color: #ac3733;
    font-size: 20px;
    line-height: 20px;
  }
  .index_main1 .index_m1 .tit1 {
    color: #000000;
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px;
  }
  .index_main1 .index_m1 .tit1 span {
    margin-left: 35px;
  }
  .index_main1 .index_m1 .note {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    margin-top: 24px;
  }
  .pub_more {
    margin-top: 30px;
  }
  .pub_more:hover a img {
    transform: translateX(5px);
  }
  .pub_more a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #ae3631;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .pub_more a img {
    margin-left: 10px;
    width: auto!important;
    display: inline-block !important;
  }
  .index_main2 .item {
    color: #000000;
    padding: 0 4.2%;
    font-size: 16px;
  }
  .index_main2 .item .tit {
    line-height: 16px;
  }
  .index_main2 .item .tit1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .index_main2 .item .tit1 span {
    font-size: 50px;
    position: relative;
    top: 8px;
  }
  .pub_tit {
    font-size: 20px;
    line-height: 20px;
  }
  .pub_tit1 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
  }
  .index_main3 {
    height: 781px;
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .index_main3 .m3_left {
    width: 430px;
    padding-left: 5px;
  }
  .index_main3 .m3_left .m3_qh {
    margin-top: 80px;
  }
  .index_main3 .m3_left .m3_qh .item {
    padding-left: 65px;
  }
  .index_main3 .m3_left .m3_qh .item > img {
    width: 48px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .tit {
    font-size: 24px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note1 {
    padding-top: 10px;
    font-size: 18px;
    line-height: 32px;
    padding-right: 35px;
  }
  .index_main3 .m3_right {
    margin-left: 525px;
  }
  .index_main3 .m3_right .item {
    width: 121px;
    margin-left: 15px;
  }
  .index_main3 .m3_right .item:hover .item_top,
  .index_main3 .m3_right .item.on .item_top {
    background: url(../images/bgtpa11.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item:hover .item_top .name,
  .index_main3 .m3_right .item.on .item_top .name {
    color: #fff;
  }
  .index_main3 .m3_right .item:hover .item_top .img,
  .index_main3 .m3_right .item.on .item_top .img {
    transform: scale(1.1);
  }
  .index_main3 .m3_right .item:hover .item_bot,
  .index_main3 .m3_right .item.on .item_bot {
    background: url(../images/bgtpb11.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item .item_top {
    height: 392px;
    background: url(../images/bgtpa1.jpg) no-repeat center top;
    background-size: cover!important;
    overflow: hidden;
  }
  .index_main3 .m3_right .item .item_top .name {
    color: #000000;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 24px;
    line-height: 24px;
  }
  .index_main3 .m3_right .item .item_top .img {
    bottom: 0;
    left: 0;
  }
  .index_main3 .m3_right .item .item_top .img img {
    width: 100%;
  }
  .index_main3 .m3_right .item .item_bot {
    height: 220px;
    margin-top: 20px;
    background-size: cover!important;
    background: url(../images/bgtpb1.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item:nth-child(1) {
    margin-left: 0;
  }
  .index_main3 .m3_right .item:nth-child(2) .item_top {
    margin-top: 60px;
    height: 405px;
  }
  .index_main3 .m3_right .item:nth-child(2) .item_bot {
    height: 145px;
  }
  .index_main3 .m3_right .item:nth-child(3) .item_top {
    height: 445px;
  }
  .index_main3 .m3_right .item:nth-child(3) .item_bot {
    height: 165px;
  }
  .index_main3 .m3_right .item:nth-child(4) .item_top {
    margin-top: 110px;
    height: 430px;
  }
  .index_main3 .m3_right .item:nth-child(4) .item_bot {
    height: 70px;
  }
  .index_main3 .m3_right .item:nth-child(5) .item_top {
    margin-top: 0px;
    height: 405px;
  }
  .index_main3 .m3_right .item:nth-child(5) .item_bot {
    height: 205px;
  }
  .index_main4 {
    overflow: hidden;
    padding-top: 80px;
  }
  .index_main4 .m4_top .pub_more {
    top: 10px;
  }
  .index_main4 .m4_top .m4_xxk {
    margin-top: 40px;
  }
  .index_main4 .m4_top .m4_xxk .item {
    height: 44px;
    border-radius: 22px;
    padding: 0 15px;
    line-height: 42px;
    font-size: 16px;
    margin-right: 15px;
  }
  .index_main4 .m4_qh {
    width: 1100px;
    margin-top: 40px;
  }
  .index_main4 .m4_qh .prev {
    margin-top: -20px;
    left: -140px;
    width: 40px;
    height: 40px;
  }
  .index_main4 .m4_qh .next {
    margin-top: -20px;
    right: -140px;
    width: 40px;
    height: 40px;
  }
  .index_main4 .m4_qh .item .tit {
    bottom: 30px;
    font-size: 16px;
  }
  .index_main5 {
    padding-top: 80px;
    padding-bottom: 115px;
  }
  .index_main5 .m5_top .m5_xxk .item {
    font-size: 16px;
    margin-left: 15px;
  }
  .index_main5 .m5_qh {
    margin-top: 40px;
  }
  .index_main5 .m5_qh .qhnr1 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index_main5 .m5_qh .qhnr1 .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1:hover {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 0px 0px rgba(171, 55, 50, 0.3);
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 {
    height: 340px;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .date {
    font-size: 14px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit {
    margin-top: 20px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit a {
    font-size: 18px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more {
    bottom: 30px;
    left: 30px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more a {
    font-size: 14px;
  }
  .index_main6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index_main6 .m6_left {
    width: 50%;
    padding-right: 50px;
    padding-top: 10px;
  }
  .index_main6 .m6_left .note {
    color: #000000;
    font-size: 16px;
    margin-top: 100px;
  }
  .index_main6 .m6_left .pub_more {
    margin-top: 25px;
  }
  .index_main6 .m6_right {
    width: 50%;
  }
  .index_main6 .m6_right .tit {
    font-size: 20px;
    line-height: 20px;
  }
  .index_main6 .m6_right .m6_r .item {
    position: relative;
    margin-top: 25px;
    line-height: 36px;
  }
  .index_main6 .m6_right .m6_r .item .item1 {
    position: relative;
    width: 48%;
    float: left;
  }
  .index_main6 .m6_right .m6_r .item .item1:nth-child(2) {
    float: right;
  }
  .index_main6 .m6_right .m6_r .item .item2 {
    width: 160px;
  }
  .index_main6 .m6_right .m6_r .item .img {
    position: relative;
    top: 6px;
    margin-left: 25px;
  }
  .index_main6 .m6_right .m6_r .item .img img {
    width: 100px;
    height: 36px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 {
    margin-left: 290px;
    position: relative;
    top: 6px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 .btn1 {
    font-size: 18px;
    height: 36px;
  }
  .index_main6 .m6_right .m6_r .item .name {
    position: absolute;
    top: 0;
    left: 0;
    color: #ab3731;
    font-size: 16px;
  }
  .index_main6 .m6_right .m6_r .item .cont {
    border-bottom: solid 2px #dbdcde;
  }
  .index_main6 .m6_right .m6_r .item .cont .inp1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .copyRight {
    padding: 30px 0;
    font-size: 16px;
  }
  .copyRight a {
    font-size: 16px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer .footer_left {
    padding-top: 10px;
    width: 300px;
  }
  .footer .footer_left .tit {
    font-size: 16px;
    margin-top: 50px;
  }
  .footer .footer_left .number {
    font-size: 36px;
  }
  .footer .footer_left .ewm {
    width: 100px;
    font-size: 14px;
    margin-top: 30px;
  }
  .footer .footer_center {
    margin-left: 200px;
    top: -10px;
  }
  .footer .footer_center .item {
    line-height: 48px;
  }
  .footer .footer_center .item a {
    font-size: 16px;
  }
  .footer .footer_right .tit {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .footer .footer_right .cont .item {
    line-height: 40px;
  }
  .footer .footer_right .cont .item img {
    margin-right: 5px;
  }
  .breadCrumb {
    padding-top: 30px;
  }
  .breadCrumb .item {
    margin-right: 30px;
  }
  .breadCrumb .item a {
    font-size: 20px;
  }
  .breadCrumb .item a:before {
    width: 30px;
    margin-left: -15px;
    bottom: -10px;
  }
  .ej_tit {
    font-size: 36px;
    line-height: 36px;
  }
  .ej_tit .hengtiao {
    margin-top: 15px;
    width: 40px;
    height: 4px;
  }
  .case_main {
    padding-top: 50px;
  }
  .case_main .ej_m .item {
    margin-top: 30px;
  }
  .case_main .ej_m .item .pic {
    width: 380px;
  }
  .case_main .ej_m .item .cont {
    padding-top: 10px;
    margin-left: 410px;
  }
  .case_main .ej_m .item .cont .tit a {
    font-size: 24px;
  }
  .case_main .ej_m .item .cont .date {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .case_main .ej_m .item .cont .note {
    font-size: 16px;
    line-height: 24px;
  }
  .pages {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 32px;
    font-size: 14px;
  }
  .pages a {
    width: 32px;
    height: 32px;
  }
  .pages span {
    margin-left: 10px;
  }
  .ejmap {
    margin-bottom: 60px;
  }
  .about_main {
    margin-top: 90px;
  }
  .about_main .tit {
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
  }
  .about_main .note {
    font-size: 16px;
    margin-top: 30px;
  }
  .about_main .number {
    margin-top: 30px;
  }
  .about_main .number > a {
    font-size: 32px;
  }
  .about_main .note1 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
  .about_main1 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .about_main1 .about_m1 {
    margin-left: -60px;
    margin-right: -60px;
    padding-top: 30px;
  }
  .about_main1 .about_m1 .item {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    width: 33.33%;
    line-height: 40px;
    margin-top: 30px;
  }
  .about_main1 .about_m1 .item .btn1 {
    font-size: 18px;
    border: 0;
    background: #ab3731;
    color: #fff;
    width: 100%;
    position: relative;
    top: 5px;
  }
  .about_main1 .about_m1 .item.item3 {
    margin-top: 60px;
  }
  .about_main1 .about_m1 .item.item2 .img {
    position: relative;
    top: 5px;
    margin-left: 10px;
    width: 100px;
  }
  .about_main1 .about_m1 .item.item2 .img img {
    width: 100%;
  }
  .about_main1 .about_m1 .item.item1 {
    width: 66.66%;
  }
  .about_main1 .about_m1 .item .name {
    position: absolute;
    top: 0;
    left: 60px;
    color: #ab3731;
    font-size: 18px;
  }
  .about_main1 .about_m1 .item .cont {
    border-bottom: solid 1px #dbdcde;
  }
  .about_main1 .about_m1 .item .cont .inp1 {
    border: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    width: 100%;
  }
  .js_main {
    padding-top: 60px;
    padding-bottom: 100px;
    background: url(../images/bgtp5.jpg) no-repeat center center;
    background-size: cover!important;
  }
  .js_main .tita {
    font-size: 28px;
    line-height: 28px;
  }
  .js_main .notea {
    color: #404040;
    font-size: 24px;
    line-height: 36px;
    margin-top: 50px;
  }
  .js_main .index_main2 {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .js_main1 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .js_main1 .js_m1 {
    margin-top: 25px;
  }
  .js_main1 .js_m1 .item .item1 {
    background: #fff;
    height: 540px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .js_main1 .js_m1 .item .item1 .icon {
    color: #000000;
    font-size: 20px;
  }
  .js_main1 .js_m1 .item .item1 .icon img {
    margin-bottom: 10px;
  }
  .js_main1 .js_m1 .item .item1 .note {
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 {
    background: #fff;
    height: 260px;
    padding-top: 20px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .icon {
    color: #000000;
    font-size: 20px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .icon img {
    margin-bottom: 10px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .note {
    color: #373737;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .js_main2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .js_main2 .owl-carousel .owl-dots {
    bottom: -70px;
  }
  .js_main2 .owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
  }
  .js_main2 .js_m2 {
    margin-top: 45px;
  }
  .js_main2 .js_m2 .item_top {
    width: 60%;
    padding-bottom: 70px;
    background: url(../images/yinying2.png) no-repeat center bottom;
    background-size: 100% 78px;
  }
  .js_main2 .js_m2 .item_top .item1 {
    float: left;
    width: 250px;
    height: 180px;
    margin-right: 20px;
  }
  .js_main2 .js_m2 .item_bot {
    margin-top: 50px;
    width: 60%;
    padding-bottom: 70px;
    background: url(../images/yinying3.png) no-repeat center bottom;
    background-size: 100% 78px;
  }
  .js_main2 .js_m2 .item_bot .item1 {
    float: right;
    width: 250px;
    height: 180px;
    margin-left: 20px;
  }
  .group_main {
    padding-top: 60px;
  }
  .group_main .group_m {
    margin-left: -15px;
    margin-right: -15px;
  }
  .group_main .group_m .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    width: 50%;
  }
  .group_main .group_m .item .pic {
    width: 200px;
    height: 260px;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
  }
  .group_main .group_m .item .pic img {
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
  }
  .group_main .group_m .item .cont {
    margin-left: 220px;
    padding-top: 15px;
  }
  .group_main .group_m .item .cont .tit a {
    color: #000000;
    font-size: 16px;
  }
  .group_main .group_m .item .cont .note {
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
    height: 160px;
  }
  .group_main .group_m .item .cont .btna a {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }
  .group_main .group_m .item .cont .btna a:nth-child(3) {
    padding: 0 15px;
    width: auto;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
  }
  .news_details {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .news_details .tit {
    color: #000000;
    font-size: 30px;
  }
  .news_details .date {
    color: #979797;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .news_details .cont {
    color: #403f3f;
    font-size: 16px;
    line-height: 24px;
  }
  .news_details .cont p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .news_details .cont img {
    max-width: 100%;
  }
  .news_details .details_pages {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .news_details .details_pages div {
    padding: 10px 0;
  }
  .news_details .details_pages a {
    font-size: 18px;
  }
  .tk_close {
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(../images/chacha.png) no-repeat center center;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: scale(0.6);
  }
  .dh_tk {
    border-radius: 10px;
    width: 666px;
    height: 340px;
  }
  .dh_tk .tit {
    line-height: 20px;
    padding-top: 75px;
    font-size: 20px;
  }
  .dh_tk .number {
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px;
  }
  .dh_tk .number img {
    height: 40px;
  }
  .dh_tk .bot {
    padding-top: 40px;
  }
  .dh_tk .bot a {
    width: 243px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .yy_tk {
    width: 666px;
    height: 440px;
  }
  .yy_tk .tit {
    padding-top: 30px;
    font-size: 20px;
  }
  .yy_tk .tk_cont {
    padding-top: 20px;
  }
  .yy_tk .tk_cont .item4 {
    padding-top: 35px;
    width: 100%;
  }
  .yy_tk .tk_cont .item4 .btn1 {
    font-size: 16px;
    border: 0;
    background: #ab3731;
    color: #fff;
    width: 243px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .yy_tk .tk_cont .item {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
  .yy_tk .tk_cont .item.item2 .img {
    position: relative;
    top: 7px;
    margin-left: 10px;
    width: 118px;
  }
  .yy_tk .tk_cont .item.item2 .img img {
    width: 100%;
  }
  .yy_tk .tk_cont .item.item1 {
    width: 100%;
  }
  .yy_tk .tk_cont .item .name {
    position: absolute;
    top: 0;
    left: 30px;
    color: #ab3731;
    font-size: 18px;
  }
  .yy_tk .tk_cont .item .cont {
    border-bottom: solid 1px #dbdcde;
  }
  .yy_tk .tk_cont .item .cont .inp1 {
    border: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1000px;
  }
  .pub_mt {
    margin-top: 40px;
  }
  .index_main1 {
    height: 366px;
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-size: cover!important;
  }
  .index_main1 .index_m1 {
    padding-left: 50px;
    padding-right: 80px;
    padding-top: 60px;
  }
  .index_main1 .index_m1 .tit {
    color: #ac3733;
    font-size: 16px;
    line-height: 16px;
  }
  .index_main1 .index_m1 .tit1 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index_main1 .index_m1 .tit1 span {
    margin-left: 25px;
  }
  .index_main1 .index_m1 .note {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .pub_more {
    margin-top: 20px;
  }
  .pub_more:hover a img {
    transform: translateX(5px);
  }
  .pub_more a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    background: #ae3631;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .pub_more a img {
    margin-left: 5px;
    width: auto!important;
    display: inline-block !important;
  }
  .pub_tit {
    font-size: 16px;
    line-height: 16px;
  }
  .pub_tit1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  .index_main3 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .index_main3 .m3_left {
    width: 380px;
    padding-left: 5px;
  }
  .index_main3 .m3_left .m3_qh {
    margin-top: 50px;
  }
  .index_main3 .m3_left .m3_qh .item {
    padding-left: 45px;
  }
  .index_main3 .m3_left .m3_qh .item > img {
    width: 38px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .tit {
    font-size: 18px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note1 {
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 25px;
  }
  .index_main3 .m3_right {
    margin-left: 425px;
  }
  .index_main3 .m3_right .item {
    width: 101px;
    margin-left: 10px;
  }
  .index_main3 .m3_right .item:hover .item_top,
  .index_main3 .m3_right .item.on .item_top {
    background: url(../images/bgtpa11.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item:hover .item_top .name,
  .index_main3 .m3_right .item.on .item_top .name {
    color: #fff;
  }
  .index_main3 .m3_right .item:hover .item_top .img,
  .index_main3 .m3_right .item.on .item_top .img {
    transform: scale(1.1);
  }
  .index_main3 .m3_right .item:hover .item_bot,
  .index_main3 .m3_right .item.on .item_bot {
    background: url(../images/bgtpb11.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item .item_top {
    height: 332px;
    background: url(../images/bgtpa1.jpg) no-repeat center top;
    background-size: cover!important;
    overflow: hidden;
  }
  .index_main3 .m3_right .item .item_top .name {
    color: #000000;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 24px;
    line-height: 24px;
  }
  .index_main3 .m3_right .item .item_top .img {
    bottom: 0;
    left: 0;
  }
  .index_main3 .m3_right .item .item_top .img img {
    width: 100%;
  }
  .index_main3 .m3_right .item .item_bot {
    height: 178px;
    margin-top: 20px;
    background-size: cover!important;
    background: url(../images/bgtpb1.jpg) no-repeat center top;
  }
  .index_main3 .m3_right .item:nth-child(1) {
    margin-left: 0;
  }
  .index_main3 .m3_right .item:nth-child(2) .item_top {
    margin-top: 50px;
    height: 365px;
  }
  .index_main3 .m3_right .item:nth-child(2) .item_bot {
    height: 95px;
  }
  .index_main3 .m3_right .item:nth-child(3) .item_top {
    height: 385px;
  }
  .index_main3 .m3_right .item:nth-child(3) .item_bot {
    height: 125px;
  }
  .index_main3 .m3_right .item:nth-child(4) .item_top {
    margin-top: 80px;
    height: 380px;
  }
  .index_main3 .m3_right .item:nth-child(4) .item_bot {
    height: 50px;
  }
  .index_main3 .m3_right .item:nth-child(5) .item_top {
    margin-top: 0px;
    height: 355px;
  }
  .index_main3 .m3_right .item:nth-child(5) .item_bot {
    height: 155px;
  }
  .index_main4 {
    overflow: hidden;
    padding-top: 50px;
  }
  .index_main4 .m4_top .pub_more {
    top: 10px;
  }
  .index_main4 .m4_top .m4_xxk {
    margin-top: 30px;
  }
  .index_main4 .m4_top .m4_xxk .item {
    height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 15px;
  }
  .index_main4 .m4_qh {
    width: 70%;
    margin-top: 30px;
  }
  .index_main4 .m4_qh .prev {
    margin-top: -20px;
    left: -100px;
    width: 40px;
    height: 40px;
  }
  .index_main4 .m4_qh .next {
    margin-top: -20px;
    right: -100px;
    width: 40px;
    height: 40px;
  }
  .index_main4 .m4_qh .item .tit {
    bottom: 20px;
    font-size: 14px;
  }
  .index_main5 {
    padding-top: 50px;
    padding-bottom: 65px;
  }
  .index_main5 .m5_top .m5_xxk .item {
    font-size: 14px;
    margin-left: 10px;
  }
  .index_main5 .m5_qh {
    margin-top: 20px;
  }
  .index_main5 .m5_qh .qhnr1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index_main5 .m5_qh .qhnr1 .item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1:hover {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 0px 0px rgba(171, 55, 50, 0.3);
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 {
    height: 260px;
    padding: 20px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .date {
    font-size: 14px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit {
    margin-top: 15px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit a {
    font-size: 16px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more {
    bottom: 30px;
    left: 30px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more a {
    font-size: 14px;
  }
  .index_main6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index_main6 .m6_left {
    width: 50%;
    padding-right: 30px;
    padding-top: 10px;
  }
  .index_main6 .m6_left .note {
    color: #000000;
    font-size: 14px;
    margin-top: 80px;
  }
  .index_main6 .m6_left .pub_more {
    margin-top: 15px;
  }
  .index_main6 .m6_right {
    width: 50%;
  }
  .index_main6 .m6_right .tit {
    font-size: 16px;
    line-height: 16px;
  }
  .index_main6 .m6_right .m6_r .item {
    position: relative;
    margin-top: 15px;
    line-height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .item1 {
    position: relative;
    width: 45%;
    float: left;
  }
  .index_main6 .m6_right .m6_r .item .item1:nth-child(2) {
    float: right;
  }
  .index_main6 .m6_right .m6_r .item .item2 {
    width: 160px;
  }
  .index_main6 .m6_right .m6_r .item .img {
    position: relative;
    top: 6px;
    margin-left: 15px;
  }
  .index_main6 .m6_right .m6_r .item .img img {
    width: 80px;
    height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 {
    margin-left: 270px;
    position: relative;
    top: 5px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 .btn1 {
    font-size: 14px;
    height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .name {
    position: absolute;
    top: 0;
    left: 0;
    color: #ab3731;
    font-size: 14px;
  }
  .index_main6 .m6_right .m6_r .item .cont {
    border-bottom: solid 2px #dbdcde;
  }
  .index_main6 .m6_right .m6_r .item .cont .inp1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .copyRight {
    padding: 30px 0;
    font-size: 16px;
  }
  .copyRight a {
    font-size: 16px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .footer_left {
    padding-top: 10px;
    width: 280px;
  }
  .footer .footer_left .tit {
    font-size: 14px;
    margin-top: 30px;
  }
  .footer .footer_left .number {
    font-size: 26px;
  }
  .footer .footer_left .ewm {
    width: 100px;
    font-size: 14px;
    margin-top: 20px;
  }
  .footer .footer_center {
    margin-left: 150px;
    top: -10px;
  }
  .footer .footer_center .item {
    line-height: 40px;
  }
  .footer .footer_center .item a {
    font-size: 14px;
  }
  .footer .footer_right .tit {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .footer .footer_right .cont .item {
    line-height: 34px;
  }
  .footer .footer_right .cont .item img {
    margin-right: 5px;
  }
  .breadCrumb {
    padding-top: 30px;
  }
  .breadCrumb .item {
    margin-right: 20px;
  }
  .breadCrumb .item a {
    font-size: 16px;
  }
  .breadCrumb .item a:before {
    width: 20px;
    margin-left: -10px;
    bottom: -5px;
  }
  .ej_tit {
    font-size: 24px;
    line-height: 24px;
  }
  .ej_tit .hengtiao {
    margin-top: 12px;
    width: 30px;
    height: 3px;
  }
  .case_main {
    padding-top: 40px;
  }
  .case_main .ej_m .item {
    margin-top: 25px;
  }
  .case_main .ej_m .item .pic {
    width: 320px;
  }
  .case_main .ej_m .item .cont {
    padding-top: 10px;
    margin-left: 340px;
  }
  .case_main .ej_m .item .cont .tit a {
    font-size: 18px;
  }
  .case_main .ej_m .item .cont .date {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .case_main .ej_m .item .cont .note {
    font-size: 14px;
    line-height: 22px;
  }
  .pages {
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 30px;
    font-size: 14px;
  }
  .pages a {
    width: 30px;
    height: 30px;
  }
  .pages span {
    margin-left: 5px;
  }
  .ejmap {
    margin-bottom: 40px;
  }
  .about_main {
    margin-top: 60px;
  }
  .about_main .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  .about_main .note {
    font-size: 14px;
    margin-top: 20px;
  }
  .about_main .number {
    margin-top: 20px;
  }
  .about_main .number > a {
    font-size: 24px;
  }
  .about_main .note1 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .about_main1 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .about_main1 .about_m1 {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 20px;
  }
  .about_main1 .about_m1 .item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 33.33%;
    line-height: 32px;
    margin-top: 20px;
  }
  .about_main1 .about_m1 .item .btn1 {
    font-size: 16px;
    border: 0;
    background: #ab3731;
    color: #fff;
    width: 100%;
    position: relative;
    top: 3px;
  }
  .about_main1 .about_m1 .item.item3 {
    margin-top: 30px;
  }
  .about_main1 .about_m1 .item.item2 .img {
    position: relative;
    top: 4px;
    margin-left: 10px;
    width: 100px;
  }
  .about_main1 .about_m1 .item.item2 .img img {
    width: 100%;
  }
  .about_main1 .about_m1 .item.item1 {
    width: 66.66%;
  }
  .about_main1 .about_m1 .item .name {
    position: absolute;
    top: 0;
    left: 30px;
    color: #ab3731;
  }
  .about_main1 .about_m1 .item .cont {
    border-bottom: solid 1px #dbdcde;
  }
  .about_main1 .about_m1 .item .cont .inp1 {
    border: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    width: 100%;
  }
  .js_main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .js_main .tita {
    font-size: 20px;
    line-height: 20px;
  }
  .js_main .notea {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
  }
  .js_main .index_main2 {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .js_main1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .js_main1 .js_m1 {
    margin-top: 20px;
  }
  .js_main2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .js_main2 .owl-carousel .owl-dots {
    bottom: -60px;
  }
  .js_main2 .owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 10px;
  }
  .js_main2 .js_m2 {
    margin-top: 35px;
  }
  .js_main2 .js_m2 .item_top {
    width: 60%;
    padding-bottom: 50px;
    background: url(../images/yinying2.png) no-repeat center bottom;
    background-size: 100% 58px;
  }
  .js_main2 .js_m2 .item_top .item1 {
    float: left;
    width: 200px;
    height: 140px;
    margin-right: 15px;
  }
  .js_main2 .js_m2 .item_bot {
    margin-top: 40px;
    width: 60%;
    padding-bottom: 50px;
    background: url(../images/yinying3.png) no-repeat center bottom;
    background-size: 100% 58px;
  }
  .js_main2 .js_m2 .item_bot .item1 {
    float: right;
    width: 200px;
    height: 140px;
    margin-left: 15px;
  }
  .group_main {
    padding-top: 40px;
  }
  .group_main .group_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group_main .group_m .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    width: 50%;
  }
  .group_main .group_m .item .pic {
    width: 180px;
    height: 230px;
  }
  .group_main .group_m .item .cont {
    margin-left: 200px;
    padding-top: 10px;
  }
  .group_main .group_m .item .cont .tit a {
    color: #000000;
    font-size: 16px;
  }
  .group_main .group_m .item .cont .note {
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
    height: 140px;
  }
  .group_main .group_m .item .cont .btna a {
    width: 40px;
    height: 38px;
    line-height: 38px;
  }
  .group_main .group_m .item .cont .btna a:nth-child(3) {
    padding: 0 15px;
    width: auto;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
  }
  .news_details {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .news_details .tit {
    font-size: 20px;
  }
  .news_details .date {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .news_details .cont {
    font-size: 14px;
    line-height: 22px;
  }
  .news_details .cont p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news_details .cont img {
    max-width: 100%;
  }
  .news_details .details_pages {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .news_details .details_pages div {
    padding: 10px 0;
  }
  .news_details .details_pages a {
    font-size: 14px;
  }
  .dh_tk {
    border-radius: 10px;
    width: 666px;
    height: 340px;
  }
  .dh_tk .tk_close {
    position: absolute;
    width: 59px;
    height: 59px;
    background: url(../images/chacha.png) no-repeat center center;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: scale(0.6);
  }
  .dh_tk .tit {
    line-height: 20px;
    padding-top: 75px;
    font-size: 20px;
  }
  .dh_tk .number {
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px;
  }
  .dh_tk .number img {
    height: 40px;
  }
  .dh_tk .bot {
    padding-top: 40px;
  }
  .dh_tk .bot a {
    width: 243px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dingwei {
    position: relative;
    top: -120px;
  }
  .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%;
  }
  body {
    padding-top: 60px;
  }
  .header {
    height: 60px;
  }
  .header .logo {
    top: 10px;
    left: 15px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .header_top {
    display: none;
  }
  .header .index_nav {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: fixed;
    right: 320px;
    top: 0px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    width: 150px;
    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 > .container {
    position: absolute;
    left: 50%;
    height: 0;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .banner > .container .banner_btn {
    position: absolute;
    bottom: 10px;
    right: 0px;
  }
  .banner > .container .banner_btn .prev {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .banner > .container .banner_btn .next {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .banner > .container .banner_process {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }
  .banner > .container .banner_process .nums,
  .banner > .container .banner_process .total {
    color: #fff4f4;
    font-size: 16px;
    font-weight: bold;
  }
  .banner > .container .banner_process .process_out {
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
  }
  .banner .owl-theme .owl-controls {
    margin-top: 0;
  }
  .banner #owl-demo1 {
    height: 280px;
  }
  .banner #owl-demo1 .item {
    display: block;
    height: 280px;
  }
  .banner #owl-demo1 .item .container .item_abs {
    padding-left: 16px;
    padding-right: 16px;
    top: 45%;
  }
  .banner #owl-demo1 .item .container .item_abs .tit {
    font-size: 14px;
    line-height: 14px;
  }
  .banner #owl-demo1 .item .container .item_abs .tit1 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .banner #owl-demo1 .item .container .item_abs .more span {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .banner #owl-demo1 .item .container .item_abs .more span img {
    margin-left: 5px;
  }
  .pub_mt {
    margin-top: 30px;
  }
  .index_main1 {
    height: 366px;
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-size: cover!important;
  }
  .index_main1 .index_m1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  .index_main1 .index_m1 .tit {
    color: #ac3733;
    font-size: 16px;
    line-height: 16px;
  }
  .index_main1 .index_m1 .tit1 {
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
  }
  .index_main1 .index_m1 .tit1 span {
    margin-left: 25px;
  }
  .index_main1 .index_m1 .note {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index_main2 .item {
    color: #000000;
    padding: 0 4.2%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index_main2 .item .tit {
    line-height: 14px;
  }
  .index_main2 .item .tit1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index_main2 .item .tit1 span {
    font-size: 30px;
    position: relative;
    top: 4px;
  }
  .pub_tit {
    font-size: 16px;
    line-height: 16px;
  }
  .pub_tit1 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
  }
  .index_main3 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #f3f3f3;
    margin-top: 0;
  }
  .index_main3 .m3_left {
    width: 100%;
    padding-left: 5px;
    float: none;
  }
  .index_main3 .m3_left .m3_qh {
    margin-top: 30px;
  }
  .index_main3 .m3_left .m3_qh .item {
    padding-left: 33px;
  }
  .index_main3 .m3_left .m3_qh .item > img {
    width: 26px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .tit {
    font-size: 16px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index_main3 .m3_left .m3_qh .item .item_cont .note1 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 0px;
  }
  .index_main3 .m3_right {
    margin-left: 0px;
    padding-top: 20px;
    text-align: center;
  }
  .index_main3 .m3_right .item {
    float: none;
    width: 58px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }
  .index_main3 .m3_right .item .item_top {
    height: 222px!important;
    background: url(../images/bgtpa1.jpg) no-repeat center top;
    background-size: cover!important;
    overflow: hidden;
    margin-top: 0!important;
  }
  .index_main3 .m3_right .item .item_top .name {
    color: #000000;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 16px;
    line-height: 16px;
  }
  .index_main3 .m3_right .item .item_top .img {
    bottom: 0;
    left: 0;
  }
  .index_main3 .m3_right .item .item_top .img img {
    width: 100%;
  }
  .index_main3 .m3_right .item .item_bot {
    display: none;
  }
  .index_main4 {
    overflow: hidden;
    padding-top: 30px;
  }
  .index_main4 .m4_top .pub_more {
    top: 0px;
    position: static;
    margin-top: 10px;
  }
  .index_main4 .m4_top .m4_xxk {
    margin-top: 20px;
    text-align: center;
  }
  .index_main4 .m4_top .m4_xxk .item {
    float: none;
    height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
    display: inline-block;
  }
  .index_main4 .m4_qh {
    width: 70%;
    margin-top: 15px;
  }
  .index_main4 .m4_qh .prev {
    margin-top: -15px;
    left: -50px;
    width: 30px;
    height: 30px;
  }
  .index_main4 .m4_qh .next {
    margin-top: -15px;
    right: -50px;
    width: 30px;
    height: 30px;
  }
  .index_main4 .m4_qh .item .tit {
    bottom: 20px;
    font-size: 14px;
  }
  .index_main5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_main5 .m5_top .m5_xxk {
    position: static;
    padding-top: 20px;
  }
  .index_main5 .m5_top .m5_xxk .item {
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .index_main5 .m5_qh {
    margin-top: 20px;
  }
  .index_main5 .m5_qh .qhnr1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index_main5 .m5_qh .qhnr1 .item {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-top: 15px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1:hover {
    transform: translate(-8px, -8px);
    box-shadow: 8px 8px 0px 0px rgba(171, 55, 50, 0.3);
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 {
    height: auto;
    padding: 15px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .date {
    font-size: 12px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit {
    margin-top: 10px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .tit a {
    font-size: 14px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more {
    position: static;
    margin-top: 10px;
  }
  .index_main5 .m5_qh .qhnr1 .item .item1 .item2 .more a {
    font-size: 12px;
  }
  .pcshow {
    display: none!important;
  }
  .mobileshow {
    display: block!important;
  }
  .pcshow1 {
    display: none!important;
  }
  .mobileshow1 {
    display: inline-block !important;
  }
  .index_main6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_main6 .m6_left {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-top: 10px;
  }
  .index_main6 .m6_left .note {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
  }
  .index_main6 .m6_left .pub_more {
    margin-top: 10px;
  }
  .index_main6 .m6_right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .index_main6 .m6_right .tit {
    font-size: 16px;
    line-height: 16px;
  }
  .index_main6 .m6_right .m6_r .item {
    position: relative;
    margin-top: 15px;
    line-height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .item1 {
    position: relative;
    width: 45%;
    float: left;
  }
  .index_main6 .m6_right .m6_r .item .item1:nth-child(2) {
    float: right;
  }
  .index_main6 .m6_right .m6_r .item .item2 {
    width: 160px;
  }
  .index_main6 .m6_right .m6_r .item .img {
    position: relative;
    top: 6px;
    margin-left: 15px;
  }
  .index_main6 .m6_right .m6_r .item .img img {
    width: 80px;
    height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 {
    margin-left: 270px;
    position: relative;
    top: 5px;
  }
  .index_main6 .m6_right .m6_r .item .cont1 .btn1 {
    font-size: 14px;
    height: 30px;
  }
  .index_main6 .m6_right .m6_r .item .name {
    position: absolute;
    top: 0;
    left: 0;
    color: #ab3731;
    font-size: 14px;
  }
  .index_main6 .m6_right .m6_r .item .cont {
    border-bottom: solid 2px #dbdcde;
  }
  .index_main6 .m6_right .m6_r .item .cont .inp1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .copyRight {
    padding: 10px 0;
    font-size: 14px;
  }
  .copyRight a {
    font-size: 14px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer_left {
    padding-top: 10px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .footer_left .logo1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer_left .tit {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer .footer_left .number {
    font-size: 20px;
  }
  .footer .footer_left .ewm {
    width: 100px;
    font-size: 14px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer_right {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer_right .tit {
    font-size: 16px;
    line-height: 18px;
  }
  .footer .footer_right .cont .item {
    line-height: 30px;
  }
  .footer .footer_right .cont .item img {
    margin-right: 5px;
    width: 15px;
  }
  .breadCrumb {
    padding-top: 10px;
    text-align: center;
  }
  .breadCrumb .item {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
    display: inline-block;
  }
  .breadCrumb .item a {
    font-size: 14px;
  }
  .breadCrumb .item a:before {
    width: 20px;
    margin-left: -10px;
    bottom: -5px;
  }
  .ej_tit {
    font-size: 20px;
    line-height: 20px;
  }
  .ej_tit .hengtiao {
    margin-top: 8px;
    width: 30px;
    height: 2px;
  }
  .case_main {
    padding-top: 25px;
  }
  .case_main .ej_m .item {
    margin-top: 15px;
  }
  .case_main .ej_m .item .pic {
    width: 100%;
    float: none;
  }
  .case_main .ej_m .item .cont {
    padding-top: 10px;
    margin-left: 0;
  }
  .case_main .ej_m .item .cont .tit a {
    font-size: 16px;
  }
  .case_main .ej_m .item .cont .date {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .case_main .ej_m .item .cont .date img {
    width: 14px;
  }
  .case_main .ej_m .item .cont .note {
    font-size: 14px;
    line-height: 22px;
  }
  .pages {
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .pages a {
    width: 30px;
    height: 30px;
    display: none;
  }
  .pages a.prev,
  .pages a.prev1,
  .pages a.next,
  .pages a.next1 {
    display: inline-block;
    background: #eeeeee;
  }
  .pages span {
    margin-left: 5px;
  }
  .ejmap {
    margin-bottom: 20px;
  }
  .about_main {
    margin-top: 30px;
  }
  .about_main .tit {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_main .note {
    font-size: 14px;
    margin-top: 20px;
  }
  .about_main .number {
    margin-top: 20px;
  }
  .about_main .number > a {
    font-size: 20px;
  }
  .about_main .note1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .about_main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about_main1 .about_m1 {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0px;
  }
  .about_main1 .about_m1 .item {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;
    line-height: 30px;
    margin-top: 10px;
  }
  .about_main1 .about_m1 .item .btn1 {
    font-size: 14px;
    border: 0;
    background: #ab3731;
    color: #fff;
    width: 100%;
    position: relative;
    top: 3px;
  }
  .about_main1 .about_m1 .item.item3 {
    margin-top: 30px;
    width: 100%;
  }
  .about_main1 .about_m1 .item.item2 {
    width: 100%;
  }
  .about_main1 .about_m1 .item.item2 .img {
    position: relative;
    top: 4px;
    margin-left: 10px;
    width: 80px;
  }
  .about_main1 .about_m1 .item.item2 .img img {
    width: 100%;
  }
  .about_main1 .about_m1 .item.item1 {
    width: 100%;
  }
  .about_main1 .about_m1 .item .name {
    position: absolute;
    top: 0;
    left: 10px;
    color: #ab3731;
  }
  .about_main1 .about_m1 .item .cont {
    border-bottom: solid 1px #dbdcde;
  }
  .about_main1 .about_m1 .item .cont .inp1 {
    border: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    width: 100%;
  }
  .js_main {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .js_main .tita {
    font-size: 16px;
    line-height: 16px;
  }
  .js_main .notea {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .js_main .index_main2 {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .js_main1 {
    background: #f5f6fa;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .js_main1 .js_m1 {
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .js_main1 .js_m1 .item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .js_main1 .js_m1 .item .item1 {
    background: #fff;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .js_main1 .js_m1 .item .item1 .icon {
    color: #000000;
    font-size: 16px;
  }
  .js_main1 .js_m1 .item .item1 .icon img {
    margin-bottom: 10px;
    width: 50px;
  }
  .js_main1 .js_m1 .item .item1 .note {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .js_main1 .js_m1 .item2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .js_main1 .js_m1 .item2 .item3 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
  }
  .js_main1 .js_m1 .item2 .item3 .item {
    width: 100%;
    margin-top: 15px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 {
    background: #fff;
    height: auto;
    padding-top: 30px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .icon {
    color: #000000;
    font-size: 16px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .icon img {
    margin-bottom: 10px;
    width: 50px;
  }
  .js_main1 .js_m1 .item2 .item3 .item .item1 .note {
    color: #373737;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  .js_main2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .js_main2 .owl-carousel .owl-dots {
    bottom: -20px;
  }
  .js_main2 .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
  }
  .js_main2 .js_m2 {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .js_main2 .js_m2 .item_top {
    width: 100%;
    padding-bottom: 10px;
    background: none;
  }
  .js_main2 .js_m2 .item_top .item1 {
    float: left;
    width: 33.33%;
    height: auto;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .js_main2 .js_m2 .item_bot {
    margin-top: 0px;
    width: 100%;
    padding-bottom: 10px;
    background: none;
  }
  .js_main2 .js_m2 .item_bot .item1 {
    float: left;
    width: 33.33%;
    height: auto;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .group_main {
    padding-top: 30px;
  }
  .group_main .group_m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .group_main .group_m .item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  .group_main .group_m .item .pic {
    width: 130px;
    height: 170px;
  }
  .group_main .group_m .item .cont {
    margin-left: 140px;
    padding-top: 0px;
  }
  .group_main .group_m .item .cont .tit a {
    color: #000000;
    font-size: 14px;
  }
  .group_main .group_m .item .cont .note {
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 5px;
    line-height: 16px;
    height: auto;
  }
  .group_main .group_m .item .cont .btna {
    position: absolute;
    left: 10px;
    top: 170px;
  }
  .group_main .group_m .item .cont .btna a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .group_main .group_m .item .cont .btna a:nth-child(3) {
    padding: 0 8px;
    width: auto;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-left: 5px;
  }
  .news_details {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .news_details .tit {
    color: #000000;
    font-size: 16px;
  }
  .news_details .date {
    color: #979797;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .news_details .cont {
    color: #403f3f;
    font-size: 14px;
    line-height: 22px;
  }
  .news_details .cont p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news_details .cont img {
    max-width: 100%;
  }
  .news_details .details_pages {
    border-top: solid 2px #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .news_details .details_pages div {
    padding: 5px 0;
  }
  .news_details .details_pages a {
    color: #898989;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
  }
  .news_details .details_pages a:hover {
    color: #1a1919;
  }
  .tk_close{
    transform:scale(0.3);
    top:0;
    right:0;
  }
   .yy_tk {
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }
  .yy_tk .tit {
    padding-top: 20px;
    font-size: 16px;
  }
  .yy_tk .tk_cont {
    padding-top: 10px;
  }
  .yy_tk .tk_cont .item4 {
    padding-top: 15px;
    width: 100%;
  }
  .yy_tk .tk_cont .item4 .btn1 {
    font-size: 14px;
    border: 0;
    background: #ab3731;
    color: #fff;
    width: 203px;
    height: 36px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .yy_tk .tk_cont .item {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    margin-top: 10px;
    width:100%;
  }
  .yy_tk .tk_cont .item.item2 .img {
    position: relative;
    top: 7px;
    margin-left: 10px;
    width: 118px;
  }
  .yy_tk .tk_cont .item.item2 .img img {
    width: 100%;
  }
  .yy_tk .tk_cont .item.item1 {
    width: 100%;
  }
  .yy_tk .tk_cont .item .name {
    position: absolute;
    top: 0;
    left: 15px;
    color: #ab3731;
    font-size: 14px;
  }
  .yy_tk .tk_cont .item .cont {
    border-bottom: solid 1px #dbdcde;
  }
  .yy_tk .tk_cont .item .cont .inp1 {
    border: 0;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    width: 100%;
  }
}
