b,strong{
    font-weight:600;
}
.main-container {
    overflow: hidden;
}
.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
@media screen and (min-width: 1220px) {
	.no_marginl {
		margin-left: auto !important;
	}
}
@media screen and (min-width:1420px) {
	.wp {
		width: 1400px;
		margin: auto;
	}
}
@media screen and (min-width:1220px) and (max-width:1419px) {
	.wp {
		width: 1200px;
		margin: auto;
	}
}
@media screen and (min-width:1000px) and (max-width:1219px) {
	.wp {
		width: 980px;
		margin: auto;
	}
}
@media screen and (max-width:999px) {
	.wp {
		width: 95%;
		margin: auto;
	}
}
.breadcrumbs {
	position: relative
}

.breadcrumbs::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.breadcrumbs-list {
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
	display: flex;
	padding: 7px 20px 7px 0;
	white-space: nowrap;
	overflow: auto
}

.breadcrumb {
	display: flex;
	align-items: center
}

.breadcrumb::after {
	content: ">>";
	font-size: 14px;
	margin: 0 6px
}

.breadcrumb:last-child::after {
	display: none
}
section{
    margin-bottom:60px;
}
.page-product-items-1{
	width:100%;
	display: flex;
    padding-top: 0;
    background:#faf9f6;
}
.page-product-items-1 .preview-product{
	width: calc(100% - 550px);
    border:1px solid #eee;
    padding:12px;
}
.page-product-items-1 .preview-product img{
	width:100%;
}
.page-product-items-1 .info-block {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    padding: 25px 0px 20px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.hero-info-top {
    margin-bottom: 10px;
    padding-left: 45px;
}
.hero-info-content{
    padding-left: 45px;
}
.hero-info-top .subtitle {
    font-size: 14px;
    text-transform: uppercase;
    order: 1;
    line-height: 2;
    margin-bottom: 10px;
    padding-right: 80px;
    color:#093674;
}
.hero-info-top .deco-title {
    font-size: 28px;
    line-height: 1.22222222;
    font-weight: 600;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color:#093674;

}
.deco-title::after {
    content: "";
    background: #093674;
    display: block;
    height: 2px;
    max-width: 140px;
    margin: 17px 0;
    width: 100%;
    transition: max-width .3s ease;
}
.hero-info-content .content {
    font-size: 18px;
    line-height: 160%;
    color: #093674;
}
.f_body_list li{
    position:relative;
    padding-left: 21px;
    color:#093674;
}
.f_body_list li:before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.6em;
    left: 7px;
    border-radius: 50%;
    background-color: #093674;
}
.hero-info-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 5px;
    width: 100%;
    margin-top: auto;
    background: #093674;
}
.hero-info-top1{
    /*display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 5px;
    width: 100%;
    /* margin-top: auto; */
    background: #093674;
    margin-bottom: 24px;
    margin-top: -24px;
    color: #faf9f6;
    text-align: right;
    height: 22px;
    line-height: 22px;
    padding-right: 24px;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 600;
}
.hero-info-bottom .hero-info-link {
    font-size: 14px;
    display: block;
    position: relative;
    text-align: left;
    padding: 12px 10px;
    vertical-align: middle;
    margin: auto;
    /*border: 1px solid #001740;
    border-radius: 10px;*/
    color: #faf9f6;
}
.hero-info-bottom .hero-info-link img{
	margin-right:6px;
	width:18px;
    margin-bottom:-3px;
}

