body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.clamp2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 初始化样式结束 */

@media screen and (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}


/* 
@media screen and (min-width: 320px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
} */


/* 字体图标 */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?1s8xj7');
    src: url('../fonts/icomoon.eot?1s8xj7#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?1s8xj7') format('truetype'), url('../fonts/icomoon.woff?1s8xj7') format('woff'), url('../fonts/icomoon.svg?1s8xj7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.Slide-1 {
    width: 100%;
    height: 100%;
}

.Slide-3 {
    text-align: center;
    font-size: 20px;
    background: #ccc;
    /* 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;
}

.Slide-3 img {
    width: 100%;
}

.Slide-11 {
    width: 100%;
    height: 100%;
}

.Slide-33 {
    text-align: center;
    font-size: 20px;
    /* 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;
    transition: 300ms;
    transform: scale(0.4);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #bbb;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}


/* 字体图标 */

.Slide-33 img {
    width: 250%;
}

.w {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

body {
    color: #5A5A5A;
    background-color: #fff;
    /* 方便写代码 */
    /* height: 8000px; */
}


/* 自己初始化样式结束 */


/* //////////////////////////////////////////////////////////////// */

.row {
    margin: 0px;
}

.header {
    width: 100%;
    /* position: absolute; */
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.99);
}

.nav>li>a {
    padding: 10px 18px;
}

.nav>li {
    z-index: 99999;
}

.header .container {
    margin: 0 auto;
    height: 54px;
    overflow: hidden;
}

.logo a {
    float: left;
    display: block;
    overflow: hidden;
    height: 54px;
    width: 100%;
    background: url("../images/logo-baidi.png") no-repeat -8px 8px;
    /*background: url("http://www.gh-lvyouji.com/templets/default/images/logo.png") no-repeat -30px 2px;*/
    background-size: 100%;
    text-indent: -999px;
}

.logo {
    float: left;
    width: 250px;
    height: 54px;
}

.navbar {
    margin-bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
}

.navbar-header {
    height: 54px;
    width: 100%;
}

.navbar-brand {
    padding: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1145f0;
}

.navbar-collapse {
    width: 100%;
}


/* //////////////////////////////////////////////////////////////////////// */

.tips {
    position: absolute;
    top: 180px;
    right: 50%;
    margin-right: -450px;
    width: 415px;
    height: 80px;
}

.tips p:nth-child(1) {
    font-family: 华文宋体;
    font-size: 42px;
}

.tips p:nth-child(2) {
    font-size: 18px;
    font-family: 'Courier New';
    color: rgb(102, 102, 102);
}


/* banner开始 */

.focus {
    position: relative;
    width: 100%;
    background-color: #333;
    overflow: hidden;
}

.focus ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 690%;
}

.focus ul li {
    float: left;
}

.focus ul li img {
    width: 100%;
    height: 800px;
}

.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 0px;
    width: 500px;
    height: 700px;
    background: rgba(250, 248, 248, 0.0);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.arrow-r {
    right: 0;
}

.circle {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
}

