* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	word-wrap:break-word;
}
i{font-style: normal;color: #666666;}
html {
	font: 12px/1.5 arial, Helvetica, sans-serif;
	width: 100%;
}
body{
	background-color: #ffffff;
	overflow-x: hidden;
}
.index-search-logo h1{display: none;}
input,
select,
textarea {
	font-size: 100%;
	padding-left: 10px;
	outline: none;
	_outline: none;
	border: 0;
	box-sizing: border-box;
}
button {
	outline: none;
	border: 0px;
	cursor: pointer;
}
textarea {
	resize: none
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
	text-align: left;
}
/* 去除默认边框 */
fieldset,
img {
	border: 0;
	outline: none;
	-moz-outline: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
	margin: 0 auto;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul,
li {
	list-style: none;
}

.bossdesc ol,
.bossdesc ul,
.bossdesc li {
	list-style: unset;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}
/* 统一上标和下标 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
	text-decoration: none;
    color: #666666;
}
select {
	border: solid 1px #e6e6e6;
	/*appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;*/
	/*background: url(../images/xia-1.png) no-repeat scroll 95% center transparent;*/
	padding-right: 25px;
	background-color: #FFFFFF;
	font-size: 14px;
	/*height: 50px;*/
}
select::-ms-expand {
	display: none;
}
.clearfix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	zoom: 1;
	/* for IE6 IE7 */
}
.fl{float: left;}
.fr{float: right;}
.w_1360{width: 1360px;margin: 0 auto;}
.header_top_wrap .w_1360,header .w_1360,.nav .w_1360{width: 1800px;}
.mobile{display: none;}
.pc{display: block;}

