/*common css style*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
a,
header,
footer,
aside,
section,
span,
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul,
li {
	list-style: none;
}
body {
	font-family: '黑体';
	font-size: 15px;
	overflow-y: scroll;
	/*background-color: #282828;*/
	
	background: url(../images/body_bg.jpg);
}
#wrapper {
	width: 100%;
	/*set the maximum and  minimum value for the width*/
	
	min-width: 1200px;
	max-width: 1440px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.contentwrapper {
	width: 1100px;
	margin: 0 auto;
}
.contentwrapper2 {
	/*the max width is the original width of slide photo*/
	
	max-width: 1440px;
	margin: 0 auto;
}
/*header part for every page*/

header {
	/*height: 95px;*/
}
#notice {
	height: 24px;
	line-height: 24px;
	background-color: #FED944;
	/*display: none;*/
}
#notice p {
	text-align: center;
	padding: 0 50px;
}
#notice p a {
	color: #0000FF;
	float: right;
}
#notice p a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#notice p #email{
	color: red;
}
#headernav {
	height: 65px;
	background-color: #0A324F;
	overflow: hidden;
}
#logo {
	height: 65px;
	width: 409px;
	float: left;
	background: url(../images/trans_logo.png) no-repeat;
}
nav {
	padding-top: 20px;
	padding-right: 50px;
	float: right;
}
nav ul {
	overflow: hidden;
}
nav ul li {
	float: left;
}
nav ul li a {
	font-size: 1.5em;
	color: #fff;
	margin-left: 20px;
	display: block;
	border-bottom: 2px solid #0A324F;
}
nav ul li a:hover {
	border-bottom: 2px solid orange;
	color: orange;
}
nav ul li a.select {
	border-bottom: 2px solid orange;
	color: orange;
}
/*midlde part for every page*/
/*footer part for every page*/

footer {
	/*use background img just like this*/
	
	background: url(../images/footermap.png) left top no-repeat #292c32;
	overflow: hidden;
	padding-top: 35px;
	overflow: hidden;
}
footer h4 {
	color: #404040;
	font-size: 1.3em;
	padding-bottom: 10px;
}
footer li {
	color: #FFFFFF;
	font-size: 1em;
	padding-bottom: 8px;
}
footer a {
	color: #FFFFFF;
}
footer a:hover {
	text-decoration: underline;
	color: orange;
}
#col1 {
	float: left;
	width: 14%
}
#col2 {
	float: left;
	width: 30%;
}
#col3 {
	float: left;
}
#col4 {
	float: right;
}
#col4 img {
	width: 194px;
}
#copyright p {
	margin: 35px 0;
	color: #404040;
}
/*-----------------------home page-----------------------*/
/*slide part*/

#slide {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	/*the height of the slide img*/
	
	height: 410px;
	position: relative;
}
#slidecover {
	width: 100%;
	height: 410px;
	position: absolute;
	z-index: 2;
	background: url(../images/dotcover.png);
}
#slide ul.slidephoto {
	position: absolute;
	overflow: hidden;
	width: 20000px;
}
#slide ul.slidephoto li {
	float: left;
	position: relative;
}
#slide ul.slidephoto li img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 410px;
}
#slide ul.slidephoto li p {
	position: absolute;
	font-size: 3em;
	text-align: center;
	top: 170px;
	width: 100%;
	z-index: 3;
	color: #FFFFFF;
}
#slide ul.slidephoto li p.slidedowntext {
	position: absolute;
	font-size: 1.2em;
	text-align: center;
	top: 250px;
	width: 100%;
	z-index: 3;
	color: #FFFFFF;
}
#slide ul.slideindicator {
	position: absolute;
	overflow: hidden;
	bottom: 18px;
	right: 10px;
	z-index: 3;
}
#slide ul.slideindicator li {
	height: 20px;
	width: 20px;
	border: 1px solid #000;
	border-radius: 10px;
	background: white;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
#slide ul.slideindicator li.selected {
	background-color: orange;
	cursor: default;
}
/*common style in every section*/

.contentsection {
	margin-top: 10px;
	padding: 10px;
}
.contentsection h2 {
	padding: 10px 0;
	color: #BEBEBE;
	text-align: center;
	text-shadow: 1px 1px #e4e4e4;
	clear: both;
	background: url(../images/titleline.png) center center no-repeat;
}
.contentsection h3 {
	padding: 10px 0;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px #e4e4e4;
	clear: both;
}

.contentsection .productimg{
	display: block;
	padding: 10px;
	height:400px;
	width:600px;
}

/*category*/

#categorylist {
	overflow: hidden;
}
#categorylist .categorybox {
	width: 25%;
	float: left;
}
#categorylist .categorybox .content {
	margin: 0 15px;
	padding: 10px;
	border: 1px solid #e4e4e4;
}
#categorylist .categorybox .content img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #E4E4E4;
}
#categorylist .categorybox .content h4 {
	text-align: center;
	font-size: 1.2em;
	padding: 20px;
	color: #0C6099;
}
#categorylist .categorybox .content a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #0A64C6;
	padding: 10px;
	border: 1px solid #999;
	/*box-shadow: 1px 1px 2px #999;*/
	/*ainimation*/
	
	transition: all 0.6s ease 0s;
}
#categorylist .categorybox .content a:hover {
	background-color: orange;
	color: black;
}
/*solution*/

