
@import "font-awesome.min.css";
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
}
*, *::before, *::after {
    box-sizing: border-box;
    text-decoration: none;
    word-wrap: break-word;
}
* {
    box-sizing: border-box;
}
.ft_left {
    float: left;
}
.ft_right {
    float: right;
}
img {
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    vertical-align: text-bottom;
    width: auto;
}
.clear {
    clear: both;
}
@font-face {
    font-family: "myriadproregular";
    src: url("../fonts/myriadproregular.eot") format("embedded-opentype"), url("../fonts/myriadproregular.woff2") format("woff2"), url("../fonts/myriadproregular.woff") format("woff"), url("../fonts/myriadproregular.ttf") format("truetype"), url("../fonts/myriadproregular.svg#myriadproregular") format("svg");
}
@font-face {
    font-family: "myriadpro-bold";
    src: url("../fonts/myriadpro-bold-webfont.eot") format("embedded-opentype"), url("../fonts/myriadpro-bold-webfont.woff2") format("woff2"), url("../fonts/myriadpro-bold-webfont.woff") format("woff"), url("../fonts/myriadpro-bold-webfont.ttf") format("truetype"), url("../fonts/myriadpro-bold-webfont.svg#myriadpro-bold-webfont") format("svg");
}
@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/18836_helr45w.eot") format("embedded-opentype"), url("../fonts/18836_helr45w.woff2") format("woff2"), url("../fonts/18836_helr45w.woff") format("woff"), url("../fonts/18836_helr45w.ttf") format("truetype"), url("../fonts/18836_helr45w.svg#18836_helr45w") format("svg");
}
@font-face {
    font-family: "HelveticaBold";
    src: url("../fonts/helveticaneue-bold-webfont.eot") format("embedded-opentype"), url("../fonts/helveticaneue-bold-webfont.woff2") format("woff2"), url("../fonts/helveticaneue-bold-webfont.woff") format("woff"), url("../fonts/helveticaneue-bold-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-bold-webfont.svg#helveticaneue-bold-webfont") format("svg");
}
@font-face {
    font-family: "HelveticaNeueLTStd-HvCn";
    src: url("../fonts/HelveticaNeueLTStd-HvCn.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-HvCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-HvCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-HvCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn") format("svg");
}
@font-face {
    font-family: "HelveticaNeueLTStdMdCn";
    src: url("../fonts/HelveticaNeueLTStdMdCn.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStdMdCn.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStdMdCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStdMdCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStdMdCn.svg#HelveticaNeueLTStdMdCn") format("svg");
}
a.back-to-top {
    backface-visibility: hidden;
    background: #46d606 url("../images/up-arrow.png") no-repeat scroll center 43%;
    border-radius: 30px;
    bottom: 20px;
    box-shadow: 0 2px 2px #090808;
    display: none;
    height: 60px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
    width: 60px;
    z-index: 999;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active {
    transform: scale(0.9);
}
body {
    background: #fff none repeat scroll 0 0;
    color: #5d676c;
    font-family: "myriadproregular";
    font-size: 16px;
    line-height: normal;
}
.wrap {
    margin: 0 auto;
    position: relative;
    width: 88%;
}
.header_top {
    background: #319f00 none repeat scroll 0 0;
    transition: all 0.2s ease 0s;
}
.header_top_cont {
    padding: 10px 0;
}
.social_add {
    float: right;
    width: 14%;
}
.social_add a {
    color: #fff;
    font-size: 30px;
    margin-right: 5px;
}
.header_top_right {
    float: right;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 20px;
    text-align: right;
    width: 70%;
}
.header_top_right span {
    color: #ffffff;
    display: inline-block;
}
.header_top_right span a {
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    margin-right: 5px;
    padding: 4px 0;
}
.header_top_right span a:hover, .header_top_right span a.active {
    color: #fff;
}
.header_top_right strong {
    display: inline-block;
}
.button1 {
    background: #d80100 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
    padding: 4px 15px;
}
.button1:hover {
    background: #f81616 none repeat scroll 0 0;
}
.header_cont {
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    padding: 15px 0;
}
.logo {
    float: left;
    position: relative;
    width: 16%;
}
.nav {
    float: right;
    margin-top: 2.2%;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 84%;
}
.nav ul {
    float: left;
    width: 83%;
}
.nav ul li {
    display: inline-block;
    padding: 10px 1.5%;
    text-transform: uppercase;
}
.nav ul li:hover {
    background: #319f00 none repeat scroll 0 0;
}
.nav ul li:hover, .nav ul li.active {
    background: #319f00 none repeat scroll 0 0;
    color: #ffffff;
}
.nav ul li.active a {
    color: #ffffff;
}
.nav ul li:hover a {
    color: #ffffff;
}
.nav ul li a {
    color: #008f00;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 18px;
}
.banner_section {
    background: #80fa00 url("../images/banner1.png") no-repeat scroll center top / 100% auto;
    transition: all 0.2s ease 0s;
}
.our_award {
    background: #81fc00 url("../images/banner1.png") no-repeat scroll center top / 100% auto;
}
.inner_banner_section {
    background: #0c8c0c url("../images/bg2.jpg") no-repeat scroll center top / 100% auto;
    overflow: hidden;
    padding: 15px 0;
}
.slider_panel {
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.slider_cont {
    background: rgba(0, 0, 0, 0) url("../images/banner_bg2.png") no-repeat scroll left top / 100% 100%;
    color: #ffffff;
    float: right;
    margin: 5% 20% 0 0;
    padding: 15px 20px;
    transition: all 0.2s ease 0s;
    width: 32%;
}
.slider_cont h3 {
    font-size: 18px;
    padding-bottom: 10px;
}
.slider_cont p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.banner_pic {
    color: #000000;
    float: left;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 20px;
    margin-top: 15px;
    padding: 5px 0;
    width: 45%;
}
.welcome_info {
    background: #f6f6f6 none repeat scroll 0 0;
    text-align: center;
}
.title1 {
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.title1 span {
    background: #008f00 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 5px auto 0;
    width: 15%;
}
.welcome_info p {
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}
.button2 {
    background: #319f00 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 2px 5px #a7a7a7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 20px;
    margin-top: 10px;
    padding: 6px 20px;
    position: relative;
}
.button2:hover {
    background: #236904 none repeat scroll 0 0;
}
.block_section2 ul li {
    box-shadow: 2px 3px 6px #474444 !important;
}
.welcome_info, .our_product, .our_award, .logo_add_section, .inner_content_block {
    padding: 3% 0;
}
.more_cont {
    display: none;
    transition: inherit !important;
}
.button2 {
    transition: inherit !important;
}
.our_work {
    padding: 4% 0 0;
}
.our_product {
    transition: all 0.2s ease 0s;
}
.product_panel ul {
    margin: 0 -1%;
    text-align: center;
}
.product_panel ul li {
    margin: 0 1%;
    text-align: center;
}
.work_panel ul {
    margin: 0;
    text-align: center;
}
.work_panel ul li {
    background: #319f00 none repeat scroll 0 0;
    box-shadow: 0 2px 5px #a7a7a7;
    display: block;
    float: left;
    margin: 0 1% 1.5%;
    position: relative;
    text-align: center;
    width: 31%;
}
.work_panel ul li iframe {
    height: 284px;
    width: 100%;
}
.ytp-title-text a, .html5-video-player a {
    font-size: 12px !important;
}
.work_panel ul li {
    background: #319f00 none repeat scroll 0 0;
    box-shadow: 0 2px 5px #a7a7a7;
    display: block;
    float: left;
    margin: 0 1% 1.5%;
    position: relative;
    text-align: center;
    width: 31%;
}
.work_panel ul li span {
    color: #ffffff;
    display: block;
    font-family: "HelveticaRegular";
    font-size: 17px;
    min-height: 75px;
    padding: 10px;
    text-align: center;
}
.work_panel ul li img {
    width: 100%;
}
.work_panel ul li:hover {
    background: #236904 none repeat scroll 0 0;
}
.our_award {
    background: #81fc00 url("../images/inner_bg1.png") repeat-x scroll center top;
}
.our_award .title1 {
    color: #ffffff;
}
.our_award .title1 span {
    background: #ffffff none repeat scroll 0 0;
}
.block_section ul {
    margin: 0 -1%;
    text-align: center;
}
.block_section ul li {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #bebebe;
    box-shadow: 2px 3px 6px #e8e8e8;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 1% 25px;
    overflow: hidden;
    text-align: center;
    width: 23%;
}
.block_section ul li:hover {
    background: #d7d7d7 none repeat scroll 0 0 !important;
}
.block_section ul li img {
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
}
.block_section ul li:hover img {
    transform: scale(1.08);
}
.product_panel ul li {
    border: 1px solid #9c9090;
    overflow: hidden;
}
.product_panel ul li img {
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
}
.product_panel ul li:hover img {
    transform: scale(1.08);
}
.pic_prof {
    overflow: hidden;
}
.block_section ul li span {
    display: block;
    font-family: "HelveticaRegular";
    font-size: 16px;
    min-height: 80px;
    padding: 10px;
    text-align: center;
}
.pic_prof img {
    overflow: auto;
    width: 100%;
}
.logo_slider ul {
    margin: 0 -1%;
    text-align: center;
}
.logo_slider ul li {
    display: inline-block;
    margin: 0 1%;
    text-align: center;
    width: 17.7%;
}
.work_info {
    transition: all 0.2s ease 0s;
}
body .footer_section {
    font-size: 14px;
}
.footer_section {
    background: #319f00 none repeat scroll 0 0;
    transition: all 0.2s ease 0s;
}
.footer_info {
    background: #287704 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    margin-right: 2px;
    min-height: 200px;
    padding: 3% 1% 0;
    width: 33.5%;
}
.footer_info h3 {
    font-size: 18px;
    padding-bottom: 15px;
}
.footer_info p {
    margin-bottom: 5px;
}
.footer_info li {
    display: block;
    font-size: 15px;
    line-height: 25px;
}
.footer_right {
    color: #ffffff;
    float: right;
    padding: 2% 0 0;
    text-align: center;
    width: 66%;
}
.footer_right p {
    padding-bottom: 10px;
}
.footer_right p a {
    color: #fff;
}
.footer_nav {
    padding-bottom: 20px;
}
.footer_nav ul li {
    background: rgba(0, 0, 0, 0) url("../images/sep1.jpg") no-repeat scroll left center;
    display: inline-block;
    padding: 10px 2%;
    text-transform: uppercase;
}
.footer_nav ul li:first-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.footer_nav ul li a {
    color: #fff;
}
.footer_nav ul li a:hover {
    color: #000;
}
.inner_outer {
    background: #fff none repeat scroll 0 0;
}
.heading1 h1 {
    color: #6e757b;
    font: 400 28px/32px "HelveticaNeueLTStdMdCn",Arial,Helvetica,sans-serif;
    padding-top: 14px;
}
.heading1 h2 {
    color: #287704;
    font: 400 22px/30px "HelveticaNeueLTStdMdCn",Arial,Helvetica,sans-serif;
}
.inner_banner h2 {
    color: #ffffff;
    float: left;
    font-size: 40px;
    padding: 8% 0 0;
    text-shadow: 0 0 7px #000;
    text-transform: uppercase;
}
.inner_add_pic {
    float: right;
}
.inner_content_area {
/*    transition: all 0.2s ease 0s;
*/}
.inner_content_block {
}
.inner_cont_info h3 {
    color: #287704;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}
.inner_cont_info h3.title2 {
    font-size: 28px;
    padding-bottom: 20px;
}
.title2 em {
    font-size: 30px;
    font-style: normal;
}
.eng .inner_cont_info h3 {
    font-size: 22px;
}
.inner_cont_info h3 span {
    background: #008f00 none repeat scroll 0 0;
    display: none;
    height: 2px;
    width: 15%;
}
.inner_content_block p {
    line-height: 22px;
    padding: 0 0 15px;
}
.cont_block {
    overflow: hidden;
    padding-bottom: 20px;
}
.cont_block ul {
}
.cont_block ul li {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll left 5px;
    margin: 0 3%;
    padding: 0 14px 12px;
}
.inner_cont_info h3.title2 {
    color: #cc1111;
    text-align: center;
}
.inner_prod1 > img {
    border: 1px solid #c5c5c5;
}
.inner_prod3 {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.cont_block > img {
    margin: 0 0 10px;
}
.cont_details {
    overflow: hidden;
}
.alignnone {
    margin: 10px 10px 10px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 10px auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}
.map {
    width: 100%;
}
.cont_left {
    float: left;
    width: 30%;
}
.heading1 {
    margin-bottom: 20px;
}
.map2 {
    padding: 15px 0;
    position: relative;
}
.map2 img {
    width: 100%;
}
.map2 .ad_cont {
    background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.29);
    font-size: 14px;
    padding: 15px;
    position: absolute;
}
.map2 .ad_cont strong {
    color: #000000;
    font-size: 18px;
}
.map2 span {
    color: #000000;
}
.map2 img {
    border: 1px solid #cccccc;
}
.contact-form {
    margin: -1px 0 0;
    position: relative;
}
.cont_right {
    float: right;
    width: 70%;
}
.contact-form label {
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}
.contact-form input[type="email"], input[type="text"], input[type="tel"], textarea, select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    font: 400 14px/24px "HelveticaNeueLTStdMdCn",sans-serif;
    height: 100%;
    margin: 0;
    outline: medium none;
    padding: 15px 22px;
    width: 100%;
}
.contact-form ._placeholder {
    border-radius: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: text;
    display: block;
    font: 400 14px/24px "HelveticaNeueLTStdMdCn",sans-serif;
    left: 0;
    padding: 15px 22px;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.contact-form ._placeholder.focused {
    box-shadow: 0 0 7px 0 rgba(0, 0, 255, 0.5);
    opacity: 0.4;
}
.contact-form ._placeholder.hidden {
    display: none;
}
.contact-form .file ._placeholder {
    display: none;
}
.contact-form .message .empty-message, .contact-form .message .error-message {
    right: 20px;
}
.contact-form .empty-message, .contact-form .error-message {
    color: red;
    font-size: 11px;
    height: 0;
    line-height: 12px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: height 0.3s ease-in 0s;
    z-index: 99;
}
.contact-form .invalid .error-message, .contact-form .empty .empty-message {
    height: 20px;
}
.contact-form-buttons {
    margin: 18px 0 0;
    text-align: left;
}
.btn-default {
    display: inline-block;
    font: 300 14px/14px "HelveticaNeueLTStdMdCn",sans-serif;
    text-transform: uppercase;
}
.btn-big {
    background: #336799 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 400 24px/25px "HelveticaNeueLTStdMdCn",Arial,Helvetica,sans-serif;
    padding: 14px 34px 15px;
    text-align: center;
}
.btn-big:hover {
    background: #444444 none repeat scroll 0 0;
    color: #ffffff;
}
.media_section {
    margin: 0 auto;
    text-align: center;
}
.media_section ul {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.media_section li {
    margin-bottom: 20px;
    text-align: center;
}
.media_section ul {
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}
.media_section li li {
    float: left;
    width: 50%;
}
.media_section li strong {
    display: block;
    padding: 10px 0;
}
.media_section li strong {
    color: #287704;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 22px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.media_section li strong.adj1 {
    min-height: 90px;
}
.inner_prod1 {
    margin: 0 0 0 27%;
    width: 69%;
}
.inner_prod1.inner_prod2 {
    margin: 0;
}
.product_block {
    padding-bottom: 20px;
}
.product_block h3 {
    color: #287704;
    font-family: "HelveticaNeueLTStdMdCn";
    font-size: 24px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.product_block h3 span {
    background: #008f00 none repeat scroll 0 0;
    display: none;
    height: 2px;
    width: 15%;
}
.product_block p {
    line-height: 22px;
    padding: 0 0 15px;
}
.product_block {
    overflow: hidden;
    padding-bottom: 20px;
}
.product_block ul {
    margin: 0 -1%;
}
.product_block ul li {
    display: block;
    float: left;
    margin: 0 1% 2%;
    width: 22.5%;
}
.product_block ul li img {
    width: 100%;
}
.product_block ul li img {
    border: 2px solid #fffbfb;
    box-shadow: 2px 5px 5px #cccccc;
    width: 100%;
}
.prod2 {
    float: left;
    margin: 0 6% 15px 0;
    width: 40%;
}
.cont2 li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.cont_block strong {
    font-weight: bold;
}
.mob_menu {
    color: #319f00;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 24px;
    padding: 4% 2%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 3px;
}
.top_social_sec {
    display: none;
}
.social_add2 {
    display: none;
}
.add_pic1 {
    padding-bottom: 15px;
}
.cont_add1_text {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    left: 51%;
    padding: 0;
    position: absolute;
    top: 28px;
    width: 400px;
}
.nav ul li a {
    font-size: 20px;
}
.eng .nav ul li a {
    font-size: 17px;
}
.eng .cont_add1_text {

    font-size: 22px;
}
.cont_add1_tex2 {
}
.ad_cont {
    background: rgba(255, 255, 255, 0.86) none repeat scroll 0 0;
    color: #000;
    left: 8%;
    line-height: initial;
    padding: 16px;
    position: absolute;
}
.contact_add_info {
    padding: 0 4%;
}
.contact_add_info ul {
    padding: 0;
}
.contact_add_info ul li {
    margin: 0 2% 2%;
    width: 46%;
}
.contact_add_info ul li span {
    font-size: 20px;
}
.footer_right p {
    font-size: 17px;
    padding-top: 5px;
}
.copy_right {
    font-size: 14px !important;
}
.copy_right a:hover {
    text-decoration: underline !important;
}
.contact_ad1 {
    color: #000000;
    font-size: 18px;
    padding: 0 2% 2% !important;
}
.cont_block p a {
    color: #1a10ff;
}
.cont_block p a:hover {
    color: #1a10ff;
    text-decoration: underline !important;
}
.content_section p a, .cont_block p a {
    color: #1a10ff;
}
content_section p a, .cont_block p a:hover {
    color: #1a10ff;
    text-decoration: underline !important;
}
.prod2 {
    margin: 0 2% 15px 0;
    width: 40%;
}
.prod2 img {
    width: 100%;
}
.adj3 ul li span {
    font-size: 14px !important;
    min-height: 95px !important;
}
@media (max-width: 1280px) {
.wrap {
    width: 92%;
}
.eng .nav ul li {
    padding: 10px 1%;
}
.eng .nav ul li a {
    font-size: 15px;
}
.eng .cont_add1_text {
    font-size: 19px;
    top: 28px;
}
}
@media (max-width: 1100px) {
.block_section ul li span {
    font-size: 14px;
}
.welcome_info p {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0;
}
.work_panel ul li span {
    font-size: 14px;
}
.media_section li strong {
    font-size: 19px;
}
.product_block h3 {
    font-size: 20px;
}
body .footer_outer {
    font-size: 13px;
}
.nav ul li a {
    font-size: 18px;
}
.slider_cont {
    margin: 5% 0 0;
    padding: 15px 20px;
    width: 49%;
}
.block_section ul li span {
    min-height: 83px;
}
.cont_add1_text {
    left: 64%;
}
.eng .cont_add1_text {
    font-size: 18px;
    top: 28px;
}
.contact_add_info {
    padding: 0 4%;
}
.contact_add_info ul li {
    margin: 0 2% 2%;
    width: 44%;
}
.contact_add_info ul li span {
    font-size: 18px;
}
.adj3 ul li span {
    min-height: 96px  !important;
}
}
@media (max-width: 940px) {
.eng .cont_add1_text {
    font-size: 24px;
    top: 35%;
}
.wrap {
    width: 88%;
}
.nav ul li a {
    color: #008f00;
    font-size: 16px;
}
.title1 {
    font-size: 28px;
}
.work_panel ul li span {
    font-size: 14px;
    min-height: 75px;
}
.block_section ul li span {
    font-size: 14px;
}
.logo_slider ul li {
    width: 22.4%;
}
.social_add a {
    font-size: 23px;
}
.header_top_right {
    font-size: 17px;
}
.social_add {
    padding: 5px 0 0;
}
.inner_prod1 {
    margin: 0 0 0 9%;
    width: 86%;
}
.inner_prod2 {
    margin: 0 0 0 9%;
}
.footer_info {
    background: #287704 none repeat scroll 0 0;
    color: #ffffff;
    float: none;
    margin-right: 2px;
    min-height: inherit;
    padding: 15px;
    text-align: center;
    width: auto;
}
.footer_right {
    width: 100%;
}
.block_section ul li {
    width: 48%;
}
.logo_slider ul li {
    width: 17.4%;
}
.wrap {
    width: 94%;
}
.cont_add1_text {
    left: 84%;
}
.work_panel ul li {
    width: 46%;
}
.contact_add_info {
    padding: 0 !important;
}
.eng .nav ul li a {
    font-size: 16px;
}
.eng .nav ul li {
    padding: 10px 1%;
}
.eng .cont_add1_text {
    font-size: 15px;
}
.header_top_right {
    width: 61%;
}
.welcome_info, .our_product, .our_award, .logo_add_section {
    padding: 6% 0;
}
.banner_pic {
    float: none;
    width: auto;
}
.slider_cont {
    float: none;
    width: auto;
}
.welcome_info p {
    font-size: 14px;
    line-height: 20px;
}
.title1 {
    font-size: 24px;
}
.block_section ul {
    margin: 0;
}
.block_section ul li img {
    width: 100%;
}
.block_section ul li span {
    padding: 15px 5px;
}
.footer_info {
    float: none;
    margin-bottom: 2px;
    margin-right: auto;
    min-height: inherit;
    padding: 5% 6%;
    width: auto;
}
.footer_nav ul li {
    display: inline-block;
    padding: 3px 2%;
    text-transform: uppercase;
}
.footer_right {
    float: none;
    padding: 5% 6%;
    text-align: center;
    width: auto;
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.media_section li strong {
    font-size: 22px;
}
.media_section ul {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
.media_section li {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.media_section ul {
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}
.media_section li li {
    float: none;
    width: 100%;
}
.hide {
    display: none !important;
}
.inner_prod1 {
    margin: 0;
    width: auto;
}
.awards1 li strong {
    font-size: 18px;
}
.product_block h3 {
    font-size: 16px;
}
.product_block ul li {
    display: block;
    float: left;
    margin: 0 1% 2%;
    width: 47%;
}
.prod2 {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.inner_cont_info h3 {
    font-size: 20px;
}

.video_cont iframe {
    height: 280px;
	display:block;
	  transition: all 0.0s ease 0s;
    width: 100% !important;
}
.inner_add_pic {
    float: none;
    text-align: center;
}
.inner_banner h2 {
    float: none;
    font-size: 30px;
    padding: 30px 0;
    text-align: center;
}
.cont_left {
    float: none;
    width: auto;
}
.cont_right {
    float: none;
    width: auto;
}
.map iframe {
    height: 200px !important;
}
.nav ul li {
    padding: 2px 2%;
}
.nav {
    margin-top: 2%;
    width: 77%;
}
.nav ul li a {
    font-size: 16px;
}
a.back-to-top {
    background-size: 50% auto;
    height: 37px;
    width: 33px;
}
.wrap {
    width: 92%;
}
.alignnone {
    margin: 10px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 10px 0;
}
.alignright {
    float: none;
    margin: 10px 0;
}
.alignleft {
    float: none;
    margin: 10px 0;
}
body {
    font-size: 14px;
}
.nav ul {
    float: none;
    width: auto;
}
.media_section li strong.adj1 {
    min-height: inherit;
}
.social_add2 {
    display: block;
}
.social_add {
    display: none;
}
.eng .nav ul li a {
    font-size: 13px;
}
.nav {
    margin-top: 3%;
}
.banner_pic {
    text-align: center;
}
.prod2 {
    margin: 0 5% 15px 0;
    width: 46%;
}
.inner_content_block p {
    line-height: 19px;
}
.adj3 ul li span {
    font-size: 15px !important;
    min-height: 99px !important;
}
}
@media (max-width: 767px) {
.media_section li strong.adj1 {
    min-height: inherit;
}
.contact_add_info {
}
.contact_add_info ul li {
    margin: 0 2% 2%;
    width: 44%;
}
.ad_cont {
    left: 0;
    padding: 16px;
    position: relative;
}
.social_add {
    float: none;
    text-align: right;
    width: auto;
}
.slider_cont {
    margin: 5% 4%;
}
.banner_pic {
    text-align: center;
}
.logo_slider ul li {
    width: 45.4%;
}
.our_product .wrap {
    width: 83%;
}
.our_work .wrap {
    width: 83%;
}
.inner_add_pic {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 61%;
}
.social_add2 {
    float: left;
    width: 27%;
}
.work_panel ul li span {
    min-height: 65px;
}
.work_panel ul li {
    display: block;
    float: none;
    margin-bottom: 15px;
    width: auto;
}
.work_panel ul li span {
    min-height: auto !important;
}
.banner_pic {
    padding: 0 10%;
    text-align: center;
}
.nav {
    display: none;
}
.menu {
    cursor: pointer;
    display: block;
    padding: 6% 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: 999;
}
.menu b {
    background: #333333 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 3px 0;
    width: 100%;
}
.logo {
    float: none !important;
    padding-bottom: 5px;
    width: 16%;
}
.nav {
    margin-top: 2%;
    width: 100%;
}
.nav {
    float: none !important;
}
.nav ul li {
    border: 1px solid #e0e0e0;
    display: block;
    padding: 0;
    text-align: left;
}
.nav ul li a {
    display: block;
    padding: 10px 2%;
}
.nav ul {
    background: #fffbfb none repeat scroll 0 0;
}
.cont_add1_text {
    left: 111%;
    top: 8%;
}
.work_panel ul li iframe {
    height: 196px;
    width: 100%;
}
.eng .cont_add1_text {
    font-size: 19px;
    top: 26%;
}
.cont_add1_text {
    top: 16%;
}
.cont_add1_text {
    font-size: 25px;
}
.contact_ad1 {
    padding: 0 4% 2% !important;
}
.cont_block ul li {
    margin: 0;
    padding: 0 0 12px;
}
.prod2 {
    margin: 0 0 15px;
    width: 100%;
}
adj3 ul li span {
    min-height: 102px !important;
}
}
@media (max-width: 560px) {
.owl-prev {
    top: -30px;
}
.owl-next {
    top: -30px;
}
.footer_right p {
    font-size: 16px;
}
.copy_right {
    font-size: 14px !important;
}
.cont_add1_text {
    font-size: 34px;
    left: 181%;
    top: 19%;
}
.eng .cont_add1_text {
    font-size: 19px;
    left: 131%;
    top: 29%;
    width: 380px;
}
}
@media (max-width: 479px) {
.social_add a {
    font-size: 21px;
}
.menu {
    padding: 4.5% 0 0;
}
.header_top_right {
    width: 49%;
}
.social_add {
    float: none;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
}
.header_top_right {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.nav {
    margin-top: -1%;
}
.social_add2 {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 42%;
}
.work_panel ul li {
    display: block;
    width: auto;
}
.work_panel ul li span {
    min-height: inherit;
}
.block_section ul li {
    cursor: pointer;
    float: none;
    margin: 0 0 20px;
    width: auto;
}
.block_section ul li span {
    min-height: auto;
}
.eng .cont_add1_text {
    font-size: 12px;
    top: 28%;
}
.cont_add1_text {
    font-size: 29px;
    left: 137%;
    top: 12%;
    width: 230px;
}
.adj3 ul li span {
    font-size: 14px !important;
    min-height: inherit !important;
}
}
.video_cont{ position:relative; overflow:hidden; height:100%;}