@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_partner_right {
  height: 10px;
  width: 9px;
  background-position: 0 0;
}

.split_partner_left {
  height: 10px;
  width: 9px;
  background-position: 0 -10px;
}

.split_page_pro_right {
  height: 13px;
  width: 12px;
  background-position: 0 -20px;
}

.split_page_pro_left {
  height: 13px;
  width: 12px;
  background-position: 0 -33px;
}

.split_mod4_phone_icon {
  height: 39px;
  width: 17px;
  background-position: 0 -46px;
}

.split_q_icon {
  height: 19px;
  width: 20px;
  background-position: 0 -85px;
}

.split_a_icon {
  height: 22px;
  width: 22px;
  background-position: 0 -104px;
}

.split_case_right {
  height: 11px;
  width: 23px;
  background-position: 0 -126px;
}

.split_case_left {
  height: 11px;
  width: 23px;
  background-position: 0 -137px;
}

/* 内页 */
/* page product .... */
/*subMain*/
.page_wrap {
  padding: 14px 0 20px;
}

/* 内页公共头 */
/* 面包屑 */
.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: 213px;
  color: white;
}
.sub_left .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: white;
  font-size: 0;
  background: url(../images/aside_bg.jpg) no-repeat;
  height: 51px;
  line-height: 51px;
}
.sub_left .title h2 {
  font-size: 12px;
  font-family: Arial;
  padding: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.sub_left .title h1 {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 18px;
}
.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;
}

.searchTwo {
  background: url(../images/search_bg.jpg) no-repeat;
  height: 110px;
  margin-bottom: 5px;
}
.searchTwo p {
  line-height: 18px;
  text-align: left;
  padding: 15px 0 0 20px;
}
.searchTwo input, .searchTwo button {
  height: 24px;
  line-height: 24px;
  display: block;
  border: 0;
}
.searchTwo form {
  padding-top: 10px;
}
.searchTwo button {
  background: #025ebc;
  color: white;
  text-align: center;
  width: 42px;
}
.searchTwo input {
  text-indent: 10px;
  color: #6d6d6d;
  width: 129px;
  margin-left: 20px;
}

.aside {
  width: 213px;
  box-sizing: border-box;
}
.aside_pro {
  text-align: center;
  margin-bottom: 10px;
}
.aside_pro ul {
  padding: 12px 17px 0;
}
.aside_pro li {
  overflow: hidden;
}
.aside_pro .imgBox {
  width: 176px;
  height: 138px;
  border: solid 1px #aaaaaa;
  text-align: center;
}
.aside_pro p {
  color: #4f4f4f;
  font-size: 14px;
  padding: 14px 0 25px;
}

.aside_ul {
  box-sizing: border-box;
  padding: 10px 10px 20px;
}
.aside_ul > li {
  margin-bottom: 8px;
}
.aside_ul > li:hover ul, .aside_ul > li .jd ~ ul {
  height: auto;
}
.aside_ul > li > a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/page_title_bg.jpg) center center;
  padding: 11px 0;
  border: solid 1px #dedede;
}
.aside_ul ul {
  height: 0;
  overflow: hidden;
  color: #272727;
  font-size: 12px;
}
.aside_ul ul a {
  padding-bottom: 14px;
}
.aside_ul ul li:first-child {
  padding-top: 14px;
}
.aside_ul a {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 35px;
}

.page_contact {
  padding-bottom: 85px;
}
.page_contact img {
  margin: 8px 0 0 10px;
}
.page_contact .txt {
  color: #444444;
  line-height: 24px;
  padding: 20px 10px 0;
}
.page_contact strong {
  font-size: 15px;
}
.page_contact p {
  font-size: 12px;
  line-height: 20px;
}

/* 左边完 */
/* 右边 */
.sub_right {
  width: 776px;
  box-sizing: border-box;
}

.page_title {
  border: solid 1px #dedede;
  background: url(../images/page_title_bg.jpg);
  height: 34px;
}
.page_title span, .page_title p {
  display: inline-block;
  vertical-align: middle;
}
.page_title span {
  margin: 12px 6px 0 19px;
  width: 10px;
  height: 10px;
  background: #025ebc;
}
.page_title p {
  color: #025ebc;
  margin-top: 12px;
  font-weight: bold;
}
.page_title div {
  padding: 12px 0 0 591px;
  color: #868686;
  font-size: 12px;
}

