﻿/********************************************
   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;
	text-align: center;
	min-width: 1000px;
	max-width: 2543px;
	margin: 0 auto;
}

/* 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: 24px;
	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;
}

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;
}


.center h3 {
	font-size: 11px;
}

.center>p {
	text-indent: 2em;
}

li a {
	margin-top: 4px;
	color: #006699;
}

.center li {
	margin-top: 4px;
	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;
}

input[type=submit]{
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 2px 6px;
}

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: 16px;
	line-height: 180%;
	padding: 10px 20px;
}

/* header */
#header-wrap {
	width: 100%;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 42px;
	background: #0856a0;
}


#header form.searchform {
	position: absolute;
	top: 0;
	right: -12px;
}

/* main */
#main {
	float: right;
	padding: 0;
	width: 69%;
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

#main a.yx:link {
	color: #333;
	font-size: 9pt;
	font-family: verdana;
}

#main a.yx:visited {
	color: #333;
	font-size: 9pt;
	font-family: verdana;
}

#main a.yx:hover {
	color: #333;
	font-size: 9pt;
	font-family: verdana;
	text-decoration: none;
	cursor: text;
}

.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 {
	line-height: 26px;
	margin: 18px 20px;
	color: #333;
}

.links a {
	font-size: 16px;
}

.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;
}

.left-title a{
	color: #fff;
}

/* sidebar */
#sidebar {
	float: left;
	width: 30%;
	margin: 10px 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 #0856a0;
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#footer .footer-left {
	float: right;
	color: #333;
	width: 95%;
}

#footer .footer-right {
	float: right;
	width: 30%;
}

#footer a:link {
	color: #000;
	font-weight: normal;
}

#footer a:visited {
	color: #000;
	font-weight: normal;
}

#footer a:hover {
	color: #006699;
	font-weight: normal;
}

/* menu tabs */
#header ul {
	width: 60%;
	height: 42px;
	margin: 0 auto;
}

#header li {
	width: 16.6%;
	float: left;
	text-align: center;
}
li{
	list-style: none;
}

#header a {
	line-height: 42px;
}

#header #logo a {
	float: left;
	background: none;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;

}

#header a span {
	float: left;
	display: block;
	color: #FFF;
	font-size: 18px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}

/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
	text-decoration: underline;
}

#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 {

}

/* 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: 9pt;
	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;
	line-height: 26px;
}

#taihe .center{
	padding: 20px;
}

#taihe .center .proname{
	font-size: 18px;
}

#taihe .center .proname img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#taihe .center>p{
	font-size: 16px;
	line-height: 26px;
}

#table6 {
	border-collapse: collapse;
	border: 0;
	margin: 0 auto;
}

#table6 td {
	border: 1px #005bac solid;
	text-indent: 10px
}

.td1, .td2, .td3{
	font-size: 16px;
	line-height: 26px;
}





@media screen and (max-width:640px) {
	#wrap {
		width: 100%;
	}

	#header {}

	#logo {
		height: 30px;
		line-height: 30px;
	}

	#slogan {
		display: none;
	}

	#header {
		width: 100%;
		position: relative;
	}

	#logo {
		position: relative !important;
		height: 50px;
		line-height: 50px !important;
		font-size: 18px !important;
		text-align: center;
	}

	#header ul {
		width: 100%;
		height: 50px !important;
		margin: 0px;
		padding: 0px;
		position: relative;
	}

	#header ul li {
		width: 20%;
		display: block !important;
		float: left;
		margin: 0px;
		padding: 0px;
	}

	#header ul li a {
		width: 100%;
		float: left;
		margin: 0px;
		padding: 0px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: rgb(48, 155, 198);
	}

	#header ul li span {
		display: inline !important;
		margin: 0px;
		padding: 0px !important;
	}


	#header ul li:nth-child(4) {
		display: none !important;
	}

	.div_chat {
		display: none;
	}

	#content-wrap {
		width: 100%;
	}

	#sidebar {
		display: none;
	}

	.no-border {
		display: none;
	}

	#main {
		width: 100%;
	}

	#table6 {
		width: 90%;
		margin: 0 auto;
	}

	#main img {
		width: 90%;
	}

	.div_chat {
		display: none;
	}


}

/***********************************/
.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(http://www.atmp.cn/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;
}


.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(http://www.atmp.cn/images/SkinsBar3.png);
	background-size: 32px 889px;
}

input{
	outline-style: none;
}

.th-desc{
	font-size: 22px;
	line-height: 44px;
	text-indent: 2em;
	padding: 30px 30px 200px;
}

.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;
}

.section {
	width: 60%;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.section img{
	margin-right: 50px;
}
.section h2 {
	font-size: 18px;
	line-height: 26px;
	color: #0856a0;
	text-align: left;
	float: right;
}

@media only screen and (max-width: 1600px) {

	.section,
	#header ul {
		width: 80% !important;
	}

	#content-wrap{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {

	.section,
	#header ul,
	#content-wrap{
		width: 100% !important;
	}
}

.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;
}