
/*  页面重置样式  */
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;
}
*{
	-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: 1435px;
  margin: 0 auto;
  padding: 0 20px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 80px;
  background-color: #010b17;
}
.head .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  width: 51px;
}
.head .nav {
  width: auto;
  padding-left: 20px;
}
.head .nav ul li {
  line-height: 80px;
  padding: 0 34px;
}
.head .nav ul li a {
  color: #fff;
  font-size: 18px;
}
.head .menu {
  height: 80px;
}
.head .menu .box {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.head .menu .box.acti i {
  background: none;
}
.head .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.banner {
  width: 100%;
  height: 542px; 
  background: #0b172d url("../img/84c498_1920x543.jpg") center no-repeat;
}
.banner .text {
  height: 542px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
}
.banner .text h4 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
  line-height: 68px;
  letter-spacing: 2px;
  margin: 25px 0;
  width: 100%;
}
.banner .text p {
  font-size: 38px;
  line-height: 66px;
  width: 100%;
  margin: 25px 0;
  color: #fff;
  padding-left: 74px;
  position: relative;
}
.banner .text p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
.introduction {
  width: 100%;
  padding: 70px 0;
  float: left;
}
.introduction .intrs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.introduction .intrs .logo {
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduction .intrs .txts {
  width: calc(100% - 310px);
  padding-left: 60px;
  font-size: 22px;
  line-height: 40px;
  color: #464646;
  text-align: justify;
}
.introduction .text {
  width: 100%;
  line-height: 40px;
  font-size: 22px;
  color: #464646;
  text-align: justify;
  padding: 24px 0;
}
.introduction .conts {
  width: 100%;
  padding-top: 40px;
  float: left;
}
.introduction .conts .title {
  width: 100%;
  line-height: 70px;
  font-size: 36px;
  color: #3c3c3c;
}
.introduction .conts .title b {
  display: block;
  line-height: 72px;
  font-size: 32px;
  font-weight: bold;
  color: #0759ed;
}
.introduction .conts .data {
  width: 100%;
}
.introduction .conts .data .imgs {
  width: 100%;
  position: relative;
  float: left;
  margin-top: -122px;
}
.introduction .conts .data .imgs img {
  max-width: 100%;
}
.introduction .conts .data .intr {
  width: 100%;
  min-height: 100px;
  padding: 54px 0;
}
.introduction .conts .data .intr .item {
  width: 100%;
  padding: 24px 0;
}
.introduction .conts .data .intr .item .tits {
  width: 100%;
  line-height: 40px;
  font-size: 26px;
}
.introduction .conts .data .intr .item .txts {
  line-height: 102px;
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
}
.introduction .more {
  width: 100%;
  padding: 32px 0;
  float: left;
}
.introduction .more a {
  display: inline-block;
  width: 252px;
  height: 72px;
  background-color: #0056fd;
  border-radius: 36px;
  color: #fff;
  text-align: center;
  line-height: 72px;
  font-size: 24px;
  text-decoration: none;
}
.introduction .more a img {
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.introduction .image {
  width: 100%;
  text-align: center;
}
.introduction .image img {
  width: auto;
  max-width: 100%;
}
.service {
  width: 100%;
  height: auto;
  background: url("../img/7cf87f_1920x1092.jpg") top center no-repeat;
  background-size: 100% auto;
  padding-top: 115px;
  float: left;
  padding-bottom: 110px;
}
.service .title {
  width: 100%;
}
.service .title h3 {
  font-size: 32px;
  line-height: 72px;
  color: #fff;
  padding-left: 282px;
  position: relative;
}
.service .title h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 269px;
  height: 14px;
  background: url("../img/68e40d_269x14.png") center no-repeat;
  background-size: 269px 14px;
}
.service .title h5 {
  font-size: 20px;
  line-height: 56px;
  color: #fff;
}
.service .conts {
  width: 100%;
  padding-top: 40px;
}
.service .conts .intr {
  width: 100%;
  background-image: linear-gradient(to bottom, #fcffff, #dee6f9);
  border-radius: 10px;
  height: 190px;
}
.service .conts .intr ul {
  width: 100%;
  padding: 26px 0;
  padding-left: 30px;
}
.service .conts .intr ul li {
  width: 100%;
  line-height: 50px;
  font-size: 22px;
  color: #46494e;
  padding-left: 24px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.service .conts .intr ul li a {
  text-decoration: none;
  color: #46494e;
}
.service .conts .intr ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-color: #0062ff;
  border-radius: 6px;
}
.service .conts .intr.intr-2 ul li:after {
  background-color: #ff8907;
}
.product {
  width: 100%;
  min-height: 593px;
  float: left; 
  background: #e5eaf3 url("../img/f6d895_1920x593.jpg") top center no-repeat;
  padding-top: 60px;
}
.product .title {
  width: 100%;
  line-height: 108px;
  font-size: 46px;
  font-weight: bold;
  color: #000;
}
.product .conts {
  width: 100%;
}
.product .conts .item {
  width: 100%;
  height: 132px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px #d1dcf9;
  margin: 28px 0;
  padding: 24px 30px;
}
.product .conts .item .ico {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .conts .item .ico img {
  max-width: 100%;
  max-height: 100%;
}
.product .conts .item .txt {
  width: calc(100% - 84px);
  padding-left: 30px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  color: #0054ea;
}
.capacity {
  width: 100%;
  padding-top: 84px;
  float: left;
}
.capacity .title {
  width: 100%;
  line-height: 68px;
  color: #000;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.capacity .conts {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 80px;
  float: left;
}
.capacity .conts .item {
  width: 100%;
  background-color: #eff3ff;
  border-radius: 20px;
  min-height: 100px;
  padding-bottom: 30px;
}
.capacity .conts .item .imgs {
  width: 100%;
  height: 284px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -106px;
  float: left;
}
.capacity .conts .item .txts {
  width: 100%;
  padding: 0 50px;
  text-align: center;
  padding-top: 36px;
}
.capacity .conts .item .txts h5 {
  font-size: 32px;
  font-weight: bold;
  color: #424041;
  line-height: 72px;
}
.capacity .conts .item .txts p {
  font-size: 26px;
  line-height: 38px;
  color: #666f96;
  margin-top: 60px;
  min-height: 160px;
}
.custom {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff, #fff, #edf3ff);
  padding-bottom: 80px;
  float: left;
}
.custom .title {
  width: 100%;
  line-height: 94px;
  font-size: 48px;
  color: #28282a;
  text-align: center;
}
.custom .title em {
  color: #0060fe;
}
.custom .conts {
  width: 100%;
  padding-top: 36px;
}
.custom .conts .item {
  width: 100%;
  height: 126px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  margin: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom .conts .item img {
  max-width: 100%;
  max-height: 100%;
}
.contact {
  width: 100%;
  background-color: #2c2c2c;
  padding: 72px 0;
  float: left;
}
.contact .intrs {
  width: 100%;
  float: left;
  position: relative;
}
.contact .intrs:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #787878;
}
.contact .intrs.none:after {
  display: none;
}
.contact .intrs .logo {
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .intrs .logo span {
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
}
.contact .intrs .txts {
  width: 100%;
  margin: 8px 0;
}
.contact .intrs .txts p {
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.contact .intrs .tits {
  width: 100%;
  line-height: 66px;
  font-size: 30px;
  color: #fff;
}
.contact .intrs .text {
  width: 100%;
  padding-top: 15px;
}
.contact .intrs .text p {
  line-height: 44px;
  font-size: 22px;
  color: #b9b9b9;
}
.footer {
  width: 100%;
  background-color: #000;
  float: left;
  line-height: 40px;
  padding: 22px 0;
  font-size: 16px;
  color: #909090;
}
.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.alert .alert-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 70px;
  background-color: #fff;
  display: none;
}
.alert .alert-menu ul {
  width: 100%;
}
.alert .alert-menu ul li {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  color: #333;
}
.alert .alert-menu ul li a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1350px) {
  .wid {
    padding: 0 15px;
  }
  .introduction .conts .data .intr .item .txts {
    font-size: 32px;
    line-height: 60px;
  }
  .service .conts .intr ul li {
    font-size: 18px;
  }
  .product .conts .item .txt {
    font-size: 24px;
  }
  .capacity .conts .item .txts h5 {
    font-size: 24px;
    line-height: 50px;
  }
  .capacity .conts .item .txts p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 40px;
  }
  .custom .conts .item img {
    max-width: 90%;
  }
  .contact .intrs .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .wid {
    padding: 0 10px;
  }
  .product .conts .item .txt {
    padding-left: 10px;
  }
  .contact .intrs .text p {
    font-size: 16px;
  }
  .introduction .conts .data .intr {
    padding: 20px 0;
  }
  .introduction .conts .data .imgs {
    margin-top: -60px;
  }
  .introduction {
    padding: 30px 0;
  }
  .introduction .intrs .txts {
    padding-left: 30px;
    font-size: 18px;
    line-height: 32px;
  }
  .introduction .text {
    padding: 12px 0;
    font-size: 18px;
    line-height: 32px;
  }
  .introduction .image img {
    max-width: 70%;
  }
  .custom .conts .item img {
    max-width: 70%;
  }
  .contact .intrs:after {
    right: 0;
  }
}
@media screen and (max-width: 993px) {
  .introduction .intrs {
    display: initial;
    float: left;
    width: 100%;
  }
  .introduction .intrs .logo {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
  }
  .introduction .intrs .txts {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .introduction .conts .data .imgs {
    margin-top: 0;
    text-align: center;
  }
  .introduction .conts .data .imgs img {
    max-width: 60%;
  }
  .introduction .more {
    padding: 10px 0;
  }
  .introduction .more a {
    display: inline-block;
    width: 200px;
    height: 56px;
    font-size: 24px;
    border-radius: 28px;
    line-height: 56px;
  }
  .introduction .conts .data .intr .item {
    padding: 10px 0;
  }
  .service {
    padding: 50px 0;
    background-size: cover;
  }
  .service .conts {
    padding-top: 0;
  }
  .service .conts .intr {
    margin: 20px 0;
    float: left;
  }
  .product {
    background-size: cover;
    background-position: 75% bottom;
    padding-bottom: 60px;
  }
  .capacity .conts .item {
    margin-bottom: 20px;
    padding-bottom: 30px;
    float: left;
  }
  .capacity .conts .item .imgs {
    margin: 0;
    height: 200px;
  }
  .capacity .conts .item .imgs img {
    max-height: 70%;
  }
  .capacity .conts .item .txts p {
    min-height: auto;
    margin-top: 20px;
  }
  .capacity .conts {
    padding: 50px 0;
  }
  .capacity .title,
  .product .title {
    font-size: 32px;
    line-height: 48px;
  }
  .custom .title {
    font-size: 32px;
    line-height: 48px;
  }
  .banner {
    height: 400px;
  }
  .banner .text {
    height: 400px;
  }
  .banner .text h4 {
    font-size: 32px;
    line-height: 48px;
  }
  .banner .text p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner {
    height: 300px;
  }
  .banner .text {
    height: 300px;
  }
  .banner .text h4 {
    margin: 12px 0;
  }
  .banner .text p {
    padding-left: 34px;
    margin: 12px 0;
  }
  .banner .text p:after {
    width: 26px;
  }
  .introduction .intrs {
    padding: 0;
  }
  .introduction .intrs .txts {
    margin-bottom: 20px;
  }
  .introduction .conts {
    padding-top: 20px;
  }
  .introduction .conts .title {
    font-size: 26px;
    line-height: 40px;
  }
  .introduction .conts .title b {
    font-size: 28px;
  }
  .introduction .conts .data .intr .item .tits {
    font-size: 20px;
  }
  .introduction .conts .data .intr .item .txts {
    font-size: 24px;
    line-height: 48px;
  }
  .introduction .conts .data .imgs img {
    max-width: 90%;
  }
  .introduction .image img {
    max-width: 100%;
  }
  .introduction .more a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .introduction .more a img {
    width: 16px;
    margin: 0 4px;
  }
  .service .title h3 {
    padding-left: 0;
    font-size: 24px;
    line-height: 36px;
  }
  .service .title h3:after {
    display: none;
  }
  .service .title h5 {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
  .service .conts .intr {
    height: auto;
  }
  .service .conts .intr ul {
    padding: 12px 0;
    padding-left: 20px;
    float: left;
  }
  .service .conts .intr ul li {
    line-height: 40px;
  }
  .capacity {
    padding: 20px 0;
  }
  .capacity .title {
    padding-top: 20px;
    font-size: 24px;
    line-height: 40px;
  }
  .capacity .conts {
    padding: 20px 0;
  }
  .capacity .conts .item .imgs {
    height: 140px;
  }
  .capacity .conts .item .txts h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .capacity .conts .item .txts p {
    font-size: 16px;
    line-height: 24px;
  }
  .custom .title {
    font-size: 24px;
    line-height: 36px;
  }
  .contact {
    padding: 20px 0;
  }
  .custom .conts .item {
    height: 80px;
  }
  .custom .conts .item img {
    max-height: 80%;
  }
  .contact .intrs .txts p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contact .intrs .tits {
    font-size: 24px;
    line-height: 40px;
    border-top: 1px solid rgba(255,255,255,0.6);
    padding-top: 20px;
    margin-top: 20px;
  }
  .contact .intrs .text p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer {
    font-size: 16px;
    text-align: center;
    line-height: 26px;
  }
  .contact .intrs:after {
    display: none;
  }
  .head {
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  .head .logo {
    height: 70px;
  }
  .head .menu {
    height: 70px;
  }
  body {
    padding-top: 70px;
  }
}