.page-product-items-2{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}
.section-headline {
/*    margin-bottom: 40px;*/
    margin-bottom:-24px;
    width:200px;
    float:left;
}
.section-headline h2 {
    font-size: 30px;
    line-height: 1.214;
    font-weight: 600;
    color:#093674;
}
.section-headline h2::after {
    content: "";
    background: #093674;
    display: block;
    height: 2px;
    /*max-width: 140px;*/
    margin: 17px 0;
    width: 100%;
    transition: max-width .3s ease;
}
.section-headline .p{
    position:relative;
    padding-left: 21px;
    color:#093674;
}
.section-headline .p:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.6em;
    left: 7px;
    border-radius: 50%;
    background-color: #093674;
}
.product-content {
    font-size: 20px;
    margin: 0 auto;
    line-height: 1.55555556;
    float:right;
    width:calc(100% - 250px);
}
.product-content::after{
    clear:both;
}
.product-content-more {
    overflow: hidden;
    transition: max-height .4s cubic-bezier(0.54,-0.21,0.47,0.79), opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
    display: none;
    margin-top: 24px;
}
.product-content-more.show-more {
    transition: max-height .4s cubic-bezier(0.54,-0.21,0.47,0.79), opacity .3s ease .3s, visibility .3s ease .3s;
    visibility: visible;
    opacity: 1;
    max-height: auto;
    display:block;
}
.pc-btn-wrapper {
    display: flex;
    justify-content: center;
}
.btn-primary {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    font-weight: 600;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    transition: color .3s ease;
    min-width: 130px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    border: 1px solid #001740;
}
.page-product-items-3 .product-content{
	max-width:1200px;
}

