@charset "utf-8";
/*-------滚动按钮----------*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 46px;
  color: #eee;
  font-size: 2rem;
  margin-top: -23px;
  background: rgba(0, 0, 0, .2);
  transition: opacity ease .4s;
  opacity: 0;
}
.swiper-button-prev {
  border-radius: 0 .3rem .3rem 0;
  left: 0;
  right: auto;
}
.swiper-button-next {
  border-radius: .3rem 0 0 .3rem;
  right: 0;
  left: auto;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(222, 0, 16, .5);
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}
/* CSS Document */
#banner {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 10px;
  background: white;
  margin: 0 5px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
  background: #004999;
  width: 16px;
}
#banner .swiper-pagination-bullets {
  bottom: 15px;
}
#banner .swiper-slide .container {
  position: relative;
  top: 28%;
}
#banner .swiper-slide .container .col-lg {
  width: 40%;
}
#banner .swiper-slide h3 {
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 3.2rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
#banner .swiper-slide p {
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
}
#banner .swiper-button-next, #banner .swiper-button-prev {
  margin-top: -35px;
  transition: 0;
  width: 41px;
  height: 69px;
}
#banner .swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
  right: auto;
}
#banner .swiper-button-prev:hover {
  background-position: 0 50%
}
#banner .swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
  left: auto;
}
#banner .swiper-button-next:hover {
  background-position: -42px 50%
}
#banner .swiper-button-prev::after, #banner .swiper-button-next::after {
  content: '';
}
/*-------段落行间距-------*/
main > section {
  position: relative;
  padding: 4rem 0;
}
main > section hgroup > h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
}
main > section hgroup > h2 img {
  max-height: 18px;
}
main > section hgroup > h2 a {
  color: #0173D3;
}
#wrapper3 hgroup > h2::after {
    background: #EA3E33;
}
#wrapper4 hgroup > h2::after {
    background: #0AA94F;
}
main > section hgroup > h2::after {
  content: '';
  display: block;
  height: .2rem;
  width: 70px;
  background: #0173D3;
  margin: 1rem 0 0;
  border-radius: 2px;
}
main > section .title {
  width: 100%;
  position: relative;
  margin: 0 auto 2rem;
  -webkit-justify-content: space-between;
  justify-content: space-between; /*两端对齐*/
  align-items: center; /*垂直居中*/
  border-bottom: 1px solid #e5e5e5;
}
main > section .item-list > li + li {
  margin-left: 2rem;
}
main > section .item-list > li > a {
       font-size: 1.8rem;
    text-transform: uppercase;
    position: relative;
}
main > section .item-list > li > a:hover, main > section .item-list > li.active a {
    color: #0173D3;
  /*background: #004999;
  color: #fff;*/
}

main > section .item-list > li > a:hover::after, main > section .item-list > li.active a::after {
    content: '';
    display: block;
    height: .2rem;
    width: 70px;
    background: #0173D3;
    margin: 1rem 0 0;
    border-radius: 2px;
}

/*.product-box0 .item-list > li > a:hover, .product-box0 .item-list > li.active a {
  background: #004999;
}
.product-box2 .item-list > li > a:hover, .product-box2 .item-list > li.active a {
  background: #1da853;
}*/
/*-------工程案例--------*/

.zs-bg {
    background-color: #F1F1F1;
  /*background: url("../images/wrapper5-bg.jpg") no-repeat fixed bottom center;
  background-size: cover;*/
}


