/**Author: hqb*Updated: 2016.01.27**/
* {
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: '\5FAE\8F6F\96C5\9ED1','\5B8B\4F53'
}
body{
    min-width: 1530px;
}

.clearfix:after {
	content: "";
	display: block;
	width: 0px;
	clear: both
}

.clearfix {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

ul,li {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.header {
	width: 100%;
	height: 30px;
	background: #fff;
	border-bottom: solid 1px #dbdbdb
}

.header .center {
	width: 1120px;
	height: 30px;
	margin: 0px auto;
	font-size: 12px;
	color: #666;
	line-height: 30px
}

.header .center a {
	font-size: 12px;
	color: #666;
	line-height: 30px
}

.header .center i {
	display: inline-block;
	width: 12px;
	height: 12px
}

.header .center span {
	display: inline-block
}

.main_box{
    width: 1120px;
    margin: 0 auto;
}
.nav {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
    z-index: 1000;
    background-color: #fff;
}

.navbar_2019 {
	/* width: 1120px; */
	height: 96px;
	margin: 0px auto;
	position: relative;
}

.navbar_2019 .logo {
	display: block;
	margin: 15px 0 0 33px;
}

.navbar_2019>ul {
	height: 60px;
    margin-top: 35px;
    margin-left: 100px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	
}

.navbar_2019>ul>li {
    height: 50px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}

.navbar_2019>ul>li>a {
	display: inline-block;
	height: 50px;
	padding: 0px 20px;
	color: #666
}

.navbar_2019>ul>li>a.active {
	text-decoration: none;
	font-weight: bold;
	color: #c5201f
}

.navbar_2019>ul>li>a.ac {
	text-decoration: none;
	font-weight: bold;
	color: #c5201f
}

.navbar_2019>ul>li>a.act {
	text-decoration: none;
	font-weight: bold;
	color: #c5201f
}

.navbar_2019 .child_w{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -38px;
	height: 40px;
	background-color: #c5201f;
	display: none;
}
.navbar_2019 .arrow{
	width: 15px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -8px;
	/* display: none; */
	background: url('../images/icon.png') no-repeat 0px 0px
}
.navbar_2019 .child_ul{
    position: absolute;
    left: 0;
    right: -100px;
    bottom: -39px;
    height: 40px;
    background-color: #c5201f;
	display: none;
	z-index: 10000;
}
.navbar_2019 .child_ul.ul4{
	left: -270px;
    right: 0;
}
.navbar_2019 .child_ul.ul3{
	left: -270px;
    right: 0;
}
.navbar_2019 .child_ul.ul5{
	left: -391px;
    right: 0;
}
.navbar_2019 .child_ul>li{
    line-height: 40px;
	float: left;
	position: relative;
}
.navbar_2019 .child_ul>li>a {
	display: inline-block;
	height: 40px;
	padding: 0px 20px;
	font-size: 16px;
	color: #fff;
	line-height: 40px
}

.navbar_2019 .child_ul>li>a:hover {
	text-decoration: none;
	color: #f5ee84
}

.nav_r{
    float: right;
    width: 210px;
}
.nav_r>a{
    float: left;
    width: 105px;
    height: 96px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #f3f3f3;
}
.nav_r>a>i{
    display: block;
    width: 25px;
    height: 25px;
    margin: 25px auto 10px;
    background: url(../images/sprite.png) no-repeat;
}
.nav_r>a>i.icon2{
    background-position: -25px 2px;
}



.banner_2019{
    height: 500px;
    position: relative;
}
.banner_2019 .swiper-slide{
    height: 500px;
    width: 100%;
    background: url(../images/banner_2019_01.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner_2019 .swiper-slide.img2{
    background-image: url(../images/banner_2019_02.jpg);
}
.banner_2019 .pagination{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner_2019 .pagination>span{
    width: 16px;
    height: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    background: #fff\9;
    float: left;
	margin: 0 5px;
}
.banner_2019 .pagination>span.swiper-active-switch{
    background-color: #c5201f;
}

.news_2019{
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_2019 .news_l{
    background-color: #fff;
    width: 640px;
}
.news_2019 .news_r{
    width: 455px;
    background-color: #fff;
}
.news_2019 .news_title{
    height: 80px;
    line-height: 80px;
    background-color: #fafafa;
    padding: 0 30px;
}
.news_2019 .news_title>h5{
    font-size: 28px;
    font-weight: normal;
    float: left;
}
.news_2019 .news_title>a{
    float: right;
    font-size: 14px;
    color: #c51f1e;
}
.news_2019 .newslist{
    padding: 0 30px;
}
.news_2019 .newslist>li{
    border-bottom: 1px solid #e5e5e5;
    line-height: 36px;
    padding: 10px 0;
    overflow: hidden;
}
.news_2019 .newslist2{
    padding-top: 10px;
}
.news_2019 .newslist2>li{
	line-height: 27px;
	*padding-top: 8px;
}
.news_2019 .newslist>li>span{
    float: right;
    color: #888888;
    font-size: 12px;
}
.news_2019 .newslist>li:last-child{
    border-bottom: 0 none;
}
.news_2019 .newslist>li>a{
    color: #333;
    font-size: 14px;
	float: left;
	height: 26px;
	overflow: hidden;
	width: 470px;
}
.news_2019 .newslist>li>a:hover{
    color: #c51f1e;
    text-decoration: none;
}
.news_2019 .newslist>.first_news{
    border: 0 none;
}
.news_2019 .first_news .first_news_l{
    float: left;
    width: 480px;
}
.news_2019 .first_news .first_news_l .title{
    font-size: 22px;
    font-weight: normal;
    line-height: 56px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: block;
	text-decoration: none;
	color: #333;
	height: 56px;
	overflow: hidden;
}

/* .news_2019 .first_news .first_news_l .title:hover{
    color: #c51f1e;
} */
.news_2019 .first_news .first_news_l a.p_a{
    font-size: 12px;
    color: #666;
    line-height: 26px;
	padding: 10px 0 20px 0;
	text-decoration: none;
}
.news_2019 .first_news:hover .title{
	color: #c51f1e;
}
.news_2019 .first_news:hover .first_news_l a.p_a{
	text-decoration: underline;
}
.news_2019 .first_news .first_news_r{
	float: right;
	width: 50px;
}
.news_2019 .first_news_r .time{
    text-align: center;
}
.news_2019 .first_news_r .time>i{
    display: block;
    font-size: 32px;
    color: #888888;
    font-weight: bold;
    font-style: normal;
    margin-top: 25px;
}
.news_2019 .first_news_r .time>span{
    font-size: 12px;
    color: #888888;
    display: block;
    line-height: 25px;
}
.index .toicon{
    width: 13px;
    height: 10px;
    display: block;
    margin: 20px auto 0;
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -27px;
}
.news_2019 .first_news:hover .toicon{
	background-position: -18px -27px;
}

.news_r .news_title > h5 {
	font-size: 24px;
}
.news_2019 .bidding_info{
	font-size: 14px;
	color: #333;
	
	padding:0 0 10px 15px;
}
.news_2019 .bidding_info li{height: 44px;border-bottom: 1px solid #e5e5e5;}
.news_2019 .bidding_info li:last-child{border-bottom: 0;}
.news_2019 .bidding_info span{display: block;padding-right: 9px; height: 44px; overflow: hidden;line-height: 44px; float: left;}
.news_2019 .bidding_info .th_item{padding-top: 17px;color: #333;line-height: 44px;height: 44px; margin-bottom: 2px;}
.news_2019 .bidding_info .col1{
	width:120px;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	
}
.news_2019 .bidding_info .col1 a{
	color:#337ab7;
}
.news_2019 .bidding_info .col2{
	width:120px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.news_2019 .bidding_info .col3{
	width:85px;
}
.news_2019 .bidding_info .col4{
	width:85px;
}
.news_2019 .bidding_info .col5{
	width:60px;
}
.news_2019 .bidding_info .col6{
	width:65px;
	vertical-align: middle;
	/* color: #c51f1e; */
}
.news_2019 .bidding_info .col6 img{
	vertical-align: middle;
}
.news_2019 .bidding_info .th_item span{
	color: #333;
}
.index .companyinfo{
    background-color: #fff;
    padding: 35px 0;
}
.index .info_item{
    float: left;
    width: 265px;
}
.index .info_item{
    margin-right: 20px;
    box-shadow: 0 0 10px #dfdfdf;
    overflow: hidden;
}
.index .info_item:last-child{margin:0;}
.index .info_item.nomargin{
    margin: 0;
}
.index .info_item_t{
    height: 190px;
    position: relative;
}
.index .info_item_t img{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
    .index .info_item_t p {
        font-size: 14px;
        height: 64px;
        line-height: 75px;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        background: url(../images/bg.png) no-repeat;
    }
.index .info_item_b{
    height: 76px;
    line-height: 76px;
    background-color: #f3f3f3;
    font-size: 28px;
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index .info_item_b a{color:#333;}
.index .info_item_t .swiper-slide{
    position: relative;
}

.index .arrow-left {
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 -38px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 17px;
    height: 30px;
}
.index .arrow-left:hover{
    background-position: 0 -68px;
}
.index .arrow-right {
    background: url(../images/sprite.png) no-repeat;
    background-position: -18px -38px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    width: 17px;
    height: 30px;
}
.index .arrow-right:hover{
    background-position: -18px -68px;
}

.bottomnavlist>li{
    float: left;
    padding-top: 34px;
    width: 153px;
	text-align:center;
	cursor: pointer;
}
.bottomnavlist{
    padding: 0 0 0 30px;
}
.bottomnavlist>li i{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background: url(../images/navicon.png) no-repeat;
}
.bottomnavlist>li i.navicon2{
    background-position: -168px 0;
}
.bottomnavlist>li i.navicon3{
    background-position: -335px 0;
}
.bottomnavlist>li i.navicon4{
    background-position: -502px 0;
}
.bottomnavlist>li i.navicon5{
    background-position: -669px 0;
}
.bottomnavlist>li i.navicon6{
    background-position: -836px 0;
}
.bottomnavlist>li i.navicon7{
    background-position: -1003px 0;
}
.bottomnavlist>li p{
    color: #333;
    font-size: 14px;
    margin: 25px 0 35px 0;
}
.bottomnavlist>li.nomargin{
    margin: 0;
}



/* .navbar_2 {
	width: 100%;
	height: 40px;
	background: #c5201f;
	position: absolute;
	left: 0px;
	bottom: -40px;
	z-index: 1000;
	display: none
}

.navbar_2 .center {
	width: 1120px;
	height: 40px;
	position: relative;
	margin: 0px auto
}

.navbar_2 ul {
	height: 40px
}

.navbar_2 ul li a {
	display: inline-block;
	height: 40px;
	padding: 0px 12px;
	font-size: 16px;
	color: #fff;
	line-height: 40px
}

.navbar_2 ul li a:hover {
	text-decoration: none;
	color: #f5ee84
}

.navbar_2 ul {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none
}

.navbar_2 .arrow {
	width: 15px;
	height: 7px;
	position: absolute;
	top: -7px;
	left: 0px;
	display: none;
	background: url('../images/icon.png') no-repeat 0px 0px
} */

.title {
	width: 1120px;
	height: 54px;
	margin: 0px auto
}

.title .big_text {
	display: inline-block;
	font-size: 54px;
	height: 54px;
	color: #c5201f;
	line-height: 54px
}

.title .en_text {
	display: block;
	width: 1070px;
	height: 24px;
	line-height: 22px;
	font-size: 22px;
	color: #c5201f
}

.title .cn_text {
	display: block;
	_width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #000
}

.title .title_right {
	height: 30px;
	width: 960px;
	_width: 920px;
	border-bottom: solid 1px #999
}

.title .title_right a.tab {
	display: inline-block;
	padding: 0px 12px;
	height: 28px;
	background: #f2f2f2;
	position: relative;
	left: 0px;
	top: 0px;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
	border-top: solid 2px #f2f2f2;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	text-align: right;
	z-index: 100
}

.title .title_right a.tab:hover {
	height: 48px;
	color: #c5201f;
	text-decoration: none;
	background: #fff;
	border-top-color: #c5201f;
	border-bottom: solid 1px #fff
}

.title .title_right a.active {
	height: 48px;
	color: #c5201f;
	background: #fff;
	border-top-color: #c5201f;
	border-bottom: solid 1px #fff
}

.title .title_right a.more {
	display: inline-block;
	width: 20px;
	height: 12px;
	margin-top: 15px;
	background: url('../images/icon.png') no-repeat 0px -20px
}

#index {
	width: 100%
}

#index .index1 {
	width: 100%;
	background: #f2f2f2
}

#index .index2 {
	width: 100%;
	padding-top: 45px;
	background: #fff
}

#index .ban {
	width: 100%;
	height: 530px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden
}

#index .banner {
	width: 1920px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -960px;
	margin-bottom: 30px
}

#index .show {
	width: 1120px;
	margin: 0px auto;
	border-bottom: solid 4px #c51f1e;
	margin-bottom: 52px
}

#index .show .show_title {
	width: 1120px;
	height: 60px;
	background: #c51f1e
}

#index .show .show1 {
	width: 278px;
	height: 40px;
	margin: 10px 0px;
	border-right: solid 2px #fff
}

#index .show .show2 {
	width: 278px;
	height: 40px;
	margin: 10px 0px
}

#index .show .show1 a,#index .show .show2 a {
	display: inline-block;
	width: 278px;
	height: 40px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 40px
}

#index .show .show_con {
	width: 1120px;
	height: 160px;
	padding: 10px 0px
}

#index .show .show3 {
	width: 260px;
	height: 136px;
	padding: 12px 10px
}

