﻿body {
	font-family: "微软雅黑";
	font-weight: 100;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	line-height: 24px;
	background: url(../images/q3.png) no-repeat;
	background-size:cover;
	position: relative;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #eb6100;
	-webkit-transition: all .5s;
	transition: all .5s;
}
*{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul li {
	list-style: none;
}

img,
input {
	border: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
/*nav*/
.nav {
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 55;
	margin: 0 auto;
	background: rgba(5,49,97,1);
	/*background: rgba(255,255,255,1);*/
}
.nav ul {
	float: right;
	margin-right: 100px;
}
.nav .logo {
	display: inline-block;
	margin-left: 100px;
    margin-top: 10px;
}
.nav li {
	float: left;
	width: 150px;
	text-align: center;
	line-height: 45px;
	margin: 12px 0;
	font-size: 16px;
}
.nav li a {
	color: #FFFFFF;
}
.nav li a:hover {
	color: #eb6100;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.DB_tab25{
	width: 100%;
	position: relative;
	top: 70px;
	
}
.DB_tab25>img{
	width: 100%;
	height: 100%;
}
/*about*/
.lml {
	width: 100%;
	position: relative;
	top: 100px;
	margin-left: 80px;
}
.lml h1 {
	background: url(../images/lml.png) no-repeat;
	width: 215px;
	height: 55px;
	margin-top:-55px;
	float: left;
	z-index: 5;
	color: #E1E1E1;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
@font-face {
	font-family:cinzel;
	src: url(../font/cinzel.otf);
}
.lml h1 em {
	font-family: "cinzel";
	font-weight: 100;
	font-size:28px;
	/*line-height: 60px;*/

}

/*公司简介*/
.main{
	width: 100%;
	height: 300px;
	/*background: red;*/
}
.main ul {
	width: 199px;
	height: 49px;
	float: left;
	margin: 100px 0 0 95px;	
}

.main ul li {
	width: 197px;
	border-top: 0px;
	border: 2px solid #38cfff;
	line-height: 45px;
	float: left;
	text-align: left;
	line-height: 45px;
	font-size: 16px;
}

.main ul li a {
	color: #FFFFFF;
	padding-left: 50px;
}

.main ul li a em {
	float: right;
	font-style: normal;
	margin-right: 20px;
}

.main ul li:hover a {
	color: #f55c03;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.main ul li:hover em {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.main div {
	width:54%;
	height:90%;
	background:url(../images/xbg13.png)no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 33px;
	display: none;
	float: left;
	margin: 100px 0px 0 80px;
	color: #FFFFFF;
	padding: 45px 60px 0 60px;
	font-size: 1.05rem;
	border: 2px solid #38cfff;
	box-shadow: 2px 2px 10px #38cfff;
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 3s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
	
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: 1; 
	-moz-animation-delay: 0s; 
	
	-ms-animation-name: fadeIn; 
	-ms-animation-duration: 3s; 
	-ms-animation-iteration-count: 1; 
	-ms-animation-delay: 0s; 
	
	-o-animation-name: fadeIn; 
	-o-animation-duration: 3s; 
	-o-animation-iteration-count: 1; 
	-o-animation-delay: 0s; 
}
.main div p{
	text-indent:2em;
}
@-webkit-keyframes fadeIn{
	from{
		opacity: 0;
		width: 0;
		height: 0;
	}
	to{
		opacity: 1; 
		width:54%;
		height:90%;
	}
}
@-moz-keyframes fadeIn{
	from{
		opacity: 0;
		width: 0;
		height: 0;
	}
	to{
		opacity: 1; 
		width:53.5%;
		/*height:267px;*/
	}
}
@-ms-keyframes fadeIn{
	from{
		opacity: 0;
		width: 0;
		height: 0;
	}
	to{
		opacity: 1; 
		width:53.5%;
		/*height:267px;*/
	}
}
@-o-keyframes fadeIn{
	from{
		opacity: 0;
		width: 0;
		height: 0;
	}
	to{
		opacity: 1; 
		width:53.5%;
		/*height:267px;*/
	}
}
/*联系我们*/
.info {
	width: 28%;
	height: 350px;
	position: relative;
	top: 30px;
	left: 114px;
}

.form-control {
	margin: 8px 0 8px 10%;
	width: 80%;
	height: 35px;
	padding: 0 10px 0 10px;
	background: #E1E1E1;
	line-height: 35px;
	border: 1px solid #CCCCCC;
	/*border-radius: 5px;*/
	font-size: 13px;
	color: #515151;
}

.form-control1 {
	width: 80%;
	height: 100px;
	margin: 8px 0 8px 10%;
	padding: 5px 10px 0 10px;
	background: #E1E1E1;
	border: 1px solid #CCCCCC;
	/*border-radius: 5px;*/
	font-size: 13px;
	color: #515151;
}

.tijiao {
	cursor: pointer;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #E46C15;
	border: 1px solid #E46C15;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 10px;
}
.map{
	width: 180%;
	height: 335px;
	background: url(../images/map.png) no-repeat;
	background-size: cover;
	position: absolute;
	top:5px;
	left:116%;
}
.map h1{
	font-size: 1.6em;
	font-weight: 300;
	color: #FFFFFF;
	margin-left: 40px;
	margin-bottom: 40px;
}
.map h4{
	color: #FFFFFF;
	margin-left: 40px;
}
.map .page{
	width:35px;
	height: 35px;
	font-weight: 900;
	transform: rotate(-70deg);
	margin: 16px 20px 0 0;
}
.icon1{
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.map img{
	width:23px;
	height: 23px;
	margin:0 20px 25px 20px;
	vertical-align: middle;
}
.map .icon{
	display: inline-block;
	margin-bottom: 25px;
	vertical-align: middle;
}
/*foot*/
.ftb {
	width: 100%;
	height: 55px;
	background:rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	font-size: 12px;
	float: left;
	padding:10px 0 25px 0;
	margin-top: 80PX;
}
.ftb .p1{
	margin-top: 5px;
	font-size: 14px;
}
.ftb a {
	color: #fff;
}

.ftb a:hover {
	color: #eb6100;
}

.hide {
	display: none;
}

.foot{
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.foot .p1{
	margin-top: 5px;
	font-size: 14px;
}
.foot a {
	color: #fff;
}

.foot a:hover {
	color: #eb6100;
}
/*侧边栏*/

#leftsead {
	width: 131px;
	height: 143px;
	position: fixed;
	top: 258px;
	right: 0px;
}

*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
	width: 131px;
	height: 53px;
	margin-bottom: 15px;
}

#leftsead li img {
	float: right;
}

#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 131px;
}

#leftsead li a .shows {
	display: block;
}

