@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}

header{
	margin-bottom: 7px;
}

.headerLeft{
	width: 236px;
	background: #9dd195;
	overflow: hidden;
	color: #43733e;	
	text-align: center;
	line-height: 20px;
	height: 150px;
	padding: 25px 0 0;
	font-size: 18px;
	float: left;
}

.headerLeft:hover{
	color:#43733e;
}

.headerLeft img{
	padding-bottom: 5px;
	border-bottom: 1px solid #89b484;
	margin-bottom: 7px;
}

.headerLeft span.logoL{
	letter-spacing: 10px;
	font-size: 18px;
}

.headerLeft span.logoR{
	font-size: 14px;
	letter-spacing: 0;
}

.headerRight{
	width:calc(100% - 260px);
	margin-left: 24px;
	height: 150px;
	float: left;
	position: relative;
}

.navAbove{
	position: relative;
	display: block;
	height: 113px;
}

.serviceGif{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 1px;
	width: calc(100% - 160px);
	float: left;
}

.serviceInfo{
	width: 160px;
	float: right;
	margin-top: 40px;
}

.serviceInfo ul{
	font-size: 16.5px;
	line-height: 22px;
	color: #d90b13;
	letter-spacing: 0.5px;
	margin-top: 6px;
}

.serviceGif img{
    float: left;
}

.serviceGif .service{
	font-size: 23px;
	color:#8d8d8d;
	line-height: 23px;
	margin-bottom: 3px;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

.serviceInfo ul li:first-child img{
	vertical-align: bottom;
}

@media (max-width:991px){
	header {
		margin-bottom: 0;
	}
	
	.headerLeft{
		width: 100%;
		height: 85px;
		padding: 8px 0 0;
		font-size: 16px;
		line-height: 18px;
	}
	
	.headerLeft span.logoL{
		letter-spacing: 10px;
		font-size: 16px;
	}
	
	.headerLeft span.logoR{
		display: none;
	}
	
	.headerLeft img{
		max-width: 150px;
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	
	.headerRight{
		width:100%;
		margin-left: 0;
		height: auto;
		padding: 5px 0;
	}
	
	.serviceGif{
		display: inline-block;
		position: static;
		left: 0;
		bottom: 5px;
		width: 100%;
		float: none;
	}	
	
	.serviceGif img{
		margin: 0 auto;
	}
	
	.serviceInfo{
		width: 100%;
		text-align: center;
	}
	
	.serviceInfo ul li{
		display: inline-block;
		margin: 0 5px;
	}
	
	.serviceInfo{
		float: none;
	}
	
	.navAbove {
		height: auto;
		margin-bottom: 5px;
	}
}

@media (max-width:580px){
	.serviceInfo ul {
    	font-size: 16px;
	}
	
	.serviceInfo ul{
		margin-top: 8px;
	}
}

@media (max-width:460px){
    .serviceGif .service{
        margin-right: 36%;
        margin-top: 10px;
    }
}

/*************************************/
/*             navigation            */
/*************************************/
nav{
	position: absolute;
	bottom: -3px;
	width: 100%;
}

.nav-set{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afd195+1,02983e+100 */
	background: #afd195; /* Old browsers */
	background: -moz-linear-gradient(left, #afd195 1%, #02983e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #afd195 1%,#02983e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #afd195 1%,#02983e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afd195', endColorstr='#02983e',GradientType=1 ); /* IE6-9 */
}

nav ul{
	padding: 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

nav ul li{
	margin: 0px auto;
    padding: 0;
	display: inline-block;
	text-decoration: none;
	color:#efefef;
	font-size:18px;
	letter-spacing:0.05rem;
	width: 16.2%;
	font-weight: 600;
	border-right: 2px solid #fff;
}

nav ul li a:hover,
nav ul li.nav-active a{
	color: #e8ff83;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

nav ul li a:focus{
	color:#fff;
}

nav ul li:last-child{
	border-right:none;
}

nav ul li a{	
    display: block;
	color:#fff;
	font-weight: 600;
	padding: 6px 0;
}

p.menu{
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
	margin-right: 5px;
}

.menu_icon div {
	background-color: white;
	border-radius: 2px;
	width: 25px;
	height: 3px;
	margin: 5px;
}

.menu_icon{
	float: right;
	margin-top: -2px;
}

.banner-set{
	position:relative;
}

.handle {
	width: 100%;
	background: #4a950e;
	box-sizing: border-box;
	padding: 5px 15px;
	cursor: pointer;
	color: white;
	display: none;
	text-align: right;
}

@media (max-width:991px){
	nav {
    	position: static;
	}
}

@media (max-width:767px){	
	nav ul li{
		margin-left: 0;
		padding: 3px 2.5% 3px;
		width:100%;
		border-right:none;
		border-bottom: 1px dotted rgba(255,255,255,0.5);
		color:#fff;
		font-size:17px;
		line-height:35px;
	}	
	
	nav ul li:hover{
		background:rgba(40,40,40,0.2);	
		border-bottom: 1px dotted rgba(255,255,255,0.5);
	}
	
	nav ul li.nav-active a{
		border-bottom: 1px dotted rgba(255,255,255,0.5);
	}

	nav ul{
		max-height: 0px;
		box-shadow:none;
		margin-bottom:0;
		border-radius:0;
	}

	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}

	.handle{
		display: inline-block;
		width: 50px;
		position: absolute;
		top: -50px;
		right: 0;
		background: transparent;
	}

	.nav-set{
		position:inherit;
		top:auto;
	}
	
	.showing {
		max-height: 26em;
	}
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	width: 236px;
	float: left;
}

.sideBar p{
	color:#95aa14;
	font-size:30px;
	width:100%;
	font-weight:500;
	font-family: 'Hind', sans-serif;
	display: none;
}

.sidBtn{
	color:fff;
	padding:0 2px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
	position: relative;
	top: 0;
}

@media (max-width:1200px){
	.sideBar p{
		font-size: 25px;
	}
}

@media (max-width:991px){
	.sidBtn{
		display:block;
	}

	#sub ul.mainUl{
		display:none;
	}

	.sideBar p{
		border-bottom: none;
		margin-top: 0;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
		text-align: left;
		background: #1a6b1a;
		padding: 7px 10px 6px;
		font-size: 18px;
		color: #fff;
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	}

	.aside-open{
		display:block !important;
	}
	
	.sideBar p{
		display: block;
	}
}





#sub,
#sub ul.mainUl,
#sub ul.mainUl li,
#sub ul.mainUl li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sub>ul.mainUl>li{
	margin-bottom: 2px;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul.mainUl ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul.mainUl > li > a {
	padding: 0 10px 0 60px;
	cursor: pointer;
	z-index: 2;
	font-size: 23px;
	text-decoration: none;
	color: #fff;
	background:transparent;
	background:url(../tw_img/other/aside_icon.png) center left 25px no-repeat;
	height: 95px;
	line-height: 95px;
	letter-spacing: 5px;
}

#sub > ul.mainUl > li.open > a {
	color: #fff;
	background:url(../tw_img/other/icon_open.png) center left 25px no-repeat, #a8bf1e;
}

#sub > ul.mainUl > li.active2 > a+ul{
	display: block;
}

#sub > ul.mainUl > li:nth-child(1){
	background: #00a976;
	border:1px solid #00a976;
}

