@charset "utf-8";

.ani {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* 头底部公共样式 */
.header {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.header .header-top {
	width: 100%;
	height: 60px;
	background: #F1F1F1;
}

.header .header-top img {}

.header .header-top p {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-left: 10px;
}

.header .header-center {
	padding: 39px 0 43px 0;
}

.header .header-center form input {
	width: 415px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 1px;
	opacity: 1;
	border: 1px solid #979797;
	box-sizing: border-box;
	padding: 0 20px;
	color: #333;
	font-size: 14px;
}

.header .header-center form input::input-placeholder {
	color: #999999;
}

.header .header-center form button {
	width: 84px;
	height: 50px;
	background: #015293;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	margin-left: 20px;
}

.header .header-bottom {
	width: 100%;
	height: 60px;
	background: #015293;
}
.header .header-bottom ul li .url {
	display: block;
	line-height: 60px;
	text-align: center;
	/*padding: 0 20px;*/
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	width: 120px;
}
.header .header-bottom ul li .yincang{
	position: absolute;
	width: fit-content;
	background: #FFFFFF;
	height: auto;
	line-height: 60px;
	opacity: 0;
	z-index: -1;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding:0 30px;
}
.header .header-bottom ul li:hover .yincang{
	display: block;
	opacity: 1;
	z-index: 999;
}
.header .header-bottom ul li:hover .url{
	background: #3598FF;
}
.header .header-bottom ul li .yincang ul li a{
	font-size: 16px;
	color: #333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.header .header-bottom ul li .yincang ul li a:hover{
	color: #3598FF;
}
.header .header-bottom ul .act .url {
	background: #3598FF;
}
/* 底部样式 */
.footer {
	width: 100%;
	height: auto;
	background: #015293;
	padding: 50px 0 40px 0;
	overflow: hidden;
}

.footer .w .footer-logo {
	display: block;
	margin-bottom: 37px;
}

.footer .w .footer-nav {
	margin-bottom: 16px;
}

.footer .w .footer-nav li a {
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer .w .footer-nav li a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 14px;
	background: #FFFFFF;
	transform: translateY(-50%);
}

.footer .w .footer-nav li:nth-child(1) a {
	padding-left: 0;
}

.footer .w .footer-nav li:last-child a::before {
	display: none;
}

.footer .w .footer-text {
	color: #FFFFFF;
	font-size: 16px;
}

/* 首页相关样式 */
.banner {
	width: 100%;
	height: 705px;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.banner .bd {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 705px;
}

.banner .hd {
	height: 8px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	display: block;
	width: 60px;
	height: 8px;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 19px;
	opacity: 0.5;
}

.banner .hd ul li:last-child {
	margin-right: 0;
}

.banner .hd ul li.on {
	opacity: 1;
}

.index-about {
	width: 100%;
	height: auto;
	padding-top: 70px;
}

.index-about .w .left {
	width: 385px;
	height: 492px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.16);
	padding: 15px 20px;
}

.index-about .w .left .title p {
	font-size: 24px;
	font-weight: bold;
	color: #015293;
	padding-left: 10px;
}

.index-about .w .left .imgFix {
	width: 100%;
	height: 224px;
	margin-top: 9px;
	margin-bottom: 15px;
	overflow: hidden;
}

.index-about .w .left .imgFix img {
	webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-about .w .left .imgFix:hover img {
	transform: scale(1.2);
}

.index-about .w .left .ell_7 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.index-about .w .right {
	width: 801px;
	overflow: hidden;
}

.index-about .w .right .title {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.index-about .w .right .content .content-left {
	width: 364px;
	height: auto;
	background: #F5F5F5;
	margin-top: 11px;
}

.index-about .w .right .content .content-left {
	display: block;
}

.index-about .w .right .content .imgFix {
	width: 100%;
	height: 286px;
	margin: 0;
	overflow: hidden;
}

.index-about .w .right .content .imgFix img {
	webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-about .w .right .content .imgFix:hover img {
	transform: scale(1.2);
}

.index-about .w .right .content .ell_3 {
	height: 74px;
	padding: 0 14px;
	margin: 11px 0 9px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	box-sizing: border-box;
}

.index-about .w .right .content .tr {
	padding-bottom: 10px;
	padding-right: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.content-right {
	width: 367px;
	height: auto;
}

.content-right ul li a {
	margin-top: 18px;
	line-height: 23px;
}

.content-right ul li a .HOT {
	display: none;
	width: 28px;
	height: 16px;
	background: #E02020;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 10px;
}

.content-right ul li .hotItem .HOT {
	display: flex;
}

.content-right ul li .hotItem .dian {
	display: none;
}

.content-right ul li a .dian {
	width: 4px;
	height: 4px;
	background: #015294;
}

.content-right ul li a .ell_1 {
	margin-left: 20px;
	max-width: 290px;
	font-size: 16px;
	color: #000000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.content-right ul li a span {
	color: #999999;
	font-size: 16px;
}

.content-right ul li .hotItem .ell_1 {
	max-width: 270px;
}

.content-right ul li a:hover .ell_1 {
	color: #015294;
}

.index-guanggao {
	width: 100%;
	height: auto;
	padding-top: 70px;
}

.index-guanggao .imgFix {
	height: 300px;
}

.index-news {
	width: 100%;
	height: auto;
	padding: 70px 0;
	overflow: hidden;
}

.index-news .w .index-news-con {
	width: 592px;
	height: 422px;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	overflow: hidden;
}

.index-news .w .index-news-con .index-news-con-tabber {
	width: 163px;
	height: 100%;
	border-right: 1px solid #E6E6E6;
}

.index-news .w .index-news-con .index-news-con-tabber .item {
	width: 163px;
	height: 106px;
	border-bottom: 1px solid #E6E6E6;
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	cursor: pointer;
}

.index-news .w .index-news-con .index-news-con-tabber .itemAct {
	position: relative;
	background: #015293;
	color: #FFFFFF;
}

.index-news .w .index-news-con .index-news-con-tabber .itemAct::before {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #015293;
}

.index-news .w .index-news-con .index-news-con-list {
	width: 367px;
	height: auto;
	margin-left: 40px;
}

.index-news .w .index-news-con .index-news-con-list ul li a {
	margin-top: 18px;
	line-height: 22px;
}

.index-news .w .index-news-con .index-news-con-list ul li a .HOT {
	display: none;
	width: 28px;
	height: 16px;
	background: #E02020;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 10px;
}

.index-news .w .index-news-con .index-news-con-list ul li .hotItem .HOT {
	display: flex;
}

.index-news .w .index-news-con .index-news-con-list ul li .hotItem .dian {
	display: none;
}

.index-news .w .index-news-con .index-news-con-list ul li a .dian {
	width: 4px;
	height: 4px;
	background: #015294;
}

.index-news .w .index-news-con .index-news-con-list ul li a .ell_1 {
	margin-left: 20px;
	max-width: 290px;
	font-size: 16px;
	color: #000000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-news .w .index-news-con .index-news-con-list ul li a span {
	color: #999999;
	font-size: 16px;
}

.index-news .w .index-news-con .index-news-con-list ul li .hotItem .ell_1 {
	max-width: 270px;
}

.index-news .w .index-news-con .index-news-con-list ul li a:hover .ell_1 {
	color: #015294;
}

.index-imgList {
	width: 100%;
	height: auto;
	padding: 24px 0 20px 0;
	background: #FFFFFF;
}

.index-imgList .title p {
	font-size: 24px;
	font-weight: normal;
	color: #0169D5;
	margin-left: 10px;
}

.index-imgList .title a {
	font-size: 14px;
	font-weight: normal;
	color: #0169D5;
}

.index-imgList .picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	margin-top: 24px;
}
.index-imgList .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.index-imgList .picMarquee-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0 7px;
}

.index-imgList .picMarquee-left .bd ul li .item {
	display: block;
	width: 280px;
	height: auto;
}
.index-imgList .picMarquee-left .bd ul li .item .imgFix{
	width: 100%;
	height: 211px;
	overflow: hidden;
}
.index-imgList .picMarquee-left .bd ul li .item .imgFix img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.index-imgList .picMarquee-left .bd ul li .item .imgFix:hover img{
	transform: scale(1.2);
}
.index-imgList .picMarquee-left .bd ul li .item .ell_2{
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	margin-top: 11px;
}

/* 新闻动态页面央视 */
.news-banner{
	width: 100%;
	height: 405px;
}
.crumbsNav{
	padding: 25px 0;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}
.crumbsNav a:last-child{
	color: #015293;
}
.crumbsNav a:hover{
	color: #015293;
}
.news{
	padding-bottom: 70px;
}
.news-left{
	width: 280px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 14px;
}
.news-left h3{
	width: 100%;
	height: 60px;
	background: #015293;
	font-size: 34px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 14px;
}
.news-left .item{
	width: 100%;
	height: 64px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
.news-left .item img{
	margin-right: 10px;
	opacity: 0;
}
.news-left .item p{
	width: 220px;
	margin-right: 10px;
}
.news-left .itemAct{
	background: rgba(1, 82, 147, .2);
	color: #015293;
}
.news-left .itemAct img{
	opacity: 1;
}
.news .news-right{
	width: 890px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
}
.news .news-right h3{
	width: 100%;
	padding: 14px 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}
.news .news-right .item{
	margin-bottom: 24px;
}
.news .news-right .item .item-time{
	width: 60px;
	height: 60px;
	border: 1px solid #015293;
}
.news .news-right .item .item-time .year{
	width: 100%;
	height: 30px;
	background: #015293;
	font-size: 16px;
	color: #FFFFFF;
}
.news .news-right .item .item-time .date{
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #015293;
}
.news .news-right .item .item-text{
	width: 720px;
	margin-left: 40px;
}
.news .news-right .item .item-text .item-text-title .ell_1{
	width: 680px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-left: 10px;
}
.news .news-right .item .item-text .item-text-con{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 28px;
	margin: 16px 0 11px 0;
}
.news .news-right .item .item-text a{
	font-size: 16px;
	font-weight: normal;
	color: #015293;
}
.news .news-right .pagination{
	padding: 46px 0 70px 0;
}
.news .news-right .pagination a{
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 1;
	border: 1px solid rgba(0,0,0,0.15);
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,0,0,0.65);
	line-height: 22px;
	margin-right: 8px;
}
.news .news-right .pagination a img{
	opacity: .65;
}
.news .news-right .pagination .right img{
	transform: rotate(180deg);
}
.news .news-right .pagination .numList a:hover{
	background: #0576BA;
	color: #fff;
}
.news .news-right .pagination .numList .act{
	background: #0576BA;
	color: #fff;
}

.news .news-right .pagination form input{
	width: 62px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	padding:0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	text-align: center;
	margin: 0 10px 0 22px;
}
.news .news-right .pagination form button{
	width: 42px;
	height: 32px;
	background: #0576BA;
	border-radius: 2px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
/* 新闻详情相关央视 */
.news-details{
	margin: 0 auto;
	width: 1200px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: 35px 40px 67px 40px;
}
.news-details .hint{
	padding: 13px 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.news-details .title{
	/*margin-top: 46px;*/
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.news-details .xinxi{
	font-size: 14px;
	font-weight: normal;
	color: #0576BA;
	margin-top: 22px;
}
.news-details .xinxi p:nth-child(2){
	margin: 0 10px;
}
.news-details .text{
	margin-top: 38px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	line-height: 27px;
	overflow: hidden;
}
.news-details .text p{
	margin-bottom: 30px;
}
.news-details .page{
	margin-top: 30px;
}
.news-details .page a{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #0576BA;
	margin-bottom: 14px;
}
.news-details .page a:last-child{
	margin-bottom: 0;
}

/* 企业风采相关样式 */
.demeanour{
	padding-bottom: 70px;
}
.demeanour .demeanour-left .contact{
	width: 280px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 32px;
	margin-top: 30px;
}
.demeanour .demeanour-left .contact h3{
	width: 100%;
	height: 92px;
	background: #015293;
	font-size: 34px;
	font-weight: 500;
	color: #FFFFFF;
}
.demeanour .demeanour-left .contact .text{
	display: block;
	width: 220px;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 20px;
}
.demeanour .demeanour-left .kefu{
	padding-bottom: 23px;
}
.demeanour .demeanour-left .kefu .item{
	padding: 0 30px;
	margin-bottom: 8px;
	overflow: hidden;
}
.demeanour .demeanour-left .kefu .item p{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-left: 10px;
	max-width: 220px;
}
.demeanour .demeanour-left .kefu h3{
	margin-bottom: 23px;
}
.demeanour .demeanour-left .kefu .qq .item{
	margin-bottom: 8px;
}
.demeanour .demeanour-left .kefu .qq .item:last-child{
	margin-bottom: 0;
}
.demeanour .demeanour-left .kefu .time .item{
	margin-top: 20px;
	margin-bottom: 11px;
}
.demeanour .demeanour-left .kefu .time .text{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding: 0 30px;
	margin-top: 0;
	margin-bottom: 6px;
}
.demeanour .demeanour-left .kefu .time .text:last-child{
	margin-bottom: 0;
}
.demeanour .demeanour-left .kefu .lianxi .item{
	margin-top: 20px;
	margin-bottom: 11px;
}
.demeanour .demeanour-left .kefu .lianxi .text{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding: 0 30px;
	margin-top: 0;
	margin-bottom: 6px;
}
.demeanour .demeanour-left .kefu .lianxi .text:last-child{
	margin-bottom: 0;
}

.demeanour .demeanour-right{
	width: 890px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.3);
	border-radius: 4px;
	padding: 0 30px 70px 30px;
	box-sizing: border-box;
}
.demeanour .demeanour-right .hint{
	padding: 13px 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
.demeanour-right-news .content{
	margin: 30px 0 70px 0;
}
.demeanour-right-news .content .content-right{
	width: 410px;
}
.demeanour-right-news .content .content-right ul li a{
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 22px;
}
.demeanour-right-news .content .content-right ul li a .ell_1{
	max-width: 330px;
}
.demeanour-right-news .content .content-right ul li .hotItem .ell_1{
	max-width: 310px;
}
.demeanour-right-news .content .content-right ul li:last-child a{
	margin-bottom: 0;
}
.demeanour-right-news-url{
	position: relative;
	width: 386px;
	height: 286px;
}
.demeanour-right-news-url .bd{
	width: 100%;
	height: 100%;
}
.demeanour-right-news-url .bd ul li .imgFix{
	display: block;
	width: 386px;
	height: 286px;
}
.demeanour-right-news-url .hd {
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.demeanour-right-news-url .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.demeanour-right-news-url .hd ul li {
	display: block;
	width: 5px;
	height: 5px;
	background: #B9B9B9;
	cursor: pointer;
	margin-right: 5px;
}

.demeanour-right-news-url .hd ul li:last-child {
	margin-right: 0;
}

.demeanour-right-news-url .hd ul li.on {
	background: #015294;
}
.demeanour-right-news .details .item{
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 38px;
}
.demeanour-right-news .details .item .imgFix{
	width: 432px;
	height: 326px;
}
.demeanour-right-news .details .item .text{
	width: 355px;
	height: auto;
}
.demeanour-right-news .details p{
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
.demeanour-right-news .address {
	margin-top: 70px;
}
.demeanour-right-news .address p{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 32px;
}