﻿
.fwcen{
	margin-bottom: 50px;
	margin-top: 30px;
	
}
.fwitem{
	float: left;
    width: 23.5%;
    text-align: center;
    padding: 40px 20px;
    transition: all 1.5s;
    margin-left: 2%;
        box-shadow: 2px 1px 19px 2px rgb(116 110 166 / 35%);
}
.fwitem:first-child{
	margin-left: 0;
}
.fwimg{
	width: 55px;
}
.fwtit{
	font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    position: relative;
}
.fwtit:after{
   	content: "";
    width: 30px;
    height: 3px;
    background-color: #2746d8;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.fwsum{
	color: #666666;
    font-size: 13px;
    line-height: 1.2;
    width: 90%;
}
.fwitem:hover{

    transform:translateY(-3px);

    box-shadow: 0px 18px 39px rgb(0 0 0 / 11%);

}
@media (max-width: 767px){
	.new-app-banner{
	margin-bottom: 20px;
	}
	.fwcen{
		margin-top: 0;
	}
	.fwitem{
		width: 44%;
		padding: 20px 10px;
		margin-top: 20px;
		margin-left: 6.5%;
		border-radius: 10px;
		height: 230px;
	}
	.fwitem:first-child{
		margin-left: 3%;
	}
	.fwitem:nth-child(3){
		margin-left: 3%;
	}
	.fwtit{
		font-size: 13px;
		font-weight: 300;
	/*	white-space: nowrap;*/
		
	}
	.fwsum{
		width:100%;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
  .contit {
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
  }
  .contit::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #015aa1;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .padd {
    padding: 80px 0 50px;
  }
  .addrbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 62px 0;
    background-color: #015aa1;
  }
  .addrbox .box {
    width: 23%;
    color: #fff;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }
  .addrbox .box:first-child {
    margin-left: 3%;
  }
  .addrbox .box .tebox {

    padding-left: 32px;
    color: #fff;
  }
  .addrbox .box .tebox .tl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
    .wrap1400 {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wrap1400 .box {
    width: 31.56%;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }

  @media screen and (max-width:1300px) {
    .wrap1400 {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .wrap1400 .box {
      width: 100%;
      flex-shrink: 0;
      -webkit-box-flex: 0;
      flex-grow: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
    }
  }
  .wrap1400 .box .tl {
    height: 70px;
    background-color: #015aa1;
    line-height: 70px;
    padding-left: 130px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fffefe;
  }
  .wrap1400 .box .tl span {
    position: relative;
  }
  .wrap1400 .box .tl span:after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mktl {
    padding: 80px 0 50px;
  }
  .mktl .line {
    width: 30px;
    height: 2px;
    background-color: #015aa1;
    margin: 0 auto;
  }
  .wrap1400 .box .info {
    height: 265px;
    padding: 46px 0 0 50px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    background-color: #f5f5f5;
  }