﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	line-height: 1.5;
	font-family: arial, "\5b8b\4f53";
	overflow-x:hidden;
	font-size: 12px;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
ol, ul, li {
	list-style: none
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
*font-size:100%
}
fieldset, img, a img, :link img, :visited img {
	border: 0
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #d3301f;
}
/* 盒子 */
.main {
	width: 1004px;
	margin: 0 auto;
}
.box {
	width: 100%;
	margin-top: 20px;
	float: left;
}
.hang {
	width: 100%;
	position: relative;
	float: left;
}
.paddk {
	padding-top: 45px;
}
.padd30 {
	padding-top: 30px;
}
.padletdk {
	padding-top: 45px;
	float: left;
}
/*首屏*/
.banner {
	background: url(../images/banbg.png) no-repeat;
	height:744px;
	width:100%;
/*	height:calc(var(--vh,1vh)*100);
	width:calc(var(--vw,1vw)*100);*/
	position: relative;
	background-position: center top;
	/*background-attachment: fixed;*/
	background-size:cover;
	overflow:hidden;
}
.bannerheng {
	width: 1004px;
	margin: 0 auto; 
	position:relative;
}
.bannerheng img {
	width:100%;
	display: block;
	margin: 0 auto;
	position:absolute;
	top:100px;
}
.banslicre {
	position: absolute;
	top: 660px;
	left: 45%;
	width: 160px;
	height: 80px;
	border: 0px;
	cursor: pointer;
	text-align: center;
	opacity: 0.6;
}

/*
#cloudbox {
	width: 100%;
	height: 940px;
	overflow: hidden;
	position: relative;
	
}
#cloudbox ul {
	display: block;
	width: 6148px;
	height: 630px;
	animation: yd 10s linear infinite;
	-webkit-animation: yd 10s linear infinite;
	-moz-animation: yd 10s linear infinite;
	-ms-animation: yd 10s linear infinite;
	-o-animation: yd 10s linear infinite;
	margin-top: 293px;
}
#cloudbox ul li {
	float: left;
	list-style: none;
}
.image {
	width: 3074px;
	height: 630px;
}
@keyframes yd {
to {
transform: translate(-3074px);
}
}
*/


/*火车*/
#cloud1 {
  z-index: 100;
  animation: drift 15s linear infinite;
}

#cloud2 {
  z-index: 200;
  animation: drift 35s linear infinite;
}

#cloud1,
#cloud2 {
  position: absolute;
}

#cloud1 {
  top: 738px;
  left: 0px;
  z-index: 200;
}
#cloud1 .cloudLayers .layer1 {
  width: 100%;
  height: 46px;
  background-image:url(../images/could.png);
  background-repeat:no-repeat;
  position: absolute;
}
#cloud1 .cloudLayers .layer2 {
  position: absolute;
  width: 100%;
  height: 46px;
  background-image:url(../images/could.png);
  background-repeat:no-repeat;
  top: -40px;
  left: 0px;
  z-index: -1;
}
#cloud1 .cloudLayers .layer3 {
  position: absolute;
  width: 800px;
  height: 46px;
  background-image:url(../images/could.png);
  background-repeat:no-repeat;
  top: -60px;
  left: 0px;
  z-index: -2;
}

#cloud2 {
  top: 280px;
  left: 50px;
  z-index: 200;
}
#cloud2 .cloudLayers .layer1 {
  width: 250px;
  height: 100px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
}
#cloud2 .cloudLayers .layer2 {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  top: -40px;
  left: 120px;
  z-index: -1;
}
#cloud2 .cloudLayers .layer3 {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  top: -60px;
  left: 40px;
  z-index: -2;
}

/* cloud animation keyframes */
@keyframes drift {
  from {
    transform: translateX(-800px);
    opacity: 1;
  }
  to {
    transform: translateX(1600px);
    opacity: 1;
  }
}
.spacer {
  height: 300px;
}



/*背景图*/
.centtop {
	width: 100%;
	background: url(../images/bodbg1.jpg) right top no-repeat;
	margin: 0 auto;
	float: left;
}
.centbott {
	width: 100%;
	background: url(../images/bodbg2.jpg) left top no-repeat;
	height: 950px;
	margin: 0 auto;
	float: left;
}
/*头条图文*/

