@import "css/basis.css";
@import "css/css.css";
@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w {
  width: 1200px;
}
.head_box {
  height: 97px;
  line-height: 97px;
}
.head_box img {
  vertical-align: middle;
}
.head_nav {
  float: right;
  color: #000000;
  height: 97px;
  line-height: 97px;
}
.head_nav a {
  font-size: 16px;
  color: #000000;
  width: 100%;
  display: inline-block;
}
.head_nav li {
  margin-right: 1px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  text-align: center;
  width: 109px;
  float: left;
  position: relative;
  z-index: 99;
}
.head_nav li:hover {
  background: #ea4227;
  color: #fff;
}
.head_nav li:hover a {
  color: #fff;
}
.head_nav li .hv {
  background: #ea4227;
  color: #fff;
}
.head_nav li:hover::after {
  width: 50%;
}
.head_nav li:hover ul {
  display: block;
  opacity: 1;
  left: 0;
  height: auto;
}
.head_nav li ul {
  opacity: 0;
  background: #ea4227;
  position: absolute;
  line-height: 48px;
  height: 0;
  overflow: hidden;
  width: 100%;
  top: 100%;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.head_nav li ul li {
  width: 100%;
  display: inline-block;
}
.head_nav li ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.head_nav li ul li a:hover {
  background: #ff6666;
}
.head_nav li ul li::after {
  height: 3px;
}
.banner_bx {
  position: relative;
}
.banner_bx .banner_bg {
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.index_more {
  margin-top: 9px;
  background: #fff;
  text-align: center;
  width: 90px;
  color: #771385;
  -wekit-border-radius: 30px;
  -max-border-radius: 30px;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.index_more:hover {
  background: #771385;
  color: #fff;
}
.k_panav {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.k_panav li {
  display: inline-block;
}
.k_panav li a {
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #333333;
  margin: 0 4px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav li a:hover,
.k_panav li a.hover {
  background: #ea4227;
  color: #fff;
}
.k_panav a {
  display: inline-block;
}
.k_panav a {
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #333333;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav span {
  display: inline-block;
}
.k_panav span {
  background: #eeeff3;
  line-height: 40px;
  height: 40px;
  color: #000;
  margin: 0 5px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
}
.k_panav span {
  background: #004593;
  color: #fff;
}
.k_panav a:hover,
.k_panav li a.hover {
  background: #ea4227;
  color: #fff;
}
.banner_bx .swiper-pagination-bullet-active {
  padding: 2px;
  background: none;
  border: #fff 1px solid;
  width: 10px;
  height: 10px;
  bottom: -1px;
  position: relative;
}
.banner_bx .swiper-pagination-bullet-active::after {
  content: ' ';
  display: block;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.announcement {
  font-size: 24px;
  color: #0c6;
  width: 144px;
  float: left;
  line-height: 79px;
}
.announcement img {
  vertical-align: middle;
}
.announcement_list {
  float: left;
  width: 1120px;
  line-height: 79px;
}
.announcement_list li {
  float: left;
  margin-right: 50px;
}
.announcement_list a {
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.announcement_list a:hover {
  color: #0a559c;
}
.more_top1 {
  margin-top: 20px;
  -wekit-border-radius: 33px;
  -max-border-radius: 33px;
  border-radius: 33px;
  float: left;
  font-size: 14px;
  line-height: 33px;
  padding: 0 20px;
  color: #999;
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.more_top1:hover {
  border: 1px solid #ea4227;
  background: #ea4227;
  color: #fff;
}
.agent {
  background: #004593;
}
.agent ul li {
  border-right: 1px solid #0356b4;
  float: left;
  width: 205px;
  height: 115px;
  text-align: center;
  line-height: 40px;
  padding-top: 18px;
  color: #fff;
  position: relative;
}
.agent ul li h3 {
  color: #fff;
}
.agent ul li::after {
  width: 0%;
  content: ' ';
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s;
  background: #00cc66;
}
.agent ul li:hover::after {
  width: 50%;
}
.agent ul li:nth-last-child(1) {
  border: none;
}
.group {
  padding-bottom: 52px;
  border-bottom: 1px dashed #e5e5e5;
  padding-top: 57px;
}
.group h3 {
  color: #004593;
  line-height: 48px;
  font-size: 32px;
  text-align: center;
}
.group p {
  padding-top: 20px;
  color: #333;
  line-height: 36px ;
  font-size: 16px;
}
.group .a {
  padding-top: 35px;
  text-align: center;
}
.group .a a {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  display: inline-block;
  color: #999;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.group .a a:hover {
  border: 1px solid #0a559c;
  background: #0a559c;
  color: #fff;
}
.resume ul li {
  margin: 40px 0;
  border-right: 1px dashed #e5e5e5;
  width: 305px;
  float: left;
  margin-left: 124px;
}
.resume ul li:nth-last-child(1) {
  border: none;
}
.resume ul li img {
  float: left;
  margin-right: 15px;
}
.resume ul li .c {
  float: left;
}
.resume ul li .c h3 {
  margin-top: 4px;
  font-size: 24px;
  color: #666;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.resume ul li .c span {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.resume ul li .c:hover h3 {
  margin-left: 8px;
}
.resume ul li .c:hover span {
  margin-left: 8px;
}
.job_list_index {
  height: 447px;
  background: url(../images/q7.jpg) no-repeat center center;
}
.job_list_index .h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  height: 126px;
  font-weight: 500;
  padding-top: 58px;
}
.job_list_index ul li {
  text-align: center;
  width: 313px;
  margin-right: 15px;
  float: left;
}
.job_list_index ul li:nth-last-child(1) {
  margin-right: 0;
}
.job_list_index ul li h3 {
  font-size: 22px;
  line-height: 55px;
  color: #fff;
}
.job_list_index ul li .img {
  overflow: hidden;
  border: #fff 5px solid;
  display: inline-block;
}
.job_list_index ul li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.job_list_index ul li .img img:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
}
.job_list_index .a {
  width: 100%;
  padding-top: 22px;
  display: inline-block;
  text-align: center;
}
.job_list_index .a a {
  color: #fff;
  line-height: 40px;
  background: #0a559c;
  font-size: 14px;
  padding: 0 30px;
  -wekit-border-radius: 40px;
  -max-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.job_list_index .a a:hover {
  background: #fff;
  color: #0a559c;
}
.live_box {
  padding: 48px 0;
}
.live_box .live_box1 {
  width: 290px;
  float: left;
}
.live_box .live_box1 img {
  margin-right: 2px;
}
.live_box .live_box1 .live_v {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  width: 206px;
  padding-left: 26px;
  line-height: 68px;
  display: inline-block;
  color: #000000;
  border: 1px solid #eeeeee;
}
.live_box .live_box2 {
  width: 426px;
  float: left;
  margin-right: 57px;
}
.live_box .live_box2 .img {
  overflow: hidden;
  display: inline-block;
}
.live_box .live_box2 .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.live_box .live_box2 .img img:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
}
.live_box .live_box2 h3 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 22px;
  line-height: 50px;
}
.live_box .live_box2 p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  padding-bottom: 20px;
}
.live_box .live_box2 .a a {
  display: inline-block;
  -wekit-border-radius: 26px;
  -max-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #09549c;
  background: #09549c;
  line-height: 26px;
  font-size: 14px;
  width: 66px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.live_box .live_box2 .a a:hover {
  border: 1px solid #004593;
  background: #fff;
  color: #004593;
}
.live_box .live_box3 {
  width: 524px;
  float: left;
}
.live_box .live_box3 ul li {
  float: left;
  padding-top: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  overflow: hidden;
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.live_box .live_box3 ul li .fl {
  width: 56px;
  margin-left: 10px;
  margin-right: 18px;
  text-align: center;
}
.live_box .live_box3 ul li .fl span {
  display: inline-block;
  color: #00b36b;
  font-size: 30px;
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
}
.live_box .live_box3 ul li .fl p {
  display: inline-block;
  width: 100%;
  color: #999;
  line-height: 24px;
  font-size: 14px;
}
.live_box .live_box3 ul li .fr {
  width: 440px;
}
.live_box .live_box3 ul li .fr h3 {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-bottom: 4px;
  color: #333;
  font-weight: bold;
}
.live_box .live_box3 ul li .fr p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
  line-height: 22px;
}
.live_box .live_box3 ul li .fr:hover h3 {
  color: #00b36b;
}
.live_box .live_box3 ul li:hover {
  background: #f4f4f4;
}
.live_box .live_t {
  font-size: 32px;
  line-height: 32px;
  color: #004593;
  padding-bottom: 20px;
}
.live_box .live_t a {
  float: right;
  display: inline-block;
  color: #999;
  font-size: 14px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.live_box .live_t a:hover {
  color: #004593;
}
.contact_box {
  height: 352px;
  background: url(../images/q8.jpg) no-repeat center center;
}
.contact_box .contact_x {
  width: 641px;
  float: left;
}
.contact_box .contact_t {
  height: 83px;
  line-height: 83px;
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  padding-left: 30px;
  margin-bottom: 57px;
}
.contact_box .contact_b {
  color: #fff;
}
.contact_box .contact_b ul {
  width: 425px;
  float: left;
  margin-left: 30px;
}
.contact_box .contact_b ul li {
  font-size: 16px;
  color: #fff;
  float: left;
  width: 100%;
  padding-bottom: 24px;
}
.contact_box .contact_b ul li .fl {
  float: left;
  width: 37px;
}
.contact_box .contact_b ul li h3 {
  font-size: 16px;
}
.contact_box .contact_b .fr {
  margin-right: 45px;
}
.foot_xb {
  background: #313131;
  color: #fff;
  padding: 38px 0;
}
.foot_xb a {
  color: #fff;
}
.foot_xb dl {
  float: left;
  text-align: center;
  width: 120px;
  line-height: 30px;
}
.foot_xb dl dt {
  position: relative;
  z-index: 9;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.foot_xb dl dt a {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.foot_xb dl dt a:hover {
  color: #fff;
}
.foot_xb dl dt::after {
  content: ' ';
  background: #434343;
  height: 1px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}
.foot_xb dl dd a {
  font-size: 14px;
  color: #4b4b4b;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.foot_xb dl dd a:hover {
  color: #fff;
}
.foot_xbb {
  padding: 11px 0;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background: #313131;
  border-top: 1px solid #434343;
  color: #4b4b4b;
}
.foot_xbb a {
  font-size: 14px;
  color: #4b4b4b;
}
.foot_xbb a:hover {
  color: #fff;
}
.foot1 {
  width: 120px;
  text-align: center;
  float: right;
  font-size: 14px;
  color: #666666;
}
.foot1 span {
  line-height: 30px;
}
.foot2 {
  width: 310px;
  float: right;
}
.foot2 p {
  padding-top: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.foot3 {
  display: inline-block;
  width: 100%;
}
.foot3 img {
  margin-top: 4px;
  float: left;
}
.foot3 span {
  font-size: 16px;
  color: #999999;
}
.foot3 p {
  padding-top: 6px;
  font-size: 30px;
  color: #999999;
}
.news_list_02 ul {
  margin-top: 39px;
}
.news_list_02 ul li {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.news_list_02 ul li .img {
  float: left;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
  width: 140px;
  padding: 0;
  height: 96px;
  border-radius: 6px;
}
.news_list_02 ul li .img img {
  width: 140px;
  height: 96px;
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.news_list_02 ul li .img img:hover {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
}
.news_list_02 ul li h3 {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 4px;
  color: #000000;
  line-height: 30px;
}
.news_list_02 ul li span {
  color: #ea4227;
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  display: inline-block;
}
.news_list_02 ul li span img {
  margin-right: 5px;
}
.news_list_02 ul li p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list_02 .more_top1 {
  margin-top: 0px;
}
.news_list_02x ul li .img {
  width: 194px;
  height: 134px;
}
.news_list_02x ul li .img img {
  width: 194px;
  height: 134px;
}
.news_list_03 ul {
  padding: 18px 0 20px;
  display: inline-block;
}
.news_list_03 ul li {
  float: left;
  padding: 24px 0;
  overflow: hidden;
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_list_03 ul li:nth-child(2n) {
  background: #fbfbfb;
}
.news_list_03 ul li .fl {
  width: 83px;
  height: 83px;
  margin-left: 90px;
  margin-right: 25px;
  float: left;
  background: #eeeeee;
  border-radius: 8px;
  text-align: center;
}
.news_list_03 ul li .fl span {
  display: inline-block;
  color: #ea4227;
  font-size: 36px;
  font-weight: bold;
  width: 62px;
  padding-top: 10px;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px dashed #dcdcdc;
}
.news_list_03 ul li .fl p {
  display: inline-block;
  width: 100%;
  color: #828282;
  line-height: 24px;
  font-size: 14px;
}
.news_list_03 ul li .fr {
  width: 927px;
  float: left;
  padding-top: 5px;
}
.news_list_03 ul li .fr h3 {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-bottom: 6px;
  color: #333;
  font-weight: bold;
}
.news_list_03 ul li .fr p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
  line-height: 22px;
}
.news_list_03 ul li .fr:hover h3 {
  color: #ea4227;
}
.news_list_04 ul {
  width: 100%;
  padding: 35px 0;
  display: inline-block;
}
.news_list_04 ul li {
  float: left;
  padding: 20px 0;
  overflow: hidden;
  -wekit-border-radius: 5px;
  -max-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_list_04 ul li:nth-child(2n) {
  background: #fbfbfb;
}
.news_list_04 ul li .fr {
  width: 1090px;
  margin-left: 48px;
  float: left;
  padding-right: 60px;
  border-right: 1px dashed #dcdcdc;
}
.news_list_04 ul li .fr h3 {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding-bottom: 4px;
  color: #333;
  font-weight: bold;
}
.news_list_04 ul li .fr p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999;
  line-height: 22px;
}
.news_list_04 ul li .fr:hover h3 {
  color: #00b36b;
}
.news_list_04 ul li .fxwr {
  width: 156px;
  text-align: center;
  display: inline-block;
  float: right;
}
.news_list_04 ul li .fxwr span {
  width: 100%;
  display: inline-block;
}
.news_list_04 ul li:hover {
  background: #f4f4f4;
}
.business_list2 {
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.business_list2 ul {
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.business_list2 li {
  width: 33.3%;
  float: left;
  padding-bottom: 20px;
  text-align: center;
}
.business_list2 li h3 {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.business_list2 li img {
  width: 360px;
  height: 375px;
  margin-left: 8px;
  vertical-align: middle;
}
.business_list2 li p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
}
.business_list2 li:nth-child(3n) {
  margin-right: 0;
}
.business_list2 li .img {
  overflow: hidden;
  display: inline-block;
}
.business_list2 li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.business_list2 li:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.graphic_list {
  padding-top: 28px;
}
.graphic_list li {
  padding-top: 20px;
  padding-bottom: 32px;
  display: inline-block;
  float: left;
  width: 100%;
}
.graphic_list li:nth-child(2n) .fr {
  float: left;
}
.graphic_list li:nth-child(2n) .img {
  float: right;
}
.graphic_list li .img {
  float: left;
  overflow: hidden;
  display: inline-block;
}
.graphic_list li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.graphic_list li .fr {
  width: 686px;
  height: 382px;
  display: inline-block;
  background: #f6f6f6;
  padding: 32px;
}
.graphic_list li .fr h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
}
.graphic_list li .fr span {
  color: #999;
  display: inline-block;
  padding: 17px 0 20px;
  font-size: 14px;
}
.graphic_list li .fr span img {
  margin-right: 8px;
}
.graphic_list li .fr p {
  color: #999;
  line-height: 30px;
  display: inline-block;
  height: 125px;
}
.graphic_list li .fr .a {
  width: 110px;
  text-align: center;
  line-height: 36px;
  color: #3091c0;
  display: inline-block;
  background: #fff;
  border: 1px solid #efefef;
  -wekit-border-radius: 36px;
  -max-border-radius: 36px;
  border-radius: 36px;
  font-size: 14px;
}
.graphic_list li .fr .a img {
  padding-left: 9px;
}
.graphic_list li:hover .img img {
  transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -moz-transform: scale(1.25);
}
.common_list {
  margin-top: 40px;
}
.common_list ul li {
  width: 48.5%;
  background: #f6f6f6;
  padding: 8px 25px 20px;
  margin-right: 3%;
  float: left;
  margin-bottom: 24px;
}
.common_list ul li:nth-child(2n) {
  margin-right: 0;
}
.common_list ul li .common_t {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  float: left;
  display: inline-block;
  width: 100%;
  line-height: 47px;
}
.common_list ul li .common_d {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}
.common_list ul li .fl {
  float: left;
  width: 37px;
}
.common_list ul li p {
  display: block;
}
.index_item1 {
  text-align: center;
  padding: 59px 0;
}
.index_item1 h3 {
  font-size: 32px;
  color: #000000;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.index_item1 h3:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #ea4227;
  bottom: 0;
  transform: translateX(-50%);
}
.index_item1 p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}
.index_item1 ul {
  margin-top: 30px;
  display: inline-block;
  padding: 0 100px;
  width: 100%;
}
.index_item1 ul li {
  display: inline-block;
  float: left;
  width: 25%;
}
.index_item1 ul li b {
  font-size: 48px;
  color: #ea4227;
}
.index_item1 ul li span {
  font-size: 18px;
  color: #333333;
}
.index_item2 {
  background: #f4f4f4;
  padding: 65px 0;
}
.index_item2_l {
  float: left;
  width: 866px;
}
#player2 {
  width: 100%;
}
.player-poster[data-poster] .play-wrapper[data-poster] {
  display: none;
}
.index_item2_r {
  float: left;
  width: 260px;
  margin-left: 40px;
  margin-top: 35px;
}
.index_item2_r .span,
.index_item2_r .h3 {
  width: 100%;
  display: inline-block;
  color: #000000;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
}
.index_item2_r .p {
  padding-top: 28px;
  font-size: 16px;
  line-height: 28px;
}
.index_item2_r .p p {
  padding-bottom: 10px;
}
.index_title .span,
.index_title .h3 {
  width: 100%;
  display: inline-block;
  color: #000000;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
}
.index_item3 {
  padding: 53px 0;
}
.group_show {
  padding: 80px 55px;
}
.group_show p {
  padding-bottom: 20px;
  line-height: 36px;
  font-size: 16px;
}
.pape_nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.pape_nav dt {
  display: inline-block;
  min-width: 150px;
  background: #ea4227;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 62px;
  height: 62px;
  color: #fff;
  float: left;
  margin-right: 20px;
}
.pape_nav dd {
  padding: 0 9px;
  float: left;
}
.pape_nav dd a {
  line-height: 62px;
  height: 62px;
  display: inline-block;
  padding: 0 16px;
  color: #666;
  font-size: 16px;
  color: #333333;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  position: relative;
}
.pape_nav dd a.hv {
  color: #333;
}
.pape_nav dd a.hv::after {
  background: #ea4227;
  width: 32px;
  content: ' ';
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
}
.pape_nav dd a:hover {
  color: #333;
}
.pape_nav dd a:hover::after {
  background: #ea4227;
  width: 32px;
  content: ' ';
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
}
.index_item4_t {
  margin-bottom: 25px;
}
.index_item4_d img {
  float: left;
}
.index_item4_d span {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  background: #434343;
  width: 88px;
  display: inline-block;
  height: 88px;
  text-align: center;
  border-radius: 50%;
  padding: 18px 30px;
  margin-left: 6px;
}
.index_item4_d h3 {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  padding: 18px 40px;
  display: inline-block;
}
.index_item4_d ul {
  float: left;
}
.index_item4_d li {
  float: left;
  width: 122px;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}
.index_item4_x {
  padding-bottom: 45px;
}
.clear {
  clear: both;
  width: 100%;
  display: inline-block;
}
.news_list_02x {
  float: left;
}
.news_list_02x li a {
  display: inline-block;
  padding: 0 60px;
  width: 100%;
}
.jzk_show_t {
  text-align: center;
  width: 100%;
  color: #000000;
  font-size: 30px;
  padding-top: 60px;
  font-weight: bold;
  line-height: 40px;
}
.jzk_show_c p {
  padding-bottom: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.jzk_show_qx {
  color: #ea4227;
  font-size: 14px;
  text-align: center;
  line-height: 43px;
  padding-bottom: 28px;
}
.jzk_show_qx span {
  color: #ea4227;
  font-size: 14px;
  padding-left: 20px;
}
.jzk_show_qxb {
  padding-top: 15px;
  border-top: 1px dashed #eeeeee;
  margin-top: 15px;
  padding-bottom: 60px;
  color: #333333;
}
.jzk_show_qxb a {
  color: #333333;
  font-size: 16px;
  text-align: left;
  line-height: 34px;
  width: 50%;
  padding-left: 30px;
  float: left;
  display: inline-block;
}
/*# sourceMappingURL=styles.css.map */