/*top*/
.top{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    height: 125px;
    border-bottom: 1px solid #ececec;
}
.tx{
	    background: #004b90;
    height: 20px;
}
.nv{
    height: 105px;
    float: left;
}
.logo{
    float: left;
}
.logo img{}

/*nav*/
.nav {
	float: right;
}
.nav ul.dh {
	overflow: hidden;
	margin-top: 30px;
}
.nav ul.dh li {
	float: left;
	height: 105px;
	line-height: 50px;
}
.nav ul.dh li a {
	font-size: 16px;
	padding: 0 18px;
}
.nav ul.dh li a:hover{
	    color: #004b90;
    font-weight: bold;
}
.nav ul.dh li ul.sub {
	width: 100%;
	line-height: 30px;
	position: absolute;
	z-index: 999;
	left: 18px;
	display: none;
	margin-top: 26px;
}
.nav ul.dh li:hover ul.sub {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.nav ul.dh li ul.sub li {
	float: left;
	height: 40px;
	width: 150px;
	line-height: 40px;
	position: relative;
	margin-left: 6px;
	background: #004b90;
	text-align: center;
}
.nav ul.dh li ul.sub li:hover {
	background: #eb5506;
}
.nav ul.dh li ul.sub li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}
/*yewu*/
.text{text-align: center;margin: 50px 0px 40px;}
.text h2{
    font-size: 28px;
}
.text p{
    font-size: 12px;
    margin-top: 30px;
    color: #9a9999;
}
.yewu{}
.yewu li:hover{
    margin-top: -6px;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 15px #c7c7c794;
    background: #ffffffc4;
}
.yewu li{
    float: left;
    width: 380px;
    /* margin: 10px; */
    padding: 10px;
    margin-right: 20px;
}
.yewu li a{}
.yewu li a img{}
.tt{}
.tt h2{
    margin-top: 15px;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #e4e2e2;
}
.tt p{
    line-height: 26px;
    font-size: 13px;
    color: #a2a0a0;
}
.tt img{}
/*gongsi*/
.abouts{
    background: url(../images/bg.jpg) 100%;
    height: 550px;
    padding: 20px 0px;
    margin: 90px 0px 20px;
}
.about-left{
    float: left;
    width: 565px;
    margin-top: 70px;
}
.about-left h2{
    font-size: 28px;
}
.about-left img{
    margin-bottom: 38px;
}
.about-left p{
    color: #777575;
    line-height: 28px;
}
.more{
    margin-top: 59px;
}
.more a{
    color: #fff;
}
.more a:hover{color: white;font-weight: bold;}
.mo2:hover{
    background: #e65504;
    transition: all 0.6s ease;
}
.mo1:hover{
    background: #004b90;
    transition: all 0.6s ease;
}
.mo1{
    padding: 15px 50px;
    background: #e65504;
    margin-right: 30px;
}
.mo2{
    padding: 15px 50px;
    background: #004b90;
}
.about-right{float: right;margin-top: 70px;}
.about-right img{}
/*product*/
.lei {
  text-align:center;
}
.lei a {
  width: 230px;
  height: 50px;
  padding:0;
  background:none;
  text-align:center;
  color: #ffffff;
  line-height: 50px;
  margin: 30px 10px 0px;
  text-decoration:none;
  background-color: #004b90;
}
.lei a:hover {
  border-color: #e65504;
  background:none;
  line-height: 36px;
  font-weight: bold;
}
.la-btn {
  padding:14px 20px;
  background: #e65504;
  color:#fff;
  font-size: 16px;
  overflow:hidden;
  transition:all .35s;
  display:inline-block;
  position:relative;
  z-index:1;
}
.la-btn:hover {
  color:#fff;
  background:none;
}
.la-btn:before {
  visibility:hidden;
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:0;
  height:100%;
  background: #e65504;
  z-index:-1;
  transform:skew(45deg,0);
  transition:all .35s;
}
.la-btn:hover:before {
  visibility:visible;
  width:150%;
  left:-25%;
}
.la-btn1{
  padding:14px 20px;
  background-color:#e60012 !important;
  color:#fff !important;
  font-size:17px;
  overflow:hidden;
  display:inline-block;
  position:relative;
  z-index:1;
}
.chanpin{
    margin-top: 30px;
}
.chanpin li{
    float: left;
    width: 276px;
    margin: 12px;
    border: 1px solid #eaeaea;
    padding: 20px;
    height: 302px;
}
.chanpin li:hover{
    border: 1px solid #004b90;
}
.chanpin li a:hover h2{
    margin-top: -10px;
    font-weight: bold;
    transition: all 0.5s ease;
    color: #004b90;
}
.chanpin li a{}
.chanpin li a img{
    display: block;
    margin: auto;
    margin-bottom: 35px;
    width: 199px;
    height: 166px;
}
.chanpin li a h2{
    font-size: 18px;
    line-height: 35px;
}
.chanpin li a p{
    font-size: 13px;
    color: #777;
}
/*new*/
.xinwen{
    background: url(../images/bj.png);
    padding: 20px 0px;
    margin: 50px 0px 0px;
    border-top: 1px solid #f1f0f0;
    background-size: 100% 100%;
}
.infos {
	margin-top: 10px;
	overflow: hidden;

}
.infos li {
	float: left;
	background: #ffffff52;
	width: 370px;
	padding-bottom: 20px;
	/* border-radius: 5px; */
	border: 1px solid #e8e8e8;
}
.infos li:not(:first-child) {
	margin-left: 45px;
}
.infos li .nr {
	padding: 12px 20px 0;
	border-radius: 5px;
}
.infos li a {
	display: block;
	color: #333;
}
.infos li .ntu img {
	display: block;
	padding: 15px;
	transition: all ease 0.56s;
	width: 100%;
	height: 165px;
}
.infos li .ntu{
    width: 100%;
    overflow: hidden;
    transition: all ease 0.36s;
}
.infos li:hover .ntu img{
    transform: scale(1.2);
    transition: all ease 0.56s;
}
.infos li h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px 0 10px;
}
.infos li:hover h2 {
	color: #ec5506;
}
.infos li p {
	line-height: 25px;
}
.infos li .more2 {
	margin: 20px auto 0;
	height: 30px;
	width: 90%;
	position: relative;
	/* border-bottom: 1px solid #e1e1e1; */
}
.infos li .more2 a {
	float: left;
	height: 24px;
	line-height: 24px;
	color: #004b90;
}
.infos li:hover{box-shadow: 0px 0px 15px #c7c7c794;}
.infos li:hover .more2 a {
	color: #ec5506;
}
.infos li .more2 span {
	float: right;
	font-style: initial;
}
.infos li .more2:before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 1px;
	background-color: #ec5505;
	transition: all 0.6s ease-out;
}
.infos li:hover .more2:before {
	width: 100%;
}
/*footer*/
.footer{
    background: url(../images/footer.jpg);
    height: 150px;
    padding: 35px 0px;
    margin-top: 30px;
}
.foot-left{
    float: left;
}
.left1{
    float: left;
}
.left1 li{
    float: left;
    margin-right: 50px;
}
.left1 li img{
    float: left;
    margin-right: 15px;
}
.left1 li p{
    float: right;
    color: #fff;
}
.left2{
    margin-top: 70px;
}
.left2 p{}
.left2 p a{}
.left2 p a:hover{
    color: red;
}
.foot-right{
    float: right;
}
.foot-right img{
    width: 130px;
    margin-bottom: 10px;
}
.leibie{
    margin-bottom: 70px;
}
.leibie ul li:hover{
	background: #004b8f;
	transition: all 0.6s ease-out;
}
.leibie ul li{
    background: #69b4f93b;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #b5d7f5;
}
.leibie ul li h2{
    line-height: 50px;
}
.leibie ul li a{
    margin-right: 20px;
    font-size: 16px;
    line-height: 36px;
}
.leibie ul li:hover a{
    color: #fff;
}