/* 内容区 */
/* 产品列表 */
.pro_index ul {
  overflow: hidden;
  text-align: center;
  color: #4f4f4f;
  width: 850px;
  padding-top: 10px;
  font-size: 14px;
}
.pro_index li {
  width: 244px;
  float: left;
  margin-right: 20px;
}
.pro_index .imgBox {
  height: 190px;
  border: solid 1px #aaaaaa;
}
.pro_index p {
  padding: 21px 0 35px;
}

.pro_index_txt {
  width: 460px;
  margin-left: 28px;
}

.sub_pro_wrap {
  text-align: center;
}
.sub_pro_wrap p {
  color: #4f4f4f;
  padding: 17px 0 28px;
  font-size: 14px;
}
.sub_pro ul {
  padding: 20px 0 0 10px;
  border: solid 1px #dedede;
  border-top: 0;
}
.sub_pro li {
  margin-left: 18px;
}
.sub_pro li:first-child {
  margin-left: 0;
}
.sub_pro .imgBox {
  width: 234px;
  height: 183px;
  border: solid 1px #aaaaaa;
}

/* 产品展示 */
.pro_show {
  padding-bottom: 20px;
}
.pro_show h1 {
  font-size: 24px;
  padding: 25px 0;
  color: #025ebc;
}
.pro_show img {
  display: inline;
}

.pro_show2 {
  padding-bottom: 62px;
}
.pro_show2_top {
  padding: 15px 0 0 20px;
}
.pro_show2_top_left {
  width: 332px;
  overflow: hidden;
}
.pro_show2_top_left .show {
  width: 330px;
  height: 260px;
  border: solid 1px #aaaaaa;
}
.pro_show2_top_right {
  width: 398px;
  margin-right: 5px;
}
.pro_show2_top_right h1 {
  color: #242424;
  font-size: 19px;
  padding: 15px 0 13px;
  border-bottom: dashed 1px #ebe9e9;
}
.pro_show2_top_right .content {
  color: #868686;
  line-height: 23px;
  font-size: 12px;
  padding-top: 12px;
}
.pro_show2_car {
  position: relative;
  overflow: hidden;
  padding: 12px 0 28px;
}
.pro_show2_car .bd {
  margin: 0 auto;
  width: 278px;
}
.pro_show2_car .bd ul {
  overflow: hidden;
}
.pro_show2_car .bd li {
  margin-right: 6px;
  width: 88px;
  height: 69px;
  float: left;
}
.pro_show2_car .left, .pro_show2_car .right {
  position: absolute;
  top: 40px;
  z-index: 10;
  cursor: default;
}
.pro_show2_car .left {
  left: 0;
}
.pro_show2_car .right {
  right: 0;
}

/* 新闻列表 */
.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: #025ebc;
}
.Article_show p {
  font-size: 12px;
  line-height: 24px;
}
.Article_show img {
  display: inline;
}

.Article_show_time {
  font-size: 12px;
  color: #025ebc;
  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: #025ebc;
}
.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: #025ebc;
  color: white;
}
.subMain .pages span {
  background-color: #025ebc;
  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: #025ebc;
}
.post_box .checkcode {
  display: inline-block;
  vertical-align: middle;
}

.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;
}

.sub_news_list ul {
  width: 100%;
  border: solid 1px #dedede;
  border-top: 0;
  padding: 18px 27px 0 17px;
  box-sizing: border-box;
  color: #747474;
}
.sub_news_list li {
  margin-bottom: 18px;
  float: left;
  width: 324px;
  padding-left: 15px;
  position: relative;
}
.sub_news_list li:after {
  content: '+';
  position: absolute;
  left: 0;
  top: 0px;
}
.sub_news_list a {
  overflow: hidden;
}
.sub_news_list .left {
  margin-left: 45px;
}

