:root {
  --main-color: #E35F21;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 20px;
}

.picBox {
  overflow: hidden;
}
.picBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}

.header {
  height: 123px;
  border-bottom: 3px solid var(--main-color);
}
.header .flex {
  align-items: center;
  height: inherit;
}
.header .logo {
	height:100%;
}
.header .logo a {
  color: var(--main-color);
  height:100%;
  display:flex;
  font-size: 32px;
  font-weight: bold;
}
.header .logo img{
	padding:15px;
}
.header .logo span {
  font-size: 32px;
  font-weight: bold;
  color: #ccc;
}
.header .nav ul {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.header .nav ul li {
  position: relative;
  padding: 40px 0;
}
.header .nav ul li .down_nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75%;
  background: #fff;
  z-index: 9;
  display: none;
}
.header .nav ul li .down_nav a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #4d4d4d;
  width: -moz-max-content;
  width: max-content;
  line-height: 40px;
}
.header .nav ul li .down_nav a:hover {
  color: var(--main-color);
}
.header .nav ul li > a {
  font-size: 16px;
  color: #2b2b2b;
}
.header .nav ul li > a:hover {
  color: var(--main-color);
}
.header .nav ul li.act > a {
  color: var(--main-color);
}

.index_page2 {
  background: #F8F8F8;
  padding: 80px 0;
}
.index_page2 .index_tit {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  margin-bottom: 60px;
}
.index_page2 .index_tit h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1;
}

.st_list {
  display: flex;
  flex-wrap: wrap;
  gap: 120px 0;
}
.st_list .item {
  width: 100%;
  background: #fff;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 380px auto;
  align-items: center;
  gap: 0 30px;
}
.st_list .fontBox .h3 {
  font-size: 31px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 36px;
}
.st_list .fontBox p {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
.st_list .fontBox p a {
  color: var(--main-color);
}

.index_page3 {
  padding: 60px 0 150px;
}
.index_page3 .index_tit {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  margin-bottom: 60px;
}
.index_page3 .index_tit h3 {
  font-size: 30px;
  font-weight: bold;
  color: #E35F21;
  line-height: 1;
}
.index_page3 .switch_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 30px;
}
.index_page3 .switch_nav .item {
  border: 1px solid #ccc;
  line-height: 36px;
  padding: 0 24px;
  border-radius: 25px;
}
.index_page3 .switch_nav .item a {
  font-size: 16px;
  display: block;
  color: #9b9b9b;
}
.index_page3 .switch_nav .item.active {
  background: #E35F21;
  border-color: #E35F21;
}
.index_page3 .switch_nav .item.active a {
  color: #fff;
}
.index_page3 .switch_mod .item {
  display: none;
}
.index_page3 .switch_mod .item.active {
  display: block;
}
.index_page3 .switch_mod .item .title {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
.index_page3 .switch_mod .item .title p {
  font-size: 16px;
  color: #fff;
  background: var(--main-color);
  line-height: 45px;
  padding: 0 14px;
  width: -moz-max-content;
  width: max-content;
}
.index_page3 .switch_mod .item .aside {
  padding: 0 12px;
  display: grid;
  grid-template-columns: 370px auto;
  gap: 0 12px;
}
.index_page3 .switch_mod .item .aside .picBox{
	height:365px;
	border-radius:50%;
}
.index_page3 .switch_mod .item .aside .p {
  font-size: 15px;
  color: #AFAFAF;
  line-height: 1.8;
  padding-top: 24px;
}

.index_page4 {
  background: url(../images/index_page4bg.jpg) no-repeat center;
  height: 550px;
}
.index_page4 .flex {
  height: inherit;
  justify-content: flex-end;
  align-items: center;
}
.index_page4 .flex .ftBox {
  max-width: 500px;
}
.index_page4 .flex .ftBox .h3 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.index_page4 .flex .ftBox .p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}

.inside_banner .picBox {
  height: 300px;
}

.inside_page {
  padding: 70px 0;
}

.inside_tit {
  position: relative;
}
.inside_tit h3 {
  font-size: 30px;
  color: #E35F21;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.inside_tit h3 span {
  font-size: 14px;
  color: #737373;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
.inside_tit::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #f0f0f0;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%) rotateZ(45deg);
}

