html,body{
    /*font-family:'Microsoft YaHei', 'sans-serif','Arial';*/
    
}

a,ul,li{
    list-style: none;
    text-decoration:none;
    padding: 0;
    margin: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 1740562 */
  src: url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.eot');
  src: url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.woff') format('woff'),
  url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_1740562_xn8hwiko2o.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}


@font-face {
font-family: "iconfontnew"; /* Project id 4162262 */
src: url('http://at.alicdn.com/t/c/font_4162262_2frx7wo9o0s.woff2?t=1689070241175') format('woff2'),
        url('http://at.alicdn.com/t/c/font_4162262_2frx7wo9o0s.woff?t=1689070241175') format('woff'),
        url('http://at.alicdn.com/t/c/font_4162262_2frx7wo9o0s.ttf?t=1689070241175') format('truetype');
}

.iconfontnew {
    font-family: "iconfontnew" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-reli:before {
    content: "\e623";
}

.icon-wendu:before {
    content: "\e6d9";
}

.icon-wangluo:before {
    content: "\f8b1";
}
    

.clear{
    clear: both;
}

.index_top{
    height: 36px;
    background: #f8f8f8;
    line-height: 36px;
    
}
.index_top .index_top_main{
    float: right;
}
.index_top .index_top_main a{
    padding: 0 13px;
    color: #666;
    text-decoration:none;
}
.fg{
    border-left: 1px solid #ccc;
}
.index_top .index_top_main a i{
    font-size: 18px;
}
.index_top .index_top_main a:hover{
    color: #df272f
}
.left{float: left;}
.right{float: right;}

/*导航*/
.header{
    height: 90px;
    line-height: 90px;
}
.header_nav_main li a{
    color: #333;
    text-decoration: none;
}
.header_nav_main li a:hover{
    color: #df272f;
}

#nav {
  line-height: 24px;  list-style-type: none; display: block;
}

#nav a {
 display: block;  text-align:center;
}

#nav a:link  {
 color:#666; text-decoration:none;
}
#nav a:visited  {
 color:#666;text-decoration:none;
}
#nav a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}

#nav li {
   float: left;
   width: 14.2%;
    text-align: center;
    font-size: 16px;
    line-height: 90px;
}
#nav li a:hover{
 color: #df272f;background:#eee
}
#nav li ul {
 line-height: 27px;  list-style-type: none;text-align:left;
 left: -999em; width: 122px; position: absolute;z-index: 999
}
#nav li ul li{
 float: none; width: 222px;
 background: #F6F6F6;line-height: 50px;
}


#nav li ul a{
 display: block; width: 222px;text-align:left;padding-left: 15px;
}

#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}

#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}


