﻿body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,button,img {
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
}

img,
button {
    border: 0;
    vertical-align:top;
    width: 100%;
}

ol,
ul,
li {
    list-style: none
}

body {
    background: #f4f7fc;
    color: #384c6d;
    font-size: 13px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53"
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

s,i,u,em {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}
/*伸缩盒子*/	
	.flex{
	 display: flex;
	 display: -webkit-flex;
	}

	.flex-1{flex: 1;}
	.flex-center{
	 align-content: center;
	 align-items: center;
	}
	.flex-wrap{
	 flex-flow: wrap;
	}
	.justify-content-c{
	 justify-content: center;
	}
	.flex-between{
	 justify-content: space-between;
	}
	.flex-column{flex-direction:column}
a {
    color: #425269;
    text-decoration: none
}

a:hover {
    color: #ff4839
}

a:focus {
    outline: 0;
    -moz-outline: 0
}

.header {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
}

.box {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.gg_li{
	float:left;
	width:50%;
	text-align:center;
}

.gg_li img{
	width:95%;
}

#head {
    background-color: #fff;
    width: 100%;
    padding: 30px 0px;
    margin-bottom: 15px;
}

#logo {float:left;width:25%;text-align:left;margin:0px auto}
#logo img{width:168px;}

#contact {
    position: absolute;
    top: 5px;
    right: 0px;
    margin-top: 5px
}


#nav {overflow: hidden;height:50px;}
#nav li {
    font-size:15px;
    float:left;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 5px;
}

#nav li.active {
    background-color: #28c6c7;
    border-radius: 3px;
}

#nav li:focus {
    outline: none;
}

#nav li.active a {
    color: #fff;
}

/* Container styling */
.cont {
    overflow: hidden;
    margin-top: 20px;
    padding:30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
}

.cont .contents_box{
	width:100%;
	margin:0px auto;
	padding:15px;
}

/* Header for each section */
.infohd {
    position: relative;
    overflow: visible;
    height: 40px; /* Increased height for better spacing */
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px; /* Add space between the line and content */
}

/* Styling for the title and the active state */
.info_tab {
    height: 30px;
    color: #333;
    line-height: 30px;
    display: flex;
    justify-content: space-between; /* Align content properly */
    align-items: center;
    font-size: 18px; /* Increased font size for better readability */
}

/* Title styling */
.info_tab span {
    font-weight: bold;
}

/* Line under title */
.info_tab b.line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 120px; /* Increased width for the line */
    height: 3px; /* Thicker line */
    background: #28c6c7;
    transition: width 0.3s ease; /* Smooth animation when transitioning */
}

/* Hover effect for the active tab */
.info_tab span.on + b.line {
    width:10%; /* Extend line when the tab is active */
}

/* Styling for "more" link */
.info_tab span.more {
    font-size: 14px;
	font-weight:none;
	color: #999999;
    transition: color 0.3s ease; /* Smooth color transition */
}

.info_tab span.more a {
    color: inherit; /* Inherit color from parent */
    text-decoration: none; /* Remove underline */
	font-weight:none;
}

.info_tab span.more:hover {
    color: #16b3b3; /* Darker color when hovered */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .info_tab {
        font-size: 16px; /* Slightly smaller text for mobile */
    }
    .info_tab .more {
        font-size: 12px; /* Smaller "More" text */
    }
}

.infohx {
    position: relative;
    overflow: visible;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.info_tabx {
    height: 5px;
    color: #333;
    line-height: 5px;
}

.info_tabx span {
    float: left;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}

.info_tabx b.line {
    position: absolute;
    bottom: -1px;
    left:10%;
    display: block;
    overflow: hidden;
    width:5%;
    height: 2px;
    background: #28c6c7;
}

.info_tips {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.index_list {
    padding: 30px 10px;
    padding-bottom: 10px;
}

.index_list li {
    position: relative;
    font-size: 14px;
    margin-left: 15px;
    float: left;
    width: 495px;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    overflow: hidden;
}

.index_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f15656;
}

.index_list li:nth-child(odd) {
    margin-right: 30px;
}

.index_list li span {
    float: right;
    font-weight: 100;
    margin-top: 0px;
    color: #5a5a5a;
}
.indexcompany li{width:220px;}
.news_list {
    padding:10px 10px;
    padding-bottom: 10px;
}

.news_list li {
    position: relative;
    font-size: 14px;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #f1f1f1;
}

.news_list li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

.news_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f15656;
}

