﻿/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background: #fff;
	text-align: center;
}

/* links */
a {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #990000;
	background-color: inherit;
}

/* headers */
h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}

h2 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}

h1 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}

#main h1 {
	font-size: 1.5em;
	color: #006699;
	margin-bottom: 16px;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.3em;
}

h3 {
	margin: 10px 15px;
}

h2 {
	margin: 10px 15px;
}

h1 {
	margin: 10px 15px;
}

p {
	margin: 10px 15px;
	line-height: 150%;
}

ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}

ul {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}

ol span {
	color: #666666;
}

ul span {
	color: #666666;
}

/* images */
img {
	border: 0;
}

img.no-border {
	border: none;
}

img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 5px 0px;
}

a img {
	border: 0px solid #568EB6;
}

a:hover img {
	border: 2px solid #CCC !important;
	/* IE fix*/
	border: 2px solid #568EB6;
}

.center h3 {
	font-size: 11px;
}

a {
	color: black;
}

p {
	font-family: Arial, Helvetica, sans-serif
}

li a {
	font-family: Arial, Helvetica, sans-serif
}

.center p {
	text-indent: 2em;
}

li a {
	margin-top: 4px;
	color: #006699;
}

.center li {
	margin-top:10px;
	color: #006699;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
}

/* form elements */
form {
	margin: 4px;
	padding: 0;
	background-color: #FAFAFA;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 1px;
	font: normal 1em Verdana, sans-serif;
}

textarea {
	width: 300px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #9EC630;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}

form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	width: 75%;
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

#contact {
	font-size: 12px;
	width: 90%;
	margin-bottom: 8px;
	margin-left: 15px;
	line-height: 130%
}

/* header */
#header-wrap{
	background: #fff url(headerbg.gif) repeat-x 0% 100%;
}
#header {
	position: relative;
	width: 60%;
	height: 85px;
	margin: 0 auto;
}

#header h1#logo {
	position: absolute;
	margin: 15px 0 0 30px;
	padding: 0;
	font: bolder 28px 黑体, Arial, Sans-serif;
	color: #6297BC;
	letter-spacing: -2px;
	top: 0;
	left: 5px;
}

#header h2#slogan {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #333;
	text-indent: 0px;
	font: bold 14px 宋体, arial, Sans-serif;
	text-transform: none;
}

#header form.searchform {
	position: absolute;
	top: 0;
	right: -12px;
}

/* main */
#main {
	float: left;
	margin-left: 10px;
	border-left: 1px #ccc solid;
	padding: 0;
	width: 66%;
}

.date {
	color: #505050;
	background: #FFF;
	text-align: right;
	margin: 4px 0 5px 0;
	padding: 0.4em 0 0 0;
	border-top: 1px solid #ddd;
}

.date a {
	color: #546078;
}

.date a:hover {
	color: #006699;
	text-decoration: underline;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}

.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.links {
	width: 100%;
	line-height: 160%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.links a {
	font-size: 12px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 32%;
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 1px solid #f2f2f2;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #CCC;

	min-height: 18px;
}

* html body #sidebar ul.sidemenu a {
	height: 18px;
}

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left: 4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0;
	margin: 0;
}

/* Footer */
#footer {
	clear: both;
	color: #333;
	background: #ffffff;
	border-top: 5px solid #0d5eb7;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 140%;
} 

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#footer .footer-left {
	color: #333;
	width: 100%;
}

#footer .footer-right {
	float: right;
	width: 30%;
}

#footer a:link {
	font-weight: normal;
}

#footer a:visited {
	font-weight: normal;
}

#footer a:hover {
	color: #0856a0;
	font-weight: normal;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 13px Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
}

#header li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header a {
	height: 30px;
	line-height: 30px;
	float: left;
	background: url(tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#header #logo a {
	float: left;
	background: none;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;

}

#header a span {
	float: left;
	display: block;
	background: url(tabright.gif) no-repeat right top;
	padding: 3px 15px 0 8px;
	color: #FFF;
	font-size: 16px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}

/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
}

#header a:hover {
	background-position: 0% -42px;
}

#header a:hover span {
	background-position: 100% -42px;
}

#header #current a {
	/* background-position: 0% -42px;
	color: #FFF; */
}

#header #current a span {
	/* background-position: 100% -42px;
	color: #FFF;
	font-size: 16px !important; */
}

/* end menu tabs */

/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* additional classes */
.clear {
	clear: both;
}

