body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
select {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  color: #3c3c3c;
}
img {
  border: none;
  vertical-align: middle;
}
input,
textarea {
  outline: none;
  border: none;
}
li {
  list-style: none;
}
a,
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.clear {
  clear: both;
}
body {
  overflow-x: hidden;
}

.rows {
  margin: 0;
}
.shadow {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
}
.header {
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  z-index: 9;
}
.header.active {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.header.active .top_pc {
  display: none;
}
.header .logo img {
  max-width: 100%;
}
.header.active {
  -moz-box-shadow: 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 2px 2px #ccc;
  box-shadow: 0px 2px 2px #ccc;
}
.header .main div {
  float: right;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 15px;
  font-size: 12px;
}
.header .main img {
  max-width: 100%;
  vertical-align: inherit;
}
.header .main .english {
  padding: 5px 3px;
}
.nav {
  position: fixed;
  top: 65px;
  width: 60%;
  background-color: #f7f7f7;
  z-index: 8;
  height: 100vh;
  transition: all 0.5s;
  right: -100%;
}
.nav li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.nav li font {
  float: right;
}
.header .top_pc {
  margin-bottom: 10px;
}
.header .top_pc .top_pc_a {
  text-align: right;
  line-height: 2.4;
}
.header .top_pc .top_pc_a a:hover {
  color: #00599d;
}
.header .top_pc div {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 28px;
  font-size: 20px;
  cursor: pointer;
}
.header .top_pc div img {
  vertical-align: baseline;
}
.nav_pc {
  overflow: hidden;
  padding-top: 10px;
}
.nav_pc span {
  float: left;
  width: 16.666%;
  text-align: right;
  font-size: 20px;
  padding-bottom: 5px;
}
.nav_pc span a:hover {
  border-bottom: 2px solid #0064cb;
  padding-bottom: 3px;
}
.nav_pc span .active {
  border-bottom: 2px solid #0064cb;
  padding-bottom: 3px;
}
.nav_pc span .select {
  border-bottom: 2px solid #0064cb;
  padding-bottom: 3px;
}
.header .top_pc .search.active {
  border: 1px solid #0064cb;
}
.header .main .search.active {
  border: 1px solid #0064cb;
}
.serach_boxs {
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 1;
  padding: 15px 15px;
  transition: all 0.5s;
}
.searchs {
  position: relative;
}
.searchs input {
  display: block;
  width: 100%;
  padding: 0 10px;
  background-color: #fff;
  font-size: 14px;
  line-height: 38px;
  border: none;
  height: 38px;
}
.searchs span {
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  color: #fff;
  font-size: 0;
  background: #0064cb url(../image/img077.png) no-repeat center;
  cursor: pointer;
}
.serach_boxs.active {
  top: 65px;
}

.navs {
  width: 100%;
  height: 880px;
  position: absolute;
  top: 148px;
  background-color: #0061ae;
  z-index: 999;
  left: 0;
  display: none;
}
.navs:before {
  content: "";
  height: 100%;
  width: 30%;
  background-color: #dde6ed;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.navs .container {
  background-color: #dde6ed;
  padding: 0;
}
.navs p {
  text-align: right;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.navs p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url(../image/img074.png) no-repeat center;
  left: 40px;
  top: 22px;
}
.navs p.active {
  background-color: #dde6ed;
  color: #0061ae;
}
.navs p.active:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 60px;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #ffc553;
}
.navs p.active:before {
  background: url(../image/img075.png) no-repeat center;
}
.navs p > a {
  color: #fff;
  display: block;
}
.navs p.active > a {
  color: #0061ae;
}
.navs .navs_list {
  width: 50%;
  float: right;
  height: 850px;
  background-color: #0061ae;
  padding-top: 30px;
  padding-right: 200px;
}
.navs .navs_item {
  padding-top: 30px;
  float: right;
  display: none;
}
.navs .navs_item a {
  text-align: right;
  height: 54px;
  line-height: 54px;
  font-size: 22px;
  color: #000000;
  display: block;
  margin-right: 60px;
  position: relative;
}
.closes {
  position: absolute;
  right: 50px;
  top: 30px;
  cursor: pointer;
}
.navs .navs_item a i {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  top: 25px;
}

/*banner*/
.swiper-container img {
  max-width: 100%;
}
.banner .swiper_banner {
  position: relative;
}
.banner .swiper-button-next {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  left: 50px;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  display: none;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  border-radius: 50%;
}
.banner .swiper-button-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  text-align: center;
  right: 50px;
  top: 50%;
  margin-top: -2px;
  cursor: pointer;
  display: none;
  left: auto;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  border-radius: 50%;
}
.swiper-slide img {
  width: 100%;
}