.topfist {
	width: 982px;
	float: left;
}
.topfist li {
	display: block;
	width: 982px;
	margin: 13px 0px;
	font-size: 3.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 600;
}
.topfist li p{display:block; margin-top:12px; float:left;}
.topfist li span{display:block; float:right; margin-top:20px;}
.topfist li a {
	color: #0756a5;
}
.topfist li a:hover {
	color: #000;
}
.picitem {
	width: 1004px;
	height: 535px;
	float: left;
	overflow: hidden
}
.nesrit {
	width: 416px;
	position: absolute;
	right: 0px;
}
.newsitem {
	width: 416px;
	padding: 6px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.newsitem h3 {
	font-size: 26px;
	font-family: "黑体";
	font-weight: bold;
	line-height: 28px;
}
.newsitem p {
	color: #8e8c8c;
	font-size: 14px;
	text-indent: 2em;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.newsitem p span {
	width: auto;
	display: block;
	float: right;
}
.newsitem p span a {
	color: #a01a1a;
}
.newsitem p span a:hover {
	color: #d3301f;
}
.newsmor {
	width: 425px;
	height: 35px;
	position: relative;
	float: right;
}
.newsmor p {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.newsmor p a {
	color: #666;
}
.newsmor p a:hover {
	color: #d3301f;
}
/*头条幻灯片*/
.yx-rotaion {
	margin: 0 auto;
	background: #8b0101;
}
.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t, .yx-rotaion-btn {
	position: absolute;
}
.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 101;
}
.yx-rotation-t {
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	z-index: 102;
	bottom: 0;
	left: 10px;
	line-height: 40px;
}
.yx-rotation-focus span, .yx-rotaion-btn span {
	background: url(../images/ico.png) no-repeat;
	display: block;
}
.yx-rotation-focus {
	height: 40px;
	line-height: 40px;
	right: 20px;
	bottom: 0;
	z-index: 102;
}
.yx-rotation-focus span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left:12px;
	position: relative;
	top: 14px;
	cursor: pointer;
	background-position: -24px -126px;
	text-indent: -9999px;
}
.yx-rotaion-btn {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px;
}
.yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	position: relative;
}
.yx-rotaion-btn .left_btn {
	background-position: -2px -2px;
	float: left;
	left: 10px;
}
.yx-rotaion-btn .right_btn {
	background-position: -2px -49px;
	float: right;
	right: 10px;
}
.yx-rotaion-btn span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}
.yx-rotation-focus span.hover {
	background-position: -10px -126px;
}
.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}
.rotaion_list li img {
	width: 1004px;
	height: 535px;
}
/*栏目样式*/
.cont {
	width: 280px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.cont p {
	width: 280px;
	display: block;
}
.cont p img {
	width: 133px;
}
.cont p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.cont p span a {
	color: #666;
}
.cont p span :hover {
	color: #d3301f;
}
.cont ul li {
	margin-top: 15px;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	color: #464646;
}
/*栏目右侧*/
.contrig {
	float: right;
	width: 378px;
	position: relative;
}
.contrig p {
	width: 315px;
	display: block;
}
.contrig p img {
	width: 133px;
}
.contrig p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width:60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 25px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.contrig p span a {
	color: #666;
}
.contrig p span :hover {
	color: #d3301f;
}
.contrig ul li {
	margin-top: 15px;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	color: #464646;
}
.contrig ul img {
	display: block;
	margin-top: 14px;
}
/*栏目样式*/
.contline {
	width: 1004px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.contline>p {
	width: 1004px;
	text-align: center;
}
.contline>p>span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	position: absolute;
	right: 25px;
	z-index: 9999;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.contline>p>span>a {
	color: #666;
}
.contline>p>span>:hover {
	color: #d3301f;
}
/*图说专利周*/
.zlzsjti {
	width: 1004px;
	float: left;
	margin-top: 15px;
	padding-top: 15px;
	position: relative;
}
.zlzsjti p {
	width: 100%;
	display: block;
	margin:0 auto;
}
.zlzsjti p img {
	display:block;
	width: 980px;
	margin:0 auto;
}
.zlzsjti p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: 0px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.zlzsjti p span a {
	color: #666;
}
.zlzsjti p span :hover {
	color: #d3301f;
}
.zlzsjti ul {
	line-height: 30px;
	height: 30px;
	text-align: right;
}
.zlzsjtipic {
	width: 424px;
	height: 317px;
	margin-top: 15px;
	float: left;
}
.zlzsjtilie {
	width: 1004px;
	margin-top: 25px;
	float: left;
	display:block;
}
.zlzsjtilie ul {
	display:block;
	margin-left: 20px;
	width: 311px;
	height: 220px;
	float: left;
}
.zlzsjtilie ul img {
	width: 311px;
	height: 176px;
}
.zlzsjtilie ul li {
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	font-family:"microsoft yahei";
	font-weight:500;
}

/*通栏目样式*/
.tongcont {
	width:100%;
	float: left;
	margin-right: 20px;
	position: relative;
}
.tongcont p {
	width: 100%;
	display: block;
}
.tongcont p img {
	width: 143px;
}
.tongcont p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 25px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.tongcont p span a {
	color: #666;
}
.tongcont p span :hover {
	color: #d3301f;
}
.tongcont ul {width:499px; float:left;}
.tongcont ul li {
	margin-top: 15px;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	color: #464646;
}





/*三栏目样式*/
.sancont {
	width: 321px;
	float: left;
	margin-right: 20px;
	position: relative;
}
.sancont p {
	width: 321px;
	display: block;
}
.sancont p img {
	width: 143px;
}
.sancont p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 25px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.sancont p span a {
	color: #666;
}
.sancont p span :hover {
	color: #d3301f;
}
.sancont ul li {
	margin-top: 15px;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	color: #464646;
}
.rigsancont {
	width: 320px;
	float: left;
	position: relative;
}
.rigsancont p {
	width: 320px;
	display: block;
}
.rigsancont p img {
	width: 143px;
}
.rigsancont p span {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 25px;
	font-size:16px;
	font-family:"microsoft yahei";
	font-weight:500;
}
.rigsancont p span a {
	color: #666;
}
.rigsancont p span :hover {
	color: #d3301f;
}
.rigsancont ul li {
	margin-top: 15px;
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: 500;
	color: #464646;
}
/*满行幻灯片*/

#playBox {
	width: 1000px;
	height: 509px;
	margin: 0 auto;
	background: #333;
	position: relative;
	overflow: hidden;
}
#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#playBox .oUlplay li {
	float: left;
}
#playBox .oUlplay li img {
	width: 1000px;
	height: 509px;
}
#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/l.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 6;
}
#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/r.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 6;
}
#playBox .smalltitle {
	width: 1000px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10
}
#playBox .smalltitle ul {
	width: 120px;
	margin: 0 auto;
}
#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #8c8880;
	float: left;
	overflow: hidden;
