html {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

body {
  color: #333;
  padding: 0;
}

a {
  color: #333;
  transition: all .3s;
}

.w1600 {
  width: 83.3%;
  margin: 0 auto;
}

.w1440 {
  width: 75%;
  margin: 0 auto;
}

.img {
  overflow: hidden;
}
.img img {
  transform: scale(1);
  transition: all .3s;
}

.img.img-hover-no:hover img {
  transform: scale(1);
}

.img:hover img {
  transform: scale(1.1);
  transition: all .3s;
}

.col-md-6 {
  width: 49%;
  float: left;
}

.col-md-4 {
  float: left;
  width: 33%;
}

.col-md-8 {
  float: left;
  width: 66%;
}

.col-md-12 {
  float: left;
  width: 100%;
}

.row > .after {
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
  display: block;
}

.small-ban {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  height: 430px;
}
.small-ban .cap {
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
}
.small-ban .cap i {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 79px;
  height: 5px;
  background-color: #fff;
}
.small-ban .text {
  padding-top: 25px;
  font-size: 25px;

  line-height: 32px;
}
.small-ban p.sm_tel {
text-align:right;font-size:30px;
}
.small-ban .box {
  position: absolute;
  left: 12.5%;
  top: 50%;
  margin-top: -64px;
}

.small-nav {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;display:block;overflow:hidden;
}
.small-nav .w1440{display:block;overflow:hidden;}
.small-nav li {

  float: left;
  height: 82px;border-right:1px solid #ccc;
  line-height: 82px;
}
.small-nav li i {
  transition: all .3s;
}
.small-nav a {
  display: block;
  font-size: 16px;
  color: #666;
  position: relative;  padding: 0 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.small-nav li.on i, .small-nav li:hover i {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #de001f;
  transition: all .3s;
}
.small-nav li.on a, .small-nav li:hover a {
  color: #fff;background:#f4ae00;
}

.info-cap {
  padding-top: 8%;
  padding-bottom: 4%;
}
.info-cap .cap {
  color: #000;
  font-size: 48px;
  line-height: 48px;
}
.info-cap .text {
  font-size: 36px;
  font-weight: 600;
  color: #e5e5e5;
  line-height: 36px;
  margin-top: 10px;
}

.entry-post {
  background-color: #f2f2f2;
  padding-bottom: 4.68%;
}
.entry-post .row .text {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
  padding-left: 9.3%;
}
.entry-post .row .text .line{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cfcfcf;
}
.entry-post .row .img img {
  width: 100%;
}

.entry-list-top {
  background-color: #f2f2f2;
  border-top: 1px solid #dbdbdb;
}
.entry-list-top li {
  float: left;
  text-align: center;
  font-size: 18px;
  color: #333;
  height: 75px;
  line-height: 75px;
}
.entry-list-top li a {
  display: block;
}
.entry-list-top li.on a, .entry-list-top li:hover a {
  color: #fff;
  background-color: #575757;
}
.entry-list-top .l1 li {
  width: 100%;
}
.entry-list-top .l2 li {
  width: 49%;
}
.entry-list-top .l3 li {
  width: 33%;
}
.entry-list-top .l4 li {
  width: 25%;
}
.entry-list-top .l5 li {
  width: 20%;
}

.entry-list .text {
  padding-top: 3%;
  padding-bottom: 120px;
}
.entry-list .text li {
  float: none;
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
.entry-list .text a {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #666;
  padding: 18px 10px;
  background: url("../img/pic/img_1.png") no-repeat 99% center;
}
.entry-list .text a:hover {
  color: #fff;
  background: url("../img/pic/img_1_2.png") no-repeat 98% center #777b7e;
}
.entry-list .remove-mach-box {
  padding-top: 6%;
  padding-bottom: 8%;
}

.remove-mach-box {
  text-align: center;
}
.remove-mach-box .remove-mach {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  background-color: #777b7e;
  width: 175px;
  border-radius: 5px;
  transition: all .3s;
}
.remove-mach-box .remove-mach:hover {
  background-color: #de001f;
  transition: all .3s;
}

.cont-info {
  padding-top: 4%;
}
.cont-info .right {
  border: 1px solid #e5e5e5;
  min-height: 410px;
}
.cont-info .cap {
  width: 74%;
  margin: 0 auto;
  padding-top: 7%;
  padding-bottom: 3%;
  border-bottom: 1px solid #dbdbdb;
  font-size: 20px;
}
.cont-info .cap .ico {
  margin-right: 3%;
}
.cont-info .text {
  width: 74%;
  margin: 0 auto;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  padding: 8% 0;
  height: 244px;
}

.cont-list {
  padding-top: 3%;
  padding-bottom: 10%;
}
.cont-list .cap {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  background-image: url("../img/pic/img_2.jpg");
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 53px;
  border-bottom: 1px solid #b5b5b5;
  margin-top: 26px;
  cursor: pointer;
}
.cont-list .cap a {
  display: block;
}
.cont-list .cap i {
  background: url("../img/pic/img_2_2.png") no-repeat center;
  width: 17px;
  height: 70px;
  margin-right: 9px;
}
.cont-list .cap.on a {
  color: #de001f;
}
.cont-list .cap.on i {
  background: url("../img/pic/img_2.png") no-repeat center;
}
.cont-list .text-box {
  display: none;
}
.cont-list .text-box .text {
  border: 1px solid #e5e5e5;
  width: 70%;
  margin: 0 5%;
  padding: 5% 10%;
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  overflow: hidden;
  word-break: break-all;
  margin-top: 6%;
}
.cont-list .text-box h3 {
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  line-height: 32px;
}

.entry-iss {
  padding-bottom: 8%;
  margin-top: 6%;
}
.entry-iss .table-box {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}
.entry-iss .table-box tr {
  border-top: 1px solid #dbdbdb;
}
.entry-iss .table-box tr.on {
  background-color: #f5f5f5;
}
.entry-iss .table-box th {
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  height: 73px;
}
.entry-iss .table-box td {
  width: 25%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 30px 20px;
}
.entry-iss .table-box td b {
  color: #666666;
}

.entry-cont {
  padding-top: 3%;
  padding-bottom: 5%;
}
.entry-cont .form-row {
  margin-top: 2%;
}
.entry-cont .form-row span {
  float: left;
  text-align: right;
  font-size: 14px;
  color: #777777;
  height: 44px;
  line-height: 44px;
  margin-right: 5px;
  width: 145px;
}
.entry-cont .form-row input[type=text] {
  float: left;
  height: 42px;
  line-height: 42px;
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 0 10px;
  width: 48%;
}
.entry-cont .form-row textarea {
  border: 1px solid #d1d1d1;
  outline: none;
  padding: 5px 10px;
  width: 75%;
  height: 160px;
}
.entry-cont .form-submit input {
  width: 146px;
  height: 44px;
  line-height: 44px;
  background-color: #6e6e6e;
  color: #fff;
  border: 0;
  font-size: 16px;
  border-radius: 3px;
  margin-right: 25px;
  transition: all .3s;
}
.entry-cont .form-submit input:hover {
  background-color: #de001f;
  transition: all .3s;
}

.work-pro .m-deve {
  text-align: center;
  padding-top: 6%;
}
.work-pro .m-deve .cap {
  font-size: 30px;
  line-height: 30px;
}
.work-pro .m-deve .text {
  font-size: 16px;
  color: #888888;
  line-height: 26px;
  padding-top: 2%;
}
.work-pro .m-deve .list {
  padding-top: 3%;
  padding-bottom: 8%;
}
.work-pro .m-deve .list ul {
  display: inline-block;
  *width: 1260px;
  *margin: 0 auto;
}
.work-pro .m-deve .list li {
  float: none;
  display: inline-block;
  *float: left;
  height: 114px;
  width: 166px;
  padding-right: 41px;
  margin-top: 1%;
  overflow: hidden;
  background: url("../img/pic/img_3.png") no-repeat;
}
.work-pro .m-deve .list li b {
  display: block;
  font-size: 18px;
  color: #de001f;
  line-height: 18px;
  margin-top: 20px;
}
.work-pro .m-deve .list li p {
  font-size: 14px;
  line-height: 21px;
  color: #888888;
  width: 100px;
  margin: 0 auto;
  margin-top: 12px;
}
.work-pro .m-deve .list li.no {
  padding-right: 0;
  margin-right: 41px;
}
.work-pro .cont-list .cap {
  background-image: url("../img/pic/img_4.png");
  background-repeat: no-repeat;
}
.work-pro .cont-list .cap.n1 {
  background-position: 5px 17px;
}
.work-pro .cont-list .cap.n2 {
  background-position: 5px -74px;
}
.work-pro .cont-list .cap.n3 {
  background-position: 5px -166px;
}
.work-pro .cont-list .cap.n4 {
  background-position: 5px -259px;
}
.work-pro .cont-list .cap.n5 {
  background-position: 5px -349px;
}
.work-pro .cont-list .cap.n6 {
  background-position: 5px -442px;
}
.work-pro .cont-list .text-box {
  padding: 5% 4% 5% 4%;
  background-color: #f9f9f9;
}
.work-pro .cont-list .text-box .row-text {
  font-size: 14px;
  padding-right: 14%;
  color: #666666;
  line-height: 27px;
  padding-bottom: 2%;
}
.work-pro .cont-list .text-box .img img {
  width: 100%;
}

.work-happ {
  padding-bottom: 10%;
}
.work-happ .text {
  width: 58%;
  margin: 0 auto;
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}
.work-happ .text img {
  width: 100%;
}
.work-happ .img-box {
  margin-top: 8%;
  margin-bottom: 4%;
}

.job {
  padding-bottom: 10%;
}
.job .job-nav {
  padding-bottom: 4%;
}
.job .job-nav li {
  float: left;
  overflow: hidden;
  width: 31%;
  margin: 0 1%;
}
.job .job-nav li a {
  display: block;
  position: relative;
  color: #666666;
}
.job .job-nav li .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin-top: 24%;
}
.job .job-nav li img {
  width: 100%;
}
.job .job-nav li img.n2 {
  display: none;
}
.job .job-nav li.on img.n1, .job .job-nav li:hover img.n1 {
  display: none;
}
.job .job-nav li.on img.n2, .job .job-nav li:hover img.n2 {
  display: block;
}
.job .job-nav li.on a, .job .job-nav li:hover a {
  color: #fff;
}
.job .job-table {
  table-layout: fixed;
  width: 100%;
  color: #666;
}
.job .job-table tr {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.job .job-table thead {
  background-color: #f3f2f0;
  font-size: 20px;
}
.job .job-table th {
  width: 20%;
  font-weight: normal;
  line-height: 20px;
  padding: 2.3% 0;
  padding-left: 4%;
}
.job .job-table .cap {
  cursor: pointer;
}
.job .job-table .cap td {
  font-size: 18px;
  padding: 1%;
  padding-left: 4%;
  width: 25%;
  transition: all .3s;
  line-height: 20px;
  padding-right: 0;
}
.job .job-table .cap td.time {
  line-height: 27px;
}
.job .job-table .cap td.time span {
  float: left;
}
.job .job-table .cap td.time i {
  float: right;
  margin-right: 10%;
  background: url("../img/pic/img_9.png") no-repeat center;
  background-size: 100%;
  width: 27px;
  height: 27px;
}
.job .job-table .cap:hover td {
  color: #de001f;
  transition: all .3s;
}
.job .job-table .cap.on td.time i {
  background: url("../img/pic/img_8.png") no-repeat center;
  background-size: 100%;
}
.job .job-table .cent {
  display: none;
}
.job .job-table .cent td {
  padding: 2% 4%;
  background-color: #f8f8f8;
  font-size: 14px;
  line-height: 30px;
}
.job .job-table .cent .text {
  padding-top: 2%;
}
.job .job-table .cent .job-butn-box {
  padding-top: 2%;
  padding-bottom: 3%;
}

.job-butn-box .job-butn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 146px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background-color: #6e6e6e;
  border-radius: 5px;
  transition: all .3s;
}
.job-butn-box .job-butn:hover {
  background-color: #de001f;
  transition: all .3s;
}

.job-form span {
  float: left;
  font-size: 14px;
  line-height: 36px;
  padding-right: 10px;
  min-height: 1px;
  width: 75px;
  text-align: right;
}
.job-form input[type=text], .job-form select {
  float: left;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dddddd;
  outline: none;
  width: 180px;
}
.job-form input[type=file] {
  width: 180px;
  margin-top: 8px;
}
.job-form textarea {
  float: left;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  outline: none;
  height: 140px;
  width: 85%;
}
.job-form select {
  width: 200px;
}
.job-form .form-row {
  padding-bottom: 1%;
}
.job-form .form-submit {
  padding-top: 1%;
}
.job-form .form-submit input {
  float: left;
  font-size: 16px;
  color: #fff;
  width: 146px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background-color: #6e6e6e;
  border-radius: 5px;
  transition: all .3s;
  border: 0;
  outline: none;
  padding: 0;
  margin-right: 25px;
}
.job-form .form-submit input:hover {
  background-color: #de001f;
  transition: all .3s;
}

.job-worng .job-table {
  margin-bottom: 5%;
}
.job-worng .job-table thead th {
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  padding: 1% 4%;
}
.job-worng .job-table .cent td {
  padding-top: 1%;
  padding-bottom: 3%;
  background-color: transparent;
  padding-left: 4%;
}
.job-worng .job-table .cap td {
  width: 100%;
}
.job-worng .job-table .cap td i {
  margin-right: 3%;
}
.job-worng .job-table .cap td.time {
  font-size: 16px;
  padding-left: 4%;
}
.job-worng .job-table .cap td.time span {
  width: 88%;
}
.job-worng .job-table .cap td.time i {
  margin-right: 3%;
}
.job-worng .job-table .cap.on td.time {
  color: #de001f;
}
.job-worng .job-table .cap.on td.time i {
  margin-right: 3%;
}
.job-worng .job-table .cap:hover td {
  color: #de001f;
}

.news-ban-box {

}

.news-ban {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
}
.news-ban li {
  width: 100%;
}
.news-ban li .img{
  margin-top: 20px;
  margin-left: 1.5%;
  width: 48%;
}
.news-ban .right {
  position: relative;
}
.news-ban .right .box {
  position: absolute;
  padding: 10%;
  width: 80%;
  top: 0;
  left: 0;
}
.news-ban .right img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-ban .right .time {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.news-ban .right .cap {
  font-size: 28px;
  color: #de001f;
  line-height: 36px;
  margin-top: 3%;
}
.news-ban .right .text {
  font-size: 14px;
  margin-top: 6%;
  color: #666666;
  line-height: 24px;
}
.news-ban .right .more {
  display: inline-block;
  padding-left: 18px;
  padding-right: 50px;
  border-radius: 1px;
  font-size: 16px;
  color: #828282;
  border: 1px solid #c9c9c9;
  height: 37px;
  line-height: 37px;
  background-repeat: no-repeat;
  margin-top: 6%;
  background-position: 93px center;
  background-image: url("../img/pic/img_11.png");
}
.news-ban .right .more:hover {
  background-color: #de001f;
  color: #fff;
  border: 1px solid #de001f;
  background-image: url("../img/pic/img_11_2.png");
}
.news-ban .hd {
  position: absolute;
  left: 55%;
  bottom: 8%;
  z-index: 1;
}
.news-ban .hd li {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  line-height: 100px;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/pic/img_10.png") no-repeat -17px;
}
.news-ban .hd li.on, .news-ban .hd li:hover {
  background: url("../img/pic/img_10.png") no-repeat 0;
}
.news-ban .swiper-pagination {
  position: absolute;
  left: 55%;
  bottom: 8%;
}
.news-ban .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  line-height: 100px;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/pic/img_10.png") no-repeat -17px;
}
.news-ban .swiper-pagination span.swiper-pagination-bullet-active, .news-ban .swiper-pagination span:hover {
  background: url("../img/pic/img_10.png") no-repeat 0;
}

.news-list {
  padding-top: 2%;
display:block;overflow:hidden;
}
.news-list li {
  width: 46%;
 margin-left:1%;
  border-bottom: 1px solid #dbdbdb;
  /*margin-top: 2%;*/float:left;
  transition: all .3s;
}
.news-list  li:nth-child(2n) { margin-left: 6%;}
.news-list li a {
  display: block;
}
.news-list li:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transition: all .3s;
}
.news-list li{     padding: 4% 1% 0 1%;
}
.news-list .box{float: left;
    width: 63%;margin-left:15px;}
.news-list .date strong {    font-size: 27px;
    font-weight: normal;
    display: block;}
.news-list .cap {
  font-size: 18px;
  line-height: 26px;font-weight:bold;
  color: #333;
  max-height: 52px;
  overflow: hidden;
  position: relative;
}
.news-list .time {
  color: #c8c3c3;
  height: 13px;
  line-height: 13px;
  margin-top: 2%;
}
.news-list .text {
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-top: 2%;
  max-height: 48px;
  overflow: hidden;
  position: relative;
}
.news-list .remove-mach-box {
  padding-top: 4%;
}

.news-video {
  padding-top: 5%;
  padding-bottom: 11%;
}
.news-video li {
  float: left;
  position: relative;
  width: 30%;
  margin: 1% 1.6%;
}
.news-video li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-video li img {
  width: 100%;
}
.news-video .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pic/img_14.png") repeat-x bottom;
}
.news-video .box i {
  position: absolute;
  background: url("../img/pic/img_13.png") no-repeat;
  width: 56px;
  height: 34px;
  max-width: 55px;
  background-size: 100%;
  bottom: 16%;
  left: 3%;
}
.news-video .box .text {
  position: absolute;
  left: 3%;
  bottom: 5%;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}
