@charset "utf-8";

/* 焦点图 / 首页banner */


/*swiper公共样式*/

.swiper {
    position: relative
}

.swiper-container {
    width: 100%;
    z-index: 2;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #555;
    margin: 0 8px 0 0;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #f8bb00;
}

.device {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 20
}

.arrow-left {
    float: left
}

.arrow-right {
    float: right
}

.swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/icon/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/icon/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}


/*swiper导航*/

.swiper1 img {
    display: block;
    width: 100%;
}


/*首页banner*/


/*视频*/

.spBox {
    padding-left: 20px;
    padding-right: 19px;
    margin-top: 14px;
    border-right: 1px dotted #ccc;
}

.spBox h4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.spBox .spCont {
    width: 580px;
    height: 318px;
    border: 10px solid #dbdbdb;
    background: url("Img/Index/shipImg.jpg") no-repeat center;
}


/* 问题 */

.wtSpan {
    padding: 26px 0;
    background: #fff url(/images/background/faq.jpg) top center no-repeat;
}

.wtSpan .container {
    height: 720px;
    overflow: hidden;
}

.wtSpan h3 {
    padding-bottom: 30px;
    font-size: 18px;
    text-align: center;
}

.wtjd {
    position: relative;
    width: 100%;
}

.wtjd p {
    margin-top: 20px;
    text-align: center;
}

.wtjdCont {
    overflow: hidden;
}

.wtjdCont dl {
    padding-bottom: 20px;
    font-size: 13px;
    background: url("Img/Index/wdDlBr.png") no-repeat center bottom;
    width: 48%;
    float: left;
    margin: 0 1% 10px;
    height: 120px;
}

.wtjdCont dt {
    background-image: url("Img/Index/tw_ico.png");
}

.wtjdCont dt a {
    color: #c10000;
    font-size: 16px;
}

.wtjdCont dd {
    line-height: 18px;
    background-image: url("Img/Index/jd_ico.png");
    color: #282828;
}

.wtjdCont dt,
.wtjdCont dd {
    padding: 2px 0px 2px 30px;
    margin: 4px 0;
    line-height: 22px;
    background-position: left 3px;
    background-repeat: no-repeat;
}

.wtjdCont dd {
    height: 60px;
    overflow: hidden;
}


/* 主打产品 */

.flBox {
    padding: 50px 0;
    height: 620px;
    border: 1px solid #dcdcdc;
    background-color: #f6f6f6;
}

.flBox .title {
    text-align: center;
}

.flBox .title h2 {
    font-size: 35px;
    color: #343434;
    margin: 30px auto 20px;
}

.flBox .title h2 em {
    color: #c10000;
}

.flBox .title span {
    display: block;
    color: #666;
    line-height: 24px;
    font-size: 16px;
    line-height: 24px;
}

.flBox .flCont {
    margin-top: 28px;
    overflow: hidden;
}

