/* 首页 */

body{
    background-color: #f7f8fa;
}
.top-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.top-swiper .top-swiper-item {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet {
    background-color: #ffffff;
	opacity: .5;
    width: 8px;
    height: 8px;
    margin: 0 6px;
	border-radius: 50%;
    position: relative;
	cursor: pointer;
}
.top-swiper .top-swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 42px;
    height: 6px;
    opacity: .8;
    border-radius: 5px;
    margin: 0 3px;
}

.top-swiper .top-swiper-item .swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-slide img {
    width: 100%;
    height: 100%;
}



.title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h2 {
    font-size: 28px;
    font-weight: bold;
	color:#333;
}

.title .intro {
	margin: 10px 0 40px;
    font-size: 14px;
    color: #979c9b;
}


.kuaisuyuyue{
	margin-top: -60px;
	min-height:269px;
	z-index: 99;
	position:relative;
	
	
}

.white-nobg {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	box-shadow: 0 0 15px 1px rgb(116 116 116 / 10%);
    box-sizing: border-box;
	position: relative;
}

.zq-form-wrap {
    padding: 25px 24px 25px;
    background: url(../img/point-3.jpg);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.zq-title{
    margin-bottom: 17px;
    position: relative;
    text-align: left;
}

.zq-title h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #303030;
	text-align:center;
}

.zq-title span {
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 12px;
    color: #979c9b;
}

.zq-red {
    padding: 0 1px;
    color: #ef1e25;
	font-style: normal;
}


.input-form {
    display: flex;
    width:100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #f66060;
    border-radius: 2px;
	padding-left: 17px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}

.input-form>div {
    width: 280px;
    height: 100%;
    position: relative;
}

.input-form img {
    vertical-align: sub;
}

.input-form input {
    height: 100%;
    margin-left: 6px;
    width: 150px;
    font-size: 14px;
    color: #333;
}

.input-form>div::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}
.input-form>div:nth-child(3):after {
    height: 0;
}

.submit-button {
    width: 295px;
    height: 48px;
    background: #ef424b;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
}


.registration-benefit {
    display: flex;
	background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px dashed #ddd;	
}

