body {
    margin: 0 auto;
    background: #fff;
    font-family:"微软雅黑";
}
.hidden {
  overflow: hidden;
}
.phone_header {
    display: none;
}
.phone_nav {
    display: none;
}
.dm_box  {
    display: none;
}
.server_detail_phone {
    display: none;
}
.phone_search_box {
    display: none;
}
.phone_banner_box {
    display: none;
}

.header {
    height: 100px;
    padding: 25px 60px 0;
    border-bottom:1px solid #339689;
}
.head_fixed {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top:0;
    border-bottom:0;
}
.logo {
    margin-top: 2px;
}
.nav ul li {
    position: relative;
    z-index: 999;
    float: left;
    height: 55px;
    line-height: 55px;
    margin-left:18px;
}
.nav ul li  a {
    display: block;
    position: relative;
    padding:0 13px;
    font-size: 15px;
    color:#282828;
    height:55px;
    line-height: 55px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav ul li:hover a,.nav ul li.current a {
    color:#309585;
}

.lang {
    position: relative;
    font-size: 15px;
    color:#282828;
    height: 55px;
    line-height: 55px;
    margin-left: 19px;
    margin-right: 20px;
    padding-left: 31px;
}
.lang:after {
    content: "";
    position: absolute;
    top:50%;
    margin-top: -9.5px;
    left: 0;
    width: 1px;
    height: 19px;

    background: #d4d4d4;
}
.lang a {
    color:#282828;
}
.lang img {
    margin:-3px 7px 0 0;
}
.lang_a1 {
    margin-right: 19px;
}
.lang_a2 {
    margin-right: 19px;
}
.tel {
    width: 201px;
    height: 55px;
    line-height: 55px;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    transition: all 0.5s;
    text-align: center;
    font-size: 18px;
    color:#ffffff;
    font-weight: bold;
    box-shadow: 5px 5px 10px #d5e8e5;
}
.tel img {
    margin:-3px 8px 0 0;
}


/*********   首页   ******/
.home_banner {
    position: relative;
    height: 928px;  
}
.side_banner .swiper-slide {
    position: relative;   
    width: 100%;
    height: 928px;  
    overflow: hidden; 
}
.side_banner .swiper-slide img {
    position: absolute;
    width:1920px;
    height:928px;
    left: 50%;
    max-width: none;
    margin-left: -960px;
}
.side_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top:auto;
    transform: translate(0,0);
    bottom: 38px;
    left:0;
    right: 0;
    width: 30px;
    border:2px solid #000;
    margin:0 auto;
    border-radius: 30px;
    min-height: 47px;
}
.side_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:6px auto;
}

.side_banner .swiper-pagination-bullet {
    display:block;
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #000000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.side_banner  .swiper-pagination-bullet-active {
    background: #309585;
    opacity: 1;
}

.home_banner_inside {
    position: absolute;
    z-index:999;
    width: 1170px;
    top:318px;
    left: 0;right:0;
    margin:0 auto;
}
.banner_a {
    font-size:39px;
    color:#339385;
}
.banner_b {
    font-size:60px;
    color:#000000;
    margin-bottom: 10px;
}
.banner_c {
   font-size:22px;
    color:#000000;
    margin-bottom: 66px;
}
.banner_d a {
    display: block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
    transition: all 0.5s;
    text-align: center;
    font-size: 15px;
    color:#ffffff;
}


.home_about {
    padding:128px 0 112px;
}
.home_about_left {
    width: 537px;
    height: 409px;
    overflow: hidden;
}
.home_about_right {
    width: 585px;
    padding-right: 30px;
}
.home_about_a {
    font-size:26px;
    color:#333333;
    font-weight: bold;
    margin-bottom:14px ;
}
.home_about_b {
    margin-bottom:19px;
}
.home_about_c {
    font-size:20px;
    color:#000000;
    margin-bottom: 16px;
}
.home_about_d {
    font-size:14px;
    color:#000000;
    line-height: 18px;
    margin-bottom:8px ;
}
.home_about_d p {
    margin-bottom: 20px;
}
.home_about_e {
    width: 200px;
    height: 55px;
    line-height: 55px;
}
.home_about_link {
    display: block;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    transition: all 0.5s;
    text-align: center;
    font-size: 15px;
    color:#ffffff;
    font-weight: bold;
    box-shadow: 5px 5px 10px #d5e8e5;
}


.home_advantage {
    height: 543px;
    padding-top: 76px;
    background: url(../images/home_bj.jpg) no-repeat center center;
}
.home_advantage_top {
    font-size: 26px;
    color:#282828;
    font-weight: bold;
    text-align: center;
    margin-bottom: 66px;
}
.home_advantage_top h4 {
    margin-bottom: 24px;
}
.home_advantage_line img {
    display: block;
    margin:0 auto;
}
.home_advantage_item {
    width: 292.5px;
    margin-bottom: 55px;
}
.home_advantage_item_icon {
    float: left;
    width: 89px;
    height: 89px;
}
.home_advantage_item_right {
    width: 190px;
    float: right;
}
.home_advantage_item_title {
    font-size: 16px;
    color:#333;
    font-weight: bold;
    margin-bottom: 12px;
}
.home_advantage_item_line {
    width: 31px;
    height: 1px;
    background: #279482;
    margin-bottom: 9px;
}
.home_advantage_item_text {
    font-size: 14px;
    color:#8c8f8f;
}

