@charset "UTF-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, p, div, a, img,
ul, ol, li,
fieldset, button, input, textarea,
table, tr, th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  line-height: 1;
  font-size: 12px;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
}

/*获取焦点时，取消outline*/
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}

/*让所有的h标签和表单元素统一大小*/
h1, h2, h3, h4, h5, h6, button, input, select, textarea {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 100%;
}

fieldset, img {
  border: none;
}

/*********************************
			public class
*********************************/
/*两端对齐*/
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}

.justify:after {
  content: " ";
  height: 0;
  width: 100%;
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
}

/*清除浮动*/
.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

/*布局，定位*/
.db {
  display: block;
}

.di {
  display: inline;
}

.dn {
  display: none;
}

.d_ib {
  display: inline-block;
  vertical-align: top;
}

.d_ib_m {
  display: inline-block;
  vertical-align: middle;
}

/* position */
.pos_r {
  position: relative;
}

.pos_a {
  position: absolute;
}

.pos_center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*text-align*/
.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

/*float*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

/*margin*/
.mar_center {
  margin-left: auto;
  margin-right: auto;
}

/*other*/
.cur_po {
  cursor: pointer;
}

/* vertical */
.va_b {
  vertical-align: baseline;
}

.va_t {
  vertical-align: top;
}

.va_m {
  vertical-align: middle;
}

.fw_b {
  font-weight: bold;
}

/* 单行文字溢出隐藏 */
.txt_hide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fs0 {
  font-size: 0;
}

/* 盒子border-box */
.box_border {
  box-sizing: border-box;
}

.fm {
  font-family: Arial;
}

.split {
  background: url(../images/icon/split.png) no-repeat;
}

.split_aside_circle {
  height: 9px;
  width: 9px;
  background-position: 0 0;
}

.split_news_icon {
  height: 9px;
  width: 9px;
  background-position: -2px -12px;
}

.split_aside_reduce {
  height: 1px;
  width: 13px;
  background-position: 0 -24px;
}

.split_aside_add {
  height: 13px;
  width: 13px;
  background-position: 0 -31px;
}

.split_search {
  height: 17px;
  width: 17px;
  background-position: 0 -48px;
}

/* 内页 */
/* page product .... */
/*subMain*/
.page_wrap {
  padding: 25px 0 60px;
}

/* 内页公共头 */
/* 面包屑 */
.positionText {
  font-size: 12px;
  color: #747474;
}
.positionText a {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.positionText span {
  display: inline-block;
  vertical-align: middle;
}

.sub_back {
  padding-right: 25px;
}
.sub_back a {
  font-size: 18px;
  color: #7f7f7f;
}
.sub_back:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

/* 左边 */
.sub_left {
  width: 172px;
  color: white;
}
.sub_left .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #038dc9;
  text-align: center;
  color: white;
}
.sub_left .title h2 {
  padding-bottom: 15px;
}
.sub_left .title h1 {
  font-size: 24px;
  padding: 14px 0 4px;
}
.sub_left_center {
  margin: 15px 0;
  background: #FFF;
  padding: 0 0 18px;
  box-sizing: border-box;
  border: solid 1px #e7e7e7;
  overflow: hidden;
}
.sub_left_center img {
  margin: 7px auto;
}

.aside {
  width: 172px;
  box-sizing: border-box;
}