.flBox .flCont dl {
    float: left;
    margin-left: 20px;
    width: 298px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.flBox .flCont dt img {
    width: 250px;
    height: 203px;
    margin: 15px auto;
}

.flBox .flCont dd h5 a {
    color: #c10000;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    display: block
}

.flBox .flCont dd p {
    line-height: 25px;
    height: 120px;
    overflow: hidden;
    text-align: left;
    padding: 0 15px;
}

.flBox .flCont dl:hover {
    border: 1px solid #c10000
}

.flBox .more {
    text-align: center;
    margin: 30px 0 0
}

.flBox .more a {
    display: inline-block;
    margin: 0 28px;
    text-align: center;
    width: 198px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background: #0d4a93;
}


/* 首页产品列表 */

.cpBox {
    padding: 50px 0
}

.cpMu {
    position: relative;
    width: 230px;
    height: 700px;
    background: #f6f6f6 url("Img/Index/cpMuBg.png") no-repeat center bottom;
    border: 1px solid #ccc;
}

.cpBox .left {
    padding: 0;
}

.cpMu h4 {
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
}

.cpMu ul {
    padding: 10px 0 20px;
    overflow: hidden;
}

.cpMu li {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    background: url("Img/Index/cpMuLi.png") no-repeat center;
}

.cpMu li a {
    margin-left: 68px;
    color: #333;
}

.cpMu .cpMuPhone {
    position: absolute;
    left: 54px;
    bottom: 16px;
    font-size: 24px;
    font-family: arial;
    color: #333;
}

.cpList {
    width: 1040px;
    float: right;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
}

.cpList h4 {
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 30px;
}

.cpList ul {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.cpList li {
    float: left;
    text-align: center;
    width: 235px;
    margin: 10px;
    height: 210px;
    overflow: hidden;
}

.cpList li a img {
    padding: 10px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    width: 235px;
    height: 170px;
    box-sizing: border-box;
    ;
}

.cpList li a span {
    display: block;
    margin-top: 16px;
    font-weight: normal;
}


/*案例*/

.alBox {
    margin-bottom: 34px;
}

.alBox h4 {
    position: relative;
    padding: 22px 0;
}

.alBox h4 span {
    position: absolute;
    right: 0;
    top: 22px;
    font-weight: normal;
    font-size: 20px;
    font-family: arial;
    color: #c10000;
}

.alCont {
    background-color: #f4f4f4;
    overflow: hidden;
}

.alMu {
    *margin-left: -16px;
}

.alMu ul {}

.alMu li {
    margin-bottom: 8px;
    *margin-bottom: 4px;
    width: 231px;
    height: 60px;
    line-height: 60px;
    background: url("Img/Index/alMuLi.png") no-repeat center;
}

.alMu li a {
    display: block;
    padding-left: 74px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.alMu li:hover,
.alMu li.cur {
    background-image: url("Img/Index/alMuLiH.png");
}

.alMu li:hover a,
.alMu li.cur a {
    color: #fff;
}

.alList {
    width: 1000px;
    margin-right: 22px;
}

.alList dl {
    padding-top: 20px;
    height: 140px;
    overflow: hidden;
}

.alList dt img {
    border: 7px solid #fff;
}

.alList dd {
    margin-left: 214px;
    overflow: hidden;
}

.alList dd h5 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
}

.alList dd h5 a {
    color: #c10000;
}

.alList dd p {
    line-height: 20px;
}

.alList dd p a {
    color: #0d4a93;
    display: block;
    margin-top: 10px;
}

.alList ul {
    margin-top: 14px;
    border-top: 1px dotted #aaa;
    padding-top: 10px;
    padding-left: 20px;
    background: url("Img/Index/dtUl.png") no-repeat left 17px;
}

.alList li {
    position: relative;
    height: 28px;
    line-height: 28px;
    float: left;
    width: 450px;
    margin: 0 20px;
    overflow: hidden;
}

.alList li a {
    display: inline-block;
    /*width:300px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.alList li span {
    position: absolute;
    right: 0;
    color: #999;
}

.alList li img {
    position: relative;
    left: 4px;
    top: -8px;
}


/*公司简介*/

.gyBox {
    height: 600px;
    background: #ebebeb url("Img/Index/gyBox.png") no-repeat top center;
    border-bottom: 1px solid #ccc;
}

.gyBox h4 {
    padding-top: 156px;
    padding-bottom: 50px;
    font-size: 30px;
    text-align: center;
}

.gyBox h4 a {
    color: #333;
}

.gyBox h4 span {
    color: #c10000;
}

.gyBox dl {
    margin: 0 30px;
}

.gyBox dt {
    width: 466px;
    height: 306px;
    background: url("Img/Index/spImg.jpg") no-repeat center;
}

.gyBox dd {
    margin-left: 488px;
}

.gyBox dd h5 {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
}

.gyBox dd h5 a {
    color: #c10000;
}

.gyBox dd p {
    line-height: 24px;
    font-size: 13px;
    color: #333;
    margin-bottom: 30px;
    text-indent: 2em;
}

.gyBox dd span {
    padding-left: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #c10000;
}

.faBox {
    height: 260px;
    background-color: #ebebeb;
    padding: 30px 0;
}

.faBox h4 {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.faBox .faList {
    margin: 0 auto;
    width: 935px;
    overflow: hidden;
}

.faBox .faList span {
    margin: 0 6px;
    float: left;
    width: 175px;
    height: 72px;
    background-image: url("Img/Index/faList.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.faBox .faList span.faLi01 {
    background-position: 0px top;
}

.faBox .faList span.faLi02 {
    background-position: -186px top;
}

.faBox .faList span.faLi03 {
    background-position: -373px top;
}

.faBox .faList span.faLi04 {
    background-position: -559px top;
}

.faBox .faList span.faLi05 {
    background-position: -745px top;
}

.faBox .faList span.faLi01:hover {
    background-position: 0px bottom;
}

.faBox .faList span.faLi02:hover {
    background-position: -186px bottom;
}

.faBox .faList span.faLi03:hover {
    background-position: -373px bottom;
}

.faBox .faList span.faLi04:hover {
    background-position: -559px bottom;
}

.faBox .faList span.faLi05:hover {
    background-position: -745px bottom;
}


/* 内容页车间设备 */

.cjsb {
    background: #fff;
    padding: 30px 0 50px;
    overflow: hidden;
    clear: both;
}

.cjsb ul li {
    width: 24%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 20px 0.5%;
}

.cjsb ul li img {
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}

.cjsb ul li:hover img {
    transform: scale(1.2);
}

.cjsb ul li h3 {
    text-align: center;
    line-height: 45px;
    background: #0d4a93;
    color: #fff;
    opacity: 0.8;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
}


/* 荣誉资质 */

.ryBox {
    height: 420px;
    background-color: #f6f6f6;
    padding: 60px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ryBox h2 {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 35px;
    color: #343434;
}

.ryBox h2 span {
    color: #c10000;
}

.ryBox p {
    font-size: 18px;
    color: #343434;
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    width: 940px;
    border-bottom: 1px solid #ccc;
}

.ryBox .ryCont {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.ryBox .ryCont ul {
    margin: 0 auto;
    overflow: hidden;
}

.ryBox .ryCont li {
    margin: 0 4px;
    float: left;
    width: 152px;
    text-align: center;
}

.ryBox .ryCont li img {
    width: 128px;
    height: 182px;
    padding: 11px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.ryBox .ryCont li h5 {
    margin-top: 14px;
    font-weight: normal;
}

.ryBox .ryCont li h5 a {
    line-height: 20px;
}

.ryBox .ryCont .btnLeft,
.ryBox .ryCont .btnRight {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 25px;
    height: 24px;
}

.ryBox .ryCont .btnLeft {
    left: 0px;
    background: url("Img/Index/BtnLeft.png") no-repeat center;
}

.ryBox .ryCont .btnRight {
    right: 0px;
    background: url("Img/Index/BtnRight.png") no-repeat center;
}

.zxBox {
    height: 500px;
}

.xwtBox {
    width: 1000px;
    height: 420px;
    border-top-width: 2px;
    background: url("Img/Index/qcBr.png") no-repeat center 120px;
}

.xwtBox h4 {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 20px;
}

.xwtBox h4 a {
    margin-left: 20px;
    color: #333;
}

.xwtBox h4 span {
    color: #c10000;
}

.gliBox {
    margin: 0 15px;
    width: 470px;
}

.gliBox h5 {
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    border-bottom: 1px solid #bababa;
    font-size: 16px;
}

.gliBox h5 a {
    margin-left: 5px;
    color: #c10000;
}

.gliBox h5 span {
    color: #333;
}

.gliBox ul {
    margin: 0 5px;
    padding-top: 10px;
    padding-left: 20px;
    background: url("Img/Index/dtUl2.png") no-repeat left 17px;
}

.gliBox li {
    position: relative;
    height: 28px;
    line-height: 28px;
}

.gliBox li a {
    width: 285px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.gliBox li span {
    position: absolute;
    right: 0;
    color: #999;
    top: 0;
}

.gliBox li img {
    position: relative;
    left: 4px;
    top: -8px;
}

.kjcg {}

.kjcg {
    width: 254px;
    height: 420px;
    border: 1px solid #bababa;
    border-top-width: 2px;
}

.kjcg h4 {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 20px;
}

.kjcg h4 a {
    padding-left: 20px;
    margin-left: 20px;
    color: #c10000;
    background: url("Img/Index/tit_A.png") no-repeat left center;
}

.cgCont {
    position: relative;
    height: 364px;
    background: url("Img/Index/cgCont.png") no-repeat center top;
}

.cgCont .cgPhone {
    position: absolute;
    top: 40px;
    left: 56px;
    font-size: 24px;
    font-family: arial;
    color: #c10000;
}

.cgCont ul {
    padding-left: 28px;
    padding-top: 85px;
}

.cgCont li {
    height: 26px;
    line-height: 26px;
    color: #333;
}

.cgCont li b {
    margin-right: 20px;
    color: #c10000;
}


/* 产品卖点 */

.cp_maidian {
    background: url(Img/yfbg.jpg) no-repeat center top;
    height: 991px;
    padding-top: 35px;
    overflow: hidden;
    width: 100%;
}

.cp_maidian h2 {
    height: 140px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #535353;
}

.cp_maidian h2 a {
    color: #535353;
}

.cp_maidian h2 em {
    display: block;
    background: 32px 0px url(Img/yftit.png) no-repeat;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    margin-top: 12px;
}

.cp_maidian h2 i {
    display: inline-block;
    padding: 0 15px;
    font-style: normal;
    font-size: 20px;
    position: relative;
    top: -10px;
}

.cp_maidian h3 {
    position: absolute;
    left: 100px;
    top: 782px;
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.cp_maidian h3 em {
    display: block;
    font-size: 20px;
    color: #fff;
    padding-top: 5px;
    font-weight: normal;
}

.cp_maidian .yftel {
    position: absolute;
    left: 920px;
    top: 790px;
    font-size: 14px;
    color: #fff;
}

.cp_maidian .yftel b {
    display: block;
    font-size: 30px;
}

.cp_maidian .m_jsyf1 {
    width: 230px;
    text-align: center;
    left: 80px;
    top: 534px;
}

.cp_maidian .m_jsyf2 {
    width: 270px;
    text-align: center;
    left: 314px;
    top: 264px;
}

.cp_maidian .m_jsyf3 {
    width: 270px;
    text-align: center;
    left: 704px;
    top: 264px;
}

.cp_maidian .m_jsyf4 {
    width: 230px;
    text-align: center;
    left: 950px;
    top: 534px;
}

.cp_maidian .jsgy {
    position: absolute;
    z-index: 11;
    transition: all 0.3s linear 0s;
}

.cp_maidian .jsgy:hover {
    transform: translateX(-5px);
}

.cp_maidian .jsgy h4 {
    height: 48px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #054e9c;
}

.cp_maidian .jsgy h4:hover {
    color: #fb6400;
}

.cp_maidian .jsgy p {
    font-size: 15px;
    color: #8d8d8d;
    text-align: center;
    line-height: 26px;
}


/* 会展 ------------------------------------------------------------------------------------------------------------------------------ */

.ztHeader {
    background: url("Img/Index/zT-banner.jpg") no-repeat center;
    height: 884px;
    width: 100%;
    display: inline-block
}

.ztHeader .headerBox {
    position: relative;
    height: 884px;
}

.ztHeader h1 {}

.ztHeader h1 img {
    display: block
}

.ztHeader .nav {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -67px;
    background: url("Img/Index/navBg.png") no-repeat center bottom;
}

.ztHeader .navBox {
    background: #f0f0f0;
    line-height: 65px;
    width: 101%;
    overflow: hidden;
}

.ztHeader .navBox li {
    float: left;
    line-height: 65px;
    background: url("Img/Index/navLiBg.png") no-repeat center left;
    font-size: 14px;
    width: 9.8%;
    text-align: center;
}

.ztHeader .navBox li a {
    color: #333;
    display: block;
}

.ztHeader .navBox li:first-child {
    background: none
}

.ztHeader2 .nul {
    background: #F0F0F0;
    width: 100%;
    height: 65px;
    overflow: hidden;
}

.ztHeader2 .nav {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -67px;
    background: url("Img/Index/navBg.png") no-repeat center bottom;
}

.ztHeader2 .navBox {
    line-height: 65px;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.ztHeader2 .navBox li {
    float: left;
    line-height: 65px;
    background: url("Img/Index/navLiBg.png") no-repeat center left;
    font-size: 14px;
    width: 9.8%;
    text-align: center;
}

.ztHeader2 .navBox li a {
    color: #333;
    display: block;
}

.ztHeader2 .navBox li:first-child {
    background: none
}


/* 封面页面公共样式 */

.list_page {
    margin-top: 30px;
    margin-bottom: 40px;
}


/*标题*/

.ztTit {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ztTit h2 {
    font-size: 30px;
    color: #da251d
}

.ztTit h2 a {
    color: #da251d
}

.ztTit p {
    font-size: 16px;
    color: #666666;
    margin-top: 3px;
}

.ztTit em {
    display: block;
    color: #adadad;
    font-size: 8px;
    margin-top: 10px;
}


/*ztShow*/

.ztShow {
    overflow: hidden;
    background: url("Img/Index/zt_showSpBg_Big.jpg") no-repeat center;
    width: 100%;
    height: 792px
}

.ztShow .ztShow {
    width: 1079px;
    margin: 0 auto
}

.ztShow dl dt {
    background: url("Img/Index/zt_showSpBg.png") no-repeat center;
    height: 526px;
    width: 1079px;
    overflow: hidden;
}

.ztShow dd p {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    text-align: center
}

.ztShow dt img {
    display: block;
    margin: 58px auto;
}

.ztShow .ztTit {
    margin-top: 65px;
}

.ztShow .ztShow .mt5 {
    margin-top: 57px;
}


/*ztScene*/

.mxc {
    height: 440px;
    overflow: hidden;
}

.ztScene {
    width: 100%;
    background-color: #f5f6f8;
    padding-bottom: 90px;
    padding-top: 1px;
}

.qhjt {
    position: absolute;
    top: 200px;
    width: 1000px;
}

.qhjt .sceneLt {
    left: -75px;
    position: absolute;
}

.qhjt .sceneRt {
    right: -75px;
    position: absolute;
}

.ztScene .imgBox {
    width: 100%;
    margin-top: 40px;
    height: 440px;
    position: relative;
}

.ztScene .imgBox img {
    display: block
}

.ztScene .ztShowSeneBox {
    position: relative;
    width: 1000px;
}

.ztScene .ztShowSeneBox em {
    cursor: pointer;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 45px;
}

.ztScene .sceneList {
    overflow: hidden;
    width: 1000px;
    margin-top: 15px;
    height: 115px;
    position: relative;
}

.ztScene .list {
    position: absolute;
    left: 0;
    top: 0
}

.ztScene .list li {
    float: left;
    border: 5px solid #f5f6f8;
    margin-right: 5px;
    width: 234px;
}

.ztScene .list li img {
    display: block
}

.ztScene .list li:hover {
    border-color: #d8251d
}

.hzxc_dt {
    position: relative;
}

.hzxc_dt span {
    position: relative;
    display: block;
    background: #000;
    color: #fff;
    bottom: 40px;
    left: 0px;
    width: 1000px;
    height: 40px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}


/*ztSee*/

.ztSee {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztSeeBg.png") repeat center;
    padding-bottom: 170px;
}

.ztSee .seeDl {
    width: 100%;
    padding: 1px 0;
    margin-top: 70px;
}

.ztSee dt {
    width: 390px;
    float: left;
}

.ztSee dt img {
    display: block
}

.ztSee dd {
    float: right;
    width: 590px;
    position: relative
}

.ztSee dd h3 {
    background: url("Img/Index/ztSeeTitBg.png") no-repeat left center;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-indent: 15px;
    margin-top: 25px;
    font-weight: normal;
}

.ztSee dd p {
    font-size: 18px;
    color: #585858;
    margin-top: 10px;
}

.ztSee .ztSeeDiv {
    background: url("Img/Index/ztSeeConBg.png") no-repeat center;
    padding: 25px 50px;
    height: 356px;
    position: absolute;
    right: -20px;
    top: 102px;
    width: 681px;
}

.ztSee .ztSeeDiv li {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #dedede;
}

.ztSee .ztSeeDiv li h4,
.ztSee .ztSeeDiv li span {
    font-size: 14px;
    padding-left: 30px;
    color: #333;
    overflow: hidden
}

.ztSee .ztSeeDiv li h4 {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("Img/Index/ztWen.png") no-repeat left center;
    line-height: 25px;
}

.ztSee .ztSeeDiv li span {
    display: block;
    line-height: 37px;
    height: 44px;
    background: url("Img/Index/ztDa.png") no-repeat left 5px;
    margin-top: 10px;
}


/*ztPhoto*/

.ztPhoto {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztPhotoBg.jpg") no-repeat center;
    height: 594px;
}

.ztPhoto .ztPhotoBox {
    overflow: hidden;
    width: 1000px;
    height: 220px;
    margin-top: 30px;
    position: relative
}

.ztPhoto .list {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 1px;
}

.ztPhoto .list li {
    float: left;
    width: 312px !important;
    height: 182px;
    position: relative;
    overflow: hidden;
}

.ztPhoto .list li img {
    display: block
}

.ztPhoto li {
    margin: 0 9px 35px 9px;
    float: left;
    text-align: center;
}

.ztPhoto li span {
    margin-top: 16px;
    color: #333;
    display: block
}

.ztPhoto .btn {
    width: 322px;
    margin: 69px auto 0;
}

.ztPhoto .btn span {
    display: block;
    width: 159px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.ztPhoto .btn span:hover {
    background-color: #da251d
}

.ztPhoto .btn span.btnLt {
    background-image: url("Img/Index/ztPhotoLt.png");
    float: left;
}

.ztPhoto .btn span.btnRt {
    background-image: url("Img/Index/ztPhotoRt.png");
    float: right;
}

.hyem {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    background-image: url("Img/Index/fdj.png");
    width: 312px;
    height: 182px;
}

.ztPhoto li:hover .hyem {
    display: block;
}

.proShow .proDiv {
    /* height:560px;*/
    margin-top: 0px !important;
    overflow: hidden;
}

.proShow {
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.proShow .list {
    width: 290px;
    text-align: center;
    overflow: hidden;
    margin: 40px auto;
}

.proShow .list li {
    background: url("Img/Index/pro-show.png") no-repeat center top;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    width: 132px;
    margin: 0 5px;
}

.proShow .list li {
    *display: inline
}

.proShow .list li a {
    color: #999;
    display: block;
    text-decoration: none
}

.proShow .list li.cur {
    background-position: bottom;
    font-weight: bold;
}

.proShow .list li.cur a {
    color: #da251d;
}

.proShow .proList {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.proShow .proList li {
    float: left;
    overflow: hidden;
    width: 24%;
    position: relative;
    margin: 0.5%;
    box-shadow: 0 0 10px #ccc;
}

.proShow .proList li img {
    width: 100%;
}

.proShow li>span {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(193, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}

.proShow li span b {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 12%;
}

.proShow li span p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 8%;
    margin-bottom: 8%;
    padding: 0 5%;
    height: 60px;
    overflow: hidden;
}

.proShow li span em {}

.proShow li span em a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}

.proShow li:hover span {
    display: block;
}

.proShow .cBtn {
    width: 404px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden
}

.proShow .cBtn em {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer
}

.proShow .cBtn em.cBtnLt {
    left: 0
}

.proShow .cBtn em.cBtnRt {
    right: 0
}

.proShow .cBtn a.cMore {
    display: block;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 2px solid #999999;
    width: 395px;
}

.proShow .cBtn a.cMore:hover {
    border: 2px solid #DA251D;
    color: #DA251D;
}


/* CSS Document */

.ztHeader {
    background: url("Img/Index/zT-banner.jpg") no-repeat center;
    height: 884px;
    width: 100%;
    display: inline-block
}

.ztHeader .headerBox {
    position: relative;
    height: 884px;
}

.ztHeader h1 {}

.ztHeader h1 img {
    display: block
}

.ztHeader .nav {
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -35px;
    background: url("Img/Index/navBg.png") no-repeat center bottom;
}

.ztHeader .mul {
    background: #f0f0f0;
    width: 100%;
    height: 65px;
}

.ztHeader .navBox {
    line-height: 65px;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.ztHeader .navBox li {
    float: left;
    line-height: 65px;
    background: url("Img/Index/navLiBg.png") no-repeat center left;
    font-size: 14px;
}

.ztHeader .navBox li a {
    color: #333;
    display: block;
}

.ztHeader .navBox li:first-child {
    background: none
}


/*标题*/

.ztTit {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.ztTit h2 {
    font-size: 30px;
    color: #da251d
}

.ztTit h2 a {
    color: #da251d
}

.ztTit p {
    font-size: 16px;
    color: #666666;
    margin-top: 3px;
}

.ztTit em {
    display: block;
    color: #adadad;
    font-size: 8px;
    margin-top: 10px;
}


/*ztShow*/

.ztShow {
    overflow: hidden;
    background: url("Img/Index/zt_showSpBg_Big.jpg") no-repeat center;
    width: 100%;
    height: 792px
}

.ztShow .ztShow {
    width: 1079px;
    margin: 0 auto
}

.ztShow dl dt {
    background: url("Img/Index/zt_showSpBg.png") no-repeat center;
    height: 526px;
    width: 1079px;
    overflow: hidden;
}

.ztShow dd {
    padding: 0 70px;
}

.ztShow dd p {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    text-align: center
}

.ztShow dt img {
    display: block;
    margin: 58px auto;
}

.ztShow .ztTit {
    margin-top: 35px;
}


/*ztScene*/

.ztScene {
    overflow: hidden;
    width: 100%;
    background-color: #f5f6f8;
    padding-bottom: 90px;
}

.ztScene .imgBox {
    width: 100%;
    margin-top: 40px;
}

.ztScene .imgBox img {
    display: block
}

.ztScene .ztShowSeneBox {
    position: relative;
    width: 1000px;
}

.ztScene .ztShowSeneBox em {
    cursor: pointer;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 45px;
}

.ztScene .sceneLt {
    left: -75px;
}

.ztScene .sceneRt {
    right: -75px;
}

.ztScene .sceneList {
    overflow: hidden;
    width: 1000px;
    margin-top: 15px;
    height: 115px;
    position: relative;
}

.ztScene .list {
    position: absolute;
    left: 0;
    top: 0
}

.ztScene .list li {
    float: left;
    border: 5px solid #f5f6f8;
    margin-right: 5px;
    width: 236px;
}

.ztScene .list li img {
    display: block
}

.ztScene .list li:hover {
    border-color: #d8251d
}


/*ztSee*/

.ztSee {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztSeeBg.png") repeat center;
    padding-bottom: 170px;
}

.ztSee .seeDl {
    width: 100%;
    padding: 1px 0;
    margin-top: 70px;
}

.ztSee dt {
    width: 390px;
    float: left;
}

.ztSee dt img {
    display: block
}

.ztSee dd {
    float: right;
    width: 590px;
    position: relative
}

.ztSee dd h3 {
    background: url("Img/Index/ztSeeTitBg.png") no-repeat left center;
    height: 47px;
    line-height: 47px;
    color: #fff;
    text-indent: 15px;
    margin-top: 25px;
    font-weight: normal;
}

.ztSee dd p {
    font-size: 18px;
    color: #585858;
    margin-top: 10px;
}

.ztSee .ztSeeDiv {
    background: url("Img/Index/ztSeeConBg.png") no-repeat center;
    padding: 25px 50px;
    height: 356px;
    position: absolute;
    right: -20px;
    top: 102px;
    width: 681px;
}

.ztSee .ztSeeDiv li {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #dedede;
}

.ztSee .ztSeeDiv li h4,
.ztSee .ztSeeDiv li span {
    font-size: 14px;
    padding-left: 30px;
    color: #333;
    overflow: hidden
}

.ztSee .ztSeeDiv li h4 {
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("Img/Index/ztWen.png") no-repeat left center;
    line-height: 25px;
}

.ztSee .ztSeeDiv li span {
    display: block;
    line-height: 22px;
    height: 44px;
    background: url("Img/Index/ztDa.png") no-repeat left 5px;
    margin-top: 10px;
}


/*ztPhoto*/

.ztPhoto {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztPhotoBg.jpg") no-repeat center;
    height: 594px;
}

.ztPhoto .ztPhotoBox {
    overflow: hidden;
    width: 1000px;
    height: 220px;
    margin-top: 30px;
    position: relative
}

.ztPhoto .list {
    position: absolute
}

.ztPhoto .list li {
    float: left;
    width: 250px;
}

.ztPhoto .list li img {
    display: block
}

.ztPhoto .btn {
    width: 322px;
    margin: 69px auto 0;
}

.ztPhoto .btn span {
    display: block;
    width: 159px;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.ztPhoto .btn span:hover {
    background-color: #da251d
}

.ztPhoto .btn span.btnLt {
    background-image: url("Img/Index/ztPhotoLt.png");
    float: left;
}

.ztPhoto .btn span.btnRt {
    background-image: url("Img/Index/ztPhotoRt.png");
    float: right;
}


/*proShow*/

.proShow {
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px;
    position: relative
}

.proShow .list {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 25px;
}

.proShow .list li {
    background: url("Img/Index/pro-show.png") no-repeat center top;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    width: 132px;
    margin: 0 5px;
}

.proShow .list li {
    *display: inline
}

.proShow .list li a {
    color: #999;
    display: block;
    text-decoration: none
}

.proShow .list li:hover,
.proShow .list li.cur {
    background-position: bottom;
    font-weight: bold
}

.proShow .list li:hover a,
.proShow .list li.cur a {
    color: #da251d
}

.proShow .proList {
    overflow: hidden;
    width: 100%;
    float: left;
}

.proShow .proList li {
    float: left;
    overflow: hidden
}

.proShow .proList li.lio1 {
    width: 25%;
}

.proShow .proList li.lio1 dt,
.proShow .proList li.lio1 dd {
    width: 100%;
}

.proShow li.lio2 {
    width: 50%;
}

.proShow li.lio2 dt,
.proShow li.lio2 dd {
    width: 50%;
}

.proShow .proDl {
    overflow: hidden;
    width: 100%;
}

.proShow .proDl dt img {
    display: block;
    width: 100%;
}

.proShow .proDl dd {
    padding: 0 10%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative
}

.proShow .proDl dd a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.proShow .proDl dd span {
    display: block;
    font-size: 24px;
    color: #333;
}

.proShow .proDl dd img {
    display: block;
    margin-top: 10px;
}

.proShow .proMoreList {
    margin-top: 50px;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 50px;
}

.proShow .proDiv {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.ckgd {
    width: 404px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden
}

.ckgd em {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer
}

.ckgd em.cBtnLt {
    left: 0
}

.ckgd em.cBtnRt {
    right: 0
}

.ckgd a.ckMore {
    display: block;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 2px solid #999999;
    width: 380px;
}

.ckgd:hover a.ckMore {
    color: #D03F40;
    border: 2px solid #D03F40;
}


/*report*/

.report {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztReportBg.jpg") no-repeat center;
    height: 557px
}

.report .Lt {
    width: 500px;
    float: left;
}

.report .Lt img {
    display: block
}

.report .list {
    width: 500px;
    float: right
}

.report .list li {
    width: 237px;
    margin-left: 13px;
    margin-top: 20px;
    float: left
}

.report .list li img {
    display: block
}

.report .list li.li01 {
    margin-top: 0
}

.report .reportBox {
    margin-top: 30px;
}


/*change*/

.change {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/changeBg.jpg") no-repeat center;
    height: 556px
}

.change .ztTit h2 {
    color: #fff;
}

.change .ztTit p {
    color: #999
}

.change .ztTit em {
    color: #999
}

.change .changeLt {
    width: 250px;
    float: left;
}

.change .changeLt h3 img {
    display: block
}

.change .changeLt h4 {
    background: #e8e8e8 url("Img/Index/changePhone.png") no-repeat 25px center;
    font-size: 18px;
    font-weight: normal;
    color: #da251d;
    overflow: hidden;
    text-indent: 65px;
    line-height: 60px;
    height: 60px;
}

.change dl {
    overflow: hidden;
    background: #fff
}

.change dt {
    line-height: 45px;
    text-indent: 30px;
    color: #333;
    background: #dedede;
    font-size: 14px;
    font-weight: bold;
}

.change dd {
    margin: 0 20px;
    background: url("Img/Index/change_dian.png") no-repeat 20px center;
    border-bottom: 1px dashed #dedede;
    line-height: 69px;
    height: 69px;
    color: #333;
    font-size: 14px;
    text-indent: 50px;
}

.change .changeRt {
    float: right;
    width: 733px;
    padding: 42px 0;
    position: relative;
    background: #fff;
}

.change .changeRt em {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 155px;
    cursor: pointer
}

.change .changLt {
    left: 18px;
}

.change .changRt {
    right: 18px;
}

.change .List {
    overflow: hidden;
    width: 633px;
    height: 255px;
    position: relative;
    margin: 0 auto
}

.change ul {
    position: absolute
}

.change ul li {
    width: 152px;
    float: left;
    margin-right: 8px;
}

.change li img {
    display: block;
    border: 1px solid #d8d8d8
}

.change li span {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #ebebeb;
    line-height: 43px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.change .changeBox {
    margin-top: 30px;
}


/*video*/

.video {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px
}

.video .videoBox {
    overflow: hidden;
    margin-top: 40px;
}

.video .videoDl {
    width: 940px;
    padding-left: 60px;
}

.video .videoDl dt {
    width: 601px;
    float: right
}

.video .videoDl dd {
    float: left;
    width: 330px;
}

.video .videoDl dd h3 {
    margin-left: -60px;
}

.video .videoDl dd p {
    line-height: 18px;
    font-size: 12px;
    height: 128px;
    overflow: hidden;
    margin-top: 15px;
    color: #999
}

.video .videoDl dd a {
    display: block;
    width: 54px;
    margin-top: 15px;
}


/*brand*/

.brand {
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
}

.brand .titBrand {
    overflow: hidden;
    background: url("Img/Index/brand_line.png") repeat-x 0 55px
}

.brand .titBrand h3 img {
    display: block
}

.brand .brandBox {
    position: relative;
    margin-top: 30px;
}

.brand .brandBox em {
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 45px;
    cursor: pointer
}

.brand .brandLt {
    left: -45px;
}

.brand .brandRt {
    right: -45px;
}

.brand .brandList {
    width: 1000px;
    height: 127px;
    position: relative;
    overflow: hidden
}

.brand .list {
    position: absolute
}

.brand .list li {
    float: left;
    width: 312px !important;
    margin: 0 9px;
}

.brand .list li img {
    display: block
}


/*.exper */

.expert {
    background: #f3f4f6;
    overflow: hidden;
    padding-bottom: 20px
}

.expert .expertBox {
    overflow: hidden;
    margin-top: 35px;
}

.expert ul {
    margin: 0 auto;
    overflow: hidden;
}

.expert li {
    margin: 0 9px 28px 9px;
    float: left;
    text-align: center;
}

.expert li span {
    margin-top: 16px;
    color: #333;
    display: block
}


/*Partner*/

.Partner {
    padding-bottom: 45px;
    overflow: hidden;
}

.Partner .partnerBox {
    overflow: hidden;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    margin: 0 7px;
    margin-top: 45px;
}

.Partner li {
    width: 163px;
    height: 94px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    float: left;
}


/*news*/

.news {
    overflow: hidden;
    background: url("Img/Index/newsBg.jpg") no-repeat center;
    height: 661px;
}

.news .newsBox {
    overflow: hidden;
    margin-top: 30px;
    height: 350px;
    position: relative
}

.news .list {
    position: absolute
}

.news .list li {
    width: 269px;
    padding: 27px;
    float: left;
    margin-right: 17px;
    background: #fff
}

.news .list li a img {
    display: block
}

.news li span {
    display: block;
    font-size: 18px;
    color: #666;
    margin-top: 12px
}

.news li p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 6px;
    font-size: 14px;
    color: #666
}

.news li a.more {
    display: block;
    margin-top: 10px;
    color: #da251d;
    font-size: 14px;
    float: left;
    text-transform: uppercase
}

.news li h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 13px;
}


/*公共*/

.cBtn {
    width: 404px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden
}

.cBtn em {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer
}

.cBtn em.cBtnLt {
    left: 0
}

.cBtn em.cBtnRt {
    right: 0
}

.cBtn a.cMore {
    display: block;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 3px solid #999999;
    width: 254px;
}


/*留言*/

.Ly {
    display: inline-block;
    width: 100%;
    height: 445px;
}

.Ly .lyLt {
    float: left;
    width: 675px;
    margin-left: 45px;
}

.Ly .ztTit {
    text-align: left;
}

.Ly .lyList {
    margin-top: 20px;
    overflow: hidden;
}

.Ly li {
    width: 330px;
    height: 38px;
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 10px;
}

.Ly li label {
    width: 38px;
    float: left;
}

.Ly li label img {
    display: block
}

.Ly li input {
    width: 266px;
    padding: 0 10px;
    line-height: 40px;
    height: 38px;
    font-size: 14px;
    color: #333;
    background: none;
    outline: none;
    float: right;
    border: navajowhite;
}

.Ly li.last {
    width: 673px;
    height: 128px
}

.Ly li.last textarea {
    width: 610px;
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    outline: none;
    background: none;
    resize: none;
    border: none;
    height: 108px;
    float: right
}

.Ly .LyBox {
    position: relative;
    height: 445px;
}

.Ly .imgImg {
    position: absolute;
    right: 0;
    bottom: 0
}

.Ly .imgImg img {
    display: block
}

.Ly a.more {
    width: 434px;
    margin: 0 auto;
    display: block
}


/*footer
.footer{overflow: hidden;width: 100%;background: url("Img/Index/ft.png") no-repeat center bottom;height: 358px;}te}*/


/*report*/

.report {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/ztReportBg.jpg") no-repeat center;
    height: 557px
}

.report .Lt {
    width: 500px !important;
    float: left !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.report .Lt img {
    width: 500px !important;
    height: 347px !important;
}

.report .Lt img {
    display: block
}

.report .list {
    width: 1000px;
    float: right
}

.report .list li {
    width: 237px;
    margin-left: 13px;
    margin-top: 20px;
    float: left
}

.report .list li img {
    display: block;
    width: 237px;
    height: 164px;
}

.report .list li.li01 {
    margin-top: 0
}

.report .reportBox {
    margin-top: 30px;
}


/*change*/

.change {
    overflow: hidden;
    width: 100%;
    background: url("Img/Index/changeBg.jpg") no-repeat center;
    height: 556px
}

.change .ztTit h2 {
    color: #fff;
}

.change .ztTit h2 a {
    color: #fff;
}

.change .ztTit p {
    color: #999
}

.change .ztTit em {
    color: #999
}

.change .changeLt {
    width: 250px;
    float: left;
}

.change .changeLt h3 img {
    display: block
}

.change .changeLt h4 {
    background: #e8e8e8 url("Img/Index/changePhone.png") no-repeat 25px center;
    font-size: 18px;
    font-weight: normal;
    color: #da251d;
    overflow: hidden;
    text-indent: 65px;
    line-height: 60px;
    height: 60px;
}

.change dl {
    overflow: hidden;
    background: #fff
}

.change dt {
    line-height: 45px;
    text-indent: 30px;
    color: #333;
    background: #dedede;
    font-size: 14px;
    font-weight: bold;
}

.change dd {
    margin: 0 20px;
    background: url("Img/Index/change_dian.png") no-repeat 20px center;
    border-bottom: 1px dashed #dedede;
    line-height: 69px;
    height: 69px;
    color: #333;
    font-size: 14px;
    text-indent: 50px;
}

.change .changeRt {
    float: right;
    width: 733px;
    padding: 42px 0;
    position: relative;
    background: #fff;
}

.change .changeRt em {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 155px;
    cursor: pointer
}

.change .changLt {
    left: 18px;
}

.change .changRt {
    right: 18px;
}

.change .List {
    overflow: hidden;
    width: 633px;
    height: 255px;
    position: relative;
    margin: 0 auto
}

.change ul {
    position: absolute
}

.change ul li {
    width: 152px;
    float: left;
    margin-right: 8px;
}

.change li img {
    display: block;
    border: 1px solid #d8d8d8
}

.change li span {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #ebebeb;
    line-height: 43px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.change .changeBox {
    margin-top: 40px;
}


/*video*/

.video {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px
}

.video .videoBox {
    overflow: hidden;
    margin-top: 40px;
}

.video .videoDl {
    width: 940px;
    padding-left: 60px;
}

.video .videoDl dt {
    width: 601px;
    float: right
}

.video .videoDl dd {
    float: left;
    width: 330px;
}

.video .videoDl dd h3 {
    margin-left: -60px;
}

.video .videoDl dd p {
    line-height: 18px;
    font-size: 12px;
    height: 128px;
    overflow: hidden;
    margin-top: 15px;
    color: #999;
    text-align: justify;
}

.video .videoDl dd a {
    display: block;
    width: 54px;
    margin-top: 15px;
}


/*brand*/

.brand {
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
}

.brand .titBrand {
    overflow: hidden;
    background: url("Img/Index/brand_line.png") repeat-x 0 55px
}

.brand .titBrand h3 img {
    display: block
}

.brand .brandBox {
    position: relative;
    margin-top: 30px;
}

.brand .brandBox em {
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 70px;
    cursor: pointer
}

.brand .brandLt {
    left: -45px;
}

.brand .brandRt {
    right: -30px;
}

.brand .brandList {
    width: 1000px;
    height: 220px;
    position: relative;
    overflow: hidden
}

.brand .list {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    margin-left: 1px
}

.brand li {
    margin: 0 9px 28px 9px;
    float: left;
    text-align: center;
}

.brand li span {
    margin-top: 16px;
    color: #333;
    display: block
}


/*.exper */

.expert {
    background: #f3f4f6;
    overflow: hidden;
    padding-bottom: 27px;
}

.expert .expertBox {
    overflow: hidden;
    margin-top: 35px;
}

.expert ul {
    margin: 0 auto;
    overflow: hidden;
}

.expert li {
    margin: 0 9px 28px 9px;
    float: left;
    text-align: center;
}

.expert li span {
    margin-top: 16px;
    color: #333;
    display: block
}


/*Partner*/

.Partner {
    padding-bottom: 45px;
    overflow: hidden;
    height: 427px;
}

.Partner .partnerBox {
    overflow: hidden;
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    margin: 0 7px;
    margin-top: 45px;
}

.Partner li {
    width: 163px;
    height: 94px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    float: left;
    position: relative;
}

.Partner li span {
    width: 163px;
    height: 94px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #F3F4F6;
    line-height: 94px;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: none;
    background: rgba(204, 37, 19, 0.8);
    color: #fff;
}

.Partner li:hover span {
    display: block;
}


/*news*/

.news {
    overflow: hidden;
    background: url("Img/Index/newsBg.jpg") no-repeat center;
    height: 781px;
}

.news .newsBox {
    overflow: hidden;
    margin-top: 30px;
    height: 465px;
    position: relative
}

.news .list {
    position: absolute;
}

.news .list li {
    width: 269px;
    padding: 27px;
    float: left;
    margin-right: 17px;
    background: #fff
}

.news .list li a img {
    display: block;
    height: 235px !important;
}

.news li span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 12px
}

.news li span a {
    color: #666;
}

.news li p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 6px;
    font-size: 14px;
    color: #666
}

.news li p a {
    color: #666;
}

.news li a.more {
    display: block;
    margin-top: 10px;
    color: #da251d;
    font-size: 14px;
    float: left;
    text-transform: uppercase
}

.news li h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 13px;
    height: 22px;
    overflow: hidden;
}

.news li h3 a {
    color: #333;
}

.news .list li:hover {
    background: #CC2513;
}

.news .list li:hover h3 a {
    color: #fff;
}

.news .list li:hover span {
    color: #fff;
}

.news .list li:hover p a {
    color: #fff;
}

.news .list li:hover .more {
    color: #fff;
}


/*公共*/

.cBtn {
    width: 404px;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden
}

.cBtn em {
    width: 61px;
    height: 61px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    display: block;
    width: 61px;
    height: 60px;
}

.cBtn em.cBtnLt {
    left: 0;
    background: url("Img/Index/cBtnLt.png") no-repeat left top;
}

.cBtn em.cBtnRt {
    right: 0;
    background: url("Img/Index/cBtnRt.png") no-repeat left top;
}

.cBtn em.cBtnLt:hover {
    left: 0;
    background: url("Img/Index/mcBtnLt.png") no-repeat left top;
}

.cBtn em.cBtnRt:hover {
    right: 0;
    background: url("Img/Index/mcBtnRt.png") no-repeat left top;
}

.cBtn a.cMore {
    display: block;
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 3px solid #999999;
    width: 254px;
}


/*留言*/

.Ly {
    display: inline-block;
    width: 100%;
    height: 445px;
}

.Ly .lyLt {
    float: left;
    width: 675px;
    margin-left: 45px;
}

.Ly .ztTit {
    text-align: left;
}

.Ly .ztTit h2 {
    font-weight: normal
}

.Ly .lyList {
    margin-top: 20px;
    overflow: hidden;
}

.Ly li {
    width: 330px;
    height: 38px;
    border: 1px solid #dedede;
    overflow: hidden;
    margin-bottom: 10px;
}

.Ly li label {
    width: 38px;
    float: left;
}

.Ly li label img {
    display: block
}

.Ly li input {
    width: 266px;
    padding: 0 10px;
    line-height: 40px;
    height: 38px;
    font-size: 14px;
    color: #333;
    background: none;
    outline: none;
    float: right;
    border: navajowhite;
}

.Ly li.last {
    width: 673px;
    height: 128px
}

.Ly li.last textarea {
    width: 610px;
    padding: 10px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    outline: none;
    background: none;
    resize: none;
    border: none;
    height: 108px;
    float: right
}

.Ly .LyBox {
    position: relative;
    height: 445px;
}

.Ly .imgImg {
    position: absolute;
    right: 0;
    bottom: 0
}

.Ly .imgImg img {
    display: block
}

.Ly a.more {
    width: 434px;
    margin: 0 auto;
    display: block
}

#MsgInfo {
    margin: 0 auto;
    display: block;
    width: 120px;
    color: #D10D0D;
    font-size: 14px;
}

.mmtbd {
    background: none !important;
    height: 475px !important;
}

.mmtbd .ztTit {
    margin-top: 0px !important;
}

.mmtbd .list {
    width: 980px !important;
}

.mmtbd .Lt {
    width: 478px !important;
}

.mmtbd .Lt img {
    width: 478px !important;
}

.ny_gate {
    overflow: hidden;
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

#picSlideWrap {
    margin-top: 40px;
}

#wrapper {
    width: 1000px;
    margin: 0px auto 0 auto;
}

.imgnav {
    width: 788px;
    margin: 10px auto;
}

#content {
    margin: 0px auto;
    line-height: 19px;
}

#content p {
    text-indent: 2em;
    color: #333;
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

#img {
    z-index: 10;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 1000px;
    height: 440px;
}

#img img {
    display: block;
}

#img .mimg {
    height: 440px;
    width: 1000px;
    overflow: hidden;
}

#img span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    text-align: center;
    line-height: 35px;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 14px;
    width: 1000px;
}

#front {
    position: absolute;
    left: 10px;
    top: 180px;
    display: block;
    background: url("Img/Index/ztSenceLt.png") no-repeat left top;
    width: 40px;
    height: 60px;
    cursor: pointer;
}

#next {
    position: absolute;
    right: 10px;
    top: 180px;
    display: block;
    background: url("Img/Index/ztSenceRt.png") no-repeat left top;
    width: 40px;
    height: 60px;
    cursor: pointer;
}

#front:hover {
    background: url("Img/Index/ztSenceLt.png") no-repeat left bottom;
}

#next:hover {
    background: url("Img/Index/ztSenceRt.png") no-repeat left bottom;
}

#cbtn {
    position: relative;
    height: 190px;
    margin-top: -25px;
    width: 1000px;
    margin: 0 auto;
}

#cbtn ul {
    position: relative;
    width: 10000px;
    height: 190px;
}

#cbtn ul li {
    float: left;
    width: 240px;
    height: 105px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 5px;
}

#cbtn ul li img {
    width: 240px;
    height: 105px;
    display: block;
}

#cbtn ul li tt {
    background: #000;
    color: #FFF;
    position: absolute;
    right: 6px;
    bottom: 4px;
    z-index: 20;
    font-family: "宋体";
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
}

