  @charset "utf-8";
.m-nav-btn {
  display: none;
}
/*导航开始*/
.navbar-area {}
.navbar-light .navbar-brand img {
  float: left;
  margin-left: -15px
}
.sticky-nav { /*position:fixed;*/ top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  margin: auto;
  z-index: 999;
  background: #fff;
  -webkit-animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
  animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: .9s;
  transition: .9s;
  width: 100% !important
}
.sticky-nav .nav-top {
  width: 100%;
  border-radius: 0
}
.sticky-nav .main-nav {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}
.main-nav {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}
.main-nav .navbar {
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item {
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item .active, .main-nav nav .navbar-nav .nav-item:hover a {
  color: #337ab7;
}
.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #444;
  padding: 39px 20px 46px 20px;
  margin: 0;
}
.main-nav nav .navbar-nav .nav-item a i {
  font-size: 10px
}
.main-nav nav .navbar-nav .nav-item a :focus, .main-nav nav .navbar-nav .nav-item a:hover {
  color: #337ab7
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #337ab7 !important;
  background: #fff;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .7s;
  transition: .7s
}
.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #fff !important;
  padding-left: 0;
  padding-right: 0;
  width: 223px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 0
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  -webkit-transition: .7s;
  transition: .7s;
  font-size: 14px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #fff;
  background: #337ab7;
}
.mobile-nav .mean-container .mean-nav ul li a .active {
  color: #2ca6e0
}
.mean-container a.meanmenu-reveal {
  color: #373e58
}
.mean-container a.meanmenu-reveal span {
  background-color: #0057b0
}
.other-side .lang {
  float: right;
  margin-top: 8px;
  margin-right: 5px;
  display: block;
}
.other-side .lang a {
  color: #fff;
}
.other-side .lang img {
  margin-left: 10px;
}
.lang-mobile {
  display: none;
}
@media(max-width:990px){
	.other-side{display: none;}
	.home-banner{ margin-top: 70px;}
}
/*导航结束*/


