@charset "utf-8";
/* CSS Document */

body{background:url(/images/keysight-6g/bg.jpg) no-repeat top center;font-size: 16px;background-size: cover;line-height: 24px;}
body,ul,ol,li,p,h1,h2,h3,h4 {list-style:none;padding: 0; margin: 0;}
a{color: #fff;text-decoration: none;}
a:hover{text-decoration: none;}
a:visited{text-decoration: none;border: none;}
a:active{text-decoration: none;}
Btn:active{color: #fff!important;text-decoration: none;}
a:focus,a:hover {
    color: #fff;
    text-decoration: none
}
h2{font-size: 28px; background: url(/images/keysight-6g/title-bg.png) no-repeat center bottom;margin: 50px 0 40px;text-align: center;font-weight: bold;height: 70px;line-height: 70px;color: #fff;}
.bg01{background: #fff;width: 100%;}

.banner{background:#090001;text-align: center;}
.banner img{max-width: 100%;}
.container{width: 1200px;}
.about p{}
.baoming{background: #d6efff;border-radius: 10px;border: 2px solid #fff;width: 860px;margin: 40px auto;position: relative;}
.bm-l{margin: 20px 0 20px 40px;}
.bm-l a{width: 250px;height: 60px;text-align: center; line-height: 60px;background: #e90029; color: #fff;display: inline-block;border-radius: 60px;font-size: 26px;margin-bottom: 15px;}
.bm-l a:hover{background: #a8011f;}
.c-w{position: absolute;right: 0; top: -20px;border: 4px solid #1b75c2;width: 174px;height: 174px;}

.nav-tabs{border: none; display: flex; justify-content: space-between;margin-bottom: 15px;background-image: linear-gradient(125deg, #d6efff, #ede7ff);margin: 30px 50px;padding:10px ;border-radius: 10px;}
.nav-tabs li{height: 84px; flex-grow: 1;}
.nav-tabs>li>a{border-radius: 10px;margin: 0 25px;height: 84px;font-size: 22px;text-align: center;line-height: 64px;color: #000;}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: url(/images/keysight-6g/b-bg.jpg) no-repeat center;color: #fff;}
.z-p{margin-top: 10px;padding: 30px 40px!important;}
.z-l{float: left;text-align: left!important;width: 60%;}
.z-r{float: left; margin-left: 20px;}

.meeting{border-radius: 20px;overflow: hidden;border: 2px solid #fff;box-shadow: 0 0 10px #dfdfdf;}
.meeting table {
  width: 100%; 
  position: relative;
  background: #eff4f9;
  border: none;	
}

.meeting th {
  text-align: left;
}

.meeting th {
  background: #30578d;
  color: #fff;
}

.meeting th, .meeting td {
  padding: 15px 10px 15px 20px;
  border-color: none;
  border-top: none;
  border-right: none;
  font-weight: normal;
}
.meeting tr:nth-child(even) {
    background-color: #dae3ee; 
}
.meeting tr th:first-child, .meeting td:first-child {
  border-left: none;
}
.meeting .row-line, .meeting .row-line td {
  background: #edeff7;
}
.guest-box{border-radius: 20px;overflow: hidden;border: 2px solid #fff;box-shadow: 0 0 10px #dfdfdf;background: #eff4f9; display: flex;padding: 20px 40px;margin-bottom: 40px;}
.guest-box .l-photo{flex: 1;margin-right: 40px;float: left;}
.guest-box .l-t{display: flex;  align-items: center; justify-content: space-between;}
.guest-box .l-t .fsize20{font-size: 18px;font-weight: bold;margin-bottom: 20px;line-height: 56px;}
.y-h3{font-size: 26px;font-weight: bold;margin: 30px 0;position: relative;padding-left: 20px;}
.y-h3::after{content: "";width: 5px;height: 26px;background: #e90029;position: absolute;left: 0;}
.product-box{}
.product-item{background: #fff;border-radius: 10px;overflow: hidden;text-align: center;}
.product-item img{height: 180px!important;display: inline-block!important;}
.product-item p{height: 48px; line-height: 48px;background: #30578d;text-align: center;color: #fff;}
.prize{border-radius: 10px;overflow: hidden;border: 2px solid #fff;box-shadow: 0 0 10px #dfdfdf;background: #c5d7ec;text-align: center;padding: 30px 0 5px;}
.prize img{max-width: 100%;}
.footer{background: #1d0d34; text-align: center;padding: 15px 0;margin-top: 50px;}
.about-bottom a{color: #e90029;text-decoration: underline;}
.slick-next{right: -70px!important;}
.slick-prev{left: -70px!important;}
.about-d{border-top: 2px solid #ffbeca;background: #fdfafa;border-bottom: 2px solid #ffbeca;padding: 10px;margin-top: 10px;}
@media screen and (max-width: 900px) {
.container{width: 100%;}
h2{background-size: contain;height: 55px;line-height: 60px;font-size: 24px;    margin: 30px 0 20px;}
.baoming{width: 100%;}
.bm-l {margin: 20px 0 20px 20px;}
.c-w{width: 120px; height: 120px;top: -35px;}
.c-w img{width: 100%;}
.bm-l a{width: 160px; height: 48px; line-height: 48px;font-size: 20px;}
.nav-tabs{margin: 10px 0;}
.nav-tabs li, .nav-tabs>li>a{height: auto;}
.nav-tabs>li>a{font-size: 18px;margin: 0 5px;line-height: 24px;padding: 5px;}
.z-l{width: 100%;}
.product-item img{width: 100%!important;height: auto!important;}
.guest-box{display: inline-block;}
.guest-box .l-t .fsize20{line-height: 24px;}
.guest-box .l-photo{margin-bottom:15px;float: none;}
.guest-box{padding: 20px;}
.footer{margin-top: 30px;}
.guest-box{margin-bottom: 20px;}
.y-h3{margin: 20px 0;font-size: 22px;}
.meeting .row-line, .meeting .row-line td{background: none;}
	.meeting table {
    top: 0;
    box-sizing: border-box;
    background: #edeff7;
    border: none;   
  }

	tr {
    display: block;
    width: 100%;
    padding: 0.2rem 0.2rem 0.2rem 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    box-sizing: border-box;
	}
.meeting th, .meeting td {
    width: 100%;
    display: block;
    border: none;
    padding: 6px 6px 0 0;
  }
  .tit_bg th, .tit_bg td {
    background: transparent !important;
  }

  .tit_bg {
    background: none !important;
  }

  .meeting table tr:first-child {
    display: none;
  }

  .meeting tr td:nth-child(2) {
    padding: 5px 0 0px 0;   
  }

  .meeting tr td:nth-child(3) {
    padding: 5px 0 0px 0;
  }
}