* {
  margin: 0;
  padding: 0;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
table,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/24px Arial, 'Microsoft Yahei', "微软雅黑", sans-serif;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-center {
  text-align: center;
}
.margin-bottom-50 {
  margin-bottom: 3.125rem;
}
.margin-bottom-100 {
  margin-bottom: 6.25rem;
}
.margin-top-none {
  margin-top: 0!important;
}
.clear {
  clear: both;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.full-container {
  width: 100%;
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.page-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 98;
}
.header-container {
  position: relative;
  width: 100%;
  background-color: #003399;
  border-bottom: 1px solid #003399;
}
#logo {
  display: inline-block;
  width: 10.625rem;
  height: 3.75rem;
  line-height: 6.25rem;
}
#logo img {
  width: 100%;
  height: 100%;
}
.header-container-wrap {
  position: relative;
  width: 100rem;
  height: 6.25rem;
  clear: both;
  background-color: #003399;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container-wrap .header-container-nav {
  position: absolute;
  width: 56.25rem;
  height: 6.25rem;
  left: 50%;
  margin-left: -450px;
}
.header-container-wrap .header-container-nav li {
  position: relative;
  float: left;
  width: calc((900px - 120px)/7);
  font-size: 1.125rem;
  font-family: "微软雅黑";
  text-align: center;
  cursor: pointer;
  user-select: none;
  line-height: 4.375rem;
  margin-right: 20px;
  padding: 0.9375rem 0;
}
.header-container-wrap .header-container-nav li a {
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.header-container-wrap .header-container-nav li .icon-text {
  display: block;
  color: #ffffff;
  font-size: 1.125rem;
}
.header-container-wrap .header-container-nav li .icon {
  display: none;
  text-rendering: auto;
  text-align: center;
  width: 100%;
  height: 3.125rem;
}
.header-container-wrap .header-container-nav li:last-child {
  margin-right: 0;
}
.header-container-wrap .header-container-nav li.on {
  background: #075bcd;
}
.header-container-wrap .header-container-nav li.on a {
  color: #fff;
}
.header-container-wrap .header-container-nav li.on a span {
  color: #fff;
}
.header-container-wrap .header-container-nav li.on .icon {
  height: 2.5rem;
  line-height: 3.4375rem;
  display: block;
}
.header-container-wrap .header-container-nav li.on .icon-text {
  height: 2.5rem;
  line-height: 2.5rem;
}
.header-container-wrap .header-container-nav li:hover {
  background: #075bcd;
  color: #ffffff;
}
.header-container-wrap .header-container-nav li:hover .icon-text {
  height: 2.5rem;
  line-height: 2.5rem;
}
.header-container-wrap .header-container-nav li:hover .icon {
  display: block;
  height: 2.5rem;
  line-height: 3.4375rem;
}
.header-container-wrap .header-container-right {
  line-height: 6.25rem;
  position: relative;
  height: 6.25rem;
}
.header-container-wrap .header-container-right .search-container {
  position: absolute;
  right: 3rem;
}
.header-container-wrap .header-container-right .search-container input {
  height: 1.875rem;
  width: 11.5rem;
  font-size: 1rem;
  border-radius: 1rem;
  border: 1px solid #003399;
  padding-left: 0.875rem;
  outline: none;
}
.header-container-wrap .header-container-right .search-container input:focus {
  border: 1px solid #003399;
}
.header-container-wrap .header-container-right .search-container .search-input {
 top:-52px;
right:-180px;
  background-repeat: no-repeat;
  border: none;
  display: flex;
  outline: none;
  position: relative;
}
.header-container-wrap .header-container-right .search-container .search-input img{
	width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.header-container-wrap .header-container-right .map-address {
  position: absolute;
  right: 1px;
  padding-top: 0.3125rem;
  height: 5.9375rem;
  display: block;
}
.header-container-wrap .header-container-right .map-address .icon-address {
  width: 1.5rem;
  height: 1.25rem;
}
.header-container-wrap .header-container-right .address-container {
  display: none;
  position: absolute;
  z-index: 99;
  width: 25rem;
  height: auto;
  right: 0;
  top: 5rem;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 2px 2px 10px #b5b2b2;
  padding: 1.5rem;
  line-height: normal;
}
.header-container-wrap .header-container-right .address-container .address-company {
  line-height: normal;
  font-size: 1.5rem;
}
.header-container-wrap .header-container-right .address-container .address-list {
  line-height: 3.75rem;
  margin-top: 0.5rem;
}
.header-container-wrap .header-container-right .address-container .address-list span {
  display: block;
  font-size: 1rem;
  text-align: left;
  line-height: 1.625rem;
}
.header-container-wrap .header-container-right .address-container .address-list span:not(:first-of-type) {
  color: #959aa3;
}
.header-container-wrap .header-container-right .address-container .address-list-first {
  margin-top: -40px;
}
.header-container-wrap .header-container-right .address-container img {
  width: 100%;
  margin-top: 1rem;
}
.header-container-wrap .header-container-right .small-nav-icon {
  display: none;
  position: absolute;
  right: 1px;
  padding-top: 0.3125rem;
  height: 5.9375rem;
  z-index: 9;
}
.header-container-wrap .header-container-right .small-nav-icon .icon-address {
  width: 1.5rem;
  height: 1.25rem;
}
.header-container-wrap .header-container-right .small-nav {
  display: none;
  position: absolute;
  width: 130px;
  background-color: #ffffff;
  top: 5rem;
  right: 0;
  box-shadow: 2px 2px 10px #b5b2b2;
  z-index: 12;
}
.header-container-wrap .header-container-right .small-nav a {
  display: block;
  line-height: 3.125rem;
  font-size: 1.125rem;
  padding: 0 1rem;
  color: #333333;
}
.header-container-wrap .header-container-right .small-nav a:hover {
  background: #075bcd;
  color: #ffffff;
}
.header-container-wrap .header-container-right .displayBlock {
  display: block;
}
#banner-box {
  margin: 0px auto;
  height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
}
.banner-inner {
  height: 7.5rem;
  margin: 0px auto;
}
.banner-nav-abs {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.banner-nav-abs-opac {
  position: absolute;
  width: 100%;
  height: 78px;
  left: 0px;
  bottom: -22px;
  z-index: 2;
}
.banner-nav-fix {
  position: fixed;
  left: 0px;
  top: 82px;
  z-index: 3;
}
.banner-nav {
  width: 100%;
}
.banner-nav ul {
  width: 1600px;
  margin: 0px auto;
  overflow: auto;
}
.banner-nav li {
  float: left;
  display: inline;
  width: 100%;
  height: 120px;
  width: calc(98%/3);
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-right: 1%;
}
.banner-nav li div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  background: #fff;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.banner-nav li a {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  z-index: 6;
  display: inline;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1rem;
}
.banner-nav li a span {
  display: block;
  height: 2.8125rem;
  width: 3.75rem;
  margin: 25px auto 6px auto;
}
.banner-nav li a.bg1 span {
  background-position: center;
  background-repeat: no-repeat;
}
.banner-nav li a.bg2 span {
  background-position: center;
  background-repeat: no-repeat;
}
.banner-nav li a.bg3 span {
  background-position: center;
  background-repeat: no-repeat;
}
.banner-nav li.current {
  cursor: default;
}
.banner-nav li.current div {
  width: 100%;
  height: 100%;
  background: none;
}
.banner-nav li.current a {
  color: #ffffff;
  cursor: default;
  background-color: #075bcd;
}
.banner-nav li:last-child {
  margin-right: 0;
}
.banner-list {
  position: absolute;
  height: calc(100vh - 120px);
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
.banner-list li {
  width: 100%;
  height: calc(100vh - 120px);
  text-align: center;
  float: left;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.wrap-container {
  position: relative;
  width: 100rem;
  margin: 0 auto;
}
.wrap-content {
  position: relative;
  height: 750px;
  margin-top: 1.8125rem;
}
.wrap-content .wrap-header {
  width: 100%;
  height: 5rem;
}
.wrap-content .wrap-header .wrap-header-left {
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  margin-right: 0.625rem;
}
.wrap-content .wrap-header .wrap-header-left h2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: normal;
}
.wrap-content .wrap-header .wrap-header-left h2 span {
  color: rgba(0, 51, 153, 0.09);
  margin-left: 1rem;
}
.wrap-content .wrap-header .wrap-header-left p {
  line-height: 1.25rem;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0.75rem;
  border-left: 4px solid #075bcd;
  margin-top: 0.5rem;
}
.wrap-content .wrap-header .wrap-header-right {
  position: relative;
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  margin-left: 0.625rem;
}
.wrap-content .wrap-header .wrap-header-right ul {
  width: 100%;
  text-align: right;
  line-height: 5rem;
}
.wrap-content .wrap-header .wrap-header-right ul li {
  height: 3.125rem;
  display: inline-block;
  width: 7.125rem;
  text-align: center;
  background: #cccccc;
  line-height: 3.125rem;
  border-radius: 0.625rem 0 0.625rem;
  margin-left: 1.125rem;
  font-size: 1rem;
}
.wrap-content .wrap-header .wrap-header-right ul li a {
  display: block;
  color: #000000;
}
.wrap-content .wrap-header .wrap-header-right ul li:hover {
  background: #003399;
}
.wrap-content .wrap-header .wrap-header-right ul li:hover a {
  color: #ffffff;
}
.wrap-content .wrap-item {
  width: 100%;
  height: calc(100% - 120px);
  float: left;
  margin-top: 1rem;
}
.wrap-content .wrap-item .wrap-ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap-content .wrap-item .wrap-ul a {
  position: relative;
  width: calc((100% - 20px)/3);
  height: calc((100% - 10px)/2);
  background-color: #ffffff;
  margin-right: 0.625rem;
  float: left;
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.wrap-content .wrap-item .wrap-ul a img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap-content .wrap-item .wrap-ul a p {
  height: 3.125rem;
  background-color: rgba(0, 51, 153, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
}
.wrap-content .wrap-item .wrap-ul a div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  border: 5px solid #075bcd;
  padding: 0.25rem;
  display: none;
}
/* .wrap-content .wrap-item .wrap-ul a:first-child {
  width: 100%;
  margin-right: 0;
} */
.wrap-content .wrap-item .wrap-ul a:last-child {
  margin-right: 0;
}
.wrap-content .wrap-item .wrap-ul a:nth-child(3n) {
  margin-right: 0;
}
/* .wrap-content .wrap-item .wrap-ul a:not(:first-of-type) {
  margin-bottom: 0;
} */
.wrap-content .wrap-item .wrap-ul a:hover div {
  display: block;
}
.wrap-content .wrap-item .wrap-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrap-content .wrap-item .wrap-main a {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  float: left;
}
.wrap-content .wrap-item .wrap-main a img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap-content .wrap-item .wrap-main a p {
  height: 3.125rem;
  background-color: rgba(0, 51, 153, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
}
.wrap-content .wrap-item .wrap-main a div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  border: 5px solid #075bcd;
  padding: 0.25rem;
  display: none;
}
.wrap-content .wrap-item .wrap-main a:hover div {
  display: block;
}
.wrap-content .wrap-item:last-child {
  margin-right: 0;
}
.wrap-content .wrap-item-left {
  width: calc(45% - 10px);
  margin-right: 0.625rem;
  float: left;
  height: calc(100% - 100px);
  margin-top: 0.625rem;
}
.wrap-content .wrap-item-right {
  width: calc(55% - 10px);
  margin-left: 0.625rem;
  float: left;
  height: calc(100% - 100px);
  margin-top: 0.625rem;
}
.wrap-content .wrap-news {
  position: relative;
  width: 100%;
  height: calc((100% - 40px)/5);
  margin-bottom: 0.625rem;
}
.wrap-content .wrap-news a {
  color: #000000;
  display: flex;
  height: 100%;
  clear: both;
  align-items: center;
  overflow: hidden;
}
.wrap-content .wrap-news a .wrap-news-left {
  width: 5rem;
  height: 5.625rem;
  margin-right: 0.625rem;
  display: inline-block;
  float: left;
  text-align: center;
}
.wrap-content .wrap-news a .wrap-news-left h3 {
  font-size: 3.75rem;
  line-height: normal;
}
.wrap-content .wrap-news a .wrap-news-left p {
  color: #666666;
  font-size: 1rem;
  line-height: normal;
}
.wrap-content .wrap-news a .wrap-news-right {
  width: calc(100% - 10px);
  margin-left: 0.625rem;
  height: 5.625rem;
  display: inline-block;
  float: left;
}
.wrap-content .wrap-news a .wrap-news-right h3 {
  font-size: 16px;
  margin-top: 0.5rem;
  line-height: normal;
}
.wrap-content .wrap-news a .wrap-news-right p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  color: #666666;
}
.wrap-content .wrap-news:last-child {
  margin-bottom: 0;
}
.wrap-content .wrap-news:hover {
  background: #075bcd;
}
.wrap-content .wrap-news:hover a,
.wrap-content .wrap-news:hover h3,
.wrap-content .wrap-news:hover p {
  color: #ffffff !important;
}
.wrap-content .wrap-item-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wrap-content .wrap-item-company .wrap-item-img {
  height: calc(100%);
}
.wrap-content .wrap-item-company .wrap-item-img img {
  width: 100%;
  display: none;
}
.wrap-content .wrap-item-news .wrap-item-img {
  height: 100%;
}
.wrap-content .wrap-item-news .wrap-item-img img {
  width: 100%;
  display: none;
}
.wrap-content .wrap-item-news .wrap-item-img {
  height: calc(100% - 150px);
}
.wrap-content .wrap-item-news h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
}
.wrap-content .wrap-item-news p {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #666666;
}
.wrap-content .wrap-item-news a {
  color: #000000;
}
.wrap-content .wrap-item-news a:hover {
  color: #003399;
}
.wrap-content .wrap-about {
  position: relative;
  margin-top: 1rem;
  padding-left: 1.875rem;
  overflow: auto;
}
.wrap-content .wrap-about .wrap-about-li {
  width: 25%;
  display: inline-block;
  float: left;
}
.wrap-content .wrap-about:nth-child(3n+1) {
  height: calc(70% - 16px);
  display: block;
}
.wrap-content .wrap-about:nth-child(3n+1) h2 {
  font-size: 1.75rem;
  line-height: normal;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #000;
}
.wrap-content .wrap-about:nth-child(3n+1) p {
  line-height: 1.875rem;
  font-size: 1rem;
  color: #666666;
}
.wrap-content .wrap-about:nth-child(3n+2) {
  height: calc(30% - 16px);
}
.wrap-content .wrap-about:nth-child(3n+2) h4 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #003399;
  margin-bottom: 0.375rem;
  margin-top: 1.125rem;
}
.wrap-content .wrap-about:nth-child(3n+2) p {
  font-size: 2.375rem;
  line-height: normal;
  color: #003399;
  font-weight: 700;
}
.wrap-content .wrap-about:nth-child(3n+2) p span {
  font-size: 1.25rem;
  font-weight: 400;
}
.wrap-content .wrap-about:nth-child(3n+3) {
  height: calc(25% - 16px);
}
.wrap-content .wrap-about:nth-child(3n+3) button {
  width: 7.5rem;
  line-height: 2.5rem;
  background: #003399;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  border: 0;
}
.wrap-content .wrap-about:nth-child(3n+3) h3 {
  font-size: 1.625rem;
  line-height: 3.125rem;
  color: #333333;
  font-weight: 400;
}
.wrap-message {
  clear: both;
  display: flex;
  align-items: center;
}
.wrap-message .wrap-message-left {
  width: 34%;
  float: left;
  height: 100%;
  display: inline-block;
  margin-top: -30px;
}
.wrap-message .wrap-message-left h1 {
  font-size: 2.375rem;
  line-height: normal;
  margin-bottom: 1rem;
  color: #003399;
}
.wrap-message .wrap-message-left p {
  font-size: 1.75rem;
  line-height: normal;
  color: #333333;
}
.wrap-message .wrap-message-right {
  width: 66%;
  float: left;
  display: inline-block;
}
.message-form {
  padding: 3.75rem 0 3.75rem;
  overflow: auto;
}
.message-form .form-item {
  width: calc((100% - 20px)/3);
  height: 2.8125rem;
  line-height: 2.8125rem;
  display: flex;
  position: relative;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  float: left;
}
.message-form .form-item input {
  position: relative;
  width: calc(100% - 12px);
  padding-left: 0.625rem;
  border: 1px solid #cccccc;
  line-height: 2.8125rem;
  outline: none;
  font-size: 1.125rem;
  border-radius: 5px;
}
.message-form .form-item input:focus,
.message-form .form-item input:hover {
  border: 1px solid #003399;
}
.message-form .form-item button {
  border-radius: 0.3125rem;
  width: 100%;
  line-height: 2.8125rem;
  font-size: 1.125rem;
  border: 0;
  background: #003399;
  color: #ffffff;
}
.message-form .form-item button:hover {
  background: rgba(0, 51, 153, 0.8);
}
.message-form .form-item input.val-code {
  width: calc(100% - 174px);
  float: left;
}
.message-form .form-item .code-img {
  width: 9.375rem;
  height: 2.8125rem;
  margin-left: 10px;
}
.message-form .form-item .code-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.message-form .form-body .form-item:nth-child(3n+3) {
  margin-right: 0;
}
.message-form .form-body .form-item:last-child {
  clear: both;
}
.message-form .form-footer {
  clear: both;
}
.wrap-partners {
  position: relative;
  overflow: auto;
  padding: 30px 0 10px;
}
.wrap-partners .wrap-partners-li {
  width: calc((100% - 160px)/8);
  background-position: 100%;
  background-size: cover;
  height: 6.625rem;
  margin-right: 1.25rem;
  margin-bottom: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-partners .wrap-partners-li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.wrap-partners .wrap-partners-li span{
  display: block;
  color: #000;
  text-align: center;
}
.wrap-partners .wrap-partners-li:nth-child(8n+8) {
  margin-right: 0;
}
.wrap-content-other {
  height: calc(100vh - 300px);
}
.wrap-content-news {
  margin-bottom: 50px;
}
.wrap-container-full {
  position: relative;
  width: 100%;
}
.wrap-full-background {
  height: 12.5rem;
  background-image: url("../images/u2.jpg");
  background-position: 100%;
}
.wrap-full-main {
  position: relative;
  width: 81.25rem;
  margin: 0 auto;
  height: 100%;
}
.wrap-full-main a {
  display: inline-block;
  float: left;
  padding: 3.75rem 0;
  text-align: left;
  color: #ffffff;
}
.wrap-full-main a p {
  line-height: normal;
  font-size: 1.25rem;
}
.wrap-full-main a h3 {
  line-height: normal;
  font-size: 3.125rem;
}
.wrap-full-main a span {
  line-height: normal;
  font-size: 1.25rem;
  margin-left: 1rem;
}
.wrap-full-main a:last-child {
  margin-right: 0;
}
.wrap-full-main a:nth-child(4n+1) {
  width: 20%;
}
.wrap-full-main a:nth-child(4n+2) {
  width: calc(30% - 50px);
  padding-left: 3.125rem;
}
.wrap-full-main a:nth-child(4n+3) {
  width: calc(40% - 50px);
  padding-left: 3.125rem;
}
.wrap-full-main a:nth-child(4n) {
  width: 10%;
}
.height-200 {
  height: 12.5rem;
}
.height-100 {
  height: 6.25rem;
}
.page-footer {
  width: 100%;
  position: relative;
  height: 20.75rem;
  border-top: 3px solid #003399;
}
.page-footer .page-footer-container {
  position: relative;
  width: 100rem;
  margin: auto;
  height: calc(100% - 84px);
  padding: 1.5rem 0 0;
}
.page-footer .page-footer-container .footer-left {
  position: relative;
  width: calc(100% - 416px);
  height: 100%;
  float: left;
}
.page-footer .page-footer-container .footer-right {
  position: relative;
  background-color: #fff;
  height: calc(100% - 32px);
  float: left;
  padding-top: 1rem;
}
.page-footer .page-footer-container .footer-right ul {
  clear: both;
}
.page-footer .page-footer-container .footer-right ul li {
  height: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 1rem;
  margin: 0 2rem ;
}
.page-footer .page-footer-container .footer-right ul li p {
  line-height: 2.25rem;
}
.page-footer .page-footer-container .footer-right ul li p img {
  width: 10rem;
  height: 10rem;
}
.page-footer .page-footer-container .footer-right ul li:last-child {
  margin-right: 0;
}
.page-footer .page-footer-container .footer-ul {
  width: 100%;
  height: 100%;
}
.page-footer .page-footer-container .footer-ul li {
  position: relative;
  width: calc(19% - 2px);
  height: 100%;
  display: inline-block;
  float: left;
  color: #333333;
  font-size: 1rem;
  border-left: 1px solid #d0d0d9;
}
.page-footer .page-footer-container .footer-ul li h3 {
  line-height: 2rem;
  padding-left: 1.125rem;
}
.page-footer .page-footer-container .footer-ul li h3::before {
  border-left: 4px solid #003399;
  content: '';
  position: absolute;
  left: -2px;
  height: 2rem;
}
.page-footer .page-footer-container .footer-ul li h3:not(:first-of-type)::before {
  border-left: none;
}
.page-footer .page-footer-container .footer-ul li a {
  color: #666666;
  display: block;
  padding-left: 1.125rem;
  line-height: 2rem;
}
.page-footer .page-footer-container .footer-ul li:last-child {
  width: calc(24% - 1px);
}
.page-footer .page-footer-copy {
  position: relative;
  width: 100%;
  height: 3.75rem;
  float: left;
  background-color: #003399;
}
.page-footer .page-footer-copy .copy-info {
  position: relative;
  width: 100rem;
  height: 100%;
  margin: auto;
}
.page-footer .page-footer-copy .copy-info .copy-info-left {
  width: 50%;
  height: 100%;
  float: left;
  text-align: left;
  line-height: 3.75rem;
}
.page-footer .page-footer-copy .copy-info .copy-info-left p {
  font-size: 0.875rem;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}
.page-footer .page-footer-copy .copy-info .copy-info-left a {
  color: #fff;
}
.page-footer .page-footer-copy .copy-info .copy-info-right {
  width: 50%;
  height: 100%;
  float: left;
  text-align: right;
  color: #fff;
  line-height: 3.75rem;
}
.page-footer .page-footer-copy .copy-info .copy-info-right span {
  display: inline-block;
  font-size: 0.875rem;
  padding-left: 3px;
}
.link-bg {
  height: 25rem;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about-bg {
  height: 45rem;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about-title {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 1;
}
.about-title h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 2rem;
  line-height: normal;
  position: relative;
  z-index: 5;
}
.about-title p {
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: normal;
  position: relative;
  z-index: 5;
}
.about-title .about-title-bg {
  width: 100%;
  height: calc(50% + 52px);
  top: 0;
  position: absolute;
  background-image: url("../images/u255.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
.about-title .link-title-bg {
  width: 100%;
  height: calc(100% + 52px);
  top: 0;
  position: absolute;
  background-image: url("../images/u255.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
}
.about-content {
  width: 87.5rem;
  position: relative;
  margin-top: 2.8125rem;
  overflow: auto;
}
.about-content-header {
  position: relative;
  width: 100%;
  float: left;
}
.about-content-header h2 {
  font-size: 2.25rem;
  line-height: 5rem;
  font-weight: 400;
  text-align: left;
  float: left;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.about-content-header h2 span {
  position: absolute;
  left: 1px;
  top: 4px;
  font-weight: 700;
  color: rgba(0, 51, 153, 0.09);
  font-size: 44px;
  line-height: normal;
}
.about-content-header p {
  float: left;
  text-indent: 2em;
  line-height: 1.75rem;
  font-size: 1.125rem;
  color: #999999;
}
.about-content-center {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
  overflow: auto;
  float: left;
}
.about-content-center .left {
  width: 31.25rem;
  float: left;
}
.about-content-center .left img {
  width: 100%;
}
.about-content-center .right {
  margin-left: 3.125rem;
  width: calc(100% - 550px);
  float: left;
}
.page-about {
  width: 100%;
  overflow: auto;
}
.page-about h2 {
  font-size: 2rem;
  line-height: 5rem;
}
.page-about p {
  line-height: 1.875rem;
  font-size: 1rem;
  color: #666666;
}
.page-about .page-about-li {
  width: 28%;
  float: left;
  overflow: auto;
}
.page-about .page-about-li h4 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #003399;
  margin-bottom: 1rem;
}
.page-about .page-about-li p {
  font-size: 2.375rem;
  line-height: normal;
  color: #003399;
  font-weight: 700;
}
.page-about .page-about-li p span {
  font-size: 1.25rem;
  font-weight: 400;
}
.page-about:last-child {
  padding-top: 2.125rem;
}
.about-content-footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: auto;
}
.about-content-footer .footer-li {
  position: relative;
  width: calc((100% - 32px)/3);
  margin-right: 1rem;
  float: left;
}
.about-content-footer .footer-li .li-left {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100%;
  border: 0.625rem solid #003399;
  text-align: center;
  float: left;
}
.about-content-footer .footer-li .li-left h4 {
  font-size: 3rem;
  color: #003399;
  margin-top: 2.5rem;
}
.about-content-footer .footer-li .li-left h4:last-child {
  font-size: 1rem;
  margin-top: 0.75rem;
}
.about-content-footer .footer-li .li-right {
  position: relative;
  float: left;
  width: calc(100% - 170px);
  overflow: auto;
  margin-left: 30px;
  padding-top: 1rem;
}
.about-content-footer .footer-li .li-right p {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 2rem;
  margin-top: 1rem;
  background-image: url("../img/u426.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.about-content-footer .footer-li .li-right p .color-black {
  color: #111111;
}
.about-content-footer .footer-li .li-right p .color-orange {
  font-weight: 700;
  color: #FF9900;
}
.about-content-footer .footer-li:last-child {
  margin-right: 0;
}
.about-content-footer .footer-li:nth-child(3n+2) .li-left h4:first-child {
  font-size: 1.875rem;
}
.time-line-cont {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.time-line-cont .time-line-box {
  width: 100%;
  margin: auto;
}
.time-line-cont .time-line-time {
  font-size: 18px;
  color: #999999;
  font-weight: 700;
  margin-top: 1.875rem;
}
.time-line-cont .time-line-eventbox {
  width: calc(50% - 40px);
}
.time-line-cont .time-line-event {
  width: 100%;
  margin-top: 1.875rem;
  color: #333333;
  font-size: 1.25rem;
}
.time-line-cont .time-line-event h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
}
.time-line-cont .time-line-event span {
  font-size: 1.125rem;
  color: #999999;
}
.time-line-cont .time-line-node {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ccc;
  margin: 29px 28px;
  position: relative;
  z-index: 10;
}
.time-line-cont .time-line-node .time-line-node-hover {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 5px;
  position: absolute;
  z-index: 15;
  display: none;
  border-style: solid;
  border-radius: 100%;
  top: -1px;
  left: -1px;
}
.time-line-cont .time-line-node:hover .time-line-node-hover {
  display: block;
}
.time-line-cont .time-line-node::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 2px;
  background: #bfbfbf;
  top: 50%;
  z-index: 8;
  margin-top: -1px;
}
.time-line-cont .long-string {
  position: absolute;
  left: 50%;
  width: 6px;
  height: 100px;
  background: #bfbfbf;
  top: 0;
  z-index: 10;
  margin-left: -3px;
}
.time-line-cont .time-box {
  position: relative;
}
.time-line-cont .time-line {
  z-index: 20;
  position: relative;
}
.time-line-cont .time-title {
  position: relative;
  text-align: center;
  margin: auto;
  width: 100px;
  height: 100px;
  background: rgba(0, 128, 0, 0.7);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 14;
}
.time-line-cont .time-title h2 {
  position: relative;
  width: 88px;
  height: 88px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 88px;
  text-align: center;
  background: green;
  border-radius: 100%;
  z-index: 15;
  margin: auto;
}
.time-line-cont .time-title p {
  color: #333333;
  margin-top: 15px;
}
.time-green .time-line-node:hover {
  border-color: green;
}
.time-green .time-line-node-hover {
  border-color: green;
}
.time-blue .time-line-node:hover {
  border-color: #075bcd;
}
.time-blue .time-line-node-hover {
  border-color: #075bcd;
}
.time-blue .time-title {
  background: rgba(7, 91, 205, 0.7);
}
.time-blue .time-title h2 {
  background: #075bcd;
}
.time-orange .time-line-node:hover {
  border-color: orange;
}
.time-orange .time-line-node-hover {
  border-color: orange;
}
.time-orange .time-title {
  background: rgba(255, 165, 0, 0.7);
}
.time-orange .time-title h2 {
  background: orange;
}
/*奇数 odd*/
.time-line-cont:nth-child(odd) .time-line-box .time-line-eventbox {
  float: right;
  text-align: left;
}
.time-line-cont:nth-child(odd) .time-line-box .time-line-time {
  float: left;
  width: calc(50% - 40px);
  text-align: right;
}
.time-line-cont:nth-child(odd) .time-line-box .time-line-node {
  float: left;
}
.time-line-cont:nth-child(odd) .time-line-box .time-line-node::before {
  right: 1.375rem;
}
/*偶数 even*/
.time-line-cont:nth-child(even) .time-line-box .time-line-eventbox {
  float: left;
  text-align: right;
}
.time-line-cont:nth-child(even) .time-line-box .time-line-time {
  float: right;
  width: calc(50% - 40px);
  text-align: left;
}
.time-line-cont:nth-child(even) .time-line-box .time-line-node {
  float: right;
}
.time-line-cont:nth-child(even) .time-line-box .time-line-node::before {
  left: 22px;
}
.company-history {
  width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
.wenhua {
  height: calc(80vh);
  color: #ffffff;
  display: flex;
  align-content: space-around;
  flex-direction: column;
}
.wenhua .wenhua-li {
  height: 16% ;
}
.wenhua .wenhua-li h3 {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 3.125rem;
}
.wenhua .wenhua-li p {
  font-size: 1.25rem;
}
.wenhua .wenhua-li:first-child {
  height: 30%;
}
.wenhua .wenhua-li:first-child h3 {
  margin-top: 8vh;
  font-size: 2.25rem;
}
/*
honor-banner
*/
.company-honors {
  width: 100rem;
  height: calc(100vh - 260px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 2.5rem;
  margin-bottom: 3rem;
}
.company-honors-title {
  color: #003399;
  height: 7.5rem;
}
.company-honors-title h3 {
  font-size: 2.25rem;
  font-weight: 400;
  height: 5.625rem;
  line-height: 7.5rem;
}
.company-honors-title p {
  font-size: 1.125rem;
  font-weight: 400;
}
#sildeLeft {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  background: url(../img/imgSlideLeft.png) no-repeat #003399;
  background-size: 60%;
  background-position: 50%;
  width: 3rem;
  height: 3rem;
  z-index: 15;
  border-radius: 100%;
}
#sildeRight {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  display: block;
  background: url(../img/imgSlideRight.png) no-repeat #003399;
  background-size: 60%;
  background-position: 50%;
  width: 3rem;
  height: 3rem;
  z-index: 15;
  border-radius: 100%;
}
#honorBanner {
  position: relative;
  height: auto;
  width: 100%;
  margin: 32px auto 0;
  overflow: hidden;
}
#honorBanner ul {
  position: relative;
  width: 10000px;
  height: 100%;
}
#honorBanner ul li {
  float: left;
  width: 18.75rem;
  height: 28.125rem;
  cursor: pointer;
  text-align: center;
  margin: 1.5rem 2.5rem;
  position: relative;
}
#honorBanner ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
#honorBanner ul li div {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0);
  border: 5px solid #003399;
  z-index: 11;
  display: none;
  position: absolute;
}
#honorBanner ul li.hov div {
  display: block;
}
#honorBanner ul li:hover div {
  display: block;
}
#honorSlideUl {
  width: 95rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
