body {
	font-size: 14px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color: #000;
	line-height: 24px;
	margin: 0 auto;
}

ul,
li,
p,
span,
img,
p,
h1,
h2,
h3,
h4,
h5 {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000;
}

.clear:after {
	content: " ";
	display: block;
	clear: both;
}
.clear_both:after{
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}


.margin:before {
	content: " ";
	display: table;
}

.Imgbh img {
	float: left;
	cursor: pointer;
	transition: all 0.8s;
}

.Imgbh:hover img {
	transform: scale(1.1);
}



/*首页*/
#nav {
	width: 100%;
	height: 44px;
	background: #333;
	min-width: 1300px
}

#navIn {
	width: 1300px;
	height: 44px;
	margin: 0 auto;
}

.navTz {
	float: right;
	line-height: 44px;
	font-size: 16px;
	margin-left: 18px;
}

.navTz a {
	color: #fff;
}

input.anfdj {
	width: 16px;
	height: 27px;
	float: left;
	background: url(../images/fdj.png) no-repeat;
}

.nav_bottom_line {
	height: 2px;
	position: absolute;
	background-color: #0255b1;
	top: 92px;
	width: 105px;
	z-index: 20;
}

.navFont:hover .nav_bottom_line {
	display: block;
}

@keyframes nav_buttle_show {
	from {
		width: 0px;
	}

	to {
		width: 105px;
	}
}

.nav_bottom_show {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: buttle_show;
}

.banner_top{
	width: 100%;
	overflow:hidden;
	position:relative;
}
.banner_top .hd{
	width: 100%;
	height: 7px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 34px;
	z-index: 3;
}
.banner_top .hd ul{
	display: flex;
	justify-content: center;
}
.banner_top .hd ul li{
	width: 122px;
	height: 7px;
	border-radius: 4px;
	margin: 0 6px;
	background:#fff;
	cursor:pointer;
}
.banner_top .hd ul li.on{
	background: #c0070d;
}
.banner_top .bd{
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner_top .bd li{
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.banner_top .bd li .mask {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}
.banner_top ul li .intro{
	width: 65%;
	position: absolute;
	left: 22%;
	top: 40%;
	line-height: 52px;
	font-size: 40px;
	color: #fff;
	z-index: 20;	
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}
.banner_top ul li .intro p{
	font-weight: bold;
}
.banner_top ul li .intro .more{
	height: 52px;
	line-height: 52px;
	font-size: 26px;
	z-index: 5;
	margin-top: 30px;
}
.banner_top ul li .intro .more a{
	width: 244px;
	height: 52px;
	color: #fff;
	display: block;
	border: 2px solid #fff;
	float: left;
	text-align: center;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
	animation-duration: 1s;
	animation-fill-mode: both;
 	animation-name: fadeInDown;
}
@keyframes img_biger{
	from {transform: scale(1.0);}
	to {transform: scale(1.2);}
}
.img_fangda{
	transition-duration:6s;
	animation-duration:6s;
	animation-name:img_biger;
}
.banner_top .bd a.img_row{
	width: 100%;
	display: flex;
	justify-content: center;
}
.banner_top .bd a.img_row img{
	width: 100%;
	height: auto;
}
.banner_top .prev,
.banner_top .next{
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -55px;
	display: block;
	width: 56px;
	height: 111px;
}
.banner_top .prev{
	left: 20px;
	background: url(../2021images/banner-arrow1.png) no-repeat;
}
.banner_top .next{
	right: 20px;
	background: url(../2021images/banner-arrow2.png) no-repeat;
}


ul.navH {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.navH li {
	width: 185px;
	text-align: center;
	padding: 10px 0;
}

ul.navH li p {
	font-size: 18px;
}

ul.navH li img {
	display: block;
	padding: 40px 0 6px 0;
	margin: 0 auto;
	cursor: pointer;
	transition: all .8s;
}

ul.navH li a:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}


.cyly_row {
	height: 1600px;
	background-color: #f1f1f1;
	padding: 20px 0 60px;
	box-sizing: border-box;
	margin-top: 40px;
	position: relative;
}

/* 产业领域 */
.chanye_main_wrap {
	margin: 0 auto;
	position: relative;
	width: 1300px;
}
.cyly_title_bg {
	width: 590px;
	height: 250px;
	background-color: #0055a9;
	position: absolute;
	right: 890px;
	top: 93px;
	z-index: 10;
	font-size: 40px;
	color: #FFF;
	line-height: 230px;
	text-align: right;
	padding-right: 130px;
}
ul.cyly_nr{
	width: 1300px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	z-index: 2;
}
ul.cyly_nr li{
	width: 413px;
	height: 436px;
	margin-top: 30px;
	background-color: #fff;
}
ul.cyly_nr li:first-child{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	background-color: rgba(255,255,255,0);
}
ul.cyly_nr li:first-child img{
	margin-left: 24px;
}
ul.cyly_nr li .cyly_img{
	margin: 10px;
}
ul.cyly_nr li .cyly_img span{
	display: block;
	width: 393px;
	height: 310px;
	overflow: hidden;
}
ul.cyly_nr li .cyly_img span img{
	width: 393px;
	height: 310px;
}
ul.cyly_nr li .cyly_img p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	transition: all 0.6s;
}
ul.cyly_nr li .cyly_img a:hover p{
	color: #0055a9;
}
ul.cyly_nr li .cyly_btn{
	display: flex;
	justify-content: center;
}
ul.cyly_nr li .cyly_btn a{
	width: 102px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	margin: 10px 8px 0;
	transition: all 0.6s;
}
ul.cyly_nr li .cyly_btn a:hover{
	color: #0055a9;
	border: 1px solid #0055a9;
}


#kjslZ {
	width: 100%;
	background: url(../images/kjsl.png) center no-repeat;
	min-width: 1300px;
}