.green {
	color: #9EC630;
}

.gray {
	color: #BFBFBF;
}

#taihe {
	font-family: arial;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 26px;
	color: #222222;
	line-height: 150%;
}

#taihe table {
	font-family: arial;
	font-size: 16px;
}

#taihe td {
	padding-left: 4px;
}

#taihe a {
	COLOR: #333333;
	TEXT-DECORATION: none;
}

#taihe a:hover {
	TEXT-DECORATION: underline;
}

#taihe h1 {
	font-family: 黑体;
	color: black;
	font-size: 20px;
	text-align: center;
	text-indent: 0;
	line-height: 150%;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: normal;
}

#taihe h1 a:link {
	color: #2e77af;
}

#taihe h1 a:visited {
	color: #2e77af;
}

#taihe h1 a:hover {
	color: #2e77af;
}

#taihe h2 {
	font-family: arial;
	text-transform: none;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	font-weight: Bold;
	line-height: 150%;
	margin-left: 6;
	margin-top: 4;
	margin-bottom: 4;
}

#taihe p.fzs {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 180%;
	text-indent: 0;
	text-align: left;
	color: #222222;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

#taihe p.eng {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 12px;
}

#taihe p.text {
	margin: 8px;
	font-size: 16px;
	font-family: arial;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 24px;
	margin-right: 24px ;
	color:#222222;
}

#leftcontact a {
	display: block;
	padding-left: 20px;
	height: 35px;
	background: #D2E4F2;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	border-bottom: 2px solid #fff;
	text-indent: 10px;
}

#taihe {
	font-size: 14px;
	line-height: 30px;
}

/***********************************/
.social_nav3 {
	height: 55px;
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	display: none;
}

.social_nav3 .social3 {
	display: block;
	width: 288px;
	height: 55px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}

.social_nav3 a {
	height: 55px;
	line-height: 85px;
	font-size: 13px;
	width: 65px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	z-index: 11;
	text-align: center;
	color: #fff;
	position: absolute;
	text-decoration: none;
}

.social_nav3 a.weichat {
	left: 74px;
}

.social_nav3 a.weibo {
	left: 142px;
}

.social_nav3 a.talk99 {
	left: 207px;
}

.social_nav3 a.tel {
	width: 65px;
	text-indent: 15px;
}

.social_nav3 span {
	display: block;
	width: 35px;
	height: 28px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.social3 {
	background: url(../images/2016-02-26_153121.jpg) repeat-x;
}

.social3:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #2574B8;
	border-bottom: 1px solid #428417;
	position: absolute;
	top: 0;
	left: 0;
}

.social3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #2574B8;
	border-top: 1px solid #2d6916;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*底部社交-电话-动画*/
.social_nav3 span.tel {
	left: 30px;
	top: 5px;
	height: 30px;
	background-position: 3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}

@keyframes telshow {
	0% {
		transform: rotate(0deg)
	}

	5% {
		transform: rotate(-13deg)
	}

	10% {
		transform: rotate(0deg)
	}

	15% {
		transform: rotate(-13deg)
	}

	20% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(-13deg)
	}

	100% {
		transform: roate(0deg)
	}
}

@-webkit-keyframes telshow {
	0% {
		-webkit-transform: rotate(0deg)
	}

	5% {
		-webkit-transform: rotate(-13deg)
	}

	10% {
		-webkit-transform: rotate(0deg)
	}

	15% {
		-webkit-transform: rotate(-13deg)
	}

	20% {
		-webkit-transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(-13deg)
	}

	100% {
		-webkit-transform: roate(0deg)
	}
}

/*底部社交-微信-动画*/
.social_nav3 span.weichat {
	background-position: 6px -150px;
	background-repeat: no-repeat;
	left: 88px;
	top: 5px;
}

@keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*底部社交-微博-动画*/
.social_nav3 span.weibo {
	background-position: 1px -430px;
	background-repeat: no-repeat;
	height: 29px;
	left: 161px;
	top: 5px;
}

@keyframes xshow2 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow2 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow2 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.social_nav3 span.talk99 {
	background-position: 1px -200px;
	background-repeat: no-repeat;
	left: 226px;
	height: 24px;
	width: 26px;
	top: 8px;
}

.social_nav3 .btn {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -786px;
}

.social_nav3 .btn2 {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -249px;
	display: none;
}

.fudong_dl {
	text-align: left;
}

