/*container
navbarbg: rgba(65, 117, 60, 0.10);
textcolor: rgb(102, 102, 101);
icon: rgb(65, 117, 60);
btn: ;
*/
 
* {	
    font-family: 微軟正黑體,Microsoft JhengHei,sans-serif,monospace;
	-webkit-transition: .3s;
	transition: .3s;
}
.totallistright > a,.totallistleft > a {
    color: #28a51c;
    text-decoration-line: underline;
}
.firstnav {
	margin: 0;
    background-color: rgba(65, 117, 60, .15);
    padding: 0;
	min-height: 20px;
	z-index: 999;
}
.firstnav > div >div > ul > li > a {
	font-size: 12px;
	padding: 8px;
}
.row {
	overflow: hidden;
	margin-top: 16px;
}
.text1 {
	padding: 0 15%;
}
div > ul > .changeec {
	display: none;
}

@media screen and (max-width: 767px) {
	.firstnav {
		display: none;
	}
	div > ul > .changeec {
		display: block;
	}
	.text1 {
		padding: 0;
	}
}
.navbardown {
	padding-top: 8px;
}
/*.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #41753c;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #0000003b;
    border-radius: 4px;
}
.navbar-toggle:hover{
	background-color: #0000003b;
}*/
.navbar-toggle {
	margin-right: 0px;
}

.navbar-nav>li>a {
    color: #666665;
    padding: 10px 0px;
    font-size: 17px;
}
.textlines {
	margin: 0 5px;
}

