@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html {
  font-size: 20px;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

.flow {
  overflow: hidden;
}

.width50 {
  width: 50%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #333;
  outline: 0;
  font-family: '黑体' !important;
  font-size: 12px;
}

body {
  background-color: #F3F6F9;
  margin: 0;
  padding: 0;
  font-family: '黑体' !important;
  font-size: 12px;
  width: 100%;
  overflow-x: hidden;
}

.clear {
  float: none;
}

.box_1200 {
  width: 1200px;
  margin: 0 auto;
}

.over-hidden {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.align-center {
  text-align: center;
}

img {
  width: auto;
  vertical-align: bottom;
}

.border-none {
  border: none !important;
}

.news_c span,
.news_c p,
.news_c strong {
  font-family: '黑体' !important;
}

.mores {
  display: none;
}

.allnav {
  display: none !important;
}

.soyuanLogo {
  width: 500px;
}

.fixed {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}

/*头部样式*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(1, 8, 18, 0.43);
  box-shadow: 0px 1px 24px 0px rgba(1, 8, 18, 0.43);
  box-sizing: border-box;
}

.header img {
  height: 40px;
}

.header.bg_white {
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);
}

.header .navbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbox .nav {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
}

.navItem {
  position: relative;
  height: 100%;
}

.navItem>a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 20px;
}

.header.bg_white .navbox .nav .navItem>a,
.header.bg_white .telephoneIcon {
  color: #333;
}

.navItem:hover .navItemList {
  display: block;
}

.navItemList {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  padding: 20px 30px 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

.navItemList a {
  line-height: 40px;
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navItem>a.active,
.navItemList a.active {
  color: rgba(23, 145, 239, 1) !important;
}


.navItem>a:hover,
.navItemList a:hover {
  color: #9AC5FF;
}

.homePageCenter {
  background: url(../images/homePageBackground.png) no-repeat;
}

.homePageBottom{
  background: url(../images/homePageBottom.png) no-repeat;
  background-size: cover;
}
    
.searchbox {
  float: right;
  margin-left: 20px;
  height: 36px;
  line-height: 25px;
  position: relative;
}

.searchbox form {
  height: 100%;
}

.searchbox .search {
  color: #fff;
  padding-left: 12px;
  padding-right: 30px;
  width: 200px;
  height: 100%;
  font-size: 14px;
  border-radius: 19px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
}

.searchbtn {
  background: url(../images/search.png) no-repeat center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 8px;
}

.telephoneIcon {
  font-size: 14px;
  padding-left: 26px;
  background: url(../images/telephoneIcon.svg) no-repeat left center;
  background-size: 18px;
  line-height: 48px;
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.content-wrap {
  width: 1200px;
  margin: auto;
}

.white_box {
  padding: 30px;
  background-color: #fff;
}

.gray_box {
  padding: 30px;
  background-color: #FAFBFF;
}

.black_box {
  padding: 30px;
  background-color: #181818;
}

.transparent_box {
  padding: 30px;
}

.businessCase{
  background: url(../images/businessCaseBackground.png) no-repeat center;
}

.img_box {
  width: 90%;
  margin: auto;
  text-align: center;
}

.titles,
.homeTitles {
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 3rem;
  margin: 30px 0;
}

.titles.second {
  font-size: 1.2rem;
}

.whiteColor {
  color: #fff !important;
}

.whiteBg {
  padding: 30px 0;
  background-color: #fff !important;
}

.titles::before {
  content: '';
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3rem;
  height: 3px;
  background: #ffb401;
  transform: translate(-50%, 0);
}

.secondTitles {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.secondTitles h2 {
  position: relative;
  padding: 0.8rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  background-image: url(/views/default/images/secondTitlesBgCenter.png);
  background-repeat: repeat no-repeat;
  background-position: bottom;
}

.secondTitles h2::after,
.secondTitles h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 31px;
  background-repeat: no-repeat;
}

.secondTitles h2::after {
  right: 0;
  background-image: url(/views/default/images/secondTitlesBgRight.png);
}

.secondTitles h2::before {
  left: 0;
  background-image: url(/views/default/images/secondTitlesBgLeft.png);
}

.secondTitles h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #4D5065;
  margin: 10px;
  display: inline-block;
  position: relative;
}

.specificTitles {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.specificTitles span {
  font-size: 1.8rem;
  color: #1054FF;
  margin-right: 10px;
}

/*友情链接*/
.linkbox {
  background: #444444;
  width: 100%;
  padding: 20px 0;
  line-height: 40px;
  display: none;
}

.link {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}

.link span {
  padding: 0 36px;
}

.link a {
  color: #fff;
}

/*底部*/
.footerbox {
  background: #232323;
  overflow: hidden;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_nav {}

.f_nav ul {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

.f_nav ul li {
  float: left;
  margin-left: 45px;
  color: #fff;
  min-height: 200px;
}

.f_nav ul li h3 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 24px;
}

.f_nav ul li p {
  font-size: 12px;
  line-height: 31px;
}

.f_nav ul li a {
  color: #fff;
}

.copy {
  text-align: center;
  border-top: 1px solid #000;
  color: #868687;
  line-height: 57px;
  font-size: 14px;
}

.copy a {
  color: #868687;
}

.banner,
.bannerVideo {
  width: 100%;
  margin-top: 0;
}

.banner img,
.bannerVideo video {
  display: block;
  height: auto;
  width: 100%;
}

.bannerVideo {
  position: relative;
}

.bannerVideo .img_btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mainbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.centerNav {
  position: relative;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  margin-top: -55px;
}

.centerNav a {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #fff;
}

.centerNav a.active {
  color: #2fa2db;
}

.centerNav a:hover {
  color: #9AC5FF;
}

.center_nav {
  position: relative;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  margin-top: -55px;
}

.center_nav a {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #fff;
}

.center_nav a.active {
  color: #2fa2db;
}

.center_nav a:hover {
  color: #9AC5FF;
}

.main {
  background: #fff;
  margin: 18px 0 77px;
}

.c_content {
  padding: 56px 56px 50px;
}

.c_content .pic {
  border-bottom: 1px dashed #bcbcbc;
  padding-bottom: 56px;
}

.c_content .c {
  padding-top: 30px;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 33px;
  min-height: 300px;
}

.c_content .c span {
  font-family: '黑体' !important;
}

.c_content .c p strong {
  color: #232323;
  font-size: 18px;
}

/*新闻列表*/
.center_navnews a {
  margin: 0 84px;
}

.newsbox {
  padding: 15px 37px 30px 41px;
}

.newslist {
  padding: 25px 0;
  overflow: hidden;
}

.newslist dd {
  float: left;
  width: 294px;
  height: 154px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.newslist dd img {
  width: 294px;
  height: 154px;
}

.newslist dd .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.newslist dd .box .more {
  width: 126px;
  height: 26px;
  text-align: center;
  color: #fff;
  line-height: 26px;
  background: #bace1f;
  border-radius: 13px;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 50%;
  margin-left: -63px;
}

.newslist dd:hover .box {
  display: block;
}

.newslist dt {
  margin-left: 356px;
  border-bottom: 1px solid #bbbbbb;
}

.newslist dt h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 4px;
}

.newslist dt h3 a {
  color: #232323;
}

.newslist dt h3 a:hover {
  color: #bace1f;
}

.newslist dt .p1 {
  font-size: 14px;
  color: #969696;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

.newslist dt .p2 {
  padding-top: 12px;
}

.newslist dt .p2,
.newslist dt .p2 a {
  font-size: 14px;
  color: #232323;
  line-height: 43px;
}

.newslist dt .p2 span {
  display: inline-block;
  width: 125px;
}

.newslist dt .p2 a:hover {
  color: #bace1f;
}

/*分页*/
.page {
  text-align: center;
  overflow: hidden;
  padding: 35px 0 38px;
}

.page a {
  font-size: 16px;
  color: #959595;
  display: inline-block;
  border-radius: 13px;
  border: 1px solid #fff;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 0 9px;
  height: 26px;
  overflow: hidden;
}

.page span {
  font-size: 16px;
  color: #959595;
  display: inline-block;
  border-radius: 13px;
  border: 1px solid #fff;
  line-height: 26px;
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 0 9px;
  height: 26px;
  overflow: hidden;
}

.page .current,
.page a:hover {
  background: #bbcf1e;
  color: #fff;
  border: 1px solid #bbcf1e;
}

.page .pre,
.page .next {
  border: 1px solid #6b6b6b;
  background: none;
  line-height: 70px;
  height: 26px;
  overflow: hidden;
}

.page .note {
  display: none;
}

.page .pre {
  background: url(../images/return.png) no-repeat center;
}

.page .pre:hover {
  background: #bbcf1e url(../images/return_hover.png) no-repeat center;
}

.page .next {
  background: url(../images/enter.png) no-repeat center;
}

.page .next:hover {
  background: #bbcf1e url(../images/enter_hover.png) no-repeat center;
}

/*新闻详情*/
.news_detail {
  padding: 32px 56px 30px;
}

.news_detail .title {
  line-height: 62px;
  border-bottom: 1px solid #c4c4c4;
}

.news_detail .title h3 {
  color: #4f4f4f;
  font-size: 20px;
}

.news_detail .title span {
  color: #7c7c7c;
  font-size: 16px;
}

.news_c {
  padding: 23px 0 72px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px dashed #cfcfcf;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 25px;
  overflow: hidden;
}

.news_c img {
  margin-bottom: 9px;
}

.up_down {
  padding: 36px 0 16px;
  line-height: 30px;
}

.up_down a {
  font-size: 14px;
  color: #959595;
}

.up_down a:hover {
  color: #bace1f;
}

/*资料下载*/
.center_navservice a {
  margin: 0 65px;
}

.downpage {
  padding: 60px 0;
}

.downpage .current,
.downpage a:hover {
  background: #bace1f;
  color: #fff;
  border: 1px solid #bace1f;
}

.downbox {
  padding: 32px 56px 0;
}

.downbox .title {
  line-height: 40px;
  border-bottom: 1px solid #b4b5b5;
  font-size: 14px;
  color: #969696;
}

.downbox span {
  display: inline-block;
}

.downbox .two {
  float: right;
}

.downbox .s2 {
  width: 175px;
}

.downbox .s3 {
  width: 152px;
}

.downbox .s4 {
  width: 95px;
  text-align: center;
}

.downbox .downlist span {
  color: #969696;
}

.downbox .downlist .s1 {
  color: #4f4f4f;
}

.downbox .downlist {
  line-height: 70px;
  font-size: 14px;
  border-bottom: 1px dashed #bcbcbc;
}

.downbox .downlist .s4 .down {
  border: 1px solid #b4b5b5;
  font-size: 12px;
  color: #969696;
  display: inline-block;
  line-height: 18px;
  width: 93px;
  border-radius: 9px;
}

.downbox .downlist .s4 .down:hover {
  color: #fff;
  background: #bace1f;
  border: 1px solid #bace1f;
}

/*服务网点*/
.seivecebox {
  padding: 20px 56px 30px 55px;
  text-align: center;
}

.serviceMode{
  background: url(../images/serviceModeBackground.png) no-repeat center;
}

.serviceModeBottom{
  background: url(../images/serviceModeBottomBackground.png) no-repeat center;
}

.seivecebox .map {
  text-align: center;
}

.seivecebox ul {
  border-top: 1px dashed #bcbcbc;
  padding-top: 40px;
  overflow: hidden;
}

.seivecebox ul li {
  width: 50%;
  float: left;
  height: 175px;
}

.seivecebox ul li h3 {
  font-size: 18px;
  line-height: 30px;
  color: #4f4f4f;
  padding-bottom: 2px;
}

.seivecebox ul li p {
  font-size: 14px;
  color: #969696;
  line-height: 27px;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.hb {
  position: relative;
}

.info_newsbox_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 1;
}

.info_newsbox_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(270deg, rgba(235, 237, 244, 0) 0%, #EBEDF4 50%, rgba(235, 237, 244, 0) 100%);
}

.info_newsbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_newsbox_item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.info_newsbox_item:not(:last-child)::before {
  content: '';
  position: absolute;
  height: 48px;
  top: 50%;
  right: 0;
  font-size: 0;
  transform: translate(0%, -50%);
  width: 1px;
  background: #fff;
}

.info_newsbox_item img {
  margin-bottom: 5px
}

.info_news {
  width: 1200px;
  margin: 0 auto;
  line-height: 20px;
  color: #fff;
  position: relative;
}

.info_news span {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  padding-left: 100px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid #fff;
  width: 105px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 130px;
}

.r_fiex {
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  background: #fff;
  z-index: 1000;
  box-shadow: -2px 1px 4px rgba(0, 0, 0, .2);
}

.r_fiex>div {
  text-align: center;
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  height: 70px;
  cursor: pointer;
}

.r_fiex .a3 span {
  color: #fff;
}

.r_fiex .a1 {
  color: #999999;
  background-color: #fff;
}

.r_fiex .a3 {
  background-color: #5775FC;
}

.r_fiex .a4 {
  background-color: #4A5DCC;
  ;
}

.r_fiex i {
  display: block;
  width: 27px;
  height: 32px;
  margin: auto;
}

.r_fiex .a1 i {
  background: url(../images/a1.png) no-repeat center;
}

.r_fiex .a1:hover {
  color: #33B2E7;
}

.r_fiex .a1:hover i {
  background: url(../images/a1_hover.png) no-repeat center;
}

.r_fiex .a3 i {
  background: url(../images/a3.png) no-repeat center;
}

.r_fiex .a4 i {
  background: url(../images/a4.png) no-repeat center;
}

.r_fiex>div span {
  display: block;
}

.actives2 {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.actives3 {
  display: block;
}

.zwtitlebox {
  padding: 19px 59px 17px 56px;
  line-height: 32px;
  height: 32px;
}

.zwtitlebox .r1 {
  display: inline-block;
  font-size: 18px;
  color: #232323;
}

.zwtitlebox .r2 {
  padding-left: 48px;
  font-size: 14px;
  color: #8c8c8c;
}

.zwnav {
  color: #959595;
  font-size: 14px;
  text-align: center;
  width: 110px;
  position: relative;
}

.zwnav span {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  padding-left: 3px;
  line-height: 36px;
  min-width: 84px;
  cursor: pointer;
}

.zwnav i {
  position: relative;
  z-index: 2;
  margin-top: 7px;
  margin-right: 5px;
  background: url(../images/unfold.png) no-repeat right center;
  width: 18px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.zw_n {
  background: #f2f2f2;
  line-height: 38px;
  font-size: 12px;
  color: #959595;
  border: 1px solid #959595;
  border-radius: 5px;
  padding-top: 34px;
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  z-index: 0;
}

.n_box {
  display: none;
}

.zw_n a {
  display: block;
  border-top: 1px solid #959595;
  text-align: left;
  padding-left: 16px;
}

.zw_n .active {
  color: #fff;
  background: #b2b2b2;
}

.zw_n a:hover {
  color: #fff;
  background: #b2b2b2;
}

.main2 {
  background: #fff;
  padding: 30px 56px 72px;
}

.zw_title {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #b4b5b5;
  font-size: 14px;
  color: #969696;
}

.zw_title span {
  float: left;
  display: block;
}

.zw_title .z1 {
  width: 650px;
}

.zw_title .z2 {
  width: 100px;
  text-align: center;
}

.zw_title .z3 {
  width: 245px;
  text-align: center;
}

.contbox .listbox {
  display: none;
}

.contbox .listbox .list {
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 6px;
}

.l_title {
  line-height: 62px;
  font-size: 16px;
  color: #4f4f4f;
  overflow: hidden;
}

.l_title span {
  float: left;
}

.l_title .z1 {
  width: 650px;
  float: left;
}

.l_title .z1 span {
  cursor: pointer;
}

.l_title .z1 span i {
  background: url(../images/unfold.png) no-repeat right center;
  width: 29px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.l_title .z2 {
  width: 100px;
  text-align: center;
  float: left;
}

.l_title .z3 {
  width: 245px;
  text-align: center;
  float: left;
}

.l_title .z4 {
  float: right;
}

.l_title .z4 a {
  line-height: 18px;
  display: inline-block;
  border: 1px solid #b4b5b5;
  width: 91px;
  color: #969696;
  font-size: 12px;
  text-align: center;
  border-radius: 9px;
}

.l_title .z4 a:hover {
  background: #bace1f;
  color: #fff;
  border: 1px solid #bace1f;
}

.contbox .listbox .list .box {
  border-top: 1px dashed #cdcdcd;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  padding: 33px 0 18px;
  display: none;
}

.contbox .listbox .list .box h3 {
  font-size: 16px;
  color: #4f4f4f;
}

.contbox .listbox .active .box {
  display: block;
}

.contbox .listbox .active .l_title .z4 a {
  background: #bace1f;
  color: #fff;
  border: 1px solid #bace1f;
}

.contbox .listbox .active .l_title .z1 span i {
  -webkit-transform: rotateX(180deg);
}

.zwnav span.active i {}



.elevator-app-box {
  width: 175px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
  color: #000;
  position: absolute;
  right: 60px;
  top: 86px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 15px;
  display: none;
  -webkit-transition: opacity .25s, transform .3s;
  -moz-transition: opacity .25s, transform .3s;
  transition: opacity .25s, transform .3s;
  text-align: left;
  opacity: 1;
}
.elevator-app-box .phone,.elevator-app-box .cellphone{
  font-size: 12px;
  line-height: 20px;
  padding-left: 26px;
  background-image: url(/views/default/images/客服热线.png);
  background-repeat: no-repeat;
  background-position: 3px center;
}
.elevator-app-box .cellphone{
  background-image: url(/views/default/images/手机.png);
  background-position: 5px center;
}
.r_fiex .a4:hover .elevator-app-box {
  display: block;
}

.piro_overlay {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 99997;
}

.loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 100008;
  background: none
}

.loading span span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 100009;
  background: url(../images/ajax-loader.gif) center center no-repeat !important;
  background: url(../images/ajax-loader.gif) center center no-repeat;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  display: block;
  padding: 0px;
  cursor: text;
  background: #222;
}

.piro_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  display: block;
  padding: 0;
  background: none;
}

.caption p {
  display: block;
  margin: 0;
  padding: 4px 28px 4px 38px;
  text-align: center;
  font-weight: normal;
  background: black;
  color: white;
  font-size: 12px;
}

a.piro_close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 35px;
  width: 35px;
  background: url(../images/close_btn.png) no-repeat;
  cursor: pointer;
  z-index: 100006;
}

a:hover.piro_close {
  background: url(../images/close_btn_h.png) no-repeat;
}

a.piro_next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  right: 20px;
  text-indent: -999em;
  outline: none;
  display: block;
  margin: -18px 0 0 0;
  background: url(../images/nexts.png) center right no-repeat;
  border: none;
  cursor: pointer;
  z-index: 1000000001
}

a:hover.piro_next {
  background: url(../images/next_h.png) center right no-repeat;
}

a.piro_prev {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  left: 20px;
  text-indent: -999em;
  outline: none;
  display: block;
  margin: -18px 0 0 0;
  background: url(../images/prevs.png) center left no-repeat;
  border: none;
  cursor: pointer;
  z-index: 1000000000
}

a:hover.piro_prev {
  background: url(../images/prev_h.png) center left no-repeat;
}


.piro_overlay {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 99997;
}

.pirobox_content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: 800px;
  height: 600px;
  margin: -300px 0 0 -400px;
  display: block;
  z-index: 99998;
  font-family: Trebuchet MS, Arial;
}

.pirobox_content table,
tbody,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
}

