@charset "utf-8";

/*全局*/

@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot');
    /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont";
    font-size: 25px !important;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('font/helveticaneueltpro-thex');
    /* IE9*/
    src: url('font/helveticaneueltpro-thex') format('embedded-opentype'), /* IE6-IE8 */
    url('font/helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
    url('font/helveticaneueltpro-thex.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #666;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:active {
    background-color: #ddd;
}

* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    float: left;
    clear: both;
}

.en_container {
    width: 1000px;
    margin: 0 auto;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.main {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}

body {
    min-width: 1000px;
    min-height: 100%;
    color: #333;
    font-size: 13px;
    background: #fff;
    font-family: arial, "microsoft yahei";
    -webkit-font-smoothing: antialiased;
    padding-top: 142px;
}

body img {
    border: none;
    max-width: 100%;
}

body a {
    text-decoration: none;
    color: #555;
    /*line-height: 200%; */
}

body ul,
body ol {
    list-style: none;
}

body em {
    font-style: normal;
}

body input,
body textarea,
body select {
    border: none;
    outline: none;
}


/*弹出*/

.drug {
    max-width: 960px;
    max-height: 480px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -230px;
    padding: 20px;
    z-index: 10001;
    border-radius: 5px;
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    display: none;
    -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    overflow: hidden;
    transform: translate(-50%, -50%);
}

.drug ul {
    width: 99%;
    height: 480px;
    overflow-y: auto;
    float: left;
}

.mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #000;
    opacity: 0.6;
    -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

.dr_ul li {
    float: left;
    margin: 10px;
    width: 290px;
    height: 0;
    padding-bottom: 290px;
    overflow: hidden;
    position: relative;
}

.dr_ul li:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.dr_ul li img {
    width: 100%;
    min-height: 290px;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.drug i:hover {
    transform: rotate(90deg);
}

.drug i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}


/*cql*/

.ficont {
    margin-top: 150px;
    padding: 20px;
    width: 500px;
    height: 180px;
    background-image: url(../images/bg.png);
    margin-left: auto;
    margin-right: auto;
}

.ficont .title {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    color: #f5f9f9;
    padding-top: 15px;
}

.ficont .content {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #f5f9f9;
}

.ficont .button {
    margin-top: 10px;
    padding: 5px 0;
    width: 100px;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #abcd03;
}

.en_con .list {
    float: left;
    width: 440px;
    /*height: 230px;*/
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #3898a9;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.en_con .list .title {
    width: 100%;
    height: 100px;
    display: block;
}

.submit span {
    color: #FFFFFF;
    padding: 10px 20px;
    background-color: #0b8c44;
    cursor: pointer;
}

.en_con .list .title .img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #3898a9;
    display: block;
    float: left;
}

.en_con .list .title .img img {
    border-radius: 100%;
    width: 90px;
    padding: 5px;
}

.en_con .list .title .display {
    float: left;
    width: 300px;
    color: #03859a;
    padding: 30px 10px;
}

.en_con .list .content {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding: 10px 0px;
    width: 100%;
    height: 100px;
    line-height: 150%;
    display: block;
}

.wd {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 35%;
    bottom: 400px;
    width: 580px;
    height: 180px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
    clear: both;
    padding: 20px;
    z-index: 10000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

body.wd-show #wd-container {
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
    display: block;
}

#wd-dialog-mask-pc {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    ;
    z-index: 9999;
    display: none;
}

.wd .img {
    float: left;
    width: 120px;
    height: 170px;
}

.wd .img img {
    width: 120px;
    height: 170px;
}

.wd .con {
    float: left;
    width: 400px;
    padding: 0px 20px;
}

.wd .con .title {
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px #DDDDDD solid;
    line-height: 150%;
    font-size: 14px;
}

.wd .con .content {
    padding: 10px 0px;
    line-height: 150%;
}


/*简易*/

