.layout-mobile {
	padding: 0;
}
.product-view {
    width: 100%;
}
.block {
	margin-bottom: 30px;
}
.block .position {
	width: 100%;
	margin-top: 30px;
}
.block .position a,
.block .position span {
	display: inline-block;
	padding-right: 5px;
	font-size: 14px;
	color: #333;
    text-transform: capitalize;
}
.block .classes {
	margin-top: 30px;
}
.block .classes h3 {
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}
.block .classes p {
	/*text-align: justify;*/
	line-height: 1.5;
	margin-top: 10px;
	color: #666;
	font-size: 16px;
}
.block .classes .class-info p {
	text-align: center;
}
.block .classes .class-name ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:center;
}
.block .classes .class-name ul li {
	padding: 10px 30px;
	background-color: #303030;
	margin: 30px 20px;
	border-radius: 5px;
}
.block .classes .class-name ul .current {
	background-color: #333;
}
.block .classes .class-name ul li:hover {
	background-color: #333;
}
.block .classes .class-name ul li a{
	display: block;
	color: #fff;
	font-size: 20px;
}
.block .classes .class-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.block .classes .class-content img {
	text-align: center;
	margin: 20px 0;
}

.block .class-content .news-list {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.block .class-content .news-item {
	    display: block;
	    box-sizing: border-box;
	    width: 31.333333333%;
	    margin: 15px 1%;
	    background-color: #fff;
}
.block .class-content .news-item .news-img {
	float: left;
	width: 100%;
}

.block .class-content .news-item .news-img img {
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.block .class-content .news-item .news-info {
	float: right;
	width: 100%;
	text-align: left;
	padding: 15px;
}
.block .class-content .news-item .news-info span {
	display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.block .class-content .news-item .news-info p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.block .class-content .news-item .news-info .news-btn {
    display: block;
    background-color: #999;
    color: #fff;
    width: 120px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
}
.block .class-content .news-item .news-info .news-btn:hover {
	background-color: #303030;
}
.block .layout .page {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px; 
}
.block .layout .page a {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
}
.block .layout .page a:hover {
	color: #fff;
	font-weight: 700;
	background-color: #333;
}
.block .layout .page .current {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	background-color: #333;
}

.col-l-1 {
	float: left;
	text-align: left;
	width: 50%;
}
.col-l-2 {
	float: left;
	text-align: left;
	width: 100%;
}
.col-r-1 {
	float: right;
	text-align: right;
	width: 50%;
}
.col-r-2 {
	float: right;
	text-align: right;
	width: 100%;
}
.block .class-content .form .form-item textarea ,
.block .class-content .form .form-item input {
	box-sizing: border-box; 
	width: 98%;
	line-height: 40px;
	padding: 0 5px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.block .class-content .form .form-item textarea {
	min-height: 100px;
	width: 100%;
}
#submit {
	background-color: #303030;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	width: 200px;
	margin-top: 20px;
}
#submit:hover {
	background-color: #333;
}
/*.block .class-content .form .form-item {
	
}*/
.block .class-content .form .form-item img {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.block .classes .inquiry h3 {
	text-align: center;
	margin-bottom: 30px;
	color: #666;
}
.block .classes .contact .contact-content {
	float: left;
	width: 70%;
	text-align: left;
}
.block .classes .contact .contact-content h3 {
	color: #333;
	text-align: left;
	line-height: 40px;
}
.block .classes .contact .contact-content a,
.block .classes .contact .contact-content span {
	display: inline-block;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
}
.block .classes .contact .contact-img {
	float: right;
	width: 30%;
	text-align: center;
}
.block .classes .contact .contact-img img {
	width: 50%;
}
.block .classes .contact {
	background-color: #fff;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.block .class-content .download-list {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}
.download-list .download-item {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.download-list .download-item .download-img {
	width: 8%;
	float: left;
}
.download-list .download-item .download-img img {
	width: 100%;
	margin: 0;
}
.download-list .download-item .download-info {
	width: 86%;
	float: right;
	text-align: left;
}
.block .download-list .download-item .download-info span {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.download-list .download-item .download-info a {
	display: block;
	display: block;
	background-color: #303030;
	color: #fff;
	padding: 10px 0;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.block .product-right,
.block .product-left {
	margin-top: 30px;
}
.block .product-left {
	float: left;
	width: 25%;
}
.block .product-left h3 {
	padding: 20px 10px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.block .product-left ul {
	border: 1px solid #ccc;
}
.block .product-left ul ul {
	border: 0;
	display: none;
}
.block .product-left ul li {
	position: relative;
}
	.block .product-left .product-nav ul li span {
		background: url(https://i.trade-cloud.com.cn/NewImages/images/product_01.png);
		display: block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 0;
		top: 15px;
		transform: translate(-50%,0%);
	}
.block .product-left .product-list ul li .btn:hover {
	font-weight: 300;
}
.block .product-left .product-nav ul li a {
	display: block;
	padding: 15px 20px 15px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 14px;
}
.block .product-left .product-list ul li .btn span {
	width: auto;
	padding: 10px 15px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}
.block .product-left .product-list ul li .btn span:hover {
	background-color: #5c9508;
}
.block .product-left ul li a:hover {
	font-weight: 700;
}
.block .product-left ul li .current {
	background: inherit;
	font-weight: 700;
}
.block .product-left ul li ul li {
	padding-left: 10px;
}
	.block .product-left .product-nav ul li ul li a {
		background: url(https://i.trade-cloud.com.cn/NewImages/images/home_5.png) no-repeat;
		background-position-y: 15px;
		padding-left: 16px;
	}
.block .product-left .product-list {
	margin-top: 30px;
}
.block .product-left .product-list li {
	padding: 0 10px;
}
.block .product-left .product-list li a {
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items:center;
	padding: 15px 0;
	border-bottom:1px solid #ccc; 
}
.block .product-left .product-list img {
	width: 30%;
}
.block .product-left .product-list span {
	display: inline-block;
	width: 65%;
	margin-left: 5%;
}
.block .product-right {
	float: right;
	width: 72%;
	border-top: 2px solid #333;
}
.product-right h3 {
	font-size: 24px;
	line-height: 150%;
	margin-top: 30px;
}
.block .product-right .product-info p {
	margin-top: 30px;
	font-size: 14px;
	/*text-align: justify;*/
	color: #666;
	line-height: 150%;
}
.block .product-right .product-list .product-item {
	width: 100%;
	box-sizing: border-box;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:space-between;
	padding: 30px 20px 20px 20px;
	border-bottom:1px solid #ccc; 
}
.block .product-right .product-list .product-item .product-img {
	width: 30%;
	border: 1px solid #eee;
} 
.block .product-right .product-list .product-item .product-img img {
	width: 100%;
	margin: 0;
}
.block .product-right .product-list .product-item .product-info {
	width: 68%;
	margin: 0;
} 
.block .product-right .product-list .product-item .product-info span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
}
.block .product-right .product-list .product-item .product-info p {
	display: block;
	line-height: 120%;
	font-size: 14px;
}
.block .product-right .product-list .product-item .product-info .btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding:10px 20px;
	background-color: #303030;
	color: #fff;
	margin-top: 30px;
	margin-right: 10px; 
}
.block .product-right .product-list .product-item .product-info .btn:hover {
	background-color: #333;
}


.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
	color: #555;
}

.owl-theme .owl-nav [class*="owl-"] {
	background-color: inherit;
	font-size: 20px;
	color: #555;
	padding: 0;
}

.banner img {
	width: 100%;
}
.shown_products_a_left,
.shown_products_a_right {
	margin-top: 30px;
}
.shown_products_a_right {
	    float: right;
	    text-align: left;
	    width: 58%;
}

.shown_products_a_left {
	float: left;
	border: 0;
	padding: 2px;
	width: 40%;
}
.shown_products_a_right h1 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.block .shown_products_a_right h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
	font-weight: normal;
}

.block .shown_products_a_right h2 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	color: #666;
}
.shown_products_a_right h4 {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 20px;
}
.shown_products_a_right h4 a {
	background-color: #303030;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #FFF;
	font-weight: bold;
}
.shown_products_a .current {
	background-color: inherit;
}
.shown_products_b {
	width: 100%;
	height: auto;
	margin-top: 10px;
	float: left;
}
.shown_products_b_a {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.op {
	float: left;
	width: 100%;
}
.shown_products_b_a h2 {
	width: 100%;
	text-indent: 20px;
	float: left;
	height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #303030;
	line-height: 40px;
}
.opt {
	float: left;
	width: 100%;
	margin-top: 1%;
	font-size: 14px;
	word-wrap: break-word;
	white-space: normal;
	word-break: normal;
}
.opt_pt {
    float: left;
    font-size: 16px;
    margin-top: 1.5%;
    width: 100%;
    color: #666;
}
.opt h3 {
	margin-right: 10px;
	margin-top: 0;
	font-size: 14px;
	
}

.block .opt h3 a {
	float: left;
	display: inline-block;
	margin-right: 20px;
}

#proabout a {
	background-color: #333;
	color: #fff;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0.5% 0.5% 0.5% 0.5%;
	float: left;
}

.plane-body {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

#form-group-6 {
    width: 100%;
    float: left;
}
.form-group {
    margin-bottom: 15px;
}
#form-group-11 {
    width: 48%;
    float: left;
}
#form-group-12 {
    width: 48%;
    float: right;
}
#form-group-14 {
    width: 100%;
    float: left;
}
#form-group-4 {
    width: 48%;
    float: right;
}
.form-group .form-control {
    background-color: #ccc;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
}

input[type="text"], input[type="password"], input[type="button"], input[type="reset"], input[type="submit"], select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.form-control {
    padding: 3px 5px;
    height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
.btn.btn-submit {
	border: 0;
	box-sizing: border-box;
	color: #fff;
	background-color: #333;
	float: right;
	font-size: 18px;
	height: auto;
	margin-top: 0;
	padding: 10px;
	text-align: center;
}
#AboutPro {
    width: 100%;
    float: left;
}
#AboutPro h3 {
    width: 33.333%;
    float: left;
    margin-right: 0;
    text-align: center;
}
#AboutPro h3 a.proli1 {
    padding-bottom: 0;
}
#AboutPro h3 a {
    padding: 5%;
    line-height: normal;margin-right:0;
}