.pirobox_content img {
  margin: 0;
  padding: 0;
  border: none;
}

.t_l {
  background: url(../images/t_l.png) no-repeat;
  width: 20px;
  height: 20px;
}

.t_r {
  background: url(../images/t_r.png) no-repeat;
  width: 20px;
  height: 20px;
}

.t_c {
  height: 20px;
  background: url(../images/t_c.png) repeat-x;
}

.c_l {
  width: 20px;
  background: url(../images/c_l.png) repeat-y;
}

.c_c {
  background: black;
  margin: 0;
  padding: 0;
}

.c_c div {
  width: 760px;
  height: 560px;
  margin: 0;
  padding: 0 0 0px 0;
}

.c_r {
  width: 20px;
  background: url(../images/c_r.png) repeat-y;
}

.b_c {
  height: 20px;
  background: url(../images/b_c.png) repeat-x;
}

.b_l {
  background: url(../images/b_l.png) no-repeat;
  width: 20px;
  height: 20px;
}

.b_r {
  background: url(../images/b_r.png) no-repeat;
  width: 20px;
  height: 20px;
}

.productlist2 {
  height: 240px;
  text-align: center;
  width: 275px;
  margin: 0 12px 8px;
}

.productlist2 .pic2 {
  height: 185px;
  padding: 10px;
}

