@charset "UTF-8";
/* ========================reset=============================== */
html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 12px;
  /* color: #3e3e3e; */
  font-family: "微软雅黑";
  background: #ffffff !important;
}

a {
  text-decoration: none !important;
  /* color: #909090 */
}

/* a:hover { 
    text-decoration: underline;
    color: #f60;
} */
/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  float: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.logoNav {
  width: 100%;
  height: auto;
  background: linear-gradient(#dbf4ff, #feffff);
}

.logoNav .logobox {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #31a3dd;
}

.logoNav .logobox .logo {
  width: 1200px;
  height: auto;
  padding: 6px 0 27px 32px;
  margin: 0 auto;
}

.logoNav .logobox .logo img {
  width: 528px;
  height: auto;
}

.logoNav .nav {
  width: 100%;
  height: 78px;
  padding-top: 22px;
  padding-left: 32px;
}

.logoNav .nav .layui-nav {
  width: 100%;
  height: 37px;
  line-height: 37px;
}

.banner {
  width: 100%;
  height: auto;
}

.banner .swiper-container {
  width: 100%;
  height: auto;
}

.banner .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
}

.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}

.Company {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
}

.Company .container {
  height: auto;
  padding-top: 26px;
}

.Company .container .title {
  width: 100%;
  height: 95px;
  text-align: center;
  line-height: 95px;
  color: #313131;
  font-size: 40px;
}

.Company .container .Companycont {
  width: 100%;
  line-height: 26px;
  text-indent: 2em;
  color: #6d6d6f;
  font-size: 14px;
}

.Company .container .CompanyList {
  margin-top: 36px;
  width: 100%;
  height: 89px;
  display: flex;
  justify-content: space-between;
}

.Company .container .CompanyList li {
  width: 289px;
  height: 89px;
  background: #eeedf2;
  padding-left: 113px;
  padding-top: 25px;
  background-repeat: no-repeat;
}

.Company .container .CompanyList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.Company .container .CompanyList li a p:nth-child(1) {
  height: 23px;
  line-height: 23px;
  width: 100%;
  font-size: 16px;
  color: #575a5b;
}

.Company .container .CompanyList li a p:nth-child(2) {
  height: 19px;
  line-height: 19px;
  width: 100%;
  font-size: 12px;
  color: #575a5b;
}

.Company .container .CompanyList li:nth-child(1) {
  background-image: url(../images/CompanyIcon1.png);
  background-size: 37px 41px;
  background-position: 55px center;
}

.Company .container .CompanyList li:nth-child(2) {
  background-image: url(../images/CompanyIcon2.png);
  background-size: 34px 36px;
  background-position: 61px center;
}

.Company .container .CompanyList li:nth-child(3) {
  background-image: url(../images/CompanyIcon3.png);
  background-size: 42px 40px;
  background-position: 60px center;
}

.Company .container .CompanyList li:nth-child(4) {
  background-image: url(../images/CompanyIcon4.png);
  background-size: 45px 30px;
  background-position: 52px center;
}

.Company .container .CompanyList li:hover {
  border-bottom: 3px solid #31a3dd;
}

