/*banner閮ㄥ垎*/
.info-box {
    height: 100%;
}

.info-nav {
    position: relative;
    height: 412px;
    padding-top: 72px;
}
.info-banner {
    position: relative;
    height: 480px;
    width: 100%;
    min-width: 1220px;
}


.product-info-title {
    font-size: 36px;
    color: #333333;
    margin-bottom: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.product-info-title span{
    color:#C7000B;
}

.product-info {
    padding-top: 40px;
}
.product-info-detail {
    margin-top: 10px;
    width: 730px;
    height: 43px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.product-info-btn {
    margin: 30px 0 28px;
}

.product-info-btn a {
    display: inline-block;
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    transition: 0.3s;
}
.info-btn1 {
    background: #C7000B;
    margin-right: 20px;
    width: 150px;
}
.info-btn1:hover {
    background-color: #f71d28;
}

.product-info-btn .info-btn2 {
    background: transparent;
    border: solid 1px #999999;
    color: #999999;
}
.info-btn2:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #C7000B;
    border: 1px solid #C7000B;
}
a.info-btn3 {
    margin-left: 20px;
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    line-height: 35px;
}
.margin-left-0 {
    margin-left: 0!important;
}
.product-info-stand {
    /* margin-top: 25px; */
    /* padding-left: 30px; */
    /* background: url(img/introduce_tip.png) no-repeat left center; */
    font-size: 12px;
    margin-bottom: 14px;;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 48px; */
    letter-spacing: 0px;
    color: #fff;
}

.product-info-stand a {
    margin: 0px 2px;
    display: inline-block;
    color: var(--main-color);
}
/*鍏叡鏍囬*/
.module-title {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.module-title .module-title-name {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 26px;
    color: #333;
    /*border-bottom: 2px solid var(--main-color);*/
}
/* .module-title .group-span {
	float: right;
    margin-top: -25px;
	margin-left: 20px;
    width: 100%;
    height: 20px;
	font-size: 14px;
    display: inline-block;
    background: url(img/line_ico.png) repeat-x;
    z-index: 10;
} */
.group-title {
    font-size: 18px;
    color: #333;
}
/* 甯歌闂 */
.fff .faq-wrap{
    background: #fff;
}
.faq-wrap{
    background-color: #f7f8fa;
    padding: 60px 0;
}
.qa-box {
    margin: 68px 0px 40px 0px;
}
.qa-box li {
    position: relative;
    float: left;
    width: 364px;
    height: 240px;
    /* border-left: 1px dashed #eee; */
    background: #fff;
    margin:0 20px
}
.qa-box li:first-child {
    border-left: 0px;
}
.qa-title {
    position: relative;
    height: 36px;
    line-height: 36px;
    margin-top: 22px;
    /* background-image: url(img/introduce_question.png); */
    /* background-repeat: no-repeat; */
}
.qa-title1 {
    background-position: 30px 0;
}
.qa-title2 {
    background-position: 30px -46px;
}
.qa-title3 {
    background-position: 30px -92px;
}
.qa-title span {
    display: inline-block;
    margin-left: 30px;
    font-size: 18px;
    color: #333;
}
.qa-title a {
    position: absolute;
    right: 22px;
    top: 0px;
    display: inline-block;
    font-size: 12px;
    color: var(--main-color);
}
.qa-box-list {
    margin-left: 30px;
    margin-top: 8px;
    margin:8px 0px 0px 30px;
}
.qa-box-list a {
    position: relative;
    display: block;
    padding-left: 6px;
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height: 30px;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.qa-box-list a:before {
    position: absolute;
    left: 0px;
    top: -4px;
    content: ".";
    font-size: 12px;
    color: #333;
}
/*鏍规嵁灞忓箷鍐冲畾瀹氫綅*/

.nav-box {
    width: 100%;
    height: 68px;
    position: relative;
    top: -68px;
    background: rgba(255, 255, 255, 0.7);
}

.nav-show {
    position: fixed;
    top: -1px;
    z-index: 99999;
    border-top: 1px solid rgba(247, 249, 250, 0.36);
    background: url("img/banner_nav_bg.png") repeat-x;
}

.nav-hide {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

.orientation-nav-box {
    position: relative;
}

.banner-nav {
    /* position: absolute; */
    /* top: 0px; */
    /* right: 100px; */
    height: 68px;
    /* margin:0 auto; */
    display: flex;
    justify-content: space-around;
}
.banner-nav-fixed{
    position: absolute;
    top: 0px;
    right: 100px;
    height: 68px;
}
.banner-nav li {
    height: 68px;
    margin-right: 40px;
    float: left;
}

.banner-nav li a {
    height: 66px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 66px;
}
.nav-hide .banner-nav li a {
    height: 68px;
    line-height: 68px;
}
.nav-show .banner-nav li a {
    height: 64px;
    line-height: 64px;
}
.banner-nav li a:hover, .banner-nav li a.active {
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}

.nav-server {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #4c4c4c;
    padding-left: 61px;
    height: 68px;
    line-height: 68px;
    width: auto;
    padding-right: 25px;
    min-width: 185px;
}

.nav-server:before {
    position: absolute;
    left: 20px;
    top: 2px;
    content: url(img/nav_server_ico.png);
    width: 16px;
    height: 14px;
}
.nav-server ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fafafa;
    width: 100%;
    padding: 10px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-server:hover {
    background-color: #fafafa;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: -1px;
}
.nav-server:hover:before {
    content: url(img/nav_server_ico_hover.png);
}
.nav-server:hover ul.nav-other-list {
    display: block;
    border: 1px solid #eee;
    border-top: none;
}

.nav-server ul li {
    height: 50px;
    line-height: 50px;
}
.nav-server ul a {
    display: block;
    /* width: 100%; */
    height: 100%;
    color: #4c4c4c;
    font-size: 14px;
    padding: 0 23px;
    /* padding-left: 40px; */
}
.nav-server ul a:hover {
    background-color: var(--main-color);
    color: #fff;
}
.buy_btn {
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff6600;
}