.sub_msg form {
  padding: 18px 0 15px 42px;
  color: #858585;
  font-size: 12px;
  border: solid 1px #dedede;
  border-top: 0;
}
.sub_msg input {
  height: 23px;
  line-height: 23px;
  border: 1px solid #dfdfdf;
  padding: 2px 5px;
  box-sizing: border-box;
}
.sub_msg textarea {
  height: 100px;
  border: solid 1px #dfdfdf;
  resize: none;
}
.sub_msg h5 {
  font-size: 20px;
  padding: 20px;
  color: #025ebc;
}
.sub_msg .guestbook_content {
  padding-bottom: 7px;
  display: block;
}
.sub_msg .guestbook_content span {
  color: red;
}
.sub_msg .guestbook_content strong {
  font-size: 12px;
  color: #858585;
}
.sub_msg .btn_submit, .sub_msg .btn_reset {
  width: 80px;
  height: 25px;
  cursor: pointer;
}
.sub_msg .checkcode {
  margin-left: 5px;
}
.sub_msg .sub_btn_submit, .sub_msg .sub_btn_reset {
  width: 69px;
  height: 24px;
  line-height: 24px;
  background: url(../images/msg_bg.png);
  color: white;
  border: 0;
  margin-top: 5px;
}
.sub_msg .sub_btn_submit {
  margin: 5px 12px 0 134px;
}

#verifyCode {
  width: 208px;
}

#box_content p {
  color: #a09c9c;
  padding: 11px 0 18px;
}

/* 整体布局 */
.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;
  max-width:244px;
  /* height:164px; */
}
.aside_pro_wrap ul li img{
	max-width:176px;
	height:130px;
}
.h_top {
  padding: 12px 0 8px;
  background: #f2f2f2;
  font-size: 13px;
  color: #777777;
}
.h_top span {
  padding: 0 8px;
}

.h_center {
  padding: 28px 0 35px;
}

.add_web {
  cursor: pointer;
}

.h_nav {
  background: url(../images/nav_bg.jpg);
}

.nav {
  text-align: center;
  color: white;
  height: 42px;
  line-height: 42px;
  font-size: 0;
}
.nav li {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  position:relative;
}

.nav .nLi ul{
	position:absolute;
	left:10px;
	z-index:10;
	background:#0567ca;
	display:none;
}

.nav .nLi ul li{
	min-width:100px;
	display:block;
}

.nav li:first-child span {
  display: none;
}
.nav a, .nav span {
  display: inline-block;
  vertical-align: middle;
}
.nav span {
  padding: 0 15px;
}

