/*公共样式*/
p {
    margin: 0;
}

/*tab样式*/
#tab {
    text-align: center;
    padding: 120px 0 80px;
    display: flex;
    justify-content: center;
}

#tab a {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
}

#tab a.active, #tab a:hover {
    color: #f08519;
}

#tab .line {
    margin: 0 32px;
    width: 1px;
    height: 24px;
    background-color: #999999;
    display: inline-block;
}

/*技术支持*/
#support {
    font-weight: normal;
    color: #616161;
}

.article a {
    color: #666;
}

.support-banner {
    background: url("/public/images/support/support_banner.jpg") no-repeat top center;
}

.support-box1 {
    position: relative;
}

.support .block {
    position: absolute;
    left: 0;
    top: 8px;
    width: 19px;
    height: 19px;
    background-color: #f08519;
}

.support h1 {
    font-size: 32px;
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 50px;
    position: relative;
}

.support .underline {
    width: 52px;
    height: 3px;
    background-color: #f08519;
    margin-top: 28px;
    margin-bottom: 50px;
}

.support .title-desc {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.support .title-desc:nth-child(4){
    margin-bottom: 0;
}

.support .content-box {
    padding-left: 40px;
}

.support .box1-list1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px;
}

.support .box1-list1 h5 {
    margin: 30px 0 16px;
    letter-spacing: 2px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.support .box1-list1 p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}

.support .box1-list2 {
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 80px;
}

.support .box1-list2 p{
    line-height: 26px;
}

.support .box1-list2 li {
    padding-left: 24px;
    position: relative;
}

.support .box1-list2 .circle {
    width: 13px;
    height: 13px;
    background-color: #002063;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 3px;
}

.support-box2{
    padding-bottom: 100px;
    padding-top: 50px;
    background-color: #f8f8f8;
}



.support-box2 h3 {
    margin: 50px 0 30px;
}

.support-box2 .box2-list1 {
    display: flex;
    flex-wrap: wrap;
}

.support-box2 .box2-list1 li {
    width: 385px;
    line-height: 42px;
    height: 42px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #666;

}

.support-box2 .box2-list1 li.sp {
    display: flex;
}

.support-box2 .box2-list1 li.sp span {
    color: #999;
    font-size: 12px;

}

.support-box2 .box2-list1 li img {
    vertical-align: middle;
    margin-right: 20px;
}

.support-box2 h3.mgt50{
    margin-top: 50px;
}

.support-box2 .box2-list2>div{
    float: left;
    width: 510px;
    position: relative;
}

.support-box2 .box2-list2>div img{
    position: absolute;
}

.support-box2 .box2-list2>div p{
    margin-left: 65px;
    letter-spacing: 1px;
    color: #666666;
}



.s-list-01 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}

.s-list-01 li {
    width: 212px;
    height: 212px;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 2px solid #002063;
    text-align: center;
    margin-top: 30px;
}

.s-list-01 li h5 {
    margin-top: 52px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #616161;
    font-weight: normal;
}

.s-list-01 li p {
    margin-top: 18px;
    letter-spacing: 2px;
    color: #616161;
    font-size: 16px;
}

.s-list-01 li:first-child {
    margin-left: -50px;
}

.s-number {
    margin-left: 60px;
}

.s-number-list li {
    float: left;
    text-align: center;
}

.s-number-list li:first-child {
    margin-left: 60px;
    margin-right: 30px;
}

.s-number-list li:nth-child(3) {
    margin-left: 40px;
    margin-right: 80px;
}

.s-number-list p {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 32px;
}

h3.i-title {
    line-height: 52px;
    height: 52px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #002063;
    font-weight: normal;
    padding-left: 65px;
}

h3.s-cd {
    background: url("/public/images/support/ititle_icon_01.jpg") no-repeat left center;
    margin: 35px 0;
    margin-bottom: 22px;
}

h3.s-contact {
    background: url("/public/images/support/ititle_icon_02.png") no-repeat left center;
    margin: 50px 0 35px;
}

h3.s-article {
    background: url("/public/images/support/ititle_icon_03.png") no-repeat left center;
    margin: 50px 0 35px;
}

.cd-list {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 45px;
}

.cd-list li {
    width: 50%;
    letter-spacing: 2px;
    color: #616161;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: normal;
}

.cd-list li:nth-child(2n) {
    padding-left: 75px;
    box-sizing: border-box;
}

.cd-list li img {
    vertical-align: middle;
    margin-right: 25px;
}

.cd-list li p {
    font-size: 16px;
    display: inline-block;
}

.cd-list li.two-text {
    line-height: 42px;
    height: 42px;
    display: flex;
    align-items: center;
}

.cd-list li.two-text span {
    font-size: 13px;
}

