﻿.home_flash {
    width:360px;
    overflow:hidden;
    padding:26px 4px 4px;
}
#flash {
    margin:0;
    padding:0;
    list-style:none;
    height:300px;
}
#flash li {
    overflow:hidden;
    height:300px;
    background:#fff;
    position: relative;
}
#flash li .title {
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin:10px 0;
}
#flash li .intro {
    color:#F0F0F0;
    line-height:22px;
    padding:0 10px;
    word-break:break-all;
    position: absolute;
    bottom: 30px;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}
#flash li .pic {
    width:auto;
    margin:0 auto;
    height:270px;
    position:relative;
    overflow:hidden;
}
#flash li .pic img {
    width:100%;
    display:block;
    -webkit-transition: all 1s;
}
#flash li .pic img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*flash*/
 .slidy-menu {
    padding:11px auto 4px auto;
    margin:0;
    height:25px;
    list-style:none;
    text-align: center;
    background-color: #fff;
    z-index: 20;
}
.slidy-menu li {
    background:url(../images/bullets.jpg) no-repeat 0 0;
    display: inline-block;
    text-align:center;
    vertical-align:middle;
    width:22px;
}
.slidy-menu li a {
    background:url(../images/bullets.jpg) no-repeat 0 0;
    cursor:pointer;
    display:block;
    height:20px;
    text-decoration:none;
}
.slidy-menu li.slidy-link-selected a {
    background:url(../images/bullets.jpg) no-repeat 0 -23px;
}
.boxtitle{
    text-align: center;
    background: url('../images/protitle-bg.png') no-repeat center center;
    height: 56px;
}
.boxtitle h2, .boxtitle h3{
    margin: 0;
    padding: 0;
    color: #999;
}
.boxtitle h2{
    font-size: 18px;
    font-weight: bold;
}
#topnew {
    width:310px;
    margin:0 10px;
    padding:12px 10px 18px 10px;
    *padding:18px 10px;
}
#topnew .title {
    font-size:16px;
    font-weight:bold;
    margin:10px 0 8px 0;
    *margin:14px 0;
}
#topnew .intro {
    color:#999;
    line-height:22px;
    padding:0;
    word-break:break-all;
}
#tophot {
    width:256px;
}
#tophot .subject {
    border: solid 1px #ddd;
    text-align: center;
    color: #F00;
    font-size: 20px;
    padding-left: 0;
}
#tophot .subject i{
    display: inline-table;
    margin-top: 13px;
    height: 16px;
    width: 16px;
    background-image: url('../images/hot1.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    margin-right: 4px;
}
.hotcars {
    background:url('../images/star-16.png') no-repeat left center;
    padding-left: 20px;
    font-size: 16px;
}
#topphoto {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
#topphoto .ileft {
    position: absolute;
    left: 0;
    top: 20px;
    width:80px;
    height: 132px;
    background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
    overflow:hidden;
    text-align:left;
    z-index: 10;
}
#topphoto .ilist {
    overflow:hidden;
    padding:10px 0;
}
#topphoto .iright {
    position: absolute;
    right: 0;
    top: 20px;
    width:80px;
    height: 132px;
    overflow:hidden;
    text-align:right;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
}
#topphoto .ileft img, #topphoto .iright img {
    margin-top:50px;
    cursor:pointer;
}
#topphoto .ilist ul {
    list-style:none;
    padding: 0;
    height:460px;
    margin: 0;
    overflow:hidden;
}
#topphoto .ilist ul li {
    float:left;
    width:292px;
    height: 219px;
    margin:0 10px 10px 0;
    _margin:0 10px 10px 0;
    text-align:center;
    position: relative;
}
#topphoto .ilist ul li .img {
    width:100%;
    height: 100%;
    overflow: hidden;
    padding:0;
    margin:0;
    background: #fff;
    box-sizing: border-box;
}
#topphoto .ilist ul li .img img {
    width:100%;
    height:100%;
    display:block;
    margin: 0 auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#topphoto .ilist ul li .img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#topphoto .ilist ul li p {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
    height:30px;
    line-height:30px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    *background-color: rgb(0,0,0,0.5);
}
#topphoto .ilist ul li p a {
    color: #fff;
    font-size: 15px;
}
.companyinfo {
    padding: 10px 10px 10px 16px;
    line-height: 22px;
    font-size: 15px;
}
.companyinfo a{
    color: #386ED3;
    text-decoration: underline;
}
.companyinfo a:hover{
    color: #F00;
}
.comment {
    margin:15px;
    padding:0;
    list-style:none;
    
}
.comment li {
    display:block;
    overflow:hidden;
    line-height:24px;
    font-size:14px;
    color:#666;
    margin:0 0 10px 0;
    clear:both;
}
.comment li img {
    float:left;
    margin:6px 10px 0 0;
    width: 32px;
    height: 32px;
}
.comment li span {
    color:#1A5EB6;
}
.vote {
    margin:15px;
    padding:0;
    list-style:none;
}
.vote li {
    line-height:30px;
    height:30px;
    padding-left:14px;
}
.vote .title {
    font-size:14px;
    font-weight:bold;
}
.vote .bnt {
    padding-left:20px;
}
.vote .bnt img {
    vertical-align:middle;
}
.toptag {
    margin: 10px 0 4px 10px;
    padding:0;
    overflow:hidden;
}
.toptag a {
    background:#FFF;
    padding:2px 6px;
    color:#386ED3;
    float:left;
    display:block;
    margin:0 5px 5px 0;
    line-height: 14px;
    font-size: 12px;
    border-radius: 4px;
    border: solid 1px #386ED3;

}
.toptag a:hover {
    background:#F80;
    color:#fff;
}
.block {
    margin:10px 10px 0 0;
    overflow:hidden;
    min-height:344px;
}


