@import url(./reset.css);
@import url(./animate.min.css);
@import url(./swiper.min.css);
@import url(https://at.alicdn.com/t/font_2694860_1g0e9zqrch2.css?spm=a313x.7781069.1998910419.40&file=font_2694860_1g0e9zqrch2.css);
.header {
  background: #fff;
  height: 80px;
}

.header .center {
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: start;
}

.header .logo img {
  display: block;
}

.header .nav .item {
  padding: 0 30px;
  position: relative;
}

.header .nav .item > a {
  display: block;
  line-height: 80px;
  width: 100%;
  font-size: 18px;
  color: #333333;
  height: 80px;
}

.header .nav .item > a:hover {
  color: #da251d;
}

.header .nav .item:hover .inNav {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.header .nav .inNav {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
  transition: all .3s;
  width: 100px;
  z-index: 8;
}

.header .nav .inNav .box {
  width: 100px;
  background: rgba(218, 37, 29, 0.6);
}

.header .nav .inNav .box a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all .3s;
}

.header .nav .inNav .box a:hover {
  background: rgba(218, 37, 29, 0.8);
}

.banner {
  position: relative;
}

.bannerSiper {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
}

.bannerSiper img {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  width: 100vw;
}

.sy-navigation {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.sy-navigation.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}

.sy-navigation .i {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.sy-next {
  right: 2vw;
}

.sy-prev {
  left: 2vw;
}

.syPro {
  background: url(../images/sybg1.jpg) center no-repeat;
  height: 850px;
  padding-top: 95px;
}

.syPro .center {
  position: relative;
  padding: 1px;
}

.syPro .center .redTit {
  left: -138px;
  top: 0;
}

.syPro .center > .top {
  align-items: center;
}

.redTit {
  font-size: 90px;
  color: #da251d;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  writing-mode: tb-rl;
  transform: rotateZ(180deg);
}

.sytitle h1 {
  font-size: 28px;
  color: #d91f17;
  font-weight: bold;
  margin-bottom: 5px;
}

.sytitle h2 {
  font-size: 36px;
  color: #333333;
}

.symore {
  position: relative;
  overflow: hidden;
  width: 155px;
  height: 40px;
  line-height: 40px;
  z-index: 5;
  position: relative;
  font-size: 18px;
  padding-left: 36px;
}

.symore::before {
  content: "";
  display: block;
  width: 75px;
  background: #da251d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 40px;
}

.symore a {
  color: #da251d;
  align-items: center;
}

.symore i {
  color: #fff;
}

.symore .i {
  font-size: 30px;
}

.proList {
  margin-top: 85px;
}

.proList .item {
  width: 390px;
  padding: 7px;
  transition: all .3s;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.proList .item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.proList .item .img {
  width: 375px;
  height: 375px;
}

.proList .item .info {
  border-left: 9px solid #da251d;
  padding-left: 20px;
  margin-top: 15px;
}

.proList .item .info .tit {
  font-size: 22px;
  font-weight: bold;
  color: #1b1613;
}

.proList .item .info .txt {
  font-size: 16px;
  color: #000;
}

.proList .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.proList .item:hover img {
  transform: scale(1.1);
}

.syCase {
  background: url(../images/syBg2.jpg) center no-repeat;
  height: 835px;
  overflow: hidden;
}

.caseBox {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  height: 610px;
  transform: translateX(360px);
  margin-top: 155px;
  padding-top: 90px;
}

.caseBox .redTit {
  left: 10px;
  top: 30px;
}

.caseBox .redTit::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 100px;
  background: #da251d;
  transform: translateX(24px) translateY(-22px);
}

.caseBox .box {
  width: 845px;
}

.caseBox .top {
  padding-left: 170px;
}

.caseBox .top .txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 30px;
}

.caseBox .imgList {
  margin-left: 60px;
  margin-top: 40px;
}

.caseBox .imgList .img {
  width: 240px;
  height: 180px;
}

.caseBox .imgList .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.caseBox .imgList .img:not(:nth-child(3n)) {
  margin-right: 30px;
}

.caseBox .imgList .img:hover img {
  transform: scale(1.1);
}

.caseBox .symore {
  margin-top: 40px;
  margin-left: 60px;
}

.syNews {
  background: #f3f6f9;
  padding: 130px 0 75px;
}

.syNews .center {
  position: relative;
}

.syNews .redTit {
  top: -50px;
  left: -110px;
}

.syNews .redTit::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  height: 100px;
  background: #da251d;
  transform: translateX(24px) translateY(-22px);
}