#AboutPro h3 a.proli2{white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;}
.content_scene_cat a {
    color: #333;
    padding-left: 1%;
    padding-right: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0%;
    float: left;
}
.proli1 {
    width: 100%;
    float: left;
}
#AboutPro h3 a img {
    max-width: 100%;
    border: solid 1px #ccc;
}

.productsTags {
	line-height: 120%;
	color: #666;
}
.form-item {
    margin-bottom:10px;
}

.image-additional  .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    padding: 0; 
    background: inherit; 
    color: #666;
}

.block .product-right .product-info a p {
    text-align: left;
}
.block .class-content .news-item {
    padding: 0;
    border: 1px solid #eee;
}
.block .product-right .product-list .product-item .product-img {
    border: 1px solid #eee;
}

.block .class-content .news-item .news-img {
    border-bottom: 1px solid #eee;
}

.block .class-content .news-item .news-img img {
    height: auto;
}

.block .class-content .news-item .news-info .news-btn {
    background-color: #999;
    padding: 0;
    width: 120px;
    border-radius: 100px;
}

.block .class-content .news-item .news-info .news-btn:hover {
    background-color: #303030;
}

.block .class-content .news-item .news-info {
    padding:15px;box-sizing: border-box;
}

	.block .class-content .news-item .news-info .news-btn {
		line-height: 30px;
		margin-top: 20px;
	}