p.contact-text {
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-info {
    display: flex;
    margin-left: 50px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info img {
    width: 41px;
    height: 41px;
}

.contact-info p {
    margin-top: -5px;
    margin-left: 16px;
    line-height: 36px;
    letter-spacing: 2px;
    font-size: 16px;
}

p.article-text {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 8px 0;
}

p.article-text a:hover {
    background-image: url("/public/images/support/afterSale_link_01.png");
}

.support .article-link {
    color: #fff;
    width: 102px;
    display: inline-block;
    background-color: #f08519;
    font-size: 16px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    margin: 20px 10px;
}


.support .guarantee-link{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 102px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
}

.article-text a {
    display: inline-block;
    width: 118px;
    height: 27px;
    line-height: 27px;
    text-indent: 35px;
    font-size: 16px;
    margin-left: 50px;
    background: url("/public/images/support/afterSale_link.png") no-repeat;
}

.article-text a:link, .article-text a:visited {
    color: #ffffff;
}

/*售后保修*/
.guarantee{
    margin-bottom: 100px;
}

.guarantee .min-content{
    width: 800px;
    margin: 0 auto;
}


.guarantee h3{
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 30px;
}

.guarantee p {
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}

#support.guarantee hr {
    height: 1px;
    background-color: #999999;
    border: none;
    margin: 30px 0 80px;
}

.guarantee-load{
    letter-spacing: 1px;
    color: #f08519;
    font-size: 14px;
}


/*技术文章*/

#support.article .a-title-list {
    text-align: center;
    color: #002063;
    position: relative;
}


/*.article .a-title-li a{*/
    /*padding: 0 20px;*/
    /*height: 30px;*/
    /*line-height: 28px;*/
    /*display: inline-block;*/
    /*border-radius: 16px;*/
    /*border: solid 1px #002063;*/
    /*margin-right: 30px;*/
    /*box-sizing: border-box;*/
    /*color: #002063;*/
/*}*/

.article .a-title-li a.active,.article .a-title-li a:hover{
    background-color: #f08519;
    color: #fff;
    border: solid 1px #f08519;
}

.a-title-list hr{
    margin: 20px 0 20px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
}

.a-title-list .a-title-l li:first-child {
    padding-left: 0;
}

.a-title-list .a-title-l li {
    float: left;
    font-size: 18px;
    box-sizing: border-box;
}

.a-title-list .a-title-l li a{
    height: 45px;
    line-height: 45px;
    display: inline-block;
    width: 220px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
}

.a-title-list .a-title-l li a:hover{
    color: #fff;
    background: #F08519;
}

.a-title-list .a-title-l li span {
    display: inline-block;
    padding: 0 28px;
    color: #999;
}

.a-title-list .a-title-l li:last-child span {
    display: none;
}

.article .a-title-list ul li.active a {
    color: #fff;
    background-color: #f08519;
    border: solid 1px #f08519;
}

.article-content {
    width: 1200px;
    margin: 20px auto 100px;
    margin-top: 20px;
    margin-bottom: 100px;
}

#support .ititle-lists {
    position: relative;
}

#support .ititle-list {
    display: none;
    padding: 10px 0;
    left: -15px;
    right: -15px;
    background: #fff;
    min-height: 86px;
}

#support .ititle-list li {
    float: left;
    padding: 10px 0;
    margin: 0;
    color: #002063;
    font-weight: normal;
}

#support .ititle-list li a{
    font-size: 16px;
}

#support .ititle-list li span {
    display: inline-block;
    padding: 0 28px;
    color: #999;
}

#support .ititle-list li:last-child span {
    display: none;
}

#support .ititle-list li a.active {
    color: #f90;
}

#support .ititle-list li a:hover {
    color: #f90;
}

#support .article-info {
    width: 100%;
}

#support .article-tab {
    width: 100%;
    border-collapse: collapse;
}

#support .article-tab tr {
    height: 60px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
}

#support .article-tab tr td{
    color: #666;
}

#support .article-tab tr .download_link img{
    margin-top: 2px;
}

#support .article-tab-th {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    background-color: #eaf6fd;
    font-size: 16px;
}

#support .article-tab-th th {
    font-weight: normal;
}

.article-tab-th td {
    font-weight: normal;
}

.article-tab tr:nth-child(odd) {
    background-color: #eaf6fd;
}

.article-tab .con-title {
    text-indent: 40px;
}

.article-tab .con-title a:hover {
    color: #f90;
}

.article-tab .con-title a {
    font-size: 14px;
}

.article-tab .more {
    font-size: 16px;
    color: #002063;
    background-color: #fff!important;
}

.article-tab .more td:hover {
    cursor: pointer;
    color: #f90;
}

#support .list-count {
    color: #616161;
    font-size: 16px;
    font-weight: normal;
    text-indent: 20px;
    margin-top: 20px;
}

#support .list-count span {
    cursor: pointer;
}

/*下载中心*/
.download .a-title-list{
    margin-top: 120px;
}

.download .download-sear-from{
    width: 800px;
    margin: 0 auto 50px;
    height: 42px;
}

.download .download-sear-from input{
    height: 42px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
    padding: 0;
    float: left;

}

.download .download-sear-from input[type=text]{
    width: 740px;
    padding-left: 20px;
    border-right: none;
    color: #333;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.download .download-sear-from input[type=submit]{
    border: none;
    width: 60px;
    background: url("/public/images/search_btn_white.png") no-repeat center ;
    background-color: #ccc;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.download .download-sear-from input[type=submit]:hover{
    background-color: #F08519;
}


.download .a-title-l .a-title-li.active a{
    color: #fff;
    background: #F08519;
}
