.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: fontm;
  src: url(../font/060-CAI978.ttf);
}
@font-face {
  font-family: helv;
  src: url(../font/HelveticaObl-Heavy_0.ttf);
}
.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: #2579b9;
}
.con1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.con1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.head .con1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .con1400 .logo {
  display: block;
}
.head .con1400 .logo img {
  max-width: 76px;
}
.head .con1400 .nav {
  display: flex;
  align-items: center;
}
.head .con1400 .nav_show {
  padding-right: 20px;
}
.head .con1400 .nav_show .menu {
  display: flex;
}
.head .con1400 .nav_show .menu li a {
  display: block;
  transition: all ease-in-out 0.3s;
  font-size: 18px;
  padding: 0 30px;
  line-height: 100px;
  font-family: fontm;
}
.head .con1400 .nav_show .menu li a.hover,
.head .con1400 .nav_show .menu li a:hover {
  background-color: #2579b9;
  color: #fff;
}
.head .con1400 .info {
  display: flex;
}
.head .con1400 .info p {
  font-size: 18px;
  color: #2579b9;
  font-family: fontm;
  padding-left: 30px;
  background: url(../images/head_tel.png) no-repeat center left;
}
.head .con1400 .info a {
  display: block;
  font-size: 18px;
  padding-left: 14px;
}
.index_pro {
  padding: 4% 0;
}
.index_pro .pro_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_pro .pro_top .dire {
  display: flex;
  align-items: center;
}
.index_pro .pro_top .dire div {
  font-size: 30px;
  font-family: "simsun";
  font-weight: bold;
  color: #ccc;
  padding: 0 13px;
  cursor: pointer;
}
.index_pro .pro_swiper {
  display: flex;
  padding: 4% 0;
}
.more {
  display: flex;
  justify-content: center;
  background: #2579b9;
  width: 220px;
  line-height: 56px;
  align-items: center;
  margin: 0 auto;
}
.more i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 10px;
  background: url(../images/more_icon.png) no-repeat center;
}
.more p {
  font-size: 20px;
  color: #fff;
}
.index_type h2 {
  color: #2579b9;
  font-size: 50px;
  font-family: helv;
  font-style: italic;
  font-weight: bold;
  line-height: 50px;
}
.index_type h1 {
  font-size: 40px;
}
.index_ab {
  padding: 4% 0;
  position: relative;
  background: url(../images/index_ab_bj.jpg) no-repeat center;
}
.index_ab .con1400 {
  display: flex;
  align-items: center;
}
.index_ab .con1400 .img {
  width: 50%;
}
.index_ab .con1400 .main {
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
}
.index_ab .con1400 .main .index_type h1,
.index_ab .con1400 .main .index_type h2 {
  color: #fff;
}
.index_ab .con1400 .main .content {
  color: #fff;
  line-height: 28px;
  padding: 4% 0;
}
.index_ab .ab_logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-84%);
}
.index_news {
  padding: 4% 0;
}
.index_news .con1400 .news_top {
  display: flex;
  justify-content: space-between;
}
.index_news .con1400 .news_top .more {
  max-height: 56px;
  margin: 0;
}
.news_list ul li {
  width: 25%;
  padding: 0 30px;
  box-sizing: border-box;
}
.news_list ul li a {
  display: block;
}
.news_list ul li a .time {
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
}
.news_list ul li a .time i {
  font-size: 30px;
}
.news_list ul li a .time p {
  color: #ccc;
}
.news_list ul li a .news_title h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 60px;
}
.news_list ul li a .news_title .sum {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: 22px;
  line-height: 24px;
  font-size: 14px;
}
.news_list ul li a .news_more {
  width: 200px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2579b9;
  padding: 10px 0 4px 0;
}
.news_list ul li a .news_more i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 10px;
  background: url(../images/more_icon2.png) no-repeat center;
}
.news_list ul li a .news_more p {
  font-size: 16px;
  color: #2579b9;
  line-height: 40px;
}
.index_com {
  padding: 4% 0;
  background: url(../images/index_choose_bj.jpg) no-repeat center;
}
.index_com .index_type h2,
.index_com .index_type h1 {
  text-align: center;
  color: #fff;
}
.index_com .list_ul {
  width: 100%;
  margin: 0 auto;
  margin-top: 4%;
}
.index_com .list_ul ul li {
  width: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
}
.index_com .list_ul ul li a {
  display: flex;
  height: 100%;
  padding: 20px;
  padding-left: 0;
  box-sizing: border-box;
  align-items: center;
  background: rgba(37, 121, 185, 0.9);
}
.index_com .list_ul ul li a .img {
  width: 20%;
  text-align: center;
}
.index_com .list_ul ul li a .com_title {
  width: 80%;
}
.index_com .list_ul ul li a .com_title h3 {
  color: #fff;
  font-size: 18px;
}
.index_com .list_ul ul li a .sum {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}
.footer {
  background: url(../images/foo_bj.jpg) no-repeat center;
}
.footer .con1400 .foo_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 0;
  border-bottom: 1px solid #fff;
}
.footer .con1400 .foo_top .index_contact {
  line-height: 40px;
  color: #fff;
}
.footer .con1400 .foo_top .qd p {
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.footer .con1400 .foo_sum {
  padding: 24px 0;
  color: #fff;
  font-size: 16px;
}
.foo_bottom {
  background-color: #195888;
}
.foo_bottom .con1400 {
  display: flex;
  justify-content: space-between;
}
.foo_bottom .con1400 a {
  display: block;
  line-height: 45px;
  color: #fff;
}
.about {
  padding: 4% 0;
}
.about .con1200 {
  display: flex;
}
.about .con1200 .img {
  width: 50%;
}
.about .con1200 .main {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
}
.about .con1200 .main .content {
  line-height: 26px;
  padding: 4% 0;
}
.public_tit {
  color: #2579b9;
}
.public_tit h2 {
  font-size: 36px;
  line-height: 40px;
}
.public_tit h1 {
  font-size: 30px;
  padding-bottom: 10px;
  background: url(../images/icon.jpg) no-repeat left bottom;
}
.pub_left {
  background-color: #2579b9;
}
.pub_left .con1200 ul {
  display: flex;
}
.pub_left .con1200 ul li a {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  transition: all ease-in-out 0.3s;
}
.pub_left .con1200 ul li a.hover,
.pub_left .con1200 ul li a:hover {
  background-color: #fff;
  color: #2579b9;
}
.products {
  padding: 2% 0;
}
.products ul {
  margin: 0 -10px;
}
.products ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
}
.products ul li a {
  display: block;
}
.products ul li a h3 {
  text-align: center;
  line-height: 34px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advan {
  padding: 4% 0;
}
.advan .con1200 ul li {
  display: flex;
  height: 100%;
  background-color: #2579b9;
  margin-bottom: 24px;
}
.advan .con1200 ul li .main {
  width: 44%;
  height: 100%;
  padding: 38px;
  box-sizing: border-box;
  color: #fff;
}
.advan .con1200 ul li .main .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advan .con1200 ul li .main .title h1 {
  font-size: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.advan .con1200 ul li .main .content {
  line-height: 28px;
  padding: 4% 0;
}
.advan .con1200 ul li .img {
  width: 60%;
}
.advan .con1200 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.news {
  padding: 4% 0;
}
.news .news_list ul li {
  margin-bottom: 2%;
}
.news_read {
  padding: 4% 0;
  background-color: #f7f7f7;
}
.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;
}
.contact {
  padding: 4% 0;
}
.contact .con1200 .public_tit h1,
.contact .con1200 .public_tit h2 {
  text-align: center;
  background-position: center bottom;
}
.contact .con1200 .info {
  padding: 4% 0;
}
.contact .con1200 .info ul {
  display: flex;
}
.contact .con1200 .info ul li {
  width: 25%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
}
.contact .con1200 .info ul li:last-child {
  border: none;
}
.contact .con1200 .info ul li .main {
  padding: 0 14px;
}
.contact .con1200 .info ul li .main h1 {
  font-size: 16px;
}
.leave {
  padding-top: 4%;
}
.leave .mess_form {
  width: 870px;
  margin: 3% auto;
}
.leave .mess_form p {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
  justify-content: space-between;
}
.leave .mess_form p input {
  width: 46%;
  padding: 0 8px;
  line-height: 40px;
  border: 1px solid #ccc;
}
.leave .mess_form textarea {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px;
  line-height: 40px;
  height: 200px;
}
.leave .submit input {
  display: block;
  width: 120px;
  line-height: 36px;
  text-align: center;
  background-color: #2579b9;
  color: #fff;
  margin: 20px auto 6% auto;
}