.form-item {
	text-align: center;
}
.product-right  .product-info{
    margin-top: 30px;
    font-size: 14px;
    color: #666;
    line-height: 150%;
}

.block .product-right .product-list .product-item .product-info span {
    margin-bottom: 30px;
}

.maeta {
    font-size: 14px;
    color: #666;
    line-height: 150%;
}

.block .product-right .product-info p {
    margin-top: 0;
}
.form-item {
    text-align: left;
}
.form-item:nth-child(2n) {
    text-align: right;
}
.form-item:last-child {
   
}
#submit:hover{ background:#46bff4;}
.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.form-item input::-webkit-input-placeholder {
  color: #666;
}
.form-item input:-moz-placeholder {
  color: #666;
}
.form-item input::-moz-placeholder{
color: #666;
}
.form-item input:-ms-input-placeholder {
  color: #666;
}

.intl{
	float: left;
	width: 23.3333%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.intl .tit{
	background: #333;
	color: #FFFFFF;
	text-align: center;
	padding: 22px 0;
	position: relative;
}
.intl .tit span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-left: 60px; line-height:45px;
	background: url(../images/ic15.png) left center no-repeat;
	background-size: 40px 45px;
}
.intl .tit span em{
	display: block;
	font-size: 14px;
}
.intl ul{
	border: 1px #EEEEEE solid;
	border-top: none;
	padding: 0 20px 50px;
}
.intl ul li{
	border-bottom: 1px #E5E5E5 dashed;
}
.intl ul h3{
	font-size: 16px !important;
	color: #000000 !important;
	line-height: 56px !important;
	padding-right: 15px; margin-bottom:0 !important; text-align:left !important;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul h3 a{ color:#111;}
.intl ul h3:after{
	content: '';
	width: 6px;
	height: 10px;
	background: url(../images/arw3.png) center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.intl ul dl{
	padding: 18px 0;
	border-top: 1px #E5E5E5 solid;
	display: none;
}
.intl ul dd{
	line-height: 32px;
	font-size: 14px;
}
.intl ul dd a{
	display: block;
	color: #999999;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul dd a:before{
	content: '';
	width: 4px;
	height: 4px;
	background: #46bff4;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.intl ul dd a:hover{
	color: #46bff4;
}
.intl ul li.on h3:after{
	background-image: url(../images/arw4.png);
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.intl .bttn02{
	width: 40px;
	height: 40px;
	background: url(../images/arw1.jpg) -40px 0 no-repeat;
	background-size: 80px;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -20px;
	display: none;
}
.intl .bttn02.open{
	left: 70%;
	right: auto;
	background-position: 0 0;
}
.nypro_box h3 {
    position: relative;
    text-align: center;
    font-size: 18px !important;
    color: #373737 !important;
    line-height: 68px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nyproduct{
	width: 76%;
}
.fr{ float:right;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.nyproduct li{
	float: left;
	width: 26.5%;
	margin: 0 0 30px 2.85%;
}
.nyproduct li .nypro_box{
	width: 100%;
}
.nyproduct li .nypro_box a{
	display: block;
	border: 1px #EEEEEE solid;
}
.intl{ background:#fff;}
.nypro_box{ background:#fff;}
.main{ margin-top:80px;}
.pic img{ width:100%;}
.nyproduct ul{ margin-bottom:30px;display: flex;
    flex-wrap: wrap;}
.nypro_box:hover h3{ color:#46bff4;}
@media screen and (max-width:1000px){
		.intl{
		position: fixed;
		top: 80px;
		left: -100%;
		width: 100%;
		height: 100%;
		padding-right: 30%;
		z-index: 9;
		padding-top: 70px;
	}
	.intl ul{
		background: #FFFFFF;
		height: 100%;
		overflow-y: auto;
		padding: 0 10px 20px 10px;
	}
	.intl .tit{
		padding: 15px 0; 
		position: absolute;
		left: 0;
		top: 0;
		width: 70%;
	}
	.intl .tit span{
		padding-left: 40px;
		font-size: 16px;
		background-size: 30px auto;
	}
	.intl .tit span em{
		font-size: 16px;
	}
	.intl ul h3{
		font-size: 14px;
		line-height: 46px;
	}
	.intl ul dl{
		padding: 10px 0;
	}
	.intl ul dd{
		font-size: 12px;
		line-height: 30px;
	}
	.intl .bttn02{
		display: block;
	}
	.intl2{
		left: 0;
		background: rgba(0,0,0,.8);
	}
	.nyproduct li{
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
		margin-right: 4%;
	}
	.nyproduct li:nth-child(2n){
		margin-right: 0;
	}
	.nyproduct li .nypro_box{
		max-width: none;
	}
	.nypro_box h3{
		font-size: 14px;
		line-height: 36px;
		
	}
.nyproduct{ width:100%;}
}
@media screen and (max-width:768px){
	.intl{ top:25px;}
	}
	
	.right-extra{ margin-left:30px;}
.right-extra img{ max-width:none; }
.right-extra *{ box-sizing:content-box;}
.jqzoom img{ width:350px;}
.right-extra .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;background:url(../images/bg_hotsale.gif) repeat-x 0 -552px;color:#c00;}
.right-extra .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;}
.right-extra .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../images/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30; float:left; width:84px; text-align:center; cursor:pointer; }
.right-extra .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../images/icon_clubs.gif) no-repeat 0 -150px;}
.right-extra .tab a{float:none;color:#c30;}
.right-extra .tab .curr{background-position:right -178px;color:#fff;}
.right-extra .tab .curr span{background-position:0 -178px;}
.right-extra .tab .curr a{color:#fff;}
.right-extra .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;}
.right-extra .total{float:right;}
.right-extra .total strong{color:#FF7403;}
.right-extra .total a:link,.right-extra .total a:visited{color:#005aa0;}
.right-extra .join a:link,.right-extra .join a:visited{color:#FF7604;}
.right-extra .norecode{padding:0 10px 10px;}
.right-extra .iloading{margin-bottom:10px;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:100px !important;height:100px !important;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:350px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:352px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center; margin:0;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #f39700;padding:1px;}

#comment strong{font-weight:bold;}
.img_cp{ float:left;} 
.text_cp{ float:right;  width: calc(100% - 380px);}
.text_cp h2{ line-height: 30px;
color: #333333;
font-size: 26px;
padding-bottom: 12px;} 
.kan{ float:left;  position:relative; top:-70px; left:500px;}


.culture h2{ font-size:24px; color:#01aef0;}
.culture p{ font-size:16px; line-height:24px; margin-bottom:20px; margin-top:20px;}


@media screen and (max-width: 768px) {
	.right-extra{ margin-left:0;}
.text_cp{ margin-left:0; padding-top: 30px; float: none;clear: both; width: calc(100% - 0px); }
}
@media screen and (max-width: 400px) {
.spec-preview{width:330px;height:330px;border:1px solid #DFDFDF;}
.jqzoom img{ width:100%;}
.spec-scroll{ margin-top:10px;}	
.spec-scroll{ width:330px;}
.spec-scroll .items{ width:300px;}
.spec-scroll .items ul li{ width:60px;}
}

.pro-info-mid{
  margin: 40px 0 0px;
  min-height: 370px;  float:left; width:100%; 
}
.pro-info-mid td{
  border: 1px solid #e8e8e8;
}
.pro-info-mid > ul{
  width: 100%;
  background: #fbfbfb;
  line-height: 50px;
  height: 50px;
  border:1px solid #e2e2e2; 
}
.pro-info-mid > ul li{
  font-size: 16px;
  height: 50px;
  color: #333;
  width: 200px;
  text-align: center; margin-left:0;
  
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
}
.pro-info-mid > ul li em{
  display: none;
  position: absolute;
  left: 67px;
  bottom: -28px;
}
.pro-info-mid > ul > li:hover em,.pro-info-mid > ul > li em.cur{
  display: block;
}
.pro-info-mid > ul > li:hover,.pro-info-mid > ul > li.cur{
  background-color: #333;
  color: #fff;
}
.por-list-text{ font-size:16px;}



.instm,.instt{ display:none;}
				.title h3{color: #131313;font-size: 35px;
					line-height: 47px; text-align:center;}
				.join{width: 100%;overflow: hidden;padding: 80px 0 100px;background: #f7f7f8;}
				.join-name{width: 100%;height: 80px;padding: 0 32px;line-height: 80px;font-size: 24px;color: #fff;background: #46bff4;}
				.join-list{width: 100%; margin-bottom:50PX;}
				.join-list ul li{width: 100%;border-bottom: 1px solid #f7f7f8; margin-bottom:0 !important;}
				.join-list ul li:last-child{border-bottom: none;}
				.join-menu{width: 100%;padding: 0 32px;height: 80px;line-height: 80px;font-size:18px;color: #fff;background: #46bff4;user-select: none;cursor: pointer;position: relative;}
				.join-menu:after{content: "\f105";font-size: 24px;color: #fff;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;right: 30px;top: 50%;margin-top: -10px;}
				.join-menu.ontrue:after{content: "\f107";color: #fff;}
				.join-words{display: none;width: 100%;background: #F5F5F5;padding: 40px 150px 40px 32px;position: relative;}
				.join-zz,.join-yq{width: 100%;overflow: hidden;}
				.join-yq{margin-top: 42px;}
				.join-h{width: 86px;float: left;font-size: 16px;color: #666;}
				.join-p{width: 80%;float: left;}
				.join-p p{font-size: 16px;color: #666;line-height: 26px;}
				.join-link{position: absolute;width: 140px;height: 100%;top: 0;right: 0;background:#46bff4;text-align: center;transition: all .4s ease;}
				.join-link p{position: absolute;top: 50%;margin-top: -10px;width: 100%;left: 0;text-align: center;font-size: 20px;color: #fff;}
				.join-link:hover{background: #d42435;}
				.join .fullpage{margin-top: 60px;}
				.join-words p{font-size: 18px;
					line-height: 30px;    color: #4b4b4b;}
					
					
					
					
.inner-box {
  padding: 40px 0 60px; 
}
.inner-box .grid.three > .column {
  text-align: center;
  margin-bottom: 30px!important;
}
.inner-box .grid.three > .column h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.inner-box .grid.three > .column {
  text-align: center;
  margin-bottom: 0px!important;
}
.inner-box .grid.three > .column h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.ui.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.img-box {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}

.ui.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 33.33333333%; 
}

.ui.grid>.column:not(.row), .ui.grid>.row>.column {
    position: relative;
    display: inline-block;
   
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}
@media (max-width: 768px){
.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 50%;
}
}
.table_wrap table{
border:none; width:100%;
border-collapse:collapse;
}
.table_wrap table tr,.table_wrap table td{
border:1px solid #ccc;
border-collapse:collapse;	
}	