.m_h {
  padding: 20px 0;
  background: #f7f4f5;
}
.m_h ul {
  color: #929292;
  font-size: 14px;
  padding-top: 10px;
}
.m_h li {
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.search_index i {
  left: 14px;
  top: 6px;
}

.searchTxt, .searchBtn {
  height: 35px;
}

.searchTxt {
  width: 178px;
  line-height: 35px;
  text-indent: 20px;
  background-color: #f0eef1;
  color: #848484;
  border: solid 1px #dfdee0;
  font-size: 12px;
}

.searchBtn {
  width: 63px;
  height: 35px;
  border: none;
  text-align: center;
  line-height: 35px;
  color: white;
  cursor: pointer;
  background: url(../images/nav_bg.jpg) center center;
  color: white;
  font-size: 12px;
}

.mod1 {
  background: url(../images/index_bg.jpg);
  padding-bottom: 60px;
}
.mod1_title {
  text-align: center;
  position: relative;
}
.mod1_title p {
  font-size: 30px;
  font-weight: bold;
  color: #adadad;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -278.5px;
}
.mod1_title h1 {
  font-size: 45px;
  color: #025ebc;
  padding: 70px 0;
}
.mod1_title strong {
  font-size: 80px;
}
.mod1_wrap {
  height: 1098px;
  background: url(../images/mod1_bg.png) center center no-repeat;
  min-width: 1000px;
}
.mod1_list {
  position: absolute;
  color: #025ebc;
}
.mod1_list h1 {
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 32px 42px;
}
.mod1_list h1 strong {
  font-weight: bold;
  font-size: 30px;
  padding-left: 10px;
}
.mod1_list li {
  font-size: 14px;
  color: #545454;
  position: relative;
  line-height: 30px;
}
.mod1_list li:after {
  content: '';
  position: absolute;
  left: -11px;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #025ebc;
  border-radius: 50%;
}
.mod1_list li strong {
  color: #025ebc;
}
.mod1_1 {
  left: 122px;
  top: 29px;
  width: 427px;
}
.mod1_2 {
  left: 122px;
  top: 245px;
  width: 427px;
}
.mod1_3 {
  left: 621px;
  top: 458px;
  width: 427px;
}
.mod1_4 {
  left: 621px;
  top: 710px;
  width: 427px;
}
.mod1_5 {
  left: 621px;
  top: 925px;
  width: 427px;
}

.mod2 {
  background: url(../images/mod2_bg.jpg);
  padding: 62px 0 44px;
}
.mod2_wrap {
  background: url(../images/mod2_bg.png) center center no-repeat;
  height: 644px;
}
.mod2_wrap ul {
  padding: 232px 0 0 155px;
}
.mod2_wrap p {
  font-size: 14px;
  color: #545454;
}
.mod2_wrap h1 {
  color: #025ebc;
  font-size: 20px;
  padding: 8px 0 71px;
}

.mod3 {
  background: url(../images/mod3_bg1.jpg) center center no-repeat;
  height: 284px;
  overflow: hidden;
  color: white;
}
.mod3_title {
  padding: 39px 0 0 339px;
}
.mod3_title h1 {
  font-size: 35px;
  padding: 0 12px 11px 3px;
}
.mod3_title p {
  font-size: 20px;
  font-family: Arial;
  padding-bottom: 29px;
}
.mod3_title span {
  font-size: 25px;
  letter-spacing: 25px;
}
.mod3_title span:first-child {
  padding-right: 65px;
}
.mod3_more {
  right: 34px;
  top: 134px;
  width: 125px;
  height: 34px;
  position: absolute;
}
.mod3_bot {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 225px;
  top: 252px;
}
.mod3_bot span:first-child {
  padding-right: 190px;
}

.mod3_2 {
  padding-bottom: 55px;
}
.mod3_2_wrap {
  height: 613px;
  background: url(../images/mod3_bg2.png) center center no-repeat;
  position: relative;
}
.mod3_2_left {
  color: white;
  position: absolute;
  top: 105px;
  left: 120px;
}
.mod3_2_right {
  color: #025ebc;
  position: absolute;
  top: 105px;
  left: 530px;
}
.mod3_2 li {
  width: 340px;
}
.mod3_2 h1 {
  font-size: 23px;
  padding-bottom: 10px;
}
.mod3_2 p {
  font-size: 12px;
  line-height: 22px;
  padding-bottom: 85px;
}

.mod4 {
  background: url(../images/mod4_bg.jpg) center center no-repeat;
  height: 695px;
}
.mod4_title {
  padding: 95px 0 38px;
  font-size: 18px;
  color: #025ebc;
  text-align: center;
  font-weight: bold;
}
.mod4_left {
  background: #015ab6;
  width: 226px;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
.mod4_left h1 {
  font-size: 18px;
  font-family: Arial;
  color: white;
  text-align: center;
  padding: 27px 0 7px;
}
.mod4_left h2 {
  font-size: 17px;
  color: white;
  text-align: center;
  padding-bottom: 15px;
}
.mod4_left ul {
  font-size: 13px;
}
.mod4_left li {
  margin-bottom: 5px;
  background: white;
  position: relative;
}
.mod4_left li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 56px;
  background: url(../images/mod4_active.png);
  display: none;
}
.mod4_left li a {
  padding: 20px 0 25px 33px;
  position: relative;
  z-index: 2;
}
.mod4_left .active:after {
  display: block;
}
.mod4_phone {
  color: white;
  padding: 15px 0 15px 32px;
  position: relative;
}
.mod4_phone:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../images/icon/split.png) no-repeat;
  height: 39px;
  width: 17px;
  background-position: 0  -46px;
}
.mod4_phone p {
  font-size: 13px;
  padding-bottom: 8px;
}
.mod4_phone h3 {
  font-size: 22px;
}
.mod4_btnWrap {
  overflow: hidden;
}
.mod4_btnWrap a {
  width: 82px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
}
.mod4_btnWrap .one {
  background: #fdfa00;
  margin: 0 11px 15px 0;
}
.mod4_btnWrap .two {
  border: solid 1px white;
  color: white;
  box-sizing: border-box;
}
.mod4_right {
  width: 730px;
  height: 483px;
  background: white;
  float: right;
  box-sizing: border-box;
  padding: 15px 15px 0;
}
.mod4_right_list {
  overflow: hidden;
  display: none;
}
.mod4_right_list .content {
  float: left;
  width: 100%;
  height: 425px;
}
.mod4_right_list .more {
  float: right;
  width: 80px;
  height: 22px;
  border: solid 1px;
  text-align: center;
  line-height: 22px;	  background:#fff;
}
.mod4_right .active {
  display: block;
}

