.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  margin: 0 .2rem !important;
}
#header .menu .items:hover .child{
  //display: block;
}
#company-profile .title-box .left {
	justify-content: space-around;
}
#organizational-structure .title-box .left {
justify-content: space-around;
}
#company-profile .title-box .left>.item {
	width: auto!important;
}
.layui-laypage-prev,
.layui-laypage-next {
  border: none !important;
  background-color: transparent!important;
}
.layui-laypage-prev:hover,
.layui-laypage-next:hover {
  background-color: transparent!important;
  border: none !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #004098 !important;
}
.layui-laypage a:first-child:hover,
.layui-laypage a:last-child:hover {
  color: #004098 !important;
  background-color: transparent !important;
  border: none !important;
}
.layui-laypage a:hover {
  color: #fff !important;
  background-color: #004098 !important;
  border: 1px solid #004098 !important;
}
.layui-laypage a,
.layui-laypage span {
  width: 0.5rem!important;
  height: 0.5rem !important;
  line-height: .53rem !important;
  padding: 0!important;
  text-align: center;
  font-size: .14rem;
}
.title-box .item .icon_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  margin-right: .15rem;
}
.title-box .item .icon_view img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.title-box .item .icon_view img:first-child {
  display: block;
}
.title-box .item:hover img:first-child {
  display: none;
}
.title-box .item:hover img:last-child {
  display: block;
}
.title-box .item.activeItem .icon_view img:last-child {
  display: block;
}
.title-box .item.activeItem .icon_view img:first-child {
  display: none;
}
h1.com_title {
  font-size: .26rem;
  text-align: center;
  color: #333;
  margin: .4rem 0;
}
.box_scale {
  transform: scale(1);
  transition: all .3s;
}
.box_scale:hover {
  transform: scale(1.1);
  transition: all .3s;
}
.en {
  font-size: .48rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .48rem;
  width: 100%;
  margin-top: 0.26rem;
  text-transform: uppercase;
}
.en.small {
  font-size: .3rem !important;
}
.en.smalls {
  font-size: .2rem !important;
}
.linian_view .item_box {
  display: flex;
  flex-direction: column;
}
.linian_view .item_box .item_view {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
.linian_view .item_box .item_view .l_view {
  position: absolute;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.27rem;
  height: 2.27rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.linian_view .item_box .item_view .l_view img {
  display: block;
  width: 100%;
}
.linian_view .item_box .item_view .r_view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: 2.27rem;
  padding: .35rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.linian_view .item_box .item_view .r_view .t1 {
  font-weight: bold;
  color: #333;
  font-size: 24px;
  margin-bottom: .3rem;
}
.linian_view .item_box .item_view .r_view .t2 {
  color: #666;
  font-size: 20px;
}
.rongyu_view .w1440 {
  position: relative;
  padding: 0 .7rem;
  box-sizing: border-box;
}
.rongyu_view .mySwiper {
  overflow: hidden;
}
.rongyu_view .mySwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.5);
  transition: 300ms;
}
.rongyu_view .mySwiper .swiper-slide .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.rongyu_view .mySwiper .swiper-slide .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.rongyu_view .mySwiper .swiper-slide img {
  filter: saturate(0);
}
.rongyu_view .mySwiper .swiper-slide .t1 {
  display: none;
  text-align: center;
  margin-top: .2rem;
  font-size: .22rem;
  color: #333;
}
.rongyu_view .mySwiper .swiper-slide-active .t1,
.rongyu_view .mySwiper .swiper-slide-duplicate-active .t1 {
  display: block;
}
.rongyu_view .mySwiper .swiper-slide-active,
.rongyu_view .mySwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  transition: 300ms;
}
.rongyu_view .mySwiper .swiper-slide-active img,
.rongyu_view .mySwiper .swiper-slide-duplicate-active img {
  filter: saturate(1);
}
.rongyu_view .mySwiper .s_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: 1.5rem;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
}
.rongyu_view .mySwiper .s_btn:hover {
  background-color: #004098;
}
.rongyu_view .mySwiper .s_btn span {
  display: block;
  width: .2rem;
  height: .2rem;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}
