@charset "UTF-8";
/*base-css*/

a {
    text-decoration: none;
    color: #666;
}

html,
body {
    color: #666;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1;
    font-size: 16px;
}

.en {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.inline-block {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both;
}

.text-right {
    text-align: right;
}

.comwidth {
    width: 1200px;
    margin: 0 auto;
}

a.over {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner-bar {
    width: 100%;
    height: 600px;
    position: relative;
    text-align: center;
}
.banner-img {
    width: 100%;
    height: 400px;
    background-position: center center ;
    background-size: cover;
}

.banner-bar .swiper-container {
    height: 600px;
}

.banner-bar .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.banner-bar .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

/*
 nav-bar
 * */

.nav-bar {
    width: 1200px;
    margin: 0 auto;
}

.nav-bar .logo-bar {
    width: 340px;
    float: left;
    height: 80px;
    line-height: 80px;
}

.nav-bar .logo-bar img {
    width: 100%;
    vertical-align: middle;
    margin-top: -10px;
}

.nav-bar .logo-bar .comany-name {
    font-size: 18px;
}

.nav-bar .tel-bar {
    float: right;
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    background: url(../images/tel.png) no-repeat left center;
    background-size: 32px 32px;
}

.nav-bar .nav {
    float: left;
    margin-left: 110px;
}

.nav-bar .nav li {
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    float: left;
    width: 90px;
    padding: 0 5px;
}

.nav-bar .nav li a {
    white-space: nowrap;
    display: block;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.nav li:hover a {
    color: #b42c2c;
}

.nav li:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #b42c2c;
}

.nav li.current a {
    color: #b42c2c;
}

.nav li.current:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: #b42c2c;
}

/*
 index-about
 * */

.index-about {
    position: relative;
    height: 250px;
}

/*
 form-bar
 * */

.form-bar {
    box-sizing: border-box;
    overflow-wrap: break-word;
    border-color: transparent;
    border-width: 0px;
    display: block;
    border-style: solid;
    
}
.index-form-bar {
    position: absolute;
    top: -146px;
    left: 0;
    width: 340px;
    padding: 30px 40px 30px 30px;
    z-index: 2;
    background-color: rgb(249, 230, 141);
}
.form-bar h4 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    text-align: center;
}

.index-about .form-bar .en {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #d8be43;
}

.form-bar input {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 12px;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    outline: none;   
}

.form-bar textarea {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    height: 100px;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    outline: none;
    resize: none;
}

.form-bar button {
    outline: none;
    border-radius: 4px;
    border: none;
    line-height: 33px;
    height: 33px;
    width: 100%;
    text-align: center;
    background: #f95c5c;
    color: #fff;
    cursor: pointer;
}

.form-bar button:hover {
    background: #f60;
}

.form-bar .input-group {
    position: relative;
    //padding-left: 55px;
    margin-bottom: 10px;
}

.form-bar .input-group label {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}

.index-about .blod-title {
    font-size: 24px;
    display: inline-block;
    color: #373e4e;
}

.index-about {
    box-sizing: border-box;
    padding-left: 395px;
}

.index-about .en {
    font-size: 18px;
    color: #d5d5d5;
}

.index-about .text {
    width: 100%;
    font-size: 12px;
    line-height: 2em;
    height: 100px;
    overflow: hidden;
}

.index-about .about-title {
    margin: 20px 0;
}

.btn-more {
    padding: 8px 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .5s;
    font-size: 14px;
}

.btn-more:hover {
    background: #ad0101;
    color: #fff !important;
    border-radius: 4px;
    border-color: #ad0101;
    transition: .5s;
}

/*
 imglist
 * */

.imglist-bar {
    margin-bottom: 80px;
}

.imglist-bar .left-nav {
    float: left;
    width: 200px;
}

.imglist-bar .left-nav .en {
    display: block;
    font-size: 30px;
    color: #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
}

.imglist-bar .left-nav .ch {
    font-size: 24px;
    display: block;
    color: #333;
    margin-bottom: 10px;
}

.imglist-bar .left-nav .nav-item {
    display: block;
    font-size: 14px;
    margin: 20px 0;
    padding-left: 10px;
}

.imglist-bar .left-nav .nav-item:hover {
    color: #ad0101;
}

.imglist-bar .left-nav .nav-item.current {
    color: #ad0101;
}

.imglist-bar .list li:hover .text {
    color: #ad0101;
}

