* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Microsoft YaHei", "宋体", "\5b8b\4f53";
  font-size: 14px;
}
/*公共类S*/
.clear {
  clear: both;
}
.divH2 {
  height: 2px;
  clear: both;
}
.divH3 {
  height: 3px;
  clear: both;
}
.divH5 {
  height: 5px;
  clear: both;
}
.divH10 {
  height: 10px;
  clear: both;
}
.divH15 {
  height: 15px;
  clear: both;
}
.divH20 {
  height: 20px;
  clear: both;
}
.divH30 {
  height: 30px;
  clear: both;
}
.divH40 {
  height: 40px;
  clear: both;
}
.divH60 {
  height: 60px;
  clear: both;
}
a {
  text-decoration: none !important;
  color: #343434;
}
a:hover {
  text-decoration: none !important;
  color: #FF0000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
li,
ol,
span,
em,
p {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/*无缝小图片轮播样式开始*/
.picMarquee {
  display: none;
  overflow: hidden;
  position: relative;
  height: 185px;
}
.picMarquee .next {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -40px;
  background: url("../images/xadl_right.png") no-repeat;
  cursor: pointer;
  z-index: 20;
}
.picMarquee .prev {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  left: 0px;
  top: 50%;
  margin-top: -40px;
  background: url("../images/xadl_left.png") no-repeat;
  cursor: pointer;
  z-index: 20;
}
.picMarquee .bd {
  padding: 2px 27.5px 2px 27.5px;
}
.picMarquee .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picMarquee .bd ul li:hover .title a {
  background-color: #9a0000;
  color: #fff;
}
.picMarquee .bd ul li .pic {
  text-align: center;
}
.picMarquee .bd ul li .pic img {
  display: block;
  width: auto;
  height: 130px;
  width: 179px;
}
.picMarquee .bd ul li .title {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 1px;
}
.picMarquee .bd ul li .title a {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*无缝小图片轮播样式结束*/
/*首页头部样式 开始*/
.header {
  display: block;
  width: 100%;
  height: 110px;
  border-top: 8px solid #9a0000;
  border-bottom: 1px solid #eeeeee;
}
.header .header_content {
  display: block;
  width: 1000px;
  min-width: 1000px;
  height: 110px;
  margin: 0 auto;
}
.header .header_content img {
  display: block;
  margin-top: 15px;
  float: left;
}
.header .header_content .xadl_menu {
  display: block;
  width: 600px;
  height: 40px;
  margin-top: 38px;
}
.header .header_content .xadl_menu ul {
  display: block;
  width: 600px;
}
.header .header_content .xadl_menu ul li {
  display: block;
  width: 16.66666667%;
  float: left;
}
.header .header_content .xadl_menu ul li.on a {
  background-color: #9a0000;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}
.header .header_content .xadl_menu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
}
.header .header_content .xadl_menu ul li a:hover {
  background-color: #9a0000;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}
/*首页头部样式 结束*/
/*底部样式 开始*/
.footer {
  display: block;
  width: 100%;
  height: 57px;
  background-color: #9a0000;
}
.footer .copyright {
  display: block;
  width: 1000px;
  min-width: 1000px;
  height: 57px;
  margin: 0 auto;
}
.footer .copyright .copyright_l,
.footer .copyright .copyright_r {
  display: block;
  width: 500px;
  float: left;
  color: #fff;
  height: 57px;
  line-height: 57px;
  font-size: 12px;
}
.footer .copyright .copyright_r {
  text-align: right;
}
.footer .copyright .copyright_r a {
  color: #fff;
}
.footer .copyright .copyright_r a:hover {
  color: #f4c92d;
}
/*底部样式 结束*/
/*首页内容样式 开始*/
.index_main {
  /*横幅图片 开始*/
  /*横幅图片 结束*/
  /*产品展示区*/
  /*公司简介、荣誉资质、联系我们*/
}
.index_main .i_banner {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 484px;
}
.index_main .i_banner .bannerpic {
  height: 484px;
  min-width: 1000px;
  background: url("../images/xadl_banner.jpg") no-repeat center center;
  position: absolute;
  width: 100%;
}
.index_main .i_banner .bannerpic2 {
  height: 484px;
  min-width: 1000px;
  background: url("../images/xadl_banner1.jpg") no-repeat center center;
  position: absolute;
  width: 100%;
}
.index_main .i_banner .xslidePos {
  position: absolute;
  height: 20px;
  margin: 0px;
  padding: 0px;
  bottom: 8px;
  left: 50%;
}
.index_main .i_banner .xslideList {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
}
.index_main .i_banner .xslideList li {
  float: left;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 5px;
  color: #fff;
  border: 2px solid #fff;
  background: none;
}
.index_main .i_banner .xslideList li.on {
  background: #1369BF;
  color: #1369BF;
  background: none;
  border: 2px solid #ff0000;
}
.index_main .i_pro_show {
  display: block;
  width: 100%;
  height: 320px;
  min-width: 1000px;
  background-color: #f6f6f6;
}
.index_main .i_pro_show .i_show_base {
  display: block;
  width: 1000px;
  height: 320px;
  margin: 0 auto;
}
.index_main .i_pro_show .i_show_base .pro_tab {
  display: block;
  float: left;
  width: 100%;
  height: 45px;
  margin-top: 35px;
}
.index_main .i_pro_show .i_show_base .pro_tab ul li {
  float: left;
  display: block;
  width: 33.33333333%;
  height: 45px;
}
.index_main .i_pro_show .i_show_base .pro_tab ul li.check a {
  color: #fff;
  background-color: #9a0000;
}
.index_main .i_pro_show .i_show_base .pro_tab ul li a {
  display: block;
  width: 80%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  background-color: #d3d4d7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}
.index_main .i_pro_show .i_show_base .pro_tab ul li a:hover {
  color: #fff;
  background-color: #9a0000;
}
.index_main .i_pro_show .i_show_base .pro_show {
  display: block;
  margin-top: 32px;
  width: 100%;
  height: 188px;
  float: left;
}
.index_main .i_web_info {
  display: block;
  width: 100%;
  min-height: 200px;
  min-width: 1000px;
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}
.index_main .i_web_info .i_web_info_base {
  display: block;
  width: 1000px;
  min-width: 1000px;
  min-height: 200px;
  margin: 0 auto;
}
.index_main .i_web_info .i_web_info_base > div {
  display: block;
  width: 33.33333333%;
}
.index_main .i_web_info .i_web_info_base .i_gsjj {
  float: left;
  height: 320px;
}
.index_main .i_web_info .i_web_info_base .i_gsjj .i_gsjj_title {
  display: block;
  width: 100%;
  height: 45px;
  background: url("../images/xadl_title_gsjj.png") no-repeat 0 center;
  line-height: 45px;
  text-indent: 3em;
  font-size: 20px;
}
.index_main .i_web_info .i_web_info_base .i_gsjj .i_gsjj_con {
  display: block;
  width: 255px;
  margin: 10px 0 0 54px;
}
.index_main .i_web_info .i_web_info_base .i_gsjj .i_gsjj_con img {
  display: block;
  float: left;
  padding-right: 5px;
}
.index_main .i_web_info .i_web_info_base .i_gsjj .i_gsjj_con p {
  font-size: 14px;
  text-indent: 2em;
  line-height: 24px;
}
.index_main .i_web_info .i_web_info_base .i_gsjj .i_gsjj_con > a {
  display: block;
  width: 100px;
  padding: 20px 0 10px 0;
  color: #9a0000;
}
.index_main .i_web_info .i_web_info_base .i_ryzz {
  float: left;
  height: 320px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_title {
  display: block;
  width: 100%;
  height: 45px;
  background: url("../images/xadl_title_ryzz.png") no-repeat 0 center;
  line-height: 45px;
  text-indent: 3em;
  font-size: 20px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con {
  display: block;
  width: 255px;
  margin: 10px 0 0 54px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li {
  display: block;
  width: 255px;
  height: 65px;
  margin-top: 10px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li a {
  display: block;
  width: 255px;
  height: 65px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li a img {
  float: left;
  padding-right: 5px;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li a h4 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li a p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con ul li a:hover {
  color: #333;
}
.index_main .i_web_info .i_web_info_base .i_ryzz .i_ryzz_con > a {
  display: block;
  width: 100px;
  color: #9a0000;
  padding: 20px 0 10px 0;
}
.index_main .i_web_info .i_web_info_base .i_lxwm {
  float: right;
  height: 320px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_title {
  display: block;
  width: 100%;
  height: 45px;
  background: url("../images/xadl_title_lxwm.png") no-repeat 0 center;
  line-height: 45px;
  text-indent: 3em;
  font-size: 20px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con {
  display: block;
  width: 255px;
  margin: 10px 0 0 54px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_lxwm_tel img {
  display: block;
  float: left;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_lxwm_tel p {
  display: block;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  background: url("../images/xadl_rxdh_icon.png") no-repeat 166px center;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_lxwm_tel span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_address {
  display: block;
  line-height: 18px;
  text-indent: 1.5em;
  background: url("../images/xadl_address_icon.png") no-repeat 3px 0;
  margin-top: 12px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_phone {
  display: block;
  line-height: 18px;
  text-indent: 1.5em;
  background: url("../images/xadl_phone_icon.png") no-repeat 3px 0;
  margin-top: 12px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_fax {
  display: block;
  line-height: 18px;
  text-indent: 1.5em;
  background: url("../images/xadl_fax_icon.png") no-repeat 0 0;
  margin-top: 12px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con .i_email {
  display: block;
  line-height: 18px;
  text-indent: 1.5em;
  background: url("../images/xadl_mail_icon.png") no-repeat 0 3px;
  margin-top: 11px;
}
.index_main .i_web_info .i_web_info_base .i_lxwm .i_lxwm_con > a {
  display: block;
  width: 100px;
  padding: 20px 0 10px 0;
  color: #9a0000;
}
/*首页内容样式 结束*/
/*************************************内页综合样式 开始*************************************/
.ny_main {
  display: block;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
/*内页banner 开始*/
.ny_banner img {
  width: 100%;
  display: block;
}
/*内页banner 结束*/
/*当前位置 开始*/
.ny_position {
  display: block;
  width: 1000px;
  height: 40px;
  border-bottom: 1px solid #d1d1d1;
}
.ny_position .ny_position_con {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.ny_position .ny_position_con a {
  line-height: 40px;
  font-size: 16px;
}
.ny_position .ny_position_con a:hover {
  color: #9a0000;
}
/*当前位置 结束*/
/*内页主框架(包含左侧和右侧) 开始*/
.ny_detail {
  display: block;
  width: 100%;
  min-width: 1000px;
}
/*内页主框架(包含左侧和右侧) 结束*/
/*左侧导航 开始*/
.detail_L {
  display: block;
  float: left;
  width: 275px;
}
.detail_L .lm_name {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #9a0000;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  text-indent: 0.5em;
}
.detail_L .lm_name span {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background: url("../images/xadl_lm_cpzt_icon.png") no-repeat 0 0;
  margin: 5px 0 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail_L .lm_show {
  display: block;
  width: 273px;
  border: 1px solid #d1d1d1;
  border-top: none;
}
.detail_L .lm_show .ponit > a {
  background: url("/images/xadl_left_d_icon.png") no-repeat 10px center !important;
  color: #9a0000;
}
.detail_L .lm_show .ponit > ul {
  display: block;
}
.detail_L .lm_show > ul > li {
  display: block;
  float: left;
  width: 100%;
  min-height: 40px;
}
.detail_L .lm_show > ul > li.on > a {
  background: url("/images/xadl_left_r_red_icon.png") no-repeat 10px center !important;
  color: #9a0000;
}
.detail_L .lm_show > ul > li > a {
  display: block;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: url("/images/xadl_left_r_icon.png") no-repeat 10px center;
  text-indent: 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail_L .lm_show > ul > li > a:hover {
  background: url("/images/xadl_left_r_red_icon.png") no-repeat 10px center;
  color: #9a0000;
}
.detail_L .lm_show > ul > li > ul {
  display: none;
}
.detail_L .lm_show > ul > li > ul > li {
  float: left;
  width: 100%;
  height: 35px;
}
.detail_L .lm_show > ul > li > ul > li.on > a {
  background: url("../images/xadl_point_red.png") no-repeat 55px center;
  color: #9a0000;
}
.detail_L .lm_show > ul > li > ul > li > a {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-indent: 5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url("../images/xadl_point_black.png") no-repeat 55px center;
}
.detail_L .lm_show > ul > li > ul > li > a:hover {
  background: url("../images/xadl_point_red.png") no-repeat 55px center;
  color: #9a0000;
}
/*左侧导航 结束*/
/*右侧内容 开始*/
.detail_R {
  display: block;
  float: right;
  width: 710px;
  /*右侧主标题*/
}
.detail_R .main_r_title {
  display: block;
  width: 100%;
  height: 45px;
  background-color: #9a0000;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  text-indent: 0.5em;
}
/*右侧内容 结束*/
/*图文列表 开始*/
.pic_txt_list {
  display: block;
  width: 708px;
  min-height: 50px;
  border: 1px solid #d1d1d1;
  border-top: none;
}
.pic_txt_list > ul {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.pic_txt_list > ul > li {
  display: block;
  float: left;
  width: 100%;
  min-height: 60px;
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
}
.pic_txt_list > ul > li .p_base {
  display: block;
}
.pic_txt_list > ul > li .p_base:hover span {
  color: #9a0000;
}
.pic_txt_list > ul > li .pt_l {
  display: block;
  width: 148px;
  height: 139px;
}
.pic_txt_list > ul > li .pt_l img {
  display: block;
  width: 100%;
  height: 109px;
}
.pic_txt_list > ul > li .pt_l span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic_txt_list > ul > li .pt_r {
  position: relative;
  display: block;
  width: 500px;
  height: 139px;
}
.pic_txt_list > ul > li .pt_r p {
  display: block;
  width: 100%;
  line-height: 33px;
  font-size: 16px;
}
.pic_txt_list > ul > li .pt_r a {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.pic_txt_list > ul > li .pt_r a:hover {
  color: #9a0000;
}
/*图文列表 结束*/
/*标题列表 开始*/
.txt_main {
  display: block;
  width: 708px;
  min-height: 50px;
  border: 1px solid #d1d1d1;
  border-top: none;
}
.txt_main > ul {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.txt_main > ul > li {
  display: block;
  float: left;
  width: 100%;
  min-height: 50px;
  border-bottom: 1px dashed #d1d1d1;
}
.txt_main > ul > li a {
  display: block;
  float: left;
  width: 75%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  text-indent: 15px;
  background: url("../images/xadl_point_black.png") no-repeat 5px center;
}
.txt_main > ul > li span {
  display: block;
  float: right;
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 16px;
}
/*标题列表 结束*/
/*详细页样式 开始*/
.content_main {
  display: block;
  width: 708px;
  min-height: 50px;
  border: 1px solid #d1d1d1;
  border-top: none;
}
.content_main .contentRight {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.content_main .contentRight .h1title {
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  padding-bottom: 8px;
}
.content_main .contentRight .nrinfo {
  font-size: 12px;
  color: #333;
}
.content_main .contentRight .nrinfo a {
  font-size: 12px;
  color: #333;
}
.content_main .contentRight .nrinfo a:hover {
  font-size: 12px;
  color: #ff0000;
}
.content_main .contentRight .nrinfo td {
  padding: 10px 0px;
}
.content_main .contentRight #tdcontents {
  line-height: 160%;
  font-size: 14px;
  color: #333;
}
.content_main .NextUp {
  width: 96%;
  color: #999999;
  font-size: 14px;
  margin: 10px auto;
}
.content_main .NextUp p {
  padding: 5px 0px;
  margin: 0px;
}
.content_main .NextUp a {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.content_main .NextUp a:hover {
  color: #ff0000;
}
/*详细页样式 结束*/
/*翻页样式 开始*/
.paginator {
  font: 13px Arial, Helvetica, sans-serif;
  color: #333;
  margin: 0px;
  text-align: center;
  padding: 10px 0 20px 0;
}
.paginator a {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginator .cpb {
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
  padding: 5px 8px;
  color: #ffffff;
  background-color: #9a0000;
  border-radius: 3px;
}
.paginator a:hover {
  color: #9a0000;
  text-decoration: underline;
}
.paginator .active {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #9a0000;
  border: 1px solid #9a0000;
  color: #fff;
}
/*翻页样式 结束*/
/*************************************内页综合样式 结束****************************/
