.innerbanner img {
    width: 100%;
    margin: 0 auto;
}
.bgc4{
    background-color: #e6e6e6;
    padding-bottom:100px;
}
.in-mid {
    width: 1160px;
    background-color: #fff;
    padding: 0 20px 80px 20px;
}
/*left*/
.mainleft {
    margin-top: 40px;
    width: 194px;
    overflow: hidden;
}

.mainleft strong {
    display: block;
    width: 172px;
    background-color: #d92129;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    border: 1px solid #c20009;
}

.mainleft ol {
    margin-bottom: 10px;
}

.mainleft ol a {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    background-color: #e6e6e6;
    padding: 0 15px;
    width: 164px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mainleft ol a.selected,
.mainleft ol a:hover{
    background-color: #000;
    color: #fff;
}
/*内页*/

.base-read {
    text-align: left;
    font-size:16px;
    line-height:2em;
    color: #666666; 
}
.base-read img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}
/*位置*/
.location {
    color: #666;
    text-align: right;
    font: 14px/50px "Microsoft Yahei";
}
.location a {
    color: #000;
    display: inline-block;
}
.location a:hover {
    color: #f01a24;
}
.w900{
    width: 900px;
}
.theme{
    margin-top: 56px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;color: #000000;
    text-align: left;
    padding-left: 16px;
    margin-bottom: 40px;
}
.theme::before{
    content: '';
    width: 5px;height: 17px;
    background-color: #000;
    position: absolute;
    left:0;
    top:0;
}
/*产品列表*/
.goods_list li{
    position: relative;
    float: left;
    border:1px solid #fff;
    margin-bottom:16px;
    margin-right: 14px;
}

.goods_list li:before,
.goods_list li:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.1s;
}

.goods_list li:before {
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #e6e6e6;
    -webkit-transition-delay: 0.3s;
}

.goods_list li:after {
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 1px solid #e6e6e6;
    -webkit-transition-delay: 0.1s;
}

.goods_list li i:before,
.goods_list li i:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.1s;
}

.goods_list li i:before {
    left: -1px;
    bottom: -1px;
    height: 0;
    width: 0;
    border-left: 1px solid #e6e6e6;
    -webkit-transition-delay: 0s;
}

.goods_list li i:after {
    right: -1px;
    top: -1px;
    height: 0;
    width: 0;
    border-left: 1px solid #e6e6e6;
    -webkit-transition-delay: 0.2s;
}

.goods_list li:hover:after,
.goods_list li:hover:before {
    width: 100%;
}

.goods_list li:hover i:after,
.goods_list li:hover i:before {
    height: 100%;
}

.goods_list li:hover:before {
    -webkit-transition-delay: 0s;
}

.goods_list li:hover:after {
    -webkit-transition-delay: 0.5s;
}

.goods_list li:hover i:after {
    -webkit-transition-delay: 0.3s;
}

.goods_list li:hover i:before {
    -webkit-transition-delay: 0.7s;
}

.goods_list p
{
   background-color: #e6e6e6;
    width: 182px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 51px;
}
.goods_list li:hover img{
    border-color: #f01a24;
}
.goods_list li:hover p{
    color: #f01a24;
}
/* goods_read */

.goods_read  .right{
    padding-top: 30px;
    text-align: left;
    margin-left: 64px;
    font-size: 16px;
    color: #666666;
}
.goods_read  .right p{
    margin-bottom: 16px;
}
.goods_read  .right .title{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    color:#f01a24;
}
.goods_read  .right em{
    font-style: normal;
    font-weight: normal;
}
.details{
    margin-bottom:30px;
}
.cover{
    margin-bottom: 30px;
}
/* tulan */
.tulan_list li{
    border:9px solid #949192;
    padding: 3px;
}
/*honor*/
.honor_list li{
    float: left;
    margin-right: 4px;
    margin-bottom: 10px;

}
/* kysl */
.kysl_list li{
    float: left;
    margin-right:15px;
    margin-bottom: 20px;

}


/*新闻列表*/
.article_list{
    margin-top: -20px;
}
.article_list li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
   overflow: hidden;
}
.article_list  .left{
    margin-right: 30px;
    width: 132px;
    height: 132px;
    overflow: hidden;
}
.article_list  .left img{
    width: 132px;
    height: 132px;
     -webkit-transform: scale(1,1);
   -ms-transform: scale(1,1);
   -o-transform: scale(1,1);
   transform: scale(1,1);  
}
.article_list li:hover img{
  -webkit-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transform: all ease-in-out .3s;
 -webkit-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);  
}
.article_list li:hover .right{
    color: #f01a24;
}
.article_list  .right{
    width: 700px;
    position: relative;
    height: 132px;
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    color: #666666;
}
.article_list .title  strong{
    font-size: 18px;
    width:700px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}


.article_list  .right .more{
   display: inline;
   position: absolute;
   left:0;
   bottom: 0;
    padding: 0 33px 0 15px;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    background: #000 url(../images/morebg.png) no-repeat 85% center;



}
/*新闻内页*/
.article_read .title {
    text-align: center;
}
.article_read .title strong {
    display: block;
    font-size: 18px;
    color:#000;
    line-height:18px;
    text-align: center;
}
.article_read .title span {
    display: block;
    font-size: 12px;
    line-height:46px ;
    color: #666666;
}
.article_read .content{
    border-top:1px dashed #ccc;
    padding-top: 20px;

}


 

/*售后服务*/
.messages .content {
    background: url("../images/advisebg.jpg") no-repeat center;
    width: 1238px;
    height: 608px;
    overflow: hidden;
    margin: 0 auto;
}

/*联系我们*/

/*地图标志*/
#wrap{margin-top:20px;}
.my-map{margin: 0 auto; height:300px;border: 1px solid #ccc; padding: 0}
#mapContainer{
    width: 100%;
    height: 100%;
}
.my-map .icon{background:url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir{height:31px;width:28px;}
.my-map .icon-cir-red{background-position: -11px -5px;}

.contact .content{
    text-align: left;
    font-size: 14px;
    line-height:30px;
    color: #666666;
}
.contact .content strong{
    display: block;
    padding-top: 30px;
    border-top:1px dashed #ccc;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
/* 表单留言 */

.formBox{
    margin-bottom:15px;
}
.formCss input[type="text"] {
    color: #666666;
    width: 422px;
    height: 23px;
    outline: 0;
    border:0;
    background-color: #f2f2f2;
    padding: 10px;
}

.formBox textarea {
    padding: 10px;
    height: 222px;
    width:886px;
    outline: 0;
    border:0;
    background-color: #f2f2f2;
    resize: none;
}

.formCss input[type="submit"]{
    display: inline-block;
    padding: 0 56px;
    font-size: 16px;
    line-height:34px;
    color: #fff;
    outline: 0;
    border:0;
    font-weight: bold;
    background-color: #d92129;
    text-align: center;
}
/*input[type="submit"]:active{
    background-color: #ff0000;
    color: #fff;
    border:1px solid #ff0000;
}*/