/*
@Author: Yan Peihong
@Create Time: 2016-04-11 
*/
/*
 * 页面公共模块样式	begin
 */
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_gray {
  background-color: #F5F5F5;
}
.header {
  width: 100%;
  height: 64px;
  padding: 22px 0;
  border-bottom: 1px solid #E0E0E0;
}
.header .logo {
  float: left;
  margin: 10px 20px 0 0;
  height: 44px;
  width: 264px;
}
.header .logo img {
  height: 44px;
  width: auto;
}
.header .header_r {
  float: right;
  width: 885px;
}
.header .site_nav {
  width: 100%;
  text-align: right;
}
.header .site_nav a {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #787878;
  z-index: 3;
}
.header .site_nav a img {
  display: none;
  position: absolute;
  top: 24px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.header .site_nav a:hover {
  color: #518dcf;
  text-decoration: underline;
}
.header .site_nav a:hover img {
  display: block;
}
.header .site_nav .tel_top {
  margin-left: 10px;
  padding-left: 15px;
  background: url(../images/top_tel.png) no-repeat left;
  font-size: 12px;
  color: #fd5f56;
}
.nav {
  float: right;
  margin-top: 22px;
  overflow: hidden;
}
.nav li {
  float: left;
}
.nav li a {
  display: block;
  height: 100%;
  color: #383838;
  font-size: 14px;
}
.nav li.home.on a,
.nav li.home a:hover {
  background-position: center -33px;
}
.nav li + li {
  margin-left: 36px;
}
.nav li.on a,
.nav li a:hover {
  color: #518dcf;
}
.footer {
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  overflow: hidden;
}
.footer .footer_l {
  width: 755px;
}
.footer .footer_l dl {
  float: left;
  height: 120px;
  width: 130px;
}
.footer .footer_l dl dt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer .footer_l dl dt a {
  color: #787878;
}
.footer .footer_l dl dd {
  width: 100%;
}
.footer .footer_l dl dd a {
  font-size: 12px;
  color: #787878;
  line-height: 30px;
  white-space: nowrap;
}
.footer .footer_l dl + dl {
  padding-left: 45px;
  border-left: 1px solid #ccc;
}
.footer .footer_r {
  width: 400px;
  overflow: hidden;
}
.footer .footer_r .footer_code {
  text-align: center;
  float: left;
  margin-right: 15px;
  width: 115px;
}
.footer .footer_r .footer_code img {
  width: 115px;
  height: 115px;
}
.footer .footer_r .footer_code span {
  line-height: 30px;
}
.footer .footer_r ul {
  float: left;
  margin-top: 20px;
}
.footer .footer_r ul li {
  padding-left: 30px;
  line-height: 35px;
  font-size: 14px;
  background: url(../images/footer_icon.png) no-repeat;
}
.footer .footer_r ul .footer_tel {
  background-position: 0 5px;
}
.footer .footer_r ul .footer_email {
  background-position: 0 -30px;
}
.footer .copyright {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.footer .copyright p {
  margin-top: 10px;
}
.footer .copyright a {
  color: #333;
}
.footer .copyright .jishu_icon {
  margin-left: 30px;
  display: inline-block;
  padding-left: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/iconfont-shou.png) no-repeat;
}
/*子页面顶部公共图片 */
.page_top {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.page_top a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
/*页面左右模块*/
.page_main {
  width: 1170px;
  padding: 42px 15px;
  margin: 0 auto;
  overflow: hidden;
}
.page_main .page_left {
  float: left;
  width: 255px;
}
.page_main .page_left .panel {
  width: 100%;
  margin-bottom: 15px;
}
.page_main .page_left .panel .title {
  padding: 0 15px;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  color: #161616;
  border-bottom: 1px solid #cecece;
}
.page_main .page_left .panel .title i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 21px;
  background-color: #518dcf;
  margin-right: 20px;
}
.page_main .page_left .contact_column {
  padding: 30px 35px;
}
.page_main .page_left .contact_column > div {
  color: #787878;
  line-height: 28px;
}
.page_main .page_left .contact_column > div h3 {
  font-size: 16px;
  color: #fa9151;
}
.page_main .page_right {
  padding-left: 43px;
  overflow: hidden;
}
/*面包屑导航*/
.breadcrumb {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: right;
  border-bottom: 1px solid #C9C9C9;
}
.breadcrumb a,
.breadcrumb span {
  padding: 0 5px;
  color: #8D8D8D;
}
.breadcrumb .home_pos {
  padding-left: 20px;
  background: url(../images/home.png) no-repeat left center;
}
.page_pos {
  margin-left: -43px;
  margin-bottom: 10px;
}
.page_pos .name {
  margin-left: 43px;
  font-size: 18px;
  color: #787878;
  line-height: 44px;
  font-weight: 400;
  border-bottom: 2px solid #518dcf;
}
.service_img a {
  margin: 18px 30px 0 15px;
  display: block;
}
.service_img a img {
  width: 209px;
  height: 62px;
}
/*左侧菜单*/
.menu {
  padding: 32px 30px 0 15px;
}
.menu .item {
  position: relative;
  margin-bottom: 6px;
}
.menu .item > a {
  height: 30px;
  line-height: 30px;
  display: block;
  color: #FFFFFF;
  padding: 0 30px 0 35px;
  background: #518dcf url(../images/menu.png) no-repeat 185px 10px;
}
.menu .item .dropdown {
  display: none;
  background-color: #FFFFFF;
}
.menu .item .dropdown li {
  padding: 0 28px;
  line-height: 35px;
}
.menu .item .dropdown li a {
  padding-left: 20px;
  color: #333333;
}
.menu .item .dropdown li a:hover {
  color: #518dcf;
}
.menu .item.on > a {
  background: #518dcf url(../images/menu.png) no-repeat 185px -27px;
}
.menu .item.on .dropdown {
  display: block;
}
.no_secondary .item {
  line-height: 35px;
}
.no_secondary .item a {
  color: #161616;
  background: #FFFFFF;
}
.no_secondary .item.on a {
  background: #FFFFFF;
  color: #518dcf;
}
/*分页*/
.pagination {
  width: 100%;
  margin: 35px auto;
  text-align: center;
  overflow: hidden;
}
.pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 20px;
  text-align: center;
  padding: 5px 8px;
  border: 1px solid #E0E0E0;
  color: #383838;
  background-color: #FFFFFF;
}
.pagination a:hover,
.pagination a.on {
  color: #FFFFFF;
  background-color: #518dcf;
}
.subpage_bg {
  background: url(../images/subpage_bg.gif) repeat-y center content-box;
}
/*
 * 页面公共模块样式	end
 */
