@charset "UTF-8";

/* CSS Document */

body,
html,
div,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tbody,
th,
tr,
p,
a,
form,
input,
span,
dl,
dt,
dd {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    font-family: "microsoft yahei", simhei;
    background-color: #f0f0f0;
}

a {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.box {
    width: 100%;
    min-width: 1200px;
}

.box .title {
    width: 1200px;
    margin: auto;
    text-align: center;
    height: 70px;
    position: relative;
}
.box .ntitle{
    height: 50px;
    margin-top: 38px;
}

.box .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    left: 384px;
    background-image: url("../images/hwz.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 230px;
    height: 80px;
}

.box .title:after {
    content: "";
    display: block;
    position: absolute;
    top: -18px;
    right: 384px;
    background-image: url("../images/hwy.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 230px;
    height: 80px;
}

.box .title div:nth-child(1) {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
    color: #333;
}

.box .title div:nth-child(2) {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}


/*banner*/

.box .banner {
    width: 100%;
    clear: both;
}
.box .banner img{
    width: 100%;
}

.banner .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #720F21;
}

.banner .swiper-container .swiper-wrapper li img {
    display: block;
    width: 100%;
}

.banner .swiper-container .swiper-button-prev {
    width: 40px;
    height: 64px;
    margin-top: -32px;
    background-size: cover;
    background-image: url("../images/jtz.png");
    display: none;
}

.banner .swiper-container .swiper-button-next {
    width: 40px;
    height: 64px;
    margin-top: -32px;
    background-size: cover;
    background-image: url("../images/jty.png");
    display: none;
}

.banner:hover .swiper-container .swiper-button-prev {
    display: block;
}

.banner:hover .swiper-container .swiper-button-next {
    display: block;
}


/*关于我们*/

.box .aboutus {
    width: 1200px;
    margin: 50px auto 0;
    height: 540px;
}

.box .aboutus .content {
    height: 450px;
    margin-top: 20px;
    background-image: url("../images/aboutbg.jpg");
}

.box .aboutus .content>div {
    float: left;
    height: 100%;
}

.box .aboutus .content .left {
    width: 640px;
}

.box .aboutus .content .left .covered {
    width: 600px;
    height: 385px;
    margin: 32px 0 0 20px;
    position: relative;
}

.handle {
    position: absolute;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    top: 48%!important;
}

.handle img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.box .aboutus .content .right {
    width: 560px;
    overflow: hidden;
}

.box .aboutus .content .right .abnr {
    margin-top: 96px;
    margin-left: 20px;
    width: 400px;
    height: 240px;
    padding: 10px;
    background-color: rgba(237, 28, 36, .6);
}

.box .aboutus .content .right .abnr * {
    color: #fff;
    padding: 0 20px;
}

.box .aboutus .content .right .abnr div {
    font-size: 20px;
    line-height: 28px;
    margin-top: 40px;
}

.box .aboutus .content .right .abnr p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
}


/*名刺作品*/

.box .works {
    width: 1200px;
    margin: 30px auto 0;
    height: 930px;
}
.box .hezuo{
    height: 300px;
}
.box .works .content {
    height: autopx;
    margin-top: 20px;
}

.box .works .content .category {
    height: 36px;
    margin: auto;
}