.bus-ban{
  padding-bottom: 45px;
}
.bus-ban .img-box{
  float: left;
  width: 40%;
}

.bus-ban img {
  width: 100%;
}
.bus-ban .img {
  width: 100%;
}
.bus-ban .img p{
  overflow: hidden;
}
.bus-ban .right {
  width: 50%;
  word-break: break-all;
}
.bus-ban .right .box {
  padding: 4% 0;
  margin: 0 8%;
  border-top: 1px solid #cfcfcf;
}
.bus-ban .right .cap {
  font-size: 24px;
  line-height: 32px;
}
.bus-ban .right .text {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 2%;
}

.bus-hold-list {
  text-align: center;
  background-color: #f2f2f2;
  /*margin-top: 5%;*/
  margin-bottom: 7%;
}
.bus-hold-list .cap {
  font-size: 30px;
  line-height: 30px;
  padding-top: 3%;
  display: inline-block;
}
.bus-hold-list .cap .smal-cap {
  font-size: 18px;
  margin-top: 14px;
  color: #666666;
  line-height: 18px;
  position: relative;
  z-index: 1;
}
.bus-hold-list .cap .smal-cap span {
  display: inline-block;
  padding: 0 10px;
  background-color: #f2f2f2;
}
.bus-hold-list .cap .smal-cap i {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  top: 50%;
  left: 0;
  z-index: -1;
}
.bus-hold-list .cap-text {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 2%;
  padding: 0 5%;
}
.bus-hold-list .bd {
  padding-top: 1%;
  padding-bottom: 4%;
}
.bus-hold-list .bd ul {
  width: 81%;
  margin: 0 auto;
}
.bus-hold-list .bd li {
  width: 20%;
  margin-top: 2%;
}
.bus-hold-list .bd img {
  /*width: 46%;*/
}
.bus-hold-list .bd .title {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10%;
}
.bus-hold-list .bd-2 {
  padding-top: 4%;
  padding-bottom: 5%;
}
.bus-hold-list .bd-2 ul{
  width: 66%;
  margin:0 auto;
}
.bus-hold-list .bd-2 li {
  width: 50%;
}
.bus-hold-list .bd-2 li .ico {
  margin-left: 10%;
  margin-right: 5%;
  width: 22%;
}
.bus-hold-list .bd-2 li img {
  width: 100%;
}
.bus-hold-list .bd-2 li .text {
  text-align: left;
  width: 57%;
}
.bus-hold-list .bd-2 li .text b {
  line-height: 22px;
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.bus-hold-list .bd-2 li .text p {
  margin-top: 4%;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.bus-hold-list .bd-3 ul{
  width: 61%;
  margin-top: auto;
}
.bus-hold-list .bd-3 li {
  width: 33%;
}
.bus-hold-list .bd-3 img {
  /*width: 39%;*/
  max-width: 100%;
}

.news-info {
  background-color: #f5f5f5;
}
.news-info .bread {
  padding-top: 2%;
}
.news-info .cent {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  margin-top: 3%;
}
.news-info .cap {
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  padding-bottom: 1%;
}
.news-info .cap h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin: 10px 0;
}
.news-info .cap .time {
  line-height: 28px;
  color: #666;
}
.news-info .text {
  border-bottom: 1px solid #dcdcdc;
  padding: 3% 0;
  overflow: hidden;
 line-height:200%; font-size: 14px;
}
.news-info .text img {
  max-width: 100%;
}
.news-info .butn {
  color: #777;
  font-size: 14px;
  padding-top: 3%;
  padding-bottom: 5%;
}
.news-info .butn p {
  line-height: 18px;
  padding: 8px 0;
}
.news-info .butn a {
  color: #777;
}
.news-info .butn a:hover {
  color: #de001f;
}
.news-info .butn .return {
  display: inline-block;
  width: 118px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #de001f;
  color: #de001f;
  border-radius: 18px;
  font-size: 14px;
  margin-top: 13px;
}
.news-info .butn .return:hover {
  background-color: #de001f;
  color: #fff;
}
.news-info .m-video{
  display: none;
}

.bread {
  font-size: 14px;
  line-height: 22px;
}
.bread a {
  float: left;
  color: #666;
}
.bread em {
  padding: 0 5px;
  float: left;
  color: #999;
  font-style: normal;
}

.bus-agr-list {
  margin-top: 6%;
  position: relative;
}
.bus-agr-list > i {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dbdbdb;
  top: 0;
  left: 50%;
}
.bus-agr-list .left {
  width: 50%;
  padding-bottom: 6%;
}
.bus-agr-list .left li {
  float: left;
}
.bus-agr-list .right {
  padding-bottom: 6%;
  width: 50%;
}
.bus-agr-list .right li {
  float: right;
}
.bus-agr-list .right li.on {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10%;
  margin-bottom: 4%;
}
.bus-agr-list .right li.on .img {
  margin-bottom: 0;
}
.bus-agr-list li {
  width: 93%;
}
.bus-agr-list .cap {
  font-size: 30px;
  line-height: 32px;
  margin-top: 5%;
}
.bus-agr-list .text {
  margin-top: 4%;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.bus-agr-list .img {
  margin: 4% 0;
}
.bus-agr-list .img img {
  width: auto;
  max-width: 100%;
}

@media only screen and (max-width: 1440px) {
  .entry-cont .col-md-4 {
    width: 50%;
  }
  .entry-cont .form-row input[type=text] {
    width: 50%;
  }

  .job .job-table thead {
    font-size: 18px;
  }
  .job .job-table .cap td {
    font-size: 16px;
  }
}
html body a:hover {
  color: #de001f;
  transition: all .3s;
}

/*# sourceMappingURL=style_2.css.map */
