@charset "UTF-8";
@import url(./base.css);

.main {
  width: 100%;
  height: auto;
  background-color: #fff;
}
/* 头部导航 */
#header {
  display: block;
  position: relative;
  overflow: hidden;
}
#header .header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 132px;
  border-bottom: 2px solid #e65b18;
}
#header .header .head {
  align-items: center;
  justify-content: space-between;
  height: 132px;
}
#header .header .head .left {
  align-items: center;
  justify-content: space-between;
}

#header .header .head .left .left_img {
  width: 96px;
  height: 88px;
}
#header .header .head .left .left_title {
  margin-left: 15px;
  height: 48px;
}
#header .header .head .logo {
  width:364px;
  height: 87px;
}
#header .header .head .right {
  align-items: center;
  justify-content: space-between;
}
#header .header .head .right .right_title {
  height: 48px;
  margin-right: 15px;
}

#header .header .head .right .right_img {
  width: 45px;
  height: 48px;
}

#header .nav {
  width: 100%;
  height: 46px;
}
#header .nav .nav_list {
}
#header .nav .nav_list ul {
}
#header .nav .nav_list ul li {
  width: 200px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
}
#header .nav .nav_list ul li a {
  color: #272727;
  padding: 10px 45px;
}

#header .nav .nav_list ul li.active {
  background-color: #e65b18;
}
#header .nav .nav_list ul li.active a {
  color: #fff;
}

#header .nav .nav_list ul li:hover {
  background-color: #e65b18;
}
#header .nav .nav_list ul li:hover a {
  color: #fff;
}

/* banner */
.banner {
  width: 100%;
  height: auto;
}

/*  */
.nerbanner{
	width: 100%;
	height: 400px;
}
/* page1 */
.page1 {
  width: 100%;
  height: auto;
}
.page1 .top{
	position: relative;
}
.page1 .top .title {
  font-weight: bold;
  font-size: 74px;
  color: #e65b18;
  text-align: center;
  padding-top: 50px;
  line-height: 70px;
}

.page1 .top .desc {
  width: 100%;
  margin: 10px auto 0;
  font-weight: 400;
  font-size: 14px;
  color: #929292;
  text-align: center;
  line-height: 28px;
}
.page1 .top .img3{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 105px;
}