.wrapper5 .case-box .swiper-slide > a {
  position: relative;
  overflow: hidden;
  display: block;
}
.wrapper5 .case-box .swiper-slide .img {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrapper5 .case-box .swiper-slide .img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.wrapper5 .case-box .swiper-slide a:hover img {
  -webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.wrapper5 .case-box .swiper-slide h3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
}
/*-----------第二部分-----------*/
/*.products-list {
  background: url(../images/c2_bg.jpg) bottom center no-repeat;
}*/
.products-list .tab-box .tab-conbox {
  transition: all 0.5s ease;
}
.products-list .tab-box .tab-conbox + .tab-conbox {
  display: none;
}
/*------新闻中心-------*/
#wrapper6 {
  background: url(../images/process-bg.jpg) no-repeat fixed top center;
  background-size: cover;
}
.news-tab-box {
  transition: all 0.5s ease;
}
.news-tab-box .swiper-container:not(:first-child) {
  display: none;
}
.visibility {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0
}
/*.news-tab-box .news-con{
   display: none;
}*/
#wrapper6 .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#wrapper6 .swiper-slide {
  transition: all ease .3s;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  margin-bottom: 10px;
  padding-top: .5rem;
}
#wrapper6 .swiper-slide a img {
  width: 100%;
}
#wrapper6 .swiper-slide:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#wrapper6 .swiper-slide:hover h3 a {
  color: #004999;
}
#wrapper6 .swiper-slide:hover .read-more {
  color: #004999;
}
#wrapper6 section {
  background-color: #fff;
  padding: 2rem;
  transition: all ease .3s;
}
#wrapper6 .post-calendar {
  font-size: 1.5rem;
  color: #1f2428;
  margin-bottom: 1rem;
}
#wrapper6 .post-calendar i {
  color: #004999;
  position: relative;
  margin-right: 5px;
}
#wrapper6 .post-calendar span::before {
  content: '|';
  padding: 0 1rem;
}
#wrapper6 section h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  min-height: 62px;
  /*width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
#wrapper6 section p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  height: 50px;
  overflow: hidden;
}
/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: #004999;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.read-more i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.read-more:hover {
  color: #004999;
  letter-spacing: 1px;
}
/*-------第一部分（公司简介）-----*/
#wrapper1 {
  background-image: linear-gradient(180deg, #fff, #f2f2f2);
}
#wrapper1 .about .about-left {
  width: 74%;
  height: 100%;
  margin-right: 3rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}

#wrapper1 .title {
  margin: 0 auto 2.5rem;
}


#wrapper1 .about .about-left .about-pic{
  width: 40%;
}
#wrapper1 .about .about-left #content-scroll{
  width: calc(60% - 2rem);
    margin-left: 2rem;
}
/*------内容------*/
#wrapper1 .about .content {
    position: relative;
    justify-content: space-between;
}
#wrapper1 .about .content .swiper-container {
  width: 100%;
  height: 320px;
}
#wrapper1 .about .content .swiper-container .swiper-slide {
  height: auto;
  padding-right: 3rem;
}
#wrapper1 .about .content h3 {
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
#wrapper1 .about .content p {
  line-height: 1.75;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
#wrapper1 .about .content ul li {
  position: relative;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#wrapper1 .about .content ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  background: url("../images/dot.png") no-repeat center;
  background-size: 12px 12px;
}
#wrapper1 .about .content ul li span {
  display: block;
  font-size: 1.6rem;
  margin-left: 2.2rem;
}
/*--------------------------------*/
#wrapper1 .about .about-right {
  width: calc(26% - 3rem);
  flex: 0 0 auto;
  transition: all 0.2s ease-in-out;
}
#wrapper1 .about .about-right .about-pic {
  display: block;
  position: relative;
}
#wrapper1 .about .about-right .about-pic img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
#wrapper1 .about .about-right .about-pic .playBtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#wrapper1 .about .about-right .about-pic .playBtn .btns {
  width: 73px;
  height: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*------登录注册-------*/
#wrapper1 .login-box-warp {
  padding: 30px 30px 50px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .85);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

#wrapper1 .login-box-warp ul.userinfo {
	margin-bottom:20px;
}

#wrapper1 .login-box-warp ul.userinfo li {
	line-height: 30px;
}

#wrapper1 .login-box-warp .loginout.flex {
    justify-content: space-between;
}



