* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    font-family:arial,Microsoft YaHei,'微软雅黑','宋体';
    padding-top: 110px;
}

a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #323232;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

input {
    outline: 0;
    border: 0;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track-piece {
    border: none;
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    /* width: 8px; */
    /* background: #4a4e50; */
}

::-webkit-scrollbar-thumb:hover {
    background: #313131
}

::-moz-selection {
    background: #313131;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #348fff;
    color: #fff;
    text-shadow: none
}

.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

@font-face {
    font-family: 'calibri';
    src: url("../font/calibri.ttf");
    /*src: url('../fonts/chuangyijiancuhei.eot') format('embedded-opentype'),*/
    /*url('../fonts/chuangyijiancuhei.woff') format('woff'),*/
    /*url('../fonts/chuangyijiancuhei.TTF') format('truetype'),*/
    /*url('../fonts/chuangyijiancuhei.TTF') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Dengl';
    src: url("../font/Dengl.ttf");
    /*src: url('../fonts/chuangyijiancuhei.eot') format('embedded-opentype'),*/
    /*url('../fonts/chuangyijiancuhei.woff') format('woff'),*/
    /*url('../fonts/chuangyijiancuhei.TTF') format('truetype'),*/
    /*url('../fonts/chuangyijiancuhei.TTF') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

 .header-box1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 110px;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.cont1 {
    width: 94%;
    margin: 0 3%;
}
.header-box1-hezi1 {
    width: 100%;
}
.logo {
    position: relative;
    display: inline-block;
    width: 228px;
    height: 50px;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.logo:hover .logo-img1 {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.logo:hover .logo-img2 {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.logo-img1,
.logo-img2 {
    display: block;
    height: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.header-menu1 {
    float: right;
    margin-top: 65px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    /*opacity: 0.6;*/
}
.header-menu1:hover {
    opacity: 1;
}
.header-menu1 li {
    display: inline-block;
    margin: 0 8px;
}
.header-menu1 li a {
    display: block;
    color: #a6a6a6;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
   font-family:arial,Microsoft YaHei,'微软雅黑','宋体' !important;
  font-size:15px !important;
 
}
.header-menu1 li a:hover {
    color: #70ad47;
}
.header-active1{
    color: #70ad47!important;
}
.header-div1 {
    float: right;
    margin-top: 65px;
    margin-left: 10px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    /*opacity: 0.6;*/
}
.header-div1:hover {
    opacity: 1;
}
.header-div1>a {
    display: inline-block;
    color: #a6a6a6;
    margin: 0 4px;
}
.header-div1>a:hover {
    color: #70ad47;
}
.header-div1>a>em {
    display: inline-block;
    width: 20px;
    height: 17px;
}

.img2,
.img3 {
    display: none;
}
.music .img1 {
    display: inline-block;

    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -5px;
}
.music .img {
    width: 17px!important;
    height: 17px!important;
}
.in {
   
  font-size:18px;
}
.in:hover {
    color: #0075b5!important;
}
.lang:hover {
    color: #70ad47!important;
}
.wx-btn1 {
    vertical-align: middle;
    margin-top: -2px!important;
}

.header-div1>a>img {
    height: 17px;
}
.music em {
    display: none;
    width: 20px;
    height: 17px;
    background: #fff url("../images/music.gif") center/100% 100%;
    /*vertical-align: middle;*/
    /*margin-top: -2px;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#music {
    display: none;
}
.wx-btn1 {
    position: relative;
}
.wx-btn1:hover .ewm1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.ewm1 {
    position: absolute;
    top: 30px;
    left: -40px;
    width: 100px!important;
    height: 100px!important;
    background: #fff!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.ewm1:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    margin-left: -4px
}
.ewm1 img {
    display: block;
    width: 100%;
}
.index-body1 {
    padding-top: 0!important;
}
.index-body1 .header-box1 a {
    color: #fff;
  font-family:arial,Microsoft YaHei,'微软雅黑','宋体'!important;
}
.index-body1 .header-box1 {
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}


.header-active {
    height: 48px!important;
}
.header-active .logo {
    height: 32px;
    margin-top: 8px;
}
.header-active .logo:hover .logo-img1 {
    -webkit-transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    transform: translateY(-32px);
}
.header-active .logo:hover .logo-img2 {
    -webkit-transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    transform: translateY(-32px);
}
.header-active .header-menu1,
.header-active .header-div1 {
    margin-top: 17px;
} 
.banner-slide1 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.banner-pagination {
    bottom: 2%!important;
    text-align: left;
    padding-left: 3%;
}
.banner-pagination .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2.5px;
    background: rgba(255,255,255,.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px !important;
}
.banner-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2.5px;
    background: #fff;
    -webkit-transition: all 4000ms linear;
    -moz-transition: all 4000ms linear;
    -ms-transition: all 4000ms linear;
    -o-transition: all 4000ms linear;
    transition: width 4000ms linear;
    opacity: 0;
}
.banner-pagination .swiper-pagination-bullet-active {
    /*background: #fff;*/
}
.banner-pagination .swiper-pagination-bullet-active:before {
    width: 100%;
    opacity: 1;
}
.banner-next,
.banner-prev {
    height: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: .5;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.banner-next:hover,
.banner-prev:hover {
    opacity: 1;
}

 .guide-box1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;
}
.guide-img1 {
    position: absolute;
    top: 12%;
    left: 24%;
    width: 35%;
}
.guide-img2 {
    position: absolute;
    left: 11%;
    bottom: 18%;
    width: 38%;
}
.guide-div1 {
    position: absolute;
    top: 60px;
    right: 62px;
    width: 180px;
}
.guide-div1 .music
{
    display:inline-block;
    position:absolute;
    top:25px;
    right:26px;
}
.fullwidth
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
}
.fullwidth h1
{
    position:absolute;
    top:50%;
    width:100%;
    margin-top:-58px;
    font-size:70px;
    font-weight:normal;
    text-align:center;
}
.fullwidth .expand
{   
    position:absolute;
    top:50%;
    margin-top:38px;
    width: 100%;
    height: 1px;
    background: #2187e7;
    box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation: fullexpand 2.2s ease-out;
    -webkit-animation: fullexpand 2.2s ease-out;
}

