.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    min-width: 1400px;
    background-color: #f5f5f5;
}
.iframe,.iframe iframe{
    height: 40px;
}
/* header */
#header {
	width: 100%;
	height: 36px;
	background: #037ccc;
}

.head {
	width: 1400px;
	height: 36px;
	margin: 0 auto;
}

.head p {
	float: left;
	line-height: 36px;
	color: #688848;
	font-size: 14px;
}

.head p a {
	color: #fff;
	margin: 0 3px;
}

.head p a:hover {
	color: #a6c6ff;
	text-decoration: underline;
}

.head span {
	float: right;
	height: 36px;
	border-left: 1px solid #486137;
	border-right: 1px solid #709854;
	display: block;
}

.head span b {
	display: block;
	border-right: 1px solid #486137;
	border-left: 1px solid #709854;
	padding: 0 10px;
	color: #486137;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	float: left;
}

.head span b a {
	color: #fff;
	margin: 0 3px;
}

.head span b a:hover {
	color: #fff;
	text-decoration: underline;
}

.head span b.mobile {
	color: #709854;
}

.head span b.mobile a {
	color: #fff;
	height: 36px;
	padding: 0 5px 0 22px;
}

.head span b.mobile a:hover {
	color: #fff;
}

.head span b.mobile a.bg1 {
	background: url("/images/product_list2016/headerIcon.png") no-repeat 3px -72px;
}

.head span b.mobile a.bg2 {
	background: url("/images/product_list2016/headerIcon.png") no-repeat 4px -103px;
}

