*{
	margin: 0px;
	padding: 0px;
}
a,h2{
	text-decoration: none;
	color: #444444;
	font-family: "黑体";
}
ul{
	list-style-type: none;
}
h1{
	margin-left: 110px;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #999999;
	line-height: 123px;
}
.middle{
	width: 1230px;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}
/*index*/
#head,#banner,#main,#foot{
	width: 100%;
}
#head{
	height: 200px;
	overflow: hidden;
	background-color: #dcecff;
	box-shadow: 0px -5px 20px rgba(0,0,0,0.25) inset;
}
#logo{
	width: 430px;
	height: 123px;
	float: left;
	margin-top: 20px;
	margin-left: 120px;
	background-position: left;
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;
}
.search{
	float: left;
	width: 300px;
	height: 25px;
	margin-top: 80px;
	margin-left: 300px;
}
.search-text{
	width: 200px;
	height: 25px;
	border: none;
	outline: none;
	border-radius: 6px 0px 0px 6px;
}
.search-button{
	width: 35px;
	height: 25px;
	border: none;
	margin-left: -5px;
	background-color: #23458c;
	border-radius: 0px 6px 6px 0px;
	color: #ffffff;
}
.nav{
	width: 1150px;
	display: table;
	margin: 155px auto 0px;
	text-align: center;
}
.nav li{
	display: table-cell;
}
.nav li a{
	color: #999999;
	font-weight: 600;
	font-size: 16px;
}
.nav li:hover a{
	color: #23458c;
	font-weight: 600;
	font-size: 16px;
}

#banner{
	height: 450px;
}
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 450px;
	display: block;
}
#main{
	height: 420px;
}
.about,.product,.news,.bar,.more{
	float: left;
}
.about,.product,.news{
	width: 370px;
	margin-top: 20px;
}
.common-head{
	width: 100%;
	height: 24px;
	border-bottom: 2px #ccd7e6 solid;
}
h2{
	float: left;
	font-size: 16px;
	color: #23458C;
}
.more{
	width: 44px;
	height: 15px;
	margin-left: 250px;
}
.more img{
	margin: 0 3px -3px 0;
}
.common-connect{
	width: 320px;
	height: 350px;
	margin: 25px auto;
}
.common-connect p{
	font-size: 14px;
	line-height: 26px;
}
.product .common-connect li{
	width: 120px;
	height: 150px;
	float: left;
	margin: 0px 20px 20px;
}
.common-connect li figure img{
	max-width: 120px;
	max-height: 120px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.common-connect li figure a figcaption{
	margin-top: 10px;
	text-align: center;
}
.news .common-connect li{
	width: 100%;
	height: 40px;
}
.news .common-connect li+li{
	border-top: 1px #cccccc dashed;
}
.news .common-connect li a{
	font-size: 14px;
	line-height: 40px;
}
.news-date{
	float: right;
}
.bar{
	margin-top: 150px;
}
#foot{
	height: 250px;
	overflow: hidden;
	background-color: #d9e9ff;
}
#foot-logo{
	width: 229px;
	height: 82px;
	float: left;
	margin-top: 80px;
	margin-left: 120px;
	background-size: contain;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}
.infor{
	float: right;
	width: 700px;
	height: 90%;
	margin-top: 20px;
}
.foot-nav{
	width: 550px;
	margin-left: 30px;
	display: table;
	text-align: center;
}
.foot-nav li{
	display: table-cell;
	line-height: 14px;
}
.foot-nav li+li{
	border-left: 1px #777777 solid;
}
.foot-nav li a{
	color: #777777;
	font-size: 14px;
}
.foot-infor{
	float: left;
	width: 320px;
	height: 180px;
	margin-top: 20px;
	list-style-type: none;
}
.foot-infor li,.foot-infor li > a{
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}
.foot-link{
	width: 300px;
	height: 180px;
	margin-top: 20px;
	float: left;
}
.foot-link li{
	color: #777777;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}
/*index finish*/
/*about,call,FAQ*/
#about,#call,#news,#product,#gbook{
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 50px;
}
.side{
	width: 230px;
	height: auto;
	float: left;
}
.side-type,.side-call{
	width: 230px;
	height: auto;
	text-align: center;
	border: 1px #23458C dashed;
}
.side-call{
	margin-top: 20px;
}
#side-head{
	color: #FFFFFF;
	background-color: #23458C;
	border-radius: 0px;
}
.side-type li,.side-call li{
	font-size: 14px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
}
.side-type li:hover,.side-call li:hover {
	background-color: #DCECFF;
}
.about-main,.call-main,.news-main,.product-main{
	width: 908px;
	height: auto;
	float: left;
	margin-left: 10px;
	padding: 0px 40px;
}
.about-main,.product-main,.news-main{
	text-align: center;
}
.title{
	text-align: center;
	color: #444444;
	font-size: 26px;
	float: none;
}
hr{
	width: 100%;
	border-top: 1px #eeeeee solid;
	margin-top: 10px;
}
.about-pic{
	margin: 20px auto;
}
.about-info{
	width: 90%;
	margin: 20px auto;
	text-indent: 2em;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.call-info{
	margin-top: 50px;
}
.call-info li{
	font-family: "微软雅黑";
	font-size: 20px;
	margin: 0px auto;
	width: 500px;
	height: 80px;
	line-height: 80px;
	background-size: 40px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.call-info li+li{
	border-top: 1px #CCCCCC dashed;
}
/*about,call,FAQ finish*/
/*newslist*/
.news-list,.productlist,{
	width: 90%;
	margin: 20px auto;
}
/*newslist finish*/
/*news*/
.news-info{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #777777;
}
.news-connect p{
	width: 90%;
	margin: 20px auto;
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.pages {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0 10px;
	font: 15px/24px "microsoft yahei";
	cursor: pointer;
}
.pages a,.pages label {
	color: #333;
	padding: 3px 10px;
	border: 1px solid #333;
	margin-left: 10px;
}
.pages a.on,.pages a:hover {
	color: #F9003B;
}
/*news finish*/
/*productlist*/
.productlist{
	overflow: hidden;
}
.productlist li{
	width: 23.5%;
	height: 200px;
	margin: 5px;
	border: 1px #CCCCCC solid;
	float: left;
}
.productlist figure{
	width: 100%;
	height: 200px;
}
.productlist li img{
	max-width: 100%;
	max-height: 170px;
}
.productlist li:hover{
	box-shadow:0 0 6px 0  #666;
	transform:scale(1.05);
}
.productlist li figcaption{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
/*productlist finish*/
/*gbook*/
#faqbox {
	width: 90%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	padding: 10px 5px;
	margin: 20px auto;
}
#faqbox .gb_tab {
	width: 505px;
	border-collapse: collapse;
	padding: 2px;
	margin: 18px auto;
}
#faqbox .gb_tab tr td {
	padding: 5px 12px;
}
#faqbox .gb_tab tr td input {
	font-size: 14px;
}
#faqbox .gb_tab tr td .input-style {
	border: #000 1px solid;
	background-color: #FFF;
	padding: 5px 10px;
	border-radius: 3px;
}
#faqbox .submit input {
	width: 130px;
	height: 30px;
	border-radius: 3px;
	color: #FFF;
	font-size: 18px;
	background: linear-gradient(#f98973, #d94a42);
}
/*gbook finish*/
ul.news-list > li {
    text-align: left;
}