.navbar-nav>li>a:hover {
    color: white;
    background-color: rgb(65, 117, 60);
}
.lancolor {
	background-color: rgb(65, 117, 60);
    color: white !important;
}
body > .navbar-navsecond {
	padding: 2.5% 0 1% 0;
	top: 0px;
    z-index: 900;
	position: fixed;
	width: 100%;
	margin: 0;
	border-bottom: #cfcfcf 3px solid;
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(#ffffff));
    background-image: linear-gradient(to bottom,#fff 0,#ffffff 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), 0 1px 5px rgba(0, 0, 0, 0);
}

.navbar-brand-logo {
    /*margin: 6% 0 0 0;*/
    padding: 0;
}

.navlogo {
	width: 95%;
	padding-left: 1.4em;
	min-width: 230px;
}
.navdropdown > ul > li {
	display: table-cell;
}
@media (min-width: 768px){
	.navbar-right .navdropdown-menu {
	    right: auto;
	    left: 0;
	    margin-top: 0% !important;
	    margin-left: 10% !important;
	}
	.navbar-right .navdropdownright-menu {
	    right: 0;
	    left: auto;
	    margin-top: 0% !important;
	    margin-left: 10% !important;
	}
	.navbar-header {
		width: 23%;
	}
}
@media screen and (max-width: 768px) {
	body > .navbar-navsecond {
		top:0px;
		position: fixed;
		z-index: 999;
	}
	.navbar-brand-logo {
		width: 50%;
	}
	.navlogo {
	    width: 100%;
	    padding-left: 2em;
	    min-width: 250px;
	}
	.navbar-header {
		width: 100%;
	}
}
.navdropdown-menu {
	border-top: 0;
    border-right: 0;
    border-left: 1px solid rgb(102, 102, 101);
    border-bottom: 1px solid rgb(102, 102, 101);
    border-radius: 0;
    background-color: white;
    box-shadow: 0 0 0 rgb(255, 255, 255);	
    -webkit-box-shadow: 0 0 0 rgb(255, 255, 255);
}
.navdropdownright-menu {
	border-top: 0;
    border-left: 0;
    border-right: 1px solid rgb(102, 102, 101);
    border-bottom: 1px solid rgb(102, 102, 101);
    border-radius: 0;
    background-color: white;
    box-shadow: 0 0 0 rgb(255, 255, 255);	
    -webkit-box-shadow: 0 0 0 rgb(255, 255, 255);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #ffffff),to(#ffffff));
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px #ffffff;
    box-shadow: inset 0 3px 9px #ffffff;
    color: rgb(65, 117, 60);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    font-weight: bold;   
    color: rgb(65, 117, 60);
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:active {
    font-weight: bold;   
    color: rgb(65, 117, 60);
    background-color: #fff;
}
.thispage {
    font-weight: bold;   
    color: rgb(65, 117, 60);
    background-color: #fff;	
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #ffffff),to(#ffffff));
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px #ffffff;
    box-shadow: inset 0 3px 9px #ffffff;
    color: rgb(65, 117, 60); 
    font-weight: bold;   
    -webkit-transition: .3s;    
    transition: .3s;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: rgb(102, 102, 101);
    white-space: nowrap;
    font-family: sans-serif,monospace,微軟正黑體;
    font-size: 15.5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.navdropdown > .dropdown-menu > .navdropdown > .dropdown-menu {
	margin-top: 15% !important;
}
.index-carousel {
	height: 600px;
	margin-top: 1em;
}
.index-carousel-inner > .item:nth-child(1) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
.index-carousel-inner > .item:nth-child(2) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
.index-carousel-inner > .item:nth-child(3) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
}
.item > img {
	min-height: 350px;
}
.index-carouselleft {
	text-align: left;
}
.index-carouselright {
	text-align: right;
}
.index-carousel-control > .arr {
    margin-top: 300px;
    font-size: 50px;
}
.index-carousel-inner > .item > .container > .carousel-caption > p {
	font-size: 30px;
    margin-top: -350px;
    white-space: nowrap;
    font-weight: bold;
}
.indexcarousel-inner > .item > .container > .carousel-caption > p {
	font-size: 30px;
    margin-top: -150px;
    white-space: nowrap;
    font-weight: bold;
}

.indexcarousel {
	height: 400px;
	margin-top: 1em;
}
.indexcarousel-inner > .item:nth-child(1) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	
}
.indexcarousel-inner > .item:nth-child(2) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
.indexcarousel-inner > .item:nth-child(3) {
	background-image: url(../img/Banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
}
.item > img {
	min-height: 350px;
}
.indexcarouselleft {
	text-align: left;
}
.indexcarouselright {
	text-align: right;
}
.indexcarousel-control > .arr {
    margin-top: 300px;
    font-size: 50px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    font-weight: bold;
}
.datacard {
	border: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    margin-bottom: 10%;
	text-align: center;
}

.datacard > img {
	width: 60%;
    margin-top: 15%;
    margin-bottom: 10%;
}

.datacard > h4,.datacard > h2 {
	color: rgb(65, 117, 60);
}

.datacard > h2 {
	font-weight: bold;
}

.datacard > h2 > span {
	font-size: 10pt;
}

.datacard > p {
	font-size: 16px;
	color: rgb(102, 102, 101);
	text-align: left;
}

.sec1 {
    background-color: rgba(65, 117, 60, .10);
    background-image: url(../img/img1.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.secimg1,.secimg2 {
	-webkit-transition: .5s;
	transition: .5s;
    position: absolute;
    width: 50%;
}
.secimg1{
	margin-left: 10%;
}
.secimg2{
	margin-left: -5%;
}

@media screen and (max-width: 1200px) {	
	.secimg2{
		margin-left: -20%;
	}
	.secimg1{
		margin-left: 0%;
	}
}
@media screen and (max-width: 969px){
	.secimg2 {
	    margin-left: -30%;
	}
}

@media screen and (max-width: 767px) {
	.secimg1,.secimg2 {
		display: none;
	}
}

.sec1 > .greenbg {
    padding: 8% 0% 10% 0%;
    text-align: center;
}

.sec2 {
    background-color: rgba(65, 117, 60, .10);
    background-image: url(../img/img2.png);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.sec1:hover,.sec2:hover {
    background-size: 650px;
}
@media screen and (min-width: 1080px) {
	.sec1,.sec2 {
		background-size: 650px;
	}
	.sec1:hover,.sec2:hover {
	    background-size: 700px;
	}	
}

@media screen and (min-width: 1280px) {
	.sec1,.sec2 {
		background-size: 55%;
	}
	.sec1:hover,.sec2:hover {
	    background-size: 57%;
	}	
}

@media screen and (min-width: 1580px) {
	.sec1,.sec2 {
		background-size: 60%;
	}
	.sec1:hover,.sec2:hover {
	    background-size: 62%;
	}	
}

@media screen and (min-width: 1920px) {
	.sec1,.sec2 {
		background-size: 65%;
	}
	.sec1:hover,.sec2:hover {
	    background-size: 67%;
	}	
}


@media screen and (max-width: 767px) {
	.sec1,.sec2 {
		background-image: none;
	}
}

.sec2 > .greenbg {
    padding: 8% 0% 10% 0%;
    text-align: center;
}
.sec > .greenbg > p {
	text-align: left;
}
.sec > .greenbg > p,.sec1 > .greenbg > h2 {
	
}
.sec > .greenbg > p {
	line-height: 2;
	font-size: 18px;
}
.sec > .greenbg > h2 {
	white-space: nowrap;
	font-size: 29px;
	font-weight: bold;
}
.sec > .greenbg > .morebtn {
	color: rgb(184, 53, 49);
    display: inline-block;
    width: 30%;
    margin-top: 10%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sec > .greenbg > .morebtn:hover{
	background-color: rgb(184, 53, 49);
	color: white;
	text-decoration: none;
}
.sec > .greenbg > .morebtn > p {
	border: 1px solid rgb(184, 53, 49);
    margin-bottom: 0;
    padding: 5%;
}
@media screen and (min-width: 1980px) {
	.sec2 > .greenbg {
	    padding: 8% 0% 10% 10%;
	    text-align: center;
	}	
}

.greenbgtree {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: -50%;
    margin-top: 15%;
}

.greenbcircle {
	position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-left: 50%;
    margin-top: 20%;
}
.indexnews {
	margin-bottom: 3%;
}
.indexnewstitle > img {
    width: 7%;
    display: inline-block;
    vertical-align: bottom;
}
.indexnewstitle > h3 {
    display: inline-block;
    margin: 2% 5%;
}
.news {
	margin-top: 3%;
}



.newstitle,.news03title,.indexnewstitle{
    border-bottom: 1px solid rgba(102, 102, 101, .4);
    color: rgb(102, 102, 101);
    margin-bottom: 2%;
    padding-bottom: 2%;
    cursor: pointer;
    position: relative;
}
.newstitle > p {
	float: right;
}
/*@media screen and (min-width: 767px) {
	.newstitle {
		margin-right: 50px;
	}
}*/

@media screen and (min-width: 992px) {
	.newstitle {
		margin-right: 100px;
	}
}

.newstitle > img ,.news03title > img {
	width: 3%;
    display: inline-block;
    vertical-align: bottom;
}

.newstitle > h3,.news03title > h3 {
	display: inline-block;
    font-size: 30px;
    margin: 2% 5% 0% 1%;
}

.newslist > ul {
	line-height: 2em;
}

.newslist > ul > li > a {
	color: rgb(102, 102, 101);
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 17px;
	line-height: 2.3em;
}

.newslist > ul > li > a:hover {
	color: rgb(65, 117, 60);
	font-weight: bold;
}

.adbanner {
    width: 100%;
    background-image: url(../img/bn1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 498px;
    display: block;
}

.adblock {
	margin: 5% 0;
}

.ad {
	display: inline-block;
}

.ad > img {
	width: 100%;
	max-width: 377px;
	margin: 5% 0;
}

.blackmaskcontact {
    position: absolute;
    width: 100%;
    height: 498px;
    padding-top: 10%;
    font-size: 16px;
    color: white;
    text-align: center;
    background-color: rgba(35, 21, 21, .7);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.blackmaskcontact:hover {
	opacity: 1;
}

.blackmaskcontact > .morebtn {
	color: white;
    display: inline-block;
    width: 25%;
    margin-top: 5%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.blackmaskcontact > .morebtn:hover{
	background-color: white;
	color: rgb(102, 102, 101);
	text-decoration: none;
}

.blackmaskcontact > .morebtn > p {
	border: 1px solid white;
    margin-bottom: 0;
    padding: 5%;
}
@media screen and (max-width: 621px) {
	.adbanner,.blackmaskcontact {
		height: 300px;
	}
}

footer {
	background-color: rgba(65, 117, 60, .15);
	padding: 5% 0;
/*	margin-top: 5%\0/;
	margin-top: 5%\9;*/
}

.footertext {
	text-align: center;
	margin: 7% 0 0 0;	
	color: rgb(102, 102, 101);
}
.text1 > h4 {
	color: rgb(65, 117, 60);
	border-bottom: 1px solid rgb(65, 117, 60);
	padding: 5% 0;
	white-space: nowrap;
}

.text1 > ul,.text2 > ul {
    list-style: none;
    color: rgb(102, 102, 101);
    line-height: 2em;
    margin: 0;
    padding: 0;
}

.text1 > ul > li > a {
	color: rgb(102, 102, 101);
}

.text1 > ul > li > a:hover {
	color: rgb(102, 102, 101);
}

.text2 > h4 {
	color: rgb(65, 117, 60);
	padding: 2.5% 0;
}

.texti {
	margin: 0 0.5em 0 0;
}

@media screen and (max-width: 767px) {
	.footerad,.aboutus,.overview,.practice,.publishing {
		display: none;
	}
	.datacard > img {
	    width: 60%;
	    margin-top: 5%;
	    margin-bottom: 0%;
	}
	.navdropdown > ul > li {
 	   display: -webkit-box;
 	   -webkit-transition: .3s;
 	   transition: .3s;
	}
	.navbar-header > .navbar-toggle {
		margin-top: 5%;
	}
	.navlogo {
		margin-top: 7%;
	}
}
@media screen and (max-width: 435px){
	.newslist > ul > li > a {
	    display: inline-block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 16em;
	}
	.news {
   		margin-left: 0;
	}
}


.productsearch {
    padding-top: 10%;
    padding-bottom: 20px;
}
.searchh1 {
	text-align: center;
	color: rgb(102, 102, 101);
}
.searchinput {
	display: -webkit-box;
	margin-top: 1%;
	margin-bottom: 1%;
}
.searchinput > .input-group > .form-control {
	border-right: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.searchinput > .input-group > .input-group-addon {
	border-left: 0;
    background-color: #fff;
}
.searchinput > .input-group > .input-group-addon > i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.searchbtn {
	background-color: rgb(65, 117, 60);
	color: white;
	margin: 0 20%;
}
.searchbtn:hover {
	background-color: rgba(65, 117, 60, .9);
	color: white;
}
.searchdropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(102, 102, 101);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;	
}
.searchdropdown:hover {
	color: rgba(102, 102, 101, .8);
}
.searchdropdown-menu {
	width: 100%;
}
.list {
	text-align: center;
	margin: 5% 0 0 0;
}
.list > div {
	padding: 0;
}
.listleft > p {
    border-bottom: 1px solid rgb(102, 102, 101);
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;
    border-right: 1px solid rgb(102, 102, 101);	
    border-left: 1px solid rgb(102, 102, 101);
}
.listright > p {
	border-bottom: 1px solid rgb(102, 102, 101);
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;	
    border-right: 1px solid rgb(102, 102, 101);
}
.listtitle {
	color: rgb(65, 117, 60);
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(102, 102, 101);
}
.listcontent > p {
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: rgb(65, 117, 60);
    text-decoration: none;
    background-color: #fff;
    border: 0;
}
.newsbtn {
    background-color: rgb(65, 117, 60);
    color: white;
    margin-left: 1em;
     /*margin: 0 2%; */
}
.newsbtn:hover {
	background-color: rgba(65, 117, 60, .9);
	color: white;
}
.newsright {
	display: -webkit-inline-box;
    position: absolute;
    right: 2%;
    margin-right: 2%;
    bottom: 15%;
}
.newslist >ul > li > span {
	float: right;
	margin-right: 5%;
}
@media screen and (max-width: 515px) {
	.newslist >ul > li > span {
		display: none;
	}	
}
.newslist > nav,.news > nav {
	text-align: center;
}
.bb1px {
	border-bottom: 1px solid rgba(102, 102, 101, .4);
	padding-bottom: 2%;
}
.bb1px  > nav {
	text-align: center;
}
.navcenter {
	text-align: center;
	margin-bottom: 5%;
}
.news03pic > img {
	width: 100%;
}
.newspic {
	margin: 2% 0;
}
.newspic > img {
	width: 100%;
}
.newspic > p {
	margin: 3% 0;
	font-size: 15px;
}
.newsimglist > nav {
	text-align: center;
}
.newscontentitle {
	border-bottom: 1px solid rgba(102, 102, 101, .4);
    color: rgb(102, 102, 101);
    margin-bottom: 5%;
    padding-bottom: 2%;
    cursor: pointer;
    position: relative;	
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.newscontentitle > h3 {
    display: inline-block;
    margin: 0% 1%;
    width: 60%;
    vertical-align: middle;
    line-height: 1.5;
}
.activity {
    color: white;
    background-color: rgba(65, 117, 60, 1);
    padding: 10px;
    border-radius: 5px;
    align-self: flex-start;

}
.time {
	align-self: flex-end;
	display: block;
}
.mobtime {
	display: none;
}
.newscontentbtngroup {
	text-align: center;
    margin: 2% 0;
}
.newscontentbtn {
	color: white;
	background-color: rgba(65, 117, 60, 1);
	padding: 10px;
	border-radius: 5px;	
}
.newscontentbtn:hover {
    color: white;
    background-color: rgba(65, 117, 60, 0.5);
}
.login {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: 0;
    background-image: url(../img/back_icon2.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right bottom;
}
.totallist {
	text-align: center;
	margin: 3% 0;
}
.totallist > div {
	padding: 0;
}
.totallistleft > p {
    border-bottom: 3px solid white;
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;
    border-right: 3px solid white;	
}
.totallistleft > a > p {
    border-bottom: 3px solid white;
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;
    border-right: 3px solid white;	
}
.totallistright > p {
	border-bottom: 3px solid white;
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;	
}
.totallistright > a > p {
	border-bottom: 3px solid white;
    margin-bottom: 0;
    padding: 10px 0% 10px 5%;	
}
.totallistright > a:hover {
	color: white;
	text-decoration-line: none;	
}
.totallisttitle {
	color: rgb(65, 117, 60);
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 10px;
	border-bottom: 3px solid white;
}
.totallistcontent > p {
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(65, 117, 60, .10);
	color: rgb(102, 102, 101);
	font-size: 16px;
}
.totallistcontent > a > p {
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(65, 117, 60, .10);
	color: rgb(102, 102, 101);
	font-size: 16px;
}
.circle {
    padding-bottom: 20%;
    margin-bottom: 0;
    background-image: url(../img/back_icon2.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right bottom;	
}
.tree {
    padding-bottom: 20%;
    margin-bottom: 0;
    background-image: url(../img/treetwins.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right bottom;	
}
.nobgicon {
    background-size: 20%;
}
.pm {
	margin-bottom: 10%;
}
.glancetip {
	color: white;
	padding: 5px;
	background-color: rgba(65, 117, 60, 1);;	
}
.glancetipprice {
	color: white;
	padding: 5px;
	background-color: rgba(65, 117, 60, .8);;	
}
.plist {
	line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5em;
    position: relative;
}
.news03titletip {
	right: 0;
    position: absolute;
    bottom: 45px;
    bottom: 5px\0/;
    margin: 3% 0 1% 0;
}
@media screen and (max-width: 992px) {
	.news03titletip {
	    right: 0;
	    position: relative;
	    bottom: 0;
	}	
}
.news03titletip > div {
	display: -webkit-inline-box;
	display: inline-flex;
}
@media screen and (max-width: 414px) {
	.newstitle > img, .news03title > img {
	    width: 5%;
	    position: absolute;
	}
	.newstitle > h3, .news03title > h3 {
	    margin: 2% 0 2% 5%;
	    white-space: nowrap;
	}
}
.companylist > p {
	color: rgb(117, 116, 116);
	font-size: 15px;
}
.treelist {
	margin-top: 3%;
    margin-bottom: 1%;	
}
.treelisttitle {
	border-bottom: 1px solid rgba(102, 102, 101, .4);
    color: rgb(102, 102, 101);
    margin-bottom: 2%;
    padding-bottom: 1%;
    position: relative;	
}
.treelisttitle > img {
    width: 4%;
    display: inline-block;
    vertical-align: bottom;
}
.treelisttitle > h3 {
    display: inline-block;
    margin: 2% 2% 0% 1%;
}
.textpasscolor{
	background-color: rgba(115, 115, 115, .1) !important;
	pointer-events: none;
}
.datepasscolor{
	background-color: rgba(115, 115, 115, .4) !important;
	pointer-events: none;
	color: white !important;
}
.twinsinput {
	display: -webkit-box;
	margin-top: 5%;
	margin-bottom: 1%;	
}
.twinsinput > .input-group > .formbig {
	height: 40px;
}
.twinsbtn {
	background-color: rgb(65, 117, 60);
    color: white;
    margin: 0 1%;
    display: -webkit-box;	
    padding-top: 2.5%;
    height: 40px;
    margin-top: 2%\0/;
}
.twinsbtn:hover {
	background-color: rgba(65, 117, 60, .9);
	color: white;	
}
@media screen and (max-width: 767px) {
	
	.twinsinput {
	    display: inherit;
	}
	.twinsinput > .input-group {
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.twinsbtn {
		position: relative;
   		display: block;   		
   		margin: 1% 1%;
	}	
}
.lihover {
    color: white !important;
    background-color: rgb(65, 117, 60) !important;
}
.lihover > a {
	color: white;
}
.list1:hover,.list2:hover,.list3:hover,.list4:hover,.list5:hover,.list6:hover,.list7:hover,.list8:hover,.list9:hover,.list10:hover {
    color: white !important;
    background-color: rgb(65, 117, 60) !important;
}
.footermt {
	margin-top: 5%;
}

@media screen and (max-width: 767px) {
	.time,.activity {
		display: none;
	}
	.mobtime {
		display: flex;
	}	
	.mobtime > .activity ,.mobtime > .time {
		display: block;
		margin-right: 5%;
	}
	.newscontentitle {
		flex-direction: column;
		align-items: inherit;
	}
	.newscontentitle > h3 {
		width: 100%;
	}
	.textlines {
		display: none;
	}
	.index-carousel {
		height: 300px;
		margin-top: 1em;
	}
	.index-carousel-inner > .item:nth-child(1) {
		background-image: url(../img/Banner.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px;
	}
	.index-carousel-inner > .item:nth-child(2) {
		background-image: url(../img/Banner.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px;
	}
	.index-carousel-inner > .item:nth-child(3) {
		background-image: url(../img/Banner.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px;
	}
	.item > img {
		min-height: 350px;
	}
	.index-carouselleft {
		text-align: left;
	}
	.index-carouselright {
		text-align: right;
	}
	.index-carousel-control > .arr {
	    margin-top: 150px;
	    font-size: 50px;
	}
	.index-carousel-inner > .item > .container > .carousel-caption > p {
		font-size: 30px;
	    margin-top: -150px;
	    white-space: nowrap;
	    font-weight: bold;
	}	
	.navbar-collapse {
		height: 100vh;
	}
	.navbar-nav > li {
		background-color: rgb(170, 170, 170);
   		border-bottom: 2px solid #ffffff;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: white;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #777),to(rgba(54, 54, 54, 0.38)));
	    background-image: linear-gradient(to bottom,#777 0,rgba(54, 54, 54, 0.38) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='rgba(54, 54, 54, 0.38)', GradientType=0);
	    background-repeat: repeat-x;
	    -webkit-box-shadow: inset 0 3px 9px #777;
	    box-shadow: inset 0 3px 9px #777;
	    color: white;
	}
	.navbar-nav .open .dropdown-menu>li>a {
    	line-height: 35px;
	}
	.navbar-nav>li>a {
	    color: white !important;
	    padding: 20px 10px;
	    font-size: 17px;
	}
	.greenbgtree {
	    margin-top: 5%;
	}
	.news {
	    margin-top: 2%;
	}
	.indexnews {
	    margin-bottom: 2%;
	}	
	.indexthenewstb {
		margin: 5% 0;
	}
	.searchh1 {
		font-size: 23px;
	}
	.productsearch {
	    padding-top: 2%;
	    padding-bottom: 30px;
	}
	.treenone {
		display: none !important;
	}
	.glancetip {
	    font-size: 10px;
	    padding: 8px 5px;
	}
	.unitnone {
		display: none !important;
	}
}


.newslist > ul > li::before {
	content: "\2022";
	color: green;
	font-weight:bold;
	display:inline-block;
	width:1em;
	margin-left:-1em;
}