.productlist2 .box2 .p2 {
  line-height: 30px;
  color: #5d5d5d;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  padding: 0 5px
}

.productlist2:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, .2);
}

.center_navservice {
  position: relative;
}

.center_navservice .child {
  display: none;
  position: absolute;
  bottom: -50px;
  width: 951px;
  height: 50px;
  line-height: 50px;
  background: #222;
  text-align: left;
  padding-left: 249px
}

.center_navservice .child a {
  border: none;
  margin: 0 50px;
  width: 110px;
  text-align: center;
}

.center_navservice>span:hover .child {
  display: block;
}

.number {
  display: none;
}

.new_p {
  margin-bottom: 40px;
  position: relative;
  width: 1200px;
  height: 405px;
  position: relative;
  background: #fff;
  transition: 0.5s ease-in-out;
  -webkit-transform: 0.5s ease-in-out;
  -moz-transform: 0.5s ease-in-out;
  -ms-transform: 0.5s ease-in-out;
  -o-transform: 0.5s ease-in-out;
  transform: 0.5s ease-in-out;
}

.new_p:hover {
  transform: scale(1.04);
  -moz-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  max-width: 100%;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, .2);
}

.new_p .img {
  padding: 60px 0 0 50px;
}

.news_info {
  margin-left: 700px;
  padding-top: 60px;
  text-align: left;
  width: 388px;
}

