﻿/*
+----------------------------------------------------------------------
| LN-EWS v2.0 [ Build a line, love the line. ]
| Copyright (c) 2010~2024 http://jzline.com All rights reserved.
| Author: xwxc
+----------------------------------------------------------------------
*/
.single
{
    margin-bottom: 0px;
    min-height: 600px;
    background-color: rgba(255,255,255,1)
}
.info_box
{
    padding: 100px 0px 100px 0px
}
.info_box .title
{
    font-size: 36px;
    color: rgba(51,51,51,1)
}
.info_box .line
{
    width: 180px;
    height: 1px;
    background-color: #ccc;
    position: relative;
    margin-top: 20px
}
.info_box .line:after
{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    background: #ff5722;
    top: 0px;
    left: 0px;
    margin-top: -1px
}
.info_box .content
{
    color: rgba(51,51,51,1);
    line-height: 1.8;
    margin-top: 20px
}
.info_box p
{
    font-size: 16px;
    line-height: 30px;
    color: rgba(51,51,51,1);
    line-height: 1.8
}
.info_box .photo
{
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: 100px
}
.info_box .photo img
{
    width: 100%;
    height: 450px;
    transition: all 0.6s
}
.info_box .photo img:hover
{
    transform: scale(1.1,1.1)
}
.single2
{
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: url(/static/tn03/img/wh_bg.jpg);
    background-origin: 100% 100%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}
.wh
{
}
.wh_item
{
    text-align: center;
    transition: all 0.6s;
    border-right: 1px #ffffff solid;
    height: 600px;
    padding-top: 200px
}
.wh_item h2
{
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto
}
.wh_item h3
{
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    padding-top: 20px
}
.wh_item h4
{
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    padding-top: 20px;
    opacity: 0;
    transition: all 0.6s
}
.wh_item:hover
{
    background: rgb(0 94 170 / 80%);
    padding-top: 30%;
    padding-bottom: 10%
}
.wh_item:hover h4
{
    opacity: 1
}
.single3
{
    margin: 100px 0px
}
.single3 .honor
{
    overflow: hidden;
    position: relative;
    padding: 0px 100px;
    text-align: center;
}
.single3 .honor .title
{
    font-size: 36px;
    color: rgba(51,51,51,1);
    margin-bottom: 20px;
}
.single3 .honor .line
{
    width: 180px;
    height: 1px;
    background-color: #ccc;
    position: relative;
    margin: 0 auto;
}
.single3 .honor .line:after
{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    background: #ff5722;
    top: 0px;
    left: 50%;
    margin-top: -1px;
    transform: translate(-50%, -50%);
}
.single3 .honor .item
{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0px 0px 0px 0px;
    margin-top: 50px;
}
.single3 .honor .item .pic
{
    overflow: hidden;
    position: relative;
    z-index: 101;
    text-align: center;
    max-height: 450px;
    min-height: 450px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.single3 .honor .item .pic img
{
    width: 100%;
    /*max-height: 450px;     object-fit: contain;  display: flex;  justify-content: center;  align-items: center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7, 0.7);
}
.single3 .honor .item .tit
{
    text-align: center;
    font-size: 20px;
    color: #333;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5
}
.single3 .honor .item .des
{
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}
.single4
{
    margin: 100px 0px;
    background-color: #f5f5f5
}
.single4 .fzlc
{
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
    text-align: center;
}
.single4 .fzlc .title
{
    font-size: 36px;
    color: rgba(51,51,51,1);
    margin-bottom: 20px;
}
.single4 .fzlc .line
{
    width: 180px;
    height: 1px;
    background-color: #ccc;
    position: relative;
    margin: 0 auto;
}
.single4 .fzlc .line:after
{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    display: block;
    background: #ff5722;
    top: 0px;
    left: 50%;
    margin-top: -1px;
    transform: translate(-50%, -50%);
}
.single4 .fzlc .text
{
    line-height: 40px;
    font-size: 20px;
    padding-top: 30px;
    font-weight: bold;
    color: #333;
}
/* 小于1000px  */
@media only screen and (max-width: 1000px)
{
    .single3
    {
        margin: 20px 0px
    }
    .single3 .honor
    {
        overflow: hidden;
        position: relative;
        padding: 0px 10px;
        text-align: center;
    }
    .single3 .honor .title
    {
        font-size: 36px;
        color: rgba(51,51,51,1);
        margin-bottom: 20px;
    }
    .single3 .honor .line
    {
        width: 180px;
        height: 1px;
        background-color: #ccc;
        position: relative;
        margin: 0 auto;
    }
    .single3 .honor .line:after
    {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        display: block;
        background: #ff5722;
        top: 0px;
        left: 50%;
        margin-top: -1px;
        transform: translate(-50%, -50%);
    }
    .single3 .honor .item
    {
        background-color: #fff;
        border: 1px solid #eee;
        border-radius: 0px 0px 0px 0px;
        margin-top: 50px;
    }
    .single3 .honor .item .pic
    {
        overflow: hidden;
        position: relative;
        z-index: 101;
        text-align: center;
        max-height: 150px;
        min-height: 150px;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .single3 .honor .item .pic img
    {
        width: 100%;
        /*max-height: 450px;     object-fit: contain;  display: flex;  justify-content: center;  align-items: center;*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.7, 0.7);
    }
    .single3 .honor .item .tit
    {
        text-align: center;
        font-size: 20px;
        color: #333;
        height: 40px;
        line-height: 40px;
        background-color: #f5f5f5
    }
    .single3 .honor .item .des
    {
        text-align: center;
        font-size: 20px;
        color: #fff;
        border-radius: 5px 5px 0 0;
        height: 40px;
        line-height: 40px;
        padding: 0 10px
    }
    .single2
    {
        height: auto
    }
    .wh
    {
        height: auto
    }
    .wh_item
    {
        text-align: center;
        transition: all 0.6s;
        border-right: 1px #ffffff solid;
        height: auto;
        padding-top: 20px
    }
}