.notice{
    width: 100%;
    height: 40px;
    background: url(/static/images/noticebg.jpg) repeat-x;
}
.notice .notice_con{
    margin: 0 auto;
    width: 1200px;
    height: 40px;  
}
.notice_con .notice_name{
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
}
.notice_con .notice_text{
    width: 800px;
    height: 40px;
}
.notice_text a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}
.notice_con .search{
    width: 300px;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.search input{
    display: inline-block;
    width: 239px;
    height: 28px;
    border: 1px solid #cccccc;
    border-right: none;
    position: absolute;
    left: 0;
    top: 5px;
}
.search .searchbtn{
    display: inline-block;
    width: 60px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    border: none;
    background-color: #c8161d;
    color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}
.wedo{
    width: 100%;
    min-height: 433px;
    overflow: hidden;
}
.module_title{
    margin-top: 43px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
    color: #666666;
}
.module_title span{
    font-weight: bold;
    color: #333333;
}
.module_smtit{
    margin-top: 10px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #666666;
}
.module_desc{
    margin-top: 8px;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
}
.wedo .things{
    margin-top: 33px;
    width: 1350px;
    height: 162px;
}
.things .things_item{
    float: left;
    margin-right: 360px;
    width: 170px;
    height: 162px;
}
.things .things_item:nth-child(3){
	margin-right:0;
}
.things_item a{
    display: block;
}
.things_item a img{
    display: block;
    width: 170px;
    height: 170px;
  	border-radius:50%;
}
.things_item a img:hover{
    transition: transform 1s;
    transform: scale(1.2,1.2); 
}
.things_item a span{
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
/* 关于我们与荣誉资质 */
.aboutorequipment{
    width: 100%;
    background-color: #353639;
    overflow: hidden;
}
.aboutorequipment .aboutorequipment_con{
    margin: 0 auto;
    width: 1200px;
    height: 350px;
}
.aboutorequipment_con .about{
    width: 630px;
    height: 100%;
    position: relative;
}
.about .aboutimg{
    width: 400px;
    height: 212px;
    position: absolute;
    left: -55px;
    bottom: -60px;
}
.about .about_top{
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #eeeeee;
    position: relative;
}
.about_top span{    
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
}
.about_top .cname{
    display: block;
    width: 80px;
    border-bottom: 2px solid #c8161d;
    position: absolute;
    left: 0;
    top: 0;
}
.about_top .ename{
    margin-left: 90px;
    display: inline-block;
}
.about_top .mright{
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
} 
.about .about_text{
    text-indent: 2em;
    padding: 13px 0;
    width: 100%;
    height: 270px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
}
.about_text p{
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.aboutorequipment_con .equipment{
    width: 450px;
    height: 360px;
    padding: 0 35px;
    background: url(../images/rongyubg.png) no-repeat 100%;
    position: relative;
}
.equipment .equipment_imgs{
    margin: 50px 58px;
    width: 335px;
    height: 260px;
    position: relative;
    overflow: hidden;
    background-color: #c8161d;
}
.equitem{
    position: relative;
}
.equitem span{
    display: block;
    width: 335px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product{
    width: 100%;
    height: 795px;
}
.product .product_con{
    margin-top: 20px;
    width: 1200px;
    height: 500px;
}
.product_con .pro_nav{
    width: 195px;
}
.pro_nav .pro_nav_top{
    width: 165px;
    height: 100px;
    padding-left: 30px;
    background-color: #c8161d;
}
.pro_nav_top span{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.pro_nav_top .pro_module_cname{
    margin-top: 22px;
    height: 34px;
    font-size: 22px;
}
.pro_nav_top .pro_module_ename{
    height: 24px;
    font-size: 12px;
}
.pro_nav .pro_nav_box{
    margin-top: 2px;
    width: 195px;
}
.pro_nav_box .pro_nav_item{
    margin-top: 2px;
    width: 100%;
    height: 60px;
    background-color: #eeeeee;
}
.pro_nav_item a{
    display: block;
    width: 165px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}
.pro_nav_item a i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/images/icon1.png) no-repeat;
    vertical-align: middle;
}
.pro_nav_item a span{
  	width:120px;
    padding-left: 10px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    vertical-align: middle;
    color: #333333;
}
.pro_nav_item:hover{
    background-color: #c8161d;
}
.pro_nav_item:hover a i{
    background: url(../images/icon1w.png) no-repeat;
}
.pro_nav_item:hover a span{
    color: #fff;
}
.product_con .pro_right{
    width: 980px;
}
.pro_right .products{
    margin-right: -20px;
    width: 1000px;
    height: 552px;
}
.products .products_item{
    float: left;
    margin-right: 20px;
    width: 230px;
    height: 276px;
    
}
.products_item a{
    display: block;
}
.products_item a img{
    width: 230px;
    height: 220px;
}
.products_item a span{
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #333333;
    text-align: center;
}
.products_item:hover span{
    color: #c8161d;
}
.pro_right .btn{
    width: 100%;
    margin-top: 20px;
}
.btn .more{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #c8161d;
}

.advantage{
    width: 100%;
    height: 510px;
    background: url(/static/images/advantagebg.jpg) no-repeat;
}
.advantage .module_title{
    color: #fff;
}
.advantage .module_smtit{
    color: #fff;
}
.advantage .module_title span{
    color: #fff;
}
.advantage .adv_box{
    width: 572px;
    margin-top: 38px;
}
.adv_box .advitem{
    width: 100%;
    height: 76px;
}
.adv_box .addmargin{
    margin-top: 48px;
}
.advitem i{
    float: left;
    width: 76px;
    height: 76px;
    background-color: #454545;
}
.advitem p{
    float: right;
    width: 476px;
    height: 52px;
    padding: 12px 0;
    line-height: 26px;
    color: #fff;
    overflow: hidden;
}
.advitem .advbg1{
    background: url(../images/adv1.png) no-repeat;
}
.advitem .advbg2{
    background: url(../images/adv2.png) no-repeat;
}
.advitem .advbg3{
    background: url(../images/adv3.png) no-repeat;
}
.advitem .advbg4{
    background: url(../images/adv4.png) no-repeat;
}
.advitem .advbg5{
    background: url(../images/adv5.png) no-repeat;
}
.advitem .advbg6{
    background: url(../images/adv6.png) no-repeat;
}

.newproduct{
    width: 100%;
    height: 495px;
}
.newproduct .newproduct_con{
    margin: 0 auto;
    width: 1200px;
}
.newproduct_con .newpropics{
    margin-top: 20px;
    width: 100%;
    height: 325px;
    overflow: hidden;
    position: relative;
}
.newpropics .newpro_pics{
    width: 1500px;
    height: 325px;
    position: absolute;
    left: 0;
    top: 0;
}
.newpro_pics .pics_item{
    float: left;
    margin-right: 13px;
    width: 282px;
    height:100%; 
}
.pics_item a{
    display: block;
}
.pics_item a img{
    width: 100%;
    height: 273px;
}
.pics_item a span{
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.smallpic{
    width: 100%;
    height: 80px;
  	background-color:#353639;
}
.smallpic .con{
  	height:100%;
	position:relative;
  	background: url(../images/smallbg.png) no-repeat;
}
.smallpic .phone{
	width:415px;
  	height:80px;
  	line-height:80px;
  	text-align:center;
  	font-size:24px;
  	color:#fff;
  	position:absolute;
  	top:0;
  	right:0;
}
.smallpic .phone span{
	font-size:30px;
}

.news{
    width: 100%;
    height: 535px;
}
.news .news_con{
    width: 100%;
    margin-top: 25px;
}
.news_con .leftpic{
    width: 522px;
    height: 360px;
}
.news_con .newsbox{
    width: 650px;
}
.newsbox .newsitem{
    width: 100%;
    height: 36px;
    padding: 5px 0;
    border-bottom: 1px dashed #d5d6db;
}
.newsitem i{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #c8161d;
    vertical-align: middle;
}
.newsitem a{
    display: inline-block;
    margin-left: 15px;
    width: 505px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
  color:#565656;
}
.casesweb a{
  color:#565656 !important;
}
.newsitem a:hover{
    color: #c8161d;
}
.newsitem span{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    vertical-align: middle;
}

.links{
    width: 100%;
    height: 80px;
}
.links .links_con{
    width: 1200px;
    margin: 0 auto;
}
.links_con .links_top{
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #eeeeee;
    position: relative;
}
.links_top span{
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #c8161d;
    position: absolute;
    left: 0;
    top: 0;
}
.links_con .links_item{
    width: 100%;
    height: 70px;
    margin-top: 10px;
}
.links_item a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    color: #494949;
}
.footer{
    width: 100%;
    height: 158px;
    background-color: #353639;
}
.footer .footer_nav{
    width: 100%;
    height: 40px;
    background-color: #e12d34;
}
.footer_nav .foot_nav_con{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    vertical-align: middle;
}
.foot_nav_con a{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 60px;
    font-size: 16px;
    border-right: 1px solid #fff;
}
.footer .footer_other{
    width: 1200px;
    margin: 15px auto 0;
}
.footer_other p{
    height: 26px;
    text-align: center;
}
.footer_other p span{
    display: inline-block;
    height: 26px;
    line-height: 1px;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.proweb{
    width: 100%;
    min-height:865px;
}
.proweb .proweb_nav{
    width: 100%;
    height: 34px;
    padding: 10px 0;
    text-align: center;
}
.proweb_nav a{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 15px;
}
.proweb_nav span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.proweb .proweb_pros{
    margin-right: -24px;
    width: 1224px;
}
.proweb_pros .proweb_item{
    margin-right: 24px;
    margin-bottom: 10px;
    width: 282px;
    height: 310px;
}
.proweb_item:hover img{
    border: 1px solid #c8161d;
}
.proweb_item a{
    display: block;
}
.proweb_item a img{
    float: left;
    width: 273px;
    height: 264px;
    padding: 3px;
    border: 1px solid #cccccc;
}
.proweb_item a span{
    float: left;
    width: 100%;
    height:38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    color: #333333;
}

.prodetailweb{
    width: 100%;
}
.prodetailweb .pro_tit{
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.prodetailweb .pro_img{
    width: 100%;
    height: 100%;
}
.pro_img img{
    display: block;
    margin: 0 auto;
}
.prodetailweb .pro_info{
    margin-top: 40px;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #c8161d;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.prodetailweb .pro_desc{
    margin: 22px 0 40px;
    width: 100%;
    font-size: 16px;
    color: #333333;
}
.pro_desc p{
    line-height: 30px;
    text-indent: 2em;
}

.casesweb{
    width: 100%;
}
.casesweb .cases_pros{
    margin-right: -24px;
    margin-bottom: 20px;
    width: 1224px;
    min-height: 681px;
}
.cases_pros .casesweb_item{
    margin: 20px 24px 0 0;
    width: 282px;
    height: 322px;
}
.casesweb_item img{
    float: left;
    width: 282px;
    height: 273px;
}
.casesweb_item span{
    float: left;
    width: 280px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #cccccc;
}
.newsweb{
    width: 100%;
}
.newsweb .newsweb_box{
    margin-top: 3px;
    margin-bottom: 20px;
    width: 100%;
}
.newsweb_box .newsweb_item{
    width: 1180px;
    height: 46px;
    padding: 0 10px;
    border-bottom: 1px dashed #eeeeee;
}
.newsweb_item i{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #c8161d;
    vertical-align: middle;
}
.newsweb_item a{
    display: inline-block;
    width: 970px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
}
.newsweb_item span{
    float: right;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
}

.newsdetail{
    width: 100%;
    min-height: 380px;
}
.newsdetail .newsdet_tit{
    margin-top: 10px;
    width: 100%;
    height: 38px;
    color: #333333;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
}
.newsdetail .newsdet_date{
    margin-top: 15px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #666666;
}
.newsdetail .news_desc{
    margin-top: 20px;
    width: 100%;
}
.news_desc p{
    width: 100%;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}

.cantactweb{
    margin: 20px 0 50px;
    width: 100%;
    min-height: 480px; 
}
.cantactweb .contact_map{
    width: 770px;
    height: 480px;
}
.cantactweb .contact_desc{
    padding: 70px 50px;
    width: 310px;
    height: 340px;
    background-color: #c8161d;
    color: #fff;
}
.contact_desc p{
    line-height: 30px;
    font-size: 18px;
}
.sitemap {
    margin-top: 45px;
    width: 100%;
}
.sitemap .title{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 36px;
    color: #333333;
}
.sitemap .etitle{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.sitemap .redsolid{
    display: block;
    margin: 14px auto 0;
    width: 55px;
    height: 4px;
    background-color: #ff0000;
}
.sitemap .map_links{
    width: 100%;
    min-height: 74px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}
.map_links .map_tit{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #333333;
}
.map_links .linkbox{
    padding: 0 40px;
    line-height: 36px;
}
.linkbox a{
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 48px;
}