/*------style.css  start------*/
/*less*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.full {
  width: 100%;
  height: 100%;
}
.box {
  display: inline-block;
}
.none {
  display: none;
}
a:hover {
  text-decoration: none;
  color: #ca1c28;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}
@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}
a {
  text-decoration: none;
}
/*container*/
.container {
  width: 69%;
  min-width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
}
.wrap1200 {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
/*header*/
.top {
  width: 100%;
  height: 114px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000000000000000000000;
}
.top .logo {
  float: left;
  margin-top: 30px;
  font-size: 0px;
}
.nav {
  float: right;
  line-height: 64px;
  margin-top: 18px;
}
.navul li {
  float: left;
  height: 64px;
  margin-left: 33px;
  position: relative;
}
.navul li > a {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 36px;
}
.navul li.cur > a {
  color: #000;
}
.navul li > a:hover {
  color: #000;
}
.navul li .nav_son {
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 50%;
  top: 64px;
  z-index: 100;
  margin-left: -60px;
  width: 120px;
  font-size: 16px;
  background: #ff5050;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}
.navul li .nav_son a {
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  color: #fff;
  display: block;
  line-height: 34px;
}
.navul li .nav_son a:hover {
  color: #ffffff;
  background: #111111;
}
.navul li .line {
  width: 0px;
  height: 3px;
  position: absolute;
  top: 66px;
  left: 0px;
  background: #008b92;
}
.navul li:hover .line {
  width: 100%;
}
.navul li:hover .nav_son {
  display: block;
}
.nav .search {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.nav .search input {
  padding: 0 0px 0 17px;
  width: 180px;
  height: 32px;
  background: #f3f3f3;
  border-radius: 16px;
  border: none;
  float: left;
  outline: none;
}
.nav .search .search-btn {
  width: 47px;
  height: 32px;
  background: #ff5050;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav .search .search-btn img {
  position: absolute;
  left: 15px;
  top: 8px;
}
/*banner*/
#indexbanner {
  overflow: hidden;
  position: relative;
  margin-top: 114px;
}
#indexbanner .bx-controls {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 70;
  width: 100%;
  color: rgba(0, 0, 0, 0);
}
#indexbanner .bx-controls .bx-pager {
  text-align: center;
}
#indexbanner .bx-controls .bx-pager div {
  display: inline-block;
  margin: 0 2px;
}
#indexbanner .bx-controls .bx-pager div a {
  display: block;
  width: 30px;
  height: 4px;
  overflow: hidden;
  line-height: 50px;
  background-color: #ffffff;
}
#indexbanner .bx-controls .bx-pager div a.active {
  width: 60px;
  background-color: #c9151e;
}
#indexbanner .bx-controls .bx-controls-direction {
  display: none;
}
.bannerw {
  height: 100%;
  position: absolute;
}
.bannerwtt p {
  font-size: 48px;
  margin-left: 10px;
  color: #fff;
  line-height: 100px;
}
.bannerwtt p span {
  height: 98px;
  display: block;
  float: left;
  border-bottom: 2px solid #ffffff;
}
.bannerwconn {
  /*background:rgba(0,0,0,0.2);*/
  text-align: left;
  font-weight: lighter;
  line-height: 60px;
}
.bannerwconn {
  height: 100%;
}
.bannerwconn img {
  position: absolute;
  left: 4.1vw;
  bottom: 16.4vh;
}
.insidebanner {
  overflow: hidden;
  position: relative;
  margin-top: 114px;
}
.insidebanner .bx-controls {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 70;
  width: 100%;
  color: rgba(0, 0, 0, 0);
}
.insidebanner .bx-controls .bx-pager {
  text-align: center;
}
.insidebanner .bx-controls .bx-pager div {
  display: inline-block;
  margin: 0 2px;
}
.insidebanner .bx-controls .bx-pager div a {
  transition: 0.3s;
  display: block;
  width: 30px;
  height: 4px;
  overflow: hidden;
  line-height: 50px;
  background-color: #ffffff;
}
.insidebanner .bx-controls .bx-pager div a.active {
  width: 60px;
  background-color: #c9151e;
}
.insidebanner .bx-controls .bx-controls-direction {
  display: none;
}
.tit {
  width: 100%;
}
.tit p {
  font-size: 40px;
  color: #333;
  margin-bottom: 13px;
}
.tit span {
  font-size: 34px;
  color: #ff5050;
  font-weight: lighter;
  text-transform: uppercase;
}
.nytit {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.nytit p {
  font-size: 36px;
  color: #333;
  margin-bottom: 13px;
}
.nytit span {
  font-size: 24px;
  /*font-family:Georgia;*/
  color: #999;
  font-weight: lighter;
  text-transform: uppercase;
}
#indexabout {
  width: 100%;
  background: url(../image/back_03.png) no-repeat center / cover;
  height: calc(100vh - 114px);
  display: flex;
  align-items: center;
}
.about {
  margin: auto;
  overflow: hidden;
}
.about .left {
  width: 50%;
  height: 425px;
  display: block;
  float: left;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
}
.about .right {
  width: 50%;
  float: right;
}
.about .right .tit span {
  font-size: 34px;
  color: #ff5050;
}
.about .con {
  margin: 83px auto;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.about .xx {
  width: 100%;
  height: 97px;
  text-align: center;
  background: #ff5050;
}
.about .xx a {
  color: #fff;
  line-height: 97px;
  margin-right: 85px;
  font-size: 24px;
}
.about .xx a:last-child {
  margin-right: 0px;
}
.indexguanggao {
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.indexguanggao img {
  width: 100%;
}
#indexproduct {
  width: 100%;
}
.product {
  height: 100%;
  margin: auto;
  overflow: hidden;
  padding: 66px 0px;
}
.product .tit {
  text-align: center;
}
.product .cpzs {
  width: 100%;
  margin-top: 20px;
}
.product .cpzs ul li {
  width: 49%;
  margin-top: 20px;
  height: 80px;
  float: left;
  margin-right: 2%;
  background: #f0f0f2;
}
.product .cpzs ul li a {
  width: 100%;
  height: 80px;
  display: block;
  line-height: 80px;
  text-align: center;
  color: #ff5050;
  font-size: 30px;
}
.product .cpzs ul li:nth-child(2n) {
  margin-right: 0px;
}
.product .cpzs ul li:hover {
  background: #ff5050;
}
.product .cpzs ul li:hover a {
  color: #fff;
}
/* .product .cpzs ul li:last-child:hover{background:#ff7000} */
.cpzs .box-shaw {
  width: 100%;
  background: #fff;
  position: absolute;
  height: 102px;
  box-shadow: 2px 2px 41px 9px rgba(238, 238, 238, 0.58);
  margin-top: 33px;
}
.about .left {
  text-align: center;
}
.about .left img {
  margin: 0 auto;
}
.common-title {
  text-align: center;
}
.common-title .english-title {
  font-size: 134px;
  font-weight: bold;
  color: #f3f3f3;
  line-height: 40px;
}
.common-title .c-title {
  margin-top: -53px;
}
.common-title .c-title > span:nth-child(1) {
  font-size: 71px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff5050;
}
.common-title .c-title > span:nth-child(2) {
  font-size: 33px;
  color: #393939;
  font-weight: 700;
}
.common-title .c-title > span:nth-child(2) > span:nth-child(1) {
  color: #ff5050;
}
.common-title .c-title > span:nth-child(3) {
  display: inline-block;
  height: 40px;
  background: #111111;
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #f9f9f9;
  line-height: 40px;
  padding: 0 30px;
}
.about {
  display: flex;
  align-items: center;
}
.servive {
  margin-top: 115px;
}
.servive .back-service img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.servive .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7px;
}
.servive .list ul li {
  width: 289px;
  height: 373px;
  background: #ffffff;
  box-shadow: 0px 6px 35px 0px rgba(235, 235, 235, 0.61);
  padding: 43px 37px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 265px;
  margin-top: 79px;
  cursor: pointer;
}
.servive .list ul li:hover .img1 {
  display: none !important;
}
.servive .list ul li:hover .img2 {
  display: block !important;
}
.servive .list ul li .img1 {
  margin: 0 auto;
}
.servive .list ul li .img2 {
  display: none;
  margin: 0 auto;
}
.servive .list ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.servive .list ul li p {
  text-align: center;
}
.servive .list ul li p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 400;
  color: #454545;
  line-height: 38px;
  margin-top: 42px;
}
.servive .list ul li p:nth-of-type(2) {
  font-size: 16px;
  height: 100px;
  align-items: center;
  font-weight: 400;
  color: #a1a1a1;
  line-height: 28px;
  margin-top: 24px;
}
#indexcase {
  width: 100%;
}
.case {
  height: 100%;
  margin: auto;
}
.case .tit {
  text-align: center;
}
.case .cpzs {
  width: 100%;
  margin: auto;
  position: relative;
}
.case .cpzs .swiper-container {
  width: 100%;
  margin: auto;
  position: relative;
}
.case .cpzs ul li .im1 {
  overflow: hidden;
  height: 102px !important;
  background: #ffffff;
  box-shadow: 2px 2px 36px 7px rgba(238, 238, 238, 0.58);
  height: 66px;
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.case .cpzs ul li img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  max-width: 100%;
  /* max-height: 100%; */
}
.case .cpzs ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  line-height: 37px;
  margin-top: 14px;
}
.case .cpzs .swiper-button-next {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #e4e4e4;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 107px;
  transform: translateY(-50%);
}
.case .cpzs .swiper-button-next:after {
  content: none;
}
.case .cpzs .swiper-button-next:focus {
  outline: none;
}
.case .cpzs .swiper-button-prev {
  width: 39px;
  position: absolute;
  left: 0px;
  top: 89px;
  transform: translateY(-50%);
  height: 39px;
  border-radius: 50%;
  background: #e4e4e4;
  color: #fff;
  font-weight: bold;
  transform: rotate(180deg);
}
.case .cpzs .swiper-button-prev:after {
  content: none;
}
.case .cpzs .swiper-button-prev:focus {
  outline: none;
}
#indexcase .title1 {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #111111;
  margin-top: 40px;
}
#indexcase .picList {
  display: flex;
}
#indexcase .picList li {
  width: 330px !important;
  height: 102px;
  background: #ffffff;
  box-shadow: 2px 2px 36px 7px rgba(238, 238, 238, 0.58);
  margin-left: 27px;
}
#indexcase .img1 {
  width: 330px;
  height: 102px;
  background: #ffffff;
  box-shadow: 2px 2px 36px 7px rgba(238, 238, 238, 0.58);
}
.coo_list ul {
  display: flex;
  flex-wrap: wrap;
}
.coo_list ul li {
  width: calc(25% - 19px);
  background: #ffffff;
  box-shadow: 2px 2px 36px 7px rgba(238, 238, 238, 0.58);
  text-align: center;
  margin-top: 25px;
  margin-left: 24px;
  height: 102px;
  line-height: 102px;
  box-sizing: border-box;
}
/*.coo_list ul li:nth-of-type(2) {*/
/*background: #232323;*/
/*}*/
.coo_list ul li:nth-of-type(4n + 1) {
  margin-left: 0;
}
.coo_list ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#indexnews {
  width: 100%;
  background-size: cover;
}
.news {
  margin: auto;
  padding: 0px 0px 0;
}
.news .tit {
  text-align: center;
}
.news .con {
  margin-top: 62px;
}
.news .con .left {
  width: 45%;
  float: left;
}
.news .con .left li {
  position: relative;
}
.news .con .left li .p_fa {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 10000;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  line-height: 66px;
  height: 66px;
}
.news .con .left li p {
  margin-left: 5%;
  color: #fff;
  font-size: 16px;
  line-height: 66px;
  width: 80%;
}
#inforbanner {
  overflow: hidden;
  position: relative;
}
#inforbanner .bx-controls {
  height: 66px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 70;
  width: 100%;
  color: rgba(0, 0, 0, 0);
}
#inforbanner .bx-controls .bx-pager {
  text-align: right;
  margin-right: 30px;
  margin-top: 28px;
}
#inforbanner .bx-controls .bx-pager div {
  display: inline-block;
  margin: 0 2px;
}
#inforbanner .bx-controls .bx-pager div a {
  display: block;
  width: 10px;
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
#inforbanner .bx-controls .bx-pager div a.active {
  background-color: #fff;
}
#inforbanner .bx-controls .bx-controls-direction {
  display: none;
}
.news .con .right {
  width: 50%;
  float: right;
}
.news .con .right .tab {
  height: 50px;
  overflow: hidden;
}
.news .con .right .tab li {
  text-align: center;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 53px;
  float: left;
  width: 23.95%;
  margin-right: 1.4%;
  background: #f7f7f7;
  color: #666666;
}
.news .con .right .tab li a {
  background: #f7f7f7;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  height: 52px;
  line-height: 52px;
  color: #666;
}
/* .news .con .right .tab li:first-child a{background:#FF5050;color:#fff;} */
.news .con .right .tab li .current {
  background: #ff5050;
  color: #fff;
}
.news .con .right .tab li:nth-child(5n) {
  margin-right: 0;
}
.news .con .right .nav_ul ul {
  width: 100%;
  display: none;
  margin-top: 15px;
}
.news .con .right .nav_ul ul:first-child {
  display: block;
}
.news .con .right .nav_ul ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #efefef;
}
.news .con .right .nav_ul ul li .tt {
  width: 70%;
  line-height: 40px;
  float: left;
  font-size: 16px;
  color: #666;
}
.news .con .right .nav_ul ul li .date {
  width: 25%;
  line-height: 40px;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #000;
}
.news .con .right .nav_ul ul li:hover .tt {
  color: #ff5050;
}
.news .con .right .nav_ul ul li:hover .date {
  color: #ff5050;
}
#inforbanner {
  position: relative;
}
#inforbanner .slideBox {
  position: relative;
}
#inforbanner .hd {
  position: absolute;
  bottom: 28px;
  right: 36px;
  z-index: 10000000;
}
#inforbanner .hd ul {
  display: flex;
}
#inforbanner .hd li {
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-left: 7px;
}
#inforbanner .hd .on {
  background: #fff;
  margin-left: 7px;
}
.news .con .right .tab li:nth-last-child(1) {
  margin-right: 0;
}
.dsxxads {
  width: 100%;
  overflow: hidden;
}
.dsxxads ul {
  width: 100%;
}
.dsxxads ul li {
  float: left;
  width: 23%;
  margin-right: 2.2%;
  margin-bottom: 50px;
  border: 1px solid #dcdcdc;
}
.dsxxads ul li:nth-child(4n) {
  margin-right: 0;
}
.dsxxads ul li .pic {
  height: 176px;
  overflow: hidden;
  width: 100%;
}
.dsxxads ul li img {
  max-width: 100%;
  display: block;
  margin: auto;
  transition: 0.3s;
}
.dsxxads ul li p {
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #dcdcdc;
}
.dsxxads ul li:hover img {
  transform: scale(1.1, 1.1);
}
.dsxxads ul li:hover p {
  color: #ff5050;
}
.nycyjq {
  overflow: hidden;
  margin-bottom: 70px;
}
.nycyjq .tit {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.nycyjq ul li {
  transition: 0.6s;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 80px;
  background: #f0f0f2;
}
.nycyjq ul li a {
  transition: 0.6s;
  font-size: 30px;
  text-align: center;
  color: #ff5050;
  display: block;
  width: 100%;
  line-height: 80px;
}
.nycyjq ul li:hover {
  width: 80%;
  line-height: 80px;
  background: #ff5050;
  color: #fff;
}
.nycyjq ul li:hover a {
  background: #ff5050;
  color: #fff;
}
.nycyjq .na_son {
  height: 0px;
  overflow: hidden;
}
.nycyjq .na_fa:hover .na_son {
  height: 80px;
}
.nycyjq .na_fa:hover .na_son {
  font-size: 24px;
}
.nyqywh .p1 {
  font-size: 35px;
  color: #fff;
}
.nyqywh .p2 {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.nyqywh .p3 {
  font-size: 16px;
  color: #fff;
  margin-top: 170px;
}
.nyqywhle {
  float: left;
  width: 48.8%;
  position: relative;
}
.nyqywhle img {
  width: 100%;
}
.nyqywhle .abso {
  position: absolute;
  left: 60px;
  top: 85px;
  width: 85%;
}
.nyqywhre {
  float: right;
  width: 50%;
}
.nyqywhre img {
  width: 100%;
}
.nyqywhre .re_to {
  position: relative;
}
.nyqywhre .re_to .abso {
  position: absolute;
  left: 62px;
  top: 90px;
}
.nyqywhre .re_bo {
  position: relative;
  margin-top: 7px;
}
.nyqywhre .re_bo .abso {
  position: absolute;
  left: 62px;
  top: 90px;
}
#ne_nav {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
}
#ne_nav p {
  line-height: 40px;
  padding-left: 30px;
  background: url(../images/home.png) no-repeat left center;
}
.inset {
  margin-bottom: 50px;
}
.inset .tit {
  text-align: center;
  margin: 50px auto;
}
.col {
  width: 100%;
  min-height: 450px;
  line-height: 220%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.col h2 {
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}
.col h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 60px;
}
.col .xiangqing {
  font-size: 18px;
  font-family: FangSong_GB2312;
}
.maintit {
  text-align: center;
  margin-top: 45px;
}
.maintit p {
  font-size: 30px;
  color: #333;
  font-weight: lighter;
  margin-bottom: 10px;
}
.maintit span {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.son_nav {
  margin-top: 25px;
  text-align: center;
}
.son_nav a {
  padding: 0px 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  color: #333;
  display: inline-block;
  margin: 0px 10px;
  transition: color 0s;
}
.son_nav a.active {
  background: #008b92;
  color: #fff;
  border: 1px solid #008b92;
}
.son_nav a:hover {
  background: #008b92;
  color: #fff;
  border: 1px solid #008b92;
}
.pxxm {
  width: 100%;
  min-height: 450px;
  margin-bottom: 50px;
  margin-top: 30px;
  overflow: hidden;
}
.pxxm ul {
  margin: 0px 2px;
  width: 1196px;
}
.pxxm ul li {
  width: 382px;
  height: 333px;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
  border: 1px solid #eeeeee;
}
.pxxm ul li a {
  width: 352px;
  height: 303px;
  display: block;
  padding: 15px;
}
.pxxm ul li:nth-child(3n) {
  margin-right: 0px;
}
.pxxm ul li .pic {
  width: 352px;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
}
.pxxm ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.pxxm ul li p {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
}
.pxxm ul li .des {
  font-size: 12px;
  height: 36px;
  line-height: 18px;
  margin-top: 12px;
  padding: 0 3px;
  color: #666;
}
.pxxm ul li:hover {
  border: 1px solid #008b92;
  box-shadow: #eeeeee 0px 0px 2px 2px;
}
.pxxm ul li:hover img {
  opacity: 0.9;
}
.pxxm ul li:hover p {
  color: #008b92;
}
.nyywbk {
  width: 100%;
  min-height: 450px;
  margin-bottom: 50px;
  margin-top: 30px;
  overflow: hidden;
}
.nyywbk ul {
  width: 100%;
}
.nyywbk ul li {
  width: 32%;
  margin-right: 2%;
  height: 330px;
  float: left;
  margin-bottom: 22px;
  transition: 0.6s;
}
.nyywbk ul li a {
  transition: 0.6s;
  width: 95%;
  height: 300px;
  margin: auto;
  margin-top: 15px;
  overflow: hidden;
  display: block;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 3px #f0efef;
}
.nyywbk ul li:nth-child(3n) {
  margin-right: 0px;
}
.nyywbk ul li .im1 {
  height: 66px;
  margin-top: 20%;
}
.nyywbk ul li .im2 {
  display: none;
  height: 66px;
  margin-top: 20%;
}
.nyywbk ul li img {
  display: block;
  margin: auto;
}
.nyywbk ul li p {
  width: 100%;
  font-size: 24px;
  color: #ff5050;
  text-align: center;
  margin-top: 20px;
  line-height: 40px;
}
.nyywbk ul li:hover a {
  background: #ff5050;
}
.nyywbk ul li:hover .im1 {
  display: none;
}
.nyywbk ul li:hover .im2 {
  display: block;
}
.nyywbk ul li:hover p {
  color: #ffffff;
}
.online {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.online form {
  padding-left: 150px;
}
.online .text {
  width: 381px;
  height: 38px;
  float: left;
  margin-bottom: 20px;
  margin-right: 25px;
}
.online .text input {
  width: 268px;
  height: 36px;
  border: 1px solid #c9c9c9;
  padding-left: 20px;
}
.online .text p {
  float: left;
  width: 76px;
  padding-right: 10px;
  line-height: 38px;
  padding-left: 5px;
}
.online .text p span {
  color: #eb0000;
  position: relative;
  top: 2px;
}
.online .con {
  width: 927px;
  height: 205px;
  float: left;
  margin-bottom: 20px;
}
.online .con textarea {
  padding: 20px;
  border: 1px solid #c9c9c9;
  height: 163px;
  width: 760px;
}
.online .con p {
  float: left;
  width: 81px;
  padding-right: 5px;
  line-height: 38px;
  padding-left: 5px;
}
.online .con p span {
  color: #eb0000;
  position: relative;
  top: 2px;
}
.online .verify {
  height: 38px;
  margin-bottom: 20px;
}
.online .verify p {
  float: left;
  width: 76px;
  padding-right: 10px;
  line-height: 38px;
  padding-left: 5px;
}
.online .verify p span {
  color: #eb0000;
  position: relative;
  top: 2px;
}
.online .verify input {
  width: 154px;
  height: 36px;
  border: 1px solid #c9c9c9;
  float: left;
  padding-left: 20px;
  margin-right: 10px;
}
.online .verify img {
  cursor: pointer;
}
.online .submit {
  width: 107px;
  height: 35px;
  color: #fff;
  cursor: pointer;
  background: #be252e;
  margin-left: 91px;
  float: left;
  border: none;
  margin-right: 47px;
}
.online .reset {
  width: 107px;
  height: 35px;
  color: #fff;
  cursor: pointer;
  background: #008b92;
  float: left;
  border: none;
}
.xwzx {
  width: 100%;
  min-height: 350px;
  margin-bottom: 50px;
}
.xwzx ul {
  width: 100%;
  overflow: hidden;
}
.xwzx ul li {
  width: 100%;
  height: 270px;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.xwzx ul li a {
  padding: 25px 0px;
  width: 100%;
  display: block;
}
.xwzx ul li .pic {
  float: left;
  width: 25%;
  height: 220px;
  text-align: center;
  position: relative;
}
.xwzx ul li .pic img {
  width: 100%;
  height: 100%;
}
.xwzx ul li .detail {
  width: 75%;
  float: right;
}
.xwzx ul li .detail p {
  width: 95%;
  float: right;
}
.xwzx ul li .detail .tt {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 60px;
  margin-bottom: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xwzx ul li .detail .des {
  height: 50px;
  margin-top: 12px;
  color: #999;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xwzx ul li .detail .date {
  margin-bottom: 10px;
  color: #999;
}
.xwzx ul li .share {
  width: 140px;
  float: right;
  margin-top: 35px;
}
.xwzx ul li .share img {
  float: left;
  margin-right: 6px;
}
.xwzx ul li .share p {
  float: left;
}
.xwzx ul li .share a {
  float: left;
  display: block;
  padding: 0;
  width: 20px;
  height: 16px;
}
.xwzx ul li .share .bshare-custom {
  height: 20px;
}
.xwzx ul li:hover .tt {
  color: #ff5050;
}
.xwzx ul li:hover .pic:before {
  width: 50px;
  height: 50px;
  border-left: 1px solid #008b92;
  border-top: 1px solid #008b92;
}
.xwzx ul li:hover .pic:after {
  width: 50px;
  height: 50px;
  border-right: 1px solid #008b92;
  border-bottom: 1px solid #008b92;
}
.xwzx ul li:hover:after {
  width: 100%;
}
.nytwbt {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nytwbt ul li {
  width: 100%;
  height: 51px;
  transition: 0.6s;
}
.nytwbt ul li a {
  width: 95%;
  margin: auto;
  display: block;
  height: 50px;
  border-bottom: 1px dashed #dcdcdc;
}
.nytwbt ul li .tt {
  transition: 0.6s;
  width: 80%;
  float: left;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nytwbt ul li .tt span {
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  margin-top: 22px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
  background: #e60012;
}
.nytwbt ul li .date {
  transition: 0.6s;
  width: 20%;
  float: right;
  text-align: right;
  height: 50px;
  line-height: 50px;
}
.nytwbt ul li:hover {
  background: #f5f5f5;
}
.nydsj {
  width: 100%;
  position: relative;
  margin-top: 63px;
}
.nydsj ul li {
  width: 100%;
  height: 120px;
}
.nydsj ul li:nth-child(2n) a {
  float: right;
  width: 49%;
}
.nydsj ul li:nth-child(2n) a .tt {
  float: left;
  height: 100%;
  margin-right: 40px;
  margin-left: 40px;
  font-size: 22px;
  color: #ff5050;
  margin-top: 20px;
}
.nydsj ul li:nth-child(2n + 1) a .tt {
  float: right;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 22px;
  color: #ff5050;
  margin-top: 20px;
}
.nydsj ul li:nth-child(2n + 1) a .con {
  text-align: right;
}
.nydsj ul li:nth-child(2n + 1) a p {
  text-align: right;
}
.nydsj ul li a {
  color: #666;
  display: block;
  height: 100%;
  overflow: hidden;
  float: left;
  width: 50%;
  line-height: 220%;
  padding: 30px 0px;
}
.nydsj ul li a .con {
  color: #666;
  height: 100%;
}
.nydsj ul li .line {
  width: 5px;
  height: 100%;
  background: #ff5050;
  float: left;
  display: block;
}
.nydsj ul li:last-child .line {
  height: 60px;
}
.nydsj .square {
  position: absolute;
  bottom: 44px;
  left: 50%;
  margin-left: -8px;
  width: 10px;
  height: 10px;
  border: 5px solid #ff5050;
  border-radius: 15px;
}
.nydsj li .aa {
  margin-top: 20px;
}
.orientation {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.orientation .previous {
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orientation .next {
  width: 50%;
  float: right;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/*footer*/
#footer {
  width: 100%;
  background: #222;
  height: 246px;
  margin-top: 126px;
}
.footer_top {
  height: 66px;
  line-height: 66px;
  width: 100%;
  border-bottom: 2px solid #ff5050;
  background: #f5f5f5;
}
.footer_top .footer_link {
  color: #000;
  font-size: 18px;
}
.footer_top .footer_link a {
  color: #333;
  font-size: 18px;
  margin-left: 15px;
}
.footer_con {
  height: 246px;
}
.footer_con .left {
  float: left;
  /* width: 414px; */
  display: flex;
  align-items: center;
}
.footer_con .left .qrcode {
  float: right;
  line-height: 220%;
  width: 140px;
  text-align: center;
  margin-top: 47px;
  margin-left: 121px;
}
.footer_con .left .qrcode img {
  width: 133px;
}
.footer_con .left .weixin {
  float: left;
  margin-right: 33px;
}
.footer_con .left .weibo {
  float: right;
}
.footer_con .right {
  float: left;
  width: 600px;
  color: #000;
  line-height: 220%;
  color: #fff;
  padding: 84px 0;
  margin-left: 128px;
}
.footer_con .right td {
  color: #fff;
  width: 500px;
  line-height: 39px;
}
.footer_con .right p {
  color: #fff;
  line-height: 39px;
}
.copy-right {
  width: 100%;
  height: 62px;
  background: #191919;
  color: #0c0909;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 62px;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.mypage span,
.mypage a {
  display: inline-block;
  vertical-align: top;
  background: #f5f5f5;
  color: #ff5050;
  /* border: 1px solid #d35b52; */
  padding: 10px 15px;
  margin: 5px;
}
.mypage span.current,
.mypage a.current {
  background: #ff5050;
  color: #fff;
}
#sidenav {
  height: 72px;
  width: 100%;
  background: #f3f3f3;
}
#sidenav p {
  font-size: 18px;
  line-height: 72px;
  color: #ff5050;
}
#sidenav ul li {
  float: left;
  line-height: 72px;
  margin-right: 30px;
}
#sidenav ul li a {
  color: #333;
  font-size: 18px;
}
#sidenav ul li a.cur {
  color: #ff5050;
}
#rightsite ul .li1 {
  position: fixed;
  z-index: 1000;
  top: 400px;
  right: -155px;
  width: 200px;
  background: #325f9a;
}
#rightsite ul .li2 {
  position: fixed;
  z-index: 1000;
  top: 446px;
  right: -155px;
  width: 200px;
  background: #325f9a;
}
#rightsite ul .li3 {
  position: fixed;
  z-index: 1000;
  top: 492px;
  right: 0;
  width: 45px;
  background: #325f9a;
}
#rightsite ul .li3 .con img {
  position: fixed;
  top: 492px;
  right: -140px;
  width: 140px;
  height: 140px;
}
#rightsite ul li {
  height: 45px;
  transition: 0.6s;
}
#rightsite ul li img {
  float: left;
}
#rightsite ul li .con {
  color: #fff;
  line-height: 45px;
  font-size: 16px;
}
#rightsite ul li:hover {
  right: 0;
}
.hexin {
  margin-top: 100px;
  overflow: hidden;
}
.hexin .back {
  width: 100%;
  height: 358px;
  z-index: -1;
  position: absolute;
}
.hexin .common-title {
  margin-top: 88px;
}
.hexin .common-title .english-title {
  color: #686868 !important;
}
.hexin .list {
  position: relative;
  z-index: 1;
  margin-top: 88px;
}
.hexin .list ul {
  display: flex;
}
.hexin .list ul li {
  width: calc(40% - 60px);
  height: 478px;
  background: #f7f7f7;
  text-align: center;
  margin-left: 61px;
  overflow: hidden;
}
.hexin .list ul li:hover .l2 {
  background: #ff5050;
}
.hexin .list ul li:hover .quan {
  display: none;
}
.hexin .list ul li:hover .l2 p {
  color: #fff;
}
.hexin .list ul li:hover .l2 p:nth-child(1) {
  color: #fff;
}
.hexin .list ul li:hover .l2 p:nth-child(2) {
  color: #fff;
}
.hexin .list ul li:nth-of-type(1) {
  margin-left: 0;
}
.hexin .list ul li .iconfont {
  color: #ff5050;
  font-size: 55px;
}
.hexin .list ul li .l1 {
  height: 119px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffe0e0;
  position: relative;
}
.hexin .list ul li .l1 .quan {
  width: 17px;
  height: 17px;
  background: #ff5050;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.hexin .list ul li .l2 {
  padding: 0 28px;
  height: 100%;
}
.hexin .list ul li .l2 p {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  text-align: left;
}
.hexin .list ul li .l2 p:nth-of-type(1) {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 70px;
  text-align: center;
}
.hexin .list ul li .l2 p:nth-of-type(2) {
  margin-top: -10px;
}
.fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000000000000000000000000;
}
.fixed .tel {
  width: 189px;
  position: absolute;
  color: #fff;
  background: #fff;
  color: #ff5050;
  border: 1px solid #ff5050;
  padding: 10px;
  height: 70px;
  right: 75px;
  display: none;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 50px;
}
.fixed ul .wx:hover .erwei {
  display: block;
}
.fixed ul li {
  width: 69px;
  height: 70px;
  background: #f4f4f4;
  margin-top: 3px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.fixed ul li a {
  position: relative;
}
.fixed ul li:hover {
  background: #ff5050;
  color: #fff;
}
.fixed ul li:hover span {
  color: #fff;
}
.fixed ul li:hover p {
  color: #fff;
}
.fixed ul li:hover .tel {
  display: block;
}
.fixed ul li .erwei {
  position: absolute;
  display: none;
}
.fixed ul li .erwei .erweima {
  position: absolute;
  right: 6px;
  top: -42px;
  border: 1px solid #ff5050;
  width: 90px;
  height: 90px;
}
.fixed ul li span {
  font-size: 34px;
  color: #aaa;
  margin-top: 5px;
}
.fixed ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixed p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 26px;
}
#indexnews {
  margin-top: 145px;
}
@media (max-width: 1500px) {
  .case .cpzs ul li .im1 {
    height: 89px !important;
  }
  .coo_list ul li {
    height: 89px;
    line-height: 89px;
  }
  .cpzs .box-shaw {
    height: 92px !important;
  }
  .container {
    width: 69%;
    min-width: 1250px;
    max-width: 1250px;
    margin: 0 auto;
    clear: both;
  }
  .servive .list ul li {
    margin-left: 190px;
  }
  .hexin .list ul li .l2 {
    padding: 20px;
  }
  .hexin .list ul li .l2 p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: left;
  }
  .hexin .list ul li {
    margin-left: 40px;
  }
  .hexin .list ul li .l1 {
    height: 90px;
  }
  .hexin .list ul li {
    height: 451px;
  }
  .con .right .tab li a {
    font-size: 17px;
  }
  .about .con {
    margin: 50px 0;
  }
}
@media (max-width: 1380px) {
  .tit p {
    font-size: 32px;
  }
  .about .right .tit span {
    font-size: 30px;
  }
  .about .xx {
    height: 85px;
  }
  .about .xx a {
    line-height: 85px;
    font-size: 22px;
  }
  .about .con {
    margin: 50px 0;
  }
  .about .con {
    margin: 35px 0 !important;
    font-size: 14px;
  }
  .container {
    width: 69%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
  }
  .about .con {
    margin: 35px 0 !important;
  }
  .news .con .right .tab li a {
    font-size: 16px;
  }
  .servive .list ul li {
    margin-left: 166px;
  }
}
#indexbanner li .bannerwconn img {
  left: 50%;
  transform: translateX(-50%);
}
.erwei1 {
  position: absolute;
  display: none;
  right: 75px;
  border: 1px solid #ff5050;
}
.erwei1 img {
  width: 95px;
  height: 95px;
}
.wx:hover .erwei1 {
  display: block;
}
@media (max-width: 980px) {
  #indexbanner {
    width: 1200px !important;
    height: 600px !important;
  }
  #indexbanner .home_bd li {
    height: 600px !important;
  }
  #indexabout {
    width: 1200px !important;
    height: 600px !important;
  }
  .servive {
    width: 1200px;
  }
  .hexin {
    width: 1200px;
  }
  .back {
    width: 1200px !important;
  }
  #footer {
    width: 1200px !important;
  }
  .inner-banner {
    width: 1200px !important;
    height: 350px !important;
  }

  .common-nav {
    width: 1200px !important;
  }
  .inner-banner .img1 {
    width: 100%;
  }
  .inner-banner .culture-img {
    bottom: 100px;
  }
  .back_partner img {
    width: 1200px;
  }
  .danye {
    width: 1200px !important;
  }
  .nydsj {
    width: 1200px !important;
  }
  .footer_con .right {
    visibility: visible !important;
  }
  .footer_con .left .qrcode {
    visibility: visible !important;
  }
}
