@font-face {
  font-family: "Book Antiqua";
  src: url("../fonts/bookantiqua.eot"); /* IE9 Compat Modes */
  src: url("../fonts/bookantiqua.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/bookantiqua.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/bookantiqua.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/bookantiqua.svg#YourWebFontName") format("svg"); /* Legacy iOS */
}
html {
  font-family: Arial, "Book Antiqua";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 63% !important;
  background-color: #f6f6f6;
}
* {
  color: #666;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.white-bg {
  background-color: #ffffff;
}
.gray-bg {
  background-color: #f6f6f6 !important;
}
*:before,
*:after {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  /* margin-right: -15px;
  margin-left: -15px; */
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  float: left;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6 {
  width: 50%;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4 {
  width: 33.33333333%;
}
.col-sm-3 {
  width: 25%;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
/*===========================导航栏===============================*/
.home-nav {
  position: fixed;
  top: 0;
  z-index: 5000;
}
.navbar-header {
  height: 80px;
  padding: 0 5%;
  background-color: #fff;
  position: relative;
  z-index: 111;
}
.navbar-toggle {
  display: none;
}

@media (max-width: 767px) {
  .navbar-header {
    height: 70px;
    padding: 0 5%;
    background-color: #fff;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.collapsed {
}
.navbar-brand {
  margin: 23px 0;
  float: left;
}
.navbar-collapse {
  display: block;
  margin-left: 30px;
  float: left;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 180px;
  }
  .navbar-brand img {
    width: auto;
  }
  .navbar-collapse {
    width: 100%;
    display: none;
    margin-left: 0;
    float: left;
    background-color: #ffffff;
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 1.6em;
    z-index: 1000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}
.dropdown {
  float: left;
  position: relative;
}
.dropdown-toggle {
  display: block;
  padding: 20px 20px;
  font-size: 1.4em;
  line-height: 40px;
  color: #666666;
}
.nav-icon {
  margin-left: 5px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f0f0f0;
  background-image: url(../images/nav-bg.png);
  background-position: left;
  background-repeat: no-repeat;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  font-size: 1.4em;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.open > .dropdown-menu {
  display: block;
}
.nav-search {
  float: left;
  margin-top: 27px;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 27px;
  position: relative;
}
.nav-search input {
  width: 145px;
  height: 25px;
  border: #d6d6d6 thin solid;
  line-height: 25px;
  border-radius: 6px;
  text-indent: 5px;
  background-color: #f7f7f7;
}

.nav-search .submit {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 4px;
}
.nav-cn {
  display: block;
  border: #d6d6d6 thin solid;
  border-radius: 6px;
  line-height: 25px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  float: right;
  text-align: center;
  margin-top: 27px;
  margin-right: 0;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .nav-search {
    display: none;
  }
  .nav-icon {
    margin-left: 15px;
  }
  .nav-cn {
    display: none;
  }
  .dropdown-toggle {
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
    background-image: none;
    color: #666666;
  }
  .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav > li {
    float: left;
    width: 100%;
    display: block;
    background-color: #f6f6f6;
  }
}
.dropdown-menu > li > a {
  color: #666666;
  padding: 10px 20px;
  display: block;
}
.dropdown-menu > li > a:hover {
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .dropdown-menu > li > a {
    margin: 10px 0 10px 30px;
    font-size: 0.9em;
  }
  .dropdown-menu > li > a:before {
    content: "-";
    margin-right: 10px;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
}

/*===========================轮播广告图===============================*/
.home-slide {
}
.carousel {
  height: auto;
  float: left;
  width: 100%;
  position: relative;
}
.carousel-inner {
  position: relative;
  width: auto;
  margin-top: 0;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 0;
  text-align: center;
}
.home-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner .item-text {
  color: #305a98;
  margin: 10px 0;
  width: 100%;
  font-size: 1.2em;
}

.carousel-control {
  font-size: 60px;
  color: #ff7800;
}

@media (max-width: 767px) {
  .home-slide {
    height: auto;
    background-image: none;
  }
  .carousel {
    width: auto;
    height: auto;
  }
  .carousel-inner > .item {
    margin: 0 auto;
  }
  .carousel-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}
.home-slide .item img,
.home-slide .item a img {
  width: auto !important;
}
.carousel .left {
  position: absolute;
  left: 0;
  top: 50%;
}
.carousel .right {
  position: absolute;
  right: 0;
  top: 50%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 15px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: -15px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators {
  z-index: 999;
  padding-left: 0;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 4px 0;
  cursor: pointer;
  background-color: #0e3277;
  border-radius: 25px;
  color: #ffffff;
  line-height: 25px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 4px 0;
  background-color: #ff7800;
}
@media (max-width: 767px) {
  .carousel-indicators {
    width: 80%;
    margin: 0 auto;
    right: 25%;
    bottom: 10px;
    top: auto;
  }
  .carousel .left,
  .carousel .right {
    display: none;
  }
}
/*===========================footer样式===============================*/
.footer-home {
  position: fixed;
  bottom: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.footer {
  background-color: #333333;
  color: #ffffff;
  line-height: 50px;
  font-size: 1.2em;
  height: 50px;
  padding: 0 5%;
  width: 100%;
}
.footer .text {
  float: left;
  color: #ffffff;
}
.footer .icon {
  float: right;
  height: 30px;
  margin: 10px 0;
}
.footer .icon a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer {
    height: auto;
    line-height: 1.2em;
    padding: 10px 5%;
  }
  .footer .text {
    float: none;
  }
  .footer .icon {
    float: none;
  }
}

/*===========================二级页面样式开始===============================*/
.about,
.news,
.products,
.employee,
.contact {
  background-position: top;
  background-repeat: repeat-x;
}
.about {
  background-image: url(../images/company-bg-2.jpg);
}
.products {
  background-image: url(../images/products-bg.jpg);
}
.employee {
  background-image: url(../images/employee-bg2025.jpg);
}
.contact {
  background-image: url(../images/contact-bg.jpg);
}
.news {
  background-image: url(../images/news-bg.jpg);
}
.content {
  margin-bottom: 20px;
}
.content .breadcrumbs {
  color: #ffffff;
  padding: 30px 0;
  height: 150px;
}
.content .breadcrumbs h1 {
  /*font: 2em "Book Antiqua" !important;*/
  color: #ffffff;
}

@media (max-width: 767px) {
  .content {
    padding-top: 0;
  }
  .content .breadcrumbs {
    margin: 30px 0 20px 0;
    padding: 0;
    height: auto;
  }
  .content .breadcrumbs h1 {
    font-weight: normal;
    font-size: 1.8em !important;
  }
}
.sub-menu {
  background-color: #ffffff;
  margin-top: 100px;
  margin-right: 0;
  margin-left: 45px;
  margin-bottom: 0;
  height: auto;
}
.sub-menu li {
  font-size: 1.8em;
  height: 48px;
  margin: 5px 0;
  border-bottom: #e3e3e3 thin solid;
}
.sub-menu li a {
  display: block;
  line-height: 43px;
}
.sub-menu li a:hover {
  color: #4669cb;
}
.sub-menu .active a {
  display: table;
  color: #4669cb;
  border-bottom: #4669cb 5px solid;
}
.content .main {
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  font-size: 1.4em;
  line-height: 1.8em;
}
.subsidiariesmap .main {
  padding-top: 20px !important;
}
.content .title {
  color: #274674;
  font-size: 1.6em;
  line-height: 2.4em;
  border-bottom: #dedede thin solid;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .about,
  .news,
  .products,
  .employee,
  .contact {
    background-size: 240%;
    background-repeat: no-repeat;
  }
  .sub-menu {
    display: none;
    padding: 30px;
    margin: 0 -30px;
  }
  .content .main {
    padding: 15px;
    margin: 0 -30px;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .icon a img {
    height: auto;
    width: 36px;
  }
  .content .title {
    font-size: 1.4em;
    line-height: 1.4em;
  }
}

/*===========================人才梦工厂tab样式===============================*/
.nav-tabs {
  display: inline-block;
  margin-top: 20px;
}
.nav-tabs > li {
  float: left;
  margin-left: auto;
  margin-right: auto;
}
.nav-tabs > li > a {
  color: #666666;
  margin-right: 5px;
  padding: 10px 20px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
  overflow: hidden;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.hr-table {
  width: 90%;
  margin: 0 auto;
  max-width: 90%;
}
.hr-tag {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom-color: #c8c8c8;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
}
.hr-tag ul {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.hr-tag li a {
  padding: 10px;
  margin: 0 10px;
  float: left;
}
@media screen and (max-width: 767px) {
  .hr-tag li a {
    padding: 5px;
    margin: 0 5px;
  }
}
.hr-tag .active a {
  display: block;
  background-color: #f28452;
  border-radius: 8px;
  color: #ffffff;
}
.hr-pagination {
  width: 90%;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 16px;
}
.hr-detial {
  margin: 0 auto;
  width: 100%;
  clear: both;
}
.hr-detial h1 {
  font-size: 18px;
  background-color: #f7f7f7;
  padding: 10px 5%;
  margin: 0 auto 20px auto;
  line-height: 30px;
}
.hr-detial h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 50px auto;
  width: 100%;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  /* [disabled]overflow-x: auto; */
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > span.current_page {
  background-color: #f5f5f5;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.zhizirongyu {
  height: auto;
  width: 100%;
  padding-top: 50px;
  margin: 220px auto 300px;
}
.roundabout-holder {
  list-style: none;
  width: 70%;
  margin: 0px auto;
}
.roundabout-moveable-item {
  width: 381px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ffffff;
}
.roundabout-moveable-item img {
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .zhizirongyu {
    margin: 150px auto 180px auto;
  }
  .roundabout-moveable-item {
    width: 100%;
  }
}

.fullpage-content {
}
.newsdetial {
  background-color: #274674;
  width: 130px;
  height: 100px;
  padding: 30px 20px 0 0;
  float: none;
  margin-bottom: 30px;
  position: absolute;
  top: -50px;
  right: 180px;
}
.newsdetial .date {
  font-size: 2em;
  width: 100%;
  text-align: right;
  color: #ffffff !important;
}
.newsdetial .year {
  font-size: 1.4em;
  width: 100%;
  text-align: right;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .newsdetial {
    width: 90px;
    height: auto;
    padding: 10px;
    line-height: 1em;
    top: -48px;
    right: 5%;
  }
  .fullpage-content {
    margin: 0 -15px !important;
    padding: 0 15px 30px 15px !important;
  }
  .newsdetial .date,
  .newsdetial .year {
    font-size: 1em;
    width: 100%;
    clear: none;
  }
  .newsdetial .date {
    margin-top: 0;
  }
}
.content .news-title {
  color: #274674;
  font: 2em "Book Antiqua";
  margin-bottom: 40px;
  text-align: left;
}
.history {
  background-repeat: repeat-x;
  clear: both;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .history {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content .news-title {
    font: 1.6em "Book Antiqua";
    margin-bottom: 20px;
  }
}
.history li {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-image: url(../images/history-dot.png);
  background-repeat: repeat-y;
  background-position: 20%;
}
.history .date {
  color: #0089e1;
  width: 20%;
  text-align: right;
  float: left;
}
@media (max-width: 767px) {
  .history li {
    background-position: 20% 24%;
  }
  .history .date {
  }
}
.history .date h1 {
  font-size: 2em;
  background-image: url(../images/history-bigdot.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin-right: -5px;
}
.history .date p {
  font-size: 18px;
  padding-right: 20px;
}
.history .img {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  border-color: #a8a8a7;
  border-style: solid;
  border-radius: 0 30px 0 30px;
  border-width: 3px;
  overflow: hidden;
  height: 180px;
}
@media (max-width: 767px) {
  .history .img {
    float: right;
    margin-right: 15px;
    width: 64%;
    height: auto;
  }
  .history .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
.history .text {
  width: 45%;
  float: left;
  line-height: 24px;
}
@media (max-width: 767px) {
  .history li {
    height: auto;
  }
  .history .text {
    width: 64%;
    margin-bottom: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
  }
}
.intro .img {
  width: 96%;
  height: auto;
  margin: 2%;
}
.intro .img img {
  width: 100%;
  height: auto;
}
.intro .text img {
  margin: 0 auto;
  display: block;
}
.timeline {
  width: 90%;
  overflow: hidden;
  position: relative;
  padding: 20px;
  background: url("../images/dot.png") left 85px repeat-x;
  margin: 0 auto;
}
.timeline .dates {
  width: 80%;
  height: 60px;
  margin: 20px auto;
  overflow: hidden;
  display: block;
}

.timeline .dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  background: url("../images/biggerdot.png") center bottom no-repeat;
}
.timeline .dates a {
  line-height: 38px;
  padding-bottom: 10px;
  padding: 20px;
  text-decoration: none;
}
.timeline .dates .selected {
  font-size: 24px;
  color: #ff7800;
}
.baidu-map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
}
.sub-news,
.content-lg {
  background-color: #f6f6f6 !important;
  padding: 30px 15px !important;
}
.sub-news .text {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.sub-news img {
  width: 100%;
}
.sub-news .newstitle a {
  font-size: 1.1em;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.sub-news .intro-sm {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 62px;
  overflow: hidden;
}
.sub-news .intro {
  font-size: 1em;
  color: #777;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 222px;
  overflow: hidden;
  line-height: 1.1em;
}
.sub-news .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 15px;
  margin-top: 10px;
}
.sub-news .button,
.sub-news .button:visited {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #274674;
  bottom: 45px;
  position: absolute;
}
@media (max-width: 767px) {
  .sub-news .date {
    margin: 0;
  }
  .sub-news .button {
    display: none;
  }
}
.sub-news .sub-news-list {
  background-color: #fff;
  margin-bottom: 30px;
  height: 400px;
  overflow: hidden;
}
.sub-news .sub-news-list .sub-news-images {
  width: 100%;
  height: 60vw;
  max-height: 200px;
  overflow:hidden;
}

.sub-news .sub-news-list .sub-news-images img {
  min-height: 180px;
}
@media (max-width: 767px) {
  .sub-news .sub-news-list {
    height: auto;
    margin-bottom: 10px;
  }
  .sub-news .sub-news-list .sub-news-images {
    height: auto;
    max-height: initial;
  }
  .sub-news .sub-news-list .sub-news-images img {
    min-height: auto;
  }
}
.content h2 {
  margin: 20px 0;
  text-align: center;
}
.subsidiariesmap {
  text-align: center;
}
.subsidiariesmap .title {
  color: inherit;
  font-size: inherit;
  line-height: 18px;
  text-align: left;
  border-left: #ff7800 5px solid;
  border-bottom: none;
  margin-bottom: 5px;
  font-weight: bold;
  padding-left: 10px;
}
.subsidiariesmap .text {
  color: inherit;
  font-size: inherit;
  line-height: 18px;
  text-align: left;
  border-bottom: none;
  margin-bottom: 30px;
}
.subsidiariesmap ul {
  width: 80%;
  margin: 0 auto;
}
.subsidiariesmap li {
  float: left;
}
@media (max-width: 767px) {
  .subsidiariesmap ul {
    width: 90%;
  }
  .subsidiariesmap li {
    width: 100%;
    float: left;
  }
}
.title-products {
  color: #ff7800;
  font-weight: bold;
  font-size: 1.8em;
}
@media (max-width: 767px) {
  .title-products {
    font-size: 1.4em;
  }
}
.products-detial {
  display: block;
  background-color: #f6f6f6;
  padding: 30px;
  float: left;
}
.products-detial p {
  width: 100%;
  float: left;
}
.products-detial span {
  width: 6px;
  height: 6px;
  background-color: #ff7800;
  border-radius: 3px;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
  float: left;
}
.salesinquiry {
  display: block;
  background-color: #274674;
  padding: 30px;
  float: left;
}
.salesinquiry .title {
  color: #fff;
  border: none;
  width: 100%;
  float: left;
  text-align: left;
}
.salesinquiry .text {
  color: #fff;
}
.form-horizontal {
  padding: 5%;
  background-color: #274674;
  color: #fff;
}

.control-group {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  height: 36px;
  justify-content:flex-start;
  align-items: center;
}
.control-group + .submit-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.control-label {
  display: block;
  color: rgb(145, 157, 173);
  text-align: left;
  position: absolute;
  padding-right: 5px;
  left: 8px;
  white-space: nowrap;
}
.input-small {
  width: 25% !important;
}
.textarea .input-xlarge {
  height: 100px;
}
fieldset {
  padding: 10px;
  border: none;
  color: #fff;
  box-sizing: border-box;
}
fieldset img {
  margin-left: 10px;
  float: left;
  width: auto !important;
  height: 30px;
}
.btn-default {
  color: #ffffff;
  background-color: #ff7800;
  padding: 5px 10px;
  border: none;
  width: 140px;
}
.video-list {
  background-color: #fff;
  margin-bottom: 30px;
}
.video-list a {
  text-decoration: none;
}
.video-list .play {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 22%;
  left: 45%;
}
.video-list img {
  width: 100%;
}
.video-list .title {
  font-size: 1em;
  padding: 30px;
  text-align: center;
  line-height: 1.3em;
}
.contact .main > section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.contact .title {
  font-family: "Book Antiqua";
  font-style: italic;
  border: none;
  width: 40%;
}
.contact .text {
  width: 60%;
  font-family: "Book Antiqua";
  font-style: italic;
  font-size: 1em;
  line-height: 2em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact .title,
  .contact .text {
    width: 100%;
    text-align: left;
    margin-left: 10px;
  }
}
.section {
  background-color: #333;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition-duration: 3s;
  -o-transition-duration: 3s;
  -ms-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -webkit-transition-duration: 3s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-caption {
  font-size: 4em;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 300px;
  z-index: 999999;
  left: auto;
  right: auto;
}
.search-title {
  font-size: 1.6em;
  font-style: italic;
  color: #ff7800;
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: -20px;
}
.search-result {
  margin: 0 80px;
}
.search-result li {
  width: 100%;
  float: left;
  padding: 20px 0;
  list-style: circle;
  font-size: 1.2em;
  border-bottom: #ebebeb thin solid;
}
.search-result li a {
  width: 80%;
  display: block;
  float: left;
}
.search-result li a:hover {
  color: #ff7800;
}
.search-result span {
  width: 20%;
  color: #999999;
  font-size: 0.8em;
  text-align: right;
  float: left;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  text-indent: 1em;
  font-family: monospace;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 10px;
}

.required {
  position: absolute;
  color: red;
  left: 10px;
}

.form-control::placeholder {
  color: rgb(145, 157, 173);
}

.main img {
  width: 100%;
  height: auto;
}
.img90 img {
  width: 90% !important;
  height: auto !important;
  margin-right: 5%;
  margin-left: 5%;
}
.width100 img {
  width: 100% !important;
  height: auto !important;
}

.newsdetail {
  background-image: url(../images/newsdetail-bg.jpg);
  background-repeat: no-repeat;
}

.desc-section-cls {
  width: 100%;
  background-color: #f6f6f6;
}
.desc-section-cls > p {
  color: #ff7800;
  font-weight: bold;
  font-size: 1.6em;
}
.desc-section-cls > p::before {
  content: "•";
  margin: 0 5px;
}
.desc-section-cls > section {
  padding: 0 24px;
  width: 100%;
}
.desc-section-cls > section > span {
  display: inline-block;
  margin: 20px 0;
}
.desc-section-cls > section > img {
  object-fit: contain;
  width: 100%;
}

.media_news_con {
  width: 100%;
  margin: 0 auto;
}
.media_news_item_box {
  position: relative;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  padding: 0 30px;
  margin: 5px 0 30px;
}
.media_news_item {
  position: relative;
  box-shadow: 0 0 5px #ddd;
}
.media_video_item {
  box-sizing: border-box;
  padding: 8px;
}
.media_news_img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 70%;
  background: #fff;
  overflow: hidden;
}
.media_video_item .media_news_img {
  padding-bottom: 56.3%;
}
.media_news_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media_video_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.play_btn {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 100;
  cursor: pointer;
}
.play_btn {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: rgba(255, 255, 255, 0.7);
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 100;
  cursor: pointer;
}
.play_btn:hover {
  background: rgba(255, 255, 255, 0.9);
}
.play_btn_sig {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 25px solid rgba(0, 0, 0, 0.8);
  left: 31px;
  top: 23px;
}
.media_video_shadow .play_btn {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.media_video_item p {
  text-align: center;
  padding: 25px 15px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media_style_item:hover p {
  color: #eb621a;
}
.media_style_item:hover .media_style_shadow {
  opacity: 1;
}
.media_video_item:hover {
  background: url("../images/hover.png") no-repeat;
  background-size: 100% 100%;
}
.media_video_item:hover p {
  color: #fff;
}
.media_video_shadow .play_btn_sig {
  border-top: 12px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid rgba(0, 0, 0, 0.8);
  left: 20px;
  top: 14px;
}

@media (max-width: 767px) {
  .search-title {
    margin-left: 20px;
    margin-top: 20px;
  }
  .search-result li {
    padding: 15px 0;
  }
  .search-result {
    margin: 15px;
  }
  .search-result li a {
    width: 80%;
  }
  .search-result span {
    width: 20%;
  }
  .main img {
    width: 100%;
    height: 100%;
  }
  .media_news_item_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 30px;
  }
}