.jinshuo-header .top-nav {}
.jinshuo-header .top-nav .nav-title {
  border-bottom: 1px solid #e5e8ea;
  padding-top: 8px;
  padding-bottom: 6px;
}
.jinshuo-header .top-nav .nav-title .nav-title-box {
  width: 1200px;
  margin: 0px auto;
}
.jinshuo-header .top-nav .nav-title .nav-title-box p {
  float: left;
  font-size: 14px;
  color: #999;
}
.jinshuo-header .top-nav .nav-title .nav-title-box div {
  float: right;
}
.jinshuo-header .top-nav .nav-title .nav-title-box div span {
  margin-left: 6px;
}
.jinshuo-header .top-nav .nav-title .nav-title-box div span a {}
.jinshuo-header .top-nav .nav-title .nav-title-box div span a img {}
.nav-navigation {
  width: 1200px;
  margin: 24px auto 24px auto;
}
.nav-navigation .jinshuo-logo {
  float: left;
}
.nav-navigation .jinshuo-logo img {}
.nav-navigation .header-nav {}
.nav-navigation .header-nav ul {
  float: left;
  margin-top: 12px;
  margin-left: 65px;
}
.nav-navigation .header-nav ul li {
  float: left;
  margin-left: 40px;
}
.nav-navigation .header-nav ul li a {
  font-size: 16px;
  color: #444444;
  transition: all 0.2s linear;
}
.nav-navigation .header-nav ul li a:hover {
  color: #0057b0;
}
.nva-phone {
  float: right;
}
.nva-phone span {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.nva-phone span img {}
.nva-phone p {
  float: right;
  font-size: 18px;
  color: #0057b0;
}
@media screen and (max-width:1200px) {
  .jinshuo-header .top-nav .nav-title .nav-title-box {
    width: 100%;
    margin: 0px auto;
  }
  .jinshuo-header .top-nav .nav-title .nav-title-box p {
    margin-left: 20px;
  }
  .jinshuo-header .top-nav .nav-title .nav-title-box div {
    margin-right: 20px;
  }
  .nav-navigation {
    width: 100%;
  }
  .nav-navigation .nva-phone {
    display: none;
  }
  .nav-navigation .jinshuo-logo {
    margin-left: 20px;
  }
}
@media screen and (max-width:980px) {
  .nav-navigation .header-nav ul {
    margin-top: 12px;
    margin-left: 30px;
  }
}
@media screen and (max-width:900px) {
  .nav-navigation .header-nav ul {
    margin-top: 12px;
    margin-left: 0px;
  }
  .nav-navigation .header-nav ul li {
    float: left;
    margin-left: 32px;
  }
}
@media screen and (max-width:820px) {
  .nav-navigation .header-nav ul li {
    float: left;
    margin-left: 24px;
  }
}
@media screen and (max-width:820px) {
  .jinshuo-header .top-nav .nav-title {
    /*display: none;*/
  }
  .nav-navigation {
    margin: 10px auto 0 auto;
  }
  .m-nav-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background: #0057b0;
    padding: 10px 0 10px 0;
  }
  .m-nav-btn a {
    color: #FFF;
  }
  .nav-navigation .header-nav ul {
    margin: 0px auto;
    background: #000;
    width: 100%;
    text-align: center;
    display: none;
  }
  .nav-navigation .header-nav ul li {
    float: none;
    margin-left: 0px;
    background: #0057b0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #FFF;
  }
  .nav-navigation .header-nav ul li a {
    color: #FFF;
    font-size: 14px;
  }
  .nav-navigation .jinshuo-logo {
    float: none;
    width: 70px;
    margin: 0 auto 10px auto;
  }
  .nav-navigation .jinshuo-logo img {
    width: 100%;
  }
}
.jinshuo-header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  background-color: #f5f5f5;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-button-prev {
  left: 80px;
}
.swiper-button-next {
  right: 80px;
}
@media screen and (max-width:820px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.fwfw {}
.fwfw .fwfw-title {
  text-align: center;
  color: #808080;
}
.fwfw .fwfw-title h1, .fwfw .fwfw-title h2, .fwfw .fwfw-title .h1, .fwfw .fwfw-title .h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 53px;
}
.fwfw .fwfw-title p {
  font-size: 16px;
  margin-top: 6px;
}
.fwfw .fwfw-content {
  width: 1240px;
  margin: 60px auto 60px auto;
}
.fwfw .fwfw-content .fwfw-container {
  width: 25%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box {
  width: 95%;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-img {
  overflow: hidden;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-img img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box:hover .fwfw-img img {
  transform: scale(1.2);
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text {
  padding: 30px 0 30px 0;
  background: #f5f5f5;
  margin: 0px auto;
  transition: all 0.2s linear;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box:hover .fwfw-text {
  background: #0057b0;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text a {
  font-size: 18px;
  font-weight: 700;
  color: #0057b0;
  transition: all 0.2s linear;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box:hover .fwfw-text a {
  color: #FFF;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #E2E2E2;
  margin: 20px auto 20px auto;
}
.fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text p {
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width:1200px) {
  .fwfw .fwfw-content {
    width: 96%;
    margin: 40px auto 60px auto;
  }
  .fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text p {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .fwfw .fwfw-content .fwfw-container {
    width: 50%;
  }
  .fwfw .fwfw-title h1, .fwfw .fwfw-title h2, .fwfw .fwfw-title .h1, .fwfw .fwfw-title .h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
  }
  .fwfw .fwfw-title p {
    font-size: 14px;
    margin-top: 6px;
  }
  .fwfw .fwfw-content {
    width: 96%;
    margin: 10px auto 30px auto;
  }
  .fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text {
    padding: 10px 0 10px 0;
  }
  .fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text a {
    font-size: 12px;
  }
  .fwfw .fwfw-content .fwfw-container .fwfw-container-box .fwfw-text span {
    margin: 10px auto 4px auto;
  }
}
.gywm {
  background: url("/images/gywm-bg.jpg");
  padding: 60px 0 60px 0;
  position: relative;
}
.gywm .gywm-title {
  text-align: center;
  color: #808080;
}
.gywm .gywm-title h1, .gywm .gywm-title h2, .gywm .gywm-title .h1, .gywm .gywm-title .h2 {
  font-size: 30px;
  font-weight: 400;
}
.gywm .gywm-title p {
  font-size: 16px;
  margin-top: 6px;
}
.gywm-text {
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 32px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.gywm a {
  display: block;
  width: 97px;
  height: 34px;
  border-radius: 97px;
  border: 1px solid #0057b0;
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 12px;
  color: #0057b0;
  line-height: 32px;
  position: relative;
  transition: all 0.2s linear;
}
.gywm a:hover {
  background: #0057b0;
  color: #FFF;
}
.gywm a span {
  position: absolute;
  right: 12px;
  top: -1px;
  font-size: 18px;
}
.gywm .gywm-bg-img01 {
  position: absolute;
  left: 0;
  top: 0;
}
.gywm .gywm-bg-img02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:1200px) {
  .gywm-text p {
    width: 96%;
    margin: 0px auto;
    font-size: 14px;
  }
  .gywm a {
    margin-top: 40px;
  }
}
@media screen and (min-width:768px) {
  .m-gywm-text {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .gywm {
    background: url(/images/gywm-bg.jpg);
    padding: 30px 0 30px 0;
    position: relative;
  }
  .gywm .gywm-title h1, .gywm .gywm-title h2, .gywm .gywm-title .h1, .gywm .gywm-title .h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .gywm .gywm-title p {
    font-size: 14px;
    margin-top: 6px;
  }
  .gywm-text {
    text-align: center;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 28px;
    margin-top: 20px;
    display: block;
  }
	.aboutImg{width:100%;}
  .gywm a {
    margin-top: 20px;
    font-size: 13px;
    line-height: 34px;
  }
  .gywm a span {
    top: 0px;
  }
  .m-gywm-text {
    text-align: center;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 22px;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    display: block;
  }
  .m-gywm-text p {}
}
.zzrz {
  padding: 60px 0 60px 0;
}
.zzrz .zzrz-title {
  text-align: center;
  color: #808080;
}
.zzrz .zzrz-title h1, .zzrz .zzrz-title h2, .zzrz .zzrz-title .h1, .zzrz .zzrz-title .h2 {
  font-size: 30px;
  font-weight: 400;
}
.zzrz .zzrz-title p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 60px;
}
.zzrz-content {
  width: 1240px;
  margin: 0px auto;
}
.zzrz-content .zzrz-container {
  width: 33%;
  float: left;
  margin-bottom: 22px;
}
.zzrz-content .zzrz-container .zzrz-container-box {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.zzrz-content .zzrz-container .zzrz-container-box img {
  width: 100%;
  transition: all 0.6s;
}
.zzrz-content .zzrz-container .zzrz-container-box img:hover {
  transform: scale(1.1);
}
.zzrz-content .zzrz-container .zzrz-container-box p {
  width: 100%;
  background: rgba(0, 0, 0, 0.37);
  padding: 2px 0 2px 0;
  font-size: 16px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width:1240px) {
  .zzrz-content {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .zzrz {
    padding: 30px 0 10px 0;
  }
  .zzrz .zzrz-title h1, .zzrz .zzrz-title h2, .zzrz .zzrz-title .h1, .zzrz .zzrz-title .h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .zzrz .zzrz-title p {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .zzrz-content .zzrz-container .zzrz-container-box p {
    font-size: 12px;
  }
  .zzrz-content .zzrz-container {
    width: 50%;
  }
}
.news {
  padding: 60px 0 40px 0;
  background: #f5f5f5 url("../images/news-bg.png") no-repeat;
  background-size: 100% 100%;
}
.xwzx {
  width: 1200px;
  margin: 0px auto;
}
.xwzx .hyzs {
  width: 50%;
  float: left;
}
.xwzx .hyzs .hyzs-title h2 a, .xwzx .hyzs .hyzs-title .h2 a {
  color: #808080;
}
.xwzx .hyzs .hyzs-title h2, .xwzx .hyzs .hyzs-title .h2 {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
}
.xwzx .hyzs .hyzs-title p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 40px;
  display: inline-block;
  color: #808080;
}
.hyzx-content {}
.hyzx-content .hyzx-recommend {
  overflow: hidden;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img {
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img img {
  transition: all 0.6s;
  width: 100%;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img img:hover {
  transform: scale(1.2);
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img .hyzx-recommend-time {
  width: 83px;
  height: 64px;
  color: #FFF;
  text-align: center;
  position: absolute;
  background: #0057b0;
  top: 0;
  left: 0;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img .hyzx-recommend-time span {
  font-size: 24px;
  display: block;
  margin-top: 6px;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-img .hyzx-recommend-time p {
  font-size: 13px;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-text {
  float: left;
  margin-left: 30px;
  width: 260px;
  overflow: hidden;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-text a {
  font-size: 18px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 26px;
  overflow: hidden;
  font-weight: 700;
  transition: all 0.2s linear;
}
.hyzx-content:hover > .hyzx-recommend > .hyzx-recommend-text > a {
  color: #0057b0;
}
.hyzx-content .hyzx-recommend .hyzx-recommend-text p {
  font-size: 14px;
  color: #666;
  width: 238px;
  margin-top: 30px
}
.hyzx-content .hyzx-recommend .hyzx-recommend-text .hyzx-move {
  font-size: 14px;
  color: #666;
  margin-top: 42px;
  display: block;
  font-weight: 400;
}
.hyzx-list {
  margin-top: 40px;
  cursor: pointer;
}
.hyzx-list .hyzx-list-time {
  float: left;
}
.hyzx-list .hyzx-list-time span {
  width: 57px;
  height: 46px;
  background: #CCC;
  color: #FFF;
  display: block;
  font-size: 30px;
  text-align: center;
  line-height: 44px;
}
.hyzx-list .hyzx-list-time p {
  width: 55px;
  height: 22px;
  border: 1px solid #CCC;
  line-height: 20px;
  text-align: center;
  color: #333;
}
.hyzx-list .hyzx-list-text {
  margin-left: 75px;
  width: 78%;
}
.hyzx-list .hyzx-list-text a {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  transition: all 0.2s linear;
}
.hyzx-list:hover > .hyzx-list-text > a {
  color: #0057b0;
}
.hyzx-list .hyzx-list-text p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xwzx .xwdt {
  width: 50%;
  float: left;
}
.xwzx .xwdt .hyzs-title h2 a, .xwzx .xwdt .hyzs-title .h2 a {
  color: #808080;
}
.xwzx .xwdt .hyzs-title p {
  color: #808080;
}
.xwzx .xwdt .hyzs-title h2, .xwzx .xwdt .hyzs-title .h2 {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}
.xwzx .xwdt .hyzs-title p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 40px;
  display: inline-block;
}
.xwdt-text {
  padding-bottom: 20px;
  border-bottom: 1px dashed #dbdbdb;
  overflow: hidden;
  margin-bottom: 20px;
}
.xwdt-text:nth-child(4) {
  border: none;
}
.xwdt-text .xwdt-img {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.xwdt-text .xwdt-img img {
  width: 100%;
}
.xwdt-text .xwdt-title {
  margin-left: 186px;
  overflow: hidden;
}
.xwdt-text .xwdt-title a {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s linear;
}
.xwdt-text:hover > .xwdt-title > a {
  color: #0057b0;
}
.xwdt-text .xwdt-title p {
  font-size: 14px;
  color: #666;
  margin-top: 22px;
}
@media screen and (max-width:1200px) {
  .xwzx {
    width: 99%;
    margin: 0px auto;
  }
  .xwzx .hyzs {
    width: 96%;
    float: none;
    margin: 0px auto;
  }
  .xwzx .xwdt {
    width: 96%;
    float: none;
    margin: 0px auto;
  }
  .xwzx .hyzs .hyzs-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .xwzx .hyzs .hyzs-title p {
    display: none;
  }
  .xwzx .xwdt .hyzs-title {
    margin-bottom: 40px;
  }
  .xwzx .xwdt .hyzs-title p {
    display: none;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-img .hyzx-recommend-time {}
  .hyzx-content .hyzx-recommend .hyzx-recommend-img {
    position: relative;
    float: left;
    width: 40%;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-img img {
    width: 100%;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text {
    width: 56%;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text p {
    width: 100%;
  }
  .xwzx .xwdt .hyzs-title {
    text-align: center;
    margin-top: 60px;
  }
}
@media screen and (max-width:900px) {
  .hyzx-content .hyzx-recommend .hyzx-recommend-text {
    width: 55%;
  }
}
@media screen and (max-width:768px) {
  .xwzx .hyzs .hyzs-title h2, .xwzx .hyzs .hyzs-title .h2 {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
  }
  .hyzx-list .hyzx-list-text a {
    font-size: 16px;
	  line-height: 25px;
	  height: 25px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  display: inline-block;
	  width:100%;
  }
}
@media screen and (max-width:720px) {
  .news {
    padding: 30px 0 1px 0;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-img {
    position: relative;
    float: left;
    width: 100%;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text {
    margin-top: 20px;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text a {
    font-size: 16px;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text p {
    margin-top: 10px;
  }
  .hyzx-content .hyzx-recommend .hyzx-recommend-text .hyzx-move {
    margin-top: 20px;
  }
  .hyzx-list {
    margin-top: 20px;
  }
  .xwzx .xwdt .hyzs-title h2, .xwzx .xwdt .hyzs-title .h2 {
    font-size: 18px;
  }
  .xwdt-text .xwdt-title a {
    font-size: 16px;
  }
  .xwzx .xwdt .hyzs-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .xwdt-text .xwdt-img {
    float: none;
    width: 100%;
  }
  .xwdt-text .xwdt-img img {
    width: 100%;
  }
  .xwdt-text .xwdt-title {
    margin-left: 0px;
    overflow: hidden;
  }
  .xwzx .hyzs .hyzs-title {
    margin-bottom: 20px;
  }
  .xwdt-text .xwdt-title a {
    margin-top: 15px;
  }
  .xwdt-text .xwdt-title p {
    margin-top: 12px;
  }
  .news {
    background: #f5f5f5 url(../images/news-bg2.png) no-repeat;
  }
}
.lxwm {
  padding: 60px 0 126px 0;
}
.lxwm .lxwm-title {
  text-align: center;
  color: #808080;
}
.lxwm .lxwm-title h1, .lxwm .lxwm-title h2, .lxwm .lxwm-title .h1, .lxwm .lxwm-title .h2 {
  font-size: 30px;
  font-weight: 400;
}
.lxwm .lxwm-title p {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 50px;
}
.lxwm-container {
  overflow: hidden;
}
.lxwm-container div {
  margin: -3px -3px -3px 0;
  width: 50%;
  height: 8px;
  display: inline-block;
}
.lxwm-container .lxwm-linear01 {
  background: #0057b0;
}
.lxwm-container .lxwm-linear02 {
  background: #17a03d;
}
.lxwm-map {}
.lxwm-map img {
  width: 100%;
}
.map-container {
  width: 100%;
  height: 600px;
  position: relative;
}
#allmap {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20
}
#panorama {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10
}
#result {
  width: 100%;
  font-size: 12px;
}
#result {
  position: absolute;
  left: 50%;
  margin-left: -204px;
  bottom: -86px;
  z-index: 100;
  width: auto;
}
#result a, #result input {
  width: 116px;
  height: 46px;
  background: #0057b0;
  color: #FFF;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  float: left;
  margin: 0px 15px 0px 15px;
  cursor: pointer;
}
#result a {
  display: block;
}
@media screen and (max-width:768px) {
  .lxwm {
    padding: 30px 0 106px 0;
  }
  .lxwm .lxwm-title h1, .lxwm .lxwm-title h2, .lxwm .lxwm-title .h1, .lxwm .lxwm-title .h2 {
    font-size: 18px;
  }
  .lxwm .lxwm-title p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #result {
    margin-left: -126px;
    bottom: -66px;
  }
  #result a, #result input {
    width: 76px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    margin: 0px 6px 0px 6px;
  }
  .map-container {
    height: 350px;
  }
  #allmap {
    height: 350px;
  }
  #panorama {
    height: 350px;
  }
}
.jinshuo-footer {
  background: #34373f;
  color: #FFF;
  padding: 60px 0 0 0;
}
.jinshuo-footer .footer-container {
  width: 1200px;
  margin: 0px auto;
}
.jinshuo-footer .footer-container .footer-contact {
  float: left;
  width: 35%;
  border-right: 1px solid #555966;
}
.jinshuo-footer .footer-container .footer-contact .footer-icon {
  margin-top: 14px;
}
.jinshuo-footer .footer-container .footer-contact .footer-icon:nth-child(1) {
  margin-top: 0px;
}
.jinshuo-footer .footer-container .footer-contact .footer-icon span {
  display: inline-block;
}
.jinshuo-footer .footer-container .footer-contact .footer-icon span img {}
.jinshuo-footer .footer-container .footer-contact .footer-icon p {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}
.jinshuo-footer .footer-container .footer-wx {
  float: left;
  width: 40%;
  border-right: 1px solid #555966;
  position: relative;
}
.jinshuo-footer .footer-container .footer-wx .wx-img {
  margin-left: 108px;
  float: left;
}
.jinshuo-footer .footer-container .footer-wx .wx-img img {
  width: 100%;
}
.jinshuo-footer .footer-container .wx-text {
  float: left;
  margin-left: 20px;
}
.jinshuo-footer .footer-container .wx-text p {
  font-size: 16px;
}
.jinshuo-footer .footer-container .wx-text > span {
  font-size: 16px;
}
.jinshuo-footer .footer-container .footer-wx .wx-text .wx-smgz {
  position: absolute;
  bottom: 0;
}
.jinshuo-footer .footer-container .footer-wx .wx-text .wx-smgz i {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.jinshuo-footer .footer-container .footer-wx .wx-text .wx-smgz i img {
  width: 100%;
}
.jinshuo-footer .footer-container .footer-wx .wx-text .wx-smgz span {}
.jinshuo-footer .footer-container .footer-nav {
  float: right;
}
.jinshuo-footer .footer-container .footer-nav ul {
  width: 300px;
}
.jinshuo-footer .footer-container .footer-nav ul li {
  font-size: 14px;
  float: right;
  margin-left: 20px;
  margin-bottom: 26px;
}
.jinshuo-footer .footer-container .footer-nav ul li a {
  color: #FFF;
  transition: all 0.2s linear;
}
.jinshuo-footer .footer-container .footer-nav ul li a:hover {
  color: #0057b0;
}
.footer-record {
  height: auto;
  background: #FFF;
  margin-top: 60px;
}
.record-box, .copr {
  clear: both;
  margin: 0px auto;
  text-align: center;
  width: 1200px;
  overflow: hidden;
  font-size: 12px;
}
.copr {
  color: #777;
  font-size: 12px;
  padding-bottom: 16px;
  margin-top: 20px;
}
.copr a {
  font-size: 12px;
  color: #999 !important;
}
.footer-record span {
  color: #999;
  line-height: 70px;
  font-size: 12px;
}
.record-left {
  float: left;
}
.record-right {
  float: right;
}
@media(max-width:990px){
	.copr { width:100%;}
}
@media screen and (max-width:1200px) {
  .jinshuo-footer .footer-container {
    width: 90%;
    margin: 0px auto;
  }
  .jinshuo-footer .footer-container .footer-nav {
    display: none;
  }
  .jinshuo-footer .footer-container .footer-wx {
    width: 50%;
    border-right: none;
  }
  .jinshuo-footer .footer-container .footer-contact {
    width: 49%;
  }
  .record-box {
    width: 96%;
  }
}
@media screen and (max-width:880px) {
  .jinshuo-footer .footer-container .footer-wx .wx-img {
    margin-left: 0px;
  }
  .jinshuo-footer .footer-container .footer-contact .footer-icon p {
    font-size: 14px;
  }
}
@media screen and (max-width:720px) {
  .jinshuo-footer {
    background: #34373f;
    color: #FFF;
    padding: 50px 0 0 0;
  }
  .jinshuo-footer .footer-container .footer-contact {
    width: 100%;
  }
  .jinshuo-footer .footer-container {
    text-align: center;
  }
  .jinshuo-footer .footer-container .footer-wx {
    width: auto;
    border-right: none;
    float: none;
    display: inline-block;
  }
  .jinshuo-footer .footer-container .footer-contact .footer-icon {
    text-align: left;
    width: 288px;
    margin: 10px auto 0px auto;
  }
  .jinshuo-footer .footer-container .wx-text p {
    text-align: left;
  }
  .jinshuo-footer .footer-container .footer-contact {
    border-right: none;
    border-bottom: 1px solid #555966;
    padding-bottom: 40px;
  }
  .jinshuo-footer .footer-container .footer-wx {
    margin-top: 40px;
  }
}
@media screen and (max-width:680px) {
  .record-box {
    overflow: hidden;
  }
  .record-left {
    float: none;
    margin: 0px auto;
    display: block;
    margin-top: 10px;
  }
  .record-right {
    float: none;
    margin: 0px auto;
    display: block;
  }
  .footer-record {
    text-align: center;
  }
  .footer-record span {
    line-height: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width:410px) {
  .record-left {}
  .footer-yyzz {
    display: block;
  }
  .record-right {
    margin-bottom: 10px;
  }
  .jinshuo-footer .footer-container .footer-wx .wx-img {
    margin-left: 0px;
  }
  .jinshuo-footer {
    background: #34373f;
    color: #FFF;
    padding: 30px 0 0 0;
  }
  .footer-record {
    margin-top: 30px;
  }
  .jinshuo-footer .footer-container .footer-contact {
    padding-bottom: 30px;
  }
  .jinshuo-footer .footer-container .footer-wx {
    margin-top: 30px;
  }
}
.sidebar {
  float: left;
  width: 240px;
  padding-top: 24px;
}
.main {
  padding: 30px 0 0 270px;
}
.ctit h3 {
  font-size: 16px;
  color: #FFF;
  line-height: 42px;
  border: 1px solid #0057b0;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 20px;
  margin-top: 2px;
  background: #0057b0;
}
.bPosition {
  background: #0057b0;
  line-height: 36px;
  padding: 0 16px;
  color: #EEE;
  margin-bottom: 16px;
}
.bPosition a {
  color: #FFF !important;
}
.pcon_l {}
.pcon_l img {
  display: block;
  margin: 0px auto;
  width: 600px;
}
.pcon_r {
  padding: 0 230px 0 230px;
}
@media(max-width:990px){
.pcon_r {
	padding: 0 0px 0 0px;
	width:100%;
	}
	.pcon_l img { width:100%;}
}
h1.pd-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  color: #4a4a4a;
  padding-top: 15px;
  line-height: 24px;
  border-top: 1px solid #E4E2E2;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
}
.pcon_r .pcon_info {
  line-height: 30px;
  color: 333;
}
.pcon_r .p_more {
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
}
.pcon {
  padding-top: 30px;
  float: left;
  width: 100%;
}
 .tit {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin-top: 20px;
  background: #eee;
  color: #000;
  font-size: 18px;
}
.pcon .pinfo {
  display: block;
  line-height: 24px;
  padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
  max-width: 100%;
  margin: 0px auto;
}
.acon {
  float: left;
  width: 100%;
}
.acon .pinfo {
  display: block;
  line-height: 24px;
  padding: 20px 0 30px 20px;
}
.proIntro {
  color: #999;
  padding: 10px 10px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
.prosubmenu li {
  float: left;
  width: 32%;
  line-height: 24px;
}
.prosubmenu {
  padding: 3px 0 0 10px;
}
.sf-menu {
  display: table;
  width: 241px;
  margin: 0px auto;
  padding-bottom: 20px;
  border: 5px solid #eee;
  position: relative;
}
.sf-menu li {
  clear: both;
  border-bottom: 1px solid #eee;
  position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
  display: block;
  color: #0a4da6;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  padding: 9px 0 6px 14px;
}
.sf-menu li a:hover {
  background-color: #f2f2f2
}
.sf-menu li li {
  clear: both;
  text-transform: capitalize;
  margin: 0px auto;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
  background: #0057b0;
}
.sf-menu li li.LiLevel2 a {
  line-height: 26px;
}
.sf-menu li li.LiProDetail a {
  width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
  display: block;
  line-height: 20px;
  color: #FFF;
  padding: 6px 0 4px 0px;
  text-decoration: none;
  font-size: 12px;
  padding-left: 18px;
  font-weight: normal;
}
.sf-menu li li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #555;
}
ul.sf-menu ul {
  display: none;
}
.sf-menu li:hover ul {
  display: block
}
ul.sf-menu ul ul {
  position: absolute;
  top: 0px;
  margin: 0px;
  visibility: hidden;
  border: 0px;
  border-radius: 0px;
  border-left: 0px;
  z-index: 999999
}
.sf-menu li li:hover {
  opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 3px 12px;
  text-indent: 8px;
}
ul.pro-menu {
  margin-top: -1px;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
  visibility: visible;
  margin: 0px;
  padding: 0px;
}
ul.sf-menu li.Level1 > a {
  background: url(/images/pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
  display: table;
  width: 220px;
  margin: 0px auto;
  padding-bottom: 20px;
}
.sf-menu1 li {
  clear: both;
  border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
  display: block;
  color: #0a4da6;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  background: url(/images/pico.png) 3px 15px no-repeat;
  padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
  background-color: #f2f2f2
}
.sf-menu1 li li {
  clear: both;
  text-transform: capitalize;
  margin: 0px auto;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
  background: url(/images/icon01.gif) no-repeat 8px 11px;
  line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
  background: url(/images/ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
  display: block;
  line-height: 20px;
  color: #777;
  padding: 2px 0 4px 0px;
  text-decoration: none;
  font-size: 12px;
  padding-left: 18px;
  font-weight: normal;
}
.sf-menu1 li li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #555;
}
ul.sf-menu1 ul {
  visibility: visible
}
ul.sf-menu1 ul ul {
  position: absolute;
  left: 220px;
  width: 220px;
  top: 0px;
  margin: 0px;
  visibility: hidden;
  border: 0px;
  border-radius: 0px;
  border-left: 0px;
  z-index: 999999
}
.sf-menu1 li li li {
  background: #FFF;
  padding: 0px;
}
.sf-menu1 li li:hover {
  opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
  text-decoration: none;
  background: url(/images/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 3px 12px;
  text-indent: 8px;
}
ul.pro-menu {
  margin-top: -1px;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
  background: url(/images/pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
  display: table;
  width: 220px;
  margin: 0px auto;
  padding-bottom: 20px;
}
.sf-menu2 li {
  clear: both;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
  display: block;
  color: #0a4da6;
  color: #333;
  line-height: 24px;
  font-size: 16px;
  background: url(/images/pico.png) 3px 15px no-repeat;
  padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
  background-color: #f2f2f2
}
.sf-menu2 li li {
  clear: both;
  text-transform: capitalize;
  margin: 0px auto;
  position: relative;
  border-bottom: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #FFF;
}
.sf-menu2 li li.LiLevel2 a {
  background: url(/images/icon01.gif) no-repeat 8px 13;
  line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
  background: url(/images/ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
  display: block;
  line-height: 20px;
  color: #777;
  padding: 6px 0 4px 0px;
  text-decoration: none;
  font-size: 12px;
  padding-left: 18px;
  font-weight: normal;
}
.sf-menu2 li li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #555;
}
ul.sf-menu2 ul {
  display: none;
}
.sf-menu2 li:hover ul {
  display: block
}
ul.sf-menu2 ul {
  position: absolute;
  left: 220px;
  width: 220px;
  top: 0px;
  margin: 0px;
  visibility: hidden;
  border: 0px;
  border-radius: 0px;
  border-left: 0px;
  z-index: 999999;
  background: #EEE;
}
.sf-menu2 li li li {
  background: #FFF;
  padding: 0px;
}
.sf-menu2 li li:hover {
  opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
  text-decoration: none;
  background: url(/images/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 3px 12px;
  text-indent: 8px;
}
ul.pro-menu {
  margin-top: 0px;
  position: absolute;
  padding: 0px;
  text-transform: capitalize;
  left: 231px;
  top: 0px;
  z-index: 999;
}
ul.sf-menu2 li:hover > ul {
  visibility: visible;
  margin: 0px;
  padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
  background: url(/images/pico1.png) 3px 15px no-repeat;
}
.lsec {
  margin-top: 10px;
  width: 240px;
  border: 5px solid #eee;
  padding: 15px;
}
.mySwiper.swiper {
  width: 100%;
  height: 100%;
  margin-top: 25px;
  overflow: hidden;
}
.mySwiper.swiper .swiper-slide {}
.mySwiper.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper.swiper .swiper-slide p {
  line-height: 30px;
  text-align: center;
}
.mySwiper.swiper .swiper-pagination{ position: relative;}
@media screen and (max-width:1266px) {
  .procate_tit {
    display: none;
  }
  .procatefenleiimg {
    display: none;
  }
}
@media screen and (min-width:1004px) {
  .top .fl {
    min-width: 690px;
    overflow: hidden;
  }
  .pro_lb1 li:nth-child(4n+5) {
    clear: both
  }
}
@media screen and (max-width:1004px) and (min-width:960px) {
  .top .fl {
    float: none;
    clear: both;
    max-width: 100%;
  }
  .col2 {
    width: 27%
  }
  .col3 {
    width: 28%
  }
  .pro_lb1 li {
    width: 33.33%;
  }
  .pro_lb1 li:nth-child(3n+4) {
    clear: both
  }
}
@media screen and (max-width:960px) and (min-width:640px) {
  .logo {
    float: none;
    width: 100%;
    text-align: center
  }
  .head-text, .top .fr .xyz {
    display: none;
  }
  .logo img {
    max-height: 70px;
  }
  .prolist li {
    float: left;
    width: 98%;
    height: 200px;
    border: 1px solid #dddada;
    margin: 15px 0.8%;
  }
  .hotpro li {
    width: 50%;
  }
  .tnew, .lnew {
    float: none;
    width: 100%;
    clear: both
  }
  #nav .fl, #nav .fr {
    display: block;
  }
  #nav ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
  }
  #nav {
    height: 60px;
    position: relative;
  }
  .col1 {
    width: 50%;
  }
  .col2 {
    width: 262px;
    padding-right: 15px;
    float: right;
  }
  .col3 {
    padding-left: 15px;
    clear: both
  }
  .pro_lb1 li {
    width: 50%;
  }
  .pro_lb1 li:nth-child(2n+3) {
    clear: both
  }
  .pcon_r {
    word-break: break-word;
  }
  .newslist li a {
    width: 75%;
  }
  #nav li#liHome {
    border-left: 0px;
  }
}
@media screen and (max-width:960px) and (min-width:700px) {
  .pcon_l {
    float: none;
    width: 402px;
    margin: 0px auto;
    overflow: hidden;
  }
  .pcon_r {
    padding-left: 0px;
  }
  .pcon_r .pd-title, .pcon_r .pcon_info {
    padding-left: 20px;
  }
  .pcon_r .p_more {
    margin-left: 20px;
  }
  .zoomdiv, .jqZoomPup {
    display: none !important
  }
  .rnews li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .newcon .prev, .newcon .next {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
  #nav li#liHome {
    border-left: 0px;
  }
}
@media screen and (max-width:700px) and (min-width:480px) {
  .pcon_l {
    float: none;
    width: 400px;
    margin: 0px auto;
    overflow: hidden
  }
  .pcon_r {
    padding-left: 12px;
  }
  .zoomdiv, .jqZoomPup {
    display: none !important
  }
  .newslist li a {
    width: 75%;
  }
  .rnews li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
  }
  .newcon .prev, .newcon .next {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
  #nav li#liHome {
    border-left: 0px;
  }
}
@media screen and (max-width:640px) {
  .top .fl, .top .fr {
    float: none;
    width: 100%;
    margin-top: 0px;
  }
  .tnew, .lnew {
    float: none;
    width: 100%;
    clear: both
  }
  .hotpro li {
    float: left;
    width: 50%;
  }
  .hotpro li.hotpro li .p_more {
    display: none
  }
  .tnew .tbox {
    height: 160px;
  }
  .tnew p {
    max-height: 106px;
  }
  .ttext {
    padding: 0 12px 0 172px;
  }
  .tnew img {
    width: 160px;
  }
  .prolist li {
    float: none;
    width: 98%;
    height: 160px;
  }
  .propic {
    height: 160px;
    width: 160px;
    text-align: center
  }
  .propic img {
    max-height: 160px;
    max-width: 160px;
  }
  .protext {
    padding: 0 12px 0 180px;
    font-size: 12px;
  }
  .protext h3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .protext p {
    max-height: 40px;
    overflow: hidden;
  }
  .p_more {
    margin: 16px 0;
    display: inline-block;
    min-width: 85px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
  }
  .col1, .col2 {
    display: none;
  }
  .col3 {
    float: none;
    width: auto;
    margin: 0px;
    padding: 0px;
  }
  .col3 h3 {
    text-indent: 15px;
  }
  .col4 {
    float: left;
  }
  .ccs {
    word-break: break-word;
    word-wrap: break-word;
    padding: 0 15px;
  }
  .col4 {
    float: left;
    padding-left: 15px;
  }
  .pro_lb1 li {
    width: 50%;
  }
  .sidebar {
    float: none;
    width: 100%;
    padding-top: 12px;
  }
  .main {
    padding: 6px 0 0 0px;
  }
  .sf-menu {
    display: table;
    width: 96%;
    margin: 0px auto;
    padding-bottom: 20px;
  }
  .lsec {
    margin-top: 10px;
    width: 96%;
    border: 5px solid #eee;
    padding: 15px;
    margin: 10px auto;
  }
  ul.sf-menu ul ul {
    display: none !important;
  }
  .ctit h3 {
    text-indent: 10px;
  }
  .newcon .prev, .newcon .next {
    float: none;
    width: 100%;
    margin: 0px auto;
  }
  .newcon {
    padding: 0 12px;
  }
  .procate_tit {
    display: none;
  }
  .procatefenleiimg {
    display: none;
  }
}
h1, .h1 {
  text-transform: capitalize;
}
.pro_lb0 {
  float: left;
  width: 100%
}
.pro_lb0 li {
  clear: both;
  border-bottom: 1px solid #EEE;
  padding: 8px 12px 8px 0;
}
.pro_lb0 li:hover {
  background: #FFFcf3;
}
.pro_lb0 .fl {
  float: left;
  width: 26.5%;
  margin-right: 2%;
}
.pro_lb0 .pimg {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #EEE;
  padding: 2px;
  overflow: hidden;
}
.pro_lb0 img {
  display: block;
  width: 100%;
}
.pro_lb0 .protxt {
  float: right;
  width: 71%;
  line-height: 20px;
  margin: 0px;
  padding: 6px 0 0;
}
.pro_lb0 .pinfo {
  display: block;
  font-size: 15px;
  color: #777;
  max-height: 90px;
  overflow: hidden;
  line-height: 28px;
}
.pro_lb0 strong {
  display: block;
  max-height: 38px;
  font-size: 14px;
  padding: 4px 0 6px 0;
  overflow: hidden
}
.pro_lb0 strong a {
  color: #333;
  font-size: 18px;
}
.pro_lb0 strong a:hover {
  color: #56ce3f
}
.pro_lb0 h3 {
  display: block;
  max-height: 34px;
  font-size: 14px;
  padding: 4px 0 6px 0;
  margin-bottom: 5px;
  overflow: hidden
}
.pro_lb0 h3 a {
  color: #333;
}
.pro_lb0 h3 a:hover {
  color: #0057b0;
}
.pro_lb1 h3 {
  font-weight: normal;
}
.pro_lb0 span {
  display: block;
}
.pro_lb1 {
  float: left;
  padding-top: 10px;
  width: 100%;
}
.pro_lb1 p {
  line-height: 24px;
}
.pro_lb1 li {
  float: left;
  width: 25%;
}
.pro_lb1 li .pp_box {
  margin: 15px 12px;
}
.pro_lb1 li a {
  display: block;
  position: relative;
}
.pro_lb1 li a img {
  width: 100%;
}
.pro_lb1 li a .text {
  width: 100%;
  height: 60px;
  background: #8f8f8f;
  position: absolute;
  z-index: 1;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pro_lb1 li a .tex {
  width: 100%;
  height: 40px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  color: #FFF;
}
.pro_lb1 li a:hover .text {
  background: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pro_lb1 .li0 {
  padding-right: 0;
}
@media screen and (max-width:640px) {
  .pro_lb0 .fl {
    width: 100%;
    margin-bottom: 15px;
  }
  .pro_lb0 img {
    width: auto;
    max-width: 100%;
    margin: 0px auto;
  }
  .pro_lb0 .protxt {
    width: 100%;
  }
}
.pages {
  text-align: center;
  font-size: 12px;
  padding: 15px 0 20px 0;
  color: #b2b2b2;
  clear: both
}
.pages a, .pages span {
  display: inline-block;
  margin: 1px 5px;
  min-width: 10px;
  height: 30px;
  padding: 0px 10px;
  line-height: 30px;
}
.pages a:link, .pages a:visited {
  color: #666;
  background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
  color: #FFF;
  background: #333;
  color: #FFF;
  text-decoration: none
}
.newslist {
  margin: 12px auto 12px auto;
  float: left;
  width: 100%;
}
.newslist ul {
  padding-right: 16px
}
.newslist li {
  text-align: right;
  height: 36px;
  background: url(/images/arrow-list.gif) 8px 10px no-repeat;
  border-bottom: 1px dashed #ddd;
  line-height: 32px;
  color: #888;
  overflow: hidden
}
.newslist li a {
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  text-align: left;
  text-indent: 6px;
}
.newslist li a:hover {
  color: #d22720;
  text-decoration: underline
}
.rnews, .rollPro {
  margin: 0px auto;
}
.rnews h3, .rollPro h3 {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0 12px 0;
  color: #333;
  font-weight: normal;
  height: 30px;
  margin-bottom: 10px;
}
.rnews li {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
}
.rnews li a {
  display: block;
  white-space: nowrap;
  margin-right: 3%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #333;
  border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
  color: #0057b0;
}
.rollPro {
  height: 220px;
  margin-bottom: 30px;
  clear: both;
}
.rollPro .Cont {
  width: 94%;
  overflow: hidden;
  margin: 0px auto;
}
.rollPro .ScrCont {
  width: 2500px;
}
.rollPro .pic {
  position: relative;
  width: 170px;
  height: 160px;
  margin: 0 3px;
  border: 1px solid #EEE;
  text-align: center;
}
.rollPro .pbox img {
  max-width: 162px;
  height: auto;
}
.rollPro .pbox {
  width: 100%;
  height: 120px;
  text-align: center;
}
.rollPro p {
  height: 42px;
  overflow: hidden;
  line-height: 20px;
  position: absolute;
  bottom: -13px;
  text-align: center;
  width: 100%;
  padding-top: 0px !important;
}
.rollPro p a {
  display: inline-block;
  width: 100%;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
  float: left;
}
.rollPro .wen_jt {
  width: 24px;
  padding-top: 45px;
}
.newcon {
  padding-top: 28px;
}
.newcon .tit {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.newcon .time {
  line-height: 30px;
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  font-size: 12px;
  color: #999;
  width: 160px;
  margin: 0px auto;
  text-align: center;
}
.newcon p {
  color: #666;
  padding-top: 20px;
  line-height: 24px;
}
.pinfo {
  font-size: 14px;
}
.newcon .pn {
  padding: 12px 0 0 0;
  min-height: 59px;
}
.newcon .prev, .newcon .next {
  float: left;
  font-size: 16px;
  padding: 6px 0;
  width: 48%;
  white-space: nowrap;
  margin-right: 2%;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 43px;
}
.newcon .prev a, .newcon .next a {
  color: #333;
}
.newcon .prev a:hover, .newcon .next a:hover {
  color: #0057b0;
}
.newcon .next {
  margin-right: 0;
}
.buybtn {
  clear: both;
  width: 200px;
  height: 40px;
  margin: 20px 0 0 0;
  text-align: left;
  line-height: 40px;
}
.buybtn a {
  display: inline-block;
  padding: 0 15px;
  color: #FFF;
  height: 40px;
  background: #0a4da6;
  border-radius: 2px;
  font-size: 18px;
}
.buybtn a:hover {
  background: #145cbc;
  color: #FFF;
  border-radius: 2px;
}
.pshare {
  float: left;
  padding: 8px 0 0 0;
}
.jsshare {
  text-align: center;
  padding-top: 8px;
}
.pshare li {
  float: left;
  width: 48%;
  height: 28px;
  line-height: 28px;
}
.pshare li img {
  vertical-align: middle;
  margin-right: 12px;
}
.jsshare span.stxt {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px 0 0;
  position: relative
}
.jsshare a, .jsshare a img {
  width: 35px;
  vertical-align: middle
}
.addthis_sharing_toolbox {
  display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
}
.p_more {
  margin: 16px 0;
  display: inline-block;
  min-width: 85px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #FFF !important;
}
.mmv {
  background-color: #0057b0;
  padding: 0px 13px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
  transform: translateZ(0px);
  transition-property: color;
  transition-duration: 0.5s;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: color;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.mmv::before {
  background-color: rgb(25, 38, 52);
  transform-origin: 0% 50%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: -1;
  content: "";
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: transform;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
}
.mmv:hover {
  color: white;
  text-decoration: underline
}
.mmv:focus {
  color: white;
}
.mmv:active {
  color: white;
}
.mmv:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
}
.mmv:focus::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
}
.mmv:active::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scaleX(1);
}
.dropdown:hover ul {
  display: block
}
.subscribe {
  margin-top: 19px;
}
.inner-banner {
  width: 100%;
}
@media(max-width:990px) {
  .inner-banner {
    padding-top: 70px;
  }
}
.inner-banner img {
  width: 100%;
}
.lsec_tit {
  margin-top: 20px;
}
.ejfl {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: normal;
}
#xyz {
  right: 0;
  top: 10px;
}
.navigation-bar .container {
  position: relative;
}
@media (max-width:960px) {
  #xyz {
    display: none;
  }
}
.ptit {
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #eee;
  color: #000;
  font-size: 18px;
}
.rollPro1 {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.rollPro1 li {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
}
.rollPro1 li a {
  color: #333;
}
.rollPro1 li:nth-of-type(3n) {
  margin-right: 0%;
}
.rollPro1 li .pbox {
  border: 1px solid #E2E2E2;
  padding: 4px;
  height: 180px;
}
.rollPro1 li .pbox img {
  max-width: 100%;
  max-height: 170px;
}
.rollPro1 li p {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin: 10px auto;
}
.pro-body {
  margin-bottom: 10px;
}
.table {
  border-collapse: collapse;
}
.table td, .table th {
  border: 1px solid #CDCDCD;
  padding: 5px;
}
.table p {
  padding: 0px;
  margin: 0px;
}
.pshare {
  float: left;
  padding: 8px 0 0 0;
}
.jsshare {
  text-align: center;
  padding-top: 8px;
}
.pshare li {
  float: left;
  width: 48%;
  height: 28px;
  line-height: 28px;
}
.pshare li img {
  vertical-align: middle;
  margin-right: 12px;
}
.jsshare span.stxt {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px 0 0;
  position: relative
}
.jsshare a, .jsshare a img {
  width: 35px;
  vertical-align: middle
}
.addthis_sharing_toolbox {
  display: inline-block
}
.pdown1 #A_DownLoadProduct {
  display: inline-block;
  clear: both;
  height: 32px;
  margin: 16px 0 0 0;
  line-height: 32px;
  background: url(/images/down1_2.png) right top no-repeat;
  padding-right: 50px
}
.pdown1 #A_DownLoadProduct span {
  display: inline-block;
  height: 32px;
  background: url(/images/down1_1.png)no-repeat;
  padding: 0 0 0 16px;
}
.pdown2 #A_DownLoadProduct, .pdown3 #A_DownLoadProduct, .pdown4 #A_DownLoadProduct {
  display: inline-block;
  clear: both;
  height: 45px;
  margin: 16px 0 0 0;
  line-height: 45px;
  padding-right: 45px
}
.pdown2 #A_DownLoadProduct span, .pdown3 #A_DownLoadProduct span, .pdown4 #A_DownLoadProduct span {
  display: inline-block;
  height: 45px;
  background: url(/images/down2_1.png)no-repeat;
  padding: 0 12px 0 16px;
}
.pdown2 #A_DownLoadProduct {
  background: url(/images/down2_2.png) right top no-repeat;
}
.pdown3 #A_DownLoadProduct {
  background: url(/images/down2_3.png) right top no-repeat;
}
.pdown4 #A_DownLoadProduct {
  background: url(/images/down2_4.png) right top no-repeat;
}
.proCateTags {
  clear: both;
  padding: 0 10px 8px 10px;
  margin: 0px 10px;
  border: 1px solid #EEE;
  border-radius: 5px;
}
.proCateTags h3 {
  font-size: 14px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
}
.keywords {
  margin: 12px auto;
}
.keywords a {
  margin-right: 10px;
  color: #2e66b5;
  line-height: 1.8;
  text-decoration: underline;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.keywords a:hover {
  text-decoration: none;
}
.footlinks {
  clear: both;
  margin: 0px auto;
  padding: 5px 5%;
  height: auto;
  font-size: 9pt;
  line-height: 140%;
  color: #777;
  text-align: center;
  background: #FFF;
}
.footlinks a:link, .footlinks a:visited {
  font-size: 9pt;
  line-height: 140%;
  color: #777;
  margin-right: 3px;
}
.footlinks a:hover {
  color: #0057b0;
}
.prevNext a {
  display: inline-block;
  color: #0057b0;
}
.prevNext a:hover {
  text-decoration: underline;
}
.feedback {
  clear: both;
  margin: 0px auto;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}
.submita {
  margin: 16px auto;
  display: inline-block;
  padding: 0 18px !important;
  line-height: 22px;
  background: #ff9c00;
  border: 0px;
  height: 24px;
  color: #FFF;
  cursor: pointer;
  font-size: 16px;
}
.xh {
  color: #f00;
  padding: 0 3px;
}
#feedbackForm {
  margin: 20px 0px 0px 0px;
}
#feedbackForm .text {
  width: 300px;
  height: 26px;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  line-height: 26px;
  padding: 0px 0px 0px 5px;
  border: 1px solid #CCC;
  background: none;
}
#feedbackForm .lable {
  padding: 10px 12px 0px 0px;
  line-height: 30px;
  height: 30px;
  text-align: right;
}
#feedbackForm .atextarea {
  float: left;
  border: 1px solid #CCC;
  height: 100px;
  width: 305px;
  ont-size: 12px;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
  background: none;
}
#feedbackForm .smtcss {
  padding-right: 112px;
  text-align: center;
}
.table {
  border-collapse: collapse;
}
.table td, .table th {
  border: 1px solid #CDCDCD;
  padding: 5px;
}
.table p {
  padding: 0px;
  margin: 0px;
}
.e_mobile {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: url(/images/emobile.png) 0px -50px no-repeat;
  text-indent: 25px;
}
.YqbYears {
  vertical-align: middle;
  padding-left: 8px;
  margin-top: -6px;
}
@media only screen and (max-width:640px) {
  .pro_lb0 img {
    width: 100%;
  }
  .pro_lb0 li p strong {
    width: 90vw;
  }
  .acon .pinfo {
    padding: 0 !important;
  }
  .acon .pinfo {
    padding: 0 !important;
  }
  .feedbackForm {
    overflow: hidden;
  }
  .feedbackForm tr td {
    width: 20.5942vw !important;
    display: block;
    float: left;
  }
  .feedbackForm tr td input {
    width: 65.2173vw !important;
  }
  .feedbackForm tr td .atextarea {
    width: 65.2173vw !important;
  }
  #feedbackForm .smtcss {
    padding-right: 74.8792vw !important;
  }
  .submita {
    font-size: 14px;
    width: 64px;
    margin-left: 21vw;
  }
  .navbar .logo img {
    width: 80%;
  }
}
.dropdown-menu {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.dropdown-menu > li {
  width: 100%;
}
.dropdown-menu > li > a {
  line-height: 42px;
  width: 100%;
  display: block;
}
.dropdown-menu > li {
  margin-left: 0 !important;
}
.acon .pinfo p {
  font-size: 18px;
  line-height: 32px;
  text-indent: 32px;
}