/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #111111;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111111;
}
a:hover {
  color: #1e50ae;
}
.cl {
  clear: both;
  height: 0px;
}
body {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Microsoft YaHei";
  max-width: 1920px;
  overflow-x: hidden;
  min-width: 1400px;
}
img {
  max-width: 100%;
  display: block;
}
a,
span {
  display: block;
}
.page {
  width: 98%;
  width: 1324px;
  margin: 0 auto;
  position: relative;
}
/* top */
.top-w {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  border-bottom: 1px solid #e7e7e7;
}
.top-w .page {
  display: flex;
}
.top-w .text {
  padding-left: 30px;
  color: #666;
  background: url(../images/top-tb.png) no-repeat left center;
}
.top-w .right {
  margin: 0 0 0 auto;
  display: flex;
}
.top-w .right ul {
  display: flex;
  margin-right: 10px;
}
.top-w .right ul * {
  color: #aaaaaa;
}
.top-w .right ul li {
  padding: 0 15px;
  border-left: 1px solid #e7e7e7;
}
.top-w .right ul li i {
  font-size: 17px;
  font-weight: bold;
  color: #1e50ae;
}
.top-w .right ul li:hover {
  background-color: #1e50ae;
}
.top-w .right ul li:hover a {
  color: #fff;
}
.top-w .right ul .lg-btn {
  display: flex;
  padding: 0 38px;
  border-left: 1px solid #e7e7e7;
}
.top-w .right ul .lg-btn a {
  padding-left: 30px;
  margin-right: 10px;
  position: relative;
  color: #666666;
}
.top-w .right ul .lg-btn a::before {
  content: '';
  width: 27px;
  height: 16px;
  background: url(../images/lg-icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-w .right ul .lg-btn a:last-child::before {
  background-position-x: right;
}
.top-w .right ul .lg-btn .active {
  color: #1e50ae;
}
/* header */
.header .page {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
}
.header .logo img {
  width: 90px;
}
.header .logo .text {
  display: flex;
  margin-top: 10px;
}
.header .logo .text h1 {
  padding-left: 8px;
}
.header .logo .text h1 p {
  font-size: 19px;
  color: #000;
  font-style: italic;
}
.header .logo .text h2 {
  padding-left: 24px;
  margin-left: 15px;
  border-left: 1px solid #eee;
}
.header .logo .text h2 p {
  font-size: 23px;
}
.header .logo .text h2 p i {
  color: #1e50ae;
}
.header .logo .text h2 span {
  font-size: 15px;
  color: #666666;
  font-weight: normal;
}
.header .logo .text h2 span i {
  color: #fe6701;
}
.header .hot-l {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.header .hot-l .phone p {
  font-size: 15px;
  color: #aaaaaa;
}
.header .hot-l .phone span {
  font-size: 28px;
  color: #fe6701;
  font-weight: bold;
  line-height: 1;
}
.header .hot-l .wx {
  padding: 0 103px 0 58px;
}
.header .hot-l .wx img {
  width: 80px;
  margin: 0 auto;
}
.header .hot-l .wx p {
  font-size: 12px;
  text-align: center;
}
/* nav */
.nav {
  background-color: #1e50ae;
}
.nav-list {
  display: flex;
}
.nav-list > li {
  flex: 1;
  line-height: 50px;
  position: relative;
  transition: all 0.2s linear;
}
.nav-list > li > a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav-list > li .erji2 {
  min-width: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  white-space: nowrap;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.2s linear;
}
.nav-list > li .erji2 li {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 li:last-child {
  border-bottom: none;
}
.nav-list > li .erji2 li a {
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.nav-list > li .erji2 li:hover {
  background-color: #1e50ae;
}
.nav-list > li .erji2 li:hover a {
  color: #fff;
}
.nav-list > li:hover {
  background-color: #fe6701;
  transition: all 0.2s linear;
}
.nav-list > li:hover a {
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s linear;
}
.nav-list .active {
  background-color: #fe6701;
}
.nav-list .active a {
  color: #fff;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
}
.banner-box .banner-btn a {
  display: block;
  width: 49px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 99;
}
.banner-box .banner-btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-box .banner-btn .prev {
  left: -50px;
  background: url(../images/banner-h.png) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url(../images/banner-h.png) no-repeat -49px 0;
}
.banner-box:hover .prev {
  left: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box:hover .next {
  right: 20px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/* 搜索 */
.search {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.search .page {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  color: #000;
}
.search .page .keywo > p img {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search .page .keywo a {
  font-size: 16px;
  margin-right: 10px;
  padding-right: 10px;
  color: #555555;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #1e50ae;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #1e50ae;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #fe6701;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  text-align: center;
}
.wz-bt p {
  font-size: 40px;
  font-weight: bold;
}
.wz-bt p i {
  font-weight: bold;
  color: #1e50ae;
}
.wz-bt span {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.wz-bt .bt-i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.wz-bt .bt-i em {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fe6701;
  margin-right: 7px;
}
.wz-bt .bt-i em:nth-child(2) {
  background-color: #1e50ae;
}
.wz-bt .bt-i em:last-child {
  margin-right: 0;
}
.partner {
  padding: 10px 0 5px;
  background-color: #f5f5f5;
}
.partner .page {
  display: flex;
  align-items: center;
}
.partner .title {
  padding-left: 64px;
  background: url(../images/ptn-tit.png) no-repeat 20px 8px;
  white-space: nowrap;
  margin-right: 30px;
}
.partner .title p {
  font-size: 28px;
}
.partner .title p i {
  font-weight: bold;
}
.partner .title span {
  font-size: 13px;
  color: #333;
}
.partner .ptn-box {
  flex: 1;
}
.partner .ptn-box li {
  margin: 15px 0;
  width: 211px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.partner .ptn-box li img {
  transition: all 0.2s linear;
}
.partner .ptn-box li:hover {
  box-shadow: 0px 0px 15px #ccc;
  transform: translateY(-5px);
  transition: all 0.2s linear;
}
.partner .ptn-box li:hover img {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.char {
  display: none !important;
  padding: 40px 0 20px 0;
  background: url(../images/pro-bg.jpg) no-repeat center 155px;
}
.char ul {
  margin-top: 50px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.char ul li {
  width: 245px;
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.char ul li i {
  width: 80px;
  height: 80px;
  background: url(../images/char-icon.png);
  background-position-y: -167px;
  transition: all 0.3s linear;
}
.char ul li:nth-child(1) i {
  background-position-x: -10px;
}
.char ul li:nth-child(2) i {
  background-position-x: -110px;
}
.char ul li:nth-child(3) i {
  background-position-x: -210px;
}
.char ul li:nth-child(4) i {
  background-position-x: -310px;
}
.char ul li p {
  font-size: 24px;
  color: #818181;
  margin: 10px 0;
}
.char ul li span {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  width: 200px;
}
.char ul li:hover {
  background: url(../images/char-lbg.png);
}
.char ul li:hover * {
  color: #fff;
}
.char ul li:hover i {
  background-position-y: -12px;
  transition: all 0.3s linear;
}
.char .text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.char .text p {
  padding: 0 60px;
  line-height: 40px;
  background-color: #1e50ae;
  color: #fff;
  font-size: 18px;
  border-radius: 26px;
}
/* 产品推荐 */
.pro-w {
  padding: 20px 16px 20px 24px;
}
.pro-w .title {
  padding-left: 64px;
  background: url(../images/pro-tit.png) no-repeat 16px 8px;
}
.pro-w .title p {
  font-size: 28px;
}
.pro-w .title p i {
  font-weight: bold;
}
.pro-w .title span {
  font-size: 13px;
  color: #333;
}
.pro-w .pro-box {
  margin-top: 15px;
}
.pro-w .pro-box .procenter {
  display: flex;
  align-items: flex-start;
}
.pro-w .pro-box .protab-box {
  width: 212px;
  background-color: #1e50ae;
  margin-right: 5px;
  padding: 32px 0;
}
.pro-w .pro-box .protab-box .list li {
  width: 150px;
  line-height: 55px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
.pro-w .pro-box .protab-box .list li a {
  font-size: 20px;
  position: relative;
}
.pro-w .pro-box .protab-box .list li a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #feb98a;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.pro-w .pro-box .protab-box .list li:hover a {
  color: #1e50ae;
}
.pro-w .pro-box .protab-box .list li:hover a::after {
  width: 60px;
  transition: all 0.3s linear;
}
.pro-w .pro-box .protab-box .my-slide-thumb-active a {
  color: #1e50ae;
}
.pro-w .pro-box .protab-box .my-slide-thumb-active a::after {
  width: 60px;
  transition: all 0.3s linear;
}
.pro-w .pro-box .protab-box .tit {
  text-align: center;
  margin-top: 40px;
}
.pro-w .pro-box .protab-box .tit p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.pro-w .pro-box .protab-box .tit span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: Arial;
}
.pro-w .pro-box .protab-box .info {
  margin-top: 18px;
}
.pro-w .pro-box .protab-box .info * {
  color: #fff;
}
.pro-w .pro-box .protab-box .info li {
  font-size: 13px;
  line-height: 23px;
  padding-left: 26px;
  margin-top: 10px;
  background: url(../images/pro-xtb.png) no-repeat 8px;
}
.pro-w .pro-box .protab-box .info li:nth-child(1) {
  background: none;
}
.pro-w .pro-box .protab-box .info li:nth-child(1) p {
  font-size: 14px;
}
.pro-w .pro-box .protab-box .info li:nth-child(1) span {
  font-size: 20px;
  color: #fe6701;
  font-weight: bold;
}
.pro-w .pro-box .protab-box .info li:nth-child(2) {
  background-position-y: 4px;
}
.pro-w .pro-box .protab-box .info li:nth-child(3) {
  background-position-y: -27px;
}
.pro-w .pro-box .protab-box .info li:nth-child(4) {
  background-position-y: -57px;
  padding-right: 10px;
}
.pro-w .pro-box .procon-box {
  flex: 1;
}
.pro-w .pro-box .procon-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .pro-box .procon-box ul li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 1%;
  border: 1px solid #002c80;
}
.pro-w .pro-box .procon-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .pro-box .procon-box ul li .pic {
  overflow: hidden;
}
.pro-w .pro-box .procon-box ul li img {
  transition: all 0.2s linear;
}
.pro-w .pro-box .procon-box ul li p {
  line-height: 45px;
  background-color: #002c80;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.pro-w .pro-box .procon-box ul li:hover {
  border-color: #1e50ae;
}
.pro-w .pro-box .procon-box ul li:hover img {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.pro-w .pro-box .procon-box ul li:hover p {
  background-color: #1e50ae;
  color: #fff;
}
.apply {
  padding: 34px 0 30px 0;
  background: url(../images/apply-bg.jpg) no-repeat top center;
}
.apply .page {
  width: 1400px;
}
.apply .wz-bt * {
  color: #fff;
}
.apply .wz-bt em:nth-child(2) {
  background-color: #fff;
}
.apply .list {
  background-color: #fff;
  margin-top: 30px;
  padding: 45px 38px;
  display: flex;
  flex-wrap: wrap;
}
.apply .list .pic {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.apply .list img {
  width: 100%;
  object-fit: cover;
}
.apply .list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: relative;
}
.apply .list li:nth-child(3) {
  margin-right: 0;
}
.apply .list li:nth-child(4) {
  width: 49%;
  margin-bottom: 0;
}
.apply .list li:nth-child(4) .pic {
  height: 306px;
}
.apply .list li:nth-child(5) {
  width: 49%;
  margin-right: 0;
  margin-bottom: 0;
}
.apply .list li:nth-child(5) .pic {
  height: 306px;
}
.apply .list li .text {
  position: absolute;
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s linear;
  overflow: hidden;
}
.apply .list li .text * {
  color: #fff;
}
.apply .list li .text P {
  line-height: 45px;
  font-size: 16px;
  transition: all 0.3s linear;
}
.apply .list li .text span {
  width: 295px;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  opacity: 0;
  transition: all 0.3s linear;
}
.apply .list li .text span::before {
  content: '';
  width: 25px;
  height: 2px;
  background-color: #fe6701;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.apply .list li:hover .text {
  height: 100%;
  justify-content: center;
  transition: all 0.3s linear;
}
.apply .list li:hover .text p {
  font-size: 20px;
  transition: all 0.3s linear;
}
.apply .list li:hover .text span {
  opacity: 1;
  transition: all 0.3s linear;
}
.apply .btm {
  margin-top: 30px;
  padding-left: 38px;
  display: flex;
  align-items: center;
}
.apply .btm * {
  color: #fff;
}
.apply .btm .text p {
  font-size: 24px;
}
.apply .btm .text span {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}
.apply .btm .text i {
  display: block;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/lc-p.png) no-repeat left center;
  margin-top: 20px;
}
.apply .btm .text em {
  font-size: 28px;
}
.apply .btm ul {
  margin: 0 0 0 auto;
  display: flex;
  width: 860px;
}
.apply .btm ul li {
  flex: 1;
  border-left: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.apply .btm ul li i {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/lc-icon.png);
  background-position-y: -113px;
  transition: all 0.3s linear;
}
.apply .btm ul li:nth-child(1) i {
  background-position-x: -30px;
}
.apply .btm ul li:nth-child(2) i {
  background-position-x: -131px;
}
.apply .btm ul li:nth-child(3) i {
  background-position-x: -230px;
}
.apply .btm ul li:nth-child(4) i {
  background-position-x: -333px;
}
.apply .btm ul li:nth-child(5) i {
  background-position-x: -429px;
}
.apply .btm ul li:nth-child(6) i {
  background-position-x: -534px;
}
.apply .btm ul li p {
  font-size: 14px;
  text-align: center;
  margin-top: 23px;
}
.apply .btm ul li::before {
  content: '';
  width: 0px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  opacity: 0.4;
  z-index: 0;
  transition: all 0.2s;
}
.apply .btm ul li::after {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #fe6701;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
.apply .btm ul li:hover i {
  background-position-y: -28px;
  transition: all 0.3s linear;
}
.apply .btm ul li:hover::before {
  width: 21px;
  height: 21px;
  transition: all 0.2s;
}
.adv {
  padding: 43px 0 23px 0;
  background: url(../images/adv-bg.jpg) no-repeat bottom center;
}
.adv .adv-box {
  margin-top: 60px;
  height: 660px;
  background-color: #fff;
  padding: 166px 185px 0;
  position: relative;
}
.adv .adv-box .adv-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv .adv-box .adv-tab li {
  width: 270px;
  height: 140px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.adv .adv-box .adv-tab li:nth-child(1) {
  margin-right: 400px;
}
.adv .adv-box .adv-tab li:nth-child(3) {
  margin-left: 35px;
  margin-top: 70px;
}
.adv .adv-box .adv-tab li:nth-child(4) {
  margin-right: 20px;
  margin-top: 70px;
}
.adv .adv-box .adv-tab li .tit {
  height: 78px;
  padding-left: 80px;
  padding-top: 10px;
  position: relative;
  border-bottom: 1px solid #111;
}
.adv .adv-box .adv-tab li .tit p {
  font-size: 24px;
}
.adv .adv-box .adv-tab li .tit span {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
}
.adv .adv-box .adv-tab li i {
  width: 64px;
  height: 64px;
  background-color: #777777;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/adv-icon.png);
  background-repeat: no-repeat;
  background-position-y: center;
}
.adv .adv-box .adv-tab li i::before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adv .adv-box .adv-tab li:nth-child(1) i {
  background-position-x: -20px;
}
.adv .adv-box .adv-tab li:nth-child(4) i {
  background-position-x: -118px;
}
.adv .adv-box .adv-tab li:nth-child(2) i {
  background-position-x: -216px;
}
.adv .adv-box .adv-tab li:nth-child(3) i {
  background-position-x: -318px;
  background-position-y: 20px;
}
.adv .adv-box .adv-tab li .text p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
  width: 290px;
}
.adv .adv-box .adv-tab .on {
  transition: all 0.3s linear;
}
.adv .adv-box .adv-tab .on .tit i {
  background-color: #fe6701;
}
.adv .adv-box .adv-tab .on .tit p {
  color: #fe6701;
}
.adv .adv-box .adv-tab .on .tit span {
  color: #fe6701;
}
.adv .adv-box .adv-con {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 28px;
  text-align: center;
}
.adv .adv-box .adv-con ul {
  top: 28px !important;
}
.adv .adv-box .adv-con li p {
  font-size: 36px;
  color: #1e50ae;
  font-weight: bold;
}
.adv .adv-box .adv-con li span {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 5px;
}
.adv .adv-box .adv-con li i {
  font-size: 14px;
  color: #bbbbbb;
}
.adv .adv-box .adv-con li img {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin-top: 30px;
}
.adv .adv-box .btm {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.adv .adv-box .btm li {
  padding: 0 20px;
  border-right: 1px dashed #c6c6c6;
  text-align: center;
}
.adv .adv-box .btm li:last-child {
  border-right: none;
}
.adv .adv-box .btm li span {
  display: inline;
  font-size: 36px;
  color: #1e50ae;
  font-weight: bold;
  font-family: Arial;
}
.adv .adv-box .btm li i {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.adv .adv-box .btm li em {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 3px;
}
/* 企业介绍 */
.intr {
  padding-top: 30px;
  background: url(../images/intr-bg.jpg) no-repeat top center;
}
.intr .box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.intr .box .pic {
  width: 700px;
  margin-right: 50px;
}
.intr .box .row {
  flex: 1;
}
.intr .box .row > p {
  font-size: 40px;
  color: #c1c1c1;
  font-weight: bold;
  font-family: Arial black;
  text-transform: uppercase;
  padding-top: 18px;
}
.intr .box .row > span {
  font-size: 30px;
  display: block;
  font-weight: bold;
}
.intr .box .row > span i {
  color: #1e50ae;
}
.intr .box .row .line {
  width: 48px;
  height: 1px;
  background-color: #fe6701;
  margin: 14px 0 20px 0;
}
.intr .box .row > i {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #4f4d4d;
  text-indent: 2rem;
  white-space: pre-wrap;
}
.intr .box .row .more {
  width: 188px;
  line-height: 44px;
  text-align: center;
  background-color: #1e50ae;
  color: #fff;
  font-size: 16px;
  margin-top: 40px;
}
.intr .box .row .more:hover {
  background-color: #fe6701;
}
/* 案例 */
.workshop {
  margin-top: 26px;
}
.workshop .tabs {
  display: flex;
  justify-content: center;
  position: relative;
}
.workshop .tabs > div {
  margin-right: 16px;
}
.workshop .tabs > div:last-child {
  margin-right: 0;
}
.workshop .tabs > div a {
  display: block;
  width: 140px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #d0d0d0;
}
.workshop .tabs .nep01 a {
  color: #fff;
  background: #1e50ae;
  position: relative;
}
.workshop .tabs::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.workshop .tabs::after {
  content: '';
  width: 322px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.workshop .case-box {
  margin-top: 24px;
  position: relative;
  padding: 0 50px;
}
.workshop .case-box .case-list {
  width: 100%;
  margin: 0 auto;
}
.workshop .case-box .case-list .tempWrap {
  width: 100% !important;
}
.workshop .case-box .case-list ul li {
  position: relative;
  width: 294px;
  height: 220px;
  margin-right: 16px;
  overflow: hidden;
}
.workshop .case-box .case-list ul li img {
  width: 100%;
  display: block;
}
.workshop .case-box .case-list ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s linear;
}
.workshop .case-box .case-list ul li:hover .title {
  height: 100%;
  transition: all 0.3s linear;
}
.workshop .case-box > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s linear;
}
.workshop .case-box > img:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}
.workshop .case-box .case-sPrev {
  left: 0;
}
.workshop .case-box .case-sNext {
  right: 0;
  transform: scaleX(-1) translateY(-50%);
}
.workshop .hidden {
  display: none;
}
/* 新闻 */
.news-w {
  padding: 48px 0 20px;
  background: url(../images/intr-bg.jpg) no-repeat 0px center;
}
.news-w .title {
  padding-left: 40px;
  margin-left: -40px;
  background: url(../images/news-tit.png) no-repeat 0px 8px;
}
.news-w .title p {
  font-size: 28px;
}
.news-w .title p i {
  font-weight: bold;
}
.news-w .title span {
  font-size: 13px;
  color: #333;
}
.news-w .tab-box {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
}
.news-w .tab-box .news-tab {
  display: flex;
}
.news-w .tab-box .news-tab a {
  font-size: 16px;
  margin-right: 40px;
  line-height: 23px;
  padding-bottom: 13px;
}
.news-w .tab-box .news-tab a:hover {
  color: #1e50ae;
  font-weight: bold;
  border-bottom: 2px solid #fe6701;
}
.news-w .tab-box .news-tab .on {
  color: #1e50ae;
  font-weight: bold;
  border-bottom: 2px solid #fe6701;
}
.news-w .tab-box .more {
  width: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #1e50ae;
}
.news-w .tab-box .more:hover {
  background-color: #fe6701;
}
.news-w .news-con {
  margin-top: 25px !important;
}
.news-w .news-con .n-top {
  display: flex;
}
.news-w .news-con .n-top .pic {
  width: 761px;
  height: 286px;
  margin-right: 10px;
}
.news-w .news-con .n-top .pic img {
  width: 100%;
  object-fit: cover;
}
.news-w .news-con .n-top ul {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-w .news-con .n-top ul li {
  flex: 1;
  background-color: #f3f3f3;
  margin-bottom: 2px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-top ul li:last-child {
  margin-bottom: 0;
}
.news-w .news-con .n-top ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}
.news-w .news-con .n-top ul li a::before {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: transparent transparent transparent #111;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.news-w .news-con .n-top ul li:hover {
  background-color: #1e50ae;
  transition: all 0.2s linear;
}
.news-w .news-con .n-top ul li:hover a p {
  color: #fff;
}
.news-w .news-con .n-top ul li:hover a::before {
  border-color: transparent transparent transparent #fff;
}
.news-w .news-con .n-btm {
  margin-top: 25px;
  padding: 0 20px;
  display: flex;
}
.news-w .news-con .n-btm li {
  width: 393px;
  height: 185px;
  margin-right: 72.5px;
  background-color: #f3f3f3;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:last-child {
  margin-right: 0;
}
.news-w .news-con .n-btm li a {
  height: 100%;
  display: flex;
  padding: 30px 24px 0;
}
.news-w .news-con .n-btm li .date {
  width: 75px;
  margin-right: 25px;
  position: relative;
}
.news-w .news-con .n-btm li .date i {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.news-w .news-con .n-btm li .date em {
  font-size: 24px;
  font-weight: bold;
}
.news-w .news-con .n-btm li .date::after {
  content: '';
  width: 47px;
  height: 47px;
  background: url(../images/dot-lan.png);
  position: absolute;
  left: 3px;
  top: 70px;
  opacity: 0.6;
}
.news-w .news-con .n-btm li .row {
  flex: 1;
  position: relative;
}
.news-w .news-con .n-btm li .row p {
  font-size: 16px;
  font-weight: bold;
}
.news-w .news-con .n-btm li .row span {
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
}
.news-w .news-con .n-btm li .row::before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: 120px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li .row::after {
  content: '';
  width: 4px;
  height: 4px;
  border: solid #111;
  border-width: 1px 1px 0 0;
  position: absolute;
  left: 20px;
  top: 118px;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover {
  background-color: #1e50ae;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover * {
  color: #fff;
}
.news-w .news-con .n-btm li:hover .date::after {
  background: url(../images/dot-bai.png);
}
.news-w .news-con .n-btm li:hover .row::before {
  background-color: #fff;
  width: 40px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover .row::after {
  border-color: #fff;
  left: 35px;
  transition: all 0.2s linear;
}
.links {
  width: 100%;
  background-color: #1e50ae;
}
.links * {
  color: #fff;
}
.links a:hover {
  text-decoration: underline;
  color: #fff;
}
.links .text {
  display: flex;
  height: 80px;
  align-items: center;
}
.links .text p {
  padding-left: 35px;
  font-size: 18px;
}
.links .text p img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.links .text ul {
  display: flex;
}
.links .text ul li {
  margin-right: 15px;
}
.links .text ul li a {
  font-size: 16px;
}
.links .text a {
  font-size: 14px;
  margin: 0 0 0 auto;
}
/* footer */
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .f-con {
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
  cursor: pointer;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #1e50ae;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/foot-btb.png) no-repeat right center;
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #fe6701;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #1e50ae;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
