*{margin: 0;padding: 0;}
body{overflow-x: hidden;}
ul,ol,li{list-style: none;}
a{text-decoration: none;outline: none;}
a:hover,a:active,a:visited{
	outline: none;
	text-decoration: none !important;
	border: none !important;
}

/*头部*/
.herd{
	width: 100%;
}
.pis1{
	width: 100%;
	padding: .56rem 0;
}
.logo{
	padding: .5rem 0.5rem .5rem 0.5rem;
}
.logo img{
	display: inline-block;
    max-width: 100%;
    float: left;
	}
.logo h2{
	margin: .67em 0;
}
.logo h1,.logo h2{
	line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-left: 14px;
    display: inline-block;
    margin-top: 15px;
}
.tel{
	float: right;
    display: block;
    font-size: 20px;
    color: #333;
    text-align: right;
}
.tel b{
	display: block;
	color: #c40000;
	font-size: 30px;
}
/*导航*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu{
	margin-top: 10px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  background: #ffffff;
}
#cssmenu li::before{
	top: 0;
    left: 0;
    border-bottom: none !important;
    border-right: none !important;
}
#cssmenu li::before,#cssmenu li::after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid #c40000;
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}
#cssmenu li:hover::before{
	width: 50%;
    height: 50%;
    opacity: 1;
}
#cssmenu li::after{
	bottom: 0;
    right: 0;
    border-top: none !important;
    border-left: none !important;
}
#cssmenu li:hover::after{
	width: 50%;
    height: 50%;
    opacity: 1;
}
#cssmenu > ul > li {
  float: left;
  width: 10%;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #c40000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #c40000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}


@media all and (max-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
	position: absolute;
	top: -40px;
	right: 20px;
	display: block;
	width: 30px;
	height: 2px;
	background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
	position: absolute;
	top: -50px;
	right: 20px;
	display: block;
	width: 30px;
	height: 3px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
   content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
.ban {
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.ban img{
	width: 100%;
}
.syss{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	padding: 40px;
	background: #bbbbbb;
}
.search-ss{
	width: 50%;
	margin: 0 auto;
}
.search-ss input {
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 65px;
}
.search-ss .t{
	width: 80%;
	float: left;
	padding-left: 15px;
}
.search-ss .s{
	width: 20%;
	line-height: 65px;
	border: 2px solid #c40000;
	background: #c40000;
	font-size:22px;
	color:#fff;
}
.search-ss .s i{
	color: #fff;
	font-size: 48px;
	padding-top: 8px;
}
.c_top{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 40px;
}
.c_top span{
	display: block;
	width: 26%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
    font-size: 18px;
    line-height: 26px;
    background-color: #c40000;
    border-radius: 50px;
    padding: 8px 30px 8px 30px;
}
.c_top  b{
	display: block;
	font-size: 42px;
	line-height: 60px;
	text-align: center;
	 text-transform: uppercase;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
.rxcp{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 15px;
}
.rxcp ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.rxcp ul li{
	margin-top: 20px;
}
.rxcp_nr{
	position: relative;
}
.rxcp_nr figure img{
	width: 100%;
	object-fit: cover;
    height: 290px;
}
.rxcp_text{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	background: #c40000;
    padding: 20px
}
.rxcp_text a h2{
	display: block;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
}
.rxcp_text p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.rxcp_yc{
	display: none;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #c40000;
	transform: translateY(100%);
	padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.rxcp_yc b{
	display: block;
	text-align: center;
	font-size: 160px;
	font-weight: bold;
	color: #bda499;
}
.rxcp_yc p{
	font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: -50px;
}
.rxcp ul li:hover .rxcp_yc{
	transform: translate(0);
	display: block;
}
.rxcp_gd{
	display: block;
	background: #fff;
    border-radius: 3px;
    color: #c40000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    padding: 12px 30px;
    float: left;
    position: relative;
}
.rxcp_gd:hover{
	color: #c40000;
}
.about{
	width: 100%;
	margin: 0 auto;
	background: url(../images/about1.jpg) no-repeat center fixed;
    padding: 8% 0;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.about::before{
	content: "";
    background: rgba(0, 0, 0, 0.53);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}
.about_l b{
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.about_l p{
	font-size: 18px;
	line-height: 30px;
	color: #efefef;
	margin-top: 10px;
}
.about_l a{
	font-size: 20px;
	color: #fff;
}
.about_l a:hover{
	color: #fff;
}
.about_r ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 20px;
}
.about_r ul li{
	width: 32%;
	float: left;
	padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border-radius: 4px;
}
.about_r ul li:nth-of-type(2){
	margin-left: 2%;
	margin-right: 2%;
}
.about_r ul li:hover{
	border: 1px solid #c40000;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.about_r ul li i{
	display: block;
	text-align: center;
	font-size: 60px;
	color: #c40000;
}
.about_r ul li b{
	display: block;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.about_r ul li font{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #d0d0d0;
	margin-top: 10px;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-slide ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.swiper-slide ul li{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	height:410px;
 }
.swiper-slide a h2{
	display: block;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.swiper-slide a h2:hover{
	color: #F45B1E;
}
.swiper-button-next, .swiper-button-prev{
	color: #999 !important;
}
/*公司实力*/
.about0 {
	margin-top: 30px;
    height: 600px;
     position: relative;
}