.kjslZIn {
	width: 1300px;
	margin: 0 auto;
}

.kjslZIn p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	margin: 46px 0 0 0;
}

.kjslZIn p a {
	color: #fff;
}

.kjslNr {
	width: 1300px;
	float: left;
	margin: 40px 0;
}

.kjslNr span {
	width: 33%3333;
	float: left;
	height: 342px;
	overflow: hidden;
}


#qqtzZ {
	width: 1300px;
	margin: 0 auto;
}

.qqtzH {
	width: 100%;
	float: left;
	height: 347px;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.qqtzHalf {
	width: 50%;
	float: left;
	height: 347px;
	background: #f3f3f3;
}

.qqtzHalf span {
	width: 576px;
	float: left;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	line-height: 45px;
	margin: 128px 0 0 40px;
}

.qqtzHalf p {
	width: 576px;
	float: left;
	margin: 10px 0 0 40px;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	text-align: right;
}

.qqtzImg {
	width: 50%;
	float: left;
	height: 347px;
	overflow: hidden;
}

.mainT60 {
	margin-top: 80px;
}


#fwcn {
	margin: 100px 0 0 0;
	min-width: 1300px;
}

.fwcnBt {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../images/cnbj.png) center no-repeat;
	font-size: 34px;
	color: #333;
}

.fwcnNr {
	width: 100%;
	float: left;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 0;
}

.fwrxF {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 26px 0 12px 0;
}

.fwcnPhone {
	width: 100%;
	float: left;
	background: url(../images/xian.png) center 20px repeat-x;
}

.fwcnPIn {
	width: 1140px;
	margin: 0 auto;
	padding: 0 80px;
}

.fwcnPnr {
	width: 212px;
	float: left;
	text-align: center;
	margin: 0 35px;
}

.fwcnPnr span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 2px 0 0 0;
}

.fwrx_img{
	text-align: center;
}


#Footer {
	width: 100%;
	height: 152px;
	margin: 50px 0 0 0;
	background: #0055a9;
	min-width: 1300px;
}

.FooterIn {
	width: 1300px;
	margin: 0 auto;
}

.FooterIn .FooterL {
	width: 60%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	margin: 20px 0 0 0;
}

.FooterIn .FooterL .FooterF1 {
	width: 100%;
	float: left;
	color: #fff;
}

.FooterIn .FooterL .FooterF1 a {
	color: #fff;
	float: left;
}

.FooterIn .FooterL .FooterF1 span {
	float: left;
	padding: 0 2%;
}

.FooterIn .FooterL .FooterF2 {
	width: 100%;
	float: left;
	color: #fff;
}

.FooterIn .FooterEwm {
	width: 40%;
	float: left;
	font-size: 16px;
	margin: 18px 0 0 0;
}

.FooterEwmK {
	float: right;
	width: 120px;
	text-align: center;
	color: #fff;
}