@-moz-keyframes fullexpand{
    0%{width:0px;}
    100%{ width:100%;}  
}
@-webkit-keyframes fullexpand{
    0%{width:0px;}
    100%{ width:100%;}  
}

.guide-div1>img {
    display: block;
/*    -webkit-animation: ani1 2s linear infinite;
    -o-animation: ani1 2s linear infinite;
    animation: ani1 2s linear infinite;*/
}
.guide-div1 a {
    display: inline-block;
    color: #70ad47;
    margin: 20px 10px 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
 
    font-size: 15px;
}
.guide-div1 a.zh {color:#fff;}
.guide-div1 a:hover {
    color: #70ad47;
}
.guide-active1>img {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.guide-active1 a {
    opacity: 1;
    visibility: visible;
}
.guide-p1 {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
@keyframes ani1 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes ani1 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotateY(360deg);
    }
}
 
/********** Contact start *******/
.contact-box1 {
    width: 100%;
}
.cont2 {
    width: 1200px;
    margin: 0 auto;
}
.contact-box1-hezi1 {
    width: 100%;
}
.contact-title1 {
    color: #fff;
    background: #a0b178;
    padding: 70px 0 40px;
    font-size: 36px;
}
.contact-cont1 {
    width: 100%;
    padding: 40px 0;
}
.contact-left1 {
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 90px 0 55px;
}
.contact-right1 {
    float: left;
    width: 40%;
}
.contact-left1>p {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 28px;
}
.contact-left1>div p {
    color: #666;
    margin-bottom: 35px;
}
.contact-left1>div p svg {
    vertical-align: middle;
    margin: -3px 5px 0 0;
    font-size: 28px;
}

.contact-form1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 15px 30px;
    /*-webkit-box-shadow: 0 -1px 10px 3px rgba(0, 0, 0, .1);*/
    /*-moz-box-shadow: 0 -1px 10px 3px rgba(0, 0, 0, .1);*/
    /*box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, .1);*/
}
.contact-form1>div {
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
}
.contact-form1>div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    color: #c8c8c8;
}
.contact-form1>span {
    display: block;
    color: #c8c8c8;
    margin-top: 20px;
    margin-bottom: 5px;
}
.contact-form1>div input {
    float: left;
    width: 100%;
    height: 36px;
    color: #999;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 70px;
    font-size: 16px;
}
.contact-form1>textarea {
    width: 100%;
    height: 50px;
    border: 0;
    color: #999;
    border-bottom: 1px solid #dcdcdc;
    resize: none;
    outline: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.btn-pic {
    width: 100%;
    text-align: center;
    border-bottom: 0!important;
}
.contact-btn1 {
    display: inline-block;
    width: 77px!important;
    float: none!important;
    height: 35px;
    line-height: 35px;
    color: #ffffff!important;
    /*background: #d9d9d9!important;*/
    background: #70ad47!important;
    padding-left: 0!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.contact-btn1:hover {
    background: #70ad47!important;
}

.message-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0,.8);
    margin-top: -25px;
    margin-left: -115px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}
