a:hover {
	color: #274895;
}

/* banner */
.banner {
	position: relative;
}
.head-bg1{
	height: 30px;
	line-height: 30px;
	background: #efeaea94;
}
.head-bg1 .right{
	display: flex;
	color: #000;
	justify-content: flex-end;
}
.head-bg1 .right a{
	color: #000;
}


/* 导航 */
.company-main {
	width: 650px;
	height: 100px;
	display: flex;
	justify-content: flex-start;
}

.logo-img {
	margin-top: 14px;
}

.logo-img img {
	height: 70px;
}

.companyname {
	margin-top: 15px;
	margin-left: 10px;
}

.companyname dt {
	font-size: 20px;
	letter-spacing: 0px;
	color: #000;
}

.companyname dd {
	font-size: 16px;
	margin-top: 5px;
	color: rgb(153, 153, 153);
}

.top-phone {
	display: flex;
}


.top-phone .number {
	margin-right: 80px;
}

.top-phone .number i {
	margin-right: 5px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #274895;
}

.top-phone p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

/* 导航 */
.top-dh {
	background-color: #274895; 
	width: 100%;
	display: flex;
}

.navbar {
	padding: 0;
	display: block;
}

.nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.navbar .nav>li {
	text-align: center;
	height: 52px;
	min-width: 130px;
	line-height: 40px;
}
.navbar .nav>li .nav-link{ 
	color: #fff !important;
}
.active{
	background-color: #556faa;
}
.navbar .nav>li .active {

	color: #fff !important;
}

.navbar .nav>li:hover .nav-link {
	color: #fff !important;
}

.dropdown-menu {
	min-width: 130px;
	background: #274895;
	border: none;
}

.navbar .nav>li:hover .dropdown-menu {
	display: block;
	margin-top: -2px;
	border-radius: 0px;
}

.dropdown-menu li {
	width: 280px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}


.navbar-nav .nav-item .dropdown-menu li a {
	font-size: 14px;
	display: block;
	font-weight: 600;
	color: #fff !important;
}

.navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #000 !important;
}

.navbar-nav .nav-item {
	height: 52px;
}

.navbar-nav .nav-item a {
	text-align: center;
	font-weight: 600;
	font-size: 16px !important;
	color: #000 !important;
}

.navbar-nav .nav-link:hover {
	font-size: 14px;
}

.navbar-nav .active .nav-link {
	color: #274895 !important;
}

/* 尾部 */
.footer { 
	background-color: #000;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 100px;
	color: #fff !important;
}

.foot-main {
	display: flex;
	justify-content: space-between;
}

.foot-main-1 {
	display: flex;
}

 
.foot1 {
	width: 200px;
}

.foot-name {
	font-size: 18px;
	color: #fff !important;
	margin-top: 30px;
	margin-bottom: 10px;
}
.foot-name a{ 
	color: #fff !important; 
}
.foot1 .foot-name a{
	font-size: 18px;
	color: #fff !important;
}
 
.foot1 a {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #fff !important;
}

.foot-lx {
	width: 250px;
}

.foot-contactForm {
	width: 250px;
}

.foot-contactForm input {
	width: 100%;
	border: 1px solid #eaeaea;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
}

.foot-contactForm textarea {
	width: 100%;
	border: 1px solid #eaeaea;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
}


.foot-contactForm #submit {
	height: 40px;
	line-height: 35px;
	color: #fff;
	width: 100%;
	border: 1px solid #274895;
	font-size: 14px;
	background-color: #274895;
}

.foot-lxxx {
	margin-top: 10px;
}

.foot-lxxx li {
	display: flex;
	line-height: 30px;
	color: #fff !important;
}

.foot-lxxx li p {
	padding-left: 8px;
	display: flex;
	font-size: 14px;
	line-height: 30px;
	color: #fff !important;
}

.foot-lxxx li i {
	display: flex;
	color: #fff !important;
	font-size: 14px;
	line-height: 30px;
}

.wx-dl {
	margin-top: 30px;
	width: 220px;
	margin-left: 50px;
	display: flex;
	justify-content: space-between;
}

.wx-dl dl {
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

.wx-dl dl dt {
	width: 120px;
}

.wx-dl dl dt img {
	width: 120px;
}

.wx-dl dl dd {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

footer .copyright {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

footer .copyright p {
	font-size: 12px;
	color: #fff !important;
}

footer .copyright a {
	font-size: 12px;
	color: #fff !important;
}

/* 右侧 */
.pages-ny-detail {
	width: 100%; 
	padding: 20px;
	background: #fff;
}
 
.topname {
	background-color: #fff;
	height: 80px;
	font-weight: 600;
	font-size: 18px;
	padding: 20px 10px 20px 10px;
	margin-bottom: 20px;
}

.casedh {
	width: 100%;
}

.fist {
	margin-bottom: 15px;
}

.ul1a {
	background-color: #3c444d;
	color: #fff;
	display: block;
	font-weight: 600;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding: 0px 10px 0px 10px;
}

.casedh .ul1a:hover {
	color: #fff !important;
}

.casedh-nav1 .ul1a {
	background-color: #274895;
}

.casedh-active a {
	color: #274895;
}

.ul2 {
	background-color: #f3f2f2;
	display: none;
}

.casedh-nav1 .ul2 {
	display: block;
}

.ul2 a {
	width: 100%;  
	line-height: 25px;
	padding: 6px 20px 6px 20px;
	display: block;
	border-bottom: 1px solid darkgray;
}

/* ssssssssssssssss */
.par-dh {
	width: 100%;
}

.par-fist a {
	background-color: #3c444d;
	margin-bottom: 10px;
}

.par-nav1 a {
	background-color: #274895 !important;
}

.par-ul1a {
	color: #fff;
	display: block;
	font-weight: 600;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	padding: 0px 10px 0px 10px;
}

.par-ul1a:hover {
	color: #fff;
	background-color: #274895 !important;
}

/* 标题 */
.home-tit {
	/* width: 400px; */
	/* margin: 20px auto; */
	text-align: center;
	/* border: 2px solid darkgray; */
	/* position: relative; */
	/* height: 60px; */
}

.name-t {
	/* height: 60px;
	line-height: 60px;
	width: 320px;
	left: 40px; */
	/* background-color: rgb(238, 242, 246); */
	text-align: center;
	width: 100%;
	/* position: absolute; */
	/* top: 20px;*/
    font-weight: bold;
    font-size: 25px;
}

.name-t span:first {
	color: #274895;
}