/* 首页样式 */
.banner {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.banner .bd {
  width: 100%;
  height: 480px;
}
.banner .bd ul {
  width: 100%;
  height: 480px;
}
.banner .bd ul li {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.banner .bd ul li .pic {
  height: 480px;
  display: block;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .hd {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: center;
  z-index: 2;
}
.banner .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 8px;
  width: 8px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.banner .hd li.on {
  background-color: #FFFFFF;
}
.banner .hd:hover li {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.index_section {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.index_section .section_hd {
  font-size: 18px;
  color: #161616;
  padding: 0 0 10px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #E0E0E0;
  overflow: hidden;
}
.index_section .section_hd a {
  font-size: 14px;
  color: #787878;
  float: right;
}
.index_section .section_bd {
  margin: 0 auto;
}
.column {
  float: left;
  width: 378px;
}
.column .column_hd {
  font-size: 18px;
  color: #383838;
  padding: 16px;
}
.column .column_bd {
  height: 388px;
  padding: 16px;
  background: #FFFFFF;
  overflow: hidden;
}
.column .column_bd img {
  width: 346px;
  height: 211px;
}
.column .column_bd .content {
  margin-top: 22px;
}
.column .column_bd .content p {
  line-height: 30px;
}
.column + .column {
  margin-left: 17px;
}
.about_con {
  height: 150px;
  overflow: hidden;
}
.lastest_news li {
  margin-bottom: 5px;
}
.lastest_news li a {
  display: block;
  line-height: 30px;
  color: #383838;
  padding-left: 15px;
  background: url(../images/arrow.png) no-repeat left 10px;
  overflow: hidden;
}
.lastest_news li a span {
  float: left;
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lastest_news li a i {
  float: right;
  width: 30%;
}
.lastest_news li a:hover {
  color: #fd5f56;
  background-position: left -23px;
}
/*首页产品分类*/
.picScroll_left {
  width: 100%;
  position: relative;
}
.picScroll_left .prev,
.picScroll_left .next {
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -24px;
  width: 30px;
  height: 48px;
  background: url(../images/slide_arr.png) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer;
}
.picScroll_left .next {
  background-position: -30px 0;
  left: auto;
  right: -35px;
}
.picScroll_left .bd {
  width: 1200px;
  margin: 0 auto;
}
.picScroll_left .bd ul {
  overflow: hidden;
  zoom: 1;
}
/*产品分类*/
.product_classify_wrap {
  padding: 20px 0 45px;
}
.product_classify_wrap .bd ul li {
  margin: 0 6px 0 16px;
  float: left;
  width: 276px;
  _display: inline;
  overflow: hidden;
}
.product_classify_wrap .bd ul li .pic {
  display: block;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  overflow: hidden;
}
.product_classify_wrap .bd ul li .pic img {
  width: 274px;
  height: 200px;
}
.product_classify_wrap .bd ul li .con {
  display: block;
  overflow: hidden;
  padding: 16px;
  background-color: #518dcf;
}
.product_classify_wrap .bd ul li .con strong {
  display: block;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #FFFFFF;
}
.product_classify_wrap .bd ul li .con span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #FFFFFF;
}
/*热门产品*/
.hot_product {
  width: 100%;
  overflow: hidden;
}
.hot_product .item {
  float: left;
  width: 280px;
  margin: 14px 7px 10px;
  overflow: hidden;
}
.hot_product .item .pic {
  width: 280px;
  height: 208px;
}
.hot_product .item .pic img {
  width: 280px;
  height: 208px;
}
.hot_product .item h3 {
  margin-top: 10px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot_product .item h3 a {
  font-size: 18px;
  color: #383838;
}
/*新闻*/
.section_title {
  text-align: center;
  font-size: 28px;
  color: #161616;
  font-weight: 400;
}
.news_tab {
  margin: 20px auto 0;
}
.news_tab .tab_hd {
  text-align: center;
  margin-bottom: 45px;
}
.news_tab .tab_hd span {
  margin: 0 10px;
  display: inline-block;
  padding: 5px 54px;
  border: 1px solid #518dcf;
}
.news_tab .tab_hd span:hover,
.news_tab .tab_hd span.on {
  background-color: #518dcf;
  color: #FFFFFF;
  cursor: pointer;
}
.news_tab .tab_bd {
  overflow: hidden;
  width: 100%;
  float: left;
}
.news_tab .tab_bd ul + ul {
  display: none;
}
.news_tab .tab_bd .item {
  width: 575px;
  height: 160px;
  margin: 0 8px 23px 15px;
  float: left;
  background-color: #FFFFFF;
  overflow: hidden;
}
.news_tab .tab_bd .item .pic {
  float: left;
  width: 186px;
  height: 160px;
}
.news_tab .tab_bd .item .con {
  padding: 30px;
  overflow: hidden;
}
.news_tab .tab_bd .item .con .time {
  color: #518dcf;
  font-size: 16px;
  font-weight: bold;
}
.news_tab .tab_bd .item .con h3 {
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_tab .tab_bd .item .con h3 a {
  color: #161616;
}
.news_tab .tab_bd .item .con h3 a:hover {
  color: #518dcf;
  text-decoration: underline;
}
.news_tab .tab_bd .item .con p {
  font-size: 12px;
  color: #787878;
  line-height: 1.5;
  height: 36px;
  overflow: hidden;
}
.index_bottom .section_hd {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E0E0E0;
}
.index_contact {
  width: 742px;
}
.index_contact .section_bd {
  overflow: hidden;
}
.index_contact .map {
  width: 370px;
  height: 248px;
  margin-right: 20px;
  border: 1px solid #E0E0E0;
}
.index_contact .contact_way {
  margin-top: 28px;
  overflow: hidden;
}
.index_contact .contact_way li {
  font-size: 18px;
  color: #787878;
  line-height: 40px;
  padding-left: 35px;
  margin-bottom: 10px;
  background: url(../images/company_info_icon.png) no-repeat;
}
.index_contact .contact_way li b {
  font-weight: bold;
}
.index_contact .contact_way .name {
  background-position: 0 0;
}
.index_contact .contact_way .tel {
  background-position: 0 -46px;
}
.index_contact .contact_way .email {
  background-position: 0 -90px;
}
.index_contact .contact_way .addr {
  background-position: 0 -135px;
}
.index_about {
  width: 390px;
}
.index_about img {
  width: 390px;
  height: 140px;
}
.index_about p {
  padding-top: 20px;
  font-size: 14px;
  color: #787878;
  line-height: 1.5;
}
.index_about p a {
  color: #518dcf;
}
/*友情链接*/
.friendlink {
  width: 1200px;
  margin: 30px auto 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0;
  overflow: hidden;
  font-size: 12px;
}
.friendlink .links_hd {
  float: left;
  width: 80px;
  color: #518dcf;
}
.friendlink .links_bd {
  color: #787878;
  overflow: hidden;
}
.friendlink .links_bd a {
  color: #787878;
  padding: 0 10px;
  line-height: 20px;
}
.friendlink .links_bd a:hover {
  color: #518dcf;
}
/*产品页面*/
.product_list {
  width: 100%;
  overflow: hidden;
}
.product_list .item {
  float: left;
  width: 275px;
  margin: 30px 6px 0;
  overflow: hidden;
}
.product_list .item .pic {
  width: 275px;
  height: 200px;
}
.product_list .item .pic img {
  width: 280px;
  height: 208px;
}
.product_list .item .con {
  padding: 20px;
  height: 88px;
  border: 1px solid #f0f0f0;
  background-color: #F5F5F5;
}
.product_list .item .con h3 {
  margin-bottom: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_list .item .con h3 a {
  font-size: 18px;
  color: #383838;
}
.product_list .item .con .look_detail {
  float: left;
  padding: 0 40px 0 20px;
  line-height: 26px;
  color: #518dcf;
  border: 1px solid #c0c0c0;
  background: url(../images/detail.png) no-repeat right 20px center;
}
.product_list .item .con .look_detail:hover {
  border-color: #518dcf;
}
.product_detail {
  padding: 35px 0;
}
.product_detail .product_pic {
  width: 385x;
  height: 298px;
  margin-right: 30px;
  overflow: hidden;
}
.product_detail .product_pic img {
  width: 385px;
  height: 298px;
}
.product_detail .product_pic_r {
  overflow: hidden;
}
.product_detail .product_pic_r h2 {
  margin: 10px 0;
  font-size: 18px;
  color: #518dcf;
}
.product_detail .product_pic_r p {
  line-height: 2;
}
.product_detail .product_pic_r .pro_attr {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px dashed #b2b2b2;
}
.product_detail .product_pic_r .pro_attr li {
  line-height: 35px;
  color: #666;
}
.product_detail .product_pic_r .pro_attr li b {
  color: #518dcf;
}
.product_detail .product_pic_r .reserve_btn {
  margin-top: 15px;
  overflow: hidden;
}
.product_detail .product_pic_r .reserve_btn a {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  float: left;
  background-color: #fd5f56;
}
.product_detail .product_pic_r .reserve_btn a + a {
  margin-left: 20px;
  background-color: #518dcf;
}
.product_infor_hd {
  font-size: 16px;
  color: #333;
  padding: 0 25px;
  line-height: 40px;
  border-left: 6px solid #E9E9E9;
  background-color: #F5F5F5;
}
.product_infor_bd {
  margin: 20px 0 35px;
  overflow: hidden;
}
.sm-product li {
  width: 260px;
}
.sm-product li img {
  width: 260px;
  height: 200px;
}
.reserve_wrap {
  padding: 50px 100px;
}
.reserve_wrap .reserve_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #787878;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.reserve_form {
  width: 600px;
  margin: 0 auto 35px;
  height: auto;
  overflow: hidden;
}
.reserve_form .form-group {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.reserve_form .form-group .control-label {
  width: 80px;
  margin-right: 10px;
  float: left;
  text-align: right;
  line-height: 35px;
  font-size: 16px;
  color: #585858;
}
.reserve_form .form-group .control-label span {
  color: #FF0000;
}
.reserve_form .form-group .form-control {
  float: left;
  width: 398px;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  background-color: #F4F4F4;
  background-color: #FFFFFF;
}
.reserve_form .form-group .form-brizhu {
  height: auto;
}
.reserve_form .form-group .required {
  margin-left: 15px;
  line-height: 45px;
  color: #fd5f56;
}
.reserve_form .form-group .yzm-control {
  width: 258px;
}
.reserve_form .form-group .yzm_pic {
  float: left;
  width: 110px;
  height: 45px;
  margin-left: 10px;
}
.reserve_form .form-group .submint_btn {
  display: inline-block;
  margin-left: 90px;
  vertical-align: middle;
  height: 45px;
  width: 420px;
  border-radius: 3px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #fd5f56;
  cursor: pointer;
}
.reserve_form .tip {
  padding-left: 90px;
  font-size: 12px;
  overflow: hidden;
}
.reserve_form .tip-false {
  color: #FC3526;
}
/*新闻页面*/
.news_list {
  width: 100%;
  margin-top: 40px;
}
.news_list li {
  height: 185px;
  padding: 0 0 0 60px;
  overflow: hidden;
  background: url(../images/listbg.png) no-repeat left top;
}
.news_list li .news_content h3 {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list li .news_content h3 a {
  font-size: 18px;
  color: #383838;
}
.news_list li .news_content p {
  line-height: 30px;
  height: 60px;
  color: #787878;
  margin: 15px 0 20px;
  overflow: hidden;
}
.news_list li .news_content .data a {
  float: left;
  color: #fd5f56;
}
.news_list li .news_content .data span {
  float: right;
  color: #787878;
}
.article {
  margin: 20px 0;
}
.article .article_hd {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #C2C2C2;
}
.article .article_hd h2 {
  font-size: 18px;
  font-weight: 400;
  color: #518dcf;
  line-height: 30px;
  margin-bottom: 10px;
}
.article .article_hd h6 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.article .article_hd h6 span + span {
  margin-left: 10px;
}
.article .article_bd {
  margin-top: 20px;
}
.article .article_bd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.article .article_ft {
  border-top: 1px dashed #c7c7c7;
  border-bottom: 1px dashed #c7c7c7;
  padding: 10px 30px;
  overflow: hidden;
}
.article .article_ft .pagination2 {
  float: left;
  width: 500px;
  overflow: hidden;
}
.article .article_ft .pagination2 > div {
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article .article_ft .pagination2 > div a {
  color: #161616;
}
.article .article_ft .pagination2 > div a:hover {
  color: #518dcf;
}
.article .article_ft .back_list {
  margin-top: 15px;
  width: 108px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #FFFFFF;
  background-color: #518dcf;
}
/*企业招聘*/
.recruit .job {
  margin-top: 20px;
}
.recruit .recruit_name {
  font-size: 16px;
  color: #518dcf;
  line-height: 40px;
  padding-left: 10px;
  border-left: 10px solid #E9E9E9;
  background-color: #f3f3f3;
}
.recruit .recruit_con_sec {
  margin: 20px 0;
  overflow: hidden;
}
.recruit .recruit_con_sec .sec_tit {
  color: #161616;
  padding-bottom: 10px;
}
.recruit .recruit_con_sec .sec_con {
  overflow: hidden;
  padding-left: 15px;
  line-height: 24px;
  color: #585858;
}
.recruit .recruit_con_sec .sec_con li {
  float: left;
  width: 50%;
  padding-bottom: 5px;
  color: #585858;
  overflow: hidden;
}
.recruit .recruit_con_sec .sec_con li.long {
  float: none;
  width: 100%;
}
/*联系我们*/
.contact {
  padding: 30px;
}
.contact .map {
  margin-top: 30px;
  height: 278px;
  border: 1px solid #CCCCCC;
}
.contact .map img {
  width: 100%;
  height: 100%;
}
.contact .contact_way {
  width: 100%;
  overflow: hidden;
}
.contact .contact_way .company_pic {
  float: left;
  width: 200px;
  height: 240px;
  margin-right: 35px;
  overflow: hidden;
}
.contact .contact_way .company_pic img {
  width: 200px;
  height: 240px;
}
.contact .contact_way dl {
  overflow: hidden;
}
.contact .contact_way dl dt {
  display: inline-block;
  font-size: 18px;
  color: #518dcf;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.contact .contact_way dl dd {
  line-height: 30px;
  padding-bottom: 10px;
}
.contact .contact_way dl dd b {
  font-size: 24px;
  color: #fd5f56;
  font-weight: 400;
  font-family: "century gothic";
}
/*资质荣誉列表 add20160525*/
.honor_list li {
  float: left;
  margin: 0 15px 15px;
  width: 260px;
  overflow: hidden;
}
.honor_list li img {
  display: block;
  padding: 10px;
  width: 238px;
  height: 168px;
  border: 1px solid #CCCCCC;
}
.honor_list li span {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=style.css.map */
