@charset "utf-8";
/*首页 S*/
.banner .carousel-inner>.item>img{
    /*min-height: 650px;*/
}

.banner  .carousel-indicators{
    margin-bottom: 0;
    bottom: 10px;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.2);
    border: none;
    margin: 0 5px;
}
.carousel-indicators li.active{
    margin: 0 5px;
}
.index_section{
    padding-bottom: 30px;
}
.item_info{
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.item_info>div{
    width: 60%;
    margin: 0 auto;
    /*text-align: center;*/
    /*background: rgba(17,119,255,.8);*/
    padding:0 20px 20px 20px;
}
.item_info>div h1{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
   /* height: 80px;
    line-height: 80px;*/
    color: #ff9743;
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
}
.item_info>div h1:after{
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #333;
    bottom: 0px;
    left: 0;
}
.item_info>div p{
    color: #888;
    line-height: 25px;
    margin-bottom: 17px;
    color: #333;
    font-size: 12px;
    width: 50%;
}
.item_info>div a{
    color: #fff;
    display: block;
    width: 130px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #fff;
}
.item_info>div a:hover{
    /*background: #d21317;*/
}
.item_info>div a:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.6) inset;
}
.title_h {
    padding-left: 38px;
    font-size: 18px;
    color: #444;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    background: url(../img/icon/title_icon.png) no-repeat left center;
    margin: 0;
}
.product_show{
   position: relative;
   margin-bottom: 22px;
}
.product_show .product_con{
    margin: -10px;
    overflow: hidden;
}
.product_list{
    width: 10000px;
    margin: 10px;
}
.product_list li:first-child{
}
.product_list li{
    width: 285px;
    /*height: 350px;*/
    background: #fff;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    position: relative;

}
.product_list li:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    background: #e90e12;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.product_list li:nth-child(3n+1):after{
    background: #e90e12;
}
.product_list li:nth-child(3n+2):after{
    background: #e75c01;
}
.product_list li:nth-child(3n+3):after{
    background: #f5cb55;
}
.product_list li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.product_list li:hover:after{
    width: 100%;
}
.product_list li:hover>a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product_list li>a{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.product_list li>a img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product_list li div{
    padding: 20px;
}
.product_list li div h4{
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    color: #444;
    font-weight: bold;
    margin: 0 0 7px 0;
}
/*.product_list li div p{
    color: #888;
    display: block;
    height: 60px;
    overflow: hidden;
    margin-bottom: 9px;
}*/
.product_list li div div.textinfo{
    color: #888;
    display: block;
    height: 60px;
    overflow: hidden;
    margin-bottom: 9px;
    padding: 0;
}
.product_list li div div.textinfo p{
    margin-bottom: 0;
    line-height: 20px;
}
.product_list li div a{
    color: #e90e12;
    font-weight: bold;
}
.product_show .page_btn{
    position: absolute;
    width: 35px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
}
.product_show .prev_btn{
    background: url(../img/icon/left_arr.png) no-repeat center;
    left: -50px;
}
.product_show .prev_btn:hover{
    background: url(../img/icon/left_arr_active.png) no-repeat center;
}
.product_show .next_btn{
    background: url(../img/icon/right_arr.png) no-repeat center;
    right: -50px;
}
.product_show .next_btn:hover{
    background: url(../img/icon/right_arr_active.png) no-repeat center;
}
.product_use{

}
.product_use a{
    width: 385px;
    height: 285px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.product_use a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.product_use a img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product_use a p{
    position: absolute;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 0;
    bottom: 0;
    left: 0;
}
.later_news{
    width: 385px;
    height: 285px;
    overflow: hidden;
    background: #fff;
    padding: 11px 20px 0px 20px;
}
.later_news ul li{
    display: block;
    padding: 6px 0;
    border-top: 1px solid #f2f2f2;
}
.later_news ul li:first-child{
    border-top: none;
}
.later_news ul li a{
    color: #444;
    width: 250px;
    height: 40px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.later_news ul li span{
    color: #888;
    font-size: 12px;
}
.later_news ul li a i{
    padding: 0 6px;
    background: url(../img/icon/yuandian.png) no-repeat center;
}
.later_news ul li:hover a{
    color: #e90e12;
}
/*首页 E*/

/*关于安扬 S*/
.nav_ul{
    padding-top: 9px;
}
.nav_ul li{
    height: 35px;
    line-height: 35px;
    float: left;
    color: #888;  
    font-size: 15px;
}
.nav_ul li span{
    padding: 0 13px;
}
.nav_ul li.active a{ 
    color: #e90e12;
}
.common_con{
    background: #e5e5e5;
   
}
.common_con .left_slide{
    width: 200px;
    padding: 20px;
}
.common_con .left_slide h4{
    font-size: 20px;
    margin: 0 0 10px 0;
}
.common_con .left_slide h4.active a{
    color: #e90e12;
    font-weight: bold;
}
.common_con .left_slide h4 a{
    color: #444;
}
.common_con .left_slide>ul>li>a{
    color: #444;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    display: block;
    padding-right: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common_con .left_slide>ul>li>a:hover{
    color: #e90e12;
}
.common_con .left_slide ul li.active>a{
    color: #e90e12;
}
.common_con .right_con{
    margin-left: 200px;
    background: #fff;
    padding: 22px 40px;
}
.right_body{
    font-family: arial, helvetica,sans-serif;
    font-size: 16px;
}
.right_body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.right_body p{
    font-size: 16px;
    color: #444;
    /*text-indent: 2em;*/
    margin-bottom: 0;
    line-height: 30px;
    
}
.right_body .partner img{
    margin-bottom: 0;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.right_body .partner div{
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
	height:100px;
}
.right_body .partner div:hover{
    box-shadow: 0 0 8px rgba(0,0,0,.4);
}
.right_body .partner div:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.us_event{
    padding-bottom: 20px;
}
.event_item{
    margin-bottom: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.event_item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.event_item:hover>a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.event_item>a{
    width: 400px;
    height: 300px;
    overflow: hidden;
}
.event_item>a img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.event_item_info {
    width: 520px;
    padding: 20px;
}
.event_item_info h3{
    margin: 20px 0 20px 0;
}
.event_item_info p{
    display: block;
    word-break: break-all;
    font-size: 16px;
    color: #888;
    line-height: 20px;
    text-indent: 0;
    height: 100px;
    overflow: hidden;
}
.event_item_info div{
    margin-top: 36px;
}
.event_item_info div span{
    color: #888;
    font-size: 16px;
    line-height: 40px;
}
.event_item_info div a{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #e90e12;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.event_item_info div a:hover{
    background: #d21317;
}
.event_item_info div a:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.6) inset;
}
.us_honor img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.us_honor>div>a{
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}
.us_honor>div>a:hover img{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.us_honor>div>a:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.4);
}
.expand_li>a{
    position: relative;
}
.expand_li>a i{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/icon/carryup.png) no-repeat right center;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.expand_li ul{
    display: none;
   /* -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;*/
}
.expand_li.on>a i{
    background: url(../img/icon/pickup.png) no-repeat right center;
}
.expand_li.on ul{
    /*display: block;*/
    /*opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);*/
}
.expand_li ul li a{
    font-size: 14px;
    color: #888;
    line-height: 25px;
}
.expand_li ul li.active a{
    color: #e90e12;
}
.product_body h5{
    color: #444;
    font-size: 16px;
    /*text-indent: 2em;*/
    line-height: 25px;
}
.product_body .product_list{
    width: 100%;
    margin: 30px 0 0 0 ;
}
.product_body .product_list li{
    margin-bottom: 20px;
}
.product_body .product_list li div p{
    text-indent: 0;
    font-size: 14px;
    line-height: 20px;
}
.product_details>img{
    display: block;
    margin: 0 auto;
    max-width: 50%;
    height: auto;
}
.product_details h4{
    color: #e90e12;
    font-size: 28px;
    margin: 57px 0 5px 0;
    font-weight: bold;
}
.product_details h6{
    font-size: 14px;
    color: #444;
    margin: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}
.product_details h6 span{
    padding-right: 25px;
    color: #f05c02;
}
.product_details h5{
    font-size: 16px;
    color: #444;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.product_details_info{
    padding: 12px 0px 20px 0px;
}
.product_details_info>p{
    font-size: 14px;
    color: #888;
}
.product_details_ul li{
    font-size: 16px;
    color: #888;
    height: 26px;
    line-height: 26px;
    background: url(../img/icon/yuandian.png) no-repeat left center;
    padding-left: 16px;
}
.product_details_info>div{
    color: #e90e12;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
    background-position: left 3px;
    background-repeat: no-repeat;
    margin-top: 4px;
}
.product_details_info>div a{
    color: #888;
    font-weight: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.product_details_info>div a:hover{
    color: #e90e12;
    text-decoration: underline;
}
.news_type{
    font-size: 16px;
    color: #f05c02!important;
    line-height: 40px;
    margin-right: 25px;
}
.down_div{
    text-align: justify;
    text-justify: distribute-all-lines;
}
.down_div>a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 47.8%;
    padding-top: 32.6%;
    margin-bottom: 4.1%;
    *display: inline;
    *zoom: 1;
}
.down_div>a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.down_div>a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0;
}
.down_div>a .down_list_info{
    position: absolute;
    text-align: center;
    width: 240px;
    height: 90px;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -45px;
}
.down_div>a .down_list_info h4{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.down_div>a .down_list_info p{
    font-size: 16px;
    color: #888;
    margin-bottom: 0;
    line-height: 25px;
    text-indent: 0;
}
.down_div .mask_span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.down_div .mask_span span{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
.down_div>span{
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.down_div ul {
    margin-top: 16px;
}
.down_div ul li{
    margin-bottom: 20px;
    height: 30px;
}
.down_div ul li h4{
    margin: 0;
    font-size: 16px;
    color: #444;
    padding-left: 20px;
    background: url(../img/icon/yuandian.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
}
.down_div ul li a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e90e12;
}
.down_div ul li a:hover{
    background: #d21317;
}
.down_div ul li a:active{
    box-shadow: 0 2px 3px rgba(0,0,0,.6) inset;
}
.worker_body .product_details h4{
    margin: 15px 0 30px 0; 
}
#address_map{
    width: 100%;
    height: 450px;
}
/*关于安扬 E*/
