header {
  width: 100%;
}
.head_cont {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 35px;
}
.logo {
  width: 180px;
  margin-right: 32px;
}
.head_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
span {
  display: block;
}
.Company {
	margin-top: 23px;
}
.Company span:first-child {
  font-size: 30px;
  font-weight: bold;
  color: #1D2087;
}
.Company span:last-child {
  font-size: 18px;
  text-transform: uppercase;
  color: #1D2087;
}
.head_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head_right .call {
  width: 60px;
  height: 60px;
  margin-right: 26px;
}
.head_right span:first-child {
  color:  #1D2087;
  font-size: 16px;
  font-weight: 700;
}
.head_right span:last-child {
  color:  #E50014;
  font-size: 24px;
  font-weight: 600;
}
.nav {
      height: 50px;
    background: #1D2087;
    line-height: 44px;
}
.nav_cont {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.atcive {
  background-color: #E50014;
}
.nav_cont li {
  font-size: 17px;
}
.nav_cont li:not(:last-child) {
	border-right: 2px solid #fff;
}
.nav_cont li a {
  color: #fff;
  padding: 0 80px;
  display: inline-block;
  height: 100%;
  transition: all .6s;
  border: 3px solid #1D2087;
}
.nav_cont li a:hover {
	background-color: #fff;
	color: #1D2087;
}
.banner{
  background-size:100% 100%;
  width: 100%;
  height: 664px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.swiper-wrapper .swiper-slide {
  margin-right: 0!important;
}
/* .home {
  background-image: url(../images/background_1.png);
  width: 100%;
  height: 664px;
}
.home_cont {
  width: 390px;
  margin-left: 294px;
  padding-top: 160px;
  color: #fff;
}
.home_cont p {
  font-size: 48px;
  margin-bottom: 60px;
}
.home_cont div {
  font-size: 22px;
}
.home_cont .more {
  width: 196px;
  height: 52px;
  background: #ffffff;
  margin-top: 80px;
  text-align: center;
  line-height: 52px;
  font-size: 28px;
  color: #000;
} */
.about{
    width: 100%;
    height:678px;
}
.about_cont{
    width: 1608px;
    margin: 0 auto;
    position: relative;
}
.about_a{
    width:636px;
height:406px;
margin-left:80px;
margin-top: 140px;
}
.about_b{
    width:1085px;
    height:495px;
    position: absolute;
    right: 0;
    top:80px;
    z-index: -1;
}
.about .title{
    position: absolute;
    top: 60px;
    left: 866px;
    text-align: center;
}
.about .title span:first-child {
    font-size:28px;
}
.about .title span:last-child {
    font-size:25px;
    text-transform: uppercase;
}
.about_all{
  position: absolute;
  top: 200px;
  right: 62px;
}
.about_txt{
    width:700px;
    font-size:19px;
color:#000;
}
.about .more{
  width:190px;
height:57px;
background:  #E50014;
text-align: center;
line-height: 57px;
font-size:20px;
color:rgba(255,255,255,1);
margin: 46px 0 0 477px;
}
.product {
  width: 100%;
  padding: 0 0 30px;
}
.product_cont {
  width: 1670px;
  margin: 0 auto;
  
}
.product .title {
  text-align: center;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #b8b8b8;
  color: #373737;
}
.product .title span:first-child {
  font-size: 28px;
}
.product .title span:last-child {
  font-size: 20px;
  text-transform: uppercase;
}
.box_cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product .box {
    position: relative;
    width: calc(100% /4);
    margin-bottom: 15px;
    padding: 0 15px;
}
.product .box img {
  width: 325px;
  height: 270px;
}
.product .box p {
  text-align: center;
  font-size: 19px;
  background-color: #1D2087;
  transition: all .6s;
}
.product .box p:hover {
	background-color: #E50014;
}
.product .box p a {
    color: #fff!important;
    padding: 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product .box:hover > div {
  display: block;
}
.product .box div {
    width: 91%;
	height: 270px;
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0 34px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
    display: none;
}
.product .box div span {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.superiority {
  width: 100%;
  height: 658px;
  background-image: url(../images/background_2.png);
}
.superiority_cont {
  width: 1200px;
  margin: 0 auto;
}
.superiority .title {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.superiority .title p {
  width: 596px;
  border-bottom: 1px solid #fff;
  padding: 44px 0 22px 0;
  text-align: center;
  font-size: 24px;
}
.superiority .title span {
  font-size: 20px;
  margin: 18px 0 50px 0;
}
.superiority .box {
  width: 286px;
  height: 369px;
  background: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.superiority .box div {
  width: 100px;
  height: 100px;
  border: 3px solid #272d81;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0 16px 0;
}
.superiority .box img:nth-child(1) {
  width: 60px;
  height: 60px;
}
.superiority .box img:nth-child(2) {
  width: 90px;
  height: 74px;
}
.superiority .box img:nth-child(3) {
  width: 75px;
  height: 82px;
}
.superiority .box img:nth-child(4) {
  width: 82px;
  height: 82px;
}
.superiority .box p {
  font-size: 18px;
  color: #272d81;
  font-weight: bold;
  margin-bottom: 36px;
}
.superiority .box span {
  width: 240px;
  font-size: 16px;
  color: #4d4d4d;
}
.news {
  width: 100%;
  height: 650px;
}
.news_cont {
  width: 1670px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.news .title {
  text-align: center;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #b8b8b8;
  color: #373737;
}
.news .title span:first-child {
  font-size: 28px;
}
.news .title span:last-child {
  font-size: 20px;
  text-transform: uppercase;
}
.newsCenter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.newsCenter_l {
  width: 465px;
}
.newsCenter_l .txt {
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
  margin: 12px 0;
}
.newsCenter_l .txt a {
	color: #0266c8;
}
.newsCenter_l span {
  font-size: 14px;
  color: #505050;
}
.newsCenter_l .more {
  width: 131px;
  height: 22px;
  background: rgba(64, 64, 64, 1);
  text-align: center;
  line-height: 22px;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}
.newsCenter_r {
  width: 694px;
}
.newsCenter_r .box {
  height: 114px;
  border-bottom: 1px solid #999999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsCenter_r .box .time {
  width: 90px;
  height: 83px;
  border: 1px solid rgba(153, 153, 153, 1);
  margin-right: 50px;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  color: #5d5d5d;
}
.newsCenter_r .box .time span:first-child {
  font-size: 30px;
  color: #E50014;
  font-weight: 600;
}

.newsCenter_r .box .time span:last-child {
  font-weight: 600;
}

.newsCenter_r .box .cont {
  width: 550px;
}
.newsCenter_r .box:first-child {
  border-top: 1px solid #999999;
}
.newsCenter_r .content .txt {
  margin-bottom: 12px;
  font-size: 18px;
  color: rgba(58, 58, 58, 1);
}
.newsCenter_r .content .txt a {
	color: #1D2087;
	font-weight: 600;
}
.newsCenter_r .content .txt a:hover {
	color: #E50014;
}
.newsCenter_r .content .cont {
  font-size: 14px;
  color: rgba(80, 80, 80, 1);
}
footer {
  width: 100%;
}
.foot {
  height: 80px;
  background: #E50014;
}
.foot_cont {
  width: 1240px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foot_cont span {
  font-size: 25px;
  color: rgba(255, 255, 255, 1);
}
.foot_cont p {
  width: 418px;
  height: 44px;
  background: rgba(255, 255, 255, 1);
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  margin-left: 188px;
}
.footer {
  height: 597px;
  background-image: url(../images/background_3.png);
}
.footer_cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  
}
.contact {
  height: 52px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
}
.contact > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact img {
  margin-right: 30px;
}
.contact span {
  display: inline;
}
.phones {
  padding: 0 68px;
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(255, 255, 255, 1);
}
.address {
  width: 17px;
  height: 24px;
}
.phone {
  width: 22px;
  height: 22px;
}
.e_mail {
  width: 24px;
  height: 18px;
}
input ,textarea{
    border: none;
    height:34px;
background:rgba(255,255,255,1);
opacity:0.52;
border-radius:5px;
outline: none;
}
.form{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
    
}
form{
    width: 505px;
}
.form label{
    font-size:14px;
    color:rgba(255,255,255,1);
}
input.inp_a{
    width:168px;

}
input.inp_b{
    width:424px;
    margin-top: 12px;
}
textarea{
    width:424px; 
    height: 70px;
    margin-top: 12px;
}
.label_txt{
    position: relative;
    bottom:44px;
}
input.code{
    width:98px;
height:35px;
opacity:1;
border-radius:5px;
text-align: center;
margin-top: 8px;
margin-left: 74px;

}
.submit{
    width:180px;
    margin-left: 74px;
    margin-top: 12px;
}
.submit:hover{
	color:blue;
	background: #ccc;
	 cursor:pointer;
}
.form img{
    width:73px;
    height:35px;
    margin: 8px 0 0 5px;
}
.about_mine{
    width:329px;
    color: #fff;
}
.about_mine p{
    font-size:28px;
    margin-bottom: 30px;
}
.about_mine span{
    font-size:14px;
}
.about_mine .more{
    width:130px;
height:30px;
background:rgba(255,255,255,1);
font-size:17px;
text-align: center;
line-height: 30px;
color: #000;
margin-top: 30px;
}
.bot{
    font-size:17px;
    text-align: center;
    color: #fff;
}
