﻿/* 
* @Author: Marte
* @Date:   2016-11-15 11:37:26
* @Last Modified by:   Marte
* @Last Modified time: 2016-12-08 12:37:03
*/
/*/* 产品 */
/*.content { }
.produce{ }
.produce h3 { display: inline-block; height: 42px; background: url(../img/square.jpg) left 10px no-repeat; padding-left: 29px; color:#2a2a2a; font-size: 24px; font-weight: normal; margin: 0 15px; margin-bottom: 20px; }*/*/


/*==========================================
注意：首页轮播高度不一样 
==========================================*/
.banner_wrap2 { height: 310px; }
.banner{
    position: relative;
}
.banner .imageslist{
    background-color: red;
}

.banner .imageslist li{
    position: absolute;
    width: 100%;
    height: 299px; /*修改2016年12月22日 18:21:18*/
    margin: 5px 0 ; /*修改2016年12月22日 18:21:18*/
    left: 0;
    top: 0;
    display: none;
    box-shadow: 0px 0px 5px 0px #5F5F5F;
}
.banner .imageslist li.cur{
    display: block;
}
/*.banner .imageslist li.ban1{
    background: url(../img/banner1.jpg) #020612 center top no-repeat;
    
}
*/
.banner .imageslist li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .imageslist li a .word-img{
    position: absolute;
    top: 0px;
    left: 19.4%;
    height: 85px; /*修改2016年12月20日*/
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
.banner .imageslist li.cur a .word-img img{
    display: inline-block;
}
.banner .w{
    width: 1200px;
    height:100%;
    margin: 0 auto;
    position: relative;
}
.banner .prev,.banner .next{
    width:100px;font height: 100px;line-height: 100px; color:#fff; text-decoration: none; font-size: 100px; font-weight: bold; font-family: "宋体"; text-align: center; position: absolute; left: 0; top: 176px; z-index: 10; 
}
.banner .next{ left: auto; right: 0;}
/*      .banner .w .prev{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 200px;
    background-color: orange;
    border-radius: 50%;
    z-index: 10;
}
.banner .w .next{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 200px;
    background-color: orange;
    border-radius: 50%;
    z-index: 10;
} */
.banner .circles{
    width: 1200px;
    height: 310px; /*修改2016年12月22日 18:21:18*/
    margin: 0 auto;
    position: relative;
}
.banner .circles ul{
    position: absolute; 
    bottom: 11px;
    left:50%;
    margin-left: -17px;
    width: 90px;
    height: 20px;
}
.banner .circles ul li{
    float:left;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    margin-left:22px;
    background-color: #fbf6e3;
    text-align:center;
    cursor:pointer;
}
.banner .circles ul li.circlesFirst{
    margin-left:0;  
}
.banner .circles ul li.cur{
    background-color:#fff;  
}
.fadeCover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    display: none;
}


/* 产品 */
.content { }
/*修改2016年12月22日 18:26:52=====================*/
.produce{
 }