/*小屏幕侧栏导航*/
.iphone_nav{
    float: right;
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
}
.cl_nav{
    width: 270px;
    height: 100%;
    background: #292929;
    position: fixed;
    top: 0;
    right: -270px;
    z-index: 9999999;
    overflow: auto;
    transition: 0.3s;
}
.cl_nav.on{
    right:0px;
}
.cl_nav .list{
    list-style: none;padding: 0;
}
.cl_nav .list a{
    padding: 10px 15px;
    display: block;
    font-size: 15px; 
    color:#fff;
    line-height: 1.8em;
}
.cl_nav .list a:hover{
    color: #fb6f11;
    text-decoration: none;
}
.cl_nav .top{
    padding: 10px 0;
    border-bottom: 1px solid #525252;
    margin: 0;
    text-align: left;
}
.cl_nav .top a{
    color: #fb6f11
}
.cl_nav i{
    border: 4px solid transparent;
    border-top-color:#fff;
    float: right;
    margin-top: 10px;    
}
.cl_nav .list a:hover i{border-top-color:#fb6f11;}
.cl_nav .top a:hover{color: #fff}

.cl_nav .list ul{padding: 0;display: none;}
.cl_nav .list ul a{
    display: block;
    padding: 5px 0 5px 25px;
    color: #aaa;
    list-style: none;
}
.bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 102;
    left: 0;top: 0;
    display: none;
}

.pro_title{
    text-align: center;
    padding: 40px 0 40px 0
}
.pro_title h1{
    font-size: 30px;
    font-weight: 550;
    padding: 0 0 10px 0
}
.pro_title p{
    color: #999;
    font-size: 16px;
}
.pro_title .line{
    background: #df272f;
    height: 2px;
    width: 78px;
    margin: 10px auto;
}
.pro_main{
    width: 100%;
    padding-bottom: 40px;
}
#wrap{
	width: 100%;
	height: 265px;
	margin: 0px auto;
}
.Mask .a1 img{
	width: 100%;
	
}
.Mask{
	width: 100%;
	height: 250px;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 5px;
} 
.Mask .a1{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 99999999999
}
.Mask a:hover .icon i{
    display: none
}
.Mask .a1 h3{color: #fff;}
.icon{
    text-align: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px auto;
    line-height: 85px;
}
.icon i{
    color: #fff;
    font-size: 4.6rem;
}
.Mask .a1 .divA{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: auto;
	
}

/*遮罩*/
.Mask .a2{
	position: absolute;
	top: 0;
	left:-474PX;
	width:100%;
	height: 250px;
	text-align: center;
	color: white;
	background: rgba(223,39,47,0.7);
	transition: all 0.2s;  
}
.icon2{
    width: 85px;
    height: 85px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    line-height: 85px;
    
}
.icon2 i{
    color:#df272f;
    font-size:4.6rem;
}
.Mask .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 34px;
	left: 145px;
    transition: all 0.2s 0.1s ease-out ; 
    display: inline-block
}
.Mask .a2 .p5{
	width: 100%;
	text-align: center;
	line-height:30px ;
	position: absolute;
	top: 100px;
	left: -474px;
	margin: 30px  0 10px;
	font-size: 24px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
.Mask .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 10%;
	width: 80%;
	color: #e6b6b6;
	margin: 10px auto;

	transition: all 0.2s 0.5s ;
}

