/* common css */
.fl {
    float: left;
}
.fr {
    float: right;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
.fbold {
    font-weight: bold;
}
/* box-top */
.box-top {
    height: 120px;
}
.top-logo {
    line-height: 120px;
}
.top-tel {
    width: 290px;
    background: url(../images/toptelbg.png) no-repeat 2px center;
    margin-top: 38px;
    padding-left: 65px;
}
.top-tel h3 {
    font-size: 18px;
    color: #016CD4;
    width: 36px;
    margin-top: 1px;
    line-height: 24px;
    margin-right: 25px;
}
.top-tels p {
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #016CD4;
    line-height: 1.1;
}
/* box-head */
.box-head {
    background: url(../images/navbg.jpg) no-repeat center;
    height: 60px;
}
/* box-case */
.box-case {
    height: 1070px;
    background: url(../images/casebg.jpg) no-repeat center;
    padding-top: 50px;
}
.case-title,.product-title {
    text-align: center;
}
.case-title h2,.product-title h2 {
    font-size: 40px;
    color: #111;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 48px;
}
.case-title h2 span,.product-title h2 span {
    font-weight: bold;
    color: #016CD4;
}
.case-sub,.product-sub {
    text-align: center;
    width: 356px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    background: #fff;
    font-size: 16px;
    color: #666;
}
.case-nav {
    display: flex;
    justify-content: left;
    margin: 4px 0 36px;
}
.case-nav a {
    font-size: 17px;
    color: #666;
    line-height: 52px;
    padding: 0 30px;
    margin-right: 10px;
}
.case-nav a:hover {
    color: #fff;
    background-color: #016CD4;
    border-radius: 50px;
}
.case-nav a:first-child {
    color: #fff;
    background-color: #016CD4;
    border-radius: 50px;
}
.case-item {
    width: 387px;
    height: 230px;
}
.case-item:not(:first-child) .sb {
    text-align: center;
    position: absolute;
    bottom: -182px;
    height: 100%;
    width: 100%;
    background: url(../images/casearrow.png) no-repeat center 132px rgba(0,0,0,.5);
    transition: bottom .5s;
}
.case-item:first-child .sb {
    text-align: center;
    position: absolute;
    bottom: -433px;
    height: 100%;
    width: 100%;
    background: url(../images/casearrow.png) no-repeat center 237px rgba(0,0,0,.5);
    transition: bottom .5s;
}
.sb a {
    width: 100%;
    height: 100%;
    display: block;
}
.case-item:first-child:hover .sb {
    bottom: 0;
}
.case-item:first-child:hover .sb h3 {
    padding-top: 181px;
}
.case-item:not(:first-child):hover .sb {
    bottom: 0;
}
.case-item:not(:first-child):hover .sb h3 {
    padding-top: 74px;
}
.case-item img {
    width: 387px;
    height: 230px;
}
.case-item:first-child {
    width: 794px;
    height: 480px;
    margin-right: 19px;
}
.case-item:first-child img {
    width: 794px;
    height: 480px;
}
.case-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.case-item:nth-child(4),.case-item:nth-child(5) {
    margin-right: 19px;
} 

.sb h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 48px;
}