.mod5_title {
  background: url(../images/mod5_title_bg.jpg);
  height: 58px;
  line-height: 58px;
  margin: 45px 0 20px;
}
.mod5_title ul {
  font-size: 0;
  text-align: center;
  color: white;
}
.mod5_title li {
  display: inline-block;
  vertical-align: top;
  padding: 0 56px;
  font-size: 17px;
}
.mod5_title li:hover {
  background: #025fbe;
}
.mod5_title .active_li {
  background: #025fbe;
}
.mod5_wrap {
  overflow: hidden;
}
.mod5_wrap ul {
  display: none;
  width: 1050px;
  padding-left: 10px;
  overflow: hidden;
  height: 706px;
}
.mod5_wrap .active_ul {
  display: block;
}
.mod5_wrap li {
  float: left;
  text-align: center;
  margin-right: 48px;
}
.mod5_wrap .imgBox {
  width: 294px;
  height: 230px;
  border: solid 1px #aaaaaa;
}
.mod5_wrap p {
  font-size: 14px;
  color: #4f4f4f;
  padding: 14px 0 20px;
}
.mod5_wrap .btnWrap {
  font-size: 0;
  padding-bottom: 45px;
}
.mod5_wrap .btnWrap a {
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 28px;
}
.mod5_wrap .one {
  background: url(../images/mod5_msg.jpg);
  margin-right: 8px;
}
.mod5_wrap .two {
  background: url(../images/mod5_more.jpg);
}

.mod6 {
  background: url(../images/mod6_bg.jpg) center center no-repeat;
  height: 751px;
}
.mod6_title {
  color: white;
  text-align: center;
}
.mod6_title p {
  font-size: 16px;
  padding-top: 63px;
}
.mod6_title h1 {
  font-size: 28px;
  padding-top: 10px;
}
.mod6_title strong {
  font-size: 50px;
}
.mod6_list {
  color: white;
  width: 230px;
  position: absolute;
}
.mod6_list h1 {
  font-size: 22px;
  padding-bottom: 25px;
}
.mod6_list p {
  line-height: 22px;
}
.mod6_left h1 {
  text-align: right;
}
.mod6_1 {
  top: 215px;
  left: 47px;
}
.mod6_2 {
  top: 377px;
  left: 10;
}
.mod6_3 {
  top: 540px;
  left: 80px;
}
.mod6_4 {
  top: 215px;
  right: 30px;
}
.mod6_5 {
  top: 387px;
  right: 0;
}
.mod6_6 {
  top: 550px;
  right: 50px;
}

.mod7 {
  background: url(../images/index_bg.jpg);
  overflow: hidden;
}

.m_partner {
  margin: 20px auto 38px;
  background: white;
  width: 965px;
  border: solid 1px #ccc;
  padding: 39px 0 20px;
}
.m_partner h1 {
  text-align: center;
  color: #025ebc;
  font-size: 25px;
  padding-bottom: 30px;
}
.m_partner .bd {
  text-align: center;
  width: 780px;
  margin: 0 auto;
}
.m_partner .bd ul {
  overflow: hidden;
}
.m_partner .bd li {
  float: left;
}
.m_partner .imgBox {
  width: 175px;
  height: 73px;
  border: solid 1px #ececec;
  margin-right: 23px;
}
.m_partner p {
  color: #4f4f4f;
  font-size: 15px;
  padding: 14px 0 35px;
}
.m_partner_left {
  background: #0467d7;
  top: 28px;
  left: 10px;
  width: 38px;
  height: 25px;
}
.m_partner_right {
  background: #0467d7;
  top: 28px;
  right: 10px;
  width: 38px;
  height: 25px;
}