.message-box-img1 {
    vertical-align: middle;
    height: 30px;
    margin: -5px 5px 0 0;
}
.message-box svg {
    fill: #ffd800;
    vertical-align: middle;
    margin: -3px 0 0 0;
    font-size: 26px;
}
.map-box1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}
/********** Contact end *********/

/********** News start **********/
.news-box1 {
    width: 100%;
}
.news-box1-hezi1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 50px;
}
.news-cont1 {
    width: 100%;
    padding-top: 50px;
}
.news-cont1 {
    width: 100%;
    margin-bottom: 50px;
}
.news-cont1>a {
    float: right;
    color: #6d6d6d;
    margin-top: 17px;
    font-size: 20px;
}
.news-cont1>span {
    color: #595959;
    font-size: 36px;
}
.news-cont2 {
    width: 100%;
}
.news-menu1 {
    width: 80%;
}
.news-menu1 li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
    padding: 20px;
}
.news-menu1 li:hover .news-right1>span {
    color: #70ad47;
}
.news-menu1 li:last-child {
    margin-bottom: 0;
}
.news-left1 {
    float: left;
    width: 20%;
}
.news-right1 {
    float: left;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}
.news-left1 img {
    display: block;
    width: 100%;
}
.news-right1>span {
    display: block;
    color: #2a2a2a;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.news-right1>p {
    line-height: 22px;
    color: #6d6d6d;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}
.news-div1 {
    color: #6d6d6d;
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}
.news-div1 em {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin: 0 5px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
    font-size: 14px;
}
/********** News end ************/

/********** NewsDetails start ***/
.news-box2 {
    width: 100%;
}
.news-box2-hezi1 {
    width: 100%;
    padding: 50px 0;
}
.news2-cont1 {
    width: 100%;
    margin-bottom: 50px;
}
.news2-cont1 a {
    color: #6d6d6d;
    font-size: 20px;
}
.news2-cont1 a:last-child {
    float: right;
}
.news2-cont2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 100px;
}
.news2-cont2>h2 {
    font-size: 40px;
}
.news2-cont2>p {
    color: #6d6d6d;
    margin: 25px 0 10px;
    font-size: 14px;
}
.news2-info1 {
    width: 100%;
    line-height: 2;
    text-align: center;
    color: #6d6d6d;
    padding-top: 40px;
}
.news2-info1 img {
    max-width: 100%;
}
.news2-info1 p,
.news2-info1 span {
    text-align: left;
}
/********** NewsDetails end *****/