.news_list li span {
    float: right;
    font-weight: 100;
    margin-top: 0px;
    color: #5a5a5a;
}

.sub_new_cont .li{padding: 20px 0; border-bottom: 1px solid #ececec; overflow: hidden;}
.sub_new_cont .li:hover{color:#999999}
.sub_new_cont .li .li_nr{width:100%; margin-left: 20px;}
.sub_new_cont .li:first-child{padding-top: 0;}
.sub_new_cont .li .li_nr .tit{font-size:18px; color: #333333; margin: 10px 0;}
.sub_new_cont .li .li_nr .text{font-size: 12px; margin: 15px 0; color: #333333; line-height: 26px; overflow: hidden;text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.sub_new_cont .li .li_nr .time{ font-size: 10px; color: #333333; margin-top: 30px;}
.sub_new_cont .li .li_nr_cur{width: 100%; margin-left: 0;}

.sub_new_cont .li .li_img_nr{width: calc(100% - 180px); margin-left:10px;}

.sub_new_cont .li .li_img_nr .tit{font-size:18px; color: #333333; margin: 10px 0;}
.sub_new_cont .li .li_img_nr .text{font-size: 12px; margin: 15px 0; color: #333333; line-height: 26px; overflow: hidden;text-overflow: -o-ellipsis-lastline; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;line-clamp: 2; -webkit-box-orient: vertical;}
.sub_new_cont .li .li_img_nr .time{ font-size: 10px; color: #333333; margin-top: 30px;}

.sub_new_cont .li img{
	width:150px;
	height:120px;
	padding:8px;
}
.sub_new_cont .ztlist{padding: 20px 0; border-bottom: 1px solid #ececec; overflow: hidden;}
.sub_new_cont .ztlist {text-align:center;}
.cont .left .ztlist img{
	width:768px;
	height:auto;
}
.sub_new_cont .ztlist div {
background:#ececec;
height:44px;
line-height:44px;
font-size:15px;
color:#333;
}

@media only screen and (max-width: 480px){
    .sub_new_cont .li .li_img_nr {width:100%;}
	.sub_new_cont .li img{
		width:90%;
		height:auto;
		padding:8px;
	}
	.sub_new_cont .li .li_img_nr .text{ 
		font-size: 13px;
		margin-top: 0;
	}

}

.footer {
    background-color: #fff;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0px;
    padding-bottom: 20px;
}
.footer .box a{ margin:0 5px}
.footer .box p{ padding:5px 0}
#page {
    text-align: center;
}

.pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    background-color: #fff;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    height: 2pc;
    color: #666;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
    margin: 4px
}

.pagination li:hover {
    border-color: #0060ff
}

.pagination .disabled,
.pagination .disabled:hover {
    border-color: #d7dde4;
    cursor: not-allowed
}

.pagination a,
.pagination span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 2pc;
    margin: 0 -1px -1px 0;
    color: #333
}

.pagination .active {
    border: 1px solid #0060ff;
    background-color: #0060ff
}

.pagination .active a {
    color: #fff;
}

.pagination .active span {
    color: #fff !important
}

.content-tit-1 {
    margin: 20px auto;
    margin-bottom: 0px;
    width: 700px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.art-info {
    line-height: 35px;
    color: #999;
    font-size: 10px;
    text-align: center;
    height: 25px;
    padding-bottom: 30px;
    margin: 0px 60px;
}

.art-info span {
    display: inline-block;
    margin: 0 7px;
    line-height: 34px;
    font-size: 12px;
    vertical-align: middle;
    position: relative;
    height: 24px;
}

.content {
    font-size: 16px;
    line-height: 30px;
    zoom: 1;
    overflow: hidden;
    margin: 20px auto 0;
}

.content p {
    height: auto;
    margin: 20px 0;
    font-size: 14px;
    overflow: visible;
    word-break: break-all;
    line-height: 32px;
}

.content .txt {
    text-indent: 32px;
}

.content img {
    margin: 0 61px;
    display: block;
    max-width: 90%;
    border: none;
    margin: 30px auto;
}

.left {
    float: left;
    width: 770px;
    padding: 20px 40px;
    border-right: 2px solid #f4f7fc;
    overflow:hidden;
}

.right {
    float: right;
    width: 290px;
}

.right .news_list {
    padding: 0px;
}

.right .news_list li {
    margin-left: 10px;
}


.btn-default-main {
    color: #555;
    background: #ffe300;
    border: 1px solid #ffe300;
    border-radius: 4px;
    cursor: pointer;
}

.designer-card .btn-area .btn-current {
    width: 105px;
    height: 36px;
}

.btn-default-secondary {
    color: #666;
    background: 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
}

.userface {
    height: 90px;
    width: 230px;
    margin: 0px auto;}
.userface img {
    height: 90px;
    width: 230px;
}

.sidebar-list-title {
    font-size: 15px;
    color: #282828;
    font-weight: bold;
    margin:15px 0 10px;
}

.border-top {
    border-top: 1px solid #eee;
}

.details-con-other {
    padding: 30px 20px;
    padding-bottom: 0px;
}
.details-con-other h2 {
    display: inline-block;
    font-size: 14px;
}
.details-con-other li {
    line-height: 35px;
    float: left;
    width: 50%;
    list-style: none;
    display: block;
    text-align: center;
}

.tuijian {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
}

.work-show {
    margin: 0px auto;
}

.tuijian li {
    margin-left: 0px !important;
}

.tuijian .news_list {
    padding-top: 0px !important;
}

#printableview {
    margin-bottom: 30px;
}

.pleft {
    width: 325px;
    z-index: 5;
    float: left;
    overflow: hidden;
    padding-top: 15px;
}

#smallimg {
    padding: 10px;
    display: inline-block;
    border: 1px solid #f1f1f1;
}

#smallimg img {
    width: 280px;
    height: 200px;
}

.pright {
    width: 440px;
    float: right;
    margin-top: 15px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}

.propar .corange {
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.propar .corange a {
    margin-right: 5px;
}

.propar span {
    font-size: 12px;
    display: block;
    margin-top: 15px;
    color: #5a5a5a;
}

.nr_list ul {
    padding-left: 0px;
    padding-top: 15px;
}

.nr_list li {
    overflow: hidden;
    list-style: none;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
}

.logotu {max-width: 58px;max-height: 58px;margin: 0; position: relative;top: -5px;}
.logotu img{width: 100%; height: 100%;}
#logo .shoptit .company{overflow: initial;display: inline-block; position: relative;}
.tofexed.bg{background: rgba(255, 255, 255, .98); border: 1px solid #ccc; }
.tofexed {background-color: #fff;padding: 5px 0; position: fixed;top: 0px;height: 75px;width: 100%;z-index: 999;display: none;}

.index_list li .subsite{font-size:14px;color:#9e9e9e}

@media screen and (max-width:1250px){
    .tofexed .bgyanse{width: 100%;background-position: 90% center;}
}

@media screen and (max-width:1024px){ 
    .tofexed .bgyanse{background-position: 95% center;}
    .fl {float: none;}
    .box {width: 96%;}
    .left {width: 96%; float: none; padding: 0;border-right: none;}
    .right {width: 96%; float: none;}
    .content-tit-1 {width: 96%; text-align: center;}
    .footer {padding-bottom: 56px;}
    
    
}

@media screen and (max-width:768px){ 
    .tofexed .bgyanse{background-image: none;}
    .tofexed .bgyanse .tofe-left .left-texts{display: none;}
    .tofexed .bgyanse .tofe-left .disnone {display: none;}
    .content-tit-1 {font-size: 20px;}
    #head {padding: 20px 0;}
    #logo {width:100%;text-align:center;margin:0px auto}
	#logo img{width:200px;}
    .p_url a {font-size: 12px;}
    #contact {display: none;}
    .logotu {top: 0;margin-right: 10px;}
    .tofe-left {width: 100%;display: flex;justify-content: space-between;padding: 0 10px;}
    img {max-width:95%;height:auto;display: block;}
    .header #nav {width: 100%; height:auto; overflow: hidden;}
    .header #nav li {padding: 8px 5px;}	
    .index_list li {width: 100%;margin-left: 0px;}
	.index_list li .subsite{font-size:14px;color:#9e9e9e}
    .index_list li .title {text-overflow: ellipsis;overflow: hidden;white-space:nowrap;width:80%;font-size: 14px;display: block;}
    .art-info {padding-bottom: 0;}

	.cont .left .ztlist img{
		width:100%;
		height:auto;
	}
    .liuxyan h5 {margin-left: 20px;}
    .liuxyan .conta-right  {width: 100%;padding: 20px; box-sizing: border-box;}
    .liuxyan .conta-right .btnse {line-height: 40px;font-size: 16px;margin-top: 10px;}
    .liuxyan .conta-right input {font-size: 16px;line-height: 40px;padding-left: 20px;margin-bottom: 12px;height: 40px;}
}
@media screen and (max-width:350px){ 
    .index_list li a {width:40%;}
    .gs-card .card-usem li:nth-child(2n) {
        margin-left: 10px;
    }
}

.purased {display: flex;justify-content: space-between;border: 1px solid #a0b7cf;}
.purased div:nth-child(1) {width: 50%;margin: 30px 0 30px 30px;}
.purased div:nth-child(2){margin-top: 30px;width: 40%;}
.purased div:nth-child(2) ul li {font-size: 16px;color: #444;margin-left: 30px;line-height: 28px;}
.purased .product img {max-width: 100%;height: auto;margin: 0;border: 1px solid #000;}
.purased div:nth-child(2) ul li:nth-child(1) {font-weight: 700;margin-bottom: 10px;}

@media screen and (max-width:768px){ 
    .purased {flex-direction: column;}
    .purased div:nth-child(1) {width: 100%;padding: 5px 20px;margin: 0;box-sizing: border-box;}
    .purased div:nth-child(2){width: 100%;}
    /* .purased .product img {margin: 5px auto;max-width: 90%;} */
    .purased .product img  {width: 100%;}
}

.cont .left .sub_new_cont .li img {width: auto !important;max-width: 100%;}


/*分页样式*/
.pages{clear: both;margin:20px auto 20px auto; padding-top:30px; overflow: hidden; text-align: center;font-size:14px; border-top: 5px solid #f4f5f6;}
.pages ul li{display:inline-block;border: 1px solid #ccc;padding: 6px 15px;margin: 0 1px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pages ul li:hover{background:#0060ff;color:#fff;border: 1px solid #0060ff}
.pages ul li:hover a{color:#fff;}
.pages ul li.thisclass{display: inline-block;border: 1px solid #0060ff;padding:6px 15px;margin: 0 1px;background: #0060ff;color: #fff;}
.pages ul li.thisclass a{color: #fff;}
.pages ul li a{display:block;color:#999}
.pages ul li a:hover{color: #fff;}

.qa_list {
    padding: 30px 10px;
    padding-bottom: 10px;
}

.qa_list li {
    position: relative;
    font-size: 16px;
    margin-left: 15px;
    float: left;
    width: 500px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    overflow: hidden;
}

.qa_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f15656;
}
.qa_list li:nth-child(odd) {
    margin-right: 30px;
}
.qa_list li span {
    float: right;
    font-weight: 100;
    margin-top: 0px;
    color: #5a5a5a;
}

@media screen and (max-width:768px){ 

    .qa_list li {width: 100%;margin-left: 0px;}
	.qa_list li .subsite{font-size:14px;color:#9e9e9e}
    .qa_list li .title {text-overflow: ellipsis;overflow: hidden;white-space:nowrap;width:80%;font-size: 14px;display: block;}
}
@media screen and (max-width:350px){ 
    .qa_list li a {width:40%;}
}