@charset "utf-8";/* CSS Document */* {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  margin: 0;}body {  font-size: 16px;  font-weight: 400;  color: #000000;  background: #ffffff;  font-family: 'Noto Sans SC', 'Microsoft YaHei', serif;  overflow-x: hidden;  transition: all .4s;  -webkit-transition: all .4s;}ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {  list-style: none;  padding: 0;  margin: 0;}input, textarea {  outline: none;}::-webkit-input-placeholder {  color: #bdbdbd;}::-moz-placeholder {  color: #bdbdbd;}:-ms-input-placeholder {  color: #bdbdbd;}a {  text-decoration: none;  color: #ffffff;}a:hover {}.clearfix:after {  content: "";  height: 0;  line-height: 0;  display: block;  visibility: hidden;  clear: both}.clearfix {  zoom: 1;}.clear {  clear: both}/*图片放大*/div.imgZoom {  box-sizing: border-box;  overflow: hidden;}.imgZoom img {  transition: all .4s;  -webkit-transition: all .4s;}.imgZoom:hover img {  transform: scale(1.1, 1.1);  -webkit-transform: scale(1.1, 1.1);}/*图片旋转*/.imgRotate img {  -webkit-transition: -webkit-transform 2s ease-out;  -moz-transition: -moz-transform 2s ease-out;  -o-transition: -o-transform 2s ease-out;  -ms-transition: -ms-transform 2s ease-out;}.imgRotate img:hover {  -webkit-transform: rotateZ(360deg);  -moz-transform: rotateZ(360deg);  -o-transform: rotateZ(360deg);  -ms-transform: rotateZ(360deg);  transform: rotateZ(360deg);}/* 水平镜像翻转 */.mirrorRotateLevel img {  transition: all 1s;  -webkit-transition: all 1s;}.mirrorRotateLevel:hover img {  -moz-transform: scaleX(-1);  -webkit-transform: scaleX(-1);  -o-transform: scaleX(-1);  transform: scaleX(-1);  /*兼容IE*/}/*按钮鼠标经过变暗*/.wlp-button:hover {  filter: alpha(opacity=90);  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;  background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;}/*鼠标经过有阴影*/.wlp-shadow:hover {  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;}/*鼠标经过上浮并加阴影*/.wlp-flow-shadow {  -webkit-transition: all .3s;  transition: all .3s;  cursor: pointer;}.wlp-flow-shadow:hover {  transform: translate3d(0, -8px, 0);  -webkit-transform: translate3d(0, -8px, 0);  -webkit-box-shadow: 0 0px 10px #e9e9e9;  box-shadow: 0 0px 10px #e9e9e9;}/*图片经过遮罩*/.wlp-filter:hover img {  filter: alpha(opacity=70);  -moz-opacity: 0.7;  -webkit-opacity: 0.7;  opacity: 0.7;}img {  display: inline-block;  vertical-align: middle;  max-width: 100%;  width: auto;  max-height: 100%;  height: auto;  border: none;}.w1200 {  width: 1200px;  margin: 0 auto;}header {  height: 96px;  display: flex;  align-items: center;}header > div {  display: flex;  justify-content: space-between;  flex-wrap: nowrap;}header .logo {  display: flex;  justify-content: flex-start;  flex-wrap: nowrap;  align-items: center;}header .logo p {  margin-left: 30px;  font-size: 18px;  color: #333333;}.hotLine {  display: flex;  align-items: center;}.hotLine p:first-child {  font-size: 18px;  text-align: right;  margin-bottom: 10px;}.hotLine p:first-child i {  vertical-align: text-bottom;  margin-right: 10px;}.hotLine p:nth-child(2) {  font-size: 24px;  line-height: 30px;  color: #f67912;}nav {  background: url(../images/nav.jpg) repeat-x center;  width: 100%;  height: 64px;}nav ul {  line-height: 64px;  height: 64px;  display: flex;  justify-content: flex-start;  flex-wrap: nowrap;  position: relative;}nav ul li {  width: 160px;  text-align: center;  position: relative;}nav ul li a {  position: relative;  z-index: 9;  display: block;}nav ul li.on:after {  content: '';  position: absolute;  width: 160px;  height: 68px;  background: #F68121;  left: 0;  bottom: 0;  z-index: 8;}nav ul li:hover:after {  content: '';  position: absolute;  width: 160px;  height: 68px;  background: #F68121;  left: 0;  bottom: 0;  z-index: 8;}nav ul label {  position: absolute;  right: 0;}nav ul input {  width: 180px;  line-height: 30px;  border-radius: 15px;  padding-left: 10px;}nav ul label:after {  content: '';  position: absolute;  background: url(../images/search.jpg) no-repeat center;  width: 17px;  height: 16px;  top: 50%;  margin-top: -6px;  right: 10px;}.banner img {  width: 100%;}.iPro h2 {  font-size: 24px;  font-weight: normal;  text-align: center;  margin: 58px 0 32px;}.iPro ul {  display: flex;  justify-content: space-between;  flex-wrap: nowrap;  padding-bottom: 70px;}.iPro ul li {  width: 387px;  text-align: center;}.iPro ul li p:first-child {  font-weight: normal;  font-size: 18px;  line-height: 46px;  color: black;}.iPro ul li p:nth-child(2) {  font-weight: normal;  font-size: 14px;  line-height: 20px;  color: #888888;  padding: 0 35px;}.server {  background: url(../images/serve.jpg) no-repeat center;  background-size: cover;  width: 100%;  height: 380px;}.server ul {  height: 100%;  display: flex;  justify-content: space-between;  flex-wrap: nowrap;}.server ul li {  width: 25%;  height: 100%;  text-align: center;  display: flex;  justify-content: center;  align-items: center;  color: white;}.server ul li > div p:nth-child(2) {  font-size: 20px;  font-weight: bold;  margin-top: 18px;  margin-bottom: 11px;}.server ul li > div p:nth-child(3) {  font-size: 20px;  font-weight: bold;  color: #216aff;  margin-bottom: 45px;  text-transform: uppercase;  position: relative;  width: 100%;}.server ul li > div {  width: 100%;}.server ul li > div p:nth-child(3):after {  content: '';  position: absolute;  width: 240px;  height: 1px;  background: #214EA2;  left: 30px;  bottom: -20px;}.server ul li > div p:nth-child(4) {  font-size: 16px;  line-height: 22px;}.server ul li:hover {  background: url(../images/icon05.png) no-repeat center;  background-size: cover;  height: 380px;  width: 300px;}.abbot {  background: url(../images/map.jpg) no-repeat center;  background-size: cover;  height: 434px;}.abbot > div {  width: 520px;  padding-top: 60px;}.abbot > div p:nth-child(1) {  font-weight: bold;  font-size: 22px;  margin-bottom: 35px;}.abbot > div p:nth-child(1) span {  color: #0c45b9;}.abbot > div p:nth-child(2), .abbot > div p:nth-child(3) {  font-size: 16px;  line-height: 24px;  font-weight: 300;  color: #444444;  text-indent: 2em;}.abbot > div p:nth-child(4) a {  display: block;  width: 120px;  line-height: 37px;  border: 1px solid #0C45B9;  color: #0C45B9;  text-align: center;  margin-top: 40px;}footer {  height: 258px;  background: #333333;  padding-top: 75px;}footer ul {  display: flex;  justify-content: space-between;  flex-wrap: nowrap;}.footerNav {  display: flex;  justify-content: flex-start;  flex-wrap: nowrap;  padding-bottom: 25px;}.footerNav a {  font-size: 16px;}.footerNav dd {  margin-right: 30px;}footer ul li:nth-child(2) p {  font-size: 13px;  line-height: 24px;  color: #828282;}footer ul li:nth-child(3) p {  font-size: 14px;  line-height: 36px;  color: #ffffff;  text-align: center;}.orientation{  line-height: 50px;  background: #F4F4F4;  color: #666666;  font-size: 15px;}.orientation a{  color: #666666;  font-size: 15px;}.about h1{  font-size: 28px;  font-weight: bold;  text-align: center;  position: relative;  margin: 64px 0;}.about h1:after{  content: '';  position: absolute;  width: 90px;  height: 2px;  background: #F68121;  left: 50%;  margin-left: -45px;  bottom: -15px;}.aboutText{  width: 745px;  float: left;  font-size: 17px;  line-height: 36px;  text-indent: 2em;  color: #555555;}.aboutImg{  float: right;}.bottom100{  margin-bottom:100px;}.proTab{  margin: 60px 0 40px;  display: flex;  justify-content: flex-start;  flex-wrap: nowrap;}.proTab li{  line-height: 50px;  width: 150px;  text-align: center;  margin-right: 10px;  background: #0C45B9;  color: white;}.proTab li.on{  background: #F68121;}.proShow{  display: flex;  justify-content: space-between;  flex-wrap: wrap;  padding-bottom: 35px;}.proShow:after{  content: '';  width: 382px;}.proShow li{  width: 382px;  margin-bottom: 40px;}.proShow li p{  font-size: 18px;  text-align: center;  margin-top: 17px;}.serve{  padding-bottom: 170px;}.serve p{  color: #555555;  margin-bottom: 40px;}.contact{  display: flex;  justify-content: space-between;  flex-wrap: wrap;  padding-bottom: 80px;}.contact div{  width: 50%;  height: 350px;}.contact div:first-child{  background: #0C45B9;  color: white;  padding: 50px 0 0 50px;}.contact div:first-child p:first-child{  font-size: 26px;  margin-bottom: 40px;}.contact div:first-child p{  font-size: 17px;  line-height: 30px;}iframe{  width: 100%;  height: 70vh;}#map{  height: 350px;  overflow: hidden;}