.about{
    background: url(../images/a_bg.jpg) no-repeat top center;
    padding: 60px;
        background-size: cover;
}
.about_main h1{
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #7f9bbc;
    margin: 15px auto;
}
.about_main p{
    color: #fff;
    line-height: 36px;
    text-indent: 2em;
    padding: 20px 0;
}
.about_icon{
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-left: 15%;
   
}
.about_icon i{
    font-size: 4.2rem;
    color: #df272f;
}
.about_sz{
    text-align: left;
    margin-left: 20px;
    float: left;
    
}
.about_sz p{
    text-indent: 0;
    font-size: 16px;
    margin:10px 0 0 0;
    padding: 0;
    white-space: nowrap
}
.about_sz h2{
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #fff;
}
.about_sz span{
    color: #fff;
    padding: 5px;
    margin-top: 5px;
}
.about_sj{
    margin: 30px auto;
    overflow: hidden;
}
.a_more{
    background: #df272f;
    height: 42px;
    width: 180px;
    line-height: 42px;
    text-align: center;
    margin: 120px auto 0;
}
.a_more a{
    color: #fff;
}
.foot_ewm h4{
   background: url(../images/f_li.png) no-repeat bottom left;
     padding-bottom: 15px;
    color: #b1b1b1; 
}
.news{
    /*background: url(../images/n_bg.jpg) no-repeat center top;*/
    background-size: cover;
}
.tab ul li{
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.date{
    height: 105px;
    width: 85px;
    color: #fff;
    background: #999;
    text-align: center;
}
.date h1{
    font-size: 46px;
    padding: 10px 0;
}
.date p{
    font-size: 14px;
}
.news_list_box a{
    color: #666;
    text-decoration: none;
}
.news_list_box a:hover .date{
    background: #df272f;
}

.news_info{
    width: calc(100% - 100px);
}
.news_info h3{
    white-space: nowrap;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.news_info p{
    height: 43px;
    overflow: hidden;
    color: #999;
}
.news_list_box a:hover h3{
    color: #df272f;
}
.news_info .more{
    color: #df272f
}
.n_more{
    margin: 50px auto;
    text-align: center;
    height: 42px;
     line-height: 42px;
     width: 180px;
   
    
}
.n_more a{
     border: 2px solid #fd272f;
     color: #df272f;
     display: block
}
.n_more a:hover{
    background: #df272f;
    color: #fff;
    display: block;
   
    text-decoration: none
}
.news_img{
    text-align: center;
    height: 450px;
    overflow: hidden;
    width: 100%;
}
.news_img img{
    width: 100%;
    height: 100%;
}

.contant{
    margin: 30px auto 0;
    background: url(../images/c_bg.jpg) no-repeat top center;
    background-size: cover;
}
.con_title{
    text-align: center;
    color: #fff;
    margin: 30px auto;
   
}
.con_title .line{
    background: #fff;
    height: 2px;
    width: 78px;
    margin: 10px auto;
}
.map{
    width: 100%;
    margin: 30px auto;
    text-align: center;
    /*height: 558px;*/
    box-shadow: 2px 2px 10px 2px #eee;
}
.map img{
    width: 100%;
    height: 100%;
}
.con_main{
    text-align: center;
    color: #df272f;
    padding-bottom: 40px;
}
.con_main h1{
    padding: 10px 0;
    font-weight: bold;
    font-size: 36px;  
}
.back_top{
    width:0;
    height:0;
    border-left:40px solid transparent;
    border-right:40px solid transparent;
    border-bottom:36px solid #272727;
    margin: 0 auto;
    text-align: center;
    
}
.back_top a{
    text-decoration: none;
}
.back_top i{
    color: #df272f;
    line-height: 48px;
    text-align: left;
    margin-left: -7px;
}
.footer{
    background: #272727;
    padding: 20px 0 0 0;
}
.foot_nav{
    width: 16.5%;
    float: left;
    text-align: center;
}
.foot_nav h4{
    background: url(../images/f_li.png) no-repeat bottom center;
    padding-bottom: 15px;
    color: #b1b1b1;
}
.foot_nav ul li{
    line-height: 32px;    text-align: left;
    padding-left: 30px;
}
.foot_nav ul li a{
    color: #868686;
    text-decoration: none
}
.foot_nav ul li a:hover{
    color: #df272f;
}
.foot_info h4{
    background: url(../images/f_li.png) no-repeat bottom left;
     padding-bottom: 15px;
    color: #b1b1b1;
}
.foot_info p{
     color: #868686;
    line-height: 32px;
}
.f_ewm{
    width: 100px;
    height: 100px;
}
.wap_foot{
    display: none;
}
.bq{
    border-top: 2px solid #df272f;
    text-align: center;
    color: #b5b5b5;
    line-height: 28px;
    margin-top: 20px ;
    padding: 20px 0;
}

.n_banner{
    width: 100%;
    margin: 0px auto 0;
}
.n_banner_main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 380px;
    overflow: hidden;
   
}

.qygk{
    border-bottom: 1px solid #eee;
    /*height: 70px;*/
    width: 100%;
    margin: 0 auto;
}
.qygk_list ul li{
    float: left;
    line-height: 70px;
    padding: 0 30px;
    font-size: 16px;
}
.qygk_list ul li a{
    color: #666;
    text-decoration: none
}
#on{position:relative;font-size: 18px;color: #df272f;
}
#on:after{
    content:"";
    position:absolute;
    width:100%;
    height:2px;
    left:0;
    right:0;
    bottom:0;
    background: #df272f
/*    color: #df272f;
*/
/*    border-bottom: 2px solid #df272f;
*/
    
}
#on a{
    color: #df272f
}
.qygk_main{
    margin: 30px auto;
    
}
.qygk_main img{
    width: 100%;
}
.qygk_main h1{
    text-align: center;
  
    font-size: 36px;
    margin: 30px auto;
}
.qygs_sz h5{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    
}
.qygs_icon{
    text-align: center;
     
}
.qygs_icon i{
   font-size: 55px;
     color: #df272f;
}
.qygs_sz{
    text-align: center
}
.gssj{
    border-right: 1px solid #eee;
    margin: 50px 0;
    padding: 0;
}
.gs_con{
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}
.pro_list{
    margin: 30px auto;
}
.pro_main ul li{
    width: 31%;
    margin:0px  1% 0;
    float: left;
    text-align: center;
    
}
.pro_main ul li:nth-child(3n+1){
    clear:both
    
}
.pro_main ul li a .img{
    width: 100%;
    height: 245px;
    overflow: hidden
}
.pro_main ul li a .img img{
    width: 100%;
    height: 100%;
}
.pro_main ul li a p{
    color: #666;
    font-size: 16px;
    line-height: 60px;
}
.pro_main ul li a{
    text-decoration: none;
}
.pro_main ul li a:hover p{
    color: #df272f
}
.fenye{
    margin: 0 auto;
    text-align: center
}

