.head {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0vh;
  left: 0;
  z-index: 9999;
}
.head .w1 {
  height: 9vh;
  display: flex;
  align-items: center;
}
.head .w1 .left {
  flex:0 0 40%;
}
.head .w1 .left img {
  /*height: 6vh;*/
  /*margin-top: 1vh;*/
}
.head .w1 .right {
  flex: 0 0 55%;
  margin-left: 5%;
}
.head .w1 .right > ul {
  display: flex;
}
.head .w1 .right > ul li {
  flex: 1;
  text-align: center;
  line-height: 9vh;
  position: relative;
}
.head .w1 .right > ul li a {
  display: block;
  font-size: 18px;
}
.head .w1 .right > ul .search img{
    height: 20px!important;
    width: 20px!important;
}

.head .w1 .right > ul li > .div {
  background: #fff;
  line-height: 45px;
  border-top: 3px solid #1781b9;
  box-shadow: 0px 0px 5px 2px #ccc;
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.head .w1 .right > ul li > .div p a {
  font-size: 15px;
}
.head .w1 .right > ul li > .div p:hover {
  background: #1781b9;
}
.head .w1 .right > ul li > .div p:hover a {
  color: #fff;
}
.head .w1 .right > ul .search {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.head .w1 .right > ul .search div {
  position: absolute;
  right: 0;
  height: 7vh;
  top: 1vh;
  width: 0;
  background: #fff;
  box-shadow: 2px 2px 5px 2px #ccc;
  border-radius: 5px;
  padding: 0 10px;
}
.head .w1 .right > ul .search div input {
  width: 90%;
  height: 4vh;
  vertical-align: text-bottom;
  border: none;
  outline: none;
}
.head .w1 .right > ul .search div img {
  vertical-align: inherit;
  margin-bottom: 0.5vh;
}
.head .w1 .more {
  display: none;
}
.head .ad {
  position: relative;
  width: 100%;
  /*height: 10vh;*/
  /*line-height: 10vh;*/
  background-color: #fff;
  z-index: 999999;
  border-bottom: 1px solid #eee;
}
.head .ad a {
  height: 100%;
}
.head .ad a img {
  height: 100%;
  /*vertical-align: initial;*/
  object-fit: cover;
}
.head .ad .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  height: 30px;
  width: 30px;
  background: #eee;
  border-radius: 10px;
  color: #181f27;
  font-size: 24px;
  z-index: 999;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.banner {
  margin-top: 9vh;
}
.banners {
  margin-top: 18vh;
}
.banners .swiper-slide img {
  height: 100%;
}
.company-info {
  margin-top: 20px;
}
.company-info .w {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.company-info .w>img{
    width: 30vh;
    height: 30vh;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.company-info .w .fl {
  flex:0 0 46%;
}
.company-info .w .fl video {
  width: 100%;
}
.company-info .w .fr {
  flex: 0 0 50%;
}
.company-info .w .fr h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.company-info .w .fr .text-info {
  text-indent: 2em;
  line-height: 34px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8!important;
    -webkit-box-orient: vertical;
}
.company-info .w .fr .text-info p {
  margin-bottom: 15px;
  font-size: 16px;
}
.company-info .w .fr a {
  display: block;
  width: 15%;
  height: 42px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #509868;
  font-size: 16px;
  margin-top: 2vh;
  color: #509868;
}
.common-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 5vh;
  margin-bottom: 3vh;
  display: flex;
  justify-content: space-between;
}
.common-title p {
  position: relative;
  display: -webkit-inline-box;
}
.common-title p span {
  display: block;
  height: 15px;
  width: 15px;
  border: 5px solid #126fa6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -10px;
}
.common-title .right-nav {
  width: 25%;
}
.common-title .right-nav ul {
  display: flex;
}
.common-title .right-nav ul li {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
}
.common-title .right-nav ul li a{
    font-size: 18px;
}
.common-title .right-nav ul .active {
  color: #0e5d94;
  font-weight: 700;
  
}
.news {
  width: 100%;
  background: url(../images/img4.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 5vh;
  box-sizing: border-box;
  margin-top: 3vh;
}
.news .w {
  overflow: hidden;
}
.news .w .main ul {
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.news .w .main ul li {
  flex: 0 0  30%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 5%;
}
.news .w .main ul li a {
  color: #777;
}
.news .w .main ul li .time {
  font-size: 16px;
  margin-bottom: 15px;
}
.news .w .main ul li h3 {
  margin-bottom: 20px;
  color: #333;
}
.news .w .main ul li img {
  width: 100%;
  margin-bottom: 30px;
  max-height: 30vh;
  object-fit: cover;
  height: 250px;
}
.news .w .main ul li .jieshao {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 40PX;
}
.news .w .main ul li .getdetails {
  font-size: 16px;
}
.news .w .main ul li:hover {
  background: linear-gradient(#45944f, #0e5d94);
  color: #fff;
}
.news .w .main ul li:hover h3 {
  color: #fff;
}
.news .w .main ul li:hover a {
  color: #fff;
}
.work {
  width: 100%;
  background: url(../images/dqbg.jpg) no-repeat;
  background-size: cover;
  height: 58vh;
}
.work .w .workmain {
  margin-top: 4vh;
}
.work .w .workmain .fl {
  width: 40%;
  height: 45vh;
}
.work .w .workmain .fl a {
  position: relative;
  display: block;
  height: 100%;
}
.work .w .workmain .fl a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.work .w .workmain .fl a p {
  width: 100%;
  height: 5vh;
  line-height: 5vh;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  font-size: 16px;
}
.work .w .workmain .fr {
  width: 58%;
}
.work .w .workmain .fr ul li {
  height: 6.5vh;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.work .w .workmain .fr ul li h4 {
  font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.work .w .workmain .fr ul li:nth-child(1) {
  height: 12.5vh;
}
.work .w .workmain .fr ul li:nth-child(1) h4 {
  font-weight: 700;
  margin-bottom: 2vh;
  font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.work .w .workmain .fr ul li:nth-child(1) p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.work .w .workmain .fr ul li:hover h4 {
  color: #0e5d94;
}
.infoopen .infoopen-main {
  margin-bottom: 3vh;
}
.infoopen .infoopen-main ul {
  display: flex;
  justify-content: space-around;
}
.infoopen .infoopen-main ul li {
  flex: 0 0 15%;
  border: 1px solid #0e5d94;
  border-radius: 10px;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-items: center;
}
.infoopen .infoopen-main ul li a {
  text-align: center;
  display: block;
  width: 100%;
}
.infoopen .infoopen-main ul li img {
  width: 4vh;
  height: 4vh;
  margin-bottom: 1vh;
}
.infoopen .infoopen-main ul li p {
  font-size: 16px;
}
.infoopen .companylist {
  margin-bottom: 3vh;
}
.infoopen .companylist ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
}
.infoopen .companylist ul li {
  flex: 0 0 23.5%;
  border: 1px solid #ccc;
  height: 10vh;
  display: flex;
  align-items: center;
  margin-bottom: 2vh;
  margin-right: 2%;
  padding: 10px;
    box-sizing: border-box;
}
.infoopen .companylist ul li:nth-child(4n){
    margin-right: 0;
}
.infoopen .companylist ul li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}

.toggle .w .index {
  padding-top: 6vh;
  width: 45%;
  line-height: 24px;
}
.toggle .w .index a {
  color: #fff;
}
.toggle .w .index a h3 {
  margin-bottom: 2vh;
  font-size: 24px;
}
.toggle .w .index a p{
    font-size: 18px;
    line-height: 4vh;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.toggle .w .index a .linkdetails {
  margin-top: 30px;
 padding: 1vh;
    box-sizing: border-box;
  width: 100px;
  text-align: center;
  border: 1px solid #ccc;
   font-size: 16px;
   line-height: inherit;
}
.class1 .w ul {
  display: flex;
  justify-content: space-around;
}
.class1 .w ul li {
  flex: 0 0 30%;
  position: relative;
  /*height: 56vh;*/
}
.class1 .w ul li img {
  /*position: absolute;*/
  /*width: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
}
.class1 .w ul li a {
  position: relative;
  bottom: 3vh;
  color: #fff;
  width: 90%;
  left: 5%;
  z-index: 99;
}
.class1 .w ul li a>div{
    width: 90%;
    position: absolute;
    z-index: 999;
    bottom: 2vh;
    left: 5%;
}
.class1 .w ul li a h3 {
  margin-bottom: 2vh;
}
.class1 .w ul li a p {
  line-height: 4vh;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.footer {
  background: #252d38;
    /*height: 53vh;*/
    clear: both;
    margin: 0;
    text-align: center;
    position: relative;
    margin-top: 5vh;
}
.footer > .w {
  /*height: 47vh;*/
  padding: 0 0 6vh 0;
  box-sizing: border-box;
}
.footer > .w .fl {
  display: flex;
  width: 70%;
  margin-top: 5vh;
}
.footer > .w .fl ul {
  flex: 1;
}
.footer > .w .fl ul li {
  color: #fff;
  margin-bottom: 1vh;
}
.footer > .w .fl ul li:hover a{
    color: #fff;
}
.footer > .w .fl ul li a {
  color: #6d6f72;
}
.footer > .w .fl ul li:nth-child(1) {
  margin-bottom: 2vh;
  font-size: 18px;
}
.footer > .w .fr {
  margin-top: 5vh;
  width: 20%;
  text-align: right;
}
.footer > .w .fr p {
  color: #6d6f72;
  text-align: center;
}
.footer > .w .fr div {
  position: relative;
  margin-top: 4vh;
}
.footer > .w .fr div img:nth-child(1) {
  width: 30vh;
  height: 30vh;
  position: absolute;
  left: 0;
  top: 0;
}
.footer > .w .fr div img:nth-child(2) {
  position: absolute;
  width: 15vh;
  height: 15vh;
  top: -8px;
  right: 30px;
  
}
/*.footer .banquan {*/
/*  width: 100%;*/
/*  height: 6vh;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*}*/
.footer .zhanwei {
 width: 100%;
    height: 7vh;
    background: #181f27;
    display: flex;
    align-items: center;
}
.footer .zhanwei div {
  color: #fff;
  font-size: 14px;
}
.footer .zhanwei div a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
}
.industry .industry_banner img {
  width: 100%;
  height: 100%;
}
.industry .industry-main {
  margin-top: 3vh;
}
.industry .industry-main h3 {
  text-align: center;
  color: #1781b9;
  margin-bottom: 2vh;
}
.industry .industry-main .indestry-info {
  line-height: 30px;
}
.industry .industry-main .indestry-info > p {
  text-indent: 2em;
  margin-bottom: 1vh;
  font-size: 16px;
}
.industry .industry-main .indestry-img .fl {
  width: 61%;
}
.industry .industry-main .indestry-img .fl img {
  width: 100%;
  height: 62vh;
  object-fit: cover;
}
.industry .industry-main .indestry-img .fr {
  width: 38%;
  display: flex;
  flex-direction: column;
}
.industry .industry-main .indestry-img .fr p {
  margin-bottom: 2vh;
}
.industry .industry-main .indestry-img .fr img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
}
.industry .industry-main .indestry-anli h3 {
  color: #333;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
.industry .industry-main .indestry-anli ul {
  display: flex;
  justify-content: space-around;
}
.industry .industry-main .indestry-anli ul li {
  flex: 0 0 30%;
  background: #eee;
}
.industry .industry-main .indestry-anli ul li img{
  height: 335px;
    object-fit: fill;  
}

.industry .industry-main .indestry-anli ul li p {
  text-align: center;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    box-sizing: border-box;
}
.industry .industry-main .indestry-anli > a {
  text-align: center;
  margin-top: 3vh;
  font-size: 16px;
}
.dangjian .dangjian-main {
  margin-top: 3vh;
}
.dangjian .dangjian-main ul {
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
.dangjian .dangjian-main ul li {
  flex: 0 0 30%;
  margin-bottom: 3vh;
  background: #f2f2f2;
  margin-right: 5%;
}
.dangjian .dangjian-main ul li:nth-child(3n){
    margin-right: 0;
}
.dangjian .dangjian-main ul li img {
  height: 250px;
  object-fit: cover;
}
.dangjian .dangjian-main ul li div {
  padding: 15px;
  box-sizing: border-box;
}
.dangjian .dangjian-main ul li div .p1 {
 font-size: 18px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 1vh;
}
.dangjian .dangjian-main ul li div .p2,
.dangjian .dangjian-main ul li div .p3 {
  font-size: 16px;
  margin-bottom: 1vh;
  color: #ae191a;
}
.dangjian .dangjian-main ul li div .p3 {
  margin-bottom: 0;
}
.dangjian .dangjian-main ul li div .p4 {
  font-size: 14px;
}
.xw-news .xw-news-main {
  margin-top: 3vh;
}
.xw-news .xw-news-main ul li {
  /*margin-bottom: 3vh;*/
  border-bottom: 1px solid #ccc;
  /*height: 23vh;*/
  /*padding-bottom: 2vh;*/
}
.xw-news .xw-news-main ul li a{
    display: flex;
    align-items: center;
}
.xw-news .xw-news-main ul li img {
  width: 300px;
  object-fit: cover;
  height: 200px;
  padding: 15px 0;
  box-sizing: border-box;
}
.xw-news .xw-news-main ul li .fl {
  width: 75%;
}
.xw-news .xw-news-main ul li .fl h3 {
  margin-bottom: 2vh;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw-news .xw-news-main ul li .fl .p4 {
  margin-top: 3vh;
  font-size: 15px;
  color: #1781b9;
}
.xw-news .xw-news-main ul li .fl .p1 {
  line-height: 30px;
  color: #777;
  padding-right: 2vh;
  box-sizing: border-box;
}
.xw-news .xw-news-main ul li:hover h3 {
  color: #1781b9;
}
.xw-news-detalis .xw-news-detalis-main .title {
  margin-top: 3vh;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2vh;
}
.xw-news-detalis .xw-news-detalis-main .title p {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  font-size: 16px;
}
.xw-news-detalis .xw-news-detalis-main .mains {
  line-height: 35px;
  min-height: 50vh;
}
.xw-news-detalis .xw-news-detalis-main .mains table p{
    text-indent: 0em;
}
.xw-news-detalis .xw-news-detalis-main .mains p {
  text-indent: 2em;
  font-size: 16px;
  margin-bottom: 0.5vh;
}
.xw-news-detalis .xw-news-detalis-main .mains img {
    width: 800px!important;
    margin-left: 50%;
    transform: translateX(-50%);
    height: auto!important;
}
.xw-news-detalis .newsmore {
  margin-top: 2vh;
  background: url(../images/newsbg.jpg) no-repeat;
  height: 53vh;
  background-size: 100% 100%;
  margin-bottom: -5vh;
}
.xw-news-detalis .newsmore .w {
  padding-top: 3vh;
}
.xw-news-detalis .newsmore .w h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 2vh;
}
.xw-news-detalis .newsmore .w ul {
  display: flex;
  /*justify-content: space-around;*/
  margin-top: 4vh;
}
.xw-news-detalis .newsmore .w ul li {
  flex: 0 0 30%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 5%;
}
.xw-news-detalis .newsmore .w ul li :nth-child(3n){
    margin-right: 0;
}
.xw-news-detalis .newsmore .w ul li img {
  height: 30px;
  width: 30px;
}
.xw-news-detalis .newsmore .w ul li .p1 {
  color: #1781b9;
  font-size: 16px;
  margin-top: 3vh;
  margin-bottom: 2vh;
}
.xw-news-detalis .newsmore .w ul li .p2 {
  font-size: 22px;
  margin-bottom: 5vh;
}
.xxgk .xxgk-main {
  margin-top: 2vh;
}
.xxgk .xxgk-main ul li {
  border-bottom: 1px solid #ccc;
}
.xxgk .xxgk-main ul li:hover{
    background: #eee;
}
.xxgk .xxgk-main ul li:hover .p1{
  color: #777;

}
.xxgk .xxgk-main ul li a {
  display: flex;
  justify-content: space-around;
}
.xxgk .xxgk-main ul li a div {
  padding: 25px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 30px;
  font-size: 16px;
}
.xxgk .xxgk-main ul li a .fl {
  flex: 0 0 7%;
}
.xxgk .xxgk-main ul li a .fl h3 {
  text-align: center;
  width: 100%;
  border-right: 1px solid #ccc;
  font-size: 20px;
    font-weight: 700;
}
.xxgk .xxgk-main ul li a .fl p {
  text-align: center;
  width: 100%;
  border-right: 1px solid #ccc;
}
.xxgk .xxgk-main ul li a .fr {
  flex: 0 0 90%;
  margin-left: 2%;
  align-items: flex-start;
}
.xxgk .xxgk-main ul li a .fr .p2{
    color: #777;
    font-size: 15px;
}
.xxgk .xxgk-main ul li:hover .fl {
  color: #fff;
  background: #126fa6;
}
.xxgk .xxgk-main ul li:hover .fl h3 {
  border-right: 1px solid #126fa6;
}
.xxgk .xxgk-main ul li:hover .fl p {
  border-right: 1px solid #126fa6;
}
.about .about-title {
  margin-top: 4vh;
}
.about .about-title h3{
    font-size: 24px;
}
.about .about-title p {
  color: #126fa6;
  margin-top: 1vh;
  font-size: 14px;
}
.about .about-main {
  margin-top: 3vh;
}
.about .about-main .about-name .fl {
  position: relative;
}
.about .about-main .about-name .fl img {
  width: 80%;
}
.about .about-main .about-name .fl span {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  width: 100%;
  font-weight: 700;
  color: #126fa6;
  margin-left: 20px;
}
.about .about-main .about-info {
  margin-top: 2vh;
}
.about .about-main .about-info p {
  text-indent: 2em;
  line-height: 30px;
}
.about .about-video {
  margin-top: 2vh;
  position: relative;
}
.about .about-video img {
  width: 100%;
}
.about .about-lingdao {
  margin-top: 3vh;
  overflow: scroll;
}
.about .about-lingdao .mySwiper2 {
  display: none;
}
.about .about-lingdao .mySwiper1 {
  display: block!important;
}
.about .about-lingdao .swiper-slide img{
    height: 240px;
}
.about .about-lingdao .swiper-slide {
  background: #f2f2f2;
  margin-bottom: 5vh;
}
.about .about-lingdao .swiper-slide .name {
  padding: 14px;
  line-height: 30px;
  box-sizing: border-box;
}
.about .about-lingdao .swiper-slide .name p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    margin-top: 5px;
}
.about .zuzhi img {
  width: 100%;
  margin-top: 3vh;
}
.about .company-culture {
  background: #f2f2f2;
  padding: 40px 0;
  box-sizing: border-box;
}
.about .company-culture .w {
  position: relative;
}
.about .company-culture .w .about-title {
  margin-top: 0;
}
.about .company-culture .w > img {
  position: absolute;
  bottom: -30px;
  width: 80%;
  right: 0;
}
.about .company-culture .w ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3vh;
  position: relative;
  z-index: 9;
}
.about .company-culture .w ul li {
  flex: 0 0 23%;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  /*height: 32vh;*/
}
.about .company-culture .w ul li img {
  width: 60px;
  height: 60px;
  margin-bottom: 2vh;
  margin-top: 2vh;
}
.about .company-culture .w ul li p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2vh;
}
.about .company-culture .w ul li p:nth-child(3) {
  font-size: 16px;
  width: 80%;
  margin-left: 10%;
  line-height: 25px;
}
.about .children-company {
  margin-top: 20px;
  margin-bottom: 20px;
}
.about .children-company ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
}
.about .children-company ul li {
  flex: 0 0 23.5%;
  border: 1px solid #ccc;
  height: 10vh;
  display: flex;
  align-items: center;
  margin-bottom: 2vh;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 2%;
}
.about .children-company ul li:nth-child(4n){
    margin-right: 0;
}
.about .children-company ul li a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}
.about .lianxifangshi > div {
  width: 49%;
  box-sizing: border-box;
  position: relative;
}
.about .lianxifangshi > div a{
     position: relative;
}
.about .lianxifangshi .fr>div p{
    font-size: 26px;
}
.about .lianxifangshi > div img {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .lianxifangshi > div a > div {
  position: absolute;
  z-index: 999;
  top: 4vh;
  left: 4vh;
}
.about .lianxifangshi > div a > div h3 {
  color: #fff;
  margin-bottom: 2vh;
}
.about .lianxifangshi > div a > div p {
  width: 60%;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.about .lianxifangshi .fr p {
  width: 100%;
}
.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-popup .video-content {
  width: 40%;
  margin-left: 30%;
}
.video-popup .video-content video {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}
.video-popup .video-content .close {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  margin-top: 2vh;
  margin-left: 50%;
  transform: translateX(-50%);
}
.contactus .contactus-main {
  margin-top: 3vh;
}
.contactus .contactus-main .top > div {
  width: 48%;
}
.contactus .contactus-main .top .fr ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3vh;
}
.contactus .contactus-main .top .fr ul li .fl {
  width: 10%;
}
.contactus .contactus-main .top .fr ul li .fl img {
  width: 35px;
}
.contactus .contactus-main .top .fr ul li .fr {
  width: 80%;
}
.contactus .contactus-main .top .fr ul li .fr p:nth-child(1) {
  font-size: 18px;
  color: #1781b9;
  margin-bottom: 1vh;
}
.contactus .contactus-main .top .fr ul li:last-child .fl {
  width: 15%;
  text-align: center;
  margin-right: 5%;
}
.contactus .contactus-main .top .fr ul li:last-child .fl img {
  width: 100%;
}
.contactus .contactus-main .bot {
  margin-top: 3vh;
}
.contactus .contactus-main .bot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactus .contactus-main .bot ul li {
  flex: 0 0 49%;
  background: #f2f2f2;
  margin-bottom: 3vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
.contactus .contactus-main .bot ul li .left {
  height: 7vh;
  line-height: 7vh;
  border-right: 1px solid #ccc;
  width: 20%;
  text-align: center;
}
.contactus .contactus-main .bot ul li .right {
  width: 80%;
  padding-left: 5%;
  box-sizing: border-box;
  line-height: 30px;
}



.qywh .qywh-main {
  margin-top: 3vh;
}
.qywh .qywh-main .top {
  display: flex;
  justify-content: space-between;
}
.qywh .qywh-main .top .top-1 {
  flex: 0 0 38%;
  position: relative;
  height: 500px;
}
.qywh .qywh-main .top .top-1 img {
  height: 100%;
}
.qywh .qywh-main .top .top-1 div {
  position: absolute;
  bottom: 1vh;
  width: 90%;
  left: 5%;
  z-index: 99;
  margin-bottom: 2vh;
  color: #fff;
  line-height: 30px;
}
.qywh .qywh-main .top .top-2 {
  flex: 0 0 20%;
  position: relative;
  height: 500px;
}
.qywh .qywh-main .top .top-2 img {
  height: 100%;
}
.qywh .qywh-main .top .top-2 div {
  position: absolute;
  bottom: 1vh;
  width: 90%;
  left: 5%;
  z-index: 99;
  margin-bottom: 2vh;
  color: #fff;
  line-height: 30px;
}
.qywh .qywh-main .top .top-3 {
  flex: 0 0 38%;
}
.qywh .qywh-main .top .top-3 div {
  position: relative;
  height: 240px;
  margin-bottom: 20px;
}
.qywh .qywh-main .top .top-3 div img {
  height: 100%;
}
.qywh .qywh-main .top .top-3 div div {
  position: absolute;
  bottom: 1vh;
  width: 90%;
  left: 5%;
  z-index: 99;
  height: auto;
  color: #fff;
  line-height: 30px;
}
.qywh .qywh-main .bot {
  margin-top: 30px;
}
.qywh .qywh-main .bot .bot1 {
  margin-bottom: 30px;
  overflow: hidden;
}
.qywh .qywh-main .bot .bot1 .fl {
  width: 55%;
}
.qywh .qywh-main .bot .bot1 .fl img {
  width: 100%;
}
.qywh .qywh-main .bot .bot1 .fr {
  width: 40%;
}
.qywh .qywh-main .bot .bot2 {
  overflow: hidden;
}
.qywh .qywh-main .bot .bot2 .fl {
  width: 40%;
}
.qywh .qywh-main .bot .bot2 .fr {
  width: 55%;
}
.qywh .qywh-main .bot .bot2 .fr img {
  width: 100%;
}
.qywh .qywh-main .bot h3 {
  margin-bottom: 20px;
}
.qywh .qywh-main .bot p {
  line-height: 30px;
}

