
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none;
}

body {
    line-height: 1;
	overflow-x: hidden;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

input, select {
    vertical-align: middle;
}

.index-top {
    background-color: #f8f8f8;
    line-height: 30px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    color: #999999;
}
.dis-flex {
    display: flex
}

.flex-x {
    display: flex;
    justify-content: center;
}

.flex-y {
    display: flex;
    align-items: center;
}


.menu {
    display: flex;
    flex: 0 0 100%;
    height: 60px;
}

.menu ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 0 0 100%;
}

.menu ul li {
    height: 100%;
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
}

.menu ul li a {
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98%;

}

.menu ul li a:hover {
    color: black;
    background-color: white;

}
.menu ul li.active a{
    color: black;
    background-color: white;
}
.index-top a {
    margin: 0 5px;
    color: #999999;
}

.index-logo{
    display: flex;
    align-items: center;
}
.index-logo img {
    max-height: 80px;
}
.index-logo h2{
    font-size: 1.5em;
    margin-left: 5%;
}

.logo-right {
    text-align: left;
    margin-left: 10px;
}

.logo-right-meg {
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.logo-right-phone {
    font-size: 26px;
    font-family: Impact, Charcoal, sans-serif;
    color: #3eadf2;
    line-height: 1;
    margin-top: 6px;
}

.section3 {
    background-color: #0689db;
}

.section3 ul {
	display:flex;
	justify-content:space-evenly;
}
.section3 ul li{
    width:100%;
}
.section3 ul li  a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
}

.section3 ul li a {
    color:white;
}

.section3 ul li.active , .section3 ul li:hover  {
    color: white;
    background-color: #0b70bd;
}

a {
    color: #666666;
}

a:hover {
    color: #0084e9
}

.section5 {
    padding-top: 30px;
    background-color: #f5f5f5;
    padding: 20px;
}

.section5 .product-name {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin-bottom: 15px;
}

.section5 .product-list {
    border: solid 1px #dddddd;
    border-top: none;
}

.section5 .product-list ul {
}

.section5 .product-list ul li i {
    margin-right: 10px;
}

.section5 .product-list ul li a {
    display: block;
    padding: 15px 12px;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
}


.section5 .product-right-name {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    background-color: #0689db;
    padding: 10px 20px;

}

.section5 .product-right-list {
    background-color: #ffffff;
    border-top: 2px solid #3eadf2;
    overflow: hidden;
    background-color: white;
}

.section5 .product-right-list .goods-item {
    margin: 20px auto;
}

.section5 .product-right-list .goods-img a {
    display: block;
    box-shadow: 3px 3px 6px #efefef;
    border: 1px solid #dddddd;
}

.section5 .product-right-list .goods-img img {
    width: 100%;
}

