.layui-body{
	margin-top:15px;
}
/*
* header
*/
.header-wrapper {
    width: 100%;
    height: 60px;
}
.header-inner {
    width: 1000px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}
.header-logo {
    height: 60px;
    float: left;
}
.header-logo .img1 {
    height: 38px;
    width: 88px;
    margin-top: 13px;
    float: left;
}
.header-logo .img2 {
    height: 18px;
    margin-top: 21px;
    margin-left: 3px;
    float: left;
}
.admin {
    float: right;
    font-size: 14px;
    color: #757575;
    margin-left: 20px;
    cursor: pointer;
}
.header-right {
    float: right;
    height: 60px;
    font-size: 14px;
    color: #202020;
}
.header-right li {
    width: 68px;
    height: 60px;
    text-align: center;
    float: left;
    margin: 0 5px;
}
.header-right li a {
    font-size: 14px;
    color: #202020;
    display: inline-block;
}
.header-right li:hover {
    background: #FC4D4C;
}
.header-right li:hover a {
    color: #fff;
}
.header-right li.active {
    background: #FC4D4C;
}
.header-right li.active a {
    color: #fff;
}
/*
* footer
*/
.width-1 {
    width: 60px;
}
.footer-wrapper {
    width: 100%;
    height: 323px;
    background: #2D313D;
}
.footer-inner {
    width: 1000px;
    margin: 0 auto;
}
.footer-logo {
    width: 100%;
    height: 40px;
    padding-top: 40px;
}
.footer-logo img {
    height: 40px;
}
.footer-bottom {
    width: 100%;
    height: 90px;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000000;
}
.footer-bottom .footer-left {
    float: left;
    font-size: 12px;
    color: #F2F2F2;
    width: 557px;
    height: 85px;
    text-align: justify;
    margin-right: 70px;
}
.footer-bottom .footer-right {
    float: left;
}
.footer-bottom .footer-right ul {
    float: left;
}
.footer-bottom .footer-right .ul-1 {
    margin-right: 35px;
}
.footer-bottom .footer-right .ul-2 {
    margin-right: 16px;
}
.footer-bottom .footer-right ul li {
    height: 24px;
    line-height: 24px;
}
.footer-bottom .footer-right ul li a {
    font-size: 14px;
    color: #A0A5B5;
}
.weixin-img {
    float: left;
    width: 90px;
    height: 80px;
    background: url(../img/code_div.png) no-repeat;
    background-size: 90px 80px;
    margin-top: 3px;
    position: relative;
}
.weixin-img img {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 9px;
    right: 10px;
}
.copy-right {
    width: 1000px;
    text-align: center;
    margin-top: 30px;
}
.copy-right .inner-p {
    font-size: 14px;
    color: #A0A5B5;
    margin-bottom: 10px;
}
/*
* 首页
*/
.swiper-container {
    width: 100%;
    height: 385px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-pagination-bullet-active {
    opacity: 0.7;
    background: #000;
}
.swiper-button-next, .swiper-button-prev {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: 0;
    background: rgba(0,0,0,0.40);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev {
    left: 30px;
}
.swiper-button-next {
    right: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #ffffff;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}
 .swiper-button-next.swiper-button-white {
    background-image: url("../images/right_arrow_white.png");
} 
.swiper-button-next.swiper-button-white:hover {
    background-image: url("../images/right_arrow_black.png");
}
 .swiper-button-prev.swiper-button-white {
    background-image: url("../images/left_arrow_white.png");
} 
.swiper-button-prev.swiper-button-white:hover {
    background-image: url("../images/left_arrow_black.png");
}
/*第一部分*/
.index-content{
    width: 1000px;
    margin: 0 auto;
}
.index-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 37px;
    margin-bottom: 6px;
}
.index-box-outside {
    width: 1000px;
    margin-bottom: 30px;
    overflow: hidden;
}
.box-1 {
    width: 142px;
    height: 170px;
    text-align: center;
}
.box-1 .icon {
    width: 120px;
    height: 100px;
}
.box-1 .p1 {
    font-size: 20px;
    color: #FA555B;
    margin-bottom: 4px;
}
.box-1 .p2 {
    font-size: 14px;
    color: #757575;
}
.box-1 .p3 {
    margin-top: 133px;
}
.box-1 .p3 img {
    width: 23px;
    height: 22px;
}
/*第二部分*/
.index-contact {
    width: 100%;
    height: 89px;
    background: #2D313D;
}
.index-contact-left {
    line-height: 89px;
    font-size: 20px;
    color: #FFFFFF;
}
.index-contact-left .span1 {
    margin-right: 42px;
}
.index-contact-left .span2 {
    margin-right: 32px;
}
.index-contact-left .button1 {
    width: 145px;
    height: 40px;
    background: #FB565C;
    border-radius: 2px;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}
/*第三部分*/
.index-div {
    width: 100%;
    background: #FB565C;
}
.index-div-title {
    height: 40px;
    padding: 17px 0;
}
.index-div-title .title-rect {
    background: #ffffff;
}
.index-div-title .about-title-text .span1,.index-div-title .about-title-text .span2 {
    color: #ffffff;
}
.index-div-title .about-title-line {
    background: #ffffff;
}
.index-div .p1 {
    font-size: 14px;
    color: #FBDDDD;
}
.index-div .index-div-bottom {
    padding-top: 20px;
}
.index-div .index-div-left {
    width: 260px;
    height: 280px;
    margin-left: 30px;
    margin-right: 50px;
}
.index-div .index-div-left img {
    width: 260px;
    height: 260px;
}
.index-div .index-div-right {
    width: 640px;
    height: 280px;
}
.index-div .top-text {
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
}
.index-div .bottom-text {
    font-size: 12px;
    color: #FBDDDD;
}
.index-div .part-top {
    width: 100%;
    margin-top: 41px;
}
.index-div .part-top .part-1 {
    width: 300px;
}
.index-div .part-bottom {
    width: 100%;
    margin-top: 45px;
}
/*第四部分*/
.button2 {
    width: 75px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #757575;
    border: 1px solid #979797;
    border-radius: 100px;
    cursor: pointer;
    margin-top: -4px;
}
.button2:hover {
    background: #FB565C;
    border-color: #FB565C;
    color: #FFFFFF;
}
.button2:focus{
    outline: none;
}
.box-inner {
    width: 1015px;
    height: 190px;
    margin-top: 35px;
    margin-left: -13px;
    margin-bottom: 30px;
    /*background: red;*/
}
.box-inner .box-2 {
    width: 190px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    float: left;
    cursor: pointer;
}
.box-inner .box-2 .img-div {
    width: 150px;
    height: 125px;
    margin: 15px 20px 10px;
    text-align: center;
}
.box-inner .box-2 .img-div img {
    width: 110px;
    height: 110px;
    margin-top: 7px;
}
.box-inner .box-2 .box2-text {
    text-align: center;
    font-size: 14px;
    color: #585858;
}
/*
* 关于我们
*/
.container {
    width: 100%;
    min-width: 1000px;
    color: #757575;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.about-us-img {
    width: 100%;
    height: 385px;
}
.about-us-img img {
    width: 100%;
    height: 100%;
}
.content {
    width: 1000px;
    margin: 0 auto 60px;
}
.about-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 16px;
}
.title-rect {
    width: 8px;
    height: 40px;
    background: #FC4D4C;
}
.about-title-text {
    font-size: 30px;
}
.about-title-text .span1 {
    color: #0D0D0D;
    margin-left: 20px;
}
.about-title-text .span2 {
    color: #202020;
    margin-left: 20px;
}
.about-title-line {
    width: 37px;
    height: 1px;
    background: #0C0C0C;
    margin-top: 21px;
    margin-left: 10px;
}
.about-subtitle {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #757575;
    margin-bottom: 30px;
}
.about-main-text {
    font-size: 14px;
    color: #343434;
    text-align: justify;
}
.about-main-text p {
    text-indent: 2em;
    margin-bottom: 20px;
}
/*
* 新闻中心-列表
*/
.new-list-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin: 44px 0;
}
.new-inner .inner-left {
    width: 780px;
}
.new-inner .inner-left li {
    padding-left: 30px;
    height: 38px;
    line-height: 38px;
}
.new-inner .inner-left li .new-inner-title {
    font-size: 16px;
    color: #202020;
    width: 600px;
    height: 38px;
    overflow: hidden;
}
.new-inner .inner-left li .new-inner-time {
    font-size: 16px;
    color: #A0A5B5;
    width: 100px;
}
.new-inner .inner-right {
    width: 220px;
    height: 100px;
}
/*右侧tab标签*/
.inner-right-tab {
    /*height: 120px;*/
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    font-size: 14px;
    color: #434343;
    max-width: 150px;
}
.inner-right-tab .p1 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D4D4D4;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.inner-right-tab .p1:last-child {
    border-bottom: 0;
}
.inner-right-tab .p1 a {
    color: #434343;
}
.inner-right-tab .p1 a:hover {
    color: #FC4D4C;
}
.inner-right-tab .p1 a.active {
    color: #FC4D4C;
}
/*
* 新闻中心-详情
*/
.new-detail-bottom {
    width: 960px;
    margin: 0 0 0 30px;
}
.new-detail-title {
    font-size: 18px;
    color: #202020;
    width: 100%;
    line-height: 38px;
}
.new-detail-time {
    font-size: 16px;
    color: #A0A5B5;
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin-bottom: 10px;
}
.new-detail-text {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #E6E6E6;
    font-size: 14px;
    color: #757575;
    letter-spacing: 0;
    line-height: 21px;
    text-align: justify;
}
/*
* 产品列表
*/
.product-list-title {
    margin-top: 48px;
}
.product-title-rect {
    width: 8px;
    height: 48px;
    background: #FC4D4C;
}
.product-list-title .product-title-text {
    margin-top: -8px;
}
.product-list-title .product-title-text-china {
    font-size: 14px;
    color: #757575;
    padding-left: 20px;
    height: 20px;
}
.product-list-title .product-title-line {
    width: 37px;
    height: 2px;
    background: #3B3A3A;
    margin-top: 21px;
    margin-left: 20px;
}
/*产品列表 下部内容*/
.product-bottom {
    width: 1000px;
    margin-top: 50px;
}
.product-bottom .product-bottom-left {
    width: 825px;
    overflow: hidden;
}
.product-bottom .product-bottom-left .inner {
    width: 891px;
    margin-left: -66px;
}
.product-bottom .product-bottom-left .product-box {
    width: 231px;
    margin-left: 66px;
    margin-bottom: 50px;
}
.product-bottom .product-bottom-left .product-box .box-img {
    width: 231px;
    height: 217px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-bottom .product-bottom-left .product-box .box-img img {
    width: 200px;
}
.product-bottom .product-bottom-left .product-box .box-text {
    margin-top: 25px;
}
.product-bottom .product-bottom-left .product-box .box-text p {
    font-size: 14px;
    color: #3E3E3E;
}
.product-bottom .product-bottom-right {
    width: 175px;
    min-height: 200px;
}
/*
* 产品详情
*/
.product-detail-title-text {
    font-size: 18px;
    color: #0D0D0D;
}
.product-detail-title-text .p1 {
    padding-left: 20px;
}
/*产品详情  中间*/
.product-detail-middle {
    width: 100%;
    margin-top: 50px;
}
.product-detail-middle .detail-middle-left {
    width: 850px;
    height: 370px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.product-detail-middle .detail-middle-left img {
    width: 320px;
}
.product-detail-middle .detail-middle-right {
    width: 150px;
}
/*产品详情  下部内容*/
.product-detail-bottom {
    width: 100%;
    min-height: 270px;
    padding: 18px 35px;
    background: #FFF2F2;
    box-sizing: border-box;
}
.product-detail-bottom .bottom-title {
    font-size: 20px;
    color: #0D0D0D;
    margin-bottom: 15px;
}
.product-detail-bottom .bottom-line {
    width: 63px;
    height: 1px;
    border-bottom: 1px solid #363636;
}
.product-detail-bottom .bottom-text {
    margin-top: 20px;
    margin-bottom: 30px;
}
.product-detail-bottom .bottom-text p {
    font-size: 12px;
    color: #343434;
    line-height: 18px;
}
/*相关参数*/
.para {
    background: none;
}
.para-img {
    width: 100%;
}
.para-img img {
    width: 100%;
}
/*
* 客户案例
*/
.case-bottom {
    width: 940px;
    margin: 50px auto 100px;
}
.case-bottom .case-list {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 25px;
}
.case-bottom .case-list .case-li-left {
    width: 228px;
    /*height: 170px;*/
    margin-right: 38px;
}
.case-bottom .case-list .case-li-left img {
    width: 228px;
    height: 170px;
}
.case-bottom .case-list .case-li-right {
    width: 633px;
    /*height: 170px;*/
}
.case-bottom .case-list .case-li-right .case-li-title {
    font-size: 18px;
    color: #3E3E3E;
    margin-bottom: 15px;
}
.case-bottom .case-list .case-li-right .case-li-text {
    font-size: 14px;
    color: #757575;
    /*height: 130px;*/
    /*overflow: hidden;*/
    text-align: justify;
}
/*
* 联系我们
*/
.contact-title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 44px;
    margin-bottom: 44px;
}
.contact-bottom {
    width: 100%;
}
.contact-bottom-left {
    width: 315px;
    margin-right: 75px;
    margin-left: 30px;
}
.contact-bottom-left p {
    font-size: 16px;
    color: #202020;
    line-height: 38px;
}
.contact-bottom-right .map-div {
    width: 580px;
    height: 248px;
    margin-top: 12px;
}
.contact-bottom-right .map-div img {
    width: 100%;
    height: 100%;
}