#index .show .show3 .notice {
	width: 260px;
	height: 136px
}

#index .show .show3 .notice .text {
	display: inline-block;
	width: 180px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#index .show .show3 .notice .text a {
	font-size: 12px;
	color: #666
}

#index .show .show3 .notice .text i {
	display: inline-block;
	width: 6px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	margin-right: 3px;
	background: #c5201f;
	*position: relative;
	*top: -3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(css/pie.htc)
}

#index .show .show3 .notice .tim {
	display: inline-block;
	width: 80px;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #666
}

#index .show .show4 {
	width: 280px;
	height: 160px;
	display: block
}

#index .news {
	width: 1120px;
	margin: 25px auto 0px;
	padding-bottom: 50px
}

#index .news_left {
	width: 639px;
	padding-right: 30px;
	border-right: dashed 1px #aeaeae
}

#index .news_left .news_two {
	margin-top: 40px
}

#index .news_left img {
	width: 200px;
	height: 130px;
	margin-right: 25px
}

#index .news_left .news_text {
	width: 414px
}

#index .news_left .news_text .title {
	height: 44px;
	font-size: 16px;
	color: #000;
	line-height: 44px
}

#index .news_left .news_text p {
	font-size: 12px;
	line-height: 22px;
	color: #666
}

#index .news_left .news_text p a {
	color: #c5201f;
	font-size: 12px
}