.line-ccc {
    height: 3px;
    background: #ccc;
}

.left-nav .nav-list {
    margin-bottom: 30px;
}

.img-box {
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.img-box .img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}


.img-box:hover .img {
    transform: scale(1.2);
    transition: all .5s;
}

.imglist-bar .list li .img-box {
    width: 300px;
    height: 200px;
}

.imglist-bar .list {
    float: right;
    width: 1000px;
    box-sizing: border-box;
    padding-left: 40px;
}

.imglist-bar .list li {
    float: left;
    margin-left: 20px;
    
}

.imglist-bar .list li .text {
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f7f7f7;
}

.showcasebar {
    width: 100%;
    height: 270px;
    min-width: 1200px;
    background: url(../images/casebg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 100px;
}

.showcasebar .title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 50px 0;
}

.showcasebar .title .en {
    font-size: 18px;
    color: #bdbdbd;
    margin-left: 10px;
}

.case-banner .swiper-container {
    width: 100%;
    margin: 0 auto;
    height: 200px;
}

.case-banner .swiper-container .swiper-slide img {
    display: block;
    width: 280px;
    height: auto;
}

.case-banner .img-box {
    width: 280px;
    height: 200px;
}

.news-list .inline-block {
    width: 280px;
    vertical-align: middle;
}
.news-list .title .item.current {
    color: #b42c2c;
}
.news-list {
    margin-bottom: 40px;
}

.news-list .line {
    display: inline-block;
    width: 900px;
    vertical-align: middle;
    height: 1px;
    background: #ddd;
}

.news-list .title .item {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 10px;
}

.news-list .time {
    background: transparent;
    width: 60px;
    padding: 14px 10px;
    float: left;
    text-align: center;
    margin-left: 30px;
    color: #fff;
}

.news-list .time .time-day {
    font-size: 28px;
    color: #929292;
    font-weight: bold;
    margin-bottom: 7px;
}

.news-list .time .time-date {
    color: #999999;
    font-size: 14px;
}

.news-list .title {
    width: 100%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    padding-top: 12px;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list .description {
    line-height: 140%;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding-top: 10px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list .conts {
    margin-left: 131px;
}

.news-list li {
    overflow: hidden;
    margin: 10px 0;
    padding: 7px 0;
    padding-bottom: 15px;
    list-style: none;
    border-bottom: 1px dotted #dbd4cd;
    list-style: none;
}

.news-list a:hover {
    color: #ba251e;
}

.news-list ul {
    margin-bottom: 30px;
}

/*
 footer
 * */

.footer-bar {
    width: 100%;
    min-width: 1200px;
    background: #2d2d2d;
    color: #b3b1b1;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.footer-bar .care-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #6b6b6b;
}

.footer-bar .care-link a {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #b3b1b1;
    margin: 0 8px;
}

.footer-bar .care-link a:hover {
    color: #ba251e;
}

.footer-bar .care-link span {
    font-size: 14px;
}

.footer-intrduce {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-right: 40px;
    border-right: 1px solid #757575;
}

.footer-address {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-left: 60px;
}

.footer-intrduce .title {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #b3b1b1;
    margin-bottom: 10px;
}

.footer-intrduce .intrduce {
    font-family: 微软雅黑;
    line-height: 2em;
    font-size: 12px;
    color: #b3b1b1;
}

.footer-intrduce .copright {
    font-family: 微软雅黑;
    line-height: 2em;
    font-size: 12px;
    color: #b3b1b1;
    margin-top: 15px;
}

.footer-address .ewm {
    width: 138px;
    height: 138px;
    float: left;
    margin-right: 20px;
}

.footer-address .tel {
    padding-top: 20px;
}

.footer-address .tel p,
.footer-address .addr {
    font-family: 微软雅黑;
    line-height: 2em;
    font-size: 16px;
    color: #b3b1b1;
}

.footer-address .tel span {
    font-weight: bold;
    color: #b3b1b1;
    font-size: 14px;
}

/*bre-nav*/

.breadcrumb-nav {
    font-size: 12px;
    line-height: 55px;
    color: rgb(102, 102, 102);
    border-bottom: 1px solid #ebebeb;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav .return-back span {
    vertical-align: middle;
}
.breadcrumb-nav .item {
    display: inline-block;
    width: 115px;
    text-align: center;
    color: #666;

}
.breadcrumb-nav .item:hover {
    text-decoration: none;
    background: #c80000;
    color: #fff;
}
.breadcrumb-nav .item.current {
    background: #c80000;
    color: #fff;
}
/*page*/

.page-center {
    text-align: center;
}

.pagination {
    display: inline-block;
    height: 40px;
    margin: 20px 0;
}

.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination li {
    display: inline;
}

.pagination a,
.pagination span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
}

.pagination a:hover,
.pagination .active a,
.pagination .active span {
    background-color: #F5F5F5;
}

.pagination .active a,
.pagination .active span {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

/*
product-bar
*/
.product-bar {
    margin-top: 55px;
}
.product-bar .imglist-bar li {
    margin-bottom: 20px;
}
.line-bottom {
    margin-top: 40px;
    float: right;
    height: 1px ;
    background:#ddd;
    width: 940px;
}
.news-bar .news-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}
.news-bar .news-title .en {
    color: #ccc;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
}
.news-bar .news-title p {
    font-size: 24px;
    color:#666; 
}

/*
CONTACT US
*/
.contact-bar{
    margin-bottom: 40px;
}
.contact-bar .contact-title {
    text-align: left;
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-bar .contact-title .en {
    color: #ccc;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 10px;
}
.contact-bar .contact-title p {
    font-size: 24px;
    color:#666; 
}
.contact-bar .contact .title {
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
}
.contact-bar .contact .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 1px;
    background: #333; 
}
.contact .left {
    float: left;
    width: 50%;
}
.contact .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 100px;
}
.icon {
    display: inline-block;
    width: 32PX;
    height: 32px;
    vertical-align: middle;
}
.icon-tel {
    background: url(../images/tel.png) no-repeat center center;
    background-size: cover;
}
.icon-email {
    background: url(../images/email.png) no-repeat center center;
    background-size: cover;
}
.icon-pos {
    background: url(../images/add.png) no-repeat center center;
    background-size: cover;
}
.contact .info-bar .item  span {
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}
.contact .info-bar .item  em {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999;
    padding-left: 78px;
    margin-top: 10px;
}
.contact .info-bar .item {
    margin-bottom: 20px;
}
.contact .info-bar {
    padding-top: 20px;
}
#map{
    width: 100%;
    height: 500px;
}

