nav {
    width: 100%;
    height: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    padding: 10px 0;
}

nav li, nav a {
    text-decoration: none;
    list-style: none;
}

nav .nav-logo {
    width: 170px;
    height: auto;
    /* margin-left: 20px; */
    float: left;
    margin-top: 0px;
}

nav .nav-logo a, nav .nav-logo li, nav .nav-logo ol, nav .nav-logo span, nav .nav-logo p {
    font-size: 30px;
    font-weight: bold;
    list-style: none;
    color: #1f79ec;
    text-decoration: none;
}

nav .nav-logo img {
    max-width: 100%;
    max-height: 100%;
}

nav ::-webkit-scrollbar {
    display: none;
}

nav .nav-list {
    /*nav-list*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    /* margin-right: 20px; */
    margin-top: 23px;
}

@media (max-width: 1200px) {
    nav .nav-list {
        position: fixed;
        height: 100%;
        top: 0;
        padding-top: 10px;
        width: 60%;
        background: #fff;
        left: -60%;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-box-shadow: 3px 0px 10px #f0eded;
        box-shadow: 3px 0px 10px #f0eded;
    }
}

nav .nav-list > li {
    position: relative;
    list-style: none;
    float: left;
    text-align: center;
    height: 53px;
}

@media (max-width: 1200px) {
    nav .nav-list > li {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    nav .nav-list > li {
        margin-bottom: 15px;
    }
}

nav .nav-list > li .active {
    color: #fff;
    background: #094fb7;
}

nav .nav-list > li a {
    color: #5a5c5f;
    display: inline-block;
    line-height: 32px;
    padding: 1px 15px;
    margin: 0 10px;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    nav .nav-list > li a {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}

nav .nav-list > li a:hover {
    color: #fff;
    background-color: #094fb7;
}

nav .nav-list > li .menu {
    min-width: 100px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 0px 0px #ccc;
    position: absolute;
    border-radius: 5px;
    white-space: nowrap;
    left: 6px;
    height: 0;
    overflow: hidden;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 10;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    nav .nav-list > li .menu {
        position: relative;
        width: 100%;
        text-align: center;
        border-radius: 0;
        -webkit-box-shadow: 0 -1px 7px #ccc inset;
        box-shadow: 0 -1px 7px #ccc inset;
    }
}

nav .nav-list > li .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

nav .nav-list > li:hover .menu {
    height: auto;
}

nav .nav-menu {
    display: none;
    z-index: 999;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 1200px) {
    nav .nav-menu {
        display: block;
        float: right;
        padding: 8px 5px;
        position: relative;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 15px;
    }

    nav .nav-menu span {
        height: 2px;
        width: 25px;
        display: block;
        background: #CCC;
        border-radius: 10px;
    }

    nav .nav-menu span + span {
        margin-top: 6px;
    }
}

nav .open {
    left: 0%;
    overflow: auto;
}

.searMain {
    position: absolute;
    padding: 20px;
    background: #e1e1e1;
    border-top: none;
    left: -420px;
    top: 65px;
    z-index: 999;
    display: none;
}

.searMain::before, .searMain::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 25px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.searMain form {
    width: 425px;
    background: #fff;
    height: 35px;
    line-height: 35px;
}

.searMain .sear_text {
    width: 375px;
    float: left;
    height: 35px;
    line-height: 35px;
    float: left;
    color: #666;
    padding-left: 10px;
    background: none;
}

.searMain .sear_btn {
    float: left;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.telMain {
    position: absolute;
    width: 180px;
    padding: 10px;
    height: 50px;
    background: #d90000;
    border-top: none;
    left: -180px;
    top: 65px;
    z-index: 999;
}

.telMain p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding-left: 35px;
}

.telMain p span {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.telMain::before, .telMain::after {
    content: "";
    position: absolute;
    top: -15px;
    right: 0px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #d90000;
}

.banner {
    width: 100%;
    height: 690px;
    position: relative;
}

.banner .bd {
    width: 1920px;
    height: 690px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner .bd li {
    height: 980px;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    height: 16px;
    bottom: 20px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.banner .hd ul li.on {
    background: #ff9600;
}

.banner .prev,.banner .next {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    opacity: 0.8;
}

.banner .prev {
    left: 5%;
}

.banner .next {
    right: 5%;
}

.banner .prev:hover,.banner .nex:hover {
    opacity: 1;
}

.home-item {
    height: 800px;
    background-size: cover;
}

.home-itemMian {
    overflow: hidden;
}

.home-itemMian ul {
    width: 1250px;
}

.home-item li {
    width: 198px;
    height: 800px;
    border-left: 1px solid #96948f;
    border-right: 1px solid #96948f;
    margin-right: -1px;
    text-align: center;
    float: left;
    color: #fff;
    position: relative;
    transition: all .5s;
}

.home-item li span {
    width: 46px;
    font-size: 46px;
    padding-bottom: 75px;
    position: absolute;
    bottom: 20px;
    left: 60px;
    transition: all .5s;
}

.home-item li i {
    display: block;
    width: 2px;
    position: absolute;
    bottom: 40px;
    right: 60px;
    transition: all .5s;
    word-wrap: break-word;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
}

.home-item .item1 i {
    height: 176px;
}

.home-item li:hover {
}

.home-item li:hover span {
    transform: translateY(-90px);
}

.home-item li:hover i {
    transform: translateY(-90px);
}

.home-item li a {
    color: #fff;
}

.home-ys {
    height: 650px;
    padding-top: 70px;
}

.home-ysMain li {
    width: 298px;
    height: 490px;
    margin-right: 2px;
    float: left;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.home-ysMain li:hover {
    box-shadow: 0 0 2px 1px #fd9f1a;
}

.home-ysMain li h5 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.home-ysMain li h5 span {
    display: block;
    font-family: Arial;
    font-size: 16px;
    color: #373737;
    font-weight: normal;
}

.home-ysMain li p {
    padding: 0 40px;
    color: #989494;
    text-align: left;
}

.home-ysMain li i {
    display: block;
    width: 70px;
    height: 70px;
    margin: 100px auto 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.home-ysMain li:hover i {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.home-ysMain .ys1 i {
}

.home-ysMain .ys2 i {
}

.home-ysMain .ys3 i {
}

.home-ysMain .ys4 i {
}

.home-process {
    /* background: #f5f5f5; */
    padding: 50px 0;
    background: url(../img/home-process.png) no-repeat center top;
}

.home-processMain {
    padding-bottom: 60px;
    position: relative;
}

.home-processMain:before {
    position: absolute;
    content: "";
    width: 349px;
    height: 248px;
    right: -349px;
    top: -248px;
}

.home-processMain li {
    width: 194px;
    height: 134px;
    text-align: center;
    border: 2px solid #919191;
    float: left;
    margin-right: 52px;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.home-processMain li:hover {
    border-color: #ff9702;
}

.home-processMain .lc5 {
    margin-right: 0;
}

.home-processMain li i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 10px;
}

.home-processMain li span {
    display: block;
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
}

.home-processMain li strong {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}

.home-processMain li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 35px;
    background:no-repeat center center #f5f5f5 ;
    top: 50px;
    right: -22px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.home-processMain li:hover:after {
    background:no-repeat center center #f5f5f5 ;
    transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -o-transform: translateX(15px);
    -moz-transform: translateX(15px);
}

.home-processMain .lc5:after {
    background: none;
}

.home-processMain .lc5:hover:after {
    background: none;
}

.home-processMain .lc2 i {
    background-position: -40px 0 ;
}

.home-processMain .lc3 i {
    background-position: -80px 0 ;
}

.home-processMain .lc4 i {
    background-position: -120px 0 ;
}

.home-processMain .lc5 i {
    background-position: -160px 0 ;
}

.home-about {
    background: #fff;
}

.home-aboutPic {
    width: 721px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.home-aboutPic li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.home-aboutPic li img {
    width: 100%;
    height: 100%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.home-aboutPic li:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.home-aboutPic li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
}

.home-aboutTxt {
    width: 419px;
    height: 350px;
    padding: 20px 30px;
    background: no-repeat 280px 60px;
}

.home-aboutTxt h4 {
    font-size: 24px;
    color: #0737e3;
    margin-bottom: 40px;
}

.home-aboutTxt h4 em {
    display: block;
    color: #7a7a7a;
    font-size: 30px;
    font-weight: 200;
}

.home-aboutTxt p {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 26px;
    margin: 23px 10px 10px 10px;
    text-indent: 30px;
}

.home-aboutTxt a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background: #ffbb38;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.home-aboutTxt a:hover {
    background: #faa502;
    color: #fff;
}

.home-aboutPic .hd {
    width: 100%;
    position: absolute;
    z-index: 555;
    left: 0;
    height: 16px;
    bottom: 15px;
    text-align: center;
}

.home-aboutPic .hd ul {
    text-align: right;
}

.home-aboutPic .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
}

.home-aboutPic .hd li.on {
    background: #fff;
}

.home-honor {
    padding-top: 10px;
    position: relative;
    height: 132px;
}

.home-honor:after {
    position: absolute;
    content: "";
    width: 448px;
    height: 322px;
    background: no-repeat center center;
    left: -448px;
    bottom: -200px;
}

.home-honor ul {
    width: 1220px;
}

.home-honor li {
    width: 295px;
    height: 130px;
    /* border: 1px solid #e1e1e1; */
    /* background: #fff; */
    float: left;
    margin-right: 10px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.home-honor li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-honor li:hover {
    /*box-shadow: 0 0 5px 2px #e1dfde;*/
    box-shadow: 0 0 5px 1px #0536e8b3;
    border-color: #0536e8b3;
}

.home-honor li h5 {
    font-size: 18px;
    font-weight: normal;
    color: #0738ec;
    margin: 37px 0 5px 79px;
    font-weight: bold;
    border-bottom: 2px solid #0738ec;
    padding-bottom: 5px;
    width: 74px;
}

.home-honor li h5 span {
    font-style: italic;
    font-size: 18px;
    color: #b4b4b4;
}

.home-honor li p {
    margin: 0 -1px 0 83px;
    font-size: 12px;
    color: #a6a6a6;
}

.home-honor li:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../img/home-about-ico.png) no-repeat;
    left: 7px;
    top: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.home-honor li:nth-child(2):after {
    background-position: -70px 0;
}

.home-honor li:nth-child(3):after {
    background-position: -140px 0;
}

.home-honor li:hover:after {
    transform: translateY(-10px);
}

.home-news {
    padding: 50px 0;
    background: #fff;
}

.home-newsWrap {
    position: relative;
    height: 550px;
}

.home-newsMain ul {
    width: 1300px;
}

.home-newsMain li {
    float: left;
    width: 370px;
    margin-right: 40px;
    transition: all .6s;
    border-bottom: 1px solid #e1e1e0;
    position: relative;
}

.home-newsMain li:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #ffbb38;
    left: 50%;
    width: 0;
    bottom: -1px;
    transition: all .6s;
}

.home-newsMain li:hover:after {
    width: 100%;
    left: 0;
}

.home-newsMain li .txt {
    color: #a0a0a0;
    padding: 20px 0;
}

.home-newsMain li .txt h6 {
    color: #212121;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-newsMain li .txt h6:hover {
    color: #ffbb38;
}

.home-newsMain li .txt span {
    display: block;
    font-size: 12px;
    padding: 10px 0px 10px 20px;
    background:  no-repeat left center;
}

.home-newsMain li .txt p {
    font-size: 12px;
    color: #a0a0a0;
}

.home-newsMain li .pic {
    height: 260px;
    overflow: hidden;
}

.home-newsMain li .pic img {
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.home-newsMain li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9*/
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    /* Opera*/
    -moz-transform: scale(1.1);
    /* Firefox*/
}

.home-newsWrap:after {
    position: absolute;
    content: "";
    width: 353px;
    height: 509px;
    background: no-repeat center center;
    right: -353px;
    bottom: 0px;
}

.footer {
    background: #202020;
    padding: 50px 0;
    clear: both;
}

.footer a:hover {
    color: #fff;
}

.footNav {
    overflow: hidden;
    width: 900px;
}

.footNav dl {
    float: left;
}

.footNav dt {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
}
.footNav dt a{
    font-size: 16px;
    color: #ffffff;
}
.footNav dl {
    margin-right: 80px;
}

.footNav dd {
    font-size: 12px;
    margin-bottom: 10px;
}

.footNav dd a {
    color: #8a8a8a;
}

.footer .beian {
    font-size: 12px;
    color: #8a8a8a
}

.footer .beian a {
    color: #8a8a8a
}

.footer .beian a:hover {
    color: #fff;
}

.footEwm {
    width: 270px;
}

.footEwm .Ewm {
    color: #8f8f8f;
    width: 210px;
}

.footEwm p span {
    display: block;
    float: right;
    background:  no-repeat 0 center;
    height: 90px;
    line-height: 90px;
    text-indent: 30px;
}

.footEwm .Mes {
    font-size: 12px;
    color: #8f8f8f;
}

.footEwm .Mes a {
    color: #8f8f8f;
    font-size: 12px;
    border-right: 1px solid #8f8f8f;
    padding: 0 5px;
}

.footEwm .Mes a:hover {
    color: #fff;
}

/*pagebanner*/
.pageBanner {
    height: 410px;
    position: relative;
    /* overflow: hidden; */
}

.pageBanner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 410px;
}

.page-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.page-menu {
    line-height: 46px;
}

.page-menu a {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    position: relative;
}

.page-menu a:hover {
    color: #fff;
}

.page-menu a:after {
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    width: 0;
    background: #ffbb38;
    bottom: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.page-menu .current {
    position: relative;
    color: #fff;
}

.page-menu .current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background: #ff9600;
}

.page-menu a:hover:after {
    width: 100%;
    left: 0;
}

.page-crumbs {
    line-height: 46px;
}

.page-crumbs a {
    color: #fff;
}

.page-crumbs a:hover {
    color: #fff;
}

.pageMain {
    padding: 60px 0;
}

.page-aboutTxt {
    width: 100%;
}

.page-aboutTxt h6 {
    font-size: 30px;
    color: #191919;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: normal;
}

.page-aboutTxt h6 span {
    color: #dddddd;
    font-size: 30px;
    font-style: italic;
}

.page-aboutTxt p {
    margin-bottom: 60px;
}

.page-aboutBot img {
    float: left;
}

.page-aboutBot .pic1 {
    margin-right: 25px;
}

.page-aboutBot .pic2 {
    margin-right: 25px;
}

.page-aboutBot .pic4 {
    margin-bottom: 25px;
}

.product-list ul {
    width: 1250px;
}

.product-list li {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #0536e8;
    border-radius: 5px;
}

.product-list li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
}

.product-list li:hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    /*	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0);*/
}

.product-list li .pic img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

/*.product-list li:hover .pic img {opacity: .9;}*/
/*.product-list li:hover .pic img{transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);-moz-transform: scale(1.1);}*/
.product-list li .txt {
    padding: 20px;
    background: #eeeeee;
    transition: all .3s;
    -webkit-transition: all .3s;
    /* height: 55px;*/
    overflow: hidden;
}

.product-list li .txt h6 {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: normal;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    font-weight: 600;
}

.product-list li .txt p {
    font-size: 12px;
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.product-list li:hover .txt{color:#fff;background: #222222;}*/
.product-list li:hover .txt h6 {
    color: #0536e8;
}

/*.product-list li:hover .txt p{color: #fff;}*/
/*.product-list li:hover .txt h6:before{background: url(../images/see2.png) no-repeat center center;}*/
.product-list li:hover .txt h6:before {
    background: no-repeat center center;
}

.case-list ul {
    width: 1250px;
}

.case-list li {
    width: 360px;
    padding: 10px;
    float: left;
    margin-right: 27px;
    margin-bottom: 27px;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0 0 2px 1px #dadada;
    overflow: hidden;
}

.case-list li .pic {
    height: 260px;
    overflow: hidden;
}

.case-list li .pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.case-list li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.case-list li .txt h6 {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: normal;
    margin: 15px 0;
}

.case-list li .txt p {
    font-size: 12px;
    color: #5b5b5b;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
}

.case-list li .more {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    background:  no-repeat left center;
    font-size: 12px;
    color: #848484;
}

.news-list li {
    height: 260px;
    background: #e7e7e7;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-list li .pic {
    width: 370px;
    height: 260px;
    margin-right: 100px;
}

.news-list li .pic img {
    width: 100%;
    height: 100%;
}

.news-list li .bk {
    width: 290px;
    padding-right: 30px;
}

.news-list li .bk span {
    display: block;
    font-size: 14px;
    color: #333333;
}

.news-list li .bk .more {
    width: 130px;
    height: 20px;
    background:  no-repeat #4a4a4a 110px center;
    color: #fff;
    line-height: 20px;
    text-indent: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.news-list li .bk .more:hover {
    background:  no-repeat #ffbb38 110px center;
    color: #fff;
}

.news-list li .bk .time {
    margin: 60px 0 20px;
}

.news-list li .bk .tit {
    margin-bottom: 30px;
}

.news-list li .txt {
    width: 350px;
    padding: 70px 50px 0 0;
    font-size: 12px;
    color: #333333;
}

.case-detail {
    background: #fff;
    box-shadow: 0 0 2px 1px #dadada;
    padding: 70px;
    width: 1060px;
    margin: 0 auto;
    min-height: 500px;
}

.case-detail h6 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 25px;
}

.case-detailTit {
    border-bottom: 1px dashed #dadada;
    padding-bottom: 20px;
}

.case-detailTit .share a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background:  no-repeat;
}

.case-detailTit .share .s2 {
    background-position: -37px 0;
}

.case-detailTit .share .s3 {
    background-position: -73px 0;
}

.case-detailTit .share .s4 {
    background-position: -110px 0;
}

.pageProbg {
    background: #fff;
    padding: 70px;
    width: 1060px;
    margin: 0 auto;
    box-shadow: 0 0 2px 1px #dadada;
}

.prodPic {
    width: 560px;
}

.prodPic .big {
    width: 435px;
    height: 398px;
    position: relative;
    z-index: 1;
    float: right;
    border: 1px solid #e3e3e3;
}

.prodPic .big a {
    width: 435px;
    height: 398px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.prodPic .big a img {
    vertical-align: middle;
    max-width: 435px;
    max-height: 398px;
}

.prodPic .big a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    cursor: move;
    z-index: 1;
}

.prodPic .list {
    width: 112px;
    height: 400px;
    overflow: hidden;
    position: relative;
    float: left;
}

.prodPic .list a.prev,.prodPic .list a.next {
    display: block;
    width: 107px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
}

.prodPic .list a.next {
    top: auto;
    bottom: 0;
    background-position: 0 -50px;
}

.prodPic .list a.prev:hover {
    background-position: 0 -25px;
}

.prodPic .list a.next:hover {
    background-position: 0 -75px;
}

.prodPic .list .thumb {
    position: relative;
    width: 112px;
    height: 334px;
    overflow: hidden;
    top: 33px;
}

.prodPic .list .thumb ul {
    position: absolute;
    height: 99999px;
}

.prodPic .list .thumb ul li {
    background: none;
    float: left;
    width: 107px;
    height: 85px;
    position: relative;
}

.prodPic .list .thumb ul li a {
    display: block;
    width: 103px;
    height: 75px;
    border: 2px solid #e3e3e3;
    text-align: center;
    background: #fff
}

.prodPic .list .thumb ul li img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.prodPic .list .thumb ul li a em {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 35px;
}

.prodPic .list .thumb ul li a.selected {
    border-color: #ffbb38;
}

.prodPic .list .thumb ul li a.selected em {
    background: url(http://www.tlwjm.com/images/jt.png) no-repeat
}

.prodTitle {
    width: 450px;
    overflow: hidden;
}

.prodTitle h2 {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #e3e3e3;
    margin-bottom: 15px;
}

.prodTitle .txt {
    line-height: 25px;
    height: 228px;
    overflow: hidden;
}

.prodTitle .txt span {
    color: #333;
}

.prodTitle .fenx {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #e3e3e3;
    overflow: hidden;
}

.prodTitle .tel {
    background: url(http://www.tlwjm.com/images/p_icon.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 15px;
    color: #ffbb38;
    height: 50px;
    line-height: 22px;
}

.prodTitle .tel span {
    display: block;
    font-size: 24px;
    font-family: arial;
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.gr-tab-list .hd {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dadada
}

.gr-tab-list .hd li {
    padding: 0 30px;
    float: left;
    text-align: center;
    background: #dadada;
    margin-right: 5px;
    cursor: pointer;
}

.gr-tab-list .hd li.on {
    background: #ffbb38;
    color: #fff;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.newsShow h2 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
    position: relative;
}

.newsShow h3 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    font-weight: 400;
}

.newsShow h3 span {
    margin: 8px 8px 0 8px;
    color: #999;
    text-decoration: none;
}

.newsShowBox {
    padding-top: 25px;
    line-height: 26px;
    padding-bottom: 10px;
    min-height: 500px;
}

.fenyList {
    height: 35px;
    background: #fff;
    padding: 0 10px;
    margin-top: 15px;
}

.prew {
    background: url(http://www.tlwjm.com/images/pre_info.gif) no-repeat left center;
    float: left;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 15px;
    text-align: left;
    width: 46%;
}

.nextw {
    background: url(http://www.tlwjm.com/images/next_info.gif) no-repeat right center;
    float: right;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-right: 15px;
    text-align: right;
    width: 46%;
}

.recNews {
    overflow: hidden;
}

.recNews ul {
    width: 1250px;
    padding-top: 10px;
}

.recNews ul li {
    float: left;
    margin-right: 218px;
    width: 380px;
    height: 28px;
    line-height: 28px;
    ;}

.recNews ul li a {
    display: block;
    width: 240px;
    line-height: 28px;
    background: url(http://www.tlwjm.com/images/icong.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.recNews ul li a:hover {
    background: url(http://www.tlwjm.com/images/iconh.png) no-repeat left center;
}

.recNews ul li span {
    float: right;
    color: #999;
}

.recTitle {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    background: url(http://www.tlwjm.com/images/page_line.jpg) no-repeat 10px 10px #f1f1f1;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.pagebar {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.pagebar a:hover {
    color: #ff9600;
}

.pagebar span a {
    color: #333;
}

.page-status {
    border-radius: 2px 0 0 2px;
}

.page-last {
    border-radius: 0 2px 2px 0;
}

.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status {
    display: inline-block;
    margin: 0 -1px 5px 0;
    padding: 0 15px;
    height: 28px;
    border: 1px solid #e2e2e2;
    color: #333;
    vertical-align: middle;
    font-size: 12px;
    line-height: 28px;
}

.page-status {
    display: none;
}

.page-num-current {
    background-color: #ff9600;
    color: #fff !important;
}

a.page-num-current:hover {
    color: #fff;
}

.pro_r_li {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.about_li li:hover {
    box-shadow: none !important;
    transform: none !important;
}

.about_li ul li {
    width: 240px;
    padding-bottom: 20px;
}

.pro_r_li ul {
    width: 1250px;
}

.pro_r_li ul li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.pro_r_li ul li {
    width: 380px;
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 30px;
    line-height: 40px;
}

.pro_r_li ul li a:hover {
    color: #D90000
}

#lightgallery li img {
    width: 400px;
    height: 400px;
}

.index_about_cen_two div {
    color: #d0d0d0;
}

.index_about_cen_two div p ~ p {
    margin-top: 8px;
}

.com-category {
    position: relative;
    height: 44px;
    line-height: 44px;
    float: left;
}

.com-category .cate-item {
    position: relative;
    display: inline-block;
}

.com-category .cate-item a {
    padding: 0 15px;
}

.com-category .cate-item .subcate-list {
    left: 0;
    position: absolute;
    bottom: -48px;
    z-index: 99;
    width: 1000px;
    text-align: left;
    line-height: 50px;
    display: none;
}

.com-category .cate-item:hover .subcate-list, .com-category .cate-item.on .subcate-list {
    display: block;
}

.com-category .cate-item .subcate-list a {
    display: inline-block;
    margin-left: 5px;
}

.com-category .cate-item>a {
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.subcate-list .on>a {
}

.com-category .cate-item.on>a {
    color: #fff;
    border-bottom: 2px solid #ffbb38;
}

.com-category .cate-item>a {
    color: #fff;
}

.com-category .cate-item .subcate-list a {
    color: #777;
}

.com-category .cate-item .subcate-list a.on {
    color: #000;
}

.back {
    position: absolute;
    bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #0075C5;
}

.section {
    text-align: center;
    font: 14px "Microsoft Yahei";
    color: #fff;
}

.zs-bg {
    width: 100%;
    background: url(http://www.tlwjm.com/images/bg.png) repeat;
}

.zs-bg .header {
    background: url(http://www.tlwjm.com/images/bg.png) repeat;
}

.section h3 {
    text-indent: -9999px;
    display: inline-block;
}

.zhaoshang .zs-banner {
    width: 100%;
    height: 773px;
    background: url(http://www.tlwjm.com/images/zs-banner.jpg) no-repeat center;
    text-align: center;
}

.jihui1 {
    text-align: center;
}

.jihui1 .jh-tit {
    margin-top: 20px;
    width: 100%;
    height: 344px;
    background: url(http://www.tlwjm.com/images/tit-b2g.png) no-repeat center;
    color: #ff4927;
}

.jihui1 .jh-tit h3 {
    width: 415px;
    height: 127px;
    background: url(http://www.tlwjm.com/images/t1.png) no-repeat center top;
}

.jihui1 .jh-tit .p1 {
    font-size: 36px;
}

.jihui1 .jh-tit .p2 {
    font-size: 24px;
    display: inline-block;
    width: 507px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #ff4927;
    margin: 20px 0;
}

.jihui1 .jh-tit .p3 {
    font-size: 30px;
}

.jihui1 .egg {
    margin-top: 20px;
    display: inline-block;
    width: 316px;
    height: 213px;
    background: url(http://www.tlwjm.com/images/egg.png) no-repeat;
}

.jihui2 ul {
    padding-top: 60px;
    width: 630px;
    /*height: 530px;*/
    padding-left: 18px;
    background: url(http://www.tlwjm.com/images/tit-ll.png) no-repeat left 70px;
}

.jihui2 ul li {
    margin-left: 106px;
    margin-bottom: 28px;
}

.jihui2 ul li .tit {
    width: 164px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #210b04;
    background: url(http://www.tlwjm.com/images/tit-bg.png) no-repeat center;
}

.jihui2 ul li.last .tit {
    width: 313px;
    background: url(http://www.tlwjm.com/images/tit-bg-last.png) no-repeat center;
}

.jihui2 ul li p {
    padding-top: 18px;
    font-size: 16px;
    color: #ef4f31;
    text-align: left;
    line-height: 25px;
}

.jihui2 .right {
    margin-top: 70px;
    width: 499px;
    height: 464px;
    overflow: hidden;
}

.youshi h3 {
    display: inline-block;
    width: 626px;
    height: 56px;
    background: url(http://www.tlwjm.com/images/t2.png) no-repeat center;
}

.youshi .p1 {
    margin-bottom: 35px;
    font-size: 24px;
    color: #ff4925;
}

.youshi .left .ys-l {
    width: 616px;
}

.youshi .right .ys-l {
    width: 562px;
}

.youshi .ys-l {
    text-align: left;
}

.youshi .ys-list.one .ys-l {
    margin-top: 10px;
}

.youshi .ys-list.two .ys-l {
    margin-top: 40px;
}

.youshi .ys-list.three .ys-l {
    margin-top: 50px;
}

.youshi .ys-list.three .pic {
    position: relative;
    top: 20px;
}

.youshi .ys-list.four .ys-l {
    margin-top: 80px;
}

.youshi .ys-l h4 {
    font-size: 48px;
    color: #210b04;
    display: inline-block;
    width: 179px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: normal;
    background: url(http://www.tlwjm.com/images/tit-bg2.png) no-repeat center;
}

.youshi .ys-l .p-t {
    /*display: inline-block;*/
    /*width: 100%;*/
    padding: 10px 0;
    font-size: 24px;
    color: #ff4c34;
}

.youshi .ys-l .p-c {
    font-size: 16px;
    color: #AFA5A3;
    line-height: 25px;
}

.youshi .pic {
    width: 562px;
}

.section6 {
    width: 100%;
    background: #2B0C04;
}

.jmys h3 {
    width: 630px;
    height: 55px;
    background: url(http://www.tlwjm.com/images/t3.png) no-repeat center;
}

.jmys-show {
    margin-top: 35px;
    width: 100%;
    height: 374px;
    background: url(http://www.tlwjm.com/images/jmys.png) no-repeat center;
}

.jmdm h3 {
    width: 223px;
    height: 43px;
    background: url(http://www.tlwjm.com/images/t4.png) no-repeat center;
}

.jmdm-show {
    margin-top: 35px;
}

.jmdm-show .left {
    width: 499px;
    height: 388px;
    overflow: hidden;
}

.jmdm-show ul {
    width: 701px;
}

.jmdm-show ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 340px;
    height: 189px;
    overflow: hidden;
}

.jmlc h3 {
    width: 152px;
    height: 43px;
    background: url(http://www.tlwjm.com/images/t5.png) no-repeat center;
}

.jmlc-show {
    margin-top: 35px;
    width: 100%;
    height: 333px;
    background: url(http://www.tlwjm.com/images/jmlc.png) no-repeat center ;
}

.ijoin h3 {
    width: 151px;
    height: 43px;
    background: url(http://www.tlwjm.com/images/t6.png) no-repeat center;
}

.ijoin-show {
    margin-top: 35px;
    width: 100%;
    height: 403px;
    background: #2B0C04;
}

.ijoin-show .left {
    width: 726px;
    height: 403px;
}

.ijoin-show .right {
    padding: 35px 0 55px;
    width: 419px;
}

.ijoin-show .right li {
    margin-bottom: 21px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    position: relative;
    list-style: none;
}

.ijoin-show .right li label {
    font-size: 18px;
    color: #ef4f31;
    float: left;
}

.ijoin-show .right li .input_out {
    width: 272px;
    height: 38px;
    border: 1px solid #5A1D0E;
    border-radius: 19px;
    background: #2B0C04;
    text-indent: 20px;
    color: #FCE3D3;
}

.ijoin-show .right li .input_out:focus {
    outline: none;
    background: #310D04;
    color: #fff;
}

.ijoin-show .right li .f_submit {
    margin-left: 68px;
    width: 179px;
    height: 41px;
    background: #EF5134;
    line-height: 41px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ijoin-show .right li .f_submit:hover {
    background: #7A1F00;
}

.ijoin-show .right li .f_submit:focus {
    outline: none;
}

span.error {
    color: #9A9A9A;
    left: 80px;
    position: absolute;
    display: inline;
    top: 31px;
    font-size: 12px;
    padding-top: 23px;
}

.section4,.section6,.section7,.section8,.section9 {
    padding-top: 75px;
}

.section6,.section9 {
    padding-bottom: 80px;
}

.youshi .p1 {
    margin-bottom: 55px;
    font-size: 24px;
    color: #ff4925;
}

.jmlc h3 {
    width: 100%;
}

.m-top-cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
    display: none;
}

.m-top-cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #B13507;
}

.m-top-go {
    transition: background-color ease .3s;
    margin-top: 1px;
}

.m-top-go:hover {
    background-color: #A53207;
}

.m-top-goicon {
    float: left;
    margin: 14px 0 0 9px;
    width: 23px;
    height: 12px;
    background: url('http://www.tlwjm.com/images/side-icon02.png');
}

.m-top-weixin {
    background: #333;
}

.m-top-weixin div {
    background: url('http://www.tlwjm.com/images/weixin.png');
    width: 194px;
    height: 199px;
    position: absolute;
    left: -194px;
    top: -115px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none\0;
    *display: none;
}

.m-top-weixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.m-top-weixin-icon {
    float: left;
    margin: 12px 0 0 11px;
    width: 18px;
    height: 18px;
    background: url('http://www.tlwjm.com/images/side-icon01.png');
}

.kefuBox {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 1000;
    width: auto;
    _position: absolute;
    _top: expression(documentElement.scrollTop +45);
}

.kefuBox .kefuLeft {
    float: left;
    overflow: hidden;
    width: 30px;
    height: 157px;
    cursor: pointer;
    background: url(http://www.tlwjm.com/images/kefu_l.png) no-repeat
}

.kefuBox .kefuRight {
    display: block;
    float: left;
    overflow: hidden;
    width: 0;
}

.kefuBox .kefuTop {
    width: 154px;
    height: 46px;
    background: url(http://www.tlwjm.com/images/kefu_top.png) no-repeat;
}

.kefuBox .kefuClose {
    float: right;
    overflow: hidden;
    width: 154px;
    height: 46px;
    display: block;
    cursor: pointer;
}

.kefuBox .kefuBottom {
    width: 154px;
    height: 12px;
    background: url(http://www.tlwjm.com/images/kefu_bottom.png) no-repeat;
}

.kefuBox .kefuCont {
    width: 130px;
    padding: 0 12px;
    background: url(http://www.tlwjm.com/images/kefu_line.png) repeat-y;
    overflow: hidden;
}

.kefuBox .kefuCont ul {
    margin: 0;
    padding: 0;
}

.kefuBox .kefuCont ul li {
    width: 80px;
    line-height: 28px;
    overflow: hidden;
    height: 28px;
    padding-left: 40px;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.kefuBox .kefuCont ul li a {
    color: #333;
}

.kefuBox .kefuCont ul li a:hover {
    color: #000;
    text-decoration: none;
}

.kefuBox .kefuCont ul li.pic {
    width: 130px;
    height: 130px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.kefuBox .kefuCont ul li.qq {
    background: url(http://www.tlwjm.com/images/qq.png) no-repeat;
}

.kefuBox .kefuCont ul li.wang {
    background: url(http://www.tlwjm.com/images/wangwang.png) no-repeat
}

.kefuBox .kefuCont ul li.spk {
    background: url(http://www.tlwjm.com/images/skype.png) no-repeat
}

.kefuBox .kefuCont ul li.codeer {
    display: block;
    width: 130px;
    height: 193px;
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    font-size: 14px;
    margin-bottom: 0;
}

.kefuBox .kefuCont ul li.codeer p {
    display: block;
    height: 35px;
    line-height: 35px;
}

.kefuBox .kefuCont ul li.codeer span {
    display: block;
    width: 116px;
    height: 116px;
    padding: 7px;
    background: url(http://www.tlwjm.com/images/cobj.png) no-repeat;
}

.kefuBox .kefuCont ul li.codeer span img {
    width: 116px;
    height: 116px;
}

.hd-xin {
    height: 55px;
    width: 65px;
    line-height: 70px;
    overflow: hidden;
}

.hd-xin img {
    vertical-align: middle;
}

/*--------------------------------*/
@media (max-width: 1400px) {
    .header .hd-call {
        padding: 15px 70px 0 0;
    }
}

.com-width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after, .clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: '\20';
}

#tip-arrow-bottom,#tip-arrow-top,#trans-content,#tip-left,#tip-left-bottom,#tip-bottom,#tip-right-bottom,#tip-right,#tip-right-top,#tip-top,#tip-left-top {
    display: none;
}

.xia p {
    margin-bottom: 20px;
}

.info {
    padding: 31px 0 0 60px;
    width: 1200px;
    height: 320px;
    color: #666;
    font-size: 16px;
}

.info h5 {
    font-size: 18px;
    color: #333;
}

.info em {
    font-size: 36px;
    color: #e1411a;
}

.info p {
    line-height: 30px;
}

.map {
    width: 100%;
    height: 351px;
    overflow: hidden;
}

.dema {
    width: 1200px;
    line-height: 30px;
    clear: both;
    padding-top: 15px;
    color: #8a8a8a;
}

.dema a {
    color: #8a8a8a;
}

.pageBanner2 {
    height: 646px;
    position: relative;
    overflow: hidden;
    left: 50%;
    margin-left: -960px;
}

.page-custom {
    padding: 70px 0;
}

.page-custom .page-topic {
    font-size: 44px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

.page-custom .page-topic span {
    font-size: 24px;
    color: #d3d3d3;
    font-family: Arial;
    text-transform: uppercase;
    display: block;
    background: #f3f3f3;
    position: relative;
}

.page-custom .page-topic span:before,.page-custom .page-topic span:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 1px;
    background: #cecece;
    top: 15px;
}

.page-custom .page-topic span:before {
    left: 25%;
}

.page-custom .page-topic span:after {
    right: 25%;
}

.page-custom>p {
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 26px;
    margin: 40px 0 70px 0;
}

.page-customMain {
    overflow: hidden;
}

.page-customMain ul {
    width: 1220px;
}

.page-customMain li {
    width: 398px;
    height: 398px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: -1px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.page-customMain li:hover {
    box-shadow: inset 0 0 25px 10px #e3e3e3;
}

.page-customMain li i {
    display: block;
    width: 85px;
    height: 85px;
    margin: 100px auto 60px;
    background: url(http://www.tlwjm.com/images/page-merr-ico.png) no-repeat 0 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.page-customMain li:hover i {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.page-customMain li h6 {
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: normal;
}

.page-customMain li h6 span {
    font-size: 14px;
    color: #535353;
    margin-top: 10px;
    display: block;
}

.page-customMain .li1,.page-customMain .li2,.page-customMain .li3 {
    margin-bottom: -1px;
}

.page-customMain .li2 i {
    background-position: -85px 0;
}

.page-customMain .li3 i {
    background-position: -170px 0;
}

.page-customMain .li4 i {
    background-position: -255px 0;
}

.page-customMain .li5 i {
    background-position: -340px 0;
}

.page-customMain .li6 i {
    background-position: -425px 0;
}

.guest_box {
    width: 920px;
    margin: 0 auto;
    padding-bottom: 50px;
}

li.error {
    position: relative;
}

.guest_box li {
    width: 433px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    float: left;
    margin-bottom: 20px;
}

.guest_box li .input {
    border: 1px solid #ddd;
    width: 410px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #666;
    background: #fff;
}

span.error {
    position: absolute;
    top: 72px;
    left: 0;
    color: #ff0000;
    font-size: 12px;
}

.guest_box li:last-child {
    width: 100%;
}

.guest_box li .textarea {
    width: 900px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666;
    line-height: 20px;
}

textarea {
    overflow: auto;
}

.guest_box .submit {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    background: #E12B1F;
    border: none;
    display: block;
    color: #fff;
    font-size: 18px;
    /*border-radius: 5px;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.guest_box .submit:hover {
    background: #333;
}

.guest_box li:nth-child(2n) {
    float: right;
}

.list-cont {
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    color: #;
}

.liuyan-main {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.liuyan-main span.error {
    padding-top: 0!important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color: #555;
}

.kc-home-goods {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 35px;
    margin-top: 35px;
}

.kc-home-goods h2 {
    width: 100%;
    line-height: 22px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
}

.home-goods-more {
    float: right;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.home-goods-more a {
    color: #000;
    font-weight: 500;
}

.boxbd {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.boxbd>p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-top: 245px;
    width: 692px;
    text-align: justify;
}

.boxbd>a {
    display: block;
    width: 190px;
    height: 59px;
    line-height: 58px;
    background: #E62129;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 48px;
}

.boxbd>a:hover {
    background: #FF3F46;
}

.boxbd>a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    background: url(http://www.tlwjm.com/css/images/lvi1.png) no-repeat;
    margin: 21px 0 0 7px;
}

.live1 {
    height: 825px;
    background: url(../img/live1.jpg) no-repeat center top;
}

.boxbd .boxbd_text {
    text-align: center;
    margin-top: 62px;
}

.boxbd_text span {
    font-size: 31px;
    /* font-weight: bold; */
    color: #fffdfd;
    line-height: 38px;
    font-weight: 700;
}

.boxbd_text span:nth-child(2) {
    color: #D90A15;
}

.boxbd_text p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-top: 12px;
}

.boxbd .sowing {
    margin-top: 121px;
}

.boxbd .sowing {
    margin-top: 27px;
}

.sowing p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    color: #0536e8;
    line-height: 22px;
    margin-top: 24px;
    width: 100%;
    text-align: center;
}

.sowing p:nth-child(2) {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-top: 10px;
}

.sowing p:nth-child(3) {
    width: 14px;
    height: 3px;
    background: #E6232B;
    margin-top: 20px;
}

.sowing .wing {
    margin-top: 220px;
}

.wing .wing_item {
    float: left;
    width: 247px;
    height: 249px;
    /* background: rgb(255 255 255); */
    margin-right: 8px;
    padding: 29px 21px 36px 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
}

.wing .wing_item:hover {
    /*box-shadow: 0 0 5px 2px #e1dfde;*/
    box-shadow: 0 0 5px 1px #0536e8b3;
    border-color: #0536e8b3;
}

.wing_item2 {
    width: 60px;
    height: 30px;
    background-color: #0536e8;
    margin-top: 74px;
    border-radius: 100px 100px 0 0;
    text-align: center;
    margin: 97px auto 0px 94px;
}

.wing .wing_item:last-child {
    margin-right: 0;
}

.wing_item i {
    display: block;
    width: 34px;
    height: 34px;
    background: url('http://www.tlwjm.com/images/Frame1.png') no-repeat;
    background-size: cover;
}

.wing_item p:nth-child(2) {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    color: #999999;
    line-height: 30px;
    margin-top: 30px;
}

.wing_item p:nth-child(3) {
    width: 269px;
    font-size: 14px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    color: #999999;
    line-height: 22px;
}

i[class^="icon-"] {
    display: inline-block;
}

.wing_item:nth-child(2) i {
    background: url('http://www.tlwjm.com/images/Frame2.png') no-repeat;
}

.wing_item:nth-child(3) i {
    background: url('http://www.tlwjm.com/images/Frame3.png') no-repeat;
}

.wing_item:nth-child(4) i {
    background: url('http://www.tlwjm.com/images/Frame4.png') no-repeat;
}

.boxbd .sowing .txt {
    font-size: 16px;
    font-weight: 400;
    /* background: rgba(0, 0, 0, 0); */
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.case_box {
    background: url(http://www.tlwjm.com/images/case_bg.jpg) no-repeat center top;
    height: 934px;
}

.case_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 31px;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.case_box .category ul {
    padding-left: 50px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}

.case_box .category ul li {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
}

.case_box .category ul li.active {
    color: #fff;
    background: #0536e8;
}

.case_box .content {
    padding-left: 50px;
}

.case_box .content .cont {
    height: 650px;
    display: none;
}

.case_box .content .cont.active {
    display: block;
}

.case_box .content .cont img.bg {
    position: absolute;
    right: 0;
    top: 0;
}

.case_box .content .cont .info {
    position: absolute;
    width: 520px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 60px;
    padding: 0 40px 0;
    border-radius: 10px;
}

.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}

.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.case_box .content .cont .info .title h4 {
    float: left;
    padding-top: 30px;
    font-size: 24px;
    color: #081232;
}

.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    color: #828b9f;
}

.i-process .list {
    background: #fff url("../img/line.png") no-repeat center ;
    margin: 0 auto;
    width: 1200px;
    height: 333px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow, .cooperation {
    background-color: #fff;
}

.flow {
    height: 685px;
    text-align: center;
}

.fp-tableCell {
}

.title-text {
    color: #030303;
    font-weight: 700;
    font-size: 31px;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

.title-description {
    margin-top: 40px;
    color: #b0b0b0;
}

.title-description {
    margin-top: 30px;
}

.inner-item {
    margin: 0 auto;
    position: relative;
}

.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btn {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
}

.i-process .btn.cur {
    color: #0434d5;
}

.i-process .btn:nth-child(1) {
    left: 4px;
    top: 188px;
}

.i-process .btn:nth-child(2) {
    left: 98px;
    top: 76px;
}

.i-process .btn:nth-child(3) {
    left: 243px;
    top: 124px;
}

.i-process .btn:nth-child(4) {
    left: 386px;
    top: 62px;
}

.i-process .btn:nth-child(5) {
    left: 544px;
    top: 72px;
}

.i-process .btn:nth-child(6) {
    left: 676px;
    top: 8px;
}

.i-process .btn:nth-child(7) {
    left: 828px;
    top: 131px;
}

.i-process .btn:nth-child(8) {
    left: 961px;
    top: 87px;
}

.i-process .btn:nth-child(9) {
    left: 1114px;
    top: 111px;
}

.i-process .btn .light {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 12px 29px;
}

.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #0434d5;
    opacity: 0.3;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px 0;
}

.i-process .btn.cur .circle {
    background: #0434d5;
}

.i-process .btn .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url(../img/bg_sign06.png) no-repeat;
}

.i-process .btn.cur .circle:after {
    background-position: 0 -68px;
}

.i-process .btn:nth-child(2) .circle:after {
    background-image: url(../img/bg_sign07.png);
}

.i-process .btn:nth-child(3) .circle:after {
    background-image: url(../img/bg_sign08.png);
}

.i-process .btn:nth-child(4) .circle:after {
    background-image: url(../img/bg_sign09.png);
}

.i-process .btn:nth-child(5) .circle:after {
    background-image: url(../img/bg_sign10.png);
}

.i-process .btn:nth-child(6) .circle:after {
    background-image: url(../img/bg_sign11.png);
}

.i-process .btn:nth-child(7) .circle:after {
    background-image: url(../img/bg_sign12.png);
}

.i-process .btn:nth-child(8) .circle:after {
    background-image: url(../img/bg_sign13.png);
}

.i-process .btn:nth-child(9) .circle:after {
    background-image: url(../img/bg_sign11.png);
}

.i-process {
    /* height: 350px; */
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

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

.clearfix {
    *zoom:1;}

.o-m {
    width: 1200px;
    margin: 20px auto;
    margin-bottom: 110px;
}

.o-m .ul-o {
    float: left;
    width: 320px;
    position: relative;
    background: #e7e7e7;
}

.o-m .ul-o li {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.o-m .ul-o span {
    width: 62px;
    height: 68px;
    float: left;
    display: block;
    border-bottom: 1px solid #ffffff;
    background: url(http://www.tlwjm.com/css/img/n-qyjz-1.png) no-repeat;
    background-position: -272px 20px;
}

.o-m .ul-o .li-t span {
    background-position: -272px -50px;
}

.o-m .ul-o .li-s span {
    background-position: -272px -120px;
}

.o-m .ul-o .li-f span {
    background-position: -272px -190px;
}

.o-m .ul-o .li-w span {
    background-position: -272px -257px;
}

.o-m .ul-o .li-l span {
    background-position: -272px -323px;
}

.o-m .ul-o li p {
    float: left;
    line-height: 68px;
    color: #000000;
    font-size: 16px;
    width: 258px;
    border-bottom: 1px solid #ffffff;
}

.o-m .ul-o li b {
    position: absolute;
    display: block;
    width: 15px;
    height: 32px;
    background: url(http://www.tlwjm.com/img/n-qyjz-38.png) no-repeat;
    top: 50%;
    margin-top: -16px;
    right: -15px;
    display: none
}

.o-m .ul-o .li-mask {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 68px;
    /* background: url(../img/n-qyjz-52.png) no-repeat; */
}

.o-m .ul-o li.on b {
    display: block;
}

.o-m .ul-t {
    background: #f8f8f8;
    width: 880px;
    float: left;
    height: 414px;
}

.o-m .ul-t li {
    list-style-type: none;
    position: relative;
    height: 100%;
    display: none;
}

.o-m .ul-t .li-top {
    padding: 25px 0 0 50px;
}

.o-m .ul-t h5 {
    color: #030303;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
}

.o-m .ul-t p {
    color: #030303;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px
}

.o-m .ul-t .li-a a {
    color: #2b91b8;
    font-size: 14px;
    margin-right: 30px;
    cursor: default;
    line-height: 22px;
}

.o-m .ul-t .li-a span {
    color: #999;
    font-size: 14px
}

.o-m .ul-t .li-img {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