/* box-process */
.box-process {
    background: url(../images/processbg.jpg) no-repeat center;
    height: 764px;
    padding-top: 73px;
}
.process-title {
    text-align: center;
    color: #fff;
}
.process-title h2 {
    font-size: 40px;
    height: 56px;
}
.process-title span {
    font-weight: bold;
}
.process-title p {
    font-size: 24px;
    margin-bottom: 63px;
}
.process-item {
    float: left;
    width: 300px;
    text-align: center;
}
.process-item h4 {
    color: #333;
    font-size: 40px;
    font-family: '宋体';
    font-weight: bold;
    margin-bottom: 10px;
}
.process-t {
    font-size: 24px;
    color: #333;
}
.process-text {
    display: none;
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.process-wz {
    height: 222px;
    background: url(../images/processarrow.png) no-repeat center 132px #fff;
    padding-top: 20px;
    padding: 20px 25px 0 25px;
}
.process-wz:hover {
    background-image: none;
    background: #111;
}
.process-wz:hover h4,.process-wz:hover .process-t {
    color: #fff;
}
.process-wz:hover .process-text {
    display: block;
}
/* box-case2 */
.box-case2 {
    padding-top: 46px;
}
.case2-title {
    text-align: center;
}
.case2-title h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 8px;
}
.case2-title span {
    color: #016CD4;
}
.case2-title p {
    font-size: 24px;
    color: #333;
    margin-bottom: 52px;
}
.case2-item {
    width:910px;
    position: relative;
}
.case2-text {
    display: none;
    width: 800px;
    height: 118px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(61, 60, 60, 0.7);
    left: 44%;
    transform: translate(-50%);
    padding: 20px 28px 0 28px;
}
.case2-inquiry {
    width: 144px;
    height: 46px;
    display: block;
    text-align: center;
    background-color: #016CD4;
    color: #fff;
    line-height: 46px;
    margin-top: 17px;
}
.case2-inquiry:hover {
    color: #fff;
}
.case2-left {
    width: 455px;
    height: 85px;
}
.case2-left h3 {
    color: #fff;
    font-size: 24px;
    height: 36px;
}
.case2-left p {
    color: rgba(255, 255, 255, .7);
}
.layer-mask {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.5s;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.box-case2 .swiper-slide-active .layer-mask {
    display: none;
}
.box-case2 .swiper-slide-active .case2-text {
    display: block;
}
/* box-design */
.box-design {
    background-color: #f8f8f8;
    padding-top: 55px;
    padding-bottom: 68px;
}
.design-title {
    text-align: center;
}
.design-title h2 {
    font-size: 40px;
    margin-bottom: 8px;
}
.design-title h2 span {
    color: #016CD4;
}
.sub-design {
    color: #333;
    font-size: 24px;
}
.design-text {
    text-align: center;
    margin: 36px 0 70px;
}
.design-text h3 {
    color: #016CD4;
    font-size: 22px;
    height: 41px;
}
.design-text p {
    font-size: 14px;
    color: #666;
}
.design-text p a {
    color: #016CD4;
}
.design-text p a:hover {
    text-decoration: underline;
}
.box-design .swiper-container-horizontal>.swiper-pagination-bullets,
.box-design .swiper-pagination-custom,
.box-design .swiper-pagination-fraction {
    top: 131px;
    left: 0;
    width: 100%
}
.box-design .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #7c7c7c;
    opacity: 1;
}
.box-design .swiper-pagination-bullet-active {
    opacity: 1;
    background: #016CD4;
}
/* box-company */
.chufang-swiper {
    margin: 66px 0 54px;
}
.chufang-item {
    position: relative;
}
.chufang-text {
    text-align: center;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/chufangplus.png) no-repeat center 68px rgba(3,63,151,.74);
    transition: bottom .5s; 
}
.chufang-text .chufang-more {
    display: block;
    width: 100%;
    height: 100%;
}
.chufang-text h3{
    padding-top: 104px;
    font-size: 16px;
    color: #fff;
}
.chufang-item:hover .chufang-text {
    bottom: 0;
}
.company-right {
    width: 600px;
    padding-top: 10px;
}
.company-right h2 {
    font-size: 40px;
    color: rgba(51,51,51,.3);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}
