.head_top {
  width: 100%;
  min-height: 100px;
}
.head_top .h_left .logo img {
  width: 300px;
}
.head_top .h_left .tit {
  font-weight: bold;
  font-size: 32px;
  color: var(--themeColor);
}
.head_top .h_left .tit span {
  color: #CCCCCC;
}
.head_top .h_left .txt {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}
.head_top .h_right .icon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--themeColor);
  margin-right: 8px;
}
.head_top .h_right .icon i {
  color: #fff;
  font-size: 25px;
}
.head_top .h_right .info_ .tit {
  font-size: 14px;
  color: #666;
}
.head_top .h_right .info_ .phone {
  font-size: 22px;
  color: #212121;
}
.themebg {
  background-color: var(--themeColor);
}
.navsticky {
  top: 0;
  left: 0;
  z-index: 100;
}
.head_nav {
  width: 100%;
}
.head_nav .nav_item {
  width: 120px;
  padding: 0 10px;
  margin-right: 5px;
  position: relative;
  height: 50px;
}
.head_nav .nav_item > a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.head_nav .nav_item .nav_child::before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  right: 50%;
  transform: translateX(50%);
  border: 10px solid transparent;
  border-bottom: 10px solid var(--themeColor);
}
.head_nav .nav_item .nav_child {
  position: absolute;
  left: 0;
  width: 100%;
  top: 115%;
  background-color: var(--themeColor);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: none;
}
.head_nav .nav_item .nav_child .child_item {
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
}
.head_nav .nav_item .nav_child .child_item:hover {
  background-color: #fff;
  color: var(--themeColor);
}
.head_nav .nav_item:hover {
  background-color: var(--navActive);
}
.head_nav .nav_item.isActive {
  background-color: var(--navActive);
}
.text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.text_box span {
  color: #fff;
  font-size: 16px;
}
.cpOuter {
  min-height: 1000px;
}
.cpOuter .chead {
  width: 100%;
  padding: 100px 0 50px 0;
}
.cpOuter .chead .tit {
  font-size: 30px;
  color: #000;
}
.cpOuter .chead .txt {
  font-size: 14px;
  color: #000;
  margin-top: 12px;
}
.cpOuter .cplist {
  padding: 0 40px;
  width: 100%;
}
.cpOuter .cplist .cp_item {
  width: 344px;
  height: 309px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.cpOuter .cplist .cp_item .img_box:hover .vie_box {
  opacity: 1;
}
.cpOuter .cplist .cp_item .img_box {
  height: 100%;
  width: 100%;
  position: relative;
}
.cpOuter .cplist .cp_item .img_box .vie_box {
  opacity: 0;
  position: absolute;
}
.cpOuter .cplist .cp_item .img_box .vie_box .vie_radius {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cpOuter .cplist .cp_item .img_box .vie_box .vie_radius i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index_news {
  width: 100%;
  padding: 60px 0;
}
.index_news .title {
  width: 100%;
  padding-bottom: 35px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 60px;
}
.index_news .title .tit {
  color: var(--themeColor);
  font-size: 24px;
}
.index_news .title .tit span {
  font-size: 14px;
  color: #7d7d7d;
}
.index_news .news_box {
  width: 100%;
}
.index_news .news_box .news_left {
  width: 675px;
}
.index_news .news_box .news_left .news_line:first-of-type {
  padding-top: 0;
}
.index_news .news_box .news_left .news_line:last-of-type {
  border-bottom: none;
}
.index_news .news_box .news_left .news_line:hover .news_info .tit {
  color: var(--themeColor);
}
.index_news .news_box .news_left .news_line {
  width: 100%;
  padding: 40px 0;
  border-bottom: #e5e5e5 1px dashed;
}
.index_news .news_box .news_left .news_line .time {
  width: 84px;
  height: 84px;
  background-color: #F2F2F2;
}
.index_news .news_box .news_left .news_line .time .num {
  font-size: 20px;
  color: #666666;
}
.index_news .news_box .news_left .news_line .time span {
  color: #666;
  font-size: 14px;
}
.index_news .news_box .news_left .news_line .news_info {
  padding-left: 20px;
}
.index_news .news_box .news_left .news_line .news_info .tit {
  font-size: 18px;
  color: #010101;
  margin-bottom: 20px;
}
.index_news .news_box .news_left .news_line .news_info .txt {
  font-size: 14px;
  color: #808080;
}
.index_news .news_box .news_right .news_vimg:last-of-type {
  margin-bottom: 0;
}
.index_news .news_box .news_right .news_vimg {
  width: 366px;
  height: 201px;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.index_news .news_box .news_right .news_vimg .img_box {
  width: 366px;
  height: 201px;
}
.index_news .news_box .news_right .news_vimg .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
}
.index_area1 {
  padding: 60px 0;
}
.index_area1 .area1_nav {
  width: 220px;
  margin-right: 20px;
}
.index_area1 .area1_nav .nav_ha {
  width: 100%;
  height: 89px;
  border-bottom: solid 1px #fff;
  background-color: var(--themeColor);
  font-size: 24px;
  color: #fff;
}
.index_area1 .area1_nav .nav_lis {
  width: 100%;
  min-height: 510px;
  background-color: var(--themeColor);
  padding: 5px;
}
.index_area1 .area1_nav .nav_lis .navlitem {
  cursor: pointer;
  width: 100%;
  color: #ffff;
  font-size: 15px;
  min-height: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.index_area1 .area1_nav .nav_lis .navlitem.isActive {
  color: var(--themeColor);
  background-color: #fff;
}
.index_area1 .area1_box .area1_content {
  width: 100%;
  border: solid 1px #E5E5E5;
  display: none;
}
.index_area1 .area1_box .area1_content .content_classd {
  width: 100%;
}
.index_area1 .area1_box .area1_content .content_title {
  width: 100%;
  min-height: 45px;
  background-color: #FAFAFA;
  padding: 0 10px;
}
.index_area1 .area1_box .area1_content .content_title .tit {
  color: var(--themeColor);
  font-size: 16px;
}
.index_area1 .area1_box .area1_content .content_title .tit i {
  color: var(--themeColor);
  font-size: 26px;
  margin-right: 5px;
}
.index_area1 .area1_box .area1_content .content_title .more {
  cursor: pointer;
}
.index_area1 .area1_box .area1_content .content_title .more i {
  color: var(--themeColor);
  font-size: 30px;
}
.index_area1 .area1_box .area1_content .cp_liist {
  width: 100%;
  padding: 40px;
  padding-bottom: 10px;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item {
  width: 23.5%;
  margin-right: 2%;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .img_box:hover .vie_box {
  opacity: 1;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .img_box {
  height: 193px;
  width: 100%;
  position: relative;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .img_box .vie_box {
  opacity: 0;
  position: absolute;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .img_box .vie_box .vie_radius {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .img_box .vie_box .vie_radius i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index_area1 .area1_box .area1_content .cp_liist .cp_item .title {
  max-width: 193px;
  font-size: 14px;
  color: #666;
  padding: 20px 5px;
  text-align: center;
}
.area_title {
  width: 100%;
  margin-top: 65px;
  border-bottom: solid 1px #E5E5E5;
  height: 55px;
}
.area_title .tit {
  font-size: 28px;
  color: #212121;
  position: relative;
  height: 100%;
  padding-bottom: 25px;
}
.area_title .tit::after {
  content: '';
  display: block;
  position: absolute;
  width: 96px;
  height: 5px;
  background-color: var(--themeColor);
  bottom: -3px;
}
.index_area3 {
  width: 100%;
}
.index_area3 .area3list {
  width: 100%;
  padding: 50px 0 65px 0;
}
.index_area3 .area3list .area3_item {
  width: 205px;
}
.index_area3 .area3list .area3_item .img_box {
  width: 100%;
  height: 205px;
}
.index_area3 .area3list .txt {
  color: #666;
  font-size: 14px;
  padding: 20px 5px;
  max-width: 205px;
  text-align: center;
}
.area4Outer {
  background-color: var(--bgcolor);
}
.index_area4 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.index_area4 .info_top {
  width: 100%;
  padding: 50px 0;
}
.index_area4 .info_top .title {
  font-size: 28px;
  color: #fff;
}
.index_area4 .info_top .t_info {
  margin: 40px 0;
  line-height: 25px;
  text-align: left;
  max-width: 990px;
  font-size: 14px;
  color: #fff;
}
.index_area4 .area4_list {
  width: 100%;
  padding: 30px 20px;
  background-color: #fff;
}
.index_area4 .area4_list .img_box {
  width: 360px;
  height: 224px;
}
.more_btn {
  background-color: var(--themeColor);
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  width: 129px;
  height: 40px;
  border-radius: 5px;
}
.index_area5 {
  width: 100%;
  padding: 60px 0;
}
.index_area5 .news_box {
  width: 49%;
  border: solid 1px #E5E5E5;
}
.index_area5 .news_box .new_title {
  width: 100%;
  height: 46px;
  background-color: #FAFAFA;
  padding: 0 10px;
}
.index_area5 .news_box .new_title .tit {
  font-size: 14px;
}
.index_area5 .news_box .new_title .tit i {
  color: var(--themeColor);
  font-size: 26px;
  margin-right: 5px;
}
.index_area5 .news_box .new_content {
  width: 100%;
  padding: 30px;
}
.index_area5 .news_box .new_content .first_new {
  width: 100%;
  margin-bottom: 30px;
}
.index_area5 .news_box .new_content .first_new .img_box {
  width: 185px;
  height: 185px;
}
.index_area5 .news_box .new_content .first_new .info_box {
  padding-left: 40px;
}
.index_area5 .news_box .new_content .first_new .info_box .tit {
  font-size: 20px;
  max-width: 270px;
}
.index_area5 .news_box .new_content .first_new .info_box .txt {
  font-size: 14px;
  color: #a9a9a9;
  margin: 25px 0;
  line-height: 22px;
  max-width: 270px;
}
.index_area5 .news_box .new_content .first_new .info_box .detail_btn {
  font-size: 12px;
  background-color: var(--themeColor);
  width: 160px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
.index_area5 .news_box .new_content .newlist {
  width: 100%;
}
.index_area5 .news_box .new_content .newlist .new_line:last-of-type {
  border: none;
}
.index_area5 .news_box .new_content .newlist .new_line {
  height: 46px;
  width: 100%;
  border-bottom: dashed 1px #E5E5E5;
  cursor: pointer;
}
.index_area5 .news_box .new_content .newlist .new_line .title:hover {
  color: var(--themeColor);
}
.index_area5 .news_box .new_content .newlist .new_line .title {
  color: #666;
  font-size: 14px;
  max-width: 400px;
}
.index_area5 .news_box .new_content .newlist .new_line .title::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #2E83FF;
  margin-right: 8px;
}
.index_area5 .news_box .new_content .newlist .new_line .time {
  color: #666;
  font-size: 14px;
}
.index_area6 {
  height: 260px;
  width: 100%;
}
.index_area6 .area6_left {
  padding-left: 50px;
}
.index_area6 .area6_left .tit1 {
  font-size: 30px;
  color: #fff;
}
.index_area6 .area6_left .tit2 {
  font-size: 24px;
  color: #fff;
  margin: 6px 0 40px 0;
}
.index_area6 .area6_left .txt {
  font-size: 16px;
  color: #fff;
}
.index_area6 .area6_right .img_box {
  width: 200px;
  height: 150px;
  margin-left: 20px;
}
.area7Outer {
  background-color: #F6F6F6;
}
.index_area7 {
  width: 100%;
  padding-bottom: 60px;
}
.index_area7 .ourtxt {
  color: #808080;
  font-size: 14px;
  margin: 35px 0 50px 0;
  text-align: center;
}
.index_area7 .area7_from .from_item {
  margin-bottom: 25px;
}
.index_area7 .area7_from .from_item .tit {
  color: #666;
  font-size: 14px;
  width: 80px;
  font-weight: bold;
}
.index_area7 .area7_from .from_item .input_box {
  width: 514px;
  height: 36px;
  background-color: #fff;
  border: solid 1px #E5E5E5;
}
.index_area7 .area7_from .from_item .input_box input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.index_area7 .area7_from .from_item .strs {
  color: red;
  margin-left: 10px;
}
.index_area7 .area7_from .from_item .sub_btn {
  cursor: pointer;
  width: 245px;
  height: 44px;
  background-color: var(--themeColor);
  position: relative;
  overflow: hidden;
}
.index_area7 .area7_from .from_item .sub_btn span {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 14px;
}
.index_area7 .area7_from .from_item .sub_btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 0;
  z-index: 1;
  background-color: #bb403bad;
  border-radius: 100%;
  animation: subanim 1.5s ease infinite;
}
@keyframes subanim {
  100% {
    width: 200px;
    height: 200px;
  }
}
.index_area8 .area8_content {
  width: 100%;
  margin: 50px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.index_area8 .area8_content .area8_left {
  background-color: var(--bgcolor);
  padding: 50px 0 0 65px;
}
.index_area8 .area8_content .area8_left .tit {
  color: #fff;
  font-size: 30px;
  margin-bottom: 45px;
}
.index_area8 .area8_content .area8_left .txt {
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
}
.index_area8 .area8_right {
  width: 600px;
}
.index_area8 .area8_right #map {
  width: 100%;
  height: 330px;
}
.footOuter {
  background-color: #282828;
}
.Friendlylinks .tit {
  color: #fff;
  font-size: 16px;
}
.Friendlylinks .links_item {
  padding: 0 20px;
  color: #fff;
  font-size: 13px;
  position: relative;
}
.Friendlylinks .links_item:hover {
  text-decoration: underline;
}
.Friendlylinks .links_item:last-of-type::after {
  display: none;
}
.Friendlylinks .links_item::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}
.page_main {
  width: 100%;
  margin-bottom: 30px;
  min-height: 60vh;
}
.page_main .main_left {
  width: 266px;
  border: solid 1px #E5E5E5;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-right: 30px;
}
.page_main .main_left .leftstick {
  position: sticky;
  top: 55px;
  z-index: 2;
}
.page_main .main_left .left_item {
  font-size: 14px;
  color: #212121;
  min-height: 50px;
  padding: 0 20px;
  border-bottom: solid 1px #E5E5E5;
  cursor: pointer;
}
.page_main .main_left .left_item.isActive1 {
  color: #fff;
  background-color: #D9001B;
}
.page_main .main_left .left_item.isActive2 {
  color: #D9001B;
}
.page_main .main_right .right_content {
  width: 100%;
}
.page_main .main_right .right_content .profile .info {
  color: #727272;
  font-size: 14px;
  padding-right: 20px;
}
.page_main .main_right .right_content .profile .img_box {
  width: 526px;
}
.main_cp {
  margin-left: 50px;
}
.main_cp .Details_hot {
  width: 260px;
  padding-top: 80px;
  top: 0;
  z-index: 2;
}
.main_title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding: 60px 0 70px 0;
}
.contact_box {
  width: 100%;
  padding: 30px 0;
}
.contact_box .contact_info {
  width: 34%;
  padding-right: 30px;
}
.contact_box .contact_info .cont_title {
  margin-bottom: 50px;
}
.contact_box .contact_info .cont_title span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
.contact_box .contact_info .cont_title p {
  font-size: 14px;
  color: #4e4e4e;
  font-weight: 400;
}
.contact_box .company_name {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.contact_box .txt {
  margin-top: 15px;
  color: #212121;
  font-size: 14px;
  text-align: justify;
}
.contact_box #map {
  width: 100%;
  height: 400px;
}
.download_list {
  width: 100%;
  margin-top: 20px;
}
.download_item:last-of-type {
  margin-bottom: 0;
}
.download_item:hover {
  border-color: var(--themeColor);
  background: #f1d9d8cc;
}
.download_item {
  border: solid 1px transparent;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #F8F8F8;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}
.download_item .left i {
  color: var(--themeColor);
  font-size: 30px;
}
.download_item .left .tit {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  max-width: 600px;
}
.download_item .down_box i {
  color: #666;
  font-size: 25px;
}
.mation_item:hover .title {
  color: var(--themeColor);
}
.mation_item {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-bottom: solid 1px #e5e5e5;
}
.mation_item .title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.mation_item .time {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 14px;
}
.mation_list {
  width: 100%;
}
.news_list {
  width: 100%;
}
.news_list .news_item:hover .news_info .info_top::after {
  width: 240px;
}
.news_list .news_item:hover .news_info .info_top .new_name {
  color: var(--themeColor);
}
.news_list .news_item {
  padding: 30px 0;
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
}
.news_list .news_item .img_box {
  width: 250px;
  height: 220px;
}
.news_list .news_item .news_info {
  padding-left: 45px;
}
.news_list .news_item .news_info .info_top::after {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  content: '';
  display: block;
  background-color: var(--themeColor);
  width: 80px;
  height: 3px;
  bottom: -20px;
  position: absolute;
}
.news_list .news_item .news_info .info_top {
  position: relative;
  margin-bottom: 50px;
}
.news_list .news_item .news_info .info_top .new_name {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  width: 400px;
  position: relative;
}
.news_list .news_item .news_info .info_top .time {
  font-size: 14px;
  color: #000;
}
.news_list .news_item .news_info .info_bottom {
  font-size: 14px;
  color: #868686;
}
.ServiceGroup {
  width: 100%;
}
.ServiceGroup .Service_item {
  width: 228px;
  height: 303px;
  position: relative;
  margin-right: 14px;
  margin-bottom: 14px;
}
.ServiceGroup .Service_item .img_box {
  width: 100%;
  height: 100%;
}
.ServiceGroup .Service_item .s_txt {
  position: absolute;
  bottom: 10px;
  width: 208px;
  background: url(../img/s_txt.png) no-repeat;
  background-size: cover;
  height: 108px;
}
.ServiceGroup .Service_item .s_txt span {
  color: #333;
  font-size: 18px;
  text-align: center;
}
.ServiceGroup .Service_item .s_txt .line {
  margin-top: 10px;
  width: 136px;
  height: 1px;
  background-color: #c8c9c3;
}
.about_area3 .area3_item:hover .txt {
  color: var(--themeColor);
}
.about_area3 .area3_item {
  width: 24%;
  margin-right: 1.3%;
  cursor: pointer;
}
.about_area3 .area3_item img {
  width: 100%;
}
.about_area3 .area3_item .txt {
  width: 100%;
  min-height: 70px;
  padding: 20px 0;
  color: #333;
  font-size: 15px;
  text-align: center;
}
.nav_child_box.childlv1 {
  top: 100%;
  left: 0;
}
.nav_child_box.childlv2 {
  top: 0;
  right: -103%;
}
.nav_child_box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  position: absolute;
  z-index: 20;
  width: 240px;
  border-radius: 10px;
  padding: 15px 0;
  display: none;
}
.nav_child_box .child_item.isActive {
  background-color: #EBF0FD;
}
.nav_child_box .child_item.isActive > a {
  color: var(--themeColor);
}
.nav_child_box .child_item.isActive .icon i {
  color: var(--themeColor);
}
.nav_child_box .child_item:hover {
  background-color: #e3393342;
}
.nav_child_box .child_item:hover > a {
  color: var(--themeColor);
}
.nav_child_box .child_item:hover .icon i {
  color: var(--themeColor);
}
.nav_child_box .child_item {
  width: 100%;
  padding: 0 20px;
  min-height: 50px;
  position: relative;
}
.nav_child_box .child_item > a {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
}
.nav_child_box .child_item .icon i {
  color: #8d8d8d;
  font-size: 14px;
}
.search_list {
  width: 100%;
}
.search_list .search_item:hover .pro_info .name {
  color: var(--themeColor);
}
.search_list .search_item {
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.search_list .search_item .img_box {
  width: 100px;
  height: 100px;
}
.search_list .search_item .pro_info {
  padding: 0 20px;
}
.search_list .search_item .pro_info .name {
  font-size: 16px;
  color: #000;
}
.search_list .search_item .pro_info .txt {
  font-size: 14px;
  margin-top: 15px;
  color: #727272;
}
