
/*  ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
img{max-width:100%;}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  height: 100%;
}
.banner .list {
  width: 100%;
  height: 100%;
}
.banner .list ul {
  margin: 0;
  width: 100%;
  height: 100%;
}
.banner .list ul li {
  width: 100%;
  height: 100%;
}
.banner .list ul li .wid {
  height: 100%;
}
.banner .list ul li .text {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20%;
}
.banner .list ul li .text h2 {
  margin: 0;
  line-height: 90px;
  font-size: 60px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.banner .list ul li .text h4 {
  line-height: 60px;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.banner .list ul li .text h6 {
  margin: 0;
  padding: 20px 0;
}
.banner .list ul li .text h6 a {
  display: inline-block;
  width: 340px;
  height: 60px;
  background-color: #c4aa72;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 2px;
}
.banner .list .swiper-pagination {
  width: auto;
  left: initial;
  right: 30px;
  bottom: 20px;
}
.banner .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  margin: 0 6px;
  height: 12px;
  background-color: #fff;
  opacity: 0.8;
}
.banner .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c4aa72;
}
.head {
  width: 100%;
  height: 115px;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 40px;
  transition: all 0.5s;
  z-index: 9;
}
.head .logo {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.head .logo img {
  width: 134px;
  transition: all 0.5s;
}
.head .menus {
  height: 100%;
}
.head .menus ul {
  margin: 0;
}
.head .menus ul li {
  padding: 38px 0;
  margin: 0 18px;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.head .menus ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.head .menus ul li a {
  text-decoration: none;
}
.head .menus ul li span {
  display: block;
  width: 100%;
  line-height: 22px;
  transition: all 0.3s;
  font-size: 14px;
  color: #fff;
}
.head .menus ul li em {
  display: block;
  width: 100%;
  line-height: 18px;
  transition: all 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.head .menus ul li:hover span,
.head .menus ul li:hover em {
  opacity: 0.8;
}
.head .menus ul li:hover:after {
  width: 100%;
}
.head.fix {
  height: 80px;
  background: #27293a;
  z-index: 9;
}
.head.fix .logo {
  height: 80px;
}
.head.fix .logo img {
  max-height: 70%;
  width: auto;
}
.head.fix .menus ul li {
  padding: 20px 0;
}
.head.fix .menus ul li:after {
  bottom: 6px;
}
.more1{    border-radius: 5px;
    border: 1px solid #5d5d5d;
    width: 130px;
    padding: 5px;
    /* background: #27293a; */
    margin: 0 auto;