/*to-top*/

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        width: 40px;
        height: 40px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        width: 60px;
        height: 60px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        width: 40px;
        height: 40px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        width: 60px;
        height: 60px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
        width: 60px;
        height: 60px;
    }
    to {
        opacity: 0;
        display: none;
        width: 40px;
        height: 40px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        width: 60px;
        height: 60px;
    }
    to {
        opacity: 0;
        display: none;
        width: 40px;
        height: 40px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes move {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

@keyframes move {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

.to-top.out {
    opacity: 0;
    display: none;
    -webkit-animation: fadeOutUp .5s 1;
    animation: fadeOutUp .5s 1;
}

.to-top.in {
    opacity: 1;
    -webkit-animation: fadeInDown .5s 1;
    animation: fadeInDown .5s 1;
}

.to-top {
    cursor: pointer;
    opacity: 0;
    position: fixed;
    bottom: 200px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: #ded7d7;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    box-sizing: 1px 1px 2px rgba(0, 0, 0, .4);
    z-index: 9999;
}

.to-top:hover {
    opacity: .8;
}

.to-top .btn-to-top {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/top.png) no-repeat center center;
    background-size: 30px 30px;
}

.to-top.active .btn-to-top {
    -webkit-animation: move 1s infinite;
    animation: move 1s infinite;
}
.detail-bar .detail {
    padding: 40px;
    min-height: 500px;
    border-top: 1px dashed #ebebeb;
}

.detail .title {
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail .info {
    text-align: center;
    font-size: 12px;
    color: #5A5A5A;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
}

.detail .info em {
    font-style: normal;
}

.detail .info span {
    margin: 0 10px;
}

.detail-content {
    font-size: 14px;
    color: #5A5A5A;
    line-height: 2.2em;
}

.detail-content p {
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 20px;
    line-height: 2.2em;
    text-indent: 2em;
}
.common-title {
    width: 120px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: 1px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-top: 60px;
    position: relative;
    margin-bottom: 40px;
}

.common-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 40px;
    left: 45px;
    height: 1px;
    background: #ba251e;
}