.head span b.mobile a.bg3 {
	background: url("/images/product_list2016/headerIcon.png") no-repeat 3px -126px;
}
/* search */
.search {
	padding: 30px 0 25px;
	background-color: #fff;
}
.search .main {
	height: 60px;
}
.search .logo {
	float: left;
	height: 60px;
	font-size: 0;
}
.search .logo a {
	float: left;
	height: 100%;
}
.search .logo span,.search .logo h1 {
	float: left;
	line-height: 60px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	font-family: 'Microsoft YaHei';
	margin-left: 50px;
}
.search .select {
	float: left;
	border-radius: 4px;
	overflow: hidden;
	margin-left: 50px;
    margin-top: 10px;
}
.search .select input {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 300px;
	padding-left: 12px;
	font-size: 14px;
	color: #999;
	border: 2px solid #037ccc;
}
.search .select button {
	float: left;
	width: 84px;
	height: 40px;
	background-color: #037ccc;
	color: #fff;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}
.search .select button i{
    margin-right: 5px;
}
.search .search-right{
    float: right;
}
.search .search-right span{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.search .search-right span a{
    margin-right: 38px;
    color: #333;
}
.search .search-right span a:hover{color: #037ccc;}
.search .search-btn{
    float: right;
    position: relative;
}
.search .search-btn .select-top{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
}
.search .search-btn .select-top a{
    color: #037ccc;
}
.search .search-btn .select-top a i{
    font-size: 13px;
    margin-right: 8px;
    color: #037ccc;
}
.search .search-btn .select-bot{
    position: absolute;
    top: 55px;
    right: 0;
    width: 198px;
    border: 1px solid #037ccc;
    background-color: #fff;
    z-index: 999;
    display: none;
}
.search .search-btn .select-bot::after{
    position: absolute;
    content: "";
    top: -10px;
    right: 22px;
    width: 16px;
    height: 10px;
    background: url("/Images/products/version/2022/search-top.png") no-repeat;
}
.search .search-btn .select-bot ul{
    padding: 8px 10px 15px;
    overflow: hidden;
}
.search .search-btn .select-bot li{
    float: left;
    width: 50%;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}
.search .search-btn .select-bot li a{
    color: #333;
}
.search .search-btn .select-bot li:hover a{color: #037ccc;}
/* breadcrumb */
.breadcrumb{
    height: 76px;
    line-height: 76px;
}
.breadcrumb a {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.breadcrumb em {
	font-style: normal;
	font-size: 14px;
	color: #b0b0b0;
	margin: 0 7px;
}
.breadcrumb h1 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.breadcrumb a:hover {
	color: #f60;
}
.breadcrumb span {
	float: right;
	font-size: 14px;
}
/* topDetails */
.topDetails {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.topDetails .images{
    float: left;
    width: 200px;
    margin-right: 15px;
}
.topDetails .images a{
    display: block;
    height: 160px;
    position: relative;
}
.topDetails .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
}
.topDetails .text{
    padding-top: 12px;
    overflow: hidden;
}
.topDetails .text p{
    font-size: 18px;
    font-weight: 700;
}
.topDetails .text p a{
    color: #333;
}
.topDetails .text span{
    display: block;
    margin-top: 16px;
    height: 100px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.topDetails .text span a{
    color: #2d8bf4;
}
/* part1 part2*/
.part1{
    margin-top: 30px;
}
.partTitle {
	height: 80px;
	font-size: 26px;
	line-height: 80px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.partTitle h2 {
	font-size: 26px !important;
	display: inline-block !important;
}
.partTitle img {
	display: inline-block;
	height: 20px;
	width: auto;
}
.partTitle img.left {
	margin-right: 15px;
}
.partTitle img.right {
	margin-left: 15px;
}
.part1 ul,.part2 ul{
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}
.part1 li,.part2 li{
    float: left;
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.part1 li .item,.part2 li .item{
    background-color: #fff;
}
.part1 li .images,.part2 .images{
    height: 264px;
    position: relative;
}
.part1 li .images img,.part2 li .images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}
.part1 li .text,.part2 li .text{
    padding: 0 16px 16px;
}
.part1 li .price,.part2 li .price{
    margin: 5px 0;
    font-size: 22px;
    color: #ff5216;
    font-weight: 700;
}
.part1 li .price i,.part2 li .price i{
    font-size: 16px;
    font-style: normal;
}
.part1 li p,.part2 li p{
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.part2 li p{
    height: 20px;
}
.part1 li p a,.part2 li p a{
    color: #333;
}
.part1 li p a:hover,.part2 li p a:hover{
    color: #f60;
}
.part1 li .item:hover,.part2 li .item:hover{
    box-shadow: 0px 0px 10px #aaa;
}
.part2 li .Type{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
    color: #ff5216;
    overflow: hidden;
}
/* part3 */
.part3{
    margin-top: 20px;
}
.part3 ul{
    padding: 18px 25px;
    background-color: #fff;
    overflow: hidden;
}
.part3 li{
    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.part3 li:nth-child(2n+1){
    padding-left: 0;
}
.part3 li:nth-child(2n){
    padding-right: 0;
}
.part3 li .item{
    padding:0 60px 0 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}
.part3 li i{
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    color: #037ccc;
}
.part3  li a{
    display: block;
    color: #333;
}
.part3 li a:hover{
    color: #f60;
}
.part3 li b{
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    color: #999;
}
/* part4 */
.part4{
    margin-top: 20px;
}
.part4 .item{
    float: left;
    width: 50%;
    padding: 20px 24px;
    box-sizing: border-box;
    background-color: #fff;
}
.part4 .item p{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.part4 .item p i{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 8px 0 0;
    background: url("/Images/products/version/2022/part3-icon.png") no-repeat;
    vertical-align: top;
}
.part4 .item p a{
    color: #333;
}
.part4 .item p a:hover{
    color: #f60;
}
.part4 .item span{
    display: block;
    line-height: 22px;
    height: 66px;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.part4 .item span b{
    margin-right: 3px;
}
/* part5  */
.part5{
    margin-top: 20px;
    padding-top: 15px;
    background-color: #fff;
}
.otherProducts,.link{
    overflow: hidden;
}
.otherProductsTitle,.linkTitle{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}
.otherProductsTitle i,.linkTitle i{
    display: inline-block;
    width: 30px;
    height: 22px;
    margin: 16px 10px 0 0;
    background: url("/Images/products/version/2022/titie-icon.png") no-repeat;
    vertical-align: top;
}
.otherProductsTitle b,.linkTitle b{
    color: #037ccc;
}
.otherProducts .text{
    font-size: 0;
    margin-left: -32px;
    overflow: hidden;
    padding: 12px 0 15px 0;
}
.otherProducts .text a{
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding-left: 32px;
}
.link .link-bot{
    padding:15px 0 18px;
    margin-left: -35px;
    overflow: hidden;
    font-size: 0;
}
.link .link-bot a{
    float: left;
    margin-top: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #333;
}
.otherProducts .text a:hover,
.link .link-bot a:hover{
    color: #f60;
}
/* footer */
#footer {
	width: 100%;
	border-top: 2px solid #dbdbdb;
	background: #f7f7f7;
}

.footer {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

#footer b {
	width: 1200px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	display: block;
	/* background: #717171; */
	top: -2px;
	left: 0;
}

#footer p {
	text-align: center;
	font: normal 12px/28px tahoma;
	color: #606060;
	margin: 15px auto 0;
	width: 1200px;
	padding: 8px 0 8px 0;
}

#footer p a {
	color: #606060;
	margin: 0 5px;
}

#footer p a:hover {
	color: #ff6600;
	text-decoration: underline;
}