.login-box-warp h3 {
  color: #0173D3;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.login-box {
  position: relative;
}
.login-box li {
  margin-bottom: 20px;
}
.login-error {
  position: relative;
  color: #e4393c;
  background: #ffebeb;
  border: 1px solid #faccc6;
  padding: 3px 15px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.login-box-warp form .user, .login-box-warp form .pwd, .login-box-warp form .ele-wrap, .login-box-warp form .loginbtn {
  position: relative;
  margin-bottom: 2rem;
}
.login-box-warp form .ele-wrap .captcha {
  position: relative;
  width: calc(100% - 90px);
}
.login-box-warp form .ele-wrap .captcha input[type=text] {
  text-transform: uppercase;
}
.login-box-warp form input[type=text], .login-box-warp form input[type=password] {
  color: #595959;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 5px 5px 5px 40px;
  font-size: 1.4rem;
}
.login-box-warp form i.fas {
  color: #D4DEE7;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.login-box-warp form input[type=text]:focus + i.fas, .login-box-warp form input[type=password]:focus + i.fas {
  color: #5EA8E5;
}
.login-box-warp form .code-img {
  height: 42px;
  width: 90px;
  float: right;
  cursor: pointer;
}
.login-box-warp form .code-img.flex {
  align-items: center;
}
.login-box-warp form .code-img img {
  width: 100%;
}
.login-box-warp form input[type="submit"] {
  width: 100%;
  height: 40px;
  color: #fff;
  background: #58a4ed;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login-box-warp form input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #3d96ec;
}
.login-box-warp form label {
  cursor: pointer;
}
.login-box-warp form label input {
  margin-right: 5px;
}


.login-box-warp form .form-ok button {
	width: calc(50% - 5px);
}

.login-box-warp form .form-ok.flex {
    justify-content: space-between;
}
/*--------第二部分------*/
#wrapper2 .news-item .news-left{
  width: 70%;
height: 100%;
margin-right: 3rem;
position: relative;
transition: all 0.2s ease-in-out;
}
#wrapper2 .news-item .news-right {
    width: calc(30% - 3rem);
    flex: 0 0 auto;
    transition: all 0.2s ease-in-out;
}
/*-------新闻列表------*/
main ul.news-list > li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  display: flex;
  justify-content: space-between; /*两端对齐*/
  align-items: center; /*垂直居中*/
}
main ul.news-list > li a {
  width: calc(100% - 100px);
  overflow: hidden; /*溢出内容设为隐藏*/
  white-space: nowrap; /*强制文本单行显示*/
  text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
  line-height: 3rem;
  padding-left: 1rem;
}
main ul.news-list > li a:hover {
  text-decoration: underline;
}
main ul.news-list > li::before {
  content: "";
    position:absolute; 
  width: 5px;
  height: 5px;
  background: url("../images/newsdot.gif") no-repeat;
}