.news_info h3 {
  font-size: 24px;
  color: #5f5f5f;
  line-height: 24px;
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
  font-weight: normal;
  backface-visibility: hidden;
}

.news_info p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  padding-top: 15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news_info .more {
  color: #b4b5b5;
  border: 1px solid #b4b5b5;
  margin-top: 42px;
  display: inline-block;
  width: 130px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  border-radius: 13px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.news_info:hover .more {
  color: #2fa2db;
  border: 1px solid #2fa2db;
}

.c_content .c .sitemap h3 {
  line-height: 36px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  font-weight: normal;
}

.c_content .c .sitemap h3 a {
  color: #333;
  font-size: 16px;
}

.c_content .c .sitemap ul {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.c_content .c .sitemap li {
  width: 140px;
  padding: 0 5px;
}

.c_content .c .sitemap li h4 {
  line-height: 30px;
  font-weight: normal;
  padding-top: 12px;
}

.c_content .c .sitemap li h4 a {
  font-size: 14px;
  color: #333;
}

.c_content .c .sitemap li p {
  line-height: 28px;
}

.c_content .c .sitemap li p a {
  color: #666;
  font-size: 14px;
}

.c_content .c .sitemap a:hover {
  color: #2fa2db;
}

.banner .imgs_p {
  display: none;
}

img {
  max-width: 100%;
}

.menu {
  display: none;
}

.window-back {
  width: 100%;
  height: 100%;
  position: relative;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.leftnav {
  background: #fff;
  width: 200px;
  position: fixed;
  z-index: 3000;
  height: 100%;
  left: -200px;
  top: 0;
  text-align: center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: all 0.5s ease-in-out;
  -webkit-transform: all 0.5s ease-in-out;
  -moz-transform: all 0.5s ease-in-out;
  -ms-transform: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transform: all 0.5s ease-in-out;
}

.leftnav .l_logo {
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
}

.leftnav .l_logo img {
  height: 36px;
}

.leftmenu {
  line-height: 40px;
  font-size: 16px;
  padding: 10px 0;
}

.leftmenu p {
  padding-bottom: 3px;
  border-bottom: 1px dashed #f6f4f4;
}

.leftmenu a {
  color: #333;
}

.actives {
  left: 0;
}

.down2 {
  display: none !important;
}

.m {
  display: none;
}

.h_nav {
  display: none;
}

.m_searchbtn {
  display: none;
}

.m_search {
  display: none;
}

.searchbtn2 {
  display: none;
}

.m_logo {
  display: none;
}

@media screen and (min-width:1200px) {
  html {
    font-size: 14px;
  }

}

@media screen and (max-width:1600px) {
  .header {
    height: 50px;
  }

  .header img {
    height: 36px;
  }

  .searchbox {
    height: 32px;
  }

  .searchbtn {
    top: 6px;
  }

  .center_nav {
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
  }

}

@media screen and (max-width:1400px) {
  .header {
    height: 45px;
  }

  .header img {
    height: 32px;
  }

  .searchbox {
    height: 30px;
  }

  .searchbtn {
    top: 5px;
  }

  .center_nav {
    height: 45px;
    line-height: 45px;
    margin-top: -45px;
  }
}

@media screen and (max-width:1200px) {
  html {
    font-size: 13px;
  }

  .soyuanLogo {
    width: 350px;
  }

  .header {
    height: 40px;
  }

  .header img {
    height: 30px;
  }

  .searchbox {
    height: 28px;
  }

  .searchbtn {
    top: 4px;
  }

  .center_nav {
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
  }

  .content-wrap {
    width: 100%;
  }

  .elevator-app-box {
    height: auto;
    width: 215px;
  }

  .searchbox .search {
    width: 120px;
  }

  .banner .imgs_p {
    display: block;
  }

  .banner .imgs_w {
    display: none;
  }

  .mainbox {
    width: 100%;
    margin: 0 auto;
  }

  .main {
    width: 98%;
  }

  #pages {
    display: none;
  }

  .footer {
    width: 98%;
    margin: 0 auto;
  }

  .f_nav {}

  .f_nav ul li {
    margin-left: 40px;
  }

  .copy {
    line-height: 27px;
    padding: 15px 0;
  }

  .info_news {
    width: 98%;
    margin: 0 auto;
  }

  .info_news span {
    margin-left: 40px;
    padding-left: 0;
  }

  .new_p {
    width: 100%;
  }

  .new_p .img {
    width: 50%;
    padding: 0;
    padding-top: 10%;
  }

  .news_info {
    width: 50%;
    float: right;
    margin: 0;
  }

  .info_newsbox {
    width: 960px;
  }

  .info_newsbox_box {
    height: 100px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 120px;
  }

  .news_c img {
    height: inherit !important;
  }

  .zwtitlebox {
    height: auto;
  }

  .l_title .z1 {
    width: auto;
  }

  .zw_title span {
    float: right;
  }

  .zw_title .z1 {
    width: auto;
    float: left;
  }

  .downbox .s2 {
    width: 120px;
  }

  .downbox .s3 {
    width: 120px;
  }

  .downbox .s4 {
    width: 90px;
    float: right;
  }

  .downbox .s4 a {
    width: 88px !important;
  }
}

@media screen and (max-width:1020px) {}

@media screen and (max-width:980px) {


  .navbox .nav {
    display: none;
  }

  .searchbox,
  .telephoneIcon {
    display: none;
  }

  .header {
    height: 40px;
    background-color: #fff;
    justify-content: space-between;
  }


  .hb,
  .banner,
  .bannerVideo {
    margin-top: 40px;
  }

  .menu {
    display: block;
  }

  .menu a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #2fa2db;
  }

  .searchbox .search {
    width: 180px;
  }

  .f_nav {}

  .f_nav ul li {
    margin: 0 15px;
  }

  .info_newsbox,
  .info_newsbox_box {
    display: none;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .news_detail,
  .c_content {
    padding: 20px 30px;
  }

  .newslist dd {
    width: 240px;
  }

  .newslist dt {
    margin-left: 260px;
  }

  .newsbox {
    padding: 20px 30px;
  }

  .zw_title .z3,
  .l_title .z3 {
    width: 180px;
  }

  .zwtitlebox {
    padding: 18px 30px;
  }

  .main2 {
    padding: 20px 30px 50px;
  }

  .downbox .s2 {
    max-width: 360px;
  }

  .downbox .s2 {
    width: 90px;
  }

  .downbox .s3 {
    width: 90px;
  }
}

@media screen and (max-width:768px) {
  .mores {
    display: block;
    text-align: center;
  }

  .mores a {
    border: 1px solid #666;
    color: #666;
    border: 1px solid #9f9999;
    color: #666;
    display: inline-block;
    line-height: 26px;
    width: 90px;
    border-radius: 3px;
  }

  .pc {
    display: none;
  }

  .m {
    display: block;
    line-height: 2;
  }

  .m table p {
    padding: 0 12px;
    line-height: 24px;
  }

  .m table tr td {
    width: 50%;
    vertical-align: baseline;
  }

  .footer {
    display: none;
  }

  .copy span {
    display: inline-block;
  }

  .new_p {
    width: 80%;
    margin: 0 auto 40px;
    height: auto;
  }

  .new_p .img {
    float: inherit;
    width: 100%;
  }

  .news_info {
    float: inherit;
    width: 100%;
    padding: 0 15px 20px;
  }

  .news_info .more {
    margin-top: 20px;
  }

  .info_newsbox {
    width: 500px;
  }

  .news_detail,
  .c_content {
    padding: 20px 15px;
  }

  .newsbox {
    padding: 20px 15px;
  }

  .newslist dd {
    width: 200px;
    height: 136px;
  }

  .newslist dt {
    margin-left: 220px;
  }

  .newslist dt h3 {
    font-size: 18px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
  }

  .newslist dt .p1 {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
  }

  .zw_title {
    display: none;
  }

  .l_title .z1 {
    float: inherit;
    overflow: hidden;
  }

  .l_title .fr {
    float: inherit;
  }

  .l_title {
    line-height: 40px;
  }

  .l_title .fr>div {
    text-align: left;
  }

  .zwtitlebox .r2 {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    line-height: 24px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-size: 20px;
  }

  .ctrl-box img {
    width: 30px;
  }

  .seivecebox {
    padding: 20px 15px;
  }

  .downbox {
    padding: 20px 15px;
  }

  .downbox .title {
    display: none;
  }

  .downbox .downlist {
    padding-bottom: 15px;
  }

  .downbox .s1 {
    display: block;
    float: inherit;
    line-height: 30px;
  }

  .downbox .two {
    float: inherit;
    overflow: hidden;
    line-height: 24px;
  }

  .downbox .two span {
    line-height: 24px;
  }

  .c_content .pic {
    padding-bottom: 30px;
  }

  .main {
    margin-bottom: 40px;
  }

  .news_detail .title {
    line-height: 24px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    position: relative;
    padding-right: 70px;
  }

  .news_detail .title h3 {
    font-size: 14px;
  }

  .news_detail .title span {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 12px;
  }

}

@media screen and (max-width:640px) {

  .new_p {
    width: 95%;
  }

  .seivecebox ul li {
    width: auto;
    float: inherit;
  }

  .menu a {
    font-size: 24px;
    right: 15px;
    top: 12px;
  }

  .swiper-pagination-bullet {
    background-size: 18px;
    margin: 0 3px;
  }

  .searchbox {
    display: none;
  }

  .r_fiex {
    display: none;
  }

  .h_nav {
    display: none;
    background: #fff;
    padding-top: 4px;
    overflow: hidden;
  }

  .h_nav li {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    overflow: hidden;
  }

  .h_nav li .box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .h_nav li .box>div {
    display: table;
    width: 100%;
    height: 100%;
  }

  .h_nav li .box p {
    display: table-cell;
    vertical-align: middle;
  }

  .h_nav li .box span {
    display: block;
    color: #fff;
  }

  .h_nav li .box .s1 {
    padding-bottom: 5px;
  }

  .h_nav li .box .s2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h_nav li .box .s3 {
    font-size: 12px;
  }

  .m_searchbtn {
    display: block;
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    background: #bace1f;
    text-align: center;
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }

  .m_searchbtn a {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
  }

  .msk {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2001;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
  }

  .m_search {
    position: fixed;
    z-index: 2002;
    width: 80%;
    background: #fff;
    border-radius: 8px;
    bottom: 30px;
    left: 10%;
    padding: 20px;
    bottom: -100%;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transform: all 0.5s ease-in-out;
  }

  .topfix {
    bottom: 30px;
  }

  .m_search .closebtn {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 24px;
    color: #666;
  }

  .m_search input {
    width: 100%;
    padding-left: 40px;
    height: 40px;
    background: #f4f4f4;
    color: #666;
    border: none;
  }

  .m_search form {
    margin-right: 40px;
    position: relative;
  }

  .searchbtn2 {
    display: block;
    position: absolute;
    left: 10px;
    top: 9px;
    border: none;
    background: no-repeat;
    font-size: 24px;
    color: #666;
    line-height: 24px;
  }
}

@media screen and (max-width:479px) {

  .down {
    display: none !important;
  }

  .down2 {
    display: block !important;
    ;
  }

  .searchbox {
    display: none;
  }

  .news_info i {
    display: none;
  }

  .info_newsbox {
    width: 360px;
  }

  .center_nav {
    overflow: hidden;
    font-size: 12px;
  }

  .newslist dd {
    float: inherit;
    width: auto;
    height: auto;
    padding-bottom: 5px;
  }

  .newslist dd img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }

  .newslist dt {
    margin-left: 0;
  }

  .newslist {
    padding: 15px 0;
  }

  .newslist dt h3 {
    font-size: 16px;
  }

  .l_title .z2 {
    width: 80px;
  }

  .l_title .z3 {
    width: 40px;
  }

  .l_title .z4 {
    width: 80px;
  }

  .l_title .z4 a {
    width: 80px;
  }

  .copy {
    font-size: 12px;
    line-height: 24px;
    padding: 15px 5px;
  }

  .r_fiex>div:hover span {
    display: none;
    ;
  }

  .r_fiex>div:hover i {
    display: block;
    ;
  }

  .h_nav li .box .s1 img {
    width: 40px;
  }

  .h_nav li .box .s1 {
    padding-bottom: 2px;
  }

  .h_nav li .box .s2 {
    font-size: 16px;
    line-height: 26px;
  }

  .m_searchbtn {
    width: 40px;
    height: 40px;
    right: 15px;
  }

  .m_searchbtn a {
    line-height: 40px;
    font-size: 26px;
  }
}

@media screen and (max-width:400px) {

  .zw_n {
    padding-top: 30px;
  }

  .zwnav span {
    line-height: 30px;
  }

  .news_info h3 {
    font-size: 22px;
  }
}

@media screen and (max-width:360px) {

  .h_nav li .box .s1 img {
    width: 30px;
  }

  .h_nav li .box .s1 {
    padding-bottom: 2px;
  }

  .h_nav li .box .s2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.cbutton {
  overflow: visible;
  -webkit-transition: color 1s;
  transition: color 1s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cbutton.cbutton--click,
.cbutton:focus {
  outline: none;

}

.cbutton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 640px;
  margin: -320px 0 0 -320px;
  border-radius: 50%;
  content: '';
  opacity: 0;
  pointer-events: none;
}


/* Effect Boris */
.cbutton--effect-boris::after {
  background: rgba(0, 0, 0, 0.2);
}

.cbutton--effect-boris.cbutton--click::after {
  -webkit-animation: anim-effect-boris 0.8s forwards;
  animation: anim-effect-boris 0.8s forwards;
}

@-webkit-keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }

  25%,
  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

.policeBox {
  background-image: url(/views/default/images/power_page_bg2.png);
  background-size: 100% auto;
}