/*wrapper*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  float: left;
  height: calc(100vh - 150px);
}
#picSlideWrap {
  width: 100%;
  height: 100%;
}
.imgnav {
  position: relative;
  margin: 0 auto;
  width: 78.75rem;
  height: 100%;
}
#img {
  z-index: 10;
  width: 100%;
  height: calc(100% - 130px);
  position: relative;
  text-align: center;
  margin: auto;
}
#img img {
  height: 100%;
  width: calc(100% - 20px);
  display: none;
}
#front a {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  margin-top: -30px;
  display: block;
  background: url(../img/imgSlideLeft.png) no-repeat;
  background-size: cover;
  width: 3.75rem;
  height: 3.75rem;
  display: none;
}
#next a {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -30px;
  display: block;
  background: url(../img/imgSlideRight.png) no-repeat;
  background-size: cover;
  width: 3.75rem;
  height: 3.75rem;
  display: none;
}
#cbtn {
  position: relative;
  height: 7.25rem;
  width: 100%;
  margin: 0.75rem auto;
}
#cbtn ul {
  position: relative;
  width: 10000px;
  height: 100%;
}
#cbtn ul li {
  float: left;
  width: 160px;
  height: 5.625rem;
  cursor: pointer;
  text-align: center;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
  position: relative;
}
#cbtn ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
#cbtn ul li div {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: rgba(255, 255, 255, 0);
  border: 5px solid #003399;
  z-index: 11;
  display: none;
  position: absolute;
}
#cbtn ul li.hov div {
  display: block;
}
#cbtn ul li:hover div {
  display: block;
}
.ctrl div {
  clear: both;
}
#cSlideUl {
  width: 100%;
  height: 7.25rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.picSildeLeft {
  cursor: pointer;
  position: absolute;
  top: 1.625rem;
  left: 1rem;
  z-index: 15;
}
.picSildeRight {
  cursor: pointer;
  position: absolute;
  top: 1.625rem;
  right: 1rem;
  z-index: 15;
}
#menu {
  position: fixed;
  right: 0.625rem;
  bottom: 0.3125rem;
  z-index: 99;
}
#menu ul li a {
  display: block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  width: 3.125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #666666;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
#menu ul li a:hover {
  color: #003399;
  border: 1px solid #003399;
}
#menu ul li a.current {
  color: #ffffff;
  border: 1px solid #003399;
  background: #003399;
}
.bg-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bg-top .bg-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 1;
}
.bg-top .bg-img h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 2rem;
  line-height: normal;
  position: relative;
  z-index: 5;
}
.bg-top .bg-img p {
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: normal;
  position: relative;
  z-index: 5;
}
.border-bottom-line {
  border-bottom: 0.0625rem solid #e4e4e4;
}
.title-bar {
  width: 87.5rem;
  margin: 0 auto;
  position: relative;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.title-bar .title-bar-left span i {
  margin: 0 0.625rem;
}
.title-bar .title-bar-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title-bar .title-bar-right ul li {
  line-height: 4.25rem;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  margin: 0 2rem;
  padding: 0 0.5rem;
}
.title-bar .title-bar-right ul li a {
  color: #333333;
}
.title-bar .title-bar-right ul li:last-child {
  margin-right: 0;
}
.title-bar .title-bar-right ul li.hov {
  border-bottom: 2px solid #003399;
}
.title-bar .title-bar-right ul li.hov a {
  color: #003399;
}
.title-bar .title-bar-right ul li:hover {
  border-bottom: 2px solid #003399;
}
.title-bar .title-bar-right ul li:hover a {
  color: #003399;
}
.news-container {
  width: 87.5rem;
  margin: auto;
  position: relative;
}
.news-container .news-list {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  margin-top: 3rem;
}
.news-container .news-list:last-child {
  margin-bottom: 3rem;
}
.news-container .news-img {
  width: 22.5rem;
  height: 15rem;
}
.news-container .news-img a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: 100%;
}
.news-container .news-time {
  width: 12.5rem;
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #CCCCCC;
}
.news-container .news-time h3 {
  font-size: 6.25rem;
}
.news-container .news-time p {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.news-container .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-container .news-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  line-height: 2rem;
  max-height: 4rem;
  overflow: hidden;
}
.news-container .news-content h3 a {
  color: #333333;
}
.news-container .news-content h3 a:hover {
  color: #003399;
}
.news-container .news-content p {
  margin-top: 2.5rem;
  text-indent: 2em;
  font-size: 0.875rem;
  color: #999999;
  max-height: 7.5rem;
  overflow: hidden;
}
.news-container .news-content p a {
  color: #999999;
}
.news-container .news-content p a:hover {
  color: #003399;
}
.news .bg-top,
.technology .bg-top,
.talent .bg-top,
.contact .bg-top {
  height: calc(100vh - 300px);
}
.products .bg-top,
.programs .bg-top {
  height: calc(100vh - 100px);
}
.products .bg-top .bg-img h3,
.programs .bg-top .bg-img h3 {
  font-weight: 700;
  width: 57.5rem;
}
.products .bg-top .bg-img p,
.programs .bg-top .bg-img p {
  font-size: 1.75rem;
  margin-top: 1rem;
  width: 57.5rem;
}
.products .bg-top .bg-img p:first-chlid,
.programs .bg-top .bg-img p:first-chlid {
  margin-top: 3rem;
}
.products .title-bar,
.programs .title-bar {
  width: 100rem;
}
.bg-cover {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.products-container {
  width: 100rem;
  margin: 0 auto;
}
.products-container .products-list {
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-container .products-list .products-li {
  width: 32.875rem;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0.625rem;
}
.products-container .products-list .hov-div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125rem;
  top: 0;
  z-index: 6;
}
.products-container .products-list .hov-p {
  position: absolute;
  left: 0;
  right: 0;
  height: 3.125rem;
  line-height: 3.125rem;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  font-size: 1rem;
  color: #003399;
  z-index: 3;
  padding: 0 1rem;
  overflow: hidden;
}
.products-container .products-list .hov-p:hover {
  color: #ffffff;
  background: rgba(0, 51, 153, 0.8);
}
.products-container .products-list .hov-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 90%;
  background-position: 1rem 3.5rem;
  background-repeat: no-repeat;
  background-color: rgba(0, 51, 153, 0.9);
  z-index: 5;
  padding: 1rem;
  display: none;
}
.products-container .products-list .hov-img p {
  font-size: 1rem;
  color: #ffffff;
  line-height: normal;
  padding-left: 0.625rem;
  border-left: 4px solid #ffffff;
  margin-bottom: 10px;
}
.products-container .products-list .hov-img img {
  width: calc(100%);
  height: calc(100% - 32px);
}
.products-container .products-list .products-list-other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.products-container .products-list .products-list-other .products-item:nth-child(3n+3) {
  margin-right: 0;
}
.products-container .products-list .products-list-left {
  width: 66.4375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products-container .products-list .products-list-left .products-item:nth-child(2n+2) {
  margin-right: 0;
}
.products-container .products-list .products-list-right {
  width: 32.875rem;
  display: flex;
}
.products-container .products-list .products-list-right .products-item {
  height: 50.625rem;
  margin-right: 0;
}
.products-container .products-list .products-item {
  width: 32.875rem;
  height: 25rem;
  position: relative;
  margin-bottom: 0.625rem;
  z-index: 1;
  margin-right: 0.6875rem;
}
.products-container .products-list .products-item a {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  z-index: 5;
  border: 2px solid #CCCCCC;
}
.products-container .products-list .products-item a:hover {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #003399;
}
.products-container .products-list .products-item a:hover + p {
  background: #003399;
  color: #ffffff;
}
.products-container .products-list .products-item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1rem;
  z-index: 3;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
.products-container .products-list .products-item p:hover {
  background: #003399;
  color: #ffffff;
}
.products-container .products-list:first-child {
  margin-top: 3rem;
}
.products-container .products-list:last-child {
  margin-bottom: 2rem;
}
.details {
  background: #f9f9f9;
}
.details .title-bar {
  width: 87.5rem;
}
.details-container {
  width: 87.5rem;
  background: #ffffff;
  margin: 3.125rem auto;
}
.details-container .details-title {
  width: 100%;
  line-height: 7.5rem;
  font-size: 24px;
  text-align: center;
}
.details-container .details-body {
  padding: 2rem;
  text-align: center;
}
.details-container .details-footer {
  padding: 2rem;
}
.details-container .details-footer p {
  font-size: 1rem;
}
.programs-container {
  width: 100rem;
  position: relative;
  margin: 0 auto;
  padding: 3.125rem 0;
  border-bottom: 1px solid #CCCCCC;
}
.programs .programs-container:last-child {
  border-bottom: 0;
}
.programs-list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.programs-list .list-center {
  width: 31.25rem;
}
.programs-list .list-center img {
  width: 100%;
}
.programs-list .list-left,
.programs-list .list-right {
  width: 33.75rem;
}
.programs-list .list-left h3,
.programs-list .list-right h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #003399;
  margin-top: ;
}
.programs-list .list-left p,
.programs-list .list-right p {
  font-size: 1rem;
  color: #666666;
  line-height: 2rem;
  text-indent: 2em;
  margin-top: 0.625rem;
}
.programs-list .list-left h3 {
  margin-top: 3rem;
}
.programs-list .list-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.programs-list .list-right p {
  text-indent: 0;
}
.programs-list .programs-item:first-child {
  margin-bottom: 2rem;
}
.programs-content {
  width: 100%;
  position: relative;
}
.programs-content h3 {
  font-size: 1.75rem;
  color: #333333;
  line-height: normal;
  height: 3rem;
  text-align: left;
  margin-bottom: 1rem;
}
.programs-content ul {
  margin-top: 2rem;
  padding-left: 1rem;
}
.programs-content ul li {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #333333;
  list-style: disc;
}
.programs-content img {
  max-width: 100%;
}
.technology-container {
  width: 87.5rem;
  position: relative;
  margin: auto;
  padding: 2rem 0;
}
.technology-list {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  justify-content: space-between;
  box-shadow: 2px 2px 10px #b5b2b2;
  border-radius: 12px;
  border: 2px solid #b5b2b2;
}
.technology-list .technology-img {
  width: 50%;
}
.technology-list .technology-img img {
  width: calc(100%);
  height: 100%;
}
.technology-list .technology-content {
  padding: 3rem;
  width: calc(50% - 96px);
}
.technology-list .technology-content h3 {
  font-size: 1.375rem;
  color: #003399;
  margin-bottom: 2rem;
}
.technology-list .technology-content p {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 1rem;
}
.technology-list:hover {
  border-color: #003399;
}
.technology-list:nth-child(odd) {
  flex-direction: row-reverse;
}
.technology-list:nth-child(odd) img {
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
}
.technology-list:nth-child(even) {
  flex-direction: row;
}
.technology-list:nth-child(even) img {
  border-top-right-radius: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.75rem;
}
.talent {
  background: #f9f9f9;
}
.talent-container {
  width: 87.5rem;
  position: relative;
  margin: auto;
  padding: 2rem 0;
}
.talent-list {
  display: flex;
  position: relative;
  width: calc(100% - 2px);
  margin-bottom: 2.5rem;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  background: #ffffff;
}
.talent-list .talent-img {
  width: calc(50% - 32px);
}
.talent-list .talent-img img {
  width: calc(100%);
  height: 100%;
}
.talent-list .talent-content {
  padding: 3rem;
  width: calc(50% - 96px);
}
.talent-list .talent-content h3 {
  font-size: 28px;
  margin-bottom: 3rem;
  font-weight: 400;
}
.talent-list .talent-content p {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 1rem;
}
.talent-list:nth-child(odd) {
  flex-direction: row;
}
.talent-list:nth-child(odd) .talent-img {
  margin: 2rem 0 2rem 2rem;
}
.talent-list:nth-child(even) {
  flex-direction: row-reverse;
}
.talent-list:nth-child(even) .talent-img {
  margin: 2rem 2rem 2rem 0;
}
.recruit {
  background: #f9f9f9;
}
.recruit .bg-top {
  height: calc(100vh - 300px);
}
.talent-list-recruit {
  background: #ffffff;
  width: calc(100% - 66px);
  position: relative;
  margin: 2rem auto;
  color: #333333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e4e4e4;
  padding: 1rem 2rem;
  z-index: 1;
}
.talent-list-recruit h3 {
  font-size: 1.375rem;
  line-height: 3.125rem;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 0.3125rem;
}
.talent-list-recruit h3 span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 3rem;
}
.talent-list-recruit p {
  font-size: 0.875rem;
  color: #333333;
  padding-left: 5px;
  margin-top: 0.625rem;
}
.talent-list-recruit p:first-child {
  margin-top: 15px;
}
.talent-list-recruit ul {
  margin-top: 1.25rem;
  padding-left: 0.3125rem;
}
.talent-list-recruit ul li {
  font-size: 1rem;
  line-height: 2.375rem;
  padding: 0 1rem;
  background: rgba(7, 91, 205, 0.5);
  color: #ffffff;
  margin-left: 0;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.talent-list-recruit ul li:first-child {
  margin-left: 0;
}
.talent-list-recruit .recruit-hov {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #003399;
  display: none;
}
.talent-list-recruit .recruit-hits {
  padding-left: 0.3125rem;
  padding: 0.875rem 2rem 0;
}
.talent-list-recruit .recruit-hits h4 {
  line-height: 2rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999999;
}
.talent-list-recruit .recruit-hits h4 span {
  margin-left: 3rem;
}
.talent-list-recruit:hover .recruit-hov {
  display: block;
}
.recruit-detail {
  margin: auto;
  padding: 0;
  width: calc(100% - 2px);
  position: relative;
}
.recruit-detail h3 {
  border-bottom: 0;
  line-height: 3.25rem;
  margin-top: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.recruit-detail h4 {
  font-size: 1.125rem;
  line-height: 3.375rem;
}
.recruit-detail p {
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.recruit-detail p:not(:first-of-type) {
  margin-top: 6px;
}
.recruit-detail ul {
  margin-top: 0.8125rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
.recruit-detail ul li {
  line-height: 1.875rem;
}
.recruit-detail .recruit-apply {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8.75rem;
  text-align: center;
  line-height: 2.5rem;
  color: #ffffff;
  border: none;
  background: #003399;
  cursor: pointer;
  font-size: 13px;
  border-radius: 3px;
}
.recruit-detail:not(:first-of-type) {
  margin-top: 0.625rem;
}
.recruit-detail-content {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 2rem;
}
.recruit-detail-content h4 {
  padding-left: 0.3125rem;
  border-bottom: 1px solid #e4e4e4;
  line-height: 4.25rem;
}
.recruit-detail-content P {
  padding-left: 0.3125rem;
  margin-top: 20px;
}
.recruit-detail-content:last-child {
  border-bottom: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: 50rem;
  margin: 10vh auto;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100% - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 0 0.625rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 2.5rem;
  background: #fff;
  border: 0;
  cursor: pointer;
  border-radius: 1rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.aui-form-footer {
  display: flex;
  flex-wrap: wrap;
}
.aui-form-footer > * {
  margin: 0.25rem;
}
.modal-footer .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.btn {
  background: #ffffff;
  color: #003399;
  border-radius: 4px;
  font-size: 0.875rem;
  outline: none;
  border: 1px solid #003399;
  width: 8.75rem;
  line-height: 2.5rem;
  cursor: pointer;
}
.btn-submit {
  background: #003399;
  color: #ffffff;
  cursor: pointer;
}
.btn-submit:hover {
  background: rgba(0, 53, 151, 0.8);
}
.btn-reset:hover {
  opacity: 0.75;
}
/* aui-content-up */
.aui-content-up {
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
}
.aui-content-up input:focus,
.aui-content-up input:hover {
  border: 1px solid #003399;
}
.aui-content-up-form {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1.25rem;
}
.aui-content-up-form h2 {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.aui-content-up-form p {
  margin-top: 1rem;
  color: #666666;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 400;
}
.aui-form-group {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aui-label-control {
  width: 7.5rem;
  min-width: 80px;
  padding-right: 10px;
  line-height: 35px;
  position: relative;
  text-align: right;
  font-size: 14px;
  color: #333333;
}
.aui-label-control em {
  color: #F45858;
}
.aui-label-control span {
  display: block;
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 20px;
  right: 23px;
}
.aui-form-input {
  width: 25rem;
  position: relative;
  display: flex;
}
.aui-form-input .tips {
  position: absolute;
  right: -160px;
  top: 8px;
  color: #999;
  width: 152px;
}
.aui-form-input .tips_true {
  color: #08c708;
}
.aui-form-input .tips_false {
  color: #F45858;
}
.aui-form-input .code-input {
  width: calc(100% - 156px);
}
.aui-form-input .code-img {
  width: 150px;
  height: 40px;
  margin-left: 1rem;
}
.aui-form-input .code-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.aui-form-control {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 90px;
  resize: none;
  border: 1px solid #b3cef9;
}
.aui-form-control-two {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  outline: none;
}
.aui-btn-default {
  width: 900px;
  margin: 10px auto;
  background-color: #FFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0 2px 4px 0 #EFF1FA;
  border-radius: 2px;
  min-height: 64px;
  padding-top: 15px;
  padding-right: 50px;
  text-align: left;
  padding-left: 110px;
}
.aui-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  max-height: 38px;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aui-btn-account {
  background: #F45858;
  color: #FFF;
  border-radius: 2px;
  padding: 7px 20px;
  font-size: 12px;
}
.aui-form-group-text {
  padding: 20px 20px 20px 80px;
}
.aui-form-group-text h3 {
  font-size: 13px;
  padding-bottom: 4px;
}
.aui-form-group-text p {
  font-size: 12px;
  color: #999;
}
.aui-form-radio {
  width: 5rem;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.625rem;
}
.aui-form-radio input[type="button"] {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  font-size: 0.875rem;
  color: #999999;
}
.aui-form-radio input[type="button"]:hover {
  border-color: #003399;
}
.aui-form-radio input[type="button"].radio-checked {
  background: #003399;
  color: #ffffff;
}
.aui-up-img .aui-up-section {
  width: 130px;
  height: 130px;
}
.aui-content-img-box .aui-up-img .aui-file-up {
  width: 3.125rem;
  height: 3.125rem;
}
.aui-content-img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
.aui-file-up .add-img {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px dashed #ddd;
  border-radius: 3px;
}
.img-aui-img-name-p {
  display: none;
}
.aui-photo {
  padding: 15px;
  border-radius: 3px;
  border: 1px dashed #b3cef9;
}
.aui-photo .aui-file-up {
  position: relative;
}
.aui-photo .aui-up-section {
  position: relative;
  margin-right: 15px;
}
.aui-file-up .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  cursor: pointer;
}
.aui-up-section .aui-close-up-img {
  position: absolute;
  top: -10px;
  right: -12px;
  display: none;
  z-index: 10;
  width: 20px;
  cursor: pointer;
}
.aui-up-section .aui-up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
}
.contact-content {
  width: 87.5rem;
  position: relative;
  margin: 0 auto;
  padding-top: 3.125rem;
}
.contact-content-center {
  width: 100%;
  position: relative;
  display: flex;
}
.contact-content-center .contact-addres {
  width: calc(100% - 50rem);
}
.contact-content-center .contact-addres p {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  line-height: 2.875rem;
  color: #333333;
}
.contact-content-center .contact-addres p:first-child {
  margin-top: 1rem;
}
.contact-content-center .contact-map {
  width: 50rem;
  height: 25rem;
}
.contact-content-center .contact-map img {
  width: calc(100%);
  height: calc(100%);
}
.contact-form {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
.contact-form .contact-form-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.contact-form-list {
  width: 49%;
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
}
.contact-form-list .contact-form-item {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.contact-form-list .contact-form-item input {
  width: calc(100% - 24px);
  line-height: 2.8125rem;
  padding: 0 10px;
  outline: none;
  border: 1px solid #e4e4e4;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
.contact-form-list .contact-form-item input.code-input {
  width: calc(100% - 190px);
}
.contact-form-list .contact-form-item .code-img {
  width: 150px;
  height: 45px;
  margin-left: 1rem;
}
.contact-form-list .contact-form-item .code-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-form-list .contact-form-item textarea {
  height: 5rem;
  width: calc(100% - 24px);
  padding: 0.625rem;
  outline: none;
  border: 1px solid #e4e4e4;
  border-radius: 0.3125rem;
  font-size: 1rem;
  resize: none;
}
.contact-form-list .contact-form-item input:hover,
.contact-form-list .contact-form-item textarea:hover {
  border-color: #003399;
}
.contact-form-list .contact-form-item-other {
  height: calc(100% - 80px);
}
.contact-form-list .contact-form-item-other textarea {
  height: calc(100% - 24px);
}
.contact-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form-footer button {
  border-radius: 0.3125rem;
  width: 15.625rem;
  line-height: 2.8125rem;
  font-size: 1.125rem;
  border: 0;
  background: #003399;
  color: #ffffff;
}
.contact-form-footer p {
  font-size: 1rem;
  color: #999999;
}
.contact-form-footer p span {
  font-size: 1rem;
  color: #333333;
  margin-left: 1rem;
}
/*
  * 分页样式
  */
.page-bar-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.page-bar-container li {
  height: 2rem;
  width: 2rem;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin: 0 2px;
  cursor: pointer;
  line-height: 2.125rem;
  color: #666666;
  font-size: 13px;
  display: inline-block;
  border-radius: 0.1875rem;
}
.page-bar-container li a {
  width: 100%;
  height: 100%;
  color: #666666;
}
.page-bar-container li.page-prev {
  width: auto;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.page-bar-container li.page-next {
  width: auto;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.page-bar-container li:hover {
  border-color: #003399;
}
.page-bar-container li.active {
  border-color: #003399;
  background: #003399;
  color: #ffffff;
}
.page-bar-container li.active a {
  color: #ffffff;
}
.page-bar-container li:first-child {
  width: 3.1875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.page-bar-container li:last-child {
  width: 3.1875rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
@media only screen and (max-width: 1620px) {
  .header-container-wrap {
    width: 100%;
  }
  .header-container-wrap .header-container-right .map-address {
    right: 0.625rem;
  }
  .header-container-wrap .header-container-right .small-nav-icon {
    display: none;
  }
  .banner-inner ul {
    width: 100%;
  }
  .wrap-container {
    width: calc(100% - 20px);
  }
  .wrap-content {
    /* height: auto; */
    overflow: auto;
    margin-bottom: 2rem;
  }
  .wrap-content .wrap-header {
    height: auto;
    overflow: auto;
  }
  .wrap-content .wrap-about {
    padding-left: 0;
  }
  .wrap-content .wrap-about .wrap-about-li {
    width: 25%;
  }
  .wrap-content .wrap-item-company .wrap-item-img img {
    display: block;
  }
  .wrap-content .wrap-item-news .wrap-item-img img {
    display: block;
  }
  .wrap-full-main {
    width: 90%;
    margin: auto;
  }
  .wrap-full-main a:nth-child(4n+1) {
    width: 20%;
  }
  .wrap-full-main a:nth-child(4n+2) {
    width: 20%;
  }
  .wrap-full-main a:nth-child(4n+3) {
    width: calc(30% - 50px);
  }
  .wrap-full-main a:nth-child(4n) {
    width: 20%;
  }
  .page-footer .page-footer-container {
    width: calc(100% - 20px);
  }
  .page-footer .page-footer-copy {
    height: auto;
  }
  .page-footer .page-footer-copy .copy-info {
    width: calc(100% - 20px);
    height: auto;
    overflow: auto;
  }
  .company-honors {
    width: calc(100% - 20px);
  }
  #honorSlideUl {
    width: 1240px;
  }
  #honorSlideUl ul li {
    width: 14.375rem;
    height: 21.5625rem;
  }
  .company-history {
    width: calc(100% - 20px);
  }
  .products .title-bar,
  .programs .title-bar {
    width: 87.5rem;
  }
  .products-container {
    width: 87.5rem;
  }
  .products-container .products-list .products-li {
    width: 28.75rem;
    height: 21.875rem;
  }
  .products-container .products-list .products-list-left {
    width: 58.125rem;
  }
  .products-container .products-list .products-list-right {
    width: 28.75rem;
  }
  .products-container .products-list .products-list-right .products-item {
    height: 44.375rem;
  }
  .products-container .products-list .products-item {
    width: 28.75rem;
    height: 21.875rem;
    margin-right: 0.625rem;
  }
  .programs-container {
    width: 87.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .title-bar {
    width: 75rem;
  }
  .news-container {
    width: 75rem;
  }
  #logo {
    margin-left: 0.625rem;
  }
  .header-container-wrap {
    width: 100%;
  }
  .header-container-wrap .header-container-right .map-address {
    right: 0.625rem;
  }
  .header-container-wrap .header-container-right .search-container {
    display: none;
  }
  .header-container-wrap .header-container-right .small-nav-icon {
    display: none;
  }
  .banner-inner ul {
    width: 100%;
  }
  .wrap-container {
    width: calc(100% - 20px);
  }
  .wrap-content {
    /* height: auto; */
    overflow: auto;
    margin-bottom: 3rem;
  }
  .wrap-content .wrap-header {
    height: auto;
    overflow: auto;
  }
  .wrap-content .wrap-item {
    width: 100%;
    margin: 1.25rem 0;
    height: calc(100% - 110px);
  }
  .wrap-content .wrap-item .wrap-ul a {
    width: calc((100% - 30px)/3);
  }
  .wrap-content .wrap-item:last-child {
    width: 100%;
  }
  .wrap-content .wrap-about {
    padding-left: 0;
  }
  .wrap-content .wrap-about .wrap-about-li {
    width: 25%;
  }
  .wrap-content .wrap-item-company .wrap-item-img img {
    display: block;
  }
  .wrap-content .wrap-item-news .wrap-item-img {
    height: auto;
  }
  .wrap-full-main {
    width: 90%;
    margin: auto;
  }
  .wrap-full-main a:nth-child(4n+1) {
    width: 20%;
  }
  .wrap-full-main a:nth-child(4n+2) {
    width: 20%;
  }
  .wrap-full-main a:nth-child(4n+3) {
    width: calc(30% - 50px);
  }
  .wrap-full-main a:nth-child(4n) {
    width: 20%;
  }
  .company-history {
    width: calc(100% - 20px);
  }
  #honorSlideUl {
    width: 70rem;
  }
  #honorSlideUl ul li {
    width: 12.5rem;
    height: 18.75rem;
  }
  .title-bar {
    width: 75rem;
  }
  .news-container {
    width: 75rem;
  }
  .products .title-bar {
    width: 75rem;
  }
  .programs .title-bar {
    width: calc(100vw - 40px);
  }
  .products-container {
    width: 75rem;
  }
  .products-container .products-list .products-li {
    width: 34.625rem;
    height: 18.75rem;
  }
  .products-container .products-list .products-list-left {
    width: 49.8125rem;
  }
  .products-container .products-list .products-list-right {
    width: 24.625rem;
  }
  .products-container .products-list .products-list-right .products-item {
    height: 38.125rem;
  }
  .products-container .products-list .products-item {
    width: 24.625rem;
    height: 18.75rem;
    margin-right: 0.5625rem;
  }
  .programs-container {
    width: calc(100vw - 40px);
  }
  .technology .title-bar {
    width: calc(100vw - 40px);
  }
  .technology-container {
    width: calc(100vw - 40px);
  }
  .talent .title-bar {
    width: calc(100vw - 40px);
  }
  .talent-container {
    width: calc(100vw - 40px);
  }
  .contact-content-center .contact-map {
    width: 60%;
  }
  .contact-content-center .contact-addres {
    width: 40%;
  }
  .contact-content {
    width: calc(100vw - 40px);
  }
  .details-container {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1280px) {
  .header-container-wrap .header-container-nav {
    right: 50px;
    left: auto;
  }
  .page-footer .page-footer-container {
    width: calc(100% - 20px);
  }
  .page-footer .page-footer-container .footer-left {
    display: none;
  }
  .page-footer .page-footer-container .footer-right {
    width: 100%;
  }
  .page-footer .page-footer-container .footer-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-footer .page-footer-copy {
    height: auto;
  }
  .page-footer .page-footer-copy .copy-info {
    width: calc(100% - 20px);
    height: auto;
    overflow: auto;
  }
  #honorSlideUl {
    width: 65rem;
  }
  #honorSlideUl ul li {
    width: 11.25rem;
    height: 16.875rem;
  }
}
@media only screen and (max-width: 1240px) {
  .imgnav {
    width: 100%;
  }
  #front a {
    display: block;
  }
  #next a {
    display: block;
  }
  #cbtn {
    display: none;
  }
  .title-bar {
    width: calc(100vw - 40px);
  }
  .news-container {
    width: calc(100vw - 40px);
  }
  .products .title-bar,
  .programs .title-bar {
    width: calc(100vw - 40px);
  }
  .products-container {
    width: calc(100vw - 40px);
  }
  .products-container .products-list .products-li {
    width: calc((100vw - 50px)/2);
    height: 18.75rem;
  }
  .products-container .products-list .products-list-left {
    width: calc(calc((100vw - 60px) * 2/3) + 10px);
  }
  .products-container .products-list .products-list-right {
    width: calc((100vw - 60px)/3);
  }
  .products-container .products-list .products-list-right .products-item {
    height: 30.625rem;
  }
  .products-container .products-list .products-item {
    width: calc((100vw - 60px)/3);
    height: 15rem;
    margin-right: 0.625rem;
  }
}
@media only screen and (max-width: 1150px) {
  .header-container-wrap .header-container-nav {
    display: none;
  }
  .header-container-wrap .header-container-right .map-address {
    display: none;
  }
  .header-container-wrap .header-container-right .search-container {
    display: none;
  }
  .header-container-wrap .header-container-right .small-nav-icon {
    display: block;
    height: 100%;
    right: 0.625rem;
  }
}
@media only screen and (max-width: 1024px) {
  #logo {
    margin-left: 0.625rem;
  }
  .header-container-wrap {
    width: 100%;
    height: 5rem;
  }
  #banner-box {
    height: 40vh;
  }
  .banner-inner {
    height: 4.5rem;
  }
  .banner-inner ul {
    width: 100%;
  }
  .banner-nav li {
    width: calc(100%/3);
    margin: 0;
    height: 4.5rem;
  }
  .banner-nav li a span {
    margin: 8px auto 4px auto;
    width: 2rem;
    height: 2rem;
  }
  .banner-nav li a.bg1 span {
    background-size: 80%;
  }
  .banner-nav li a.bg2 span {
    background-size: 80%;
  }
  .banner-nav li a.bg3 span {
    background-size: 80%;
  }
  .banner-list {
    height: 40vh;
  }
  .banner-list li {
    height: 40vh;
  }
  .wrap-container {
    width: calc(100% - 20px);
  }
  .wrap-content {
    height: auto;
    overflow: auto;
  }
  .wrap-content .wrap-header {
    height: auto;
  }
  .wrap-content .wrap-header .wrap-header-left {
    width: 100%;
    margin: 0 auto;
  }
  .wrap-content .wrap-header .wrap-header-right {
    margin: 0 auto;
    width: 100%;
    display: none;
  }
  .wrap-content .wrap-item {
    width: 100%;
    margin: 10px auto;
  }
  .wrap-content .wrap-item .wrap-ul a {
    width: calc((100% - 20px)/2);
  }
  .wrap-content .wrap-item .wrap-ul a:nth-child(2n) {
  margin-right: 0;
}
.wrap-content .wrap-item .wrap-ul a:nth-child(3n) {
  margin-right: 10px;
}
  .wrap-content .wrap-item:last-child {
    width: 100%;
    margin: 10px auto;
  }
  .wrap-content .wrap-item-left {
    width: 100%;
    margin: 10px auto;
  }
  .wrap-content .wrap-item-right {
    width: 100%;
    margin: auto;
  }
  .wrap-content .wrap-about {
    padding-left: 0;
  }
  .wrap-content .wrap-about .wrap-about-li {
    width: 25%;
  }
  .wrap-content .wrap-item-company .wrap-item-img {
    height: auto;
  }
  .wrap-content .wrap-item-news .wrap-item-img img {
    display: block;
  }
  .wrap-content-other {
    overflow: hidden;
  }
  .wrap-full-background {
    display: none;
  }
  .wrap-message {
    display: block;
    overflow: auto;
  }
  .wrap-message .wrap-message-left {
    width: 100%;
    margin-top: 2rem;
  }
  .wrap-message .wrap-message-right {
    width: 100%;
  }
  .message-form {
    padding-top: 2rem;
    overflow: auto;
  }
  .message-form .form-item {
    width: calc((100% - 10px)/2);
  }
  .message-form .form-body .form-item:nth-child(3n+3) {
    margin-right: 0.625rem;
  }
  .message-form .form-body .form-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .wrap-partners .wrap-partners-li {
    width: calc((100% - 80px)/5);
    text-align: center;
    margin-right: 1.25rem;
  }
  .wrap-partners .wrap-partners-li:nth-child(5n+5) {
    margin-right: 0;
  }
  .page-footer {
    height: auto;
    overflow: auto;
  }
  .page-footer .page-footer-container {
    display: none;
  }
  .page-footer .page-footer-copy {
    padding: 16px 0;
    height: auto;
  }
  .page-footer .page-footer-copy .copy-info {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .page-footer .page-footer-copy .copy-info .copy-info-left {
    display: none;
  }
  .page-footer .page-footer-copy .copy-info .copy-info-right {
    width: calc(100% - 20px);
    padding: 0 10px;
    text-align: center;
    line-height: normal;
  }
  .about-content-center .left {
    width: 100%;
  }
  .about-content-center .right {
    width: 100%;
    margin-left: 0;
  }
  .page-about .page-about-li {
    width: 50%;
  }
  .about-content-footer .footer-li {
    width: 100%;
    margin-right: 0;
  }
  .about-content-footer .footer-li:not(:first-of-type) {
    margin-top: 1.25rem;
  }
  #honorSlideUl {
    width: 48.75rem;
  }
  #honorSlideUl ul li {
    width: 11.25rem;
    height: 16.875rem;
  }
  .title-bar {
    width: calc(100% - 40px);
  }
  .news-container {
    width: calc(100% - 40px);
  }
  .news-container .news-img {
    width: 18.75rem;
    height: 15rem;
  }
  .news-container .news-time {
    width: 10rem;
  }
  .products .bg-top .bg-img h3,
  .programs .bg-top .bg-img h3 {
    width: 90vw;
    font-size: 2rem;
    margin-top: 4rem;
  }
  .products .bg-top .bg-img p,
  .programs .bg-top .bg-img p {
    font-size: 1.375rem;
    width: 90vw;
  }
  .modal-dialog {
    width: calc(100vw - 40px);
    margin: auto;
  }
  .modal-body {
    padding-top: 0;
  }
  .contact-content-center-small {
    display: flex;
    flex-direction: column;
  }
  .contact-content-center-small .contact-map {
    width: 100%;
  }
  .contact-content-center-small .contact-addres {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #logo {
    margin-left: 0.625rem;
  }
  .header-container-wrap {
    width: 100%;
    height: 5rem;
  }
  .header-container-wrap .header-container-nav {
    display: none;
  }
  .header-container-wrap .header-container-right .map-address {
    display: none;
  }
  .header-container-wrap .header-container-right .search-container {
    display: none;
  }
  .header-container-wrap .header-container-right .small-nav-icon {
    display: block;
    height: 100%;
    right: 0.625rem;
  }
  #banner-box {
    height: 40vh;
  }
  .banner-inner {
    height: 4.5rem;
  }
  .banner-inner ul {
    width: 100%;
  }
  .banner-nav li {
    width: calc(100%/3);
    margin: 0;
    height: 4.5rem;
  }
  .banner-nav li a span {
    margin: 8px auto 4px auto;
    width: 2rem;
    height: 2rem;
  }
  .banner-nav li a.bg1 span {
    background-size: 80%;
  }
  .banner-nav li a.bg2 span {
    background-size: 90%;
  }
  .banner-nav li a.bg3 span {
    background-size: 80%;
  }
  .banner-list {
    height: 40vh;
  }
  .banner-list li {
    height: 40vh;
  }
  .wrap-container {
    width: calc(100% - 20px);
  }
  .wrap-content {
    height: auto;
    overflow: auto;
  }
  .wrap-content .wrap-header {
    height: auto;
  }
  .wrap-content .wrap-header .wrap-header-left {
    width: 100%;
    margin: 0 auto;
  }
  .wrap-content .wrap-header .wrap-header-right {
    margin: 0 auto;
    width: 100%;
    display: none;
  }
  .wrap-content .wrap-item {
    width: 100%;
    margin: 10px auto;
  }
  .wrap-content .wrap-item .wrap-ul a {
    width: calc((100% - 10px)/2);
  }
 .wrap-content .wrap-item .wrap-ul a:nth-child(2n) {
  margin-right: 0;
}
.wrap-content .wrap-item .wrap-ul a:nth-child(3n) {
  margin-right: 10px;
}
  .wrap-content .wrap-item-left {
    width: 100%;
    margin: 10px auto;
  }
  .wrap-content .wrap-item-right {
    width: 100%;
    margin: auto;
  }
  .wrap-content .wrap-about {
    padding-left: 0;
  }
  .wrap-content .wrap-about .wrap-about-li {
    width: 50%;
  }
  .wrap-content .wrap-item-company .wrap-item-img img {
    display: block;
  }
  .wrap-content .wrap-item-news .wrap-item-img img {
    display: block;
  }
  .wrap-content-other {
    overflow: hidden;
  }
  .wrap-full-background {
    display: none;
  }
  .wrap-message {
    display: block;
    overflow: auto;
  }
  .wrap-message .wrap-message-left {
    width: 100%;
    margin-top: 2rem;
  }
  .wrap-message .wrap-message-right {
    width: 100%;
  }
  .message-form {
    padding-top: 2rem;
    overflow: auto;
  }
  .message-form .form-body .form-item:last-child {
    width: calc(100% - 10px);
  }
  .message-form .form-body .form-item:last-child input.val-code {
    width: calc(50% - 12px);
  }
  .wrap-partners .wrap-partners-li {
    width: calc((100% - 40px)/3);
    text-align: center;
    margin-right: 1.25rem;
  }
  .wrap-partners .wrap-partners-li:nth-child(3n+3) {
    margin-right: 0;
  }
  .wrap-partners .wrap-partners-li:nth-child(5n+5) {
    margin-right: 1.25rem;
  }
  .page-footer {
    height: auto;
    overflow: auto;
  }
  .page-footer .page-footer-container {
    display: none;
  }
  .page-footer .page-footer-copy {
    padding: 16px 0;
    height: auto;
  }
  .page-footer .page-footer-copy .copy-info {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .page-footer .page-footer-copy .copy-info .copy-info-left {
    display: none;
  }
  .page-footer .page-footer-copy .copy-info .copy-info-right {
    width: calc(100% - 20px);
    padding: 0 10px;
    text-align: center;
    line-height: normal;
  }
  #honorSlideUl {
    width: 100%;
  }
  #honorSlideUl ul li {
    width: calc((100vw - 180px)/2);
    height: auto;
  }
  .title-bar .title-bar-right ul li {
    margin: 0 0.5rem;
  }
  .title-bar .title-bar-right ul li:first-child {
    margin-left: 0;
  }
  .title-bar .title-bar-left {
    display: none;
  }
  .technology .title-bar-left {
    display: block;
  }
  .news-container .news-list {
    flex-wrap: wrap;
  }
  .news-container .news-img {
    width: 100%;
  }
  .news-container .news-content {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .news-container .news-content p {
    margin-top: 0.625rem;
  }
  .bg-top {
    height: 50vh;
  }
  .bg-top .bg-img h3 {
    text-align: center;
    width: calc(100vw - 40px);
  }
  .products .title-bar,
  .programs .title-bar {
    width: calc(100vw - 40px);
  }
  .products .bg-top,
  .programs .bg-top {
    height: 50vh;
  }
  .products .bg-top .bg-img h3,
  .programs .bg-top .bg-img h3 {
    width: calc(100vw - 40px);
    font-size: 1.25rem;
    margin-top: 6.25rem;
    text-align: left;
  }
  .products .bg-top .bg-img p,
  .programs .bg-top .bg-img p {
    font-size: 0.875rem;
    width: calc(100vw - 40px);
  }
  .products-container {
    width: calc(100vw - 40px);
  }
  .products-container .products-list .products-list-other {
    flex-direction: column;
  }
  .products-container .products-list .products-li {
    width: calc(100vw - 40px);
    min-height: 18.75rem;
  }
  .products-container .products-list .products-list-left {
    width: calc(100vw - 40px);
  }
  .products-container .products-list .products-list-right {
    width: calc(100vw - 40px);
  }
  .products-container .products-list .products-list-right .products-item {
    min-height: 15rem;
  }
  .products-container .products-list .products-item {
    width: calc(100vw - 40px);
    min-height: 15rem;
    margin-right: 0;
  }
  .programs-container {
    padding: 20px 0;
  }
  .programs-content h3 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  .technology-list {
    flex-wrap: wrap;
  }
  .technology-list .technology-img {
    width: 100%;
  }
  .technology-list .technology-content {
    width: calc(100% - 96px);
  }
  .technology-list:nth-child(odd) img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .technology-list:nth-child(even) img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .talent-list {
    flex-wrap: wrap;
  }
  .talent-list .talent-img {
    width: calc(100% - 64px);
  }
  .talent-list .talent-content {
    width: calc(100% - 64px);
  }
  .talent-list:nth-child(odd) {
    flex-direction: row;
  }
  .talent-list:nth-child(odd) .talent-img {
    margin: 2rem 2rem 0 2rem;
  }
  .talent-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .talent-list:nth-child(even) .talent-img {
    margin: 2rem 2rem 0 2rem;
  }
  .talent-list-recruit {
    width: calc(100% - 34px);
    padding: 1rem;
  }
  .recruit-detail {
    width: calc(100% - 2px);
    padding: 1rem 0;
  }
  .contact .bg-top {
    height: 50vh;
  }
  .contact-form .contact-form-body {
    flex-direction: column;
  }
  .contact-form .contact-form-body .contact-form-list {
    width: 100%;
  }
  .contact-form .contact-form-body .contact-form-list:last-child {
    padding-top: 0;
  }
  .contact-form-footer {
    flex-direction: column;
  }
  .contact-form-footer p {
    margin-top: 1rem;
  }
  .about-title {
    height: 50vh;
  }
}