.page-product-items-4{

}
.js-accordion-item {
    border-bottom: 1px solid #a8a9ab;
}
.js-accordion-item:first-child {
    border-top: 1px solid #a8a9ab;
}
.acc-title {
    font-size: 16px;
    font-weight: 600;
    padding: 24px 40px 24px 0;
    cursor: pointer;
    position: relative;
    transition: color .3s ease;
}
.acc-title::before, .acc-title::after {
    content: "";
    position: absolute;
    background-color: currentColor;
}
.acc-title::before {
    width: 2px;
    height: 26px;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.acc-title::after {
    width: 26px;
    height: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.acc-content {
    font-size: 16px;
    line-height: 1.625;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease, opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    opacity: 0;
}
.acc-content .table-wrapper {
    font-size: 16px;
}
.table-wrapper table {
    min-width: 800px;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
    max-width: none;
    margin-bottom: 0;
    margin-top: 0;
    width: 100% !important;
    table-layout: fixed;
}
.acc-content th {
    border-bottom: 1px solid #a8a9ab;
    text-transform: none;
    padding: 5px 20px;
    font-weight:600;
}
.acc-content td {
    padding: 14px 20px;
    border:0;
}
.table-wrapper table td,.table-wrapper table th{
	width:auto !important;
}
.acc-content td:first-child{
    font-weight:600;
}
.acc-content tr:first-child td{
    font-weight:600;
    border-bottom: 1px solid #a8a9ab;
}
.acc-content td strong{
	font-weight:600;
}
.acc-content tbody tr:nth-child(2n) {
    background-color: #faf9f6;
}
.acc-content tr th:first-child {
    background-color: #fff;
}
.acc-expand .acc-title {
    color: #c1573f;
}
.acc-expand .acc-title::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.acc-expand .acc-content {
    padding-right: 2px;
    visibility: visible;
    opacity: 1;
    max-height:fit-content;
}

.page-product-items-5{

}
.resources {
    font-size: 14px;
    line-height: 1.71428571;
    margin-top: 23px;
}
.res-item {
    min-height: 39px;
    position: relative;
    padding: 6px 80px 6px 0;
}
.res-item:hover *{
    color:#c1573f;
}
.res-content {
    margin-right: 20px;
    position: relative;
    padding-left: 30px;
}
.res-info {
    word-break: break-word;
}
.res-link strong {
    margin-right: 4px;
    line-height: 1.5;
}
.res-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 5px;
}

.page-product-items-6{

}
.page-product-items-6 ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.page-product-items-6 .product-content ul li{
    width:25%;
    padding:1%;
}
.page-product-items-6 .product-content ul li .img{
    border:1px solid #eee;
}
.page-product-items-6 .product-content ul li .p{
    text-align:center;
    color:#093674;
    padding:6px 0;
}
.page-product-items-6 .more{
    display:block;
    background:#333;
    font-size:16px;
    color:#fff;
    text-align: center;
    line-height: 200%;
    width: fit-content;
    padding: 0 24px;
    margin: auto;
    margin-top: 24px;
    border-radius: 8px;
}

.page-product-items-7{

}
.pro_inq {
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
    border-radius: 5px;
    background: #f9fafa;
}
.pro_inq .title {
    /*background: #242a56 url(../images/nav_bg.jpg) no-repeat;
    background-size: cover;*/
    background: #093674;
    color: #fff;
    padding: 12px 20px 42px 20px;
    font-family: 'Poppins_B';
    font-size: 22px;
    text-transform: capitalize;
}
.pro_inq .text {
    margin-bottom: 10px;
    color: #666;
    line-height: 20px;
    background: #f9fafa;
    margin-top: -50px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 20px;
    margin-top: -30px;
}
.pro_inq .inquiry {
    padding: 20px;
}
.pro_inq .inquiry .row{
    margin:0;
}
.col-sm-12 {
    width: 100%;
}
.pro_inq input{
    border: none;
}
.pro_inq input::placeholder ,.pro_inq textarea::placeholder{
  color: #000; /* 灰色文字更容易看清 */
}
.pro_inq .subject_title {
    border: 1px solid #eee;
    background: #eee;
    line-height: 46px;
    padding: 0px 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 5px;
}
.pro_inq .subject_title span {
    font-size: 14px;
    color: #444;
    margin-right: 10px;
}
.pro_inq .subject_title a {
    color: #333;
    text-decoration: underline;
}
.col-sm-6 {
    width: 50%;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.pro_inq .inquiry .input-group {
    height: 32px;
    margin-bottom: 20px;
    float: left;
    border: none;
}
.pro_inq .inquiry .input-group:nth-child(2n+1){
    padding-left: 15px;
    padding-right: 0px;
}
.pro_inq .inquiry .input-group span {
    display: block;
    position: relative;
}
.pro_inq .inquiry .input-group span:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 14px;
    width: 28px;
    height: 23px;
    display: inline-block;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    z-index: 333;
}
.pro_inq .inquiry .input-group span.ms_e:before {
    background-position: -40px -227px;
}
.pro_inq .inquiry .input-group span.ms_p:before {
    background-position: 0 -227px;
}
.pro_inq .inquiry .input-group span.ms_m:before {
    background-position: -82px -227px;
}
.pro_inq .inquiry .form-control {
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: 50px;
    height: 50px;
    color: #666;
    font-size: 13px;
    width: 100%;
    box-shadow: none;
    padding-right: 45px;
    background-position: 95% 12px;
    background-repeat: no-repeat;
    padding-left: 10px;
    border-radius: 0;
    max-width: 100%;
    border-radius: 5px;
}
.pro_inq .inquiry .input-group span.ms_m .form-control {
    line-height: 30px;
    font-size: 13px;
    height: 150px;
    padding-left: 20px;
    width: 100%;
    color: #999;
    transition: 0.6s all;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    border-radius: 0;
    border-radius: 5px;
}
.pro_inq .inquiry .main_more input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 50px;
    background: url(../images/send_ico.png) no-repeat 85% center, linear-gradient(to right top, #093674, #093674);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    transition: 0.5s all;
    border-radius: 30px;
}

@media (max-width: 768px) {
  .page-product-items-1{
    display:block;
  }
  .page-product-items-1 .preview-product{
    width:100%;
  }
  .page-product-items-1 .info-block{
    width:100%;
    max-width:100%;
  }
  .section-headline{
    width:100%;
    float:none;
    margin-bottom:24px;
  }
  .product-content{
    width:100%;
    float:none;
  }

  .page-product-items-6 .product-content ul li{
    width:50%;
  }
}