.page_contact>li{
	line-height:30px;
}
.n_banner .swiper-slide{
    height: 400px;
}
.n_banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.n_banner .swiper-pagination-switch{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2d65d6;
    margin: 0 5px;
    cursor: pointer; 
}
.n_banner .swiper-active-switch{
    width: 30px;
    border-radius:20px; 
    background: #fff;
}
/* position */
.position{
    background: #f0f0f0;
    border-bottom: 1px solid #e0e0e0; 
}
.p_con{
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 60px; 
    color: #333;
}
.p_con>span::before{
    content:'\27BD';
    font-size: 20px;
    float: left;
    margin-right: 6px;
    color: #fc1819;  
}
.p_con a{
    color: #333;
}
.page_phone,.page_phonea{
    float: right;
    margin: 0 20px;
    font-size:20px; 
    color: #fc1819;
}
.page_phone::before{
    content:'\260E' !important;
    font-size: 26px;
    float: left;
    margin-right: 6px;
    color: #fc1819;  
}
.page_phonea::before{
    content:'\260E' !important;
    font-size: 26px;
    float: left;
    margin-right: 6px;
    color: #fc1819;  
}
/*pro_list*/
.page{
    background: url(../image/id1.png) top left repeat-y;
    padding: 40px 0;
}
.page_con{
    width: 1250px;
    overflow: hidden;
    margin:  0 auto;
}
.list_pro{
    overflow: hidden;
}
.list_prol{
    float: left;
    width: 248px;
    border: 1px solid #e5e5e5;
    position: relative;
    left: -600px;
    opacity: 0;    
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #fc1819;
    margin: 10px;  
    /* border-radius: 5px;  */
}
.list_prol ul li{
    border-bottom:1px solid  #e5e5e5;
    min-height: 50px; 
    line-height: 50px;
    border-top: 0;
    margin: 0 10px; 
    font-size: 15px;
    color: #333;
   
}
.list_prol ul li a{
    font-size: 14px;
    color: #333;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0;  
}
.list_prol>ul>li>a{
    background: #fc1819;
    color: #fff;
    text-align: center;
    font-size: 16px; 
}
.list_prol>ul>li>a:hover{
    color: #fff;
    border-radius: 5px; 
}
.list_prol ul li a:hover::after{
    color: #fff;
    margin-right: 15px; 
}
.page_contact li{
    padding-left:20px;
}
.list_pror{
    width: 960px;
    float: left;
    margin-left: 40px; 
    position: relative;
    right: -600px;
    opacity: 0; 
}
.list_pror ul li{
    float: left;
    width: 300px;
    height: 265px;
    margin: 10px;
    position: relative;
}
.list_pror ul li a{
    display: block;
    width: 300px;
    height: 265px;
    overflow: hidden;
}
.list_pror ul li a img{
    width: 100%;
    min-height: 265px;
    height: auto;
}
.list_pror ul li a span{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    background: rgba(0,0,0,.6);
    width: 100%; 
}
.list_pror ul li a span p{
    position: relative;
    z-index: 2;
}
.list_pror ul li:hover .cover{
    width: 100%;
}
/*list_news*/