#cbtn li.hov {
    border: 1px solid #DA251D;
}

.ctrl div {
    clear: both;
}

#cSlideUl {
    width: 1000px;
    height: 190px;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.picSildeLeft {
    cursor: pointer;
    position: absolute;
    top: 78px;
    left: -6px;
    z-index: 9;
    background: url("Img/Common/nycpan_lt.png") no-repeat center top;
    width: 40px;
    height: 62px;
}

.picSildeRight {
    cursor: pointer;
    position: absolute;
    top: 78px;
    right: -4px;
    z-index: 9;
    background: url("Img/Common/nycpan_rt.png") no-repeat center top;
    width: 40px;
    height: 62px;
}

.picSildeLeft:hover {
    cursor: pointer;
    background: url("Img/Common/nycpan_lt.png") no-repeat center bottom;
}

.picSildeRight:hover {
    cursor: pointer;
    background: url("Img/Common/nycpan_rt.png") no-repeat center bottom;
}

.msp {
    background: rgba(0, 0, 0, 0.75);
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
}

.tkboxs {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url("Img/Inpage/dsz06_tuwen.png") repeat center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}

.tkboxs .tk_zp_main {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -375px;
    background-color: #fff;
    padding-bottom: 20px;
}

.tkboxs .tk_zp_main i {
    display: block;
    width: 50px;
    height: 50px;
    background: url("Img/in_ry_tk_close.png") no-repeat center;
    position: absolute;
    right: -50px;
    top: -10px;
    cursor: pointer;
    margin-left: 620px;
    z-index: 9999999;
}

