@charset "utf-8";

/*全局控制*/
body{margin:0;padding:0;font-size:14px;line-height:22px;font-family:"微软雅黑";-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.pagediv{ width:100%;}
.bg{background:#105B8E; margin:40px 0;}
.donate_btn, .abt_btn {
    background:#6C6C6C;
    color: #fff;
    border: 1px solid #6C6C6C;
    display: inline-block;
    padding: 5px 20px;
    font-size: 1rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
	margin-top:60px;
}
.clear-both{ clear:both;}
.displaynone{ display:none;}
.displayflex{display: flex; justify-content: space-between;align-items: center;}

/*头部区域*/
.top_bar{background:#105B8E;color: #fff; font-size: 12px; height:30px;width:100%;}
.container-fluid{max-width: 1400px; margin:0 auto; line-height:30px;}
.container-fluid .span6 {width: 48%;display: block; float:left;}
.container-fluid .span4 {width: 28%;display: block; float:right; text-align:right;}
.top_bar ul {list-style-type: none;margin: 0; padding: 0;}
.top_bar .details li {margin-right: 10px;float:left;}
.top_bar .details i {color: #fff;font-size: 16px;margin-right: 5px;}
.top_bar a{ color:#fff;}
.top_bar a:hvoer{ text-decoration:underline;}
.header{width:1400px;height:120px;margin:0 auto;position:relative;z-index:1;}
.header h1{width:360px;height:110px;float:left;margin:5px 0 0 0; max-height:107px;}
.header h1.logo{background:url(../images/logo.png) no-repeat center;background-size: 200px;}
.header .txt{margin-top:5px;text-align:left;display: flex; gap: 10px; align-items: center;height: 100px;}
.header .txt span{ line-height:30px; font-size:14px;}
.header .txt .txt-hotline{width:180px;}
.header .txt p{ color:#1f4e79; font-size:1.2rem;line-height: 1.5rem;font-weight: bold;}
.header .txt .txt-qq{font-size: 1rem;}
.header .tel{position:absolute;top:50px;right:16px;height:14px;line-height:14px;padding-left:60px;background:url(../images/tel_txt.png) no-repeat;text-align:center;font-family:Verdana;font-size:14px;color:#8d8c8c;}
.header-cart{position: absolute;top: 68px; right: 0px; width:32px; height:32px; background:url(../images/cart.png) no-repeat;}

/* 搜索表单样式 */
.header-search {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-search form {
    display: flex;
    width: 400px;
    margin: 0 auto;
    gap: 10px;
    border: 1px solid #1f4e79;
    padding: 2px 10px;
    border-radius: 4px;
}

.search-input {
    flex: 1;
    border: 0px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    border-color: #1f4e79;
}

.search-btn {
    padding: 5px 15px;
    background: #c6262e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-btn:hover {
    background: #cf2e2e;
}

.nav_search {
    margin-top: 14px;
	width:250px;
}
.nav_search input[type="text"] {
    background: #303030;
    border: 1px solid #303030;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
	width:100%;
	height:30px;
	color:#ccc;
	padding-left:10px;
}
.nav_search button {
    background:#105B8E;
    position: absolute;
    right: -12px;
    border: none;
    top: 14px;
    color: #f3f3f3;
	height:32px;
	width:45px;
}
/*.navArea{background:url(../images/nav_bg.png) repeat-x 0 bottom;}
.navBg{background:#105B8E;}*/
.nav{width:1400px;height:45px;margin:0 auto;line-height:45px;font-family:Arial, Helvetica, sans-serif;display: flex;justify-content: center;}
.nav li a{display:block; padding:0 38px;text-align:center;font-size:18px;color:#1f4e79;font-weight: bold;}
.nav li a:hover, .nav li a:hover.on{text-decoration:none;}
/* .nav li a.on{color:#ED0C0C;}
.nav li a.on2{background:#ED0C0C;text-decoration:none;}
.nav li:hover.on{background:#ED0C0C;text-decoration:none;}*/
.nav li ul{display:none;position:absolute;z-index:9999;}
.nav li ul li{float:none;display:block;position:relative;line-height:20px;_display:inline;}
.nav li ul li .s{position:absolute;top:0;left:140px;border-left:1px solid transparent;}
.nav li ul li .s li{float:none;}
.nav li ul li a{display:block;width:150px;height:25px;padding:10px 0 8px 20px;background:#333;text-align:left;font-weight:normal;font-size:14px;color:#ccc;}
.nav li ul li a:hover{color:#fff !important;}
.nav .t,.nav .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #333;}

/* 响应式移动端样式 */
@media (max-width: 769px){
    .header {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    
    .header h1 {
        width: auto;
        height: 50px;
    }
    .header-logo-txt{
        display: flex;
        flex-direction: column;
    }
    .header h1.logo {
        background-size: 150px;
    }
    
    .header .txt {
        margin: 10px auto;
        justify-content: center;
        height: auto;
    }
    
    .header .txt .txt-hotline {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .header .tel {
        position: relative;
        top: 0;
        right: 0;
        padding-left: 0;
        background: none;
        text-align: center;
        margin: 10px 0;
    }
    .header .txt .txt-qq{
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .header-cart {
        position: relative;
        top: 0;
        right: 0;
        margin: 10px auto;
    }
    .header-search form{
        width: 350px;
    }
    .nav_search {
        width: 100%;
        margin: 10px 0;
    }
    
    .nav_search button {
        right: 10px;
        top: 10px;
    }
    
    .nav {
        width: 100%;
        height: auto;
        align-items: center;
    }
    
    .nav li {
        width: 100%;
    }
    
    .nav li a {
        padding: 0 2px;
        font-size: 0.8rem;
        line-height: 40px;
    }
    
    .nav li ul {
        position: relative;
    }
    
    .nav li ul li a {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .nav li ul li .s {
        left: 0;
        top: 100%;
    }
}

/*Banner*/
.banner, .mainbody{width:100%;height:450px;margin:0 auto;}

.home-about{ width:1400px; height:280px; padding:60px 0; margin:0 auto;}
.home-about ul li{ float:left;}
.home-about .about-left{ width:40%; height:270px; margin-left:20px;}
.home-about .about-right{ width:55%; height:270px; color:#FFF;}
.home-about .about-right h1{ font-size:16px; font-weight:bold; margin-bottom:10px;}

/*4sles*/
.contentDiv2{ width:1400px; margin:0 auto; margin-top:60px; margin-bottom:80px;}
.dlCatalogues, .quickOrder, .points {
    margin-left: 20px;
}
.contentBoxes {position: relative;width: 280px;}
.pointss, .points, .contentBoxes {
    border: 1px solid rgb(204, 204, 204);
    float: left;
    margin-top: 20px;
	height:280px;
}
.contentBoxes img {
    width: 280px;
	border: 0;
	vertical-align: top;
}
.contentBoxes div {
    position: absolute;
    top: 10px;
    left: 18px;
}
.hFourTag h4 {
    color: #105B8E;
    font-size: 18px;
    margin: 0;
    font-weight: lighter;
}
.pointss a {
    background-color: rgb(119, 188, 31) !important;
}
.contentBoxes a {
    float: left;
    color: white;
    padding:5px 10px 5px;
    width: 230px;
    font-size: 12px;
    background: url(../images/bannerarrow.png) right center no-repeat;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.dlCatalogues a {
    background-color: rgb(0, 147, 201);
}
.quickOrder a {
    background-color: rgb(255, 103, 27);
}
.points a {
    background-color: #6b1e84;
}

/*产品中心*/
.product-center {
    padding: 50px 0;
}
.product-center-container {
    max-width: 1400px;
    margin: 0 auto;
}
.product-center-title {
    margin-bottom: 20px;
}
.product-center-title h2 {
    color: #1f4e79 ;
    font-size: 24px;
    margin-bottom: 8px;
}
.product-center-title h3 {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}
.product-center-content {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.product-center-image {
    flex: 1;
}
.product-center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-width: 480px;
    max-height: 700px;
}
.product-center-cards {
    flex: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.product-card {
    background-color: #e5fbff;
    padding: 40px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.product-card-bg{background-color: #fff;}
.product-card-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-card-icon svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: #007bff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.product-card h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.product-card p {
    color: #666;
    font-size: 14px;
}

/* 产品中心响应式样式 */
@media (max-width: 768px){
    .contentDiv2 {
        width: 100%;
    }
    .product-center {
        padding: 30px 0px;
    }
    .product-center-content{
        padding: 0 10px;
        flex-direction: column;
    }
    .product-center-title{
        padding: 0 20px;
    }
    .product-center-title h2 {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .product-center-title h3{
        font-size: 1rem;
    }
    
    .product-center-cards {
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .product-card {
        padding: 20px 10px;
    }
    
    .product-card-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .product-card-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .product-card h4 {
        font-size: 1rem;
        margin-bottom: 8px;
    }
    
    .product-card p {
        font-size: 0.8rem;
    } 
}
/*关于我们*/
.about-section {
    position: relative;
    padding: 100px 0;
    margin: 60px 0;
}
.about-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}
.about-content {
    background: rgba(0, 0, 0, 0.4);
    padding: 60px;
    border-radius: 8px;
}
.about-content h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    font-style: italic;
}
.about-content h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-style: italic;
}
.about-content .about-text {
    margin-bottom: 30px;
}
.about-content .about-btn {
    background: #000000;
    color: #ffffff;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
}
.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
@media (max-width: 768px) {
    .about-container{
        padding: 0 20px;
    }
}
/*home news*/
.home-news-products{ max-width:1400px; margin:0 auto; margin-top:80px;}
.home-news{ float:left; width:45%;position: relative;}
.bx-controls-direction{ position:absolute; top:10px; right:10px;}
.bx-controls-direction a{ background-image:url('../images/slider_2_arrow.png'); display:inline-block; width:19px; height:19px; overflow:hidden; text-indent:-5000px; margin-right:1px; }
.bx-controls-direction a:hover{ background-image:url('../images/slider_2_arrow_active.png'); }
.bx-controls-direction a.bx-next{ background-position: 19px 0;}
.bx-controls-direction a.bx-prev{ background-position: 0 0;}

/* 公司产品样式 */
.company-products {
    padding: 60px 0;
}

.products-header {
    text-align: left;
    margin-bottom: 40px;
}

.main-title {
    font-size: 24px;
    font-weight: bold;
    color: #1f4e79 ;
    margin-bottom: 8px;
}

.sub-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    font-weight: normal;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 15px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.product-card-list {
    border: 1px solid #e0e0e0;
    background-color:#ffffff;
    border-radius: 8px;
    padding: 10px 10px 30px 10px;
    transition: all 0.3s ease;
}

.product-card-list:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-image {
    margin: 0 auto 15px;
    text-align: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    max-height: 280px;
    object-fit: contain;
}

.product-info h3 {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.4;
}

.product-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.3;
}

.product-info strong {
    color: #333;
}

.product-details {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.product-details p {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .products-header{
        padding: 0 20px;
    }
    .main-title{
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .product-image img{
        min-height: 80px;
        max-height: 120px;
    }
    .sub-title{
        font-size: 1rem;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
        gap: 5px;
    }
    .product-info{
        max-width: 150px;
    }
    .product-info h3{
        font-size: 0.8rem;
    }
    .product-details,.product-info p{
        font-size: 0.8rem;
        overflow-wrap: break-word;
    }
}

.home-news-div{margin:12px 0 0 0;background: #fff; padding:10px;overflow: hidden; width:100%;-webkit-box-shadow: 4px 4px 20px -8px #999;   box-shadow: 4px 4px 20px -8px #999; height:173px;position: relative; border: 1px solid #DEDEDE;}
.mr_frbox1 { height: 170px;}
.mr_frUl1 { float: left; height: 170px; width:520px; padding:10px;}
.mr_frUl1 .tempWrap{ width:520px !important;}
.mr_frUl1 ul li { display: inline; float: left; height: 170px; width: 520px; overflow: hidden;}
.mr_frUl1 ul li img { float:left; height: 150px; width: 157px; margin:0 auto;}
.mr_frUl1 .pright{ float:right; width:350px;color:#666; line-height:20px; font-size:12px;}
.mr_frUl1 .icon_date {margin: 0 0 10px;}
.mr_frUl1 .icon_date i {
    background: none repeat scroll 0 0 #105B8E;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    padding: 10px 10px 10px;
    text-align: center;
    position: relative;
}
.mr_frUl1 .date {
    padding: 9px 10px 9px 10px;
    display: inline-block;
    text-align: left;
    background: #474747;
    color: #fff;
	margin-left:3px;
}
.mr_frUl1 h3{ color:#333; font-size:12px;}
.mr_frUl1 span{ color:#666; font-size:12px; line-height:15px;}
.mr_frUl1 .read-more{ margin-top:10px;}
.mr_frUl1 .read-more a{ color:#105B8E;}


.home-products{ float:right; width:50%;}
.home-news-products .title {
    color: #474747;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.h-line {
    border-top: 2px solid #105B8E;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-products-cent{background: #fff;overflow: hidden;width: 100%;position: relative;}
.mr_t1 { background: url(../images/mr_1px.jpg) repeat-x left bottom; height: 40px; padding-right: 16px; }
.mr_t1name img { float: left; margin-top: 9px; margin-right: 6px; display: inline; }
.mr_frbox { height: 196px; border: 1px solid #DEDEDE;}
.mr_frBtnL { float: left;cursor: pointer; display: inline; }
.mr_frUl { float: left; height: 176px; width:516px; padding:10px;}
.mr_frUl .tempWrap{ width:516px !important;}
.mr_frBtnR { float: right;cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; height: 170px; width: 157px; margin:0 7px; overflow: hidden; text-align:center;}
.mr_frUl ul li img { display: block; height: 150px; width: 157px; margin:0 auto;}
.mr_frUl ul li p{ text-align:center; color:#666; line-height:20px; font-size:12px;}

/*公告区域*/
.subnotice{width:935px;margin:0 auto 35px auto;padding:0 10px 0 15px;height:30px;line-height:30px;background:#f3f3f3;color:#8d8d8d;overflow:hidden;}
.subnotice strong{color:#6a6a6a;float:left;}
.notice{width:935px;margin:0 auto 35px auto;padding:0 10px 0 15px;height:36px;line-height:36px;background:#f3f3f3;color:#8d8d8d;overflow:hidden;}
.notice_a{width:680px;overflow:hidden;float:left;}
.notice_a strong{color:#6a6a6a;float:left;}
.search{float:right;width:175px;height:24px;margin-top:6px;background:url(../images/search_bg.gif) no-repeat;}
.search .key{width:140px;height:22px;line-height:22px;margin:1px 0 1px 5px;border:0;float:left;}
.search .key[type="text"]:focus{outline:none;}
.search .sub{float:right;width:30px;height:24px;background:url(../images/search_bg.gif) no-repeat right 0;border:none;cursor:pointer;}
.search .sub span{display:none;}

.mtop {margin-top: 50px; margin-bottom:80px;}
#donation_box{
	position: relative;
    max-width: 1400px;
	margin: 0 auto;
	border: 1px solid #DEDEDE;
	-webkit-box-shadow: 4px 4px 20px -8px #999;
    box-shadow: 4px 4px 20px -8px #999;
}
.container{max-width: 1400px;margin-right: auto; margin-left: auto;}
.row-fluid {width: 100%;}
#donation_box {
    -webkit-box-shadow: 4px 4px 20px -8px #999;
    box-shadow: 4px 4px 20px -8px #999;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#donation_box .container {
    background: #fff;
    padding: 8px 0;
    height: 45px;
}
#donation_box h2 {
	float:left; 
	width:50%;
    font-weight: normal;
    border-left: 3px solid #1f4e79;
    padding-left: 17px;
    margin: 0;
    line-height: 27px;
}
#donation_box span{ float:right; width:45%; text-align:right; color:#999; font-size:12px; padding-right:30px;}

@media (max-width: 768px) {
    .container{
        padding: 0 10px;
    }
    #donation_box h2{
        font-size: 1rem;
        width: auto;
    }
    #donation_box span{
        width: auto;
        padding-right: 5px;
    }
    #donation_box .row-fluid [class*="span"]{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

/*页面主要区域*/
.mainbody .OneOfTwo, .mainbody .TowOfTow{margin-bottom:35px;}
.mainbody .OneOfTwo{width:750px;float:left;}
.mainbody .TowOfTow{width:175px;float:right;}

.mainbody .newwarp{width:300px;float:left;margin-top:14px;}
.mainbody .newstitle{line-height:14px;background:url(../images/news_title.png) no-repeat;text-align:right;}
.mainbody .newstitle a{color:#2554b3;}
.mainbody .newsfocus{height:76px;padding:15px 0 3px;margin-bottom:12px;border-bottom:1px solid #e0e0e0;}
.mainbody .newsfocus div{float:left;width:60px;height:60px;margin-right:16px;}
.mainbody .newsfocus div a{width:60px;height:60px;border:1px solid #d2d2d0;border-radius:5px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:42px;*font-family:Arial;}
.mainbody .newsfocus div a img{border-radius:5px;vertical-align:middle;}
.mainbody .newsfocus h3{margin-bottom:3px;}
.mainbody .newsfocus h3 a{font-weight:bold;font-size:12px;color:#fe8216;}
.mainbody .newsfocus p{color:#8f8f8f;line-height:18px;}
.mainbody .newslist li{color:#325e7f;}
.mainbody .newslist li a{color:#325e7f;}
.mainbody .newslist li span{float:right;font-family:Verdana;color:#8c8c8c;}
.mainbody .aboutus{width:362px;height:180px;padding:36px 26px 0;float:right;background:url(../images/aboutus_bg.png) no-repeat 18px 13px #fcfcfc;line-height:24px;color:#888;border:1px solid #f4f4f4;border-bottom:2px solid #e6e6e6;border-radius:5px;}
.mainbody .aboutus img{float:left;margin:5px 15px 0px 0;}
.mainbody .aboutus a{color:#2554b3;}

.contact{background:url(../images/contact_title.png) no-repeat;padding-top:23px;color:#c6c5c5;margin:14px 0 25px 0;}
.follow{background:url(../images/follow_title.png) no-repeat;padding-top:30px;}
.follow a{text-indent:-99999px;overflow:hidden;float:left;}
.follow a.sina{display:block;width:62px;height:50px;background:url(../images/sina_logo.png) no-repeat;margin:0 30px 0 15px;}
.follow a.tqq{display:block;width:48px;height:50px;background:url(../images/tqq_logo.png) no-repeat 0 center;}


/*友情链接*/
.weblink{width:880px;line-height:24px;padding:10px 0;margin:0 auto;padding-left:80px;background:url(../images/weblink_title.png) no-repeat 0 center;font-family:Verdana;}
.weblink a{margin-left:20px;color:#6a6a6a;}
.weblink a:hover{color:#F60;}


/*页脚区域*/
.mtp {margin-top:150px;}
.footer-logo{padding-top:10px;}
.footer-info {
    font-size: 14px;
    padding-left: 40px;
    line-height: 28px;
    color: #fff;
}

.footer-info p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.footer-info br {
    line-height: 28px;
}
.footer-info .icon-mobile-phone{ font-size:19px;}
.footer-info .icon-map-marker{ font-size:16px;}
#footer .footer_1 {background: #1b1b1b;}
#footer #banner {
    width:1200px;
    margin: 0 auto;
    overflow: hiden;
    background: #323232;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    top:30px;
}
#banner .inner {
    overflow: hidden;
    border: 1px solid #105B8E;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
#banner .inner h2 {
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 20px 5px;
    text-align: center;
    margin: 0px;
    font-size: 21px;
    line-height: 24px;
}
#banner .inner h3 {
    text-align: center;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
#banner_rounded h3 {
    display: block;
    font-weight: 800;
    line-height: 30px;
    margin: 0 auto;
}
#banner_rounded h3 span {
    font-size: 18px;
    display: block;
}
#banner_rounded {
    background: #105B8E;
    height: 90px;
    position: absolute;
    right: 30px;
    top: -50px;
    width: 90px;
    padding: 30px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    behavior: url(/PIE.htc);
}
#banner_rounded img{ margin-top:15px;}
.row-fluid .span9 {
    width: 74.35897435897436%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid [class*="span"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.564102564102564%;
}
.row-fluid .span3 {
    width: 23.076923076923077%;
}
#footer .footer_3 {
    background: #363636;
    padding-top: 40px;;
    overflow: hidden;
}
.footer_3 {
    background: #363636;
    padding: 50px;
    color: #fff;
}
.row-fluid {
    width: 100%;
}
.footer_3 .row-fluid {
    display: flex;
    justify-content: space-between;
}
.footer_3 #footer_right {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer_nav {
    padding: 0;
    display: flex;
    gap: 2rem;
}
.footer_nav li:first-child {
    margin-left: 0;
}
.footer_nav li {
    color: #EEEEEE;
    display: inline-block;
    line-height: 10px;
}
.footer_nav li a{ color:#fff; font-size: 14px;}
.footer_nav li a:hover{ color:#cf2e2e;}
.footer{text-align:center;line-height:35px;font-family:Verdana;color:#fff; height:75px; background:#000000;font-size: 14px;line-height: 75px;}
.contmsg{width:40px;height:37px;position:fixed;bottom:0;right:20px;background:url(../images/msg_bg.gif) no-repeat;cursor:pointer;text-decoration:none;line-height:18px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.msgtxt{display:none;border:1px solid #e1e1e1;width:120px;padding:5px 8px;position:absolute;bottom:40px;right:0;}

@media (max-width: 768px) {
    #footer .footer_3{
        padding: 10px;
    }
    .footer_3 .row-fluid{
        flex-direction: column;
    }
    .container-fluid .span6{
        width: 100%;
    }
    .footer-info {
        padding-left: 0px;
        margin-top: 20px;
        font-size: 0.85rem;
    }
    .footer_nav{
        gap: 5px;
    }
    .footer{
        display: flex;
        flex-direction: column;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
    }
    .footer,.footer_nav li a,.footer-info p{
        font-size: 0.85rem;
    }
}

/*子页样式*/
.subBanner, .subBody{max-width:1400px;margin:0 auto;}
.subBody{margin-bottom:25px;}
.subBody .OneOfTwo{width:750px;float:left;}
.subBody .TwoOfTwo{width:175px;float:right;}
.subBody .OneOfTwos{width:175px;float:left;}
.subBody .TwoOfTwos{width:750px;float:right;}
.subBody .search_l{margin-bottom:25px;}
.subBody .subnav{margin-bottom:25px;}
.subBody .subnav li{margin-bottom:2px;}
.subBody .subnav li a{display:block;height:24px;line-height:24px;padding-left:20px;background:url(../images/subnav_ico.gif) no-repeat 5px center;}
.subBody .subnav li a:hover{color:#fff;text-decoration:none;background:url(../images/subnav_ico_on.gif) no-repeat 5px center #ccc;}
.subBody .subnav li a.on, .subBody .subnav li a:hover.on{color:#fff;background:#999;}
.subBody .subTitle{margin-bottom:25px;padding-bottom:10px;border-bottom:1px solid #e0e0e0; margin-top:40px; height:40px;}
.subBody .subTitle .catname{font-size:15px;color:#333; font-weight:bold}
.subBody .subTitle .shopcart{background:url(../images/shopcart_ico.gif) no-repeat 0 center; padding-left:20px; text-align:left !important;float:left;}
.subBody .subTitle .emptycart{ text-align:right; float:right;font-size:15px;color:#333; font-weight:normal;}
.subBody .subTitle a{color:#666;}
.subBody .subTitle span{color:#666;}
.subBody .subTitle a.goback{float:left;margin-left:10px;}
.subBody .subtype li{float:left;}
.subBody .subtype li a{background:#ffa41b;padding:2px 5px;margin-right:5px;color:#fff;}
.subBody .subtype li a:hover{text-decoration:none;background:#ff9900;}
.subBody .subtype li a.on{background:#999;}
.subBody .subtype2{padding:0 0 0 10px;}
.subBody .subtype2 li{float:left;}
.subBody .subtype2 li a{background:#fff8ed;border:1px solid #ff9900;padding:2px 5px;margin-right:5px;color:#3e3e3e;}
.subBody .subtype2 li a.on{color:#ff6600;}
.subCont{line-height:26px;color:#333; padding:20px;}
.subCont2{line-height:26px;color:#333;}
@media (max-width: 768px) {
    .subBody{
        padding: 0 10px;
    }
}

/* 自适应Banner样式 */
.adaptive-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    max-height: 500px;
}

.banner-container {
    width: 100%;
    position: relative;
}

.banner-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.banner-container li {
    width: 100%;
    position: relative;
}

.banner-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .adaptive-banner {
        margin: 10px 0;
    }
}


/*幻灯Banner*/
.fullSlide{width:100%;position:relative;height:680px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;display:block;height:680px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#105B8E;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}


/*图片滚动*/
.scrollimg{width:960px;height:50px;position:relative;margin:0 auto 20px;}
.scrollimg div.imgwrap{width:880px;height:50px;margin:0 40px;position:absolute;top:0;overflow:hidden;}
.scrollimg div.imgwrap ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:absolute;top:0;}
.scrollimg ul li{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl dt{clear:both;float:left;height:45px;width:60px;overflow:hidden;margin-right:8px;}
.scrollimg ul li dl dt a{height:45px;width:60px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:39px;*font-family:Arial;}
.scrollimg ul li dl dt a img{vertical-align:middle;}
.scrollimg ul li dl dd{color:#aaa;}
.scrollimg ul li dl dd a{color:#3372A2;display:block;font-size:14px;height:20px;margin:2px 0;overflow:hidden;}
.scrollimg a.arrow{display:block;height:50px;width:20px;background:url(../images/arrow.png) no-repeat 0 0;position:absolute;top:0;cursor:pointer;text-indent:-99999px;}
.scrollimg a.back{background-position:0 0;left:0;}
.scrollimg a.back:hover{background-position:0 -100px;}
.scrollimg a.forward{background-position:0 -50px;right:0;}
.scrollimg a.forward:hover{background-position:0 -150px;}


/*新闻栏目*/
.news_list li{line-height:30px;background:url(../images/dot_line.gif) repeat-x 0 30px;padding-top:1px;}
.news_list li a:hover{text-decoration:none;color:#999;}
.news_list span{float:right;font-family:Arial;color:#5868bf;}
.news_list strong{padding-right:5px;font-size:8px;color:#fc0000;}

.news_list2 li{height:50px;line-height:25px;border-bottom:1px solid #eff2f4;padding:6px 0 5px 0;color:#a0a0a0;}
.news_list2 li span.title a{float:left;color:#333;font-weight:bold;}
.news_list2 li span.title a:hover{text-decoration:none;color:#105B8E;}
.news_list2 li span.time{float:left;}
.news_list2 li span.hits{float:right;}
.news_list2 li span.class{margin-left:12px;}
.news_list2 li span.class a{text-decoration:underline;color:#a0a0a0;}
@media (max-width: 768px) {
    .news_list2 li{height: auto;}
}

/*产品栏目*/
.product_list li{width:33.3%;float:left;margin-bottom:7px;}
.product_list li a.img{width:220px;height:150px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.product_list li a.img img{vertical-align:middle;}
.product_list li a.img:hover{border:1px solid #F90;}
.product_list li p.info{width:222px;line-height:30px;}
.product_list li p.info span{font-family:Verdana;color:#d94f44;float:right;}
.product_list li p.info a{float:left;color:#555;}


/*案例样式*/
.caselist li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee;clear:both;}
.caselist li p.preview{display:block;width:100px;height:80px;float:left;margin-right:12px;}
.caselist li p.desc{padding:0 10px;line-height:20px;color:#999;}
.caselist li a.img{width:100px;height:80px;margin:0 0 0 10px;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:70px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.caselist li a.img:hover{border:1px solid #ff9900;}
.caselist li a.img img{vertical-align:middle;}
.caselist li a.type{color:#ff9900;font-weight:bold;}
.caselist li a.title{font-weight:bold;font-size:12px;color:#333;}
.caselist span{display:block;line-height:22px;font-family:Arial;color:#666;}
.caselist span small{font-size:12px;margin-right:10px;}


/*软件下载*/
.softlist li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee;clear:both;font-family:Verdana;}
.softlist li .preview{float:left;margin-right:10px;}
.softlist li .preview .img{width:50px;height:50px;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:29px;*font-family:Arial;overflow:hidden;}
.softlist li .preview .img img{vertical-align:middle;}
.softlist li .cont{float:left;}
.softlist li .title{font-weight:bold;}
.softlist li .cont_area{float:left;width:500px;}
.softlist li .size{padding-left:8px;font-size:10px;}
.softlist li .desc{display:block;line-height:20px;}
.softlist li .dl_btn{float:right;width:67px;height:26px;line-height:26px;background:url(../images/bkgnormal.png) no-repeat;text-align:center;margin-top:12px;}
.softlist li .dl_btn:hover{background:url(../images/bkghover.png) no-repeat;text-decoration:none;}
.softlist li .dl_btn:active{background:url(../images/bkgdown.png) no-repeat;}


/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}


/*软件内容页*/
.softConts{position:relative;line-height:26px;color:#666;}
.softConts .view{top:40px;right:0;position:absolute;}
.softConts .pic{width:82px;height:82px;background:url(../images/soft_logo_bg.png) no-repeat;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:75px;*font-family:Arial;}
.softConts .pic img{width:72px;height:72px;vertical-align:middle;}
.softConts .title{padding-bottom:6px;font-weight:bold;}
.softConts .title .softname{font-size:30px;color:#000;}
.softConts .title .green{font-size:14px;color:#44AC05;}
.softConts .info span{color:#000;}
.softConts .tabs{border-bottom:1px solid #ccc;height:28px;margin-bottom:15px;}
.softConts .tabs li{float:left;margin-right:5px;}
.softConts .tabs li a{width:83px;height:29px;display:block;text-align:center;line-height:29px;font-size:12px;font-weight:bold;}
.softConts .tabs li a:hover{text-decoration:none;}
.softConts .tabs li.active a{background:url(../images/soft_tabs_on.png) no-repeat;}
.softConts .tabs li.normal a{background:url(../images/soft_tabs.png) no-repeat;}


/*商品列表*/
.goods_title{ width:100%; margin:40px 0 10px 0; height:45px; font-size:14px;}
.goods_title ul li{ float:left; color:#FFF; height:45px; line-height:45px; font-weight:bold;}
.goods_title .goods_com{ width:38%; background:#105B8E; margin-right:10px; padding-left:20px;}
.goods_title .goods_qcc{ width:19%; background:#105B8E; margin-right:10px; text-align:center;}
.goods_title .goods_quan{ width:10%; background:#105B8E; margin-right:10px; padding-left:20px;text-align:center;}
.goods_title .goods_price{ width:10%; background:#105B8E;margin-right:10px; text-align:center;}
.goods_title .goods_order{ width:16%; background:#105B8E; text-align:center;}
.goods_list .goods_li{ margin:20px 0px;}
.goods_list .goods_li ul li{ float:left; width:21.6%; height:auto; max-height:390px; background:#f2f2f2; margin:10px; font-size:12px; text-align:center; padding:10px;}
.goods_list .goods_li img{ width:100% !important; height:auto !important;vertical-align:middle; max-height:340px;}
.goods_list .goods_li .cimg{width:95%; height:350px;margin:0 auto; clear:both;}
.goods_list .goods_li p{ line-height:30px; height:30px;}


.imenu_bg{width:100%;height:30px;position:relative;}
.imenu{text-align:center;font-size:12px;cursor:pointer;color:#FFF;float:left;margin-right:1px;}
.imenu a{color:#fff;background-color:#105B8E;text-decoration:none; padding:10px 16px;border:1px solid #105B8E;}
.imenu_on{background-color:#ED0C0C;color:#fff;cursor:pointer;float:left;text-align:center;font-size:12px;margin-right:1px;}
.imenu_on a{color:#fff; background:#ED0C0C; width:20px;padding:10px 16px;border:1px solid #ED0C0C;}
.imenu_on a:hover{ text-decoration:none;}
.imenuon{color:#fff;background-color:#105B8E;}
.submnu{width:1160px; height:auto !important;border-top:none;margin:0 auto;display:none;position:absolute;left:0px;top:30px;z-index:1000;background-color:#105B8E;filter:alpha(opacity=80);-moz-opacity:0.8;border-radius:0px 0px 20px 20px; padding:20px;}
.submnu ul li{ float:left; width:250px; height:25px; line-height:25px; padding-left:10px;color: #fff;list-style-type: square;list-style-position: inside; text-align:left;}
.submnu ul li a{color:#fff;}
.submnu ul li a:hover{ text-decoration:underline;}
/*商品内容页*/
.goodsConts{color:#666;}
.goodsshowleft{ width:auto;}
.goodsshowright{ width:60%;}
.goodsConts h1.title{font-size:14px;text-align:left;line-height:40px;color:#666; font-weight:bold;}
.goodsConts .cloud-zoom{display:block;width:500px;height:500px;margin-bottom:10px;border:1px solid #ccc;}
.goodsConts .cloud-zoom img{ width:auto;max-width:500px;height:500px; margin:0 auto;}
.goodsConts .zoomlist li{float:left;margin-right:3px;border:1px solid #ccc;height:45px;}
.goodsConts .zoomlist li img{width:45px;height:45px;}
.goodsConts .cloud-zoom-lens{background:#fff;cursor:move;}
.goodsConts .cloud-zoom-title{font-family:Arial;position:absolute !important;background:#000;color:#fff;padding:3px;width:100%;text-align:center; font-weight:bold; font-size:10px;top:0px;}
.goodsConts .mousetrap{ width:450px;}
.goodsConts .cloud-zoom-big{overflow:hidden; left:450px !important;border:1px solid #ccc;}
.goodsConts .cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000;}
.goodsConts .tb-meta{width:400px;color:#999; height:30px;}
.goodsConts .tb-meta li{ float:left;padding-left:20px;line-height:30px;}
.goodsConts .tb-meta li span{display:inline-block;width:40px;}
.goodsConts .tb-meta li strong.price{font-size:24px;margin-right:5px;font-family:Verdana;color:#D2282D;}
.goodsConts .tb-meta li strong.lt{text-decoration:line-through;margin-right:5px;font-family:Verdana;color:#666; font-weight:normal;}
.goodsConts .tb-skin{width:80%;background:#fcfaf9;border:1px solid #f7f5f3;border-right:none;border-left:none;margin-top:10px;padding:20px;}
.goodsConts .tb-skin .tb-note-title{height:22px;margin-bottom:8px;}
.goodsConts .tb-skin .tb-note-title span{float:left;}
.goodsConts .tb-skin .tb-note-title a{float:right;font-weight:bold;color:#333;}
.goodsConts .tb-action{margin-top:60px;}
.goodsConts .tb-action a{overflow:hidden;float:left; line-height:40px; text-align:center;}
.goodsConts .tb-action a#buynow{width:200px;height:40px;display:block;background:#105B8E; color:#FFF;margin-right:10px;}
.goodsConts .tb-action a#addcart{width:200px;height:40px;display:block;background:#105B8E;color:#FFF;}
.goodsConts .tb-prop dt{float:left;margin-bottom:20px;}
.goodsConts .tb-prop dd{margin-bottom:20px;}
.goodsConts .tb-prop dd a{border:1px solid #eae5e3;padding:2px 5px;background:#f0edec;color:#816957;margin-right:5px;}
.goodsConts .tb-prop dd a:hover{text-decoration:none;color:#000;}
.goodsConts .tb-prop dd a.selected{border:1px solid #816957;}
.goodsConts .tb-prop .attrbox .cur{ background:#1f4e79; color:#fff;}
.goodsConts .tb-prop .attrbox label{float:left;border:1px solid #eae5e3;padding:4px 20px;background:#f0edec;color:#816957; margin:0 5px;}
.goodsConts .tb-prop .attrbox label input{ display:none;}
.goodsConts .tb-note-title{color:#816957;}
.goodsConts .tabs{border-bottom:1px solid #1f4e79;height:35px;margin:35px 0 15px;}
.goodsConts .tabs li{float:left;margin-right:5px;}
.goodsConts .tabs li a{width:150px;height:35px;display:block;text-align:center;line-height:35px;font-size:12px;font-weight:bold;}
.goodsConts .tabs li a:hover{text-decoration:none;}
.goodsConts .tabs li.active a{background:#1f4e79; color:#fff;}
.goodsConts .tabs li.normal a{ color:#1f4e79;}
.goodsConts .buynum{width:50px;height:20px;background:url(../images/input_gray_bg.png) repeat-x;border:1px solid #ccc;text-align:center;}

@media (max-width: 768px) {
    .goodsConts .goodsarea{
        display: flex;
        flex-direction: column;
    }
    .goodsConts .cloud-zoom,.goodsConts .cloud-zoom img{
        width: 300px;
        height: 300px;
    }
    .goodsConts h1.title,.goodsConts p{
        font-size: 1.2rem;
        line-height: 3rem;
    }
}

/*招聘详细*/
.jobConts{line-height:30px;color:#666;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#333;}


/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:left;}
.msg_btn_area a{display:inline-block;padding:5px 60px;background:#105B8E;color:#fff;text-align:center;font-size:14px;overflow:hidden;cursor:pointer;border-radius:2px;}
.msg_btn_area a:hover{text-decoration:none;background:#333}
.msgflag{margin-left:4px;font-size:12px;color:#900;}


/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{width:685px;margin-top:20px;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; margin:0 auto;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle;}
.picarr .preview li.current a{border:1px solid #000;}


/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}


/*评论样式*/
.commnet{margin:20px 0 30px;padding:8px 0 0 8px;background:url(../images/commnet_bg.png) repeat-x;border:1px solid #ccc;border-radius:3px;}
.commnet textarea{width:100%;height:59px;border:none;background:transparent;outline:none;font-size:14px;color:#999;overflow:auto;}
.commnet .toolbar{padding-top:8px;_padding-top:5px;*padding-top:5px!important;height:30px;line-height:30px;overflow:hidden;}
.commnet .options{float:left;}
.commnet .button,
.commnet .button_on{float:right;width:100px;height:30px;border:none;border-left:1px solid #ccc;font-size:14px;cursor:pointer;}
.commnet .button{background:url(../images/commnet_btn_bg.png) repeat-x;}
.commnet .button_on{background:url(../images/commnet_btnon_bg.png) repeat-x;}
.commlist{margin-top:20px;}
.commlist li{border-bottom:1px solid #eaeaea;word-wrap:break-word;}
.commlist li p{line-height:20px;color:#999;}
.commlist li span.uname{color:#D32;font-family:Verdana;font-weight:bold;}
.commlist li span.time{color:#bbb;}
.commnum span{display:inline-block;width:70px;margin-top:20px;line-height:24px;border:1px solid #ccc;background:#f5f5f5;border-radius:3px;text-align:center;}
.commnum span i{color:#900;font-family:Verdana;font-weight:bold;}


/*分页样式*/
.page_info{text-align:center;margin-top:40px;color:#666;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*在线客服*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.kf{width:127px;border:1px solid #51b5f0;position:fixed;top:45%;right:0;background:url(../images/kf_ico.png) no-repeat 7px 10px #1a98d5;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#16a2dd;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}


/*商品分类*/
.goodstype li.alltype{line-height:33px;margin-bottom:10px;background:#f89803;text-align:center;font-size:14px;font-weight:bold;}
.goodstype li a{color:#fff;}
.goodstype li h3{font-size:14px;font-weight:bold;}
.goodstype li ul{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #e0e0e0;}
.goodstype li ul li{display:inline-block;margin-right:15px;padding-left:10px;background:url(../images/subnav_ico.gif) no-repeat 0 center;}
.goodstype li ul li a{color:#999;}
.goodstype li ul li a:hover{color:#F60;}
.goodstype li ul li a.on{color:#c00;}


/*购物车*/
.shoppingcart .thead{background:#e6f4fd;color:#333;font-weight:bold;}
.shoppingcart .title{margin:0 10px;}
.shoppingcart .attr{color:#999;margin-left:4px;}
.shoppingcart .total{font-size:14px;}
.shoppingcart .totalprice{font-size:20px;font-family:Verdana;color:#c00;font-weight:bold;}
.shoppingcart .next{display:inline-block;padding:10px 100px;background:#105B8E;color:#fff;text-align:center;font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;margin-left:15px;}
.shoppingcart .next:hover{text-decoration:none;background:#105B8E;}
.shoppingcartempty{margin-top:25px;}

.class_input{width:290px;border:1px solid #e0e0e0;padding:6px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.class_input_on{width:290px;border:1px solid #8cd1ff;background:#f1f9ff;padding:6px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}

.class_areatext{width:290px;height:90px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.class_areatext_on{width:290px;height:90px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}


/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}
