html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: 'Work Sans', sans-serif;
	color: #494949;
	font-size: 13px;
	line-height: 1.3rem;
	font-style: normal;
  font-weight: 400;
	overflow-x: hidden;
  overflow-y: scroll;
	-webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Of Reset */
/* General styles */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
h1 {
	color: #10CAB7;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -0.1rem;
}
h2 {
	letter-spacing: -0.03rem;
	margin-bottom: 100px;
}
h3 {
	color: #637988;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 15px;
}
h4 {
	color: #2C4755;
	font-size: 14px;;
	font-weight: 800;
	padding-bottom: 5px;
	letter-spacing: -0.03rem;
}
h5 {
	color: #637988;
	padding: 25px 50px;
}
h6 {
	color: #F6F6F6;
	font-size: 110px;
	font-weight: 800;
	/*letter-spacing: -0.3rem;*/
	margin-top: 75px;
}
p {
	color: #2C4755;
	font-size: 12px;
	padding-bottom: 15px;
	/*letter-spacing: -0.03rem;*/
	line-height: 1.3rem;
}
a {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
	}
a:hover {
		color: #10CAB7;
		text-decoration: none;
	}

.com-cnt { text-align:left}	
.com-cnt img {max-width: 100%; height:auto}
.com-cnt strong, .com-cnt b{color: #10CAB7; font-weight:600; font-size:1rem}

/* Navbar */
nav {
	z-index: 9999;
	width: 400px;
	overflow: auto;
	background-color: rgba(44, 71, 85, 0.95);
	height: 100vh;
	position: fixed;
	top: 0px;
	right: -400px;
	overflow-y: hidden; // hide vertical
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-toggle {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 20px;
}
.nav-hide {
	right:0px;
	position: fixed;
	top: 0px;
}
.nav-header {
	width: 100%;
	height: 80px;
    margin-top: -1px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	top: 0px;
	left: 0px;
}
.logo {
	padding-top: 5px;
}
.logo h1 span{ font-size:15px; font-weight:400; letter-spacing:normal}
.inner-btn {
	margin: 30px 0px 25px 50px;
}
nav ul {
	clear:both;
	padding: 0px 0px 25px 50px;
}
nav ul li {
	padding: 5px 0px;
}
.lower-menu li a {
	font-size: 20px;
}
/* Hero */
.hero {
	text-align: center;
	background-image: url(/web/20230718065226im_/http://taiyangnengchongdianqi.com/web/20220202203812im_/http://www.taiyangnengchongdianqi.com/img/mountain.jpg);
	width:100%;
	height: 350px;
	background-size: cover;
}
.hero h1 {
	margin:120px 0px 40px 0px;
}
.square {
  position: relative;
  display: block;
  max-width: 350px;
	height: 250px;
  margin: 0 auto;
	background-color: transparent;
	text-align: center;
	cursor:pointer;
}
.square i {
	font-size: 45px;
	padding: 30px 0px 30px 0px;
	color: #10CAB7;
}
.square h4 {
	padding-bottom: 10px;
}
.square p { padding: 5px 15px;}
.square:hover {
	-webkit-box-shadow: 0px 4px 18px 0px rgba(36,39,46,0.1);
	-moz-box-shadow: 0px 4px 18px 0px rgba(36,39,46,0.1);
	box-shadow: 0px 4px 18px 0px rgba(36,39,46,0.1);
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Services */
.title {
	margin: 0px auto;
	padding:25px 0px 20px;
}
.title p {
	font-size: 17px;
	text-align: center;
	padding-top: 15px;
}
.service-text {
	padding-top: 20px;
}
.service-text i {
	font-size: 40px;
	color: #10CAB7;
	float: left;
}
.service-text h4 {
	float: left;
	padding: 0px 30px;
}
.service-text p {
	float: left; font-size:16px; line-height:1.5rem; color:#666;
	padding: 0px 20px 30px 20px;
}
.shape {
	width: 300px;
	height: 276px;
	background-color: #F0F0F0;
	position: absolute;
	top:-20px;
	right: 40px;
	z-index: -900;
}
.service-img img {
/*	position: absolute;
	top: 30px;
	left: 40px;*/
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	-moz-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
}
.weibolink { text-align:center}
.weibolink img{ margin:0 auto;text-align:center;
    width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	-moz-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);}
/* portfolio */
.portfolio {
	/*background-color: #FAFAFA;*/
	margin-top:20px;
}
.portfolio h6 {
	color: #EBECED;
}
.portfolio-caption {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(36,39,46,0.1);
	-moz-box-shadow: 0px 4px 12px 0px rgba(36,39,46,0.1);
	box-shadow: 0px 4px 12px 0px rgba(36,39,46,0.1);
}
.portfolio-caption p {
	padding-bottom: 5px;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.portfolio-item img{ max-height:350px;}
.portfolio-item {}
/*Show More Button*/
.show-more-btn {
	margin: 0 auto;
}
.btn-wrap a {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	display: block;
	margin: 20px auto;
	max-width: 180px;
	text-decoration: none;
	border-radius: 2px;
	padding: 8px 13px;
	font-size: 11px;
	font-weight: 800;
}
a.button2 {
	color: rgba(44, 71, 85, 1);
	box-shadow: rgba(44, 71, 85, 0.9) 0 0px 0px 1px inset;
}
a.button2:hover {
	color: #10CAB7;
	box-shadow: rgba(44, 71, 85, 1) 0 80px 0px 1px inset;
}
/* Hiden Gallery */
.hidden-gallery {
	display:none;
}
/* Zoom In */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* about */
.servies {background-color: #FAFAFA;}
.about-img img {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 360px;
	height: auto;
	-webkit-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	-moz-box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
	box-shadow: 0px 10px 25px -3px rgba(38,41,46,0.25);
}
.about-text {
	margin-top: 30px; line-height:3rem
}
.about-text h4 {
	line-height: 1.7rem;
	padding-bottom: 25px;
}
.about-text p {
	line-height: 1.5rem; font-size:14px; letter-spacing: 1.2;
}
.about-text span a{
	line-height: 3rem; color:#10CAB7; font-size:14px; display:block;

}
.separator {
	width: 200px;
	height: 2px;
	background-color: #10CAB7;
	margin-bottom: 15px;
}
.shape-about {
	background-color: #EBECED;
	left: 200px;
	top:0px;
	height: 300px;
}
.shape-l {
	background-color: #10CAB7;
	right: 120px;
	width: 70px;
	top:20px;
	height: 200px;
}
.shape-l-hor {
	right: 60px;
	width: 160px;
	top:170px;
	height: 50px;
}

.info-squares {margin-top:100px; }
/* contact */
.contact {background-color: #FAFAFA;
	margin-top:0px;
	padding-bottom: 50px;
}
.contact h6 {
	color: #EBECED;
}
.contact-info { margin-top:30px;}
.contact-info h1 {
	margin:0px 50px 15px 150px;
	font-size:22px; line-height:30px;
}
.contact-info p {
	margin:30px 20px 25px 230px;
	float: left;
}
.contact-info i {
	color: #334752;
	font-size: 17px;
}
.contact-info i:hover {
	color: #10CAB7;
}
.contact-info ul li {
	display: inline;
	padding: 10px;
}
.contact-info ul {
	float: left;
	margin-top: 27px;
}


.shareBox {
	text-align: center;
	padding: 30px 0 35px;
	position: relative
}
.shareBox p {
	padding-bottom: 0
}
.shareBox .sharebtn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F74840;
	box-shadow: none;
	background: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	color: #F74840;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.shareBox .like .icon-heart-filled {
	display: none;
	margin-top: -3px
}
.shareBox .like.current {
	background-color: #F74840;
	color: #fff
}
.shareBox .like i {
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	display: inline-block
}
.shareBox .like.current .icon-heart-filled {
	display: inline-block;
	-webkit-animation: waver .3s linear 1;
	-moz-animation: waver .3s linear 1;
	-o-animation: waver .3s linear 1;
	animation: waver .3s linear 1
}
.shareBox .like.current .icon-heart {
	display: none
}
.panel-reward {
	position: relative;
	padding: 30px 0 0;
	display: none
}
.panel-reward ul li {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	padding: 5px;
	border: 1px solid #87ddff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.panel-reward ul .weixinpay {
	border-color: #51C332
}
.panel-reward ul li img {
	width: 120px;
	height: auto
}
.panel-reward ul li b {
	display: block;
	font-weight: 400;
	margin-top: 3px
}
.action-share {
	padding: 30px 0 0;
	display: none;
}
.bdsharebuttonbox {
	margin: 0 auto;
	width: 190px
}
.shareBox .J_showAllShareBtn {
	color: #3496E6;
	border-color: #3496E6
}
.shareBox .sharebtn:hover {
	background-color: #F74840;
	color: #fff
}
.shareBox .publicity-btn {
	background-color: #378DF7;
	color: #FFF;
	border-color: #378DF7
}
.shareBox .publicity-btn:hover {
	background-color: #2c6fc1;
	border-color: #2c6fc1
}
.shareBox .J_showAllShareBtn:hover {
	background-color: #3496E6;
	color: #fff
}
.shareBox .pay-author {
	border-color: #51C332;
	color: #51C332
}
.shareBox .pay-author:hover {
	background: #51C332;
	color: #FFF
}


/* footer */
.footer {
	background-color: #2C4755;
	padding: 20px;
	text-align: center;
}
.footer h4 {
	color: #fff;
	font-size: 10px;
	letter-spacing: 0rem;
	padding-top: 5px;
}
.footer span {
	color: #10CAB7;
}
/* Responsive Styling */
@media only screen and (max-width: 570px) and (min-width: 320px)  {
	.logo h1 { font-size:22px}
	.logo h1 span{ font-size:12px; display:block; margin-top:2px; font-weight:500; letter-spacing:normal}
	nav {
		width: 320px;
		right: -320px;
	}
	.menu-toggle {
		margin-right: 10px;
	}
	.inner-btn {
		margin: 15px 0px 15px 30px;
	}
	nav ul {
		padding: 0px 0px 5px 30px;
	}
	nav ul li {
		padding: 5px 0px;
	}
	.lower-menu li a {
		font-size: 15px;
	}
	
	.hero h1 { margin:0px; padding-top:30px; line-height:55px;}
	.hero {
	text-align: center;
	width:100%;
	height: 150px;
	background-size: cover;
}
	h2 {
		padding: 0px 25px;
	}
	.title {
		margin: 0px auto;
		padding:25px 0px 20px;
	}
	.title p {
		padding-top: 8px;
	}
	h6 {
		font-size: 40px;
	}
	.service-text {
		padding-top: 0px;
		text-align: center;
	}
	.service-text i {
		font-size: 35px;
		float: none;
		padding-bottom: 20px;
	}
	.service-text h4 {
		float: none;
		padding-bottom: 20px;
	}
	.service-text p {
		float: none;font-size:14px; line-height:1.2rem;
		padding: 0px 20px 30px 20px;
	}
	.portfolio {
		background-color: #FAFAFA;
		margin-top:80px;
	}
	.portfolio-caption {
		text-align: center;
	}
	.about-img img {
		left: 0px; width:300px;
	}
	.com-cnt img {width: 100%; height:auto}
	.shape-about {
		left: 170px;
	}
	.about-text {
		margin-top: 350px;
	}
	.about-text h4 {
		line-height: 1.7rem;
		padding-bottom: 25px;
	}
	.info-squares {margin-top:30px;} 
	.contact {
		margin-top:20px;
	}

	.contact-info h1{
		margin:0px 10px 5px 0px;
		font-size: 18px; letter-spacing:normal;
	}
	.contact-info p {
		margin:30px 20px 25px 10px;
	}
	.shareBox .sharebtn {
	width: auto;
	padding: 0 15px;
	margin: 5px;
	height: 36px;
	line-height: 35px;
	font-size: 13px;
}
}
@media only screen and (min-width: 1024px)  {
	.hero {
    height: 300px;
	}
	nav {
		width: 520px;
		right: -520px;
	}
	.inner-btn {
		margin: 28px 0px 35px 30px;
	}
	a {
    font-size: 35px;
}
	nav ul {
		padding: 0px 0px 25px 30px;
	}
	nav ul li {
		padding: 9px 0px;
	}
	.lower-menu li a {
		font-size: 18px;
	}
	h5 {
    padding: 25px 35px;
}
.hero h1 {
    margin: 0px 0px 40px 0px;
		font-size: 55px; line-height:60px; padding-top:20px;
}
	h2 {
		line-height: 1.6rem;
		font-size: 15px;
	}
	.square {
	    height: 250px;
	}
	.square i {
	    font-size: 60px;
	    padding: 30px 0px 30px 0px;
	}
	h4 {
	    font-size: 18px;
	    padding-bottom: 15px;
	}
	p {
	    font-size: 14px;
	}
	.title {
		padding:35px 0px 20px;
	}
	.title p {
		padding-top: 18px;
		font-size: 22px;
	}
	h6 {
		font-size: 80px;
	}
	.service-text i {
    font-size: 45px;
}
.service-text p {
    padding: 0px 20px 30px 20px;
}
	.portfolio {
		margin-top:20px;
		padding-bottom: 30px;
	}
	.portfolio-caption {
	    padding: 25px;
	}
	.btn-wrap a {
    padding: 12px 18px;
    font-size: 15px;
}

.about-img img {
    top: 30px;
    left: 50px;
    width: 360px;
}
.shape-l {
    right: 190px;
    width: 110px;
    top: 0px;
    height: 300px;
}
.shape-l-hor {
    right: 100px;
    width: 160px;
    top: 230px;
    height: 80px;
}
.shape-about {
    left: 0px;
    top: -20px;
    height: 400px;
}

.info-squares {margin-top:190px;} 
	.contact {
		margin-top:0px;
	}

	.contact-info h1{
		margin:0px 50px 15px 0px;
		font-size: 22px;
	}
	.contact-info p {
		margin:30px 20px 25px 10px;
		font-size: 15px;
	}
	.footer h4 {
    font-size: 13px;
	}
	.contact-info i {
    font-size: 22px;
}
}


/* Responsive Styling */

/*
     FILE ARCHIVED ON 20:38:12 Feb 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:51:08 Jul 18, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 85.694
  exclusion.robots: 0.119
  exclusion.robots.policy: 0.106
  RedisCDXSource: 2.951
  esindex: 0.011
  LoadShardBlock: 64.033 (3)
  PetaboxLoader3.datanode: 94.993 (4)
  load_resource: 105.559
  PetaboxLoader3.resolve: 42.716
*/
/*
     FILE ARCHIVED ON 06:52:26 Jul 18, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:59 Nov 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 69.525
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.12
  cdx.remote: 0.079
  esindex: 0.012
  LoadShardBlock: 36.553 (3)
  PetaboxLoader3.datanode: 156.5 (4)
  load_resource: 160.445
  PetaboxLoader3.resolve: 33.005
*/