@charset "utf-8";


body {
  min-width: 1200px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
  outline-style: none;
}

input,
select,
textarea {
  outline: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #4484e5;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


.main_div {
  width: 100%;
  height: auto;
  min-width: 1200px;
}

.sub_div {
  margin: 0 auto;
  height: auto;
  max-width: 1200px;
}

.container {
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
}


.head {
  position: relative;
  height: 691px;
  background: url('../img/pro_head_bg.png') no-repeat;
  background-size: 100% 100%;
}

.head_con {
  height: 691px;
  position: relative;
}

.head_con .img01 {
  position: absolute;
  width: 612px;
  height: 235px;
  top: 153px;
  left: 0px;
}

.head_con .img02 {
  position: absolute;
  width: 579px;
  height: 496px;
  top: 140px;
  right: 0px;
}

.head_con .p1 {
  font-size: 25px;
  font-family: '微软雅黑';
  color: #11548e;
  position: absolute;
  top: 345px;
  left: 23px;
}

.head_con .p2,
.head_con .p3 {
  font-size: 30px;
  font-family: '微软雅黑';
  color: #64a8ff;
  font-style: italic;
  font-weight: bold;
  position: absolute;
}

.head_con .p2 {
  bottom: 50px;
  left: 100px;
}

.head_con .p3 {
  bottom: 0px;
  left: 220px;
}


.con1 {
  position: relative;
  height: auto;
  margin-top: 30px;
}
.con1_ul{
    margin-bottom:50px;
    display: flex;
    flex-wrap: wrap;
}
.con1_ul .con1_li {
  width: 384px;
  height: 169px;
  border-radius: 10px;
  box-shadow: 1px 3px 8px 4px #f3f3f3;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 13px;
  margin-top: 30px;
}

.con1_ul .con1_li .con1A {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}

.con1_ul .con1_li .con1A:hover {
  transform: scale(1.03);
}

.con1_ul .con1_li .con1A .con1_img {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.con1_ul .con1_li .con1A .con1_h1 {
  font-size: 24px;
  font-family: '微软雅黑';
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 110px;
  top: 35px;
  z-index: 2;
}

.con1_ul .con1_li .con1A .con1_p1 {
  font-size: 72px;
  font-family: '微软雅黑';
  color: #efeeeb;
  font-weight: bold;
  position: absolute;
  top: -5px;
  right: 10px;
}

.con1_ul .con1_li .con1A .con1_p2 {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #9e9e9e;
  position: absolute;
  top: 87px;
  left: 110px;
}

.con1_ul .con1_li .con1A .con1_p3 {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #9e9e9e;
  position: absolute;
  top: 115px;
  left: 110px;
}

.con1_ul .con1_li .con1A .con1_p3 span {
  color: #4c87f5;
  padding: 0 10px;
}


.bottom {
  position: relative;
  height: 337px;
  background: url('../img/bottom_bg.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

.foot_div {
  position: relative;
  height: 160px;
  margin-top: 165px;
}

.row7 {
  padding-top: 45px;
}

.col_xs_2,
.foot_mid {
  text-align: center;
}

.net_a,
.banquan {
  padding-bottom: 10px;
}

.net_a1 {
  color: #000;
  padding-left: 15px;
}

.net_a1 span {
  vertical-align: text-bottom;
}

.foot_span {
  color: #000;
  font-size: 14px;
}

.foot_span1,
.foot_span2,
.foot_span3 {
  padding-left: 40px;
}