﻿@media screen and (min-width: 1201px) {

/*内页*/
.header {
	width: 100%;
}

.header .search .search_container.active {
    right: 0;
    opacity: 1;
    z-index: 10;
    visibility: visible;
}
.header .search .search_container.active {
    right: 15px;
}
.header .search .search_container .search_form input {
    width: 200px;
    height: 36px;
    color: #666;
    font-size: 12px;
    padding: 0 15px;
    background: #fff;
    padding-right: 40px;
    border-radius: 18px;
}
.header .search .search_container {
    position: absolute;
    top: 55px;
    right: 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header .search .search_container .search_form {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.header .search .search_container .search_form button {
    position: absolute;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #999;
    height: 36px;
    width: 36px;
    right: 0;
    top: 0;
    cursor: pointer;
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-family: "verdana";
}


.header .container {
    background-color: #fff;
    padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}



/* 内页主体部分 */
.ny-top {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}

/* 面包线 */
.nav-top{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.nav-top .path {
    width: 98%;
    margin: 0 auto;
	border-bottom: 1px solid #ddd;
}

.nav-top .path a {
    display: inline-block;
    font-size: 15px;
    margin: 0px 4px;
	font-family: "verdana";
}

/* 右侧 */
.sidebar {
    padding: 24px 0;
    margin: 0;
	background: #f8f8f8;
}
.sidebar ul li a {
    font-size: 22px!important;
    font-weight: lighter!important;
    line-height: 1em;
    padding: 12px 20px;
    display: block;
	font-family: "verdana";
}
.sidebar .on a{
    color: #5584ae!important;
}

/* 主体标题 */
.testo-spot {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.testo-spot h1 {
    color: #5584ae;
    font-size: 38px;
    font-weight: 300;
    margin: 30px 0 15px;
    line-height: 1em;
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



a{
    color: #484848;
    text-decoration: none;
}

body{
	background-color: #e5e5e5;
}

.ny-top {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}

.container{
	background-color: #fff;
	padding:0;
	width: 1200px;
}


.product-bottom {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}

.product-bottom h4 {
    font-size: 19px;
    color: #5584ae;
    margin-bottom: 14px;
    margin-top: 20px;
    text-indent: 10px;
}

/* 内页幻灯片 */
.ny-banner{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
	max-width: 1200px;
}
.ny-banner img{
	max-width: 100%;
}

/* 分类 */
.nav-class {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-class ul {
    text-align: center;
    display: table;
    margin: 0 auto;
}

.nav-class ul li {
    display: block;
    float: left;
}

.nav-class ul li a {
    font-size: 13px;
    color: #333;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 18px;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-class ul li.active a {
    font-weight: 100;
    color: #fff;
    background: url(../images/triangolo-bianco.png) center bottom no-repeat #5584ae;
    background-size: 14px 7px;
    text-decoration: none;
}

.pic{
	display: table;
	padding:5px;
}
.pic img{
	border:1px solid #ddd;
	width: 100%;
}

.class-body {
    margin-bottom: 10px;
    display: table;
    margin-top:10px;
}

.class-body h2 {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #5584ae;
}

.product {
    padding: 18px;
    font-size: 16px;
    line-height: 160%;
}
.row{
	margin:0;
}

.product .product-title h2 {
    font-size: 20px;
    color: #5584ae;
    margin-bottom: 4px;
}

.more{
	font-weight: bold;
	color:#5b89b1;
	font-size: 18px;
	margin-top: 30px;
}



/* 本例子css */
.slideBox {
			width: 100%;
			overflow: hidden;
			position: relative;
}
.slideBox .hd {
			height: 15px;
			overflow: hidden;
			position: absolute;
			right: 5px;
			bottom: 5px;
			z-index: 1;
			width: 100%;
}
.slideBox .hd ul {
			overflow: hidden;
			zoom: 1;
			float: none;
			margin: 0 auto;
			text-align: center;
}
.slideBox .hd ul li {
			float: none;
			margin-right: 2px;
			width: 15px;
			height: 15px;
			line-height: 14px;
			text-align: center;
			background: #fff;
			cursor: pointer;
			display: inline-block;
}
		.slideBox .hd ul li.on{ background:#5584ae; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:100%; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		
		
.alignright {
    float: right;
    display: block;
    margin-left: 30px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    display: table;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #5584ae;
    border-color: #5584ae;
}

.pic-img{
	display: table;
	margin-top:10px;
}

.img {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 2px solid #ddd;
    border-bottom: none;
}

.img img {
    max-width: 100%;
    width: 100%;
    height: 225px;
}

.img-txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    background: #5584b5;
    color: #fff;
}

.img-txt-i{
	display: block;
	margin-bottom: 10px;
}

.anteprima-news {
    margin: 0 40px;
}

.galleria-news .categorie, .categorie-news {
    margin: 18px 0 12px;
    text-transform: uppercase;
}
.galleria-news .categorie, .categorie-news a{
	    color: rgba(255,255,255,0.7);
}

.titolo-news {
    padding: 0 0 30px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.descrizione {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
    padding: 20px 0 40px;
}
.single-item-content p {
    margin: 0;
}
.single-item-content {
    padding: 0;
    background: #292929;
    margin-bottom: 30px;
}
.single-item-content img {
    min-width: 100%;
    margin-bottom: 15px;
}

.col-lg-12{
	padding:0;
}

.titolo-news h3 a {
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pagina-news h1 {
    font-size: 33px;
    font-weight: 300;
    color: #5584ae;
    text-transform: uppercase;
    margin-top: 21px;
    line-height: 1em;
    font-weight: lighter;
    font-family: verdana;
    margin-bottom: 12px;
	font-family: WORKSANS;
	font-weight: bold;
}

.data {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.testo-pagina {
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: 30px;
    font-weight: lighter;
	font-family: "verdana";
}
	

.sg .container{
	background-color: inherit;
}




.ny-title {
    display: block;
    border: 1px solid #ddd;
    margin: 6px;
}

.ny-title img{
	width: 100%;
}

.product-h2 {
    display: table;
    font-size: 24px;
    font-weight: inherit;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    width: 98%;
    margin: 0 auto;
    float: none;
}


.product_details-bottom {
    display: block;
    width: 80%;
}


.product-details {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.product-details li {
    display: table;
    width: 100%;
    margin: 16px;
}

.ny-txt-title {
    font-size: 23px;
    line-height: 35px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ny-txt-txt{
	font-size: 14px;
	line-height: 35px;
}

/* 修改详情描述 */
.product_details-bottom-title {
    display: table;
    width: 96%;
    margin: 0 auto;
    padding: 10px 0;
}

.product_details-bottom-title h3 {
    display: block;
    width: 100%;
    font-weight: lighter;
    font-size: 23px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* 产品详情 */
.pro-img{
	overflow: hidden;
	width: 100%;
	border:1px solid #ddd;
}

.pro-img img{
	display: table;
	width: 100%;
}

.pro-txt{
	display: block;
	width: 100%;
}



.pro-txt h5 {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
}
.pro-txt p{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.product-img {
    display: table;
    margin: 0 auto;
    width: 30%;
}
.product-img img{
	display: block;
	width: 100%;
}






.product-n-img {
    width: 80%;
    display: table;
    margin: 0 auto;
    float: left;
}




.product-img-left {
    display: block;
    width: 26%;
    float: left;
	margin-left: 12px;
}

.product-dt {
    display: block;
    float: left;
    width: 65%;
}

.product-title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.product-title{
	display: block;
}

.product-txt {
    font-size: 16px;
    font-weight: inherit;
    line-height: 30px;
}


.return{
    display: none;
}


/*返回顶部*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}
.suspension .a-top .i {
    background-position: -132px 0;
}

.nav>li {
    position: relative;
    display: block;
    margin: 0px 0.2rem;
}



}




@media screen and (min-width: 1300px) {
/* 这个是首页和内页的抬头位置的宽度 */
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev{
	display: none;
}


.index{
	background-color: #fff;
}

/*.index .container{*/
/*	display: table;*/
/*	width: 85%;*/
/*	margin:0 auto;*/
/*	min-width: 1200px;*/
/*}*/

.index .logo-txt {
    display: table;
    float: right;
    width: 88%;
}


.ny .container{
	width: 1200px;
}
.ny .logo-txt{
	width: 88%;
}

.nav>li {
    position: relative;
    display: block;
    margin: 0px 0.3rem;
}

.logo-txt-top {
    display: table;
    width: 100%;
    margin: 0 auto;
}


}


@media screen and (min-width: 1400px) {
/* 这个是首页和内页的抬头位置的宽度 */

.index{
	background-color: #fff;
}

/*.index .container{*/
/*	display: table;*/
/*	width: 85%;*/
/*	margin:0 auto;*/
/*	min-width: 1200px;*/
/*}*/

.ny .container{
	width: 1200px;
}


.index .logo-txt {
    display: table;
    float: right;
    width: 88%;
}



.nav>li {
    position: relative;
    display: block;
    margin: 0px 0.1rem;
}

.logo-txt-top {
    display: table;
    width: 100%;
    margin: 0 auto;
}


}





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

.header {
    width: 100%;
    position: fixed;
    z-index: 99999;
}
.header .container {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
	margin:0 auto;
}

.nav-top {
    padding-top: 66px;
	display: table;
	width: 100%;
}


.ny .container {
    width: 100%;
}

/* 搜索框 */
.header .search .search_container.active {
    right: 0;
    opacity: 1;
    z-index: 10;
    visibility: visible;
}
.header .search .search_container.active {
    right: 15px;
}
.header .search .search_container .search_form input {
    width: 200px;
    height: 36px;
    color: #666;
    font-size: 12px;
    padding: 0 15px;
    background: #fff;
    padding-right: 40px;
    border-radius: 18px;
}
.header .search .search_container {
    position: absolute;
    top: 55px;
    right: -120px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header .search .search_container .search_form {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #ddd;
}

.header .search .search_container .search_form button {
    position: absolute;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #999;
    height: 36px;
    width: 36px;
    right: 0;
    top: 0;
    cursor: pointer;
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}



/* 右侧 */
.sidebar {
    padding: 10px 0;
    margin: 0;
	background: #f8f8f8;
}

.sidebar ul li a {
    font-size: 14px!important;
    font-weight: lighter;
    line-height: 1em;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #eaeaea;
	font-family: "verdana";
}

.sidebar .on a{
    color: #5584ae!important;
}


/* 面包线 */
.nav-top{
	display:table;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.nav-top .path {
    width: 98%;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.nav-top .path a {
    display: inline-block;
    font-size: 13px;
    margin: 0px 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 110px;
    float: left;
}

.testo-spot {
    display: block;
    width: 97%;
    margin: 0 auto;
}

.testo-spot h1 {
    color: #5584ae;
    font-size: 24px;
    font-weight: 300;
    margin: 16px 0 15px;
    line-height: 1em;
}

.testo-pagina {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
    table-layout: fixed;
    display: table;
    width: 100%;
    margin: 0 auto;
	font-family: "verdana";
}

.testo-pagina iframe{
	width: 100%;
	height: auto;
}

.testo-pagina h1, .testo-pagina h2, .testo-pagina h3, .testo-pagina h4, .testo-pagina h5, .testo-pagina h6 {
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.750);
	font-family: "verdana";
}




/* 搜索 */

.search .search_container {
    position: absolute;
    bottom: -54px;
    right: -120px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search .search_control {
    font-size:16px;
    cursor: pointer;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.7);
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}




.ny-banner {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    max-width: 1200px;
}

.ny-banner img {
    max-width: 100%;
}

/* 产品 */
.nav-class {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-class ul {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.nav-class ul li {
    display: block;
    float: left;
}
.nav-class ul li.active a {
    font-weight: 100;
    color: #fff;
    background: url(../images/triangolo-bianco.png) center bottom no-repeat #5584ae;
    background-size: 14px 7px;
    text-decoration: none;
}


.class-body {
    display: table;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top:15px;
}


.class-body h2 {
    margin: 16px 0 8px;
    text-align: left;
    font-size: 18px;
    text-indent: 10px;
    color: #5584ae;
}

.row{
	margin:0;
}

.pic img {
    border: 1px solid #ddd;
    width: 100%;
}
.cp-txt {
    padding: 5px 0;
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 2px 0;
}




.single-item-content {
    padding: 0;
    background: #292929;
    margin-bottom: 30px;
}
.single-item-content img {
    width: 100%;
    margin-bottom: 15px;
}
.anteprima-news {
    margin: 0 40px;
}
.galleria-news .categorie, .categorie-news {
    margin: 5px 0 12px;
    text-transform: uppercase;
}

.titolo-news {
    padding: 0 0 18px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.descrizione {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
    padding: 10px 0 15px;
}
.galleria-news .categorie, .categorie-news a {
    color: rgba(255,255,255,0.7);
}
.titolo-news h3 a {
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}



.pagina-news h1 {
    font-size: 18px;
    font-weight: 300;
    color: #5584ae;
    text-transform: uppercase;
    margin-top: 21px;
    line-height: 1.5em;
    font-weight: lighter;
    font-family: verdana;
    margin-bottom: 12px;
}

.data {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.testo-pagina {
    font-size: 14px;
    line-height: 1.7em;
    padding-bottom: 30px;
    font-weight: lighter;
}


.hza {
    background: #fff;
    padding: 0;
}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
}
.sokb {
    height: 65px;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 97%;
    color: #757575;
    margin: -30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 35px;
}




.product h2 {
    font-size: 24px;
    color: #5584ae;
    margin-bottom: 15px;
}

.product .product-txt {
    padding: 0px;
    font-size: 16px;
    line-height: 200%;
}





.product-bottom {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}

.product-bottom h4 {
    font-size: 19px;
    color: #5584ae;
    margin-bottom: 14px;
    margin-top: 20px;
    text-indent: 10px;
}

.inside {
    display: table;
    width: 100%;
    padding-bottom: 28px;
}

.pic {
    display: table;
    padding: 5px;
}

.pic img {
    border: 1px solid #ddd;
    width: 100%;
}

.species-txt {
    display: block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}



.img-txt-i{
	margin-bottom: 10px;
}
.img {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 2px solid #ddd;
    border-bottom: none;
}
.img img {
    max-width: 100%;
}
.img-txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px 0;
    background: #5584b5;
    color: #fff;
}

.product-details {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.ny-title {
    display: block;
    border: 1px solid #ddd;
    margin: 6px;
}
.ny-title img {
    width: 100%;
}
.ny-txt-title {
    font-size: 23px;
    line-height: 35px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ny-txt-txt {
    font-size: 14px;
    line-height: 35px;
}
.product-details li{
	margin-bottom: 30px;
}

/* 产品详情 */
.product-n-img{
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.product-img-left {
    display: block;
    width: 42%;
    float: left;
    margin-left: 12px;
}

.sp-wrap {
    line-height: 0!important;
    font-size: 0!important;
    background: #efefef!important;
    border: 2px solid #eee!important;
    border-radius: 3px!important;
    position: relative!important;
    margin: 0!important;
    float: left!important;
    max-width: 100%!important;
}


.product-dt {
    display: table;
    float: none;
    width: 46%;
    margin: 0 auto;
}

.product-title h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.product-txt {
    font-size: 12px;
    line-height: 18px;
}


.product_details-bottom-title {
    display: table;
    width: 96%;
    margin: 0 auto;
    padding: 5px 0;
}

.product_details-bottom-title h3 {
    display: block;
    width: 100%;
    font-weight: lighter;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pro-img {
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddd;
}

.pro-img img {
    display: table;
    width: 100%;
}

.pro-txt {
    display: block;
    width: 100%;
    font-size: 13px;
}

.pro-txt h5 {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
}
.margin-bottom10{
	margin-bottom: 10px;
}

.details-more {
    display: table;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin-top: 5px;
}

.details-more img {
    width: 30px;
    padding-right: 10px;
}
.product{
	margin-bottom: 10px;
}
.product-img {
    display: table;
    margin: 0 auto;
	width: 100%;
}
.product-img img{
	width: 100%;
}

.product-bottom h4 {
    font-size: 19px;
    color: #5584ae;
    margin-bottom: 3px;
    margin-top: 20px;
    text-indent: 10px;
}




.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}



.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.slideBox .hd ul li {
    float: none;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #953635;
    cursor: pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{ background:#5584ae; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:100%; display:block;  }


.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
		
		
	
.color-top {
    display: inline-block;
    width: 100%;
}

.color-top ul li {
    display: table;
    border: 1px solid #ddd;
    padding: 5px 10px;
    float: left;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 13px;
    background: #f5f5f5;
}

.color-top ul li img {
    width: 22px;
    margin-right: 5px;
}	

.color p font, .color p {
    display: table;
    width: 100%;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.return {
    display: table;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #5a84ae;
}
.return a{
    color: #5a84ae;
}





/*返回顶部*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height:45px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}
.suspension .a-top .i {
    background-position: -132px 0;
}

}


@media (min-width: 768px) and (max-width: 1190px) {
    body{display:none;}
    
}