#index .news_right {
	width: 425px;
	padding-left: 25px
}

#index .news_right ul {
	width: 425px
}

#index .news_right ul li {
	width: 425px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666
}

#index .news_right ul li .text {
	display: inline-block;
	width: 330px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#index .news_right ul li .text a {
	color: #666
}

#index .news_right ul li .text .cate {
	color: #c5201f
}

#index .news_right ul li .text i {
	display: inline-block;
	width: 6px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	margin-right: 3px;
	background: #c5201f;
	*position: relative;
	*top: -3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(css/pie.htc)
}

#index .news_right ul li .tri {
	width: 95px;
	height: 30px;
	font-size: 14px;
	line-height: 30px
}

#index .project,#index .honor {
	width: 1120px;
	height: 170px;
	overflow: hidden;
	margin: 30px auto 35px
}

#index .project table .phonor,#index .honor table .phonor {
	width: 200px;
	height: 170px;
	padding-right: 30px
}

#index .project table .phonor img,#index .honor table .phonor img {
	width: 200px;
	height: 130px
}

#index .project table .phonor .name,#index .honor table .phonor .name {
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center
}

#index .p-t {
	padding-top: 40px
}

#index .xiashu {
	width: 1120px;
	margin: 0px auto;
	padding: 20px 0px 30px 0px
}