/********** case start **********/
.case-box1 {
    width: 100%;
}
.case-menu1 {
    display: table;
    width: 100%;
}
.case-menu1 li {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid #fff;
    overflow: hidden;
}
.case-menu1 li:hover em {
    opacity: 0;
}
.case-menu1 li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.case-menu1 li em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.case-menu1 li span {
    position: absolute;
    left: 45px;
    bottom: 40px;
    color: #fff;
}
.case-menu1 li img {
    display: block;
    width: 100%;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
.case-menu1 li:nth-child(2),
.case-menu1 li:nth-child(4) {

}
.case-menu1 li:nth-child(3),
.case-menu1 li:nth-child(5) {

}
.case-menu1 li img {
    float: left;
}
.case-title1 {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
}
.case-title1 span {
    color: #7f7f7f;
    font-size: 30px;
}
.case-title1 a {
    position: absolute;
    top: 40px;
    left: 3%;
    color: #6d6d6d;
    font-size: 20px;
}
.case2-menu1 {
    display: table;
    width: 100%;
}
.case2-menu1 li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid #fff;
}
.case2-menu1 img {
    display: block;
    width: 100%;
}
/********** case end ************/

/********** aboutUs start *******/
/** **/
.about-box1 {
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #e8e6e4;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.about-active {
    top: 48px!important;
}
.about-menu1 {
    display: table;
    width: 100%;
    text-align: center;
}
.about-menu1 li {
    display: inline-block;
    padding: 0 35px;
    border-bottom:2px solid transparent;
}
.about-menu1 li a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #888;
    font-size: 14px;
}