.about-cover li {
    opacity: 0;
    visibility: hidden;
    background: url(../img/about-pic7.jpg) no-repeat center;
    background-size: cover;
    transition: .5s;
}

.about-text{
	width: 50%;
	float: left;
}
.w-100{
	width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.top-50 {
    top: 50% !important;
}
.position-absolute {
    position: absolute !important;
}
.d-block {
    display: block !important;
}
.w-1400 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;  
}

.about-cover li:nth-of-type(2) {
    background: url(../img/about-pic8.jpg) no-repeat center;
}
.about-cover .active {
    opacity: 1;
    visibility: visible;
}
.about-cover li:nth-of-type(3) {
    background: url(../img/about-pic9.jpg)  no-repeat center;
}

.about-cover li:nth-of-type(4) {
    background: url(../img/about-pic10.jpg)  no-repeat center;
}

.about-cover .active {
    opacity: 1;
    visibility: visible;
}

.about-control .active {
    background-color: rgba(43, 157, 239, .57);
}

.about-control .active::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 40px;

}

.about-control .active span,
.about-control .active p {
    color: #f6dd27;
}

.about-control {
    width: 355px;
    right: 0;
    max-width: calc(100% - 48px);
    z-index: 20;
}
.about-control li:nth-of-type(1),.about-control li:nth-last-of-type(1){
	height: auto;
}
.about-control li {
	height: 108px;
    padding: 12px 18px;
    cursor: pointer;
    background-color: rgba(0, 71, 157, .57);
    border-bottom: 2px solid rgba(159, 203, 254, .57);
}

.about-control li:hover {
    background-color: rgba(43, 157, 239, .57);
}

.about-control li:hover span,
.about-control li:hover p {
    color: #f6dd27;
}
.about-control li span {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fcfcfc;
}

.about-control li p {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fcfcfc;
}