#sub > ul.mainUl > li:nth-child(2){
	background: #00915b;
	border:1px solid #00915b;
}

#sub > ul.mainUl > li:nth-child(3){
	background: #006e3c;
	border:1px solid #006e3c;
}

#sub > ul.mainUl > li:nth-child(4){
	background: #00542b;
	border:1px solid #00542b;
}

#sub > ul.mainUl > li:nth-child(5){
	background: #003d1f;
	border:1px solid #003d1f;
}


#sub ul.mainUl ul li a {
	cursor: pointer;
	padding: 8px 10px 8px 47px;
	z-index: 1;
	text-decoration: none;
	font-size: 16px;
	color:#000;
	line-height:20px;
	font-weight: 500;
}

#sub>ul.mainUl>li>ul{
	border-top:1px solid #fff;
}

#sub>ul.mainUl>li>ul>li{
	margin-top:0;
	border-bottom: 1px solid #00552b;
	background: #9ad096;
}

#sub > ul.mainUl > li > ul > li:last-child {
    border-bottom: none;
}

#sub ul.mainUl ul li:hover > a,
#sub ul.mainUl ul li.open > a,
#sub ul.mainUl ul li.active2 > a {
	color: #fff;
	background: #7ebe67;
}

#sub ul.mainUl ul li:first-child > a {
	box-shadow: none;
}

#sub ul.mainUl ul ul li:first-child > a {
}

#sub ul.mainUl ul ul li a {
	padding-left: 25px;
	background: #fff;
	font-size: 15px;
}

#sub ul.mainUl ul ul li a:hover{
	background:#f1f1f1;
}

#sub > ul.mainUl > li > ul > li:last-child > a,
#sub > ul.mainUl > li > ul > li.last > a {
	border-bottom: 0;
}

#sub > ul.mainUl > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

@media (max-width:991px){
	aside{
		width: 100%;
	}
	
	#sub {
		width: 100%;
		display:none;
	}
	
	#sub > ul.mainUl > li > a {
		padding: 0 10px 0 60px;
		font-size: 21px;
		height: 50px;
		line-height: 50px;
		letter-spacing: 1px;
	}
}



#sub > ul.subUl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f286+0,f36333+100 */
	background: #f7f286; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f286 0%, #f36333 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7f286 0%,#f36333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7f286 0%,#f36333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f286', endColorstr='#f36333',GradientType=0 ); /* IE6-9 */
}

#sub > ul.subUl > li > a {
    padding: 12px 12px 12px 60px;
    z-index: 2;
    font-size: 17px;
	line-height: 20px;
    text-decoration: none;
    color: #000;
    background: transparent;
    background: url(../tw_img/other/aside_icon2.png) center left 28px no-repeat;
	display: block;
}

#sub > ul.subUl > li{
	border-bottom: 1px solid #fff;
}


/*************************************/
/*                share              */
/*************************************/
.share{
	margin-top: 7px;
	overflow: hidden;
}

.share .shareTitle{
	background: url(../tw_img/other/aside_pen.jpg) right center no-repeat, #282828;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	padding-left: 20px;
	letter-spacing: 3px;
}

.share .shareContent{
	padding: 7px 7px 22px;
	background: #e0e0e0;
}

