﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.product, .news, .activity {
  	display: flex;
  	justify-content: center;
  	position: relative;
}
#home_carousel {
	margin-top: 101px;
}
.product {
	background: #F5F5F5;
}
.news {
	min-height: 740px;
}
.activity {
	background: #F5F5F5;
  	padding-top: 64px;
    padding-bottom: 75px;
}
.home_more {
	background: #37699E;
  	width: 235px;
  	height: 62px;
    display: flex;
    align-items: center;
  	color: #fff;
  	font-size: 26px;
  	border-radius: 31px;
  	position: absolute;
  	z-index: 6;
  	justify-content: center;
  	cursor: pointer;
  	transition: all 0.5s ease;
  	box-sizing: border-box;
  	line-height: 0;
}
.home_more:hover {
	background: #FFFFFF;
  	border: 5px solid #37699E;
  	color: #37699E;
  	box-shadow: 0px 4px 28px 0px rgba(24, 37, 62, 0.5)
}
.wrap {
	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
    position: relative;
}
.home_about {
	display: flex;
  	justify-content: center;
    position: relative;
    z-index: 12;
}
.home_title > .home_dot {
	margin-top: 30px;
}
.home_title {
  	margin-top: 84px;
  	display: flex;
    flex-direction: column;
    align-items: center;
  	color: #333333;
}
.home_dot {
  	width: 88px;
}
.home_about .about_content > .desc {
	width: 1171px;
  	color: #666666;
  	margin-top: 38px;
}
.home_about > .wrap > .list {
  	display: flex;
  	margin-top: 66px;
  	margin-bottom: 108px;
	margin-left: -650px
}
.home_about .home_more {
	bottom: 83px;
  	right: 378px;
}
.home_about > .wrap >  .list > .item {
	width: 62px;
  	height: 64px;
  	background: #F9FAFB;
  	border: 1px dashed #e5e5e5;
  	padding: 0 30px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	margin-right: 6px;
}
.home_about > .wrap >  .list > .item > .title {
  	color: #006DC1;
  	font-size: 31px;
  	font-weight: 700;
}
.home_about > .wrap >  .list > .item >.desc {
	color: #5F665F;
  	font-size: 12px;
}
.product > .wrap > .home_title  {
	margin-top: 93px;
}
.product > .wrap > .product_content {
	margin-top: 64px;
    margin-bottom: 30px;
}
.product > .wrap > .product_content > .list1 {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.product > .wrap > .product_content .list1_title {
  	color: #004FA2;
  	font-size: 32px;
    margin-bottom: 71px;
}
.product > .wrap > .product_content .list2 .list1_title {
	margin-top: 35px;
  	margin-bottom: 46px;
}
.product > .wrap > .product_content > .list1 > ul {
	display: grid;
    grid-template-columns: repeat(2, 554px);
  	gap: 80px 62px;
}
.product > .wrap > .product_content > .list1 > ul .list1_item .imgs > img {
	width: 554px;
  	height: 312px;
    border-radius: 20px 20px 0 0;
}
.product > .wrap > .product_content > .list1 > ul .list1_item .desc {
	height: 93px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    border-radius: 0 0 20px 20px;
}
.product > .wrap > .product_content > .list1 > ul .list1_item .desc span {
  	border-radius: 16px;
  	padding: 5px 10px;
    transition: color 0.5s ease,background-color 0.5s ease;
}
.product > .wrap > .product_content > .list1 > ul .list1_item {
	  transition: box-shadow 0.3s ease;
      border-radius: 20px;
      overflow: hidden; 
}
.product > .wrap > .product_content > .list1 > ul .list1_item:hover {
	box-shadow: 9px 0 28px 0 rgba(29, 37, 53, 0.51);
}
.product > .wrap > .product_content > .list1 > ul .list1_item:hover .desc span {
  	color: #fff;
  	background: linear-gradient(to right, #005CAD, #009CE5);
}
.product > .wrap > .product_content > .list2 {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.product > .wrap > .product_content > .list2 .list2_item .bg {
	width: 1431px;
    height: 510px;
}
.product > .wrap > .product_content > .list2 .list2_item  {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.product > .wrap > .product_content > .list2 .list2_item .weixin {
    position: absolute;
    top: 54px;
    right: 77px;
  	width: 99px;
  	height: 99px;
}
.product > .wrap > .product_content > .list2 .list2_item .list2_title {
	position: absolute;
    top: 50px;
    left: 631px;
  	font-size: 26px;
}
.product > .wrap > .product_content > .list2 .list2_item .info {
	display: flex;
    align-items: center;
   justify-content: end;
    margin-right: 84px;
    margin-top: 14px;
    margin-bottom: 46px;
}
.product > .wrap > .product_content > .list2 .list2_item .info .desc {
	color: #555;
    font-size: 22px;
    max-width: 798px;
    margin: auto;
    padding-left: 199px;
}
.product > .wrap > .product_content > .list2 .list2_item .info .contact {
	width: 258px;
    background: #004FA2;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    padding: 11px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.activity > .wrap > .activity_content > .list > ul {
  	margin-top: 36px;
	display: grid;
    grid-template-columns: repeat(3, 436px);
  	column-gap: 35px;
}
.activity > .wrap > .activity_content > .list > ul > .list_item {
  	background: #EEEEEE;
}
.activity > .wrap > .activity_content > .list > ul > .list_item {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 31px;
}
.activity > .wrap > .activity_content > .list > ul > .list_item > .imgs > img {
	width: 381px;
  	height: 342px;
}
.activity > .wrap > .activity_content > .list > ul > .list_item .title {
	margin-top:23px;
  	margin-bottom: 24px;
}
.activity > .wrap > .activity_content > .list > ul > .list_item .more {
	font-size: 18px;
  	color: #fff;
  	background: #004FA2;
  	padding: 13px 47px;
}
.news > .wrap > .bg {
	width: 100%;
    height: 100%;
  	position: absolute;
  	z-index: 1;
}
.news > .wrap > .home_title  {
	z-index: 3;
}
.news > .wrap > .news_content {
	margin-top: 42px;
   	position: relative;
  	z-index: 2;
}
.news > .wrap > .news_content > .list {
	display: grid;
  	grid-template-columns: 679px 665px;
  	gap: 16px;
}
.news > .wrap > .news_content > .list .list_item {
	border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 28px 0 rgba(22, 35, 61, 0.51);
}
.news > .wrap > .news_content > .list .left .list_item .imgs {
	border-radius: 20px;
}
.news > .wrap > .news_content > .list .left .list_item .imgs > img {
	width: 100%;
   	max-height: 239px;  
    transition: all 0.3s ease-out 0s;

}
.news > .wrap > .news_content > .list .left .list_item:hover .imgs > img {
   	 transform: scale(1.1, 1.1);
}
.news > .wrap > .news_content > .list .left .list_item .info {
	background: #fff;
    display: flex;
    flex-direction: column;
    padding: 22px 30px 23px 25px;
}
.news > .wrap > .news_content > .list .left .list_item .info .time {
	background: linear-gradient(to right, #005CAD, #009CE5);
    width: 135px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 12px;
}
.news > .wrap > .news_content > .list  .list_item  .title {
	font-weight: 700;
    margin-bottom: 5px;
}
.news > .wrap > .news_content > .list  .list_item  .desc {
	  max-height: 3em;                /* fallback */
      line-height: 1.5em;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  	  font-size: 16px;
}
.news > .wrap > .news_content > .list .left .list_item .info .more {
  	width: 150px;
    background: #004FA2;
    height: 42px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    margin-top: 5px;
}
.news > .wrap > .news_content > .list .right {
	display: flex;
    flex-direction: column;
    min-height: 532px;
}
.news > .wrap > .news_content > .list .right .list_item {
	padding: 20px 42px 19px 20px;
    background: #fff;
  	margin-bottom: 26px;
    box-shadow: 0 9px 28px 0 rgba(22, 35, 61, 0.51);
}
.news > .wrap > .news_content > .list .right .list_item  > a {
    display: flex;
}
.news > .wrap > .news_content > .list .right .list_item  .time {
	height: 57px;
    width: 57px;
    background: #0056A8;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 17px 6px;
    box-sizing: border-box;
    margin-right: 18px;
}
.news > .wrap > .news_content > .list .right .more {
	display: flex;
    justify-content: end;
    align-items: center;
    margin-top: -16px;
}
.news > .wrap > .news_content > .list .right .more > img {
	height: 122px;
}
.news > .wrap > .news_content > .list .right .more > a {
    width: 235px;
    height: 62px;
}
@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
 @media screen and (max-width: 780px) {
@media screen and (max-width: 640px) {

 @media screen and (max-width: 480px) {

 @media screen and (max-width:360px) {
}
