@charset "utf-8";

.header-title {
	background-color: #f6f6f6;
	line-height: 41px;
}

.header-title p {
	width: 1200px;
	margin: 0 auto;
	color: #000;
}
/*nav部分*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #244d9f;
}

.nav>ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-size: 16px;
}

.nav>ul>li {
	flex-grow: 1;
	position: relative;
}
.towlist{
	position: relative;
	display: none;
	z-index: 1000;
}
.threelist{
	display: none;
	width: 100%;
	position: absolute;
	right: -123px;
	top: 0;
}
.nav li {
	flex-grow: 1;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	transition: all 0.5s;
}
.nav li:hover .towlist{
	background-color: #244d9f;
}
.nav li:hover .threelist{
	background-color: #244d9f;
}
.nav li:hover .threelist a{
	color: #fff;
}
.nav .item:hover a{
	color: #fff;
}

.nav ul li:last-child {
	border: none;
	box-shadow: none;
}

.nav ul a {
	color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide {
	font-size: 0;
}

/*title部分*/
.title {
	text-align: center;
	color: #000;
	margin: 50px 0 30px 0;
}

.title p:first-child {
	font-size: 32px;
	margin-bottom: 10px;
}

.title p:last-child {
	font-size: 14px;
	height: 27px;
	background: url(../images/title.png) no-repeat bottom;
}

/*产品*/
.product ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.product .bottom ul {
	justify-content: space-between;
	flex-wrap: wrap;
}

.product .top li {
	background-color: #244d9f;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	width: 260px;
}

.product a {
	color: #fff;
}

.product .bottom li {
	width: 24%;
	margin-bottom: 30px;
}

/*------------关于我们-------------*/
.about {
	background-color: #244d9f;
	padding-bottom: 50px;
}

.about .title {
	color: #fff;
	padding-top: 50px;
}

.about-us {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.about-list {
	flex-shrink: 0;
	width: 210px;
	height: 380px;
	background: url(../images/about-list.png) no-repeat center #fff;
	margin-right: 10px;
}

.about-list ul {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-list ul li {
	margin: 30px 0;
}

.about-list li span {
	vertical-align: middle;
}

.about-list a {
	vertical-align: middle;
	color: #000;
}

.about-txt {
	text-indent: 24px;
	font-size: 14px;
	line-height: 30px;
}

.link {
	width: 120px;
	line-height: 45px;
	background-color: #fff;
	float: right;
	margin-top: 15px;
	color: #000;
}

/*----------------新闻-------------------*/
.news{
	margin-bottom: 50px;
}
.news .news-wrapper {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.news .news-wrapper .left {
	width: 64%;
}

.news .news-wrapper .right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 400px;
}

.news-wrapper .left {
	background-color: #244c9f;
	box-sizing: border-box;
	padding: 20px;
}

.news-wrapper .news-pic {
	font-size: 0;
	padding: 10px;
	border: 1px solid #fff;
	margin-right: 20px;
}

.news-info a {
	color: #fff;
}

.news-list a {
	color: #fff;
}

.news-list li {
	display: flex;
	justify-content: space-between;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px dashed #fff;
}

.news-item-icon {
	margin-right: 5px;
}

.news-info p:nth-child(1) {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}

.news-info p:nth-child(2) {
	text-indent: 24px;
	line-height: 25px;
	margin-bottom: 10px;
}

.news-top {
	display: flex;
	justify-content: space-between;
}

.news .right>div {
	width: 50%;
	font-size: 0;
}

.news .one {
	width: 50%;
	text-align: center;
	font-size: 30px;
	box-sizing: border-box;
	padding: 35px 25px;
	color: #fff;
}

.news .news-wrapper .one {
	background-color: #ff9000;
	font-size: 35px;
}

.news .news-wrapper .two {
	background-color: #244c9f;
	font-size: 35px;
}

/*------------页脚------------*/
.footer {
	background-color: #244c9f;
	padding: 30px 0;
}
.footer a{
	color: #fff;
}
.foot {
	width: 1200px;
	margin: 0 auto;
}

.foot ul {
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-around;
	text-align: center;
	border-bottom:2px solid #fff;
}
.foot-contact{
	display: flex;
	justify-content: space-around;
	color: #fff;
	padding: 20px;
}
.foot-contact .left{
	font-size: 14px;
	line-height: 30px;
}
.foot-contact .left p:nth-child(3){
	color: #ff9000;
}
.foot-contact .right{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	text-align: center;
}
.Copyright{
	text-align: center;
	line-height: 50px;
	color: #7b97d2;
}