.link {
    margin:10px;
    overflow:hidden;
}
.link ul {
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
}
.link ul li {
    float:left;
    width:8%;
    line-height:25px;
    overflow:hidden;
}
.link ul li img {
    margin:0 0 5px 0;
    
}
.client-2{position:fixed;right:-170px;top:50%;z-index:900;}
.client-2 ul, .client-2 ul li{list-style: none; padding: 0; margin: 0;}
.client-2 li a{text-decoration:none;}
.client-2 li{margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.client-2 li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.client-2 .my-kefu-qq i{background-position:4px 5px;}
.client-2 .my-kefu-tel i{background-position:0 -21px;}
.client-2 .my-kefu-liuyan i{background-position:4px -53px;}
.client-2 .my-kefu-weixin i{background-position:-34px 4px;}
.client-2 .my-kefu-weibo i{background-position:-30px -22px;}
.client-2 .my-kefu-ftop{display:none;}
.client-2 .my-kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left{float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right{width:20px;}
.client-2 .my-kefu-tel-main{background:#386ED3;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main{background:#386ED3;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333; background: #fff; border:solid 1px #ddd; padding: 3px;}
.my-kefu-weixin-pic img{width:115px;height:115px;}

.product-list ul {
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
}
.product-list ul li.product-item {
    float: left;
    width:160px;
    margin:0 10px 10px 0;
    list-style: none;
}
.product-list ul li.product-item .img {
    width: 160px;
    height: 120px;
    overflow: hidden;
}
.product-list ul li.product-item .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.product-list ul li.product-item .img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.con-pro {
	width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
}
.con-pro .left{
    width: 780px;
    float: left;
}
.con-pro .right{
    width: 400px;
    margin-left: 800px;
}

.con-pro ul{
    margin: 20px 0 0;
    padding: 0;
}
.con-pro ul li {
	width:25%;
	height:auto;
	float:left;
	background:url(../images/fu.png) no-repeat scroll top center;
    padding-top:120px;
    list-style: none;
}
.con-pro ul li h2 {
	font-size:18px;
	color:#333;
	line-height:26px;
    text-align:center;
    margin: 0;
    padding: 0;
}
.con-pro ul li p {
	font-size:14px;
	color:#a3a3a3;
	line-height:25px;
    text-align:center;
    margin: 0;
    padding: 0;
    background: #fff;
}
.con-pro ul li:hover h2 {
	color:#386ED3;
}
.con-pro ul li:hover p {
	color:#386ED3;
}
.con-pro ul li.zb {
	background-position:26px 0px;
}
.con-pro ul li.sm {
	background-position:-170px 0px;
}
.con-pro ul li.jd {
	background-position:-372px 0px;
}
.con-pro ul li.td {
    background-position:-570px 0px;
    margin-right: 0;
}
.con-pro ul li:hover.zb {
	background-position:26px -173px;
}
.con-pro ul li:hover.sm {
	background-position:-170px -173px;
}
.con-pro ul li:hover.jd {
	background-position:-372px -173px;
}
.con-pro ul li:hover.td {
	background-position:-570px -173px;
}