.share .shareContent .shareInfo{
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.share .shareContent .shareInfo .infoContent{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 21px;
	color:#00ab77;
	width:50%;	
}

.share .shareContent .shareInfo .infoContent span{
	font-size: #00ab77;
	font-size:18px;
	line-height: 30px;
}

.share .shareContent .infoText{
	font-size: 17px;
	color:#4d4d4d;
	line-height: 25px;
}

.share .shareContent .infoText a{
	font-size: 12px;
	color:#969696;
}

@media (max-width:991px){
	.share .shareContent{		
		overflow: hidden;
		padding: 7px 10px;
	}
	
	.share .shareContent .shareInfo{
		width:45%;
		margin-right:3%;
		float: left;
	}
	
	.share .shareContent .infoText{
		width:52%;
		float: left;
		margin-top: 5px;
	}
}

@media (max-width:480px){	
	.share .shareContent .shareInfo{
		width:52%;
		margin-right:3%;
		float: left;
	}
	
	.share .shareContent .infoText{
		width:45%;
		float: left;
	}
}

/*************************************/
/*                index              */
/*************************************/

.subContentRight {
    width: calc(100% - 260px);
    margin-left: 24px;
    float: left;
}

.indexContentLeft{
	width: 66.4%;
	float: left;
	margin-right: 1.75%;
	margin-top: 7px;
	padding: 0 28px 40px;
	border:2px solid #00aa77;
	overflow: hidden;
	position: relative;
}

.indexContentRight{
	width: 31.85%;
	float: left;
	margin-top: 7px;
}

.startValuation{
	width: 152px;
	height: 30px;
	line-height: 28px;
	color:#fff;
	background: #00aa77;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.startValuation span{
	letter-spacing: 4px;
}

.valuation{
	position: absolute;
	top:8px;
	right: 10px;
	font-size: 16px;
	letter-spacing: 2px;
	color:#000;
	border-bottom: 1px solid #000;
	line-height: 18px;
}

.valuation:hover{
	color:#000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.indexContentRight img,
.indexContentRight .embed-responsive{
	margin-bottom: 7px;
}

.rightAside{
	border:2px solid #00aa77;
	padding: 10px 6px 25px;
	overflow: hidden;
	font-size: 17px;
	color:#616161;
}

.rightAside h5{
	color:#00a976;
	line-height: 20px;
	font-size: 17px;
}

.rightAsideContent{
	padding: 5px 15px;
}

.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    border-radius: 4px;
	top:1px;
}

.rightAsideContent .checkbox label::before{
	top:4px;
}

.rightAsideContent .checkbox label::after{
	top:4px;
	font-size: 12px;
}

.rightAsideContent p{
	text-align: center;
	margin-top: 13px;
}

.rightAsideContent .submitBtn button{
	background:url(../tw_img/index/index_btn.png);
	width: 69px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	border: none;
}

.rightAsideContent .submitBtn{
	text-align: center;
	margin-top: 5px;
}

.indexContentLeft>form>ul{
	margin-top: 15px;
}

.indexContentLeft>form>ul>li{
	font-size: 20px;
	color:#00a976;
	font-weight: bold;
	padding: 25px 15px 30px 35px;
	border-bottom: 1px dashed #00aa77;
}

.indexContentLeft>form>ul>li:nth-child(1){
	background: url(../tw_img/index/index_num_1.png) top 29px left no-repeat;
}

.indexContentLeft>form>ul>li:nth-child(2){
	background: url(../tw_img/index/index_num_2.png) top 29px left no-repeat;
}

.indexContentLeft>form>ul>li:nth-child(3){
	background: url(../tw_img/index/index_num_3.png) top 28px left no-repeat;
}

.indexContentLeft>form>ul>li:nth-child(4){
	background: url(../tw_img/index/index_num_4.png) top 33px left no-repeat;
}

.indexContentLeft>form>ul>li>ul>li{
	margin-top: 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	background: url(../tw_img/other/icon_00.png) top 5px left no-repeat;
	padding-left: 22px;
}

.indexContentLeft>form>ul>li:first-child>ul>li{
	background: url(../tw_img/other/icon_00.png) top 12px left no-repeat;
}

.indexContentLeft>form>ul>li>ul>li input{
	height: 28px;
	position: relative;
	top: 1px;
	margin-right: 3px;
	border:1px solid #ccc;
}

.indexContentLeft > form > ul > li > ul > li input.choose {
    width: 150px;
}

.indexContentLeft .radio{
	display: inline-block;
	margin: 0 10px 0 0;
}

.indexContentLeft .radio label::before{
	top:6px;
}

.indexContentLeft .radio label::after{
	top:9px;
}

.indexContentLeft .submitBtn button{
	background:url(../tw_img/index/index_btn.png);
	width: 69px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	border: none;
}

.indexContentLeft .submitBtn{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.indexContentLeft form p{
	text-align: center;
	font-size: 15px;
	color:#616161;
}

.indexContentLeft form p a{
	text-decoration: underline;
}



@media (max-width:1200px){
	.rightAsideContent {
		padding: 5px 5px;
	}
}

@media (max-width:991px){
	.subContentRight {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	.indexContentRight img, 
	.indexContentRight .embed-responsive {
		margin-bottom: 7px;
	}
}

@media (max-width:767px){
	.indexContent {
		padding: 0 15px;
		overflow: hidden;
	}
}

@media (max-width:700px){
	.indexContentLeft > form > ul > li > ul {
		margin-left: -32px;
	}
}

@media (max-width:680px){
	.indexContentLeft{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 7px;
		padding: 0 28px 20px;
	}

	.indexContentRight{
		width: 100%;
		float: none;
		margin-top: 7px;
	}
	
	.indexContentRight img, 
	.indexContentRight .embed-responsive{
		width: 33.333333%;
		float: left;
	}
	
	.embed-responsive-16by9 {
		padding-bottom: 17.6%;
	}
}

@media (max-width:480px){
	.indexContentLeft{
		border: 1px solid #00aa77;
	}
	
	.indexContent {
		padding: 0;
	}
	
	.indexContentRight .asideImg1{
		display: block;
		widows: 100%;
		background: #00aa76;
	}
	
	.indexContentRight .asideImg2{
		display: block;
		width: 100%;
		background: #8dc027;
	}
	
	.indexContentRight img, 
	.indexContentRight .embed-responsive{
		width: auto;
		float: none;
	}
	
	.embed-responsive-16by9 {
		padding-bottom: 56.25%;
	}
	
	.indexContentLeft {
		padding: 0 15px 20px;
	}
	
	.indexContentLeft>form>ul>li>ul{
		margin-left: -32px;
	}
	
	.rightAside {
    	border: 1px solid #00aa77;
		margin-bottom: 5px;
	}
}

@media (max-width:420px){
	.indexContentLeft > form > ul > li:nth-child(2) input,
	.indexContentLeft > form > ul > li > ul > li input.choose{
		width: calc(100% - 70px);
	}
	
	.indexContentLeft > form > ul > li > ul > li>span {
		display: block;
	}
	
	.indexContentLeft > form > ul > li > ul > li>span.chooseBtn {
		display: inline-block;
		float:right;
		margin-top: 1px;
	}
}

@media (max-width:380px){
	.indexContentLeft > form > ul > li:first-child > ul > li {
		background: url(../tw_img/other/icon_00.png) top 5px left no-repeat;
	}
	
	.indexContentLeft .radio{
		display: block;
	}
	
	.indexContentLeft > form > ul > li {
		padding: 25px 15px 25px 35px;
	}
}


/*************************************/
/*             index select          */
/*************************************/

/*.indexContentLeft span.addRt{
	position: absolute;
	top: 21px;
	right: 240px;
	width: 100px;
}*/

.indexContentLeft .addRt {
    position: relative;
    top: 7px;
}

.indexContentLeft select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border:1px solid #ccc;
}
/* Custom Select */
.indexContentLeft .select {
	position: relative;
	display: inline-block;
	/*width: 175px;*/
	height: 28px;
	background: #fff;
	overflow: hidden;
	font-size:17px;
	line-height: 26px;
}
.indexContentLeft select {
	/*width: 175px;*/
	height: 100%;
	margin: 0;
	padding: 0 22px 0 10px;
	color: #3b3b3b;
	cursor: pointer;
}
.indexContentLeft select::-ms-expand {
	display: none;
}
/* Arrow */
.indexContentLeft .select::after {
	content: '\25BC';
	position: absolute;
	top: -4px;
	right: 0px;
	bottom: 0;
	padding: 5px;
	pointer-events: none;
	font-size: 16px;
}
/* Transition */
.indexContentLeft .select:hover::after {
	color: #3b3b3b;
}
.indexContentLeft .select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	color:#3b3b3b;
}




.indexContentLeft>form>ul>li:nth-child(4) .select,
.indexContentLeft>form>ul>li:nth-child(4) select{
	font-weight: 500;
	width: auto;
}

.indexContentLeft>form>ul>li:nth-child(1) .select,
.indexContentLeft>form>ul>li:nth-child(1) select{
	font-weight: 500;
	width: 175px;
}

@media (max-width:380px){
	.indexContentLeft>form>ul>li:nth-child(4) .select,
	.indexContentLeft>form>ul>li:nth-child(4) select,
	.indexContentLeft>form>ul>li:nth-child(1) .select,
	.indexContentLeft>form>ul>li:nth-child(1) select{
		width: 100%;
	}
}



/*************************************/
/*             index modal           */
/*************************************/

.modal-content{
	border-radius: 0;
}

.modal-header .modal-title,
.modal-header .modal-title{
	font-size: 20px;
	color:#26ae0c;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.modal-header .sub-title,
.modal-header .sub-title{
	font-size: 16px;
	color:#858585;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

.modal-header,
.modal-header{
    padding: 30px 25px 0;
	border-bottom: none;
}

.modal-body,
.modal-body{
	padding:20px 25px;
}

.modal-body .form-group,
.modal-body .form-group{
	margin-bottom: 20px;
}

.modal-body .form-group .form-control,
.modal-body .form-group .form-control{
	border-radius: 0;
	border:1px solid #eeeeee;
	background: #faf4e1;
	color:#555;
	box-shadow: none;
	height:45px;
	line-height: 45px;
	font-size: 17px;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 30px;
}

.modal-footer,
.modal-footer{
    border-top: none;
}

.modal-footer a,
.modal-footer a{
	font-size: 16px;
	color:#000;
	text-decoration: underline;
}

.modal-footer a:hover,
.modal-footer a:hover{
	color:#000;
}

.modal-footer,
.modal-footer{
	padding:20px 25px;
}



.modal-dialog {
	margin: 150px auto;
}


@media (max-width:680px){
	.modal-dialog {
		margin: 70px auto;
	}
}

@media (max-width:480px){
	.modal-dialog {
		margin: 35px auto;
	}
}



.chooseBtn a{
    display: inline-block;    
    height: 28px;
    border: 1px solid #c5c5c5;
    padding: 4px 5px;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    text-align: center;
    background: url(../tw_img/other/proBtn.jpg) repeat-x;
    margin-right: 6px;
}

.chooseContent {
    border: 1px solid #0B9C35;
    overflow-y: scroll;
    height: 400px;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.chooseInfo{
	background: #dbdbdb;
	padding: 5px 15px;
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
}

.chooseList img.mr0-auto{
	margin-top: 15px;
	margin-bottom: 15px;
}

.chooseInfo>div:first-child{
	width:55px;
	float: left;
}

.chooseInfo>div:last-child{
	width:calc(100% - 55px);
	text-align: center;
}

.chooseInfo input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.chooseInfo .chooseIcon{
	margin-right: 3px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.chooseList.chooseList2{
	width: 50%;
	float: left;
}

.chooseList.chooseList2:nth-child(odd){
	border-right: 1px solid #c5c5c5;
}

@media (max-width:580px){
	.chooseList.chooseList2{
		width: 100%;
		float: none;
	}
	
	.chooseList.chooseList2:nth-child(odd){
		border-right: none;
	}
}

@media (max-width:480px){
	#smallModal2 .chooseInfo {
		padding: 5px;
	}
}



/*************************************/
/*               footer              */
/*************************************/
footer{
	background: #00a36d;
	overflow:hidden;
	font-size: 16px;
	color:#00542b;
	margin-top: 10px;
}

footer .ComName{
    margin-top: 18px;
}

footer p.footerComName{
	font-weight: bold;
	padding: 12px  20px 8px 0px;
	text-align: right;
}

footer p.footerComName2{
	font-weight: bold;
	padding: 12px  20px 0px 0px;
	text-align: right;
}

footer p.footerComName3{
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
}

footer .footerLogo{
	background: #007850;
	margin: 0 auto;
	padding: 65px 10px;
	overflow:hidden;
}

footer .footerInfo{
	padding: 20px 0;
}

footer .footerInfo>ul>li{
	font-size: 15px;
	color:#fff;
	line-height: 22px;
}

footer .footerInfo>ul>li>span>ul>li{
	display: inline-block;
}

footer .footerInfo>ul>li a{
	color:#fff22a;
}

footer .footerInfo>ul>li a.cell{
	width:50px;
}

@media (max-width:1200px){
	footer .footerLogo{
		padding: 88px 10px;
	}
	
	footer p.footerComName {
		padding: 15px 20px;
	}
}

@media (max-width:991px){
	footer .footerLogo{
		padding: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	}
	
	footer .footerLogo img{
		margin: 0 auto;
		max-width: 120px;
	}
	
	footer p.footerComName{
		/*display: none;*/
        padding-bottom: 0px;
	}

	footer p.footerComName2{
		display: block;
        padding-top: 0px;
	}
	
	footer .footerInfo {
		padding: 10px 15px;
	}
	
	footer .footerInfo>ul>li:first-child{
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		font-size: 16px;
		letter-spacing: -0.3px;
	}
	
	footer .ComName{
		display: none;
	}
}

@media (max-width:480px){
	footer {
		margin-top: 2px;
	}
	
	footer .footerInfo>ul>li{
		text-align: center;
	}
	
	footer .footerInfo>ul>li a.cell{
		width:100%;
		display: block;
		font-weight: bold;
		font-size: 17px;
	}	
	
	footer .footerInfo>ul>li span.cell{
		display: block;
	}
}

/*************************************/
/*              product              */
/*************************************/

.proContent{
	padding: 15px 7%;
}

.proView .pro_box {
    width: 30.9%;
    margin: 0 1% 20px; 
    display: inline-table; 	
	background:#fff;
	vertical-align: top;
	border: 2px solid #e38b66;
	padding-top: 10px;
}

.proView figure{
	position:relative;
}

.proView .pro_box>a>figure>img{
	width:100%;
}

.proView .pro_box h5 {
    font-size: 18px;
	color:#e38b66;
	font-weight: bold;
	padding: 2px 5px;
}

.proView .pro_box h5 img{
	margin-left: 5px;
}

.proView .pro_box p {
    font-size: 17px;
    line-height: 20px;
    padding: 3px 5px;
    transition: all 0.5s ease-in-out;
    word-break: break-all;
    word-wrap: break-word;
	color:#fff;
	background: #e38b66;
	letter-spacing: -0.2px;
}


@media (max-width:991px){
	.pro-content{
		margin-top: 35px;
	}
}

@media (max-width:767px){
	.pro-content{
		margin-top: 25px;
		padding: 15px;
	}
	
	.proView .pro_box {
    	width: 30.7%;
	}
}

@media (max-width:580px){	
	.proView .pro_box {
		width: 47.2%;
		margin: 0 1% 20px;
	}
	
	.pro-content{
		margin-top: 20px;
	}
}

@media (max-width:480px){
	.proContent{
		padding: 15px 10px;
	}
}


/*************************************/
/*                page               */
/*************************************/

.page{
	font-size:14px;
	color:#616161;
	text-align:center;
	margin-top:10px;
}

.page ul{
	list-style-type:none;
	padding-left:0;
}

.page ul li{
	display:inline-block;
}

.page ul li a{
	color:#616161;
	display:inline-block;
	padding:0 8px;
	margin-bottom:10px;
}

.page ul li.active2 a,
.page ul li a:hover{
	color:#df0b00;
}

.page ul li.active2 a{
	text-decoration:underline;
}

/*************************************/
/*           product list            */
/*************************************/

.proContent2 {
    padding: 15px 4%;
}

.proListSub {
    padding-left: 20px;
}

.proList .pro_box {
    width: 47.5%;
    margin: 20px 1%; 
    display: inline-table;
	vertical-align: top;
}

.proList figure{
	position:relative;
}

.proList .pro_box h5{
	background: url(../tw_img/other/icon_00.png) top 3px left no-repeat;
	font-size: 19px;
	font-weight: bold;
	color:#000;
	padding-left: 22px;
	margin-bottom: 10px;
}

.proListSub p{
	background: #f2c576;
	font-size: 18px;
	color:#000;
	padding: 13px 0;
	text-align: center;
	line-height: 25px;
	margin-bottom: 2px;
}

.proListSub>span{
	display: table;
	width: 100%;
}

.proListSub>span>a{
	width: 50%;
	display: table-cell;
	background: #8e8f93;
	font-size: 17px;
	color:#fff;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}

.proListSub>span>a:first-child{
	border-right: 1px solid #fff;
}

.proListSub>span>a:last-child{
	border-left: 1px solid #fff;
}

.proListSub>span>a img{
	vertical-align: middle;
	margin-right: 3px;
}

@media (max-width:1200px){
	.proListSub {
		padding-left: 0;
	}
	
	.proListSub>span>a img{
		max-width: 20px;
	}
	
	.proListSub>span>a{
		font-size: 16px;
	}
}

@media (max-width:991px){
	.pro-content2{
		margin-top: 35px;
	}
	
	.proList .pro_box h5{
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.proListSub p {
    	padding: 5px 0;
	}
	
	.proListSub > span > a{
		padding: 3px;
	}
	
	.proListSub {
		padding-left: 20px;
	}
}

@media (max-width:767px){
	.pro-content2{
		margin-top: 25px;
		padding: 15px;
	}
}

@media (max-width:680px){
	.proList .pro_box {
		width: 47.2%;
		margin: 15px 1%;
	}
	
	.proListSub {
		padding-left: 0;
	}
}

@media (max-width:580px){		
	.pro-content2{
		margin-top: 20px;
	}
}

@media (max-width:480px){
	.proContent2{
		padding: 15px 10px;
	}
}

@media (max-width:430px){
	.proList .pro_box {
		width: 98%;
	}
}


/*************************************/
/*          product detail           */
/*************************************/
.proContent3 {
    padding: 15px 7%;
}

.proImg{
	padding: 7px;
	border:1px solid #e5e5e5;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
	margin-top: 30px;
}

.proInfo{
	margin-top: 30px;
}

.proInfo p{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}

.proInfo .cell {
    min-width: 55px;
}

.proBtn {
    margin-top: 12px;
}

.proBtn a{
	display: inline-block;
	width:110px;
	height: 35px;
	border:1px solid #e2e2e2;
	padding: 7px 9px;
	font-size: 16px;
	color:#000;
	line-height: 18px;
	text-align: center;
	background: url(../tw_img/other/proBtn.jpg) repeat-x;
	margin-right: 6px;
}

.proBtn a:first-child{
	background:url(../tw_img/other/icon_06.png) center left no-repeat ,url(../tw_img/other/proBtn.jpg) repeat-x;
	text-align: right;
}

.proBtn a:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.infoBar{
	background: #8f8b8a;
	height: 38px;
	line-height: 38px;
	color:#fff;
	font-size: 21px;
	padding: 0 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}

@media (max-width:1200px){
	.proContent3 {
		padding: 15px 3%;
	}
	
	.proImg,
	.proInfo{
		margin-top: 10px;
	}
}

@media (max-width:620px){
	.col-680-100{
		width: 100%;
	}
}


/*************************************/
/*                look               */
/*************************************/
.lookContent {
    padding: 0 6% 15px;
	font-size: 17px;
	color:#616161;
}

.lookTitle{
	margin-bottom: 50px;
	margin-left: 10px;
}

.lookTitle span{
	display: inline-block;
	width: 95px;
	height: 38px;
	border-left:2px solid #00aa77;
	border-right:2px solid #00aa77;
	border-bottom:2px solid #00aa77;
	font-size:19px;
	font-weight: bold;
	color:#000;
	text-align: center;
	line-height: 36px;
}

.lookTable tbody tr th,
.lookTable tbody tr td{
	font-size: 16px;
	text-align: center;
	padding: 8px 5px;
	border:1px solid #fff;
}

.lookTable tbody tr th{
	background: #656565;
	color:#fff;
	font-weight: 500;
}

.lookTable tbody tr td{
	font-size: 15px;
	background: #F0F0F0;
}

.lookTable tbody tr td span{
	color:#0f8ce3;
}

.lookTable tbody tr td[colspan]{
	text-align: right;
	padding: 8px 10px;
	border-top:2px solid #c2c2c2;
}

.lookTable tbody tr td[colspan].separate{
	background: #333;
	padding: 4px 0;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
}

.lookTable tbody tr td input{
	width:30px;
	border:1px solid #ccc;
}

.lookTable tbody tr td input.lookBtn{
	width:50px;
	font-size: 14px;
	background: #e4e4e4;
	color: #333;
}

.lookTotale {
	margin-top: 20px;
	margin-bottom: 5px;
}

.lookTotale tr td{
	font-size: 16px;
	color:#909090;
}

.lookTotale tr td:first-child{
	width: 110px;
	padding: 10px 0;
}

.lookTotale tr td span{
	color:#0f8ce3;
	display: inline-block;
}

.lookTotale tr td span.mark{
	font-size: 16px;
	color: #f00 !important;
	background: #fff;
	display: inline-block !important;
	width: 15px;
}


.lookContnBtn{
	text-align: right;
	margin-bottom: 25px;
}

.lookContnBtn input{
	height: 26px;
	line-height: 26px;
	color:#fff;
	width:100px;
	font-size: 16px;
	background: url(../tw_img/other/btn.png) top left repeat-x;
	border-radius: 5px;
	border:none;
}

.lookContact {
    padding-bottom: 15px;
    /*border-bottom: 1px dashed #00a976;*/
}

.lookContact .lookTotale tr td span{
	color:#333;
	display: inline-block;
}

.lookContact .lookTotale tr td .choice{
	color:red;
    font-size: 14px;
    margin-left: 10px;
}

.lookContact .radio{
	display: inline-block;
	margin-left: 5px;
}

.lookContact input{
	margin: 5px 0;
	border:1px solid #ccc;
	padding-left: 10px;
}

.lookContact input.postnumber{
	width: 102px;
}

.lookContact input.lookAddInput{
	width: 283px;
}

.lookContact .addRt .select select{
	border:1px solid #ccc;
	height: 28px;
}

.lookContact .addRt {
    position: relative;
    top: 7px;
}

.lookContact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border:1px solid #ccc;
}
/* Custom Select */
.lookContact .select {
	position: relative;
	display: inline-block;
	height: 28px;
	background: #fff;
	overflow: hidden;
	font-size:17px;
	line-height: 26px;
}
.lookContact select {
	margin: 0;
	padding: 0 22px 0 10px;
	color: #3b3b3b;
	cursor: pointer;
}
.indexContentLeft select::-ms-expand {
	display: none;
}

.lookContact .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #3b3b3b;
}

.lookContact .select::after {
    content: '\25BC';
    position: absolute;
    top: -4px;
    right: 0px;
    bottom: 0;
    padding: 5px;
    pointer-events: none;
    font-size: 16px;
}

.lookContactBtn {
	text-align: center;
	margin-bottom: 30px;
}

.lookContactBtn input{
	background: url(../tw_img/other/btn.png) top left repeat-x;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color:#fff;
	padding: 0 15px;
	border-radius: 5px;
	border: none;
	margin-top: 15px;
    margin-right: 15px;
}

.lookContent img{
    width: 100%;
}

.lookContact textarea{
    width: 70%;
    height: 150px; 
    vertical-align: top;
}

@media (max-width:991px){
	.lookContent {
		padding: 0 5% 15px;
	}
}

@media (max-width:580px){
	.lookTable tbody tr td[colspan]{
		text-align: left;
	}
    
     .lookContact input,
	.lookContact input.lookName{
		width: 100%;
	}

    	.lookContact input.lookAddInput{
		width: 100%;
	}
    
    .lookContact textarea{
        width: 100%
    }
}

@media (max-width:480px){
	.lookContent {
		padding: 0 3% 15px;
	}
	
	.lookTotale tr td:first-child{
		width: 95px;
	}
    
    .lookTotale tr td br{
        display: none;
    }
    
   
}


@media (max-width:420px){
	.lookContact .select{
		display: block;
		margin-bottom: 10px;
	}
	
	.lookContact input.lookName{
		width: 130px;
	}
	
	.lookContact input.lookAddInput{
		width: 100%;
	}
	
	.lookContact .lookTotale tr td span{
		display: block;
	}
	
	.lookContact .addRt .select select{
		width:100%;
	}
	
	.lookContact input,
	.lookContact input.lookName{
		width: 100%;
	}
	
	.lookContact input.postnumber {
		width: calc(100% - 68px);
	}
}

@media (max-width:420px){
	
}


/*************************************/
/*                index              */
/*************************************/
.shareList{
	padding-bottom: 25px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #5b5b5b;
}

.shareDetailImg{
	max-width: 185px;
	padding: 5px;
	border: 1px solid #9bcea6;
	margin-bottom: 30px;
	float: left;
}

.shareDetailImg img{
	width: 100%;
	display: inherit;
}

.shareDetailInfo{
	width:calc(100% - 205px);
	float:left;
	margin-left: 20px;
}

.shareDetailInfo h3{
	font-size: 20px;
	color:#00ab77;
	line-height: 28px
}

.shareDetailInfo p{
	font-size: 18px;
	color:#616161;
	line-height: 25px;
}

.shareDetail{
	font-size: 17px;
	color:#63966d;
	line-height: 25px;
	clear: both;
}

@media (max-width:380px){
	.shareDetailImg{
		max-width: 50%;
		padding: 5px;
		border: 1px solid #9bcea6;
		margin-bottom: 30px;
		float: left;
	}

	.shareDetailInfo{
		width:50%;
		float:left;
		margin-left: 0;
		padding-left: 15px;
	}
}



/*************************************/
/*                skill              */
/*************************************/
.proWord.skillWord {
    width: 80%;
    margin: 0 auto;
}

.proWord .table > thead > tr > th, 
.proWord .table > tbody > tr > th, 
.proWord .table > tfoot > tr > th, 
.proWord .table > thead > tr > td, 
.proWord .table > tbody > tr > td, 
.proWord .table > tfoot > tr > td{
	border-top: none;
}

.proWord .table-responsive > .table > tbody > tr > th, 
.proWord .table-responsive > .table > tbody > tr > td{
	white-space:inherit;
}

@media (max-width:991px){
	.proWord.skillWord {
		width: 90%;
	}
}

@media (max-width:767px){
	.proWord.skillWord {
		width: 100%;
	}
	
	.proWord .table-responsive{
		border: none;
		
	}
	
	.proWord .table-responsive table{
		min-width:360px;
	}
}



/*************************************/
/*            performance            */
/*************************************/
.performanceContent{
	padding: 25px 15px;
}

.performTag{
	border:1px solid #86c492;
	height: 27px;
	line-height: 25px;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
}

.performTag ul li{
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	color: #086d37;
}

.performTag ul li:first-child{
	width: 70px;
	background: #86c492;
}

.performList{
	margin-bottom: 25px;
}

.performList ul{
	border: 1px solid #86c492;
	overflow: hidden;
}

.performList ul li{
	display: inline-table;
	width: 24.7%;
	border-right: 1px dashed #86c492;
	text-align: center;
	padding: 0 7px;
	margin-right: -3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.performList ul li:nth-child(4n){
	border-right: none;
}

.performList ul li img{
	vertical-align: middle;
}

.performList ul li img.img-responsive{
	margin: 10px auto 5px;
	border:1px solid #989898;
	width: 100%;
}

.performList ul li p{
	margin-bottom: 5px;
}

@media (max-width:580px){
	.performList ul li{
		width: 24.3%;
	}
}

@media (max-width:480px){
	.performList ul li{
		width: 49.5%;
	}
	
	.performList ul li:nth-child(2n){
		border-right: none;
	}
}



/*************************************/
/*             fancybox              */
/*************************************/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../tw_img/other/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../tw_img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../tw_img/other/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../tw_img/other/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../tw_img/other/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/*************************************/
/*             designer              */
/*************************************/

hr{
    border: 1px solid #00a976;
}

/*************************************/
/*                Q & A              */
/*************************************/
.listItem{
	margin-bottom: 25px;
}

.listItem .cell{
	vertical-align: middle;
}

.listItem span{
	width:40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fe980f;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}

.listItem a{
	font-size: 17px;
	color:#00a976;
	line-height: 20px;
	padding-left: 10px;
}

h3.qaTitle{
	padding: 10px 15px;
	font-size: 17px;
	color:#fff;
	font-weight: bold;
	background: #9ad095;
	line-height: 20px;
}

.proWord.qaWord{
	padding: 10px 3% 20px;
	background: #e5f2e3;
}

.qaBtn {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

.qaBtn a {
    display: inline-block;
    height: 28px;
    border: 1px solid #c5c5c5;
    padding: 4px 10px;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    text-align: center;
    background: url(../tw_img/other/proBtn.jpg) repeat-x;
    margin-right: 6px;
}

.proWord.qaWord ul{
	list-style: initial;
	margin-left: 30px;
}



/*************************************/
/*               abouts              */
/*************************************/
.proWord.aboutWord{
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #408225;
	overflow: hidden;
}

h3.aboutTitle{
	font-size: 19px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 18px;
	background: url(../tw_img/other/about_title_bg.jpg) top left repeat-x;
	color:#fff;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 20px;
}

.proWord.aboutWord img{
	display: inline-block;
}


.proWord.aboutWord iframe {
    width: 100%;
    min-height: 420px;
    height: auto;
	margin: 15px auto;
}

.contacts table.table tbody tr th,
.contacts table.table tbody tr td{
	border:none;
	border-bottom: 1px solid #fff;
}

.contacts table.table tbody tr th{
	background: #00542b;
	font-size: 18px;
	color:#fff;
	text-align: center;
}

.contacts table.table tbody tr td:nth-child(1){
	background: #9ad095;
	text-align: center;
	font-size: 18px;
	color:#fff;
	width: 15%;
}

.contacts table.table tbody tr td:nth-child(2){
	background: #eaeaea;
	font-size: 18px;
	color:#333;
}

.contacts table.table tbody tr:nth-child(2) input,
.contacts table.table tbody tr:nth-child(3) input{
	width: 350px;
}

.contacts table.table tbody tr td textarea{
	width: 100%;
}

.contacts table.table tbody tr td img{
	position: relative;
	top:4px;
	margin-left: 10px;
}

.contacts .contactsBtn{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 25px;
}

.contacts .contactsBtn button {
    background: url(../tw_img/index/index_btn.png);
    width: 69px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    border: none;
}
@media (max-width:580px){
	.contacts table.table tbody tr td:nth-child(1){
		width: 70px;
	}
	
	.contacts table.table tbody tr td:nth-child(2){
		width: calc(100% - 70px);
	}
	
	.contacts table.table tbody tr:nth-child(2) input,
	.contacts table.table tbody tr:nth-child(3) input{
		width: 100%;
	}
}

@media (max-width:380px){
	.contacts table.table tbody tr:nth-child(4) input{
		width: calc(100% - 70px);
	}
}
/*************************************/
/*                other              */
/*************************************/

.title1{
	display: table;
	width: 100%;
}

.titleLeft{
	width: 16.6%;
	border-right: 2px solid #fff;
	background: #85c391;
	height: 54px;
	display: table-cell;
	vertical-align: bottom;
	padding: 2px 5px;
	font-size: 18px;
	color:#fff;
	letter-spacing: 2px;
	text-align: center;
}

.titleLeft img{
	margin-right: 5px;
}

.titleRight{
	width: calc(100%-16.6%);
	background: #e38b66;
	height: 54px;
	display: table-cell;
	vertical-align: bottom;
	padding: 5px 7px;
	font-size: 30px;
	letter-spacing: 4px;
	color:#fff;
	line-height: 30px;
}

.titleRight.titleRight2{
	background: #85c391;
	padding: 5px 10px;
}

.titleRight img{
	margin-right: 10px;
}

.insideContent{
	border:2px solid #00aa77;
	margin-top: 7px;
	overflow: hidden;
}

.otherTitle span{
	display: inline-block;
	width: auto;
	height: 38px;
	border-left:2px solid #00aa77;
	border-right:2px solid #00aa77;
	border-bottom:2px solid #00aa77;
	font-size:19px;
	font-weight: bold;
	color:#000;
	text-align: center;
	line-height: 36px;
	padding: 0 10px;
	margin-bottom: 25px;
}


select { 
	-webkit-appearance: none; /*Chrome*/
	-moz-appearance: none; /*FF*/
	appearance: none;/*CSS3*/
}

select::-ms-expand {
	display: none; /*IE*/
}

.titleRight.titleRight2>ul{
	overflow: hidden;
}

.titleRight.titleRight2>ul>li{
	display: inline-block;
	background: url(../tw_img/other/icon_07.png) top 13px left no-repeat;
	padding-left: 14px;
	margin-right: 10px;
	height: 26px;
}

.titleRight.titleRight2>ul>li>a{
	font-size: 17px;
	color:#fff;
	line-height: 20px;
}

.titleRight.titleRight2>ul>li.qaActive>a{
	color:#d90b13;
}

@media (max-width:1200px){
	.titleLeft {
    	width: 135px;
	}
	
	.titleRight{
		width: calc(100%-135px);
	}
}

@media (max-width:480px){
	.insideContent{
		margin-top: 2px;
		border: 1px solid #00aa77;
	}
}

@media (max-width:390px){
	.titleRight.titleRight2>ul>li{
		background: url(../tw_img/other/icon_07.png) top 14px left no-repeat;
		margin-right: 5px;
	}

	.titleRight.titleRight2>ul>li>a{
		font-size: 16px;
		letter-spacing: 1px;
	}

}

/*----------190620 修改-----------*/
.subAside{
	background: #1a6b1a;
	font-size: 19px;
	text-align: center;
	display: none;
}

.subAside ul li{
	display: inline-block;
}

.subAside ul li a,
.subAside ul li a:hover,
.subAside ul li a:active{
	color:#fff76b;
	padding: 5px 15px 7px;
	display: inline-block;
}

@media (max-width:991px){
	.subAside{
		display: block;
	}
}




.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; 
    color: #909090}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #00a976;
    border-color: #00a976; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #00a976; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #00a976; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #00a976; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }