/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 770px;
    background: #FFF;
    overflow: hidden;
}

.fullSlide .bd {
    height: 770px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 770px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 770px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 3px;
    background-color: #000;
    overflow: hidden;
    line-height: 99px;
    border: 2px solid #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
    width: 50px;
    background: #b93c10;
    border-radius: 9px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fullSlide .prev,
.fullSlide .next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.fullSlide .prev {
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    left: 10%;
}

.fullSlide .next {
    background-position: -6px -137px;
    right: 10%;
}



/* about */
.about {
    width: 100%;
    height: 343px;
    background: url(../images/about.jpg) no-repeat center;
    OVERFLOW: hidden;
}

.about h3 a {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #b93c10;
    padding-top: 88px;
    line-height: 24px;
}

.about p {
    text-align: center;
    padding: 30px 20px 0;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}

.aboutMore {
    display: block;
    width: 157px;
    height: 43px;
    background: url(../images/aboutMore.jpg) no-repeat center;
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 43px;
    text-indent: 64px;
    -webkit-transition: .5s;
    transition: .5s;
}

.aboutMore:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

/* products */
.products {
    width: 100%;
    height: 1189px;
    background: url(../images/products.jpg) no-repeat center;
}

.title {
    padding-top: 40px;
}

.title i {
    width: 78px;
    height: 17px;
    display: block;
    margin: 0 auto;
    background: url(../images/titleLine.png) no-repeat center;
}

.title h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    color: #151716;
}

.title p {
    text-align: center;
    color: #151716;
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    color: #151716;
    margin-top: 6px;
}


.productsL {
    width: 275px;
    height: 915px;
    background: #b93c10;
    margin-top: 50px;
}

.productsL h4 {
    height: 275px;
    height: 50px;
    width: 235px;
    padding: 0 20px;
    -webkit-transition: .5s;
    transition: .5s;
    background: #b93c10 url(../images/proIco1.png) no-repeat 250px center;
}

.productsL h4 a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.productsL h4:hover {
    background: #000 url(../images/proIco1.png) no-repeat 250px center;
}

.productsL ul {
    height: 230px;
    padding: 0 20px;
    width: 235px;
    background: #fff;
    padding-top: 10px;
}

.productsL ul li {
    height: 42px;
    line-height: 15px;
    line-height: 42px;
    width: 220px;
    padding-left: 20px;
    background: url(../images/proIco2.png) no-repeat center left;
    -webkit-transition: .5s;
    transition: .5s;
}

.productsL ul li:hover {
    background: url(../images/proIco3.png) no-repeat center left;
}

.productsL ul li a {
    width: 220px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productsL ul li:hover a {
    color: #b93c10;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.productT {
    height: 580px;
    overflow: hidden;
}

.zixun {
    width: 137px;
    height: 43px;
    display: block;
    text-align: center;
    margin: 20px auto;
    background: #fff;
    line-height: 43px;
}

.zixun:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}

.productsL h5 {
    width: 175px;
    margin: 0 auto;
    background: url(../images/proLine2.png) no-repeat center;
}

.productsL h5 b {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    width: 56px;
    margin: 0 auto;
    color: #fff;
    background: #b93c10;
}

.productsL p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.proqe {
    width: 104px;
    height: 104px;
    display: block;
    margin: 20px auto 0;
    padding: 16px;
    background: url(../images/proImgBg.png) no-repeat center;
}


/* productsR */
.productsR {
    width: 880px;
    margin-top: 50px;
}

.productsR ul li {
    width: 276px;
    height: 292px;
    border: 1px solid #eff6fc;
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
    margin: 0 23px 17px 0;
}

.productsR ul li:nth-child(3n) {
    margin-right: 0;
}

.productsR ul li img {
    width: 276px;
    height: 246px;
    display: block;
}

.proMore {
    width: 236px;
    padding: 0 20px;
    display: block;
    line-height: 46px;
    height: 46px;
    background: #e3e3e3;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    -webkit-transition:.5s;
    transition:.5s;
}

.productsR ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}
.productsR ul li:hover .proMore{
    background: #b93c10;
    color: #fff;
}
/* team */
.team .title {
    padding-top: 10px;
}

.team ul li {
    float: left;
    margin: 30px 10px 0;
}

.team ul li img {
    width: 275px;
    height: 204px;
    display: block;
}