.circle li {
    margin-right: 30px;
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #b08686;
    border-radius: 12px;
    /* border: 2px solid rgba(255, 255, 255, 0.5); */
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.circle li:hover {
    background-color: #660000;
}

.current {
    background-color: #660000 !important;
}


/* banner开始 */


/* classify开始  */

.classify span {
    display: block;
    position: relative;
    float: left;
    padding: 5px;
}

.classify span img {
    width: 250px;
    transition: .1s transform;
    transform: translateZ(0);
}

.classify span:hover {
    z-index: 1;
}

.classify span:hover img {
    transform: scale(1.2, 1.2);
    transition: .3s transform;
}

.cf:before,
.cf:after {
    display: table;
    content: "";
    line-height: 0;
}

.cf:after {
    clear: both;
}


/* ////////////////////////////////////// */

.classify {
    margin-bottom: 30px;
}

.show-t {
    width: 100%;
    margin-top: 57px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #5A5A5A;
}

.show-z {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(139, 139, 139);
    letter-spacing: 1px;
}

.show-s {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(139, 139, 139);
    letter-spacing: 1px;
}

.classify ul {
    margin-top: 50px;
    float: left;
}


/* @media screen and (max-width: 1000px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {}
} */

@media screen and (min-width: 970px) {
    .classify ul li {
        float: left;
        width: 20%;
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .show-t {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .show-s {
        margin-bottom: 0px;
    }
    .Copyright {
        width: 100%!important;
        height: 230px!important;
        margin-top: 40px!important;
    }
}

@media screen and (max-width: 767px) {
    .Copyright ul li a {
        padding: 0px!important;
    }
}

.classify ul li span {
    position: relative;
    margin: 25px auto;
    display: block;
    /* width: 100%;
        height: 160px; */
    background: url(../images/product_bg.png) no-repeat top center;
    background-size: 80%;
}

.classify ul li span img {
    width: 100%;
    position: relative;
    top: 20px;
    left: 4px;
}

.classify ul li h4 {
    /* margin-top: 65px; */
    text-align: center;
    color: #5A5A5A;
    font-family: 微软雅黑;
    font-size: 18px;
}

.classify ul li h6 {
    text-align: center;
    color: #A2A1A1;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 30px;
}

.view a {
    margin: 5px auto;
    text-align: center;
    display: block;
    width: 90px;
    height: 34px;
    line-height: 32px;
    border-radius: 18px;
    border: 1px solid #ccc;
    color: rgba(145, 145, 145, 1);
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
}


/* classify结束  */


/* recommend开始 */

.recommend {
    padding: 1px;
    /* height: 680px; */
    background-color: rgb(245, 245, 245)
}


/* recommend结束 */


/* introduce开始 */

.introduce {
    padding: 50px 0px;
}


/* .introduce-l {
        width: 510px;
    } */

.introduce-l p {
    margin: 0px 0px 10px;
    line-height: 2;
}

.introduce-l p:nth-child(1) {
    color: rgb(90, 90, 90);
    margin-bottom: 20px;
    font-family: 微软雅黑;
    line-height: 24px;
    font-size: 24px;
}

/*.introduce-l p:nth-child(2) {*/
/*    color: rgb(90, 90, 90);*/
/*    font-family: 微软雅黑;*/
/*    line-height: 230%;*/
/*    font-size: 15px;*/
/*}*/

/*.introduce-l p:nth-child(3) {*/
/*    color: rgb(90, 90, 90);*/
/*    font-family: Arial, 宋体, Helvetica, sans-serif, Verdana;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    font-weight: normal;*/
/*    line-height: 140%;*/
/*}*/

/*.introduce-l p:nth-child(4) {*/
/*    color: rgb(90, 90, 90);*/
/*    font-family: Arial, 宋体, Helvetica, sans-serif, Verdana;*/
/*    font-size: 12px;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    font-weight: normal;*/
/*    line-height: 140%;*/
/*    font-family: 微软雅黑;*/
/*    line-height: 230%;*/
/*    font-size: 13px;*/
/*}*/

.introduce-r img {
    width: 100%;
    /* width: 631px;
        height: 543px; */
}


/* introduce结束 */


/* work开始 */

.show-xj {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #e2dbdb;
}

.work {
    position: relative;
    padding: 70px 0px;
    background: url(../images/case_bg.jpg) no-repeat;
    /* background-size: 100%; */
}

.work ul {
    /* margin-top: 20px; */
    float: left;
}

.work ul li {
    padding: 0px;
    float: left;
}

.work ul li img {
    margin-top: 15px;
    width: 95%;
}

.work a {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -70px;
    display: inline-block;
    text-align: center;
    width: 142px;
    width: 142px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
}

.work a:hover {
    color: rgb(72, 128, 195);
    border: 1px solid rgb(72, 128, 195);
}


/* work结束 */


/* news开始 */

.news-m {
    margin-top: 60px;
}

.news-m ul {
    margin-top: 60px;
    float: left;
}

.news-m li {
    float: left;
    
    /* width: 275px; */
    /* margin-right: 25px; */
}

.news-m li a {
    display: block;
    font-family: Microsoft YaHei;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
    position: relative;
}
.news-m li>a:first-child{height:0;padding-bottom:100%;}
.news-m li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.news-m li a:hover {
    color: rgb(72, 128, 195);
}

.news-m li p {
    /*display: block;*/
    font-family: Microsoft YaHei;
    font-size: 14px;
    margin-bottom: 10px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}


/* news结束 */


/* Copyright开始 */

.Copyright {
    margin-top: 80px;
    height: 60px;
    line-height: 60px;
    background-color: rgb(67, 67, 67);
}

.Copyright ul {
    text-align: center;
    float: left;
}

.Copyright ul li {
    width: 20%;
    float: left;
}

.Copyright ul li a {
    display: inline-block;
    text-align: center;
    padding: 0 7px;
    /* width: 78px; */
    height: 30px;
    line-height: 30px;
    color: #ccc;
    position: relative;
    /*border-right: 1px dotted #ccc;*/
}
.Copyright ul li a:after{
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 14px;
    content: "";
    background: #eee;
}
.Copyright ul li:last-child a:after{
    width: 0;
}
.Copyright span {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    /* width: 270px; */
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    color: #ffffff;
}

.Copyright p {
    text-align: center;
    float: right;
    font-size: 12px;
    color: #ccc;
    font-family: 微软雅黑;
}


/* Copyright结束 */