.f12 {
    -webkit-font-smoothing: none;
    font-size: 12px;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-arial {
    font-family: arial;
}

.w100 {
    width: 100%;
}

.display100 {
    display: block;
    width: 100%;
    height: 100%;
}

.rel {
    position: relative;
}

.m-h500 {
    height: 500px;
}

.clearfix:after {
    clear: both;
    visibility: hidden;
    display: table;
    content: '';
    height: 0;
}


/*top*/

.header_bk {
    height: 142px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    box-sizing: border-box;
}

.header {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    width: auto;
    height: 76px;
    float: left;
    width: 375px;
    background: url(logo.png) no-repeat;
    margin-top: 12px;
}

.header .logo.b {
    background: url(logo_b.png) no-repeat;
    height: 64px;
    margin: 3px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .nav {
    width: auto;
    float: right;
    height: 100%;
    margin-right: 80px;
}

.header_nav .nav li {
    width: auto;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 15px;
}

.header_nav .nav li a {
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    display: block;
    line-height: 42px;
    padding: 0 30px;
}

.header_nav .nav li a:hover,
.header_nav .nav li a.on {
    color: #fff;
    background: #006d30;
}

.header_nav .nav li a:hover:after,
.header_nav .nav li a.on:after {
    height: 100%;
}


/*flash*/
#banner {
  width: 100%;
  background: url(load.gif) no-repeat center;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}
.cn_pro-switch{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 560px;
}
.cn_flexslider {
  margin: 0;
  padding: 0;
}
.cn_flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.cn_flexslider .slides li {
  width: 100%;
  display: block;
  height: 560px;
}
.cn_flexslider .slides .img {
  width: 100%;
  display: block;
  height: 560px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: 300px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 300px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.cn_flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.cn_flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 0 5px;
    background: rgba(0,158,123,0.6);
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    transition: width,background 0.4s;
}
.flex-control-paging li a.flex-active {    background: rgba(0,158,123,0.6);
    cursor: default;
    width: 50px;
}

/*list*/

.i_list {
    padding: 45px 0 15px 0;
    overflow: hidden;
}

.index_list {
    width: 1000px;
    clear: both;
}

.index_list {
    width: 1022.5px;
    margin-left: -22.5px;
}

.index_list ul li {
    width: 178px;
    height: 225px;
    background: #fff;
    position: relative;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    float: left;
    margin-left: 22.5px;
}

.index_list ul li .list_img {
    width: 178px;
    height: 148px;
    position: absolute;
    top: 0;
    left:0;
    overflow: hidden;
    border-radius: 20px;
}

.index_list ul li img {
    padding: 175px 67px 0px 67px;
    display: block;
}

.index_list ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    padding-top: 170px;
}

.i1 {
    background: url(../images/index1.png) no-repeat center;
}

.i2 {
    background: url(../images/nav/activity_show.jpg) no-repeat center;
     background-size: 100% 100%;
}

.i3 {
    background: url(../images/nav/year_show.jpg) no-repeat center;
    background-size: 100% 100%;
}

.i4 {
    background: url(../images/index4.png) no-repeat center;
}

.i5 {
    background: url(../images/index5.png) no-repeat center;
}

.index_list ul li:hover a {
    color: #0b8c44;
}

.index_list ul li a {
    color: #585858;
}


/*exnew*/

.n_tit {
    text-align: center;
    position: relative;
    height: 80px;
}

.n_tit:after {
    content: '';
    width: 150px;
    height: 1px;
    background: #444;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
}

.n_tit h1 {
    color: #0b8c44;
    font-size: 24px;
}

.n_tit p {
    line-height: 35px;
    font-size: 14px;
    color: #999;
}

.news_nav {
    clear: both;
    width: 1000px;
    padding-top: 20px;
    height: 39px;
    border-bottom: 1px solid #d5d5d5;
}

.news_nav ul li {
    float: left;
}

.news_nav ul li a {
    color: #5d5d5d;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    display: block;
    line-height: 40px;
    padding: 0 25px;
}

.news_nav ul li.on a {
    color: #fff;
    background: #0b8c44;
}

.news_nav ul li a:hover,
.news_nav ul li a.on {
    color: #fff;
    background: #0b8c44;
}

.news_left {
    float: left;
    width: 310px;
    height: 290px;
    overflow: hidden;
    margin-top: 20px;
}

.news1_bg {
    position: relative;
}

.news1_bg img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    width: 310px;
    height: 290px;
}

.news1_bg:hover img {
    transform: scale(1.04, 1.04);
}

.news1_con {
    position: absolute;
    bottom: 0;
    width: 310px;
    height: 0;
    background: #0b8c44;
    opacity: 0.8;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news1_bg:hover .news1_con {
    height: 290px;
}

.news1_bg .news1_con h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 50px;
}

.news1_bg .news1_con p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.news1_bg .news1_con a {
    display: block;
    width: 100px;
    height: 32px;
    background: #fff;
    color: #0b8c44;
    margin-top: 30px;
    text-align: center;
    line-height: 32px;
}

.news1 {
    padding: 40px 20px;
    display: none;
}

.news1_bg:hover .news1_con .news1 {
    display: block;
}

.news_right ul {
    float: right;
    width: 670px;
}

.news_right ul {
    float: right;
    width: 670px;
    margin-top: 4px;
}

.news_right ul li {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;
    margin-top: 16px;
}

.date {
    width: 60px;
    height: 70px;
    background: #00a0e9;
    color: #fff;
    font-family: "Helvetica";
    text-align: center;
    float: left;
}

.date .y_m {
    font-size: 13px;
    margin-top: 10px;
}

.date .day {
    font-size: 36px;
}

.news_con {
    width: 570px;
    float: right;
    padding: 0 20px;
}