.team ul li a.teamMore {
    width: 275px;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/* mbanner */
.mbanner {
    width: 100%;
    height: 197px;
    background: url(../images/mbanner.jpg) no-repeat center;

}

.mbannerTopL h4 {
    font-size: 26px;
    color: #fff;
    padding-top: 30px;
}

.mbannerTopL p {
    font-size: 15px;
    color: #fff;
    padding-top: 5px;
}


.mbannerTopR {
    width: 298px;
    height: 84px;
    background: url(../images/baojia.png) no-repeat left bottom;
    padding: 0px 38px 0 64px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.mbannerTopR i {
    display: block;
    padding-top: 39px;
    width: 218px;
}


.minput span {
    width: 120px;
    height: 40px;
    display: inline-block;
    background: #b93c10;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.mbannerTopL h4 i {
    color: #f6ba40;
}

.text1 {
    width: 240px;
    height: 40px;
    padding: 0 10px;
    display: inline-block;
    background: #fff;
    vertical-align: bottom;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.minput {
    float: left;
    width: 380px;
    margin: 30px 6px 0;
}


.area {
    background: #fff url(../images/m.png) no-repeat 221px center;
    width: 190px;
    padding-right: 50px;
}



/* case */
.case {
    padding-top: 20px;
    width: 100%;
    height: 812px;
    background: url(../images/case.jpg) no-repeat center;
}

.caseBox {
    margin-top: 40px;
}

.caseBox ul li {
    width: 375px;
    height: 300px;
    float: left;
    margin: 0px 9px 16px;
    -webkit-transition: .5s;
    transition: .5s;
}

.caseBox ul li img {
    width: 375px;
    height: 250px;
    display: block;
}

.caseBox ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.caseMore {
    width: 355px;
    padding: 0 10px;
    display: block;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/**cpys_box**/
.cpys_box {
    width: 100%;
    height: 600px;
    padding: 0px 0px;
}

.cpys {
    width: 1180px;
    height: 600px;
    margin: 0 auto;
}
.cpys:hover .cpysicl,
.cpys:hover .cpysicr {
    opacity: 1;
}
.cpysicl {
    width: 41px;
    height: 41px;
    background: url(../images/cpysicl.png) no-repeat center;
    position: absolute;
    top: 190px;
    left: 0;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    -webkit-transition:.5s;
    transition:.5s;
}

.cpysicr {
    width: 41px;
    height: 41px;
    background: url(../images/cpysicr.png) no-repeat center;
    position: absolute;
    top: 190px;
    right: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    -webkit-transition:.5s;
    transition:.5s;
}

.cpysnr {
    width: 1180px;
    height: 500px;
    position: relative;
    margin-top: 30px;
}

.cpysnr_tit {
    width: 1180px;
    height: 60px;
    position: absolute;
    top: 440px;
    left: 0px;

}

.cpysnr_tit h4 {
    float: left;
    width: 290px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0px 2px;
}

.cpysnr_tit h4:nth-child(1) {
    margin-left: 0px;
}

.cpysnr_tit ul li.on h4 {
    color: #fff;
    background: #b93c10;
}

.hide {
    display: none;
}

.cpysnr dl {
    width: 1180px;
    height: 500px;
}

.cpysnr dl dd {
    width: 500px;
    height: 300px;
    padding: 100px 85px 100px 35px;
    background: url(../images/cpysbg.jpg) repeat-y center;
    /* float: right; */
    position: absolute;
    right: 0;
}

.cpysnr dl dd b {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.cpysnr dl dd span {
    display: block;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    background: url(../images/cpysline.jpg) no-repeat left bottom;
    margin-bottom: 15px;
}

.cpysnr dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    padding-left: 15px;
    background: url(../images/dian.png) no-repeat left 15px;
}

.cpysnr dl dt {
    width: 560px;
    height: 500px;
    float: left;
    position: absolute;
    left: -370px;
}

.cpysnr dl dt img {
    width: 930px;
    height: 500px;
}

.cpys .title {
    padding-top: 20px;
}




/**xw_box**/
.xw_box {
    width: 100%;
    height: 740px;
    margin: 20px auto 0 auto;
    background: url(../images/news.jpg) no-repeat center;
    padding-top: 40px;
}

.xw {
    width: 1180px;
    height: 700px;
    margin: 0 auto;
}

.hyxw {
    width: 510px;
    height: 700px;
    float: left;
}

.title1 {
    background: url(../images/wmbg3.png) no-repeat left bottom;
    margin-bottom: 20px;
}

.title1 h3 {
    height: 48px;
    line-height: 48px;
}

.title1 h3 a {
    loat: left;
    font-size: 18px;
    font-weight: bold;
    color: #020202;
}

.title1 h3 a span {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #cccccc;
}

.title1 h3 .more {
    float: right;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.title1 h3 .more:hover {
    color: #c80009;
}

.hyxw dl {
    width: 510px;
    height: 368px;
}

.hyxw dl dd {
    width: 510px;
    height: 217px;
}

.hyxw dl dd img {
    width: 510px;
    height: 217px;
}

.hyxw dl dt {
    width: 510px;
    height: 151px;
    padding-top: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.hyxw dl dt span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    display: block;
}

.hyxw dl dt:hover span {
    color: #b93c10;
}

.hyxw dl dt p {
    padding-top: 6px;
    height: 54px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.hyxw dl dt em {
    display: block;
    margin-top: 5px;
    width: 125px;
    height: 35px;
    line-height: 35px;
    background: #efefef;
    text-align: center;
}

.hyxw dl dt b a {
    color: #333;
}

.hyxw dl dt b:hover {
    background: #b93c10;
    color: #fff;
}

.hyxw dl dt b:hover a {
    color: #fff;
}

.hyxwnr {
    width: 510px;
    height: 230px;
    padding-top: 15px;
}

.hyxwnr ul li {
    float: left;
    width: 510px;
    line-height: 36px;
    border-bottom: 1px dashed #cccccc;
}

.hyxwnr ul li a {
    display: block;
    float: left;
    background: url(../images/prolfhbg2.png) no-repeat left center;
    width: 265px;
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hyxwnr ul li a:hover {
    color: #b93c10;
}

.hyxwnr ul li span {
    display: block;
    font-size: 14px;
    color: #666666;
    float: right;
}

.hyxwnr ul li span:hover {
    color: #b93c10;
}

.hyxwnr ul li:hover a,
.hyxwnr ul li:hover span {
    color: #b93c10;
}

.hyxw2 {
    width: 620px;
    height: 700px;
    float: right;
}

.hydt {
    width: 620px;
    height: 400px;
}

.hydt dl {
    width: 620px;
    height: 153px;
    margin-bottom: 15px;
}

.hydt dl dd {
    float: left;
    width: 261px;
    height: 153px;
}

.hydt dl dd img {
    width: 261px;
    height: 153px;
}

.hydt dl dt {
    float: right;
    width: 336px;
    height: 140px;
    padding-top: 13px;
}

.hydt dl dt span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    display: block;
}

.hydt dl dt:hover span {
    color: #b93c10;
}

.hydt dl dt p {
    padding-top: 6px;
    height: 77px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.hydt dl dt a {
    color: #b93c10;
}

.hydt dl dt a:hover {
    color: #b93c10;
}

.cjwt {
    width: 620px;
    height: 300px
}

.cjwt img {
    display: block;
    float: left;
    width: 261px;
    height: 208px;
}

/* å‘ä¸Šæ»šåŠ¨ */
.in_faq {
    float: left;
    width: 334px;
    margin-left: 20px;
}

.in_faq_pro {
    border-top: none;
}

.in_faq_1 {
    height: 205px;
    overflow: hidden;
}

.in_faq_x {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    padding-top: 5px;
}

.in_faq_a {
    height: 30px;
    line-height: 30px;
    background: url(../images/faq_a.jpg) 0 6px no-repeat;
    padding-left: 15px;
    color: #333333;
    overflow: hidden;
}

.in_faq_q {
    background: url(../images/faq_q.jpg) 0 3px no-repeat;
    padding-left: 13px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
    width: 310px;
}

.in_faq_q a {
    color: #666666;
}

.in_faq_q a:hover {
    color: #b93c10;
}


/**yqlj_box**/
.yqlj_box {
    width: 100%;
    height: 76px;
    background: #f3f3f3;
    overflow: hidden;
}

.yqlj {
    width: 1180px;
    height: 74px;
    padding-left: 130px;
    margin: 0 auto;
}

.yqlj ul li {
    float: left;
    line-height: 76px;
    padding: 0 20px;
}

.yqlj ul li a {
    display: block;
    font-size: 14px;
    line-height: 76px;
    color: #333333;
}


.linksL {
    width: 122px;
    height: 30px;
    background: #b93c10;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 24px;
}
