body{
  background: #ffffff;
}

.bar_title {
  text-align: center;
  padding: 100px 0;
}
.bar_title h3 {
  font-size: 40px;
  color: #8d8d8d;
  font-family: "Arial";
  text-transform: uppercase;
  position: relative;
  padding: 5px 0;
}
.bar_title h3:after {
  content: "";
  width: 300px;
  height: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 0;
  border-bottom: 2px solid #e1e1e1;
}
.bar_title p {
  font-size: 40px;
  color: #0090ff;
}

.part1_list:after {
  content: "";
  clear: both;
}
.part1_list li {
  padding-bottom: 50px;
  cursor: pointer;
  width: 16.666%;
  float: left;
  text-align: center;
  color: #8e8e8e;
  margin-right: 52.8px;
  transition: all .2s ease-in-out;
}
.part1_list li:last-child {
  margin-right: 0;
}
.part1_list li .img_icon {
  transform: scale(1.01);
  transition: all .3s ease-in-out;
}
.part1_list li h3 {
  font-size: 20px;
  position: relative;
  padding: 15px 0;
}
.part1_list li h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid #c5c5c5;
  transition: all .3s ease-in-out;
}
.part1_list li .part1_content {
  transform: translateY(35px);
  transition: all .5s ease-in-out;
}
.part1_list li p {
  opacity: 0;
  transform: scale(0.5);
  font-size: 14px;
  padding: 15px 0;
  transition: all .3s ease-in-out;
}
.part1_list li:hover {
  color: #0090ff;
}
.part1_list li:hover h3:after {
  border-bottom: 1px solid #0090ff;
}
.part1_list li:hover .img_icon {
  transform: scale(1);
}
.part1_list li:hover .part1_content {
  transform: translateY(0);
}
.part1_list li:hover p {
  opacity: 1;
  transform: scale(1);
}
.part1_list li:hover h3:after {
  content: "";
  width: 100px;
  margin-left: -50px;
}
.part1_list li:hover .part1_img_icon {
  background: url(../images/part1_icon1_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list li:hover .part2_img_icon {
  background: url(../images/part1_icon2_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list li:hover .part3_img_icon {
  background: url(../images/part1_icon3_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list li:hover .part4_img_icon {
  background: url(../images/part1_icon4_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list li:hover .part5_img_icon {
  background: url(../images/part1_icon5_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list li:hover .part6_img_icon {
  background: url(../images/part1_icon6_on.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part1_img_icon {
  background: url(../images/part1_icon1.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part2_img_icon {
  background: url(../images/part1_icon2.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part3_img_icon {
  background: url(../images/part1_icon3.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part4_img_icon {
  background: url(../images/part1_icon4.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part5_img_icon {
  background: url(../images/part1_icon5.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .part6_img_icon {
  background: url(../images/part1_icon6.png) no-repeat center center;
  background-size: 100% 100%;
}
.part1_list .img_icon {
  width: 136px;
  height: 156px;
  line-height: 156px;
  margin: 0 auto;
}

.index_part_panel {
  overflow: hidden;
}

.index_part2 {
  background: #f8f8f8;
}

.part2_list li {
  float: left;
  width: 33.333%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.part2_list li img {
  display: block;
  width: 100%;
  transition: all .5s ease-in;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
}
.part2_list li:hover img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.part2_list li h3 {
  font-size: 30px;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .5s ease-in-out;
}
.part2_list li .hover_info {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 137, 173, 0.8);
  transition: all .5s ease-in-out;
}
.part2_list li .hover_info p {
  position: absolute;
  left: 5%;
  top: 65%;
  width: 90%;
  font-size: 20px;
  color: #FFF;
  line-height: 30px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transition: all .5s ease-in-out;
  transition-delay: .3s;
}
.part2_list li:hover .hover_info {
  opacity: 1;
}
.part2_list li:hover .hover_info p {
  opacity: 1;
  transform: translateY(0);
}
.part2_list li:hover h3 {
  bottom: 55%;
}

.part3_list {
  padding-top: 70px;
}
.part3_list li {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 33.333%;
  float: left;
  transition: all .35s ease-out;
  top: 0;
}
.part3_list li img {
  display: block;
  width: 100%;
}
.part3_list li .mask_panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  color: #FFF;
  transition: all .5s ease-in-out;
}
.part3_list li .column {
  position: relative;
}
.part3_list li span {
  transition: all .5s ease-in-out;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 45%;
}
.part3_list li span:after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
  transition: all .5s ease-in-out;
}
.part3_list li p {
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
  margin-top: 15%;
  opacity: 0;
  display: none;
  transition: all .5s ease-in-out;
}
.part3_list li:hover {
  transform: scale(1.16);
  position: relative;
  top: -24px;
  z-index: 999;
}
.part3_list li:hover span {
  font-size: 30px;
  position: relative;
  top: 0%;
}

.part3_list_mobile {
  padding-top: 70px;
}
.part3_list_mobile li {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 33.333%;
  float: left;
  top: 0;
}
.part3_list_mobile li img {
  display: block;
  width: 100%;
}
.part3_list_mobile li .mask_panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  color: #FFF;
}
.part3_list_mobile li .column {
  position: relative;
}
.part3_list_mobile li span {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 45%;
}
.part3_list_mobile li span:after {
  content: "";
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
}
.part3_list_mobile li p {
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
  margin-top: 15%;
  opacity: 0;
  display: none;
}

.scroll_show {
  position: relative;
  padding: 0px 0 170px;
  background: url(../images/part3_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.scroll_show:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 35px;
  background: url(../images/shadow.png) no-repeat center center;
}
.scroll_show li.active {
  transform: scale(1.16);
  position: relative;
  top: -24px;
  z-index: 996;
}
.scroll_show .column:hover .mask_panel {
  background: #06aaef;
}
.scroll_show .column:hover span {
  margin-top: 18%;
}
.scroll_show .column:hover span:after {
  content: "";
  width: 106%;
  left: 50%;
  bottom: -10px;
  margin-left: -53%;
  border-bottom: 1px solid #FFF;
}
.scroll_show .column:hover p {
  display: block;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.index_part4 {
  padding-bottom: 150px;
  background: #f8f8f8 url(../images/part4_bg.jpg) no-repeat center bottom;
  background-size: 100% 45%;
}

.part4_list li {
  text-align: center;
  width: 355px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  float: left;
  margin-right: 67.5px;
  background: #FFF;
}
.part4_list li .part4_con_item {
  position: relative;
  margin: 0 15px;
  padding: 20px 0;
}
.part4_list li .part4_con_item h3 {
  font-size: 20px;
  color: #434343;
}
.part4_list li .part4_con_item p {
  font-size: 16px;
  color: #919191;
  margin-top: 15px;
  padding: 0 50px;
}
.part4_list li .part4_con_item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  margin-left: -75px;
  border-bottom: 1px solid #e9e9e9;
}
.part4_list li .part4_con_item:last-child:after {
  content: "";
  border-bottom: 0;
}
.part4_list li:nth-child(1) .part4_title {
  background: #ff9c01 url(../images/part4_icon1.png) no-repeat left bottom;
}
.part4_list li:nth-child(1) .part4_con_item {
  padding: 15px 0;
}
.part4_list li:nth-child(1) .part4_con_item p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 18px;
  padding: 0 10px;
  margin-top: 10px;
}

.part4_list li:nth-child(1) .part4_con_item:nth-child(4):after {
  content: "";
  border-bottom: 0;
}
.part4_list li:nth-child(2) .part4_title {
  background: #0badd9 url(../images/part4_icon2.png) no-repeat left bottom;
}
.part4_list li:nth-child(3) {
  margin-right: 0;
}
.part4_list li:nth-child(3) .part4_title {
  background: #02b93e url(../images/part4_icon3.png) no-repeat left bottom;
}
.part4_list .part4_title {
  height: 136px;
  line-height: 136px;
  font-size: 24px;
  color: #FFF;
}

.index_part5 {
  background: #f8f8f8;
}

.part5_list {
  overflow: hidden;
}
.part5_list li {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
.part5_list li img {
  display: block;
  width: 100%;
  transition: all .5s ease-in-out;
}
.part5_list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  font-size: 18px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s ease-in-out;
}
.part5_list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.part5_list li:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.part5_list li:hover img {
  transform: scale(1.2);
  transition: all .5 ease-in-out;
}
.part5_list li:hover p {
  padding: 0 25px;
  color: #FFF;
  background: rgba(0, 0, 0, 1);
}

.contact_us {
  background: #069bc4;
  padding-bottom: 360px;
  background: #069bc4 url(../images/part6_bg.jpg) no-repeat center bottom;
}
.contact_us .bar_title {
  position: relative;
}
.contact_us .bar_title h3 {
  color: #FFF;
}
.contact_us .bar_title p {
  color: rgba(255, 255, 255, 0.8);
}
.contact_us .bar_title:after {
  content: "";
  position: absolute;
  width: 800px;
  left: 50%;
  bottom: 0;
  margin-left: -400px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.contact_info {
  padding-top: 70px;
}
.contact_info img {
  display: inline-block;
  vertical-align: middle;
}
.contact_info .weixin {
  margin: 0 20px 0 10px;
}
.contact_info .weixin,.contact_info .weibo{
    cursor: pointer;
    transition: all .5s ease-in-out;
    transform: translateY(0) scale(1);
}
.contact_info .weixin:hover,.contact_info .weibo:hover{
    transform: translateY(-5px) scale(1.08);
}
.contact_info .share {
  position: relative;
  top: 35px;
}

.left_info {
  font-size: 18px;
  color: #FFF;
  line-height: 50px;
  display: inline-block;
  width: 50%;
  position: relative;
}
.left_info:after {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 1px;
  height: 360px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.left_info .pos_info {
  background: url(../images/icon4.png) no-repeat 3px 14px;
  line-height: 24px;
  padding: 13px 10px 13px 35px;
}
.left_info .tel {
  padding-left: 35px;
  background: url(../images/icon5.png) no-repeat 0 center;
}

.map {
  float: right;
  width: 48%;
}
.scroll_show_mobile{
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 35px;
    display: none;
}
/*视频弹窗*/
.alert_video{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  display: none;
}

#video_player{
    /*position: absolute;*/
    left: 10%;
}
.video_panel{
    position: absolute;
    width: 80%;
    left: 10%;
    margin-top: 100px;
}
.close_video{
  position: absolute;
  width: 47px;
  height: 47px;
  background: url(../images/close.jpg) no-repeat center center;
  background-size: 100% 100%;
  right: 10%;
  top: -47px;
  cursor: pointer;
}

.banner_video{
  width:100%;
  height:100%;
  position:absolute;
  top:0px;
  left:0%;
  object-fit: cover;
}

.full_video{
  width:150%;
  height:100%;
  position:absolute;
  top:0px;
  left:-25%;
}
#xfc{position:fixed; right:0; height:182px; top:50%; z-index:500; margin-top:-51px; min-width:75px;}
#xfc .wx a{display:block; height:90px;background:url(/images/36.png) no-repeat right; }
#xfc .wx a:hover{width:116px; height:90px; background:url(/images/38.png) no-repeat right;}
#xfc .ewm{height:90px;background:url(/images/37.png) no-repeat right;}
#xfc .ewm:hover{background:url(/images/39.png) no-repeat right; width:116px;}
#xfc .ewm .core{width:158px; height:165px; background:url(/images/40.png) no-repeat; position:absolute; top:17px; left:-143px; display:none;}
#xfc .ewm:hover .core{display:block;}
#xfc .ewm .core .c{width:131px; height:131px; padding-top:9px; margin-left:11px;}

/*# sourceMappingURL=index.css.map */