.news_con a {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_con a .on {
    color: #00a0e9;
}

.news_con a:hover {
    color: #00a0e9;
}

.news_con p {
    font-size: 12px;
    font-family: "宋体";
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #666;
    display: block;
}


/*foot*/

.foot {
    width: 100%;
    overflow: hidden;
    float: left;
    background: #0b8c44;
    padding: 10px 0
}

.foot_other {
    float: right;
    text-align: right;
    padding-right: 25px;
    color: #fff;
    font-family: arial, "宋体";
    padding-top: 8px;
    width: 905px;
}

.foot_other a {
    color: #fff;
}

.foot_other i {
    padding: 0 10px;
    font-style: normal;
}

.qrcode {
    width: 70px;
    height: 70px;
    float: right;
}

.qrcode img {
    width: 100%;
}

.lh30 {
    line-height: 35px;
}

.web_f {
    width: 100%;
    height: 300px;
    background-size: cover;
}

.web_nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #d5d5d5 solid;
    color: #666;
    margin: 40px 0;
    position: relative;
}

.web_nav li {
    float: left;
    min-width: 120px;
    text-align: center;
    height: 45px;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_nav li:hover,
.web_nav li.on {
    color: #fff;
    background: #009f56;
}

.web_nav li:hover a,
.web_nav li.on a {
    color: #fff;
    background: #009f56;
}

.web_nav li a {
    display: block;
    width: auto;
    height: 100%;
    color: #000;
    line-height: 50px;
}

.web_nav span {
    position: absolute;
    right: 0;
    color: #000;
    line-height: 50px;
    top: 0px;
}

.web_nav li:hover .down {
    display: block;
    background-color: #fff;
}

.web_nav li:hover .down a {
    color: #949494;
    background-color: #fff;
}

.web_nav li:hover .down a:hover {
    color: #fff;
    background-color: #0b8c44;
}

.web_nav li .down {
    position: absolute;
    width: 100%;
    text-align: center;
    height: auto;
    left: 0;
    top: 50px;
    background-color: #fff;
    z-index: 999;
    display: none;
    text-align: center;
}


/*about and contact*/

.ab_p {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.ab_p h3 {
    text-align: center;
    font-size: 28px;
    color: #222;
    padding-bottom: 40px;
}

.ab_text {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    width: 550px;
    float: left;
}

.ab_c {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.ab_tit {
    width: 1000px;
    height: 278px;
    background: url(../images/ab_tit.png) no-repeat center;
    padding-bottom: 40px;
}

.ab_p1 {
    width: 590px;
    float: left;
}

.ab_img {
    width: 581px;
    height: 281px;
    background: url(../images/about_cnimg.png) no-repeat center;
    float: right;
}

.ab_p2 {
    width: 1000px;
    float: left;
}

.w550 {
    width: 550px;
}

.w1000 {
    width: 1000px;
    padding-top: 20px;
}

.ab_c .join {
    width: 100%;
}

.join .join_list {
    width: 47%;
    padding: 10px;
    padding-bottom: 60px;
    float: left;
    border: 1px #cdcdcd solid;
    border-radius: 10px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}

.join .join_list .submit {
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: #03859a;
    color: #fff;
    padding: 5px 20px;
}

.join .content {
    padding: 10px 0px;
    line-height: 30px;
    font-size: 12px;
}

.join .title {
    border-bottom: 1px solid #e3e3e3;
    line-height: 45px;
}

.join .title span {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.join .title .person {
    color: #03859a;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ab_img2 {
    width: 1000px;
    height: 185px;
    clear: both;
    padding-top: 40px;
    position: relative;
}


/*idea*/

.idea {
    width: 1000px;
}



.sr {
    width: 1000px;
    height: 864px;
    background: url(../images/sr.png) no-repeat center;
}

.advanced {
    width: 1000px;
    height: 900px;
    background: url(../images/advanced.jpg) no-repeat center;
}

.advanced_p {
    color: #6b6b6b;
    line-height: 30px;
}

.advanced_p h4 {
    font-size: 34px;
    line-height: 90px;
    font-weight: normal;
}


/*技术*/

.skill_bg {
    width: 1341px;
    height: 863px;
    background: url('../images/skill_c.jpg') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 120px;
}


/*产品*/

.web_prolist {
    overflow: hidden;
    margin-left: -25px;
}

.web_prolist li {
    float: left;
    margin-left: 23px;
    width: 220px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px #eee solid;
}

.web_prolist li a {
    display: block;
    width: 100%;
}

.web_prolist li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #0b8c44;
    text-align: center;
    font-size: 14px;
}


/*vi and join[[*/

.vi_list {
    margin-left: -25px;
    float: left;
    clear: both;
    padding-bottom: 80px;
}

.vi_list li {
    float: left;
    margin-left: 25px;
    width: 220px;
    height: 240px;
}

.vi_list li a {
    display: block;
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.vi_list li span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}

.join_main {
    width: 1093px;
    margin: 70px 54px;
    float: left;
    clear: both;
    min-height: 432px;
    background: #f7f7f7;
    margin-bottom: 310px;
    box-shadow: 5px 0px 5px #e5e4e3;
}

.join_main:before {
    content: '';
    background: url(../images/join_bg.png) no-repeat bottom left #fff;
    width: 1100px;
    height: 260px;
    position: absolute;
    left: -2px;
    bottom: -240px;
    background-size: cover;
    z-index: 88;
}

.join_c {
    width: 996px;
    margin: 0px 52px;
    font-size: 13px;
    line-height: 30px;
    border-bottom: 1px #ddd solid;
    float: left;
    padding-bottom: 30px;
}

.join_tel {
    width: 996px;
    margin: 30px 52px;
    float: left;
    line-height: 15px;
    height: 22px;
    border-left: 3px #000 solid;
    text-indent: 20px;
    font-size: 18px;
}

.join_tel b {
    font-size: 30px;
}


/*]]vi and join*/


/*news*/

.newslist li {
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    position: relative;
}

.newslist li .bimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: url(logo.png) no-repeat center;
    box-shadow: 0px 0px 2px #666;
    -webkit-box-shadow: 0px 0px 2px #666;
    -moz-box-shadow: 0px 0px 2px #666;
    overflow: hidden;
    background-size: 90% !important;
}

.newslist li .bimg .item_link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.newslist li .bimg .item_link_icon i {
    color: #eee;
    margin-top: 7px;
}

.fa {
    display: inline-block;
    font: normal normal normal 10px/1 iconfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.newslist li:hover .bimg .item_mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.5);
}

.newslist li .bimg .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.newslist li .bimg img {
    width: 100%;
    transition: all ease-out .3s .1s;
}

.newslist li:hover .bimg img {
    transform: scale(1.1, 1.1);
}

.newslist li a {
    position: absolute;
    left: 325px;
    height: 35px;
    line-height: 35px;
    top: 3px;
    display: block;
    max-width: 600px;
    font-size: 18px;
    color: #000;
}

.newslist li h3 {
    font-weight: normal;
}

.newslist li h3:before {
    z-index: 999;
    position: absolute;
    top: 40px;
    left: 325px;
    height: 1px;
    content: "";
    width: 30px;
    background: #999;
    transition: width .6s ease-out;
}

.newslist li:hover h3:before {
    width: 675px;
}

.newslist li a:hover {
    color: #0b8c44;
}

.newslist li span {
    position: absolute;
    left: 325px;
    height: 30px;
    line-height: 30px;
    bottom: 10px;
    display: block;
    max-width: 600px;
    font-size: 14px;
}

.newslist li .item {
    color: #666;
    position: absolute;
    left: 325px;
    height: 84px;
    line-height: 28px;
    top: 40px;
    display: block;
    width: 675px;
    font-size: 14px;
    border-top: 1px #ddd solid;
    padding-top: 10px;
    overflow: hidden;
}

.news_show_time {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ddd solid;
    font-size: 14px;
}

.news_show_content {
    line-height: 30px;
    font-size: 13px;
    padding: 10px 0 80px 0;
}


/*service*/

.problemlist {
    padding-bottom: 100px;
}

.problemlist li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #DADCD9 solid;
    margin: 12px 0;
}