/*-------第四部分（服务流程）-----*/
#wrapper4 {
  /*    background: #fff;*/
  /*   background-image: linear-gradient(0deg, rgba(235, 235, 235, 1), rgba(245, 245, 245, 1));*/
  /*background: url(../images/process-bg.jpg) no-repeat fixed top center;
  background-size: cover;*/
}
#wrapper4 hgroup > h3 {
  color: #595959;
}
/*-----新闻----------*/
#wrapper4 .col {
  width: 33.3333333%;
  padding: 0 1.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#wrapper4 ul.post-date {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 55px;
  text-align: center;
  z-index: 99;
}
#wrapper4 ul.post-date li {
  height: 24px;
  line-height: 24px;
}
#wrapper4 ul.post-date li:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  background: #fff;
  color: #004999;
}
#wrapper4 ul.post-date li:last-child {
  color: #fff;
  background: #004999;
}
/*-----标题大小-----*/
#content h1 {
  font-size: 3rem;
  line-height: 1.5;
}
/*-----/产品简介页/-----*/
#content .proshow {
  width: 100%;
  margin: 0 auto 20px;
}
#content .proshow .col-left {
  width: 450px;
  margin-right: 3rem;
}
#content .proshow .col-right {
  flex: 1;
}
#content .proshow .col-right h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
/*------产品滚动-----*/
#productSlide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}
#productSlide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#productSlide img {
  width: 100%;
  display: block;
}
#productSlide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#productSlide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
  background: #004999;
}
/*-----标题大小-----*/
#content h1 {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: capitalize;
}
/*-----/产品简介页/-----*/
#content .proshow {
  width: 100%;
  margin: 0 auto 20px;
}
#content .proshow .col-left {
  width: 450px;
  margin-right: 3rem;
}
#content .proshow .col-right {
  flex: 1;
}
#content .proshow .col-right h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
/*------产品滚动-----*/
#productSlide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}
#productSlide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#productSlide img {
  width: 100%;
  display: block;
}
#productSlide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#productSlide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
  background: #004999;
}
/*-------产品详情页--------*/
#content .details {
  width: 100%;
  box-shadow: 0px 3px 9px rgba(120, 120, 120, 0.09);
  /*    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
#content ul.tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
  line-height: 40px;
}
#content ul.tabs-nav li {
  line-height: 40px;
  border-right: 1px solid #e2e2e2;
}
#content ul.tabs-nav li a {
  text-align: center;
  display: block;
  min-width: 10rem;
  padding: 0 1.5rem;
}
#content ul.tabs-nav li a:hover {
  background: #e2e2e2;
}
#content ul.tabs-nav li.active a {
  color: #004999;
  position: relative;
  background-color: #fff;
}
#content ul.tabs-nav li.active a::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: -1px;
  height: 2px;
  background-color: #004999;
  z-index: 10;
}
.tab-box .tab-content:not(:first-child) {
  display: none;
}
.tab-box .tab-content {
  padding: 2rem;
  background-color: #fff;
}
#content .btn-red {
  background: #004999;
  border-color: #004999;
  color: #fff;
}
#content .btn-blue {
  background: #004999;
  border-color: #004999;
  color: #fff;
}
#content .btn-big {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  opacity: 1;
  transition: transform .3s ease 0s;
}
#content .btn-big:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*----相关产品---*/
#product-scroll ul {
  width: 100%;
}
#product-scroll ul li {
  /*width: 25%;*/
  /*padding: 0 1.5rem;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#product-scroll ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
#product-scroll ul li a img {
  -webkit-transition: transform .5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
}
#product-scroll ul li:hover a img {
  transform: scale(1.1, 1.1);
}
#product-scroll ul li h3 {
  font-size: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1rem .5rem;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
/*-------新闻详情页------*/
#article header {
  text-align: center;
}
#article header .meta {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #999;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
}
#article header .meta span {
  padding-left: 1rem;
}
/* -----新闻内容----- */
#article section.main-body {
  padding: 2rem 0;
}
/*---联系我们---*/
#content .tab-area {
  text-align: center;
}
#content .tab-area ul.nav-tabs {
  position: relative;
  border: 0;
  margin-bottom: 65px;
  display: inline-block;
}
#content .tab-area ul.nav-tabs > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
#content .tab-area ul.nav-tabs > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  transition: .5s;
  margin: 0 1px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 2.25rem 5rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
