﻿@charset "UTF-8";
.help-banner {
    width: 100%;
    height: 300px;
    min-width:1200px;
    background-color: #000014;
    background-position:center center;
    background-repeat: no-repeat;
}
.mtitle {
    width: 1200px;
    height: 60px;
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #333940;
    text-align: left;
    border-bottom: solid 1px #DDDDDD;
    background-image: url('../help/img/title_bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}
.mtitle .ttext{
    height:60px;
    line-height:60px;
    float:left;
    padding-left:50px;
}
.mtitle .tlist{
    padding-top:20px;
    float:right;
}
.mtitle .tlist a,.mtitle .tlist span{
    font-size:16px;
    color:#808080;
    margin:0 10px;
    font-weight:normal;
}
.mtitle .tlist a:hover,.mtitle .tlist span.s{
    color:#E56600;
    border-bottom:solid 1px #E56600;
}
.main{
    width:1160px;
    height:auto;
    min-height:500px;
    padding:40px 20px 100px;
}
.main h1{
    text-align:left;
    font-size:40px;
}
.main h3{
    font-size:18px;
    padding-top:10px;
    color:#4A4A4A;
    font-weight:bold;
}
.main p{
    font-size:16px;
    color:#666666;
    line-height:26px;
    padding:10px 0 20px;
}
.main p a{
    color:#E56600;
}
.main p a:hover{
    border-bottom:solid 1px #E56600;
}
.main .img{
    text-align:center;
}
.main .img-RT{
    width:960px;
    padding:200px 0 0 200px;
    border-radius: 5px;
    background-color:#f4f4f4;
    background-position:right top;
    background-repeat:no-repeat;
}
.main .color_card{
    width: 1160px;
    height: auto;
    overflow: auto;
}
.main .color_cardN{
    width: 1158px;
    height: auto;
    overflow: auto;
}
.main .color_cardN li{
    float:left;
	width:326px;
	height:190px;
	margin:10px 10px;
    padding:20px 20px;
	border-radius: 15px;
	overflow:hidden;
    background-color:#ffffff;
}
.main .color_cardN li h6{
    line-height: 30px;
    margin-bottom: 10px;
    font-size:14px;
    font-weight: normal;
}
.main .color_cardN li h6 a{
    display:inline-block;
    padding:0 10px;
	border-radius: 15px;
    background-color:#f2f2f2;
    color: #333;
}
.main .color_cardN li h6 a:hover{
    background-color:#e56600;
    color:#ffffff;
}
.main .color_cardN li .Ctwo{
    width:326px;
    height:120px;
    margin-bottom:10px;
}
.main .color_cardN li .Ctwo a{
    display:inline-block;
    width:326px;
    height:120px;
    position:relative;
    transition: transform 0.3s ease; /* 平滑过渡效果 */
    border-radius: 15px 15px;
}
.main .color_cardN li .Ctwo a:hover{
    transform: translateY(-3px); /* 鼠标悬停时向上移动10px */
}
.main .color_cardN li .Ttwo{
    width:326px;
    height:20px;
}
.main .color_cardN li .Ttwo span{
    display:inline-block;
    width:163px;
    font-size:14px;
    text-align:center;
    line-height:20px;
    color: #333;
}
.main .color_card li{
	float:left;
	width:212px;
	height:160px;
	margin:10px 10px;
	border-radius: 10px;
	overflow:hidden;
}
.main .color_card li .color_block{
	display:block;
	width:212px;
	height:80px;
}
.main .color_card li a:hover{
    padding-bottom:1px;
}
.main .color_card li div{
	margin:0 auto;
	padding:10px 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	background-color:#e9e9e9;
}
.main .color_card li div:hover{
    color:#E56600;
}