@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style-type: none;
}
body
{
    display: flex;
    justify-content:center;
    align-items: center;
}
.container
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	padding: 30px;
    
}
.head-box 
{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}


/*公司logo*/
.container .logo 
{
    width: 400px;
    height: 70px;
    margin-right: 30px;
    background-image: url("../image/tglogo-5.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 15px;
    float: left;
}
/*导航条 开始*/
.navbar{
    width: 440px;
    height: 50px;
    margin-left: 22px;
    padding-bottom: 25px;
    float: right;
}

.navbar ul li{
    width: 110px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-top: 0px;
    padding-top: 1px;
}

.navbar ul li:hover{
    color: #FFFFFF;
    background: rgba(217,56,56,0.9);
    font-size: 16px;
}
.navbar ul li a:hover{
    /*鼠标划过，字体变色*/
    color:#FFFFFF;
} 
.navbar ul li a{
    text-decoration: none;
    color: #2F3839;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    height: 50px;
    line-height: 25px;
    font-size: smaller;
}
.navbar ul li ul li a{
    text-decoration: none;
    color: #2F3839;
    display: block;
    text-align: center;
}  
.navbar ul li ul li{
    display: none;
    width: 130px;
    height: 50px;
    text-align: center;
    float: initial;
    background: #FFFFFF;
    border-top: 1px inset rgba(198,198,198,1.00);
    font-size: 16px;
    transition: 0.3s;
    letter-spacing: 4px;
    color: #2F3839;
}
.navbar ul li:hover ul li{
    display: block;
    width: 110px;
}
/*导航条 结束*/

/*搜索条 开始*/
.search-box
{
    position: flex;
    border: 1px solid rgba(215,215,215,1.00);
    height: 17px;
    border-radius: 40px;
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.search-btn
{
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-items: center;
    align-items: center;
}
.search-txt
{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    font-size: 16px;
    transition: 0.4s;
    line-height: 16px;
    width: 200px;
}
/*搜索条 结束*/


/* INFO 开始 */
.news{
    width: 1000px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 14px;
    margin-top: 20px;
}
.news-mini{
    width: 360px;
    height: 480px;
    float: left;
    margin-right: 30px;
    border-width: 1px;
    border-style: solid;
    margin-left: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news-img{
    background-image: url("../image/0175e95b5ec800a801215c8f8775c2.jpg");
    width: 360px;
    height: 200px;
    background-size: cover;
    border-style: solid;
}
.news-img span{
    display: inline-block;
    position: relative;
    font-size: 1.3em;
    background-color: #707a85;
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.news-img2{
	background-image: url("../image/5b54fe26de7f4df0a59728a22aabf361.png");
	
}
.news-info{
    width: 304px;
    height: 224px;
    padding: 28px;
    background-color: #f8f8f8;
}

h4{
    font-size: 16px;
    color: #333;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 5px;
}
.news-info p{
    margin-top: 8px;
    text-align: justify;
    color: #666666;
    letter-spacing: 2px;
}



/* INFO 结束 */

/*网页底部信息 开始*/
.foot-box 
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
    height: 80px;
    letter-spacing: 2px;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 15px;
    margin-bottom: -15px;
}
.foot-box .home{
    margin-right: 50px;
    margin-left: 36px;
}
.foot-box .prod
{
    margin-right: 50px;
    margin-left: 50px;
}

.foot-box .address
{
    margin-right: 87px;
    margin-left: 50px;
}
.copyright
{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 25px;
    margin-right: 30px;
    margin-left: 30px;
    display: flex;
}
.copyright span
{
    width: 550px;
    height: 25px;
    margin-right: 30px;
    margin-left: 30px;
    font-weight: lighter;
	
}

/*底部信息 结束*/