.m_case {
  background: white;
  width: 967px;
  border: solid 1px #ccc;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 10px;
}
.m_case_title {
  overflow: hidden;
  padding: 26px 0 23px;
  border-bottom: solid 1px #e8e6e6;
  margin-bottom: 28px;
}
.m_case_title h1 {
  font-size: 16px;
  color: #025ebc;
  float: left;
}
.m_case_title a {
  font-size: 13px;
  color: #4f4f4f;
  float: right;
  padding-top: 5px;
}
.m_case_wrap {
  overflow: hidden;
  padding-bottom: 15px;
}
.m_case_wrap ul {
  width: 1030px;
  padding-left: 15px;
}
.m_case_wrap li {
  float: left;
  margin-right: 48px;
  width: 271px;
  color: #4f4f4f;
}
.m_case_wrap li:hover {
  color: #025ebc;
}
.m_case_wrap li:hover .more {
  border-color: #025ebc;
}
.m_case_wrap li:hover .more span {
  color: #025ebc;
}
.m_case_wrap li:hover .more i {
  height: 11px;
  width: 23px;
  background-position: 0  -126px;
}
.m_case_wrap .imgBox {
  width: 271px;
  height: 179px;
}
.m_case_wrap h1 {
  font-size: 15px;
  padding: 19px 0 20px 5px;
}
.m_case_wrap p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 70px;
}

.mod7_more {
  width: 144px;
  height: 36px;
  border: solid 2px #979797;
  font-size: 0;
  text-align: center;
  line-height: 36px;
  margin-left: 15px;
}
.mod7_more span {
  font-size: 13px;
  color: #979797;
  padding-right: 11px;
  display: inline-block;
  vertical-align: middle;
}

.mod8 {
  border-top: solid 1px #f8f6f6;
  border-bottom: solid 1px #f8f6f6;
  padding: 50px 0 42px;
  margin-bottom: 40px;
}
.mod8_wrap {
  padding-left: 23px;
  box-sizing: border-box;
}
.mod8_wrap .right {
  width: 578px;
  margin-right: 30px;
  float: right;
}
.mod8_wrap h1 {
  font-size: 35px;
  padding-bottom: 28px;
}
.mod8_wrap h1 span {
  color: #ececec;
}
.mod8_wrap strong {
  color: #4f4f4f;
}
.mod8_wrap p {
  font-size: 13px;
  color: #4f4f4f;
  line-height: 22px;
  padding-bottom: 56px;
}
.mod8 .img1 {
  position: absolute;
  left: -500px;
  top: -535px;
}

.mod9 {
  height: 447px;
  background: url(../images/index_bg.jpg);
  position: relative;
  overflow: hidden;
}
.mod9 .img1 {
  right: 0;
  top: 0;
  position: absolute;
}
.mod9_wrap {
  position: relative;
  z-index: 9;
}
.mod9_left {
  width: 680px;
  float: left;
}
.mod9_left_title {
  padding-bottom: 20px;
}
.mod9_left_title ul {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: solid 1px #dddbdb;
}
.mod9_left_title li {
  width: 300px;
  height: 38px;
  line-height: 38px;
  text-indent: 40px;
  font-size: 16px;
  float: left;
}
.mod9_left_title .active {
  color: white;
  background: url(../images/mod8_title_bg.png);
}
.mod9_left_content {
  padding-left: 10px;
}
.mod9_left_content .active {
  display: block;
}
.mod9_left_top {
  padding-bottom: 22px;
  border-bottom: solid 1px #dddbdb;
}
.mod9_left_top .right {
  width: 295px;
  padding-left: 25px;
}
.mod9_left_top .right a {
  font-size: 15px;
  color: #383838;
  font-weight: bold;
  padding: 23px 0 15px;
}
.mod9_left_top .right p {
  color: #8b8b8b;
  line-height: 22px;
}
.mod9_left_list {
  display: none;
}
.mod9_left_list ul {
  overflow: hidden;
  font-size: 12px;
  color: #383838;
}
.mod9_left_list li {
  float: left;
  width: 50%;
  padding-top: 15px;
}
.mod9_left_list li a {
  position: relative;
  padding-left: 15px;
}
.mod9_left_list li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
}
.mod9_left_list li:hover a {
  color: #0467d7;
}
.mod9_left_list li:hover a:after {
  background: #0467d7;
}
.mod9_right {
  width: 277px;
  height: 377px;
  background: white;
  box-sizing: border-box;
  padding: 28px 10px 15px;
}
.mod9_right h1 {
  padding: 0 0 25px 35px;
  font-size: 16px;
  color: #383838;
}