/*内容*/
.content {
  padding: 30px 0 70px;
}
.content .solution {
  padding-bottom: 30px;
}
.title {
  padding: 30px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.content .solution img {
  max-width: 100%;
}
.content .solution .rows {
  margin: 0 -14px;
}
.content .solution {
  overflow: hidden;
}
.content .solution .solution_item {
  position: relative;
  margin-bottom: 2px;
}
.content .solution .solution_item p {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  color: #fff;
}

.content .scheme {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}
.content .scheme img {
  max-width: 100%;
}

.content .new .time {
  margin: 10px 0;
  color: #3c3c3c;
}
.content .new h4 {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.content .new .more {
  margin: 10px 0;
  color: #0061ae;
  font-size: 16px;
}
.content .new img {
  width: 100%;
}

/*底部*/
.footer {
  background-color: #dde6ed;
}
.footer .footer_top {
  text-align: center;
  padding-bottom: 30px;
}
.footer .footer_logo {
  text-align: center;
  padding: 50px 0;
}
.footer .footer_top a {
  margin: 0 5px;
  font-size: 16px;
  color: #000;
}
.footer .footer_con {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.footer .footer_con p {
  margin-bottom: 10px;
}
.footer .footer_con p span {
  margin-right: 5px;
}

/*二级*/
.banners img {
  max-width: 100%;
}
.banners video{
  width: 100%;
  background: #000;
}

.contents .about {
  padding-bottom: 25px;
}
.contents .about p {
  line-height: 1.5;
  text-align: justify;
  color: #3c3c3c;
  margin-bottom: 15px;
}
.contents .about .img {
  overflow: hidden;
}
.contents .about img {
  max-width: 100%;
  transition: all 0.5s;
}
.contents .about .img:hover img {
  transform: scale(1.1);
}
.contents .about .row {
  margin: 0 -7.5px;
}
.contents .about .about_item {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.contents .about .about_item p {
  padding: 5px 0px;
  margin: 0;
}
.contents .about .about_item span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.contents .about .about_item font {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 0 15px;
  height: 60px;
}
.contents .about .about_con {
  background-color: #dde6ed;
  padding: 0 10px;
  padding-bottom: 20px;
}
.contents .about .more {
  color: #00599d;
}

/*加入深南*/
.contents .join_top {
  position: relative;
  display: block;
}
.contents .join_top img {
  width: 100%;
}
.contents .join_top p {
  position: absolute;
  bottom: 10px;
  left: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.contents .join_con {
  background-color: #f7f7f7;
  margin-top: 30px;
}
.contents .join_con .row {
  margin: 0 -7.5px;
}
.contents .join_con .join_item {
  padding: 0 7.5px;
  margin-bottom: 10px;
}
.contents .join_con img {
  width: 100%;
  transition: all 0.5s;
}
.contents .join_con .img:hover img {
  transform: scale(1.1);
}
.contents .join_con .img {
  overflow: hidden;
}
.contents .join_con .join_item p {
  padding: 5px 0px;
  margin: 0;
  color: #00599d;
}
.contents .join_con .join_item span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.contents .join_con .join_item font {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 15px;
  height: 60px;
}
.contents .join_bottom {
  padding-bottom: 30px;
  display: block;
}
.contents .join_bottom img {
  max-width: 100%;
}

/*社会责任*/
.contents .duty_top {
  overflow: hidden;
  background-color: #f2f7ff;
  padding: 30px 0;
}
.contents .duty_left {
  padding-left: 25px;
}
.contents .duty_right {
  position: relative;
  height: 180px;
}
.contents .duty_right img {
  max-width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 90%;
}
.contents .duty_left p {
  font-size: 18px;
  font-weight: bold;
}
.contents .duty_left span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 15px 0 20px;
}
.contents .duty_left .more {
  color: #3c3c3c;
}
.contents .duty_con {
  padding: 30px 7.5px;
  overflow: hidden;
  margin-top: 40px;
}
.contents .state_box {
  padding: 0px 7.5px 30px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 0;
}
.contents .report {
  overflow: hidden;
  padding-bottom: 30px;
}
.contents .report_left {
  text-align: center;
  margin-bottom: 20px;
}
.contents .report_left img {
  max-width: 60%;
}
.contents .report_right {
  overflow: hidden;
}
.contents .report_right .report_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contents .report_right p {
  line-height: 1.6;
  text-align: justify;
}
.contents .report_right .report_bottom {
  margin-bottom: 15px;
}
.contents .report_right p span {
  display: block;
}
.contents .report_right .report_add {
  margin-bottom: 15px;
}
.contents .report_right a {
  color: #00599d;
}
.contents .report_right a p {
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 10px 0;
  color: #fff;
  background-color: #005bac;
  border-radius: 5px;
}
.contents .report_right .old_year {
  background-color: #e0e1ea;
  padding: 5px 10px;
}

/*新闻动态*/
.swiper-dynamic {
  position: relative;
}
.swiper-dynamic .pagination {
  position: absolute;
  z-index: 9;
  text-align: center;
  margin: 0;
  bottom: 5px;
}
.swiper-dynamic .pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #542c23;
}
.swiper-dynamic .pagination span.swiper-pagination-bullet-active {
  background-color: #eccdc6;
}

.contents .dynamic_search1 {
  margin: 0px 0 10px;
  overflow: hidden;
}
.contents .dynamic_search1 p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contents .dynamic_search1 input {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-bottom: 10px;
  border-radius: 10px;
}
.contents .dynamic_search1 span {
  width: 18%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e0e1ea;
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left:2%
}
.contents  .dynamic_search1 {
  margin: -50px 0 30px 0;
  width:80%; margin-left:10%
}


.contents .dynamic_search {
  margin: 20px 0 10px;
  overflow: hidden;
}
.contents .dynamic_search p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contents .dynamic_search input {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  text-indent: 1em;
  margin-bottom: 10px;
  border-radius: 10px;
}
.contents .dynamic_search span {
  width: 18%;
  float: right;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e0e1ea;
  border: 1px solid #ccc;
  cursor: pointer;
}
.contents  .dynamic_search {
  margin: 15px 0 30px 0;
}
.contents .dynamic_lists .dynamic_item:hover font {
  color: #0061ae;
}
.contents .dynamic_lists p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contents  .dynamic_search .year {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 80%;
}
.contents  .dynamic_search .year select {
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 1em;
  font-size: 16px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../image/img041.png) no-repeat right;
  background-position-x: 90%;
  border-radius: 10px;
}
.contents .dynamic_lists .dynamic_item {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  display: block;
}
.contents .dynamic_lists .dynamic_item span {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
.contents .dynamic_lists .dynamic_item font {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contents .dynamic_lists .dynamic_item i {
  font-style: normal;
}
.contents .page {
  text-align: center;
  padding: 30px 0 0 0;
}
.contents .page span {
  margin: 0 6px;
}

/*产品与服务*/
.contents .product {
  padding: 30px 0 0;
}
.contents .product_box {
  overflow: hidden;
  padding: 30px 0 30px;
  background-color: #f7f7f7;
}
.contents .product_box .title {
  padding-top: 0;
}
.contents .product_box.active {
  background-color: #fff;
}
.contents .product_box .img {
  overflow: hidden;
}
.contents .product_box img {
  max-width: 100%;
  transition: all 0.5s;
}
.contents .product_box:hover img {
  transform: scale(1.1);
}
.contents .product_box .row {
  margin: 0 7.5px;
}
.contents .product_box .col-xs-6 {
  padding: 0 7.5px;
}
.contents .product_box p {
  font-size: 18px;
  font-weight: bold;
}
.contents .product_box span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5px 0 5px;
}
.contents .product_box a {
  display: block;
  color: #0061ae;
}
.contents .product_box .product_right {
  padding-left: 0;
}
.contents .product_box .product_left {
  padding-right: 15px;
}
.contents .product_box.active .product_left {
  padding-left: 15px;
  float: right;
  padding-right: 7.5px;
}
.contents .product_box.active .product_right {
  padding-right: 0;
  padding-left: 7.5px;
}
.contents .product_list {
  position: relative;
  padding-bottom: 30px;
}
.contents .product_list img {
  max-width: 100%;
}
.contents .product_list p {
  position: absolute;
  width: 80%;
  top: 10px;
  left: 15px;
  color: #fff;
}
.contents .product_list p a {
  color: #fff;
  margin-top: 10px;
  display: block;
}

/*技术与创新*/
.contents .strength {
  margin: 30px 0 0;
  background-color: #f7f7f7;
  padding-bottom: 20px;
}
.contents .strength .strength_box {
  position: relative;
  padding: 0 15px;
  margin-bottom: 20px;
}
.contents .strength .strength_box img {
  max-width: 100%;
}
.contents .strength .strength_box p {
  top: 10px;
  left: 30px;
  width: 100%;
  color: #333;
  background-color: #fff;
  padding: 10px;
}
.contents .strength .strength_box p a {
  display: block;
  color: #666;
  margin-top: 10px;
}
.contents .strength .strength_box p span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.contents .art {
  padding: 0 15px;
}
.contents .art_item img {
  width: 100%;
  transition: all 0.5s;
}
.contents .art_item .imgs:hover img {
  transform: scale(1.1);
}
.contents .art_item .imgs {
  overflow: hidden;
}
.contents .art_box .row {
  margin: 0 -7.5px;
}
.contents .art_item {
  padding: 0 7.5px;
}
.contents .art_item p {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contents .art_item span {
  display: block;
}
.contents .art_item a {
  display: block;
  color: #0061ae;
  margin: 20px 0;
}

/*投资者关系*/
.investor {
  background-color: #e5f0ff;
  padding: 20px 0;
}
.investor .num {
  color: #00599d;
  letter-spacing: 1px;
}
.investor .price {
  color: #00599d;
  font-size: 36px;
}
.investor .price i {
  font-size: 20px;
  font-style: normal;
  margin-left: -10px;
}
.investor .price i {
  font-size: 20px;
  font-style: normal;
  margin-left: -10px;
  display: inline-block;
}
.investor .price i.active {
  transform: rotate(180deg);
}
.investor .price span {
  font-size: 26px;
  margin-left: -10px;
}
.investor .selectUp font,
.investor .selectUp i,
.investor .selectUp span {
  color: red;
}
.investor .selectDown font,
.investor .selectDown i,
.investor .selectDown span {
  color: Green;
}

.investor .quanity {
  overflow: hidden;
  margin: 10px 0 15px;
}
.investor .quanity span {
  float: left;
  padding: 3px;
  font-size: 12px;
  color: #00599d;
  border-left: 1px solid #00599d;
}
.investor .quanity span:first-child {
  border: none;
}
.investor .source {
  background-color: #f0f7ff;
  border-radius: 20px;
  padding: 15px 10px;
  font-size: 12px;
  padding-left: 10px;
}
.investor .source p {
  color: #0061ae;
}
.contents .arts {
  background-color: #f7f7f7;
  margin-top: 30px;
  padding: 0 15px;
}
.contents .arts .art_box {
  overflow: hidden;
}
.contents .arts .art_box .img {
  overflow: hidden;
}
.contents .arts .art_box img {
  width: 100%;
  transition: all 0.5s;
}
.contents .arts .art_box .img:hover img {
  transform: scale(1.1);
}
.contents .arts .art_box .row {
  margin: 0 -7.5px;
}
.contents .arts .art_box .art_list {
  padding: 0 7.5px;
}
.contents .arts .art_box .art_list .smart_title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.contents .arts .art_box .art_list p {
  position: relative;
  padding-left: 8px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
}
.contents .arts .art_box .art_list p a {
  font-size: 12px;
  overflow: hidden;
}
.contents .arts .art_box .art_list p font {
  font-size: 12px;
  color: red;
  padding-right: 3px;
  vertical-align: text-top;
}
.contents .arts .art_box .art_list .more {
  color: #0061ae;
  margin: 15px 0;
  display: block;
}
.contents .manage {
  padding-bottom: 20px;
}
.contents .manage .manage_list {
  position: relative;
  margin-bottom: 20px;
}
.contents .manage .manage_list img {
  width: 100%;
}
.contents .manage .manage_list p {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.contents .manage .manage_list span {
  position: absolute;
  left: 15px;
  top: 35px;
  color: #fff;
}
.contents .manage .manage_list .more {
  position: absolute;
  left: 15px;
  top: 65px;
  color: #fff;
}

.contents .investor_contact {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  margin: 30px 0 30px 0;
}
.contents .investor_contact a {
  width: 50%;
  display: inline-block;
  text-align: center;
margin-top:25px;
}
.contents .investor_contact a img {
  max-width: 50%;
  margin-bottom: 20px;
}
.contents .investor_contact p {
  font-size: 12px;
  font-weight: bold;
}
.contents .investor_contact span {
  color: #999;
  padding-top: 5px;
  display: block;
  font-size: 24px;
}

/*定期报告*/
.contents .inform {
  padding: 0 15px;
}
.contents .inform_nav {
  padding: 20px 0 10px;
  border-bottom: 3px solid #e1e1eb;
  margin-bottom: 20px;
}
.contents .inform_nav span {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px 10px 10px;
  cursor: pointer;
}
.contents .inform_nav span.active {
  border-bottom: 3px solid #0061ae;
}
.contents .regular_infor {
  background-color: #0061ae;
  padding: 10px;
  margin-bottom: 20px;
}
.contents .regular_infor p {
  color: #fff;
}
.contents .regular_item {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.contents .regular_item span {
  display: block;
  margin-bottom: 5px;
}
.contents .regular_item:before {
  content: "";
  position: absolute;
  background: url(../image/img060.png) no-repeat center;
  right: 0px;
  top: 19px;
  width: 27px;
  height: 30px;
  background-size: cover;
}

/*详情页*/
.contents .detail {
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contents .detail .detail_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contents .detail .source {
  border-bottom: 1px solid #e6e6e6;
  font-size: 12px;
  padding-bottom: 5px;
  color: #999999;
}
.contents .detail .source span {
  margin-left: 10px;
}
.contents .detail .source span:first-child {
  margin-left: 0;
}
.contents .detail .source span i {
  font-style: normal;
}
.contents .detail .detail_box {
  padding: 20px 0;
  overflow: auto;
}
.contents .detail .detail_box img {
  max-width: 100%;
}
.contents .detail .detail_box p {
  margin-bottom: 5px;
  line-height: 2;
}
.contents .detail .detail_box table {
  border-collapse: collapse;
  width: 100%;
}
.contents .detail .detail_box table tr td {
  border: 1px solid #dcdddd;
  padding: 5px 10px;
}
.contents .detail .detail_box table tr td p {
  margin-bottom: 0;
}
.contents .pages {
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
.contents .pages span {
  width: 32%;
  text-align: center;
  display: inline-block;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.contents .pages span:nth-child(1) {
  border-left: none;
}
.contents .pages span:hover {
  color: #0061ae;
}

/* 需求咨询 */
.form-group{
  overflow: auto;
  display: flex;
  align-items:center;
}
.contentBox{
  border:1px solid rgb(112, 110, 110);
  padding: 30px 10%;
  overflow: auto;
  margin: 30px 0 30px 0;
}
.control-label{
  display: block;
  width: 10%;
  text-align: center;
}
.box_iup{
  flex:1;
}
.box_iup:last-child{
  text-align: center;
}
.three .three_left span{
  background-color: #dde6ed;
  border-bottom: 2px solid #aeb3b8;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: block;
}
.three .three_left .selet_active {
  background-color: #0061AE;
  color:white;
}
.items{
  display: none;
}
.items.items_active{
  display: block;
}
/*pcb*/
.three {
  margin-top: 20px;
}
.three .three_title {
  background-color: #0061ae;
  color: #fff;
  padding: 10px;
  overflow: hidden;
}
.three .three_title span {
  float: left;
}
.three .three_title img {
  float: right;
  width: 10px;
}
.three .three_item {
  top: 40px;
  width: 100%;
  left: 0;
  display: none;
}
.three .three_item p {
  background-color: #f2f2f2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.three .three_item p:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.three .three_box {
  display: none;
}
.three .three_box img {
  max-width: 100%;
}
.three .three_box .img {
  text-align: center;
}
.three .three_box .img p {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 15px 0;
}
.three .three_left {
  padding-top: 40px;
}
.three .three_left p {
  background-color: #dde6ed;
  border-bottom: 2px solid #aeb3b8;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.three .three_left p.active {
  background-color: #0061ae;
  color: #fff;
}
.three .three_right {
  padding-left: 30px;
}
.three .three_right .three_boxz {
  display: none;
}
.three .three_right .three_titles {
  border-bottom: 2px solid #919191;
  padding-bottom: 10px;
}
.three .three_right .three_titles p {
  font-size: 28px;
  margin-bottom: 15px;
}
.three .three_right .three_titles span {
  font-size: 20px;
}
.three .three_right .three_boxs {
  padding: 30px 0;
  font-size: 20px;
  line-height: 1.6;
}

.contents .regular_list .regular_item {
  padding: 10px 30px;
  position: relative;
}
.contents .regular_list .regular_item i {
  font-style: normal;
  position: absolute;
  left: 3px;
  font-size: 16px;
  z-index: 99;
  border: 1px solid #e6e6e6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #aaa;
}
.contents .regular_list .regular_item .active {
  border: 1px solid #777;
  color: #333;
}
.contents .regular_list .regular_item .regular_list_box {
  display: none;
  margin-top: 10px;
}

.contents .shenzhen {
  height: 300px;
  margin: 20px 0;
}
.new_list ul li + li {
  margin-top: 20px;
}
.new_list ul li a {
  display: block;
  overflow: hidden;
  background: #f7f7f7;
}
.new_list_left {
  float: left;
  background: #e3e3e3;
  padding: 5px 15px;
  text-align: center;
  margin-right: 15px;
}
.new_list_left p {
  font-weight: bold;
  font-size: 20px;
}
.new_list_left span {
  font-size: 14px;
}
.new_list_right {
  line-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
  color: #505050;
}
.new_list ul li a:hover .new_list_left {
  background: #00599d;
  color: #fff;
  transition: 0.3s all;
}
.new_list ul li a:hover .new_list_left p {
  color: #fff;
  transition: 0.3s all;
}
.new_list ul li a:hover .new_list_right {
  color: #00599d;
  transition: 0.3s all;
}
.new_list {
  padding-bottom: 30px;
}
@media (min-width: 326px) {
  .contentBox .control-label{
		width: 100%;
		text-align: left;
	  }
	  .contentBox .control-label.sex{
		margin-top: 15px;
	  }
	  .contentBox .control-label.hyLable{
		margin-left:0px;
		margin-top: 15px;
	  }
	  .three .three_right {
		padding-left: 15px;
	  }
	 .contentBox .form-group{
	  flex-wrap: wrap;
	 }
  /* .contents .strength .strength_box p{width: 60%;} */
  .contents .strength .strength_box p.right {
    left: 33%;
  }
  .investor .quanity span {
    padding: 4px 6px;
  }
  .contents .arts .art_box .art_list p {
    font-size: 14px;
  }
  .contents .arts .art_box .art_list p a {
    font-size: 14px;
  }
  .contents .inform_nav span {
    padding: 0 15px 10px 15px;
  }
  .contents .detail .source {
    font-size: 14px;
  }
  .contents .investor_contact p {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .content .solution .solution_item p {
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
  .footer .footer_top a {
    font-size: 20px;
  }
  .footer .footer_con {
    font-size: 18px;
  }
  .contents .about .row {
    margin: 0 -10px;
  }
  .contents .about .about_item {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .contents .about p {
    font-size: 18px;
  }
  .contents .about .about_item {
    margin-bottom: 20px;
  }
  .contents .about .about_item p {
    font-size: 16px;
  }
  .contents .about .about_item span {
    font-size: 24px;
  }
  .contents .about .about_item font {
    font-size: 18px;
    height: 75px;
    margin-bottom: 20px;
  }
  .contents .about .more {
    font-size: 18px;
  }
  .contents .about .about_con {
    padding: 0 20px;
    padding-bottom: 30px;
  }
  .contents .join_top p {
    bottom: 20px;
    left: 15px;
    font-size: 18px;
  }
  .contents .join_con .join_item p {
    font-size: 16px;
  }
  .contents .join_con .join_item span {
    font-size: 24px;
  }
  .contents .join_con .join_item font {
    font-size: 18px;
    height: 75px;
    margin-bottom: 20px;
  }
  .contents .duty_left {
    padding-left: 30px;
  }
  .contents .duty_left p {
    font-size: 28px;
  }
  .contents .duty_left span {
    font-size: 20px;
  }
  .contents .duty_left .more {
    font-size: 20px;
  }
  .contents .duty_right {
    height: 240px;
  }
  .contents .report_left img {
    max-width: 90%;
  }
  .contents .report_right {
    padding-right: 30px;
  }
  .contents .page span {
    margin: 0 15px;
  }
  .contents .dynamic_search input {
    width: 30%;
  }
  .contents .dynamic_search span {
    float: left;
    margin-left: 15px;
  }
  .contents  .dynamic_search .year{
    width: 30%;
    margin-left: 15px;
  }
  .contents  .dynamic_search .year select {
    
  }
  .contents .product_box p {
    font-size: 24px;
    padding-top: 40px;
  }
  .contents .product_box span {
    margin: 20px 0;
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
  .contents .product_box a {
    font-size: 16px;
  }
  .contents .product_box .product_left {
    padding-right: 30px;
  }
  .contents .product_box.active .product_left {
    padding-left: 30px;
  }
  .contents .strength .strength_box p {
    top: 50px;
    left: 50px;
    width: 50%;
    position: absolute;
    background-color: transparent;
    color: #fff;
  }
  .contents .strength .strength_box p span {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contents .strength .strength_box p font {
    font-size: 16px;
    margin-bottom: 50px;
    display: block;
  }
  .contents .strength .strength_box p a {
    font-size: 16px;
    color: #fff;
  }
  .contents .strength .strength_box p.right {
    left: 45%;
  }
  .contents .art {
    padding: 0;
  }
  .contents .art_box .row {
    margin: 0 -15px;
  }
  .contents .art_item {
    padding: 0 15px;
  }
  .contents .art_item p {
    font-size: 28px;
    margin: 20px 0 30px;
  }
  .contents .art_item span {
    display: block;
    font-size: 18px;
  }
  .contents .art_item a {
    margin: 30px 0;
    font-size: 18px;
  }
  .contents .arts {
    padding: 0 15px;
  }
  .contents .arts .art_box .art_list .smart_title {
    font-size: 30px;
  }
  .contents .arts .art_box .art_list p {
    font-size: 20px;
  }
  .contents .arts .art_box .art_list p a {
    font-size: 20px;
  }
  .contents .arts .art_box .art_list .more {
    font-size: 20px;
  }
  .contents .arts .art_box .row {
    margin: 0 -15px;
  }
  .contents .arts .art_box .art_list {
    padding: 0 15px;
  }
  .contents .manage .manage_list p {
    left: 30px;
    top: 30px;
    font-size: 36px;
  }
  .contents .manage .manage_list span {
    left: 30px;
    top: 85px;
    font-size: 26px;
  }
  .contents .manage .manage_list .more {
    left: 30px;
    top: 150px;
    font-size: 26px;
  }
  .contents .manage_box {
    margin: 0 -15px;
  }
  .contents .inform_nav {
    text-align: center;
  }
  .contents .detail .detail_title {
    font-size: 36px;
  }
  .contents .detail .source {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contents .detail .detail_box {
    font-size: 16px;
    padding: 40px 0;
  }
  .contents .detail .detail_box p {
    margin-bottom: 10px;
  }
  .contents .pages {
    padding: 20px 0;
    margin-bottom: 100px;
  }
  .contents .pages span {
    font-size: 16px;
  }

  .investor .num {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .investor .price {
    font-size: 54px;
    font-weight: bold;
  }

  .contents .investor_contact p {
    font-size: 24px;
  }
  .contents .investor_contact a {
    margin-top: 30px;
    width:33.3%;
  }

  .contents .product_list p {
    position: absolute;
    width: 30%;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 16px;
  }
  .contents .product_list p a {
    color: #fff;
    margin-top: 22px;
    display: block;
  }
  .new_list {
    margin-top: 20px;
  }
  .new_list_left {
    width: 150px;
    padding: 10px;
    margin-right: 30px;
  }
  .new_list_left p {
    font-size: 36px;
    letter-spacing: 5px;
    line-height: 1.2;
  }
  .new_list_left span {
    font-size: 16px;
  }
  .new_list_right {
    line-height: 85px;
    font-size: 18px;
    padding-right: 30px;
  }
  .new_list ul li + li {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .rows {
    margin: 0 -15px;
  }
  .header {
    padding: 10px 0 30px 0;
  }
  .banner .swiper-button-next {
    display: block;
  }
  .banner .swiper-button-prev {
    display: block;
  }
  .title {
    padding: 50px 0 90px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  .content .solution {
    padding-bottom: 60px;
  }
  .content .solution .solution_box {
    padding: 0;
  }
  .content .scheme {
    background-color: #f7f7f7;
    padding: 0 15px 70px;
  }
  .content .new .time {
    margin: 20px 0 10px;
    font-size: 20px;
  }
  .content .new h4 {
    font-size: 30px;
  }
  .content .new .more {
    font-size: 22px;
    margin-top: 40px;
  }

  .serach_boxs {
    width: 30%;
    left: auto;
  }
  .serach_boxs.active {
    top: 15px;
  }

  .footer {
    background-color: #e0e1ea;
    padding: 30px 0;
  }
  .footer .footer_left {
    text-align: center;
    padding: 90px 0;
    border-right: 2px solid #9a9aa1;
  }
  .footer .footer_right {
    padding-left: 40px;
  }
  .footer .footer_nav {
    overflow: hidden;
  }
  .footer .footer_nav span {
    float: left;
    width: 20%;
  }
  .footer .footer_nav span font {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    display: block;
    font-weight: bold;
  }
  .footer .footer_nav span a {
    display: block;
    margin-bottom: 5px;
    color: #3c3c3c;
    font-size: 16px;
  }
  .footer .footer_infor {
    margin-top: 40px;
  }
  .footer .footer_infor span {
    margin-right: 10px;
  }
  .footer .footer_infor div {
    margin-bottom: 10px;
  }

  .contents .about .title {
    text-align: left;
    padding: 100px 0 50px;
  }
  .contents .about p {
    line-height: 2;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .contents .about p {
    font-size: 20px;
  }
  .contents .about .about_item {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .contents .about .about_item p {
    font-size: 18px;
  }
  .contents .about .about_item span {
    font-size: 28px;
  }
  .contents .about .about_item font {
    font-size: 20px;
    height: 84px;
    margin-bottom: 40px;
  }
  .contents .about .more {
    font-size: 18px;
  }
  .contents .about .about_con {
    padding: 0 40px;
    padding-bottom: 50px;
  }
  .contents .about .row {
    margin: 0 -20px;
  }
  .contents .about {
    padding-bottom: 80px;
  }
  .contents .join {
    padding-top: 50px;
  }
  .contents .join_top p {
    bottom: 40px;
    left: 25px;
    font-size: 38px;
  }
  .contents .join_con .join_item p {
    font-size: 18px;
  }
  .contents .join_con .join_item span {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contents .join_con .join_item font {
    font-size: 20px;
    height: 84px;
    margin-bottom: 40px;
  }
  .contents .join_con {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .contents .join_con .row {
    margin: 0 -15px;
  }
  .contents .join_con .join_item {
    padding: 0 15px;
  }
  .contents .join_bottom {
    padding-bottom: 120px;
  }
  .contents .duty {
    padding-top: 50px;
  }
  .contents .duty_left {
    padding: 100px;
  }
  .contents .duty_right {
    height: 480px;
  }
  .contents .duty_left p {
    font-size: 38px;
  }
  .contents .duty_left span {
    margin: 30px 0 40px;
  }
  .contents .duty_right img {
    max-height: 100%;
    max-width: 100%;
    right: 30px;
    left: auto;
  }
  .contents .state_box {
    margin-top: 0;
    padding: 0;
  }
  .contents .report_right .report_title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .contents .report_right p {
    font-size: 20px;
  }
  .contents .report_left img {
    max-width: 100%;
  }
  .contents .report_right a {
    font-size: 20px;
  }
  .contents .report_right .report_bottom {
    margin-bottom: 30px;
  }
  .contents .report_right .report_add {
    margin-bottom: 30px;
  }
  .contents .report_right a p {
    margin: 25px 0;
  }
  .contents .report_right a p {
    width: 45%;
  }
  .contents .report {
    padding-bottom: 100px;
  }
  .contents .report_right .old_year {
    padding: 10px 20px;
  }
  .swiper-dynamic .pagination span {
    width: 16px;
    height: 16px;
  }
  .contents .dynamic_lists .dynamic_item span {
    width: 20%;
    float: left;
    text-align: center;
  }
  .contents .dynamic_lists .dynamic_item font {
    width: 80%;
    float: left;
    padding-right: 50px;
  }
  .contents .dynamic_lists .dynamic_item {
    padding: 30px 0;
    font-size: 22px;
  }
  .contents .page {
    padding: 30px 0 30px;
  }
  .contents .dynamic_search input {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .contents .dynamic_search span {
    float: left;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    width: 10%;
    font-size: 20px;
  }
  .contents  .dynamic_search .year select {
    height: 40px;
    line-height: 40px;
  }
  .contents .product_box .product_left {
    padding: 0 50px;
  }
  .contents .product_box .product_right {
    padding-right: 50px;
  }
  .contents .product_box.active .product_right {
    padding-left: 50px;
  }
  .contents .product_box.active .product_left {
    padding: 0 50px;
  }
  .contents .product_box p {
    padding-top: 100px;
    font-size: 38px;
  }
  .contents .product_box {
    margin-bottom: 60px;
  }
  .contents .product {
    padding-top: 60px;
  }
  .contents .product_box span {
    font-size: 20px;
  }
  .contents .product_box a {
    font-size: 20px;
  }
  .contents .product_list p {
    left: 35px;
    top: 35px;
    width: 25%;
    font-size: 20px;
  }
  .contents .product_list p a {
    margin-top: 35px;
  }
  .contents .product_list {
    padding-bottom: 120px;
  }
  .contents .strength .strength_box {
    margin-bottom: 40px;
  }
  .contents .strength .strength_box p {
    top: 120px;
    left: 100px;
    width: 50%;
  }
  .contents .strength .strength_box p span {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .contents .strength .strength_box p font {
    font-size: 20px;
    margin-bottom: 50px;
    display: block;
  }
  .contents .strength .strength_box p a {
    font-size: 20px;
  }
  .contents .strength .strength_box p.right {
    left: 42%;
  }
  .contents .strength .strength_box {
    padding: 0 50px;
  }
  .contents .strength {
    padding-bottom: 50px;
    margin-top: 60px;
  }
  .contents .art_item p {
    font-size: 38px;
    margin: 30px 0 40px;
  }
  .contents .art_item span {
    display: block;
    font-size: 28px;
  }
  .contents .art_item a {
    margin: 50px 0;
    font-size: 28px;
  }
  .contents .art {
    padding-bottom: 70px;
  }
  .investor .num {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .investor .price {
    font-size: 66px;
    font-weight: bold;
    padding-left: 15px;
  }
  .investor .quanity span {
    font-size: 16px;
    padding: 0 10px;
  }
  .investor .source {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .investor {
    background-color: #fff;
    padding: 0;
  }
  .investor .container {
    background-color: #f7f7fa;
    padding: 60px 30px;
  }
  .investor .quanity {
    margin-bottom: 20px;
  }
  .contents .arts .art_box .art_list .smart_title {
    font-size: 34px;
    margin: 30px 0 20px;
  }
  .contents .arts .art_box .art_list .more {
    margin: 40px 0 50px;
  }
  .contents .arts {
    padding: 0 20px;
  }
  .contents .arts .art_box .art_list {
    padding: 0 20px;
  }
  .contents .manage .manage_list .more {
    top: 200px;
  }
  .contents .manage {
    padding-bottom: 80px;
  }
  .contents .arts {
    margin-top: 60px;
  }
  .contents .manage .manage_list {
    margin-bottom: 40px;
  }
  .contents .manage .manage_list p {
    left: 40px;
    top: 50px;
    font-size: 36px;
  }
  .contents .manage .manage_list span {
    left: 40px;
    top: 110px;
    font-size: 26px;
  }
  .contents .manage .manage_list .more {
    left: 40px;
    top: 270px;
    font-size: 26px;
  }
  .contents .inform_nav {
    padding-top: 60px;
    border-bottom: 5px solid #e1e1eb;
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  .contents .inform_nav span {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .contents .inform_nav span.active {
    border-bottom: 5px solid #0061ae;
  }
  .contents .regular_list {
    width: calc(100% - 250px);
    float: right;
  }
  .contents .regular_infor {
    width: 225px;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 22px;
    text-align: left;
  }
  .contents .regular_infor span {
    display: block;
  }
  .contents .regular_item {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 20px 80px 20px 30px;
  }
  .contents .regular_item span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
    margin-right: 15px;
  }
  .contents .regular_item:before {
    right: 30px;
    width: 53px;
    height: 61px;
    top: 9px;
  }
  .contents .regular_item font {
    font-size: 16px;
    display: inline-block;
  }
  .contents .pages {
    margin-bottom: 120px;
  }
  .contents .detail {
    padding-top: 60px;
  }
  .content .solution .rows {
    margin-right: -12px;
  }

  .contents .investor_contact p {
    font-size: 30px;
  }
  .contents .investor_contact a {
    margin-top: 0;
    margin-bottom:30px;
  }
  .contents .investor_contact {
    padding-bottom: 80px;
    margin: 60px 0 100px 0;
  }

  .three {
    padding-bottom: 50px;
    overflow: hidden;
    margin-top: 0px;
  }

  .contents .regular_list .regular_item {
    padding: 20px 80px 20px 55px;
    position: relative;
  }
  .contents .regular_list .regular_item i {
    left: 15px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 25px;
  }
  .contents .regular_list .regular_item .regular_list_box {
    display: none;
    margin-top: 20px;
    width: calc(100% - 80px);
  }
  .contents .shenzhen {
    height: 600px;
  }
  .new_list_wrap {
    padding: 0;
  }
  .new_list_left {
    padding: 10px 40px;
  }
}

@media (min-width: 1200px) {
  .footer .footer_right {
    padding-left: 100px;
  }
  .footer .footer_infor span a {
    margin: 0 3px;
    color: rgb(60, 60, 60);
    cursor: pointer;
  }
  .footer .footer_infor span img {
    margin: 0 3px;
  }
  .footer .footer_infor {
    font-size: 16px;
  }
  .contents .about .title {
    padding: 150px 0 50px;
  }
  .contents .about .title.active {
    padding-top: 60px;
  }
  .contents .about p {
    margin-bottom: 60px;
    font-size: 20px;
  }
  .contents .report_right p span {
    display: inline-block;
  }
  .contents .report_right .report_bottom {
    margin-bottom: 60px;
  }
  .contents .report_right .report_add {
    margin-bottom: 100px;
  }
  .contents .report_right a p {
    margin: 30px 0;
  }
  .contents .report_right .report_title {
    margin-bottom: 40px;
  }
  .contents .dynamic_lists .dynamic_item span {
    width: 20%;
    float: left;
    text-align: center;
  }
  .contents .dynamic_lists .dynamic_item font {
    width: 80%;
    float: left;
    padding-right: 50px;
  }
  .contents .dynamic_lists .dynamic_item {
    padding: 40px 0;
    font-size: 22px;
  }
  .contents .page {
    padding: 30px 0 30px;
  }
  .contents .dynamic_search {
    margin: 60px 0 30px;
  }
  .contents .dynamic_search p {
    margin-bottom: 20px;
  }
  .contents .dynamic_lists p {
    margin-bottom: 20px;
  }
  .investor .source {
    width: 90%;
  }
  .contents .regular_item:before {
    width: 53px;
    height: 61px;
  }
  .navs .navs_list {
    width: 40%;
  }

  .investor .price {
    font-size: 82px;
  }
  .investor .quanity span {
    font-size: 18px;
    padding: 0 11px;
  }
  .new_list_left {
    margin-right: 50px;
  }
  .new_list_right {
    font-size: 22px;
    padding-right: 50px;
  }

  .contents .investor_contact a {
    margin-top: 0;
    margin-bottom:0;
    width: 20%;
  }
}

@media (min-width: 1350px) {
  .contentBox .control-label{
		width: 10%;
		text-align: center;
	  }
	  .contentBox .control-label.sex{
		margin-top: 0px;
	  }
	  .contentBox .control-label.hyLable{
		  margin-left:15px;
      margin-top: 0px;
	  }
	 .contentBox .form-group{
	  flex-wrap: nowrap;
	 }
  .container {
    width: 1280px;
  }
  .footer .footer_nav span font {
    font-size: 20px;
  }
  .footer .footer_nav a {
    font-size: 20px;
  }
  .footer .footer_infor span {
    margin-right: 20px;
  }
  .footer .footer_infor span img {
    margin: 0 10px;
  }
  .footer .footer_infor span a {
    margin: 0 10px;
  }
  .footer .footer_left {
    padding: 110px 0;
  }
  .footer .footer_infor {
    margin-top: 50px;
  }
  .contents .report_right a p {
    width: 40%;
  }
  .contents .strength .strength_box p {
    width: 30%;
  }
  .contents .strength .strength_box p.right {
    left: 55%;
  }
  .investor .container {
    background-color: #f7f7fa;
    padding: 80px 30px;
  }
  .investor .num {
    padding-left: 30px;
  }
  .investor .price {
    font-size: 88px;
    padding-left: 30px;
  }
  .investor .price i {
    font-size: 30px;
    margin-left: -20px;
  }
  .investor .price span {
    font-size: 40px;
    margin-left: -20px;
  }
  .investor .source {
    width: 90%;
    font-size: 16px;
  }
  .investor .quanity span {
    font-size: 20px;
    padding: 0 15px;
  }
  .contents .regular_item:before {
    width: 53px;
    height: 61px;
  }
  .title {
    font-size: 50px;
  }
  .new_list_left {
    width: 200px;
  }
}
