﻿html {
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

* {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif, "宋体";
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    color: #5c5c56;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


    * {
        font-size: 14px;
        line-height: 26px;
    }

    html {
        height: 100%;
    }

    body {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

/*body::-webkit-scrollbar {
    width: 0;
}*/

a:link {
    text-decoration: none;
}

a:visited {
    color: #737373;
    text-decoration: none; 
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #737373;
    text-decoration: none;
}

img {
    object-fit: cover;
    /*image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;*/
    max-width:100%;
}

ul {
    list-style: none;
}

.banner {
    width: 100%;
    height: 350px;
}

    .banner img {
        height: 350px;
        width: 100%;
    }


.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.main-canvas {
    width: 1200px;
    margin: 0 auto;
}

.main-middle {
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width:800px) {
    .banner {
        height: 200px;
    }

        .banner img {
            height: 200px;
        }
}


.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #eee;
}

.in_tit {
    margin: 0 auto;
    text-align: center;
    margin-top:10%;
    color: #3d3d3d;
    font-weight: bold;
}

    .in_tit span:before {
        content: "";
        display: inline-block;
        color: rgba(100, 100, 100, 0.1);
        position: absolute;
        left: -5px;
        top: 0;
        transform: skew(300deg,0deg) scaleY(0.5);
        text-shadow: 0px 0px 10px #c5c5c5;
        z-index: -1;
        transform-origin: bottom;
        font-size: 42px;
    }

    .in_tit span {
        display: inline-block;
        position: relative;
        font-size: 42px;
        height: 50px;
        line-height: 50px;
        color: #1d1d1d;
        letter-spacing: 0.3rem;
        z-index:10;
    }

.in_desc {
    font-size: 38px;
    text-align: center;
    line-height: 54px;
    margin-top: 80px;
    letter-spacing: 0.2rem;
}

.main_gray {
    width: 100%;
    background-color: #eee !important;
}

.img_A, .img_B, .img_C, .img_D, .img_E, .img_F, .img_G, .img_H {
    display: block;
}

.img_A {
    width: 264px;
    height: 253px;
}

.img_B {
    width: 532px;
    height: 253px;
}

.img_C {
    width: 532px;
    height: 510px;
}

.img_D {
    width: 578px;
    height: 582px;
}

.img_E {
    width: 582px;
    height: 285px;
}

.img_F {
    width: 287px;
    height: 285px;
}

.img_G {
    width: 283px;
    height: 578px;
}

.img_H {
    width: 875px;
    height: 285px;
}

.horiz_1 {
    margin-top:-10px;
    position: absolute;
    left: 0;
    background: url(/img/tit_horiz.png) no-repeat right;
    width: 64%;
    background-size: 100% 100%;
    height: 20px;
}
    .horiz_1 span {
        display: block;
        width:100%;
        text-align:right;
        font-weight: bold;
        font-size: 12px;
        color: #1d1d1d;
        letter-spacing: 0.1rem;
    }