.tkboxs .tk_zp_main h4 {
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: #555;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}

.tkboxs .tk_zp_main .tk_ss {
    width: 700px;
    margin: 0 auto;
    color: #000;
}

.tkboxs .tk_zp_main .inBox {
    width: 100%;
    position: relative;
}


/* 联系我们 */

.contact_box {
    background: url(/images/background/lybg.jpg) no-repeat center top;
    height: 600px;
    padding-top: 100px;
    border-top: 1px solid #ccc;
}

.contact_box .lytit {
    position: absolute;
    left: 340px;
    top: 0;
}

.contact_box .lytit h2 {
    height: 100px;
    font-size: 36px;
    font-weight: bold;
    color: #ff6537;
}

.contact_box .lytit h2 em {
    display: block;
    float: none;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
}

.contact_box .lytel {
    background: url(/images/icons/lytel.png) no-repeat left center;
    padding-left: 36px;
    font-size: 14px;
    color: #333;
}

.contact_box .lytel b {
    font-size: 35px;
    color: #ff6537;
}

.contact_box input {
    height: 45px;
    width: 300px;
    background: #fff;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 10px 15px;
    border: 1px solid #ccc;
    display: block;
}

.contact_box textarea {
    height: 130px;
    width: 550px;
    background: #fff;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    margin: 10px 15px;
    border: 1px solid #ccc;
    display: block;
}

.contact_box button {
    height: 54px;
    padding: 0 15px;
    outline: none;
    float: left;
    box-sizing: border-box;
    margin: 10px 15px;
    border: 1px solid #ccc;
    width: 120px;
    color: #fff;
    display: block;
    cursor: pointer;
}

.contact_box .submit {
    background: #ff6537;
    clear: both;
}

.contact_box .reset {
    background: #353535;
}

input#code {
    float: left;
    width: 150px;
}

.contact_box img {
    width: 80px;
    padding: 0;
    margin: 10px 0;
    height: 40px;
}