@charset "UTF-8";

* {
    box-sizing: border-box;
}

.tou {
    background: #088e47;
    height: 44px;
}

.tou .dh {
    padding-left: 35px;
    background: url(../images/tel.png) 0 50% no-repeat;
    font-size: 24px;
    color: #fff;
    line-height: 44px;
    font-weight: 600;
}

/* 大产品 */
.c1 h2 {
    text-align: center;
    font-size: 48px;
    color: #2c2c2c;
    line-height: 188px;
    font-weight: normal;
}

.c1 .list2 li:nth-child(1) {
    float: left;
}

.c1 .list2 li:nth-child(1) a {
    display: block;
    position: relative;
}

.c1 .list2 li:nth-child(1) a h3 {
    position: absolute;
    font-weight: normal;
    z-index: 11;
    width: 250px;
    left: 360px;
    top: 110px;
}

.c1 .list2 li:nth-child(1) a h3 .bt {
    font-size: 30px;
    color: #088e47;
    line-height: 48px;
    background: url(../images/tt2.png) 0 bottom no-repeat;
    padding-bottom: 20px;
}

.c1 .list2 li:nth-child(1) a h3 dd {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 36px;
    margin-top: 20px;
}

.c1 .list2 li:nth-child(1) a h3 .ck {
    margin-top: 20px;
    width: 180px;
    line-height: 38px;
    border: 1px solid #088e47;
    background: #fff;
    color: #088e47;
    font-size: 20px;
    text-align: center;
}

.c1 .list2 li:nth-child(1) a h3 .ck:hover {
    background: #088e47;
    color: #fff;
}

.c1 .list2 li:nth-child(2) {
    float: right;
}

.c1 .list2 li:nth-child(2) a {
    display: block;
    position: relative;
}

.c1 .list2 li:nth-child(2) a h3 {
    position: absolute;
    font-weight: normal;
    z-index: 11;
    width: 230px;
    right: 360px;
    top: 110px;
    text-align: right;
}

.c1 .list2 li:nth-child(2) a h3 .bt {
    font-size: 30px;
    color: #088e47;
    line-height: 48px;
    background: url(../images/tt2.png) right bottom no-repeat;
    padding-bottom: 20px;
}

.c1 .list2 li:nth-child(2) a h3 dd {
    color: #3c3c3c;
    font-size: 20px;
    line-height: 42px;
    margin-top: 20px;
}

.c1 .list2 li:nth-child(2) a h3 .ck {
    float: right;
    margin-top: 20px;
    width: 180px;
    line-height: 38px;
    border: 1px solid #088e47;
    background: #fff;
    color: #088e47;
    font-size: 20px;
    text-align: center;
}

.c1 .list2 li:nth-child(2) a h3 .ck:hover {
    background: #088e47;
    color: #fff;
}

/* 产品展示 */
.c2bg {
    background: url(../images/bj1.jpg) top center no-repeat;
    height: 1380px;
    overflow: hidden;
    margin-bottom: 70px;
}

.c2bg .c2 {
    padding-top: 63px;
    position: relative;
}

.c2bg .c2 h2 {
    margin-bottom: 53px;
    text-align: right;
}

.c2bg .c2 .list3 {
    float: left;
    border: 1px solid #bfbfbf;
}

.c2bg .c2 .list3 li {
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    float: left;
}

.c2bg .c2 .list3 li:nth-child(3n) {
    border-right: none;
}

.c2bg .c2 .list3 li:nth-child(n+4) {
    border-bottom: none;
}

.c2bg .c2 .list3 li a.img {
    display: block;
    position: relative;
}

.c2bg .c2 .list3 li a.img img {
    width: 398px;
    height: 498px;
    transition: all .5s ease;
}

.c2bg .c2 .list3 li a.img:hover img {
    transform: scale(1.1);
}