.news_list{
    margin: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.news_list .news_img{
    float: left;
    width: 23%;
    height: 178px;
}
.news_list .news_img img{
    width: 100%;
}
.news_list .news_info{
    float: right;
    width: 75%;
}
.news_list .news_info a{
    color: #666;
    text-decoration: none;
}
.news_list .news_info a:hover{
    color: #df272f;
}
.news_list .news_info a h1{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0
}
.news_list .news_info a h1 span{
    margin-left: 30px;
}
.news_list .news_info a p{
    line-height: 30px;
    color: #999;
    height: 67px;
    overflow: hidden;
}
.news_list .news_info .more{
    color: #fff;
    background: #df272f;
    padding: 10px 30px;
    display: inline-block;
}
.news_con_title{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.news_con_title h1{
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
}
.neirong{
    color: #666;
    line-height: 36px;
    overflow: hidden;
    
}
.news_con_title p span{
    color: #999;
    padding: 10px 30px;
}
.news_fy{
   
    background: #eee;
    height: 65px;
    line-height: 65px;
    margin: 30px auto;
}
.left_fy{
    float: left;
    padding: 0 10px;
    width: 49%;
    
}
.right_fy{
    float: right;
    padding: 0 10px;
    width: 49%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
/*发展历程*/
.history{background:url(../images/line04.gif) repeat-y 187px 0;position:relative;}
.history-date{overflow:hidden;position:relative;}
.history-date h2{background:#fff url(../images/icon06.gif) no-repeat 158px 0;height:59px;font-size:25px;font-family:微软雅黑;font-weight:normal;padding-left:45px;margin-bottom:35px; }
.history-date h2.first{position:absolute;left:0;top:0;width:935px;z-index:99;}
.history-date h2 a{color:#df272f;display:inline-block;*display:inline;zoom:1;background:url(../images/icon08.gif) no-repeat right 50%;padding-right:17px;margin:21px 97px 0 0;font-size: 26px;}
.history-date h2 a:hover{text-decoration:none;}
.history-date h2 img{vertical-align:-5px;}
.history-date h2.date02{background:none;}
.history-date ul li{background:url(../images/icon07.gif) no-repeat 180px 0;padding-bottom:10px;zoom:1;}
.history-date ul li.last{padding-bottom:0;}
.history-date ul li:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}

.history-date ul li p{
    width: 79%;
    float: right;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.qywh{
    text-align: center;
}
.qywh h2{
    font-weight: bold;
}
.qywh p{
    color: #999;
    font-size: 16px;
}
.qywh_main{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    
}
.qywh_main_img{
    width: 50%;
    float: left;
}
.qywh_main_img img{
    
    width: 100%;
}
.qywh_main_wz{
    float: left;
    text-align: left;
    margin-top: 30px;
    margin-left: 30px;
    width: 47%;
}
.qywh_main_wz h1{
    font-size: 30px;
   
}
.qywh_main_wz h1 span{
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}
.qywh_main_wz h3{
    font-size: 20px;
    color: #666;
    padding: 10px 0;
    margin: 0;
}
.qywh_main_wz .line{
    height: 2px ;
    width: 88px;
    background: #df272f;
    margin-bottom: 20px;
}
.qywh_main_wz p{
    line-height: 32px;
}
.con_map{
    margin: 30px auto;
}
.con_map img{
    width: 100%;
}
.con_map p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.add_info{
    margin: 40px auto;
}
.add_info ul li{
    width: 23%;
    text-align: center;
    float: left;
    margin: 20px 10px;
}
.add_info ul li i{
    color: #df272f;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid #df272f;
    padding: 20px;
    width: 80px;
    height: 80px;
    display: inline-block;
    
}
.add_info ul li p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.team{
    padding: 30px 0;
    
}
.team h1{
    font-size: 30px;
    font-weight: 550;
    padding: 0 0 10px 0;
    text-align: center;
}
.team .line{
    background: #df272f;
height: 2px;
width: 78px;
margin: 10px auto 30px;
}
.hzhb .swiper-button-next, .swiper-button-prev{
    height: 20px;margin-top: -5px;
}
.hzhb .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
/*Gallery*/
#gallery {margin:0 auto 50px;height:476px;overflow:hidden; z-index:1; }
.container_image{margin:0 auto;position:relative;width:100%;font-size:.8125em;}	
/*===== gallery =====*/
.roundabout-holder{width:900px;height:496px;margin:0 auto;}
.roundabout-moveable-item {width: 646px;height: 416px;cursor: pointer;border:3px solid #ccc;border:3px solid rgba(0, 0, 0, 0.08);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.roundabout-moveable-item img{width:100%;}
.roundabout-in-focus {border:3px solid rgba(0, 0, 0, 0.2);}
.video_list{
        display: none;
    }
.video_list ul li{
    width: 47%;
    margin: 20px 10px;;
    float: left;
}
.video_list ul li a img{
    width: 100%;
}
.video_list ul li a p{
    padding: 20px;
}
.m_map_box{
    display: none;
    
}
.map_box_tit h4{
    color: #df272f;
}
.map_box_tit p{
    line-height: 30px;
    color: #666;
    font-size: 14px;
    
}
.map_box_tit{
    padding: 20px;
    border-bottom: 1px solid #eee
}
.about_video{
    padding: 30px 0;
}
.about_video img{
    width: 100%;
}
.a_img_box{
    background: #f8f8f8;
    padding: 30px 0;
}
.a_img_box_main ul li{
    float: left;
    width: 30%;
    margin: 0 15px;
}
.a_img_box_main ul li a:hover span img{
    transform: scale(1.2);
}
.a_img_box_main ul li a span{
    width: 100%;
    overflow: hidden;
    display: block;
}
.a_img_box_main ul li a span img{
    width: 100%;
    transition: all 0.3s
}

/*main css*/
.main-im{position:fixed;right:10px;bottom:30px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../images/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:105px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:12px;margin-top:6px;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#e66d15;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:55px;height:47px;border-right:1px solid #dddddd;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(../images/totop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a{display:block;width:52px;height:47px;}
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../images/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../images/open_im.png) no-repeat left top;}
/*
本代码由js代码网收集并编辑整理;
尊重他人劳动成果;
转载请保留js代码网链接 - www.jsdaima.com
*/
.danwei{
    margin-top: -32px; text-align: left; margin-left: 235px;
}
  .about_xz  .down{
                margin: 20px 0 0px;
            }
          .about_xz  .down li{
                width: 43%;
                float: left;
                line-height: 45px;
                margin-left: 50px;
                font-size: 14px;
                border-bottom: 1px dashed #ddd ;
              text-align: left;
            }
           .about_xz .down li span{
                float: right
            }
           .about_xz .down li span i{
                font-size: 14px;
                margin-right: 10px;
                color: #ff4500
            }
            .about_xz .down li a {
                color: #666;
            }
            .about_xz .down li a:hover{
                color: #ff4500;
            }  
.tab1, .tab2{
    width: 100%;
    height: 40px;
    border-bottom: 2px #e3001b solid;
    margin: 0 auto;
}
.tab1 ul, .tab2 ul{
    margin: 0;padding: 0;
}
.tab1 li, .tab2 li{
    float: left;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    
    cursor: pointer;
}
.tab1 li.now, .tab2 li.now{
    color: #fff;
    background: #e3001b;
    font-size: 14px;
}
.tablist{
    width: 96%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    display: none;
    margin: 0 auto;
    color: #666;
}
.block{
    display: block;
}
@media screen and (max-width:1200px) {
    #nav li{
        width: 11%;
    }
    .f_info{display: none;}
    .pro_main ul li a .img{
        height: 210px;
    }
    .add_info ul li{
        width: 20%;
    }
    .qywh_main_wz{
        width: 40%;
    }
    .danwei{margin-left: 200px;}
}
@media screen and (max-width:1000px) {
    html, body{
        overflow-x: hidden;
    }
    .about_sz p{font-size: 12px;}
    #nav{
       display: none;
    }
    .neirong img{
        width: 100%;
    }
    .about_sz h2{
        font-size: 24px;
    }
     .danwei{margin-left: 195px;}
    .iphone_nav{
        display: block
    }
    .qywh_main_wz{
        width: 100%;
    }
    .qywh_main_img{
        width:100%;
    }
    .header{
        height: 70px;
        line-height: 70px;
        position: fixed;
        width: 100%;
        z-index: 999999;
        background: #fff;
    }
    .logo img{
        width: 180px;
    }
    .index_top{
            display: none;}
    .about_sz{
        float: none;
        
        margin: 0 auto;
    }
    .mumping_mun{
         
    }
    .about_icon{
        float: none;
        margin-left: 0;
    }
    .pro_main ul li{
        width: 48%;
    }
    .pro_main ul li a .img{
        height: 245px;
    }
    .qygk{display: none}
    .news_list{
        width: 46%;
        float: left;
        margin: 15px 2%
    }
    .news_list .news_img{
        float: none;
        width: 100%;
        height: 260px;
    }
    .news_list .news_info{
        float: none;
        width: 100%;
    }
    .news_list .news_info a h1{
        white-space: nowrap;
    }
    .news_list .news_info a h1 span{
        display: none
    }
    .left_fy{
    float: none;
    padding: 0 10px;
    width: 100%;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_fy{
    float: none;
    padding: 0 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .news_fy{
        height: 90px;
        line-height: 40px;
    }
    .history-date h2{
        background: #fff url(../images/icon06.gif) no-repeat 2px 0
    }
    .history{background:  url(../images/line04.gif) repeat-y 31px 0}
    .history-date ul li{
        background: url(../images/icon07.gif) no-repeat 24px 0
    }
    .history-date h2 a{margin-left: 40px;}
    .history-date ul li p{
        width: 91%;
    }
    #gallery{
        display: none
    }
    .video_list{
        display: block
    }
    .m_map{
        display: none;
    }
    .m_map_box{
        display: block;
    }
    .a_img_box_main ul li{
        width: 45%;
        margin-bottom: 20px;
    }
    .n_banner{
        margin-top: 60px;
    }
}
@media screen and (max-width:992px){
    .danwei{
        margin-left: 159px;
    }
    .map{
        /*height: 420px;*/
    }
    .wap_foot{
    display: block;
}
    .pc_foot{
        display: none
    }
}
@media screen and (max-width:768px){
    .n_banner_main{
        height: 260px;
    }
    .about{
        padding: 0px;
    }
    .pro_title{padding: 0;}
    .about_sz span{
        
    }
    .news_img{
        height: 360px;
    }
    .news{
        margin: 30px auto;
    }
    .news_img img{
    width: 100%;
}
    .about_xz  .down li{
        width: 92%;
        margin-left: 15px;
    }
   
    .f_nav{
        display: none
    }
    .news_list .news_img{height: 200px;}
    .add_info ul li{
        width: 46%;
    }
    .video_list ul li{
        width: 97%;
    }
    .a_img_box_main ul li{
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .map{
        /*height: 375px;*/
    }
    .con_main h2{
        font-size: 24px;
    }
    .news_img{
        height: 300px;
    }
    
}
@media screen and (max-width:680px){
    .pro_main ul li a .img{
        height: 210px;
    }
    .history-date ul li p{
        width: 80%;
    }
    .danwei{margin-left: 120px;}
    .qygk_main h1{
        font-size: 20px;
    }
    
}
@media screen and (max-width:540px){
     .danwei{margin-left: 82px;}
    .qygs_sz h5{font-size: 20px;text-align: left;
    margin-left: 30px;}
     .news_img{
        height: 260px;
    }
}
@media screen and (max-width:480px){
    .pro_main ul li a .img{
        height: 245px;
    }
    .pro_main ul li{
        width: 98%;
    }
    .news_list{
        width: 96%;
        float: left;
        margin: 15px 2%
    }
    .news_list .news_img{
        height: 210px;
    }
    .add_info ul li{
        width: 100%;
    }
     .danwei{margin-left: 75px;}
    .qygs_sz h5{font-size: 20px;text-align: left;
    margin-left: 20px;}
    .gssj{
        margin: 10px auto;
    }
    
}
@media screen and (max-width:414px){
    .news_img{
        height: 180px;
    }
    .map{
        /*height: 200px;*/
    }
}

@media screen and (max-width:768px) {
    .contant {
        background: none;
        background-size: cover;
    }

    .con_title {
        text-align: center;
        color: #333;
        margin: 30px auto;

    }

    .con_title .line {
        background: #df272f;
        height: 2px;
        width: 78px;
        margin: 10px auto;
    }
}