text-align: center;}
.more1 a{letter-spacing: 2px;color: #d8d8d8;}
.product {
  width: 100%;
  height: 100%;
  background: url("../img/78c813_1920x1080.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.product .wid {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.product .wid .conts {
  height: 500px;
  width: 100%;
}
.product .wid .conts .item {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  float: left;
  border-radius: 5px;
  margin-bottom: 15px;
}
.product .wid .conts .item .imgs {
  /* border-radius: 50%; */
  width: 100%;
}
.product .wid .conts .item .imgs img {
  width: 100%;
  border-radius: 10px;
}
.product .wid .conts .item .text {
  width: 100%;
  padding: 10px 0px;
}
.product .wid .conts .item .text .tits {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  /* height: 48px; */
  font-weight: 550;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}
.product .wid .conts .item .text .txt {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
  height: 100px;
  display: -webkit-box;
  opacity: 0.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 10px;
}
.product .wid .conts .item .text .addr {
  width: 100%;
  line-height: 26px;
}
.product .wid .conts .item .text .addr .times {
  font-size: 13px;
  color: #999;
}
.product .wid .conts .item .text .addr .loca {
  height: 26px;
}
.product .wid .conts .item .text .addr .loca .ico {
  width: 20px;
  height: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .wid .conts .item .text .addr .loca .ico img {
  height: 16px;
}
.product .wid .conts .item .text .addr .loca .lab {
  font-size: 13px;
  color: #333;
}
.product .wid .conts .more {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.product .wid .conts .more a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 50px;
  color: #052d84;
  font-size: 14px;
  text-decoration: none;
}
.service {
  width: 100%;
  height: 100%;
  float: left;
  background: url("../img/092567_1920x1080.jpg") center no-repeat;
  background-size: cover;
}
.service .item {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.service .item .title {
  width: 100%;
}
.service .item .title .tits {
  width: 100%;
}
.service .item .title .tits h4 {
  line-height: 38px;
  font-size: 26px;
  color: #fff;
  margin: 0;
}
.service .item .title .tits h6 {
  margin: 0;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.service .item .title .links {
  width: 100%;
  padding: 20px 0;
  max-width: 350px;
  padding-right: 20px;
}
.service .item .title .links a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  position: relative;
}
.service .item .title .links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
.service .item .title .links a:last-child:after {
  display: none;
}
.service .item .title .icos {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service .item .title .cont {
  width: 100%;
  opacity: 0;
  margin-top: 50px;
  transition: all 0.5s;
}
.service .item .title .imgs {
  width: 100%;
  padding: 40px 0;
}
.service .item .title .imgs ul {
  width: 100%;
  margin: 0;
}
.service .item .title .imgs ul li {
  width: 105px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.service .item .title .imgs ul li .imgss {
  width: 100%;
  height: 64px;
}
.service .item .title .imgs ul li .imgss img {
  width: 100%;
  height: 100%;
}
.service .item .title .imgs ul li .more {
  width: 100%;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .item .title .labes {
  width: 100%;
  float: left;
  line-height: 44px;
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
  font-weight: bold;
  transition: sll 0.5s;
}
.service .item:hover {
  background-color: rgba(215,4,3,0.98);
}
.service .item:hover .cont {
  opacity: 1;
  margin-top: 0;
}
.service .item:hover .labes {
  margin-top: 0;
}
.news {
  width: 100%;
  height: 100%;
  float: left;
  background: url("../img/bf65d2_1920x1080.jpg") center no-repeat;
}
.news .wid {
  height: 100%;
  display: flex;
  margin-top: -60px;
  /* margin-bottom: 80px; */
  justify-content: center;
  flex-direction: column;
  /* margin-top: 100px; */
}
.news .wid .conts {
  width: 100%;
}
.news .wid .conts .title {
  width: 100%;
}
.news .wid .conts .title h5 {
  line-height: 48px;
  margin: 0;
}
.news .wid .conts .title h5 span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.news .wid .conts .title h5 em {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.news .wid .conts .title h4 {
  line-height: 48px;
  font-size: 32px;
  color: #fff;
  margin: 0;
}
.news .wid .conts .content {
  width: 100%;
}
.news .wid .conts .content .intr {
  width: 100%;
  padding-top: 40px;
}
.news .wid .conts .content .intr .imgs {
  width: 100%;
  padding-left: 128px;
}
.news .wid .conts .content .intr .imgs img {
  width: 100%;
}
.news .wid .conts .content .intr .labels {
  width: 100%;
  padding-top: 24px;
}
.news .wid .conts .content .intr .labels .time {
  width: 90px;
  text-align: right;
}
.news .wid .conts .content .intr .labels .time h4 {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.news .wid .conts .content .intr .labels .time h5 {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.news .wid .conts .content .intr .labels .text {
  width: calc(100% - 128px);
}
.news .wid .conts .content .intr .labels .text .labs {
  width: 100%;
}
.news .wid .conts .content .intr .labels .text .labs h5 {
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
.news .wid .conts .content .intr .labels .text .labs p {
  line-height: 24px;
  font-size: 13px;
  color: #fff;
  margin: 0;
}
.news .wid .conts .content .intr .labels .text .more {
  height: 55px;
  margin-top: 18px;
}
.news .wid .conts .content .intr .labels .text .more a {
  display: flex;
  height: 55px;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.news .wid .conts .content .intr .labels .text .more a img {
  margin-right: 12px;
}
.news .wid .conts .course {
  width: 100%;
  float: left;
}
.news .wid .conts .course .inform {
  width: 100%;
}
.news .wid .conts .course .inform .list {
  width: 100%;
}
.news .wid .conts .course .inform .list ul {
  width: 100%;
}
.news .wid .conts .course .inform .list ul li {
  width: 100%;
  margin-bottom: 20px;
}
.news .wid .conts .course .inform .list ul li .time {
  width: 78px;
  padding-right: 18px;
  padding-top: 24px;
  text-align: right;
}
.news .wid .conts .course .inform .list ul li .time h4 {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.news .wid .conts .course .inform .list ul li .time h5 {
  line-height: 18px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.news .wid .conts .course .inform .list ul li .text {
  width: calc(100% - 78px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  height: 120px;
  color: #fff;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.1);
  line-height: 30px;
  padding: 20px;
  padding-right: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .wid .conts .course .inform .list ul li:last-child .text {
  border-bottom: none;
}
.contact {
  width: 100%;
  /* padding-top: 60px; */
  height: 100%;
  background: url("../img/95ee79_1920x1080.jpg") center no-repeat;
  background-size: cover;
  float: left;
}
.contact .wid {
  height: 100%;
  /* margin-top: 40px; */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.contact .wid .conts {
  width: 100%;
}
.contact .wid .conts .intr {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.contact .wid .conts .intr .logo {
  width: 100%;
}
.contact .wid .conts .intr .logo img {
  max-width: 90%;
}
.contact .wid .conts .intr .addr {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}
.contact .wid .conts .intr .addr .tits {
  height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .wid .conts .intr .addr .text {
  width: 100%;
  line-height: 28px;
}
.contact .wid .conts .intr .addr .text b {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.contact .wid .conts .intr .addr .text span {
  color: #fff;
  font-size: 14px;
}
.contact .wid .conts .conta {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 140px;
  float: left;
}
.contact .wid .conts .conta .item {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.contact .wid .conts .conta .item .lab {
  line-height: 33px;
  font-size: 13px;
  color: #fff;
  width: 20px;
}
.contact .wid .conts .conta .item .text {
  width: calc(100% - 20px);
  height: 34px;
  font-size: 14px;
  color: #fff;
}
.contact .wid .conts .conta .item .text input {
  width: 100%;
  height: 34px;
  border: none;
  background: none;
  color: #fff;
}
.contact .wid .conts .conta .item .text input::-webkit-input-placeholder {
  color: #a4acca;
}
.contact .wid .conts .conta .item .button {
  width: 100%;
}
.contact .wid .conts .conta .item .button button {
  width: 100%;
  height: 34px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
}
.footer {
  width: 100%;
  background-color: #1f1f1f;

  float: left;
}
.footer .links {
  width: 100%;
}
.footer .links .list {
  width: 100%;
}
.footer .links .list ul {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.footer .links .list ul li {
  width: auto;
}
.footer .links .list ul li .tits {
  line-height: 44px;
  color: #fff;
  font-size: 16px;
}
.footer .links .list ul li .text {
  width: 100%;
}
.footer .links .list ul li .text p {
  line-height: 26px;
  margin: 0;
}
.footer .links .list ul li .text p a {
  color: #959595;
  font-size: 13px;
}
.footer .copyright {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.footer .copyright p {
  line-height: 26px;
  text-align: center;
  color: #808080;
  margin: 0;
}
.footer .copyright p a {
  color: #808080;
  font-size: 12px;
  padding: 0 8px;
  position: relative;
}
.footer .copyright p a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #808080;
}
.footer .copyright p a:last-child {
  border-bottom: none;
}
.wap-head {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 15px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.wap-head .logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .logo img {
  max-height: 70%;
}
.wap-head .menus {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wap-head .menus i {
  display: inline-block;
  width: 30px;
  border-radius: 4px;
  transition: all 0.5s;
  height: 3px;
  background-color: #072c84;
  position: relative;
}
.wap-head .menus i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 4px;
  width: 100%;
  transition: all 0.5s;
  height: 3px;
  background-color: #072c84;
}
.wap-head .menus i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
  transition: all 0.5s;
  width: 100%;
  height: 3px;
  background-color: #072c84;
}
.wap-head .menus.acti i {
  background: none;
}
.wap-head .menus.acti i:after {
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.wap-head .menus.acti i:before {
  transform: rotate(-45deg);
  left: 0;
  top: 0;
}
.wap-null {
  width: 100%;
  height: 60px;
  float: left;
}
.alerts {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 60px;
  display: none;
  z-index: 7;
}
.alerts .alert-menus {
  width: 100%;
  min-height: 100px;
  background-color: #072c84;
  padding: 10px 15px;
  float: left;
  display: none;
}
.alerts .alert-menus .list {
  width: 100%;
}
.alerts .alert-menus .list ul {
  width: 100%;
  margin: 0;
}
.alerts .alert-menus .list ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #062162;
  position: relative;
}
.alerts .alert-menus .list ul li a {
  text-decoration: none;
}
.alerts .alert-menus .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #0c38a1;
}
.alerts .alert-menus .list ul li span {
  color: #fff;
  font-size: 14px;
}
.alerts .alert-menus .list ul li em {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}
.alerts .alert-menus .list ul li:last-child {
  border: none;
}
.alerts .alert-menus .list ul li:last-child:after {
  display: none;
}
.page-bann {
  width: 100%;
  height: 600px;
  background: url("../img/da774f_1920x600.jpg") center no-repeat;
}
.containers {
  width: 100%;
  background: url("../img/81a0d8_5x5.jpg");
  min-height: 300px;
  float: left;
  padding: 50px 0;
}
.containers .tabs {
  padding: 8px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.containers .tabs ul {
  width: 100%;
  margin: 0;
}
.containers .tabs ul li {
  width: 130px;
  height: 44px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 44px;
  color: #333;
  cursor: pointer;
  margin-right: 5px;
}
.containers .tabs ul li.acti,
.containers .tabs ul li:hover {
  background-color: #0a3389 !important;
  color: #fff;
}
.containers .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.containers .conts .imgs {
  width: 100%;
}
.containers .conts .imgs img {
  max-width: 100%;
}
.containers .conts .text {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.containers .conts .text .tits {
  line-height: 36px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.containers .conts .text .txt {
  width: 100%;
  padding: 18px 0;
  text-align: center;
}
.containers .conts .text .txt p {
  line-height: 36px;
  font-size: 14px;
  color: #300;
  margin: 0;
}
.containers .conts .signature {
  width: 100%;
  height: 144px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.companys {
  width: 100%;
  height: 100%;
  background: url("../img/78c813_1920x1080.jpg") center no-repeat;
  background-size: cover;
}
.companys .wid {
  height: 100%;
}
.companys .conts {
  width: 100%;

  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companys .conts .intr {
  width: 100%;
}
.companys .conts .intr .inform {
  width: 100%;
}
.companys .conts .intr .inform .text {
  width: 100%;
  color: #fff;
}
.companys .conts .intr .inform .text .tits {
  width: 100%;
  float: left;
}
.companys .conts .intr .inform .text .tits .txt {
  width: auto;
}
.companys .conts .intr .inform .text .tits .txt h6 {
  margin: 0;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
}
.companys .conts .intr .inform .text .tits .txt h5 {
  line-height: 42px;
  font-size: 32px;
  color: #fff;
}
.companys .conts .intr .inform .text .tits .more {
  padding-top: 26px;
}
.companys .conts .intr .inform .text .tits .more h6 {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
.companys .conts .intr .inform .text .tits .more h6 a {
  color: #fff;
}
.companys .conts .intr .inform .text .tits .more h5 {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
}
.companys .conts .intr .inform .text .labs {
  width: 100%;
  padding: 18px 0;
  float: left;
}
.companys .conts .intr .inform .text .labs p {
  line-height: 28px;
  color: #fff;
  font-weight: normal;
  text-align: justify;
}
.companys .conts .intr .inform .inf {
  width: 100%;
  padding-top: 86px;
}
.companys .conts .intr .inform .inf .box {
  width: 25%;
  color: #fff;
  float: left;
  text-align: center;
  border-right: 1px dashed #fff;
}
.companys .conts .intr .inform .inf .box .num {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
.companys .conts .intr .inform .inf .box .num span {
  font-size: 20px;
}
.companys .conts .intr .inform .inf .box .num em {
  font-size: 13px;
}
.companys .conts .intr .inform .inf .box .txt {
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.companys .conts .intr .inform .inf .box:last-child {
  border-right: none;
}
.companys .conts .intr .function {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.companys .conts .intr .function .item {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.companys .conts .intr .function .item:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 40px;
  width: 100%;
  height: 180px;
  background-color: #e1000a;
  transition: 0.5s;
  opacity: 0;
}
.companys .conts .intr .function .item .tits {
  width: 100%;
  position: relative;
  z-index: 9;
}
.companys .conts .intr .function .item .tits h5 {
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.companys .conts .intr .function .item .tits h6 {
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.companys .conts .intr .function .item .ico {
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: flex-start;
  align-items: center;
}
.companys .conts .intr .function .item .more {
  width: 100%;
  padding: 0 20px;
  transform: translateY(80px);
  opacity: 0;
  position: relative;
  transition: 0.5s;
  z-index: 9;
}
.companys .conts .intr .function .item .more h5 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.companys .conts .intr .function .item .more h6 {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}
.companys .conts .intr .function .item .more h6 a {
  color: #fff;
}
.companys .conts .intr .function .item:hover:after {
  top: -20px;
  opacity: 1;
}
.companys .conts .intr .function .item:hover .more {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 993px) {
  .service .item {
    padding: 0 0px;
    text-align: center;
  }
  .service .item .title .tits h4 {
    font-size: 18px;
  }
  .service .item .title .tits h6 {
    display: none;
  }
  .service .item .title .icos {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service {
    height: 400px;
    padding: 30px 0;
  }
  .service .item {
    height: 150px;
  }
  .news .wid .conts .course .inform .list ul li .text {
    height: 86px;
  }
  .news .wid .conts .title {
    text-align: center;
  }
  .news .wid .conts .content .intr .imgs {
    width: 100%;
    padding-left: 0;
  }
  .news .wid .conts .content .intr {
    padding-top: 10px;
    display: none;
  }
  .news .wid .conts .title h5 {
    height: 32px;
  }
  .news .wid .conts .title h5 span {
    font-size: 20px;
  }
  .news .wid .conts .title h5 em {
    font-size: 12px;
  }
  .news .wid .conts .title h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .news .wid .conts .content .intr .labels .text .more {
    margin-top: 8px;
    height: 40px;
  }
  .news .wid .conts .content .intr .labels .time {
    width: 78px;
    padding-right: 18px;
  }
  .news .wid .conts .content .intr .labels .text {
    width: calc(100% - 78px);
    padding-left: 20px;
  }
  .contact .wid .conts .conta {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .contact .wid .conts .conta .item {
    margin: 5px 0;
  }
  .contact .wid .conts .intr .addr .item:last-child {
    width: 100%;
  }
  .contact .wid .conts .intr .addr {
    display: block;
    padding-top: 0;
  }
  .contact .wid .conts .intr .addr .item {
    width: 50%;
    float: left;
  }
  .contact .wid .conts .intr {
    padding: 10px 0;
  }
  .contact .wid .conts .intr .logo img {
    max-width: 60%;
  }
  .footer .links .list ul li {
    width: 25%;
    padding: 0 15px;
    display: table;
    float: left;
    height: 260px;
    margin-bottom: 20px;
  }
  .footer .links .list ul li .tits {
    font-size: 14px;
  }
  .footer .links .list ul li:nth-child(5),
  .footer .links .list ul li:nth-child(6),
  .footer .links .list ul li:nth-child(7),
  .footer .links .list ul li:nth-child(8) {
    height: 140px;
    margin-bottom: 10px;
  }
  .footer .links .list ul {
    display: initial;
  }
  .footer .copyright {
    padding: 10px 0;
    padding-top: 0;
  }
  .footer .copyright p a:after {
    display: none;
  }
  .footer .copyright p {
    font-size: 12px;
  }
  .service .item {
    border: none;
  }
  .service .item .title .icos {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin: 0 auto;
  }
  .service .item:hover {
    background: none;
  }
  .banner {
    height: 600px;
  }
  .banner .list ul li .text h2 {
    font-size: 26px;
    line-height: 44px;
  }
  .banner .list ul li .text h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .banner .list ul li .text h6 {
    padding: 10px 0;
  }
  .banner .list ul li .text {
    padding-bottom: 180px;
    height: 100%;
    text-align: center;
  }
  .banner .list ul li .text h6 a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .page-bann {
    height: 300px;
	background: url(/Public/img/banner5.png) center no-repeat;
  }
  .containers .tabs ul li {
    margin-bottom: 10px;
  }
  .containers {
    padding: 0 15px;
  }
  .containers .tabs ul li {
    width: 90px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .containers .tabs {
    padding: 20px 0;
  }
  .companys .conts .intr .function .item {
    padding-bottom: 0;
    height: 105px;
  }
  .companys .conts .intr .function .item .more {
    display: none;
  }
  .companys .conts .intr .function {
    padding-top: 50px;
  }
  .product {
    background-repeat: repeat;
    height: auto;
    float: left;
    display: table;
  }
  .product .wid .conts .item {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
}
.banner1{background: url(/Public/img/banner1.jpg)center no-repeat;}
.banner2{background: url(/Public/img/banner02.jpg)center no-repeat;}
.banner3{background: url(/Public/img/banner03.jpg)center no-repeat;}
@media screen and (max-width: 768px){
	.companys .conts {
    width: 100%;
    margin-top: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.contact .wid .conts .intr .addr .text b {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
	.product .wid .conts .item .text .tits {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    /* height: 48px; */
    font-weight: 550;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #ffffff;
}
	.companys .conts .intr .function .item:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 40px;
    width: 100%;
    height: 120px;
    background-color: #e1000a;
    transition: 0.5s;
    opacity: 0;
}
	.companys .conts .intr .function .item .tits h6 {
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
	.banner1{background: url(/Public/img/banner01m.jpg)center no-repeat;}
.banner2{background: url(/Public/img/banner02m.jpg)center no-repeat;}
.banner3{background: url(/Public/img/banner03m.jpg)center no-repeat;}
}