﻿.gray_bg {
    background: #fbfbfb;
}
/* 热门商品 start*/
.hot_goods{overflow:hidden;width:1200px;margin:45px auto 0;box-shadow: 8px 8px 15px #f6f6f6;}
.hot_goods_left {
    width: 895px;
	float:left;
    position: relative;
}

.hot_goods_con {
    width:895px;
    height:600px;
    position: relative;
    overflow: hidden;
}

.hot_goods_left ul {
    width: 1790px;
    position: absolute;
    top: 0;
    left: 0;
}

.hot_goods_left ul li {
    float: left;
    width: 895px;
    background: #fff;
	height:600px;
}

.hot_goods_left ul li a {
    display: inline-block;
}

.hot_goods_left ul li img {
    width: 895px;
	height:600px;
}

.hot_goods_left ul li p {
    color: #7a7a7a;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}

.hot_goods_left ul li .btn.disabled {
    background: #d6d6d6;
}

.hot_goods_left ul li .btn .icon {
    margin-right: 3px;
}

.hot_goods_left a.arrow {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
	line-height: 36px;
}

.hot_goods_left a.arrow .icon {
    font-size: 36px;
    font-weight: bold;
    color: #c0e5ff;
}
.hot_goods_left a.arrow.arrow_prev {
    position: absolute;
    left: 35px;
    top: 280px;
}

.hot_goods_left a.arrow.arrow_next {
    position: absolute;
    right: 35px;
    top: 280px;
}
.hot_goods_left a.arrow:hover .icon{color:#1aaeff;}
.hot_goods_right{
	float:right;
}
.hot_goods_right ul li{
	width:300px;
	height:146px;
	background:#fff;
	cursor:pointer;
	margin-bottom:5px;
	text-align:center;
	line-height:146px;
}
.hot_goods_right ul  li:last-child{margin-bottom:0;}
.hot_goods_right ul li.active,.hot_goods_right ul li:hover{background:#f3fbff;}
/*.hot_goods_right ul li.active img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);transform:scale(1.15);}*/
/* 热门商品 end*/
/*产品标签 start*/
.field_tab {
    width: 1200px;
    margin: 25px auto 0;
}
.field_tab li{
    float: left;
	width:194px;
	height:370px;
    cursor: pointer;
    text-align: center;
	background:#71cdff;
	color:#fff;
}
.field_tab li:nth-child(2){background:#56c3ff;}
.field_tab li:nth-child(3){background:#32b6ff;}
.field_tab li:nth-child(4){background:#13abff;}
.field_tab li:nth-child(5){background:#0096e9;}
.field_tab li:nth-child(6){background:#0088d3;}
.field_tab li span{display:block;font-weight:bold;font-size:24px;line-height:30px;margin-top:30px;}
.field_tab li .icon{font-size:60px;display:block;padding-top:150px;margin:0 auto;}
.field_tab li.active span{font-size:30px;margin-top: 6px;}
.field_tab li b{display:none;}
.field_tab li.active b{display:block;height:0;width:0;border-width:20px;border-style:solid;border-color:#71cdff transparent transparent transparent;position:absolute;bottom:-40px;left:95px;}
.field_tab li:nth-child(2).active b{border-top-color:#56c3ff;}
.field_tab li:nth-child(3).active b{border-top-color:#32b6ff;}
.field_tab li:nth-child(4).active b{border-top-color:#13abff;}
.field_tab li:nth-child(5).active b{border-top-color:#0096e9;}
.field_tab li:nth-child(6).active b{border-top-color:#0088d3;}
.field_con{width:1200px;height:380px;margin:0 auto 100px;}
.field_con li{float:left;width:1200px;height:380px;margin-top:-20px;}
.field_con li a{display:block;}
.field_con li img{width:1200px;height:380px;}
/*技术服务*/
.customize {
    margin: 80px auto 0;
    overflow: hidden;
    padding-bottom: 115px;
}

.field_tab li img {
    display: block;
    padding-top: 110px;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.field_tab li.active {
    width: 230px;
    margin-top: -20px;
    height: 410px;
    position: relative;
}

.field_tab li.active img {
    font-size: 150px;
    display: block;
    padding-top: 94px;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}