.vh3 { 
    /*background: url(../img/square.jpg) left 10px no-repeat; */
    padding-left: 0px; 
    font-weight: normal;
    margin: 0 15px; 
    margin-bottom: 15px; 
    border-bottom: 1px solid #ffbbbb;
}
.vh3-tit{
    display: inline-block;
    width: 141px; 
    height: 45px;
    font-size: 24px;
    color:#fff; 
    line-height: 45px;
    text-align: center; 
    background: #d52626;
    margin-bottom: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*修改结束2016年12月22日 18:26:52=====================*/

/* 产品图片切换 */
.w1200{
    width:1200px; 
    margin: 0 auto; 
    /*padding-top: 20px;*/
    background:#fff;
}
.icon{
    background:url(../img/icons.png) no-repeat 0 0;
}

.warp-pic-list li{
    float:left;
    display:inline;
}
.warp-pic-list .img_wrap{
    display:block;
    font-size:0;
    overflow:hidden; 
    margin: 5px 0 5px 0px; 
    padding-top: 1px;
}

.rowE .warp-pic-list{
    position:relative;
    width:1200px;
    background:#fcfcfc;
}
.rowE .count { 
    margin: 0; 
    padding-left: 14px; 
}
.rowE .count li{
    margin-right:20px;
    width:278px;
}
.rowE .count .img_wrap {
    width:278px;
    /*修改2016年12月22日 18:26:52*/
    /*height:392px;*/
    height: 318px; 
    display: inline-block; 
}
.rowE .count .img_wrap .img_box {
    width: 278px;
    /*height: 228px;*/
    height: 200px; /*修改时间2016年12月20日*/
    padding-top: 10px; /*添加修改时间2016年12月20日*/
    display: inline-block;
    /*background:url(../img/img_wrap_bg.jpg) no-repeat;*/ /*修改时间2016年12月20日*/
}
.rowE .count .img_wrap img{ 
    width: 144px; 
    height: 194px; 
    max-width: 100%; 
    max-height: 100%; 
    margin: 0 auto;
    /*修改时间2016年12月20日*/
/*    -moz-transition: all 2s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; */
}
.rowE .count .img_wrap img:hover {
/*-moz-transform: scale(1.15,1.15);
-ms-transform: scale(1.15,1.15);
-o-transform: scale(1.15,1.15); 
-webkit-transform: scale(1.15,1.15); 
transform: scale(1.15,1.15);*/ 
}
.rowE .btn{display:block;height:75px;position:absolute;top:50%; margin-top: -85px;width:40px;z-index:200;cursor:pointer;}
.rowE .prev{ background-position:0 0px;left:-50px;}
.rowE .prev:hover{background-position:0 -75px;}
.rowE .next{ background-position:0 -150px;right:-50px;}
.rowE .next:hover{background-position:0 -225px;}
.qh_title{line-height: 24px;text-align: justify;display: block;font-size: 16px; font-weight: bold; color:#333; font-family: "微软雅黑","Microsoft YaHei","黑体","SimHei"; margin: 15px 11px 0 11px; overflow: hidden; }
/*.qh_title strong { font-size: 16px; color:#d70e0e; font-weight: normal; float: right; }*/
.qh_price { height: 30px; line-height: 30px; font-size: 16px; color:#d70e0e; font-weight: normal; display: inline-block; text-align: right; margin: 0px 11px 0 11px; }
.qh_text{line-height: 24px; color:#555; font-size: 14px;text-align: left;display: block;  margin: 0px 11px 0 11px;}
.line1 {
    max-height: 30px;
    overflow: hidden;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line2 { 
    max-height: 46px;
    overflow: hidden;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
.line3 { 
    max-height: 70px;
    overflow: hidden; 
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
.rowE .count a.img_wrap:hover {  }
.rowE .count a.active {  box-shadow: 0px 0px 15px 0px #e4e6cd; }
.rowE .count a.img_wrap .qh_title  { overflow: hidden; }
.rowE .count a.img_wrap .active {  color:#d52626;   }

.contright .tab .bd ul.cur{
    display: block;
    border: 1px solid #e5e5e5;
}

.news_wrap { 
    height: 485px;  
    margin-bottom: 40px; 
    
}
.news_wrap .news { 
    width: 1200px; 
    height: 495px; 
    margin: 0 0px 0 0px; 
    
}
.news { 
    width: 1170px; 
    min-height: 1px; 
}
.news .tab{
    /*width: 1200px; */
    width: 1200px; 
    min-height:495px; 
}
.news .tab .hd {
    /*margin-left: 5px; */
    margin: 0 15px; 
    overflow: hidden; 
    margin-bottom: 18px;
    border-bottom: 1px solid #ffbbbb; 
}

.news .tab .hd a{
    cursor: pointer;
    float: left;
/*    width: 110px;
    height: 35px;
    padding: 0px 2px 4px 2px;*/
    display: inline-block;
    width: 141px;
    height: 45px;
    line-height: 45px;
    /*margin-right: 60px;*/
    margin-right: 10px;
    color:#2a2a2a;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: -1px;
    /*border-bottom: 3px solid #fff;*/
}
.news .tab .hd a:hover{
    color:#fff;
    text-decoration: none;
    /*border-bottom: 3px solid #d52626;*/
    background: #d52626;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.news .tab .hd a.cur{
    color:#fff;
    text-decoration: none;
    /*border-bottom: 3px solid #d52626;*/
    background: #d52626;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.news .tab .bd ul{
    margin: 0 15px;
    height: 432px;
   
    list-style: none;
    display: none; /*所有的ul隐藏*/
}
.news .tab .bd ul.cur{
    display: block;
}

.news .tab .bd ul.cur li { float: left; }
.news .tab .bd ul.cur li {margin-right:20px;width:370px;height:432px;overflow: hidden;}
.news .tab .bd ul.cur li .img_new{width:370px;height:390px; display: inline-block; }
/*.news .tab .bd ul.cur li a.active { box-shadow: 0px 0px 15px 0px #E0DCDC; }*/
.news .tab .bd ul.cur li .img_new .newpicbox {width:370px;height:210px; display: inline-block; overflow: hidden; }
.news .tab .bd ul.cur li .img_new .newpicbox img{width:370px;height:210px; max-width: 100%; max-height: 100%;
-moz-transition: all 2s ease 0s;
-ms-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
transition: all 1s ease 0s; }
.news .tab .bd ul.cur li .img_new .newpicbox img:hover {
-moz-transform: scale(1.15,1.15);
-ms-transform: scale(1.15,1.15);
-o-transform: scale(1.15,1.15); 
-webkit-transform: scale(1.15,1.15); 
transform: scale(1.15,1.15);
}
.new_data{ float: left; width: 50px; height: 50px; text-align: center;display: inline-block;font-size: 12px; font-weight: bold; color:#333; font-family: "微软雅黑","Microsoft YaHei","黑体","SimHei"; margin: 25px 12px 0 1px; background: #d52626; }
.new_data strong {
    color:#fff;
    font-size: 24px;
    font-weight: normal;
 }
.new_data i {
    color:#fff;
    font-size: 12px;
    font-style: normal;
 }
.new_title{ float: left; width: 292px; height: 50px; line-height: 24px;text-align: justify;display: inline-block;font-size: 16px; font-weight: bold; color:#333; font-family: "微软雅黑","Microsoft YaHei","黑体","SimHei"; margin: 25px 5px 0 0px; 
    overflow: hidden;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.new_title_active {
     color:#d52626;
}
.new_text{ float: left; line-height: 24px; color:#999; font-size: 14px;text-align: left;display: block; margin: 25px 11px 0 11px;}
.row2 { 
    height: 46px;
    overflow: hidden;   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
.row3 { 
    height: 70px;
    overflow: hidden; 
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

    /*列表新闻*/
    .news .tab .bd ul.cur li .sublists{
    padding-top: 1px;
}
.news .tab .bd ul.cur li .sublists li {
    height: 90px;
    border: 1px solid #f8f6ee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
     background: #fcfcfc;
}    
.news .tab .bd ul.cur li .sublists li .sublists_a { 
    width: 370px;
    height: 90px;
    padding: 15px 20px 10px 0px;
    display: block;
     border-left: 4px solid #fcfcfc;
    color:#999;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news .tab .bd ul.cur li .sublists li a.active { 
     border-left: 4px solid #d52626;
    background: #fafafa;
    box-shadow: none;
}
.news .tab .bd ul.cur li .sublists li .sublists_a .sublists_title { 
    display: block;
    height: 44px;
    color:#333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
    background: url(../img/new_squar.png) 24px 8px no-repeat;
    overflow: hidden; 
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .tab .bd ul.cur li .sublists li .sublists_a .sublists_title_active {
    color:#d52626; 
    font-weight: bold; 
    background: url(../img/new_squarhover.png) 24px 8px no-repeat;
}
.news .tab .bd ul.cur li .sublists li .sublists_a .sublists_datatime {
    font-style: normal;
    font-size: 12px;
    color:#999;
    padding-left: 40px;
} 
    /* 回顾新闻 */
.news .tab .bd ul.cur li .sublists li .review_news_a{
    color:#d52626;
    font-size: 14px;
    float: right;
}
.news .tab .bd ul.cur li .sublists li .review_news_a:hover{
    text-decoration: underline
;}


/* 回顾新闻 */
 
.news .tab .bd ul.cur li .sublists li.bordernone{
    /*修改2016年12月26日*/
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 50px;
    padding-top: 10px;
}
.news .tab .bd ul.cur li .sublists li .review_news_a{
    color:#d52626;
    font-size: 14px;
    float: right;
    /*修改2016年12月26日*/

}
.news .tab .bd ul.cur li .sublists li .review_news_a:hover{
    text-decoration: none;
}




   /*shisan 2020/04/21/*/
.banner_wrap2{min-width:1200px;}