.about-active1 a {
    color: #fff!important;
}
.about-menu1 li.about-active1 {
    /*border-bottom:2px solid #fff;*/
    background-color: #96ad54;
    color: #fff;
}
/** about1 **/
.about1-box1 {
    width: 100%;
}
.about7-cont1 {margin:50px 0 160px;}
.cont3 {
    width: 1060px;
    margin: 11px auto 38px;
}
.about1-info1 {
    line-height: 20px;
    color: #7f7f7f;
    text-align: justify;
    padding: 26px 0 0 0;
    font-size: 15px;
}
.about1-info1>p { line-height:22px}
.about1-info1>h2 {
    width: 100%;
    text-align: center;
    color: #595959;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 26px;
}
.about5-box1 .about1-info1 h2
{
	margin-bottom: 59px;
}
.about5-box1 .about1-info1 p
{
	line-height: 27px;
}
.about1-img1 {
    display: block;
    width: 100%;
  margin-top:-5px;
}
.about2-cont1 {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 50px;
}
.about7-box1 .about-title1 {padding:45px 0 0 0;}
.about2-cont1>[class^="about2-div"] {
    float: left;
    width: 100%;
    margin-top: 57px;
}
.about2-cont1>[class^='about2-div']>h2,
.about2-left1>h2,
.about2-right1>h2 {
    width: 100%;
    text-align: center;
    color: #595959;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 20px;
}
.about2-cont1>[class^="about2-div"] h2 span {
    font-size: 16px;
}
.about2-menu1 {
    display: block;
    width: 100%;
}
.about2-menu1 li {
    float: left;
    width: 16.666666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.about2-menu1 li img {
    display: block;
    width: 100%;
}
.about2-menu2 {
    display: block;
    width: 100%;
}
.about2-menu2 li {
    float: left;
    width: 6.25%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.about2-menu2 li img {
    display: block;
    width: 100%;
}
.about2-menu2 li p {
    display: block;
    color: #7f7d7d;
    margin-top: 10px;
    font-size: 14px;
}
.about2-div3 .about2-menu2 li:nth-child(10) {
    width: 12.5%;
}
.about2-div4 {
    float: left;
    width: 100%;
    text-align: center;
}
.about2-left1 {
    float: left;
    width: 30%;
}
.about2-right1 {
    float: right;
    width: 60%;
}
.about2-left1 .about2-menu2 li {
    width: 33.333333%;
}
.about2-right1 .about2-menu2 li {
    width: 11.111111%;
}
.about2-box1 {/*margin-top:60px;*/}
/** about3 **/
.about3-box1 {
    display: block;
    width: 100%;
    margin-top:60px;
	padding-top:20px;
}
.about3-cont1 {
    width: 100%;
    margin-top:24px;
}
.about3-cont1 img {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 5px solid #fff;
}
.about-title1 {
    width: 100%;
    text-align: center;
    color: #595959;
    padding: 25px 0 20px 0;
    font-size: 26px;
}
/** about4 **/
.about4-box1 {
    width: 100%;
	padding-top:16px;
    margin-top:60px;
}
.about4-cont1 {padding-top:17px;}
.about4-menu1 {
    display: block;
    width: 100%;
}
.about4-menu1 li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 23px;
}
.about4-menu1 li:nth-child(even) .about4-right1{
    right: auto;
    left: 0;
}
.about4-menu1 li:nth-child(even) .about4-right1 span {
    width: 100%;
    text-align: right;
}
.about4-menu1 li:nth-child(even) .about4-left1 {
    float: right;
}
.about4-left1 {
    float: left;
    width: 86%;
}
.about4-right1 {
    position: absolute;
    right: 0;
    float: right;
    width: 14%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.about4-left1 img {
    display: block;
    width: 100%;
}
.about4-right1 span {
    color: #595959;
    font-size: 18px;
}

/** about5 **/
.about5-box1 {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-top:50px;
}
.cont4 {
    position: relative;
    width: 86%;
    margin: 0 auto;
	padding-top:44px;
}
.about5-img1 {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 19%;
}
.about5-box1 .about1-info1 {
    line-height: 23px;
    margin-bottom: 80px;
}

/** about6 **/
.about6-cont1{
    margin-bottom:200px
}
.about6-box1 {
    display: block;
    width: 100%;
}
.about6-menu1 {
    display: block;
    width: 100%;
}
.about6-menu1 li {
    float: left;
    width: 12.5%;
    text-align: center;
    margin-bottom: 80px;
}
.about6-menu1 li img {
    height: 120px;
}
.about6-img1 {
    display: block;
    width: 100%;
}
.about6-box1 .about-title1 {
    padding:82px 0 32px 0;
	font-size:27px;
}

/** about7 **/
.about7-body1 {
    background: #f8f8f8;
}
.about7-box1 {
    display: block;
    width: 100%;
}
.about7-cont1 img {
    width: 70%;
    margin: 0px 15% 0;
}
/********** aboutUs end *********/

/********** Product start *******/
.product1-body1 .header-box1 {
    height: 140px;
}
.product1-body1 .product-box1 {
    padding-top: 140px;
}
.product-box1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 120px;
}
.product-cont1 {
    width: 100%;
    height: 100%;
}
.product-left1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100%;
    color: #fff;
    background: #a0b178;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 120px;
    overflow-y: auto;
    border-right: 1px #fff solid;
}
.product-right1 {
    float: left;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 140px;
    overflow-y: auto;
}
.product-menu1 {
    float: left;
    width: 100%;
}
.product-menu1 li {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    
}
.product-menu1 li:hover {
    background:#d6d6d6;
}
.product-menu1 li:hover em {
    opacity: 1;
}
.product-menu1 li em {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    /*background: #e6e6e6;*/
    /*box-shadow:0 0 70px 3px rgba(0,0,0,.1) inset;*/
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.product-menu3 li {
    width: 50%!important;
}
.product-menu2 li {
    width: 100%!important;
}
.product-menu1 li>img {
    display: block;
    width: 100%;
}
.product-div1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
}
.product-div1>p {
    width: 100%;
    text-align: center;
    color: #1b1c1c;
    margin-top: 8%;
    font-size: 22px;
}
.product-div1 .contact-btn1 {
    background: #70ad47;
}
.product-div1 .contact-form1 {
    border: 0;
    -webkit-box-shadow: 0 0 0 0 #e6e6e6;
    -moz-box-shadow: 0 0 0 0 #e6e6e6;
    box-shadow: 0 0 0 0 #e6e6e6;
}
.product-div1 .contact-form1>div span {
    color: #9c9d9e;
}
.product-div1 .contact-form1>div {
    border-bottom-color: #c3c3c3;
}
.product-div1 .contact-form1>div input {
    color: #333;
}
.product-div1 .contact-btn1 {
    color: #fff !important;
    background: #70ad47!important;
}
.delete-btn1 {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.port_form{
 margin-top:-14px!important;

}
.port_form>li{
   margin-top:0px !important;

}
.product-menu2 {
    width: 100%;
    margin-top: 55px;
 
}
.product-menu2>li {
    width: 100%;
    margin-top: 14px;
}
.product-menu2>li>a {
    display: block;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 1.05rem;
}
.product-menu2>li>ul {
    display: none;
}
.product-menu2>li>ul>li>ul {
    display: none;
}
.product-menu2>li>ul>li>a {
    display: block;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0 0 0;
    padding: 0 15px;
    font-size: 0.8rem;
}
.product-menu2>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 0 13px;
    font-size: 0.5rem;
}
.product-menu2>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 16px;
    width: 5px;
    height: 1px;
    
}
.product-menu2>li a:hover {
    color: #fef014;
}
.product-menu2>li>ul>li>ul>li>a:hover:before,
.product-active1>a:before {
    
}
.product-active1>a {
    color: #fef014!important;
}