.rongyu_view .mySwiper .l_btn {
  left: 0;
}
.rongyu_view .mySwiper .l_btn span {
  margin-left: .1rem;
  transform: rotate(225deg);
}
.rongyu_view .mySwiper .r_btn {
  right: 0;
}
.rongyu_view .mySwiper .r_btn span {
  margin-right: .1rem;
  transform: rotate(45deg);
}
.hexin_view .item_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hexin_view .item_box .item_view:hover {
  transform: translateY(-15px);
  transition: all .3s;
}
.hexin_view .item_box .item_view {
  transition: all .3s;
  flex-shrink: 0;
  width: 23.5%;
  margin-bottom: .6rem;
  margin-right: 2%;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding-bottom: .3rem;
}
.hexin_view .item_box .item_view .t_view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  /*height: auto;*/
  overflow: hidden;
}
.hexin_view .item_box .item_view .t_view .zhezhao {
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  width: 110%;
  height: 1px;
  border-top: .08rem solid #004098;
  background-color: #fff;
  /*transform: rotate(350deg) translateY(0.3rem);*/
}
.hexin_view .item_box .item_view .t_view img {
  display: block;
  width: 100%;
  /*object-fit: scale-down;*/
}
.hexin_view .item_box .item_view .b_view {
  // height: 3rem;
  box-sizing: border-box;
  padding: .3rem .2rem 0;
  // overflow: hidden;
}
.hexin_view .item_box .item_view .b_view h5 {
  font-size: .22rem;
  color: #333;
  text-align: center;
  margin-bottom: .15rem;
}
.hexin_view .item_box .item_view .b_view p {
  // overflow: hidden;
  // text-overflow: ellipsis;
  // display: -webkit-box;
  // -webkit-line-clamp: 8;
  // -webkit-box-orient: vertical;
  color: #666;
  font-size: .2rem;
  line-height: .28rem;
}
.hexin_view .item_box .item_view:nth-child(4n) {
  margin-right: 0;
}
.hexin_view .item_box_view .n_title {
  font-size: .24rem;
  margin-bottom: .35rem;
  border-top: 1px solid #004098;
}
.hexin_view .item_box_view span {
  display: inline-block;
  width: 1.55rem;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
  background-color: #004098;
  color: #fff;
}
.fazhan_view .con_view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.fazhan_view .con_view .con_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fazhan_view .con_view .con_box .item:last-child em {
  display: none;
}
.fazhan_view .con_view .con_box .item {
  width: 100%;
  display: flex;
  align-items: center;
}
.fazhan_view .con_view .con_box .item.swiper-slide-active span {
	background-color: #004098;
  color: #fff;
  transition: all .3s;
}
.fazhan_view .con_view .con_box .item span {
  // cursor: pointer;
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  color: #004098;
  font-weight: bold;
  font-size: .4rem;
  border-radius: 3px;
  background-color: #fff;
  transition: all .3s;
}
.fazhan_view .con_view .con_box .item em {
  display: block;
  width: 1.6rem;
  height: 1px;
  border-bottom: 2px dashed #004098;
}
.fazhan_view .con_view .con_box .item.active span {
  background-color: #004098;
  color: #fff;
  transition: all .3s;
}
.fazhan_view .nr_view {
  padding: 0 1.6rem;
}
.fazhan_view .nr_view .item_view {
  display: none;
  padding: .4rem;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  //height: 1.5rem;
}
.fazhan_view .nr_view .item_view .item:last-child {
  margin-bottom: 0;
}
.fazhan_view .nr_view .item_view .item {
  display: flex;
  margin-bottom: .2rem;
}
.fazhan_view .nr_view .item_view .item .l_view {
  width: .8rem;
  flex-shrink: 0;
  font-size: .22rem;
  font-weight: bold;
  color: #004098;
  margin-right: .15rem;
}
.fazhan_view .nr_view .item_view .item .r_view {
  font-size: .2rem;
  color: #333;
}
.fazhan_view .s_btn.dis {
  opacity: .6;
}
.fazhan_view .s_btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: 1.5rem;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
}
.fazhan_view .s_btn:hover {
  background-color: #004098;
}
.fazhan_view .s_btn span {
  display: block;
  width: .2rem;
  height: .2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fazhan_view .l_btn {
  margin-right: 1rem;
}
.fazhan_view .l_btn span {
  margin-left: .1rem;
  transform: rotate(225deg);
}
.fazhan_view .r_btn {
  margin-left: 1rem;
}
.fazhan_view .r_btn span {
  margin-right: .1rem;
  transform: rotate(45deg);
}
.zxns.title-box ul.left {
  justify-content: space-around !important;
}
.zxns.title-box ul.left .item {
  width: auto !important;
  padding: 0 .2rem;
}
.zxns_view .con_box .item_view {
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
  padding: .38rem .3rem;
  margin-bottom: .5rem;
  background-color: #fff;
}
.zxns_view .con_box .item_view .title_view {
  display: flex;
  align-items: center;
  margin-bottom: .4rem;
}
.zxns_view .con_box .item_view .title_view .name {
  width: 4rem;
  font-size: .3rem;
  color: #333;
}
.zxns_view .con_box .item_view .title_view .price {
  font-weight: bold;
  font-size: .3rem;
  color: #cf0f0f;
}
.zxns_view .con_box .item_view .title_view2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zxns_view .con_box .item_view .title_view2 .r {
  width: 10px;
  height: 10px;
  border-top: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  transition: all .3s;
  transform: rotate(-45deg);
}
.zxns_view .con_box .item_view .title_view2 .l {
  display: flex;
  align-items: center;
}
.zxns_view .con_box .item_view .title_view2 .l p:first-child {
  padding-left: 0;
}
.zxns_view .con_box .item_view .title_view2 .l p {
  color: #666;
  padding: 0 .4rem;
  border-right: 1px solid #e4e4e4;
}
.zxns_view .con_box .item_view .b_view {
  padding-top: .3rem;
  max-height: 0;
  transition: all .3s;
  overflow: hidden;
}
.zxns_view .con_box .item_view .b_view .t1 {
  font-size: .2rem;
  color: #333;
  margin: .2rem 0;
  font-weight: bold;
}
.zxns_view .con_box .item_view .b_view p {
  font-size: .18rem;
  color: #666;
}
.zxns_view .con_box .item_view.active .b_view {
  max-height: 20rem;
  transition: all .3s;
}
.zxns_view .con_box .item_view.active .t_view {
  padding-bottom: .3rem;
  border-bottom: 1px solid #f8f8f8;
}
.zxns_view .con_box .item_view.active .title_view2 .r {
  transform: rotate(135deg);
}
.rcpy_view .con_box .t_view p {
  font-size: .18rem;
  color: #666;
}
.rcpy_view .con_box .t_view img {
  margin-top: .3rem;
  display: block;
  width: 100%;
}
.rcpy_view .con_box .item_view {
  display: flex;
  flex-wrap: wrap;
  margin-top: .7rem;
}
.rcpy_view .con_box .item_view .item_box {
  display: flex;
  flex-direction: column;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.rcpy_view .con_box .item_view .item_box:nth-child(2n) {
  margin-right: 0;
  flex-flow: column-reverse;
}
.rcpy_view .con_box .item_view .img_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.7rem;
  overflow: hidden;
}
.rcpy_view .con_box .item_view .img_view img:hover {
  transform: scale(1.1);
  transition: all .3s;
}
.rcpy_view .con_box .item_view .img_view img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.rcpy_view .con_box .item_view .text_view {
  color: #fff;
  padding: .35rem .2rem;
  background-color: #004098;
}
.rcpy_view .con_box .item_view .text_view h6 {
  font-size: .22rem;
  margin-bottom: .1rem;
}
.rcpy_view .con_box .item_view .text_view p {
  font-size: .18rem;
  overflow: hidden;
  // text-overflow: ellipsis;
  // display: -webkit-box;
  // -webkit-line-clamp: 3;
  // -webkit-box-orient: vertical;
}
.djdt_view {
  margin-bottom: 0 !important;
}
.djdt_view .djdt_view_t {
  background-color: #004098;
  padding: .5rem 0;
}
.djdt_view .djdt_view_t .t_view {
  display: flex;
}
.djdt_view .djdt_view_t .t_view .l_view {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 3.95rem;
  margin-right: .9rem;
}
.djdt_view .djdt_view_t .t_view .l_view img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.djdt_view .djdt_view_t .t_view .r_view {
  color: #fff;
  padding: .2rem 0;
  width: 100%;
}
.djdt_view .djdt_view_t .t_view .r_view .t1 {
  font-size: .26rem;
}
.djdt_view .djdt_view_t .t_view .r_view .time {
  display: block;
  font-size: .2rem;
  margin: .2rem 0;
}
.djdt_view .djdt_view_t .t_view .r_view .con1 {
  height: 1.98rem;
  line-height: .28rem;
  font-size: .18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.djdt_view .djdt_view_t .t_view .r_view .more_btn {
  text-align: right;
}
.djdt_view .djdt_view_t .t_view .r_view .more_btn .span {
  display: inline-block;
  width: 1.1rem;
  height: .48rem;
  line-height: .48rem;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: .2rem;
  color: #004098;
}
.djdt_view .con_box {
  padding: .7rem 0;
  background-color: #f3f3f3;
}
.djdt_view .con_box .item_box {
  display: flex;
  flex-wrap: wrap;
}
.djdt_view .con_box .item_view:nth-child(2n) {
  margin-right: 0;
}
.djdt_view .con_box .item_view:hover .r_view {
  background-color: #1055b4;
  transition: all .3s;
}
.djdt_view .con_box .item_view:hover .t1 {
  color: #fff !important;
  transition: all .3s;
}
.djdt_view .con_box .item_view:hover .con1 {
  color: #fff !important;
  transition: all .3s;
}
.djdt_view .con_box .item_view {
  transition: all .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.djdt_view .con_box .item_view .l_view {
  font-family: "songti";
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #004098;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 3px;
}
.djdt_view .con_box .item_view .l_view .t1 {
  font-size: .5rem;
  font-weight: bold;
}
.djdt_view .con_box .item_view .l_view .t2,
.djdt_view .con_box .item_view .l_view .t3 {
  font-size: .28rem;
}
.djdt_view .con_box .item_view .r_view {
  position: relative;
  width: 100%;
  height: 1.8rem;
  padding: .2rem;
  box-sizing: border-box;
  background-color: #fff;
}
.djdt_view .con_box .item_view .r_view .t1 {
  font-weight: 400;
  font-size: .22rem;
  color: #333;
  margin-bottom: .05rem;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.djdt_view .con_box .item_view .r_view .con1 {
  font-size: .18rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.djdt_view .con_box .item_view .r_view .more_btn {
  position: absolute;
  right: .2rem;
  bottom: .2rem;
  display: inline-block;
  width: .9rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #004098;
  font-size: .2rem;
  color: #004098;
  border-radius: 5px;
}
.page_view {
  text-align: right;
}
.page_view .zui-page-noallow {
  color: #999 !important;
}
.page_view .zui-page a {
  width: .5rem;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  padding: 0;
  margin: 0 .2rem;
}
.page_view .zui-page a:first-child,
.page_view .zui-page a:last-child {
  width: auto;
  color: #004098;
  background-color: transparent;
  border: none;
}
.ztjy_view .con_box .item_view {
  display: block;
  width: 100%;
  margin-bottom: .3rem;
}
.ztjy_view .con_box .item_view img {
  display: block;
  width: 100%;
  margin-bottom: .3rem;
  transform: scale(1);
  transition: all .3s;
}
.ztjy_view .con_box .item_view img:hover {
  transform: scale(1.1);
}
.ztjy_view .con_box .item_view p {
  text-align: center;
  font-size: .26rem;
  color: #333;
}
.qthd_view .con_box .item_view:nth-child(2n) .w1440 {
  flex-flow: row-reverse;
}
.qthd_view .con_box .item_view:nth-child(2n) .l_view {
  margin-right: 0;
  margin-left: .55rem;
}
.qthd_view .con_box .item_view:nth-child(2n) .b_view {
  flex-flow: row-reverse;
}
.qthd_view .con_box .item_view:first-child {
  padding-top: 0;
}
.qthd_view .con_box .item_view {
  padding: .65rem 0;
  background-color: #fff;
}
.qthd_view .con_box .item_view .w1440 {
  display: flex;
}
.qthd_view .con_box .item_view .l_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 3.95rem;
  margin-right: .55rem;
  flex-shrink: 0;
  overflow: hidden;
}
.qthd_view .con_box .item_view .l_view img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qthd_view .con_box .item_view .r_view {
  padding-top: .5rem;
}
.qthd_view .con_box .item_view .r_view .t1 {
  font-size: .26rem;
  color: #333;
  margin-bottom: .3rem;
}
.qthd_view .con_box .item_view .r_view .con1 {
  margin-bottom: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: .18rem;
  color: #666;
}
.qthd_view .con_box .item_view .r_view .time {
  color: #999;
  font-size: .2rem;
}
.qthd_view .con_box .item_view .r_view .b_view {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.qthd_view .con_box .item_view .r_view .more {
  font-size: .2rem;
  color: #004098;
  border-radius: 5px;
  border: 1px solid #004098;
  background-color: #fff;
  padding: .05rem .2rem;
  transition: all .3s;
}
.qthd_view .con_box .item_view .r_view .more:hover {
  background-color: #004098;
  color: #fff;
  transition: all .3s;
}
.qthd_view .con_box .item_view:nth-child(2n) {
  background-color: #f3f3f3;
}
.qthd_detail_view {
  background-color: #f3f3f3;
  margin: 0 !important;
  padding: 0;
}
.qthd_detail_view .breadcrumb-box {
  margin: 0 !important;
}
.qthd_detail_view .w1440 {
  padding: 0.5rem 0.1rem 0.8rem;
  background-color: #fff;
}
.qthd_detail_view .w1440 .left {
  margin-bottom: .5rem;
}
.qthd_detail_view .title1 {
  font-size: .26rem;
  font-weight: bold;
  color: #333;
  padding: .4rem 0;
  text-align: center;
}
.qthd_detail_view .timt1 {
  text-align: right;
  color: #999;
  font-size: .16rem;
  width: 102%;
  transform: translateX(-1%);
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
  padding-right: 1.15rem;
  padding-bottom: .2rem;
}
.qthd_detail_view .con1 {
  padding: .5rem 1rem .3rem;
  
}
.qthd_detail_view .con1 img {
width: 100%;
}
.qthd_detail_view .banner_view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .2rem;
}
.qthd_detail_view .mySwiper {
  height: 2.85rem;
  overflow: hidden;
}
.qthd_detail_view .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.qthd_detail_view .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
  transform: scale(1);
}
.qthd_detail_view .mySwiper .swiper-slide img:hover {
  transform: scale(1.1);
}
.qthd_detail_view .s_btn {
  flex-shrink: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: 1.5rem;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
}
.qthd_detail_view .s_btn:hover {
  background-color: #004098;
}
.qthd_detail_view .s_btn span {
  display: block;
  width: .2rem;
  height: .2rem;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}
.qthd_detail_view .l_btn {
  margin-right: .2rem;
}
.qthd_detail_view .l_btn span {
  margin-left: .1rem;
  transform: rotate(225deg);
}
.qthd_detail_view .r_btn {
  margin-left: .2rem;
}
.qthd_detail_view .r_btn span {
  margin-right: .1rem;
  transform: rotate(45deg);
}
.cpfw_view .item {
  margin: 0 .1rem !important;
}
.cpfw_view .con_view {
  display: flex;
  flex-direction: column;
}
.cpfw_view .con_view .item_view {
  display: flex;
  margin-bottom: .5rem;
}
.cpfw_view .con_view .item_view .l_view {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: .2rem;
  width: 1.57rem;
  height: 1.57rem;
  text-align: center;
  flex-shrink: 0;
  background-color: #004098;
  box-sizing: border-box;
  padding: 0 0.1rem;
}
.cpfw_view .con_view .item_view .r_view {
  color: #666;
  font-size: .18rem;
  padding: .2rem;
}
.cpfw_view .con_view .item_view .r_view .t {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cpfw_view .con_view .item_view .r_view .more {
  text-align: right;
}
.cpfw_view .con_view .item_view .r_view .more a {
  display: inline-block;
  padding: .1rem;
  margin-top: .2rem;
  border: 1px solid #004098;
  border-radius: 3px;
  color: #004098;
  transition: all .3s;
}
.cpfw_view .con_view .item_view .r_view .more a:hover {
  color: #fff;
  background-color: #004098;
}
.cpfw_view_details .com_title {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.cpfw_view_details .con_item {
  margin-bottom: .4rem;
}
.cpfw_view_details .con_item h6 {
  font-size: .2rem;
  color: #333;
  margin-bottom: .25rem;
}
.cpfw_view_details .con_item p {
  font-size: .18rem;
  color: #666;
}

@media screen and (max-width: 768px) {
  #organizational-structure .title-box .left {
    flex-wrap: wrap;
  }
  #company-profile .title-box .left {
    flex-wrap: wrap;
  }
  .cpfw_jh_view .t_con_1 .con_view .nr_box .item_view {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .title-box .left .itemLine {
    display: none;
  }
  #company-profile .title-box .left .itemLine {
    display: none;
  }
  .hexin_view .item_box .item_view {
    width: 47.5% !important;
    margin-right: 5% !important;
  }
  .hexin_view .item_box .item_view:nth-child(2n) {
    margin-right: 0 !important;
  }
  .hexin_view .item_box .item_view .b_view p {
    -webkit-line-clamp: 8 !important;
    height: 2.2rem !important;
  }
  .zxns_view .con_box .item_view .title_view {
    justify-content: space-between;
  }
  .zxns_view .con_box .item_view .title_view2 .r {
    margin-left: .5rem;
    flex-shrink: 0;
  }
  .zxns_view .con_box .item_view .title_view2 .l {
    flex-wrap: wrap;
  }
  .zxns_view .con_box .item_view .title_view2 .l p {
    flex-shrink: 0;
    margin-bottom: .2rem;
  }
  .rcpy_view .con_box .item_view .item_box {
    width: 100%;
    margin-right: 0 !important;
  }
  .rcpy_view .con_box .item_view .item_box:nth-child(2n) {
    flex-flow: column;
  }
  .djdt_view .con_box .item_view {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .page_view {
    text-align: center;
  }
  .page_view .zui-page a {
    margin: 0 .05rem;
  }
  .qthd_view .con_box .item_view .w1440 {
    display: flex;
    flex-direction: column;
  }
  .qthd_view .con_box .item_view .l_view {
    width: 100% !important;
    margin: 0 !important;
  }
  .qthd_view .con_box .item_view .r_view .con1 {
    height: 2rem;
  }
  .qthd_view .con_box .item_view:nth-child(2n) .w1440 {
    flex-flow: wrap;
  }
  .cpfw_jh_view .t_con_1 .con_view .con_box .item span {
    overflow: hidden;
    text-align: center;
    height: .7rem;
  }
  .cpfw_jh_view .t_con_1 .con_view .con_box .item {
    width: 21.5% !important;
    transform: translateX(-400%);
  }
  .cpfw_jh_view .t_con_3 .solid_view {
    flex-wrap: wrap;
  }
  .cpfw_jh_view .t_con_3 .solid_view .l_view {
    margin-bottom: .3rem;
    height: 6.7rem !important;
  }
  .cpfw_jh_view .t_con_3 .solid_view .c_box {
    overflow-y: auto !important;
  }
  .fazhan_view .con_view .con_box .item {
    width: 40%;
  	margin: .2rem;
  }
  .fazhan_view .con_view .con_box {
  	flex-wrap: wrap;
    justify-content: inherit;
  }
  .fazhan_view .l_btn {
  	margin-right: .5rem;
  }
  .fazhan_view .r_btn {
  	margin-left: .5rem;
  }
  .fazhan_view .con_view .con_box .item em {
  	display: none;
  }
  .fazhan_view .nr_view {
  	padding: 0;
    width: 100%;
    margin-top: 0.2rem;
  }
  .rongyu_view .mySwiper .l_btn {
  	left: .2rem;
  }
  .rongyu_view .mySwiper .r_btn {
  	right: .2rem;
  }
  .djdt_view .con_box .item_view .l_view {
  	width: 2rem;
    height: 2rem;
  }
  .djdt_view .con_box .item_view .r_view {
  	height: 2rem;
  }
  .fazhan_view .con_view .con_box .item span {
  	width: 2rem;
  }
  .cpfw_jh_view .t_con_3 .solid_view .r_view .item {
  	    position: inherit!important;
    display: none;
  }
  .cpfw_jh_view .t_con_3 .solid_view .r_view .item.active {
  	display: block!important;
  }
  .cpfw_jh_view .t_con_3 .solid_view .c_view {
  	height: 100%!important;
  }
  .rongyu_view .mySwiper .swiper-slide .img_box {
  width: 2rem;
  height: 2rem;
}
}
.cpfw_jh_view .title1 {
  font-size: .26rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: .5rem;
  color: #333;
}
.cpfw_jh_view .con1 {
  font-size: .18rem;
  color: #666;
}
.cpfw_jh_view .t_con_1 {
  margin-bottom: .45rem;
}
.cpfw_jh_view .t_con_1 .title1 {
  font-size: .26rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: .5rem;
  color: #333;
}
.cpfw_jh_view .t_con_1 .con1 {
  font-size: .18rem;
  color: #666;
}
.cpfw_jh_view .t_con_1 .con_view {
  margin-bottom: .5rem;
  margin-top: .45rem;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box_view {
  margin-top: .5rem;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: opacity .8s;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view {
  position: relative;
  width: 4.66rem;
  height: 5.18rem;
  margin-right: .21rem;
  margin-bottom: .21rem;
  box-sizing: border-box;
  overflow: hidden;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view:hover .text_view {
  max-height: 100%;
  height: 100%;
  background-color: rgba(0, 64, 152, 0.8);
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view:hover .text_view .text_con {
  opacity: 1;
  z-index: 1;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view:hover .text_view .t1::before {
  width: .6rem;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .have_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: .4rem;
  box-sizing: border-box;
  color: #fff;
  max-height: 1.5rem;
  font-size: .18rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #004098);
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .have_more .t1 {
  padding-bottom: 0;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .have_more .more {
  width: .9rem;
  height: .45rem;
  line-height: .45rem;
  text-align: center;
  margin-top: .15rem;
  color: #004098;
  font-size: .16rem;
  border-radius: 4px;
  background-color: #fff;
  transition: all .3s;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .have_more .more:hover {
  background-color: #004098;
  color: #fff;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .have_more .t1::before {
  width: .6rem;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .t1 {
  display: block;
  font-size: .22rem;
  padding: .15rem 0 .4rem;
  position: relative;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .t1::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0rem;
  height: 2px;
  background-color: #fff;
  transition: width .6s;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .text_view {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: .6rem .4rem;
  box-sizing: border-box;
  color: #fff;
  max-height: 1.5rem;
  font-size: .18rem;
  transition: all .6s;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #004098);
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view .text_view .text_con {
  opacity: 0;
  transition: opacity .6s;
  height: 3.3rem;
  overflow: hidden;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view:nth-child(3n) {
  margin-right: 0;
}
.cpfw_jh_view .t_con_1 .con_view .nr_box .item_view img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpfw_jh_view .t_con_1 .con_view .con_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 .6rem;
  overflow: hidden;
  height: 1.5rem;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item span {
  color: #666;
  font-size: .18rem;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item .icon_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .45rem;
  height: .45rem;
  margin-bottom: .2rem;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item .icon_view img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item .icon_view img:last-child {
  display: block;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item.swiper-slide-active img:first-child {
  display: block;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item.swiper-slide-active span {
  color: #004098;
  font-weight: bold;
}
.cpfw_jh_view .t_con_1 .con_view .con_box .item.swiper-slide-active img:last-child {
  display: none;
}
.cpfw_jh_view .t_con_2 {
  padding: .7rem 0 .75rem;
  background-color: #f3f3f3;
}
.cpfw_jh_view .t_con_2 .t_view .t1 {
  text-align: center;
  margin-bottom: .5rem;
  color: #333;
  font-size: .26rem;
}
.cpfw_jh_view .t_con_2 .t_view p {
  color: #666;
  font-size: .18rem;
}
.cpfw_jh_view .t_con_2 .z_view {
  color: #666;
  font-size: .18rem;
  margin-top: .7rem;
}
.cpfw_jh_view .t_con_2 .z_view .item {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding: .2rem .4rem .2rem .2rem;
}
.cpfw_jh_view .t_con_2 .z_view .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.cpfw_jh_view .t_con_2 .z_view .item .l_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.81rem;
  height: 1.81rem;
  color: #fff;
  font-size: .22rem;
  padding: 0 .2rem;
  box-sizing: border-box;
  background-color: #004098;
  margin-right: .2rem;
  flex-shrink: 0;
}
.cpfw_jh_view .t_con_3 {
  padding: .8rem 0 .9rem;
}
.cpfw_jh_view .t_con_3 .solid_view {
  margin-top: .5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cpfw_jh_view .t_con_3 .solid_view .c_view {
  width: 7rem;
  height: 5.75rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cpfw_jh_view .t_con_3 .solid_view .c_box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.cpfw_jh_view .t_con_3 .solid_view .c_v_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  transform: translateY(0%);
  transition: all .3s;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view {
  position: relative;
  padding: 1.5rem .7rem;
  box-sizing: border-box;
  overflow: hidden;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item:nth-child(3n) {
  margin-right: 0;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item {
  text-align: center;
  margin-right: 5%;
  margin-bottom: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  cursor: pointer;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item span {
  color: #666;
  font-size: .18rem;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item .icon_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .45rem;
  height: .45rem;
  margin-bottom: .2rem;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item .icon_view img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item .icon_view img:last-child {
  display: block;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item.active img:first-child {
  display: block;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item.active span {
  color: #004098;
  font-weight: bold;
}
.cpfw_jh_view .t_con_3 .solid_view .l_view .item.active img:last-child {
  display: none;
}
.cpfw_jh_view .t_con_3 .solid_view .r_view {
  position: relative;
  padding: .4rem;
  box-sizing: border-box;
}
.cpfw_jh_view .t_con_3 .solid_view .r_view .item.active {
  opacity: 1;
  z-index: 0;
}
.cpfw_jh_view .t_con_3 .solid_view .r_view .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: .4rem;
  box-sizing: border-box;
  transition: all .6s;
  overflow-y: auto;
  overflow-x: hidden;
}
.cpfw_jh_view .t_con_3 .solid_view .r_view .item .t1 {
  border-left: 0.1rem solid #004098;
  line-height: .28rem;
  padding-left: .12rem;
  font-size: .22rem;
  color: #333;
  margin-bottom: .3rem;
  font-weight: bold;
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.cpfw_jh_view .t_con_3 .solid_view .r_view .item .c1 {
  font-size: .18rem;
  color: #666;
  line-height: .28rem;
  padding-top: .6rem;
}
.cpfw_jh_view .t_con_3 .q_btn {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.15rem;
  height: .6rem;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cpfw_jh_view .t_con_3 .q_btn:hover {
  background-color: #004098;
}
.cpfw_jh_view .t_con_3 .q_btn span {
  display: block;
  width: .12rem;
  height: .12rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cpfw_jh_view .t_con_3 .t_btn {
  top: .3rem;
}
.cpfw_jh_view .t_con_3 .t_btn span {
  margin-top: .1rem;
  transform: rotate(315deg);
}
.cpfw_jh_view .t_con_3 .b_btn {
  bottom: .3rem;
}
.cpfw_jh_view .t_con_3 .b_btn span {
  transform: rotate(135deg);
}
.cpfw_jh_view .s_btn {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: 1.5rem;
  border-radius: 3px;
  background-color: #4c79b7;
  cursor: pointer;
  transition: background-color 0.3s;
}
.cpfw_jh_view .s_btn:hover {
  background-color: #004098;
}
.cpfw_jh_view .s_btn span {
  display: block;
  width: .2rem;
  height: .2rem;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}
.cpfw_jh_view .l_btn {
  left: 0;
}
.cpfw_jh_view .l_btn span {
  margin-left: .1rem;
  transform: rotate(225deg);
}
.cpfw_jh_view .r_btn {
  right: 0;
}
.cpfw_jh_view .r_btn span {
  margin-right: .1rem;
  transform: rotate(45deg);
}
.cpfw_jh_view .t_con_2 .con_box{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  overflow: hidden;
  height: 1.5rem;
}
.cpfw_jh_view .t_con_2 .s_btn {
  /* background-color: transparent; */
}
.cpfw_jh_view .t_con_2 .con_box .item.swiper-slide-active {
  color: #004098;
}
.cpfw_jh_view .t_con_2 .con_box .item {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    /* margin: 0 0 0 .6rem!important; */
    width: 25%;
    font-size: .18rem;
}
.cpfw_jh_view .t_con_2 .con_box .item.active {
  color: #004098;
}
.cpfw_jh_view .t_con_2 .z_box_view .z_view .more_view {
  position: absolute;
  bottom: 0.2rem;
  right: 0.4rem;
  padding: .1rem .2rem;
  font-size: .12rem;
  color: #004098;
  border-radius: 5px;
  border: 1px solid #004098;
  background-color: #fff;
  text-align: center;
  transition: all .3s;
}
.cpfw_jh_view .t_con_2 .swiper_2 .swiper-wrapper {
  transition: all .3s;
}
.cpfw_jh_view .t_con_2 .z_box_view .z_view .more_view:hover {
  color: #fff;
  background-color: #004098;
}

.cpfw_jh_view .t_con_2 .z_box_view .z_view{
  display: none;
}
.cpfw_jh_view .t_con_2 .z_box_view .z_view .item{
  position: relative;
}
.cpfw_jh_view .t_con_2 .z_box_view .z_view:first-child {
  display: block;
}