﻿@charset "UTF-8";
.by { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }

.bd3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.scale-img:hover img, .ind-busiBox:hover img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }

.scale-img { overflow: hidden; }
body {
    overflow-x: hidden
}

.header {width: 100vw;height: 84px;box-sizing: border-box;z-index: 99;position: fixed;left: 0;top: 0;right: 0;background: transparent;padding: 16px 20px;display: flex;align-items: center;justify-content: space-between;margin: 0 auto;}
@media screen and (max-width: 480px) { .header {height: 60px;background: #782674;padding: 10px;} }
.head-logo {width: 428px;height: 84px;/* position: absolute; *//* left: 135px; *//* top: 50%; *//* margin-top: -42px; *//* z-index: 99; */}
.head-logo a {width: 100%;height: 100%;display: block;background-image: url(../images/login2.png);background-size: 100% 100%;}
@media screen and (max-width: 480px) { .head-logo {width: 240px;height: 40px;/* margin-top: -23px; *//* left: 10px; */}  .head-logo a { height: 42px;}}

.head-nav {/* text-align: right; */ margin-top: 8px; /* flex: 1; */}
.head-nav > ul {/* padding-right: 120px; */text-align: center;white-space: nowrap;display: flex;justify-content: space-around;}
.head-nav > ul > li {display: inline-block;padding: 0 10px;position: relative;}
.head-nav > ul > li a { color: #fff; font-size: 16px; line-height: 44px; display: block; position: relative; font-weight: bold; }
.head-nav > ul > li a span { width: 0; height: 2px; background: #fff; position: absolute; left: 50%; margin-left: 0; bottom: 0; }
.head-nav > ul > li a:hover span, .head-nav > ul > li a.cur span { width: 18px; margin-left: -9px; }
@media (max-width: 1400px) and (min-width: 480px) { .head-nav { text-align: right; }
  .head-nav > ul {/* padding-right: 160px; */} }
@media screen and (max-width: 480px) { .head-nav { position: fixed; left: 0; top: 60px; right: 0; bottom: 0; background: #fff; margin-top: 0; display: none; overflow-y: scroll; }
  .head-nav > ul { padding-right: 0; }
  .head-nav > ul > li { float: initial; margin: 0; display: block; text-align: left; border-bottom: 1px solid #eee; }
  .head-nav > ul > li > a { color: #222; line-height: 48px; }
  .head-nav > ul > li > a i { color: #999; font-weight: normal; } }

.head-search, .mb-menu {width: 44px;position: absolute;height: 44px;line-height: 44px;top: 50%;margin-top: -22px;color: #fff;cursor: pointer;text-align: center;}
@media screen and (max-width: 480px) { .head-search, .mb-menu { width: 32px; } }

.head-search { right: 20px; }
.head-search i { font-size: 16px; font-weight: bold; }
@media screen and (max-width: 480px) { .head-search { right: 10px; }
  .head-search i { font-size: 20px; } }

.mb-menu { right: 52px; }
.mb-menu i { font-size: 20px; }
@media screen and (min-width: 480px) { .header.header1 {background: #fff;border-bottom: 1px solid #eee;height: 84px;padding: 10px 20px;/* display: flex; */}
  .header.header1 .head-logo {width: 428px;height: 84px;/* margin-top: -30px; */}
  .header.header1 .head-logo a {background-image: url(../images/logo3.png);background-size: 100% 100%;}
  .header.header1 .head-nav {margin-top: 8px;}
  .header.header1 .head-nav > ul > li > a { color: #333; }
  .header.header1 .head-nav > ul > li > a:hover, .header.header1 .head-nav > ul > li > a.cur { color: #782674; }
  .header.header1 .head-nav > ul > li > a:hover span, .header.header1 .head-nav > ul > li > a.cur span { width: 18px; margin-left: -9px; background: #782674; }
  .header.header1 .head-search { color: #000; }
  .header.header1 .search_ico i { color: #000; }
  .header.header1 .search_open .search_ico i { color: #fff; } }

.nav-dropdown { width: 120px; position: absolute; height: auto; z-index: 9; display: none; left: 50%; top: 44px; -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); text-align: left; margin-left: -60px; }
.nav-dropdown:after { width: 16px; height: 16px; background: #fff; content: ''; position: absolute; z-index: 4; transform: rotate(45deg); top: -6px; left: 50%; margin-left: -8px; }
.nav-dropdown ul { background: #fff; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -ms-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
.nav-dropdown ul li { height: 42px; overflow: hidden; border-bottom: 1px solid #f0f0f0; font-weight: normal; padding: 0 8px; }
.nav-dropdown ul li:last-child { border-bottom: none; }
.nav-dropdown ul li a { width: 100%; font-size: 14px; line-height: 42px; color: #777; display: block; }
.nav-dropdown ul li a:hover { color: #782674; }
@media screen and (max-width: 480px) { .nav-dropdown { position: relative; z-index: inherit; top: 0; -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0); box-shadow: 0 0px 20px rgba(0, 0, 0, 0); width: auto; left: inherit; margin-left: 0; }
  .nav-dropdown ul li { padding: 0; } }

.ban { height: 664px; }
.ban a { display: block; height: 664px; }
@media screen and (max-width: 480px) { .ban { height: auto; }
  .ban a { height: auto; } }
.ban .swiper-pagination-bullet { background: #fff; opacity: .8; }
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #782674; opacity: 1; }
.ban .swiper-button-next, .ban .swiper-button-prev { width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -25px; z-index: 10; cursor: pointer; overflow: hidden; }
@media screen and (max-width: 480px) { .ban .swiper-button-next, .ban .swiper-button-prev { display: none; } }
.ban .swiper-button-prev { left: 15px; background: url(../images/banner/slider-arrow.png) 0 0; }
.ban .swiper-button-next { right: 15px; background: url(../images/banner/slider-arrow.png) -50px 0; }

.ind-newbg { border-bottom: 1px solid #f9f9f9; }
@media screen and (max-width: 480px) { .ind-newbg { border-bottom: none; } }

.ind-new ul { margin-top: -20px; }
.ind-new ul li { margin-top: 20px; }
@media screen and (max-width: 480px) { .ind-new ul li.col-2, .ind-new ul li.col-4 { width: 100%; } }
@media screen and (max-width: 480px) { .ind-new ul { margin-top: -10px; }
  .ind-new ul li { margin-top: 10px; } }
.newBox1 { width: 590px; height: 272px; overflow: hidden; }
.newBox1 a { display: block; }
.newBox1 a img { display: block; width: 590px; height: 272px; }
.newBox1 a:hover img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }
@media screen and (max-width: 480px) { .newBox1 { width: 100%; height: auto; }
  .newBox1 a img { width: 100%; height: auto; } }

.newBox2 { width: 253px; height: 270px; border: 1px solid #eee; padding: 0 15px; cursor: pointer; background: url(../images/newbg.jpg) right bottom no-repeat; position: relative; }
.newBox2 h4 { font-size: 30px; line-height: 72px; color: #49494a; position: relative; }
.newBox2 h4 span { font-size: 18px; color: #a6a7a7; margin-left: 10px; vertical-align: 1px; }
.newBox2 h4:after { width: 140px; height: 1px; content: ''; position: absolute; left: 0; bottom: 0; background: #eaeaea; }
.newBox2 h2 { font-size: 14px; line-height: 22px; margin-top: 20px; }
.newBox2 h2 a { color: #666; }
.newBox2 h2 a:hover { color: #782674; }
.newBox2 > a { width: 74px; height: 28px; background: #efefef; font-size: 13px; line-height: 28px; text-align: center; position: absolute; left: 15px; bottom: 40px; }
.newBox2 > a:hover { background: #782674; color: #fff; }
@media screen and (max-width: 480px) { .newBox2 { width: auto; height: auto; padding: 0 10px 12px; }
  .newBox2 h4 { line-height: 56px; }
  .newBox2 > a { position: inherit; display: inline-block; left: initial; bottom: inherit; margin-top: 10px; } }

.projectbg { height: 634px; background: url(../images/projectbg/projectbg.jpg) top center no-repeat; }
@media screen and (max-width: 480px) { .projectbg { height: auto; padding-bottom: 10px; } }
.projectbg .swiper-pagination-bullet { background: #bababa; opacity: 1; }
.projectbg .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #782674; opacity: 1; }
.projectbg .swiper-button-next, .projectbg .swiper-button-prev { width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -25px; z-index: 10; cursor: pointer; overflow: hidden; text-align: center; outline: none; }
.projectbg .swiper-button-next i, .projectbg .swiper-button-prev i { font-size: 40px; color: #b9b9b9; }
.projectbg .swiper-button-prev { left: -60px; }
.projectbg .swiper-button-next { right: -60px; }
.ind-project { position: relative; }

.projectBox { height: 356px; background: #fff; padding: 20px; }
@media screen and (max-width: 480px) { .projectBox { height: auto; padding: 10px; } }

.projectBox-txt { width: 570px; height: 356px; float: left; position: relative; }
.projectBox-txt h2 { font-size: 20px; line-height: 72px; position: relative; font-weight: bold; }
.projectBox-txt h2 a { color: #333; }
.projectBox-txt h2 a:hover { color: #782674; }
.projectBox-txt h2:after { content: ''; width: 132px; height: 1px; position: absolute; background: #ececec; left: 0; bottom: 0; }
.projectBox-txt p { font-size: 14px; line-height: 22px; margin-top: 24px; }
.projectBox-txt > a { width: 118px; height: 32px; border: 1px solid #d6d6d6; color: #a1a1a1; position: absolute; left: 0; bottom: 60px; font-size: 14px; line-height: 32px; text-align: center; }
.projectBox-txt > a:hover { border: 1px solid #782674; background: #782674; color: #fff; }
@media screen and (max-width: 480px) { .projectBox-txt { width: 100%; height: auto; float: right; padding-bottom: 10px; }
  .projectBox-txt h2 { font-size: 18px; line-height: 24px; font-weight: normal; padding: 12px 0; }
  .projectBox-txt p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; -moz-box-orient: vertical; margin-top: 8px; }
  .projectBox-txt > a { position: initial; left: inherit; bottom: inherit; margin-top: 10px; display: inline-block; } }

.projectBox-pic { width: 560px; height: 356px; overflow: hidden; float: right; }
.projectBox-pic a img { display: block; width: 560px; height: 356px; }
.projectBox-pic a:hover img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }
@media screen and (max-width: 480px) { .projectBox-pic { width: 100%; height: auto; float: left; }
  .projectBox-pic a img { width: 100%; height: auto; } }

.ind-people ul li { width: 25%; float: left; }
@media screen and (max-width: 480px) { .ind-people ul { margin-top: -10px; }
  .ind-people ul li { width: 50%; margin-top: 10px; } }
.peopleBox { background: #fbfbfb; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-align: center; padding: 45px 30px 30px; cursor: pointer; }
.peopleBox img { width: 150px; height: 150px; border: 2px solid #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.peopleBox h2 { font-size: 16px; line-height: 42px; font-weight: bold; }
.peopleBox p { font-size: 14px; line-height: 22px; color: #888; }
.peopleBox:hover img, .peopleBox:hover h2, .peopleBox:hover p { -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }
@media screen and (max-width: 480px) { .peopleBox { padding: 25px 15px; }
  .peopleBox img { width: 80%; height: auto; }
  .peopleBox p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; -moz-box-orient: vertical; } }

.ind-partner .swiper-container { padding-bottom: 20px; }
.ind-partner .swiper-pagination-bullet { background: #bababa; opacity: 1; }
.ind-partner .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #782674; opacity: 1; }
.ind-partner .swiper-button-next, .ind-partner .swiper-button-prev { width: 50px; height: 50px; position: absolute; top: 50%; margin-top: -25px; z-index: 10; cursor: pointer; overflow: hidden; }
.ind-partner .swiper-button-prev { left: 15px; background: url(../images/banner/slider-arrow.png) 0 0; }
.ind-partner .swiper-button-next { right: 15px; background: url(../images/banner/slider-arrow.png) -50px 0; }
.partnerBox { width: 1200px; height: 510px; overflow: hidden; -webkit-border-radius: 50px 0 50px 0; -moz-border-radius: 50px 0 50px 0; -ms-border-radius: 50px 0 50px 0; -o-border-radius: 50px 0 50px 0; border-radius: 50px 0 50px 0; }
.partnerBox a { display: block; position: relative; }
.partnerBox a img { width: 1200px; height: 510px; }
.partnerBox a:hover img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }
@media screen and (max-width: 480px) { .partnerBox { width: 100%; height: auto; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
  .partnerBox a img { width: 100%; height: auto; } }
.partnerBox .partnerBoxTxt { background: #000; background: rgba(0, 0, 0, 0.8); position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 0 20px 20px; }
.partnerBox .partnerBoxTxt h2 { font-size: 24px; line-height: 64px; color: #fff; position: relative; }
.partnerBox .partnerBoxTxt h2:after { width: 100px; height: 2px; background: #fff; content: ''; position: absolute; left: 0; bottom: 0; }
.partnerBox .partnerBoxTxt p { font-size: 14px; line-height: 22px; color: #d7d7d7; margin-top: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
@media screen and (max-width: 480px) { .partnerBox .partnerBoxTxt { background: #fff; position: initial; left: initial; right: initial; bottom: inherit; padding: 0 0 10px; }
  .partnerBox .partnerBoxTxt h2 { color: #333; font-size: 18px; line-height: 36px; padding-bottom: 5px; font-weight: bold; }
  .partnerBox .partnerBoxTxt h2:after { background: #ececec; }
  .partnerBox .partnerBoxTxt p { color: #666; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; -moz-box-orient: vertical; } }

.partner-bg { background: #f8f8f8; }
.ind-partner1 ul { margin: -20px -10px 0; }
.ind-partner1 ul li { width: 16.6666666667%; float: left; margin-top: 20px; }
@media screen and (max-width: 750px) { .ind-partner1 ul { margin: -10px -5px 0; }
  .ind-partner1 ul li { width: 25%; margin-top: 10px; } }

.partnerBox1 { text-align: center; margin: 0 10px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); cursor: pointer; }
.partnerBox1:hover { box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 750px) { .partnerBox1 { margin: 0 5px; } }

.busibg { height: 610px; background: url(../images/busi/busi-bg.jpg) top center no-repeat; }
@media screen and (max-width: 480px) { .busibg { height: auto; padding: 0; background-image: url(../images/busi/busi-bg.jpg); background-size: cover; } }
.busibg .ind-menu h4 { color: #505a61; }
.busibg .ind-menu h3 { color: #fff; }
.ind-busi ul li { width: 16.6666666667%; float: left; }
.ind-busi ul li:nth-child(2n + 1) .ind-busiBox:hover { transform: translateY(20px); }
@media screen and (max-width: 480px) { .ind-busi ul li:nth-child(2n + 1) .ind-busiBox:hover { transform: translateY(0); } }
.ind-busi ul li:nth-child(2n) .ind-busiBox:hover { transform: translateY(-20px); }
@media screen and (max-width: 480px) { .ind-busi ul li:nth-child(2n) .ind-busiBox:hover { transform: translateY(0); } }
.ind-busiBox { position: relative; width: 200px; height: 300px; overflow: hidden; }
.ind-busiBox img { width: 200px; height: 300px; display: block; }
@media screen and (max-width: 480px) { .ind-busiBox { margin: 0 5px 10px; width: auto; height: auto; }
  .ind-busiBox img { width: 100%; height: auto; } }
.ind-busiBox a { display: block; }
.ind-busiBox a:hover .mask-4 { background: rgba(125, 0, 80, 0.6); }
.ind-busiBox a:hover .ind-busi-con span { width: 54px; margin-left: -27px; }

.ind-busi-con { text-align: center; color: #fff; position: absolute; left: 0; right: 0; height: 152px; top: 50%; margin-top: -86px; }
.ind-busi-con i { font-size: 72px; line-height: 100px; }
.ind-busi-con span { width: 32px; height: 2px; background: #fff; position: absolute; top: 106px; left: 50%; margin-left: -16px; }
.ind-busi-con h2 { font-size: 22px; line-height: 32px; margin-top: 20px; }
@media screen and (max-width: 480px) { .ind-busi ul { margin: 0 -5px; }
  .ind-busi ul li { width: 50%; } }

.carousel { position: relative; padding-bottom: 10px; overflow: hidden; width: 1240px; margin: 0 auto; }
@media screen and (max-width: 480px) { .carousel { margin: 0 10px; padding-bottom: 10px; width: auto; } }
.carousel .swiper-slide { width: 52%; margin: 0 auto; /* 调宽度百分比看不同效果 */ }
@media screen and (max-width: 480px) { .carousel .swiper-slide { width: auto; } }
.carousel .swiper-pagination { left: 0; right: 0; bottom: 0; }
.carousel .swiper-pagination .swiper-pagination-bullet { margin: 0 3px; }
.carousel .swiper-container { padding-bottom: 40px; }
@media screen and (max-width: 480px) { .carousel .swiper-container { padding-bottom: 20px; } }
.carousel .swiper-pagination-bullet-active { background: #782674; }
.c-box { background: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; overflow: hidden; }
@media screen and (max-width: 480px) { .c-box { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } }

.c-con { padding-bottom: 16px; border: 1px solid #e1e3e4; -webkit-border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -ms-border-radius: 0 0 8px 8px; -o-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; }
.c-con p { padding: 10px 20px 0; font-size: 14px; height: 44px; line-height: 22px; color: #666; overflow: hidden; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
@media screen and (max-width: 480px) { .c-con { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } }

.c-img img { display: block; width: 100%; height: 100%; }

.newList ul li { margin-top: 24px; }
@media screen and (max-width: 480px) { .newList ul li { margin-top: 12px; } }
.sub-newBox { height: 244px; background: #fff; padding: 20px; position: relative; cursor: pointer; }
@media screen and (max-width: 480px) { .sub-newBox { height: auto; padding: 10px; } }
.sub-newBox:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.sub-newBox:hover .sub-newBox-img img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }

.sub-newBox-img { width: 378px; height: 244px; position: absolute; left: 20px; overflow: hidden; }
.sub-newBox-img img { width: 378px; height: 244px; }
@media screen and (max-width: 480px) { .sub-newBox-img { width: 100%; height: auto; position: initial; left: 0; }
  .sub-newBox-img img { width: 100%; height: auto; } }

.sub-newBox-txt { height: 244px; margin-left: 398px; position: relative; }
.sub-newBox-txt h2 { font-size: 18px; line-height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; -moz-box-orient: vertical; }
.sub-newBox-txt h2 a { color: #444; font-weight: bold; }
.sub-newBox-txt h2 a:hover { color: #782674; }
.sub-newBox-txt h2 span { font-size: 13px; color: #888; }
.sub-newBox-txt p { font-size: 14px; line-height: 24px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; -moz-box-orient: vertical; margin-top: 5px; }
.sub-newBox-txt .btn-theme { width: 100px; height: 36px; position: absolute; left: 0; bottom: 12px; font-size: 14px; line-height: 36px; text-align: center; }
@media screen and (max-width: 480px) { .sub-newBox-txt { height: auto; margin-left: 0; padding-bottom: 40px; }
  .sub-newBox-txt h2 { font-size: 14px; }
  .sub-newBox-txt p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
  .sub-newBox-txt .btn-theme { bottom: 0; } }

.news-title { text-align: center; padding: 30px 0 10px; }
.news-title h2 { font-size: 20px; line-height: 28px; color: #333; font-weight: bold; }
.news-title p { font-size: 13px; line-height: 18px; color: #999; margin-top: 5px; }
@media screen and (max-width: 480px) { .news-title { text-align: left; padding: 10px 0 10px; }
  .news-title h2 { font-size: 16px; line-height: 24px; } }

.news-artilce { font-size: 14px; line-height: 24px; padding: 20px 0 0; min-height: 400px; }
@media screen and (max-width: 480px) { .news-artilce { padding: 10px 0 0; min-height: auto; }
  .news-artilce img { width: 100%; height: auto; } }

.xyList ul { margin: 0 -10px; }
.xyList ul li { width: 25%; float: left; margin-top: 24px; }
@media screen and (max-width: 480px) { .xyList ul li { width: 100%; margin-top: 12px; } }

.sub-xyBox { height: 348px; background: #fff; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-align: center; padding: 0 25px; position: relative; margin: 0 10px; cursor: pointer; }
.sub-xyBox img { width: 150px; height: 150px; margin-top: 45px; margin-bottom: 12px; }
.sub-xyBox h2 { font-size: 16px; font-weight: bold; }
.sub-xyBox > p { font-size: 14px; line-height: 22px; color: #999; margin-top: 12px; }
.sub-xyBox .sub-xyBox-mask { top: 100%; bottom: -100%; }
.sub-xyBox:hover .sub-xyBox-mask { top: 0; bottom: 0; }
@media screen and (max-width: 480px) { .sub-xyBox { margin: 0; } }
.sub-xyBox-mask { position: absolute; left: 0; right: 0; background: #782674; background: rgba(120, 38, 116, 0.8); z-index: 2; padding: 20px; text-align: left; }
.sub-xyBox-mask p { font-size: 14px; line-height: 24px; color: #fff; color: rgba(255, 255, 255, 0.8); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 13; -moz-box-orient: vertical; }

.hbList ul li { margin-top: 24px; }
@media screen and (max-width: 480px) { .hbList ul li { margin-top: 12px; } }
.sub-hbBox { height: 244px; background: #fff; padding: 20px; position: relative; cursor: pointer; }
@media screen and (max-width: 480px) { .sub-hbBox { height: auto; padding: 10px; } }
.sub-hbBox:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.sub-hbBox:hover .sub-hbBox-img img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }

.sub-hbBox-img { width: 378px; height: 244px; position: absolute; left: 20px; overflow: hidden; }
.sub-hbBox-img img { width: 378px; height: 244px; }
@media screen and (max-width: 480px) { .sub-hbBox-img { width: 100%; height: auto; position: initial; left: 0; }
  .sub-hbBox-img img { width: 100%; height: auto; } }

.sub-hbBox-txt { height: 244px; margin-left: 398px; position: relative; }
.sub-hbBox-txt h2 { font-size: 18px; line-height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; -moz-box-orient: vertical; color: #444; font-weight: bold; }
.sub-hbBox-txt p { font-size: 14px; line-height: 24px; color: #888; margin-top: 5px; }
.sub-hbBox-txt .btn-theme { width: 100px; height: 36px; position: absolute; left: 0; bottom: 12px; font-size: 14px; line-height: 36px; text-align: center; }
@media screen and (min-width: 480px) { .sub-hbBox-txt p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; -moz-box-orient: vertical; } }
@media screen and (max-width: 480px) { .sub-hbBox-txt { height: auto; margin-left: 0; padding-bottom: 0; }
  .sub-hbBox-txt h2 { font-size: 14px; color: #444; font-weight: bold; }
  .sub-hbBox-txt .btn-theme { bottom: 0; } }

.sub-white {background: #fff;margin-top: 24px;}

.hzList { padding: 10px 20px 0; }
@media screen and (min-width: 480px) { .hzList ul li:nth-child(2n) { background: #f6f6f6; } }
@media screen and (max-width: 480px) { .hzList { padding: 10px 0 0; }
  .hzList ul li { border-bottom: 1px dotted #eee; }
  .hzList ul li:last-child { border-bottom: none; } }
.hzLi {line-height: 42px;padding-left: 30px;padding-right: 12px;position: relative;}
.hzLi span { color: #999; }
.hzLi a {/* position: relative; */}
.hzLi a i {width: 8px;height: 8px;position: absolute;top: 50%;margin-top: -4px;left: 15px;background: #dbdbdb;}
@media screen and (max-width: 480px) { .hzLi { padding-left: 15px; padding-right: 0; }
  .hzLi a i { left: -15px; } }

.project-List {padding: 10px 20px 0;box-sizing: border-box;}
@media screen and (min-width: 480px) { .project-List > ul > li:nth-child(2n) { background: #f6f6f6; } }
@media screen and (max-width: 480px) { .project-List { padding: 5px 0 0; }
  .project-List > ul > li { border-bottom: 1px dotted #eee; } }
.projectLi { min-height: 42px; line-height: 42px; padding-left: 30px; padding-right: 450px; position: relative; }
.projectLi span { position: absolute; height: 42px; line-height: 42px; position: absolute; top: 0; color: #999; }
.projectLi span.projectLi-1 { width: 240px; text-align: left; left: 740px; }
.projectLi span.projectLi-2 { width: 100px; right: 15px; text-align: right; }
.projectLi a { color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; -moz-box-orient: vertical; }
.projectLi a i { width: 8px; height: 8px; position: absolute; top: 17px; left: 12px; background: #dbdbdb; }
.projectLi a:hover { color: #782674; }
.projectLi a:hover i { background: #782674; }
@media screen and (max-width: 480px) { .projectLi { min-height: 22px; line-height: 22px; padding: 12px 0 37px 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
  .projectLi span { top: inherit; height: 22px; line-height: 22px; bottom: 10px; }
  .projectLi span.projectLi-1 { width: 60%; left: 15px; }
  .projectLi span.projectLi-2 { width: 40%; right: 0; text-align: left; }
  .projectLi a { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
  .projectLi a i { left: 0; top: 18px; } }

.projects { padding: 20px; }
@media screen and (max-width: 480px) { .projects { padding: 10px 0; } }
.projects-title { font-size: 20px; line-height: 28px; color: #333; font-weight: bold; text-align: center; }
@media screen and (max-width: 480px) { .projects-title { font-size: 16px; line-height: 24px; text-align: left; } }

.projects1 { background: #f7f7f7; padding: 12px 15px; margin-top: 20px; }
.projects1 ul li { width: 33.3333333333%; float: left; font-size: 14px; line-height: 24px; }
.projects1 ul li span { font-weight: bold; color: #555; }
@media screen and (max-width: 480px) { .projects1 { padding: 6px 10px; margin-top: 10px; }
  .projects1 ul li { width: 100%; } }

.projects2M { font-size: 18px; line-height: 24px; color: #782674; font-weight: bold; margin: 20px 0 5px; }
.projects2M i { font-size: 20px; margin-right: 12px; vertical-align: -1px; }

.projects2C { font-size: 14px; line-height: 26px; color: #666; margin-left: 32px; margin-top: 10px; }
@media screen and (max-width: 480px) { .projects2C { margin-left: 0; } }

.sub-bg1 { background: url(../images/sub-bg2.jpg) top center repeat-y; padding-top: 110px; }
@media screen and (max-width: 480px) { .sub-bg1 { height: auto; padding-top: 10px; padding-bottom: 10px; } }
.sub-main1 { background: #fff; background: rgba(255, 255, 255, 0.9); padding: 0 75px; }
.sub-main1 > h3 { font-size: 32px; color: #782674; text-align: center; line-height: 180px; position: relative; }
.sub-main1 > h3:before, .sub-main1 > h3:after { width: 430px; height: 1px; content: ''; position: absolute; background: #fbfbfb; top: 50%; margin-top: 1px; }
.sub-main1 > h3:before { left: 0; }
.sub-main1 > h3:after { right: 0; }
@media screen and (max-width: 480px) { .sub-main1 { height: auto; padding: 0 12px 10px; }
  .sub-main1 > h3 { font-size: 20px; line-height: 80px; font-weight: bold; }
  .sub-main1 > h3:before, .sub-main1 > h3:after { width: 30%; } }

.sub-contactL { width: 45%; }
.sub-contactL ul { margin-right: 30px; margin-top: -50px; }
.sub-contactL ul li { margin-top: 50px; }
.sub-contactL ul li h2 { font-size: 20px; line-height: 24px; color: #222; font-weight: bold; }
.sub-contactL ul li p { font-size: 14px; line-height: 26px; color: #666; margin-top: 15px; }
@media screen and (max-width: 480px) { .sub-contactL { width: 100%; }
  .sub-contactL ul { margin-right: 0; margin-top: -20px; }
  .sub-contactL ul li { margin-top: 20px; }
  .sub-contactL ul li h2 { font-size: 18px; }
  .sub-contactL ul li p { line-height: 24px; margin-top: 5px; } }

.sub-contactR { width: 55%; text-align: right; }
.sub-contactR img { width: 548px; height: 410px; }
@media screen and (max-width: 480px) { .sub-contactR { width: 100%; margin-top: 10px; }
  .sub-contactR img { width: 100%; height: auto; } }

.sub-cert { margin: 0 26%; }
@media screen and (max-width: 480px) { .sub-cert { margin: 0; } }
.sub-cert1 ul { margin-top: -15px; padding-right: 60px; }
.sub-cert1 ul li { margin-top: 15px; height: 36px; position: relative; padding-left: 72px; }
.sub-cert1 ul li span { width: 60px; position: absolute; left: 0; font-size: 14px; line-height: 36px; text-align: right; color: #222; }
.sub-cert1 .btn-theme { width: 120px; height: 36px; text-align: center; font-size: 14px; line-height: 36px; display: inline-block; }
@media screen and (max-width: 480px) { .sub-cert1 ul { padding-right: 0; } }

.cert1Box { height: 36px; position: relative; }
.cert1Box input { width: 100%; height: 36px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; text-indent: 12px; font-size: 13px; line-height: 36px; color: #afafaf; }

.sub-cert2 { font-size: 14px; line-height: 26px; color: #666; margin-top: 80px; padding-right: 60px; }
.sub-cert2 h3 { font-weight: bold; color: #444; }
@media screen and (max-width: 480px) { .sub-cert2 { margin-top: 20px; padding-right: 0; } }

.xxList ul { margin: 0 -12px; }
.xxList ul li { width: 33.3333333333%; float: left; margin-top: 24px; }
@media screen and (max-width: 480px) { .xxList { margin: 0 6px; }
  .xxList ul li { width: 100%; margin-top: 12px; } }
.xxBox { background: #fff; margin: 0 12px; cursor: pointer; }
.xxBox h2 { font-size: 14px; line-height: 42px; padding: 0 12px; text-align: center; }
.xxBox:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.xxBox:hover .xxBox-pic img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }
.xxBox:hover h2 { color: #782674; }
@media screen and (max-width: 480px) { .xxBox { margin: 0 6px; } }

.xxBox-pic { width: 384px; height: 250px; overflow: hidden; }
.xxBox-pic img { width: 384px; height: 250px; }
@media screen and (max-width: 480px) { .xxBox-pic { width: auto; height: auto; }
  .xxBox-pic img { width: 100%; height: auto; } }

.kdList ul { margin: 0 -12px; }
.kdList ul li { width: 33.3333333333%; float: left; margin-top: 24px; }
@media screen and (max-width: 480px) { .kdList ul { margin: 0; }
  .kdList ul li { width: 100%; margin-top: 12px; } }
.kdBox { margin: 0 12px; background: #fff; padding: 0 0 12px; }
.kdBox p { margin: 12px 12px 0; font-size: 14px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -moz-box-orient: vertical; }
.kdBox a:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.kdBox a:hover .kdBox-Pic img { -webkit-transform: scale(1.04, 1.04); -moz-transform: scale(1.04, 1.04); -ms-transform: scale(1.04, 1.04); -o-transform: scale(1.04, 1.04); transform: scale(1.04, 1.04); }
@media screen and (max-width: 480px) { .kdBox { margin: 0; } }

.kdBox-Pic { width: 384px; height: 243px; overflow: hidden; }
.kdBox-Pic img { width: 384px; height: 243px; }
@media screen and (max-width: 480px) { .kdBox-Pic { width: auto; height: auto; }
  .kdBox-Pic img { width: 100%; height: auto; } }

.ind-menu1 { text-align: center; position: relative; }
.ind-menu1 p a { font-size: 24px; margin: 0 20px; color: #333; line-height: 56px; display: inline-block; position: relative; }
.ind-menu1 p a span { width: 0; height: 3px; background: #782674; position: absolute; left: 50%; margin-left: 0; bottom: 0; }
.ind-menu1 p a.newTab-cur { color: #782674; }
.ind-menu1 p a.newTab-cur span { width: 40px; margin-left: -20px; }
.ind-menu1 > a { position: absolute; right: 0; bottom: 15px; color: #888; }
.ind-menu1 > a:hover { color: #782674; }
@media screen and (max-width: 750px) { .ind-menu1 p a { font-size: 16px; line-height: 42px; font-weight: bold; }
  .ind-menu1 > a { bottom: 0; line-height: 42px; right: 10px; } }

.indnew1 > ul { margin: 0 -15px; }
.indnew1 > ul > li { width: 33.3333333333%; float: left; }
@media screen and (max-width: 750px) { .indnew1 > ul { margin: 5px 0 0; }
  .indnew1 > ul > li { width: 100%; } }
.newBox3 { margin: 0 15px; }
.newBox3 h2 { font-size: 16px; line-height: 28px; font-weight: bold; margin-top: 5px; }
.newBox3 h2 a { color: #333; }
.newBox3 h2 a:hover { color: #782674; }
.newBox3 .scale-img { overflow: hidden; width: 380px; height: 245px; }
.newBox3 .scale-img img { width: 100%; height: auto; }
@media screen and (max-width: 750px) { .newBox3 { margin: 0; padding-bottom: 10px; }
  .newBox3 h2 { margin-top: 0; }
  .newBox3 .scale-img { width: 100%; height: auto; } }

.newBox4 { margin: 0 15px; }
.newBox4 ul { margin-top: -5px; }
.newBox4 ul li { font-size: 14px; line-height: 39px; border-bottom: 1px dotted #dadada; position: relative; padding-left: 14px; }
.newBox4 ul li i { width: 8px; height: 8px; position: absolute; left: 0; top: 50%; margin-top: -4px; background: #9e9e9e; }
.newBox4 ul li span { color: #999; }
.newBox4 ul li a { color: #666; }
.newBox4 ul li a:hover { color: #782674; }
.newBox4 ul li a:hover i { background: #782674; }
@media screen and (max-width: 750px) { .newBox4 { margin: 0; }
  .newBox4 ul li:last-child { border-bottom: none; } }




/*# sourceMappingURL=style.css.map */