.box .works .content .category li {
    float: left;
    text-align: center;
    width: 120px;
    margin: 0 10px;
    height: 36px;
    border-radius: 25px;
    line-height: 36px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.box .works .content .category li.on {
    color: #fff;
    background-color: #720F21;
}

.box .works .content .cnr {
    position: relative;
    height: auto;
    margin-top: 10px;
}

.box .works .content .cnr>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .works .content .cnr>li ul {
    overflow: hidden;
}

.box .works .content .cnr>li ul li {
    float: left;
    width: 284px;
    height: 378.5px;
    margin: 16px 8px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.box .hezuo .content .cnr>li ul li{
    height: 202px;
}

.box .works .content .cnr>li ul li img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

.box .works .content .cnr>li ul li .zz {
    width: 100%;
    height: 100%;
    display: none;
}

.box .works .content .cnr>li ul li .zz .zzh {
    width: 100%;
    height: 235px;
    background-image: url("../images/zz.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -235px;
    z-index: 10;
}

.box .works .content .cnr>li ul li .zz .zzx {
    width: 100%;
    height: 455px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 394px;
}

.box .works .content .cnr>li ul li .zz .zzh div:nth-child(1) {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-top: 20px;
    line-height: 48px;
}

.box .works .content .cnr>li ul li .zz .zzh div:nth-child(1) span {
    font-size: 32px;
}

.box .works .content .cnr>li ul li .zz .zzh div:nth-child(2) {
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}

.box .works .content ul .more {
    text-align: center;
    margin-top: 20px;
}

.box .works .content ul .more a {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin: 0 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background-color: #720F21;
}


/*进口耗材*/

.box .material {
    width: 100%;
    min-width: 1200px;
    margin: 50px auto 0;
    height: 510px;
}

.box .material .bg {
    width: 100%;
    height: 420px;
    margin-top: 20px;
    background-color: #373d41;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.box .material .mnr {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.box .material .mnr li {
    float: left;
    width: 300px;
    height: 420px;
    text-align: center;
    position: relative;
}

.box .material .mnr li .im img {
    display: block;
    height: 120px;
    margin: auto;
}

.box .material .mnr li .hbg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    width: 300px;
    height: 420px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.box .material .mnr li .x {
    position: absolute;
    left: 140px;
    top: 204px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.box .material .mnr li .im {
    height: 80px;
    width: 300px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    left: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 3;
}

.box .material .mnr li .tt {
    width: 300px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 220px;
    left: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 3;
}

.box .material .mnr li .nr {
    width: 260px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 300px;
    left: 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 3;
}

.box .material .mnr li .nr div {
    display: none;
    color: #eee;
}

.box .material .mnr li:hover .hbg {
    background-color: rgba(237, 28, 36, .6);
}

.box .material .mnr li:hover .x {
    top: 154px;
    display: none;
}

.box .material .mnr li:hover .im {
    top: 30px;
}

.box .material .mnr li:hover .tt {
    top: 140px;
}

.box .material .mnr li:hover .nr {
    top: 220px;
}

.box .material .mnr li:hover .nr div {
    display: block;
}


/*荣誉资质*/

.box .honor {
    width: 1200px;
    margin: 50px auto 0;
}

.box .honor .honorlist {
    margin-top: 20px;
    
}

.box .honor .honorlist>div {
    float: left;
    overflow: hidden;
}

.box .honor .honorlist .photo {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    width: 300px;
    height: 210px;
}

.box .honor .honorlist .photo img {
    width: 100%;
}

.box .honor .honorlist>div:hover .photo img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.box .honor .honorlist .photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.box .honor .honorlist .ms {
    background-color: #fff;
    float: left;
    width: 300px;
    height: 210px;
}

.box .honor .honorlist div .bt {
    width: 265px;
    margin: 30px auto 0;
    background: url(../images/zzbg.png) repeat-x bottom;
}

.box .honor .honorlist div .bt div {
    font-size: 20px;
    color: #000;
}

.box .honor .honorlist div .bt div span {
    display: block;
    width: 180px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    color: #000;
    border-bottom: 1px solid #000;
}

.box .honor .honorlist div .zznr {
    width: 265px;
    margin: 14px auto 0;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
}

.box .honor .honorlist .py span {
    display: block;
    position: absolute;
    width: 11px;
    height: 26px;
    right: 0px;
    top: 47%;
    z-index: 22;
    background: url(../images/bj2.png) no-repeat;
}

.box .honor .honorlist .pz span {
    display: block;
    position: absolute;
    width: 11px;
    height: 26px;
    top: 47%;
    z-index: 22;
    background: url(../images/bj1.png) no-repeat;
}


/*名刺团队*/

.box .team {
    width: 100%;
    margin: 50px auto 0;
    height: 510px;
    min-width: 1200px;
}

.box .team .people {
    width: 100%;
    min-width: 1200px;
    margin: 20px auto 0;
    height: 420px;
    background-image: url("../images/teambg.jpg");
}

.box .team .people .swiper-container {
    width: 1200px;
}

.box .team .people .swiper-container .swiper-slide .photo {
    height: 420px;
    width: 50%;
    float: left;
}

.box .team .people .swiper-container .swiper-slide .photo img {
    height: 350px;
    width: 475px;
    margin: 35px 62px;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, .6);
    border-radius: 10px;
}

.box .team .people .swiper-container .swiper-slide .introduce {
    height: 420px;
    width: 50%;
    float: left;
    color: #fff;
}

.box .team .people .swiper-container .swiper-slide .introduce .name {
    font-size: 20px;
    margin-top: 40px;
}

.box .team .people .swiper-container .swiper-slide .introduce .x {
    margin-top: 8px;
    width: 80px;
    height: 1px;
    background-color: #fff;
}

.box .team .people .swiper-container .swiper-slide .introduce .nr {
    margin-top: 12px;
    font-size: 16px;
    line-height: 2.5;
}

.box .people .swiper-container .swiper-button-next {
    bottom: 35px;
    top: auto;
    right: 0;
    left: auto;
    width: 50px;
    height: 36px;
    background-size: 20px;
    background-image: url("../images/right.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 0 50px 50px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, .6);
}

.box .people .swiper-container .swiper-button-prev {
    bottom: 35px;
    top: auto;
    right: 50px;
    left: auto;
    width: 50px;
    height: 36px;
    background-size: 20px;
    background-image: url("../images/left.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, .6);
}

.box .people .swiper-container .swiper-button-next:hover {
    background-color: #720F21;
    background-image: url("../images/righth.png");
}

.box .people .swiper-container .swiper-button-prev:hover {
    background-color: #720F21;
    background-image: url("../images/lefth.png");
}


/*名刺百科*/

.box .news {
    width: 1200px;
    margin: 50px auto 0;
    height: 636px;
}

.box .news .newfl {
    width: 280px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}

.box .news .newfl li {
    float: left;
    width: 120px;
    height: 36px;
    margin: 0 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 25px;
}

.box .news .newfl li.on {
    color: #fff;
    background-color: #9B231C;
}

.box .news .newslist {
    width: 1200px;
    height: 476px;
    margin-top: 30px;
    position: relative;
}

.box .news .newslist ul {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.box .news .newslist ul li {
    float: left;
    width: 580px;
    height: 190px;
    padding: 5px;
    margin: 0 5px;
}

.box .news .newslist ul li:nth-child(3),
.box .news .newslist ul li:nth-child(4) {
    margin-top: 20px;
}

.box .news .newslist ul li .nim {
    float: left;
    width: 270px;
    height: 186px;
    border-top: 4px solid #9B231C;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.box .news .newslist ul li .nim div {
    float: left;
    margin-left: 5px;
    background-color: #9B231C;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.box .news .newslist ul li .nim div span {
    font-size: 26px;
}

.box .news .newslist ul li .wz {
    float: left;
    width: 270px;
    padding: 5px 20px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box .news .newslist ul li .wz .tit {
    font-size: 16px;
    color: #111;
    margin-top: 6px;
}

.box .news .newslist ul li .wz .slxx {
    color: #333;
    margin-top: 10px;
    overflow: hidden;
}

.box .news .newslist ul li .wz .slxx * {
    float: left;
}

.box .news .newslist ul li .wz .slxx img {
    width: 16px;
    margin-top: 5px;
    margin-left: 14px;
}

.box .news .newslist ul li .wz .slxx>div:nth-child(1) img {
    margin-left: 0;
}

.box .news .newslist ul li .wz .slxx div {
    text-indent: 6px;
    font-size: 13px;
}

.box .news .newslist ul li .wz .zy {
    margin-top: 14px;
    color: #737373;
    line-height: 26px;
    font-size: 14px;
}

.box .news .newslist ul .more {
    float: left;
    margin: 20px 0 0 540px;
}

.box .news .newslist ul .more a {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin: 0 10px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background-color: #720F21;
}

.friendlink {
    margin-top: 50px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background-color: #444;
    color: #fff;
}

.friendlink a {
    color: #fff;
    margin: 0 10px;
}

footer {
    margin-top: 0;
}

@media screen and (max-width: 1401px) {
    .box .aboutus {
        width: 1200px;
    }
    .box .aboutus .content .right {
        width: 460px;
    }
}
