body{product-models-thumbnail
    padding:0;
    margin:0;
}
.body{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
h2{
    margin:0;
    padding:0;
}
a {
    cursor: pointer;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}


img{
    vertical-align: middle;
    object-fit: cover;
}

.colture-img{
	max-height: 10% ;
}

.colture-img img{
    vertical-align: middle;
    object-fit: cover;
	max-width: 60% ;
}

.placeholder {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
/**icon**/
i.xt {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
i.xt.favicon{
    background-image: url(../images/favicon.ico);
}
i.xt.address{
    background-image: url(../images/address.png);
}
i.xt.phone{
    background-image: url(../images/phone.png);
}
i.xt.fax{
    background-image: url(../images/fax.png);
}
i.xt.email{
    background-image: url(../images/email.png);
}
header#header {
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: rgba(36, 36, 36, 0.8);
    position: fixed;
    z-index: 99;
}

.header-logo img{
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

.header-nav {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;

}
.header-nav li{
    max-width: 10%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    text-align: center;
}
.header-nav a{
    width: 100%;
    color: #fff;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.header-nav-eng {
	width: 100%;
    color: #fff;
    padding: 10px;
	font-size:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.header-nav a:hover,.header-nav a.router-link-exact-active.on{
    border-bottom: 1px solid #008cd6;
    color:#008cd6;
}

.header-nav a:hover,.header-nav a.router-link-exact-active-eng.on{
    border-bottom: 1px solid #008cd6;
    color:#008cd6;
}

footer#footer {
    margin-top: 0px;
    width: 100%;
    background: #242424;
}
footer#footer .body {
    padding: 50px 0;
}
.footer-left,.footer-right{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer-left{
    max-width: 60%;
}
.footer-right{
    max-width: 40%;
}


.footer-left li{
    max-width: 33.333%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
.footer-left li span {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding: 10px;
}
.footer-left li a{
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.footer-right h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
}
.footer-right p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: inherit;
    width: 100%;
}




.box_slider {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.box_carousel {
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.box_carousel li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    transition: all 1s;
}
.box_carousel li.on {
    left: 0;
    transition: all 1s;
    z-index: 1;
}
.box_carousel img {
    vertical-align: middle;
    width: 100%;
    height:100%;
    object-fit: cover;
}
.box_trig {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 50%;
    right: 50%;
    z-index: 1;
}
.box_trig li:hover, .box_trig li.on {
    border: 2px solid #ffffff;
    background-color: #30c0ff;
}
.box_trig li, .box_trig li:hover {
    cursor: pointer;
    margin: 0 3px;
    background-color: #fff;
    display: inline-block;
    transition: opacity 1s;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#index-product {
    margin: 50px auto;
    max-width: 1700px;
}
#index-partner {
    margin: 0px auto;
    max-width: 1700px;
}
h2.product-title,h2.partner-title {
    font-size: 24px;
    color: #323232;
    font-weight: 500;
}
a.to-product {
    line-height: 30px;
    color: #323232;
    font-size: 14px;
}

.product-body {
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-top: 50px;
}
.product-module{
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.product-module li{
    max-width: calc(20% - 10px);
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    margin: 0 5px;
}
.product-module a {
    padding: 5px 20px;
    display: block;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.product-module a:hover {
    border-bottom: 1px solid #b7b7b7;
}
.product-module-container {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 70%;
}
img.product-module-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
img.product-module-thumbnail-height {
    height: 100%;
	left:25%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
h3.product-module-title {
    font-size: 16px;
    color: #414141;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
h3.product-module-title:hover{
    color:#30c0ff;
}
#index-poster{
    width:100%;
}
#index-poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#index-partner li {
    margin: 0px;
    width: 10%;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
#index-partner img {
    width: 100%;
    height: 100%;
}

.show-router {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #f0f2f5;
}
.show-router a {
    font-size: 16px;
    color: #666;
    line-height: 50px;
    margin: 0 10px;
}
.show-router a.router-link-exact-active.on,.show-router a:hover{
    color:#30c0ff;
}
h1.show-title {
    width: 100%;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    margin-bottom: 3%;
}
.show-content-show_index {
    text-align: left;
    color: rgb(102, 102, 102);
    line-height: 35px;
    font-family: "SourceHanSans Normal";
    font-size: medium;
    white-space: normal;
    width: 100%;
    border-bottom: 1px dashed #b8b8b8;
    padding-bottom: 20px;
    margin-bottom: 20px;
	margin-left:15%;
	margin-right:15%;
}

.show-content{
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 35px;
    font-family: "SourceHanSans Normal";
    font-size: medium;
    white-space: normal;
    width: 100%;
    border-bottom: 1px dashed #b8b8b8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.banner {
    max-height: 500px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.banner img {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.show-images {
    margin: 0 auto;
}
.show-images img {
    width: 100%;
    height: 100%;
}

.colture-router {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #f0f2f5;
}
a.colture-title {
    width: 100%;
    text-align: center;
    margin: 10px 0 50px 0;
    border-bottom: 1px solid #f0f2f5;
    font-size: 16px;
    color: #666;
    padding: 10px;
    line-height: 50px;
}
a.colture-title:hover {
    color: #30c0ff;
}
.colture-content {
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 30px;
    font-family: "SourceHanSans Normal";
    font-size: medium;
    white-space: normal;
    width: 100%;
    padding-bottom: 20px;
}
.colture-images,.exhibition-images {
    margin: 0 auto;
}
.exhibition-images img{
    max-width: calc(50% - 20px);
    margin: 10px;
}

.product-models {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
.product-models li {
    max-width: calc( 25% - 20px);
    margin: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    cursor: pointer;
}
.product-models-container {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 10px;
}

img.product-models-thumbnail-width{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img.product-models-thumbnail-height{
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-models img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.product-models-title {
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #f5f5f5;
}