img {
  vertical-align: middle;
}
#article_list {
  width: 850px;
  background: white;
  float: left;
  margin-bottom: 20px;
  padding: 20px 35px;
}
#article_list #cat_name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
#article_list li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#article_list li .article_img {
  float: left;
  margin-right: 30px;
}
#article_list li .article_img img {
  width: 150px;
  height: 100px;
}
#article_list li .article_title,
#article_list li .article_content,
#article_list li .article_date {
  width: 670px;
  float: left;
}
#article_list li .article_title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
}
#article_list li .article_content {
  line-height: 25px;
  height: 52px;
  color: #777777;
}
#article_list li .article_date {
  height: 20px;
  line-height: 20px;
  color: #777777;
}
#article_right {
  float: right;
}
#detail_left {
  width: 858px;
  float: left;
}
#detail_left #detail {
  background: white;
  padding: 45px 35px 0;
  /*min-height:900px;*/
}
#detail_left #detail #detail_article_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
#detail_left #detail #detail_article_info {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  border-bottom: 1px dashed #cdcdcd;
  color: #999;
  margin: 32px auto 45px auto;
  text-align: center;
  padding-bottom: 15px;
}
#detail_left #detail #detail_article_info span {
  vertical-align: bottom;
  max-width: 385px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 13px;
}
#detail_left #detail p {
  font-size: 15px;
  color: #666;
}
#detail_left #detail p img {
  max-width: 788px;
}
#detail_left .e_cont {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#detail_left .e_cont div {
  line-height: 26px;
  color: #777;
  text-indent: 1em;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
