* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

body {
    margin: 0;
    -webkit-font-size-adjust: none;
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
}

.full-wrapper {
    width: 100%;
    float: left;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    display: inline;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h3 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h4 {
    font-size: 26px;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #2f843a;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

header.sticky {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(255, 255, 255, 1);
    height: 100px;
}

header.sticky .h-left {
    display: none;
}

header.sticky .h-right {
    display: none;
}

header.sticky .h-top {
    width: 15%;
}

header.sticky .h-btm {
    width: 85%;
    top: 0;
}

header.sticky .ht-logo img {
    height: 93px;
}

header.sticky .ht-logo {
    text-align: left;
    width: 100%;
    left: 0;
}

header.sticky .nav-main ul li a {
    padding: 0 12px;
}

header.sticky .nav-main {
    margin-top: 49px;
}

header {
    width: 100%;
    float: left;
    background: url(../images/header-bnr.jpg) no-repeat;
    height: 190px;
}

header .wrapper {
    position: relative;
}

.h-top {
    width: 100%;
    float: left;
    color: #3b8334;
    font-size: 18px;
    font-weight: 600;
    height: 138px;
    position: absolute;
}

.h-left {
    width: 35%;
    float: left;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    position: absolute;
}

.h-left i {
    margin-right: 0px;
}

.ht-logo {
    width: 30%;
    text-align: center;
    float: left;
    position: absolute;
    left: 35%;
}

.ht-logo img {
    height: 140px;
}

.h-right {
    width: 35%;
    float: right;
    padding: 20px 0;
    position: absolute;
    left: 65%;
}

.h-right .social {
    float: right;
}

.social ul {
    float: left;
}

.social ul li {
    float: left;
    margin: 0 10px;
}

.social ul li a {
    float: left;
    color: #3b8334;
}

.social ul li a:hover {
    color: #438e36;
}

.social a {
    float: left;
    width: 28px;
    height: 28px;
    text-align: center;
    background: #fff;
    line-height: 27px;
    border-radius: 2px;
}

.social li a:hover {
    background: rgb(205, 35, 40);
}

.social a.twi {
    background: #00a9f3;
}

.social a.face {
    background: #38569c;
}

.social a.goo {
    background: #de4a26;
}

.social a.insta {
    background: #3b709f;
}

.social i {
    font-size: 16px;
    color: #fff;
}

.h-btm {
    width: 100%;
    float: right;
    position: absolute;
    right: 0;
    height: 30px;
    top: 150px;
}

.nav-main {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

.nav-main ul {
    width: 100%;
    float: left;
}

.nav-main ul li {
    position: relative;
}

.nav-main ul li a {
    padding: 0 22px;
    font-weight: 700;
    font-size: 16px;
}

.nav-main ul li:before,
.nav-main ul li:after {
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
    right: 50%;
    background: rgb(249, 150, 5);
}

.nav-main ul li::before,
.nav-main ul li::after {
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
    right: 50%;
    background: rgb(79, 156, 67);
    transition: .21s;
}

.nav-main ul li:before {
    bottom: -5px;
}

.nav-main ul li:hover::before {
    left: 0;
}

.nav-main ul li:hover::after {
    right: 0;
}

.nav-main ul li:after {
    bottom: -5px;
}

.nav-main ul li.active:after,
.nav-main ul li.active:before,
.nav-main ul li a:hover:before {
    right: 0;
    left: 0;
}

.nav-main ul li a.c1 {
    color: #1f1f1e;
}

.nav-main ul li a.c2 {
    color: #1f1f1e;
}

.nav-main ul li a.c3 {
    color: #1f1f1e;
}

.nav-main ul li a.c4 {
    color: #1f1f1e;
}

.nav-main ul li a.c5 {
    color: #1f1f1e;
}

.nav-main ul li a.c6 {
    color: #1f1f1e;
}

.nav-main ul li a.c7 {
    color: #1f1f1e;
}

.nav-main ul li a.c8 {
    color: #1f1f1e;
}

.nav-main ul li a.c9 {
    color: #1f1f1e;
}

.baner-wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.baner-wrapper img {
    width: 100%;
    float: left;
    background-size: 100% 100%;
}

.bnr-text {
    float: left;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-text h4 {
    float: left;
    text-align: center;
    font-size: 37px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 40px;
}

.bnr-text h1 {
    float: left;
    text-align: center;
    font-size: 37px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 40px;
}

.content-wrapper {
    width: 100%;
    float: left;
}

.panel-1 {
    width: 100%;
    float: left;
    /* background: url(../images/panel-1bnr.jpg) no-repeat; */
}

.pan1 {
    width: 100%;
    float: left;
}

.p1-left {
    width: 30%;
    float: left;
    text-align: center;
    position: relative;
}

.p1-left::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -2px;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgb(93, 93, 93, 0) 60%, transparent 70%);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.p1-left img {
    margin-top: -200px;
}

.p1-right {
    width: 70%;
    float: right;
    padding: 20px 30px 0;
    text-align: center;
}

.p1-right h4 {
    width: 100%;
    float: left;
    text-align: center;
    color: #8c8b8b;
    margin-bottom: 20px;
}

.p1-right h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #438e36;
    margin-bottom: 20px;
    font-size: 26px;
}

.p1-right p {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 29px;
    color: #8c8b8b;
    margin-bottom: 20px;
}

.panel-2 {
    width: 100%;
    float: left;
    background: url(../images/panel-3-bnr.jpg) no-repeat;
    background-attachment: fixed;
}

.pan2 {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p2-left {
    width: 50%;
    float: left;
    background: url(../images/p2-lef-bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 60px 80px 90px 80px;
    text-align: center;
    position: relative;
}

.p2-left h4 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    line-height: 33px;
    color: #1f1f1e;
}

.p2-left p {
    line-height: 27px;
    float: left;
    color: #1f1f1e;
}

.rd-link {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 323px;
}

.rd-link a {
    color: #fff;
    background: url(../images/read-more-bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 27px 20px 18px 20px;
    text-align: center;
    margin-left: 120px;
}

.rd-link a:hover {
    color: #201c45;
}

.p2-right {
    width: 40%;
    float: right;
}

.p2-right img {
    float: left;
    height: auto;
    width: 100%;
    margin-top: -35px;
}

.panel-3 {
    width: 100%;
    float: left;
    background: url(../images/panel-last-bnr.jpg) no-repeat;
    background-size: 100% 100%;
}

.pan3 {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.p3-left {
    width: 100%;
    float: left;
    padding-left: 400px;
    padding-top: 70px;
    padding-bottom: 278px;
}

.p3-left h4 {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    margin-left: 100px;
}

.p3-n1 {
    width: 100%;
    float: left;
    margin-top: 74px;
}

.p3n1-lef {
    width: 77%;
    float: left;
}

.p3n1-lef h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.p3n1-lef p {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 25px;
    color: #fff;
    padding-right: 0px;
}

.p3n1-righ {
    width: 23%;
    float: right;
    text-align: center;
}

.p3n1-righ img {}

.p3n1-righ h6 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.p3-n2 {
    width: 100%;
    float: left;
    margin-top: 45px;
    padding-left: 28px;
    position: relative;
}

.p3n2-righ {
    width: 23%;
    float: left;
    text-align: center;
}

.p3n2-righ img {}

.p3n2-righ h6 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

.p3n2-lef {
    width: 77%;
    float: right;
}

.p3n2-lef h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.p3n2-lef p {
    width: 100%;
    float: left;
    text-align: left;
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
}

.rd-link1 {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.rd-link1 a {
    color: #438d85;
    background: url(../images/read-more-bg.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 27px 20px 18px 20px;
    text-align: center;
    margin-left: 120px;
}

footer {
    width: 100%;
    float: left;
    background-size: 100%;
}

.ft-top {
    width: 100%;
    float: left;
    /* background: url(../images/h-top.jpg) no-repeat; */
    background-size: 100% 100%;
    background-size: 100% 100%;
    object-fit: cover;
	background: #438e36;
}

.ft-tpcnt {
    width: 100%;
    float: left;
    padding: 25px 10px;
}

.ft-tpcnt h5 {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.ft-tp1 h5.pn1 {
    color: #ffcc01;
}

.ft-tp2 h5.pn2 {
    color: #0ba3e5;
}

.ft-tpcnt ul {
    width: 100%;
    float: left;
}

.ft-tpcnt ul li {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 32px;
}

.ft-tpcnt ul li b {
    font-weight: 700;
    font-size: 18px;
    color: #f9e9ae;
}

.ft-tpcnt ul li a {
    color: #fff;
    float: left;
    width: 100%;
}

.ft-tpcnt ul li a:hover {
    color: #201c45;
}

.ft-tp1 {
    width: 30%;
    float: left;
}

.ft-tp1 ul {
    border: none;
}

.ft-tp2 ul {
    /* border: 2px solid #454068; */
    padding: 20px;
}

.ft-tp2 {
    width: 70%;
    float: right;
}

.ft-tp2 h5 {
    width: 100%;
    float: left;
    text-align: left;
}

.tp2-n1 {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.tp2-n2 {
    width: 50%;
    float: left;
}

.ft-btm {
    width: 100%;
    float: left;
    background: #99c488;
}

.ft-btcnt {
    width: 100%;
    float: left;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.ft-btcnt a {
    color: #fff;
}

.ft-b1 {
    float: left;
    text-align: center;
}

.ft-b2 {
    float: left;
}

.abt-panel1 {
    width: 100%;
    float: left;
}

.abt-pan1 {
    width: 100%;
    float: left;
    padding: 0px 0;
}

.abt-pan100 .abt-n1 {
    width: 100%;
}

.abt-pan100 {
    padding: 10px 0;
}

.abt-n1 {
    width: 63%;
    float: left;
}

.abt-n1 ul {
    width: 50%;
    float: left;
}

.abt-n1 h5 {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
    color: #3b8334;
}

.abt-n1 ul.full {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.abt-n1 ul.np1 {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.abt-n1 ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 23px;
    line-height: 32px;
    top: 0;
    color: #333333;
}

.abt-n1 ul li:before {
    position: absolute;
    content: '\f005';
    font-family: 'fontawesome';
    color: #F90;
    font-size: 16px;
    left: 0;
    float: left;
    top: 0;
    bottom: 0;
}

.abt-n1 h4 {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    color: #438e36;
}

.abt-n1 p {
    width: 100%;
    float: left;
    line-height: 27px;
    margin-bottom: 20px;
}

.abt-n3 {
    width: 37%;
    float: right;
    margin-top: 10px;
    text-align: center;
}

.abt-n2 {
    width: 37%;
    float: right;
    margin-top: 15px;
    position: relative;
}

.abt-n2:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0px;
    left: 5%;
    height: 20px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgb(154, 152, 152) 60%, transparent 70%);
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.abt-n2 img {
    width: 100%;
    float: left;
    padding: 7px;
}

.cur-pan {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.curp1 {
    width: 100%;
    float: left;
    margin-left: 15%;
    margin-top: 60px;
}

.block1 {
    width: 30%;
    float: left;
    margin-right: 5%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(138, 138, 138, 1);
    box-shadow: 0px 0px 5px 0px rgb(218, 218, 218,0);
        height: 229px;
}

.block3 {
    border-bottom: 5px solid #fff;
    
    background-position: center;
    object-fit: cover;
}

.block4 {
    border-bottom: 5px solid #268481;
    background: url(../images/child-background_23-2147508482.jpg) no-repeat;
    background-position: center;
    object-fit: cover;
}

.block5 {
    border-bottom: 5px solid #a52e75;
    background: url(../images/child-background_23-2147508482.jpg) no-repeat;
    background-position: center;
    object-fit: cover;
}

.block6 {
    border-bottom: 5px solid #e66194;
    background: url(../images/n2-bg.jpg) no-repeat;
    background-position: center;
    object-fit: cover;
}

.block7 {
    border-bottom: 5px solid #785a06;
    background: url(../images/n2-bg.jpg) no-repeat;
    background-position: center;
    object-fit: cover;
}

.block2 {
    width: 35%;
    min-height: 530px;
}

.block1 h5.cn1 {
    color: #fff;
    background: #438e36;
}

.block1 h5.cn2 {
    color: #fff;
    background: #268481;
}

.block1 h5.cn3 {
    color: #ffcc01;
    background: #a52e75;
}

.block1 h5.cn4 {
    color: #fff3b3;
    background: #e66194;
}

.block1 h5.cn5 {
    color: #f2f1ec;
    background: #785a06;
}

.block1:nth-child(3n) {
    margin-right: 0;
}

.block1 h5 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.im-prt {
    width: 100%;
    float: left;
    overflow: hidden;
}

.im-prt img {
    width: 100%;
    float: left;
    -webkit-transform: scale(1);
}

.block1:hover .im-prt img {
    -webkit-transform: scale(1.05);
}

.cnt-prt {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.cnt-prt p {
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 30px;
}

.abt-pan-sub1 {
    width: 100%;
    float: left;
}

.abt-pan-sub1 h4 {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 8px;
    color: #438e36;
}

.abt-pan-sub1 ul {
    width: 33%;
    float: left;
}

.abt-pan-sub1 ul.np1 {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.abt-pan-sub1 ul li {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 23px;
    line-height: 32px;
    top: 0;
    color: #333333;
    text-transform: capitalize;
}

.abt-pan-sub1 li:before {
    position: absolute;
    content: '\f005';
    font-family: 'fontawesome';
    color: #F90;
    font-size: 16px;
    left: 0;
    float: left;
    top: 0;
    bottom: 0;
}

.gal-panel1 {
    width: 100%;
    float: left;
}

.gal-pan {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.gal-pan ul {
    width: 100%;
    float: left;
}

.gal-pan ul li {
    width: 22%;
    float: left;
    margin-right: 4%;
    border: 1px solid #ccc;
    padding: 6px;
}

.gal-pan ul li:nth-child(4n) {
    margin-right: 0;
}

.gal-pan ul li img {
    width: 100%;
    float: left;
}

.gl-p1 {
    width: 44%;
    float: left;
    margin-left: 28%;
    margin-top: 40px;
}

.gl-p1 a {
    padding: 16px 30px;
    text-align: center;
    background: #096B73;
    color: #fff;
    width: 100%;
    float: left;
    font-size: 20px;
    border: 2px solid #f38003;
}

.gl-p1 a:hover {
    background: #0C95B7;
}

.con-panel1 {
    width: 100%;
    float: left;
    background: #fcfcfc;
}

.con-pan {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.con-p1 {
    width: 50%;
    float: left;
    margin-left: 25%;
}

.con-p2 {
    width: 40%;
    float: right;
}

.cn-pleft {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.cn-pleft h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #5a5d5e;
    margin-bottom: 10px;
    text-align: center;
}

.cn-pleft .text1 {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 18px;
    display: -ms-flexbox;
    display: flex;
}

.icon {
    padding: 15px;
    background: #e11e25;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 20px;
}

.icon i {
    font-size: 15px;
}

.cn-pleft .text1 em {
    font-size: 13px;
    font-weight: 500;
}

.cn-pleft .text1 .text {
    width: 100%;
    float: left;
    height: 45px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cn-pleft .capchaimg {
    width: 48%;
    float: left;
    height: 45px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    margin-top: 10px;
}

.cn-pleft .capchatxt {
    width: 48%;
    float: right;
    height: 45px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    margin-top: 10px;
}

.cn-pleft .text1 .textarea {
    width: 100%;
    float: left;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 150px;
    font-family: 'Roboto', sans-serif;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    font-size: 13px;
    padding: 10px 0;
}

.cn-pleft .text1 .capchaimg {
    width: 48%;
    float: left;
    height: 45px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    margin-top: 10px;
    margin-right: 4%;
}

.cn-pleft .text1 .capchatxt {
    width: 48%;
    float: right;
    height: 45px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: none;
    -webkit-border-radius: none;
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    margin-top: 10px;
}

.text2 {
    width: 100%;
    text-align: center;
    float: left;
}

.text2 .btn {
    padding: 8px 30px;
    background: #e11e25;
    font-size: 16px;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    text-align: -moz-center;
}

.text2 .btn:hover {
    background: #a51910;
    color: #FFFCFC;
}

.result {
    width: 100%;
    float: left;
    font-weight: 500;
    color: #C00;
    font-size: 14px;
}

.cn-pright {
    width: 100%;
    float: right;
    margin-top: 104px;
    border: 1px solid #cfcfcf;
    padding: 10px;
    -webkit-box-shadow: 16px 17px 0px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 16px 17px 0px 0px rgba(219, 219, 219, 1);
    box-shadow: 16px 17px 0px 0px rgb(240, 240, 240);
}

.location {
    width: 100%;
    float: left,
}

.location img {
    width: 100%;
    float: left;
}

.add-pn {
    width: 100%;
    float: left;
    padding: 15px 10px 0;
}

.add-pn h6 {
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
}

.add-pn p {
    width: 100%;
    float: left;
    line-height: 26px;
}

.ad-pn {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.loc-map {
    width: 100%;
    float: left;
}

#map {
    height: 250px;
    float: left;
    width: 100%;
}

.loc-panel {
    width: 100%;
    float: left;
    padding-top: 20px;
    background: #fff;
    padding-bottom: 30px;
}

.add-file {
    width: 60%;
    float: left;
    margin-left: 20%;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(214, 214, 214, 1);
    position: absolute;
    background: #fff;
    margin-top: -187px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(179, 179, 179, 1);
    box-shadow: 0px 0px 5px 0px rgb(146, 146, 146);
}

.add-file h6 {
    line-height: 28px;
    margin-bottom: 5px;
    color: #0ba3e3;
}

.add-file h6.n1cl {
    color: #3b8334;
}

.add-file p {
    line-height: 23px;
}

.add-map {
    width: 100%;
    float: left;
    padding: 2px;
}

.loc-pan1 {
    width: 48%;
    float: left;
    position: relative;
}

.loc-pan2 {
    width: 48%;
    float: right;
    position: relative;
}

iframe img {
    padding: 5px;
    border: 1px solid #ccc;
}

.test-panel {
    width: 100%;
    float: left;
}

.test-pan1 {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.test-n1 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 30px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(176, 176, 176, 1);
    box-shadow: 0px 0px 2px 0px rgba(176, 176, 176, 1);
    margin-bottom: 50px;
    background: url(../images/test-bg.jpg);
}

.test-mn1-top {
    float: left;
    text-align: center;
}

.test-mn1-top h6 {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 17px;
    color: #0d5377;
}

.test-mn1 {
    width: 15%;
    float: left;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ccc;
    overflow: hidden;
    margin-bottom: 10px;
}

.test-mn1 img {
    width: 100%;
    text-align: center;
}

.test-mn2 {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.test-mn2 p {
    line-height: 26px;
}

.test-pan1 .clbtn {
    width: 100%;
    float: left;
    text-align: center;
}

.clbtn a {
    background: #0BA3E3;
    text-align: center;
    padding: 12px 18px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #e5087f;
}

.clbtn a:hover {
    background: #056387;
}

.mobile-pr {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 9px;
    margin-top: 0px;
    z-index: 999;
    top: 0;
}

#mobile-nav ul li:hover {
    background: none !IMPORTANT;
    padding: 0;
}

#mobile-nav ul li {}

.dl-menuwrapper {
    display: none;
}

.ft-tpcnt ul li.invisible {
    font-size: 1px;
    color: transparent;
}

.ft-tpcnt ul li.invisible a {
    font-size: 1px;
    color: transparent;
}

@media only screen and (min-width:100px) and (max-width:479px) {
    .wrapper {
        width: 90%;
        min-width: 90%;
    }
    .container {
        width: 90%;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    .popupmain .popcontent img {
        height: 33vh !important;
    }
    .popupmain .popcontent .close {
        top: calc(33vh - 10px) !important;
    }
    header.sticky .ht-logo img {
        height: 58px;
    }
    header.sticky {
        height: 60px;
        background: #fff;
    }
    header.sticky .h-top {
        width: 100%;
    }
    .ht-logo {
        width: 100%;
        text-align: left;
        float: left;
        left: 0%;
    }
    .h-left {
        display: none;
    }
    .h-right .social {
        display: none;
    }
    .ht-logo img {
        height: 58px;
    }
    .h-btm {
        display: none;
    }
    header {
        height: 60px;
    }
    .p1-left img {
        margin-top: 0;
        width: 100%;
    }
    .p1-left {
        width: 100%;
        float: left;
        display: none;
    }
    .p1-right {
        width: 100%;
        float: left;
        padding: 0;
    }
    .p1-right h4 {
        margin-bottom: 0;
    }
    .p1-right p {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .p2-left {
        width: 100% !important;
        padding: 0;
        float: left;
        background: none;
    }
    .p2-right {
        width: 100%;
        float: left;
        display: none;
    }
    .pan2 {
        display: inherit;
        padding-bottom: 80px;
    }
    .p2-right img {
        margin-top: 50px;
        width: 100%;
    }
    .rd-link {
        position: relative !important;
        top: 30px;
        !important;
    }
    .p2-left p {
        padding: 0;
    }
    .panel-3 {
        background: #438e36;
    }
    .pan3 {
        padding-bottom: 60px;
    }
    .p3-left {
        padding: 0;
    }
    .p3-left h4 {
        margin-left: 0;
    }
    .p3-n1 {
        margin-top: 0;
    }
    .p3n1-lef {
        width: 100%;
        float: left;
    }
    .p3n1-righ {
        width: 100%;
        float: left;
    }
    .p3n2-righ {
        float: right;
        width: 100%;
    }
    .p3n2-lef p {
        padding: 0;
    }
    .p3n2-lef {
        width: 100%
    }
    .p3n2-lef p {
        padding-right: 0;
    }
    .p3-n2 {
        padding-left: 0;
    }
    .ft-tpcnt {
        padding: 10px;
    }
    .ft-tp1 {
        width: 100%;
        float: left;
    }
    .ft-tp2 {
        width: 100%;
        float: left;
    }
    .ft-tp2 ul {
        width: 100%;
        float: left;
        padding: 10px;
    }
    .tp2-n1 {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .tp2-n2 {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-top: 20px;
    }
    .ft-btcnt {
        display: inherit;
    }
    .ft-b1 {
        width: 100%;
        text-align: center;
    }
    .ft-tpcnt ul li b {
        font-size: 16px;
    }
    .bnr-text h4 {
        font-size: 18px;
        padding: 0 10opx;
    }
    .abt-pan1 {
        padding: 30px 0;
    }
    .abt-n1 {
        width: 100%;
        float: left;
    }
    .abt-n1 h4 {
        font-size: 16px;
    }
    .abt-n3 {
        width: 100%;
        display: none;
    }
    .abt-n1 ul {
        width: 100%;
    }
    .abt-n2 {
        width: 100%;
        float: left;
    }
    .block1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .curp1 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 0px;
    }
    .gl-p1 {
        width: 100%;
        margin-left: 0;
    }
    .gl-p1 a {
        font-size: 16px;
        background: #333;
        padding: 10px 30px;
    }
    .loc-pan1 {
        width: 100%;
        float: left;
        margin-bottom: 228px;
    }
    .add-file {
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .loc-pan2 {
        width: 100%;
        float: left;
    }
    .con-p1 {
        width: 100%;
        margin-left: 0;
    }
    .ft-top {
        background-size: cover;
        background-position: center;
    }
    .rd-link.nv {
        position: relative;
        top: 30px;
    }
    .abt-n3 img {
        width: 100%;
    }
    .dl-menuwrapper {
        display: block;
        z-index: 999;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .wrapper {
        width: 90%;
        min-width: 90%;
    }
    .container {
        width: 90%;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
    header.sticky .ht-logo img {
        height: 58px;
        background: #fff;
    }
    header.sticky {
        height: 60px;
        background: #fff;
    }
    header.sticky .h-top {
        width: 100%;
    }
    .popupmain .popcontent img {
        height: 50vh !important;
    }
    .popupmain .popcontent .close {
        top: calc(23vh - 10px) !important;
    }
    .ht-logo {
        width: 100%;
        text-align: left;
        float: left;
        left: 0%;
    }
    .h-left {
        display: none;
    }
    .h-right .social {
        display: none;
    }
    .bnr-text h4 {
        font-size: 24px;
    }
    .ht-logo img {
        height: 58px;
    }
    .h-btm {
        display: none;
    }
    header {
        height: 60px;
    }
    .p1-left img {
        margin-top: 0;
    }
    .p1-left {
        width: 100%;
        float: left;
        display: none;
    }
    .p1-right {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 20px;
    }
    .p1-right h4 {
        margin-top: 10px;
    }
    .p1-right p {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .p2-left {
        width: 100% !important;
        padding: 0;
        float: left;
        background: none;
    }
    .p2-right {
        width: 100%;
        float: left;
    }
    .pan2 {
        display: inherit;
        padding-bottom: 50px;
    }
    .p2-right img {
        margin-top: 50px;
    }
    .rd-link {
        top: 250px;
    }
    .p2-left p {
        padding: 0;
    }
    .panel-3 {
        background: #343333;
    }
    .p3-left {
        padding: 0;
    }
    .p3-left h4 {
        margin-left: 0;
    }
    .p3-n1 {
        margin-top: 0;
    }
    .p3n1-lef {
        width: 100%;
        float: left;
    }
    .p3n1-righ {
        width: 100%;
        float: left;
    }
    .p3n2-righ {
        float: right;
        width: 100%;
    }
    .p3n2-lef p {
        padding: 0;
    }
    .p3n2-lef {
        width: 100%
    }
    .p3n2-lef p {
        padding-right: 0;
    }
    .p3-n2 {
        padding-left: 0;
    }
    .ft-tpcnt {
        padding: 10px;
    }
    .ft-tp1 {
        width: 100%;
        float: left;
    }
    .ft-tp2 {
        width: 100%;
        float: left;
    }
    .ft-tp2 ul {
        width: 100%;
        float: left;
        padding: 10px;
    }
    .tp2-n1 {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .tp2-n2 {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-top: 20px;
    }
    .ft-btcnt {
        display: inherit;
    }
    .ft-b1 {
        width: 100%;
        text-align: center;
    }
    .ft-tpcnt ul li b {
        font-size: 16px;
    }
    .abt-pan1 {
        padding: 30px 0;
    }
    .abt-n1 {
        width: 100%;
        float: left;
    }
    .abt-n1 h4 {
        font-size: 16px;
    }
    .abt-n3 {
        width: 100%;
    }
    .abt-n1 ul {
        width: 100%;
    }
    .abt-n2 {
        width: 100%;
        float: left;
    }
    .block1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .curp1 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 0px;
    }
    .gl-p1 {
        width: 100%;
        margin-left: 0;
    }
    .gl-p1 a {
        font-size: 16px;
        background: #333;
        padding: 10px 30px;
    }
    .ft-top {
        background-size: cover;
        background-position: center;
    }
    .rd-link.nv {
        position: relative !important;
        top: 0 !important;
    }
    .rd-link {
        position: relative !important;
        top: 0 !important;
    }
    .pan3 {
        padding-bottom: 100px;
    }
    .abt-n3 img {
        width: 100%;
    }
    .dl-menuwrapper {
        display: block;
        z-index: 999;
    }
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .wrapper {
        width: 90%;
        min-width: 90%;
    }
    .container {
        width: 90%;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 18px;
    }
    header.sticky .ht-logo img {
        height: 58px;
    }
    header.sticky {
        height: 60px;
        background: #fff;
    }
    header.sticky .h-top {
        width: 100%;
    }
    .ht-logo {
        width: 100%;
        text-align: left;
        float: left;
        left: 0%;
    }
    .h-left {
        display: none;
    }
    .h-right .social {
        display: none;
    }
    .ht-logo img {
        height: 58px;
    }
    .h-btm {
        display: none;
    }
    .bnr-text h4 {
        font-size: 24px;
    }
    header {
        height: 60px;
    }
    .p1-left img {
        width: 100%;
    }
    .p1-left {
        float: left;
    }
    .p1-right {
        float: left;
        padding: 0;
        margin-top: 20px;
    }
    .p1-right h4 {
        margin-top: 10px;
    }
    .p1-right p {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .p2-left {
        padding: 0;
        float: left;
        background: none;
    }
    .p2-right {
        float: left;
    }
    .pan2 {
        display: inherit;
    }
    .p2-right img {
        margin-top: 50px;
    }
    .rd-link {
        top: 250px;
    }
    .p2-left p {
        padding: 0;
    }
    .panel-3 {
        background: #cd2429;
    }
    .p3-left {
        padding: 0;
    }
    .p3-left h4 {
        margin-left: 0;
    }
    .p3-n1 {
        margin-top: 0;
    }
    .p3n1-lef {
        width: 100%;
        float: left;
    }
    .p3n1-righ {
        width: 100%;
        float: left;
    }
    .p3n2-righ {
        float: right;
        width: 100%;
    }
    .p3n2-lef p {
        padding: 0;
    }
    .p3n2-lef {
        width: 100%
    }
    .p3n2-lef p {
        padding-right: 0;
    }
    .p3-n2 {
        padding-left: 0;
    }
    .ft-tpcnt {
        padding: 10px;
    }
    .ft-tp1 {
        width: 100%;
        float: left;
    }
    .ft-tp2 {
        width: 100%;
        float: left;
    }
    .ft-tp2 ul {
        width: 100%;
        float: left;
        padding: 10px;
    }
    .tp2-n1 {
        width: 48%;
        float: left;
        margin-right: 0;
    }
    .tp2-n2 {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-top: 0px;
    }
    .ft-btcnt {
        display: inherit;
    }
    .ft-b1 {
        width: 100%;
        text-align: center;
    }
    .ft-tpcnt ul li b {
        font-size: 16px;
    }
    .abt-pan-sub1 ul {
        width: 50%;
        float: left
    }
    .ft-top {
        background-size: cover;
        background-position: center;
    }
    .rd-link.nv {
        margin-top: 80px;
    }
    .pan3 {
        padding-bottom: 100px;
    }
    .abt-n3 img {
        width: 100%;
    }
    .dl-menuwrapper {
        display: block;
        z-index: 999;
    }
}

.add-map iframe {
    pointer-events: inherit;
}