.problemlist li a {
    display: block;
    width: 90%;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
}

.web_service_title {
    background: url(../images/service_title.png) no-repeat center;
    height: 64px;
    width: 241px;
    left: 50%;
    margin-left: -120px;
    bottom: -10px;
    position: absolute;
}

.ser_c {
    line-height: 36px;
    font-size: 16px;
    margin: 60px 0;
}

.ser_c p {
    /*text-indent: 2em;*/
}


/*分页*/

.curr {
    border: 1px solid #CCC;
    color: #CCC;
    display: inline;
    padding: 4px 8px;
}

a.page {
    border: 1px solid #eee;
    text-decoration: none;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    background-color: #0b8c44;
}

a.page:visited {
    border: 1px solid #fff;
    text-decoration: none;
    padding: 4px 8px;
}

.ra {
    color: #000;
}

.ra a,
.ra a:link {
    color: #000;
    text-decoration: none;
}

.ra a:hover {
    color: #000;
    text-decoration: underline;
}

.red {
    color: #ff0000;
}

.yrr {
    color: #FF9900;
}

.bb {
    font-weight: bold;
}

.expage {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-left: 65px;
}

.error {
    border: 1px #f40 solid;
}

.right {
    border: 1px #44b549 solid;
}


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

.wrap_pro {
    width: 100%;
    height: auto;
    padding: 75px 0;
    padding-bottom: 60px;
    float: left;
    clear: both;
}

.wrap_pro:nth-child(odd) {
    background: #f8f8f8;
}

.prolist_t i {
    display: block;
    width: 80px;
    height: 2px;
    background: #555;
}

.main_pro {
    width: 1000px;
    margin: 0 auto;
    height: auto;
}

.cn_main_pro {
    width: 1000px;
    margin: 0 auto;
    height: auto;
}

.prolist_t b {
    font-size: 22px;
}

.prolist_t {
    width: 300px;
    height: 150px;
    font-size: 18px;
    font-family: arial;
    color: #585858;
    float: left;
    clear: both;
    position: relative;
    line-height: 30px;
}