#detail_left .e_cont p {
  line-height: 26px;
  margin: 5px 20px 0;
  color: #777;
  text-indent: 1em;
}
#detail_left #others {
  padding: 0px 40px 20px 18px;
  margin-top: 70px;
  font-size: 14px;
  color: #666;
}
#detail_left #others p {
  line-height: 30px;
}
#detail_left #relate {
  padding: 15px 20px;
  background: white;
  margin-bottom: 30px;
}
#detail_left #relate p {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
#detail_left #relate p img {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  margin-right: 7px;
}
#detail_left #relate ul {
  margin-top: 10px;
}
#detail_left #relate ul li {
  width: 50%;
  float: left;
  height: 40px;
}
#detail_left #relate ul li .pointer {
  line-height: 40px;
  font-size: 30px;
  padding-right: 6px;
  float: left;
  color: #CE0000;
}
#detail_left #relate ul li .relate_title {
  float: left;
  height: 40px;
  line-height: 40px;
}
#detail_right {
  width: 242px;
  float: right;
}
#detail_right #lastest_articles {
  border: 1px solid #ccc;
  background: white;
  padding: 20px;
  margin-bottom: 40px;
}
#detail_right #lastest_articles p {
  color: #F79100;
  font-size: 18px;
  margin-bottom: 16px;
}
#detail_right #lastest_articles ul a {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  overflow: hidden;
}
#detail_right #lastest_articles ul a:first-child {
  height: auto;
}
#detail_right #lastest_articles ul a li {
  white-space: nowrap;
  line-height: 30px;
  color: #888;
}
#detail_right #lastest_articles ul a li #first_article {
  width: 200px;
  background: white;
  position: relative;
  margin-bottom: 5px;
}
#detail_right #lastest_articles ul a li #first_article img {
  width: 200px;
  height: 134px;
}
#detail_right #lastest_articles ul a li #first_article #first_article_title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 200px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: white;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: black;
}
#detail_right #lastest_articles ul a li span {
  color: #F79100;
}
.tm_right {
  width: 315px;
  float: right;
}
.tm_right .r_contact_me {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  width: 100%;
}
.tm_right .r_contact_me .tit {
  font-size: 14px;
  color: #262626;
  text-align: center;
  margin-top: 19px;
}
.tm_right .r_contact_me .tit span {
  font-weight: bold;
  font-size: 15px;
}
.tm_right .r_contact_me .hotline {
  font-size: 20px;
  text-align: center;
  color: #d6201f;
  margin-top: 13px;
  font-weight: bold;
}
.tm_right .r_contact_me .line {
  width: 227px;
  height: 14px;
  line-height: 14px;
  position: relative;
  margin: 10px auto 0;
  text-align: center;
  color: #e5e5e5;
}
.tm_right .r_contact_me .line .l1 {
  height: 1px;
  width: 86px;
  background-color: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
}
.tm_right .r_contact_me .line .l3 {
  height: 1px;
  width: 86px;
  background-color: #e5e5e5;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 0;
}
.tm_right .r_contact_me #tm_right_phone {
  width: 225px;
  height: 38px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fafafa;
  text-align: center;
  color: #6d6a6a;
  margin: 10px auto 0;
  display: block;
}
.tm_right .r_contact_me #tm_do_left_phone {
  width: 225px;
  height: 38px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  line-height: 38px;
  background-color: #00933e;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin: 10px auto 12px;
}
.tm_right .r_hot_tags {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}
.tm_right .r_hot_tags .title {
  width: 280px;
  margin: 6px auto 0;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.tm_right .r_hot_tags .title .kuai {
  position: absolute;
  width: 5px;
  height: 18px;
  background-color: #d6201f;
  left: 0;
  top: 10px;
}
.tm_right .r_hot_tags .title span {
  color: #000033;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
.tm_right .r_hot_tags ul {
  width: 290px;
  margin: 0 auto 2px;
  display: block;
  padding-bottom: 3px;
}
.tm_right .r_hot_tags ul li {
  float: left;
  padding: 12px 15px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #e5e5e5;
  margin: 0 5px 12px;
}
.tm_right .r_hot_tags ul li a {
  color: #606060;
}
.tm_right .r_hot_tags ul li:hover {
  background-color: #d6201f;
}
.tm_right .r_hot_tags ul li:hover a {
  color: #fff;
  font-weight: bold;
}
.tm_right .recom_articles {
  border: 1px solid #e5e5e5;
  margin-top: 12px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 388px;
  width: 100%;
  background-color: #fff;
  display: block;
}
.tm_right .recom_articles .titles {
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 280px;
  margin: 8px auto 0;
}
.tm_right .recom_articles .titles .kuai {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 18px;
  background-color: #d6201f;
}
.tm_right .recom_articles .titles span {
  margin-left: 10px;
  margin-right: 5px;
  color: #adadad;
  cursor: pointer;
  font-size: 16px;
}
.tm_right .recom_articles .titles span.active {
  font-weight: bold;
  color: #333;
}
.tm_right .recom_articles .articles {
  width: 280px;
  margin: 0 auto;
}
.tm_right .recom_articles .articles ul {
  display: none;
}
.tm_right .recom_articles .articles ul.active {
  display: block;
}
.tm_right .recom_articles .articles ul li.item_list {
  height: 46px;
  border-bottom: 1px dashed #e5e5e5;
}
.tm_right .recom_articles .articles ul li.item_list .p_title {
  margin-top: 8px;
  color: #666;
  line-height: 26px;
  font-weight: bold;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tm_right .recom_articles .articles ul li.item_list .p_time {
  text-align: right;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
}
.tm_right .recom_articles .articles ul li.item_list .p_time img {
  vertical-align: middle;
  width: 12px;
}
.tm_right .recom_articles .articles ul li.item_first {
  width: 100%;
  height: 160px;
  position: relative;
}
.tm_right .recom_articles .articles ul li.item_first img {
  width: 280px;
  height: 160px;
}
.tm_right .recom_articles .articles ul li.item_first div {
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  line-height: 16px;
  overflow: hidden;
  display: table;
}
.tm_right .recom_articles .articles ul li.item_first div p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px;
  font-weight: bold;
  color: #000;
}
.tm_right .recom_articles .articles ul li:last-child {
  border-bottom: none;
}
.cat_div {
  width: 550px;
  height: 260px;
  float: left;
  margin-right: 20px;
  background: white;
  margin-top: 30px;
  padding: 30px 20px;
}
.cat_div .cat_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.cat_div .cat_title p {
  float: left;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.cat_div .cat_title a {
  float: right;
  color: #888;
}
.cat_div .cat_news_with_img_content ul li {
  width: 550px;
  height: 100px;
}
.cat_div .cat_news_with_img_content ul li .cat_news_img_left {
  float: left;
  width: 130px;
  height: 80px;
  margin-right: 20px;
}
.cat_div .cat_news_with_img_content ul li .cat_news_img_left img {
  width: 130px;
  height: 80px;
}
.cat_div .cat_news_with_img_content ul li .cat_news_content_right {
  float: left;
}
.cat_div .cat_news_with_img_content ul li .cat_news_content_right p:first-child {
  margin-bottom: 10px;
  width: 400px;
}
.cat_div .cat_news_with_img_content ul li .cat_news_content_right p:first-child .news_date {
  float: right;
  color: #888;
}
.cat_div .cat_news_with_img_content ul li .cat_news_content_right p:last-child {
  color: #888;
  width: 400px;
}
.cat_div .cat_news_left {
  float: left;
  width: 140px;
  height: 185px;
  margin-right: 20px;
}
.cat_div .cat_news_left img {
  width: 140px;
  height: 185px;
}
.cat_div .cat_news_right {
  float: left;
  width: 370px;
}
.cat_div .cat_news_right ul.news_only_title li {
  margin-top: 10px;
  height: 20px;
  margin-bottom: 10px;
}
.cat_div .cat_news_right ul.news_only_title li .news_title {
  float: left;
}
.cat_div .cat_news_right ul.news_only_title li .news_date {
  float: right;
  color: #888;
}
.cat_div .cat_news_right ul.news_only_title li .news_content {
  color: #888;
}
.cat_div2 {
  width: 550px;
  height: 460px;
  float: left;
  margin-right: 20px;
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.cat_div2 .cat_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.cat_div2 .cat_title p {
  float: left;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.cat_div2 .cat_title a {
  float: right;
  color: #888;
}
.cat_div2 .cat_news_with_img_content ul li {
  width: 550px;
  height: 100px;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_img_left {
  float: left;
  width: 130px;
  height: 80px;
  margin-right: 20px;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_img_left img {
  width: 130px;
  height: 80px;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_content_right {
  float: left;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_content_right p:first-child {
  margin-bottom: 10px;
  width: 400px;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_content_right p:first-child .news_date {
  float: right;
  color: #888;
}
.cat_div2 .cat_news_with_img_content ul li .cat_news_content_right p:last-child {
  color: #888;
  width: 400px;
}
.cat_div2 ul.news_only_title li {
  margin-top: 10px;
  height: 20px;
  margin-bottom: 10px;
}
.cat_div2 ul.news_only_title li .news_title {
  float: left;
}
.cat_div2 ul.news_only_title li .news_date {
  float: right;
  color: #888;
}
.cat_div2 ul.news_only_title li .news_content {
  color: #888;
}
.cat_div2 ul.employee_news li {
  height: 55px;
  border-bottom: 1px solid #eee;
}
#guide_side_menu {
  /*display: none;//显示左侧导航栏 del by zhj 20190523*/
  width: 188px;
  border: 1px solid #eee;
  float: left;
  background: white;
  margin-right: 40px;
  padding: 25px 20px;
  margin-bottom: 30px;
}
#guide_side_menu .guide_part .part_title {
  background: #F9F9F9;
  line-height: 40px;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 6px;
  cursor: pointer;
}
#guide_side_menu .guide_part .part_title img {
  width: 10px;
  height: 6px;
  margin-top: 16px;
  float: right;
}
#guide_side_menu .guide_part .part_title img.hide_img {
  display: none;
}
#guide_side_menu .guide_part ul li {
  padding: 6px 40px;
}
#guide_side_menu .guide_part ul li.active {
  color: #CE0000;
}
/* 商标新闻 */
.d_news {
  height: 244px;
  widht: 100%;
  margin-bottom: 30px;
}
.d_news .d_news_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  color: #2a2a2a;
  text-indent: 20px;
}
.d_news .d_news_list {
  width: 100%;
  height: 203px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fff;
}
.d_news .d_news_list ul {
  float: left;
  width: 397px;
  height: 165px;
  border-left: 1px solid #eee;
  margin-top: 20px;
}
.d_news .d_news_list ul li {
  margin-left: 55px;
  margin-right: 30px;
}
.d_news .d_news_list ul li .a_title {
  height: 38px;
  line-height: 38px;
  width: 100%;
  overflow: hidden;
  color: #343434;
}
.d_news .d_news_list ul li p {
  line-height: 24px;
  font-size: 12px;
}
.d_news .d_news_list ul li p a {
  color: #ababab;
}
.d_news .d_news_list ul:first-child {
  border: none;
}
.d_news .d_news_list ul:first-child li {
  margin-left: 20px;
}
.lp_bottom {
  height: 155px;
  width: 100%;
  background-color: #ededef;
  padding-top: 30px;
}
.lp_bottom p {
  font-size: 24px;
  color: #c21919;
  text-align: center;
}
.lp_bottom p .strong {
  font-size: 28px;
  font-weight: bold;
}
.lp_bottom .phone_cont {
  height: 60px;
  width: 600px;
  margin: 15px auto 0;
  -webkit-border-radius: 60px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 60px;
  -moz-background-clip: padding;
  border-radius: 60px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #fff;
}
.lp_bottom .phone_cont #trademark_phone {
  height: 60px;
  width: 456px;
  background-color: #fff;
  float: left;
  text-indent: 50px;
  color: #666;
  border: none;
  font-size: 14px;
}
.lp_bottom .phone_cont #do_trademark_phone {
  width: 144px;
  height: 60px;
  float: right;
  background-color: #c21919;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