.home_product_box {
    position: relative;
}
.home_product_swiper {
    width: 100%;
}
.home_product_swiper .swiper-slide {
    position: relative;   
    width: 25%;
    overflow: hidden; 
}
.home_product_swiper .swiper-slide .product_item {
    width: 100%;
}
.home_product_box .swiper-button-next, .home_product_box .swiper-button-prev {
    position: absolute;
    top:auto;
    margin-top: 0;
    bottom: 57px;
    width: 50px;
    height: 50px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size:50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.home_product_box .swiper-button-next {
    background-image: url(../images/home_next.png);
    right: 19%;
    left: auto;
}
.home_product_box .swiper-button-prev {
    background-image:url(../images/home_prev.png);
    left: 19%;
    right: auto;
}
.home_product_btm {
    width: 100%;
    height: 160px;
    line-height: 160px;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    transition: all 0.5s;
    text-align: center;
    font-size: 15px;
    color:#ffffff;
}
.home_product_btm a {
    color:#fff;
    text-decoration: underline;
}

.home_news {
    padding:60px 0 70px;
    background: #f5f5f5;
}
.home_news_top {
    font-size: 26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 54px;
}
.home_news_top h4 {
    margin-bottom: 24px;
}
.home_news_line img {
    display: block;
}

.home_news_group {
    margin-right: -28.5px;
}
.home_news_item {
    width: 371px;
    float: left;
    margin-right: 28.5px;
}
.home_news_item_img {
    width: 371px;
    height: 282px;
    overflow: hidden;
}
.home_news_item_btm {
    border:1px solid #e1e1e1;
    border-top:0;
    background: #fff;
    padding:0 28px;
}
.home_news_item_title {
    font-size: 16px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 14px;
}
.home_news_item_text {
    font-size: 14px;
    color:#8a8a8a;
    line-height: 24px;
}
.home_news_item_des {
    height: 166px;
    padding-top: 25px;
    border-bottom:1px solid #e6e6e6;
}
.home_news_item_infor {
    font-size: 13px;
    color:#8a8a8a;
    line-height: 23px;
    padding:15px 0;
}
.home_news_item_a {
    width: 220px;
}
.home_news_item_b {
    width: 90px;
    text-align: right;
}

/********    语言选择   *********/
.breadcrumb_box {
    text-align: center;
    padding:73px 0 60px;
    border-bottom:1px solid #e5e5e5;
}
.breadcrumb_title {
    font-size: 40px;
    color:#282828;
    margin-bottom: 18px;
}
.breadcrumb {
    font-size: 13px;
    color: #7f7f7f;
}
.breadcrumb a {
    color: #7f7f7f;
}
.breadcrumb em {
    margin: 0 4px;
}
.breadcrumb span {
    color:#7f7f7f;
}

.lang_cont {
    padding:50px 0 90px;
}
.lang_map {
    position: relative;
}
.lang_map_point1 {
    position: absolute;
    z-index: 99;
    top:130px;
    left: 341px;
}
.lang_map_point2 {
    position: absolute;
    z-index: 99;
    top:130px;
    left: 825px;
}
.lang_map_point1 a {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 108px;
    background: #c02e2e;
    border:1px solid #fff;
    font-size: 15px;
    color:#fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.lang_map_point2 a {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 108px;
    background: #2e8ec0;
    border:1px solid #fff;
    font-size: 15px;
    color:#fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.consulting_box {
    text-align: center;
    padding:48px 0 68px;
    border-top:1px solid #339689;
}
.consulting_a {
    font-size: 26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 14px;
}
.consulting_b {
    margin-bottom: 18px;
}
.consulting_c {
    font-size: 15px;
    color:#282828;
    line-height: 24px;
    margin-bottom: 22px;
}
.consulting_d {
    font-size: 15px;
    color:#282828;
    line-height: 24px;
    margin-bottom: 29px;
}
.consulting_e span {
    font-size: 26px;
    color:#282828;
    font-weight: bold;
    line-height: 83px;
}
.consulting_link {
    display: inline-block;
    vertical-align: middle;
    width:373px ;
    font-size: 18px;
    color:#fff;
    height: 83px;
    line-height: 83px;
    color:#fff;
    margin-left: 24px;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    box-shadow: 5px 5px 10px #d5e8e5;
}

.footer {
    background: #313a42;
}
.foot_top {
    padding:75px 0 65px;
    border-bottom:1px solid rgba(233,233,233,0.07);;
}
.foot_left {
    width: 300px;
}
.foot_logo {
    margin-bottom: 28px;
}
.foot_left_text {
    font-size: 14px;
    color:#b9b9b9;
    line-height: 19px;
}

.foot_list {
    float: left;
    width: 184px;
    margin-left: 38px;
}
.foot_list_title {
    font-size: 18px;
    color:#ffffff;
    border-bottom:1px solid rgba(233,233,233,0.11);
}
.foot_list_img {
    height: 3px;
    margin-top: 12px;
    line-height: 3px;
}
.foot_list_btm {
    margin-top: 21px;
}
.foot_list_btm a {
    display: block;
    font-size: 13px;
    color:#b9b9b9;
    line-height: 31px;
}
.foot_share {
    margin-top: 31px;
}
.foot_share a {
    margin-right: 20px;
}
.foot_btm {
    line-height: 28px;
    padding:25px 0;
    font-size: 13px;
    color:#626262;
}
.foot_btm_right span {
    color:#309585;
}


/**********    关于我们    *******/
.screen_box {
    padding:39px 0 43px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.screen_box a {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 15px;
    color:#282828;
    width:112px;
    margin:0 8px;
    transition: all 0.5s;
}
.screen_box a.current,.screen_box a:hover {
    color:#fff;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
    box-shadow: 5px 5px 10px #d5e8e5;
}
.list_cont {
    padding:52px 0 60px;
}
.equipment_group {
    margin-right: -42px;
    margin-bottom: 5px;
}
.equipment_item {
    position: relative;
    float: left;
    width: 362px;
    height: 254px;
    margin:0 42px 42px 0;
    overflow: hidden;
    text-align: center;
}
.equipment_item_img {
    width: 362px;
    height: 254px;
    overflow: hidden;
}
.equipment_item_inside {
    position: absolute;
    z-index: 99;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    background:rgba(49,149,133,0.7);
    transition: all 0.5s;
}
.equipment_item_cell {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 50%;
    padding:0 15px;
    transform:translate(0,-50%);
}
.equipment_item_inside_text {
    font-size: 15px;
    color:#ffffff;
}
.equipment_item_icon {
    position: absolute;
    z-index:99;
    right: 6px;
    bottom: 10px;
    margin:auto;
}
.equipment_item:hover {
    box-shadow:-5px 0px 15px #d4e9e6,   /*å·¦è¾¹é˜´å½±*/ 
               0px -5px 15px #d4e9e6,  /*ä¸Šè¾¹é˜´å½±*/ 
               5px 0px 15px #d4e9e6,  /*å³è¾¹é˜´å½±*/ 
               0px 5px 15px #d4e9e6;
}
.equipment_item:hover .equipment_item_inside {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.page a,.page span {
    display: inline-block;
    font-size: 16px;
    color:#319585;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin:0 6px;
    border:2px solid #319585;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:  50%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.page a:hover,.page span.current {
    background: #319585;
    color:#fff;
}


.about_cont {
    padding:28px 0 120px;
}
.about_top {
    text-align: center;
    margin-bottom: 42px;
}
.about_top h4 {
    font-size: 18px;
    color:#000000;
    margin-bottom: 7px;
}
.about_group {
    margin-right: -42px;
    margin-bottom: 35px;
}
.about_item {
    float: left;
    margin-right: 42px;
    width: 362px;
    height: 254px;
    overflow: hidden;
}
.about_text {
    font-size: 14px;
    color:#6a6a6a;
    line-height: 24px;
    text-align: center;
}
.about_text p {
    margin-bottom: 22px;
}


/*********      产品    ******/
.product_cont {
    padding:50px 0;
}
.product_group {
    margin-bottom: 50px;
}
.product_item {
    position: relative;
    width: 25%;
    float: left;
}
.product_item_img {
    width: 100%;
    overflow: hidden;
}
.product_inside_des {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    padding:0 20px;
    color:#fff;
}
.product_inside_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.product_inside_text {
    font-size: 15px;
}

.product_item:hover .equipment_item_inside {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}


.product_details_cont {
    padding:50px 0 60px;
}
.product_details_top {
    margin-bottom: 56px;
}
.product_details_left {
    width: 583px;
}
.product_swiper .swiper-slide {
    position: relative;   
    width: 100%;
    height: 395px;  
    overflow: hidden; 
}

.product_swiper .swiper-button-next, .product_swiper .swiper-button-prev {
    position: absolute;
    top:50%;
    margin-top:-25px;
    width: 50px;
    height: 50px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.product_swiper .swiper-button-next {
    background-image: url(../images/pro_next.png);
    right: 10px;
    left: auto;
}
.product_swiper .swiper-button-prev {
    background-image:url(../images/pro_prev.png);
    left: 10px;
    right: auto;
}

.product_details_right  {
    width: 544px;
}
.product_det_title {
    font-size: 28px;
    color:#282828;
    font-weight:bold;
    padding-bottom: 36px;
    margin-bottom: 38px;
    border-bottom:1px solid #319585;
}
.product_det_a {
    font-size: 14px;
    color:#282828;
    margin-bottom: 9px;
}
.product_det_b {
    font-size: 14px;
    color:#6d6d6d;
    line-height: 24px;
}
.product_det_b img {
    margin:-3px 14px 0 0;
}
.product_det_b p {
    margin-bottom: 6px;
}
.product_det_des {
    margin-bottom: 30px;
}
.product_det_des_title {
    font-size: 18px;
    color:#6d6d6d;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom:1px solid #e0e0e0;
}
.product_det_des_text {
    padding:26px 0;
    font-size: 15px;
    color:#6d6d6d;
    line-height: 22px;
}

.download_group {
    margin-top: 20px;
}
.download_item {
    font-size: 14px;
    color: #141414;
    height: 60px;
    line-height: 59px;
    border-bottom:1px dashed #d0d0d0;
}
.download_item_left {
    width: 750px;
}
.download_item_left img {
    margin:-3px 15px 0 0 ;
}
.download_item_right {
    width: 420px;
    text-align: center;
    color: #868686;
}
.download_item_a {
    width: 130px;
}
.download_item_date {
    width: 170px;
}
.download_item_link {
    width: 120px;
}
.download_item_link a {
    color:#282828;
}
.download_item_link img {
    margin:-3px 8px 0 0 ;
}


/*********   新闻  *****/
.news_cont {
    padding:56px 0 70px
}
.news_group {
    margin-bottom: 70px;
}
.news_item {
    margin-bottom: 37px;
}
.news_item_img {
    width: 371px;
    height: 282px;
    overflow: hidden;
}
.news_item_right {
    width: 799px;
    height: 282px;
    padding:35px 26px 0;
    border:1px solid #e1e1e1;
    border-left: 0;
}
.news_item_title {
    font-size: 20px;
    color:#282828;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.news_item_date {
    font-size: 13px;
    color:#8a8a8a;
    margin-bottom: 16px;
}
.news_item_date span {
    margin-right: 32px;
}
.news_item_text {
    font-size: 14px;
    color:#8a8a8a;
    line-height: 24px;
     margin-bottom: 22px;
}
.news_item_href {
    display: inline-block;
    width: 98px;
    height: 34px;
    line-height: 34px;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
    transition: all 0.5s;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    box-shadow: 5px 5px 10px #d5e8e5;
}


.news_det_cont {
    padding:38px 0 18px;
}
.news_det_top {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 18px;
    margin-bottom: 45px;
}
.news_det_top h4 {
    font-size: 30px;
    color:#282828;
    margin-bottom: 15px;
}
.news_det_top h6  {
    font-size: 13px;
    color:#8a8a8a;
}
.news_det_top h6 span {
    margin:0 16px;
}
.news_det_text {
    font-size: 15px;
    color:#282828;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}
.news_det_text p {
    margin-bottom: 24px;
}



.result_page {
    padding: 15px 0;
}
.result_page_item {
    width: 50%;
}
.result_page_prev {
    padding-right: 30px;
}
.result_page_next {
    padding-left: 30px;
    text-align: right;
}
.result_page_item a {
    display:block;
    font-size: 14px;
    line-height:24px;
}
.result_page_a {
    font-size:14px;
    color:#9b9b9b;
}
.result_page_b{
    color:#282828;
}


/**********    联系我们    *******/
.contact_cont {
    padding:66px 0 100px;
}
.contact_group {
    margin-bottom: 60px;
    margin-right: -32px;
}
.contact_item {
    position: relative;
    width: 369px;
    height: 212px;
    padding:37px 50px 0;
    border:1px solid #e1e1e1;
    background: #fafafa;
    text-align: center;
    margin-right: 31.5px;
    transition: all 0.5s;
}
.contact_item:hover {
     box-shadow:-5px 0px 15px #d4e9e6,   /*Ã¥Â·Â¦Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
               0px -5px 15px #d4e9e6,  /*Ã¤Â¸Å Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
               5px 0px 15px #d4e9e6,  /*Ã¥ÂÂ³Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
               0px 5px 15px #d4e9e6;
}
.contact_item_cell {
    position: relative;
    z-index: 99;
}
.contact_item_title {
    font-size: 16px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 12px;
}
.contact_item_line {
    width: 40px;
    height: 1px;
    background: #319585;
    margin:0 auto 28px;
}
.contact_item_text {
    font-size: 14px;
    color:#282828;
    line-height: 24px;
}
.contact_item_icon {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
}

.contact_btm_title {
    text-align: center;
     margin-bottom: 43px;
}
.contact_btm_title h4 {
    font-size: 26px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact_btm_line  {
    height: 3px;
    line-height: 3px;
}
.contact_input_box {
    width: 570px;
}
.contact_input_one {
    width: 270px;
}
.contact_input_list {
    margin-bottom: 20px;
}
.contact_input {
    width: 100%;
    height: 53px;
    line-height: 51px;
    font-size:14px;
    background: #fafafa;
    padding:0 20px;
    color:#7c7c7c;
    border:1px solid #ececec;
    border-radius: 3px;
}

.contact_area {
    width: 100%;
    height: 193px;
    line-height: 24px;
    font-size:14px;
    color:#999;
    padding:8px 20px;
    background: #fafafa;
    border:1px solid #ececec;
    border-radius: 3px;
}
.contact_group_btm {
    margin-top: 29px;
}
.contact_btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color:#fff;
    border:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
    transition: all 0.5s;
    text-align: center;
    box-shadow: 5px 5px 10px #d5e8e5;
}

.map {
    width: 571px;
    height: 423px;
}

@media screen and (max-width: 768px){
    html { max-width: 750px; margin: 0 auto; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;background: #fff;
    padding: 0;}
    body { font-family: Arial;max-width: 750px; }
    *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; box-sizing: border-box;  }
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
    form, fieldset, input, textarea, p, blockquote, th, td, img, span { padding: 0; margin: 0; }
    fieldset, img { border: 0; }
    address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
    ol, ul, li { list-style: none; }
    div, dl, dt, dd, ol, ul, li { zoom: 1; }
    caption, th { text-align: left; }
    h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
    q:before, q:after { content: ''; }
    abbr, acronym { border: 0; }
    b, strong {font-weight: bold;}
    a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
    table{ border-collapse:collapse; } 
    body{ margin:0 auto; max-width: 750px; overflow-x:hidden; }

    input,textarea {outline:0;resize:none;  box-sizing: border-box; font-size:.7rem;}
    button,
    optgroup,
    select,
    textarea {
        -webkit-appearance:none;
        color: inherit;
        font: inherit;
        margin: 0;
    }
    button { overflow: visible; box-sizing: border-box; outline:0;resize:none;}
    button,select { text-transform: none;}
    /* input[type="text"] {border-radius:0;} */
    button,
    input[type="button"],input[type="reset"],input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button[disabled],input[disabled] { cursor: default;}
    button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}

    input {
        line-height: normal;
        box-sizing:border-box;
    }
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        display:none;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    label {
        display: inline-block;
        max-width: 100%;
    }
    .wrap {
        width: 100%;
    }
    img { border: 0; vertical-align: middle; max-width:100%;}    
    .header { display: none; }
    .floot {
        position: fixed;
        z-index: 999;
        width: 30px;
        top:auto;
        margin-top:0;
        bottom: 40px;
        right: 0;
    }
    
    .floot_box {
        display: none;
    }
    .phone_header {
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: .8rem;
        color: #333;
        box-shadow: 0 1px 8px #ddd;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    .phone_left {
        width: 100px;
        margin-left: 15px;
        text-align: left;
    }
    .phone_left img {
        width: 140px;
    }
    .phone_center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }
    .phone_center img {
        width: auto;
        height: 36px;
    }
    .phone_right {
        width: 100px;
        text-align: right;
        margin-top:0;
        margin-right: 15px;
    }
    .phone_right img {
        width: 20px;
    }

    .phone_nav { display: block; }
    .phone_mask { 
        position: fixed;  
        z-index: 999; 
        top: 0;  left: 0; 
        width: 100%; 
        height: 100%; 
        background: rgba(0, 0, 0, 0.6); 
        display: none; 
    }
    .phone_nav_right { 
        position: fixed; 
        top: 0; 
        right: -60%; 
        width: 60%; 
        height: 100%; 
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
        z-index:1000; 
        background: #fff; 
    }
     
    .phone_nav_list a { 
        display: block; 
        border-bottom: 1px solid #ddd; 
        font-size: 0.75rem; 
        color: #555; 
        height:42px; 
        line-height:42px;
        padding:0 15px; 
    }
    .phone_nav_list a:hover {color: #1f98f5; }
    .phone_nav_list li.current>a { color:#1f98f5; }
    .phone_nav_drop { display: none; }
    .phone_nav_drop a { display: block; padding:0 15px 0 30px; color:#999; }

    .dm_box {
        padding:10px 15px;
        background: #fff;
        display: block;
    }
    .dm_text {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        color: #666;
        padding: 6px 0;
        line-height: 20px;
        background: transparent;
        border-bottom: 1px solid #e5e5e5;
    }
    .dm_search {
        width: 17px;
        margin-left:20px;
    }
    .slider_wrap {
        position: relative;
        z-index: 99;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .slider_wrap::-webkit-scrollbar{
        display:none; 
        width:0px; 
        -webkit-appearance: none;
    }
    .slider_wrap_item { 
        white-space: nowrap; 
    }


    /******     联系我们    ******/
    .breadcrumb_box {
        text-align: center;
        padding:20px 15px;
        border-bottom:1px solid #e5e5e5;
    }
    .breadcrumb_title {
        font-size: 18px;
        color:#282828;
        margin-bottom: 12px;
    }
    .breadcrumb {
        font-size: 13px;
        color: #7f7f7f;
    }
    .breadcrumb a {
        color: #7f7f7f;
    }
    .breadcrumb em {
        margin: 0 4px;
    }
    .breadcrumb span {
        color:#7f7f7f;
    }
    .contact_cont {
        padding: 30px 15px;
    }
    .contact_group {
        margin-bottom: 0;
        margin-right:0;
    }
    .contact_item {
        position: relative;
        width: 100%;
        height: auto;
        padding:20px 15px 30px;
        border:1px solid #e1e1e1;
        background: #fafafa;
        text-align: center;
        margin-right: 0;
        transition: all 0.5s;
        margin-bottom: 20px;
    }
    .contact_item:hover {
         box-shadow:-5px 0px 15px #d4e9e6,   /*Ã¥Â·Â¦Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
                   0px -5px 15px #d4e9e6,  /*Ã¤Â¸Å Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
                   5px 0px 15px #d4e9e6,  /*Ã¥ÂÂ³Ã¨Â¾Â¹Ã©ËœÂ´Ã¥Â½Â±*/ 
                   0px 5px 15px #d4e9e6;
    }
    .contact_item_cell {
        position: relative;
        z-index: 99;
    }
    .contact_item_title {
        font-size: 16px;
        color:#282828;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .contact_item_line {
        width: 40px;
        height: 1px;
        background: #319585;
        margin:0 auto 20px;
    }
    .contact_item_text {
        font-size: 14px;
        color:#282828;
        line-height: 24px;
    }
    .contact_item_icon {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 30px;
    }
    .contact_item_icon img {
        width: auto;
        height: 60px;
    }


    .contact_btm_title {
        text-align: center;
         margin-bottom: 25px;
    }
    .contact_btm_title h4 {
        font-size: 18px;
        color:#333333;
        font-weight: bold;
        margin-bottom: 12px;
    }
    .contact_btm_line  {
        height: 3px;
        line-height: 3px;
    }
    .contact_input_box {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .contact_input_one {
        width: 100%;
        float: none;
    }
    .contact_input_one:first-child {
        margin-bottom: 20px;
    }
    .contact_input_list {
        margin-bottom: 20px;
    }
    .contact_input {
        width: 100%;
        height: 53px;
        line-height: 51px;
        font-size:14px;
        background: #fafafa;
        padding:0 20px;
        color:#7c7c7c;
        border:1px solid #ececec;
        border-radius: 3px;
    }

    .contact_area {
        width: 100%;
        height: 193px;
        line-height: 24px;
        font-size:14px;
        color:#999;
        padding:8px 20px;
        background: #fafafa;
        border:1px solid #ececec;
        border-radius: 3px;
    }
    .contact_group_btm {
        margin-top: 0;
    }
    .contact_btn {
        width: 100%;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        color:#fff;
        border:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
        transition: all 0.5s;
        text-align: center;
        box-shadow: 0;
    }

    .map {
        float: none;
        width: 100%;
        height: 280px;
    }

    .consulting_box {
        text-align: center;
        padding:20px 15px 30px;
        border-top:1px solid #339689;
    }
    .consulting_a {
        font-size: 18px;
        color:#282828;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .consulting_b {
        margin-bottom: 10px;
    }
    .consulting_c {
        font-size: 15px;
        color:#282828;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .consulting_d {
        font-size: 15px;
        color:#282828;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .consulting_e span {
        font-size: 16px;
        display: block;
        margin-bottom: 15px;
        color:#282828;
        font-weight: bold;
        line-height: 20px;
    }
    .consulting_link {
        display: block;
        vertical-align: middle;
        width:100% ;
        font-size: 16px;
        color:#fff;
        height: 42px;
        line-height: 42px;
        color:#fff;
        margin-left: 0;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
        box-shadow: 0;
    }

    .foot_top {
        display: none;
    }
    .foot_btm {
        line-height: 20px;
        padding:15px;
        font-size: 13px;
        color:#626262;
        text-align: center;
    }
    .copy  {
        float: none;
    }
    .foot_btm_right  {
        float: none;
    }
    .foot_btm_right span {
        color:#309585;
    }

    /******   语言选择    ******/
    .lang_cont {
        padding:50px 0;
    }
    .lang_map {
        position: relative;
        width: 300px;
        margin:0 auto;
    }
    .lang_map_point1 {
        position: absolute;
        z-index: 99;
        top:25px;
        left: 70px;
    }
    .lang_map_point2 {
        position: absolute;
        z-index: 99;
        top:25px;
        left: 200px;
    }
    .lang_map_point1 a {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 43px;
        background: #c02e2e;
        border:1px solid #fff;
        font-size: 12px;
        color:#fff;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .lang_map_point2 a {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 43px;
        background: #2e8ec0;
        border:1px solid #fff;
        font-size: 12px;
        color:#fff;
        text-align: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }


    /*********   新闻    *******/
    .news_cont {
        padding:20px 15px 30px;
    }
    .news_group {
        margin-bottom: 30px;
    }
    .news_item {
        margin-bottom: 20px;
    }
    .news_item_img {
        float: none;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .news_item_right {
        width: 100%;
        float: none;
        height: auto;
        padding:12px 15px;
        border:1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        border-top:0;
    }
    .news_item_title {
        font-size: 16px;
        color:#282828;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .news_item_date {
        font-size: 13px;
        color:#8a8a8a;
        margin-bottom: 10px;
    }
    .news_item_date span {
        margin-right: 15px;
    }
    .news_item_text {
        font-size: 14px;
        color:#8a8a8a;
        line-height: 20px;
         margin-bottom: 22px;
    }
    .news_item_href {
        display: inline-block;
        width: 98px;
        height: 34px;
        line-height: 34px;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
        transition: all 0.5s;
        text-align: center;
        font-size: 14px;
        color:#ffffff;
        box-shadow: 5px 5px 10px #d5e8e5;
    }
    .page a,.page span {
        display: inline-block;
        font-size: 13px;
        color:#319585;
        width: 32px;
        height: 32px;
        line-height: 30px;
        text-align: center;
        margin:0 4px;
        border:1px solid #319585;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius:  50%;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .news_det_cont {
        padding:20px 15px 20px;
    }
    .news_det_top {
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .news_det_top h4 {
        font-size: 18px;
        color:#282828;
        margin-bottom: 5px;
    }
    .news_det_top h6  {
        font-size: 13px;
        color:#8a8a8a;
    }
    .news_det_top h6 span {
        margin:0 5px;
    }
    .news_det_text {
        font-size: 15px;
        color:#282828;
        line-height: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6
    }
    .news_det_text p {
        margin-bottom: 15px;
    }



    .result_page {
        padding: 10px 0;
    }
    .result_page_item {
        width: 50%;
    }
    .result_page_prev {
        padding-right: 15px;
    }
    .result_page_next {
        padding-left: 15px;
        text-align: right;
    }
    .result_page_item a {
        display:block;
        font-size: 13px;
        line-height:20px;
    }
    .result_page_a {
        font-size:13px;
        color:#9b9b9b;
    }
    .result_page_b{
        color:#282828;
    }


    /********    产品    ******/
    .screen_box {
        padding:20px 15px 5px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }
    .screen_box a {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color:#282828;
        width:110px;
        margin:0 0 15px;
        transition: all 0.5s;
    }
    .product_cont {
        padding:20px 15px 30px;
    }
    .product_group {
        margin-bottom: 10px;
    }
    .product_item {
        position: relative;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .product_item_img {
        width: 100%;
        overflow: hidden;
    }
    .product_inside_des {
        position: absolute;
        left: 0;
        bottom: 12px;
        width: 100%;
        padding:0 20px;
        color:#fff;
    }
    .product_inside_title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 6px;
    }
    .product_inside_text {
        font-size: 15px;
    }

    .product_item:hover .equipment_item_inside {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }

    .product_details_cont {
        padding:20px 15px 30px;
    }
    .product_details_top {
        margin-bottom: 20px;
    }
    .product_details_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .product_swiper .swiper-slide {
        position: relative;   
        width: 100%;
        height: auto;  
        overflow: hidden; 
    }

    .product_swiper .swiper-button-next, .product_swiper .swiper-button-prev {
        position: absolute;
        top:50%;
        margin-top:-15px;
        width: 30px;
        height: 30px;
        z-index: 10;
        opacity: 1;
        cursor: pointer;
        -moz-background-size: 30px 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .product_swiper .swiper-button-next {
        background-image: url(../images/pro_next.png);
        right: 10px;
        left: auto;
    }
    .product_swiper .swiper-button-prev {
        background-image:url(../images/pro_prev.png);
        left: 10px;
        right: auto;
    }

    .product_details_right  {
        width: 100%;
       float: none;
    }
    .product_det_title {
        font-size: 16px;
        color:#282828;
        font-weight:bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom:1px solid #319585;
    }
    .product_det_a {
        font-size: 14px;
        color:#282828;
        margin-bottom: 9px;
    }
    .product_det_b {
        font-size: 14px;
        color:#6d6d6d;
        line-height: 20px;
    }
    .product_det_b img {
        margin:-3px 6px 0 0;
    }
    .product_det_b p {
        margin-bottom: 6px;
    }
    .product_det_des {
        margin-bottom: 20px;
    }
    .product_det_des_title {
        font-size: 16px;
        color:#6d6d6d;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom:1px solid #e0e0e0;
    }
    .product_det_des_text {
        padding:15px 0;
        font-size: 15px;
        color:#6d6d6d;
        line-height: 20px;
    }

    .download_group {
        margin-top: 20px;
    }
    .download_item {
        font-size: 14px;
        color: #141414;
        height: auto;
        line-height: 20px;
        padding:20px 0;
        border-bottom:1px dashed #d0d0d0;
    }
    .download_item_left {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .download_item_left img {
        margin:-3px 8px 0 0 ;
    }
    .download_item_right {
        width: 100%;
        float: none;
        text-align: left;
        color: #868686;
    }
    .download_item_a {
        width: 40%
    }
    .download_item_date {
        width: 30%
    }
    .download_item_link {
        width: 30%
    }
    .download_item_link a {
        color:#282828;
    }
    .download_item_link img {
        margin:-3px 6px 0 0 ;
    }

    /******    关于我们    ****/
    .about_cont {
        padding:20px 15px 30px;
    }
    .about_top {
        text-align: center;
        margin-bottom: 20px;
    }
    .about_top h4 {
        font-size: 18px;
        color:#000000;
        margin-bottom: 7px;
    }
    .about_group {
        margin-right: 0;
        margin-bottom: 0;
    }
    .about_item {
        float: none;
        margin-right: 0;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .about_text {
        font-size: 14px;
        color:#6a6a6a;
        line-height: 20px;
        text-align: left;
    }
    .about_text p {
        margin-bottom: 15px;
    }

    .list_cont {
        padding:20px 15px 30px;
    }
    .equipment_group {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .equipment_item {
        position: relative;
        float: left;
        width: 100%;
        height: 200px;
        margin:0 0 20px; 0;
        overflow: hidden;
        text-align: center;
    }
    .equipment_item_img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .equipment_item_inside {
        position: absolute;
        z-index: 99;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        background:rgba(49,149,133,0.7);
        transition: all 0.5s;
    }
    .equipment_item_cell {
        position: absolute;
        z-index: 99;
        width: 100%;
        left: 0;
        top: 50%;
        padding:0 15px;
        transform:translate(0,-50%);
    }
    .equipment_item_inside_text {
        font-size: 15px;
        color:#ffffff;
    }
    .equipment_item_icon {
        position: absolute;
        z-index:99;
        right: 6px;
        bottom: 10px;
        margin:auto;
    }
    .equipment_item:hover {
        box-shadow:-5px 0px 15px #d4e9e6,   /*å·¦è¾¹é˜´å½±*/ 
                   0px -5px 15px #d4e9e6,  /*ä¸Šè¾¹é˜´å½±*/ 
                   5px 0px 15px #d4e9e6,  /*å³è¾¹é˜´å½±*/ 
                   0px 5px 15px #d4e9e6;
    }
    .equipment_item:hover .equipment_item_inside {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }
    
    /********    首页    ******/
    .home_banner {
        position: relative;
        height: auto;  
    }
    .side_banner .swiper-slide {
        position: relative;   
        width: 100%;
        height: auto;  
        overflow: hidden; 
    }
    .side_banner .swiper-slide img {
        position: relative;
        width:100%;
        height:auto;
        left: 0;
        max-width: none;
        margin-left: 0;
    }
    .side_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        top:auto;
        transform: translate(0,0);
        bottom: 10px;
        left:0;
        right: 0;
        width: 100%;
        border:0;
        margin:0 auto;
        border-radius: 0;
        min-height: 6px;
    }
    .side_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 5px;
    }

    .side_banner .swiper-pagination-bullet {
        display:inline-block;
        width: 6px;
        height: 6px;
        opacity: 1;
        background: #000000;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
    .side_banner  .swiper-pagination-bullet-active {
        background: #309585;
        opacity: 1;
    }

    .home_banner_inside {
        position: absolute;
        z-index:999;
        width: 100%;
        padding:0 15px;
        top:50%;
        transform: translate(0,-50%);
        left: 0;right:0;
        margin:0 auto;
        text-align: center;
    }
    .banner_a {
        font-size:14px;
        color:#339385;
    }
    .banner_b {
        font-size:18px;
        color:#000000;
        margin-bottom: 0;
    }
    .banner_c {
       font-size:16px;
        color:#000000;
        margin-bottom: 15px;
    }
    .banner_d a {
        display: block;
        width: 120px;
        height: 32px;
        line-height: 32px;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
        transition: all 0.5s;
        text-align: center;
        font-size: 15px;
        color:#ffffff;
        margin:0 auto;
    }

    .home_about {
        padding:30px 15px 30px;
    }
    .home_about_left {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .home_about_right {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .home_about_a {
        font-size:18px;
        color:#333333;
        font-weight: bold;
        margin-bottom:5px;
    }
    .home_about_b {
        margin-bottom:5px;
    }
    .home_about_c {
        font-size:14px;
        color:#000000;
        margin-bottom: 10px;
    }
    .home_about_d {
        font-size:14px;
        color:#000000;
        line-height: 18px;
        margin-bottom:8px;
    }
    .home_about_d p {
        margin-bottom: 10px;
    }
    .home_about_e {
        width: 200px;
        height: 42px;
        line-height: 42px;
    }
    .home_about_link {
        display: block;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
        transition: all 0.5s;
        text-align: center;
        font-size: 15px;
        color:#ffffff;
        font-weight: bold;
        box-shadow: 0;
    }


    .home_advantage {
        height: auto;
        padding:20px 15px 30px;
        background: url(../images/home_bj.jpg) no-repeat center center;
        background-size: cover;
    }
    .home_advantage_top {
        font-size: 18px;
        color:#282828;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px;
    }
    .home_advantage_top h4 {
        margin-bottom: 10px;
    }
    .home_advantage_line img {
        display: block;
        margin:0 auto;
    }
    .home_advantage_item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 202px;
        overflow: hidden;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .home_advantage_item_icon {
        float: left;
        width: 72px;
        height: 72px;
        margin-right: 10px;
    }
    .home_advantage_item_right {
        width: 120px;
        float: left;
    }
    .home_advantage_item_title {
        font-size: 16px;
        color:#333;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .home_advantage_item_line {
        width: 31px;
        height: 1px;
        background: #279482;
        margin-bottom: 8px;
    }
    .home_advantage_item_text {
        font-size: 14px;
        color:#8c8f8f;
        line-height: 20px;
    }


    .home_product_box {
        position: relative;
        padding:0 15px;
    }
    .home_product_swiper {
        width: 100%;
    }
    .home_product_swiper .swiper-slide {
        position: relative;   
        width: 100%;
        overflow: hidden; 
    }
    .home_product_swiper .swiper-slide .product_item {
        width: 100%;
        margin-bottom: 0;
    }
    .home_product_box .swiper-button-next, .home_product_box .swiper-button-prev {
        position: absolute;
        top:50%;
        margin-top: -40px;
        bottom: auto;
        width: 36px;
        height: 36px;
        z-index: 10;
        opacity: 1;
        cursor: pointer;
        -moz-background-size: 36px 36px;
        -webkit-background-size:36px 36px;
        background-size: 36px 36px;
        background-position: center;
        background-repeat: no-repeat;
    }
    .home_product_box .swiper-button-next {
        background-image: url(../images/home_next.png);
        right: 20px;
        left: auto;
    }
    .home_product_box .swiper-button-prev {
        background-image:url(../images/home_prev.png);
        left: 20px;
        right: auto;
    }
    .home_product_btm {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: -webkit-linear-gradient(right, #329686 , #a0c2ba); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #329686 , #a0c2ba); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #329686 , #a0c2ba); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #329686 , #a0c2ba); /* æ ‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
        transition: all 0.5s;
        text-align: center;
        font-size: 15px;
        color:#ffffff;
    }
    .home_product_btm a {
        color:#fff;
        text-decoration: underline;
    }

    .home_news {
        padding:20px 15px 10px;
        background: #f5f5f5;
    }
    .home_news_top {
        font-size: 18px;
        color:#282828;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .home_news_top h4 {
        margin-bottom: 10px;
    }
    .home_news_line img {
        display: block;
    }

    .home_news_group {
        margin-right:0
    }
    .home_news_item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home_news_item_img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .home_news_item_btm {
        border:1px solid #e1e1e1;
        border-top:0;
        background: #fff;
        padding:0 15px;
    }
    .home_news_item_title {
        font-size: 16px;
        color:#282828;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .home_news_item_text {
        font-size: 14px;
        color:#8a8a8a;
        line-height: 20px;
    }
    .home_news_item_des {
        height: auto;
        padding:12px 0;
        border-bottom:1px solid #e6e6e6;
    }
    .home_news_item_infor {
        font-size: 13px;
        color:#8a8a8a;
        line-height: 20px;
        padding:10px 0;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .home_news_item_a {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .home_news_item_b {
        width: 90px;
        text-align: right;
    }


    



}    