.aside_ul {
  box-sizing: border-box;
  margin: 15px 0 10px;
}
.aside_ul > li {
  margin-bottom: 5px;
}
.aside_ul > li:hover > a:after, .aside_ul > li .jd:after {
  background-image: url(../images/icon/aside_icon_active.png);
  width: 7px;
  height: 6px;
}
.aside_ul > li:hover ul, .aside_ul > li .jd ~ ul {
  height: auto;
}
.aside_ul > li > a {
  font-size: 14px;
  color: white;
  font-weight: bold;
  padding: 8px 0 8px 60px;
  width: 100%;
  box-sizing: border-box;
  background: #3da8d7;
}
.aside_ul > li > a:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 10px;
  background: url(../images/icon/aside_icon.png) no-repeat;
  width: 6px;
  height: 7px;
}
.aside_ul ul {
  height: 0;
  overflow: hidden;
  color: #737373;
  font-size: 12px;
}
.aside_ul ul a {
  padding: 8px 0 8px 60px;
}
.aside_ul ul a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 10px;
  background: url(../images/icon/aside_icon2.png);
  width: 6px;
  height: 7px;
}
.aside_ul a {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.page_contact {
  background: #f6f6f6;
  padding: 0 0 27px;
  border: solid 1px #e7e7e7;
}
.page_contact .txt {
  padding: 13px 0 0 3px;
}
.page_contact p {
  font-size: 14px;
  line-height: 20px;
  color: black;
}

/* 左边完 */
/* 右边 */
.sub_right {
  width: 793px;
  box-sizing: border-box;
}

.page_title {
  padding: 23px 0 35px;
}
.page_title p {
  font-size: 24px;
  color: #038dc9;
  font-weight: bold;
  padding-left: 8px;
}

/* 内容区 */
/* 产品列表 */
.pro_index ul {
  overflow: hidden;
  text-align: center;
  color: #4d4d4d;
  width: 850px;
}
.pro_index li {
  width: 235px;
  float: left;
  margin-right: 42px;
}
.pro_index .imgBox {
  width: 235px;
  height: 220px;
  border: solid 1px #cccccc;
}
.pro_index p {
  padding: 9px 0 33px;
}

.pro_index_txt {
  width: 460px;
  margin-left: 28px;
}

/* 产品展示 */
.pro_show h1 {
  font-size: 24px;
  padding: 25px 0;
  color: #038dc9;
}
.pro_show img {
  display: inline;
}

/* 新闻列表 */
.NewsList {
  padding-top: 20px;
}

/*容器左宽度*/
/*容器右宽度*/
/* 文字大小 */
/* h1颜色 */
/* p行高 */
.NewsList_media {
  margin-bottom: 25px;
  background: white;
}

.NewsList_imgBox {
  width: 283px;
  height: 164px;
  margin-right: 15px;
}

.NewsList_media_txt {
  width: 430px;
  height: 164px;
  font-size: 12px;
}
.NewsList_media_txt h1 {
  color: #8d8d8d;
  width: 115px;
  padding: 20px 0 10px;
  border-bottom: solid 1px #adadad;
  letter-spacing: 1px;
}
.NewsList_media_txt h2 {
  color: #252525;
  font-size: 14px;
  padding: 12px 0 0px;
}
.NewsList_media_txt p {
  padding: 5px 0 10px;
  line-height: 20px;
}

.NewsList_more {
  color: #252525;
  font-size: 12px;
  width: 75px;
  height: 20px;
  line-height: 20px;
  right: 25px;
  bottom: 20px;
  text-align: center;
  border: solid 1px;
}
.NewsList_more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

/* 文章展示 */
.Article_show h1 {
  font-size: 24px;
  padding: 20px 0;
  color: #038dc9;
}
.Article_show p {
  font-size: 12px;
  line-height: 24px;
}
.Article_show img {
  display: inline;
}

.Article_show_time {
  font-size: 12px;
  color: #038dc9;
  padding: 15px 0 20px;
}

/* 单页 */
.sub_page {
  min-height: 574px;
}
.sub_page p {
  line-height: 24px;
}
.sub_page img {
  display: inline;
}

.sub_page_tab {
  text-align: center;
  font-size: 16px;
  color: 3666666;
  overflow: hidden;
  padding-bottom: 20px;
}
.sub_page_tab li {
  width: 96px;
  height: 34px;
  border: solid 1px #e7e7e7;
  line-height: 34px;
  margin-left: 10px;
  float: left;
  cursor: default;
}
.sub_page_tab .active {
  color: white;
  background: #038dc9;
}
.sub_page_tab_content {
  font-size: 16px;
  padding: 0 10px;
}
.sub_page_tab_content p {
  line-height: 24px;
  color: #666666;
}
.sub_page_tab_content li {
  display: none;
}

/* 页码 */
.subMain .pages {
  padding: 0;
}
.subMain .pages a, .subMain .pages span {
  padding: 0 8px;
  height: 19px;
  line-height: 19px;
}
.subMain .pages a {
  color: #4a4a4a;
}
.subMain .pages a:hover {
  background-color: #038dc9;
  color: white;
}
.subMain .pages span {
  background-color: #038dc9;
  color: white;
  border: 0;
}

/* guessbook表单 */
.post_box {
  margin-bottom: 20px;
}
.post_box input, .post_box textarea {
  height: 24px;
  line-height: 24px;
  border: 1px solid #D5D5D5;
  margin: 5px 10px;
  padding: 2px 5px;
}
.post_box textarea {
  height: 100px;
}
.post_box h5 {
  font-size: 20px;
  padding: 20px;
  color: #038dc9;
}

.guestbook_content span {
  color: red;
}
.guestbook_content strong {
  font-size: 14px;
  color: #6D6D6D;
}

.btn_submit, .btn_reset {
  width: 80px;
  height: 25px;
  cursor: pointer;
}

/* 上一页，下一页 */
.prevAndNext {
  padding-top: 20px;
  border-top: 1px solid #D4D4D4;
  margin: 20px 30px 0 0;
}
.prevAndNext span, .prevAndNext a {
  font-size: 12px;
  color: #504d4d;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.page_banner {
  margin: 0 auto;
  width: 1000px;
  display: block;
}

/* 下载 */
.down {
  padding-top: 0;
}

.down .down_list {
  width: 740px;
}

.down_list {
  width: 750px;
}
.down_list li {
  margin: 0 30px 15px 0;
  width: 335px;
  position: relative;
}
.down_list li:hover .load_d {
  display: block;
}
.down_list li img {
  display: inline;
}
.down_list .down_list_imgBox {
  width: 335px;
  height: 188px;
}
.down_list .load_t {
  padding: 20px 0;
  font-size: 12px;
  color: #3a3737;
}

.load_d {
  left: 0;
  top: 0;
  width: 335px;
  height: 188px;
  background-color: rgba(123, 163, 203, 0.6);
  display: none;
}

.sub_page_map h1 {
  font-size: 22px;
  color: #898989;
  padding: 10px 0 25px 10px;
}

.page_map li {
  margin: 0 10px;
}
.page_map a {
  padding: 10px;
}
.page_map a:hover {
  background-color: #DE6B6B;
  color: white;
}
.page_map > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 14px;
  border: solid 1px #BCBCBC;
  padding-bottom: 10px;
}
.page_map > li > a {
  color: #575757;
  text-align: center;
}
.page_map ul li a {
  color: #A1A1A1;
}

