.list_ul {
  overflow: hidden;
}
.list_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.list_ul ul li {
  box-sizing: border-box;
}
.list_ul ul li a {
  display: block;
}
@font-face {
  font-family: SiYuanSong;
  src: url(../font/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf);
}
.transition {
  transition: all ease-in-out 0.3s;
}
.img-transform {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img .img {
  overflow: hidden;
}
.big_img .img img,
.big_img .img h1,
.big_img .img h2,
.big_img .img h3,
.big_img .img h4,
.big_img .img h5 {
  transition: all ease-in-out 0.3s;
}
.big_img:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.big_img:hover h1,
.big_img:hover h2,
.big_img:hover h3,
.big_img:hover h4 .big_img:hover h5 {
  color: #0096d6;
}
.con1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.con1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.con1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.con1500 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.con1190 {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
.banner {
  position: relative;
}
.wap_banner {
  display: none;
}
.pc_banner {
  position: relative;
  z-index: -1;
}
.head_pc {
  position: relative;
  width: 100%;
  z-index: 222;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head_pc .con1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_pc .language li {
  padding: 0 40px;
  font-size: 16px;
  line-height: 110px;
}
.head_pc .language img {
  vertical-align: middle;
}
.head_pc .nav_box {
  display: flex;
}
.head_pc .nav {
  display: flex;
  align-items: center;
}
.head_pc .nav ul {
  display: flex;
  align-items: center;
}
.head_pc .nav ul li {
  position: relative;
}
.head_pc .nav ul li .active {
  display: block;
  padding: 0 10px;
  font-size: 18px;
  line-height: 110px;
  position: relative;
}
.head_pc .nav ul li .active::after {
  width: 76px;
  height: 5px;
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
.head_pc .nav ul li .active:hover::after,
.head_pc .nav ul li .active.hover::after {
  background-color: #fff;
  color: #0096d6;
}
.head_pc .nav ul li .active:hover,
.head_pc .nav ul li .active.hover {
  color: #0096d6;
}
.head_pc .nav ul li .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.head_pc .nav ul li .ul2 a {
  display: block;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #f6f6f6;
}
.head_pc .nav ul li .ul2 a:hover,
.head_pc .nav ul li .ul2 a.hover {
  background-color: #0096d6;
  color: #fff;
}
.index_ab {
  background: url(../images/index_ab_bj.jpg) no-repeat center;
  padding: 3% 0;
}
.index_ab .i_type {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  padding-bottom: 20px;
  position: relative;
}
.index_ab .i_type::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 6px;
  background-color: #0096d6;
}
.index_ab .i_type h2 {
  padding: 10px 0;
}
.index_ab .i_type h5 {
  text-transform: uppercase;
  font-family: 微软雅黑 Light;
  padding: 0 10px;
}
.index_ab .con1500 {
  display: flex;
  align-items: center;
}
.index_ab .con1500 .left {
  max-width: 540px;
  width: 100%;
}
.index_ab .con1500 .left .sum {
  font-size: 16px;
  line-height: 36px;
  padding: 8% 0;
}
.index_ab .con1500 .left .more {
  display: block;
  width: 160px;
  background-color: #0096d6;
  color: #fff;
  text-align: center;
  line-height: 46px;
}
.index_ab .con1500 .rig {
  flex: 1;
}
.i_type h1 {
  font-size: 30px;
  font-weight: bold;
}
.i_type h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.index_type {
  padding: 4% 0;
}
.index_type .con1500 {
  display: flex;
  flex-wrap: wrap;
}
.index_type img {
  width: 100%;
}
.index_type h1 {
  font-size: 30px;
  color: #fff;
}
.index_type h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0;
  font-family: 微软雅黑 Light;
}
.index_type .i_pro {
  width: 50%;
}
.index_type .i_pro .img {
  position: relative;
}
.index_type .i_pro .type {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px;
  box-sizing: border-box;
}
.index_type .type_list {
  width: 50%;
}
.index_type .type_list ul {
  display: flex;
  flex-wrap: wrap;
}
.index_type .type_list ul li {
  width: 50%;
}
.index_type .type_list .img {
  position: relative;
}
.index_type .type_list .type {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px;
  box-sizing: border-box;
}
.index_type .icon1 {
  border-bottom: 20px solid #0096d6;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 60px;
}
.index_type .icon2 {
  border-top: 20px solid #0096d6;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 60px;
}
.footer_top {
  background-color: #0096d6;
  color: #fff;
  padding: 20px 0;
}
.footer_top ul {
  justify-content: space-between;
}
.footer_top ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.footer_top ul li a p {
  padding: 0 20px;
}
.footer {
  padding: 4% 0;
  background: url(../images/foo_bj.jpg) no-repeat center;
}
.footer .con1500 {
  display: flex;
  justify-content: space-between;
}
.foo_nav > ul {
  display: flex;
  margin: -20px;
}
.foo_nav > ul .li1 {
  padding: 20px;
}
.foo_nav > ul .li1 .active {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: "微软雅黑 Light";
}
.foo_nav > ul .li1 .active:hover {
  color: #0096d6;
}
.foo_nav > ul .ul2 {
  padding: 10px 0;
}
.foo_nav > ul .ul2 a {
  display: block;
  color: #666666;
  padding: 10px 0;
  text-align: center;
}
.foo_nav > ul .ul2 a:hover {
  color: #0096d6;
}
.foo_rig {
  text-align: right;
}
.foo_rig .qd {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.foo_rig .qd img {
  max-width: 160px;
}
.foo_rig .foo_bottom {
  padding-top: 14%;
}
.foo_rig .foo_bottom a {
  display: block;
  color: #cccccc;
  font-family: 微软雅黑 Light;
  padding: 6px 0;
}
.sub_nav {
  background-color: #eeeeee;
}
.sub_nav .con1500 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav .guide a {
  font-size: 18px;
}
.sub_nav .treeview {
  display: flex;
}
.sub_nav .treeview a {
  display: block;
  font-size: 18px;
  padding: 0 40px;
  line-height: 60px;
}
.sub_nav .treeview a:hover,
.sub_nav .treeview a.hover {
  color: #0096d6;
  background-color: #dcdcdc;
}
.public {
  padding: 3% 0;
}
.about {
  display: flex;
  justify-content: space-between;
}
.about .ab_left {
  max-width: 776px;
  width: 100%;
  background: url(../images/ab_left_bj.png) no-repeat top left;
  padding-top: 100px;
}
.about .ab_left .ab_type {
  text-indent: 2em;
}
.about .ab_left .ab_type h1 {
  font-size: 36px;
  font-weight: bold;
}
.about .ab_left .ab_type h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #cccccc;
}
.about .ab_left .cont {
  font-size: 16px;
  line-height: 34px;
  padding: 4% 0;
}
.about .ab_left .cont p {
  margin-bottom: 57px;
}
.mission .bj {
  position: relative;
}
.mission .bj .cont_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
}
.mission .bj .cont_main h1 {
  font-size: 36px;
  padding-bottom: 16px;
  position: relative;
}
.mission .bj .cont_main h1 strong {
  color: #0096d6;
}
.mission .bj .cont_main h1::after {
  width: 27px;
  height: 3px;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.mission .bj .cont_main .sum {
  line-height: 30px;
  font-size: 16px;
  padding: 3% 0;
}
.culture {
  display: flex;
  justify-content: space-between;
}
.culture .cul_left .bj {
  position: relative;
}
.culture .cul_left .bj .cont {
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
  width: 100%;
  height: 100%;
}
.culture .cul_left .bj .cont h1 {
  font-size: 36px;
  color: #fff;
}
.culture .cul_left .bj .cont h2 {
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
}
.culture .list_ul {
  width: 100%;
  max-width: 504px;
}
.culture .list_ul ul {
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.culture .list_ul li {
  width: 100%;
}
.culture .list_ul .img {
  position: relative;
}
.culture .list_ul .cont {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.culture .list_ul .cont h1 {
  font-size: 20px;
  font-weight: bold;
}
.culture .list_ul .cont h2 {
  font-size: 18px;
  padding: 5px 0;
}
.deve {
  padding: 3% 0 4% 0;
  background: url(../images/deve_line.jpg) repeat-y 290px 0;
}
.deve .list li {
  margin-bottom: 4%;
}
.deve .list a {
  display: flex;
}
.deve .list h1 {
  width: 100%;
  max-width: 282px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.deve .list .icon {
  margin-top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0096d6;
  background-color: #fff;
}
.deve .list .cont {
  padding-left: 80px;
}
.deve .list h2 {
  font-size: 30px;
  color: #0096d6;
}
.deve .list .sum {
  padding: 2% 0;
  line-height: 28px;
}
.honor .list_ul ul {
  margin: -10px;
}
.honor .list_ul ul li {
  width: 25%;
  padding: 10px;
}
.honor .list_ul ul li a {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.big_deve {
  padding: 3% 0 4% 0;
  background: url(../images/deve_line.jpg) repeat-y 290px 0;
}
.big_deve .list li {
  margin-bottom: 4%;
}
.big_deve .list a {
  display: flex;
}
.big_deve .list h1 {
  width: 100%;
  max-width: 282px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.big_deve .list .icon {
  margin-top: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #0096d6;
  background-color: #fff;
}
.big_deve .list .cont {
  padding-left: 80px;
}
.big_deve .list h2 {
  font-size: 30px;
  color: #0096d6;
}
.big_deve .list .sum {
  padding: 2% 0;
  width: 916px;
  line-height: 28px;
}
.big_deve .list .sum p {
  padding: 16px 20px;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
.big_deve .list .sum p:nth-child(odd) {
  background-color: #f5f5f5;
}
.big_deve .list .sum p:hover {
  background-color: #0096d6;
  color: #fff;
}
.guide {
  display: flex;
}
.guide a {
  line-height: 60px;
  display: block;
  padding: 0 3px;
  font-size: 16px !important   ;
}
.guide a:last-child {
  display: none;
}
.news ul {
  margin: -15px;
}
.news ul li {
  padding: 15px;
  width: 50%;
}
.news ul li a {
  padding: 30px;
  display: flex;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.news ul li .cont {
  flex: 1;
  padding-right: 30px;
}
.news ul li .img {
  width: 244px;
}
.news ul li h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold;
}
.news ul li .sum {
  margin: 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #666666;
  line-height: 26px;
}
.news ul li .time {
  color: #666666;
}
.news_read {
  padding: 4% 0;
}
.news_read .news_typename h1 {
  font-size: 22px;
  text-align: center;
}
.news_read .news_typename .time {
  text-align: center;
  color: #747474;
  padding: 14px 0;
}
.news_read .read_con {
  padding-bottom: 40px;
  line-height: 24px;
}
.news_read .cc_book {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.pub_bj {
  background-color: #f5f5f5;
  box-shadow: 0 0 20px #ccc inset;
}
.product_left {
  width: 100%;
  max-width: 310px;
}
.product_left .lis1 {
  margin-bottom: 10px;
}
.product_left .lis1 > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 60px;
  color: #fff;
  background-color: #0096d6;
  padding: 0 14px;
  font-size: 18px;
}
.product_left .lis1 > a .icon {
  width: 27px;
  height: 27px;
  transform: rotate(-90deg);
}
.product_left .lis2,
.product_left .lis3 {
  margin-bottom: 5px;
}
.product_left .lis2 a,
.product_left .lis3 a {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  line-height: 50px;
  text-align: left;
  padding: 0 14px;
  position: relative;
}
.product_left .lis2 a:hover,
.product_left .lis3 a:hover,
.product_left .lis2 a.on,
.product_left .lis3 a.on {
  color: #0096d6;
}
.product_left .lis3 a {
  padding: 0 28px;
}
.product_left .lis3 a:after {
  content: '';
}
.product_left .uls2,
.product_left .uls3 {
  display: none;
}
.product_index {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.model {
  display: flex;
  overflow: hidden;
  margin-left: 60px;
  align-items: flex-start;
}
.model .model_scroll {
  overflow-x: scroll;
  margin-left: -1px;
  padding-bottom: 30px;
}
.model th {
  background-color: #0079b7;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}
.model td {
  line-height: 40px;
  padding: 10px 20px;
  white-space: nowrap;
}
.pro_rig {
  flex: 1;
  margin-left: 60px;
  overflow: hidden;
}
.pro_rig .pro_type_list {
  border-bottom: 1px solid #ccc;
}
.pro_rig .pro_type_list ul {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
.pro_rig .pro_type_list ul li {
  padding: 0 20px;
}
.pro_rig .pro_type_list ul a {
  display: block;
  line-height: 70px;
  padding: 0 10px;
  position: relative;
}
.pro_rig .pro_type_list ul a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0096d6;
}
.pro_rig .cont_box {
  padding: 56px;
  margin-top: 56px;
  background-color: #fff;
}
.pro_rig .cont_box .typename {
  font-size: 24px;
  font-weight: bold;
}
.pro_rig .cont_box .tit {
  margin: 30px 0;
  border-bottom: 1px solid #ccc;
}
.pro_rig .cont_box .tit h2 {
  width: fit-content;
  padding: 0 10px;
  line-height: 46px;
  text-align: center;
  background-color: #0096d6;
  color: #fff;
}
.pro_rig .cont_box .one .one_cont {
  font-size: 16px;
  line-height: 28px;
}
.pro_rig .cont_box .one .one_cont p,
.pro_rig .cont_box .one .one_cont span {
  line-height: 32px !important;
  font-size: 14px !important;
}
.pro_rig .cont_box .two {
  padding: 4% 0;
}
.pro_rig .cont_box .two .table_box {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.pro_rig .cont_box .two .table_ov {
  overflow-x: scroll;
  margin-left: -1px;
  padding-bottom: 30px;
}
.pro_rig .cont_box .two table {
  border-color: #ccc;
}
.pro_rig .cont_box .two th {
  background-color: #dcdcdc;
  white-space: nowrap;
  padding: 10px 30px;
}
.pro_rig .cont_box .two td {
  line-height: 40px;
  padding: 10px 20px;
  white-space: nowrap;
}
.pro_rig .cont_box .three table {
  width: 100%;
}
.pro_rig .cont_box .three thead {
  border-bottom: 1px solid #ccc;
}
.pro_rig .cont_box .three tbody tr {
  border-bottom: 1px solid #f5f5f5;
}
.pro_rig .cont_box .three th,
.pro_rig .cont_box .three td {
  line-height: 40px;
  white-space: nowrap;
  padding: 10px 20px;
  text-align: left;
}
.application {
  text-align: center;
}
.application .one {
  text-align: left;
}
.application .one .content p:nth-child(1) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.application .one .content p:nth-child(1) img {
  max-width: 45%;
}
.application .one .content p:nth-child(2) {
  font-size: 17px;
  color: #333;
  line-height: 32px;
  font-weight: lighter;
}
.application .two img {
  margin-bottom: 45px;
}
.application .two p {
  font-size: 16px;
  color: #0096d6;
}
.application .three p {
  font-size: 17px;
  color: #333;
  margin: 27px 0 68px 0;
}
.application .four .title {
  font-size: 20px;
  color: #0096d6;
  font-weight: bold;
  line-height: 64px;
}
.application .four .tab_title {
  font-size: 17px;
  color: #666;
  line-height: 46px;
  display: flex;
  justify-content: space-between;
}
.application .four .tab_title li {
  width: 23.5%;
  background: #eee;
  border-color: #d2d2d2;
  border-width: 1px 1px 0;
  border-style: solid;
  cursor: default;
}
.application .four .tab_title .hover {
  color: #333;
  background: #d2d2d2;
}
.application .four .tab_content li {
  padding: 86px 79px;
  min-height: 202px;
  border: 1px solid #d2d2d2;
  font-size: 17px;
  color: #333;
  text-align: left;
}
.application .four .tab_content li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application .five {
  text-align: left;
}
.application .five ul {
  font-size: 16px;
  color: #666;
  line-height: 69px;
}
.application .five ul li {
  border-bottom: 1px solid #eee;
}
.application .five ul li span {
  float: right;
  font-size: 16px;
  color: #999;
}
.application .five ul li:last-child {
  display: none;
}
.appli {
  flex: 1;
  overflow: hidden;
}
.appli .appli_list {
  margin-left: 60px;
  width: 100%;
}
.appli .pro_type_list {
  border-bottom: 1px solid #0096d6;
}
.appli .pro_type_list ul {
  display: flex;
  font-size: 20px;
  overflow-x: scroll;
}
.appli .pro_type_list ul li {
  padding: 0 20px;
}
.appli .pro_type_list ul a {
  display: block;
  line-height: 70px;
  padding: 0 10px;
  position: relative;
}
.appli .pro_type_list ul a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0096d6;
}
.appli .en_pro_type_list ul a {
  line-height: 36px;
}
.appli .cont_box {
  padding: 56px;
  margin-top: 56px;
  background-color: #fff;
}
.appli .cont_box .typename {
  font-size: 24px;
  font-weight: bold;
}
.appli .cont_box .tit {
  margin: 30px 0;
  border-bottom: 1px solid #0096d6;
}
.appli .cont_box .tit h2 {
  width: fit-content;
  padding: 0 10px;
  line-height: 46px;
  text-align: center;
  background-color: #0096d6;
  color: #fff;
  min-width: 145px;
}
.appli .cont_box .one .one_cont {
  font-size: 16px;
  line-height: 28px;
}
.appli .cont_box .one .one_cont p,
.appli .cont_box .one .one_cont span {
  line-height: 32px !important;
  font-size: 14px !important;
}
.appli .cont_box .two ul {
  margin: -10px;
}
.appli .cont_box .two li {
  width: 50%;
  padding: 10px;
}
.appli .cont_box .two a {
  display: block;
  height: 100%;
  border: 1px solid #ccc;
}
.appli .cont_box .two .main {
  padding: 20px 30px;
}
.appli .cont_box .two .main h1 {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #0079b7;
}
.appli .cont_box .two .main .sum {
  padding: 14px 0;
  line-height: 26px;
}
.qa .uls1 li {
  margin-bottom: 1%;
}
.qa .uls1 a {
  display: block;
}
.qa .uls1 .tit_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  padding: 14px 24px;
}
.qa .uls1 h3 {
  font-size: 18px;
  padding-left: 40px;
  background: url(../images/q2.png) no-repeat center left;
}
.qa .uls1 .icon {
  font-family: simsun;
  font-size: 24px;
}
.qa .uls1 .cont {
  display: none;
  line-height: 26px;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
}
.qa .active .tit_info {
  background-color: #0096d6;
  color: #fff;
}
.qa .active h3 {
  background: url(../images/q1.png) no-repeat center left;
}
.message .input p:first-child {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.message .input p:first-child input {
  width: 33.33%;
  margin: 0 10px;
}
.message .input p:last-child {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.message .input p:last-child input {
  width: 50%;
  margin: 0 10px;
}
.message p {
  margin-bottom: 20px !important;
}
.message input {
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  background-color: #f6f6f6;
}
.message .text textarea {
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid #f5f5f5;
  background-color: #f6f6f6;
  width: 100%;
  height: 280px;
}
.message .submit {
  display: flex;
  justify-content: center;
  padding: 2% 0;
}
.message .submit input {
  width: 352px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url(../images/sub_icon.png) no-repeat 100px center;
  background-color: #000;
}
.idea ul li {
  width: 33.33%;
}
.idea ul li a {
  display: flex;
  flex-wrap: wrap;
}
.idea ul li:nth-child(even) a {
  flex-direction: column-reverse;
}
.idea ul .main {
  height: 300px;
  width: 100%;
  padding: 30px 60px;
  background-color: #f5f5f5;
}
.idea ul .main .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.idea ul .main h2 {
  text-align: center;
  font-size: 18px;
  padding: 14px 0;
}
.idea ul .main h5 {
  text-align: center;
  line-height: 26px;
}
.join .uls1 li {
  margin-bottom: 1%;
}
.join .uls1 a {
  display: block;
}
.join .uls1 .tit_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eeeeee;
  padding: 14px 24px;
}
.join .uls1 .tit_left {
  padding-left: 18px;
}
.join .uls1 .tit_left h3 {
  font-size: 20px;
  font-weight: bold;
}
.join .uls1 .tit_left p {
  padding: 10px 0;
}
.join .uls1 .icon {
  font-family: simsun;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #333;
  text-align: center;
  background-color: #fff;
}
.join .uls1 .cont {
  display: none;
  line-height: 26px;
  padding: 20px 40px;
  border-bottom: 1px solid #ccc;
}
.join .uls1 .cont h5 {
  padding: 10px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.join .uls1 .cont .two {
  padding: 20px 0;
}
.join .active .tit_info {
  background-color: #0096d6;
  color: #fff;
}
.contact ul {
  margin: -20px;
}
.contact ul li {
  width: 33.33%;
  padding: 20px;
}
.contact ul li a {
  border-left: 12px solid #0096d6;
  background-color: #eeeeee;
  padding: 20px 36px;
  height: 100%;
}
.contact ul li .c_sum {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.contact ul li .c_tel {
  font-size: 30px;
  font-weight: bold;
  color: #0096d6;
}
.contact ul li .c_mail {
  font-size: 20px;
}
.contact .c_box {
  margin-top: 4%;
}
.contact .c_box .info {
  padding-top: 60px;
  background: url(../images/c_bj.png) no-repeat top left;
}
.contact .c_box .info h1 {
  font-size: 24px;
  font-weight: bold;
}
.contact .c_box .info p {
  font-size: 16px;
  padding-top: 10px;
}
.contact .c_box #amap_container {
  height: 400px;
}
.contact .c_box #amap_container img {
  width: auto;
  max-width: auto;
}
.mission .bj .cont_main .sum {
  font-size: 20px;
  line-height: 40px;
}
.cul_left {
  margin: 0 auto;
  width: 100%;
}
.cul_left img {
  width: 100%;
}
.type_li {
  width: 100% !important;
}
.type_ul {
  display: block !important;
}
.index_type .i_pro .type {
  padding: 70px 67px 82px 67px !important;
}
.index_type .type_list .type {
  padding: 70px 67px 82px 67px !important;
}
.i_pro .img {
  margin: 0 30px 60px 30px ;
}
.type_li .img {
  margin: 0 30px 60px 30px ;
}
.a1 {
  font-size: 16px ;
  color: #fff;
}
.index_type h2 {
  padding: 7px 0 33px 0 ;
}
.i_pro .img:hover .a1 {
  text-decoration: underline ;
}
.type_li:hover .a1 {
  text-decoration: underline ;
}
.index_type {
  padding: 6% 0 3.2% 0;
}
.about_bot_d2 .about_bot_sp .sp1 {
  font-size: 36px;
  font-weight: bold;
}
.about_bot_d2 .about_bot_sp .sp2 {
  font-size: 36px;
  font-weight: bold;
  color: #0096d6;
}
.about_bot_d2 .p1 {
  font-size: 25px;
  color: #666666;
  margin-top: 15px;
}
.about_bot_d1 {
  width: 48%;
  text-align: center;
}
.about_bot_sp {
  margin-top: 55px;
  margin-bottom: 28px;
}
.about_bot {
  margin-top: 100px;
  margin-bottom: 155px;
  display: flex;
  justify-content: space-between;
}
.East {
  position: relative;
  width: 32%;
  padding: 110px 25px 80px 25px;
  background-color: #eeeeee;
}
.East .e2 {
  position: absolute;
  top: 30px;
  left: -15px;
}
.East_left {
  display: flex;
  justify-content: space-between;
}
.east_left_d1 span {
  font-size: 20px;
}
.east_left_d1 .p1 {
  font-size: 20px;
  color: #0096d6;
  font-weight: bold;
}
.east_left_d1 .p2 {
  font-size: 16px;
  margin-top: 25px;
}
.lian_top {
  display: flex;
  justify-content: space-between;
}
.lian_top {
  margin-bottom: 140px;
}
.read_con img {
  width: 100% !important;
  height: auto !important;
}