.prolist_t font {
    font: normal 18px/30px "microsoft yahei", Helvetica, sans-serif;
    color: #585858;
}

.cn_main_pro .prolist_c {
    width: 870px;
    margin-left: -17px;
    float: right;
}

.prolist_c {
    width: 657px;
    margin-left: -17px;
    float: right;
}

.prolist_c li {
    float: left;
    width: 195px;
    height: 165px;
    margin-bottom: 15px;
    margin-left: 17px;
}

.prolist_c li img {
    border-radius: 10px;
}

.prolist_c li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.prolist_c li .type {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 195px;
    height: 30px;
    color: #fff;
    background: #0b8c44;
    opacity: 0.8;
    text-align: center;
    line-height: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prolist_c li a:hover .type {
    display: block;
}

.re_tit {
    width: 1000px;
    height: 90px;
    background: url(../images/related.jpg) no-repeat center;
}

.cn_re_tit {
    width: 1000px;
    height: 154px;
    background: url(../images/cn.jpg) no-repeat center;
}

.re_bg {
    width: 1000px;
    height: 440px;
    background: url(../images/re_bg.png) no-repeat center;
    margin-top: 70px;
}

.re_bg ul li {
    width: 250px;
    height: 220px;
    float: left;
}

.re_bg ul li:hover {
    box-shadow: 0 2px 16px #d5d5d5, 0 0 1px #d5d5d5, 0 0 1px #d5d5d5;
    transition: 0.8s;
}


/*skill*/

.skill {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.s_1 {
    height: 683px;
    background: url(../images/skill_1.jpg) no-repeat center;
}

.ptb50 {
    padding: 50px 0;
    background: #f8f8f8;
}

.s_2 {
    width: 1000px;
    margin: 0 auto;
    height: 270px;
    background: url(../images/skill_2.jpg) no-repeat center;
}

.s_3 {
    height: 360px;
    background: url(../images/skill_3.jpg) no-repeat center;
}

.s_4 {
    width: 1000px;
    margin: 0 auto;
    height: 272px;
    background: url(../images/skill_4.jpg) no-repeat center;
}

.s_5 {
    height: 311px;
    background: url(../images/skill_5.jpg) no-repeat center;
}

.ab_bk {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: url(../images/about.png) no-repeat center;
    height: 99px;
}

.text_p {
    float: left;
    line-height: 35px;
    width: 500px;
    padding-bottom: 15px;
}

.text_img {
    background: url(../images/about_img.png) no-repeat;
    width: 480px;
    height: 283px;
    float: right;
}

.text_p2 {
    float: left;
    width: 1000px;
    line-height: 35px;
}

.text_img2 {
    width: 1000px;
    float: left;
    background: url(../images/ab_us.png) no-repeat center;
    height: 156px;
    margin-top: 40px;
}

.related {
    width: 1000px;
    margin: 0 auto;
}

.r_top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.r_topl {
    float: left;
    width: 250px;
}

.r_topr {
    float: left;
    width: 700px;
    margin-left: 50px;
    text-align: left;
    padding-top: 25px;
    color: #666;
}

.r_topr h3 {
    font-size: 40px;
    line-height: 70px;
}

.r_top p {
    font-size: 14px;
    line-height: 30px;
}

.r_list_en {
    padding: 20px;
}

.r_list_en ul li {
    width: 228px;
    height: 228px;
    border: 1px solid #d5d5d5;
    background: #000;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}

.r_list_en ul {
    margin-left: -10px;
}

.i_name {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #0b8c44;
    position: absolute;
    bottom: 0;
    font-style: normal;
}

.r_list_en ul li:hover .i_name {
    display: block;
}

.ab_img2 ul {
    height: 200px;
    width: 1244px;
    margin-left: -10px;
    margin-top: 20px;
    position: relative;
}

.ab_img2 ul li {
    width: 242.5px;
    height: 0;
    padding-bottom: 200px;
    margin-left: 10px;
    float: left;
    position: relative;
    overflow: hidden;
}

.ab_img2 .pro_next:hover {
    background-color: rgba(11, 140, 68, .8);
}

.ab_img2 .pro_prv:hover {
    background-color: rgba(11, 140, 68, .8);
}

.ab_img2 .pro_prv {
    width: 28px;
    height: 50px;
    left: 15px;
    top: 50%;
    background-image: url(ab_prv.png);
    position: absolute;
    cursor: pointer;
    margin-top: 25px;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ab_img2 .pro_next {
    width: 28px;
    margin-top: 25px;
    height: 50px;
    right: 15px;
    top: 50%;
    background-image: url(ab_next.png);
    background-size: cover;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*.jxs_login {
   margin: 0 auto;
    height: 420px; 
    background: #f3f3f3;
    border-radius: 10px;
    width: 360px;
}
.jxs_login h2 {
    display: block;
    width: 100%;
    line-height: 80px;
    font-size: 22px;
    color: #0b8c44;
    text-align: center;
}
.jxs_login input {
    width: 80%;
    margin: 10px 10%;
    border: 1px #ddd solid;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-indent: 15px;
    font-size: 22px;
}
.jxs_login input[type='submit'] {
    background: #0b8c44;
    color: #fff;
    cursor: pointer;
}

.jxs_login input {
    width: 80%;
    margin: 10px 10%;
    border: 1px #ddd solid;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-indent: 15px;
    font-size: 22px;
}*/


/*康民*/

.header_right {
    float: right;
    text-align: right;
    padding: 24.5px 0;
}

.header_right .h_r_top {
    font-size: 12px;
    font-family: "microsoft yahei";
    color: #000;
}

.header_right .h_r_top font {
    font-size: 18px;
    padding-left: 10px;
    ;
}

.header_right .h_r_bot {
    font-size: 13px;
    color: #999;
    padding-top: 5px;
}

.header_nav {
    width: 100%;
    height: 42px;
    background: #0b8c44;
}

.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*首页活动*/

.activity {
    padding: 50px 0;
    background: #eefad8;
    clear: both;
}

.a_left {
    float: left;
    width: 570px;
}

.a_l_img {
    width: 570px;
    height: 475px;
    overflow: hidden;
}

.activity img {
    width: 100%;
}

.activity h3 {
    font-size: 24px;
    color: #0b8c44;
    padding-bottom: 25px;
}

.a_right {
    float: right;
    width: 404px;
}

.a_r_img {
    width: 404px;
    height: 200px;
    overflow: hidden;
}

.a_r_img img {
    width: 100%;
}

.pt19 {
    padding-top: 19px;
}

.ex_news {
    padding-bottom: 45px;
}

.ab_text {}

.ab_img {
    float: right;
    width: 400px;
    background: url(../images/about.jpg) no-repeat conter;
    height: 250px;
    margin-top: 10px;
}

.mission {
    background: #f7f7f7;
    padding: 30px 0;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}

.mission .n_tit {
    height: 50px;
}

.mis_con {
    padding: 30px 0 0 0;
}

.mis_left {
    float: left;
    width: 62px;
    height: 427px;
    background: url(../images/mission.png) no-repeat center;
    margin-top: 10px;
}

.mis_right {
    float: right;
    width: 900px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.mis_right h3 {
    font-size: 18px;
    color: #0b8c44;
    font-weight: normal;
    line-height: 40px;
}

.pt24 {
    padding-top: 24px;
}

.pt21 {
    padding-top: 21px;
}

.con_left {
    float: left;
    width: 378px;
    height: 397px;
    background: url(../images/conbg.jpg);
    float: left;
    border: 1px solid #eee;
}

.con_right {
    float: right;
    width: 575px;
    text-align: left;
    padding-top: 55px;
}

.con_right h3 {
    font-size: 28px;
    color: #000000;
}

.con_right h4 {
    font-family: arial;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding-bottom: 10px;
}

.con_right ul li {
    line-height: 40px;
    font-family: "microsoft yahei";
}

.con_right .c1 {
    display: inline-block;
    text-align: left;
}

.con_right .c2 {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.icon1 {
    background-position: -7px 2px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon2 {
    background-position: -5px -39px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon3 {
    background-position: -5px -83px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon4 {
    background-position: -5px -127px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon5 {
    background-position: -5px -169px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon6 {
    background-position: -5px -213px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.icon7 {
    background-position: -5px -256px !important;
    background: url(../images/con_icon.png) no-repeat;
}

.con_qrcode {
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
}

.con_qrcode img {
    width: 145px;
}

.con_qrcode p {
    text-align: center;
    line-height: 30px;
    color: #000;
    font-size: 14px;
}


/*header_menu*/

.sub-menu.show {
    opacity: 1;
    top: 142px;
    visibility: inherit;
}

.header_bk .topdown {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    width: 100%;
    position: absolute;
    top: 142px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
    display: none;
    overflow: hidden;
}

.header_bk .topdown ul {
    margin: 0 auto;
    width: 800px;
    position: relative;
}

.header_bk .topdown ul li {
    width: 165px;
    height: 100%;
    float: left;
    margin-left: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 0;
    position: relative;
    left: 50px;
    padding: 20px 0 10px 0;
}

.header_bk .topdown ul li.left {
    opacity: 1;
    left: 0;
}

.header_bk .topdown ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_bk .topdown ul li a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #555;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

#head_d li img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#head_d li p {
    width: 165px;
    height: 118px;
    overflow: hidden;
}

#head_d li:hover img {
    transform: scale(1.1, 1.1);
}

.rep {
    background: #f7f7f7;
    padding: 45px 0;
    font-size: 14px;
}

.jobs {
    padding: 30px 0 0 0;
}

.job_tit {
    padding: 0 55px;
    border-bottom: 1px solid #0b8c44;
    line-height: 50px;
    color: #0B8C44;
    overflow: hidden;
}

.fl {
    float: left;
}

.w340 {
    width: 340px;
    text-align: left;
}

.w80 {
    width: 80px;
    text-align: center;
}

.w110 {
    width: 110px;
    text-align: center;
}

.w240 {
    width: 240px;
    text-align: center;
}

.w120 {
    width: 120px;
    text-align: right;
}

.jobs ul li {
    padding: 0 55px;
    border-bottom: 1px dashed #d5d5d5;
    line-height: 45px;
    color: #666;
    overflow: hidden;
}

.jobs ul li div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jobs a.job_more {
    float: right;
    margin-right: 20px;
    line-height: 50px;
}

.jobs h3 {
    font-size: 16px;
    padding: 60px 0 10px 0;
    color: #0b8c44;
}

.jobs p {
    line-height: 30px;
    color: #666;
}

.msg {
    width: 998px;
    height: 230px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.msgh3 {
    padding-top: 25px;
    font-size: 18px;
    color: #0B8C44;
}

.pt40 {
    padding: 40px 0;
}


/*video*/

.videolist {
    margin-left: -20px;
    width: 1020px;
}

.videolist li {
    float: left;
    width: 235px;
    margin: 20px 0 20px 20px;
    position: relative;
    float: left;
    height: 210px;
}

.videolist li .bimg {
    background-size: 90% !important;
    width: 235px;
    height: 170px;
    background: url(logo.png) no-repeat center;
    box-shadow: 0px 0px 2px #666;
    -webkit-box-shadow: 0px 0px 2px #666;
    -moz-box-shadow: 0px 0px 2px #666;
    overflow: hidden;
    position: relative;
}

.videolist li .bimg img {
    width: 235px;
    height: 170px;
}

.videolist li .bimg .item_link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.videolist li .bimg .item_link_icon i {
    color: #eee;
    margin-top: 5px;
}

.videolist li:hover .bimg .item_mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.8);
}

.videolist li .bimg .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.videolist li .bimg img {
    width: 100%;
    transition: all ease-out .3s .1s;
}

.videolist li:hover .bimg img {
    transform: scale(1.1, 1.1);
}

.videolist li a {
    display: block;
    text-align: center;
    line-height: 40px;
    color: #666;
}

.videolist li span {
    display: block;
    width: 100%;
    height: 100%;
}

.videolist li h3 {
    font-weight: normal;
}

.video_con {
    width: 400px;
    margin: 0 auto;
}

.video_d {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.jobs_con {
    padding: 0 10px 25px 10px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
}

.jobs_left {
    width: 80px;
    text-align: right;
    float: left;
}

.jobs_right {
    width: 850px;
    padding-left: 20px;
    text-align: left;
    float: left;
}

.jobs_con div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrap_case {
    width: 100%;
    height: auto;
    padding: 45px 0;
    float: left;
    clear: both;
}

.wrap_case:nth-child(odd) {
    background: #f8f8f8;
}

.brand_logo {
    float: left;
    height: 175px;
    width: 280px;
    overflow: hidden;
    border-right: 1px solid #eee;
}

.brand_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.brand_logo img {
    height: 175px;
    width: 280px;
}

.brand_detail {
    float: right;
    width: 681px;
    text-align: left;
}

.brand_detail h3 {
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: #444;
}

.brand_detail p {
    line-height: 25px;
    font-size: 13px;
    color: #777;
    height: 75px;
    overflow: hidden;
    width: 100%;
}

.brand_detail a.redmore {
    display: block;
    width: 112px;
    height: 38px;
    border: 1px solid #0b8c44;
    background: #0b8c44;
    line-height: 38px;
    color: #fff;
    float: left;
    margin-top: 15px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.brand_detail a:hover.redmore {
    background: #fff;
    color: #0b8c44;
}


/*经销商*/

.jxs {
    width: 100%;
    background: url('../images/jxs.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    top: 142px;
    bottom: 90px;
    left: 0;
    right: 0;
    z-index: 8;
}

.jxs .jxs_main {
    margin: 0 auto;
    height: 100%;
    width: 1000px;
    position: relative;
}

.jxs .jxs_main .jxs_login {
    width: 300px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    background: rgba(255, 255, 255, .9);
    margin-top: -170px;
    padding: 0 30px;
}

.jxs .jxs_main .jxs_login span {
    display: block;
    font-size: 22px;
    color: #0b8c44;
    line-height: 88px;
    height: 88px;
    width: 100%;
    float: left;
}

.jxs .jxs_main .jxs_login input {
    border: none;
    outline: none;
    -webkit-outline: none;
    margin-top: 2px;
}

.jxs .jxs_main .jxs_login em {
    width: 100%;
    height: 42px;
    position: relative;
    display: block;
}

.jxs .jxs_main .jxs_login em input[type="text"],
.jxs .jxs_main .jxs_login em input[type="password"] {
    height: 40px;
    border-bottom: 1px #dadada solid;
    width: 100%;
    float: left;
    text-indent: 40px;
    line-height: 40px;
}

.jxs .jxs_main .jxs_login em i {
    display: block;
    width: 33px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 88px;
}

.jxs .jxs_main .jxs_login input[type="submit"],
.jxs .jxs_main .jxs_login input[type='button'] {
    width: 100%;
    text-align: center;
    float: left;
    height: 46px;
    line-height: 46px;
    margin: 10px 0;
    color: #fff;
    font-size: 21px;
    letter-spacing: 1em;
    background: #0b8c44;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.jxs .jxs_main .jxs_login input[type='button'] {
    background: #4f9200;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


/*药检查询*/

.ehome_top {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.ehome_top input {
    -webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px 5px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
    -webkit-writing-mode: horizontal-tb;
    border: 1px solid #b4b4b4;
    height: 20px;
    border-radius: 2px;
    color: #666;
}

.top_left input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 180px;
}

.top_left {
    line-height: 24px;
}

.top_left {
    float: left;
    width: 860px;
    padding: 0 15px;
}

.top_left label {
    width: 33.33%;
    float: left;
    padding-bottom: 20px;
}

.top_right {
    float: right;
    padding-right: 15px;
    width: 95px;
    height: 80px;
}

.top_right input {
    width: 95px;
    background: #0b8c44;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: "microsoft yahei";
    border: 0;
    height: 70px;
    line-height: 70px;
}

.ehome_bot {
    width: 100%;
    height: 45px;
    background: #0B8C44;
    color: #fff;
    clear: both;
    line-height: 45px;
}

.ehome_bot td {
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.w220 {
    width: 220px;
}

.w150 {
    width: 150px;
}

.w50 {
    width: 50px;
}

.w130 {
    width: 130px;
}

.w135 {
    width: 135px;
}

.w180 {
    width: 180px;
}

.ehome_table {
    line-height: 18px;
    color: #353535;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.ehome_table td {
    padding: 20px 5px;
}

.ehome_table .table_con:nth-child(even) {
    background: #f8f8f8;
}

.ehome_table td a {
    color: #0B8C44;
}

.ehome_table td a:hover {
    text-decoration: underline;
}

.table_con {
    width: 100%;
}

.ehome_table table {
    width: 1000px;
    margin: 0 auto;
}

@-webkit-keyframes introShow {
    from {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes introShow {
    from {
        opacity: 0;
        -o-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes introShow {
    from {
        opacity: 0;
        -ms-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@keyframes introShow {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/*网站地图*/

.map {
    font-family: "宋体";
}

.map a {
    font-family: "宋体";
}

.map a:hover {
    text-decoration: underline;
}

.crumb {
    height: 55px;
    padding: 0 5px;
    line-height: 55px;
    font-size: 14px;
}

.crumb a {
    color: #666;
}

.siteMap dt {
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 1px solid #fff1c8;
    background-color: #fff9e6;
    font-weight: bold;
    border-radius: 3px;
}

.siteMap dt a {
    color: #582e09;
}

.siteMap dd {
    padding: 0 0 15px 13px;
}

.siteMap dd a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.siteMap a {
    color: #666;
    font-size: 14px;
}


/*history*/

.history {
    height: auto;
    width: 100%;
    margin-left: 14px;
}

.history ul li {}

.history h3 {
    line-height: 0.6;
    font-size: 22px;
    color: #0B8C44;
}

.history i {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/h_bg.jpg) no-repeat;
    float: left;
    position: absolute;
    left: -6.5px;
}

.history .h_box {
    margin-left: 30px;
    border-left: 1px solid #0b8c44;
    width: 970px;
    height: auto;
    position: relative;
    float: left;
}
.history .h_con{
    width: 940px;
    text-align: left;
    float: right;
}
.history p{color: #666;line-height: 25px;padding: 15px 0 35px 0;}
/*honor*/
.honor li{width: 233px;height: 180px;border: 1px solid #d5d5d5;float: left; margin:0 0 20px 20px; position: relative;overflow: hidden;cursor: pointer;}
.honor{width: 1020px;float: left;margin-left: -20px;}
.honor li img{max-width: 233px;margin: auto;position: absolute;top: 0; left: 0; bottom: 0; right: 0;  }
/*brandshow*/
.brand_con{overflow: hidden; padding-bottom: 40px;}
.brand_con h3{    font-size: 20px;
    color: #0b8c44;
    padding-bottom: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
.brand_bigimg{padding-bottom: 25px;width: 100%;}
.brand_bigimg img{max-width: 100%;}
.brand_smallimg{float: left;width: 280px;}
.brand_smallimg img{width: 100%;}
.brand_infor{width: 680px;float: right;}
.brand_con a.redmore {
    display: block;
    width: 112px;
    height: 38px;
    border: 1px solid #0b8c44;
    background: #0b8c44;
    line-height: 38px;
    color: #fff;
    float: left;
    margin-top: 15px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.brand_con a:hover.redmore {
    background: #fff;
    color: #0b8c44;
}
.infor_con{width: 100%;float: left;}
/*foot*/
.sup{float: left;text-align: left;}
.sup a:hover{text-decoration: underline;}