.section5 .product-right-list .goods-title {
    display: block;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.section5 .goods-more {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 1200px;
    overflow: hidden;
}
@media (min-width: 1360px){
.index-service .container {
    width: 1345px;
    overflow: hidden;
}
}
@media (min-width: 1440px){
.index-service .container {
    width: 1425px;
    overflow: hidden;
}
}
.section6 {
    background-image: url("/static/web/img/about.jpg");
    padding-top: 30px;
    padding-bottom: 60px;
}

.section6 .section-title {
    color: white;
}

.section-title {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #0689db;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #85cafd;
}

.section-title h2 {

}

.section-title a {
    font-size: 14px;
    line-height: 24px;
}

.section6 .index-about {
    padding-top: 20px;
    color: white;
}

.section6 .index-about img {
    width: 100%;
}

.section6 .index-about .about-other {
    margin: 30px;
}
.section6 .about-content{
    font-size: 1em;
    line-height: 1.5em;
    text-indent: 2em;
    letter-spacing: 2px;
}
.section6 .about-content p, .section6 .about-content span {
    color: white !important;
}

.section7 {
    margin-top: 30px
}

.section7 .index-honour img {
    object-fit: cover;
}

.section8 {
    background-image: url(/static/web/img/index-middle-banner.jpg);
    margin-top: 40px;
}

.section8 .middle-banner-title {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.section8 .middle-banner-title .middle-title-1 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 50px;
}

.section8 .middle-banner-title .middle-title-2 {
    font-size: 30px;
    color: #ffd000;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 40px;
}

.section9 {
    margin-top: 40px;
}

.section9 .section-title {
    margin-bottom: 10px;
}

.section9 ul {
}

.section9 ul li {
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.section9 ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.section9 ul li i {
    margin-right: 10px;
}

.section9 ul li span {
    color: #999999
}

.section9 ul li .index-news-img img {
    width: 100%;
}

.section9 ul li .index-news-img {
    max-height: 100px;
}

.section9 ul li.index-news-first span {
    margin-top: 10px;
    color: #999999;
    display: block;
    font-size: 14px;
}

footer {
    background-color: black;
    border-top: 2px solid #dedede;
    font-size: 14px;
    margin-top: 30px;
    color: white;
}

footer .footer-content {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
footer .footer-site-name{
    font-size: 1.5em;
    margin-bottom: 1em;
    border-bottom: solid 1px white;
    padding-bottom: 1em;
    margin-left: 32px;
    width: 60%;
}
.footer-image {
    display: flex;
    justify-content: flex-end;
}

.footer-nav {
}

.footer-nav ul li {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.footer-nav ul li a {
    color: white;
}

.footer-bottom {
    font-size: 14px;
    margin-top: 20px;
}

.footer-bottom ul li {
    margin: 10px;
}

.footer-bottom ul li a {
}
footer .footer-more-bottom{
    margin:20px;
    text-align: center;
}
.list-content {
    margin-top: 30px;
}

.list-left-first {

}

.list-content .first {
    display: block;
    background-color: #0689db;
    padding-left: 25px;
    font-size: 18px;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-left-first ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 25px;
    border: 1px solid #ddd;
    border-top: none;
    cursor: pointer;
}

.list-left-first ul li:hover, .list-left-first ul li.active {
    color: #0084e9;
    background-color: #f8f8f8;
}

.list-left-first ul li a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.list-left-first ul li.active a {
    color: #0084e9;
}

.list-left-first ul li i {
    margin-right: 20px;
}

.list-left-sub {
    border: solid 1px #ddd;
    padding-bottom: 20px;
    margin-top: 20px;
}

.list-left-sub ul {
    margin: 10px;
}

.list-left-sub ul li {
    margin: 10px auto;
    font-size: 14px;
}

.content-body {
    border: 1px solid #dddddd;
    border-top: 2px solid #0689db;
    padding: 20px;
    line-height: 180%;
    overflow: hidden;
}
.content-body>div{
    height:210px;
}

.list-right {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.list-right .right-title {
    font-size: 18px;
}

.content-img .content-body-img ,.content-img .content-body-img:hover{
    display: block;
    box-shadow: 3px 3px 6px #efefef;
    overflow: hidden;
}
.content-img .content-body-title {
    display: block;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
}
.pages{
    display: flex;
    justify-content: center;
    margin-top:20px;
}

.goods-body .goods-body-title{
    font-size: 16px;
    height: 36px;
    line-height: 40px;
    color: #0689db;
    padding-left: 20px;
    background-color: #f5f5f5;
    font-weight: bold;
    margin-top: 20px;
}
.goods-head .goods-head-data {
    padding-top:20px;
}
.goods-head .goods-right-title{
    color: #0689db;
    font-size: 18px;
}
.goods-head .goods-right-intro{
    margin-top: 10px;
    font-size: 16px;
}
.goods-head .goods-right-selling{
    margin-top: 10px;
    margin-right: 20px;
}
.goods-head .goods-right-phone{
    margin-top: 10px;
    font-size: 18px;
    color: #fa8602;
    margin-bottom: 20px;
}
.goods-contact h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.goods-contact ul li{
    margin-top: 10px;
    line-height: 1.5;
    font-size:16px;
}
.news-list{
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}
.news-list .news-img{
    display:block
}
.news-list .news-img img{}
.news-list .news-menu{
    display:flex;
    flex-flow: column;
}
.news-list .news-menu .news-title{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;}
.news-list .news-menu span{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-list .news-menu .news-more{
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #0084e9;
}

.article-hot{
    margin-top:20px;
}
.article-hot ul li{
    border-bottom: 1px dashed #dddddd;
}
.article-hot ul li i{
    font-size: 10px;
    color:#0689db;
    margin-right:10px;
}
.article-hot ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.index-title {
    display: flex;
    flex-flow: column;
    margin: 50px auto 50px;
    align-items: center;
}

.index-title h2 {
    font-size: 1.5em;
    font-weight: bolder;
    letter-spacing: 0.5em;
}

.index-title h1 {
    font-size: 1.2em;
    font-weight: bolder;
    margin-top: 0.5em;
}

.product-item {
}

.product-item .product-item-top {
    margin-bottom: 20px;
}

.product-item .product-detail ul {
}

.product-item .product-detail ul li {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding-right: 0;
}

.product-item .product-detail ul li h2 {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: black;
    color: white;
    justify-content: center;
}

.product-item .product-detail ul li img {
}

.product-item .product-detail ul li .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 118, 118, 0.48);
    opacity: 0;
    flex-flow: column nowrap;
}

.product-item .product-detail ul li a:hover .mask {
    opacity: 1;
}

.product-item .product-detail ul li .mask h3 {
    color: white;
    border: solid 1px white;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 0.8em;
    margin-top: 5%;
}

.product-item .product-detail ul li .mask h4 {
    color: white;
}

.product-item .tabtit{
	margin:0 0;
}
.product-item .tabtit ul{
	width:100%;
	text-align:center;
}
.product-item .tabtit ul li{
    width: 180px;
    max-width: 40%;
    padding:10px 20px;
	list-style: none;
	display: inline-block;
	margin:0 1rem;
	text-align: center;
	border: 1px solid rgb(217, 217, 217);
	cursor: pointer;
}
.product-item .tabtit ul li span{
	font-size:1em;
	color:#333;
}
.product-item .tabtit ul li.active,.product-item .tabtit ul li:hover{
	background-color: rgb(89, 112, 186);
	border: 1px solid rgb(89, 112, 186);
}
.product-item .tabtit ul li.active span,.product-item .tabtit ul li:hover span{
	color: #fff;
}
.product-item .product-tab{
    padding-top:3em;
	overflow:hidden;
}
.product-item .product-tab ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center; 
} 
.product-item .product-tab ul li{
	width:25%;
	max-width:45%;
	margin-bottom:2%;
	padding: 0px 25px;
}
.product-item .product-tab ul li .imgbox{
    width:100%;
	overflow: hidden;
}
.product-item .product-tab ul li .imgbox img{
	width:100%;
	max-width:100%;
	max-height:100%;
}
.product-item .productbox ul li .txtbox{
    margin-top:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.product-item .product-tab ul li .txtbox h3{
    width:100%;
	font-size:16px;
	color:#333;
	text-align: center;
}
.product-item .product-tab ul li .btnbox{
    padding:8px 10px;
	margin: 1rem auto 1rem auto;
	max-width: 8em;
	background: #fff;
	border: 1px dashed rgb(217, 217, 217);
	text-align: center;
}
.product-item .product-tab ul li .btnbox .btntxt{
	font-size:14px;
	color:#666;
}
.product-item .product-tab ul li .btnbox:hover{
	background: rgb(204, 0, 0);
	border: 1px solid rgb(204, 0, 0);
}
.product-item .product-tab ul li .btnbox:hover .btntxt{
	color: #fff;
}

.news-list-title ul {
    display: flex;
    justify-content: center
}

.news-list-title ul li a {
    display: inline-block;
    margin: 20px 30px;
    border: solid 1px #d48f10;
    color: #d48f10;
    padding: 10px 20px;
}

.news-list-title ul li a:hover {
    background-color: #d48f10;
    color: white;
}
.news-list-title ul li.active a {
    background-color: #d48f10;
    color: white;
}

.news-list-date {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border: solid 1px black;
    padding: 10px;
}

.news-list-date h2 {
    font-weight: bolder;
    margin-bottom: 10px;
}

.news-list-date span {
    font-size: 0.5em;
    font-weight: bolder;
}

.news-list-titles {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    font-weight: bolder;
    letter-spacing: 0.2em;
}

.news-list-content {
    color: gray;
    letter-spacing: 0.1em;
    font-size: 0.9em;
    text-indent: 2em;
}

.news-list-more {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
}

.news-list-more a {
    color: white;
    padding: 10px;
    font-weight: bolder;
    background: orange;
    font-size: 0.9em;
}

.news-list-page {

}
.product-list {
}

.product-list .product-list-title {
    text-align: center;
    color: snow;
}

.product-list .product-list-title h2 {
    font-weight: bolder;
    font-size: 1.5em;
    margin: 0.5em auto;
    display: inline-block;
    margin-right: 0.2em;
    letter-spacing: 0.2em;
}

.product-list .product-list-title span {
    font-size: 0.5em;
    letter-spacing: 0.1em;
}

.product-list .product-category {
    margin-top: 0px;
}

.product-list .product-content {
    flex-flow: column nowrap
}

.product-list .product-content ul {
    width: 100%;
}

.product-list .product-content ul.product-item li {
    margin-top: 20px;
    overflow: hidden;
}

.product-list .product-content ul.product-item li a {
    overflow: hidden;
    display: inline-block;
    position: relative;

}

.product-list .product-content ul.product-item li a:hover  img{

    transform: scale(1.4);
}

.product-list .product-content ul.product-item li a img {
    transition: all 0.6s;
}

.product-list .product-content ul.product-item li a span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background: black;
    color: white;
    bottom: 0;
}

.product-list .product-category ul {
    background-color: black;
    padding-bottom: 100%;
}

.product-list .product-category ul li {
    letter-spacing: 0.2em;
    border-bottom: solid 1px gray;
}

.product-list .product-category ul li.product-category-index {
    font-size: 2em;
    text-align: center;
    background: #d48f10;
}

.product-list .product-category ul li.product-category-index span {
    font-size: 0.5em;
    display: inline-block;
    margin: 10px;
    letter-spacing: 0.2em;
}

.product-list .product-category ul li a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 120px;
}

.product-list .product-category ul li a:hover {
    background-color: #d48f10;
}
.product-list .product-category ul li.active a {
    background-color: #d48f10;
    transition: all 0.6s;
}

.index-news {
    margin: 30px auto;
}

.index-news .news-title {
}

.index-news .news-title h2 {
    font-weight: bolder;
    letter-spacing: 0.2em;
    margin: 10px;
    font-size: 1.2em;
}

.index-news .news-title h3 {
    margin-left: 2em;
}

.index-news-list {
}

.index-news-list ul {
    display: flex;
    flex-flow: column nowrap;
}

.index-news-list ul li {
    margin: 0.5em;
    padding: 0.5em;
    border-bottom: solid 1px #e2e2e2;
}

.index-news-list ul li.news-list-first {
}

.index-news-list ul li a {
}

.index-news-list ul li a img {
}

.index-news-list ul li a h2 {
    font-weight: bolder;
    letter-spacing: 0.2em;
    margin-left: 1em;
}

.index-news-list ul li a p {
    letter-spacing: 0.1em;
    font-size: 0.9em;
    text-indent: 2em;
    margin: 20px;
    word-wrap:break-word;
}
.index-news-list ul li a .index-news-date{
    font-size: 0.9em;
}

.index-search {
    justify-content: flex-end;
}
.goods-detail-content {
    background: #e1740b;
    color: white;
    font-size: 1.5em;
    padding: 20px;
    display: flex;
    letter-spacing: 0.2em;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.goods-detail-content span {
    font-size: 0.5em;
    margin-top: 0.5em;
}

.product-detail .product-detail-img {
    background-color: #d6d5dc;
}

.product-detail .product-detail-img img {
    width: 50%;
}

product-detail-data {
    position: relative;
}

.product-detail-data h2 {
    font-weight: bolder;
    font-size: 1.2em;
	padding-left:10px;
}

.product-detail-data .sell-point {
}

.product-detail-img-list {
    position: absolute;
    bottom: 0;
}

.product-detail-img-list ul {
}

.product-detail-img-list ul li {
}

.goods-show-thumb {
    cursor: pointer;
}
.show-store{
    position: absolute;
    top: 0 ;
    right: 0;
}
.show-store img{
    max-width: 80px;
}
.goods-detail-bottom {
    background-color: #101922;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.goods-detail-bottom a {
    color: white;
    line-height: 3em;
}
.channel-banner{width:100%; height:300px; background-repeat:no-repeat; background-position:center center; overflow:hidden;}
.text-white{ color:#fff;}
.banner-info{margin:100px; auto;}
.banner-info h3{font-size:2.2rem; line-height:1.8;}
.banner-info .Conv_DINCondensedC {font-size:1.2rem; line-height:1.8; opacity:.6;}
.site-culture{padding-bottom:4rem;}

.rowList { max-width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; } 
.c4dgiaprL {justify-content: flex-start;}
.ce2kcuorL {justify-content: flex-end;}
.rowList .col { box-sizing:border-box;position: relative; } 
.boxSiz { position: relative; } 
.rowListBg { position: absolute;top:0;bottom:0;left:0;right:0;z-index: 0;content:'' } 
.col-box { height:100%;zoom: 1;border: 1px solid transparent; margin: -1px; } 
.col-box .textLineP { border: 0px solid transparent; }  
 
.sidebarBox { z-index:2000; } 
.gotop { background-image:none;border-radius:0; } 

.rowList,.row_line { max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width: 100%; } 
.rowList .colList { box-sizing:border-box;display: inline-block; } 
.rowList .col,.row_line .rowcol {width:40%; box-sizing:border-box;display: inline-block; } 
.relative,.row_line,.row_line .rowcol { position:relative } 
.row_line { box-sizing: border-box; } 
.boxCont  { position: relative;} 

.listTxt { position:relative } 
.rList .listTxt>div p,.rList .listTxt p,.rList  .listTxt .textLineP { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical; } 
.listTxt .textLineP { overflow: hidden; } 
.listTxt>a,.listTxt { display:block;box-sizing:border-box } 
.listTxt ul p,.listTxt ol p { display: inline-block;vertical-align: top;max-width:calc(100% - 25px); } 
.listTxt ul,.listTxt ol { list-style-position: inside; } 
table[align="center"] { margin: 10px auto; } 

.rtl .listTxt .textLineP { text-align: right!important; } 

.advanced-arrow .left-arrow,.advanced-arrow .right-arrow  {  background: rgba(0, 0, 0, 0.2);cursor: pointer;position: absolute;top: 50%;  margin-top: -30px  }  
.left-arrow.left-icon  {  left: 10px;height:50px;width:50px;text-align:center;line-height:50px;padding:0px;  }  
.right-arrow.right-icon  {  right: 10px;height:50px;width:50px;text-align:center;line-height:50px;padding:0px;  }  
.left-arrow  {  left: 10px;padding:10px;  }  
.right-arrow  {  right: 10px;padding:10px;  }  
.bxslider {  backface-visibility: hidden;transform-style: preserve-3d; } 

.rowList { max-width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative } 
.rowList .colList { box-sizing:border-box; } 
.relative { position:relative  } 

.c4dgiap>.rowListBg{background:no-repeat;background-position:right center;}
@media screen and (min-width:961px){.c4dgiap{margin:1% 0% 1% 0%;}}
.ce2kcuo>.rowListBg{background:no-repeat;background-position:left bottom;}
@media screen and (min-width:961px){.ce2kcuo{margin:1% 0% 1% 0%;}}
.ce2bbl1>.rowListBg{background:no-repeat center center / contain;background-position:right top;}
@media screen and (min-width:961px){
.ce2bbl1{margin:2.22% 0% 1% 0%;padding-bottom:50px;}
.c4de4jjA{margin:1rem 0% 1rem 0%;font-weight:bold;font-size:1.5rem;font-family:Arial;color:rgb(0, 0, 0);}
.c4de4jjA .pagepointA{font-weight:bold;font-size:1.5rem;font-family:Arial;color:rgb(0, 0, 0);}
.c4de4jjA.overflowHiding{overflow: hidden;}
.c4de4jjA.overflowScrolling{overflow-y: auto;}
.c4di3chA{margin:3% 2% 3% 2%;font-size:1.2rem;font-family:Arial;line-height:175%;color:#666;}
}

@media screen and (max-width: 960px)  { 
.sListTypeimage { display:none; } 
.index-yingy .container{padding:0px;}
.c4dgiap{margin:3% 0% 3% 0%;}
.rowListBg,.ce2kcuo>.rowListBg{ background-position: center center; background-size:cover;}
.rowList .col, .row_line .rowcol{width:80%; margin:10% auto;}
.texttit {text-align:center; font-size:1.3rem;}

 } 
 
.c4d87ksboxCont{width:100%; margin:15% 0%; background-color:rgba(238, 238, 238, 0.73);}
.c4d87ksboxCont.overflowScrolling{overflow-y: auto;}
.c4d87ksBox{padding:7% 8% 7% 8%;}
.ce22fdjboxCont{width:100%; margin:15% 0%;background-color:rgba(238, 238, 238, 0.73);}
.ce22fdjboxCont.overflowScrolling{overflow-y: auto;}
.ce22fdjBox{padding:7% 8% 7% 8%;}
.ce25e57boxCont{width:100%; margin:15% 0%;background-color:rgba(245, 245, 245, 0.81);}
.ce25e57boxCont.overflowScrolling{overflow-y: auto;}.ce25e57Box{padding:7% 8% 7% 8%;}
.c47frg0A{margin:1.94% auto 0% 62.52%;max-width:19.1rem;font-size:1rem;font-family:微软雅黑;color:rgb(152, 0, 0);background:rgb(255, 255, 255);border-radius:10px;box-shadow:0px 0px 9px 2px rgba(102, 0, 0, 0.4);text-align:center;}
.c47frg0TextBox {padding:10px 3px 10px 3px;}
.c47frg0A:hover{font-size:1rem;color:#fff;background:rgb(67, 67, 67);}
.c47frg0A  .c47frg0Te .pagepointA{font-size:1rem;font-family:微软雅黑;color:rgb(152, 0, 0);}
.c47frg0A:hover .c47frg0Te .pagepointA{font-size:1rem;color:#fff;}
.c47frg0Ic{max-width:1.5rem;max-height:1.5rem;line-height:1.5rem;font-size:1.5rem;}
.c47frg0Ic .btnImg{width:1.5rem;height:1.5rem;}
.c47frg0A:hover .pagepointA{color:#fff;}
.c47frg0A.backgroundAnimation:before,.c47frg0A.backgroundBottomAna:before{background:rgb(67, 67, 67);}
.c47frg0A.backgroundAnimation:hover,.c47frg0A.backgroundBottomAna:hover{background:transparent;}
.c47frg0Te{padding-right:10px;}
.c4de4jjA{margin:4.3374316939891% 0% 0% 0%;font-weight:bold;font-size:1.5rem;font-family:Arial;color:rgb(0, 0, 0);}
.c4de4jjA .pagepointA{font-weight:bold;font-size:2rem;font-family:Arial;color:rgb(0, 0, 0);}
.c4de4jjA.overflowHiding{overflow: hidden;}
.c4de4jjA.overflowScrolling{overflow-y: auto;}
.c4di3chA{margin:4% 0% 6% 0%;font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.c4di3chA .pagepointA{font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.c4di3chA.overflowHiding{overflow: hidden;}
.c4di3chA.overflowScrolling{overflow-y: auto;}
.ce288vpA{margin:4.3374316939891% 0% 0% 0%;font-weight:bold;font-size:1.5rem;font-family:Arial;color:rgb(0, 0, 0);}
.ce288vpA .pagepointA{font-weight:bold;font-size:2rem;font-family:Arial;color:rgb(0, 0, 0);}
.ce288vpA.overflowHiding{overflow: hidden;}
.ce288vpA.overflowScrolling{overflow-y: auto;}
.cghdt01A{margin:3.48% 0% 0% 0%;padding:0% 0% 8% 0%;font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.cghdt01A .pagepointA{font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.cghdt01A.overflowHiding{overflow: hidden;}
.cghdt01A.overflowScrolling{overflow-y: auto;}
.ce1lebqA{margin:2.8846153846154% 0% 0% 0%;font-weight:bold;font-size:2rem;font-family:Arial;color:rgb(0, 0, 0);}
.ce1lebqA .pagepointA{font-weight:bold;font-size:2rem;font-family:Arial;color:rgb(0, 0, 0);}
.ce1lebqA.overflowHiding{overflow: hidden;}
.ce1lebqA.overflowScrolling{overflow-y: auto;}
.cghcsguA{margin:2.7322404371585% 0% 5% 0%;font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.cghcsguA .pagepointA{font-size:1rem;font-family:Arial;line-height:175%;color:#666;}
.cghcsguA.overflowHiding{overflow: hidden;}
.cghcsguA.overflowScrolling{overflow-y: auto;}
@media (max-width: 768px) {
    .container{width: 100%;}
}