.company-right h3 {
    font-size: 32px;
    color: #016CD4;
    font-weight: bold;
    margin-bottom: 30px;
}
.company-text {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-bottom: 44px;
}
.company-more,.company-inquiry {
    display: block;
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}
.company-more {
    background-color: #333;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}
.company-more:hover {
    color: #fff;
}
.company-inquiry {
    border: 2px solid  #016CD4;
    color: #016CD4;
    background: url(../images/inquirytel.png) no-repeat 40px center;
    padding-left: 80px;
    line-height: 56px;
}
.company-inquiry:hover {
    color: #016CD4;
}
.honor-swiper {
    margin: 50px 0;
}
.honor-item  {
    border: 1px solid #e4e4e4;
}
.honor-item  {
  width: 366px;
  height: 254px;
  border: 1px solid #e4e4e4;
}
.honor-item img {
    width: 364px;
    height: 252px;
}
.honor-item:hover  {
    border: 1px solid #016CD4;
}
/* box-logo */
.box-logo {
    background: url(../images/logobg.jpg) no-repeat center;
    height: 344px;
    padding-top: 68px;
}
.logo-title {
    text-align: center;
    margin-bottom: 54px;
}
.logo-title h2 {
    font-size: 36px;
    color: #fff;
}
/* box-product */
.box-product {
    background: url(../images/productbg.jpg) no-repeat center;
    padding: 50px 0 66px;
    height: 628px;
}
.product-box {
    margin-top: 48px;
}
.procate {
    display: flex;
    justify-content: center;
}
.procate a {
    font-size: 18px;
    color: #666;
}
.procate a:hover {
    color: #016CD4;
}
.procate a:not(:last-child) {
    margin-right: 16px;
}
.procate a:not(:last-child)::after {
content: '|';
margin-left: 16px;
}
.product-list {
    display: flex;
    justify-content: space-between;
}
.product-item {
    width: 284px;
    border: 1px solid #e0e0e0;
    padding: 2px;
}
.product-img img {
    width: 278px;
    height: 209px;
}
.product-item h3 {
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #333;
    font-size: 15px;
    color: #fff;
}
.product-item:hover {
    border: 1px solid #016CD4;
}
.product-item:hover h3 {
    background-color: #016CD4;
}
/* box-news */
.box-news {
    padding-top: 54px;
    padding-bottom: 70px;
}
.news-title {
    text-align: center;
    margin-bottom: 48px;
}
.news-title h2 {
    color: #111;
    font-size: 36px;
}
.news-title h2 span {
    color: #016CD4;
}
.news-top {
    background: url(../images/newstoutiao.png) no-repeat center;
    width: 94px;
    height: 38px;
    padding-left: 16px;
    line-height: 38px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.news-left {
    width: 484px;
}
.newsleft-item:hover .newsleft-wz h3 {
    color: #016CD4;
}
.news-arrow {
    position: relative;
}
.box-news .swiper-button-next{
    background-image: none;
    right: 10px;
    left: auto;
    outline: none;
}
.box-news .swiper-button-next, .box-news .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 20px;
    margin-top: -440px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 50px 20px;
    -webkit-background-size: 50px 20px;
    background-size: 50px 20px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #666;
}
.box-news .swiper-button-next:hover {
    color: #016CD4;
}

.newsleft-swiper {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.newsleft-wz {
    background-color: #fff;
    padding: 35px 25px 0 25px;
    height: 154px;
}
.newsleft-wz h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    height: 33px;
}
.newsleft-text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-right {
    width: 664px;
    padding-top: 7px;
}

.newscate {
    position: relative;
    top: 1px;
}
.newscate a {
    float: left;
    display: block;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    background: url(../images/newsdot.jpg) no-repeat left 8px;
    padding-left: 20px;
    margin-right: 44px;
    padding-bottom: 14px;
}
.newscate a.cur {
    color: #016CD4;
    background: url(../images/newsdot1.jpg) no-repeat left 8px;
    border-bottom: 1px solid #016CD4;
}
.newsright-top {
    border-bottom: 1px solid #e3e3e3;
}
.news-more {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/newsmoreicon.png) no-repeat;
}
.newsright-list {
    margin-top: 7px;
}
.news-more:hover {
    background: url(../images/newsmoreicon1.png) no-repeat;
}
.newsright-item {
    padding: 26px 0 21px;
    border-bottom: 1px dashed #bdbdbd;
}
.newsright-item h3 {
    font-size: 18px;
    color: #333;
    height: 30px;
}
.newsright-item:hover h3 {
    color: #016CD4;
    font-weight: bold;
}
.newsright-text {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
/* box-foot */
.box-heng {
    height: 7px;
    background-color: #016CD4;
    border-top: 1px solid #161616;
}
.box-foot {
    background-color: #161616;
    padding-top: 50px;
    padding-bottom: 57px;
}
.foot-menu {
    width: 385px;
    margin-right: 104px;
}
.foot-menu li {
    float: left;
}
.foot-menu li a {
    display: block;
    width: 128px;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 34px;
}
.foot-menu li a:hover {
    color: #fff;
}
.foot-qrcode {
    margin-top: 36px;
}
.foot-qrcode h3 {
    color: #a7a7a7;
    font-size: 15px;
    margin-top: 18px;
    text-align: center;
}
.mob-qrcode {
    margin-left: 30px;
}
.foot-nav h3,.foot-contact h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-nav h3::after,.foot-contact h3::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #fff;
    margin-top: 22px;
}
.foot-contact-text {
    color: #a7a7a7;
    font-size: 15px;
    line-height: 30px;
}

/* box-bottom */
.box-bottom {
    background-color: #161616;
    line-height: 90px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #a7a7a7;
}
.box-bottom a {
    color: #a7a7a7;
}
.main-bottom a:hover {
    color: #fff;
}

/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .x-link {
  color: #016CD4;
  line-height: 2;
  margin: 1.6% 0;
  padding: 5px 0;
  font-weight: 600;
}
.x-link a {
  color: #999;
  font-size: 12px;
  padding-right: 6px;
  font-weight: 400;
  line-height: 22px;
}
.x-link a:hover {
  color: #002d73;
}

  