@charset "utf-8";
/*public start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  font-size: 62.5%;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  color: #333;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
/*防止拖动*/
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
  max-width: 100%;
}
/*去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  max-width: 1920px;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.fs {
  font-size: 100px !important;
}
/*public end*/
.logo {
  float: left;
  line-height: 100px;
  margin-right: 10px;
}
.banner {
  min-height: 200px;
}
.banner img {
  height: 100%;
  min-height: 200px;
}
/*indexBanner*/
.banner,
.pagebanner {
  width: 100%;
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.h-span {
  font-size: 14px;
  margin-right: 2%;
  min-width: 200px;
}
.h-span b {
  color: #f20001;
  font-weight: normal;
  font-size: 20px;
}
.hicon {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 15px;
}
.h-h1 {
  float: left;
  display: flex;
  align-items: center;
  height: 100px;
}
.h-tel {
  float: right;
  display: flex;
  height: 100px;
  align-items: center;
}
.h-tel dl {
  display: inline-block;
  vertical-align: middle;
}
.h-tel img {
  display: inline-block;
  vertical-align: middle;
}
.h-tel dt {
  font-size: 18px;
  color: #2b78d9;
}
.h-tel dd {
  font-size: 26px;
  color: #d82920;
}
nav {
  background-color: #2b78d9;
}
.first .second {
  border-radius: 5px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  width: 110%;
  background: rgba(225, 225, 225, 0.6);
  padding-bottom: 20px;
  display: none;
  z-index: 777777
}
.first .second > li {
  height: 40px;
  padding: 0 10px;
}
.first .second > li:hover a {
  color: #2b78d9;
  border-bottom: 1px solid #a8bcd5;
}
.first .second > li a {
  display: block;
  font-size: 14px;
  height: 40px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid grey;
}
.first {
  height: 50px;
  display: flex;
}
.first > li {
  width: 14%;
  text-align: center;
  height: 50px;
  position: relative;
}
.first > li:hover .second {
  display: block;
}
.first > li > a {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 50px;
}
.on {
  background-color: #145bb5 ;
}
.banner {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.banner-text dt {
  font-size: 52px;
}
.banner-text dd {
  font-size: 22px;
  width: 80%;
  line-height: 2em;
  margin: 10px auto 30px;
}
.banner-text a {
  width: 180px;
  display: block;
  border: 2px solid white;
  height: 48px;
  line-height: 42px;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  color: white;
}
.s1-box {
  border: 1px solid #f2f2f2;
  width: 30%;
}
.s1 {
  padding: 4% 0;
}
.s1 .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s1 h2 {
  height: 70px;
  background-color: #2b78d9;
  color: white;
  font-size: 26px;
  text-align: center;
  line-height: 70px;
}
.s1 li {
  display: flex;
  align-items: center;
  padding: 5% 3%;
  border-bottom: 1px solid #f2f2f2;
}
.s1 li:hover {
  background-color: #f2f2f2;
}
.s1 dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.s1 dd {
  line-height: 1.7em;
}
.s1 img {
  margin-right: 3%;
}
.s2 {
  background-color: #f3f3f3;
  padding-bottom: 4%;
}
.s2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s2 li {
  width: 18%;
  margin-bottom: 2%;
  -webkit-box-shadow: 0px 0px 10px 0px #dadada;
  -moz-box-shadow: 0px 0px 10px 0px #dadada;
  box-shadow: 0px 0px 10px 0px #dadada;
}
.s2 li img {
  width: 100%;
}
.s3 {
  background-color: #5586dc;
  padding-bottom: 4%;
}
.int2 dt {
  color: white !important;
}
.int {
  padding: 2% 0;
  text-align: center;
}
.int dt {
  font-size: 28px;
  color: #464646;
}
.int em {
  margin: 10px auto;
  display: block;
}
.int dd {
  font-size: 18px;
  color: #7c7c7c;
}
/*indexMain*/
.s4 {
  padding-bottom: 4%;
}
.s4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s4 ul img {
  width: 100%;
}
.s4 li {
  margin-bottom: 2%;
  width: 23%;
}
.s4 li:hover{
  box-shadow: 0px 0px 15px rgba(0,0,0,.32)
}
.s5 {
  padding-bottom: 4%;
}
.s5-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s5-box {
  width: 48%;
}
.s5-box h2 {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}
.s5-box a {
  font-size: 14px;
}
.s5-box li {
  padding: 12px 0;
  font-size: 15px;
  background: url(../images/s5p.png) no-repeat left center;
  padding-left: 20px;
  border-bottom: 1px dashed #ececec;
}
.s5-box li:hover {
  color: #2b78d9;
}
.s5-box li:hover a {
  color: #2b78d9;
}
.s5-box li a {
  color: #686868;
  display: flex;
  justify-content: space-between;
}
.s5-img {
  width: 100%;
}
.s5-img img {
  width: 100%;
}
.ewm img {
  border: 10px solid white;
}
.ewm P {
  color: #2b78d9;
  text-align: center;
  margin-top: 10px;
}
.f-list dt {
  font-size: 16px;
  color: #525252;
  padding-bottom: 10px;
  margin-bottom: 15px;
  background: url(../images/ft.png) no-repeat bottom center;
}
.f-list dd {
  font-size: 15px;
  margin-bottom: 15px;
}
.f-list dd:hover a {
  color: #2b78d9 !important;
}
.f-list dd a {
  color: #616161;
}
/*bottom*/
.footer {
  background: #eeeeee;
  padding: 2% 0;
}
.footer .f-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-tel dt {
  color: #2b78d9;
  font-size: 16px;
}
.f-tel dd {
  color: #2b78d9;
  font-size: 32px;
  font-weight: bold;
}
.f-t-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #afc7e9;
  padding-bottom: 10px;
}
.f-t-bottom img {
  width: 30px;
  margin-right: 5px;
}
.f-t-bottom h2 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.f-t-bottom span {
  font-size: 16px;
  color: #666666;
}
.fbc {
  display: flex;
  align-items: center;
}
.copy {
  padding: 1% 0;
  background-color: #2b78d9;
  color: white;
  font-size: 14px;
}
.copy a {
  color: white;
}
.copy-con {
  overflow: hidden;
}
.copy-con span {
  float: left;
}
.copy-con span:last-child {
  float: right;
}
.bhide {
  overflow: hidden;
}
.logo a {
  float: left;
  display: block;
}
.nav-btn {
  float: left;
  line-height: 100px;
  margin-right: 2%;
  display: none;
}
.nav-hide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto !important;
}
.nav-hide > ul {
  width: 100%;
  margin-top: 20px;
}
.nav-hide > ul > li {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.nav-hide > ul > li:hover .second {
  display: block;
}
.nav-hide > ul > li > a {
  color: #999;
  padding: 10px 0;
  display: block;
}
.close-box {
  height: 110px;
  padding: 0 3%;
  border-bottom: 1px solid #cccccc;
}
.close-box p {
  font-size: 18px;
  padding-left: 1%;
  color: #333;
}
.close {
  cursor: pointer;
  display: block;
  height: 60px;
  width: 60px;
  float: right;
  line-height: 110px;
  text-align: center;
  /*   line-height: 50px;
	font-size: 50px;
	color: #e02f2f; */
}
.n-on > a {
  color: white !important;
  background-color: #2b78d9;
}
.nav-hide .second {
  display: none;
}
.nav-hide .second li {
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}
.nav-hide .second li a {
  padding: 0.2rem 0;
  display: block;
  color: #999;
}
.n1-con {
  padding: 4% 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n1-img {
  width: 33%;
}
.n1-text {
  width: 65%;
  position: relative;
}
.n1-text h2 {
  font-size: 26px;
}
.n11-p {
  background-color: #f5f5f5;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 14px;
  margin: 20px 0;
}
.n11-p em {
  font-size: 26px;
}
.n11-p b {
  color: #d82920;
  font-weight: normal;
  margin-left: 1%;
}
.n-menu li {
  display: inline-block;
  border: 1px solid #b8b7bd;
  height: 34px;
  line-height: 34px;
  margin-right: 2%;
}
.n-menu li a {
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 0 10px;
}
.non {
  border: 1px solid #d82920 !important;
  background: url(../images/gou.png) no-repeat right bottom;
}
.non a {
  color: #d82920 !important;
}
.n11-p1 {
  font-size: 14px;
}
.n11-p1 img {
  margin-top: -5px;
}
.buy {
  position: absolute;
  bottom: 0;
  left: 0;
}
.buy button {
  width: 230px;
  background-color: #d82920;
  color: white;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;
}
.n12-con {
  padding: 3%;
  padding-top: 1%;
  border: 1px solid #bfbfbf;
}
.n12-box {
  display: none;
}
.n12-box:first-child {
  display: block;
}
.n12-box h2 {
  color: #2b78d9;
  border-left: 5px solid #2b78d9;
  padding-left: 10px;
  font-size: 20px;
  margin: 2% 0;
}
.n12-box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
}
.nt {
  text-align: center;
  font-size: 35px;
  padding: 5% 0 3%;
}
.n13-img {
  /*background-color: #2b78d9;*/
  width: 105px;
  height: 105px;
  border-radius: 100%;
  text-align: center;
  line-height: 105px;
  margin: 8% auto;
}
.n13-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n13-con li {
  width: 19%;
  background-color: #f5f5f5;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1%;
  padding-bottom: 2%;
}
.n13-con dt {
  font-size: 20px;
  margin-bottom: 2%;
}
.n13-con dd {
  font-size: 14px;
  color: #666;
  line-height: 1.7em;
}
.n13-con ul li .n13-img{
    -webkit-transition: 0.8s;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
}
  
.n13-con ul li .n13-img:hover{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.n13-con ul li .img1{
  display: none;
}
.n13-con ul li:hover .img2{
  display: none;
}
.n13-con ul li:hover .img1{
  display: inline-block;
}
.n14-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n14-con li {
  border: 1px solid #bfbfbf;
  width: 12.5%;
  box-sizing: border-box;
  text-align: center;
  border-left: 0px solid #000;
  padding: 2% 0;
}
.n14-con li:first-child {
  border: 1px solid #bfbfbf;
}
.n14-con li:hover p {
  color: #d82920;
}
.n14-con li:hover .a1 {
  display: none;
}
.n14-con li:hover .a2 {
  display: block;
}
.n14-con li p {
  color: #666;
  font-size: 16px;
  margin-top: 8%;
}
.n14-box img {
  margin: 0 auto;
}
.a2 {
  display: none;
}
.a1 {
  display: block;
}
.n15-con {
  padding: 3%;
  padding-top: 1%;
  border: 1px solid #bfbfbf;
}
.n15-box {
  display: none;
}
.n15-box:first-child {
  display: block;
}
.n15-box h2 {
  color: #2b78d9;
  border-left: 5px solid #2b78d9;
  padding-left: 10px;
  font-size: 20px;
  margin: 2% 0;
}
.n15-box p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
}
.n15p {
  padding-left: 4%;
}
.n16-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n16-con ul li {
  width: 16%;
}
.n16-con dt {
  border-radius: 100%;
  border: 2px solid #2b78d9;
  color: #2b78d9;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.n16-con dd {
  font-size: 18px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
}
.n16-con dl {
  position: relative;
  width: 100%;
  height: 70px;
  color: #2b78d9;
  border: 2px solid #2b78d9;
  text-align: center;
}
.n17 {
  padding-bottom: 5%;
}
.n17-con dt {
  font-size: 20px;
}
.n17-con dd {
  color: #666;
  font-size: 18px;
}
.n17-con li {
  width: 28%;
  margin-bottom: 3%;
}
.n17-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n17-con dl {
  width: 70%;
}
.n17-box {
  display: flex;
  align-items: center;
}
.n17-box dt {
  margin-bottom: 2%;
}
.n17-img {
  height: 70px;
  width: 70px;
  border: 2px solid #2b78d9;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  margin-right: 20px;
}
.n18 {
  border-top: 1px solid #bfbfbf;
  padding-bottom: 5%;
}
.n18-text {
  text-align: center;
  width: 100%;
}
.n18-text li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8em;
  color: #2b78d9;
  font-size: 20px;
  min-width: 200px;
  margin: 0 2%;
}
.n18-text li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #2b78d9;
  margin-right: 2%;
}
.n18-con {
  width: 70%;
  margin: 0 auto;
}
.n18-con p {
  margin-bottom: 2%;
  font-size: 16px;
  color: #666;
}
.n18-con input[type=text] {
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  font-size: 14px;
  padding-left: 10px;
}
.n18-con input[type=text] ::placeholder {
  color: #bfbfbf;
  font-family: "微软雅黑";
}
.n18-con input[type=submit] {
  background-color: #d82920;
  width: 100%;
  font-size: 18px;
  color: white;
  height: 55px;
  cursor: pointer;
}
.n18-con .row {
  margin-bottom: 2%;
}
.m-right {
  width: 75%;
  float: right;
}
.n2 {
  padding: 5% 0;
}
.aside {
  width: 22%;
  float: left;
  border: 1px solid #eee;
  background-color: #fff;
}
.aside h2 {
  background-color: #2b78d9;
  text-align: center;
  color: white;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.aside h2 img {
  margin-right: 5px;
}
.aside ul {
  margin-top: 10px;
  margin-bottom: 10%;
}
.aside li {
  padding: 0px 4%;
  background: url(../images/n121.png) no-repeat 5% center;
}
.aside li a {
  display: block;
  padding: 15px 0%;
  border-bottom: 1px dashed #cccccc;
  font-size: 14px;
  padding-left: 8%;
}
.aside li:hover {
  background: url(../images/n122.png) no-repeat 5% center;
  background-color: #d82920;
}
.aside li:hover a {
  color: white;
  border-bottom: 1px dashed #d82920;
}
.m-right {
  border: 1px solid #d1d1d1;
}
.mt {
  height: 50px;
  font-size: 18px;
  color: #2b78d9;
  line-height: 50px;
  background-color: #eeeeee;
}
.mt-text {
  padding-left: 30px;
  background: url(../images/n123.png) no-repeat 10px center;
}
.mt-text {
  float: left;
}
.ny-position {
  float: right;
  height: 50px;
  font-size: 14px;
  padding-right: 10px;
}
.position-con {
  float: left;
  min-width: 300px;
  text-align: right;
}
.position-con a:before {
  content: ">>";
  display: inline-block;
  margin: 0 5px;
}
.ny-position {
  height: 50px;
  font-size: 14px;
}
.position-con {
  float: left;
}
.position-con a:before {
  content: ">";
  display: inline-block;
  margin: 0 2px;
}
.xm {
  background: #fff;
  padding: 10px 20px  40px 20px;
}
.xm a {
  display: block;
  padding-left: 20px;
  background: url(../images/xm1.png) no-repeat center left;
}
.xm li {
  font-size: 14px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.xm li:hover a {
  color: #2b78d9;
  background: url(../images/xm2.png) no-repeat center left;
}
.m-right {
  background-color: #fff;
}
.nym .n-con {
  display: flex;
  justify-content: space-between;
}
.xm-arrow {
  text-align: right;
  margin-top: 20px;
}
.xml {
  background: url(../images/xml1.png) no-repeat center center;
  background-size: cover;
  width: 13px;
  height: 21px;
  display: inline-block;
  margin: 0 10px;
}
.xml:hover {
  background: url(../images/xml2.png) no-repeat center center;
}
.xml a {
  display: block;
}
.xmr {
  background: url(../images/xmr1.png) no-repeat center center;
  background-size: cover;
  width: 13px;
  height: 21px;
  display: inline-block;
  margin: 0 10px;
}
.xmr:hover {
  background: url(../images/xmr2.png) no-repeat center center;
}
.xmr a {
  display: block;
}
.n71t {
  text-align: center;
  padding: 5% 0;
}
.n71t dt {
  font-size: 32px;
  margin-bottom: 10px;
}
.n71t dd {
  color: #666;
  font-size: 16px;
}
.n7-1 {
  background-color: #fff;
}
.n7-1 .content {
  position: relative;
  padding-bottom: 180px;
}
.n71-con {
  height: 220px;
  position: absolute;
  box-sizing: border-box;
  z-index: 100;
  left: 0;
  bottom: -80px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #ececec;
  -moz-box-shadow: 0px 0px 10px 0px #ececec;
  box-shadow: 0px 0px 10px 0px #ececec;
}
.n7-2 {
  background: url(../images/n72bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 10% 0 5%;
}
.n71-left {
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.n71-left p {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  width: 80%;
}
.n71-right {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.n71-right p {
  position: absolute;
  font-size: 14px;
  width: 60%;
}
.n71-box1 {
  background: url(../images/n71bg.jpg) no-repeat top center;
  background-size: cover;
  height: 190px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: -30px;
  top: -30px;
}
.n71-box1 dt {
  font-size: 24px;
  margin-bottom: 10px;
}
.n71-box1 dd {
  font-size: 16px;
}
.n71-box2 {
  background: url(../images/n71bg2.jpg) no-repeat top center;
  background-size: cover;
  height: 190px;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  right: -30px;
  bottom: -40px;
}
.n71-box2 dt {
  font-size: 24px;
  margin-bottom: 10px;
}
.n71-box2 dd {
  font-size: 16px;
}
.n7-2 h2 {
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
}
.n72-con {
  padding: 20px 0;
}
.n72-con ul {
  display: flex;
  justify-content: space-between;
}
.n72-con .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n72-img {
  position: relative;
}
.n72-text {
  width: 150px;
}
.n72-text dl {
  text-align: center;
}
.n72-text dt {
  font-size: 22px;
  margin: 15px 0 25px;
}
.n72-text dd {
  font-size: 16px;
  color: #666;
  line-height: 1.8em;
}
.n72a {
  padding-top: 70px;
}
.n7-3 {
  background-color: #fff;
  padding-bottom: 5%;
}
.n7-3 h2 {
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}
.n7-3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.n7-3 li {
  width: 48%;
  float: left;
}
.n73-box {
  -webkit-box-shadow: 0px 0px 10px 0px #ececec;
  -moz-box-shadow: 0px 0px 10px 0px #ececec;
  box-shadow: 0px 0px 10px 0px #ececec;
  padding: 5%;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  position: absolute;
  top: -10%;
  left: -5%;
}
.n73-c {
  background-color: #2b78d9;
  width: 95%;
  margin-left: 5%;
  padding-bottom: 5%;
  height: 260px;
  position: relative;
}
.n73-con {
  margin: 70px 0 50px;
}
.n73-text {
  float: left;
  width: 42%;
}
.n73-text dt {
  font-size: 26px;
  margin-bottom: 8%;
}
.n73-text dd {
  font-size: 16px;
  color: #666;
  margin-bottom: 4%;
}
.n73-img {
  float: left;
  margin-right: 8%;
  width: 50%;
}
.n73-img img {
  border: 4px solid white;
  -webkit-box-shadow: 0px 0px 10px 0px #ececec;
  -moz-box-shadow: 0px 0px 10px 0px #ececec;
  box-shadow: 0px 0px 10px 0px #ececec;
}
.n7-4 h2 {
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}
.n7-4 ul li {
  width: 50%;
  text-align: center;
  float: left;
  box-sizing: border-box;
  padding: 0 5%;
}
.n7-4 p {
  font-size: 18px;
  margin: 20px 0;
}
.n7-5 {
  background-color: #fff;
}
.n7-5 h2 {
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}
.n7-5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n7-5 li {
  width: 31%;
  -webkit-box-shadow: 0px 0px 10px 0px #ececec;
  -moz-box-shadow: 0px 0px 10px 0px #ececec;
  box-shadow: 0px 0px 10px 0px #ececec;
  margin-bottom: 4%;
}
.n7-5 dl {
  text-align: center;
  padding: 20px 0;
}
.n7-5 dt {
  font-size: 20px;
  margin-bottom: 20px;
}
.n7-5 dd {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
  color: #666;
}
.n7-6 {
  padding: 20px 0 40px;
}
.n7-6 h2 {
  text-align: left;
  font-size: 32px;
  padding: 10px 0;
}
.n7-6 dt {
  font-size: 14px;
  color: #2b78d9;
  margin-bottom: 1%;
}
.n7-6 dl {
  border-bottom: 1px solid #e9e9e9;
  padding: 2% 0 1%;
}
.n7-6 dd {
  font-size: 14px;
  line-height: 1.8em;
  color: #666;
  margin-bottom: 1%;
}
.n76-t {
  border-bottom: 1px solid #e9e9e9;
}
.n8-1 {
  background-color: #fff;
}
.n8-1 .content {
  position: relative;
  padding-bottom: 220px;
}
.n81-img {
  position: relative;
}
.n81-img dd {
  font-size: 16px;
  margin-bottom: 5%;
}
.n81-img dt {
  font-size: 22px;
  margin-bottom: 10%;
}
.n81-img dl {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 90%;
}
.n81-con {
  position: absolute;
  width: 100%;
}
.n81-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n81-con li {
  width: 31%;
}
.n81-con li:nth-child(odd) .n81-top {
  height: 80px;
  background: url(../images/n81t.png) no-repeat center top;
  background-size: contain;
}
.n81-con li:nth-child(odd) .n81-top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2b78d9;
  text-align: center;
  padding-top: 10px;
}
.n81-con li:nth-child(even) .n81-top {
  height: 80px;
  background: url(../images/n81t2.png) no-repeat center top;
  background-size: contain;
}
.n81-con li:nth-child(even) .n81-top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d82920;
  text-align: center;
  padding-top: 10px;
}
.n81-con li img {
  width: 100%;
}
.n10-1 {
  background-color: #fff;
}
.n10-1 .content {
  position: relative;
  padding-bottom: 180px;
}
.n10-con {
  position: absolute;
  width: 100%;
}
.n10-con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.n10-con li {
  width: 48%;
  position: relative;
}
.n10-con dl {
  position: absolute;
  width: 70%;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.n10-con dt {
  font-size: 26px;
  font-weight: bold;
}
.n10-con dt:after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  margin: 4% auto 5%;
  background-color: #fff;
}
.n10-con dd {
  font-size: 18px;
  line-height: 1.8em;
}
.nnt {
  font-size: 32px;
  padding: 6% 0;
  text-align: center;
}
.n11-1 {
  background-color: #f6f6f6;
  padding-bottom: 8%;
}
.n11-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n11-con li {
  width: 48%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.n11-con li:nth-child(even) h3 {
  background-color: #d82920 !important;
}
.n11-con h3 {
  padding: 1.5% 0;
  color: white;
  font-size: 26px;
  text-align: center;
  background-color: #2b78d9;
}
.n11-box {
  background-color: #fff;
  padding: 8% 0;
  overflow: hidden;
}
.n11-box > div {
  width: 33.3%;
  float: left;
}
.n11-box dl {
  text-align: center;
}
.n11-box dt {
  font-size: 22px;
  margin: 5% 0;
}
.n11-box dd {
  font-size: 14px;
  color: #666;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8em;
}
.n11-icon {
  margin: 0 auto;
  text-align: center;
}
.n11-icon img {
  height: 70px;
}
.n112-1 {
  width: 21%;
  float: left;
  background-color: #2b78d9;
  padding: 8% 0;
}
.n112-1 img {
  display: block;
  width: 60%;
  max-width: 140px;
  margin: 0 auto;
}
.n112-con {
  border: 2px solid #2b78d9;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.n112-2 {
  width: 55%;
  box-sizing: border-box;
  padding: 1%;
  float: left;
  border-right: 1px solid #cccccc;
}
.n112-text {
  margin-top: 5%;
  text-align: center;
  color: white;
  font-size: 28px;
  line-height: 1.6em;
}
.n112-row {
  margin-bottom: 4%;
}
.n112-row label {
  width: 138px;
  display: inline-block;
  background: url(../images/n112bg.png) no-repeat center center;
  background-size: cover;
  height: 43px;
  line-height: 43px;
  color: white;
  font-size: 18px;
  text-align: center;
}
.n1122-text {
  display: inline-block;
  margin-left: 2%;
}
.n1122-text p {
  color: #666;
  font-size: 16px;
}
.n1122-text em {
  display: inline-block;
  vertical-align: center;
  background-color: #999;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: white;
}
.n1122-text li {
  font-size: 16px;
  margin-top: 12px;
}
.n1122-text ul {
  display: inline-block;
}
.n112-3 {
  box-sizing: border-box;
  width: 24%;
  float: left;
  margin: 4% 0;
}
.n112-3 button {
  display: block;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: 70%;
  height: 65px;
  font-size: 26px;
  background-color: #d82920;
  margin: 0 auto;
}
.n113-con {
  background: url(../images/n113bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4%;
  box-sizing: border-box;
}
.n113-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5%;
}
.n113-con ul:nth-child(2n) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.n113-box {
  height: 77px;
  background: url(../images/n113bg2.png) no-repeat left center;
  background-size: cover;
  position: relative;
}
.n113-box p {
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}
.n113-box em {
  position: absolute;
  display: block;
  font-size: 20px;
  color: white;
  left: 5px;
  top: 4px;
}
.n113-text {
  padding: 0 30px;
}
.row-res {
  transform: rotate(180deg);
}
.n11-3t {
  background-color: #050505;
  padding: 2% 0;
  text-align: center;
  color: white;
  font-size: 16px;
}
.n114-con {
  /* ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	} */
}
.n114-con li {
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.n114-con li:hover .n114-mask {
  top: 0;
  transition: all 0.3s;
}
.n11-3 {
  position: relative;
  z-index: 10;
}
.n11-4 {
  background-color: #f6f6f6;
  margin-top: -30px;
  position: relative;
  z-index: 5;
  padding-bottom: 5%;
}
.n114-text {
  text-align: center;
  padding: 5% 0;
}
.n114-text dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4%;
}
.n114-text dd {
  font-size: 14px;
  color: #666;
}
.n114-mask {
  position: absolute;
  background-color: #333333;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}
.n114-img img {
  width: 100%;
}
.n114-box {
  border: 1px solid #2b78d9;
  margin: 4%;
  height: 92%;
  background-color: #2b78d9;
}
.n114-top {
  color: white;
  text-align: center;
  padding: 5% 3%;
  background-color: #333333;
}
.n114-top dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.n114-top dd {
  font-size: 16px;
  margin-bottom: 2%;
}
.n114-bottom {
  background-color: #2b78d9;
  padding: 5% 3%;
  color: white;
  line-height: 1.8em;
  font-size: 14px;
}
.last-arrow {
  display: none;
}
/* 关于我们 */
.chose{
  margin-bottom: 140px
}
.chose_nav li{
  float: left;
  margin-right: 7%;
  position: relative;
}
.chose_nav li:nth-child(4n){
  margin-right: 0 !important
}
.chose_nav li a{
  font-size: 18px;
  color: #333;
}
.chose_nav .on1:after{
  content: "";
  position: absolute;
  top:100%;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 3px;
  background: #2b78d9;
  margin-top:21px

}
.chose_nav .on1 a{
  color: #2b78d9
}
.chose_nav{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 22px;
  margin-top: 50px
}
.chose_p{
  width: 45%;
  font-size:16px;
  color: #666666;
  line-height: 30px;
}
.chose_p p{
  text-indent: 2em
}
.chose_p i{
  font-family: normal;
  font-size: 16px;
  color: #2b78d9;
  font-weight: bold;
}
.chose_banner{
  width: 53%;
  background: url(../images/pic_02_03.png) no-repeat;
  background-size: 100% 100%;
  padding:11px
}
.chose_p2{
  font-size:16px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.chose_box{
  margin-top: 55px;
  display: none;
}
.chose_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.chose_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.tab{
  display: block
}
/* 技术中心 */
.ny2 li{
  float: left;
  width: 49%;
  background: #f5f5f5;
  border-radius: 5px;
  padding:1.15% 0;
  padding-left: 25px;
  margin-right: 2%;
  margin-bottom: 20px
}
.ny2 li:nth-child(2n){
  margin-right: 0 !important
} 
.ny2 li p:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  background: url(../images/pic_04.png);
}
.ny2 li p{
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 29px
}
.botom{
  padding-bottom:90px
}
/* 企业文化 */
.wh_img{
  width: 50%
}
.wh_p{
  width: 48%;
  margin-top: 65px;
  text-align: left;
}
.wh_p2{
  width: 48%;
  margin-top: 65px;
  text-align: right;
}
.wh_p3{
  width: 48%;
  margin-top: 65px;
  text-align: right;
}
.wh_p h6{
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  position: relative;
  padding-left: 15px
}
.wh_p h6:before{
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 100%;
}
.wh_p span{
  font-size: 16px;
  color: #666666;
  line-height: 58px
}
.wh_p p{
  font-size: 14px;
  color: #666666;
/*   line-height: 58px */
}
.wh_p2 h6{
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  position: relative;
  padding-left: 15px
}
.wh_p2 h6:before{
  content: "";
  position: absolute;
  top: 25%;
  left: 92%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 100%;
}
.wh_p2 span{
  font-size: 16px;
  color: #666666;
  line-height: 58px
}
.wh_p2 p{
  font-size: 14px;
  color: #666666;
/*   line-height: 58px */
}
.wh_p3 h6{
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 19px;
  position: relative;
  padding-left: 15px
}
.wh_p3 h6:before{
  content: "";
  position: absolute;
  top: 25%;
  left: 89%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 100%;
}
.wh_p3 span{
  font-size: 16px;
  color: #666666;
  line-height: 58px
}
.wh_p3 p{
  font-size: 14px;
  color: #666666;
/*   line-height: 58px */
}
.wh .chose_box li{
  margin-bottom: 40px;
}
.wh{
  margin-bottom: 57px
}
/* 人才认定 */
.xm_title span{
  font-size: 20px;
  color: #000;
}
.xm_title p{
  font-size: 14px;
  color: #333333;
  margin-top: 21px;
}
.xm_li span{
  font-size: 18px;
  color: #333333;
}
.xm_li p{
  font-size: 14px;
  color: #666;
}
.xm_li2{
    background: #fff;
    padding: 10px 20px 40px 20px;
}
.xm_li > ul > li{
  margin-top: 45px
}
.xm_li > ul > li > ul{
  text-indent: 2em
}
.xm_li > ul > li > ul > li{
  line-height: 30px
}
.xm_img{
  margin-top: 58px
}
.gb{
  margin-top: 50px;
}
.gb_top{
  background:url(../images/pic_07_03.jpg) no-repeat;
  background-size: 100% 100%;
  border-top: 3px solid #2b78d9;
  text-align: center;
  padding: 4% 0 5% 0;
  box-shadow: 0 0 9px rgba(204,204,204,.66)
}
.gb_top-box{
  width: 71%;
  display: inline-block;
}
.gb_top-box span{
  display: block;
  font-size: 32px;
  color: #333333;
  position: relative;
  padding-bottom: 23px;
}
.gb_top-box p{
  font-size: 16px;
  color: #666666;
  line-height: 35px;
  margin-top: 60px
}
.gb_top-box span:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 2px;
  background: #333333
}
.gb_li h2{
  text-align: center;
    font-size: 32px;
    padding: 30px 0;
}
.gb_li li{
  width: 32%;
  text-align: center;
  float: left;
  margin-right: 2%
}
.gb_li li:nth-child(3n){
  margin-right: 0 !important 
}
.gb_li li p{
  width: 85%;
  font-size: 24px;
  color: #333333;
  padding:24px 0;
  display: inline-block;
  box-shadow: 0px 0px 16px rgba(204,204,204,.75)
}
.gb_li li img{
  box-shadow: 7px 7px 16px rgba(204,204,204,.75)
}
.why{
  background: #f8f8f8;
  margin-top: 57px;
  padding-bottom: 53px;
}
.why h2{
  text-align: center;
    font-size: 32px;
    padding: 30px 0;
}
.why li{
  width: 49%;
  float: left;
  position: relative;
  margin-right: 2%;
  margin-bottom: 30px;
  box-shadow: 7px 7px 16px rgba(204,204,204,.75)
}
.why li img{
  width: 100%
}
.why li:nth-child(2n){
  margin-right: 0 !important
}
.why_p span{
  font-size: 26px;
  color: #fff;
  position: relative;
  padding-bottom: 21px
}
.why_p p{
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-top: 65px
}
.why_p{
  position: absolute;
  top: 25%;
  left: 5%;
  width: 70%
}
.why_p span:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 21%;
  height: 3px;
  background: #fff
}
.pow{
  margin-top: 34px
}
.pow ul{
  margin-top: 34px
}
.pow h2{
  text-align: center;
    font-size: 32px;
    padding: 30px 0;
}
.pow li{
  float: left;
  width: 15%;
  text-align: center;
  height: 229px;
  box-shadow: 0px 0px 16px rgba(204,204,204,.75);
  margin-right: 2%;
  padding-top: 30px;
  margin-bottom: 40px
}
.pow li:nth-child(6n){
  margin-right: 0 !important
}
.pow li img{
  height: 79px;
}
.pow li p{
  font-size: 20px;
  color: #333;
  margin-top: 60px
}
.wt{
  background: #f8f8f8;
  padding: 35px 0 73px 0
}
.wt_title{
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px
}
.wt_title h6{
  font-size: 24px;
  color: #333333;
}
.wt span{
  font-size: 14px;
  color: #2b78d9
}
.wt p{
  font-size: 14px;
  color: #666666;
  padding: 10px 0
}
.wt .content > ul > li ul{
  margin-left: 1.5%
}
.wt .content > ul > li{
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.gb .n7-2{
  padding: 2% 0 5% 0;
  background: none
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
  .phone-con  .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
.phone-con{
  display: none;
}
.swiper-slide-li2 {
    width: 49%;
    float: left;
    position: relative;
    margin-right: 2%;
    margin-bottom: 30px;
    box-shadow: 7px 7px 16px rgba(204,204,204,.75);
}
.swiper-slide-li2 img{
  width: 100%
}
.phone-why{
  display: none;
}
.swiper-slide-li3 {
    width:100%;
    text-align: center;
    height: 229px;
    box-shadow: 0px 0px 16px rgba(204,204,204,.75);
    margin-right: 2%;
    padding-top: 30px;
    margin-bottom: 40px;
}
.swiper-slide-li3  p {
    font-size: 20px;
    color: #333;
    margin-top: 60px;
}
.phone-pow{
  display: none;
}
.swiper-slide-li5{
  position: relative;
}
.swiper-slide-li5 dl {
    position: absolute;
    width: 70%;
    color: white;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.swiper-slide-li5 dt {
    font-size: 26px;
    font-weight: bold;
}
.swiper-slide-li5 dd {
    font-size: 18px;
    line-height: 1.8em;
}
.swiper-slide-li5 dt:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    margin: 4% auto 5%;
    background-color: #fff;
}
.swiper-slide-li6:nth-child(odd) .n81-top {
    height: 80px;
    background: url(../images/n81t.png) no-repeat center top;
    background-size: contain;
}
.swiper-slide-li6:nth-child(odd) .n81-top h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2b78d9;
    text-align: center;
    padding-top: 10px;
}
.swiper-slide-li6:nth-child(even) .n81-top {
    height: 80px;
    background: url(../images/n81t2.png) no-repeat center top;
    background-size: contain;
}
.swiper-slide-li6:nth-child(even) .n81-top {
    height: 80px;
    background: url(../images/n81t2.png) no-repeat center top;
    background-size: contain;
}
.phone-n81-con{
  display: none
}
.phone-n10-con{
  display: none
}


.s5-img img{ -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.s5-img:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);}