/* 整体布局 */
.centerbox {
  width: 1000px;
  margin: 0 auto;
}

.maxbox {
  max-width: 1920px;
  min-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.fm {
  font-family: Arial;
}

a, img {
  display: block;
}

.imgBox img {
  display: inline;
}

.h_top {
  padding: 13px 0 7px;
  background: #e0e0e0;
  border-bottom: solid 1px #bdbdbd;
}
.h_top p span {
  color: #00a1eb;
}
.h_top a {
  color: #038dc9;
  display: inline-block;
  vertical-align: top;
}
.h_top a span {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.h_center {
  padding: 23px 0 29px;
}

.h_phone {
  padding-top: 23px;
}

.h_nav {
  background: #0199db;
}

.nav {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #cdfaf6;
}
.nav li {
  margin-left: 67px;
}
.nav li a {
  padding: 14px 0 15px;
}
.nav .jd {
  color: white;
}

.index_title {
  text-align: center;
  position: relative;
}
.index_title_wrap {
  background: white;
  padding: 0 17px0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.index_title_line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  top: 20px;
  left: 0;
}
.index_title h1 {
  font-size: 24px;
  color: #038dc9;
  padding-bottom: 8px;
}
.index_title h2 {
  font-size: 18px;
  color: #4b4848;
}

.mod1 {
  padding: 70px 0;
}
.mod1_wrap {
  padding: 35px 70px 45px 0;
  overflow: hidden;
}
.mod1_left {
  width: 450px;
  position: relative;
  height: 420px;
  float: left;
}
.mod1_left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 371px;
  height: 382px;
  background: url(../images/mod1_border.jpg);
}
.mod1_left img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.mod1_right {
  width: 400px;
  float: right;
  color: #373737;
}
.mod1_right h1 {
  padding: 43px 0 12px;
  font-size: 18px;
}
.mod1_right h2 {
  font-size: 14px;
  padding-bottom: 40px;
}
.mod1_right p {
  line-height: 24px;
  font-size: 14px;
  padding-bottom: 80px;
}
.mod1_right a {
  width: 82px;
  height: 20px;
  border: solid 1px #038dc9;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
}

.mod2 {
  background: #f1f1f1;
  padding: 35px 0 20px;
}
.mod2_wrap {
  padding-top: 35px;
}
.mod2 .bd {
  text-align: center;
}
.mod2 .bd li {
  float: left;
  width: 241px;
  margin-right: 15px;
}
.mod2 .bd .imgBox {
  width: 238px;
  height: 224px;
  background: url(../images/mod2_border.jpg);
  padding-top: 3px;
}
.mod2 .bd p {
  color: #161616;
  font-size: 18px;
  padding: 30px 0 38px;
}
.mod2 .hd {
  text-align: center;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.mod2 .hd li {
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border: solid 1px #038dc9;
  margin: 0 6px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.mod2 .hd .on {
  background: #038dc9;
}

.mod3 {
  padding: 70px 0 81px;
}
.mod3_wrap {
  padding-top: 38px;
}
.mod3_wrap ul {
  overflow: hidden;
}
.mod3_wrap li {
  float: left;
  width: 325px;
  margin-left: 10px;
}
.mod3_wrap li:first-child {
  margin-left: 0;
}
.mod3_wrap li:hover .title {
  color: #038dc9;
}
.mod3_wrap .imgBox {
  width: 324px;
  height: 218px;
  text-align: center;
}
.mod3_wrap .title {
  padding: 40px 0 11px;
  font-size: 18px;
}
.mod3_wrap .time {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 18px;
}
.mod3_wrap p {
  font-size: 14px;
  color: #656565;
  line-height: 24px;
}

.f_linkWrap {
  font-size: 0;
  color: #6a6a6a;
  padding: 23px 0 19px;
  border-top: solid 1px #bdbdbd;
  border-bottom: solid 1px #bdbdbd;
}
.f_linkWrap a {
  margin-right: 20px;
}
.f_linkWrap p, .f_linkWrap a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.f_linkWrap .centerbox a{
	line-height: 35px;
}
.f_wrap {
  background: #d9d9d9;
  padding-bottom: 21px;
}

.f_left {
  width: 176px;
  height: 198px;
  background: url(../images/f_logo.jpg);
  float: left;
}

.f_right {
  font-size: 14px;
  color: #0b0b0b;
  padding-top: 60px;
  text-align: right;
}
.f_right .txt {
  line-height: 30px;
}

.f_nav {
  padding-bottom: 10px;
}
.f_nav ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.f_nav li {
  margin-left: 18px;
  float: left;
  position: relative;
}
.f_nav li:after {
  content: '|';
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 14px;
  display: block;
}
.f_nav li:first-child:after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