#content .tab-area ul.nav-tabs > li.active > a {
  color: #29166F;
  border-color: #999;
}
.contact-info-wrap > ul > li {
  text-align: center;
  flex: 1 1 25%;
  padding: 0 1.5rem;
  margin-bottom: 4rem;
}
.contact-info-wrap > ul > li + li {
  border-left: 1px solid #e0e0e0;
}
.contact-info-wrap > ul > li .icon {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.contact-info-wrap > ul > li .icon i {
  color: #004999;
  font-size: 5rem;
}
.contact-info-wrap > ul > li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info-wrap > ul > li .text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.contact-info-wrap > ul > li .text a {
  color: #555;
}
#content .tab-area + .tab-area {
  display: none;
}
#content .tab-content .tab-pane + .tab-pane {
  display: none;
}
/*成功案例*/
#content ul.case {
  width: 100%;
}
#content ul.case > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#content ul.case > li > a {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px #d8d7d7;
  background: #f0f0f0;
  display: block;
}
#content ul.case > li h3 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1.5rem .5rem;
  text-transform: capitalize;
}
#content ul.case > li .img {
  overflow: hidden;
}
#content ul.case > li .img img {
  width: 100%;
  display: block;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#content .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#content ul.case > li:hover a {
  color: #fff;
  background: #818086;
}
#content ul.case > li:hover img {
  transform: scale(1.1, 1.1);
}
#content ul.case > li:hover h3 {
  color: #ffffff;
}
/*-----/在线留言页/-----*/
ul.widget-box {
  position: relative;
}
ul.widget-box li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
ul.widget-box li label {
  float: left;
  width: 95px;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
}
ul.widget-box li span.field {
  display: block;
  position: relative;
  margin-left: 105px;
}
ul.widget-box li span.field img {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
ul.widget-box li em.required {
  color: #f00;
}
ul.widget-box li input {
  height: 30px;
  max-width: 100%;
}
ul.widget-box li textarea {
  max-width: 100%;
}
ul.widget-box li input:not(.valcode) {
  width: 500px;
}
ul.widget-box li textarea {
  width: 600px;
}
.form-actions {
  padding: 12px 0 12px 105px;
}
.form-actions button[type="submit"] {
  margin-right: 10px;
}
form.validate-form input.error, form.validate-form select.error, form.validate-form textarea.error {
  border: 1px solid rgba(223, 6, 15, 0.8);
}
.tipinfo span.error {
  background: url("../images/unchecked.jpg") no-repeat left;
  padding-left: 17px;
  color: #eb0000;
  display: block;
}
.tipinfo span.valid {
  background: url("../images/checked.gif") no-repeat left;
  width: 14px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  margin: 5px 0 0 5px;
  display: inline-block;
}
.stdbtn {
  padding: .75rem 1.5rem;
  border: 1px solid #ccc;
  background: #eee url(../images/buttons.png) repeat-x top left;
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.8;
}
.stdbtn:hover {
  text-decoration: none;
  opacity: 1;
}
.btn_blue {
  background-position: 0 -76px;
  border-color: #0282ce;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_red {
  background-position: 0 -228px;
  border-color: #a31314;
  color: #fff;
}
/*--------人才招聘--------*/
#content .job-title {
  background-color: #169ae1;
}
#content .job-title ul li {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 1.6rem;
  width: 20%;
}
#content .job-list {
  background-color: #f6f4f4;
  margin-bottom: 20px;
}
#content .job-list .job-content .job-desc {
  display: none;
}
#content .job-list .job-content > ul {
  cursor: pointer;
  border-bottom: 1px solid #e8e7e7;
}
#content .job-list .job-content > ul > li {
  padding: 15px 0;
  text-align: center;
  width: 20%;
}
#content .job-list .job-content.active > ul > li, #content .job-list .job-content > ul:hover > li {
  color: #008fe2;
}
#content .job-tip {
  line-height: 1.7;
  margin-bottom: 20px;
}
#content .job-contact h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
#content .job-contact p {
  line-height: 1.7;
}
/*-------职位描述-----*/
#content .job-list .job-desc {
  width: 100%;
  padding: 20px 50px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#content .job-list .job-desc > ul > li {
  flex: 1 1 25%;
  line-height: 1.8;
}
#content .job-list .job-desc ul li span {
  color: #666;
}
/*--------岗位职责-----*/
#content .job-list .job-desc .zhize.z1 {
  margin-bottom: 20px;
}
#content .job-list .job-desc h2 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px;
}
#content .job-list .job-desc p {
  line-height: 1.75;
}
/*------资料下载-------*/
main .files-list img {
  vertical-align: middle;
  padding-right: 5px;
}
main .scroll-wrapper {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-style: none;
}
main .scroll-wrapper .files-list {
  display: inline-table;
}
main .scroll-wrapper::-webkit-scrollbar {
  display: none;
}