.syNews .top {
  align-items: center;
  margin-bottom: 30px;
}

.syNews .top .tit {
  font-size: 36px;
  color: #333333;
}

.newCon .img img {
  width: 380px;
  height: 495px;
  display: block;
}

.newCon .syNewsList {
  width: 760px;
}

.newCon .syNewsList .item {
  background: #fff;
  transition: all .3s;
}

.newCon .syNewsList .item a {
  height: 145px;
  padding: 25px 40px;
}

.newCon .syNewsList .item:not(:last-child) {
  margin-bottom: 30px;
}

.newCon .syNewsList .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newCon .syNewsList .item .time {
  border-bottom: 2px solid #da251d;
  margin-left: 30px;
}

.newCon .syNewsList .item .time h1 {
  font-size: 36px;
  font-weight: bold;
  color: #da251d;
}

.newCon .syNewsList .item .time h2 {
  font-size: 18px;
  color: #999;
}

.newCon .syNewsList .item .info {
  width: 510px;
  padding-top: 7px;
}

.newCon .syNewsList .item .info .one {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.newCon .syNewsList .item .info .two {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.syAbout {
  background: url(../images/syNewsBg.jpg) center no-repeat;
  padding-top: 80px;
  height: 762px;
}

.syAbout .top {
  font-size: 90px;
  font-weight: bold;
  color: #da251d;
  display: flex;
  line-height: 90px;
  position: relative;
}

.syAbout .top::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #da251d;
  position: absolute;
  bottom: 40px;
  left: 300px;
}

.syAbout .top span {
  font-size: 32px;
  line-height: 120px;
  color: #000;
}

.aboutCon .left {
  width: 710px;
}

.aboutCon .left .self {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 38px 0;
  height: 270px;
  margin-bottom: 20px;
}

.aboutCon .left .self .tit {
  font-size: 28px;
  margin-bottom: 10px;
  color: #333333;
}

.aboutCon .left .self .abA {
  display: block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #da251d;
  border-radius: 35px;
  text-align: center;
  color: #da251d;
  margin-top: 30px;
}

.aboutCon .left .self .abA:hover {
  color: #fff;
  background: #da251d;
}

.aboutCon .left .self .info {
  line-height: 28px;
}

.aboutCon .right {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.baojia {
  width: 460px;
  padding: 50px 50px 0;
}

.baojia .tit h1 {
  font-size: 24px;
  color: #333333;
}

.baojia .tit h2 {
  font-size: 16px;
  color: #da251d;
  line-height: 40px;
}

.baojia .baojiaForm {
  width: 100%;
  margin-top: 30px;
}

.baojia .baojiaForm .item {
  margin-bottom: 20px;
}

.baojia .baojiaForm .bjInp {
  width: 362px;
  height: 56px;
  border: 2px solid #eaeaea;
  background: #fafafb;
  color: #999999;
  font-size: 16px;
  padding: 0 10px;
}

.baojia .baojiaForm .bjBtn {
  border: none;
  background: #da251d;
  color: #fff;
  width: 362px;
  height: 56px;
  margin-top: 20px;
  font-size: 18px;
  cursor: pointer;
}

.foot {
  background: url(../images/footBg.jpg) center no-repeat;
  height: 284px;
  padding-top: 55px;
}

.foot .logo img {
  width: 270px;
}

.foot .footInfo .item {
  margin-top: 30px;
}

.foot .footInfo .item:not(:last-child) {
  margin-right: 40px;
}

.foot .footInfo h1 {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.foot .er {
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.foot .er .erweima .img {
  width: 145px;
}

.footIpc {
  background: #1a1b1d;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

.footIpc a {
  color: #fff;
}

.inban {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.inban img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.inban .iCon {
  position: absolute;
  left: 25vw;
  color: #da251d;
  top: 10vh;
}

.inban .iCon h1 {
  font-size: 24px;
}

.inban .iCon h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}

.inban::after {
  content: "";
  display: block;
  width: 100px;
  height: 40%;
  position: absolute;
  left: 25vw;
  bottom: 0;
  background: linear-gradient(to bottom, #da251d, rgba(255, 255, 255, 0));
}

.caseList {
  margin-top: 50px;
}

.caseList .item {
  position: relative;
  width: 580px;
  margin-bottom: 40px;
}

.caseList .item:not(:nth-child(2n)) {
  margin-right: 40px;
}

.caseList .item:hover img {
  transform: scale(1.05);
}

.caseList .img img {
  display: block;
  width: 580px;
  height: 370px;
}

.caseList .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  height: 78px;
  color: #fff;
  padding: 0 15px;
}

.caseList .info .name {
  font-size: 24px;
  line-height: 78px;
  font-weight: bold;
  width: 380px;
}

.caseList .info .time {
  font-size: 18px;
  line-height: 100px;
  position: relative;
}

.caseList .info .time::before {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  display: block;
  width: 54px;
  height: 6px;
  background: #da251d;
}

.caseInfo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.caseInfo .name h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.caseInfo .name h2 {
  font-size: 18px;
  color: #666666;
}

.caseInfo .info .img {
  width: 600px;
}

.caseInfo .info .img img {
  display: block;
  width: 600px;
}

.caseInfo .info .right {
  width: 545px;
  border-left: 1px solid #dcdcdc;
  padding-left: 50px;
}

.caseInfo .info .right .tit {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0;
}

.caseImgTit {
  margin: 50px 0;
}

.caseImgTit h1 {
  font-size: 24px;
  color: #da251d;
}

.caseImgTit h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.imgSwiper img {
  display: block;
  width: 580px;
  height: 370px;
}

.casePage {
  justify-content: center;
  margin-top: 30px;
}

.casePage .item {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.casePage .item.swiper-button-disabled {
  opacity: 0.5;
}

.casePage .i {
  font-size: 30px;
  color: #da251d;
}

.probg {
  background: url(../images/probg.jpg) center repeat-y;
  overflow: hidden;
}

.proInfo {
  margin-top: 50px;
}

.proInfo .left {
  width: 550px;
}

.proInfo .left .name {
  color: #1b1613;
}

.proInfo .left .name::after {
  content: "";
  display: block;
  width: 90px;
  height: 6px;
  background: #da251d;
  margin-bottom: 50px;
}

.proInfo .left .name h1 {
  font-size: 30px;
}

.proInfo .left .name h2 {
  font-size: 24px;
  margin: 10px 0 20px;
}

.proInfo .img {
  width: 500px;
  height: 500px;
}

.proInfo .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.protit {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.proImgList {
  background: url(../images/probg.jpg) top center repeat-y;
  padding: 50px 0 20px;
}

.proImgList .item {
  width: 380px;
  margin-bottom: 30px;
  height: 300px;
}

.proImgList .item img {
  display: block;
  width: 380px;
  height: 300px;
}

.proImgList .item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.proInfoList {
  margin-top: 40px;
  margin-bottom: 50px;
}

.proInfoList .item {
  margin-bottom: 30px;
}

.cjyy {
  margin-top: 50px;
}

.cjyy .item {
  background: #f2f2f2;
}

.cjyy .item:nth-child(2n) {
  flex-flow: row-reverse;
}

.cjyy .item .box {
  flex: 1;
}

.cjyy .item .info {
  padding: 50px 40px 0;
}

.cjyy .item .name {
  font-size: 24px;
  color: #373737;
  font-weight: bold;
  margin-bottom: 30px;
}

.cjyy .item .info-c {
  margin-bottom: 60px;
}

.cpName {
  text-align: center;
  margin-top: 80px;
  font-size: 36px;
  font-weight: bold;
}

.rlzy {
  margin-top: 50px;
  margin-bottom: 130px;
}

.rlzy .rlzy-top {
  height: 65px;
  background: #e6e6e6;
  line-height: 65px;
  border-bottom: 1px solid #b9b8b8;
}

.rlzy .rlzy-top .item {
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.rlzy .rzly-list .item {
  border-bottom: 1px solid #dadada;
}

.rlzy .rzly-list .item .top {
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 65px;
  display: flex;
  align-items: center;
}

.rlzy .rzly-list .item .top:hover {
  background: #da251d;
}

.rlzy .rzly-list .item .top:hover .box {
  color: #fff;
}

.rlzy .rzly-list .item .top.active {
  background: #da251d;
}

.rlzy .rzly-list .item .top.active .box {
  color: #fff;
}

.rlzy .rzly-list .item .top .box {
  flex: 1;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #666666;
}

.rlzy .rzly-list .item .info {
  background: #f7f7f7;
  padding: 20px 35px;
  display: none;
}

.about {
  margin: 80px auto;
}

.baojiabg {
  background: url(../images/bjbg.jpg) center no-repeat;
  height: 575px;
}

.baojiabg .center {
  align-items: center;
}

.baojiabg .tit {
  margin-bottom: 40px;
}

.baojiabg .tit h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.baojiabg .tit h2 {
  font-size: 24px;
  color: #333333;
}

.baojiabg .tit h2 span {
  color: #da251d;
}

.bjlist .item {
  text-align: center;
  padding-right: 40px;
  position: relative;
}

.bjlist .item:not(:first-child) {
  padding-left: 40px;
}

.bjlist .item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #929292;
}

.baojiabg .center {
  height: 100%;
}

.baojiabg .baojia {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newList {
  margin-top: 50px;
}

.newList .item {
  align-items: center;
  margin-bottom: 35px;
}

.newList .item:hover .info .one {
  color: #da251d;
}

.newList .item:hover img {
  transform: scale(1.1);
}

.newList .time {
  width: 80px;
}

.newList .time h1 {
  font-size: 60px;
  font-weight: bold;
  color: #da251d;
  margin-left: -10px;
  transition: all .3s;
}

.newList .time h2 {
  font-size: 16px;
  color: #666666;
}

.newList .info {
  width: 770px;
}

.newList .info::before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background: #da251d;
}

.newList .info .one {
  font-size: 18px;
  padding-top: 10px;
  color: #333333;
  margin-bottom: 15px;
}

.newList .info .two {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.newList .img {
  width: 275px;
  height: 160px;
}

.newList .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.newsInfo {
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
  margin-top: 80px;
}

.newsInfo .tit {
  text-align: center;
}

.newsInfo .tit h1 {
  font-size: 30px;
  color: #2d2d2d;
}

.newsInfo .tit h2 {
  font-size: 16px;
  color: #858585;
  margin-top: 10px;
}

.newsInfo .info-c {
  margin-top: 30px;
}

.sxPian {
  margin: 50px auto;
}

.sxPian .item {
  align-items: center;
  width: 580px;
  background-color: #eeeeee;
  height: 70px;
  font-size: 16px;
  padding: 0 20px;
  transition: all .3s;
}

.sxPian .item:hover {
  background: #da251d;
  color: #fff;
}

.sxPian .item:hover a {
  color: #fff;
}

.sxPian .item a {
  flex: 1;
  transition: all .3s;
  line-height: 70px;
  font-size: 16px;
}

.sxPian .item a:hover {
  text-decoration: underline;
}

.contacttit {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 80px;
}

.contact {
  margin-top: 40px;
}

.contact .item {
  text-align: center;
  flex: 1;
}

.contact .item:not(:last-child) {
  border-right: 1px solid #aaaaaa;
}

.contact .item h1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact .item h2 {
  font-size: 16px;
  color: #666666;
}

.map {
  margin-top: 50px;
  margin-bottom: 80px;
}