#leftsead li a .hides {
	margin-right: -160px;
	cursor: pointer;
	cursor: hand;
}

#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 216px;
	top:5px;
}
/*news*/
.MainContent {
	overflow: hidden;
	clear: both;
	text-align: left;
	margin-top: 50px;
	position: relative;
	z-index: 3;
}
.arList li {
	border-bottom: 1px dashed #d5d5d6;
	margin-bottom: 15px;
	line-height: 26px;
	width: 80%;
	margin: 0 auto;
}

.arList li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 44px;
	color: #F55C03;
	padding-left: 12px;
}
.arList .newsl {
	float: left;
	width:80%;
	line-height: 30px;
	display: inline-block;
	text-indent: 2em;
	margin-left:10px;
	color: #FFFFFF;
	padding:0 0 10px 0;
}
.newsr h2 {
	font-size: 35px;
	line-height: 32px;
	padding-top: 16px;
}

.newsr{
	width: 88px;
	height: 88px;
	float: right;
	background: #e3e3e3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*PageBar*/

.PageBar {
	clear: both;
	width: 710px;
	height: 54px;
	margin: 20px auto 10px auto;
	font-size: 12px;
	text-align: center;
}

.PageButtons {
	height: 28px;
}

.PageButtons span,
.PageButtons a {
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 4px 6px;
}

.PageButtons span {
	color: #F55C0D;
	background-color: #CCCCCC;
}

.PageButtons a {
	color: #F55C0D;
}

.PageButtons a:hover {
	background-color: #FFFF99;
}

.PageInfo {
	height: 24px;
	line-height: 24px;
}
.xgwz ul {
	padding: 25px 0;
}

.xgwz ul li {
	height: 28px;
	line-height: 28px;
	text-indent: 12px;
	border-bottom: 1px dashed #cecece;
	overflow: hidden;
	width: 48%;
	float: left;
	margin: 0 1%;
	
}
.xgwz ul li a:link{/* 未被访问的链接 */
	color:#B9B9B9;   
}
.xgwz ul li a:hover{/* 鼠标指针移动到链接上 */
	color: #F55C03;
}
.xgwz ul li a:visited{/* 已被访问的链接 */
	color:#FF0000 ;
}
.xgwz ul li a:active{/* 正在被点击的链接 */
	color:#088100 ;
}
.xgwz .right{
	color: #B9B9B9;
}
/*相关文章*/
.but_tit {
	height: 30px;
	border-bottom: 2px solid #ccc;
	line-height: 30px;
	margin-top: 25px;
}

.but_tit span {
	display: block;
	width: 114px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #F55C03;
	text-align: center;
}

.but_tit span em {
	width: 6px;
	height: 14px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
.FastMove {
	clear: both;
	margin: 10px auto;
}

.FastMove .Prev,
.FastMove .Next {
	height: 30px;
	line-height: 30px;
}
/*新闻摘要*/
.arDate {
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.arDate span {
	font-size: 13px;
	padding-left: 25px;
	color: #ccc;
}

.arDate span i a{
	font-style: normal;
	color: #ccc;
}
.arDate span i:hover a{
	color: #F55C0D;
}
.arKeywords {
	height: 24px;
	margin: 6px 0 6px 130px;
	line-height: 24px;
	color: #38cfff;
	font-weight: 900;
}

.arContent {
	margin: 10px auto;
	color: #E1E1E1;
	padding:0  130px ; 
}

.arContent P {
	font-size: 16px;
	line-height: 180%;
}
.imainr_tit>h2{
	margin: 15px auto;
	font-size: 30px;
	color: #F55C03;
}
.ban{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ban img{
	width: 100%;
}