.index_news_question_content li {
  padding: 0 5px 0 40px;
}
.index_news_question_content a {
  font-weight: bold;
  position: relative;
  color: #035eb9;
}
.index_news_question_content a:before {
  content: '';
  background: url(../images/icon/split.png) no-repeat;
  height: 19px;
  width: 20px;
  background-position: 0  -85px;
  position: absolute;
  top: -3px;
  left: -30px;
}
.index_news_question_content p {
  line-height: 22px;
  margin: 18px 0 25px;
  position: relative;
  padding-bottom: 18px;
  border-bottom: dashed 1px #dcdcdb;
  color: #8c8c8c;
}
.index_news_question_content p:before {
  content: '';
  background: url(../images/icon/split.png) no-repeat;
  height: 22px;
  width: 22px;
  background-position: 0  -104px;
  position: absolute;
  top: 0;
  left: -30px;
}

.mod10 {
  background: url(../images/mod9_bg.jpg) center center no-repeat;
  height: 520px;
  max-width: 2000px;
  margin: 0 auto;
  min-width: 1000px;
  width: 100%;
}
.mod10_wrap {
  overflow: hidden;
  position: relative;
}
.mod10_box {
  width: 362px;
  height: 100%;
  margin-right: 13px;
  float: right;
  box-sizing: border-box;
  padding: 138px 22px 0;
}
.mod10_box .list {
  margin-bottom: 11px;
}
.mod10_box .list input {
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-indent: 20px;
}
.mod10_box .list textarea {
  height: 63px;
  width: 100%;
  resize: none;
  line-height: 20px;
  text-indent: 20px;
  line-height: 1.5;
  height: 150px;
}
.mod10_box .list input, .mod10_box .list textarea {
  border: 0;
  color: #acd0fa;
  font-size: 13px;
  display: block;
  background: transparent;
}
.mod10_box .submit {
  width: 100px;
  height: 32px;
  right: 144px;
  background: transparent;
  z-index: 999;
  display: block;
  margin-left: 105px;
  font-size: 0;
  border: 0;
}

.mod11 {
  padding: 22px 0 25px;
  overflow: hidden;
}
.mod11 .left {
  float: left;
}
.mod11 .left strong {
  font-size: 35px;
  color: #8c8c8c;
  padding-right: 10px;
  font-weight: normal;
}
.mod11 .left p {
  color: #8c8c8c;
  line-height: 18px;
}
.mod11 .right {
  float: right;
  padding-right: 105px;
}
.mod11 .right a {
  color: #565353;
}
.mod11 .right ul {
  overflow: hidden;
  padding-top: 11px;
}
.mod11 .right li {
  float: left;
}
.mod11 .right a, .mod11 .right span {
  display: inline-block;
  vertical-align: top;
}
.mod11 .right span {
  padding: 0 12px;
}

.footer {
  background: #0467d7;
}

.f_wrap {
  box-sizing: border-box;
  padding: 25px 25px 22px 28px;
}

.f_two {
  line-height: 22px;
  color: #7cb9fe;
  padding: 0 139px 0 40px;
  font-size: 12px;
}

.f_ewm p {
  padding-top: 12px;
  line-height: 22px;
  font-size: 12px;
  color: #7cb9fe;
}

/*# sourceMappingURL=style.css.map */
