@charset "gb2312";

/* 主体内容 */
.main { width: 1200px; }
.main ul{
	margin:0;
	padding:0;
	list-style:none;}
/* 面包屑 */
.breadcrumb li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.breadcrumb li,.breadcrumb a {
	float: left;
	font-size: 12px;
	color: #666;
	height: 20px;
	line-height: 20px;
}
.breadcrumb .active { color: #aaa; }
.breadcrumb a:hover { color: #a93335; }
.breadcrumb .interval { width: 17px; }

.product-intro { padding-bottom: 26px; padding-top:30px; }
/* 轮播图 */
.product-item-preview {
    width: 450px;
    height: 403px;
}
.product-item-preview img {
    width: 403px;
    height: 403px;
    border: 1px solid #dfdfdf;
}
/*右侧商品信息*/
.product-item-inner {
    width: 730px;
    margin-left: 20px;
    font-size: 14px;
    color: #b5b5b6;
    line-height: 30px;
}
.product-item-inner .name h1 {
    font-size: 24px;
    color: #000;
}
.product-item-inner .name .tips {
    padding: 10px 0 20px;
    font-size: 14px;
    color: #acb0b0;
}
.product-item-inner .name .share {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 20px;
    height: 16px;
}
.product-item-inner .name .share:hover { background-position: -30px -650px; }
.product-item-inner .price{
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 12px 0 5px;
    background:#f5f5f5;
}
.product-item-inner .dt {
    float: left;
    width: 62px;
    text-align: right;
}
.product-item-inner .dt.black { color: #000; }
.product-item-inner .dd {
    float: left;
    width: 528px;
    padding-left: 5px;
}
.summary-price .dd span {
    font-size: 20px;
    color: #ff6464;
}
.summary-price .dd span font{
    padding-right: 5px;
    font-size: 28px;
}
.summary-price .dd em{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #f03232;
    color: #fff;
    vertical-align: top;
    margin:6px 0 0 15px;
    padding: 0 10px;
}
.item-type .item {
    float: left;
    height: 30px;
    border: #eaedec solid 1px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}
.item-type .item.active { border: #ff6464 solid 2px; }
.item-type .item a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    color: #757575;
    text-align: center;
}
.item-type .item.active a,
.item-type .item a:hover { color: #ff6464; }
.item-type .item .introduce {
    position: absolute;
    top: 28px;
    left: -1px;
    width: 235px;
    padding: 9px 6px 9px 13px;
    background-color: #fffbf1;
    border: #eaedec solid 1px;
    font-size: 12px;
    color: #858585;
    line-height: 14px;
    display: none;
    z-index: 2;
}
.region-selector{
    position: relative;
    float: left;
}
.region-selector .text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 210px;
    height: 30px;
    border: #eaedec solid 1px;
    padding-left: 12px;
    position: relative;
    color: #757575;
    z-index: 1;
}
.region-selector .text b{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    display: block;
    background: url() no-repeat;
    background-position: 10px -680px;
}
.region-selector.hover .text{
    border-color: #a93335;
    border-bottom: none;
}
.region-selector .content{
    position: absolute;
    top: 29px;
    left: 0;
    border: #a93335 solid 1px;
    width: 411px;
    padding: 10px 12px 0;
    background-color: #fff;
    display: none;
    z-index: 100;
}
.region-selector.hover .content{
    display: block;
}
.region-selector .stock-close{
    position: absolute;
    right: -7px;
    top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url() no-repeat;
    background-position: 0 -708px;
}
.region-selector .stock-close:hover{
    background-position: 0 -731px;
}
.stock-select li{
    float: left;
}
.stock-select .stock-tab li{
    width: 77px;
}
.stock-select .stock-tab li a{
    display: block;
    height: 25px;
    line-height: 25px;
    color: #757575;
    text-align: center;
    position: relative;
    z-index: 1;
}
.stock-select .stock-tab li a i{
    display: inline-block;
    width: 7px;
    height: 6px;
    margin-left: 5px;
    background: url() no-repeat;
    background-position: 0 -692px;
}
.stock-select .stock-tab .active a{
    border: 1px solid #eaedec;
    border-top: 3px solid #a93335;
    border-bottom-color: #fff;
    height: 25px;
    line-height: 21px;
}
.stock-select .stock-con{
    position: relative;
    top: -1px;
    border-top: 1px solid #e9edec;
}
.stock-select .spacer{
    position: absolute;
    top: -2px;
    left: 0;
    width: 208px;
    height: 5px;
    background-color: #fff;
}
.stock-select .area-list{
    display: none;
    padding: 8px 0;
}
.stock-select .area-list:nth-child(1){ display: block; }
.stock-select .area-list li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 76px;
    padding-left: 12px;
    line-height: 30px;
}
.stock-select .area-list li a{
    color: #757575;
}
.stock-select .area-list li a:hover{
    color: #a93335;
}
.product-item-inner .btnArea{ padding: 37px 0 0 67px; }
.product-item-inner .btnArea a{
    display: inline-block;
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product-item-inner .btnArea .payment{ background-color: #ff6464; }
.product-item-inner .btnArea .payment:hover{ background-color: #da5b5b; }
.product-item-inner .btnArea .consult{
    margin-left: 20px;
    background-color: #ffc067;
}
.product-item-inner .btnArea .consult:hover{ background-color: #a93335; }

/*左侧文章推荐*/
ul.artical-top-num{
	margin:0;
	padding:0;
	list-style:none;}
.artical-top-num li {
    line-height: 50px;
    height: 50px;
    padding: 0 10px 0 40px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    border-top: 1px solid #f0f0f4;
}
.artical-top-num .top-1 {
    height: auto;
    padding: 20px 10px 10px 35px;
    border-top: 0;
    line-height: 24px;
}
.artical-top-num li:first-child { border: 0; }
.artical-top-num .num {
    width: 29px;
    height: 20px;
    display: block;
    position: absolute;
    left: 15px;
    font-family: Swisz,Georgia;
    font-size: 20px;
    color: #999;
    font-style: italic;
}
.artical-top-num .top-1 .num {
    background-color: #C30;
    background-position: 0 0;
    top: 22px;
    left: 10px;
    padding: 0 0 5px 5px;
    width: 14px;
    color: #fff;
}
.artical-top-num .title {
    font-size: 12px;
    color: #333;
}
.artical-top-num .top-1 .title { font-size: 12px; }
.artical-top-num .title a { color: #333; }
.artical-top-num .title a:hover { color: #a93335; }
.artical-top-num .top-1 .desc {
    color: #999;
    line-height: 18px;
    font-size: 12px;
}

/*左侧产品推荐*/
.bordereaedec { border: 1px solid #eaedec; }
.bordereaedec:first-child { margin-bottom: 16px; }
.product-recommend { width: 240px; }
.product-recommend h2 {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eaedec;
}
.goods-list{ padding: 20px 10px 0 10px; }
.goodlist{
	margin-bottom:20px;
	clear:both;
	width:100%;}
.goodlist p{
	text-align:center;
	padding:10px 0px;
	background:#f5f5f5}
.goods-list-item{ padding-bottom: 25px; }
.goods-list-item .categoryTit{
    height: 15px;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 15px;
}
.goods-list-item .categoryTit b{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 18px;
    background: url() no-repeat;
    background-position: 0 -178px;
    vertical-align: top;
    cursor: pointer;
}
.goods-list-item .categoryTit b.active{ background-position: 0 -154px; }
.goods-list-item .categoryList{
    display: none;
    padding-top: 15px;
    padding-left: 33px;
    line-height: 28px;
}
.goods-list-item .categoryList a{
    font-size: 12px;
    color: #181743;
}
.goods-list-item .categoryList a:hover{ color: #a93335; }
.goods-list-item .show{ display: block; }

/* 商品详情 */
.w920 { width: 920px; }
#productDetail,#serviceAssurance,#QA,#aboutUs {
    margin-bottom: 25px;
    border: 1px solid #dfdfdf;
}
.infor{
	font-size:14px;
	padding:15px;
	line-height:26px;}
#productDetail { border-top: none; }
/********************************服务介绍 Start ********************************/
/*栏目选项卡*/
.detail-tab-trigger {
    height: 40px;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f5;
	list-style:none;
	padding:0;
	margin:0;
}
.detail-tab-trigger.fixed {
    position: fixed;
    top: -1px;
    z-index: 999;
    width: 920px;
}
.detail-tab-trigger li{
    float: left;
    margin-top: -1px;
    height: 40px;
    border-top: 2px solid transparent;
    border-right: 1px solid #dfdfdf;
}
.detail-tab-trigger li a{
    display: block;
    height: 100%;
    padding: 0 25px;
    font-size: 14px;
    line-height: 38px;
    color: #333;
}
.detail-tab-trigger li a:hover{ color: #a93335; }
.detail-tab-trigger li a em{ color: #b5b5b6; }
.detail-tab-trigger li.active {
    border-top-color: #a93335;
    background-color: #ffffff;
}
.detail-tab-trigger li.active a {
    line-height: 38px;
    color: #a93335;
}
/*服务介绍轮播图*/
.solider{ position: relative; width: 100%; }
#out{ width: 920px; height:573px; overflow:hidden; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; }
.con{width: 8000px; height: 573px; overflow: hidden;}
.con img{ display: inline-block; width: 920px; height: 573px; float: left; object-fit: cover;}
.nav{overflow: hidden; position: absolute; bottom: 20px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.nav li{width: 16px; height: 16px;border-radius: 50%; background: rgba(255,255,255,.5);margin: 0 5px; float: left; cursor: pointer;}
.left,.right{width: 60px; height: 60px;font-size: 30px;text-align: center;line-height: 60px; color:#fff;background: #000;cursor: pointer;opacity:0.2;position: absolute;top:50%;left:20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: none; border-radius: 50%}
.right{position: absolute;left:auto;right: 20px;}
#out:hover .left,
#out:hover .right { display: block; }
.left:hover,.right:hover { opacity:0.5; }
.nav .select{background: #ffc067;}
/*products-type*/
@-webkit-keyframes updown {
    0%{ background-position: center 115px; }
    50%{ background-position: center 120px; }
    100%{ background-position: center 115px; }
}
@keyframes updown {
    0%{ background-position: center 115px; }
    50%{ background-position: center 120px; }
    100%{ background-position: center 115px; }
}
.products-type {
    height: 141px;
    -webkit-animation: updown 1.2s infinite;
    animation: updown 1.2s infinite;
}
/*流程*/
.capital {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 25px;
    text-align: center;
    letter-spacing: .1em;
    color: #a93335;
}
.stepTab,.stepTab td { border: none; }
.stepTab { width: 80%; }
.stepTab td {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.stepTab td p { margin-top: 20px; }
.step .alert {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #acb0b0;
}
/*所需信息及资料*/
.file_kinds { color: #a93335; }
.file_kinds p:first-child { margin-top: 50px; }
.file_kinds p:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}
.file_kinds .type { font-size: 18px; }
.file_kinds span { font-size: 16px; }
.file_kinds span:not(:last-child){ margin-right: 20px; }

.need-files:last-child { margin-bottom: 80px; }
/********************************服务介绍 End ********************************/

/********************************服务保障 Start ********************************/
.block-title {
    padding-left: 35px;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #181743;
	font-weight:bold;
    background-color: #f5f5f5;
}
#serviceAssurance li {
    padding-top: 30px;
    padding-bottom: 30px;
}
#serviceAssurance ul {
   
	list-style:none;
	margin:0;
	padding:0; padding-left: 20px;
    padding-right: 20px;
}
#serviceAssurance li:not(:last-child){ border-bottom: 1px solid #dfdfdf; }
#serviceAssurance h1 { color: #a93335; }
#serviceAssurance h1 img {
    margin-left: 35px;
    margin-right: 21px;
    vertical-align: middle;
}
#serviceAssurance p {
    margin-left: 95px;
    font-size: 14px;
    color: #333;
}

.ztgs_info{
	padding:0px;}
.ztgs_info p{font-size: 14px;
    line-height: 26px;
    margin-bottom: 16px;}

#serviceAssurance p:not(:last-child){ margin-bottom: 10px; }
/********************************服务保障 Start ********************************/

/********************************热门回答 Start ********************************/
.QA_tab {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 0px solid #DFDFDF;
}
.QA_tab li {
    float: left;
    padding: 20px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.QA_tab li.cur { color: #a93335; }
.QA_content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.QA_content .alert {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    color: #181743;
}
.QA_tab_list li {
    padding: 15px;
    font-size: 12px;
    color: #181743;
    border-bottom: 1px solid #dfdfdf;
}
.QA_tab_list ul:not(:first-child) { display: none; }
.QA_tab_list li:last-child { border-bottom: none; }
.QA_tab_list li h4 { margin-bottom: 10px; }
.QA_page { margin-top: 20px; }
.QA_page dd {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}
.QA_page dd:hover { color: #a93335; }
.QA_page dd.cur {
    color: #ffffff;
    background-color: #a93335;
}
.QA_page dd:not(:last-of-type){ border-right: none; }
.QA_page dd.lastPage {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.totalPage {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
}
.totalPage em { color: #a93335; }
/********************************热门回答 End ********************************/

/********************************关于创客前线 Start ********************************/
#aboutUs .brief {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 1.5;
    color: #333333;
}
.sliderBox {
    position: relative;
    width: 850px;
    margin: 50px auto;
}
.sliderPic li {
    position: relative;
    width: 650px;
    height: 400px;
    overflow: hidden;
}
.sliderPic li:not(:first-child) { display: none; }
.sliderPic li img {
    display: block;
    width: 650px;
    height: 400px;
    object-fit: cover;
}
.sliderPic li .picTxt {
    position: absolute;
    bottom: 0;
    display: block;
    width: 650px;
    height: 40px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    font-size: 14px;
    background-color: rgba(0,0,0,.5);
}
.sliderNav {
    margin: 26px 0 26px 30px;
    width: 170px;
    height: 348px;
    overflow: hidden;
}
.sliderNav ul {
    position: relative;
    top: 0;
}
.sliderNav li,
.sliderNav li img {
    display: block;
    width: 170px;
    height: 106px;
    object-fit: cover;
}
.sliderNav li img {
    opacity: .5;
    transition: opacity ease .5s;
}
.sliderNav li.current {
    border: 1px solid #a93335;
    overflow: hidden;
}
.sliderNav li.current img { opacity: 1; }
.sliderNav li:hover img { opacity: 1; }
.sliderNav li { margin-bottom: 15px; }
.arrowTop,.arrowDown {
    position: absolute;
    right: 0;
    width: 170px;
    height: 26px;
    background-repeat: no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    cursor: pointer;
}

.scrollTip {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/********************************关于创客前线 End ********************************/