.message {
  margin-top: 20px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.message .item {
  width: 100%;
}
.message .item .p {
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.message .item .in_box {
  display: flex;
  align-items: center;
}
.message .item .in_box input {
  width: 93%;
  height: 36px;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  color: #333;
  padding-left: 6px;
}
.message .item .in_box input:focus-visible {
  border-width: 2px;
  border-color: #000;
}
.message .item .in_box input#email {
  width: 24.5%;
  max-width: 135px;
}
.message .item .in_box > span {
  display: block;
  margin-left: 2.5%;
  font-size: 14px;
  color: #ff0000;
}
.message .item .radio_box {
  display: flex;
}
.message .item .radio_box input[type=radio] {
  cursor: pointer;
}
.message .item .radio_box label {
  font-size: 14px;
  color: #666;
  margin-right: 25px;
  margin-left: 5px;
}
.message .item .yzm {
  display: flex;
  align-items: center;
  margin-left: 2%;
}
.message .item .yzm span {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
.message .sumbit a {
  display: block;
  width: 230px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #E35F21;
  font-size: 14px;
  color: #fff;
}

.contact_tit {
  margin-top: 120px;
}
.contact_tit h3 {
  color: #ff6200;
}

.map {
  margin: 20px 0;
  text-align: center;
}

.contact_editor {
  padding: 0 40px;
}
.contact_editor .p {
  font-size: 14px;
  color: #666;
  line-height: 3;
  text-indent: 32px;
}

.zw_list {
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
.zw_list li {
  border-bottom: 2px solid #dbdbdb;
  padding: 5px;
}
.zw_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
}
.zw_list li a span {
  font-size: 18px;
  color: #7e7e7e;
  display: block;
}
.zw_list li a:hover span {
  color: #E35F21;
}

.news_list {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.news_list .grid {
  gap: 60px 50px;
  grid-template-columns: repeat(3, minmax(auto,calc((100% - 100px) / 3)));
}
.news_list .grid .picBox{
	height:215px;
}
.news_list .grid .ftBox {
  padding: 15px 18px 19px 18px;
}
.news_list .grid .ftBox h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.news_list .grid .ftBox p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}

.news_list2 {
  max-width: 1040px;
  width: 100%;
  margin: 80px auto 0 auto;
}
.news_list2 li {
  padding: 5px;
  border-bottom: 1px dashed #e5e5e5;
}
.news_list2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 75px;
}
.news_list2 li a:hover div {
  color: var(--main-color);
}
.news_list2 li a div {
  color: #4d4d4d;
  font-size: 16px;
}
.news_list2 li a .tit {
  display: flex;
  align-items: center;
}
.news_list2 li a .tit span {
  display: flex;
  margin-right: 10px;
}

.news_detail {
  padding: 10px 15px;
}
.news_detail .tit {
  font-size: 25px;
  color: #333;
  line-height: 1;
  padding: 5px 5px 25px 5px;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 20px;
}
.news_detail .richContent {
  font-size: 18px;
  line-height: 2;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 20px;
}

.control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control div span,
.control div a {
  font-size: 14px;
  color: #666;
}
.control div a:hover {
  color: var(--main-color);
}

.ab_list {
  margin-top: 32px;
}
.ab_list ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 90px;
}
.ab_list ul li {
  text-align: center;
}
.ab_list ul li .picBox {
  width: 200px;
  height:197px;
  border-radius:50%;
  overflow:hidden;
}
.ab_list ul li p {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}
.ab_list ul li a {
  display: block;
  width: 164px;
  height: 52px;
  border: 1px solid #E35F21;
  border-radius: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: #E35F21;
}

.index_page1 {
  padding: 60px 0;
}
.index_page1 .grid {
  gap: 0;
  justify-content: space-between;
  grid-template-columns: minmax(auto, 700px) minmax(auto, 400px);
}
.index_page1 .left .tit {
  font-size: 25px;
  color: #E35F21;
  line-height: 32px;
  padding-left: 14px;
  border-left: 4px solid #E35F21;
}
.index_page1 .left .picBox {
  margin: 30px 0;
}
.index_page1 .right .tit {
  font-size: 25px;
  color: #E35F21;
  line-height: 32px;
  padding-left: 14px;
  border-left: 4px solid #E35F21;
  padding-top: 32px;
}

.inn_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inn_list a:hover span {
  color: #E35F21;
}
.inn_list a span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  line-height: 3.1;
}
.inn_list a span.name::before {
  content: "";
  background: #666;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  margin: 0 10px 0 8px;
}

.ul_wrap {
  margin: 30px auto;
  position: relative;
  height: 554px;
}
.ul_wrap ul {
	width:100%;
  height: 554px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0%;
}
.ul_wrap ul li span{
	width:20%;
	text-align:end;
}
.ul_wrap ul li span:first-child{
	width:60%;
	text-align:left;
}


.ul_wrap li {
  list-style: none;
  height: 50px;
  line-height: 50px;
  color: #666;
  font-size: 16px;
  width:100%;
  	display:flex;
}
.footer {
  background: #1A1A1A;
  min-height: 175px;
  text-align: center;
  padding: 40px 0 20px;
}

.f_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.f_nav a {
  font-size: 14px;
  color: #4D4D4D;
}
.f_nav a:hover {
  color: #E35F21;
}
.f_nav span {
  font-size: 14px;
  color: #4D4D4D;
  display: block;
  margin: 0 10px;
}

.f_p {
  line-height: 1.8;
  margin-top: 5px;
}
.f_p p {
  font-size: 14px;
  color: #4d4d4d;
}
.f_p a {
  font-size: 14px;
  color: #4d4d4d;
  display: block;
}

.mob {
  display: none;
}

.banner_swiper .swiper-button-next,
.banner_swiper .swiper-button-prev {
  width: 71px;
  height: 71px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
}
.banner_swiper .swiper-button-next::after,
.banner_swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 32px;
}
.banner_swiper .swiper-button-next {
  right: 50px;
}
.banner_swiper .swiper-button-prev {
  left: 50px;
}

#box {
  overflow: hidden;
  height: 554px;
}/*# sourceMappingURL=css.css.map */.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #ffffff;
	font-weight: bolder;
}