.c2bg .c2 .list3 li a.img h3 {
    position: absolute;
    z-index: 111;
    top: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.c2bg .c2 .list3 li a.img h3 .bt {
    font-size: 30px;
    color: #088e47;
    line-height: 94px;
}

.c2bg .c2 .list3 li a.img h3 .ck {
    margin: 0 auto;
    margin-top: 334px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #454545;
    border: 1px solid #a0a0a0;
}

.c2bg .c2 .list3 li a.img h3 .ck:hover {
    background: #088e47;
    color: #fff;
    border: 1px solid #088e47;
}

.c2bg .c2 a.ck {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    font-size: 24px;
    color: #088e47;
    background: #b4ddc7;
    width: 360px;
    line-height: 52px;
    height: 52px;
    margin-top: 50px;
    text-align: center;
}

.c2bg .c2 a.ck:hover {
    background: #088e47;
    color: #fff;
}

/* case */
.case-roll {
    margin-top: 60px;
}

.ctitle {
    text-align: center;
    margin-bottom: 40px;
}

.ctitle h3 {
    color: #2f2f2f;
    font-size: 36px;
    font-weight: normal;
}

.ctitle h4 {
    width: 40px;
    height: 1px;
    background: #088e47;
    margin: 20px auto;
}

.ctitle h5 {
    color: #666666;
    font-size: 16px;
}

.clist1 li {
    width: 376px;
    margin: 0 13px;
}

.clist1 li .img1 img {
    width: 376px;
    height: 306px;
}

.clist1 li .wz {
    text-align: center;
    color: #000000;
    font-size: 18px;
    padding: 20px 0;
}

.clist1 li:hover .wz {
    color: #088e47;
}

.case-roll a.ck {
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    font-size: 24px;
    color: #088e47;
    background: #b4ddc7;
    width: 360px;
    line-height: 52px;
    height: 52px;
    margin-top: 20px;
    text-align: center;
}

.case-roll a.ck:hover {
    background: #088e47;
    color: #fff;
}

/* 橫幅 */
.hf {
    height: 500px;
    overflow: hidden;
    margin-top: 60px;
}

.hf-left {
    width: 960px;
    height: 500px;
}

.hf-right {
    width: 960px;
    height: 500px;
    background: #088e47;
}

.hf-right img {
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.hf-right p {
    color: #fff;
    font-size: 48px;
    line-height: 72px;
    padding-left: 55px;
}

/* 简介 */
.c5bg {
    background: url(../images/bj3.jpg) center 0 no-repeat;
    height: 640px;
    overflow: hidden;
}

.c5bg .c5 {
    padding-top: 65px;
}

.c5bg .c5 h2 {
    text-align: center;
    font-size: 48px;
    color: #2f2f2f;
    font-weight: normal;
    background: url(../images/bt5.png) center 66% no-repeat;
    line-height: 48px;
    margin-bottom: 89px;
}

.c5bg .c5 .content {
    position: relative;

}

.c5bg .c5 .content::before {
    content: '';
    background: url(../images/bj4.png) no-repeat top center;
    width: 364px;
    height: 456px;
    position: absolute;
    right: 0;
    top: 14px;
}

.c5bg .c5 .content .c5-1 {
    width: 570px;
    height: 400px;
    border: 5px solid #088e47;
    overflow: hidden;
}

.c5bg .c5 .content .c5-1 img {
    overflow: hidden;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.c5bg .c5 .content .c5-1 img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.c5bg .c5 .content .c5-2 {
    width: 532px;
    margin-right: 36px;
}

.c5bg .c5 .content .c5-2 h3 {
    font-weight: normal;
    font-size: 48px;
    color: #088e47;
    line-height: 1;
}

.c5bg .c5 .content .c5-2 dd {
    margin-top: 25px;
}

.c5bg .c5 .content .c5-2 dd p {
    text-indent: 2em;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.c5bg .c5 .content .c5-2 dd p a {
    color: #088e47;
}

/* 新闻资讯 */
.c6 {
    margin-top: 60px;
    margin-bottom: 68px;
}

.c6 .list5 {
    margin-top: 40px;
}

.c6 .list5 li {
    float: left;
    width: 369px;
    margin-right: 46px;
}

.c6 .list5 li:nth-child(3) {
    margin-right: 0;
}

.c6 .list5 li a.img {
    display: block;
}

.c6 .list5 li a.img img {
    width: 369px;
    height: 191px;
    transition: all .5s ease;
}

.c6 .list5 li a.img:hover img {
    transform: scale(1.1);
}

.c6 .list5 li h3 {
    font-weight: normal;
    margin-top: 38px;
}

.c6 .list5 li h3 .time {
    width: 63px;
    line-height: 1;
    font-size: 18px;
    color: #505050;
}

.c6 .list5 li h3 .time dd {
    font-size: 16px;
    color: #797878;
    margin-top: 12px;
}

.c6 .list5 li h3 .zi {
    border-left: 1px solid #dcdcdc;
    width: 291px;
    padding-left: 14px;
    padding-bottom: 8px;
}

.c6 .list5 li h3 .zi a {
    display: block;
    font-size: 16px;
    color: #515050;
    line-height: 1;
}

.c6 .list5 li:hover h3 .zi a {
    color: #088e47;
}

.c6 .list5 li h3 .zi dd {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 24px;
    margin-top: 14px;
}

/* 在线申请 */
.c7 {
    margin-bottom: 44px;
    position: relative;
}

.c7 h2 {
    font-weight: normal;
    font-size: 30px;
    color: #313131;
    line-height: 70px;
}

.c7 .c7-1 {
    width: 450px;
}

.c7 .c7-1 .messagex .zaixian li {
    padding-left: 48px;
    line-height: 41px;
    border: 1px solid #d7d7d7;
    margin-bottom: 25px;
}

.c7 .c7-1 .messagex .zaixian li:nth-of-type(1) {
    background: url(../images/m1.jpg)0 0 no-repeat;
}

.c7 .c7-1 .messagex .zaixian li:nth-of-type(2) {
    background: url(../images/m2.jpg)0 0 no-repeat;
}

.c7 .c7-1 .messagex .zaixian li:nth-of-type(3) {
    background: url(../images/m3.jpg)0 0 no-repeat;
}

.c7 .c7-1 .messagex .zaixian li:nth-of-type(4) {
    background: url(../images/m4.jpg)0 0 no-repeat;
}

.c7 .c7-1 .messagex .zaixian li input {
    width: 396px;
    border: none;
    padding: 0;
    background: none;
    line-height: 38px;
    outline: none;
}

.c7 .c7-1 .messagex .zaixian li input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #4d4d4d;
    /* placeholder字体大小  */
    font-size: 14px;
    padding-left: 16px;
}

.c7 .c7-1 .messagex #code {
    padding-top: 0;
    margin-left: 336px;
}

.c7 .c7-1 .messagex #code #checkcode {
    border: 2px solid #d7d7d7;
}

.c7 .c7-1 .messagex input.msgbtn {
    width: 274px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #088e47;
    padding: 0;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 327px;
}

.c7 .c7-2 {
    margin-left: 18px;
    width: 470px;
}

.c7 .c7-2 img {
    width: 470px;
}

.c7 .c7-3 {
    background: url(../images/bj5.jpg) center 0 no-repeat;
    width: 250px;
    height: 690px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 46px;
    position: absolute;
    z-index: 111;
    right: 0;
    top: 42px;
}

.c7 .c7-3 h3 {
    font-weight: normal;
    color: #fff;
    font-size: 32px;
}

.c7 .c7-3 h3 dd {
    font-size: 18px;
    margin-top: 10px;
}

.c7 .c7-3 .dh {
    margin-top: 30px;
    margin-bottom: 20px;
}

.c7 .c7-3 .dh p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.c7 .c7-3 .dh p:nth-of-type(1) {
    font-weight: 600;
    font-size: 26px;
}

.c7 .c7-3 .dh p:nth-of-type(2) {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

.c7 .c7-3 .er {
    margin-top: 10px;
    text-align: center;
    padding-right: 26px;
    font-size: 14px;
    line-height: 34px;
}

.tij {
    width: 930px;
    margin: 0 auto;
}

/* 底部导航 */
.c8bg {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 290px;
}

.c8bg .c8 li {
    float: left;
    width: 178px;
}

.c8bg .c8 li a {
    font-weight: 600;
    font-size: 16px;
    color: #393939;
    display: block;
}


.c8bg .c8 li .sec {
    margin-top: 18px;
}

.c8bg .c8 li .sec a {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.c8bg .c8 li .sec a:hover {
    color: #088e47;
}

.foot {
    background: url(../images/foot.jpg) no-repeat top center;
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 25px;
    color: #f1f1f1;
}

.foot a {
    color: #f1f1f1;
}

.foot a:hover {
    color: #fff;
}