/*切换国家*/
.top-info-lang,.title_top_four_link{float: right;}
.top-info-lang {margin-top: 7px;position: relative;float: right;width: 95px;height: 28px;line-height: 28px;padding: 0 20px 0 5px;font-size: 12px;cursor: pointer;color: #555;margin-left: 20px;}
.top-info-lang-list {position: absolute;left: -1px;top: 0;z-index: 9999;width: 120px;border: 1px solid #eaeaea;background: #fff;}
.top-info-lang-list li {position: relative;display: none;}
.top-info-lang-list li.active{display: block;}
.top-info-lang-list a {display: block;position: relative;z-index: 20;padding-right: 5px;color: #666;transition: all .3s ease-in-out 0s;line-height: 28px;height: 28px;}
li.lang-cn a {background-image: url(../images/china.jpg);background-repeat: no-repeat;background-position: 10px 5px;padding-left: 42px;}
.top-info-lang .top-info-lang-list:hover li{display: block;}

.header_top_wrap{background-color: #f9f9f9;}
.header_top_wrap .header_top{
	height: 45px;
	line-height: 45px;
}
.header_top_wrap .header_top .left{
	font-size: 12px;
	color: #666666;
}
.header .header_logo_wrap{
	/*width: 180px;*/
}
.header .header_logo{
	height: 138px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.header .header_logo img{
	max-height: 100%;
	max-width: 100% !important;
	vertical-align: middle;
}
.header .header_search{
	/*width: 580px;*/
	margin-top: 41px;
	margin-left: 60px;
}
.header .header_search form{
	line-height: 55px;
	height: 55px;
}
.header .header_search input{
	box-sizing: border-box;
	height: 55px;
	border: 1px solid #d6d6d6;
	color: #666666;
	/*width: 70%;*/
}
.header .header_search .search_type{
	position: relative;
	height: 55px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	border-left: 0;
	border-right: 0;
	width: 150px;
	text-indent: 30px;
	font-size: 16px;
	color: #666666;
}
.header .header_search .search_type::after{
	content: "";
	width: 0;
    height: 0;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 48%;
}
.header .header_search .search_type .text{cursor: pointer;}
.header .header_search .search_type ul{
	position: absolute;
	top: 54px;
	left: 0;
	width: 100%;
	display: none;
	background-color: #fff;
	z-index: 999;
}
.header .header_search .search_type ul li{cursor: pointer;border: 1px solid #d6d6d6;border-top: 0;}
.header .header_search .search_type ul li:hover{color: #4380db;}
.header .header_search button{
	width: 55px;
	height: 55px;
	background-color: #4380db;
}
.header .header_search button i{
	display: block;
	line-height: 55px;
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	
}

.shop-cart {
    width: 35px;
    height: 30px;
    margin-top: 50px;
    cursor: pointer;
}
.cart-icon {
    position: relative;
    height: 30px;
    line-height: 30px;
}
.cart-icon .iconfont {
    font-size: 26px;
}
.cart-icon .cart-num {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #4380db;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
}



.nav {
    width: 100%;
    /*height: 60px;*/
    background: #363f4d;
    
}
.nav ul.navigation > li {
    position: relative;
    float: left;
    height: 60px;
    padding: 13px 0;
    box-sizing: border-box;
}
.nav ul.navigation > li > a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
.nav ul.navigation{margin-left: 60px;}
.nav ul.navigation > li:last-child > a {
    margin-right: 0;
}
.nav-list-tag {
    display: inline-block;
    margin: 0 0 2px 10px; 
    width: 0;
    height: 0;
    border-width: 4px 3px 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.nav ul.navigation > li:hover .nav-listShow {
    display: block;
}
.nav-listShow {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 240px;
    z-index: 999;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .1);
}
.nav-listShow > ul {
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 15px 0;
    box-sizing: border-box;
}
.nav-listShow > ul > li {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 89%;
}
.nav-listShow > ul > li:hover {
    background: #f0f0f0;
}
.nav-listShow > ul > li > a {
    font-size: 14px;
    color: #666;
}
.nav-listShow > ul > li > i {
    display: inline-block;
    transform: rotate(-90deg);
    margin-right: 20px;
}
.nav-listShow > ul > li:hover .nav-listShowTwo {
    display: block;
    width: 237px;
}
.nav-listShowTwo {
    display: none;
    position: absolute;
    top: 0px;
    left: 284px;
    width: 236px;
    z-index: 9;
    box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}
.nav-listShowTwo > ul {
    width: 237px;
    background: url("../images/nav-list.jpg") repeat-y;
    z-index: 999;
    padding: 15px 0;
    box-sizing: border-box;
}
.nav-listShowTwo > ul > li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}
.nav-listShowTwo > ul > li > a {
    font-size: 14px;
    color: #666;
}
.nav-listShowTwo > ul > li > a:hover {
    color: #4380db
}
.nav .pro_nav{
	line-height: 60px;
	position: relative;
}
.nav .pro_nav:hover .nav_listShow{
	display: block;
}
.nav .pro_nav>p{
	height: 50px;
	line-height: 50px;
	background-color: #4380db;
	color: #ffffff;
	min-width: 290px;
	margin-top: 5px;
	border-radius: 2px;
	padding-left: 25px;
	cursor: pointer;
	box-sizing: border-box;
}
.nav .pro_nav>p i{
	color: #ffffff;
	font-size: 36px;
}
.nav .pro_nav .nav_listShow li:hover .nav-listShowTwo{display: block;}
.nav .pro_nav>p a{
	font-size: 20px;
	color: #ffffff;
	margin-left: 10px;
}
.nav .pro_nav .nav_listShow{
	position: absolute;
	left: 0;
	top: 54px;
	width: 100%;
	border: 3px solid #4380db;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index: 999;
	display: none;
}
.nav .pro_nav .nav_listShow li,.nav .pro_nav .nav_listShow ul>p{
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	cursor: pointer;
}
.nav .pro_nav .nav_listShow li{
	position: relative;
}
.nav .pro_nav .nav_listShow p a{
	display: block;
	width: 80%;
	color: #333333;
	font-size: 14px;
	margin: 0 5px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nav .pro_nav .nav_listShow ul li:hover p
,.nav .pro_nav .nav_listShow p:hover{
	background-color: #f4f4f4;
}
.nav .pro_nav .nav_listShow ul li i{
	color: #333333;
	transform: rotate(-90deg);
}
.nav .pro_nav .nav_listShow ul>p i{
	background-color: #616161;
	width: 13px;
	height: 13px;
	margin-top: 19px;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
}
.banner > .swiper-container > .swiper-pagination {
	bottom: 15px;
}
.banner > .swiper-container > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}
.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	border: 1px solid #4380db;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4380db;
}
.banner > .swiper-container img{width: 100%;display: block;}

.index_standard{padding: 80px 0;}
.index_standard ul{padding: 0 20px;box-sizing: border-box;}
.index_standard ul li{
	width: 25%;
	box-sizing: border-box;
	padding-left: 35px;
	border-right: 1px solid #d6d6d6;
	
    
}
.index_standard ul li:last-child{border-right: 0;}
.index_standard ul li i{
	display: block;
	color: #515d6f;
	font-size: 52px;
	-moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_standard ul li:hover i{
	
	-moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  	
}
.index_standard ul li>p{
	line-height: 52px;
}
.index_standard ul li>div{margin-left: 25px;}


.index_standard ul li div p:first-child{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
}
.index_standard ul li div p:last-child{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.index_about_wrap .index_about{height: 500px;}
.index_about_wrap .index_about>.left{
    width: 35%;
	position: relative;
	background-image: url(../images/bg1-2.png),url(../images/bg1-1.jpg);
	background-size: auto 100%;
	
}
.index_about_wrap .index_about>.left img{
	width: 100%;
	height: auto;
	display: block;
}
.index_about_wrap .index_about>.right{
	width: 65%;
    max-width: 900px;
    float: left;
    padding-left: 3%;
    box-sizing: border-box;
}
.index_about_wrap .about_shade{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index_about_wrap .about_shade .about_con{
	width: 210px;
	height: 360px;
	box-sizing: border-box;
	border: 3px solid #ffffff;
	border-left: 0;
	top: 40px;right: 60px;
	position: absolute;
}
.index_about_wrap .about_shade .about_con::after{
	content: "";
	width: 3px;
	height: 16%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}
.index_about_wrap .about_shade .about_con::before{
	content: "";
	width: 3px;
	height: 56%;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_about_wrap{
	background-position: center;
	background-repeat: no-repeat;
}
.index_about_wrap .about_shade .about_con .title{
	position: absolute;
	left: -20px;
	top: 18%;
	
}
.index_about_wrap .about_shade .about_con .title p:first-child{
	font-size: 32px;
	color: #ffffff;
	line-height: 42px;
}
.index_about_wrap .about_shade .about_con .title p:last-child{
	font-size: 14px;
	color: #ffffff;
	line-height: 42px;
}
.index_about_wrap .about_shade .about_con .more{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.index_about_wrap .about_shade .about_con .more a{
	font-size: 16px;
	color: #ffffff;
	display: block;
}
.index_about_wrap .about_shade .about_con .more i{
	display: inline-block;
	transform: rotate(-90deg);
	margin-left: 20px;
	color: #ffffff
}
.index_about_wrap .right{
	padding: 70px 0;
	box-sizing: border-box;
}
.index_about_wrap .right .ft{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 30px;
}
.index_about_wrap .right .zt{
	font-size: 34px;
	color: #333333;
	padding-bottom: 15px;
	position: relative;
}
.index_about_wrap .right .zt::before{
	content: "";
	width: 36px;
	height: 3px;
	background-color: #4380db;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_about_wrap .right .con{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 40px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;
}
.index_newPro_wrap{margin-top: 70px;}
.index_newPro .index_newPro_l{
	width: 480px;
	height: 660px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	padding: 0 20px;
}
.index_newPro .index_newPro_r{
	width: 850px;
	height: 660px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	padding: 0 20px;
}
.about-btn {
	width: 25%;
	background: #212121;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding-left: 
}
.about-btn-box {
	text-align: center;
	height: 26px;
	margin-top: 12px;
}
.about-btn-box span {
	float: left;
	width: 28px;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: '宋体';
	font-weight: bold;
	outline: none;
	height: 28px;
	background-color: #dbdbdb;
	border-radius: 20px;
}
.about-btn-box span:first-child {
	transform: rotate(90deg);
	cursor: pointer;
	margin-right: 10px;
}
.about-btn-box span:last-child {
	transform: rotate(-90deg);
	cursor: pointer;
}
.about-btn-box span:first-child:hover, .about-btn-box span:last-child:hover {
	background-color: #4380db;
}
.index_newPro>div .title{
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
	height: 60px;
}
.index_newPro_l .swiper-container2 .swiper-slide{
	padding: 50px 0;
}
.index_newPro_l .swiper-container2 .swiper-slide .con_img{
	margin: 0 auto;
	width: 240px;
}
.index_newPro_l .swiper-container2 .swiper-slide .con_img a{
	width: 240px;
	height: 240px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.index_newPro_l .swiper-container2 .swiper-slide .con_img a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.index_newPro_l .swiper-container2 .swiper-slide .con_img a:hover img{
	transform:scale(1.1);
}
.index_newPro_l .swiper-container2 .swiper-slide .zt{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 50px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.index_newPro_l .swiper-container2 .swiper-slide .text{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 20px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
	height: 72px;
}
.share{
	line-height: 24px;
	margin-top: 20px;
}
.share span{
	font-size: 14px;
	color: #333333;
	margin-right: 15px;
}
.share a{
	width: 20px;
	height: 24px;
	background-image: url(../images/icon-1.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.share a.facebook{
	background-position: 0px 0px;
}
.share a.f{
	background-position: -24px 0px;
}
.share a.in{
	background-position: -48px 0px;
}
.share a.google{
	background-position: -72px 0px;
}
.share a.s{
	background-position: -96px 0px;
}


.font-btn {
	margin-top: 15px;
}
.font-btn p {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 5px;
	border-radius: 3px;
	margin-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;
}
.font-btn p a {
	display: block;
	width: 120px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
}





.font-btn p:first-child {
	background: #4380db;
	
}
.font-btn p:nth-child(2) {
	background: #aec9e7;
}
.font-btn p:last-child {
	background: #a5d318;
}

.newPro_r_con ul li .font-btn p,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p{
	background: #ffffff;
	width: 130px;
	display: inline-block;
}
.newPro_r_con ul li .font-btn,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn{text-align: center;margin-top: 10px;}
.newPro_r_con ul li .font-btn p a i,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p a i{
	color: #4380db;
}
.newPro_r_con ul li .font-btn p a,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p a{
	color: #666666;
}

.newPro_r_con ul li .font-btn p:hover,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p:hover{
	background: #4380db;
}
.newPro_r_con ul li .font-btn p:hover a,.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p:hover a{
	color: #ffffff;
}
.newPro_r_con ul li .font-btn p:hover a i,
.index_hot_wrap .index_hot .index_hot_con ul li .font-btn p:hover a i{
	color: #ffffff;
}














.font-btn p i {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	margin-right: 5px;
}
.font-btn p:hover {
	width: 130px;
	transition: all .5s;
}
.index_newPro>div .title .view_all{
	margin-right: 20px;
}
.index_newPro>div .title .view_all a{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.index_newPro>div .title .view_all a:hover{
	color: #4380db;
}
.index_newPro .index_newPro_r .title>p{
	margin-left: 30px;
	position: relative;
}
.index_newPro .index_newPro_r .title>p::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #373737;
}

.newPro_r_con ul li{
	height: 200px;
	width: 50%;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	
}
.newPro_r_con ul li:nth-child(2n){border-right: 0;}
.newPro_r_con ul li:nth-child(5),.newPro_r_con ul li:nth-child(6){
	border-bottom: 0;
}
.newPro_r_con ul li>div>a{
	height: 200px;
	width: 140px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.newPro_r_con ul li>div>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.newPro_r_con ul li>div>a:hover img{
	transform: scale(1.1);
}
.newPro_r_con ul li>div .t{
	margin-top: 70px;
	font-size: 16px;
	color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.newPro_r_con ul li>div .t a{
	color: #666666;
}
.newPro_r_con ul li>div:last-child{
	margin-left: 30px;
}
.newPro_r_con ul li>div:first-child{
	margin-left: 10px;
}

.index_hot_wrap{
	margin-top: 80px;
}
.index_hot_wrap .index_hot{
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}

.index_hot_wrap .index_hot>.title{
	line-height: 60px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
    height: 60px;
    padding: 0 30px;
}
.index_hot_wrap .index_hot>.title p{position: relative;}
.index_hot_wrap .index_hot>.title p::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background-color: #373737;
}
.index_hot_wrap .index_hot>.title .view_all a{
	    font-size: 18px;
    color: #666666;
    font-weight: normal;
}
.index_hot_wrap .index_hot>.title .view_all a:hover{
	color: #4380db;
}

.index_hot_wrap .index_hot .index_hot_con ul{
	box-sizing: border-box;
	padding: 30px;
}
.index_hot_wrap .index_hot .index_hot_con ul li{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 40px;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(5)
,.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(6)
,.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(7)
,.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(8){
	border-bottom: 0;
}
.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(4n){border-right: 0;}

.index_hot_wrap .index_hot .index_hot_con ul li>div{
	display: inline-block;
}
.index_hot_wrap .index_hot .index_hot_con ul li>div>a{
	width: 220px;
	height: 220px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.index_hot_wrap .index_hot .index_hot_con ul li>div>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.index_hot_wrap .index_hot .index_hot_con ul li>div>a:hover img{
	transform: scale(1.1);
}
.index_hot_wrap .index_hot .index_hot_con ul li>p{
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}
.index_hot_wrap .index_hot .index_hot_con ul li>p a{
	color: #333333;
}
.index_contact_wrap{margin-top: 70px;}
.index_contact .index_c_l{
	width: 33%;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}
.index_contact .index_c_r{
	width: 62.5%;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
}
.index_contact>div{
	padding: 0 20PX;
	height: 350px;
	box-sizing: border-box;
}
.index_contact>div>.title{
	line-height: 50px;
	padding: 0 15px;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
    height: 50px;
}
.index_contact>div.index_c_l ul{
	padding-top: 30px;
}
.index_contact>div.index_c_l ul li{
	margin-bottom: 20px;
	padding-left: 10px;
}

.index_contact>div.index_c_l ul li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.index_contact>div.index_c_l ul li .left{
	width: 35px;
}
.index_contact>div.index_c_l ul li .right{
	font-size: 14px;
	color: #666666;
}

.index_contact .index_c_r .send_inquiry{
	padding: 25px 15px;
}

.index_c_r .send_inquiry form label{
	line-height: 40px;
	margin-bottom: 20px;
	display: block;
}
.index_c_r .send_inquiry form label:nth-child(2){
	margin-bottom: 10px;
}
.index_c_r .send_inquiry form label span{
	width: 10%;
}
.index_c_r .send_inquiry form label:first-child input{
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	width: 90%;
}
.index_c_r .send_inquiry form label textarea{
	width: 90%;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	height: 120px;
}
.index_c_r .send_inquiry form p{
	width: 90%;
	box-sizing: border-box;
	margin-left: 10%;
	font-size: 12px;
	color: #999999;
}
.index_c_r .send_inquiry form button{
	margin-left: 10%;
	height: 28px;
	width: 65px;
	margin-top: 15px;
	border-radius: 3px;
	background-color: #4380db;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
footer{margin-top: 95px;background-color: #37475a;}
.footer_top .footer_top_l{
	width: 36%;
}
.footer_top .footer_top_m{
	width: 42%;
}
.footer_top .footer_top_l>div{
	width: 50%;
}
footer .footer{
	padding: 40px 0 30px;
}
.footer_top .footer_top_l>div>.title{
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
}
.visit_factory{margin-top: 20px;}
.visit_factory a{
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 5px;
	background-color: #4380db;
	font-size: 14px;
	display: inline-block;
}
.footer_top .footer_top_l>div ul{
	margin-top: 30px;
}
.footer_top .footer_top_l>div ul li{
	line-height: 24px;
	width: 80%;
}
.footer_top .footer_top_l>div ul li a{
	font-size: 14px;
	color: #c8c8c8;
	display: block;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.footer_top .footer_top_m .title{
	color: #fefefe;
	font-size: 16px;
}
.footer_top .footer_top_m .con{
	margin-top:30px;
}
.footer_top .footer_top_m .con a{
	margin-right: 15px;
}
.footer_top .footer_top_m p{
	line-height: 24px;
}
.footer_top .footer_top_m p a,.footer_top .footer_top_m p span{
	font-size: 14px;
	color: #c8c8c8;
}
.footer_top .footer_top_m ul{
	margin-top: 30px;
}
.footer_top .footer_top_m ul li{
	margin-right: 20px;
}
.footer_top .footer_top_m p a:hover,.footer_top .footer_top_l>div ul li a:hover{
	color: #4380db;
}
.footer_top .footer_top_r>div:first-child{
}
.footer_top .footer_top_r>div:first-child img{
	width: 100px;
	height: auto;
}
.footer_top .footer_top_r>div:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
	color: #fefefe;
}
.footer_top .footer_top_r>div:nth-child(3){
	margin-top: 10px;
}
.footer_top .footer_top_r>div:nth-child(3){
	font-size: 22px;
	color: #fefefe;
	line-height: 28px;
}
.footer_top .footer_top_r>div:nth-child(3) i{
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #4380db;
	color: #fefefe;
	font-size: 18px;
}
.footer_top .footer_top_r>div:nth-child(3) span{
	margin-left: 10px;
}
.footer_bot {
    width: 100%;
    height: auto;
    padding: 25px 0;
    background: #232f3e;
    box-sizing: border-box;
}
.footer-nav {
    width: 100%;
    text-align: center;
}
.footer-nav li {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    border-right: 1px solid #b9b9b9;
}
.footer-nav li:last-child {
    border: 0;
}
.footer-nav li a {
    color: #b9b9b9;
}
.footer-nav li:hover a {
    color: #4380db;
}
.footer_bot .copy {
    display: block;
    width: 100%;
    /*text-emphasis: circle;*/
    margin-top: 15px;
    color: #b9b9b9;
    font-size: 14px;
    text-align: center;
}
.fixd-btn{display: none;}
.index_about_wrap .index_about>.right .title{display: none;}
.hfixd {display: none;width: 100%;height: 0rem;padding: 3vw 0;}
.fixed {position: fixed;bottom: 0;left: 0;z-index: 999;}
.fixd-btn {width: 100%;background: #fff;padding: 3vw 0;box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, .1);}

.location_wrap{margin-top: 20px;}
.location_wrap .location{line-height: 60px;background-color: #f3f7f9;box-sizing: border-box;padding-left: 25px;font-size: 14px;}
.location_wrap .location p a{color: #333333;}
.location_wrap .location p a:hover{color: #4380db;}
.location_wrap .location p span{color: #4380db;}



/*内页左侧*/
.pro_main_wrap{
	margin-top: 30px;
}
.pro_main .pro_main_l{
	width: 284px;
	position: absolute;
	left: 0;
	top: 0;
}
.pro_main .pro_main_l.pro_bgpic_r{
	position: static;
	width: 300px;
}
.pro_main .pro_main_l .main_title{
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	padding: 10px 20px;
	border-radius: 3px;
	overflow: hidden;
}
.pro_main .pro_main_l.pro_bgpic_r .main_title{margin-top: 0;}
.pro_main .pro_main_l .main_title .title{
	line-height: 50px;
	border-bottom: 1px solid #dbdbdb;
	height: 50px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333333;
}
.pro_main .pro_main_l .main_title .title a{color: #4380db;font-weight: bold;}
.pro_main_l .pro_main .pro_one>li>p>i{
	display: block;
	transform: rotate(-90deg);
	transition: all .2s ease-in-out;
}
.pro_main_l .pro_main .pro_one>li.show>p>i{
	transform: rotate(0deg);
	color: #4380db;
}
.pro_main_l .pro_main .pro_one>li.show>p a{
	color: #4380db;
}

.pro_main_l .pro_main .pro_one>li{
	line-height: 48px;
	cursor: pointer;
}
.pro_main_l .pro_main .pro_one>li>p>a{
	font-size: 14px;
	color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_main_l .pro_main .pro_one>li>p>span{
	font-size: 14px;
	color: #333333;
	margin-left: 5px;
}
.pro_main_l .pro_main .pro_one>li>p>a:hover{
	color: #4380db;
}
.pro_main_l .pro_main .pro_one li.show .pro_two{
	display: block;
	
}
.pro_main_l .pro_main .pro_one li .pro_two{
	padding-left: 20px;
	display: none;
}
.pro_main_l .pro_main .pro_one li .pro_two li{
	line-height: 36px;
}
.pro_main_l .pro_main .pro_one li .pro_two li a{
	display: block;
	color: #666666;
}
.pro_main_l .pro_main .pro_one li .pro_two li a:hover{
	color: #4380db;
}

.pro_main_l .send_main{
	margin-top: 30px;
	
}
.pro_main_l .pro_main .pro_one>p{
	line-height: 50px;
}

.pro_main_l .pro_main .pro_one>p a{
	font-size: 14px;
	color: #333333;
}
.pro_main_l .pro_main .pro_one>p a span:first-child{
	width: 15px;
	margin-top: 17px;
	height: 15px;text-align: center;
	border-radius: 8px;
	line-height: 15px;
	background-color: #616161;
	color: #ffffff;
	margin-right: 10px;
}
.pro_main_l .pro_main .pro_one>p a:hover span:last-child{
	color: #4380db;
}
.pro_main_l .send_main .send_con label{
	display: block;
	line-height: 30px;
}
.pro_main_l .send_main .send_con{
	padding: 25px 0;
}
.pro_main_l .send_main .send_con label span{
	width: 60px;
	font-size: 12px;
	color: #333333;
}
.pro_main_l .send_main .send_con label input{
	width: 192px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.pro_main_l .send_main .send_con label textarea{
	width: 192px;
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
}
.pro_main_l .send_main .send_con label{margin-top: 18px;}
.pro_main_l .send_main .send_con>p{
	box-sizing: border-box;
	padding-left: 60px;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}
.pro_main_l .send_main .send_con>button{
	margin-left: 60px;
    height: 28px;
    width: 65px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #4380db;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.pro_main{position: relative;}
.pro_main .pro_main_r{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding-left: 300px;
    min-height: 900px;
}
.pro_main .pro_main_r .box_wrap h1.title{
	width: 100%;
    line-height: 28px;
    color: #2c2c2c;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.pro_main .pro_main_r .box_right .c_btn{
	/*width: 60%;*/
    /*margin: 0 auto;*/
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    display: block;
    background: #4380db;
    margin-top: 15px;
    font-size: 20px;
}
.pro_main .pro_main_r .box_right .a_link {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pro_main .pro_main_r .box_right .a_link ul li a {
    height: 40px;
    line-height: 40px;
    color: #121212;
    font-size: 16px;
    display: block;
    padding: 0px 10px;
}
.pro_main .pro_main_r .box_right .a_link ul li a i {
    font-size: 18px;
    margin-right: 8px;
    color: #bcbcbc;
}


.main_bot.recommend_main_bot .main_bot_cut li{width: 150px;margin-right: 10px;line-height: 42px;}

.box_detail_rec {
    padding: 15px 10px;
    line-height: 36px;
    font-size: 16px;
}
.box_detail_rec img{
	max-width: 100%;
}

.box_detail_rec .a_tag {
    padding-bottom: 10px;
    font-weight: normal;
    color: #555555;
    padding-right: 20px;
    line-height: 20px;
    font-size: 16px;
}
.box_detail_rec .a_tag:hover{
	color: #4380db;
}
.box_detail_rec .video_mod {
    width: 800px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box_detail_rec .video_mod  img{
	max-width: 100%;
}
.pro_main .pro_main_r .box_right .c_btn i{color: #ffffff;margin-right: 10px;}
.pro_main .pro_main_r>div.pro_main_list{
	
    padding: 10px 20px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.pro_main .pro_main_r>div.pro_main_list ul.two_pro{border: 1px solid #dbdbdb;}
.pro_main .pro_main_r>div.pro_page{
	padding: 15px 20px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.feedback_list{}
.feedback_list ul li{border-bottom:dashed 1px #e5e5e5;padding-bottom: 10px;margin-bottom: 15px;}
.feedback_list ul li:last-child{border-bottom: 0;}
.feedback_list ul li .comment_text{font-size: 16px;margin-bottom: 5px;line-height: 24px;color: #666666;}
.feedback_list ul li .release{font-size: 14px;color: #777777;float: left;line-height: 34px;}
.feedback_list ul li .rate_star{line-height:34px;float: left;margin-right: 15px;}
.feedback_list ul li .rate_star .i_star{color:#ffad29; font-size:20px;} 







.pro_main .pro_main_r>div.pro_main_list>.title{
	line-height: 50px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    box-sizing: border-box;
    height: 50px;
}
.pro_main .pro_main_r>div.pro_main_list>.title p{
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
.pro_main .pro_main_r>div.pro_main_list>.title p a{
	color: #333333;
}
.pro_main .pro_main_r>div.pro_main_list>.title>a{
	font-weight: normal;
	font-size: 16px;
	color: #666666;
}
.pro_main .pro_main_r>div.pro_main_list>.title>a:hover{
	color: #4380db;
}
.pro_main .pro_main_r>div.pro_main_list>.title p::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #373737;
}
.pro_category .pro_category_list{margin-top: 40px;}

.pro_introduce>.title{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.pro_introduce>.con{
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	color: #666666;
	background-color: #f3f7f9;
	border-radius: 5px;
}


.pro_main_r .pro_list li .font-btn p{
	background: #ffffff;
	width: 130px;
	display: inline-block;
}
.pro_main_r .pro_list li .font-btn{text-align: center;margin-top: 10px;}
.pro_main_r .pro_list li .font-btn p a i{
	color: #4380db;
}
.pro_main_r .pro_list li .font-btn p a{
	color: #666666;
}
.pro_main_r .pro_list li .font-btn p:hover{
	background: #4380db;
}
.pro_main_r .pro_list li .font-btn p:hover a{
	color: #ffffff;
}
.pro_main_r .pro_list li .font-btn p:hover a i{
	color: #ffffff;
}
.pro_main_r .pro_list li{
	width: 33.3%;
	text-align: center;
	padding: 30px 20px;
	box-sizing: border-box;
}

.pro_main .pro_main_r .pro_list{
	padding: 20px 25px;
	box-sizing: border-box;
}
.pro_main_r .pro_list li>div{
	display: inline-block;
}
.pro_main_r .pro_list li>div>a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	height: 220px;
}
.pro_main_r .pro_list li>div>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.pro_main_r .pro_list li>div>a:hover img {
    transform: scale(1.1);
}
.pro_main_r .pro_list li .t{
	margin-top: 10px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_main_r .pro_list li .t a{
	color: #666666;
}
.pro_main_r .pro_list li{
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.pro_main_r .pro_list li:nth-child(3n){border-right: 0;}
.pro_main_r .pro_list li:last-child
,.pro_main_r .pro_list li:nth-last-child(2)
,.pro_main_r .pro_list li:nth-last-child(3){
	
}
.last_introduce{margin-top: 40px;}
.pro_main .pro_main_r>div.two_pro_list{padding: 0;margin-top: 40px;}
.pro_main .pro_main_r>div.two_pro_list .two_pro{padding: 0;}

.pro_main .pro_main_r>div.two_pro_list>ul{display: none;}
.pro_main .pro_main_r>div.two_pro_list>ul.active{
	display: block;
}
..pro_main .pro_main_r .two_pro{
	padding: 20px 25px;
    box-sizing: border-box;
}
.pro_main_r .two_pro li {
    width: 33.3%;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
}
.pro_main_r .two_pro li>div {
    display: inline-block;
    position: relative;
}
.pro_main_r .two_pro li>div .video{
	position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    background-image: url(../images/playhover.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 50% 50%;
    display: none;
}
.pro_main_r .two_pro li>div:hover .video{display: block;}
.pro_main_r .two_pro li>div .multiple_img{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-image: url(../images/2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}
.pro_main_r .two_pro li>div>a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 220px;
	height: 220px;
}
.pro_main_r .two_pro li>div>a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.pro_main_r .two_pro li>div:hover img {
    transform: scale(1.1);
}
.pro_main_r .two_pro li .t{
	margin-top: 10px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_main_r .two_pro li .t a{
	color: #666666;
}
.pro_main_r .two_pro li{
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.pro_main_r .two_pro li:nth-child(3n){border-right: 0;}
.pro_main_r .two_pro li:last-child
,.pro_main_r .two_pro li:nth-last-child(2)
,.pro_main_r .two_pro li:nth-last-child(3){
	
}
.pro_main_r .two_pro .font-btn p a{text-align: left;}
.pro_main_two .last_introduce{margin-top: 20px;}

.pro_main_wrap .pro_list_cut{
	padding: 10px 20px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin-top: 30px;
	line-height: 28px;
	position: relative;
}
.pro_main_wrap .pro_list_cut .pro_name{line-height: 28px;}
.pro_main_wrap .pro_list_cut .pro_name>h1:first-child{
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
}
.pro_main_wrap .pro_list_cut .pro_name>span:first-child{
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
}


.new_main_btn .pro_list_cut>.ft{
	width: 100%;
    font-size: 14px;
    text-align: left;
    color: #888888;
    padding: 10px;
    line-height: 24px;
    box-sizing: border-box;
}



.pro_main_wrap .pro_list_cut .pro_name>span:nth-child(2){
	font-size: 12px;
	color: #999999;
}
.pro_list_cut .proGrid{
	margin-right: 15px;
	
}
.pro_list_cut a i{
	font-size: 26px;
	color: #363f4d;
}
.pro_list_cut a.active i{
	color: #4380db;
}
.pro_list_cut a:hover i{
	color: #4380db;
}
.pro_main .pro_main_r>div.pro_lT_wrap{border: 0;}
.pro_lT_wrap .pro_lT>li{
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin-bottom: 30px;
}
.pro_lT_wrap .pro_lT>li:last-child{margin-bottom: 0;}
.pro_lT_wrap .pro_lT>li .ll{
	width: 21%;
	position: relative;
}
.pro_lT_wrap .pro_lT>li .ll .video{
	position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    background-image: url(../images/playhover.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 50% 50%;
}
.pro_lT_wrap .pro_lT>li .ll:hover .video{display: block;}

.pro_lT_wrap .pro_lT>li .ll .multiple_img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-image: url(../images/2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
}


.pro_lT_wrap .pro_lT>li .lr{
	width: 75%;
}
.pro_lT_wrap .pro_lT>li .ll a{
	width: 205px;
	height: 205px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.pro_lT_wrap .pro_lT>li .ll a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .3s;
}


.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.537255;
    z-index: 1004;
    display: none;
}
.adpsd{
    padding: 77px 50px;
    position: fixed;
    width: 700px;
    z-index: 19891015;
    background: #FFFFFF;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin:  auto;
    height: 390px;
    box-sizing: border-box;
    font-size: 14px;
    display: none;
}
.adpsdtit{
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-align: center;
}
.adpsd .pasdcon {
    margin-top: 30px;
}
.adpsd .pasdcon p {
    text-align: right;
}
.inqururl{
    text-align:center;
    margin-top: 30px;
    font-size: 0;
}
.inqururl a,
.inqururl button{
    width: 40%;
}
.inqururl .layui-btn+.layui-btn{
    margin-left: 0;
}
.inqururl button{
    margin-right: 5%;
}
.layui-btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    vertical-align: middle;
}
.layui-input {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding-left: 10px;
    outline: none;
}
















.pro_lT_wrap .pro_lT>li .ll:hover img {
    transform: scale(1.1);
}
.pro_lT_wrap .pro_lT>li .title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pro_lT_wrap .pro_lT>li .pro_label{
	margin-top: 15px;
}
.pro_lT_wrap .pro_lT>li .pro_label li{
	width: 33%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}
.pro_lT_wrap .pro_lT>li .pro_label li i{
	cursor: pointer;
}
.pro_lT_wrap .pro_lT>li .pro_label li p{
	width: 90%;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pro_lT_wrap .pro_lT>li .con{
	font-size: 12px;
	color: #999999;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.about_content_wrap{margin-top: 70px;}
.about_con_top .con_top_l{
 	width: 55%;
 	float: none;
 	margin: 0 auto;
}
.about_con_top .con_top_l img{
	width: 100%;
}
.about_con_top .con_top_r{
	width: 100%;
	margin-top: 40px;
}
.about_con_top .con_top_r img{
 	max-width: 100%;
}
.about_con_top .con_top_r .title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.about_con_top .con_top_r .con{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: justify;
}
.about_con_top .con_top_r .con p{
	margin-bottom: 20px;
}
.about_content .about_con_m{margin-top: 55px;}
.about_content .about_con_m>div{
	/*width: 50%;*/
}
.about_content .about_con_m>div .basic_info{
	padding-right: 40px;
	padding-left: 0px;
}
.about_content .about_con_m>div .title{
	line-height: 40px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.about_content .about_con_m>div ul li{
	margin-bottom: 15px;
}
.about_content .about_con_m>div ul li p:first-child{
	width: 25%;
	font-size: 14px;
	color: #333333;
}
.about_content .about_con_m>div ul li p:last-child{
	width: 65%;
	font-size: 14px;
	color: #666666;
}
.about_content .about_con_m>div ul{
	margin-top: 30px;
}
.about_con_b{margin-top: 55px;}
.about_con_b .title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.about_con_b form{margin-top: 40px;}
.about_con_b form label{
	display: block;
	line-height: 42px;
	background-color: #f8fafb;
	margin-bottom: 15px;
	padding: 0 30px;
	box-sizing: border-box;
}
.about_con_b form label input{
	background-color: #f8fafb;
	height: 42px;
	line-height: 42px;
	width: 80%;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	padding: 0;
}
.about_con_b form label textarea{
	background-color: #f8fafb;
	color: #666666;
	font-size: 14px;
	width: 100%;
	height: 220px;
	padding: 0;
}
.about_con_b form label p{
	padding-left: 25px;
	box-sizing: border-box;
	width: 130px;
	background-image: url(../images/about_icon.png);
	background-repeat: no-repeat;
	color: #999999;
	font-size: 14px;
}
.about_con_b form label:nth-child(1) p{
	background-position: 0 14px;
}
.about_con_b form label:nth-child(2) p{
	background-position: 0 -28px;
}
.about_con_b form label:nth-child(3) p{
	background-position: 0 -74px;
}


.about_con_b form .send{
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #4380db;
	border-radius: 5px;
	margin-top: 20px;
	padding-bottom: 0;
}
.contact_us_wrap{margin-top: 40px;}
.contact_us_wrap .contact_us .title{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.contact_us_wrap .contact_us .con_us{
	margin-top: 30px;
    padding-bottom: 45px;
    border-bottom: 1px solid #dbdbdb;
}
.contact_us_wrap .contact_us{
	padding-bottom: 45px;
	/*border-bottom: 1px solid #dbdbdb;*/
}
.contact_us_wrap .contact_us .con_us_l{
	width: 23%;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	padding-top: 30px;
	border-radius: 3px;
	text-align: center;
}
.contact_us .con_us_l .us_top{
	/*display: inline-block;*/
	padding: 0 20px;
	text-align: left;
}
.contact_us .con_us_l .us_top div:first-child{
	width: 75px;
	height: 75px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;

}
.contact_us .con_us_l .us_top div:first-child img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.contact_us .con_us_l .us_top div>p:first-child{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 20px;
	max-width: 170px;
}
.contact_us .con_us_l .us_top div>p:last-child{
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	margin-left: 20px;
}

.contact_us .con_us_l .us_bot{
	display: inline-block;
	margin-top: 0px;
}

.contact_us .con_us_l .us_bot>a{
	height: 30px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
}
.contact_us .con_us_l .us_bot>a i{margin-right: 5px;}

.contact_us .con_us_l .us_bot>a:last-child{
	background-color: #f5f6f9;
	border: 1px solid #dfdfdf;
	color: #333333;
}
.contact_us .con_us_l .us_bot>a:last-child i{
	color: #333333;
	font-size: 20px;
}
.contact_us .con_us_l .us_bot>a:first-child{
	background-color: #4380db;
	margin-right: 10px;
	color: #ffffff;
}
.contact_us .con_us_l .us_bot>a:first-child i{color: #ffffff;}
.contact_us .con_us_r li .l{
	width: 60px;
	height: 60px;
	line-height: 56px;
	box-sizing: border-box;
	text-align: center;
	border: 2px solid #aabdda;
	border-radius: 30px;
	margin-left: 60px;
}
.contact_us .con_us_r li .l i{
	color: #aabdda;
	font-size: 32px;
}
.contact_us_wrap .contact_us .con_us_r{
	width: 77%;
	box-sizing: border-box;
	padding-top: 20px;
}
.contact_us_wrap .contact_us .con_us_r li{
	width: 33.33%;
	
}
.contact_us .con_us_r li>div.wechat .smallImg{line-height: 26px;}
.contact_us .con_us_r li>div.wechat .smallImg img{
	width: auto;
	height: 20px;
	margin-top: 3px;
	margin-left: 10px;
	cursor: pointer;
}
.contact_us .con_us_r li>div.wechat .big{
	position: absolute;
	top: 0px;
	right: 0;
	display: none;
}
.contact_us .con_us_r li>div.wechat .smallImg:hover+.big{display: block;}
.contact_us .con_us_r li>div div p{
	text-align: left;
	position: relative;
}
.contact_us .con_us_r li>div>p{
	margin-right: 15px;
}
.contact_us .con_us_r li>div div p:first-child{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 26px;
	margin-top: 5px;
}
.contact_us .con_us_r li>div div p:last-child,.contact_us .con_us_r li>div div p:last-child a{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
/*.contact_us .con_us_r li>div:last-child{*/
	/*margin-top: 30px;*/
/*}*/
.contact_us .con_us .con_us_r .fl .top{
	margin-bottom: 30px;
}
.contact_us .con_us_r li>div div{width: calc(100% - 135px);position: relative;}

.new_list_wrap{margin-top: 20px;}
.new_list_wrap ul li{
	padding: 30px 20px;
	border-bottom: 1px dashed #dbdbdb;
}
.new_list_wrap ul li .top a{
	font-size: 16px;
	color: #333333;
	width: 80%;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.new_list_wrap ul li .top a:hover{
	color: #4380db;
}
.new_list_wrap ul li .top span{
	font-size: 14px;
	color: #333333;
}
.new_list_wrap ul li .bot{
	width: 80%;
	margin-top: 20px;
}
.new_list_wrap ul li .bot p{
	font-size: 14px;
	color: #999999;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.new_list_wrap .new_list>.title{
	text-align: center;
	font-size: 28px;
	color: #333333;
}
.new_list_wrap ul li:last-child{border-bottom: 0;}
div.pro_page {
    padding: 15px 20px;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.keywords_wrap{
	border-top: 20px solid #f4f6f8;
	padding: 30px 10px;
	background-color: #ffffff;
}
.keywords_wrap>.title{
	position: relative;
	text-align: center;
	line-height: 42px;
	
}
.keywords_wrap>.title .more{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 24px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.keywords_wrap>.title p{
	font-size: 22px;
	color: #333333;
}
.keywords_wrap>ul{
	margin-top: 20px;
	height: 90px;
	overflow: hidden;
	
}
.keywords_wrap>ul li{
	margin-right: 20px;
	margin-bottom: 15px;
}
.keywords_wrap>ul li a{
	display: block;
	height: 34px;
	line-height: 32px;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	font-size: 14px;
	color: #999999;
	box-sizing: border-box;
}
.keywords_wrap>.title.show .more{
	transform: rotate(180deg);
}
.keywords_wrap>.title.show + ul{
	height: auto;
}

.new_con_wrap{margin-top: 50px;}
.new_con_wrap .new_con>.title{
	text-align: center;
	font-size: 18px;
    color: #333;
}
.new_con_wrap .new_con>.time{
	font-size: 12px;
    color: #999;
    line-height: 38px;
    text-align: center;
}
.new_con_wrap .new_con .con{
	color: #666;
    font-size: 14px;
    line-height: 24px;
}
.new_con_wrap .new_con .con p img{
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.next-prev {
	margin-top: 20px;
}

.next-prev span {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}

.next-prev span a {
	display: inline-block;videos-view
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}

.next-prev span a:hover {
	color: #4380db;
}

.download_con{overflow: hidden;}
.download_con>div{background-color: #ffffff;padding: 20px 30px;margin-bottom: 50px;box-sizing: border-box;}
.download_con>div .zt{font-size: 18px;color: #333;font-weight: bold;}
.download_con>div .ft{font-size: 12px;color: #999999;margin-top: 15px;}
.download_con>div .download_list{margin-top: 20px;}
.download_con>div .download_list li{line-height: 42px;box-sizing: border-box;border-bottom: 1px dashed #dadada;padding: 0 5px;}
.download_con>div .download_list li i{font-size: 24px;}
.download_con>div .download_list li i.word{color: #1296db;}
.download_con>div .download_list li i.pdf{color: #ea0505;}
.download_con>div .download_list li p a{margin-left: 10px;font-size: 14px;color: #666666;height: 42px;max-width: 90%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.download_con>div .download_list li>p:last-child a{color: #fdb819;font-size: 26px;}
.download_con>div .download_list li p:first-child{width: 80%;}
.download_con>div .page{margin: 50px 0;}
.download_con>div .download_list li p.fl a:hover{color: #4380db;}




/*sitemap.html*/
.htmleaf-container{
	margin-top: 20px;
	/*background-color: #f8f8f8;*/
}
.article {
  display: block;
  margin-bottom: 20px;
  padding: 0 0 30px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.18);
  transition: all 220ms;
  position: relative;
}
.sep{
	position: absolute;
	top: 0;
	left: 20px;width: 65px;
	height: 65px;
	background-color: #ff5a5a;
}

.sep p:first-child{
	font-size: 24px;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
.sep p:last-child{
	font-size: 20px;
	color: #ffffff;
	font-family: arial;
	text-align: center;
}

.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 220ms;
}
.article > img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article>p {
  font-size: 16px;
  font-family: arial;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
.waterfall_flow_wrap .waterfall_flow>li{
	width: 330px;
	position: absolute;
	margin-bottom: 40px;
	background-color: #ffffff;
	margin-right: 30px;
}
.waterfall_flow_wrap .waterfall_flow{
	position: relative;
	margin: 0 auto;
	max-width: 1440px!important;
	overflow: hidden;
}
.waterfall_flow_wrap .waterfall_flow .article .title{
	line-height: 75px;
	height: 75px;
	box-sizing: border-box;
	border-bottom: 1px solid #f8f8f8;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	font-family: arial;
	padding-left: 20px;
}
.waterfall_flow_wrap .waterfall_flow .article p{
	line-height: 40px;
	height: 40px;
}
.waterfall_flow_wrap .waterfall_flow .article p a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
	font-family: arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.waterfall_flow_wrap .waterfall_flow .article p:hover a{
	color: #4380db;
}
.htmleaf-container .oTitle{
	font-size: 24px;
	color: #333333;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 35px;
}
.products_lm_wrap{
	/*margin: 60px auto;*/
	margin-top: 60px;
}

.products_lm_wrap .products_lm ul li{
	margin-right: 40px;
	margin-bottom: 10px;
}
.products_lm_wrap .products_lm .title{
	font-size: 24px;
	color: #333333;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 35px;
}
.products_lm_wrap .products_lm ul{
	padding: 30px 20px;
	background-color: #ffffff;
}

.products_lm_wrap .products_lm ul li a{
	font-size: 18px;
	color: #999999;
	font-family: arial;
}
.products_lm_wrap .products_lm ul li a:hover{
	color: #4380db;
	/*font-weight: bold;*/
}
.column_channel_wrap .column_channel ul li a{font-size: 16px;}


/*视频列表页*/
.pr_box3 .one_cur{
	width: 100%;
	
	border-bottom: 1px solid #dbdbdb;
}
.pr_box3 .one_cur li{margin-right: 20px;position: relative;}
.pr_box3 .one_cur li a{
	color: #666666;
	font-size: 16px;
	display: block;
	padding: 15px 0;
}
.pr_box3 .one_cur li.active::after{
	content: "";
	width: 100%;
	height: 3px;
	background-color: #4380db;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pr_box3  .pr_box3_con ul.two_cut{margin-top: 20px;}
.pr_box3  .pr_box3_con ul.two_cut li{
	margin-right: 20px;
	color: #333333;
	font-size: 14px;
	display: block;
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.pr_box3  .pr_box3_con ul.two_cut li a{color: #333333;}
.pr_box3  .pr_box3_con ul.two_cut li.active{
	color: #4380db;
	
	/*background-color: #faa723;*/
	border: 1px solid #4380db;
	
	
}
.pr_box3  .pr_box3_con ul.two_cut li:hover{
	color: #4380db;
	border: 1px solid #4380db;
}
.pr_box3  .box3_con_list ul li{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}
.pr_box3  .box3_con_list ul li:nth-child(3n){margin-right: 0;}
.pr_box3  .box3_con_list ul li>div{
	display: inline-block;
}
.pr_box3  .box3_con_list ul li .v_p{position: relative;}

.pr_box3  .box3_con_list ul li .v_p .video{
	position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    background-image: url(../images/playhover.png);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 50% 50%;
    display: none;
}
.pr_box3  .box3_con_list ul li .v_p:hover .video{display: block;}
.pr_box3  .box3_con_list ul li .v_p a{
	width: 300px;
	height: 300px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.pr_box3 .box3_con_list{margin-top: 40px;}
.pr_box3 .box3_con_list ul li{margin-bottom: 20px;}
.pr_box3 .box3_con_list ul li .v_p a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .3s;
}
.pr_box3 .box3_con_list ul li .v_p:hover a img{
	transform: scale(1.1);
}



.pr_box3 .box3_con_list ul li .v_t{
    height: 18px;
    line-height: 22px;
    color: #454545;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 6px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    
}
.pr_box3 .box3_con_list ul li .v_t a,.pr_box3 .box3_con_list ul li .v_u a{
	width: 300px;
    box-sizing: border-box;
    padding: 0 30px;
    display: block;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
    color: #333333;
}
.pr_box3 .box3_con_list ul li .v_t a:hover,.pr_box3 .box3_con_list ul li .v_u a:hover{
	color: #4380db;
}
.pr_box3 .box3_con_list ul li .v_u{
    height: 18px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;

}
.pr_box3 .box3_con_list>ul{display: none;}
.pr_box3 .box3_con_list>ul.active{display: block;}
.pr_title span.over{width: 600px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
header{background-color: #ffffff;}
.video_par_wrap{
	margin-top: 40px;
}
.video_par_wrap .pr_box3>.title{
	text-align: center;
	font-size: 2em;
	color: #333333;
	font-weight: bold;
}
.video_par_wrap .pr_box3>.title a{
	color: #333333;
}
.video_par_wrap .pr_box3 .con .img {
    margin-top: 20px;
    text-align: center;
}
.video_par_wrap .pr_box3 .con .img img {
    max-width: 80%;
    display: inline-block;
}
.video_par_wrap .pr_box3 .con .ft{text-align: center;}
.video_par_wrap .pr_box3 .con .ft a{
	font-size: 18px;
	color: #4380db;
}
.video_par_wrap .pr_box3 .con .video_list_cut{margin-top: 20px;}
.video_par_wrap .pr_box3 .con .video_list_cut ul{
	width: 100%;
	text-align: center;
}
.video_par_wrap .pr_box3 .con .video_list_cut ul li{
	display: inline-block;
	width: 120px;
	height: 120px;
	text-align: center;
	box-sizing: border-box;
	margin: 5px 10px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	position: relative;
}
.video_par_wrap .pr_box3 .con .video_list_cut ul li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(none.html);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 50% 50%;
}
.video_par_wrap .pr_box3 .con .video_list_cut ul li:hover a{
	background-image: url(../images/playhover.png);
}
.tag_list{
    margin-top: 40px;
    margin-bottom: 20px;
}
.tag_list span {
    font-size: 18px;
    color: #777777;
}
.prev_next{
	margin-top: 40px;
}
.prev_next>p{font-size: 14px;line-height: 22px;}
.prev_next>p span{color: #888888;font-size: 16px;width: 90px;}
.prev_next>p a{width:calc(100% - 90px);color: #999999;}
.prev_next>p a:hover{color: #4380db;}
.prev_next>p.next{margin-top: 10px;}




.video_dispaly_wrap .pr_box3>.title{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding-bottom: 10px;
}
.video_dispaly_wrap .pr_box3 .video_dispaly_list{margin-bottom: 40px;}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li:first-child{border-top: 1px solid #dbdbdb;}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .title a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .title a:hover{
	color: #4380db;
}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .time{
	font-size: 14px;
	color: #666666;
}
.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .con{
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.video_dispaly_wrap{margin-top: 40px;}
.video_par_wrap .pr_box3 .con .desc {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}



/*产品详情页*/
.lz_btn {
	width: 8%;
	box-sizing: border-box;
	height: 70px;
	text-align: center;
	line-height: 85px;
	font-family: '宋体';
	font-size: 36px;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
.tb-thumb_small {
	width: 300px;
	overflow: hidden;
	position: relative;
	height: 70px;
}
.tb-thumb_box {
	width: 100%;
	height: 72px;
	margin-top: 10px;
}
.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tb-pic a img {
	vertical-align: middle;
}
.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
}
.tb-thumb {
	margin: 13px 0 0;
	overflow: hidden;
	height: 54px;
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
}
.tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 52px;
	margin: 0 6px 0 0;
	overflow: hidden;
	padding: 1px;
}
.tb-s310 {
	width: 100%;
	border: 0;
	height: auto;
}
.tb-s310 a {
	float: none;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
	width: 340px;
	height: 340px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.tb-s310 a img {
	max-width: 100%;
	max-height: 100%;
}
.tb-thumb img {
	width: 100%;
	/*height: auto;*/
}
.tb-s310 a {
	*font-size: 271px;
}
.tb-s40 a {
	*font-size: 35px;
}
.tb-s40,
.tb-s40 a {
	height: 50px;
	width: 50px;
}

.pro_main .pro_main_r .box{
	width: 360px;
}

.pro_main .pro_main_r .box .zoom{
	text-align: center;
	margin-top: 10px;
}
.pro_main .pro_main_r .box .zoom a{font-size: 12px;color: #999999;}
.pro_main .pro_main_r .box .zoom a i{color: #999999;font-size: 12px;margin-right: 5px;}
.tb-booth {
	border: 1px solid #CDCDCD;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #C30008;
	height: 50px;
	padding: 2px;
}
.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}
.tb-thumb li div {
	border: 1px solid #CDCDCD;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.pro_main .pro_main_r .box_right{
	/*width: 660px;*/
	margin-left: 20px;
}
.pro_main .pro_main_r .box_right .con p span:first-child{
	color: #333333;
	font-size: 14px;
	width: 120px;
	margin-right: 0;
}
.p_detail{
	margin-bottom: 15px;
	line-height: 24px;
	position: relative;
}
.p_detail{margin-bottom: 8px;}
.pro_main.recommend_pro .pro_main_r .box_right .con p{margin-bottom: 8px;}

.p_detail .pro_d_text{
	left: 10px;
    top: 28px;
    line-height: 28px;
    position: absolute;
    background: #fafafa;
    z-index: 9;
    text-align: center;
	display: none;
	width: 300px;
}
.p_detail.show .pro_d_text{display: block;}
.pro_d_text table { border-left:solid 1px #e5e5e5;border-top:solid 1px #e5e5e5;float: left;}
.pro_d_text table td{ border-bottom:solid 1px #e5e5e5; border-right:solid 1px #e5e5e5;padding: 0px 15px;}
.detail_r{width:300px;float: right;}
.p_detail_pic{display: none;}
.box_detail{ padding:10px 0px; line-height:36px; font-size:16px; }
.box_detail ul li {float: left;height: 36px;line-height: 36px; font-size:16px;color:#555555;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:50%;word-wrap: break-word;padding-left: 15px;box-sizing: border-box;}
.box_detail ul li span{color: #a9a9a9;padding-right: 10px;}
.box_detail a{font-weight: bold;color: #ffaf00;}
.box_p_word{ padding:10px 0px; }
.box_p_word a{height: 36px;line-height: 36px; font-size:16px;color:#666666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;word-wrap: break-word;box-sizing: border-box;}
.box_detail img{display:block;max-width:100%;height:auto;text-align: center;overflow: hidden;}

.pro_main .box_right .p_detail.show .pro_d_text{
	display: block;
}
.pro_main .pro_main_r .box_right .con .p_detail span {
    padding-right: 0px;
    color: #333333;
    font-size: 14px;
    width: 120px;
    margin-right: 0;
}
.p_detail b{
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	
}

.pro_main .pro_main_r .box_right .con .p_detail i{
	font-size: 18px;
	margin-left: 10px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.pro_main .pro_main_r .box_right .con .p_detail.show i{
	transform: rotate(180deg);
}


.pro_main .pro_main_r .box_right .con{margin-top: 20px;}
.pro_main .pro_main_r .box_right .con p{
	margin-bottom: 15px;
	line-height: 24px;
	margin-top: 0;
}
.pro_main .pro_main_r .box_right .con p.contack{
	
} 
.pro_main .pro_main_r .box_right .con p.contack a{
	padding: 5px 20px;
	margin-right: 20px;
	border-radius: 5px;
	background-color: #4380db;
	color: #ffffff;
	font-size: 14px;
}

.links{margin-top: 10px;}






.pro_main .pro_main_r .box_right .con p span:nth-child(2){
	color: #666666;
	font-size: 14px;
}
.pro_main .pro_main_r .box_right .con p span a{
	font-size: 32px;
}
.pro_main .pro_main_r .box_right .con p span a.pdf{color: #ea0505;margin-right: 10px;}
.pro_main .pro_main_r .box_right .con p span a.word{color: #1296db;}
.pro_main .pro_main_r .box_right h1.title{
	font-size: 20px;
	color: #333333;
}
.pro_main .pro_main_r .box_right .ft{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	line-height: 24px;
}

.pro_main_r .main_bot{
	margin-top: 55px;
}
.main_bot .main_bot_cut li{
	width: 120px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	margin-right: 20px;
	background-color: #f0f0f0;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	position: relative;
}
.main_bot .main_bot_cut li.active{
	background-color: #ffffff;
}
.main_bot .main_bot_cut li.active::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.main_bot .main_bot_con{
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	
}
.main_bot .main_bot_con .main_con_list{
	display: none;
}
.main_bot .main_bot_con .main_con_list.active{
	display: block;
}
.pro_main_r .mb_box1>p.title{
	font-size: 14px;
	color: #333333;
}
.pro_main_r .mb_box1>ul{
	margin-top: 20px;
}
.pro_main_r .mb_box1>ul li{
	width: 33%;
	box-sizing: border-box;
	padding-right: 5%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.pro_main_r .mb_box1>ul p{
    width: 33%;
    box-sizing: border-box;
    padding-right: 5%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.pro_main_r .mb_box1:first-child{
	margin-top: 0px;
}
.pro_main_r .mb_box1{
	margin-top: 35px;
}
.mb_box1 .con{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.mb_box1 .con p{
	margin-bottom: 10px;
}
.mb_box1 .con img{max-width: 100%;}
.pro_main_r .mb_box1 form{margin-top: 40px;}
.pro_main_r .mb_box1 form label span {
    width: 100px;
    font-size: 12px;
    color: #666666;
}
.pro_main_r .mb_box1 form label{line-height: 40px;margin-bottom: 20px;display: block;}
.pro_main_r .mb_box1 form label input{
	box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: calc(100% - 100px);
    border-radius: 2px;
	height: 40px;
	font-size: 14px;
	color: #666666;
}
.pro_main_r .mb_box1 form label textarea{
	box-sizing: border-box;
    border: 1px solid #dbdbdb;
    width: calc(100% - 100px);
    border-radius: 2px;
	height: 150px;
	padding: 10px;
	font-size: 14px;
	color: #666666;
}
.pro_main_r .mb_box1 form .ts{
	font-size: 14px;
	color: #666666;
	padding-left: 100px;
	box-sizing: border-box;
}
.pro_main_r .mb_box1 form button{
	margin-left: 100px;
    height: 28px;
    width: 65px;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #4380db;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.pro_main .box_swiper{text-align: center;}
.pro_main .box_swiper .swiper-container8{
	display: inline-block;
	width: 70%;
}
.pro_main .box_swiper .swiper-container8 .swiper-slide,.pro_main .box_swiper .swiper-container8 .swiper-slide a{
	width: 70vw;
	height: 70vw;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.pro_main .box_swiper .swiper-container8 .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}



/*-------------------------------------------图片详情结束-------------------------------------------*/
/*-------------------------------------------询盘页开始-------------------------------------------*/
.send {
	margin-top: 40px;
	padding-bottom: 70px;
}

.main input,.main select{padding: 0;}
.send .main-box {
	width: 100%;
	height: auto;
	padding: 30px;
	background: #fff;
	border: 1px solid #ededed;
	box-sizing: border-box;
}

.send-top span {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	margin:  0 5px;
}

.send-top span:last-child {
	font-size: 12px;
	color: #999;
}

.send-top i img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.label {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

.label span {
	float: left;
	display: inline-block;
	width: 8%;
	line-height: 35px;
}

.send-desc {
	width: 100%;
	margin-top: 15px;
	line-height: 35px;
	padding-left: 8%;
	color: #999;
	font-size: 12px;
	box-sizing: border-box;
}

.send-desc a {
	color: #fdb819;
	font-size: 14px;
}

.label input {
	float: left;
	width: 92%;
	padding: 0 10px;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #ededed;
	outline: none;
	box-sizing: border-box;
}

.textarea span {
	line-height: 14px;
}

.label textarea {
	float: left;
	width: 92%;
	padding: 5px 10px;
	height: 155px;
	line-height: 24px;
	border-radius: 3px;
	border: 1px solid #ededed;
	outline: none;
	resize: none;
    font: 400 13.3333px Arial;
	box-sizing: border-box;
}

.label i {
	font-style: normal;
	color: #e52929;
}

hr.border {
	border: 0;
	border-top: 1px dashed #ededed;
	margin-top: 40px;
	margin-bottom: 20px;
}

.label-tag {
	float: left;
	width: 32%;
	/*margin-right: 2%;*/
}

.label-tag span {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #333;
	width: 25%;
	height: 35px;
	line-height: 35px;
}

.label-tag span i {
	font-style: normal;
	color: #e52929;
}

.label-tag select {
	float: left;
	width: 15%;
	height: 35px;
	margin-right: 3%;
	line-height: 35px;
	border-radius: 3px;
	padding-left: 5px;
	border: 1px solid #ededed;
	outline: none;
	box-sizing: border-box;
}

.label-tag input {
	float: left;
	width: 55%;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	padding: 0 10px;
	border: 1px solid #ededed;
	outline: none;
	box-sizing: border-box;
}

.country select {
	width: 70%;
	padding-left: 15px;
	box-sizing: border-box;
	
}

.tels select {
	width: 15%;
	padding-left: 5px;
	box-sizing: border-box;
}

.tels input {
	width: 15%;
}

.tels input:last-child {
	width: 39%;
	margin-left: 3%;
}

.guestbook-tag {
	margin-top: 15px;
}

.guestbook-tag-box {
	display: none;
}

.guestbook-tag > span {
	display: inline-block;
	line-height: 35px;
	color: #fdb819;
	cursor: pointer;
	margin-bottom: 15px;
}

.other .other-label {
	float: left;
	width: 32%;
	margin-right: 0.6%;
}

.other .other-label span {
	float: left;
	display: inline-block;
	width: 25%;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}

.other .other-label input {
	float: left;
	width: 70%;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	padding: 0 10px;
	border: 1px solid #ededed;
	outline: none;
	box-sizing: border-box;
	box-sizing: border-box;
}

.request {
	margin-top: 15px;
}

.request span {
	display: inline-block;
	width: 8%;
	line-height: 35px;
	font-size: 14px;
	color: #333;
}

.request label {
	font-style: normal;
	color: #666;
	font-size: 14px;
	margin-right: 5px;
	cursor: pointer;
}

.request label input {
	line-height: 35px;
	vertical-align: middle;
	margin-right: 5px;
	outline: none;
}

.showBtn {
	display: block;
	text-align: center;
	margin-top: 15px;
}

.showBtn button {
	display: inline-block;
	width: 168px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border-radius: 5px;
	background: #fdb819;
	border: 0;
	color: #fff;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}

.showDesc {
	margin-top: 30px;
	color: #999;
	font-size: 12px;
}
/*-------------------------------------------询盘页结束-------------------------------------------*/


.other_pro_list{
	margin-top: 60px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 15px 5px;
}
.other_pro_list>.title{
	line-height: 34px;
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding:  0 20px;
	
}
.other_pro_list>.title span{
	position: relative;
	font-size: 18px;
	color: #333333;
	
}
.other_pro_list>.title a{
	color: #333333;
	font-size: 14px;
}
.other_pro_list>.title span::after{
	content: "";
	position: absolute;
	
	width: 100%;
	background-color: #373737;
	height: 3px;
	left: 0;
	bottom: -1px;
}
.other_pro_list ul li{
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #e3e3e3;
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
}
.other_pro_list ul li:nth-child(4n){border-right: 0;}
.other_pro_list ul li .font-btn{
    text-align: center;
    margin-top: 10px;
}
.other_pro_list ul li>div:first-child a{
	width: 210px;
	height: 210px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	
}

.other_pro_list ul li .font-btn p:hover{
    background: #4380db;
    color: #ffffff;
}
.other_pro_list ul li .font-btn p:hover i,.other_pro_list ul li .font-btn p:hover a{
	color: #ffffff;
}
.other_pro_list ul li>div a img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	transition: all .6s;
}
.other_pro_list ul li>div a:hover img{
	transform: scale(1.1);
}
.other_pro_list ul li .font-btn p{
    background: #ffffff;
    width: 130px;
    display: inline-block;
}
.other_pro_list ul li>p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.other_pro_list ul li .font-btn p a{
    color: #666666;
}
.other_pro_list ul li .font-btn p a i{
    color: #4380db;
}
.other_pro_list ul li>div{display: inline-block;}



/*.about_body{
	background-color: #fafafa;
}*/




.ny_contact_l{width: 65%;float: left;border-right: solid 1px #e6e6e6;padding: 20px;box-sizing: border-box;}
.ny_contact_l.cmp{width:60%;}
.ny_contact_l ul{margin-top: 20px;}
.ny_contact_l ul li{width:100%;line-height: 36px;color:#555555;font-size:16px;}
.ny_contact_l ul li span{display:block;width:170px;float: left;color: #a9a9a9;font-size: 16px;}
.ny_contact_l ul li a{color: #777777;font-size: 16px; text-decoration: underline;}
.ny_contact_l ul li a:hover{color: #ffaf00;}
.ny_contact_l ul li .ewm{display:block;width:100px;height:100px;float: left;margin-top: 10px;}

.ny_contact_r{width:35%;padding:20px 50px;float: right;box-sizing: border-box;font-size: 16px;line-height: 36px;}
.ny_contact_r .s_top{margin: 25px 0px;}
.ny_contact_r .s_top .photo{max-height:110px;max-width:110px;float: left;margin-right: 20px;}
.ny_contact_r .s_top .photo_r{float: left;}
.ny_contact_r .s_top .photo_r .name{color: #2c2c2c;font-size: 18px;line-height:28px;}
.ny_contact_r .s_top .photo_r .job{color: #bdbdbd;font-size: 18px;}
.ny_contact_r .s_top .photo_r .chat{margin-top:15px;color: #1195db;font-size: 18px;}
.ny_contact_r .s_top .photo_r .chat i{font-size: 18px;margin-right: 5px;}
.ny_contact_r .contact_btn{padding:0px 20px;display:block;margin-top:5px;background: #ffaf00;height:36px;line-height:36px;color:#ffffff;font-size:16px;text-align: center;}
.ny_contact_r .contact_btn i{color:#ffebbf;padding-right: 10px;}
.ny_contact_r .s_top .photo_r .contact_btn{display: none;}
.ny_r_mapc{width:40%;padding:20px 50px;float: right;box-sizing: border-box;font-size: 16px;line-height: 36px;}



.basic_info {
    padding: 10px;
}
/*sitemap end*/
.message_list{margin-top: 20px;}
.message_list ul li{padding:10px;position: relative;padding-left: 130px;box-sizing:border-box;}
.message_list ul li label{position: absolute;left: 0px;top:0px;color: #6a6a6a;height:46px;line-height: 46px;font-size:16px;font-weight: normal;}
.message_list ul li label em{color: #ff0000;font-size: 20px;}
.message_list ul li .wz_r{color: #2c2c2c;font-size:18px;line-height: 46px;}
.message_list ul li .wz_r .photo{max-height: 46px;max-width: 46px;float: left;margin-right: 10px;display: block;}
.message_list ul li .input_text{border:solid 1px #e5e5e5;background: #FFFFFF;width: 100%;height:44px;text-indent:10px;line-height:44px;box-sizing: border-box;}
.message_list ul li .textarea{border:solid 1px #e5e5e5;background: #FFFFFF;width: 100%;padding:10px;line-height:36px;box-sizing: border-box;}
.message_list ul li .p_r{line-height:30px;font-size: 14px; color: #777777;}
.message_list ul li .btn{margin:0 auto;width:110px;height:40px;line-height: 40px;display:block;text-align:center;background-color: #4380db;font-size:16px;color: #FFFFFF;border: none;border-radius: 5px;}
.message_list ul li .input_text2{border:solid 1px #e5e5e5;background: #FFFFFF;height:44px;text-indent:10px;line-height:44px;box-sizing: border-box;}

.message_list ul li .sel{ width: 120px; height: 44px; border:solid 1px #e5e5e5;background: #FFFFFF;float: left; position: relative; box-sizing: border-box;z-index: 99;}
.message_list ul li .sel select{border: none; outline: none;width: 100%; height: 42px; line-height: 42px;appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-left:10px; } 
.message_list ul li .sel:after{ content: ""; width:30px; height:40px; background:url(../images/jt.html) no-repeat right center;position: absolute; right: 0px; top: 0; pointer-events: none; }
.message_list.li_l ul li{padding-left: 160px;}
.message_list.li_l ul li .tex_r{width: 100%;padding-left:310px;box-sizing: border-box;position: absolute;left:-10px;top: 9px;}
.message_list ul li .sel.reg{ width: 100%;}
.message_list ul li span{color: #999999;padding-left: 5px;}
.message_list ul li .verify{width: 106px;height: 44px;float: left;margin-left: 15px;cursor: pointer;}
.message_list ul li .verify img{height: 100%;width: auto;}










.ny_h2{font-size: 18px;font-family: arial;height: 40px;line-height: 40px;color: #535353;position: relative;background-color: #ffffff;}
.ny_h2 a{float: right;display:block;padding-right: 10px;font-size: 16px; color: #febd15;}
.ny_h2 span{font-size: 14px;color: #c4c4c4;}
.ny_span_tag{width:100%;border-bottom:solid 1px #e5e5e5;font-size:14px;color: #888888;padding:10px;line-height:24px;box-sizing: border-box;}
.ny_h2 h1{font-size: 20px;}
.ny_box{border: solid 1px #f3f3f3;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 20px;
}
.ny_h2 i{font-size: 14px;color: #c4c4c4;}
.ny_h2 .listtab_box{position: absolute;right: 0px;top:0px;}
.ny_h2 .listtab_box .list_a{display:block;float:left;margin-left:-1px;width:40px;padding-right:0px;color:#bababa;height:30px;line-height:30px;border: solid 1px #ebebeb;background:#fafafa;text-align: center;font-size: 22px;}
.ny_h2 .listtab_box .list_a.a_2{font-size:14px;}
.ny_h2 .listtab_box .list_a:hover{color: #ffaf00;}
.ny_h2 .listtab_box .list_a.current{color: #ffaf00;}

.basic_info{padding: 10px;}
.basic_info .l_cont{width:60%;padding-left:10px;text-indent:26px;padding-right:40px;float: left;box-sizing: border-box;font-size: 16px;line-height: 36px;}
.basic_info .r_cont{width:40%;padding-left:40px;padding-right:20px;float: left;box-sizing: border-box;font-size: 16px;border-left: solid 1px #e6e6e6;}
.p_text{line-height: 36px;font-size: 16px;color: #666666;}
.p_text a{line-height: 36px;font-size: 16px;color: #ffaf00;text-decoration: underline;}
.p_text .a_link{line-height: 36px;font-size: 16px;color: #666666;padding: 0px 15px;text-decoration:none;}
.p_text .a_link:hover{line-height: 36px;font-size: 16px;color: #4380db;text-decoration: underline;}
.image_map{float:left;width: 100%;height:auto;overflow:hidden;margin: 10px 50px 20px 5px;}
.image_honor_box{width:781px;border-left: solid 1px #e6e6e6;float: left;padding-left:50px;margin-top: 10px;box-sizing:border-box;overflow: hidden;}
.image_honor{position: relative;z-index: 7;box-sizing:border-box;overflow: hidden;}
.image_honor ul li{width:360px;float:left;padding:0px 15px;overflow: hidden;box-sizing: border-box;}
.image_honor ul li .h_pic{width:300px;height:300px;box-sizing:border-box;border:solid 1px #e5e5e5;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;position: relative;}
.image_honor ul li .h_pic img{max-width:100%; max-height:100%;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;}
.image_honor .btn_r{width: 28px;height: 56px;text-align:center;line-height:56px;color:#FFFFFF;background:rgba(153,153,153,0.7);position: absolute;left:10px;top: 122px;z-index: 11;cursor: pointer;}
.image_honor .btn_n{width: 28px;height: 56px;text-align:center;line-height:56px;color:#FFFFFF;background:rgba(153,153,153,0.7);position: absolute;right:10px;top: 122px;z-index: 11;cursor: pointer;}
.a_video{display: none;}
.basic_info .tl_cont{float: left;box-sizing: border-box;font-size: 16px;line-height: 36px;}
.basic_info .tr_cont{float: left;box-sizing: border-box;font-size: 16px;}
.main_pro_box{width:100%;overflow: hidden;}
.main_pro{padding:0px 12px;position: relative;z-index: 7;box-sizing:border-box;overflow: hidden;}
.main_pro ul li{width:280px;float:left;box-sizing: border-box;}
.main_pro ul li .h_pic{width:280px;height:280px;box-sizing:border-box;border:solid 1px #e5e5e5;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;position: relative;}
.main_pro ul li .h_pic img{transition: all 0.6s;max-width:100%; max-height:100%;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;}
.main_pro ul li .h_pic img:hover{transform: scale(1.2);}
.main_pro .btn_r{width: 28px;height: 56px;text-align:center;line-height:56px;color:#FFFFFF;background:rgba(153,153,153,0.7);position: absolute;left:0px;top: 50%;margin-top:-50px;z-index: 11;cursor: pointer;}
.main_pro .btn_n{width: 28px;height: 56px;text-align:center;line-height:56px;color:#FFFFFF;background:rgba(153,153,153,0.7);position: absolute;right:0px;top: 50%;margin-top:-50px;z-index: 11;cursor: pointer;}
.main_pro ul li .ph_name{width:100%;padding:0px 5px;box-sizing:border-box;height:30px;line-height:30px;margin-top:5px;font-size: 1.6rem;color: #313131;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ny_pic_list{overflow: hidden;}
.ny_pic_list ul li{width:25%;float:left;box-sizing: border-box;padding: 0 20px;margin-bottom: 20px;text-align: center;}
.ny_pic_list ul li .h_pic{width:280px;height:280px;box-sizing:border-box;border:solid 1px #e5e5e5;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;position: relative;}
.ny_pic_list ul li .h_pic img{transition: all 0.6s;max-width:100%; max-height:100%;text-align:center;overflow:hidden;vertical-align: middle;}
.ny_pic_list ul li .h_pic img:hover{transform: scale(1.2);}
.ny_pic_list ul li .ph_name{width:100%;padding:0px 5px;box-sizing:border-box;height:30px;line-height:30px;margin-top:5px;font-size: 16px;color: #313131;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ny_pic_list ul li .h_pic.v_pic{height:158px;}


.prolist_box{ margin-top:30px;}
.prolist_box .box_li{ border-bottom:dotted 1px #ababab; padding-bottom:30px; margin-bottom:30px;overflow: hidden;}
.prolist_box .box_li .p_pic{ width:220px; height:220px;text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}
.prolist_box .box_li .p_pic img{ margin:0 auto;max-height:100%;max-width:100%;display: table-cell; vertical-align: middle; display:block; overflow:hidden;}
.prolist_box .box_li .m_pic{ width:226px; height:226px; position:absolute; left:-1px; top:-5px; z-index:-1; background:url(../images/2.png) no-repeat left top;}
.prolist_box .box_li .p_pic.cp{ width:220px; height:220px;text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}


.prolist_box .box_li .pro_right{ padding-left:250px; position:relative;}
.prolist_box .box_li .pro_right .p_t{ width:99%;margin-bottom:12px;height:28px; font-size:14px; color:#333333; overflow:hidden;}
.prolist_box .box_li .pro_right .p_t a{font-size:16px; color:#333333; font-weight:bold;}
.prolist_box .box_li .pro_right .p_t a:hover{font-size:16px; color:#333333;font-weight:bold;}
.prolist_box .box_li .pro_right .p_attribute{ width:90%; padding-bottom:8px;overflow:hidden;}
.prolist_box .box_li .pro_right .p_attribute .h_p{ margin-bottom: 10px;width:50%; float:left; color:#666666; height:28px;line-height:28px; font-size:16px;overflow:hidden;}
.prolist_box .box_li .pro_right .p_ms{margin-top: 5px; width:90%;overflow:hidden; border:solid 1px #f2f2f2; height:70px; line-height:26px;font-size:16px; color:#888888; padding:10px;box-sizing:border-box;}

.recommend_pro_wrap .recommend_pro{margin-top: 0;}
.other_pro{border-top: 1px dashed #999;padding: 10px;margin-top:20px;}
.other_pro a{color: #999;font-size: 16px;}
.other_pro p{line-height:36px;overflow: hidden;}
.other_pro :hover a{color: #666;}
.other_pro span{color: #666666;font-size: 16px;padding-right: 5px;}
.no_find {
    text-align: center;
    padding: 200px 20px;
    font-size: 30px;
}

.pro_main_r.new_main_btn .two_pro .font-btn p a {
    color: #666666;
    width: 130px;
    display: inline-block;
}
.pro_main_r.new_main_btn .two_pro .font-btn p a i {
    color: #4380db;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
}
.pro_main_r.new_main_btn .two_pro .font-btn p {
    background: #ffffff;
    width: 130px;
    display: inline-block;
}
.pro_main_r.new_main_btn .two_pro .font-btn p:hover {
    background: #4380db;
}

.pro_main_r.new_main_btn .two_pro .font-btn p:hover i,.pro_main_r.new_main_btn .two_pro .font-btn p:hover a{
    color: #ffffff;
}
.new_main_btn .pro_list_cut{
	margin-top: 0;
}
.related_info{padding: 10px 0px;}
.related_info ul li{border-bottom: dashed 1px #E5E5E5;margin-bottom: 15px;width: 45%;float: left;margin-right: 5%;padding-bottom: 10px;}
.related_info ul li .title{color: #666666;display:block;height: 30px;line-height:30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 16px;}
.related_info ul li .r_text{margin-top:5px;height:48px;line-height:24px; overflow:hidden;font-size: 14px;color: #666666;}
.related_info ul li .title:hover{color: #4380db;}
.pro_tag_list{margin-top: 40px;}
.pro_tags_wrap{margin-top: 40px;}
.pro_tags_wrap>.products_lm>.title{padding: 0 20px;margin-bottom: 20px;}






/*翻页样式*/
.page {text-align: center;margin-top: 40px;}
div.jogger {padding: 2px;margin: 7px;color: #e3e3e3;}
div.jogger a {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:hover {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger a:active {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #e3e3e3;text-decoration: none;color: #777777;}
div.jogger span.current {padding:0.5rem 0.64rem 0.43rem 0.64rem;margin: 2px;background: #efefef;color: #2c2c2c;}
div.jogger span.disabled {display: none}
/*翻页样式end*/


.pro_roll{overflow: hidden; width:580px;}
.detail_pro_r{overflow: hidden; width:280px; height:660px; float:left}
.detail_pro_r dl{height: 90px;box-sizing: border-box; float:left; width:520px; margin:10px 0px;}
.detail_pro_r dl .dt_pic{width:90px;height: 90px;border: solid 1px #dfdfdf;box-sizing: border-box;text-align:center;vertical-align: middle;display:table-cell;}
.detail_pro_r dl .dt_pic img{ margin:0 auto;max-height:100%;max-width:100%;display: table-cell; vertical-align: middle; display:block; overflow:hidden;}
.detail_pro_r dl .dt_right{width:140px;float: left;padding-left: 10px;}
.detail_pro_r dl .dt_right .p_t{ width:100%;margin-bottom:15px;display:block;line-height: 24px; font-size:14px; color:#333333;overflow: hidden;
 text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.detail_pro_r dl .dt_right .c_link{display:block;font-size:16px; color:#4380db;}
.detail_pro_r dl .dt_right .c_link i{padding-right:5px;}
.related_info{padding: 10px 0px;}
.related_info ul li{border-bottom: dashed 1px #E5E5E5;margin-bottom: 15px;width: 45%;float: left;margin-right: 5%;padding-bottom: 10px;}
.related_info ul li .title{display:block;height: 30px;line-height:30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 16px;}
.related_info ul li .r_text{margin-top:5px;height:48px;line-height:24px; overflow:hidden;font-size: 14px;}
.detail_pro_r dl .dt_right .c_link i{color:#4380db;}



.content_detail{padding:25px;border: solid 1px #f3f3f3;background:#FFFFFF;box-sizing: border-box;}
.content_detail .p_title_rec{width:100%; line-height:28px; color:#2c2c2c; font-size:16px; padding-bottom:10px;padding-right: 10px;box-sizing: border-box;}
.detail_l{width:75%;float: left;position: relative;}
.pro_left_pic{width:380px;float:left;padding-top:10px;}
.pro_left_pic .big_pic{border: 1px solid #ededed;display: table-cell;width:380px;height:380px;text-align: center;vertical-align: middle;}
.pro_left_pic .big_pic img{max-width:100%; max-height:100%;text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;}
.pro_rec_pic{width:100%;float:left;padding-top:10px;margin-bottom: 15px;}
.sm_pic{ margin-top:20px; height:80px;}
.sm_pic ul li{ width:80px; height:80px; float:left; padding:0px 7px;}
.sm_pic ul li a{overflow: hidden; display:inline-block; width:80px; height:80px; border:solid 1px #cecece;box-sizing: border-box;}
.sm_pic ul li a:hover{ display:inline-block; width:80px; height:80px; border:solid 1px #ffaf00;box-sizing: border-box;}

.big_pic { border: 1px solid #f3f4f4;overflow: hidden; position: relative; text-align: center; vertical-align: middle;width:820px;height:820px;}
.big_pic p {position:static;+position:absolute;top:50%;overflow:hidden; width:100%;height:100%;}
.big_pic img{position:static;+position:relative; top:-50%;left:-50%;}
.pic-wrap .pic_w .add span { display: block; margin: 10px 0;}

.big_pic_right{ float:left}
.big_pic_right ul{ margin-left:20px;}
.big_pic_right li{ width:50px; height:50px;margin: auto;border:1px solid #ccc;margin-bottom: 5px;}
.big_pic_right li a{ width:50px; height:50px;margin: auto;display:table-cell;vertical-align:middle;position:relative;}
.big_pic_right li a img{cursor:pointer; max-width:50px; max-height:50px; }
.pic_title{ margin-bottom:15px;}
.pic_title a{font-size: 16px;line-height: 30px;}
.pic_bottom{ margin:10px 0 10px 0px; overflow:hidden; width:}
.cf{float:left}
.cf_right{ float:right}
.cf input{ width:39px; height:30px; cursor:pointer; border:none; float:left;}
.an_fd{ background:url(../images/fa_an.gif) no-repeat;}
.an_sx{ background:url(../images/fa_an.gif) no-repeat -39px 0;}
.an_mr{background:url(../images/fa_an.gif) no-repeat -78px 0; }
.cf_right span{ float:left; display:inline; margin-right:20px;}
.add span a{color: #4380db;font-size: 16px; }
.add_1,.fav_1{display:inline-block; width:15px;height:15px; padding-right:3px;}
.add_1{background:url(../images/sc_tb.html) no-repeat 0px 0px;}
.fav_1{background:url(../images/sc_tb.html) no-repeat 0 -24px; }
.pic-wrap {clear: both;overflow: hidden;}
.pic-wrap .pic_w {text-align: left;margin-left:15px;display:inline}
.pic-wrap .pic_w { border-bottom: 0 none;float: left;overflow: hidden;}
.pic_w div { text-align: center;}
.pic_w div a{color: #666666;}
.new_right_box_top{ margin:10px; line-height:150%; }
.new_right_box_black{background:#fff;height:20px; }
.new_right_com{margin-bottom:10px}
.new_right_an a{ color:#FFF}
.new_right_box_bottom{ margin-top:0px;}
.new_right_bottom_title{ background:#3399ff; height:29px; line-height:29px; color:#FFF; padding-left:10px; font-weight:bold}
.new_right_bottom_cp{ /*width:122px; */margin:15px auto; text-align:center; line-height:140%;}
.new_right_bottom_cp li{ margin-bottom:15px;}
.new_right_bottom_cp li div{ width:208px; height:120px; display:table-cell; position:relative; text-align:center; vertical-align:middle;  /*background:#FFF*/}
.new_right_bottom_cp li p{ position:static;+position:absolute;top:50%}
.new_right_bottom_cp li img{ position:static;+position:relative;top:-50%;left:-50%;max-height:120px;max-width:120px;}
.back {
    margin-bottom: 10px;margin-left:10px;text-align:left !important;
}
.sh-ico-back{ height: 9px; width: 10px;background: url(../images/icon_sf.gif) no-repeat 0 -24px; display: inline-block; margin-right: 5px;vertical-align: middle;}
.sh-ico.sh-ico-zoom{background: url(../images/icon_sf.gif) no-repeat 0 0; display: inline-block; margin-right: 5px;vertical-align: middle; width:15px; height:15px;}
#focusphoto{min-height:120px;min-weight:120px;}



/*自定义表单*/
.check_input {
    overflow: hidden;
}

.check_input>div {
    background-color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.check_input label {
    display: block;
}

.input-one input {
    width: 100%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.input-one input:hover {
    border-color: #D2D2D2 !important;
}

.select select {
    width: 100%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.select select option {
    display: block;
    height: 38px;
}

.select select:hover {
    border-color: #D2D2D2 !important;
}

.input-gender input {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
}

.input-gender input:hover {
    border-color: #D2D2D2 !important;
}

.input-check input {
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    background-color: #fff;
    border-radius: 2px;
}

.input-check input:hover {
    border-color: #D2D2D2 !important;
}

.textareas textarea {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
    resize: none;
}

.textareas textarea:hover {
    border-color: #D2D2D2 !important;
}

#mybutton {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #000;
    padding: 5px 15px;
    height: 38px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

#photoCover {
    width: 20%;
    display: inline-block;
    height: 38px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    outline: none;
    line-height: 1.3;
    padding-left: 10px;
    box-sizing: border-box;
}

.remind {
    padding-bottom: 15px;
    font-size: 14px;
    margin-top: 15px;
    color: #333;
}

.uploadFile-container {
    display: box;
    display: -webkit-box;
}

.uploadFile-items {
    box-flex: 1;
    -webkit-box-flex: 1;
    padding-bottom: 18%;
    margin-right: 1%;
    height: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.uploadFile-items .square {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    border: 1px dashed #ccc;
}

.uploadFile-items .square img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.uploadFile-items .square .text {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.uploadFile-items input[type=file] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.uploadFile-items .square.active:before {
    width: 1px;
    height: 60%;
}

.uploadFile-items .square.active:after {
    width: 60%;
    height: 1px;
}
.mb20 {
    margin-bottom: 20px;
}
.uploadFile-items .square.active:before,
.uploadFile-items .square.active:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: #ccc;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: -0.5rem;
}

.uploadFile-items .clo_change {
    position: absolute;
    top: -8px;
    right: -9px;
    width: 18px;
    height: 18px;
}

.list_link{height:45px; line-height:45px; position:relative; }
.list_link .link_list{padding:0px 25px 5px 15px;color:#666666; border:none; font-family:Verdana, Geneva, sans-serif;}
.list_link .link_list b{ position:absolute; right:10px; top:30px; border-color: #483e3d transparent transparent ;border-style:solid dashed dashed;
 border-width:4px;font-size:0;height:0; line-height: 0;width:0; transition:all 0.3s ease-in 0s;}





.list_link .menu_list{ display:none;padding:0px 10%;padding-top: 10px;box-sizing: border-box;}
.list_link.show .menu_list{ width:400px; position:absolute; left:-130px; top:60px;background:#FFF;border-bottom:solid 1px #d4d4d4;display:block; z-index:999;}
.list_link.show .menu_list .a_h{ display:block;text-align: left; line-height:22px; padding: 8px 0px;border-bottom:double 1px #d8d8d8;}
.top_bar .top_r .list_link.show .link_list{background: #FFFFFF;}

.list_link.show .link_list b{top:25px; transform: rotate(180deg); border-color: #483e3d #FFFFFF #FFFFFF; transition: all 0.3s ease-in 0s;}
.basket{ float:left; height:60px; line-height:60px; margin:0px 15px;}
.basket .icon{ color:#ff9500;}
.list_link.w{padding:0px 15px; text-align: center;}
.list_link.w:show{background: #FFFFFF;}
.list_link.w a{color: #666666;}
.list_link .menu_list.flag{ width:147px; left:0px;top: 45px;padding-top: 10px;}
.list_link.show .menu_list .a_h .icon-sgs {background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll 0 0; display: inline-block;height: 13px;margin: 6px 10px 0px 0px;width: 27px;}
.list_link.show .menu_list .a_h .icon-sp { background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll -40px 0;display: inline-block;height: 13px;margin: 6px 10px 0px 0px;width: 13px;}
.list_link.show .menu_list .a_h.more{ text-align:center;border-bottom:none;color: #f2a200;font-size:1.4rem;}
.list_link.show .menu_list .a_h.more i{padding-left:5px;font-size:2rem;color: #f2a200;}
.header_top .list_link_btn{
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0px;
}


/*左侧悬浮栏目*/
.float_box {
    z-index: 99;
    width: 185px;
    border: 1px solid #f1f1f1;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
    padding: 5px;
    overflow: hidden;
    position: fixed;
    top: 60%;margin-top: -280px;
    
    background: #FFF;
    font-size: 12px;
    right: 20px;
}

.float_box_title {
    background: #0091ec;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    padding-left: 5px;
    position: relative;
    margin-bottom: 10px;
}

.float_box_title span {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
    width: 160px;
    font-size: 12px;
}

#fold {
    border-color: #0091EC #FFFFFF #0091EC #0091EC;
    border-style: solid;
    border-width: 4px;
    float: right;
    height: 0;
    margin: 8px 3px 0 0;
    overflow: hidden;
    position: relative;
    width: 0;
    z-index: 999;
}

.float_box.hold-close {
    width: 60px;
    overflow: hidden
}

.float_box.hold-close .float_box_title {
    width: 55px;
    overflow: hidden;
    height: 24px;line-height: 24px;
}

.float_box.hold-close .float_box_title span.fold_title {
    display: none
}

.float_box.hold-close .float_box_title span.fold_click_title {
    display: block;
    width: 47px;
    font-size: 12px;
}

.float_box .float_box_title span.fold_click_title {
    display: none
}

.float_box.hold-close .float_top span {
    display: none
}

.float_box.hold-close #fold {
    border-right: none;
    border-left: 4px solid #FFF
}

.float_box.hold-close .float_bottom {
    width: 52px;
    overflow: hidden
}

.float_box.hold-close .float_bottom a {
    color: #f3f3f3;
    padding-left: 11px;
}

.triangle {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #0091EC;
    height: 0;
    left: 24px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    width: 0;
}

.float_top {
    line-height: 140%;
    height: 50px;font-size: 12px;
}
.float_top span {
font-size: 12px;line-height:24px;
}
.float_top img {
    float: left;
    margin-right: 10px;
    max-height: 50px;
    max-width: 50px;
}

.float_top a {
    color: #0091ec
}

.float_bottom a {
    background: #f3f3f3;
    display: block;
    width: 170px;
    margin: 5px 0;
    padding: 0 5px 5px 10px;
    color: #3486e0;
    text-decoration: none
}

.float_bottom a:hover {
    background: #f3f3f3
}

.float_tb1 {
    background: url(../images/float_tb.png) no-repeat 0 1px;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding-left: 10px;
    margin-top: 5px;
}

.float_tb2 {
    background: url(../images/float_tb.png) no-repeat 0 -35px;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding-bottom: 5px;
}
.float-media-list {
    padding-left: 0
}

.float-media-list li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 55px;
    margin: 5px 0;
    text-align: center;
}

.float-media-list a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 32px;
    height: 32px;
    background: url(../images/media.png) 0 0 no-repeat;
}

.float-media-list a.float-media-list-twitter {
    background-position: 0 -185px;
}

.float-media-list a.float-media-list-youtobe {
    background-position: 0 -224px;
}

.float-media-list a.float-media-list-linkedin {
    background-position: 0 -111px;
}

.float-media-list a.float-media-list-pinterest {
    background-position: 0 -148px;
}

.float-media-list a.float-media-list-googleplus {
    background-position: 0 -37px;
}

.float-media-list a.float-media-list-instagram {
    background-position: 0 -74px;
}

.supplier-photo-img savm img {
    width: 55px;
    height: 55px;
}






.last_link{cursor: pointer;}
.last_link span{position: relative;z-index: 2;padding:0px 25px 0px 5px;color:#666666;border-bottom:none;}
.last_link span s{ width:99%; z-index:2; height:1px; background:#FFF; position:absolute; left:1px; bottom:-1px; display:none}
/*.last_link span:hover{background:#FFF;}*/
.last_link span b{ position:absolute; right:10px; top:7px; border-color: #483e3d transparent transparent;border-style: solid dashed dashed; border-width: 4px;font-size: 0;height: 0; line-height: 0;width:0; transition:all 0.3s ease-in 0s;}
/*.last_link span:hover b{ top:6px; transform: rotate(180deg); border-color: #483e3d transparent transparent;border-style: solid dashed dashed; transition: all 0.3s ease-in 0s;}
.last_link span:hover s{ display:block}*/

.last_link .menu_list{ display:none;}
.last_link.hover .menu_list{ width:400px; position:absolute; left:-200px; top:45px;background:#FFF;border-bottom:solid 1px #d4d4d4;display:block; z-index:999;}
.last_link.hover .menu_list a{line-height:18px; border-bottom:none;}
.last_link.hover .menu_list a:hover{ line-height:18px;color:#ef4135;}
.last_link .menu_list.flag a{background:#FFF;border-color:#d8d8d8;}
.last_link.hover span{ background:#FFF;border-color:#d8d8d8;}
.last_link.hover span{ display:block}
.last_link.hover span b{top:3px; transform: rotate(180deg); border-color: #483e3d transparent transparent; transition: all 0.3s ease-in 0s;}
.basket{ float:left; height:26px; line-height:26px; margin:0px 8px 0 2px;}
.basket .icon{float: left;margin: -2px 5px;color:#6ab62c;}
/*.last_link.w a:hover s{ display:block}*/
.last_link.w a s{ width:135px;}
.last_link .menu_list.flag{ width:120px; left:0px;border: 1px solid #d8d8d8;}
/*.last_link.hover .menu_list span .icon-sgs {background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll 0 0; display: inline-block;height: 13px;margin: 6px 10px 0px 0px;width: 27px;}
.last_link.hover .menu_list span .icon-sp { background: rgba(0, 0, 0, 0) url("../images/nav_sptb.gif") no-repeat scroll -40px 0;display: inline-block;height: 13px;margin: 6px 10px 0px 0px;width: 13px;}
*/
.nav_sgs,.nav_sp{background:url(../images/nav_sptb.gif) no-repeat; display:inline-block;}
.nav_sgs{background-position: 0 0; height:13px; width:27px}
.nav_sp{background-position:-40px 0; height:13px; width:13px; margin:0 10px}
.last_link span {
    position: relative;
    z-index: 2;
    padding: 0px 25px 0px 5px;
    color: #666666;
    border: solid 1px transparent;
    border-bottom: none;
}












@media only screen and (max-width: 1800px) {
	.header_top_wrap .w_1360,header .w_1360,.nav .w_1360{width: 100%;}			
	.header{box-sizing:border-box;padding:0 1%}
}



@media only screen and (max-width: 1400px) {
	/*sitemap.html*/
	.wall-column {width: 33%;}
	/*视频列表页*/
	.pr_box3 .box3_con_list ul li .v_p a{width: 21vw;height: 21vw;}
	.pr_box3 .box3_con_list ul li .v_t a, .pr_box3 .box3_con_list ul li .v_u a{width: 21vw;}
	.tb-s310 {
		width: 23vw;
	}
	.tb-s310 a {
		width: 23vw;
		height: 23vw;
	}
	.tb-thumb_box{width: 23vw;}
	.pro_main .pro_main_r .box{width: 32%;min-width: 360px;}
	/*.pro_main .pro_main_r{width: 98%;}*/
	/*.pro_main .pro_main_r .box_right {width: 64%;}*/
	.pro_main .pro_main_l{left: 1%;}
	.other_pro_list ul li>div:first-child a{width: 15vw;height: 15vw;}
	.other_pro_list ul li{padding: 10px 10px;margin-top: 15px;}
	.other_pro_list ul li>p{font-size: 14px;}
	
	

	.w_1360{width: 100%;padding: 0 1%;box-sizing: border-box;}
	.index_standard{padding: 60px 1%;}
	/*.header .header_logo_wrap{width: 15%;}*/
	/*.header .header_search{width: 500px;}*/
	/*.header .header_search input{width: 65%;}*/
	.index_about_wrap{background-position: -300px center;}
	.index_about_wrap .index_about>.left{width: 380px;}
	.index_about_wrap .index_about>.right{width: calc(100% - 400px);}
	.index_newPro .index_newPro_l{width: 35%;}
	.index_newPro .index_newPro_r{width: 62.5%;overflow: hidden;}
	.newPro_r_con ul li>div>a{width: 10vw;}
	.newPro_r_con ul li>div:last-child{width: 14vw;}
	.index_hot_wrap .index_hot .index_hot_con ul li>div>a{width: 16vw;height: 16vw;}
	footer .footer{padding: 30px 1%;}
	/*.pro_main .pro_main_r{width: 75%;}*/
	.pro_main_r .pro_list li{padding: 10px;}
	.pro_main_r .pro_list li>div>a{width: 17vw;height: 17vw;}
	.pro_lT_wrap .pro_lT>li .ll a{width: 15vw;height: 15vw;}
	/*.about_con_top .con_top_r .con p:nth-child(n+4){ display: none; }*/
	.ny_pic_list ul li .h_pic{width: 20vw;height: 20vw;}
	.ny_pic_list ul li .ph_name{font-size: 14px;}
	.video_par_wrap .pr_box3 .con .video_list_cut ul li{width: 100px;height: 100px;}
	
	.big_pic{width: 58vw;height: 58vw;}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 1280px){
	/*.pro_main .pro_main_r{width: 73%;}*/
	.index_standard ul li>p,.index_standard ul li>div{float: none;text-align: center;margin-left: 0;}
	.index_standard ul li{padding-left: 0;}
	.index_about_wrap .right{padding: 50px 0;}
	.index_hot_wrap .index_hot .index_hot_con ul{padding: 20px;}
	.index_c_r .send_inquiry form label span{width: 12%;}
	.index_c_r .send_inquiry form label:first-child input
	,.index_c_r .send_inquiry form label textarea
	,.index_c_r .send_inquiry form p{width: 88%;}
	.index_c_r .send_inquiry form p,.index_c_r .send_inquiry form button{margin-left: 12%;}
	.footer_top .footer_top_r{display: none;}
	.index_hot_wrap .index_hot .index_hot_con ul li{padding: 20px 20px;}
	.pro_main .pro_main_r .pro_list{padding: 15px 10px;}
	.pro_main_r .pro_list li{padding: 20px 10px;}
	.pro_main_r .pro_list li .t{font-size: 14px;}
	.pro_lT_wrap .pro_lT>li .pro_label li{width: 50%;}
	.pro_lT_wrap .pro_lT>li .pro_label li:nth-child(n+3){display: none;}
	.pro_lT_wrap .pro_lT>li .pro_label{margin-top: 10px;}
	/*.about_con_top .con_top_r .con p:nth-child(n+3){display: none;}*/
	.pro_main .pro_main_r .box{width: 33%;min-width: 360px;}
	.pro_main .pro_main_r .box_right .con p{margin-bottom: 10px;}
	.pro_main .detail_l{width: 100%;}
	.big_pic {
	    width: 80vw;
	    height: 80vw;
	}
	.header .header_comp {
	    display: none;
	}
}
	

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

	/*.pro_main .pro_main_r{width: 70%;}*/
	.pro_main_r .two_pro .font-btn{display: none;}
	.contact_us .con_us_l .us_top{display: inline-block;;}
	.contact_us_wrap .contact_us .con_us_l{width: 100%;}
	.contact_us_wrap .contact_us .con_us_r{width: 100%;}
	.pro_main .pro_main_r .box{width: 34%; min-width: 360px;}
}
@media only screen and (max-width: 1040px) {
	.list_link.w a{color: #ffffff;}
	.pro_main .pro_main_r>div.pro_main_list>.title>a{display: block;}
	.big_pic{width: 75vw;height: 75vw;}
	.pro_main_r .mb_box1>ul li{width: 50%;}
	.pro_main_r .mb_box1>ul p{width: 50%;}
	.last_link{display: none;}
	.visit_factory{text-align: center;}
	/*sitemap.html*/
	.wall-column {width: 50%;}
	.products_lm_wrap {margin-top: 40px;}
	/*视频列表页*/
	.pr_box3 .box3_con_list ul li{width: 50%;}
	.pr_box3 .box3_con_list ul li .v_p a{width: 40vw;height: 40vw;}
	.pr_box3 .box3_con_list ul li .v_t a, .pr_box3 .box3_con_list ul li .v_u a{width: 40vw;}
	.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li:first-child{border-top: 0;}
	.video_dispaly_wrap .pr_box3>.title{padding-bottom: 0;text-align: center;font-size: 22px;}
	.video_dispaly_wrap {margin-top: 20px;}
	.video_dispaly_wrap .pr_box3 .video_dispaly_list{margin-bottom: 20px;}
	.pro_main_wrap{padding: 0 1%;}
	.pro_main .pro_main_r .box_right{width: 100%;}
	.main_bot .main_bot_con .main_con_list{display: block;}
	.main_bot.recommend_main_bot .main_bot_con .main_con_list{display: none;}
	.main_bot.recommend_main_bot .main_bot_con .main_con_list.active{display: block;}
	.pro_main_wrap{margin-top: 20px;}
	.box_wrap{margin-top: 20px;}
	
	.other_pro_list ul li>div:first-child a {width: 20vw;height: 20vw;}
	.ny_pic_list ul li{width: 33.33%;padding: 0 10px;}
	.ny_pic_list ul li .h_pic {width: 28vw;height: 28vw;}
	.about_con_b form label p{width: 120px;}
	.about_con_b form label input{width: calc(100% - 120px);}
	.about_list{margin-bottom: 40px;}
	.about_con_b form label textarea{height: 120px;}
	.about_con_b form label{padding: 0 20px;}
	.ny_contact_l.cmp{width: 100%;border-right: 0;}
	.message_list ul li label{font-size: 14px;height: 36px;line-height: 36px;}
	.message_list ul li .input_text
	,.message_list ul li .sel
	,.message_list ul li .input_text2{height: 34px;line-height: 34px;}
	.message_list ul li .sel select{height: 32px;line-height: 32px;}
	.message_list.li_l ul li {padding-left: 130px;}
	.message_list ul li{padding: 5px;}
	.message_list ul li .verify{height: 34px;}
	.message_list ul li .textarea{padding: 5px 10px;}
	.prolist_box .box_li .p_pic.cp{width: 180px;height: 180px;}
	.prolist_box .box_li .pro_right .p_attribute .h_p{margin-bottom: 0;font-size: 14px;}
	.prolist_box .box_li .pro_right .p_t{height: 22px;}
	.prolist_box .box_li .pro_right {padding-left: 210px;}
	.prolist_box .box_li .pro_right .p_ms{font-size: 14px;}
	.pro_main_wrap .pro_main .recommend_pro_wrap .recommend_pro{margin-top: 0;}
	.pro_category.recommend_pro_wrap .pro_category_list ul li:nth-child(n+4){display: block;}
	.pro_category.recommend_pro_wrap .pro_category_list ul li{border-top: 0;}
	.pro_category.recommend_pro_wrap .pro_category_list ul li{border-right: 1px solid #dbdbdb;}
	.pro_category.recommend_pro_wrap .pro_category_list ul li:nth-child(2n){border-right: 0;}
	.pro_main_wrap{margin-bottom: 40px;}
	.main_bot.recommend_main_bot .main_bot_cut li{margin-right: 0;}
	.main_bot .main_bot_con{padding: 10px;}
	.box_detail_rec{padding: 5px;}
	.video_par_wrap .pr_box3 .con .video_list_cut ul li{height: 80px;width: 80px;}
		
	
	
	
	
	
	.pc{display: none;}
	.mobile{display: block;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;}
	footer .footer,.index_contact_wrap{display: none;}
	.index_newPro .index_newPro_l{display: none;}	
    .fixd-btn.showsBtn {display: block;}
    .fixd-btn span {
        display: block;
        float: left;
        width: 45.6%;
        text-align: center;
        padding: 0 2vw;
        height: 5rem;
    }
    .fixd-btn span a {
        display: block;
        width: 100%;
        line-height: 5rem;
        font-size: 1.7rem;
        border-radius: 3px;
        box-sizing: border-box;
    }
    .fixd-btn span:first-child a {
        background: #fdb819;
        color: #fff;
    }
    .fixd-btn span:first-child a img {position: relative;top: -3px;width: 28px;height: 20px;vertical-align: middle;margin-right: 10px;}
    .fixd-btn span:last-child a {background: #f5f6f9;color: #333;border: 1px solid #e5e6e7;}
    .fixd-btn span:last-child a img {position: relative;top: -3px;width: 28px;vertical-align: middle;margin-right: 10px;}
	footer{margin-top: 0;}	
	.index_newPro .index_newPro_r{height: auto;border: none;width: 100%;padding: 0;}
	.index_newPro>div .title,.index_hot_wrap .index_hot>.title{border: 0;padding: 0;}
	.index_hot_wrap .index_hot{border: 0;}
	.newPro_r_con ul li>div .t{margin-top: 0;}
	.newPro_r_con ul li>div:last-child{margin-left: 10px;}
	.newPro_r_con ul li>div:last-child{text-align: center;}
	.index_hot_wrap .index_hot .index_hot_con ul li{width: 50%;}
	.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(5)
	, .index_hot_wrap .index_hot .index_hot_con ul li:nth-child(6)
	, .index_hot_wrap .index_hot .index_hot_con ul li:nth-child(7)
	, .index_hot_wrap .index_hot .index_hot_con ul li:nth-child(8){border-bottom: 1px solid #dbdbdb;}
	.index_hot_wrap .index_hot .index_hot_con ul{padding: 0 20px;}
	.index_hot_wrap .index_hot .index_hot_con ul li:nth-child(2n){border-right: 0;}
	.index_hot_wrap .index_hot>.title p::after
	,.index_newPro .index_newPro_r .title>p::after{height: 0;}
	.index_hot_wrap .index_hot>.title p
	,.index_newPro .index_newPro_r .title>p{float: none;text-align: center;}
	.index_newPro>div .title .view_all,.index_hot_wrap .index_hot .view_all{display: none;}
	.index_hot_wrap .index_hot>.title,.index_newPro .index_newPro_r .title>p{font-size: 32px;font-weight: normal;margin-left: 0;}
	.index_about_wrap{background-image: none;margin-top: 20px;}
	.index_about_wrap .index_about>.left{display: none;}
	.index_about_wrap .index_about>.right{width: 100%;}
	.index_newPro_wrap{margin-top: 20px;}
	.index_about_wrap .right{padding: 20px 0;}
	.index_about_wrap .index_about{height: auto;}
	.index_about_wrap .index_about>.right .title{display: block;font-size: 28px;color: #333333;font-weight: bold;text-align: center;}
	.index_about_wrap .right .zt,.index_about_wrap .right .ft{display: none;}
	.index_about_wrap .right .con{margin-top: 20px;}
	.index_standard {padding: 40px 1%;}
	.shop-cart{display: none;}
	.header .header_search .search_type{display: none;}
	.newPro_r_con ul li .font-btn, .index_hot_wrap .index_hot .index_hot_con ul li .font-btn{display: none;}
	.index_hot_wrap .index_hot .index_hot_con ul li>div>a{height: 18vw;width: 18vw;}
	.index_hot_wrap{margin-top: 40px;}
	.index_hot_con,.newPro_r_con{margin-top: 20px;border-top: 1px solid #dbdbdb;}
	.index_standard_wrap{display: none;}
	.header .header_logo_wrap{display: none;}
	.header{padding: 15px 1%;box-sizing: border-box;background-color: #363f4d;margin-top: -15px;}
	.header.headerScroll{position: fixed;left: 0;top: 0px;z-index: 900;margin-top: 0;}
	.banner{margin-top: 0px;}
	.header .header_search{margin: 0;width: 100%;}
	.header .header_search input{width: calc(100% - 55px);border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	.header .header_search button{border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
	.header_top_wrap{box-sizing: border-box;background-color: #363f4d;width: 100%;}
	.header_top_wrap .header_top .left{display: none;}
	.header_top_wrap .header_top{height: 60px;line-height: 60px;text-align: center;position: relative;}
	.list_link .menu_list.flag{top: 60px;}
	.banner > .swiper-container > .swiper-pagination{bottom: 5px;}
	.newPro_r_con ul li>div:first-child{float: none;margin: 0;display: inline-block;}
	.newPro_r_con ul li>div:last-child{float: none;margin: 0;width: 100%;}
	.newPro_r_con ul li:nth-child(5), .newPro_r_con ul li:nth-child(6) {border-bottom: 1px solid #dbdbdb;}
	.newPro_r_con ul li{height: auto;text-align: center;padding: 20px 20px;}
	.newPro_r_con ul li>div>a{height: 18vw;width: 18vw;}
	.mobile{display: block;}
	.header_top_wrap .header_top_l{}
	.top-info-lang{margin: 0;height: 80px;text-align: left;padding: 0;width: 80px;position: absolute;right: 1%;top: 0;}
	.top-info-lang-list{top: 15px;width: 80px;}
	.header_top .header_top_logo{display: inline-block;height: 60px;}
	.header_top .header_top_logo a{display: table-cell;width: 100%;height: 100%;vertical-align: middle;text-align: center;}
	.header_top .header_top_logo a img{max-height: 100%;max-width: 100%;vertical-align: middle;height: 60px}
	.top-info-lang-list a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 30px;}
	.top-info-lang-list li div[lang]{margin-left: 5px;}
	li.lang-cn a {background-position: 5px 5px;width: 30px;overflow: hidden;box-sizing: border-box;color: #ffffff;}
	.header_top_wrap .header_top>div:first-child{position: absolute;left: 1%;top: 0;}
	.top-info-lang .top-info-lang-list:hover li {display: none;}
	.top-info-lang .top-info-lang-list:hover li:first-child{display: block;}
	.top-info-lang-list li.active i{
		margin-right: 2px;color: #363f4d;font-weight: bold;
		width: 20px;
		text-align: center;
		font-size: 16px;transition: all .3s;
		-webkit-transition: all .3s;-moz-transition: all .3s;
	}
	.top-info-lang-list li.active.show ~ li{display: block;}
	.top-info-lang-list li.active.show i{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);}
	.header_top_wrap .header_top>div:first-child i{color: #ffffff;font-size: 20px;cursor: pointer;}
	.index_icon_wrap{margin-top: 30px;width: 100%;background-color: #ffffff;}
	.index_icon_wrap.iconFixd{position: fixed;left: 0;top: 86px;z-index: 990;margin-top: 0;}
	.index_icon_wrap .index_icon{padding: 0 4vw;box-sizing: border-box;width: 100%;}
	.index_icon_wrap .index_icon li{width: 25%;text-align: center;}
	.index_icon_wrap .index_icon li a{display: block;padding-bottom: 20px;}
	.index_icon_wrap .index_icon li p i{font-size: 36px;color: #000000;}
	.index_icon_wrap .index_icon li p{color: #333333;font-size: 28px;}
	.index_icon_wrap .index_icon li.active{border-bottom: 4px solid #4380db;}
	.index_icon_wrap .index_icon li.active p
	,.index_icon_wrap .index_icon li.active p i{color: #4380db;}
	.header_top_wrap .header_top>div:first-child.open .nav_wrap{display: block;}
	.nav_m-list {
        height: auto;
        padding: 2rem;
        box-sizing: border-box;
        width: 100%;
    }
    .header_top .mobile .nav_wrap{
    	display: none;
    	position: absolute;
    	overflow-y: auto;
        z-index: 999;
        top: 60px;
        width: 60vw;
        max-height: 400px;
        left: 0;
        background-color: #fff;
       	
        box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, .1);
    }
    .nav_m-list ul {background: rgb(64, 64, 64);}
    .nav_m-list li {position: relative;line-height: 40px;cursor: pointer;text-align: left;}
    .nav_m-list li span:first-child {display: block;float: left;font-size: 1.6rem;}
    .nav_m-list li span.listBtn {position: absolute;right: 0;top: 0;}
    .nav-list > li > a {font-size: 1.2rem;color: #666;margin-left: 3rem;}
    .fs14 {position: relative;top: -2px}
    .fs18 {font-size: 2rem !important;position: relative;left: -2px;top: 1px;}
    .mb2 {margin-bottom: 2px;}
    .nav_m-list > li > a {
        display: inline-block;
        width: auto;
        font-size: 1.4rem;
        color: #333;
        text-decoration: none;
        box-sizing: border-box;
        margin-left: 0.5rem;
        text-align: left;
    }
    .nav_m-list li .more {display: block;background-image: url(../images/r_arrow.html);background-repeat: no-repeat;background-size: 15px;background-position: 90% center;}
    .nav_m-list li .nav-list {background-color: #fff;}
    .nav_m-list li .nav-list {height: 0;overflow: hidden;}
    .nav_m-list li.show .nav-list{height: auto;}
    .nav_m-list li .nav-list .border-bottom-none {
        border-bottom: 0px;
    }
	.hfixd {height: 5rem;}
	.pro_main .pro_main_r{width: 100%;padding-left: 0;}
	.pro_main_r .pro_list li .font-btn{display: none;}
	.pro_main .pro_main_r>div.pro_main_list>.title{border: 0;font-weight: normal;}
	.pro_main .pro_main_r>div.pro_main_list>.title p{text-align: center;font-size: 26px;margin-left: 0;}
	.pro_main .pro_main_r>div.pro_main_list>.title p::after{height: 0;}
	.pro_main_r .pro_list li .t{font-size: 16px;}
	.pro_main .pro_main_r>div.pro_main_list{border: 0;}
	.pro_category .pro_category_list{margin-top: 20px;}
	.pro_category .pro_category_list:nth-child(2){margin-top: 0;}
	.pro_category .pro_category_list ul li:nth-child(n+4){display: none;}
	.pro_category .pro_category_list ul li{border-top: 1px solid #dbdbdb;;}
	/*.pro_category{background-color: #f4f6f8;}*/
	.pro_category_wrap .w_1360{padding: 0;}
	.pro_main .pro_main_r>div.two_pro_list{margin-top: 20px;}
	.pro_main_wrap .pro_list_cut{margin-top: 0;text-align: center;border: 0;padding: 0;}
	.pro_main_r .two_pro li:nth-child(1)
	,.pro_main_r .two_pro li:nth-child(2)
	,.pro_main_r .two_pro li:nth-child(3) {border-top: 1px solid #dbdbdb;}
	.pro_main_r .two_pro li:nth-last-child(3)
	,.pro_main_r .two_pro li:nth-last-child(2)
	,.pro_main_r .two_pro li:nth-last-child(1){border-bottom: 1px solid #dbdbdb;}
	.pro_main_r .two_pro li {padding: 20px 10px;}
	.pro_main_r .two_pro li .t {font-size: 14px;}
	.pro_main_wrap .pro_list_cut .pro_cut{position: absolute;right: 20px;top: 0px;}
	.pro_main_wrap .pro_list_cut .pro_name{text-align: center;float: none;font-size: 32px;}
	.pro_main_wrap .pro_list_cut{line-height: 36px;}
	.pro_lT_wrap .pro_lT>li{border-right: 0;border-left: 0;border-radius: 0;}
	.pro_lT_wrap .pro_lT>li .ll{width: 23%;}
	.pro_lT_wrap .pro_lT>li .lr{width: 73%;}
	.pro_lT_wrap .pro_lT>li .ll a{width: 21vw;height: 21vw;}
	.pro_lT_wrap .pro_lT>li .title{font-size: 20px;}
	.pro_lT_wrap .pro_lT>li .con{font-size: 16px;margin-top: 15px;}
	.about_con_top .con_top_r{width: 100%;}
	.about_content_wrap{margin-top: 50px;min-height: 700px;}
	.about_con_top .con_top_r .title{text-align: center;margin-bottom: 30px;}
	.about_con_top .con_top_r .img{text-align: center;}
	.about_con_top .con_top_r .img img{max-width: 100%;display: inline-block;}
	.about_content .about_con_m>div{width: 100%;display: block;}
	.about_content .about_con_m{margin-top: 30px;}
	.video_par_wrap {margin-top: 20px;}
	.tag_list {margin-top: 20px;margin-bottom: 10px;}
	.prev_next {margin-top: 20px;}
	.prev_next{margin-bottom: 10px;}
	.pro_main_r .mb_box1 form{margin-bottom: 40px;}
	.main_bot .main_bot_con .main_con_list:first-child{margin-top: 0;}
	.new_main_btn .pro_list_cut>br{display: none;}
	.list_link.w{padding: 0;position: absolute;right: 150px;top: 0;}
	.list_link.show .menu_list .a_h{padding: 8px 10px;}
	/*-------------------------------------------询盘页开始-------------------------------------------*/
	.main.bgf5.send {
		background: #fff;
		margin-top: 20px;
		padding-bottom: 0;
	}

	.send-top {
		font-size: 14px;
		color: #777;
		line-height: 35px;
	}

	.send .main-box {
		padding: 0;
		border: 0;
	}

	.label input,.label textarea  {
		width: 100%;
	}
	
	.label-tag.country {
		width: 100%;
	}

	.label-tag.country > select {
		width: 100%;
		margin-top: 15px;
		color: #333;
	}
	
	.guestbook-tag {
		margin: 0;
	}
	
	.other .other-label {
		width: 100%;
	}

	.other .other-label input {
		width: 100%;
		margin-top: 15px;
	}

	.label-tag {
	    width: 100%;
	    margin-bottom: 15px;
	}

	.label-tag select {
		width: 20%
	}

	.label-tag input {
		width: 77%;
	}

	.guestbook-tag-box > input {
		width: 100%;
		padding: 0 10px;
	    line-height: 35px;
	    border-radius: 3px;
	    border: 1px solid #ededed;
	    outline: none;
	    box-sizing: border-box;
	    margin-top: 15px;
	}

	.remind {
	    padding-bottom: 15px;
	    font-size: 14px;
	    margin-top: 15px;
	    color: #333;
	}

	.uploadFile-container {
	    display: box;
	    display: -webkit-box;
	}

	.uploadFile-item {
	    box-flex: 1;
	    -webkit-box-flex: 1;
	    padding-bottom: 21%;
	    margin-right: 10%;
	    height: 0;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    position: relative;
	}

	.uploadFile-item .square {
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    border: 1px dashed #ccc;
	}

	.uploadFile-item .square img {
	    max-width: 100%;
	    max-height: 100%;
	    position: absolute;
	    right: 0;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}

	.uploadFile-item .square .text {
	    position: absolute;
	    bottom: 5px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	}

	.uploadFile-item input[type=file] {
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    width: 100%;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    cursor: pointer;
	}

	.uploadFile-item .square.active:before {
	    width: 1px;
	    height: 60%;
	}

	.uploadFile-item .square.active:after {
	    width: 60%;
	    height: 1px;
	}

	.uploadFile-item .square.active:before, .uploadFile-item .square.active:after {
	    content: "";
	    position: absolute;
	    display: inline-block;
	    background: #ccc;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    top: -0.5rem;
	}

	.uploadFile-item .clo_change {
	    position: absolute;
	    top: -8px;
	    right: -9px;
	    width: 18px;
	    height: 18px;
	}

	.showBtn button {
		width: 100%;
		background: #212121;
		margin-bottom: 10px;
	}
	.label span,.label-tag span,.other .other-label span{display: none;}
/*-------------------------------------------询盘页结束-------------------------------------------*/
	.box_detail_rec .video_mod{width: 100%;}
}

@media only screen and (max-width: 900px) {
	.index_icon_wrap .index_icon li p {font-size: 22px;}
	.index_icon_wrap .index_icon li p i {font-size: 30px;}
	.contact_us_wrap .contact_us .con_us_r li{width: 50%;}
	.contact_us_wrap .contact_us .con_us_r li:last-child{margin-top: 30px;}
}







@media only screen and (max-width: 767px) {
	.hfixd {
        width: 100%;
        height: 3.5rem;
        padding: 3vw 0;
    }
    .pro_main .pro_main_r>div.pro_main_list>.title>a{font-size: 14px;}
    .pro_main .pro_main_r>div.pro_main_list>.title{
    	line-height: 36px;
    	height: 36px;
    }
    .pro_main_r .mb_box1>ul li{width: 100%;}
    .pro_main_r .mb_box1>ul p{width: 100%;}
    .big_pic_right ul{margin-left: 0;margin-top: 20px;}
    .big_pic_right li{float: left;margin-right: 10px;}
    .pic_w div{float: none;}
    .fixd-btn span {
        display: block;
        float: left;
        width: 45.6%;
        text-align: center;
        padding: 0 2vw;
        height: 3.5rem;
    }
    .fixd-btn span a {
        display: block;
        width: 100%;
        line-height: 3.5rem;
        font-size: 1.5rem;
        border-radius: 3px;
        box-sizing: border-box;
    }
    .fixd-btn span:first-child a img {
        position: relative;
        top: -3px;
        width: 20px;
        height: auto;
        vertical-align: middle;
        margin-right: 10px;
    }
    .fixd-btn span:last-child a img {
        position: relative;
        top: -3px;
        width: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }
    .header .header_search form{height: 32px;line-height: 32px;}
    .header .header_search input{height: 32px;width: calc(100% - 32px);}
    .header .header_search button{width: 32px;height: 32px;}
    .header .header_search button i{line-height: 32px;font-size: 20px;}
    header .header{padding: 7px 1%;margin-top: -7px;}
    .index_newPro>div .title{line-height: 32px;height: 32px;}
    .index_hot_wrap .index_hot>.title, .index_newPro .index_newPro_r .title>p{font-size: 18px;line-height: 32px;height: 32px;}
    .header_top_wrap .header_top{height: 40px;line-height: 40px;}
    .header_top .header_top_logo{height: 40px;}
    .header_top .header_top_logo a{height: 3.3rem;}
    .top-info-lang{height: 40px;line-height: 25px;width: 60px;}
    .top-info-lang-list{top: 7px;width: 60px;}
    .top-info-lang-list a {line-height: 25px;height: 25px;}
    .header_top_wrap .header_top>div:first-child i{font-size: 16px;}
    .header{top: 40px;}
    .banner{margin-top: 0px;}
    .index_hot_wrap .index_hot .index_hot_con ul{padding: 0 10px;}
    .index_hot_wrap .index_hot .index_hot_con ul li,.newPro_r_con ul li{padding: 20px 10px;}
    .newPro_r_con ul li>div>a,.index_hot_wrap .index_hot .index_hot_con ul li>div>a{width: 40vw;height: 40vw;}
    .footer_bot {
        width: 100%;
        height: auto;
        padding: 25px 0;
        background: #212121;
        box-sizing: border-box;
    }
    .footer-nav {
        width: 100%;
        text-align: center;
    }
    .footer-nav li {
        display: none;
        padding: 0 1rem;
        font-size: 1rem;
        border-right: 1px solid #b9b9b9;
        margin-top: .4rem;
    }
    .footer-nav li:nth-child(-n+1) {
        display: inline-block;
    }
    .footer-nav li:nth-child(-n+4) {
        display: inline-block;
    }
    .footer-nav li:nth-child(4) {
        border-right: 0;
    }
    .footer-nav li:last-child {
        border: 0;
    }
    .footer-nav li a {
        color: #b9b9b9;
    }
    .footer-nav li:hover a {
        color: #fdb819;
    }
    .footer_bot .copy {display: block;width: 100%;text-emphasis: circle;margin-top: 1rem;color: #b9b9b9;font-size: 1rem;text-align: center;line-height: 2rem;}
    .newPro_r_con ul li>div .t,.index_hot_wrap .index_hot .index_hot_con ul li>p{font-size: 14px;margin-top: 10px;}
    .index_hot_con, .newPro_r_con,.index_about_wrap .right .con{margin-top: 10px;}
    .index_hot_wrap {margin-top: 20px;}
    .index_about_wrap .right{padding: 10px 0;}
    .index_about_wrap .index_about>.right .title{font-size: 20px;}
    .index_icon_wrap .index_icon {padding: 0 1vw;}
    .index_icon_wrap .index_icon li p i {font-size: 24px;}
    .index_icon_wrap .index_icon li p {font-size: 14px;}
    .index_icon_wrap .index_icon li a{padding-bottom: 10px;}
    .index_icon_wrap .index_icon li.active{border-width: 2px;}
    .index_icon_wrap {margin-top: 15px;}
    .index_about_wrap{margin-top: 10px;}
    .nav_m-list{top: 3.2rem;padding: 1rem;20rem}
    .header_top_wrap .header_top>div:first-child{left: 1.5%;}
    .top-info-lang{right: 1.5%;}
    .index_icon_wrap.iconFixd{top: 46px;}
    .pro_main_r .pro_list li{width: 50%;padding: 20px 5px;}
    .pro_main_r .pro_list li:nth-child(3n){border-right: 1px solid #dbdbdb;}
    .pro_main_r .pro_list li:nth-child(2n){border-right: 0;}
    .pro_main_r .pro_list li:nth-last-child(3){border-bottom: 1px solid #dbdbdb;}
    .pro_main .pro_main_r>div.pro_main_list{padding: 0px;border: 0;margin-top: 20px;}
    .pro_main .pro_main_r>div.pro_main_list:nth-child(2){margin-top: 0;}
    .pro_main_r .pro_list li>div>a {width: 35vw;height: 35vw;}
    .pro_main .pro_main_r .pro_list{padding: 0;}
    .pro_main .pro_main_r>div.pro_main_list>.title p{font-size: 16px;}
    .pro_main_r .pro_list li .t{font-size: 14px;}
    .pro_main_wrap{margin-top: 10px;}
    .pro_category .pro_category_list ul li:nth-child(n+3){display: none;}
     .pro_category.recommend_pro_wrap .pro_category_list ul li:nth-child(n+3){display: block;}
    .pro_main_r .two_pro li{width: 50%;padding: 20px 5px;}
    .pro_main_r .two_pro li:nth-child(3n) {border-right: 1px solid #dbdbdb;}
    .pro_main_r .two_pro li:nth-child(2n) {border-right: 0;}
    .pro_main_r .two_pro li:nth-child(3) {border-top: 0;}
    .pro_main_r .two_pro li:nth-last-child(3){border-bottom: 1px solid #dbdbdb;}
    .pro_main_r .two_pro li>div>a {width: 35vw;height: 35vw;}
    .pro_main_r .two_pro li .t{font-size: 12px;}
    .pro_main_wrap .pro_list_cut .pro_name{font-size: 22px;}
    .pro_list_cut a i{font-size: 22px;}
    .pro_list_cut .proGrid {margin-right: 10px;}
    .pro_lT_wrap .pro_lT>li .title{font-size: 18px;}
	.pro_lT_wrap .pro_lT>li .con{font-size: 14px;margin-top: 8px;}
	.pro_lT_wrap .pro_lT>li .pro_label{display: none;}
	.pro_lT_wrap .pro_lT>li{padding: 20px 10px;margin-bottom: 20px;}
	.about_content_wrap {margin-top: 25px;min-height: 650px;margin: 0 20px;}
	.about_con_top .con_top_r .title{margin-bottom: 15px;}
	.about_con_top .con_top_r .con {margin-top: 15px;}
	.about_con_top .con_top_r .con p {margin-bottom: 10px;}
	.about_content .about_con_m {margin-top: 10px;}
	.about_content .about_con_m>div ul {margin-top: 10px;}
	.about_content .about_con_m>div .title{text-align: center;}
	.about_content .about_con_m>div ul li p:first-child {width: 30%;margin-right: 5%;}
	.about_content .about_con_m>div ul li p:last-child{width: 55%;}
	.about_content .about_con_m section img{width: 100%;max-width: unset !important;}
	.contact_us_wrap .contact_us .con_us_r li{width: 100%;}
	.contact_us_wrap .contact_us .con_us_r li:last-child{margin-top: 0;}
	.contact_us .con_us_r li>div:last-child{margin-top: 15px;}
	.contact_us .con_us_r li br{display: none;}
	.contact_us .con_us_r li .l i{font-size: 16px;}
	.contact_us .con_us_r li .l{width: 26px;height: 26px;border-width: 1px;line-height: 24px;margin-left: 25px;}
	.contact_us .con_us_r li>div div p:first-child{margin-top: 0px;margin-right: 10px;}
	.contact_us .con_us_r li>div div p{float: left;}
	.contact_us .con_us_r li>div{margin-top: 15px;}
	.contact_us_wrap .contact_us .con_us_l{border: 0;padding-top: 0;height: 125px;}
	.contact_us_wrap .contact_us .title{text-align: center;}
	.contact_us .con_us_l .us_bot{margin-top: 10px;}
	.contact_us .con_us_r li>div div {width: calc(100% - 70px);}
	.new_list_wrap ul li{padding: 15px 10px;}
	.new_list_wrap ul li .bot{width: 100%;margin-top: 10px;}
	.new_list_wrap ul li .top a{width: 70%;font-size: 14px;}
	.new_list_wrap .new_list>.title{font-size: 18px;}
	.new_list_wrap ul li .top span,.new_list_wrap ul li .bot p{font-size: 12px;}
	.keywords_wrap {border-top: 10px solid #f4f6f8;padding: 10px;}
	.keywords_wrap>.title p {font-size: 18px;}
	.keywords_wrap>.title {line-height: 32px;}
	.keywords_wrap>.title .more{font-size: 20px;}
	.new_con_wrap{margin-top: 20px;}
	.new_con_wrap .new_con>.title{font-size: 16px;}
	.download_con>div{padding: 10px 15px;margin: 10px 8px;padding-bottom: 30px;}
	.download_con>div .download_list li{line-height: 36px;padding: 0 2px;}
	.download_con>div .download_list li p a{height: 36px;max-width: 80%;font-size: 12px;}
	.download_con>div .download_list li>p:last-child a{font-size: 22px;}
	.download_con>div .download_list li i{font-size: 20px;}
	.download_con>div .page{display: none;}
	
	
	
	
	
	
	/*sitemap.html*/
	.waterfall_flow_wrap .waterfall_flow .article .title {line-height: 50px;height: 50px;font-size: 16px;}
	.waterfall_flow_wrap .waterfall_flow .article p{height: 32px;line-height: 32px;}
	.waterfall_flow_wrap .waterfall_flow .article p a{font-size: 14px;}
	.wall-column{padding: 0 5px;}
	.htmleaf-container .oTitle{margin-bottom: 15px;font-size: 18px;}
	.products_lm_wrap {margin-top: 0px;}
	.products_lm_wrap .products_lm .title{font-size: 18px;}
	.products_lm_wrap .products_lm .title{margin-bottom: 15px;}
	.products_lm_wrap .products_lm ul{padding: 10px;}
	.products_lm_wrap .products_lm ul li{margin-right: 20px;}
	.column_channel_wrap .column_channel ul li a ,.products_lm_wrap .products_lm ul li a{ font-size: 14px;}
	.products_keywords_wrap{margin-top: 20px;}
	.products_lm_wrap .products_lm ul li{margin-right: 20px;}
	.pr_box3 .pr_box3_con ul.two_cut li {margin-right: 10px; height: 28px;line-height: 28px;}
	.pr_box3 .pr_box3_con ul.two_cut{margin-top: 10px;}
	.pr_box3 .box3_con_list{margin-top: 20px;}
	.video_par_wrap .pr_box3>.title {font-size: 1.6em;}
	.video_par_wrap .pr_box3 .con .img img{max-width: 90%;}
	.video_dispaly_wrap .pr_box3>.title{font-size: 18px;}
	.video_dispaly_wrap{margin-top: 10px;}
	.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li{padding: 10px 0;}
	.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .title a{font-size: 14px;line-height: 24px;}
	.video_dispaly_wrap .pr_box3 .video_dispaly_list ul li .time {font-size: 12px;}
	
	
	
	
	.pro_main .box_swiper .swiper-container8{
		width: 80%;
	}
	.pro_main .box_swiper .swiper-container8 .swiper-slide,.pro_main .box_swiper .swiper-container8 .swiper-slide a{
		width: 80vw;
		height: 80vw;
	}
	.pro_main_r .main_bot {margin-top: 20px;}
	.pro_main .pro_main_r .box_right .ft
	,.pro_main .pro_main_r .box_right .con{margin-top: 10px;}
	.pro_main .pro_main_r .box_right .con .p_detail{margin-bottom: 10px;}
	.main_bot .main_bot_con{padding: 10px;}
	.main_bot .main_bot_con .main_con_list{margin-top: 20px;}
	.pro_main_r .mb_box1 form{margin-top: 20px;margin-bottom: 20px;}
	.pro_main_r .mb_box1 form label span{width: 80px;}
	.pro_main_r .mb_box1 form label input,.pro_main_r .mb_box1 form label textarea{width: calc(100% - 80px);}
	.pro_main_r .mb_box1 form .ts{padding-left: 80px;}
	.pro_main_r .mb_box1 form button{margin-left: 80px;}
	.pro_main .pro_main_r .box_right .con .pro_d_text table{width: 300px;}
	
	
	.other_pro_list>.title{text-align: center;border-bottom: 0;position: relative;margin-bottom: 10px;}
	.other_pro_list>.title span{width: 100%;}
	.other_pro_list>.title span::after{background-color: #ffffff;height: 0;}
	.other_pro_list ul li{width: 50%;border-right: 0;margin-top: 0;margin-bottom: 10px;padding: 0 10px;}
	.other_pro_list ul li>div:first-child a {width: 42vw;height: 42vw;}
	.other_pro_list{margin-top: 20px;}
	.ny_pic_list ul li{width: 50%;}
	.ny_pic_list ul li .h_pic {width: 43vw;height: 43vw;}
	.about_con_b form label{padding: 0 10px;}
	.about_con_b form label p{padding-left: 20px;width: 110px;}
	.about_con_b form .send {height: 33px;line-height: 33px;margin-top: 10px;}
	.ny_box{border: 0;margin-bottom: 20px;}
	.company_show .other_pro_list{border: 0;padding: 0 5px;margin-top: 10px;}
	.message_list ul li label{display: none;}
	.message_list.li_l ul li{padding-left: 0;}
	.message_list ul li .sel select{padding-right: 0;}
	.message_list.li_l ul li .tex_r {
	    width: 100%;
	    padding-left: 160px;
	    box-sizing: border-box;
	    position: absolute;
	    left: -10px;
	    top: 9px;
	}
	.ny_contact_r{width:100%;padding:20px; padding-bottom:0px;}
	.ny_contact_l ul{margin-top: 20px;}
	.ny_contact_l ul li{width:100%;line-height:24px; margin-bottom:15px;color:#555555;font-size:14px;}
	.ny_contact_l ul li span{display:block;width:140px;float: none;color: #a9a9a9;font-size: 14px;}
	.ny_contact_l ul li a{color: #777777;font-size: 14px; text-decoration: underline;}
	.ny_contact_l ul li a:hover{color: #ffaf00;}
	.message_list{margin-top: 0;}		
	.ny_contact_l.cmp{padding: 0 20px;}
	.about_list{margin-bottom: 20px;}
	.prolist_box .box_li .p_pic.cp{width: 30vw;height: 30vw;}
	.prolist_box .box_li .pro_right{padding-left: 33vw;}
	.prolist_box .box_li .pro_right .p_attribute{display: none;}
	.prolist_box .box_li{padding-bottom: 15px;margin-bottom: 15px;}
	/*.prolist_box .box_li .pro_right .p_t a{font-size: 14px;}*/
	.prolist_box .box_li .pro_right .p_ms{width: 98%;padding: 5px;height: auto;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;border: 0;margin-top: 0;font-size: 14px;}
	.prolist_box{margin-top: 15px;}
	.p_text {line-height: 26px;font-size: 14px;}
	.policy_wrap .ny_box{margin-top: 10px;padding: 0px 5px;}
	.policy_wrap .ny_box .ny_h2{line-height: 32px;height: 32px;}
	.about_con_b,.about_con_b form{margin-top: 20px;}
	.about_con_b form label textarea {height: 100px;}
	.pro_main_wrap{margin-bottom: 20px;}
	.main_bot.recommend_main_bot .main_bot_cut li{width: 50%;box-sizing: border-box;height: 50px;line-height: 50px;}
	.other_pro p{line-height: 28px;}
	.other_pro a{font-size: 14px;}
	.box_detail_rec .a_tag{padding-bottom: 5px;font-size: 14px;}
	.feedback_list ul li .comment_text{font-size: 14px;}
	.related_info ul li .title{font-size: 14px;}
	.related_info ul li .r_text{font-size: 12px;}
	.related_info ul li{width: 100%;}
	.page,.pro_tag_list{margin-top: 20px;}
	.new_main_btn .pro_list_cut>.ft{padding: 5px;}
	.check_input>div{padding: 10px;}
	.list_link .menu_list.flag {top: 40px;}
	.header_top .list_link_btn{font-size: 14px;}
	.adpsd{width: 100%;padding: 30px 20px;height: 310px;}
	.inqururl a, .inqururl button {width: 47%;}
	.header_top .mobile .nav_wrap{top: 40px;width: 80vw;}
	.other_pro_list>.title a{float: none;display: block;height: 34px;line-height: 34px;position: absolute;top: 0;right: 0;font-size: 12px;}
	
	
	.about_content .about_con_m>div .basic_info .p_text{
		width: 100%;
	}
	
	
	
	
	
	
	
}

@media only screen and (max-width: 500px) {
	.wall-column{width: 100%;}
	.pr_box3 .box3_con_list ul li{width: 50%;margin-right: 0;}
	.pr_box3 .box3_con_list ul li .v_p a{width: 45vw;height: 45vw;}
	.pr_box3 .box3_con_list ul li .v_t a, .pr_box3 .box3_con_list ul li .v_u a{width: 45vw;}
	.video_par_wrap .pr_box3 .con .img img{max-width: 95%;}
}

@media only screen and (max-width: 430px) {
	.pro_main_r .pro_list li .t {font-size: 12px;}
	.pro_main .pro_main_r>div.pro_main_list{margin-top: 25px;}
	.pro_list_cut a i{font-size: 18px;}
	.pro_main_wrap .pro_list_cut .pro_name{font-size: 18px;}
	.pro_main_wrap .pro_list_cut {line-height: 28px;}
	.pro_lT_wrap .pro_lT>li .title{font-size: 16px;}
	.pro_lT_wrap .pro_lT>li .con{font-size: 12px;}
	.new_list_wrap ul li .top a{width: 60%;}
	.new_list_wrap ul li{padding: 10px;}
	.pro_main .box_swiper .swiper-container8{
		width: 90%;
	}
	.pro_main .box_swiper .swiper-container8 .swiper-slide,.pro_main .box_swiper .swiper-container8 .swiper-slide a{
		width: 90vw;
		height: 90vw;
	}
	.prolist_box .box_li .pro_right .p_t{margin-bottom: 7px;}
	
	
	
	
}


ul.yiiPager .selected a {
    background: #4380db !important;
}

.newPro_r_con ul li>div:last-child{width: 220px;}
@media only screen and (max-width: 1400px){
	.newPro_r_con ul li>div:last-child{width: calc(100% - 12vw);margin-left: 0;float: right;}
}

.contact_us .con_us_r li>div div .big img{
	max-width: 110px;
	max-height: 110px;
}



.font-btn p:nth-child(2) a{
	width: 130px;
}

.contraction b {
    cursor: pointer;
    width: 12px;
    height: 16px;
    float: left;
    background: url(../images/jiantou.png) no-repeat 0 8px;
    margin: 2px 17px 0 12px;
}

.index_about_wrap .about_shade{
 position: relative;
 height: 500px;
 
}

.index_about_wrap{
 background-color: #eff5f5;
}

textarea::-webkit-input-placeholder{
    color:#999999;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}

.tag_reviews_list{
    padding: 20px 0px;
    box-sizing: border-box;
    margin: 20px 0px;;}
.tag_reviews_list .title{font-size: 20px;
    font-family: arial;
    height: 40px;
    line-height: 40px;
    color: #535353;
    position: relative;}
.reviews_mod{margin-top:10px;border-bottom:dashed 1px #e5e5e5;}
.reviews_list {display:inline-block;padding-bottom:5px;}
.reviews_list .subtitle{padding: 10px 0px;width: 100%;height: 30px;line-height: 30px;}
.reviews_list .photo{width:30px;height: 30px;float: left;display: block; padding-right: 10px;}
.reviews_list .comment_text{font-size: 14px;margin-bottom:5px;line-height:20px;display: block;clear: both;}
.reviews_list .name{font-size: 16px;color: #444444;float: left;padding-right:10px;display: block;}
.reviews_list .date{font-size: 16px;padding:0px 10px;color: #999999;display: block;float: left;}
.reviews_list .rate_star{padding: 7px;display: block;float: left;}
.reviews_list .rate_star .i_star{width: 16px;height: 16px;float: left;margin-right:7px;background: url(../images/star_icon2.png) no-repeat left center;}
.reviews_list .rate_star .i_star.gray{background: url(../images/star_icon.png) no-repeat left center;}
.reviews_list .hide{display: none;}    

.header .header_comp {
    margin-left: 20px;
    margin-top: 55px;
}
.header .header_comp p:first-child {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
}

.h_index_keywords {
    display: inline;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #b9b9b9;
}    
.i_keywords {
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    color: #b9b9b9;
}

.index_about_wrap .right .con{
    text-align: justify;
}

.pro_main_r .detail_list .detail_con ol,
.pro_main_r .detail_list .detail_con ul,
.pro_main_r .detail_list .detail_con li
{
	list-style: disc !important;
}

.yiiPager .next{
    position: unset;
}
ul.yiiPager .page a {
    padding: 10px 15px;
}
ul.yiiPager .previous a{
    padding: 10px 15px;
}
ul.yiiPager .next a{
    padding: 10px 15px;
}
ul.yiiPager > ul > li > a.active,
ul.yiiPager li a:hover {
    background: #ffb410;
    border-color: #ffb410;
    color:#fff;
}
ul.yiiPager .selected a {
    background: #ffb410;
}

.about_content .a_video .title{
	font-size: 20px;
}

@media only screen and (max-width: 1040px) {
	.bossdesc table{
		display: block;
	}
	
	.bossdesc table tbody{
		display: block;
		overflow-x: scroll;
	}
}