/** top **/
.top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(31,31,31,.5);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    font-size: 16px;
}
.top-active1 {
    background: rgba(31,31,31,1);
}
.top-active1:active {
    background: #70ad47!important;
}
.btn1:hover svg {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.btn2:hover svg {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.btn1 svg,
.btn2 svg {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}


/** Loading **/
#loading {
    background: #eee;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}

.object {
    width: 20px;
    height: 20px;
    background-color: #bf1e2e;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#object_two {
    -webkit-animation: object 2s linear infinite -.4s;
    animation: object 2s linear infinite -.4s;
}

#object_three {
    -webkit-animation: object 2s linear infinite -.8s;
    animation: object 2s linear infinite -.8s;
}

#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}

#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}

@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }

}

@keyframes object {
    0% {
        left: 100px;
        top: 0
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

/********** Product end *********/


 @media screen and (max-width:1601px){

    .header-box1 {
        height: 90px;
    }
    body {
        padding-top: 90px!important;;
    }
    .logo {
        height: 40px;
    }
    .logo:hover .logo-img1 {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    .logo:hover .logo-img2 {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    .header-menu1,
    .header-div1 {
        margin-top: 50px;
    }
    .about-box1 {
        top: 90px;
    }
    .contact-title1 {
        padding: 35px 0 15px;
        font-size: 28px;
    }
    .about-title1 {
        padding: 60px 0 30px;
    }
    .about1-info1 {
        padding: 60px 0 0 0;
    }
    .about2-cont1>[class^="about2-div"] {
        margin-top:66px;
    }
    .contact-left1>p {
        font-size: 24px;
    }
    .map-box1 {
        position: static;
        height: 300px!important;
    }
    .about2-cont1>[class^='about2-div']>h2, .about2-left1>h2, .about2-right1>h2 {
        font-size: 20px;
    }

    .news-cont1>span,
    .case-title1 span,
    .news2-cont2>h2 {
        font-size: 28px;
    }
    .about1-info1>h2 {
        font-size: 24px;
    }
    .news-cont1>a,
    .case-title1 a,
    .product-div1>p,
    .news2-cont1 a {
        font-size: 16px;
    }
    .contact-form1>div span,
    .contact-form1>div input {
        font-size: 14px;
    }
    .about6-menu1 li img {
        height: 70px;
    }
    .about6-menu1 li {
        margin-bottom: 45px;
    }
    .about7-cont1 img {
        width: 70%;
        margin: 4% 15% 0;
    }
    .case-title1 a {
        top: 45px;
    }
    .product-div1>p {
        margin-top: 7%;
    }
    .contact-form1 {
        padding: 15px;
    }
    .contact-form1>div input {
        padding-left: 65px;
    }
    .contact-form1>div {
        margin-top: 12px;
    }
    .about1-info1>h2 {
        margin-bottom: 30px;
    }
    .about2-cont1 {
        margin-top: 0;
    }
    .product-box1 {
        padding-top: 100px;
    }
    .about1-info1 {
        font-size: 14px;
    }
    .about6-box1 .about-title1 {
        padding: 75px 0 0 0;
        font-size: 28px;
    }
    .contact-left1>div p {
        margin-bottom: 26px;
    }
    .product1-body1 .header-box1 {
        height: 100px;
    }
    .product1-body1 .product-box1 {
        padding-top: 100px;
    }
    .product-menu2 {
        margin-top: 0;
    }

}