#solution {
	background-color: #F7F7F7;
}
#solutionlist {
	overflow: hidden;
}
#solutionlist .solutionbox {
	width: 33.3333333%;
	float: left;
}
#solutionlist .solutionbox a {
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 95px;
	border: 5px solid #E4E4E4;
	margin: 0 auto;
	/*ainimation*/
	
	transition: all 0.6s ease 0s;
}
#solutionlist .solutionbox a:hover {
	border: 5px solid orange;
}
#solutionlist .solutionbox h4 {
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	color: #0C6099;
}
#solution1 {
	background: url(../images/service1.jpg) center center no-repeat;
}
#solution2 {
	background: url(../images/service2.jpg) center center no-repeat;
}
#solution3 {
	background: url(../images/service3.jpg) center center no-repeat;
}
/*introduction*/

.introduction {
	margin-bottom: 30px;
}
.introductionlist {
	overflow: hidden;
}
.introductionlist div.introductionbox {
	width: 33.333333333%;
	float: left;
}
.introductionlist div.introductionbox a {
	display: block;
}
.introductionlist div.introductionbox a:hover img {
	border: 2px solid orange;
}
.introductionlist div.introductionbox a img {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	transition: all 0.6s ease 0s;
}
.introImg{
	height:260px;
	width:378px;
}

/*customer*/

#customer {
	display: none;
}
#customerlist {
	margin-bottom: 20px;
}
#customerlist img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*-----------------------About Page-----------------------*/

#about_introduction img {
	display: block;
	margin: 0 auto;
	/*box-shadow: 3px 3px 2px #BEBEBE;*/
}
#about_introduction p {
	padding-top: 15px;
	text-indent: 2em;
	line-height: 1.6em;
}
#about_history {
	background-color: #F7F7F7;
}
#about_history p {
	text-indent: 2em;
	line-height: 1.6em;
}
#about_certificate div img {
	display: block;
	width: 40%;
	margin: 0 auto;
	/*box-shadow: 3px 3px 2px #BEBEBE;*/
}
#about_management {
	background-color: #F7F7F7;
}
#about_management .outterlist {
	overflow: hidden;
}
#about_management .innerbox {
	width: 33.333333333%;
	float: left;
}
#about_management .innerbox img {
	display: block;
	height: 200px;
	width: 150px;
	margin: 0 auto;
	/*box-shadow: 3px 3px 2px #BEBEBE;*/
}
#about_management .innerbox h4 {
	text-align: center;
	color: #0A64C6;
	padding: 5px;
}
#about_management .innerbox h5 {
	text-align: center;
	padding: 5px;
}
#about_management .innerbox p {
	padding: 10px;
	color: #999;
	font-size: 0.9em;
	text-align: center;
}
#about_boarderdirector p {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6em;
}
#about_boarderdirector p span {
	color: #0A64C6;
}
/*-----------------------Contact Page-----------------------*/

#contact_info p {
	font-size: 1em;
	line-height: 1.6em;
}
#contactarea {
	overflow: hidden;
}
#contact_info h5 {
	font-size: 1em;
}
#contact_info p span {
	color: #0A64C6;
}
#leftcontact,
#rightcontact {
	float: left;
	margin-right: 60px;
}
#map img {
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
}
/*-----------------------Solution Page-----------------------*/

#solution_info img {
	display: block;
	margin: 0 auto;
	padding: 0;
	height: 270px;
	width: 270px;
}
#solution_info p {
	line-height: 1.6em;
	margin-top: 15px;
	text-indent: 2em;
}
#solutiondetail2 {
	background-color: #f7f7f7;
}
/*-----------------------Product Category Page-----------------------*/

#category_info .categoryboxlist {
	overflow: hidden;
}
#category_info a.categorybox {
	display: block;
	width: 25%;
	margin-top: 5px;
	float: left;
	transition: all 0.5s ease 0s;
}
#category_info a.categorybox:hover {
	background-color: lightblue;
}
#category_info a.categorybox img {
	display: block;
	margin: 10px auto;
	padding: 0;
	height: 164px;
	width: 218px;
}
#category_info a.categorybox h4 {
	text-align: center;
	padding: 5px 0;
}
#categorydetail2,
#categorydetail4 {
	background-color: #F7F7F7;
}
/*-----------------------Product detail Page-----------------------*/

#productdetail_info img {
	display: block;
	height: 400px;
	width: 829px;
	margin: 0 auto;
}
#productdetail_info h3 {
	font-size: 1.3em;
	text-align: center;
	color: blue;
	padding: 5px 0;
}
#productdetail_info h4 {
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
}
#productdetail_info p {
	text-indent: 2em;
	line-height: 1.6em;
}
#productdetail_info table {
	width: 50%;
	margin: 0 auto;
	border: 1px solid #000;
}
#productdetail_info table td {
	border: 1px solid #000;
	padding: 5px;
}
#productdetail_info td.firstcol {
	background-color: #99CDFF;
	text-align: center;
}
#productdetail_info p.specialnotice {
	color: orange;
}
a.btnContact {
	display: block;
	width: 300px;
	text-align: center;
	margin: 10px auto;
	padding: 15px 0;
	background-color: #1C68B7;
	color: #FFFFFF;
	transition: all 0.6s ease 0s;
}
a.btnContact:hover {
	background-color: orange;
}