.about-pic,
.about-pic img {
    width: 157px;
    height: 82px;
    float: right;
    object-fit: cover;
}
.about-p {
    padding-top: 110px;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.about-p b {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
    color: #fcfcfc;
}

.about-p strong {
    font-size: 32px;
    line-height: 50px;
    color: #fcfcfc;
}

.about-p span {
    width: 715px;
    max-width: 100%;
    margin: 45px 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fcfcfc;
}

.about-p p {
    width: 430px;
    max-width: 98%;
    font-size: 8px;
    line-height: 14px;
    color: #fcfcfc;
}

.about-p a {
    margin-top: 180px;
    width: 176px;
    height: 42px;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    border: 2px solid #fff;
}
.about-p a:hover{
	border: 2px solid #fff !important;
}
.about-txt li {
    opacity: 0;
    visibility: hidden;
}

.about-txt .active {
    opacity: 1;
    visibility: visible;
}

.about-arr-content {
    cursor: pointer;
    top: 0;
    left: -48px;
    width: 48px;
    height: 432px;
    background-color: rgba(0, 71, 157, .57);
}
.swiper-slide1{
	margin-top: 20px;
	padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}
.swiper-slide1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	height:300px;
}
.swiper-slide1 ul li b{
	font-size: 36px;
    display: block;
    color: #333;
}
.swiper-slide1 ul li font {
    font-size: 20px;
    line-height: 40px;
    color: #666;
}
.swiper-slide1 ul li hr {
    width: 50px;
    height: 3px;
    border: none;
    background: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.swiper-slide1 ul li a h2{
	font-size: 18px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 10px;
    margin-bottom: 5px;
     text-align: left;
}
.swiper-slide1 ul li a h2:hover{
	color: #c40000;
}
.swiper-slide1 ul li p{
	font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-top: 5px;
}
.swiper-button-next, .swiper-button-prev{
	color: #cfcfcf !important;
}
.swiper-slide1 ul li span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b8b8b8;
    text-align: left;
    margin-top: 5px;
}
.swiper-slide1 ul li span a h2{
	display: inline;
	font-size: 14px;
    line-height: 30px;
    color: #b8b8b8;
}
.swiper-slide1 ul li span a h2:hover{
	color: #c40000;
}
.baike{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 10px;
}
.baike ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.baike ul li{
	margin-top: 15px;
}
.baike ul li .baike_n{
	padding: 5% 3%;
	height: 100%;
	transition: 0.3s;
    position: relative;
    background: #f4f3f4;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
}
.baike ul li div .news_time{
	padding: 5% 3%;
	color: #000000;
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    background: url(../images/xwicon.png) no-repeat 20% 85%;
    transition: 0.3s;
}
.baike ul li div .news_time span{
	display: block;
	font-size: 20px;
	color: #666;
}
.baike ul li div .news_time1{
	padding: 5% 3% 0 3%;
}
.baike ul li div .news_time1 a h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
}
.baike ul li div .news_time1 p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.baike ul li:hover .baike_n{
	background: #c40000;
}
.baike ul li:hover div .news_time{
	color: #fff;
}
.baike ul li:hover div .news_time span{
	color: #fff;
}
.baike ul li:hover div .news_time1 a h2{
	color: #fff;
}
.baike ul li:hover div .news_time1 p{
	color: #fff;
}
.baike ul li:hover div .news_time{
	 background: url(../images/xwicon1.png) no-repeat left 85%;
    transition: 0.3s;
}
.yqlj{
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}
.link-list1{margin-top: 20px;float:left;   padding-bottom:30px;margin-right: 140px;}
.link-list1 li{margin:0 17px; height:30px;line-height:30px;}
.link-list1 li h4{font-size:14px;font-weight: normal;}
.link-list1 li h4 a{
	color:#666;
}
.link-list1 li h4 font{ color:#565656;}
.link-list1 li .linkweight a{ font-weight:bold; color:#000; font-size:20px;}
footer{
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 3% 3%;
	background: #c40000;
	margin-top: 30px;
}
.footer ul li b{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.footer ul li hr{
	width: 50px;
	height: 4px;
	background: #efefef;
	border: none;
}
.footer ul li p{
	font-size: 18px;
	line-height: 34px;
	color: #fff;
}
.footer ul li a{
	width: 50%;
	float: left;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 10px;
}
.footer ul li figure{
	width: 45%;
	float: left;
}
.footer ul li figure:nth-of-type(2){
	margin-left: 10%;
}
.footer ul li figure img{
	width: 100%;
}
.footer ul li figcaption{
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}
.fxdb{
    display: block;
    background: #000;
    height: auto;
    display: table;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 80;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+440));
    border-top: 1px #4c4c4c solid;
    padding-top: 5px;
    color: #fff;
}
 .fxdb li{float:left;width: 20%;list-style: none;text-align: center;}
 .fxdb li a{display:block;width:100%;color: #fff;
    font-size: 12px;}
.fxdb li img{
    width: 65%;
    display: block;
    margin: 0 auto;
}
.izl-rmenu {
	position: fixed;
	bottom: 250px;
	z-index: 999;
	right: 1px;
	font-size: 12px;
}

.izl-rmenu .btn1 {
	position: relative;
	width: 88px;
	height: 65px;
	letter-spacing: 2px;
	cursor: pointer;
	background: #c40000;
	border-bottom: 1px solid #fff;
}
.izl-rmenu .btn-phone, .btn-phone figure {
    height: 85px;
}
.btn-daohang {
	height: 35px !important;
	line-height: 35px;
	color: #fff;
	letter-spacing: 1px !important;
	text-align: center;
}

.btn-daohang span {
	text-transform: capitalize;
}

.izl-rmenu figure {
	margin: 0 !important;
	width: 88px;
	height: 55px;
	padding-top: 10px;
	color: #fff;
	text-align: center;
}

.btn-phone {
	letter-spacing: 0 !important;
}

.btn-top {
	border: none !important;
}

.izl-rmenu figure img {
	width: 25px;
	height: auto;
}

.izl-rmenu figure figcaption {
	width: 88px;
	text-align: center;
	line-height: 25px;
}
.warp{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 20px;
}
.n_left span{
	display: block;
	padding: 3% 3%;
	background: #c40000;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}
.n_left ul{
	padding: 3% 3%;
	background: #f7f7f7;
}
.n_left ul li a{
	display: block;
	font-size: 18px;
	line-height: 36px;
	margin-top: 5px;
	color: #000000;
	text-align: center;
	border-bottom: 1px dashed #ddd;
}
.n_left ul li a:hover{
	color: #c40000;
	border-bottom: 1px dashed #c40000 !important;
}
.n_left ul li a h2{
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.n_left ul li p{
	font-size: 18px;
	line-height: 36px;
	margin-top: 5px;
	color: #333;
}
.mxb{
	width: 100%;
	margin: 0 auto;
	padding: 2% 3%;
	height: auto;
	display: table;
	margin-top: 15px;
	background: #f3f3f3;
}
.mxb b{
	float: left;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    padding-left: 10px;
    border-left: 5px solid #c40000;
}
.mxb span{
	font-size: 18px;
	float: right;
	color: #333;
}
.mxb a{
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-right: 5px;
}
.mxb a:hover{
	color: #c40000;
}
.cpzx{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.cpzx ul li{
	margin-top: 20px;
}
.cpzx ul li figure img{
	width: 100%;
	object-fit: cover;
    height: 245px;
}
.cpzx ul li a h2{
	color: #333333;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    margin: 3% auto 5%;
    position: relative;
}
.cpzx ul li a h2::before{
	position: absolute;
    left: 45%;
    bottom: 0;
    width: 10%;
    content: '';
    height: 2px;
    background: #c40000;
}
.cpzx ul li #ckgd div{
    line-height: 36px;
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.cpzx ul li #ckgd1 div{
    line-height: 36px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	background: #fff;
	border: 1px solid #999999;
}
.cpzx ul li #ckgd div  i,
.cpzx ul li #ckgd1 div i{
	margin-right: 5px;
}
.cpzx ul li #ckgd:hover div{
	background: #fff;
	color: #999;
	border: 1px solid #999;
}
.cpzx ul li #ckgd1:hover div{
	background: #c40000;
	color: #fff;
	 border: 1px solid #c40000;
}
.pagination{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pagination .pagefy .current {
    background-color: #c40000;
    color: #fff;
}
.pagination .pagefy a:hover {
    background-color: #c40000;
    color: #fff;
}
.pagination .pagefy a {
    border: 1px solid #cfcfcf;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    color: #666;
   width: 70px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}
.newlist{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.newlist li{
	width: 100%;
	height: auto;
	display: table;
	margin-top: 15px;
}
.newlist li img{
	width: 100%;
}
.newlist li figure{
	padding-left: 0px;
}
.res a {
	height: auto;
}
.res a h2{
	font-size: 23px;
    color: #333;
    text-transform: uppercase;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 0px;
}
.res a h2:hover{
	color: #c40000;
}
.res span{
	font-size: 14px;
    color: #555555;
    padding: 5px 0 5px 0;
    font-weight: normal;
}
.res span a{
	font-size: 14px;
    color: #555555;
}
.res span a h2{
	font-size: 14px;
    color: #555555;
    display: inline;
}
.res p{
	line-height: 28px;
    color: #777;
    margin: 5px 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.res font{
	float: left;
	 color: #cc141b;
	 font-size: 14px;
	line-height: 37px;
	margin-top: 5px;
}
.ydqw{
	float: right;
	border: 1px solid #0c245f;
    line-height: 37px;
    text-align: center;
    padding: 0 2%;
    color: #333;
    margin-top: 5px;
    display: inline-block;
}
.ydqw:hover{
	border: 1px solid #1048a0 !important;
}
.bklist{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.bklist li{
	border: 1px solid #dedede;
    margin-top: 15px;
    padding: 20px 0px 20px 0;
    background: #fff;
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.bklist li:hover{
	border: 1px solid #c40000;
}
.bklist li:hover a h2{
	color: #c40000;
}
.rq b{
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 100%;
}
.rq{
    font-size: 22px;
    line-height: 100%;
    color: #989898;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.bk_n a h2{
	font-size: 20px;
	display: block;
    line-height: ; 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bk_n p{
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    overflow: hidden;
    margin-top: 10px;
}
.ssjg{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 10px;
	font-size: 20px;
	color: #333;
}
.ssjg h1{
	display: initial;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	color: #c40000;
}
.cwy{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 10px;
	position: relative;
}
.cwy figure img{
	display: block;
	margin: 0 auto;
}
.cwy a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	font-size: 18px;
	line-height: 40px;
	border: 1px solid #000000;
	color: #333;
}
.cwy a:hover{
	background: #c40000;
	color: #fff;
}
.contacts1{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 10px;
}
.contacts1 ul{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
}
.contacts1 ul li{
	margin-top: 15px;
}
.contacts1 ul li figure img{
	display: block;
	margin: 0 auto;
}
.contacts1 ul li b{
	display: block;
	color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
}
.contacts1 ul li p{
	font-size: 20px;
	text-align: center;
	color: #c40000;
}
.xq{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: table;
	margin-top: 10px;
}
.xq h1{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #c40000;
}
.xq_1 {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    display: block;
    text-align: center;
}
.xq_1 a {
    margin-left: 10px;
}
.xq_1 a h2 {
    font-size: 14px;
    color: #999;
    display: inline;
}
.xq_1 a:hover h2 {
	color: #c40000;
}
.cpxq{
	width:100%;
	margin:0 auto;
}
.cpxq_2 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
	margin-top:10px;
}
.cpxq_2 figure{
	 width: 100%;
    padding: 0;
	  margin: 0 auto;
}
.cpxq_2 figure img {
    width: 100%;
    padding: 0;
margin: 0 auto;
}
.cpxq_01,.cpxq_001{
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
	margin-top:10px;
}
.cpxq_001 p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #666;
}
.cpxq_001 img{
	display:none !important;
}
.cpxq_01 img{
	display:block;
	margin:0 auto;
}
.cptj .cpzx ul li:nth-of-type(4){
	display: none;
}
.xgtj {
    width: 100%;
    font-size: 22px;
    line-height: 44px;
    background: #f3f3f3;
    border-left: 4px solid #c40000;
    margin-top: 10px;
}
.xgtj h2{
	font-size: 22px;
    display: inline;
    margin-left: 10px;
    color: #c40000;
}
.xxq p{
	font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 15px;
}
.xxq img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.bot{
	margin-top: 20px;
}
.bot,.bot1{
	font-size: 16px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: table;
    color: #999;
    margin-top: 10px;
}
.bot a,.bot1 a{
	color: #999;
} 
.bot a:hover,.bot1 a:hover{
	color: #c40000;
}
@media screen and (min-width: 1400px){
	.container{
		width: 1400px !important;
	}
	
}
@media screen and (max-width: 1400px){
	.rxcp_yc b{
		font-size: 140px;
		line-height: 180px;
	}
	.rxcp_yc{
		padding: 15px;
	}
	.rxcp_yc p{
		font-size: 16px;
		line-height: 28px;
	}
	.aboutr ul li p{
		height: 217px;
	}
	.aboutl{
		padding: 6% 4%;
	}
	.link-list1{
		margin-right: 70px;
	}
	.res p{
		height: 60px;
		overflow: hidden;
	}
	.rxcp_nr figure img{
		height:240px;
	}
	.swiper-slide img{
		height:330px;
	}
	.swiper-slide1 img{
		height:230px !important;
	}
	.cpzx ul li figure img{
		height:215px;
	}
}

@media screen and (max-width: 1200px){
	.tel{
		display: none;
	}
	.logo img {
	    height: 40px;
	}
	.logo h1, .logo h2 {
	    line-height: 28px;
	    font-size: 26px;
	    font-weight: bold;
	    color: #000;
	    margin-left: 14px;
	    display: inline-block;
	    margin-top: 7px;
	}
	.ban{
		margin-top: -40px;
		z-index: 999;
		position: relative;
	}
	.c_top span{
		width: 30%;
	}
	.aboutl{
		padding: 2% 2%;
	}
	.aboutl b{
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.aboutl font{
		width: 100%;
		height: auto;
		writing-mode:inherit;
		margin: 0 auto;
		letter-spacing: 2px;
		text-align: center;
	}
	.cpzx ul li a h2{
		font-size: 18px;
	}
	.cwy figure img{
		width: 90%;
	}
	.rxcp_nr figure img{
		height:195px;
	}
	.swiper-slide img{
		height:200px;
	}
	.swiper-slide1 img{
		height:200px !important;
	}
	.cpzx ul li figure img{
		height:175px;
	}
}
@media screen and (min-width: 992px){
	.fxdb {
	    display: none;
	}
}
@media screen and (max-width: 992px){
	.logo h1, .logo h2 {
	    line-height: 36px;
	    font-size: 24px;
	    font-weight: bold;
	    color: #000;
	    margin-left: 14px;
	    display: inline-block;
	    margin-top: 0px;
	}
	.c_top span{
		width: 40%;
	}
	.rxcp_text{
		padding: 10px;
	}
	.rxcp_text a h2{
		font-size: 20px;
		line-height: 32px;
	}
	.rxcp_text p{
		font-size: 14px;
		line-height: 22px;
	}
	.aboutr ul li p{
		height: auto;
		padding: 2% 0;
	}
	.aboutr{
		padding: 3% 2%;
	}
	#swiper-slide1{
    	width: 100% !important;
    }
    .swiper-slide {
        width: 48.5% !important;
    } 
    .about-p b{
    	font-size: 40px;
    }
    .about-p strong{
    	font-size: 28px;
    }
    .baike ul li div .news_time1 a h2{
    	font-size: 18px;
    }
	.baike ul li div .news_time1 p{
		height: 48px;
		overflow: hidden;
	}
	.footer ul li:nth-of-type(2){
		display: none;
	}
	footer{
		margin-bottom: 90px;
	}
	.kefy{
		display: none;
	}
	.n_left{
		display: none;
	}
	.cptj .cpzx ul li:nth-of-type(4){
		display: block;
	}
	.rxcp_nr figure img{
		height:280px;
	}
	.swiper-slide img{
		height:350px;
	}
	.swiper-slide1 img{
		height:about !important;
	}
	.cpzx ul li figure img{
		height:280px;
	}
}
@media screen and (max-width: 768px){
	.logo h1, .logo h2 {
	    line-height: 36px;
	    font-size: 20px;
	    font-weight: bold;
	    color: #000;
	    margin-left: 10px;
	    display: inline-block;
	}
	.brow-tel a b{
		font-size: 26px;
	}
	.search-ss{
		width: 100%;
	}
	.c_top b{
		font-size: 40px;
	}
	.c_top strong{
		font-size: 40px;
	}
    .c_top span {
        width: 44%;
    }
	.rxcp_yc b {
        font-size: 120px;
        line-height: 140px;
    }
    .rxcp_yc p {
        font-size: 14px;
        line-height: 24px;
    }
	.about_r ul li{
		padding: 20px;
	}
	.about_r ul li i{
		font-size: 50px;
	}
	.about_r ul li b{
		font-size: 40px;
		line-height: 60px;
	}
	.about_r ul li font{
		font-size: 14px;
	}
	.about-p b{
		font-size: 30px;
	}
	.about-p strong{
		font-size: 20px;
	}
	.about-p span{
		font-size: 16px;
	}
	.baike ul li div .news_time1 p{
		height: auto;
	}
	.baike ul li .baike_n{
		padding: 2% 2%;
	}
	.baike ul li div .news_time{
		padding: 5% 2%;
	}
	.baike ul li div .news_time1{
		padding: 2% 3% 0 3%;
	}
	.res p{
		height: 50px;
	}
	.res a h2{
		font-size: 20px;
	}
	.rq b{
		font-size: 40px;
	}
	.rq{
		font-size: 20px;
	}
	.cpxq_2 figure img{
		width: 100%;
	}
	.cpxq_01 img{
		width: 100%;
	}
	.search-ss input{
		line-height: 44px;
	}
	.search-ss .s i{
		font-size: 26px;
	}
	.search-ss .s{
		line-height: 44px;
		font-size:21px;
	}
	.syss{
		padding: 20px;
	}
	.rxcp_nr figure img{
		height:245px;
	}
	.swiper-slide img{
		height:290px;
	}
	.cpzx ul li figure img{
		height:245px;
	}
}
@media screen and (max-width: 650px){
	.rxcp_text a h2{
		font-size: 18px;
		line-height: 30px;
	}
	.rxcp_text p{
        font-size: 12px;
        line-height: 20px;
    }
    .rxcp_yc p{
        font-size: 12px;
        line-height: 20px;
    }
    .rxcp_gd{
    	padding: 10px 15px;
    }
    .c_top span {
        width: 60%;
    }
    .swiper-slide {
        width: 100% !important;
    }
	footer{
		margin-bottom: 70px;
	}
	.rq {
	    font-size: 14px;
	    margin-top: 10px;
	    padding-left: 0px !important;
	    padding-right: 0px !important;
	}
	.res span{
		font-size: 12px;
	}
	.res span a h2{
		font-size: 12px;
	}
	.res p{
		margin: 0;
	}
	.res a h2{
		font-size: 18px;
		line-height: 30px;
	}
	.rxcp_nr figure img{
		height:220px;
	}
	.swiper-slide img{
		height:270px;
	}
	.cpzx ul li figure img{
		height:220px;
	}
}
@media screen and (max-width: 570px){
	.res{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.res p{
		display: none;
	}
	.rxcp_nr figure img{
		height:200px;
	}
	.swiper-slide img{
		height:240px;
	}
	.cpzx ul li figure img{
		height:200px;
	}
}
@media screen and (max-width: 530px){
    .rxcp_text a h2 {
        font-size: 16px;
        line-height: 30px;
    }
    .about_r ul li{
		width: 100%;
		margin-top: 15px;
	}
	.about_r ul li:nth-of-type(2){
		margin-left: 0px ;
		margin-right: 0px;
	}
	.cpzx ul li #ckgd{
		width: 100%;
	}
	.cpzx ul li #ckgd1{
		width: 100%;
		margin-top: 5px;
	}
	.about-p{
		display: none;
	}
	.about-control{
		width: 80%;
	}
	.cpzx ul li a h2{
		font-size: 16px;
		line-height: 32px;
	}
	.search-ss .s{
		font-size:18px;
	}
	.rxcp_nr figure img{
		height:190px;
	}
	.cpzx ul li figure img{
		height:190px;
	}
}
@media screen and (max-width: 480px){
	.logo img {
	    height: 32px;
	}
	.ban{
		margin-top: -60px;
	}
	.c_top span {
        width: 68%;
    }
	.rxcp_yc b{
		font-size: 60px;
		line-height: 80px;
	}
	.aboutl b{
		font-size: 36px;
	}
	.aboutl font{
		font-size: 20px;
		letter-spacing: 0px;
	}
	.about-pic{
		width: 50%;
	}
	.about-pic img{
		width: 100%;
	}
	.cpzs1{
		margin-top: 10px;
	}
	.cpzs1 ul li a h2{
		font-size: 18px;
	}
	.xw ul li div a h2{
		font-size: 18px;
	}
	.baike ul li div .news_time1 a h2{
		font-size: 18px;
	}
	.baike ul li div .news_time1 p{
		font-size: 12px;
	}
	footer{
		margin-bottom: 50px;
	}
	.rq b{
		font-size: 34px;
	}
	.cwy figure img{
		width: 100%;
	}
	.cwy a{
		bottom: 3%;
		line-height: 36px;
	}
	.contacts1 ul li{
		width: 100%;
	}
	.mxb b{
		font-size: 18px;
	}
	.mxb span{
		font-size: 14px;
	}
	.mxb span a{
		font-size: 14px;
	}
	.res a h2{
		font-size: 16px;
	}
	.rxcp_nr figure img{
		height:170px;
	}
	.swiper-slide img{
		height:about;
	}
	.cpzx ul li figure img{
		height:170px;
	}
}
@media screen and (max-width: 460px){
	.logo h1, .logo h2{
		font-size: 18px;
		margin-left: 5px;
	}
	.c_top b{
		font-size: 34px;
	}
	.c_top strong{
		font-size: 34px;
	}
}
@media screen and (max-width: 430px){
	.c_top span {
        width: 80%;
    }
	.aboutr ul li b{
		font-size: 22px;
	}
	.footer ul li figcaption{
		font-size: 14px;
	}
	.res a h2{
		font-size: 14px;
	}
	.rxcp_nr figure img{
		height:150px;
	}
	.cpzx ul li figure img{
		height:150px;
	}
}
@media screen and (max-width: 380px){
	.logo img {
	   display: none;
	}
	.c_top span {
        width: 92%;
    }
    .about-pic{
		width: 40%;
	}
	footer{
		margin-bottom: 40px;
	}
	.mxb span{
		font-size: 12px;
	}
	.mxb span a{
		font-size: 12px;
	}
	.rxcp_nr figure img{
		height:130px;
	}
	.cpzx ul li figure img{
		height:130px;
	}
}
@media screen and (max-width: 320px){
	.contacts1 ul li figure img{
		width: 100%;
	}
	.mxb b{
		font-size: 16px;
	}
	.rxcp_nr figure img{
		height:110px;
	}
	.cpzx ul li figure img{
		height:110px;
	}
}