/*定位图片样式*/
.header .tel_bt,
.title .icon,
.sytitbg .icon,
.probox .content ul li,
.probox .content ul li ul li,
.navbg,
.brand_advance .yscontent h2,
.social_nav3 .btn,
.social_nav3 .btn2,
.social3 span,
.brand_advance .yscontent .telbg {
	background-image: url(../images/SkinsBar3.png);
	background-size: 32px 889px;
}

#logo{
	display: none;
}

@media only screen and (max-width: 1600px) {
    .section, .menu ul{
        width: 80% !important;
    }


	#content-wrap{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {
    .section, .menu ul, #content-wrap{
        width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
    .section h2{
		display: none;
	}

	#logo{
		display: block;
	}

	.section{
		height: auto !important;
	}

	.section img{
		width: 100%;
		margin: 0 !important;
	}

	.th-honour-list .th-honour-item{
		width: 50% !important;
	}
}

@media screen and (max-width:640px) {

	.menu ul li{
		flex: initial;
		width: 33.3%;
		padding: 5px 0;
	}
	.menu, .menu ul{
		height: auto !important;
		flex-wrap: wrap !important;
	}
	.th-honour-list .th-honour-item{
		width: 100% !important;
	}

	#wrap {
		width: auto !important;
	}

	.td1{
		width: 80px !important;
	}

	.td3{
		padding-left: 20px !important;
	}

	.gupiao-code{
		display: none !important;
	}

	#header {
		width: 100% !important;
		margin: 0px;
	}


	#header h1#logo {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		top: 0px;
		margin: 10px;
	}

	#header h2#slogan {
		display: none;
	}

	#header ul {
		position: absolute;
		top: 55px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
	}

	#header ul li a {
		display: block;
		width: 20%;
		margin: 0px;
		padding: 0px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		white-space: nowrap;
	}

	#content-wrap {
		width: 100%;
	}

	#sidebar {
		display: none;
	}

	.table6 {
		width: 95% !important;
	}

	/* #main img {
		width: 80%;
	} */

	#welive-righDiv{
		display: none !important;
	}

	#main {
		width: 95%;
		margin: 0 auto !important;
		padding: 0px !important;
		float: none;
	}

	#taihe {
		padding-right: 0px !important;
		margin-right: 0px;
	}

	#footer {
		width: 100%;
	}


	.social_nav3 {
		display: block;
	}
}





.left-contact{
	background: #eff2f5;
	overflow: hidden;
}
.left-contact h2{
    font-size: 16px;
    padding: 10px 20px 0;
    color: #525151;
	font-weight: bold;
    margin: 0;
}

.left-contact .lx-item{
	background: #fff;
    margin: 10px;
    border-radius: 5px;
    padding: 8px;
    line-height: 29px;
    font-size: 16px !important;
    color: #444;
}
.gupiao-code {
	display: inline-block;
	float: right;
	color: red;
	padding-right: 30px;
	font-size: 24px;
	font-weight: normal;
	font-weight: bold;
}

.section {
	width: 60%;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section img{
	margin-right: 50px;
}
.section h2 {
	font-size: 18px;
	line-height: 26px;
	color: #0856a0;
	text-align: left;
	float: right;
	margin-right: 50px;
}

.menu{
	height: 50px;
	background: #0d5eb7;
}

.menu ul {
	width: 60%;
	margin-top: 18px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0;
}

.menu li {
	flex: 1;
	float: left;
	list-style: none;
	text-align: center;
}

.menu li a span {
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 18px;
}

.menu li a:hover {
	color: #fff;
}

.card-wrap{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.left-title{
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: white;
	padding: 10px 0 10px 20px;
	background: #0856a0;
}

li{
	list-style: none;
}

.card-wrap ul{
	padding: 0;
	margin: 0;
}

.card-wrap li {
	background: #f8f8f8;
	height: 40px;
	line-height: 40px;
	margin-top: 2px;
	text-indent: 10px;
	cursor: pointer;
}

.card-wrap li a{
	color: #000;
	padding-left: 5px;
}

.card-wrap li a:hover{
	color: #0856a0;
}

.th-honour-list .th-honour-item{
	width: 33.3%;
	float: left;
}

.th-honour-item .honour-img{
	width: 100%;
	height: 250px;
	text-align: center;
}

.th-honour-item .honour-img img{
	display: inline-block;
	height: 100%;
}

.honour-name{
	font-size: 17px;
	line-height: 25px;
	height: 50px;
	text-align: center;
	padding: 0 30px;
}