#index .xiashu .ul1 {
	width: 249px;
	border-right: dashed 1px #cbcbcb
}

#index .xiashu .ul2 {
	width: 249px;
	padding-left: 60px;
	border-right: dashed 1px #cbcbcb
}

#index .xiashu .ul3 {
	width: 249px;
	padding-left: 50px;
	border-right: dashed 1px #cbcbcb
}

#index .xiashu .ul4 {
	width: 200px;
	padding-left: 60px
}

#index .xiashu ul li a {
	font-size: 16px;
	color: #c5201f;
	line-height: 36px
}

.footer{
	background-color: #fff;
	overflow: hidden;
}
.footer .footer_link{
	padding-bottom: 20px;
}
.footer .footer_link>p{
	color: #666;
	font-size: 18px;
	padding: 24px 0 10px 0;
}
.footer .footer_link em,
.footer .footer_link a{
	font-size: 12px;
	color: #666;
	display: inline-block;
	text-decoration: none;
}
.footer .footer_link a:hover{
	color: #c51f1e;
}
.footer .footer_link em{
	font-style: normal;
	margin: 0 15px;
}
.footer .footer_message{
	padding: 24px 0 16px 0;
}
.footer .footer_message p{
	line-height: 24px;
	padding-bottom: 8px;
	font-size: 12px;
	color: #666;
}
.footer .footer_message p span{
	margin-left: 15px;
}