*display:inline;
*zoom:1;
}
#playBox .smalltitle .thistitle {
	background: #d3301f;
}
.piclist {
	width: 1104px;
	margin-top: 15px;
	float: left;
}
.pictem {
	width: 231px;
	height: 185px;
	margin-right: 22px;
	margin-left: 3px;
	float: left;
}
.pictem img {
	width: 231px;
	height: 145px;
}
.pictem p {
	width: 231px;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}
.piclistmor {
	width: 994px;
	height: 35px;
}
.piclistmor p {
	display: block;
	background: url(../images/more.png) right no-repeat;
	text-align: center;
	width: 60px;
	height: 22px;
	float: right;
	cursor: pointer;
	z-index: 99;
}
.piclistmor p a {
	color: #CCC;
}
.piclistmor p a:hover {
	color: #d3301f;
}
.lhjzbox {
	width: 136px;
	height: 180px;
	margin-top: 10px;
	float: left;
	margin-right: 11px;
	margin-left: 3px;
}
.lhjzbox ul {
	display: block;
	-webkit-box-shadow: 0px 1px 3px #999;
	-moz-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px #999;
	background: #fff;
}
.lhjzbox ul li {
	display: block;
	width: 136px;
	height: 133px;
}
.lhjzbox ul li img {
	width: 136px;
	height: 133px;
}
.lhjzbox ul p {
	width: 136px;
	height: 45px;
	overflow: hidden;
	font-family: "黑体";
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}
/*图文展示*/
.container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 350px;
}
.single-member {
	float: left;
	background-color: #fff;
	text-align: left;
}
.member-image img {
	max-width: 100%;
	vertical-align: middle;
}
.member-info p, .more-info p {
	display: block;
	padding: 20px;
}
.member-info p {
	background: #1669b7;
	color: #FFF;
}
.member-info p a, .more-info P a {
	color: #FFF;
	font-size: 14px;
}
.effect-1 .member-image {
	position: absolute;
	width: 645px;
	transition: .4s;
}
.effect-1 .member-image img {
	width: 645px;
	height: 243px;
}
.effect-1 .more-info {
	width: 645px;
	height: 0;
	transition: .4s;
	overflow: hidden;
	z-index: 9;
	position: relative;
	background-color: rgba(9, 44, 79, 0.4);
	color: #FFF;
}
.effect-1:hover .more-info {
	width: 645px;
	height: 243px;
	transition: .4s;
}
.effect-1 .member-info p {
	background: #1669b7;
	color: #FFF;
	z-index: 9;
	position: absolute;
	top: 243px;
	width: 645px;
	text-align: center;
}
.effect-2 {
	position: absolute;
	left: 645px;
}
.effect-2 .member-image {
	position: absolute;
	width: 355px;
	transition: .4s;
}
.effect-2 .member-image img {
	width: 355px;
	height: 243px;
}
.effect-2 .more-info {
	width: 355px;
	height: 0;
	transition: .4s;
	overflow: hidden;
	z-index: 9;
	position: relative;
	background-color: rgba(9, 44, 79, 0.4);
	color: #FFF;
}
.effect-2:hover .more-info {
	width: 355px;
	height: 243px;
	transition: .4s;
}
.effect-2 .member-info p {
	background: #1669b7;
	color: #FFF;
	z-index: 9;
	width: 355px;
	text-align: center;
}
/*底部栏目*/
.bottsof {
	border: 1px solid #dfdfdf;
	width: 336px;
	height: 411px;
	margin-top: 15px;
	margin-right: 10px;
	float: left;
}
.bottsof img{width:98%; display:block; margin:0 auto;}
.bottsof ul {
	border-bottom: 2px solid #069acd;
	background-image: url(../images/small.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 34px;
	font-size: 14px;
	padding-left: 15px;
	margin: 10px;
}
.bottsof li {
	padding-left: 14px;
	color: #656565;
	line-height: 24px;
	float: left;
}
.bottsof li a {
	color: #656565;
}
.bottsof li a:hover {
	color: #d3301f
}
.bottsof p {
	margin-left: 10px;
	width: 280px;
}
.bottsof p span {
	color: #cd0000;
	font-weight: bold;
}
.bottsorig {
	border: 1px solid #dfdfdf;
	width: 336px;
	height: 411px;
	margin-top: 15px;
	float: left;
}
.bottsorig ul {
	border-bottom: 2px solid #069acd;
	background-image: url(../images/small.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 34px;
	font-size: 14px;
	padding-left: 15px;
	margin: 10px;
}
.bottsorig ul span {
	display: block;
	background: url(../images/more.png) right 7px no-repeat;
	text-align: center;
	width: 47px;
	height: 22px;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
	float: right;
}
.bottsornei {
	width: 304px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bottsornei ui {
	font-size: 16px;
}
.bottsornei li {
	background-image: url(../images/weixinpicbgt.jpg);
	background-position: center;
	background-repeat: repeat-y;
	line-height: 24px;
}
.bottsornei li p {
	padding: 5px;
	color: #666666;
}
.linian {
	float: right;
}
.linian ul {
	width: 310px;
	margin: 12px auto;
	display: block;
}
.linian ul img {
	width: 133px;
}
.linian li {
	margin-bottom: 3px;
}
/*版权*/
#bancopy {
	width: 100%;
	text-align: center;
	line-height: 30px;
	border-top: 2px solid #d7d7d7;
	color: #666666;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
