@charset "utf-8";
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Arial", "微软雅黑", serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #666;
  min-width: 1400px;
  overflow: hidden;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #ff0000;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
/*a:visited {
  color: #333;
}*/
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

a:hover {
    color: var(--accent-color);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.logo{ width:458px; float:left;}
.logo h1 {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 700;
}

.nav-links {
    display: flex;
	padding-top:22px;
}

.nav-links li {
    margin-left: 50px;
}

.nav-links a {
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
	font-size:16px;
}

.nav-links a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}
.nav-links a:hover{color:#0066cb; border-bottom:2px #0066cb solid;}
.nav-links a:hover::after,
.navactive{
    width: 100%;
	color:#ff0000;
}

.nav-links a.active {
    color: var(--primary-color);
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: var(--primary-color);
    cursor: pointer;
}
.nav{ float:left; padding-top:30px;}
.nav ul li{ padding-top:20px; line-height:50px;}
.vcenter {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kejian {
  width: 1170px;
  margin: 0 auto;
  overflow:hidden;
}
.top_wrap {
  width: 100%;
  height: 100px;
  padding-top: 21px;
  background-color: #ffffff;
}
.top_wrap a {
  float: left;
}
.top_wrap span {
  float: right;
  background: url("../images/kefu_img.png") no-repeat top left;
  padding: 0px 0 0 0px;
  font-size: 20px;
  color: #025098;
  font-weight: 600;
  line-height: 24px;
}

.index_banner {
  width: 100%;
}
.index_banner img {
  width: 100%;
}
.index_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 12px;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active {
  background-color: #007ac3;
}
.in_tit em {
  display: block;
  font-size: 32px;
  text-align: center;
  color: #025098;
  line-height: 50px;
}
.in_tit .dian {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #025098;
  position: relative;
  margin: 10px auto 0 auto;
}
.in_tit .dian div {
  position: absolute;
  width: 42px;
  height: 1px;
  background-color: #025098;
}
.white em {
  color: #fff;
}
.white .dian {
  background-color: #fff;
}
.white .dian div {
  background-color: #fff;
}
.in_pro_w {
  width: 100%;
  padding: 50px 0 0px 0;
}
.in_pro_w .in_pro_tit {
  text-align: center;
  margin-top: 27px;
}
.in_pro_w .in_pro_tit span {
  display: inline-block;
  width: 144px;
  height: 36px;
  line-height: 36px;
  background-color: #ebebeb;
  font-size: 14px;
  color: #333333;
  margin: 0 9px;
  cursor: pointer;
}
.in_pro_w .in_pro_tit span.active {
  color: #ffffff;
  background-color: #0066cb;
}
.in_pro_w .in_pro_c {
  height: 352px;
  overflow: hidden;
  margin-top: 50px;
}
.in_pro_w .in_pro_c .in_pro_in {
  height: 352px;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-container {
  height: 352px;
  padding-bottom: 10px;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide {
  border-bottom: 0px solid #025098;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a {
  display: block;
  position: relative;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_img {
  width: 377px;
  height: 296px;
  position: relative;
  border:1px solid #CCC;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_img img {
  width: 377px;
  height: 296px;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_wen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  height: 50px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_wen span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 18px;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_wen p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  padding: 0 18px;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a .in_pro_wen i {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  width: 80px;
  height: 20px;
  border: 1px solid #829fbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 40px 0 0 18px;
  text-align: center;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-slide a:hover .in_pro_wen {
  background-color: #025098;
  background-color: rgba(2, 80, 152, 0.75);
  height: 100%;
  padding: 40px 0 ;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-pagination2 {
  bottom: 0;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-pagination2 span {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background-color: #e3e3e3;
  opacity: 1;
}
.in_pro_w .in_pro_c .in_pro_in .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #025098;
}
.in_goods_w {
  width: 100%;
  padding: 0;
  margin-top:0px !important;
}
.in_good a {
  display: block;
  width: 251px;
  height: 133px;
  float: left;
  margin: 0 30px 15px 0;
  padding-top: 36px;
  position: relative;
}
.in_good a .in_good_pic {
  width: 74px;
  height: 74px;
  position: absolute;
  padding: 2px;
  left: 148px;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.in_good a .in_good_pic .ing {
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #025098;
  background-color: #025098;
}
.in_good a .in_good_pic .ing .in_g1 {
  display: block;
}
.in_good a .in_good_pic .ing .in_g2 {
  display: none;
}
.in_good a .ingood_in {
  width: 251px;
  height: 133px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  padding: 20px 20px 30px 20px;
  text-align:center;
}
.in_good a .ingood_in em {
  display: block;
  color: #232323;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.in_good a .ingood_in p {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
  margin-top: 20px;
  font-family:"微软雅黑";
}
.in_good a:hover .in_good_pic {
  background-color: #ffffff;
}
.in_good a:hover .in_good_pic .ing {
  background: #ffffff;
}
.in_good a:hover .in_good_pic .ing .in_g2 {
  display: block;
}
.in_good a:hover .in_good_pic .ing .in_g1 {
  display: none;
}
.in_good a:hover .ingood_in {
  background-color: #025098;
  border: 1px solid #025098;
}
.in_good a:hover .ingood_in em {
  color: #fff;
}
.in_good a:hover .ingood_in p {
  color: #fff;
}
.in_case_w {
  width: 100%;
  padding: 90px 0 100px 0;
}
.in_case_w .index_case {
  margin-top: 60px;
}
.in_case_w .index_case .swiper-container {
  overflow: visible;
}
.in_case_w .index_case .swiper-container .swiper-slide {
  width: 270px;
  margin-right: 30px;
}
.in_case_w .index_case .case_w {
  overflow: hidden;
}
.in_case_w .index_case a {
  display: block;
  width: 270px;
  height: 260px;
}
.in_case_w .index_case a .in_case_img {
  width: 270px;
  height: 210px;
  position: relative;
  overflow: hidden;
  border:1px solid #ecebe9;
}
.in_case_w .index_case a .in_case_img img {
  width: 270px;
  height: 210px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.in_case_w .index_case a span {
  display: block;
  font-size: 16px;
  background-color: #ecebe9;
  padding: 0 20px;
  border-bottom: 2px solid #025098;
  line-height: 50px;
  color: #333333;
  height: 50px;
  overflow: hidden;
}
.in_case_w .index_case a:hover .in_case_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.in_case_w .index_case a:hover span {
  background-color: #025098;
  color: #fff;
}
.in_case_w .swiper-button-next,
.in_case_w .swiper-button-prev {
  width: 24px;
  height: 48px;
  opacity: 1!important;
  top: 235px;
}
.in_case_w .swiper-button-prev {
  left: -44px;
  background: url("../images/case_left.png") no-repeat center center;
}
.in_case_w .swiper-button-prev:hover {
  background: url("../images/case_left_2.png") no-repeat center center;
}
.in_case_w .swiper-button-next {
  right: -44px;
  background: url("../images/case_right.png") no-repeat center center;
}
.in_case_w .swiper-button-next:hover {
  background: url("../images/case_right.png") no-repeat center center;
}
.in_case_w .swiper-button-next.swiper-button-disabled,
.in_case_w .swiper-button-prev.swiper-button-disabled {
  opacity: .3!important;
}
.in_coo_w {
  width: 100%;
  height: 694px;
  background: url("../images/in_co.jpg") no-repeat center center;
  padding: 90px 0 80px 0;
}
.in_coo_w .index_coo {
  margin-top: 70px;
}
.in_coo_w .swiper-slide {
  text-align: center;
  padding: 42px 0;
}
.in_coo_w .swiper-slide .coo_w {
  display: inline-block;
  position: relative;
  margin: 0 30px 80px 30px;
}
.in_coo_w .swiper-slide .coo_w img {
	width:160px;
	height:84px;
}
.in_coo_w .swiper-slide .coo_w:before {
  display: block;
  position: absolute;
  content: '';
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 42px solid #fff;
  left: 0;
  top: -42px;
}
.in_coo_w .swiper-slide .coo_w a {
  display: block;
  width: 160px;
  height: 84px;
  position: relative;
}
.in_coo_w .swiper-slide .coo_w:after {
  display: block;
  position: absolute;
  content: '';
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 42px solid #fff;
  left: 0;
  bottom: -42px;
}
.in_coo_w .swiper-pagination3 {
  bottom: 0;
}
.in_coo_w .swiper-pagination3 span {
  width: 12px;
  height: 12px;
  background-color: #81a6c9;
  margin: 0 8px;
  opacity: 1!important;
}
.in_coo_w .swiper-pagination3 span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.in_news_w {
  width: 100%;
  padding: 90px 0 100px 0;
}
.in_news_w .in_news_tit {
  text-align: center;
  margin-top: 48px;
}
.in_news_w .in_news_tit span {
  display: inline-block;
  vertical-align: top;
  width: 144px;
  height: 36px;
  line-height: 36px;
  background-color: #ebebeb;
  font-size: 14px;
  color: #333333;
  margin: 0 9px;
  cursor: pointer;
}
.in_news_w .in_news_tit .active {
  background-color: #025098;
  color: #fff;
}
.in_news_w .in_news {
  margin-top: 45px;
}
.in_news_w .in_news .in_newsin {
  display: none;
}
.in_news_w .in_news .in_newsin a {
  display: block;
  width: 370px;
  margin-right: 30px;
  float: left;
}
.in_news_w .in_news .in_newsin a .in_news_img {
  width: 370px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.in_news_w .in_news .in_newsin a .in_news_img img {
  width: 370px;
  height: 250px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.in_news_w .in_news .in_newsin a .in_news_wen {
  height: 173px;
  border-bottom: 3px solid #025098;
  padding: 26px 0;
}
.in_news_w .in_news .in_newsin a .in_news_wen em {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.in_news_w .in_news .in_newsin a .in_news_wen p {
  display: block;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  margin-top: 16px;
}
.in_news_w .in_news .in_newsin a:hover .in_news_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.in_news_w .in_news .in_newsin a:hover .in_news_wen em {
  color: #025098;
}
.in_news_w a.more {
  display: block;
  width: 164px;
  height: 40px;
  background-color: #025098;
  color: #ffffff;
  line-height: 40px;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 40px auto 0 auto;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.in_news_w a.more:hover {
  background-color: #004682;
}
footer {
  width: 100%;
  background-color: #0066cb;
  padding: 56px 0;
}
footer a.foot_logo {
  float: left;
}
footer .beian {
    width: 500px;
    margin: auto;
}
footer .beian p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-top:0px;
}
footer .beian p a {
  color: #fff;
}
footer .beian p a:hover {
  color: #fff;
}
footer .local {
  float: left;
  margin-top:15px;
}
footer .local em {
  display: block;
  font-size: 24px;
  color: #e5a621;
  font-family: "impact", serif;
  position: relative;
}
footer .local em:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/foot_phone.png") no-repeat center center;
  position: absolute;
  top: 4px;
  left: -30px;
}
footer .local span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  position: relative;
}
footer .local span:after {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  background: url("../images/foot_di.png") no-repeat center center;
  position: absolute;
  top: -2px;
  left: -30px;
}
.nei_banner {
  width: 100%;
  height: 283px;
  background: url("../images/nei_banner.jpg") no-repeat center center;
  padding-top: 80px;
}
.nei_banner b {
  display: block;
  width: 282px;
  height: 122px;
  background: url("../images/nei_banner_w.png") no-repeat center center;
  margin: 0 auto;
  line-height: 122px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-family: "黑体", serif;
}
.bread_w {
  width: 100%;
  height: 50px;
  background-color: #f2f3f7;
}
.bread_w p {
  font-size: 14px;
  color: #666666;
  line-height: 50px;
}
.bread_w p a {
  color: #666666;
}
.bread_w p a:hover {
  color: #025098;
}
.bread_w p span {
  color: #666666;
}
.nei_content {
  width: 100%;
  padding: 30px 0 70px 0;
}
.nei_content .nei_left {
  width: 270px;
  float: left;
}
.nei_content .nei_left .nei_left_tit span.tita {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  background-color: #025098;
}
.nei_content .nei_left .nei_left_tit ul {
  border-top: 1px solid #efefef;
}
.nei_content .nei_left .nei_left_tit ul li a.nava1 {
  display: block;
  line-height: 54px;
  border: 1px solid #efefef;
  border-top: 0;
  font-size: 14px;
  color: #232323;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}
.nei_content .nei_left .nei_left_tit ul li a.nava1 .anniu1 {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #025098;
  position: absolute;
  cursor: pointer;
  top: 19px;
  left: 14px;
}
.nei_content .nei_left .nei_left_tit ul li a.nava1 .anniu1:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: url("../images/plus.png") no-repeat center center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nei_content .nei_left .nei_left_tit ul li a.nava1 .anniu1a:after {
  background: url("../images/mul.jpg") no-repeat center center;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 {
  display: none;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb a.nava2 {
  display: block;
  line-height: 54px;
  border: 1px solid #efefef;
  border-top: 0;
  font-size: 14px;
  color: #232323;
  padding: 0 63px;
  overflow: hidden;
  position: relative;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb a.nava2 .anniu2 {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  cursor: pointer;
  top: 20px;
  left: 40px;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb a.nava2 .anniu2:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: url("../images/plus.png") no-repeat center center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb a.nava2 .anniu2a:after {
  background: url("../images/mul.jpg") no-repeat center center;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 {
  display: none;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc {
  border: 1px solid #efefef;
  border-top: 0;
  padding: 8px 0;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc a {
  display: block;
  line-height: 24px;
  font-size: 12px;
  color: #232323;
  padding: 0 50px 0 87px;
  overflow: hidden;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc a.nava3 {
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc a.nava3 .anniu3 {
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 9px;
  left: 66px;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc a.nava3 .anniu3:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: url("../images/plus2.jpg") no-repeat center center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc a.nava3 .anniu3a:after {
  background: url("../images/mlus2.jpg") no-repeat center center;
}
.nei_content .nei_left .nei_left_tit ul li .nav2 .navb .nav3 .navc .nav4 {
  display: none;
}
.nei_content .nei_left span.titb {
  display: block;
  margin-top: 20px;
  line-height: 50px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: #232323;
  font-weight: 600;
}
.nei_content .nei_left .left_pro a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
}
.nei_content .nei_left .left_pro a .Lnews_img {
  width: 90px;
  height: 80px;
  position: relative;
  float: left;
  overflow: hidden;
}
.nei_content .nei_left .left_pro a .Lnews_img img {
  width: 90px;
  height: 80px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nei_content .nei_left .left_pro a .Lnews_wen {
  width: 170px;
  float: right;
}
.nei_content .nei_left .left_pro a .Lnews_wen span {
  display: block;
  font-size: 14px;
  color: #232323;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.nei_content .nei_left .left_pro a .Lnews_wen p {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  margin-top: 14px;
}
.nei_content .nei_left .left_pro a:hover .Lnews_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nei_content .nei_left .left_pro a:hover .Lnews_wen span {
  color: #025098;
}
.nei_content .nei_left .left_news {
  margin-top: 20px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.nei_content .nei_left .left_news a {
  display: block;
  font-size: 14px;
  color: #6a737b;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.nei_content .nei_left .left_news a:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #025098;
  position: absolute;
  top: 12px;
  left: 0;
}
.nei_content .nei_left .left_news a:hover {
  color: #025098;
}
.nei_content .nei_left .left_case {
  height: 210px;
  position: relative;
}
.nei_content .nei_left .left_case .left_case_big {
  width: 100%;
  height: 210px;
}
.nei_content .nei_left .left_case .left_case_big .left_case_img {
  width: 270px;
  height: 210px;
  position: relative;
}
.nei_content .nei_left .left_case .left_case_big .left_case_img img {
	width:270px;
	height:210px;
}
.nei_content .nei_left .left_case .left_case_big .left_case_img span {
  display: block;
  position: absolute;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  padding: 0 100px 0 10px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
.nei_content .nei_left .left_case .pre_c {
  position: absolute;
  width: 89px;
  height: 20px;
  bottom: 9px;
  right: 8px;
}
.nei_content .nei_left .left_case .pre_c .pre_w {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  border: 1px solid #dadbdc;
  background-color: #828b94;
  line-height: 18px;
  font-size: 12px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.nei_content .nei_left .left_case .pre_c .slick-current {
  border: 1px solid #fff;
  background-color: #025098;
  color: #fff;
}
.nei_content .nei_right {
  width: 1024px;
  margin:0px auto;
}
.nei_content .nei_right .nei_r_tit b {
  display: block;
  font-size: 20px;
  color: #232323;
  line-height: 24px;
}
.nei_content .nei_right .nei_r_tit h1 {
  display: block;
  font-size: 20px;
  color: #232323;
  line-height: 24px;
}
.nei_content .nei_right .nei_r_tit .line {
  width: 60px;
  height: 2px;
  background-color: #025098;
  margin-top: 10px;
}
.nei_content .nei_right .news {
  margin-top: 20px;
}
.nei_content .nei_right .news a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}

.nei_content .nei_right .news a .news_img {
  width: 218px;
  height: 140px;
  position: relative;
  float: left;
  overflow: hidden;
}
.nei_content .nei_right .news a .news_img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nei_content .nei_right .news a .news_wen {
  width: 625px;
  height: 140px;
  float: right;
}
.nei_content .nei_right .news a .news_wen .news_tit {
  height: 22px;
}
.nei_content .nei_right .news a .news_wen .news_tit b {
  display: block;
  float: left;
  font-size: 18px;
  color: #222222;
  width: 500px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.nei_content .nei_right .news a .news_wen .news_tit em {
  display: block;
  float: right;
  font-size: 12px;
  color: #666666;
  width: 120px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-align: right;
}
.nei_content .nei_right .news a .news_wen p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-top: 8px;
}
.nei_content .nei_right .news a .news_wen i {
  display: block;
  font-size: 12px;
  color: #025098;
  margin-top: 20px;
}
.nei_content .nei_right .news a:hover .news_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nei_content .nei_right .news a:hover .news_wen b {
  color: #025098;
}
.mulu {
  width: 100%;
  text-align: center;
}
.mulu a {
  display: inline-block;
  width: 30px;
  height: 32px;
  line-height: 30px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  color: #333333;
  margin: 0 2px;
  vertical-align: top;
}
.mulu a:hover {
  background-color: #025098;
  border: 1px solid #025098;
  color: #ffffff;
}
.mulu i {
  display: inline-block;
  line-height: 25px;
  color: #333;
}
.mulu a.active {
  background-color: #025098;
  border: 1px solid #025098;
  color: #ffffff;
}
.contact {
  width: 100%;
  padding: 80px 0 85px 0;
}
.contact .con {
  display: inline-block;
  width: 270px;
  margin: 0 13px;
}
.contact .con .con_img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
.contact .con p {
  font-size: 14px;
  color: #232323;
  font-family: "Arial", "宋体", serif;
  margin-top: 25px;
}
.map {
  width: 100%;
  height: 427px;
}
.products {
  margin-top: 20px;
}
.caseinfo h1{ font-size:24px; text-align:center; line-height:60px; font-weight:bold;}
.caseinfo .datetime{ text-align:center; color:#999; padding-bottom:10px;}
.caseinfo p,.caseinfo div{ font-size:14px; line-height:32px; }

.products .products_p {
  width: 100%;
}
.products .products_p .products_pin {
  width: 377px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid #025098;
  float: left;
}
.products .products_p .products_pin a {
  display: block;
  position: relative;
}
.products .products_p .products_pin a .in_pro_img {
  width:377px;
  height: 267px;
  position: relative;
  border:1px solid #CCC;
}
.in_pro_img01 {
  width:270px;
  height: 320px;
  position: relative;
  border:1px solid #CCC;
  margin-top:5px;
}
.products .products_p .products_pin a .in_pro_img img{
  width:377px;
  height: 267px;
}
.products .products_p .products_pin a .in_pro_wen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  height: 50px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.products .products_p .products_pin a .in_pro_wen span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 8px;
}
.products .products_p .products_pin a .in_pro_wen p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  padding: 0 18px;
}
.products .products_p .products_pin a .in_pro_wen i {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  width: 80px;
  height: 20px;
  border: 1px solid #829fbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 40px 0 0 18px;
  text-align: center;
}
.products .products_p .products_pin a:hover .in_pro_wen {
  background-color: #025098;
  background-color: rgba(2, 80, 152, 0.75);
  height: 100%;
  padding: 40px 0 ;
}

.products .p_miao {
  display: block;
  font-size: 16px;
  color: #232323;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
  margin-top: 35px;
  font-weight:bold;
}
.products .products_wen p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
.products .products_wen div {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}
.products .products_wen em {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #232323;
  margin-top: 26px;
  padding: 0 20px;
  position: relative;
}
.products .products_wen em:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #025098;
  left: 6px;
  top: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.products .products_wen strong{ font-size:14px; }
.products .products_wen table{ width:100%;}
.products .products_wen table tr{ border: 1px solid #ddd;}
.products .products_wen table tr td{line-height:35px; padding-left:15px; color:#6f6f6f;border-left: 1px solid #ddd;}
.products .products_wen table tr td strong{ color:#6f6f6f;}
.aboutus {
  margin-top: 0px;
}
.aboutus .aboutus_wen p {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 15px;
  text-indent:28px;
}
.aboutus .aboutus_wen div {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  margin-top: 15px;
}


.xgcase {
  margin-top: 20px;
}
.xgcase a {
  display: block;
  width: 270px;
  height: 260px;
  float: left;
  margin-right: 30px;
}
.xgcase a .in_case_img {
  width: 270px;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.xgcase a .in_case_img img {
  width: 270px;
  height: 210px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.xgcase a span {
  display: block;
  font-size: 16px;
  background-color: #ecebe9;
  padding: 0 20px;
  border-bottom: 2px solid #025098;
  line-height: 50px;
  color: #333333;
  height: 50px;
  overflow: hidden;
}
.xgcase a:hover .in_case_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xgcase a:hover span {
  background-color: #025098;
  color: #fff;
}
.pc-slide {
  width: 100%;
}
.pc-slide .view {
  width: 690px;
  height: 423px;
  float: left;
  border:1px solid #CCC;
}
.pc-slide .view .view_img {
  width: 690px;
  height: 421px;
  position: relative;

}
.pc-slide .view .view_img img {
  width: 690px;
  height: 421px;
}
.pc-slide .preview {
  width: 169px;
  height: 421px;
  float: right;
}
.pc-slide .preview .preview_img {
  width: 169px;
  height: 100px;
  position: relative;
  margin-bottom: 7px;
}
.pc-slide .preview .preview_img img {
  width: 169px;
  height: 100px;
}
.pc-slide .preview .slick-current {
  border: 1px solid #025098;
}
.pc-slide .preview .slick-current img {
  border: 2px solid #ffffff;
}

.certificates_imglist{}
.certificates_imglist ul{ width:920px;}
.certificates_imglist ul li{ width:200px; height:283px; float:left; margin-right:23px;  margin-bottom:40px; position:relative;}
.certificates_imglist ul li a img{ width:200px; height:283px;border:1px #CCCCCC solid;}
.certificates_imglist ul li span{ display:block; text-align:center; height:50px; line-height:50px; font-size:16px; font-weight:bold; position:absolute; width:100%; bottom:0; left:0; color:#fff; z-index:100}
.certificates_imglist ul li p{ background:#060706; filter:alpha(opacity=30);-moz-opacity:0.3;	-khtml-opacity: 0.3;opacity: 0.3; display:block; height:50px; line-height:50px; position:absolute; width:100%; bottom:0; left:0; z-index:99;}

.partner {
	width:890px;
}
.partner a {
  float: left;
  margin-right: 17px;
  width: 160px;
  margin-bottom: 20px;
}
.partner a .news-img {
  width: 160px;
  height: 84px;
  position: relative;
  overflow: hidden;
}
.partner a .news-img img {
  width: 160px;
  height: 84px;
  border: 1px solid #d8d8d8;
}


.case{}
.case ul{ width:920px;}
.case ul li{ width:270px; height:210px; float:left; margin-right:29px;  margin-bottom:20px; position:relative;}
.case ul li a img{ width:270px; height:210px;border:1px #CCCCCC solid;}
.case ul li span{ display:block; text-align:center; height:50px; line-height:50px; font-size:16px; padding:0 5px;position:absolute; width:100%; bottom:0; left:0; color:#fff; z-index:100}
.case ul li p{ background:#060706; filter:alpha(opacity=30);-moz-opacity:0.3;	-khtml-opacity: 0.3;opacity: 0.3; display:block; height:50px; line-height:50px; position:absolute; width:100%; bottom:0; left:0; z-index:99;}


/**分页样式*/   
.pager { margin:auto; text-align:center; height:40px; }
.pager a{ border:#999999 1px solid; border-radius:4px; color: #999999; padding:6px 10px; margin-left:5px;}
.pager span{ margin-left:5px;padding:6px 10px;border-radius:4px; border:#025098 1px solid; }
.pager a:hover ,#pager a:active { border:#025098 1px solid; color:#fff; background:#025098;}
.pager span.current {   font-weight:bold; color:#fff; background:#025098;}
.pager span.disabled { color: #999999; padding:6px 10px; border:#999999 1px solid; }

.provnext{padding:0 5px; }
.prov{ height:24px; line-height:24px; font-size:14px;color:#666; }
.next{ height:24px; line-height:24px;font-size:14px;color:#666;}
.next a,.prov a{ color:#666; font-weight:bold; font-size:14px;}
.next a:hover,.prov a:hover{ color:#025098; font-weight:bold; font-size:14px; text-decoration:underline;}

hr{ clear:both; border:0; background:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.i2{ display:block; clear:both; height:2px; line-height:2px; font-size:2px; overflow:hidden;}
.i5{ display:block; clear:both; height:5px; line-height:5px; font-size:5px; overflow:hidden;}
.i8{ display:block; clear:both; height:8px; line-height:8px; font-size:8px; overflow:hidden;}
.i10{ display:block; clear:both; height:10px; line-height:10px; font-size:10px; overflow:hidden;}
.i12{ display:block; clear:both; height:10px; line-height:12px; font-size:12px; overflow:hidden;}
.i15{ display:block; clear:both; height:15px; line-height:15px; font-size:15px; overflow:hidden;}
.i20{ display:block; clear:both; height:20px; line-height:20px; font-size:20px; overflow:hidden;}
.i25{ display:block; clear:both; height:25px; line-height:25px; font-size:25px; overflow:hidden;}
.i30{ display:block; clear:both; height:30px; line-height:30px; font-size:30px; overflow:hidden;}
.i50{ display:block; clear:both; height:50px; line-height:50px; font-size:30px; overflow:hidden;}
.nobg{ background:none!important;}
.noborder{ border:none!important;}
.nei_content .nei_right .news {
  margin-top: 20px;
}
.nei_content .nei_right .news a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
.nei_content .nei_right .news a .news_img {
  width: 218px;
  height: 140px;
  position: relative;
  float: left;
  overflow: hidden;
}
.nei_content .nei_right .news a .news_img img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nei_content .nei_right .news a .news_wen {
  width: 785px;
  height: 140px;
  float: right;
  margin-left:15px;
}
.nei_content .nei_right .news a .news_wen .news_tit {
  height: 22px;
}
.nei_content .nei_right .news a .news_wen .news_tit b {
  display: block;
  float: left;
  font-size: 18px;
  color: #222222;
  width: 650px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.nei_content .nei_right .news a .news_wen .news_tit em {
  display: block;
  float: right;
  font-size: 12px;
  color: #666666;
  width: 120px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-align: right;
}
.nei_content .nei_right .news a .news_wen p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  margin-top: 8px;
}
.nei_content .nei_right .news a .news_wen i {
  display: block;
  font-size: 12px;
  color: #025098;
  margin-top: 20px;
}
.nei_content .nei_right .news a:hover .news_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.nei_content .nei_right .news a:hover .news_wen b {
  color: #025098;
}

.gsjj{ font-size:16px; line-height:30px; text-indent:32px;}
.zs{ margin:5px; border:1px #ccc solid; text-align:center;width:377px; float:left; height:264px;}
.zl{ margin:5px; border:1px #ccc solid; text-align:center;width:270px; float:left; height:264px; padding-top:5px}
.gscenter {
  width: 1200px;
  margin:0px auto;
}
.gsline {
  width: 100px;
  height: 2px;
  background-color: #025098;
  margin-top: 10px;
  text-align:center;
}
.gsmc{
   margin:0px auto;
   width:100px;
   margin-top:50px;
}
.gsmc b{
  display: block;
  font-size: 20px;
  color: #232323;
  line-height: 24px;
  text-align:center;
}
.gsmcxx{
   margin:0px auto;
   width:100%;
   margin-top:30px;
   text-align:center;
}
.gsmcxx b{
  display: block;
  font-size: 20px;
  color: #232323;
  line-height: 24px;
}
.gstitle{color:#007ac3; font-size:16px; font-weight:bold;}
.bk{ border:1px #e3e3e3 solid; padding:10px; margin:10px 0px;}
.qywh {
  width: 585px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid #025098;
  float: left;
}
.qywh a {
  display: block;
  position: relative;
}
 .qywh a .in_pro_img {
  width:585px;
  height: 380px;
  position: relative;
  border:1px solid #CCC;
}
.qywh01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  height: 50px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qywh01 span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0 18px;
}
.qywh01 p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  height: 90px;
  overflow: hidden;
  padding: 0 18px;
}
.zzt{ width:100%;
width:377px;
float:left;
margin-right:30px; 
margin-bottom:30px; 
border:1px #ccc solid;
text-align:center;
} 

.zztitle{ width:100%; line-height:40px; background:#3688da; font-size:14px; text-align:center; width:100%; color:#FFFFFF;}
.zzbanner{ background:url(zzbanner.jpg) no-repeat center;  width:100%; margin:-3px 0px 0px 0px; padding:0px; }
.yjbanner{ width:100%; margin:-3px 0px 0px 0px; padding:0px; }
.gywmbanner{background: url(img_qybanner.jpg) no-repeat center;  width:100%; margin:-3px 0px 0px 0px; padding:0px;}
.qywhbanner{background:url(qywhbanner.jpg) no-repeat center; ; width:100%; margin:-3px 0px 0px 0px; padding:0px;}
.xwzxbanner{background:url(xwzxbanner.jpg) no-repeat center;  width:100%; margin:-3px 0px 0px 0px; padding:0px;}
.zpbanner{background:url(zpbanner.jpg) no-repeat center; height:300px; width:100%; margin:-3px 0px 0px 0px; padding:0px;}
.lwtitle{ font-weight:bold; display:inline-block; width:100%; line-height:30px; font-size:14px; color:#000;}
.lwtable{ border:1px #ccc solid; border-collapse:collapse; }
.lwtable td{ border:1px #ccc solid; border-collapse:collapse;  padding:3px; margin:5px; }
.hjtitle{ background:#f6f6f6}
/*招聘信息*/
.zptable{ border:1px #acd3fa solid; border-collapse:collapse;}
.zptable td { border:1px #acd3fa solid; border-collapse:collapse; color:#232323; font-size:14px; height:40px; line-height:25px; padding:5px;}
.zptitle{ background:#dceeff; text-align:center}
.zpzw{ color:#007ac3; font-size:24px; padding:10px;}
/*简历*/
.jltable{ border-collapse:collapse; border:1px #c6c6c6 solid; line-height:30px; text-align:center; margin-top:20px;
 }
.jltable td{ border-collapse:collapse; border:1px #c6c6c6 solid;}
.qyjjL{ width:100%; background:url(img_bg.jpg) center no-repeat;  background-size:100%; min-height:320px; margin-top:30px;}
.tele{ font-size:36px !important; font-style:italic !important;}
.bemail{ font-size:14px !important; margin-top:10px!important;}
.bemail a:hover{ color:#fff !important;}
.dh{ width:100%; background:#0066cb; height:25px;}
.dhdiv{ width:1200px; margin:auto; }
.welcome{ color:#fff; font-size:12px; float:left; line-height:25px; padding-left:35px; }
.email{ color:#fff; font-size:12px; float:right; line-height:25px; display:none;}
.jjdiv{ width:1200px; margin:auto; color:#fff;}
.jjcontent{ width:50%; margin-left:5%; padding-bottom:20px; }
.jjtitle{color:#fff; font-size:18px; font-weight:bold; line-height:42px; padding-top:20px;}
.jjtitle span{ color:#fff; font-size:14px; font-weight:100; display:inline-block; padding-left:10px;}
.jjtext{ color:#fff; font-size:14px; line-height:36px;}
.jjtext p{ text-indent:28px;}
.bcindex{ color:#0066cb; border-bottom:2px #0066cb solid;}