.Serving {
  width: 100%;
  height: 647px;
  background-image: url(../images/sercingImg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.Serving .container {
  height: 100%;
}

.Serving .container .Servingbackleft {
  width: 600px;
  height: 100%;
  background-image: url(../images/sercingImg3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-top: 156px;
}

.Serving .container .Servingbackleft .Servingbacklefttitle {
  width: 100%;
  height: auto;
}

.Serving .container .Servingbackleft .Servingbacklefttitle p:nth-child(1) {
  height: 69px;
  line-height: 69px;
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
}

.Serving .container .Servingbackleft .Servingbacklefttitle p:nth-child(2) {
  height: 80px;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.Serving .container .Servingbackleft .Servingbackleftcont {
  width: 100%;
  height: auto;
  margin-top: 64px;
  line-height: 25px;
  color: #ffffff;
  font-size: 16px;
}

.Serving .container .Servingbackright {
  width: 600px;
  height: 100%;
  background-image: url(../images/sercingImg4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  padding-top: 430px;
}

.Serving .container .Servingbackright div {
  width: 100%;
  height: 37px;
  text-align: right;
}

.Serving .container .Servingbackright div a {
  display: inline-block;
  width: 100px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  background: #44abdf;
  border-radius: 7px;
  margin-left: 10px;
}

.ProductCenter {
  width: 100%;
  height: auto;
  padding-top: 21px;
  padding-bottom: 20px;
}

.ProductCenter .container {
  height: auto;
}

.ProductCenter .container .title {
  width: 100%;
  height: 109px;
  line-height: 109px;
  color: #313131;
  font-size: 41px;
  text-align: center;
}

.ProductCenter .container .ProductList {
  width: 1232px;
  height: auto;
}

.ProductCenter .container .ProductList li {
  float: left;
  width: 278px;
  height: 218px;
  margin: 0 30px 42px 0;
}

.ProductCenter .container .ProductList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 9px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #31a3dd;
}

.ProductCenter .container .ProductList li a img {
  width: 100%;
  height: 162px;
  border: 1px solid #d5d5d3;
}

.ProductCenter .container .ProductList li a p {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #31a3dd;
  font-size: 18px;
}

.footer {
  width: 100%;
  height: 177px;
  padding-top: 12px;
  text-align: center;
  background: #31a3dd;
}

.footer p {
  line-height: 38px;
  width: 100%;
  height: 38px;
  font-size: 15px;
  color: #dff3fd;
}

.footer p a {
  font-size: 15px;
  color: #dff3fd;
}

.banner2 {
  width: 100%;
  height: auto;
}

.banner2 img {
  width: 100%;
  height: auto;
}

.main {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 78px;
}

.main .container {
  height: auto;
}

.main .container .mainNav {
  width: 250px;
  height: auto;
}

.main .container .mainNav .navname {
  width: 100%;
  height: 126px;
  background-image: url(../images/navname.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding: 32px 0 0 42px;
}

.main .container .mainNav .navname p:nth-child(1) {
  line-height: 36px;
  font-size: 22px;
  color: #ffffff;
}

.main .container .mainNav .navname p:nth-child(2) {
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
}

.main .container .mainNav .navlList {
  width: 100%;
  height: auto;
  padding: 0 30px 15px;
  background: #f2f2f2;
}

.main .container .mainNav .navlList li {
  width: 100%;
  height: 75px;
  line-height: 75px;
  background-image: url(../images/navLine.png);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 bottom;
}

.main .container .mainNav .navlList li a {
  padding-left: 42px;
  width: 100%;
  height: 100%;
  background-image: url(../images/navpoint.png);
  background-repeat: no-repeat;
  background-size: 7px 9px;
  background-position: 22px center;
  color: #333333;
  font-size: 18px;
}

.main .container .mainNav .navlList li:hover a,
.main .container .mainNav .navlList .current a {
  background-image: url(../images/navpoint2.png);
  color: #31a3dd;
}

.main .container .mainNav .navtel {
  width: 100%;
  height: 165px;
  background-image: url(../images/navTel.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  padding-top: 28px;
}

.main .container .mainNav .navtel p:nth-child(1) {
  line-height: 47px;
  height: 47px;
  width: 100%;
  background-image: url(../images/navEelicon.png);
  background-repeat: no-repeat;
  background-position: 33px center;
  background-size: 26px 26px;
  padding-left: 66px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.main .container .mainNav .navtel p:nth-child(2) {
  line-height: 34px;
  width: 100%;
  padding-left: 66px;
  color: #fff;
  font-size: 18px;
}

.main .container .mainCont {
  width: 904px;
  height: auto;
}

.main .container .mainCont .mainContlocation {
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #dbdbdb;
}

.main .container .mainCont .mainContlocation .mainContname {
  width: auto;
  padding: 0 28px;
  height: 50px;
  border-bottom: 3px solid #0f66ab;
  display: inline-block;
  color: #000000;
  font-size: 20px;
}

.main .container .mainCont .mainContlocation .location {
  width: auto;
  height: 49px;
  line-height: 49px;
  color: #000;
  font-size: 14px;
  background-image: url(../images/location.png);
  background-repeat: no-repeat;
  background-size: 11px 18px;
  background-position: 0 center;
  padding-left: 16px;
}

.main .container .mainCont .mainContlocation .location a {
  color: #000;
  font-size: 14px;
}

.main .container .mainCont .mainContartilce {
  width: 100%;
  height: auto;
  padding: 25px 0;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}

.main .container .mainCont .mainContartilce img {
  display: block;
  margin: 10px auto;
  max-width: 800px;

}

.main .container .mainCont .mainContartilce div {
  text-indent: 2em;
  margin-bottom: 32px;
}

.main .container .mainCont .mainContBox {
  width: 100%;
  height: auto;
}

.main .container .mainCont .page {
  width: 100%;
  height: 30px;
  margin: 20px auto;
  text-align: center;
}

.main .container .mainCont .mainContImg {
  width: 936px;
  height: auto;
  padding-top: 25px;
}

.main .container .mainCont .mainContImg li {
  width: 282px;
  height: 245px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.main .container .mainCont .mainContImg li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px 9px 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid #31a3dd;
}

.main .container .mainCont .mainContImg li a div {
  width: 100%;
  height: 190px;
  border: 1px solid #d5d5d3;
  padding: 3px 0;
}

.main .container .mainCont .mainContImg li a div img {
  width: auto;
  height: 184px;
  display: block;
  margin: 0 auto;
}

.main .container .mainCont .mainContImg li a p {
  width: 100%;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #31a3dd;
  font-size: 18px;
}

.main .container .mainCont .mainConttent {
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.main .container .mainCont .mainConttent .mainConttenttitle {
  line-height: 45px;
  width: 100%;
  padding: 0 5%;
  height: auto;
  color: #000000;
  font-size: 26px;
  text-align: center;
}

.main .container .mainCont .mainConttent .time {
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.main .container .mainCont .mainConttent .mainConttentImg {
  width: 100%;
  height: auto;
  padding: 0 20px 40px;
  border-bottom: 1px solid #cccccc;
}

.main .container .mainCont .mainConttent .mainConttentImg img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.main .container .mainCont .nextList {
  width: 100%;
  height: auto;
  padding: 0 63px;
}

.main .container .mainCont .nextList li {
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.main .container .mainCont .nextList li a {
  display: block;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
}

.main .container .mainCont .nextList li a span {
  color: #31a3dd;
}

.main .container .mainCont .nextList li:hover a {
  color: #31a3dd;
}