.registration-benefit>li {
    display: flex;
    width: 300px;
    height: 124px;
    border-right: 1px solid hsla(0, 0%, 59%, 0.1);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.registration-benefit img {
    width: 70px;
    height: 70px;
    margin-right: 16px;
}

.registration-benefit div {
    font-size: 16px;
    color: #333333;
}

.registration-benefit p {
	color: #979c9b;
    padding-top: 8px;
    font-size: 13px;
    line-height: 20px;
}









.enterprise-services {
    background: #f7f8fa;
	overflow:hidden;
    padding:90px 0;
	width:100%
}

.commom-h2 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.commom-h5 {
    margin: 10px 0 40px;
    font-size: 14px;
    color: #979797;
    text-align: center;
	font-weight:normal;
}

.enterprise-services .enterprise-services-all {
    display: flex;
    flex-wrap: wrap;
}

.enterprise-services .enterprise-services-all .enterprise-services-list{
	width:auto;
	height: 100%;
}
.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(-n + 2) {
    margin-bottom: 20px;
}
.enterprise-services .enterprise-services-all .industrial-commercial-services {
    display: flex;
}

.enterprise-services .enterprise-services-all .enterprise-services-show {
    padding: 24px 24px 0;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(1) .enterprise-services-show {
    background: url(../img/s1.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    word-wrap: break-word;
    margin: 12px 0 28px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 18px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>div {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification div {
    box-sizing: border-box;
    padding-left: 12px;
    margin-bottom: 10px;
    position: relative;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}


.enterprise-services .enterprise-services-all .enterprise-services-show>.view-details {
    width: 88px;
    height: 32px;
    background: #ffffff1a;
    border: 1px solid #ffffffb3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details {
    background: #fff;
    width: 430px;
	box-shadow: 0 0 10px #ebebeb;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title {
    display: flex;
    padding: 15px 0 15px 24px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    position: relative;
    margin-right: 24px;
    cursor: pointer;
    transition: 0.1s;
    display: flex;
    align-items: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li:last-child {
    margin: 0;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list {
    display: flex;
    flex-wrap: wrap;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li {
    width: 215px;
    height: 156px;
    background: #FFFFFF;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 24px 0 0 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.enterprise-services-details-list h4 {
    display: flex;
    align-items: center;
    position: relative;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    transition: 0.3s;
	margin:0;
}


.enterprise-services-details-list h4 img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    right: 104px;
    top: -6px;
}


.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li>div:nth-child(2) {
    margin: 12px 0;
    display: flex;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li span {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    width: 64px;
    height: 24px;
    border: 1px solid #888888;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li span:first-child {
    margin-right: 8px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li p {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:nth-child(2n) {
    border-left: 1px solid #eeeeee;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(2n) {
    margin-left: 20px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(2) .enterprise-services-show {
    background: url(../img/s2.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(3) .enterprise-services-show {
    background: url(../img/s3.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}


.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(4) .enterprise-services-show {
    background: url(../img/s4.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover {
    box-shadow: 0 4px 12px 0 #4974f54d;
    z-index: 10;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover h4 {
    color: #4974f5;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #98acff;
    border-bottom: 1px solid #98acff;
    z-index: 6;
    left: 0;
    bottom: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid #98acff;
    border-right: 1px solid #98acff;
    z-index: 6;
    right: 0;
    top: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}



.inmod-02 {
	width:100%;
	overflow:hidden;
	padding:90px 0;
    background: url(../img/inbg-a.jpg) 50% 0px no-repeat scroll;
}

.inmod-02 .pt40{
	text-align: center;
	font-size: 28px;
	font-weight:bold;
	color: #fff;
}
.inmod-02 .pb15{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #ccc;
	margin: 10px 0 40px;
}

.inm-in-tab {
    width: 762px;
    height: 50px;
    display: block;
    margin: 30px auto 0px auto;
}

.inm-in-tab li {
    width: 250px;
    float: left;
    margin: 0px 2px;
    background-color: rgba(255,255,255,0.4);
    border-radius: 3px 3px 0px 0px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.inm-in-tab li.intab-hov {
    background: rgba(255,255,255,1);
    border-radius: 3px 3px 0px 0px;
    color: #333;
}

.inm-in-box {
    width: 1200px;
    border-radius: 3px;
    padding: 30px 10px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 3px #666;
}

.inm-b-3 {
    width: 33.33%;
    float: left;
}

.inm-b-3 .inb3-tit {
    border-bottom: 1px #ececec dashed;
    margin: 0px 40px 0px 40px;
    padding: 15px 110px 15px 20px;
    position: relative;
}

.inm-b-3 .titimg {
    right: 10px;
    top: -11px;
    width: 85px;
	position: absolute;
}

.inm-b-3 .ft18 {
    font-size: 18px;
	font-weight: bold;
	color: #333;
}

.inm-b-3 .ft14 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 14px;
	color: #888;
	
}

.list-c {
    margin-top: 20px;
    border-right: 1px #ececec solid;
}

.list-c a {
    display: block;
    min-height: 54px;
    padding: 15px 40px 15px 115px;
    margin-left: 20px;
	position:relative;
}

.list-c .zximg {
    width: 54px;
    left: 39px;
    top: 12px;
	position: absolute;
	transition: all .1s;
}


.list-c .ft16{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
}
.list-c .ft12{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	color: #999;
}

.dn {
    display: none;
}




.news {
	width:100%;
	padding:90px 0;
	overflow:hidden;
}

.news .min-box .big-title {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #2d2f33;
    text-align: center;
    line-height: 48px;
}

.news .min-box .min-title {
    width: 100%;
    font-size: 20px;
    color: #c7ccd8;
    text-align: center;
    margin-bottom: 43px;
}

.news .min-box .news-list {
	height:410px;
	padding:5px 5px;
	overflow:hidden;
    display: flex;
    justify-content: space-between;
}

.news .min-box .news-list .left-box {
    background-color: #ffffff;
    width: 400px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.news .min-box .news-list .center-box {
    background-color: #ffffff;
    width: 480px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.news .min-box .news-list .right-box {
    width: 280px;
    height: 100%;
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);*/
}

.news .min-box .news-list .left-box .image-news {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #e6ebf5;
    align-items: flex-start;
    justify-content: space-between;
    padding: 18px 13px;
    color: #333333;
    text-decoration: none;
}

.news .min-box .news-list .left-box .image-news:last-child {
    border-bottom: none;
}

.news .min-box .news-list .left-box .image-news .img-box {
    width: 152px;
    height: 97px;
	position: relative;
    overflow: hidden;
    transition: .8s;
}

.news .min-box .news-list .left-box .image-news .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}

.news .min-box .news-list .left-box .right-text-box {
    width: 200px;
    height: 100%;
}

.news .min-box .news-list .left-box .right-text-box .max-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 10px;
}

.news .min-box .news-list .left-box .right-text-box .det-text {
    width: 100%;
    color: #878d99;
    overflow: hidden;
    font-size: 13px;
}

.news .min-box .news-list .center-box .main-box {
    text-decoration: none;
    color: #333333;
    display: block;
    height: 45px;
    border-bottom: solid 1px #e6ebf5;
    overflow: hidden;
}

.news .min-box .news-list .center-box .main-box .right-text-box {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .img-box {
    display: none;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .det-text {
    display: none;
}

.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .max-title {
    line-height: 45px;
    padding: 0 17px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-left: 14px;
    width: 380px;
}
.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box .date{
    padding-right: 20px;
    color: #abaeb5;
    font-size: 12px;
}
.news .min-box .news-list .center-box .main-box:not(:first-child) .right-text-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .min-box .news-list .center-box .main-box:last-child {
    border-bottom: none;
}

.news .min-box .news-list .center-box .main-box:first-child {
    height: 127px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 18px 15px;
}

.news .min-box .news-list .center-box .main-box:first-child .img-box {
    width: 152px;
    height: 90px;
}

.news .min-box .news-list .center-box .main-box:first-child .img-box img {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:first-child .right-text-box {
    width: 286px;
    height: 100%;
}

.news .min-box .news-list .center-box .main-box:first-child .right-text-box .max-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    width: 100%;
    line-height: 20px;
    padding: 0;
}


.news .min-box .news-list .center-box .main-box:first-child .right-text-box .det-text {
    width: 100%;
    height: 54px;
    overflow: hidden;
    font-size: 13px;
    color: #878d99;
    display: -webkit-box;
}
.news .min-box .news-list .center-box .main-box:first-child .right-text-box .date{
    display: none;
}
.news .min-box .news-list .right-box .img-ad {
    width: 100%;
    height: 256px;
    margin-bottom: 8px;
}

.news .min-box .news-list .right-box .img-ad img {
    width: 100%;
    height: 100%;
}

.news .min-box .news-list .right-box .show-more {
    display: block;
    width: 100%;
	padding:29px 22px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #333333;
    flex-direction: column;
}

.news .min-box .news-list .right-box .show-more .cent-w {
    width:100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	background:url(../img/tuceng37.png) no-repeat right center;
}
.news .min-box .news-list .right-box .show-more:hover .cent-w{

	background:url(../img/tuceng37-h.png) no-repeat right center;
}


.news .min-box .news-list .right-box .show-more .cent-w .left-text {
    width: 114px;
    height: 100%;
}

.news .min-box .news-list .right-box .show-more .cent-w .left-text .max-title {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.news .min-box .news-list .right-box .show-more .cent-w .left-text .min-title {
    font-size: 12px;
    color: #878d99;
    margin-bottom: 0;
    text-align: left;
}

.news .min-box .news-list .right-box .show-more .dets {
    text-align: left;
    font-size: 12px;
    color: #878d99;
    margin-top: 20px;
}

.news .min-box .news-list .right-box .special {
    min-height: auto;
    padding: 38px 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.065);
	background: url(../img/focus-default.jpg) no-repeat;
	background-size: cover;
}

.news .min-box .news-list .right-box .special h4 {
    font-size: 16px;
    line-height: 26px;
	color:#fff;
	margin:0;
}

.news .min-box .news-list .right-box .special p {
    color: #fff;
	height:4.3rem;
    opacity: .9;
    margin: 15px 0;
	line-height:22px;
}


.news .min-box .news-list .right-box .special .layui-btn {
    margin-top: 4px;
	height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
	display:inline-block;
	color:#fff;
	background-color: #f66060;
	
}

.news .min-box .news-list .right-box .show-more:hover .cent-w .left-text .max-title{
	color:#ef1e25;
}


.about {
    background: url(../img/b3.jpg) no-repeat center;
	overflow:hidden;
	padding:90px 0;
}

.about .content_left {
    width: 360px;
    height: 450px;
    float: left;
}

.about .content_left li {
    width: 175px;
    height: 145px;
    float: left;
    margin: 0 5px 5px 0;
	box-shadow: 0 0 4px #ddd;
	list-style:none;
}
.about .content_left .single {
    width: 175px;
    height: 145px;
    background: #Fff;
    display: block;
    text-align: center;
    float: left;
    position: relative;
    cursor: default;
}

.about .content_left .single .img {
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 35px;
}

.about .content_left .single p {
    padding: 3px 0;
    font-size: 14px;
    color: #717171;
    position: relative;
    padding-top: 10px;
}


.about .content_left .single p:after {
    display: block;
    height: 1px;
    width: 31px;
    position: absolute;
    content: "";
    position: absolute;
    background: url(../img/icos1.png) no-repeat;
    left: 50%;
    top: 0;
    margin-left: -15.5px;
}

.about .content_left .li1 .img {
	background:url(../img/icos2.png) no-repeat;
}

.about .content_left .li2 .img {
	background:url(../img/icos3.png) no-repeat;
}
.about .content_left .li3 .img {
	background:url(../img/icos4.png) no-repeat;
}
.about .content_left .li4 .img {
	background:url(../img/icos5.png) no-repeat;
}
.about .content_left .li5 .img {
	background:url(../img/icos6.png) no-repeat;
}
.about .content_left .li6 .img {
	background:url(../img/icos7.png) no-repeat;
}

.about .content_right {
    height: 445px;
    width: 835px;
    background: url(../img/bg.jpg);
    margin-left: 365px;
    position: relative;
	box-shadow: 0 0 4px #ddd;
}

.about .content_right i {
    display: block;
    position: absolute;
}

.about .content_right i.j1 {
    width: 9px;
    height: 7px;
    border-left: 1px solid #A9A9A9;
    left: 5px;
    top: 5px;
    border-top: 1px solid #A9A9A9;
}

.about .content_right i.j2 {
    width: 9px;
    height: 7px;
    border-right: 1px solid #A9A9A9;
    right: 5px;
    top: 5px;
    border-top: 1px solid #A9A9A9;
}

.about .content_right i.j3 {
    width: 7px;
    height: 9px;
    border-right: 1px solid #A9A9A9;
    right: 5px;
    bottom: 5px;
    border-bottom: 1px solid #A9A9A9;
}

.about .content_right i.j4 {
    width: 7px;
    height: 9px;
    border-left: 1px solid #A9A9A9;
    left: 5px;
    bottom: 5px;
    border-bottom: 1px solid #A9A9A9;
}

.about .content_right ul {
    height: 420px;
    overflow: hidden;
}

.about .content_right li {
    width: 100%;
    height: 100%;
}


.about .content_right li .p2 {
    font-weight: 700;
    padding: 40px 23px 40px 30px;
    position: relative;
    font-size: 18px;
}


.about .content_right p.p2:after {
    display: block;
    height: 1px;
    width: 40px;
    content: "";
    position: absolute;
    bottom: 10px;
    background: #E1E1E1;
}


.about .content_right li .p3 {
    color: #B0B0B0;
    line-height: 24px;
    font-size: 14px;
    padding: 15px 30px;
    padding-right: 45px;
}

.about .content_right .smallsingle {
    margin: 15px 25px;
    overflow: hidden;
}

.about .content_right .single {
    width: 250px;
    height: 172px;
    float: left;
    display: block;
    margin-right: 5px;
	position:relative;
}

.about .content_right .single img {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .8s;
}

.about .content_right .single3 {
    margin-right: 0;
}