.list_news ul li{
    padding: 40px 0;
    border-bottom:1px solid rgba(77,79,78,0.1); 
    overflow: hidden;
    cursor: pointer;
    position: relative;
    opacity: 0;
    right: -600px;
}
.list_news ul li span{
    width: 260px;
    float: left;
    height: 155px;
    overflow: hidden;
}
.list_news ul li span img{
    width: 100%;
    min-height: 155px;
    height: auto;
}
.news2{
    width: 62%;
    float: left;
    margin-left: 3%; 
    padding: 18px 0;
}
.news2 h2{
    font-size: 18px;
    color: #333;
    font-weight:normal; 
}
.news2 h3{
    font-size: 15px;
    color: #666;
    padding: 12px 0 18px 0;
    font-weight:normal;   
}
.news2 .p{
    font-size: 14px;
    color: #444;
    line-height: 24px;
    height: 48px;
    padding:  0 0 0 20px;
    position: relative;
    overflow: hidden; 
}
.news2 .p::after{
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}
.list_news ul li i{
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 63.5px 4.4%;
    box-sizing:content-box;
    position: relative;
}
.list_news ul li i::after{
    width: 1px;
    height: 155px;
    top: 50%;
    margin-top: -101px;
    left: 0;
    content: '';
    background: rgba(77,79,78,0.2);
    position: absolute; 
}
.list_news ul li i img{
    vertical-align: middle;
}
.red_a{
    display: none;
}
.list_news ul li:hover .news2 h2::before{
    content: '\00BB';
    font-size: 20px;
    float: left;
    margin-right: 24px;
    display: block;
    color: #fc1819;
    
}
.list_news ul li:hover .news2 h2::before{
    transition:all 0.5s;
}
.list_news ul li:hover .news2 h2{
    color: #fc1819;
}
.list_news ul li:hover .wh_a{
    display: none;
}
.list_news ul li:hover .red_a{
    display: block;
}
/*page_com*/
.page_com,.page_cul{
    overflow: hidden;
    padding:60px 0 30px 0;
    border-bottom:1px solid #e0e0e0;
}
.page_coml{
    float: left;
    width: 50%;
    position: relative;
    left: -600px;
    opacity: 0;
}
.page_cull{
    position: relative;
    left: -600px;
    opacity: 0;
}
.page_coml h4 , .page_culr h4{
    font-size: 28px;
    color: #333;
    font-weight: 800;  
}
.page_coml>span, .page_culr>span{
    display:block;
    width:43px;
    height:4px;
    background:#004EA2;
    margin:15px 0;
}
.page_coml p , .page_culr p ,.page_culr ul li{
    font-size:15px;
    color:#333;
    line-height:30px;
    margin-top:20px;
}
.page_comr{
    float: left;
    margin-left: 70px; 
    position: relative;
    right: -600px;
    opacity: 0;
}
.page_culr{
    float:right;
    width:45%; 
    position: relative;
    right: -600px;
    opacity: 0;
}
.page_culr ul li{
    margin-top: 10px !important;
    line-height: 25px !important;
}
.page_culr ul li span{
    font-weight: bold;
    color: #fc1819;
    margin-right: 15px;  
}
/*show_pro*/
.list_pro_tit{
    text-align: center;
    padding: 15px 0 20px 0;
    border: 1px solid #e8e8e8; 
}
.list_pro_tit h3{
    font-weight: normal;
    font-size: 28px;  
}
.list_pro_tit span{
    font-size: 15px;
    color: #666;
    display: block;
    margin-top: 20px;  
}
.list_pro_content{
    padding: 40px 0; 
    border-bottom:1px solid  #e8e8e8;
  color:#555;
  line-height:30px;
}
.list_pro_content img{
display:block;
  margin: 0 auto;
}
.list_pro_hot ul li{
    float: left;
    width: 300px;
    height: 265px;
    margin: 10px;
    position: relative;
}
.list_pro_hot ul li a{
    display: block;
    width: 300px;
    height: 265px;
    overflow: hidden;
}
.list_pro_hot ul li a img{
    width: 100%;
    min-height: 265px;
    height: auto;
}
.list_pro_hot ul li a span{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    background: rgba(0,0,0,.6);
    width: 100%; 
}
.list_pro_hot ul li a span p{
    position: relative;
    z-index: 2;
}
.list_pro_hot ul li:hover .cover{
    width: 100%;
}
.hot_go{
    width: 9999px;
}
.list_pro_hot{
    width: 960px;
    overflow: hidden;
    position: relative;
}
#hot_a,#hot_b{
    float: left;
}
.hot_tit{
    display: block;
    margin: 10px 0;
    font-size:24px;
    color: #fc1819;
    font-weight: 800;  
}
.hot_tit::before{
    content: '';
    background: url(../image/hot.png) top left no-repeat;
    background-size: 100% 100%;
    width: 35px;
    height: 35px;
    float: left;
    display: block;
    margin-right: 5px;
}
/*show_new*/
.show_new_tit{
    font-size: 28px;
    text-align: center;
    display: block;
    color: #444; 
    position: relative;
    right: -600px;
    opacity: 0;
}
.update{
    display: block;
    font-size:15px;
    color: #666;
    text-align: center;
    margin-top: 20px;  
}
.linen{
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 30px 0;
}
.show_new_tit p{
    color: #333;
    line-height: 32px;
    font-size: 15px;
    text-align: left; 
}
/*list_contact*/
.list_contact ul h4{
    color: rgba(63,63,63,1);
    font-size: 24px; 
    font-weight: 800; 
    margin: 20px 0 40px 0 ;
    position: relative;
    right: -600px;
    opacity: 0;
}
.list_contact ul h4 span{
    color: rgba(63,63,63,1);;
    font-size: 20px; 
    display: inline-block;
    font-weight: normal; 
}
.list_contact ul h4 span::before{
    content: '\07C';
    float: left;
    margin: 0 10px;
}
.list_contact ul li{
    font-size: 18px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    position: relative;
    right: -600px;
    opacity: 0;
}
.list_contact ul li::before{
    content: '\07C';
    float: left;
    margin-right: 20px;
}
.list_contact iframe{
    width: 1250px;
    height: 560px;
    margin: 20px auto;
    position: relative;
    right: -600px;
    opacity: 0;
}
/*分页*/
.fenye{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.fenye div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #2d65d6;
    margin-right: 5px;
    background: #2d65d6;
    color: #fff;
    border-radius:30px;  
}
.fenye div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    margin-right: 5px;
    color: #2d65d6;
    border-radius:30px;  
}
/*上下*/
.np{
    width: 100%;
    text-align: center;
    height: 40px;
    margin: 30px 0;
    line-height: 40px;
    padding: 30px 0;
    font-size: 15px; 
}
.np .fll{
    float: left;
    padding:  0 50px;
    margin-left: 15px;
    background: #d4d3d3;
    border-radius: 30px;  
}
.np .fll a{
    color: #333;
}
.np .fll:hover{
    background:#2d65d6; 
    color: #fff;
}
.np .fll:hover a{
    color: #fff;
}
.np .frr{
    float: right;
    padding:  0 50px;
    margin-right: 15px;
    background: #d4d3d3;
    border-radius: 30px;  
}
.np .frr a{
    color: #333;
}
.np .frr:hover{
    background:#2d65d6; 
    color: #fff;
}
.np .frr:hover a{
    color: #fff;
}
.list_er{
    display: none;
}
.pro_type li:first-child .list_er{
    display: block;
}
.list_er ul li:hover a{
    color: #fc1819;
    background: none;
}
.list_er ul li a::after{
    content: "\00BB";
    font-size: 20px;
    float: right;
    margin-right: 24px;
    display: block;  
    transition:all 0.5s;
}