/* .footer {
	width: 100%;
	height: 36px;
	background: #fff
}

.footer .text {
	width: 1120px;
	height: 36px;
	margin: 0px auto
}

.footer span {
	display: inline-block;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	color: #666
}

.footer span a {
	font-size: 12px;
	line-height: 36px;
	color: #666
}

.footer span i {
	width: 18px;
	height: 20px;
	display: inline-block
} */

#main {
	padding: 0px 0px 30px 0px;
	background: #f2f2f2;
	width: 100%;
	clear: none
}

#main .ban {
	width: 100%;
	height: 284px;
	overflow: hidden;
	margin-bottom: 20px
}

#main .banner {
	width: 1440px;
	height: 284px;
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -720px
}

    #main .content {
        width: 1040px;
        padding: 40px 40px;
        background: #fff;
        margin: 20px auto;
    }

#main .content .title {
	font-size: 24px;
	color: #c5201f
}
#main .content > div > img {
	vertical-align: bottom;
}
#list {
	padding: 0px 0px 30px 0px;
	background: #f2f2f2;
	margin-top: 20px;
	width: 100%;
	clear: none
}

#list .body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	padding: 45px 40px;
	width: 1040px
}

#list .body li {
	border-bottom: 2px dashed #b6b6b6;
	min-height: 58px;
	width: 1040px
}

#list .body .li_left {
	color: #333;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
	width: 940px
}

#list .body .li_left span.cate {
	font-size: 16px;
	display: inline-block;
	color: #c5201f
}

#list .body .li_left a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	margin-top: 13px
}

#list .body .li_left i {
	height: 10px;
	width: 10px;
	background: #333 none repeat scroll 0 0;
	display: inline-block;
	font-size: 0;
	line-height: 10px;
	margin-right: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(css/pie.htc)
}

#list .body .li_right {
	color: #c42424;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
	text-align: right;
	width: 100px
}

.fenpage {
	height: 44px;
	margin: 10px auto 20px;
	text-align: center;
	width: 1000px
}

.fenpage .current {
	background: #c42424 none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	width: 42px
}

.fenpage .prev {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	width: 88px
}

.fenpage .page {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	width: 42px
}

.fenpage .next {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	width: 88px
}

.fenpage a {
	color: #333;
	text-decoration: none
}

.fenpage a:hover {
	background: #c42424 none repeat scroll 0 0;
	color: #fff
}

.prolist .proc_body {
	padding: 0px;
	width: 1065px
}

.prolist .procb_one {
	height: 250px;
	margin-right: 24px;
	width: 242px
}

.prolist .procb_one img {
	border: 2px solid #999;
	height: 180px;
	padding: 3px;
	width: 232px
}

.prolist .procb_one img:hover {
	border: 2px solid #c62525
}

.prolist .procb_one_name {
	color: #333;
	font-size: 16px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	width: 232px;
}

#guide {
	background: #f0f0f0;
	padding-top: 50px;
}

.guide {
	width: 1440px;
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -720px;
}