.page1 .type {
  align-items: center;
  justify-content: space-between;
  height: 480px;
}
.page1 .type .left {
  width: 510px;
  height: 370px;
  overflow: hidden;
}
.page1 .type .left img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page1 .type .left img:hover:not(.noscale) {
  transform: scale(1.2);
}
.page1 .type .right {
  width: 640px;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.page1 .type .right .info {
  
}
.page1 .type .right .info .title {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 22px;
  line-height: 44px;
  color: #000000;
  padding-top: 10px;
}
.page1 .type .right .info .desc {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #858585;
  line-height: 20px;
  padding-top: 15px;
}

/* page2 */
.page2 {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}

.page2 .title {
  font-weight: bold;
  font-size: 87px;
  color: #e65b18;
  text-align: center;
  padding-top: 30px;
  line-height: 80px;
}

.page2 .desc {
  width: 670px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 14px;
  color: #929292;
  text-align: center;
  line-height: 28px;
}

.page2 .list1 {
  margin-bottom: 50px;
  width: 100%;
  height: 440px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page2 .list1 .image {
  width: 105px;
  height: 55px;
  position: absolute;
  top: 37px;
  left: -11px;
  background-image: url(../images/page2_list_img1.png);
  background-size: 100% 100%;
  font-weight: normal;
  font-size: 28px;
  color: #f2f2f2;
  line-height: 65px;
  text-align: right;
  padding-right: 15px;
}
.page2 .list1 .left {
  width: 460px;
  height: 440px;
  position: relative;
}

.page2 .list1 .left .list_titile {
  width: 310px;
  margin-top: 60px;
  margin-left: 112px;
  font-weight: 400;
  font-size: 18px;
  color: #010101;
}

.page2 .list1 .left .list_desc {
  width: 380px;
  margin-left: 40px;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  position: absolute;
  top: 130px;
}
.page2 .list1 .left .more {
  width: 100px;
  height: 27px;
  border: 1px solid #e65b18;
  border-radius: 50px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  position: absolute;
  right: 50px;
  bottom: 40px;
  cursor: pointer;
}
.page2 .list1 .left .more a {
  color: #e65b18;
  padding: 6px;
}
.page2 .list1 .right {
  width: 740px;
  height: 440px;
  overflow: hidden}

.page2 .list1 .right img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page2 .list1:hover .right img:not(.noscale) {
  transform: scale(1.2);
}

.page2 .list2 {
  margin-bottom: 50px;
  width: 100%;
  height: 440px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page2 .list2 .image {
  width: 105px;
  height: 55px;
  position: absolute;
  top: 37px;
  right: -11px;
  background-image: url(../images/page2_list_img2.png);
  background-size: 100% 100%;
  font-weight: normal;
  font-size: 28px;
  color: #f2f2f2;
  line-height: 65px;
  text-align: left;
  padding-left: 15px;
}
.page2 .list2 .left {
  width: 460px;
  height: 440px;
  position: relative;
}

.page2 .list2 .left .list_titile {
  width: 310px;
  margin-top: 60px;
  margin-left: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #010101;
}

.page2 .list2 .left .list_desc {
  width: 380px;
  margin-left: 50px;
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  position: absolute;
  top: 130px;
}
.page2 .list2 .left .more {
  width: 100px;
  height: 27px;
  border: 1px solid #e65b18;
  border-radius: 50px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  position: absolute;
  right: 50px;
  bottom: 40px;
  cursor: pointer;
}
.page2 .list2 .left .more a {
  color: #e65b18;
  padding: 6px;
}
.page2 .list2 .right {
  width: 740px;
  height: 440px;
  overflow: hidden;
}
.page2 .list2 .right img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page2 .list2:hover .right img:not(.noscale) {
  transform: scale(1.2);
}

.page2 .list3 {
  width: 100%;
  height: 340px;
  display: flex;
}
.page2 .list3 .left {
  width: 63px;
  height: 340px;
  background: #e65b18;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.page2 .list3 .left .diamond {
  width: 14px;
  height: 14px;
  background-color: #fff;
  transform: rotate(45deg);
}
.page2 .list3 .left .list3_title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  writing-mode: vertical-rl; /* 从上到下，从右到左 */
  transform: rotate(0deg); /* 修正文字方向，确保从上到下顺序 */
}
.page2 .list3 .right {
  width: 1137px;
  height: 340px;
  overflow: hidden;
  background: #fff;
}
.page2 .list3 .right .swiper {
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.page2 .list3 .right .swiper-wrapper {
  align-items: center;
}
.page2 .list3 .right .swiper-slide {
  width: 260px;
  height: 280px;
}
.page2 .list3 .right .swiper-slide .image {
  width: 260px;
  height: 260px;
  overflow: hidden;
}

.page2 .list3 .right .swiper-slide .image img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page2 .list3 .right .swiper-slide:hover .image img:not(.noscale) {
  transform: scale(1.2);
}

.page2 .list3 .right .swiper-slide .info_title {
	width: 260px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
  font-weight: 400;
  font-size: 16px;
  color: #929292;
  text-align: center;
}
.page2 .mores {
  width: 154px;
  height: 42px;
  background-color: #e65b18;
  border: 1px solid #e65b18;
  border-radius: 50px;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  margin: 60px auto;
  cursor: pointer;
}
.page2 .mores a {
  color: #fff;
  padding: 6px;
}

/* page3 */
.page3 {
  width: 100%;
  height: auto;
  /* background-image: url(../images/page3_bj.png); */
  background-size: 100% 345px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.page3 .title {
  font-weight: bold;
  font-size: 87px;
  color: #e65b18;
  text-align: center;
  padding-top: 50px;
  line-height: 80px;
}

.page3 .desc {
  width: 670px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 14px;
  color: #929292;
  text-align: center;
  line-height: 28px;
}
.page3 .more {
  width: 100px;
  margin: 20px auto;
  height: 27px;
  border: 1px solid #e65b18;
  border-radius: 50px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  color: #e65b18;
}
.page3 .more a {
    color: #e65b18;
    padding: 6px;
}
.page3 .type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .type .left {
  width: 19px;
  height: 35px;
  cursor: pointer;
}
.page3 .type .right {
  width: 19px;
  height: 35px;
  cursor: pointer;
}
.page3 .type .info {
  width: calc(100% - 120px);
  height: auto;
}
.page3 .type .info .swiper {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.page3 .type .info .swiper-slide {
  width: 490px;
  height: 100%;
}
.page3 .type .info .swiper-slide .image {
  width: 490px;
  height: 320px;
  padding: 10px;
  box-shadow: 0px 0px 8px 0px rgba(88, 88, 88, 0.52);
  overflow: hidden;
}
/* .page3 .type .info .swiper-slide .image img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page3 .type .info .swiper-slide:hover .image img:not(.noscale) {
  transform: scale(1.2);
} */

.page3 .type .info .swiper-slide .info_title {
  font-weight: 400;
  font-size: 24px;
  color: #231815;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.page3 .type .info .swiper-slide .info_title p {
  width: 8px;
  height: 8px;
  background: #231815;
  border-radius: 50%;
  margin-right: 15px;
}

.page3 .type .info .swiper-slide .more {
  width: 100px;
  height: 27px;
  border: 1px solid #e65b18;
  border-radius: 50px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  margin: 20px;
  color: #e65b18;
}
.page3 .type .info .swiper-slide .more a {
  color: #e65b18;
  padding: 6px;
}
/* page4 */
.page4 {
  width: 100%;
  height: auto;
}

.page4 .title {
  font-weight: bold;
  font-size: 87px;
  color: #e65b18;
  text-align: center;
  padding-top: 50px;
  line-height: 80px;
}

.page4 .desc {
  width: 1200px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 14px;
  color: #929292;
  text-align: center;
  line-height: 28px;
}
.page4 .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page4 .content .left {
  width: 555px;
  height: auto;
}
.page4 .content .left .image {
  width: 555px;
  height: 277px;
}



.page4 .content .left .type {
  width: 555px;
  height: 190px;
  margin-top: 30px;
  display: flex;
}
.page4 .content .left .type .time {
  width: 90px;
  height: 190px;
}
.page4 .content .left .type .time .modth {
  font-weight: 400;
  font-size: 24px;
  color: #b28850;
  text-align: right;
  padding-right: 10px;
}
.page4 .content .left .type .time .year {
  font-weight: 400;
  font-size: 18px;
  color: #7c7c7c;
  text-align: right;
  padding-right: 10px;
}
.page4 .content .left .type .xain {
  width: 3px;
  height: 190px;
}
.page4 .content .left .type .xain .xain1 {
  width: 3px;
  height: 63px;
  background-color: #1c9436;
}
.page4 .content .left .type .xain .xain2 {
  width: 3px;
  height: 63px;
  background-color: #d9d9d9;
}
.page4 .content .left .type .xain .xain3 {
  width: 3px;
  height: 63px;
  background-color: #e60009;
}
.page4 .content .left .type .info {
  margin-left: 40px;
  width: 410px;
}
.page4 .content .left .type .info .info_title {
  font-weight: 400;
  font-size: 18px;
  color: #e65b18;
  padding-top: 10px;
}
.page4 .content .left .type .info .info_desc {
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  padding-top: 20px;
}
.page4 .content .left .type .info .info_more {
  width: 155px;
  height: 44px;
  background: #e65b18;
  font-weight: 400;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  margin-top: 30px;
}
.page4 .content .left .type .info .info_more a {
  color: #fff;
}

.page4 .content .right .type {
  width: 600px;
  height: 128px;
  margin-top: 35px;
  display: flex;
}
.page4 .content .right .type .time {
  width: 90px;
  height: 128px;
}
.page4 .content .right .type .time .modth {
  font-weight: 400;
  font-size: 24px;
  color: #b28850;
  text-align: right;
  padding-right: 10px;
}
.page4 .content .right .type .time .year {
  font-weight: 400;
  font-size: 18px;
  color: #7c7c7c;
  text-align: right;
  padding-right: 10px;
}
.page4 .content .right .type .xain {
  width: 3px;
  height: 128px;
}
.page4 .content .right .type .xain .xain1 {
  width: 3px;
  height: 42px;
  background-color: #1c9436;
}
.page4 .content .right .type .xain .xain2 {
  width: 3px;
  height: 42px;
  background-color: #d9d9d9;
}
.page4 .content .right .type .xain .xain3 {
  width: 3px;
  height: 42px;
  background-color: #e60009;
}
.page4 .content .right .type .info {
  height: 128px;
  width: 470px;
  border-bottom: 1px solid #e9e9ea;
}
.page4 .content .right .type .info:hover {
  background-color: #f9f9fa;
}
.page4 .content .right .type .info .info_title {
  font-weight: 400;
  font-size: 18px;
  color: #e65b18;
  padding-top: 8px;
  padding-left: 40px;
}
.page4 .content .right .type .info .info_desc {
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
  padding-top: 15px;
  padding-left: 40px;
}

/* page5 */
.page5 {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.page5 .title {
  font-weight: bold;
  font-size: 87px;
  color: #e65b18;
  text-align: center;
  padding-top: 50px;
  line-height: 80px;
}

.page5 .desc {
  width: 970px;
  margin: 40px auto;
  font-weight: 400;
  font-size: 14px;
  color: #929292;
  text-align: center;
  line-height: 28px;
}

.page5 .info {
  width: 100%;
  height: 360px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page5 .info .type1 {
  width: 980px;
  height: 360px;
}

.page5 .info .type2 {
  width: 980px;
  height: 360px;
}
.page5 .info .image {
  width: 510px;
  height: 360px;
  float: left;
  overflow: hidden;
}
.page5 .info .image img:not(.noscale) {
  transition: all 2s ease 0s;
}
.page5 .info:hover .image img:not(.noscale) {
  transform: scale(1.2);
}


.page5 .info .cont {
  width: 430px;
  height: 360px;
  float: left;
  margin-left: 40px;
}
.page5 .info .cont .type_title {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  padding-top: 15px;
}
.page5 .info .cont .type_desc {
  font-weight: 400;
  font-size: 12px;
  color: #7d7d7d;
  line-height: 26px;
  padding-top: 15px;
}
.page5 .info .cont .type_more {
  width: 142px;
  height: 37px;
  border: 1px solid #d3d3d3;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 37px;
  margin-top: 30px;
}

.page5 .info .cont .type_more a {
  color: #717171;
}

.page5 .info .cont .type_more:hover {
  background-color: #e65b18;
  border: 1px solid #e65b18;
}
.page5 .info .cont .type_more:hover a {
  color: #fff;
}
.page5 .info .right {
  width: 109px;
  height: 390px;
  background: #f3f3f3;
}
.page5 .info .right .list {
  width: 109px;
  height: 195px;
  background: #f3f3f3;
  font-weight: 400;
  font-size: 18px;
  color: #8a8a8a;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page5 .info .right .list.active {
  background: #e65b18;
  color: #ffffff;
}

/* page6 */
.page6 {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.page6 .info {
  justify-content: space-between;
}
.page6 .info .left {
  width: 500px;
  height: auto;
}

.page6 .info .left .mySwiper2 {
  width: 500px;
  height: 500px;
}
.page6 .info .left .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.page6 .info .left .type {
  width: 500px;
  height: 150px;
  margin-top: 20px;
}
.page6 .info .left .type .button-next {
  width: 30px;
  height: 150px;
  background-color: #e55926;
  color: #fff;
  line-height: 150px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.page6 .info .left .type .button-prev {
  width: 30px;
  height: 150px;
  background-color: #e55926;
  color: #fff;
  line-height: 150px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.page6 .info .left .mySwiper {
  width: 420px;
  height: 150px;
}

.page6 .info .right {
  width: 600px;
  height: auto;
}
.page6 .info .right .title {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.page6 .info .right .desc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.page6 .type_detail {
  width: 100%;
  height: auto;
  margin-top: 30px;
  justify-content: space-between;
}

.page6 .type_detail .left {
  width: 310px;
  height: auto;
}
.page6 .type_detail .left .title {
  width: 310px;
  height: 80px;
  background-color: #e55926;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}
.page6 .type_detail .left .info {
  width: 310px;
  height: auto;
  padding: 15px;
  border-left: 1px solid #7c7c7c;
  border-right: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
}
.page6 .type_detail .left .list {
  width: 260px;
  height: auto;
  margin: 20px auto;
  cursor: pointer;
}
.page6 .type_detail .left .list .image {
  width: 260px;
  height: 260px;
  overflow: hidden;
}
.page6 .type_detail .left .list .name {
  text-align: center;
  padding-top: 15px;
  font-size: 18px;
  color: #626262;
}
.page6 .type_detail .left .list .image img {
  transform: scale(1);
  transition: all 0.5s;
}
.page6 .type_detail .left .list:hover .image img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.page6 .type_detail .left .list:hover .name {
  color: #e55926;
}
.page6 .type_detail .right {
  width: 850px;
  height: auto;
}
.page6 .type_detail .right .title {
  width: 850px;
  height: 80px;
  border-bottom: 1px solid #eee;
  line-height: 80px;
  font-size: 24px;
}
.page6 .type_detail .right .news_content {
  margin-top: 30px;
  height: auto;
}

/* produ_type */
.produ_type{
	width: 100%;
	height: 50px;
	margin: 20px auto;
}
.produ_type .produ_list{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
}
.produ_type .produ_list .produ_btn{
	width: auto;
	padding: 0 15px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	margin-right: 20px;
	background-color: #f1f1f1;
	overflow: hidden;
}
.produ_type .produ_list .produ_btn a{
	color: #4c4c4c;
}
.produ_type .produ_list .active{
	background-color: #e55926;
}
.produ_type .produ_list .active a{
	color: #fff;
}
.produ_type .produ_list .produ_btn:hover{
	background-color: #e55926;
}
.produ_type .produ_list .produ_btn:hover a{
	color: #fff;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  border-top: 1px solid #dfdfdf;
}
.footer .nav {
  height: 85px;
}
.footer .nav ul {
  height: 85px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer .nav ul li {
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}
.footer .nav ul li a {
  color: #626262;
}
.footer .nav ul li:hover a {
  color: #e65b18;
}

.footer .type {
  width: 100%;
  height: 275px;
  background-color: #c4deee;
}
.footer .type .left {
  width: 355px;
  height: 275px;
  padding: 30px 0;
}
.footer .type .left p {
  font-weight: 400;
  font-size: 18px;
  color: #1d60b3;
  line-height: 30px;
}
.footer .type .logo {
  width: 490px;
  height: 275px;
  background: #e4edf3;
}
.footer .type .logo .image {
  width: 364px;
  height: 87px;
  margin: 30px auto 10px;
}
.footer .type .logo .logo_title {
  font-weight: 900;
  font-size: 40px;
  color: #366DBF;
  text-align: center;
}
.footer .type .logo .logo_name {
 padding-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #366DBF;
  text-align: center;
}
.footer .type .right {
  width: 355px;
  height: 275px;
}
.footer .type .right .image {
  width: 43px;
  height: 45px;
  margin: 40px auto 25px;
}
.footer .type .right .right_title {
  font-weight: 400;
  font-size: 20px;
  color: #1d60b3;
  text-align: center;
  line-height: 30px;
}
.footer .info {
  width: 100%;
  height: 60px;
  background: #76b8e1;
}
.footer .info .public {
  line-height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #056fb1;
  text-align: right;
  padding-right: 50px;
}
.footer .info .public span {
  padding-right: 30px;
}
.footer .info .public a {
  color: #056fb1;
}
