﻿/*基本信息*/
*{ margin:0; padding:0;transition: all 0.5s;}
body{ 
	font-size:12px;
	background: #ffffff;
	background:url(../images/topbg.png);
	color: #8a8a8a;
	font-family: "黑体";
	line-height: 26px;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #555555;
	transition: all 0.2s;
}
a:hover {
	color: #0a2f89;
}
p a {
	color: #f2d200;
}
.left {
	float: left;
}
.right{
	float: right;
}
.clear {
	clear:both;
}
.w1200 {
	width: 1200px;
}
.w992 {
	width: 992px;
}
.center {
	margin: 0 auto;
}
.mt30 {
	margin-top: 30px;
}
.mb15 {
	margin-bottom: 15px;
}
.title {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #4d4d4d;
}
.title span {
	color: #379bbc;
	font-size: 14px;
	padding-left: 10px;
	text-transform: uppercase;
}
.title em {
	font-style: normal;
	font-size: 12px;
	color: #aaa;
	padding-left: 15px;
}
.sbgblue {
	background: #053188;
}
.sbgred {
	background: #fe3800;
}
.sbgyellow {
	background: #ffc100;
}
.sbggreen {
	background: #00a452;
}
.sbgpurple {
	background: #6b3983;
}
/*页面头部*/
.topline {
	background: url(../images/topline.jpg) top center;
	width: 100%;
	height: 2px;
}
.header {
	font-size:14px;
	width:100%;
	color: #d9d9d9;
	height: 50px;
	padding: 30px 0;
	line-height: 60px;
}
.menu {
	height: 90px;
	text-align: right;
	position: relative;
	z-index: 999;
	margin-left: 90px;
	padding: 0;
	text-transform: uppercase;
}
.menu li {
	display: inline-block;
	height: 90px;
	padding: 0 20px;
	text-align: center;
	line-height: 90px;
	margin-left: -5px;
	position: relative;
	transition: all 0.2s linear;
}
.menu a {

	height: 100%;
	display: inline-block;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.menu a:hover {
	color: #fff;
	background: #d92423;
}
.menu .active a {
	color: #fff;
}
.menu li.active {
	background: #d92423;
}
.nav {
	position:absolute;
	background: rgba(3,71,135,0.8);
	color: #fff;
	left: 0;
	display: none;
	min-width: 100%;
	padding-bottom: 0px;
	line-height: 36px;
	text-align: left;
}
.nav a {
	width: auto;
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-bottom: 0px dashed #dedede;
}
.nav a:hover {
	color: #dab96b;
	background: none;
	border: none;
}
.logo {
	width: 220px;
	height: 50px;
	z-index: 9999999;
}
.logo img {
	display: block;
	padding: 0;
	margin: 0 auto;
}
/*banner*/
.banner { 
	width:1200px; 
	height:475px; 
	overflow:hidden;
	position:relative;
	margin: 0 auto;
	z-index:1;
}
.banner a {
	color: #f7f7f7;
	font-size: 14px;
}
.banner a:hover {
	color: #dab96b;
}
.banner a.prev,.banner a.next {
	position: absolute;
	width: 38px;
	height: 70px;
	top: 50%;
	opacity: 0.6;
	margin-top: -19px;
	background: url(../images/bannerbtn.png);
	z-index: 6;
}
.banner a.prev:hover,.banner a.next:hover {
	opacity: 1;
}
.banner a.prev {
	left: 50px;
}
.banner a.next {
	background-position: -42px;
	right: 50px;
}
.tbannerlist {  
	left:0; top:0px; 
	width:100%;
	height:100%; 
	z-index:3; 
	padding-left: 20px;
	overflow:hidden;
	position:absolute; 
}
.tbannerlist a { 
	display: none; 
	position:absolute; 
	width:100%; 
	height:100%; 
	bottom:0px; 
	left:0; 
	background:top center; 
	z-index:3; 
}
.events {
	width: 300px;
	height: 62px;
	background: url(../images/bannertitlebg.png);
	position: absolute;
	bottom: 20px;
	left: 50%;
	cursor: pointer;
	margin-left: 300px;
	z-index: 6;
	overflow: hidden;
}
.events h2 {
	width: 100%;
	height: 62px;
	font-size: 18px;
	font-weight: normal;
	color: #e8e8e8;
	padding-left: 30px;
	line-height: 62px;
	background: url(../images/eventsbg.jpg);
}
.events img {
	width: 258px;
	height: 168px;
	border: 6px solid #f7f7f7;
	display: block;
	margin: 15px auto;
}
.events ul {
	width: 270px;
	height: 72px;
	margin: 0 auto;
}
.events ul li {
	height: 36px;
	line-height: 36px;
}
.events h2 span {
	display: inline-block;
	margin-left: 150px;
}
.tbannerlist div {
	width: 100%;
	line-height: 46px;
	height: 46px;
	background: url(../images/bannertitlebg.png);
	position: absolute;
	bottom: 0;
}
.tbannerlist div p {
	width: 1200px;
	margin: 0 auto;
}
.tbannerlist div i{
	padding-right: 5px;
}
.tbannerlist div span {
	display: inline-block;
	margin-left: 35px;
}
.bannernum { 
	position:absolute; 
	width:90px; 
	height:15px; 
	right: 30px;
	margin-left: -42px; 
	z-index:4; 
	bottom:15px; 
}
.bannernum li { 
	width:10px; 
	height:10px;
	box-shadow: 0 0 3px #fe3a00;
	border-radius:10px; 
	margin-right:6px; 
	overflow:hidden; 
	background:#e0f4fd;
	float:left; 
	position: relative;
	cursor:pointer;
}
.bannernum li.current { 
	background: #fe3a00;
}
/*index-partone*/
.introduction { 
	width:290px;
	height:395px;
	overflow:hidden;
	padding-right:20px;
	border-right:1px solid #eaeaea; 
}
.introduction img { 
	display:block; 
	width:100%;
	height:160px;
	margin:0 auto 0px auto; 
}
.inreguid { 
	width:100%;
	overflow:hidden; 
	padding-top:18px;
	margin-top: 23px;
	border-top:1px dashed #8a8a8a; 
}
.introduction ul { 
	width:100%;
	margin-top: 10px;
	height:68px;
	overflow:hidden; 
}
.introduction ul li { 
	width: 50%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	float: left;
}
.introduction li a {
	display: block;
	color: #fff;
	width: 100%;
	opacity: 0.8;
	height: 100%;
}
.introduction li a:hover {
	opacity: 1;
}
.introduction li i {
	padding: 0 5px 0 10px;
}

/******news******/
.news { 
	width:465px; 
	height:395px; 
	overflow:hidden; 
	margin-left:20px; 
	padding-right:20px; 
	border-right:1px solid #eaeaea;
}
.news ul.hotnews { 
	width:100%; 
	height:205px; 
	overflow:hidden; 
}
.news ul.hotnews li { 
	height:102px; 
	border-bottom:1px dashed #dbdbdb; 
	margin-bottom:15px; 
}
.hotnews h3 { 
	width:100%; 
	height:40px; 
	line-height:32px; 
	font-size:16px; 
	color:#323436; 
	text-align:center; 
	overflow:hidden; 
}
.hotnews p { 
	text-indent:2em; 
	color:#8a8a8a; 
}
.hotnews p a { 
	color:#a30617; 
}
.news ul.newslist { 
	width:100%; 
	height:120px; 
	overflow:hidden; 
	line-height:30px; 
	background:url(../images/newslist.png) left 37px no-repeat; 
	padding:30px 0 0 20px;
}
.news ul.newslist li { 
	width:100%; 
	height:30px;
	overflow:hidden;
	line-height:30px;
	position:relative;
}
.newslist span { 
	position:absolute;
	right:20px;
	color:#8a8a8a;
}
/*pagebanner*/
.pagebanner {
	width: 100%;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.pagebanner i {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.pagebanner div {
	position: relative;
	z-index: 3;
	width: 1200px;
	margin: 0 auto;
	text-align: right;
}
.pagebanner h2 {
	color: #da251c;
	font-size: 36px;
	height: 62px;
	text-transform: uppercase;
	line-height: 62px;
	padding-top: 60px;
}
.pagebanner h3 {
	color: #062f87;
	font-size: 20px;
	height: 30px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 30px;
}
.pagebanner p {
	font-size: 14px;
	line-height: 20px;
	color: #f7f7f7;
	width: 500px;
	display: inline-block;
}

/*home*/
.home {
	height: 60px;
	line-height: 60px;
	color: #999999;
	width: 100%;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}
.home p {
	width: 1200px;
	margin : 0 auto;
}
.home i {
	padding-right: 5px;
}
.home a {
	color: #676767;
}
/**page**/
.page{
	position: relative;
	overflow: hidden;
}
/**left-menu**/
.left-menu {
	width: 315px;
	height: 2500px;
	margin-bottom: -1800px;
	padding-right: 35px;
	border-right: 1px solid #cecece;
	overflow: hidden;
}
.left-menu h3 {
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	background: #d92423;
	color: #fff;
	font-weight: 200;
	font-size: 26px;
}
.left-menu h3 span {
	font-size: 16px;
	padding-left: 10px;
	text-transform: uppercase;
}
.left-menu ul {
	width: 100%;
	border-bottom: 1px solid #0f0f0f;
	margin-bottom: 20px;
}
.left-menu ul li {
	height: 50px;
	line-height: 50px;
	background: #eaeaea;
	margin-bottom: 1px;
	font-size: 16px;
	overflow: hidden;
}
.left-menu li a {
	display: block;
	position: relative;
	padding-left:30px;
	width: 100%;
	height: 100%;
}
.left-menu li i{
	position: absolute;
	left: 280px;
	top: 16px;
}
.left-menu li a.active, .left-menu li a:hover{
	background: #ffffff;
	border-left: 5px solid #d92423;
}
.left-menu li a.active i,.left-menu li a.hover i {
	color: #d92423;
}
.pagecon {
	width: 814px;
	padding-bottom: 30px;
	overflow: hidden;
}
.pagecontitle h2 {
	color: #090909;
	font-size: 26px;
	line-height: 90px;
}
.pagecontitle i {
	width: 30px;
	height: 1px;
	background: #034787;
	display: none;
	margin: 20px 0;
}
.prothumb {
	border-bottom: 2px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.read{
	background: #f1f1f1;
	width: 770px;
	padding: 20px;
	margin-top: 10px;
	border:1px solid #cecece;
	margin-bottom: 30px;
}
.read h3 {
	font-size: 18px;
	color: #d92423;
	margin-bottom: 10px;
	font-weight: 100;
}
.article {
	width: 100%;
	overflow: hidden;
}
.article p {
	margin-bottom: 15px;
	color: #6b6b6b;
	font-size: 14px;
}
.article h5 {
	font-size: 14px;
	margin-top: 20px;
	font-weight: 400;
	color: #034787;
	margin-bottom: 15px;
	text-align: right;
}
/*pagebutton*/
.pagebutton {
	border-top: 1px solid #cecece;
	padding: 15px 0 30px 0;
	margin:0px auto; 
	height: 45px;
}
.pagebutton span ,.pagebutton p {
	display: inline-block;
}
.pagebutton span {
	height: 45px;
	line-height: 45px;
	font-size: 45px;
}
.pagebutton .left span{
	padding-right: 10px;
}

.pagebutton .right span{
	padding-left: 10px;
}
.pagebutton p {
	line-height: 20px;
	color: #494949;
}
.pagebutton p i{
	display: block;
	color: #929292;
	font-style: normal;
}
.pagebutton .left p {
	text-align: left;
}
.pagebutton .right p {
	text-align: right;
}

/*newslistpage*/
.newslistpage {
	width: 100%;
}
.newslistpage a {
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.newslistpage i {
	display: block;
	width: 30px;
	height: 1px;
	margin-bottom: 10px;
	background:#034787;
}
.newslistpage h4 {
	font-size: 16px;
	color: #090909;
	line-height: 36px;
}
.newslistpage .left {
	width: 240px;
	/*height: 160px;*/
	overflow: hidden;
}
.newslistpage .left img {
	width: 240px;
}
.newslistpage .right {
	width: 560px;
}
.newslistpage p {
	margin: 10px 0;
}

/**prolist**/
.procate {
	width: 772px;
	background: #f1f1f1;
    padding: 20px;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    overflow: hidden;
}
.procate a {
	width: 33.33%;
	float: left;
}
.procate a i {
	padding-right: 5px;
}
.procate a:hover {
	color: #d92423;
}
.procate a:hover i {
	padding-right: 15px;
}
.prolist {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.prolisth {
	font-size: 20px;
    font-weight: 200;
    display: block;
    width: 100%;
	margin: 0px 0 20px 0;
}
.prolisth a {
	float: none;
	width: 250px;
	margin-right: 32px;
	margin-bottom: 0px;
	overflow: hidden;
	background: none;
	text-align: left;
}
.prolisth i{
	color: #d92423;
	padding-right: 10px;
}
.prolist a {
	float: left;
	width: 250px;
	margin-right: 32px;
	margin-bottom: 30px;
	overflow: hidden;
	background: #f1f1f1;
	text-align: center;
}
.prolist a:nth-child(3n){
	margin-right: 0;
}
.prolist a:hover {
	box-shadow: 0 0 10px #ddd;
	transform:translateY(-5px);
}
.prolist a:hover span {
	background: #d92423;
}
.prolist a img {
	width: 240px;
	height: 183px;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}
.prolist a span {
	display: block;
	width:20px;
	height: 2px;
	background: #999999;
	margin: 20px auto;
}
.prolist a p {
	font-size: 16px;
	color: #090909;
	padding-bottom: 20px;
}

/***newpro**/
.newpro {
	width: 363px;
	position: relative;
}
.newpro-con {
	background: #f1f1f1;
	display: block;
	position: relative;
	z-index: 2;
	height: 350px;
}
.newpro-con img {
	display: block;
	padding: 10px;
	width: 343px;
	height: 255px;
}
.newpro-con h5 {
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	color: #6b6b6b;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.newpronum { 
	position:absolute; 
	width:45px; 
	height:15px;
	right:10px;
	z-index:4; 
	bottom:15px; 
}
.newpronum li { 
	width:10px; 
	height:10px;
	border-radius:10px; 
	margin-left:5px; 
	overflow:hidden; 
	background:#aaaaaa;
	float:left; 
	position: relative;
	cursor:pointer;
}
.newpronum li.active { 
	background: #043088;
	box-shadow: 0 0 3px #043088;
}
.title {
	position: relative;
}
.title a {
	position: absolute;
	right: 1px;
	font-size: 12px;
}
/******product******/
.product {
	margin-top: 30px;
	width: 1230px;

	margin: 0 auto;
	padding-bottom: 15px;
}
.product .title {
	padding:20px 0;
	margin-top: 30px;
	position: relative;
	border-top: 1px solid #e8e8e8;
}

.product-list {
	width: 1200px;
	overflow: hidden;
	padding: 15px;
}
.product-list li {
	float: left;
	color: #4d4d4d;
	width: 400px;
	background: #eaeaea;
}
.product-list li:hover {
	color: #dedede;
	box-shadow: 0 0 15px #b7b7b7;
	background: #034787;
	transform:scale(1.01);
}
.product-list li:hover span {
	background: #d92423;
}
.product-list li:hover a {
	color: #f1f1f1;
}
.product-list li img {
	display: block;
	width: 400px;
	height: 265px;
}
.product-introduce {
	height: 265px;
	position: relative;
	overflow: hidden;
	transition:all 0.2s;
}
.product-introduce span {
	display: block;
	background: #4d4d4d;
	width: 60px;
	height: 3px;
	margin: 30px auto 0 auto;
}
.product-introduce h3 {
	font-size: 16px;
	line-height: 76px;
	font-weight: normal;
	height: 76px;
	text-align:center;
}
.product-introduce p {
	width: 86%;
	color: #e2e1e1;
	margin: 10px auto 0 auto;
}
.product-introduce div {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}
.product-introduce div a {
	float: left;
	width: 50%;
	height: 24px;
	margin: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-introduce div i {
	padding-right: 5px;
	color: #d92423;
}
.product-introduce i.fa-align-center {
	width: 10px;
	height: 10px;
	font-size: 10px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 10px;
	color: #aaaaaa;
}






/******project******/
.project {
	padding-bottom: 30px;
	margin-top: 30px;
}
.project .title {
	padding:30px 0;
	border-top: 1px solid #e8e8e8;
}
.project-list {
	width: 100%;
	background: url(../images/projectbg.jpg) top repeat-x;
}
.project-list ul {
	width: 180px;
	height: 5px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}
.project-list ul li {
	cursor: pointer;
	width: 50px;
	height: 5px;
	float: left;
	background: #e8e8e8;
	margin-right: 15px;
}
.project-list ul li.active {
	background: #a30617;
}
.project-list ul li:last-child {
	margin-right: 0px;
}
.project-list-con {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.project-con {
	position: absolute;
	top: 0;
	left: 0;
}
.project-list-con a {
	display: block;
	width: 300px;
	height: 400px;
	position: relative;
	overflow: hidden;
	float: left;
}
.project-list-con a:hover {
	transform:scale(1.05,1.05);
}
.project-list-con a:nth-child(4n-3){
	background: #00c0e4;
}
.project-list-con a:nth-child(4n-2){
	background: #e6567a;
}
.project-list-con a:nth-child(4n-1){
	background: #ffcc00;
}
.project-list-con a:nth-child(4n){
	background: #cb70d7;
}
.project-list-con a img ,.project-list-con a div {
	position: absolute;
	height: 200px;
	width: 300px;
	left: 0;
}
.project-list-con a:nth-child(odd) img,.project-list-con a:nth-child(even) div{
	top: 0;
}
.project-list-con a:nth-child(even) img,.project-list-con a:nth-child(odd) div{
	bottom: 0;
}
.project-list-con a:hover .project-introduce {
	opacity: 1;
}
.project-introduce {
	color: #f7f7f7;
	opacity: 0.6;
	transition:all 0.5s;
}
.project-introduce span {
	display: block;
	background: #f7f7f7;
	width: 60px;
	height: 3px;
	margin: 30px auto 0 auto;
}
.project-introduce h3 {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	height: 36px;
	text-align:center;
}
.project-introduce p {
	width: 86%;
	color: #e2e1e1;
	margin: 10px auto 0 auto;
}
.project-introduce i {
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: block;
	margin: 20px auto 0 auto;
}
/******link******/
.link {
	background: #e6e6e6;
	width: 100%;
	padding: 30px 0;
}
.link ul {
	margin: 30px auto 20px auto;
	width: 1200px;
	overflow: hidden;
	border-bottom: 1px dashed #d3d3d3;
	padding: 5px 5px 30px 5px;
}
.link ul li {
	width: 120px;
	height: 45px;
	float:left;
	transition:all 0.5s;
	margin-right: 15px;
}
.link ul li:last-child{
	margin-right: 0;
}
.link ul li:hover {
	box-shadow: 0 0 5px #d69455;
}
.link-list {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.link-list a {
	display: inline-block;
	margin-right: 15px;
}










































/*分页*/
.pagenum { 
	height:40px;
	overflow:hidden;
	color:#51504c;
	text-align:center;
	margin:50px 0 25px 0;
	padding-top:2px; 
}
.pagenum a { 
	border:1px solid #cdcdcd;
	line-height:30px;
	padding:6px 12px; 
}
.pagenum a:hover { 
	color:#fff; 
	background:#5da0fb; 
	border:1px solid #5da0fb; 
}
.pagenum span { 
	color:#fff;
	background:#013f92;
	border:1px solid #013f92;
	line-height:30px; padding:6px 12px; 
}

/*页面底部*/	
.footer {
	width: 100%;
	background: #dedede;
	color: #6b6b6b;
	padding-bottom: 20px;
}
.footer a{
	color: #dab96b;
}
.footercon {
	width: 1200px;
	margin: 0 auto;
}
.footercon .right {
	width: 910px;
}
.footercon .left {
	width: 251px;
	overflow: hidden;
}
.footercon .left img {
	display: block;
	width: 220px;
	margin-top: 56px;
	padding-right: 30px;
	border-right: 1px solid #aeaeae;
}
.footer h1 {
	font-size: 18px;
	font-weight: normal;
	height: 70px;
	line-height: 90px;
	overflow: hidden;
	color: #034787;
}
.footer p span {
	padding-right: 20px;
}
.footerico {
	padding: 30px 0;
	font-size: 20px;
}
.footerico a {
	color: #f7f7f7;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	background: #acacac;
	margin-right: 15px;
}
.footerico a:hover {
	color: #dab96b;
}
.footerlink span {
	padding: 10px;
}