body,
html {
  background-color: #fff;
}
a:hover {
  color: #cc0609;
}
.top-full {
  height: 40px;
  background-color: #000;
  width: 100%;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.wrap .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .logo img {
  height: 50px;
}
.wrap .logo .name {
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
		margin-top: 10px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.nav > ul > li {
  display: inline-block;
  position: relative;
}
.nav > ul > li > a {
  display: block;
  line-height: 100px;
  padding: 0 50px;
		font-weight: bold;
		font-size: 22px;
}
.nav .child {
  top: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #004ea2;
  color: #fff;
  display: none;
}
.nav .child p a {
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: block;
  color: #fff;
}
.nav .child p a:hover {
  background-color: #cc0609;
}
.nav > ul > li:hover > a {
  color: #cc0609;
}
.nav > ul > li:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cc0609;
  content: "";
}
.nav > ul > li:hover .child {
  display: block;
}
.nav > ul > li.current::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cc0609;
  content: "";
}
.nav > ul > li.current > a {
  color: #cc0609;
}
.header-white {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.mtitle {
  text-align: center;
}
.mtitle h2 {
  font-size: 24px;
  color: #004EA2;
}
.mtitle p {
  color: #444;
}
.indexpro-nav2,
.indexpro-nav {
  background-color: #004EA2;
  margin-top: 50px;
  padding: 0 40px;
  
}
.indexpro-nav2 > ul,
.indexpro-nav > ul {
  display: flex;
  justify-content: center;
}
.indexpro-nav2 > ul > li,
.indexpro-nav > ul > li {
  width: 25%;
  text-align: center;
  position: relative;
}
.indexpro-nav2 > ul > li::before,
.indexpro-nav > ul > li::before {
  background-color: #cc0609;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  height: 3px;
  content: '';
  opacity: 0;
}
.indexpro-nav2 > ul > li > a,
.indexpro-nav > ul > li > a {
  display: block;
  line-height: 80px;
  color: #fff;
}
.indexpro-nav2 .prochild,
.indexpro-nav .prochild {
  background-color: #cc0609;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  display: none;
  z-index: 100;
}
.indexpro-nav2 .prochild a,
.indexpro-nav .prochild a {
  line-height: 40px;
  height: 40px;
  color: #fff;
  display: block;
}
.indexpro-nav2 > ul > li:hover::before,
.indexpro-nav > ul > li:hover::before {
  opacity: 1;
}
.indexpro-nav > ul > li:hover,
.indexpro-nav2 > ul > li:hover{
	background-color:#cc0609;
}
.indexpro-nav2 > ul > li:hover > a,
.indexpro-nav > ul > li:hover > a {
  color: #fff;
}
.indexpro-nav2 > ul > li:hover .prochild,
.indexpro-nav > ul > li:hover .prochild {
  display: block;
}
.indexpro-nav2 > ul {
  display: flex;
  justify-content: flex-start;
}
.indexpro-nav2 > ul > li {
  width: 150px;
}
.index-case > ul,
.index-prolist > ul {
  margin-left: -15px;
  margin-right: -15px;
}
.index-case > ul > li,
.index-prolist > ul > li {
  width: 33.3333%;
  padding: 15px;
  float: left;
}
.prolist-div .pic {
  display: block;
  overflow: hidden;
  height: 282px;
}
.prolist-div .pic img {
  transition: all .3s;
}
.prolist-div .txt {
  background: #f4f4f4;
}
.prolist-div .txt p {
  padding: 20px;
  text-align: center;
}
.index-case {
  margin-top: 50px;
}
.caselist .pic {
  display: block;
  overflow: hidden;
}
.caselist .pic img {
  transition: all .3s;
}
.caselist .txt {
  background: #f4f4f4;
}
.caselist .txt p {
  padding: 20px;
  text-align: center;
}
.caselist .btnradius {
  width: 46px;
  left: 0px;
  top: 0px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #fff;
  border-radius: 46px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}
.caselist .btnradius span {
  color: #fff;
  font-family: times new roman;
  font-size: 36px;
  font-weight: normal;
}
.prolist-div a:hover .pic img {
  transform: scale(1.1);
}
.prolist-div a:hover .txt p {
  background-color: #cc0609;
  color: #fff;
}
.caselist a:hover .pic img {
  transform: scale(1.1);
}
.caselist a:hover .txt p {
  background-color: #cc0609;
  color: #fff;
}
.pt100 {
  padding-top: 100px;
}
.casebox {
  padding-bottom: 50px;
}
.casebg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background-color: #cccccc;
  background-image: url(../images/combg.jpg);
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}
.btnradius:hover {
  background-color: #cc0609;
  color: #fff;
  border-color: #cc0609;
}
.index-yslist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-yslist .txt {
  width: calc(100% - 560px);
  float: left;
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
.index-yslist .txt .num {
  background: url(../images/bg2.png) center center no-repeat;
  width: 90px;
  height: 90px;
  color: #fff;
  line-height: 90px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.index-yslist .txt .yscontent {
  width: calc(100% - 100px);
}
.index-yslist .txt .ysname h3 {
  color: #004ea2;
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}
.index-yslist .txt .ysname p {
  color: #666;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
}
.index-yslist .txt .ysinfo p {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
}
.index-yslist .txt .ysinfo p:before {
  width: 16px;
  height: 16px;
  background: url(../images/point.png) no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
}
.index-yslist .pic {
  width: 560px;
  float: right;
}
.index-yslist2 .txt {
  padding-right: 0;
  padding-left: 100px;
}
.index-ysbox {
  padding-bottom: 100px;
  margin-top: 60px;
}
.index-about {
  padding-top: 80px;
}
.index-about .casebg {
  top: 0;
  bottom: inherit;
}
.index-about .mtitle h2,
.index-about .mtitle p {
  color: #fff;
}
.index-aboutbox {
  background-color: #f4f4f4;
  padding: 50px;
  border-radius: 15px;
  margin-top: 40px;
}
.about-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-info .pic {
  width: 520px;
  height: 320px;
}
.about-info .pic img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.about-info .txt {
  width: calc(100% - 600px);
}
.about-info .txt h3 {
  color: #004ea2;
  font-size: 24px;
  margin-bottom: 20px;
}
.about-info .txt p {
  line-height: 1.8;
}
.about-nav {
  margin-top: 40px;
  display: flex;
}
.about-nav > div {
  text-align: center;
  display: inline-block;
  margin-right: 50px;
}
.about-nav > div .pic {
  width: 56px;
  height: 56px;
  margin-bottom: 15px;
  display: inline-block;
}
.about-nav > div .pic img {
  width: 56px;
  height: 56px;
}
.news-left {
  width: 550px;
  float: left;
}
.newsbig {
  position: relative;
  padding-top: 20px;
}
.newsbig a {
  display: block;
}
.newsbig .pic {
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.newsbig .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.newsbig .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px;
}
.newsbig:hover .pic img {
  transform: scale(1.1);
}
.newsbig:hover .txt {
  background-color: #cc0609;
}
.index-news1 {
  margin-top: 10px;
}
.index-news1 > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-news1 > ul > li h3,
.index-news1 > ul > li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news1 > ul > li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.index-news1 > ul > li p {
  color: #666;
}
.news-right {
  width: 600px;
  float: right;
}
.news-right > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newslist > ul > li {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-news2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news2 .pic {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
.index-news2 .pic img {
  width: 180px;
  height: 120px;
  transition: all .3s;
}
.index-news2 .txt {
  width: calc(100% - 180px);
  padding-left: 30px;
}
.index-news2 .txt h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news2 .txt p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.index-news2 .txt .des {
  height: 42px;
  overflow: hidden;
}
.index-news2:hover .pic img {
  transform: scale(1.1);
}
.pb100 {
  padding-bottom: 100px;
}
.fw-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.fw-box > div {
  width: 32%;
}
.fw-list {
  background-color: #fff;
}
.fw-list .pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.fw-list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.fw-list .txt {
  padding: 30px 20px;
  text-align: center;
  min-height: 150px;
}
.fw-list .txt h3 {
  font-size: 20px;
  color: #004ea2;
  margin-bottom: 10px;
}
.fw-list .txt p {
  color: #666;
  font-size: 14px;
}
.fw-list:hover .pic img {
  transform: scale(1.1);
}
.footer {
  background-color: #202020;
  padding: 50px;
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
}
.footer .footbox {
  width: 100%;
}
.footer .footbox {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #FFF;
}
.footer .f-left {
  width: 320px;
}
.footer .f-left .tel {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
}
.footer .f-left .contact {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 40px;
  margin-top: 15px;
}
.footer .f-left .contact:hover {
  background-color: #cc0609;
  color: #fff;
  border-color: #cc0609;
}
.footer .f-pronav {
  width: 100px;
}
.footer .f-pronav h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .f-pronav p {
  margin-bottom: 10px;
}
.footer .f-contact {
  width: 400px;
}
.footer .f-contact h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .f-code {
  width: 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-code > div {
  width: 90px;
  text-align: center;
}
.footer .f-code > div p {
  margin-bottom: 10px;
}
.copy {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.copy .link a {
  margin-left: 20px;
}
.indexSwiper {
  height: 660px;
  overflow: hidden;
  text-align: center;
}
.indexSwiper .swiper-slide {
  height: 660px;
}
.blue-tel {
  background-color: #004ea2;
  height: 40px;
  position: relative;
  z-index: 100;
}
.index-tel {
  position: relative;
  top: -40px;
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  background-color: #004ea2;
  border-radius: 60px 60px 0 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  padding-top: 20px;
}
.index-tel .txt {
  font-size: 20px;
  font-weight: bold;
}
.index-tel .tel {
  display: flex;
  align-items: center;
}
.index-tel .tel p {
  display: inline-block;
}
.index-tel .tel .t {
  font-size: 40px;
}
.top-txt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.zsbox {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
#con-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
  width: 2600px;
  height: 170px;
}
#con-ul li {
  float: left;
  padding: 10px;
  width: 260px;
  overflow: hidden;
}
#con-ul img {
  display: block;
  width: 240px;
  height: 150px;
}
.page-slider {
  width: 100%;
  height: 420px;
}
.loction {
  background-color: #f4f4f4;
  padding: 20px 0;
  font-size: 14px;
}
.blank {
  height: 100px;
}
.pro-main {
  margin-top: 40px;
  border: 1px solid #ddd;
  border-top: 2px solid #cc0609;
  padding: 50px 80px;
  line-height: 2;
}
.pro-name h2 {
  font-size: 24px;
  text-align: center;
}
.pro-content {
  margin-top: 50px;
}
.proSwiper {
  overflow: hidden;
}
.proSwiper .swiper-slide {
  text-align: center;
}
.newstitle {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.newstitle h1 {
  font-size: 24px;
}
.newscontent p {
  margin-bottom: 20px;
}
.pagebox {
  padding: 50px 0;
  line-height: 2;
}
.pagebox p {
  margin-bottom: 20px;
}
.listpage {
  text-align: center;
}
.listpage span,
.listpage a {
  display: inline-block;
  font-family: "din";
  font-size: 18px;
  padding: 8px 20px;
  border: 1px solid #eee;
  margin: 0 5px 0 5px;
  background-color: #ffffff;
}
.listpage span {
  color: #999999;
}