@charset "utf-8";

*,
*:before,
*:after {
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    position: relative;
    background: #fff;
    line-height: 150%;
    box-sizing: border-box;
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

a {
    color: #2a2c2e;
    text-decoration: none;
    transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -moz-transition: color .2s linear 0s
}

a:hover {
    color: #1a7e67;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: normal
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

strong {
    color: #000
}

ol,
ul,
li {
    list-style: none
}

pre {
    padding: 10px;
    margin: 10px 0;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    color: #aaa
}

img {
    height: auto;
    max-width: 100%;
    border: 0
}

hr {
    margin: 10px 0 0 0;
    height: 1px;
    border: 0;
    background: #ddd
}

input,
select,
textarea {
    border: 1px solid #bbb;
    background: #fff;
    outline: 0;
    width: 100%;
    color: #464646;
    padding: 8px;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

select {
    -webkit-appearance: menulist
}

textarea {
    resize: none;
    overflow-y: hidden;
    display: block;
    -webkit-appearance: none
}

input[type="radio"] {
    width: auto;
    height: auto;
    -webkit-appearance: radio
}

input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    -webkit-appearance: checkbox
}

table {
    float: none;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    margin: 1em 0
}

table td {
    border: 1px solid #ddd;
    padding: 5px 2px;
    vertical-align: middle
}

.clear:after,
.clear:before {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both
}

.fl {
    float: left;
    position: relative
}

.fr {
    float: right;
    position: relative
}

.hidden {
    display: none
}

.nowrap {
    white-space: nowrap
}

.am {
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s ease-in-out
}

.animate-1 {
    -webkit-animation: bounceIn 1.2s .2s ease both;
    -moz-animation: bounceIn 1.2s .2s ease both;
    -ms-animation: bounceIn 1.2s .2s ease both
}

.capital {
    text-transform: uppercase
}

.public {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    transition: width .2s linear 0s;
    -webkit-transition: width .2s linear 0s;
    -moz-transition: width .2s linear 0s
}

.textcenter {
    text-align: center
}

ul.col-2,
ul.col-3,
ul.col-4,
ul.col-5,
ul.col-6,
ul.col-7,
ul.col-3a {
    overflow: hidden
}

ul.col-2 li,
ul.col-3 li,
ul.col-4 li {
    margin-right: 2%
}

ul.col-2 li {
    width: 49%
}

ul.col-3 li {
    width: 32%
}

ul.col-3a li {
    width: 31.33333%;
    margin-right: 3%
}

ul.col-4 li {
    width: 23.5%
}

ul.col-5 li {
    width: 19.2%;
    margin-right: 1%
}

ul.col-6 li {
    width: 15.83333%;
    margin-right: 1%
}

ul.col-7 li {
    width: 13%;
    margin-right: 1.5%
}

ul.col-2 li:nth-child(2n+2),
ul.col-3 li:nth-child(3n+3),
ul.col-4 li:nth-child(4n+4),
ul.col-5 li:nth-child(5n+5),
ul.col-6 li:nth-child(6n+6),
ul.col-7 li:nth-child(7n+7) {
    margin-right: 0
}

ul.col-3a li.nomargin,
ul.col-2 li.nomargin,
ul.col-3 li.nomargin,
ul.col-4 li.nomargin,
ul.col-5 li.nomargin,
ul.col-6 li.nomargin,
ul.col-7 li.nomargin {
    margin-right: 0
}

.col-lg-2 {
    width: 49%;
    overflow: hidden
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 200
}

.header_content {
    padding: 0 80px;
    position: relative;
    border-bottom: 3px #1a7e67 solid
}

.header_content .menu {
    padding-left: 50px
}

ul.menu_nav li._navbar a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 26px 20px
}

ul.menu_nav li._navbar ul._dropdown {
    display: none;
    background: #fff;
    z-index: 15;
    width: 300px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

ul.menu_nav li._navbar ul._dropdown li a {
    font-size: 14px;
    color: #7d7d7d;
    border-bottom: 1px #e1e1e1 solid;
    padding: 10px 30px;
    text-align: left
}

ul.menu_nav li._navbar ul._dropdown {
    position: absolute;
    left: 0
}

ul.menu_nav li._navbar:hover ul._dropdown {
    display: block
}

.search_nav a {
    display: inline-block;
    color: #808080;
    padding: 0 7px;
    cursor: pointer
}

.search_nav a i {
    font-size: 20px
}

.search_nav a:hover {
    color: #1a7e67
}

.search_nav a.open_search {
    position: relative
}

.search_nav a.open_search:after {
    position: absolute;
    content: '';
    height: 16px;
    width: 1px;
    background: #d9d9d9;
    right: -5px;
    top: 3px
}

.magtopmenu {
    margin-top: 68px
}

.search {
    position: absolute;
    right: 70px;
    width: 0;
    top: 10px;
    z-index: 16;
    background: #fff;
    margin-right: 90px
}

.has_select_search {
    position: relative;
    border-bottom: 1px solid #efefef
}

.has_select_search input {
    background: 0;
    border: 0;
    padding: 0
}

.has_select_search input[type="text"] {
    width: 80%;
    height: 39px;
    border: none !important;
    color: #7d7d7d
}

.has_select_search input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 5px;
    height: 30px;
    width: 0;
    cursor: pointer;
    padding: 0;
    z-index: 2;
    color: #7d7d7d
}

.has_select_search input[type="submit"]:hover {
    color: #1a7e67
}

.search.active {
    width: 280px
}

.search.active .has_select_search input[type="submit"] {
    width: 65px
}

.language {
    position: absolute;
    right: 40px;
    top: 50px;
    background: #fff;
    padding: 10px 5px;
    border: 1px #efefef solid;
    display: none
}

.language a {
    display: block;
    padding: 5px 20px
}

.language.active {
    display: block
}

.banner {
    position: relative
}

.banner .desc {
    position: absolute;
    z-index: 16;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 33%;
    color: #fff
}

.banner .desc .text {
    font-size: 20px
}

.banner .desc .title {
    font-size: 50px;
    font-weight: 400;
    padding: 25px 0
}

.banner .desc .links a {
    display: inline-block;
    border: 1px #fff solid;
    color: #fff;
    margin-right: 15px;
    padding: 7px 20px
}

.banner .desc .links a:hover {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.banner .flex-direction-nav a {
    background: url(images/icon.png);
    width: 20px;
    height: 38px
}

.banner .flex-direction-nav a:before {
    content: none
}

.banner .flex-direction-nav a.flex-prev {
    background-position: 0 0;
    left: 120px
}

.banner .flex-direction-nav a.flex-next {
    background-position: -20px 0;
    right: 120px
}

.banner .flex-control-nav {
    z-index: 3;
    bottom: 20px
}

.page_banner {
    position: relative
}

.page_banner ul.page_banner_slider li .desc {
    position: absolute;
    z-index: 16;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 33%;
    color: #fff;
    text-align: center
}

.page_banner ul.page_banner_slider li .desc p.text {
    font-size: 24px
}

.page_banner ul.page_banner_slider li .desc h3.title {
    font-size: 60px;
    padding-top: 15px
}

.page_banner .pagebanner_pic .flex-control-nav {
    z-index: 2;
    bottom: 20px
}

.index_introduce {
    padding: 45px 0;
    border-bottom: 1px #f4f4f4 solid
}

ul.index_introduce_nav li {
    width: 33.33333%
}

ul.index_introduce_nav li i {
    text-align: center;
    display: block;
    font-size: 36px;
    color: #1a7e67
}

ul.index_introduce_nav li h3.title {
    text-align: center;
    color: #1a7e67;
    font-size: 22px;
    padding: 20px 0 15px 0
}

ul.index_introduce_nav li .text {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 1.7
}

ul.index_introduce_nav li.item0 {
    padding-right: 30px
}

ul.index_introduce_nav li.item1 {
    padding: 0 15px;
    position: relative
}

ul.index_introduce_nav li.item1:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 50px;
    width: 1px;
    height: 200px;
    background: #f4f4f4
}

ul.index_introduce_nav li.item1:before {
    content: '';
    position: absolute;
    right: -7px;
    top: 50px;
    width: 1px;
    height: 200px;
    background: #f4f4f4
}

ul.index_introduce_nav li.item2 {
    padding-left: 30px
}

.padtb50 {
    padding: 50px 0
}

.borderbottom {
    border-bottom: 1px #f4f4f4 solid
}

ul.index_product_list li {
    margin-right: 20px
}

ul.index_product_list li a {
    display: block;
    background: #f4f4f4;
    height: 245px;
    overflow: hidden
}

ul.index_product_list li h3.title {
    font-size: 16px;
    color: #464646;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.index_product_list li .text {
    font-size: 14px;
    color: #999;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.index_product_list li .pic {
    position: absolute;
    right: 20px;
    bottom: 0
}

ul.index_product_list li .pic .pic_img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

ul.index_product_list li:hover a {
    background: #e3e3e3
}

ul.index_product_list li:hover a h3.title {
    color: #1a7e67
}

.index_product {
    position: relative;
    padding-bottom: 30px
}

.index_product .flex-direction-nav a {
    background: url(images/icon.png);
    width: 30px;
    height: 57px;
    top: 40%
}

.index_product .flex-direction-nav a:before {
    content: none
}

.index_product .flex-direction-nav a.flex-prev {
    background-position: -40px 0;
    left: -90px
}

.index_product .flex-direction-nav a.flex-next {
    background-position: -70px 0;
    right: -90px
}

.index_product .flex-control-paging li a {
    border: 1px #e4e4e4 solid
}

.index_product .flex-control-paging li a:hover {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.index_product .flex-control-paging li a.flex-active {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.index_product .flex-control-nav {
    z-index: 3;
    bottom: -20px
}

.index_product .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    cursor: pointer
}

.index_top {
    text-align: center
}

.index_top h3.title {
    font-size: 30px;
    color: #464646
}

.index_top p.text {
    font-size: 18px;
    color: #b7b7b7;
    padding: 5px 0 25px 0
}

ul.index_applications_list li {
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 6px
}

ul.index_applications_list li p.title {
    position: absolute;
    left: 0;
    bottom: -36px;
    width: 100%;
    background: #1a7e67;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

ul.index_applications_list li:hover p.title {
    bottom: 0
}

ul.index_applications_list li:hover .pic_img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.index_more {
    text-align: center;
    margin-top: 25px
}

.index_more a.more {
    display: inline-block;
    font-size: 16px;
    background: #1a7e67;
    color: #fff;
    font-weight: 700;
    padding: 9px 45px
}

.index_more a.more:hover {
    background: #1f967b
}

.parallax-section {
    overflow: hidden
}

.parallax-content {
    color: #fff;
    position: relative
}

.parallax-background.fixed {
    background-attachment: fixed !important
}

.parallax-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.herot {
    background: url(images/mapbj.jpg) no-repeat;
    background-repeat: no-repeat !important
}

.herot1 {
    background: url(images/videobj.jpg) no-repeat;
    background-repeat: no-repeat !important
}

.herot2 {
    background: url(images/partnewsbj.jpg) no-repeat;
    background-repeat: no-repeat !important
}

.index_about_left {
    width: 43%;
    margin-right: 7%
}

.index_about_right {
    width: 50%
}

.index_about_left h3.title {
    font-size: 30px;
    color: #464646;
    padding-bottom: 70px;
    padding-top: 15px
}

.index_about_left ul.index_aboutnumber {
    margin-bottom: 25px
}

.index_about_left ul.index_aboutnumber li .number {
    font-size: 40px;
    color: #1a7e67;
    font-weight: 700;
    padding: 20px 0 15px 0
}

.index_about_left ul.index_aboutnumber li span.en {
    font-size: 16px;
    color: #7d7d7d
}

p.hours span {
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
    color: #7d7d7d;
    margin: 20px 30px 80px 0
}

p.hours span i {
    margin-right: 10px
}

a.index__about_more {
    display: inline-block;
    font-size: 16px;
    background: #1a7e67;
    color: #fff;
    font-weight: 700;
    padding: 9px 45px
}

a.index__about_more:hover {
    background: #1f967b
}

.index_about_right .text {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 1.7;
    padding-top: 10px
}

.index_video {
    text-align: center;
    color: #fff;
    padding: 170px 0
}

.index_video i {
    font-size: 70px
}

.index_video p.title {
    font-size: 30px;
    padding-top: 40px
}

.oreeb,
.oreec {
    display: none
}

.index_oreelaser {
    position: relative;
    margin-top: 35px
}

.index_oreelaser .index_oreelaser_link {
    position: absolute;
    width: 601px;
    z-index: 1
}

.index_oreelaser .index_oreelaser_link a.oree_link {
    display: block;
    position: relative;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    padding: 0 20px;
    border-bottom: 1px #e3e3e3 solid;
    margin-right: 30px;
    cursor: pointer
}

.index_oreelaser .index_oreelaser_link a.oree_link i {
    position: absolute;
    right: 0;
    top: 0
}

.index_oreelaser .index_oreelaser_text {
    width: 50%;
    height: 240px;
    padding: 20px;
    background: #fff;
    border: 1px #e3e3e3 solid
}

.index_oreelaser .index_oreelaser_link a.current {
    margin: 0;
    background: #fff;
    border: 1px #e3e3e3 solid;
    border-right: 0;
    color: #1a7e67
}

.index_oreelaser .index_oreelaser_link a.current i {
    display: none
}

.index_oreelaser .index_oreelaser_link a.oree_link:hover i {
    right: -20px
}

.index_oreelaser .index_oreelaser_text .text {
    font-size: 16px;
    color: #999;
    line-height: 1.9;
    position: relative;
    height: 151px;
    overflow: hidden
}

.index_oreelaser .index_oreelaser_text a.oree_more {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #727f8b
}

.index_oreelaser .index_oreelaser_text a.oree_more:hover {
    left: 30px;
    color: #1a7e67
}

.index_toppart h3.title {
    color: #fff
}

.index_toppart p.text {
    color: #fff
}

.index_partners {
    margin: 10px 0
}

.index_news .index_news_content {
    width: 31.3333%
}

.index_news .index_news_Video {
    margin: 0 3%
}

.index_news .index_news_content h3.title {
    font-size: 30px;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.index_news .index_news_content h3.title a.newsmore {
    font-size: 14px;
    color: #b7b7b7;
    padding-top: 10px;
    display: inline-block;
    font-weight: 400
}

.index_news .index_news_content h3.title a.newsmore:hover {
    color: #1a7e67
}

ul.index_news_nav li {
    padding-left: 190px;
    position: relative;
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 10px;
    margin-bottom: 10px
}

ul.index_news_nav li a {
    display: block
}

ul.index_news_nav li .pic {
    width: 170px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

ul.index_news_nav li .desc {
    height: 100px
}

ul.index_news_nav li .desc span.time {
    font-size: 14px;
    color: #464646;
    display: inline-block;
    padding-bottom: 10px
}

ul.index_news_nav li .desc .text {
    font-size: 16px;
    color: #464646;
    line-height: 1.7;
    height: 53px;
    overflow: hidden
}

ul.index_news_nav li:hover .desc .text {
    color: #1a7e67
}

ul.index_news_nav li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

ul.index_news_glance li {
    margin-bottom: 20px;
    overflow: hidden
}

ul.index_news_glance li:hover .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.map_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: pink;
    height: 740px
}

.scroll_slider {
    width: 3840px;
    position: absolute;
    left: 0;
    top: 0
}

.scroll_slider li {
    width: 1920px;
    float: left
}

.map_scroll_text {
    position: absolute;
    left: 50%;
    top: 50px;
    width: 600px;
    margin-left: -300px;
    z-index: 1
}

.map_scroll_text .index_top .text {
    color: #474747
}

.footer_content {
    border-bottom: 1px #444 solid
}

.blackbj {
    background: #333
}

ul.footer_nav li .footer_nav_top {
    margin-bottom: 15px
}

ul.footer_nav li .footer_nav_top h3.title {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px
}

ul.footer_nav li .footer_nav_top span.line {
    display: block;
    width: 60px;
    height: 1px;
    background: #555
}

ul.footer_nav li p {
    font-size: 16px;
    color: #999;
    line-height: 1.7
}

ul.footer_nav li p a {
    color: #999
}

ul.footer_nav li p a:hover {
    color: #fff
}

ul.footer_nav li a.pro_more {
    display: block;
    color: #999;
    line-height: 1.7;
    font-size: 16px
}

ul.footer_nav li a.pro_more:hover {
    color: #fff
}

ul.footer_nav li.item0 {
    width: 28%;
    margin-right: 2%
}

ul.footer_nav li.item1 {
    width: 18%;
    margin-right: 2%
}

ul.footer_nav li.item2 {
    width: 18%;
    margin-right: 2%
}

ul.footer_nav li.item3 {
    width: 30%
}

.mailform {
    margin: 35px 0
}

.mailform input {
    background: 0;
    display: inline-block;
    vertical-align: middle
}

.mailform input[type="email"] {
    border: 0;
    border-bottom: 1px solid #444;
    width: 60%;
    margin-right: 3%;
    color: #666
}

.mailform input[type="submit"] {
    cursor: pointer;
    background: #666;
    border-color: #666;
    color: #000;
    width: 35%;
    transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    border-radius: 25px;
    -webkit-border-radius: 25px
}

.mailform input[type="submit"]:hover {
    background: #1a7e67;
    color: #fff;
    border-color: #1a7e67
}

.snsitem a {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 2px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 35px
}

.snsitem a i {
    margin-right: 0
}

.snsitem a:hover {
    background: #1a7e67
}

.copyright_content {
    padding: 15px 0;
    overflow: hidden
}

.copyright_content p {
    color: #999;
    font-size: 14px
}

.copyright_content p a {
    color: #999
}

.copyright_content p a:hover {
    color: #fff
}

.position_content {
    background: #fff;
    border-top: 1px #e3e3e3 solid;
    padding: 7px 0
}

.position {
    font-size: 16px;
    color: #7b7b7b
}

.position i {
    font-size: 20px
}

.position a {
    color: #7b7b7b
}

.position a:hover {
    color: #1a7e67
}

.singlepro_top {
    border-bottom: 1px #d3d3d3 solid;
    padding-bottom: 30px
}

.singlepro_top h3.title {
    font-size: 40px;
    padding-bottom: 10px
}

.singlepro_top .text {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 1.7
}

.product_list_top h3.title {
    font-size: 24px;
    color: #474747;
    width: 100%;
    padding: 40px 0 15px 0;
    border-bottom: 1px #f1f1f1 solid;
    margin-bottom: 30px
}

.product_list_top h3.title a {
    display: inline-block;
    color: #d7d7d7;
    font-weight: 400
}

.product_list_top h3.title a i {
    font-size: 25px
}

.product_list_top h3.title a:hover {
    color: #1a7e67
}

ul.product_list_nav li .product_list_left {
    width: 33%;
    margin-right: 5%
}

ul.product_list_nav li .product_list_right {
    width: 62%
}

.product_list_left .bigpic {
    border: 1px solid #ebebeb;
    position: relative
}

.product_list_left .smallpic {
    position: relative
}

.product_list_left ul.slides {
    padding: 0
}

.bigpic ul.slides li .zoom {
    width: 100%
}

.bigpic .zoomtip {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 1;
    font-size: 16px;
    text-transform: capitalize
}

.smallpic ul li {
    margin-right: 0
}

.smallpic .small-photo {
    border: 1px solid #bbb;
    padding: 3px;
    width: 98px;
    height: 98px
}

.smallpic ul li.flex-active-slide .small-photo {
    border-color: #1a7e67
}

.bigpic ul.slides>li,
.smallpic ul.slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

ul.product_list_nav li.product_listcontent {
    margin-bottom: 60px
}

ul.product_list_nav li .product_list_right {
    height: 399px;
    position: relative
}

ul.product_list_nav li .product_list_right h3.title {
    font-size: 20px;
    color: #1a7e67;
    padding-bottom: 10px
}

ul.product_list_nav li .product_list_right .text {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 1.6
}

ul.product_list_nav li .product_list_right a.productsmore {
    display: inline-block;
    font-size: 15px;
    background: #1a7e67;
    color: #fff;
    padding: 9px 30px;
    position: absolute;
    left: 0;
    bottom: 0
}

ul.product_list_nav li .product_list_right a.productsmore:hover {
    background: #1f977c
}

.text_data {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%
}

.text_data table tr.top {
    background: #e5e5e5;
    padding: 3px 0
}

.text_data table tr.bottom {
    background: #f4f4f4
}

.text_data table tr td {
    border: 0;
    width: 25%;
    text-align: center
}

.text_data table tr.top td {
    padding: 11px 0;
    font-size: 16px;
    color: #474747
}

.text_data table tr.bottom td {
    font-size: 14px;
    color: #7d7d7d;
    padding: 20px 0
}

.application_list {
    margin-top: 40px
}

ul.filter_menu {
    margin: 0 0 30px 0
}

ul.filter_menu li {
    width: 290px;
    margin-right: 20px
}

ul.filtr_container {
    position: relative
}

ul.filtr_container li {
    width: 25%
}

ul.filtr_container li a {
    display: block;
    position: relative;
    width: 290px;
    margin-bottom: 20px
}

ul.filtr_container li .pic {
    height: 190px;
    overflow: hidden;
    position: relative;
    background: #1a7e67
}

ul.filtr_container li p.title {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 9px 0;
    border: 1px #e3e3e3 solid;
    border-top: 0
}

ul.filtr_container li:hover p.title {
    background: #1a7e67;
    color: #fff
}

ul.filtr_container li .pic .open_item {
    position: absolute;
    width: 290px;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    opacity: 0
}

ul.filtr_container li .pic .open_item i {
    display: block;
    font-size: 36px
}

ul.filtr_container li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

ul.filtr_container li:hover p.title {
    border: 1px #1a7e67 solid
}

ul.filtr_container li:hover .pic .open_item {
    bottom: 35%;
    opacity: 1
}

._aboutus ._adbutus_c h1._title {
    font-size: 40px;
    font-weight: bold;
    color: #474747px;
    border-bottom: 1px #d3d3d3 solid;
    padding: 34px 0;
    margin-bottom: 40px
}

._aboutus ._article ._article_title {
    padding-bottom: 60px
}

._aboutus ._article ._article_title ul li p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 36px
}

._aboutus ._adbutus_c .pic {
    margin-bottom: 50px;
    overflow: hidden
}

._aboutus ._adbutus_c .pic .pic_img {
    height: 496px
}

._aboutus ._adbutus_c .pic:hover .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

._export {
    padding: 60px 0;
    background: #f4f4f4
}

._export .map_img {
    width: 808px;
    height: 488px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative
}

._export .map_content ul.map_nav li .map_point {
    position: absolute
}

._export .map_content ul.map_nav li.point0 .map_point {
    top: 178px;
    right: 325px
}

._export .map_content ul.map_nav li.point1 .map_point {
    top: 300px;
    left: 325px
}

._export .map_content ul.map_nav li.point2 .map_point {
    bottom: 178px;
    left: 620px
}

._export .map_content ul.map_nav li.point3 .map_point {
    top: 420px;
    left: 390px
}

._export .map_content ul.map_nav li.point4 .map_point {
    top: 484px;
    right: 260px
}

._export .map_content ul.map_nav li.point5 .map_point {
    top: 220px;
    right: 505px
}

._export .map_content ul.map_nav li.point6 .map_point {
    top: 300px;
    right: 500px
}

._feedback_bj {
    background: url(images/map_1.png) center center no-repeat;
    background-size: cover;
    width: 1200px;
    padding: 100px 0
}

._feedbackSwitch_slider li ._feedbackSwitch_c {
    width: 600px;
    margin-left: -300px;
    padding: 60px 0;
    margin: 0 auto
}

._feedbackSwitch_slider li ._feedbackSwitch_c p {
    text-align: center;
    font-size: 20px;
    color: #b7b7b7;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 55px
}

._feedbackSwitch .flex-control-nav {
    bottom: 30px
}

._feedbackSwitch .flex-control-paging li a.flex-active {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

._feedbackSwitch .flex-direction-nav a {
    background: url(images/abouticon.png);
    width: 30px;
    height: 57px
}

._feedbackSwitch .flex-direction-nav a:before {
    content: none
}

._feedbackSwitch .flex-direction-nav a.flex-prev {
    background-position: 0 0;
    left: 0
}

._feedbackSwitch .flex-direction-nav a.flex-next {
    background-position: -40px 0;
    right: 0
}

.samples_sort {
    padding: 42px 0 16px 0;
    border-bottom: 1px #d3d3d3 solid;
    margin-bottom: 40px
}

.samples_sort ul li {
    border: 1px #e3e3e3 solid;
    margin: 0 10px 10px 0
}

.samples_sort ul li a {
    display: block;
    padding: 10px 28px;
    font-size: 16px;
    color: #999
}

.samples_sort ul li:hover {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.samples_sort ul li:hover a {
    color: #fff;
    cursor: pointer
}

.samples_sort ul li.active {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.samples_sort ul li.active a {
    color: #fff
}

.samples_list {
    padding-bottom: 66px
}

.samples_list ul li {
    margin-bottom: 2%
}

.samples_list ul li .pic {
    overflow: hidden;
    position: relative;
    background: #1a7e67
}

.samples_list ul li .pic .pic_open {
    position: absolute;
    width: 282px;
    left: 0;
    bottom: 0;
    opacity: 0
}

.samples_list ul li .pic .pic_open i {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff
}

.samples_list ul li p._title {
    padding: 10px 0;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px #e3e3e3 solid;
    border-top: 0
}

.samples_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

.samples_list ul li:hover p._title {
    border: 1px #1a7e67 solid;
    border-top: 0;
    background: #1a7e67;
    color: #fff
}

.samples_list ul li:hover .pic .pic_open {
    bottom: 40%;
    opacity: 1
}

.customerVisit h1._title {
    font-size: 40px;
    font-weight: bold;
    color: #474747px;
    border-bottom: 1px #d3d3d3 solid;
    padding: 34px 0;
    margin-bottom: 40px
}

.video_list ul li {
    margin-bottom: 2%
}

.video_list ul li .pic {
    position: relative;
    overflow: hidden
}

.video_list ul li .pic p._title {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    text-align: center
}

.video_list ul li .pic ._text {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    background: #1a7e67;
    color: #fff;
    padding: 10px 20px
}

.video_list ul li .pic ._text p {
    font-size: 14px;
    padding-bottom: 8px
}

.video_list ul li .pic ._text span {
    font-size: 14px
}

.video_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.video_list ul li:hover ._text {
    bottom: 0
}

.video_list {
    padding-bottom: 66px
}

._video {
    background: #333;
    margin-top: 68px
}

h1._title {
    font-size: 28px;
    font-weight: 400;
    color: #474747px;
    border-bottom: 1px #d3d3d3 solid;
    padding: 34px 0 20px 0;
    margin-bottom: 25px
}

.video_view_l ._date ._date_l p {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 10px
}

.video_view_l ._date ._date_l p i {
    display: inline-block;
    margin-right: 6px
}

.video_view_l ._date ._date_l p span {
    color: #1a7e67
}

.video_view_l ._share ._view_c {
    margin-top: 30px
}

.video_view_l .previousNext {
    border-top: 1px #d3d3d3 solid;
    padding-top: 30px;
    position: relative
}

.video_view_l .previousNext ._previous a,
._next a {
    display: inline-block;
    font-size: 14px;
    color: #7d7d7d;
    padding: 15px 30px;
    border: 1px #d4d4d4 solid;
    border-radius: 27px
}

.video_view_l .previousNext ._previous a i {
    display: inline-block;
    margin-right: 15px
}

.video_view_l .previousNext ._next a i {
    display: inline-block;
    transform: rotateY(180deg);
    margin-left: 15px
}

.video_view_l .previousNext ._previous span {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    color: #b7b7b7
}

.video_view_l .previousNext ._next span {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
    color: #b7b7b7
}

.video_view_l .previousNext ._previous a:hover,
._next a:hover {
    color: #fff;
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.video_view_l .previousNext ._link {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 1px;
    height: 20px;
    background: #7d7d7d
}

.video_view_r .video_view_r_top ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #d7d7d7 solid
}

.video_view_r .video_view_r_top ul li .pic {
    margin-right: 10px;
    overflow: hidden
}

.video_view_r .video_view_r_top ul li .pic .pic_img {
    width: 160px;
    height: 90px
}

.video_view_r .video_view_r_top ul li ._text {
    color: #464646
}

.video_view_r .video_view_r_top ul li ._text span {
    display: inline-block;
    font-size: 14px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video_view_r .video_view_r_top ul li ._text p {
    font-size: 16px;
    font-weight: 700
}

.video_view_r .video_view_r_top ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.video_view_r .video_view_r_top ul li:hover ._text {
    color: #1a7e67
}

.video_view_r .video_view_r_bottom ul li {
    margin: 0 10px 10px 0
}

.video_view_r .video_view_r_bottom ul li a {
    display: inline-block;
    padding: 8px 16px;
    border: 1px #d4d4d4 solid;
    border-radius: 22px
}

.video_view_r .video_view_r_bottom ul li:hover a {
    background: #1a7e67;
    color: #fff;
    border: 1px #1a7e67 solid
}

.video_view ._feedback {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #d3d3d3 solid
}

.video_view ._feedback .total h3 {
    font-size: 30px;
    color: #1a7e67
}

.video_view ._feedback .total h3 span {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: normal;
    padding-left: 10px
}

._question {
    padding-top: 30px
}

._question h3,
._answer h3 {
    font-size: 24px;
    color: #474747;
    line-height: 60px;
    padding-left: 20px
}

._question_c {
    padding-top: 10px
}

._question_c p {
    font-size: 16px;
    color: #474747;
    line-height: 30px
}

._answer {
    padding: 0 0 0 20px;
    border-left: 5px #d6d6d6 solid;
    margin: 20px 0 20px 30px
}

._customer_qa {
    position: relative;
    padding-bottom: 30px
}

._customer_qa span._line {
    width: 50%;
    height: 1px;
    background: #d3d3d3
}

._customer_qa span._line {
    position: absolute;
    bottom: 10px
}

._customer_qa_list ._customer_qa:last-child {
    margin-bottom: 50px
}

._customer_qa_list ._customer_qa:last-child span._line {
    width: 36%
}

._customer_qa_list ._customer_qa:last-child span._line1 {
    left: 0
}

._customer_qa_list ._customer_qa:last-child span._line2 {
    right: 0
}

._customer_qa_list ._customer_qa:last-child span._line3 {
    position: absolute;
    bottom: 0;
    left: 318px
}

._leaveComment {
    padding: 40px 0
}

._leaveComment h3 {
    font-size: 30px;
    color: #474747;
    padding-bottom: 10px
}

._leaveComment p {
    font-size: 16px;
    color: #7d7d7d;
    padding-bottom: 30px
}

.blog ._date h3._title {
    font-size: 24px;
    font-weight: 700;
    color: #474747;
    padding-bottom: 10px
}

.blog ._view_c .pic {
    overflow: hidden
}

.blog ._view_c p._tltle {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 26px;
    padding: 10px 0
}

.blog ._view_c a._navbar1 {
    display: inline-block;
    font-size: 14px;
    padding: 14px 24px;
    background: #1a7e67;
    color: #fff;
    margin: 30px 0
}

.bolg_list:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.bolg_list:hover ._date h3._title {
    color: #1a7e67
}

.bolg_list {
    border-bottom: 1px #f1f1f1 solid;
    margin-bottom: 40px
}

.bolg_list.lastchild {
    border: 0
}

.blog .video_view_r_top h3._title {
    font-size: 24px;
    color: #474747;
    font-weight: 700;
    padding: 54px 0 30px 0;
    margin-bottom: 46px;
    border-bottom: 1px #d3d3d3 solid
}

._productsort {
    padding: 32px 0 0 0
}

.faq_list ._faq ul._faq_group li._alone p._title,
._technology_list ul._technology_list_group li._alone p._title {
    font-size: 16px;
    color: #474747;
    background: #f4f4f4;
    padding: 14px 32px;
    cursor: pointer
}

.faq_list ._faq ul._faq_group li._alone p._title i,
._technology_list ul._technology_list_group li._alone p._title i {
    display: inline-block;
    font-size: 20px;
    transform: rotate(180deg)
}

.faq_list ._faq ul._faq_group li._alone ._active {
    display: none;
    padding: 20px 37px
}

.faq_list ._faq ul._faq_group li._hover p._title,
._technology_list ul._technology_list_group li._hover p._title {
    background: #1a7e67;
    color: #fff
}

.faq_list ._faq ul._faq_group li._hover p._title i,
._technology_list ul._technology_list_group li._hover p._title i {
    color: #fff;
    transform: rotate(0deg)
}

.faq_list ._faq ul._faq_group li._hover ._active {
    display: block
}

.padi40 {
    padding: 40px 0
}

._serviceSupport .singlepro_top {
    margin-bottom: 40px
}

._download ul._download_list li {
    border-bottom: 1px #f1f1f1 solid;
    padding: 30px 0
}

._download ul._download_list li ._list ._list_l h3._title {
    font-size: 24px;
    color: #494949;
    margin-bottom: 10px;
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._download ul._download_list li ._list ._list_l span._date {
    display: inline-block;
    font-size: 14px;
    color: #464646;
    margin-bottom: 10px
}

._download ul._download_list li ._list ._list_l p._text {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 26px
}

._download ul._download_list li ._list ._list_r ._download_icon {
    padding: 30px 0
}

._download ul._download_list li ._list ._list_r ._download_icon i {
    display: block;
    font-size: 40px;
    color: #999;
    text-align: center
}

._download ul._download_list li ._list ._list_r ._navbar {
    display: block;
    width: 160px;
    height: 40px;
    background: #1a7e67;
    color: #fff;
    text-align: center;
    line-height: 40px
}

._download ul._download_list li ._list ._list_r ._navbar i {
    font-size: 20px;
    margin-right: 6px
}

._download ul._download_list li:hover {
    padding-bottom: 40px
}

._download ul._download_list li:hover ._list ._list_l h3._title {
    color: #1a7e67
}

.padtb40 {
    padding: 40px 0 0 0
}



._form input._inp_text:focus {
    box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -moz-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -webkit-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px
}

._form ._verification ._yzm {
    width: 76%
}

._form select._inp_text {
    color: #666 !important
}

._form select._inp_text:focus {
    box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -moz-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -webkit-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px
}

._form textarea._inp_text:focus {
    box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -moz-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px;
    -webkit-box-shadow: rgba(26, 126, 103, 0.5) 0 0 8px
}



._form p._text {
    font-size: 14px;
    color: #b7b7b7;
    margin-top: 30px
}

._other_theway {
    padding-left: 60px
}

._other_theway h3._title {
    color: #474747
}

._thewayh3 {
    font-size: 28px
}

._other_theway ._theway_top {
    border-bottom: 1px #f1f1f1 solid;
    padding: 30px 0;
    margin-bottom: 30px
}

._other_theway ._theway_top ul li {
    position: relative;
    height: 70px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px
}

._other_theway ._theway_top ul li a._contactus_item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #1a7e67;
    color: #fff;
    margin: 5px 20px 0 0
}

._other_theway ._theway_top ul li a._contactus_item i {
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 60px
}

._other_theway ._theway_top ul li h3._title {
    font-size: 24px
}

._other_theway ._theway_top ul li p {
    font-size: 14px;
    color: #727f8b
}

._other_theway ._theway_top ul li p a {
    color: #1a7e67;
    text-decoration: underline
}

._news .video_view_r_top h3._title {
    padding: 27px 0 30px 0
}

._productDescription .singlepro_top {
    padding-bottom: 104px
}

._productDescription .singlepro_top p._text {
    font-size: 14px;
    color: #999
}

._productDescription .singlepro_top span._text {
    display: inline-block;
    font-size: 16px;
    color: #7d7d7d;
    margin-top: 40px;
    width: 722px
}

._parameter {
    padding: 80px 0 0 0
}

._parameter ._parameter_l {
    padding-right: 14%
}

._parameter ._parameter_l ._navbar span {
    display: inline-block;
    padding: 8px 36px;
    font-size: 16px;
    border: 1px #e3e3e3 solid;
    cursor: pointer
}

._parameter ._parameter_l ._navbar span._active {
    background: #1a7e67;
    color: #fff;
    border: 1px #1a7e67 solid
}

._parameter ._parameter_l ._table {
    margin-top: 30px
}

._parameter ._parameter_l ._table table tr {
    background: #e5e5e5
}

._parameter ._parameter_l ._table table tr:nth-child(2n+0) {
    background: #f4f4f4
}

._parameter ._parameter_l ._table table tr td {
    font-size: 14px;
    color: #474747;
    padding: 9px 5px 9px 16px
}

._parameter ._parameter_l ._table table tr td:first-child {
    font-weight: bold
}

._parameter ._parameter_l a {
    display: inline-block;
    padding: 9px 36px;
    font-size: 16px;
    background: #1a7e67;
    color: #fff;
    margin-top: 86px
}

._parameter ._parameter_r {
    padding-left: 7.4%
}

._parameter ._parameter_r ._text {
    margin-top: 30px
}

._parameter ._parameter_r ._text span {
    font-size: 16px;
    color: #d7d7d7;
    font-weight: bold
}

._parameter ._parameter_r ._text a {
    display: inline-block;
    padding: 9px 14px;
    font-size: 16px;
    font-weight: bold;
    background: #727f8b;
    color: #fff
}

._itWorks {
    position: relative;
    height: 675px
}

._itWorks ._itWorks_video {
    position: absolute;
    top: 300px;
    left: 50%;
    color: #fff;
    width: 30%;
    margin-left: -15%;
    text-align: center
}

._itWorks ._itWorks_video i {
    display: inline-block;
    font-size: 100px;
    cursor: pointer
}

._itWorks ._itWorks_video h3 {
    font-size: 32px;
    margin-top: 30px
}

._itWorks ._itWorks_video p {
    font-size: 16px;
    margin-top: 2px
}

.mark {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 200;

   /*background: url(images/blackop.png) repeat;*/
    -webkit-transition: .2s;
    transition: .2s
}

.mark.open {
    height: 100%
}

.widfive {
    width: 50%
}

._partsAdvantage ._partsAdvantage_c {
    border-bottom: 1px #d3d3d3 solid
}

._partsAdvantage ._partsAdvantage_list {
    padding: 30px 0
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l {
    padding-top: 30px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l h3 {
    font-size: 24px;
    color: #474747;
    padding-bottom: 10px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 24px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r .pic {
    overflow: hidden;
    position: relative;
    background: #1a7e67;
    width: 394px;
    float: right
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r .pic .pic_open {
    position: absolute;
    width: 394px;
    left: 0;
    bottom: 0;
    opacity: 0
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r .pic .pic_open i {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r:hover .pic .pic_open {
    bottom: 45%;
    opacity: 1
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r {
    padding-top: 30px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r h3 {
    font-size: 24px;
    color: #474747;
    padding-bottom: 10px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_r p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 24px
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l .pic {
    overflow: hidden;
    position: relative;
    background: #1a7e67;
    width: 394px;
    float: left
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l .pic .pic_open {
    position: absolute;
    width: 394px;
    left: 0;
    bottom: 0;
    opacity: 0
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l .pic .pic_open i {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._partsAdvantage ._partsAdvantage_list ._partsAdvantage_list_l:hover .pic .pic_open {
    bottom: 45%;
    opacity: 1
}

._technicalData {
    padding-bottom: 80px
}

._technicalData .singlepro_top {
    border-bottom: 0
}

._technicalData ._navbar span {
    display: inline-block;
    padding: 8px 36px;
    font-size: 16px;
    border: 1px #e3e3e3 solid;
    cursor: pointer
}

._technicalData ._navbar span._active {
    background: #1a7e67;
    color: #fff;
    border: 1px #1a7e67 solid
}

._technicalData_c ._table table tr:first-child {
    border-bottom: 5px #1a7e67 solid;
    background: #fff
}

._technicalData_c ._table table tr:first-child th {
    font-size: 16px;
    color: #65968b;
    padding: 10px 0
}

._technicalData_c ._table table tr {
    background: #f4f4f4
}

._technicalData_c ._table table tr:nth-child(2n+0) {
    background: #e5e5e5
}

._technicalData_c ._table table tr td {
    font-size: 16px;
    color: #474747;
    text-align: center;
    padding: 8px 2px
}

._technicalData_c ._table table tr td:first-child {
    font-weight: bold
}

._datasheet span {
    font-size: 16px;
    color: #999;
    margin-right: 30px
}

._datasheet a {
    display: inline-block;
    padding: 9px 44px;
    background: #727f8b;
    color: #fff;
    font-size: 16px
}

._datasheet a i {
    font-size: 20px
}

._imageArray {
    position: relative
}

._imageArray ._text {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 600px;
    margin-left: -300px
}

._imageArray ._text p {
    font-size: 20px;
    color: #666;
    text-align: center
}

._imageArray ._text i {
    font-size: 40px;
    color: #999;
    display: inline-block
}

._imageArray ._text i.xz2 {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

._processingMaterial {
    background: url(images/partsadvantage_5_bj.jpg) center center no-repeat;
    background-size: cover;
    height: 750px;
    padding: 60px 0
}

._processingMaterial h3._title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 60px
}

._moduleh3 h3._title {
    font-size: 40px;
    color: #474747;
    text-align: center;
    padding-bottom: 60px
}

._productionSamples {
    padding: 60px 0 130px 0
}

._productionSamples ._productionSamples_list ul li .pic {
    overflow: hidden;
    position: relative;
    background: #1a7e67
}

._productionSamples ._productionSamples_list ul li .pic .pic_open {
    position: absolute;
    width: 230px;
    left: 0;
    bottom: 0;
    opacity: 0
}

._productionSamples ._productionSamples_list ul li .pic .pic_open i {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff
}

._productionSamples ._productionSamples_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._productionSamples ._productionSamples_list ul li:hover .pic .pic_open {
    bottom: 45%;
    opacity: 1
}

._productionSamples ._productionSamples_list ul li p._text {
    font-size: 16px;
    color: #999;
    padding: 14px 0;
    text-align: center;
    border: 1px #e3e3e3 solid;
    border-top: 0
}

._productionSamples ._productionSamples_list ul li:hover p._text {
    color: #fff;
    background: #1a7e67;
    border: 1px #1a7e67 solid;
    border-top: 0
}

._productionSamples ._view {
    position: relative
}

._productionSamples ._view a._more {
    position: absolute;
    bottom: -100px;
    left: 50%;
    display: inline-block;
    width: 160px;
    margin-left: -80px;
    font-size: 14px;
    background: #1a7e67;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 10
}

._productionSamples ._view span._link {
    position: absolute;
    bottom: -80px;
    left: 0;
    display: inline-block;
    background: #d2d2d2;
    width: 100%;
    height: 1px
}

._engravers ._engravers_list ul li .pic {
    overflow: hidden;
    position: relative
}

._engravers ._engravers_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._engravers ._engravers_list ul li p._text {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    background: #1a7e67;
    color: #fff
}

._engravers ._engravers_list ul li:hover p._text {
    bottom: 0
}

._upgradedVersion ._upgradedVersion_list ul li .pic {
    overflow: hidden
}

._upgradedVersion ._upgradedVersion_list ul li .pic_text h4._title {
    font-size: 18px;
    color: #474747;
    padding: 26px 0 16px 0
}

._upgradedVersion ._upgradedVersion_list ul li .pic_text p._text {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
    padding-bottom: 20px
}

._upgradedVersion ._upgradedVersion_list ul li .pic_text a._more {
    display: inline-block;
    font-size: 14px;
    color: #727f8b
}

._upgradedVersion ._upgradedVersion_list ul li .pic_text a._more i {
    font-size: 15px;
    padding-right: 10px
}

._upgradedVersion ._upgradedVersion_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8
}

._upgradedVersion ._upgradedVersion_list ul li:hover h4._title {
    color: #1a7e67
}

._upgradedVersion ._upgradedVersion_list ul li:hover a._more {
    color: #1a7e67
}

._contactUs {
    position: relative;
    background: url(images/contactUsBj.jpg) center center no-repeat;
    background-size: cover;
    height: 570px;
    padding: 60px 0;
    margin-top: 20px
}

._contactUs h3._title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 60px
}

._contactUs ._form {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 600px;
    margin-left: -300px
}

._contactUs ._form ._inp_text {
    padding: 12px 0 12px 30px;
    margin-bottom: 20px
}

._contactUs ._form a._send {
    display: inline-block;
    background: #1a7e67;
    width: 140px;
    padding: 10px 0;
    text-align: center;
    color: #fff
}

._relatedProducts {
    padding: 60px 0 130px 0
}

._relatedProducts ._module {
    text-align: center
}

._relatedProducts ._module h3._title {
    font-size: 40px;
    color: #474747
}

._relatedProducts ._module p._text {
    font-size: 14px;
    color: #999
}

._relatedProducts ._carousel {
    padding-top: 20px
}

._relatedProducts ._carousel .small_pic ul li .pic_text h4._title {
    font-size: 18px;
    color: #474747;
    padding: 26px 0 16px 0
}

._relatedProducts ._carousel .small_pic ul li .pic_text p._text {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
    padding-bottom: 20px
}

._relatedProducts ._carousel .small_pic ul li .pic_text a._more {
    display: inline-block;
    font-size: 14px;
    color: #727f8b
}

._relatedProducts ._carousel .small_pic ul li .pic_text a._more i {
    font-size: 15px;
    padding-right: 10px
}

._relatedProducts ._carousel .small_pic ul li span._label {
    display: block;
    background: #d81d2e;
    color: #fff;
    width: 67px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px
}

._relatedProducts ._carousel .small_pic ul li span._label {
    position: absolute;
    top: 20px;
    left: 0
}

._relatedProducts ._carousel .small_pic ul li .pic {
    overflow: hidden
}

._relatedProducts ._carousel .small_pic ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8
}

._relatedProducts ._carousel .small_pic ul li:hover h4._title {
    color: #1a7e67
}

._relatedProducts ._carousel .small_pic ul li:hover a._more {
    color: #1a7e67
}

._relatedProducts ._carousel .flex-control-paging li a.flex-active {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

._relatedProducts ._carousel .flex-control-nav {
    bottom: -80px
}

._relatedProducts ._carousel .flex-direction-nav a {
    background: url(images/abouticon.png);
    width: 30px;
    height: 56px
}

._relatedProducts ._carousel .flex-direction-nav a:before {
    content: none
}

._relatedProducts ._carousel .flex-direction-nav a.flex-prev {
    background-position: 0 0;
    left: -120px
}

._relatedProducts ._carousel .flex-direction-nav a.flex-next {
    background-position: -40px 0;
    right: -120px
}

.fixedmeau {
    position: fixed;
    top: 150px;
    left: 50px;
    display: none
}

.fixedmeau li {
    cursor: pointer;
    position: relative
}

.fixedmeau li a {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px #9c9c9c solid;
    display: inline-block
}

.fixedmeau span {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    opacity: 0
}

.fixedmeau li.active span {
    display: block;
    left: 32px;
    opacity: 1
}

.fixedmeau li.active a {
    background: #1a7e67;
    border: 1px #1a7e67 solid
}

.totop {
    width: 60px;
    height: 55px;
    background: #adadad;
    position: fixed;
    bottom: 30px;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    display: none;
    z-index: 10
}

.totop:hover {
    background: #1a7e67
}

.totop span {
    background: url(images/abouticon.png);
    width: 30px;
    height: 18px;
    background-position: 0 18px;
    display: inline-block;
    margin: 16px 16px
}

.header_box {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: 0 auto
}

.header_box>.header {
    line-height: 120px;
    font-size: 64px;
    color: #4b4b4b;
    background: #fff
}

.header_box>.meau {
    background: darkred;
    height: 40px;
    line-height: 40px;
    color: #fff
}

.sidebar {
    position: fixed;
    bottom: 100px;
    right: 0;
    cursor: pointer;
    z-index: 10
}

.sidebar span.sidebar_nav {
    display: block;
    width: 60px;
    background: url(images/Sidebar.jpg)
}

.sidebar span.sidebar_top {
    height: 262px;
    background-position: 0 0
}

.sidebar span.sidebar_bottom {
    height: 60px;
    background-position: 0 -262px
}

._suitable h3._title {
    font-size: 32px;
    color: #474747
}

._suitable_list_l {
    width: 28%;
    margin-right: 2%
}

._suitable_list_l table._table tr {
    background: #e5e5e5
}

._suitable_list_l table._table tr:nth-child(2n+0) {
    background: #f4f4f4
}

._suitable_list_l table._table tr td {
    font-size: 16px;
    color: #7d7d7d;
    border: 0;
    padding: 9px 2px 10px 50px
}

._suitable_list_o ul li .pic {
    overflow: hidden;
    position: relative;
    background: #1a7e67
}

._suitable_list_o ul li .pic .pic_open {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0
}

._suitable_list_o ul li .pic .pic_open i {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #fff
}

._suitable_list_o ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._suitable_list_o ul li:hover .pic .pic_open {
    bottom: 45%;
    opacity: 1
}

._suitable p._text {
    font-size: 16px;
    color: #7d7d7d;
    padding: 30px 0 20px 0
}

._suitable a._more {
    display: block;
    padding: 9px 0;
    background: #1a7e67;
    color: #fff;
    font-size: 16px;
    width: 160px;
    text-align: center
}

._made_metal {
    background: #f4f4f4;
    padding: 60px 0
}

._made_metal h3._title {
    font-size: 40px;
    color: #474747;
    text-align: center
}

._made_metal_list ul li {
    padding-top: 20px
}

._made_metal_list ul li p._text {
    font-size: 24px;
    color: #474747;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px
}

._made_metal_list ul li .writing {
    padding-left: 80px;
    padding-top: 30px;
    background: #e3e3e3;
    width: 100%;
    height: 300px
}

._made_metal_list ul li .writing p {
    position: relative;
    font-size: 14px;
    color: #474747;
    padding: 2px 0
}

._made_metal_list ul li .writing p span.iconSquare {
    position: absolute;
    top: 7px;
    left: -24px;
    display: block;
    width: 10px;
    height: 10px;
    background: #666
}

._made_metal_list ul li a._more {
    display: block;
    padding: 9px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px
}

._made_metal_list ul li:hover ._box {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

._made_metal_list ul li a.btn_green {
    background: #1a7e67
}

._made_metal_list ul li a.btn_gray {
    background: #727f8b
}

._laserMarking {
    padding: 60px 0
}

._laserMarking h3._title {
    font-size: 40px;
    color: #474747;
    padding-bottom: 20px
}

._laserMarking ._laserMarking_list ._laserMarking_list_c h3 {
    font-size: 24px;
    color: #474747;
    padding: 8px 0
}

._laserMarking ._laserMarking_list ._laserMarking_list_c p {
    font-size: 16px;
    color: #999;
    line-height: 30px
}

._laserMarking_list_pic .pic {
    overflow: hidden
}

._laserMarking_list_pic:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._laserMarking_list a._more {
    display: block;
    font-size: 14px;
    color: #727f8b;
    font-weight: bold;
    padding-top: 40px
}

._laserMarking_list a._more i {
    font-size: 15px;
    padding-right: 10px
}

._laserMarking_list ul._other li p._text {
    font-size: 24px;
    color: #474747;
    padding: 30px 0
}

._laserMarking_list ul._other li .writing {
    background: #f4f4f4;
    padding: 30px 50px;
    height: 340px
}

._laserMarking_list ul._other li .writing p {
    position: relative;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding-bottom: 10px
}

._laserMarking_list ul._other li .writing p span.iconSquare {
    position: absolute;
    top: 8px;
    left: -24px;
    display: block;
    width: 10px;
    height: 10px;
    background: #666
}

._meaning {
    position: relative;
    background: url(images/_meaning_bj.jpg) center center no-repeat;
    background-size: cover;
    height: 650px;
    padding: 60px 0
}

._meaning h3._title {
    font-size: 40px;
    color: #fff;
    text-align: center
}

._meaning ._meaning_list {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1200px;
    height: 400px;
    margin-left: -600px
}

._meaning ._meaning_list ul li {
    background: #fff;
    height: 400px
}

._meaning ._meaning_list ul li h3 {
    font-size: 20px;
    color: #474747;
    padding-bottom: 20px
}

._meaning ._meaning_list ul li p {
    font-size: 16px;
    color: #999;
    line-height: 30px
}

._meaning ._meaning_list ul li a._more {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: block;
    font-size: 14px;
    color: #727f8b;
    font-weight: bold
}

._meaning ._meaning_list ul li a._more i {
    font-size: 15px;
    padding-right: 10px
}

._meaning ._meaning_list .pic {
    overflow: hidden
}

._meaning ._meaning_list ul li:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

.pad30 {
    padding: 30px
}

._technology h3._title {
    font-size: 40px;
    color: #474747;
    padding: 40px 0 30px 0
}

._technology_list ul._technology_list_group li._alone ._active {
    display: none;
    padding: 20px 0
}

._technology_list ul._technology_list_group li._hover ._active {
    display: block
}

._technology_list ul._technology_list_group li._alone ._active p {
    font-size: 16px;
    color: #b7b7b7;
    padding: 5px 0
}

._technology_list ul._technology_list_group li._alone ._active p i {
    display: inline-block;
    color: #666;
    margin-right: 20px
}

._learnMore {
    background: #f4f4f4;
    padding: 80px 0 100px 0
}

._learnMore ._learnMore_l h3._title {
    font-size: 40px;
    color: #474747;
    padding-bottom: 30px
}

._learnMore ._learnMore_l p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px
}

._learnMore ._learnMore_l a._more {
    display: block;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
    background: #1a7e67;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin-top: 54px
}

._learnMore_r .pic {
    overflow: hidden
}

._learnMore_r:hover .pic .pic_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .5
}

._possibilities {
    padding: 60px 0 0 0
}

._possibilities ._possibilities_top {
    padding-bottom: 30px
}

._possibilities ._possibilities_top h3._title {
    font-size: 40px;
    color: #474747;
    padding-bottom: 30px
}

._possibilities ._possibilities_top p._text {
    font-size: 16px;
    color: #7d7d7d
}

._possibilities p span {
    color: #1a7e67
}

._possibilities_list ul li {
    margin-bottom: 30px
}

._possibilities_list ul li ._sprite ._sprite_icon {
    display: block;
    width: 90px;
    height: 103px;
    background: url(images/drill_img.png) no-repeat
}

._possibilities_list ul li ._content h4._title {
    font-size: 24px;
    color: #474747;
    font-weight: normal;
    padding-bottom: 10px
}

._possibilities_list ul li ._content p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 24px
}

._possibilities_list ul li ._sprite ._sprite_icon1 {
    background-position: 0 0
}

._possibilities_list ul li ._sprite ._sprite_icon2 {
    background-position: -91px 0
}

._possibilities_list ul li ._sprite ._sprite_icon2 {
    background-position: -182px 0
}

._possibilities ._engrave {
    padding-bottom: 240px
}

._possibilities ._engrave h3._title {
    font-size: 40px;
    color: #474747;
    padding-bottom: 60px
}

._possibilities ._engrave p {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 24px
}

#tagscloud {
    width: 100%;
    height: 200px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center
}

#tagscloud a {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    font-family: Arial;
    text-decoration: none;
    margin: 0 10px 15px 0;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px
}

#tagscloud a:hover {
    color: #fff;
    background: #1b7f67
}

#tagscloud a.item0,
#tagscloud a.item3,
#tagscloud a.item5,
#tagscloud a.item7,
#tagscloud a.item9,
#tagscloud a.item11 {
    background: #249f81;
    color: #fff
}

#tagscloud a.item1,
#tagscloud a.item4,
#tagscloud a.item8 {
    background: #adadad;
    color: #fff
}
