.banenr_text h6,
.strength h6,
.invitation_title_left h6 {
  font-family: OPPOSans-R;
}
body {
  overflow-x: hidden;
}

/* ======== 标题 start ======== */
.safety_title {
  padding-top: 140px;
  padding-bottom: 70px;
}

.safety_title h4,
.safety_title h6 {
  text-align: center;
}

/* ======== 标题 end ======== */
.safety_title h6 {
  margin-top: 24px;
  color: #696969;
}


/* ======== 信息技术产业现状 start ======== */
.now {
  padding: 100px 0;
  background-image: url("/pc//images/safety/bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
}

.now_line {
  width: 50px;
	height: 2px;
	background-color: #45db68;
  margin-top: 40px;
}

.now p {
  width: 601px;
	line-height: 30px;
	color: #696969;
	opacity: 0.6;
  margin-top: 30px;
}
/* ======== 信息技术产业现状 end ======== */

/* ======== 科技自立自强 start ======== */
.self {
  padding: 120px 0 190px;
  background-image: url("/pc//images/safety/bg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
}

.self_content {
  width: 50%;
  color: #fff;
}

.self_line {
  width: 50px;
	height: 2px;
	background-color: #45db68;
  margin: 30px 0;
}

.self_content p {
	line-height: 30px;
	opacity: 0.6;
}
/* ======== 科技自立自强 end ======== */


/* ======== 朗坤实力 start ======== */
.strength {
  padding: 100px 0;
}

.strength h4 {
  text-align: center;
}

.strength h6 {
  margin-bottom: 50px;
  text-align: center;
}
/* ======== 朗坤实力 end ======== */


/* ======== 邀请 start ======== */
.invitation {
  padding: 100px 0;
  background-image: url("/pc//images/safety/bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.invitation_content {
  width: 66%;
}

/* .invitation_title {

} */

.invitation_title_left {
  width: 70%;

}

.invitation_title_right {
  /* padding: 15px 25px; */
  display: block;
  border: solid 1px #ffffff;
  margin-top: 40px;
  /* width: 160px;
  height: 46px;
  line-height: 46px; */
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  /* position: relative; */
  /* background: linear-gradient(-45deg, transparent 10px, #2baaca 0); */
  /* background: linear-gradient(-45deg, transparent 10px, #fff 0); */
  border-bottom-right-radius: 16px;
}

/* .a_inner{
	width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, transparent 9px, transparent 0);
} */

.invitation_title_right span {
  vertical-align: middle;
  margin-right: 16px;
}


.invitation_title_right img {
  vertical-align: middle;
}

/* .jiao {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: -10px;
  right: -10px;
  transform: rotate(45deg);
  
} */

input {
  border: none;
  outline: none;
  /* background-color: transparent; */
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #FFFFFF !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/* input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  box-shadow: 0 0 0px 1000px transparent inset   
} */

.invitation_form input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: #fff;
 
}

.invitation_form {
  width: 100%;
  margin-top: 70px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}


.form_lists {
  margin-bottom: 30px;
  border: 0;
}

.form_list_items {
  width: 48%;
  height: 50px;
  border: 1px solid #fff;
  position: relative;
}

.form_list_items img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.form_list_items .select {
  left: calc(100% - 30px);
}

.form_list_items input {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-left: 54px;
  color: #fff;
}

.hand {
  cursor: pointer;

}

.choose_info {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  display: none;
  cursor: pointer;

}

.choose_info li {
  width: 100%;
  text-align: center;
  color: #696969;
  line-height: 30px;
  cursor: pointer;
}

.choose_info li:hover {
  color: #026ef5;
}

button {
  border: none;
  background-color: transparent;
  outline: none;
}

.yzmBtns {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.submitss {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #026ef5;
	font-weight: bold;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  margin-top: 0;
}
/* ======== 邀请 end ======== */

/* ====== 更多按钮的弹窗 start ====== */
.dialog_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,.5);
  display: none;

}

.dialog_more {
  position: fixed;
  top: 20%;
  left: 36%;
  width: 28%;
  background-color: #fff;
  z-index: 999999;
}

.dialog_more_title {
  text-align: center;
  padding: 40px;
  background-image: url("/pc//images/safety/dialog_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.dialog_close {
  position: absolute;
  top: -30%;
  right: 0;
  cursor: pointer;
}

.dialog_more_line {
	width: 30px;
	height: 2px;
	background-color: #026ef5;
  margin: 0 auto;
  margin-top: 20px;
}

.dialog_more_title>a {
  font-family: OPPOSans-B;
  color: #026ef5;
  margin-top: 20px;
  display: block;
}

.dialog_more_info {
  text-align: center;
  padding-bottom: 40px;
}

.dialog_more_info p {
  text-align: center;
  color: #667180;
  margin-top: 40px;
}

.dialog_more_img {
  margin-top: 40px;
}
/* ====== 更多按钮的弹窗 end ====== */


/* ======== lhn 2023/3/14 修改 start ========*/
.banenr_text .banner_text_top h6 {
  font-size: 22px;
}

.safety_title h6 {
  font-size: 20px;
}

.strength h6,.invitation_title_left h6,.now p,.self_content p {
  font-size: 20px;
}
.now p,.self_content p {
  line-height: 40px;
}


/* ======== lhn 2023/3/14 修改 end ========*/
