@charset "utf-8";

/*banner 首页*/
.banner_home .item{ position: relative; height: 800px;  background-position: center center; background-repeat: no-repeat; background-size: cover;}
.banner_home .item .text{ position: absolute; left: 0; top: 50%; width: 100%; text-align: center; color: #ffffff; margin-top:-100px; line-height: 1.5}
.banner_home .item .text h5{font-weight: bold; font-size: 50px; margin-bottom: 30px;text-transform:uppercase;text-shadow:#666 1px 1px 6px}
.banner_home .item .text p{font-size:28px; font-weight:bold; margin-bottom:50px;text-transform:uppercase;text-shadow:#666 1px 1px 6px}
.banner_home .item .text a{ display: inline-block; padding:10px 30px; font-size:14px; color: #ffffff;text-transform:uppercase;background-color: #132c58;}
.banner_home .item .text a:hover{font-size:16px;}

.banner_home .item.slick-current h5{animation: fadeInDown  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current{}
.banner_home .item.slick-current p{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current a{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .slick-dots{ bottom: 70px}
.banner_home .slick-dots li button{ height: 10px; width: 10px; margin: 0 5px}
.banner_home .slick-dots li.slick-active button {
    background: #cc643d;
}
.index-banner .item.on .bg {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: all 4s ease 0s;
  transition: all 4s ease 0s;
}

.home_con01{ padding: 90px 0; padding-top: 120px; background: url("../images/map.png") 50% center no-repeat;}



.home_services{float: right; width: 75%;}
.home_services ul li{ display: inline-block; text-align: center; width: 18%; vertical-align: top; padding: 0 3%; line-height: 1; margin-bottom: 40px;}
.home_services ul li .img img{ width: 60%; max-width: 100px; margin: 0px auto; margin-bottom: 30px;-webkit-transition: -webkit-transform 1s ease-out;}
.home_services ul li .titile{ font-size:  22px; color:#333333;margin-bottom: 30px;-webkit-transition: all ease .4s;transition: all ease .4s;}
.home_services ul li .descipe{ font-size: 14px; color: #999999; line-height:2;-webkit-transition: all ease .4s;transition: all ease .4s;}
.home_services ul li:hover .img img{-webkit-transform: scale(1.1);
transform: scale(1.1);}
.home_services ul li:hover .titile{color:#e46c3f;-webkit-transition: all ease .4s;transition: all ease .4s;transform: translateY(-10px);}
.home_services ul li:hover .descipe{color:#e46c3f;-webkit-transition: all ease .4s;transition: all ease .4s;transform: translateY(-10px);}


.home_number{ background:#f3f4f6 url("../images/home_number_back.png") center center no-repeat; padding:80px 0; background-size: cover}

.fguolist {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  margin:0 3%;
}
.fguolist li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.fguolist li a {
  display: block;
  position: relative;
}
.fguolist li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 1px;
  height: 34px;
  margin-top: -17px;
  background-color: #cecece;
}
.fguolist li:first-child a:before {
  display: none;
}
.fguolist h3 {
  font-size: 16px;
  height: 80px;
}
.fguolist h3 span {
  font-size:64px;
  color: #132375;
  line-height: 80px;
  vertical-align: top;
 font-family: 'Swiss721BTBlackCondensed';
}
.fguolist h3 label {
  color: #132375;
  line-height: 1;
  vertical-align: top; font-weight: bold;font-size: 20px;
}
.fguolist li .txt {
  font-size: 16px;
  color: #999999;
  line-height:36px;
  height: 36px;
}
@media screen and (max-width: 1200px) {
  .fguolist li {
    width: 33.33%;
    margin: 10px 0;
  }
  .fguolist li:nth-child(3n+1) a:before {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .fguolist li {
    width: 50%;
  }
  .fguolist li:first-child {
    width: 100%;
  }
  .fguolist li:nth-child(2n+2) a:before {
    display: none;
  }
}

.home_hezuo{ padding-top: 120px; padding-bottom: 80px;}
.home_hezuo .slick-slide{ border: 0}
.home_huoban .item{}
.home_huoban .item .one_img{ position: relative; width:90%; text-align: center;border: #b8bfcb 1px solid; height: 120px; margin-bottom:5%;-webkit-transition: all ease .4s;transition: all ease .4s;}
.home_huoban .item .one_img img {
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 70%;
  max-width: 70%;
}
.home_huoban .item:hover .one_img{border: #132375 1px solid;-webkit-transition: all ease .4s;transition: all ease .4s;box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);}
.home_huoban .item:hover .one_img img {}


.home_news{ background-color: #f3f4f6; margin-top: -300px; padding-top: 400px; padding-bottom: 90px;}
.more_link{ margin-top: 50px; }
.more_link a{ border: #132375 1px solid; padding: 15px 35px; color: #132375; margin-top: 50px; }
.more_link a:hover{ background-color: #132375;color: #ffffff;  }

.home_outlets_con .home_outlets_list{ margin-right: 20%}
.home_outlets_con .home_outlets_list ul li a{ line-height: 1;  position: relative; color: #ffffff; float: left; width:19.9%; height: 640px; border-right:solid  1px rgba(255,255,255,0.2); text-align: center;color: #ffffff; display: block}
.home_outlets_con .home_outlets_list ul li:last-child a{ border:0}
.home_outlets_con .home_outlets_list ul li a{ color: #ffffff;}
.home_outlets_con .home_outlets_list ul li .icons{ width: 80px; height: 80px; line-height: 80px; text-align: center;border-radius:50%;border:solid  1px rgba(255,255,255,0.4); margin: 0px auto; font-size: 40px; margin-top: 180px;-webkit-transition: all ease .4s;
    transition: all ease .4s;}
.home_outlets_con .home_outlets_list ul li .Cn_show{ position: relative; margin-bottom: 40px; margin-top: 30px;}
.home_outlets_con .home_outlets_list ul li .Cn_show::before {
    content: '';
    position: absolute;
    left:50%;
    bottom:-25px;
    z-index: 0;
    width:24px;
    height:3px;
    margin-left: -12px;
    background-color: #d06137;
}
.home_outlets_con .home_outlets_list ul li .En_show{text-transform: uppercase;
    font-family: 'Swiss721BTBlackCondensed';}
.home_outlets_con .home_outlets_list ul li .number_show{ position: absolute; left: 50%; bottom: 30px; margin-left: -10px; text-transform: uppercase;
    font-family: 'Swiss721BTBlackCondensed';color:rgba(255,255,255,0.4);}
.home_outlets_con .home_outlets_list ul li:hover a{ background-color: rgba(208,97,55,0.8);}
.home_outlets_con .home_outlets_list ul li:hover .Cn_show::before {
    content: '';
    position: absolute;
    left:50%;
    bottom:-25px;
    z-index: 0;
    width:24px;
    height:3px;
    margin-left: -12px;
    background-color: #ffffff;
}
.home_outlets_con .home_outlets_list ul li:hover .icons{ border:solid  1px rgba(255,255,255,1); background-color: #ffffff; color: #d06137;-webkit-transition: all ease .4s;transition: all ease .4s;transform: translateY(-10px);}


.home_news_lists{ float: right; width: 75%; line-height: 1; }
.home_news_lists .scroll{padding-left: 10%}
.home_news_lists .item{ padding: 0 30px; font-size: 20px;}
.home_news_lists .item .one_img{width: 100%;
  height: 216px;
  overflow: hidden;
  position: relative;}
.home_news_lists .item .one_img img {
  -o-object-fit: cover;
     object-fit: cover; width: 100%;
}
.home_news_lists .item .new_time{ color: #333333; margin-top: 30px; margin-bottom: 20px;font-family: 'Swiss721BTBlackCondensed'; font-size: 16px;}
.home_news_lists .item .titiles{ color: #333333; margin-top: 30px; margin-bottom: 20px; font-size: 20px;} 
.home_news_lists .item .descipe{ line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height:60px;
height: 60px;font-size: 14px; margin-top: 20px;
color: #999;} 
.home_news_lists .item:hover .new_time,.home_news_lists .item:hover .titiles{color: #132375;}
.home_news_lists .slick-dots{bottom: -42px;}
.home_news_lists .slick-dots li {
	position:relative;
	display:inline-block;
	margin:0 6px;
	padding:0;
	cursor:pointer
}
.home_news_lists .slick-dots li button {
	border:0;
	display:block;
	height:10px;
	width:10px;
	padding:0;
	margin:0;
	outline:none;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:#dce0e6;
	border-radius:10px
}
.home_news_lists .slick-dots li.slick-active button {
	background:#8a96ac;
}

.home_outlets{ position: relative; z-index: 10; padding-top: 50px;}
.home_outlets .cer8{ position: relative}

.more_link02{ position: absolute; right: 30px; top: 30px }
.more_link02 a{ border: #132375 1px solid; padding: 15px 35px; color: #132375; margin-top: 50px; }
.more_link02 a:hover{ background-color: #132375;color: #ffffff;  }
.home_outlets_con{ position: relative; background: #150e0b url("../images/home_back01.jpg") center center no-repeat; background-size: cover; height: 640px; margin-top: 40px;}

.home_outlets_con .home_outlets_right{ position: absolute; top: 0; right: 0; width: 20%; height: 100%; background:#132375 url("../images/home_back02.png") right top no-repeat;color: #ffffff; line-height: 1 }
.home_outlets_con .home_outlets_right .titiles{ margin-top: 80px; margin-bottom: 50px; text-align: right;padding-right: 40px;}
.home_outlets_con .home_outlets_right .titiles h3{ margin-bottom: 20px;}
.home_outlets_con .home_outlets_right .titiles p{    text-transform: uppercase;
    font-family: 'Swiss721BTBlackCondensed'; margin-bottom: 20px;}
.home_outlets_con .home_outlets_right .titiles span{}

.home_outlets_con .home_outlets_right .descipes{padding-left: 40px;  text-align: left; padding-top: 40px; padding-right: 10%;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 300px;
    height: 300px; line-height: 30px; font-weight: normal}


@media screen and (max-width: 768px)
{
	.banner_home .item .text h5{ font-size: 24px; margin-bottom: 15px;}
	.banner_home .item .text{margin-top:-50px;}
	.home_con01 {
    padding: 40px 0;
		padding-top: 60px;}
	.home_services {
    float: none;
    width: auto;
    margin-top: 30px;
}
	.home_services ul li{ width: 26%;}
	.home_services ul li .titile{font-size:19px; font-weight: bold}
	.fguolist li{ display: block; width: inherit; border-bottom: #dcdcdc 1px solid; padding-bottom: 20px; margin-bottom: 20px;}
	.fguolist h3 span{font-size:50px;line-height: 60px;}
	.home_number{ padding: 40px 0}
	.fguolist{ margin: 0}
	.fguolist h3 {
    height: 60px;
}
	.home_outlets_con .home_outlets_right{ display: none;}
	.home_outlets_con .home_outlets_list {
    margin-right: 0;
}
	
	.home_outlets_con .home_outlets_list ul li a {
    width: 49%;
    height:300px;border-bottom: solid 1px rgba(255,255,255,0.2);
}
	.home_outlets_con .home_outlets_list ul li:nth-child(even) a{ border-right: 0}
	.home_outlets_con .home_outlets_list ul li .icons{margin-top:50px;}
	.home_outlets_con .home_outlets_list ul li .number_show{ bottom: 0;}
	.home_news_lists {
    float: none;
    width: initial;
    line-height: 1;
    margin-top: 50px;
}
	.home_news_lists .scroll {
    padding-left: 0;
}
	.home_news_lists .item {
    padding: 0px;
}
	.home_news_lists .item .one_img {
		height: 220px;}
	.home_hezuo {
    padding-top: 70px;
    padding-bottom: 50px;
}
	.home_huoban {  margin-top:30px;}
	.banner_home .item .text p{ padding: 0 20px; font-size: 14px; margin-bottom: 30px;}
	.banner_home .item{ height:350px;}
	.fguolist li a:before{ display: none;}
}



