@charset "UTF-8";
@import "video.css";

.fastquery {
	width: 100%;
	padding: 1.25rem 0px;
	overflow: hidden;
	background: #fff
}
.fastquery .container{
	margin-top:2.5rem;
}
.fastquery h2 {
	font-size: 2.25rem;
	color: #333;
	line-height: 3.375rem;
	margin-bottom: 1.875rem;
	text-align: center
}

.fastquery ul {
	width: 100%;
	marign-top:3.125rem;
}

.fastquery li {
	width: 32.1%;
	height: 16.25rem;
	text-align: center;
	margin-left: 1.7%;
	float: left;
	border-radius: 1.25rem;
	border: 1px solid #ededed;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.fastquery li .bico{
	transition: all 0.8s;
}
.fastquery li .wico{
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s;
}

.fastquery li:first-child {
	margin-left: 0
}

.fastquery li:hover {
	background-color: #D70C19;
	transform: translateY(-1.3125rem);
	box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.1);
}

.fastquery li:hover h3 {
	color: #fff
}

.fastquery li:hover .bico{
	display: none;
	opacity: 0;
	visibility: hidden;
}

.fastquery li:hover .wico{
	display: block;
	opacity: 1;
	visibility: inherit;
}

.fastquery li:hover p{
	color: #fff
}

.fastquery a {
	display: block;
	width: 100%;
	height: 100%
}

.fastquery img {
	padding-top: 3.25rem
}

.fastquery h3 {
	font-size: 1.5rem;
	color: #333;
	line-height: 2.625rem;
	margin-top: 0.3125rem;
	transition: color .3s
}

.fastquery p {
	font-size: 1rem;
	color: #666;
	line-height: 2.1875rem
}


/*检测项目*/
.test-items {
	border-top: 1px solid #e2e2e2;
	margin-top: 6.25rem;
	padding-top: 7.5rem;
	overflow: hidden;
	padding-bottom: 3.75rem;
}

.test-items-slide {
	width: 76%;
	margin: 0 12%;
	margin-top: 1.25rem;
}

.testinner-list {
	width: 100%;
	display: none;
}

.test-items .swiper-container {
	overflow: hidden;
}

.testinner-list.active {
	display: block;
}

.test-items .swiper-father {
	position: relative;
	display: none;
}

.test-items .swiper-father.active {
	display: block;
}

.test-type-list {
	color: #666;
	margin-bottom: 3.125em;
	justify-content: center;
	clear: both;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto
}

.test-type {
	color: #312a29;
	border: 1px solid #e8e8e8;
	text-align: center;
	line-height: 2.5rem;
	padding: 0px 1.25rem;
	margin: 0 0.375rem;
	transition: .3s;
	font-size: 0.875rem;
	margin-bottom: 0.625rem;
	border-radius: 60px;
	-webkit-60px: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.test-type.active,
.test-type:hover {
	color: #D70C19;
	border: 1px solid #D70C19;
}


/*项目列表*/
.test-items .card {
	border: none;
	border-radius: 0px;
	margin-bottom: 3.125rem;
	overflow: hidden;
}

.test-items .card-body {
	height: 10rem;
	background-color: #fafafa;
	padding: 2rem 1.75rem 2rem;
	text-align: center;
}

.test-items .card .btn {
	border: 1px solid #dedede;
	background: #fafafa;
	border-radius: 1.25rem;
	padding: 0.375rem 1.125rem;
	color: #3c2f2f;
	font-size: 0.8125rem;
}

.test-items .card .btn:hover,
.test-items .card .btn:focus {
	background-color: #D70C19;
	color: #fff;
	border: 1px solid #D70C19;
	box-shadow: none !important;
}

.test-items .card-title {
	font-size: 1.5rem;
	min-height: 3.125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: transform .3s;
}

.test-items .card-text {
	color: #8f8f8f;
	font-size: 0.8125rem;
	margin-bottom: 3.75rem;
	line-height: 1.125rem;
	min-height: 3.375rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: transform .3s;
}

.test-items .card span.time {
	color: #585858;
	font-size: 0.875rem;
	display: block;
	padding-bottom: 0.375rem;
	transition: transform .3s;
}

.test-items .col-lg-4 {
	padding: 0px 2.8125rem;
}

.test-items .card .card-title {
	transition: transform .3s;
}

.test-items .card .card-img {
	border-radius: 0px;
	overflow: hidden;
	height: 16.25rem;
	object-fit: fill;
	background: #fafafa;
}

.test-items .card img {
	width: 100%;
	transition: transform .3s;
}

.test-items .card:hover .card-title {
	color: #D70C19;
}

.test-items .card:hover span.time,
.test-items .card:hover .card-text {}

.test-items .card:hover img {
	transform: scale(1.1);
}

.test-items .swiper-button-next,
.test-items .swiper-button-prev {
	width: 3.75rem;
	height: 3.75rem;
	opacity: .5;
	top: 40%;
}

.test-items .swiper-button-next::after,
.test-items .swiper-button-prev::after {
	display: none;
}

.test-items .swiper-button-next {
	background: url(../images/arrow_right_style3.png) center center no-repeat;
	background-size: 100%;
	right: -10%;
}

.test-items .swiper-button-prev {
	background: url(../images/arrow_left_style3.png) center center no-repeat;
	background-size: 100%;
	left: -10%;
}


/*新闻资讯*/
.in_news {
	background: #F6F6F6;
	margin-top: 1.25rem;
	padding-top: 7.5rem;
	overflow: hidden;
	padding-bottom: 7.5rem;
}

.in_news .nav-tabs {
	justify-content: center;
	border: 0px;
	margin-bottom: 1.25rem;
}
.in_news li a.active{
	color: #D8262C;
	font-weight: bold;
}

.in_news .news-con .show {
	opacity: 1;
}

.in_news .tab-content{
	width: 76%;
	margin: 0 12%;
}
.in_news .list-3{
	position: relative;
	font-size: 0;
}

.in_news .list-3>li {
	width: 33.3333%;
	display: inline-block;
	vertical-align: top;
}

.in_news .list-3>li>a {
	display: block;
	margin: 0px 15px;
}

.in_news .paragraph {
	font-size: 16px;
	line-height: 1.75;
	color: #838383;
	margin-bottom:1.25rem;
	letter-spacing: .6px;
}

.in_news .in-more-btn{
	margin-top:2.5rem;
}

.in_news figure {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.in_news figure::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.in_news figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.in_news article {
	padding: 1.875rem 1.875rem 4.375rem 3.125rem;
	height: 240px;
	position: relative;
	background-color: #fff;
}

.in_news article::after {
	transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #D70C19, #D70C19)
}

.in_news .item-title,
.in_news .item-attr,
.in_news .item-txt {
	position: relative;
	z-index: 10
}

.in_news .item-caption {
	position: relative;
}

.in_news .item-title time {
    font-size: 0.875rem;
    color: #D70C19;
    font-family: "Avenir Medium";
    text-transform: uppercase;
}

.in_news .item-title {
	font-weight: 500;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden
}

.in_news .item-attr {
	color: #0268CF;
	height: 3.75rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 1.125rem;
	margin-top: 1rem;
	width: 98%;
	color: #000;
	line-height: 1.6;
	font-weight: 500;
}

.in_news .item-txt {
	width: 90%;
	font-size: 0.875rem;
	margin-top: .75em;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.in_news .list-load__full {
	position: relative;
	padding-right: 1.25rem
}

.in_news .list-load__dots {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.125rem;
	z-index: 100;
	font-size: 0
}

.in_news .list-load__dots i {
	display: inline-block;
	vertical-align: middle;
	width: 0.25rem;
	height: 0.25rem;
	background-color: #Fff;
	margin-left: 0.125rem;
	-webkit-animation: dotsOpa .8s infinite;
	animation: dotsOpa .8s infinite
}

.in_news .list-load__dots i:nth-child(2) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.in_news .list-load__dots i:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

@-webkit-keyframes dotsOpa {
	0% {
		opacity: .4
	}

	100% {
		opacity: 1
	}
}

@keyframes dotsOpa {
	0% {
		opacity: .4
	}

	100% {
		opacity: 1
	}
}

.in_news figure {
	overflow: hidden;
	margin:0px;
}

.in_news figure img {
	transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.in_news a:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.in_news a:hover article::after {
	opacity: 1;
	visibility: visible
}

.in_news a:hover .item-title,
.in_news a:hover .item-title time,
.in_news a:hover .item-attr,
.in_news a:hover .item-txt{
	color: #fff
}





/*合作伙伴*/
.in_partners{
	margin-top: 1.25rem;
	padding-top: 100px;
	overflow: hidden;
	padding-bottom: 100px;
}
.in_partners .partnerlist{
	width: 76%;
	margin: 0 12%;
	margin-top:1.25rem;
}
.in_partners .partnerlist .parcon {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	flex: 0 0 16.666%;
	max-width: 16.666%;
	padding: 1rem;
	border: none;
	text-align: center;
	
}

.in_partners .partnerlist .parcon a{
	border: 0.0625rem solid #f2f2f2;
	width:100%;
	display: block;
}

.in_partners .partnerlist .parcon img {
	transform: scale(.9, .9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.in_partners .partnerlist .parcon:hover img {
	transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.in_partners a.morebtn {
	width: 9.75rem;
	height: 3rem;
	display: block;
	border: 1px solid #DCC183;
	text-align: center;
	line-height: 3rem;
	margin: auto;
	margin-top: 4%;
	font-weight: bold;
	color: #fff;
	background-color: #DCC183;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.in_partners a.morebtn:hover {
	background-color: #fff;
	color: #000;
}

.in_partners a.morebtn span {
	display: block;
}

/*关于我们*/
.in_contatus{
	border-top: 1px solid #e2e2e2;
	margin-top: 1.25rem;
	padding-top: 6.25rem;
	overflow: hidden;
	padding-bottom: 7.5rem;
}

.in_contatus .contact_con{
	width:76%;
	margin:0 12%;
	margin-top:2.5rem;
	overflow: hidden;
}
.in_contatus .contact_txt {
	padding: 3.75rem 3.75rem 3.75rem 5rem;
	background-color: #f4f4f4;
	font-size:15px;
	line-height: 2;
}

.in_contatus .contact_txt h2 {
	font-size: 1.3125rem;
	color: #D70C19;
	margin-bottom: 1.25rem;
}

.in_contatus .contact_txt p.engname {
	font-size: 1rem;
}

.in_contatus .contact_txt ul {
	line-height: 2.25rem;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 1.875rem;
}

.in_contatus .contact_txt .add {
	background: url(../images/add_icon.png) left center no-repeat;
	padding-left: 2.25rem;
	background-position: 0.1875rem;
}

.in_contatus .contact_txt .tel {
	background: url(../images/tel_icon.png) left 20% no-repeat;
	padding-left: 2.25rem;
}

.in_contatus .contact_txt .email {
	background: url(../images/email_icon.png) left center no-repeat;
	padding-left: 2.25rem;
}


.in_contatus .contact_pic {
	 position: relative;
	padding: 0px;
	background-repeat: no-repeat;
	background-position:left center;
	transition: all 0.5s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: -webkit-transform 1.2s;
	-o-transition: transform 1.2s;
	transition: transform 1.2s;
	transition: transform 1.2s, -webkit-transform 1.2s;
}

.in_contatus .vimg {
    width: 100%;
    position: relative;
    top: 0px;
    height: 100%;
    margin-top: -77%;
}

.in_contatus .card-hover {
	width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0,0,0,.2);
    position: absolute;
}
.in_contatus .video_ico {
    background: url(../images/videobtn.png) center center no-repeat;
    background-size:contain;
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    opacity: .8;
    position: absolute;
    left: 1.25rem;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.in_contatus .morebtn {
    border: 1px solid #cecece;
    font-size: 0.75rem;
    padding: 10px 30px;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
    border-radius: 30px;
}
@media only screen and (max-width: 2560px) {
	.in_contatus .vimg {
	    width: 100%;
	    position: relative;
	    top: 0px;
	    height: 100%;
	    margin-top: -59%;
	}
	.in_contatus .card-hover {
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    background: rgba(0,0,0,0);
	    position: absolute;
	}
	.in_contatus .video_ico {
	    background: url(../images/videobtn.png) center center no-repeat;
	    background-size: contain;
	    width: 3.125rem;
	    height: 3.125rem;
	    display: block;
	    opacity: .8;
	    position: absolute;
	    left: 0px;
	    right: 0;
	    top: 0px;
	    bottom: 0;
	    margin: auto;
	}
}
@media only screen and (max-width: 1920px) {
	.in_contatus .vimg {
	    width: 100%;
	    position: relative;
	    top: 0px;
	    height: 100%;
	    margin-top: -77%;
	}
	.in_contatus .card-hover {
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    background: rgba(0,0,0,.2);
	    position: absolute;
	}
}
@media only screen and (max-width: 1680px) {
	
	.test-items .card .card-img{
		height:13.75rem;
	}
	.test-items .card-body {
	    padding: 1.5rem 1.75rem 2rem;
	}
	.in_news article {
		padding: 2.5rem 1.875rem;
		height: 13.75rem
	}
	.in_contatus .contact_con{
		/* height: 460px; */
	}
	.in_contatus .contact_txt {
		/* height: 460px; */
		padding: 3.75rem 2.5rem 2rem 3.75rem;
		background-color: #f4f4f4;
		font-size: 0.8125rem;
		line-height: 1.8;
		color: #838383;
	}
	.in_contatus .contact_txt {
		/* height: 460px; */
		padding: 2.5rem 2.5rem 2rem 3.75rem;
	}
}
@media only screen and (max-width: 1440px) {
	.test-items .card {
	    margin-bottom: 0px;
	}
	.test-items .card-title {
	    font-size: 1.2rem;
	}
	.in_news .paragraph {
		font-size: 0.875rem;
		line-height: 1.6;
	}
	.in_news .item-attr{
	    font-size:1rem;
	}
	
	.in_news article {
		height: 11.875rem
	}
	.in_news .item-txt{
		display: none;
	}
	.in_news .item-attr {
	    height: auto;
	    font-size: 0.9375rem;
	    margin-top: .6rem;
	    width:100%;
	}
	.in_news .paragraph {
	    height: 10rem;
		padding: 1.25rem 1.5625rem;
	    margin-bottom: 0.625rem;
	}
	.in_news .in-sec__intro{
		height:auto
	}
	.in_contatus .contact_con {
	    /* height: 440px; */
		line-height: 1.7;
		font-size: 0.75rem;
	}
	.in_contatus .contact_txt {
		/* height: 440px; */
		padding: 2.5rem 2.5rem 2rem 3.75rem;
	}
	
}

@media only screen and (max-width: 1360px) {
	.item-txt p{
		font-size:0.875rem;
	}
}

@media only screen and (max-width: 1280px) {
	.test-items .in-sec__intro{
		margin-bottom:1.5rem;
	}
	.in_news .item-attr {
	    height: auto;
	    font-size: 0.875rem;
	    margin-top: .6rem;
	}
	.in_contatus .contact_txt {
	    font-size: 0.75rem;
	    line-height: 1.6;
	}
	.in_contatus .contact_txt h2 {
	    font-size: 1.125rem;
	    color: #333;
	    margin-bottom: 0.625rem;
	}
	.in_contatus .morebtn {
	    border: 1px solid #cecece;
	    font-size: 0.75rem;
	    padding: 0.375rem 1.25rem;
	    color: #333333;
	    margin-top: 0.625rem;
	    display: inline-block;
	    border-radius: 1.875rem;
	}
}


@media only screen and (max-width: 1024px) {
	.pc-block {
		display: none!important;
	}
	
	.app-block {
		display: block!important;;
	}
	.fastquery p {
	    font-size: 0.8125rem;
	    color: #666;
	    line-height: 2.1875rem;
	}
	.test-items {
	    margin-top: 5rem;
	    padding-top: 5rem;
		padding-bottom: 2.5rem;
	}
	.test-items .test-type {
	    line-height: 2.2rem;
	    font-size: 0.8125rem;
	}
	.test-items .card .card-img{
		height:10.625rem;
	}
	.test-items .swiper-button-next, .test-items .swiper-button-prev {
	    width: 2.5rem;
	    height: 2.5rem;
	}
	.test-items .swiper-button-prev {
	    left: -12%;
	}
	.test-items .swiper-button-next {
	    right: -12%;
	}
	.test-items .container,.in_news .tab-content {
	    width: 90%;
	    max-width: 90%;
	    margin: 0 5%;
		padding:0px;
	}
	.in_news {
	    padding-top: 3rem;
	    padding-bottom: 4rem;
		background: #fff;
	}
	.in_news article.paragraph{
		background: #f5f5f5;
	}
	.in_news article {
		padding: 1.875rem 1.25rem;
		height: 11.25rem
	}
	.in_news .list-3>li {
	    width: 33.3333%;
	}
	.in_news .in-more-btn {
	    margin-top: 1.875rem;
	    width: 6rem;
	    padding: .4rem 1rem;
	    font-size: 0.8125rem;
	}
	
	.in_partners .partnerlist .parcon {
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.in_contatus {
	    padding-top: 5rem;
	}
	.in_contatus .contact_con {
	    width: 88%;
		max-width: 88%;
	    margin: 0 6%;
	    margin-top: 2.5rem;
	    overflow: hidden;
	}
	
	.in_contatus .contact_con {
	    height: 100%;
	}
	.in_contatus .contact_txt {
	    font-size: 12px;
	    line-height: 1.5;
	    padding:2.5rem 1.5rem 1rem 2.5rem;
	}
	.in_contatus .morebtn {
	    border: 1px solid #cecece;
	    font-size: 12px;
	    padding: 0.25rem 1rem;
	}

}


@media only screen and (max-width: 768px){
	.mlinebg{
		background-color:#f1f4f4;
		border-top:1px solid #e3e3e3;
		border-bottom:1px solid #e3e3e3;
		height:1.25rem;
		display: block;
	}

	.in_news .list-3>li {
	    width:100%;
	}
	.in-sec__intro .item-t2 {
	    font-size: 1.3125rem;
	}
	.fastquery{
		padding-bottom:2.5rem;
	}
	.fastquery .in-sec__intro{
		 margin-top: 1.25rem;
	}
	.fastquery .in-sec__intro .item-more{
		display: none;
	}
	.test-items {
	    margin-top: 3.75rem;
	    padding-top: 3.75rem;
	    padding-bottom: 0px;
	}
	.test-items .card .card-img{
		height:100%;
	}
	.test-items .swiper-button-next, .test-items .swiper-button-prev {
	    width: 1.875rem;
	    height: 1.875rem;
	}
	.test-items .container, .in_news .tab-content {
	    width: 94%;
	    max-width: 94%;
	    margin: 0 3%;
	}
	.test-items .test-type {
	    line-height: 2.2rem;
	    font-size: 0.75rem;
	}
	.in_partners .partnerlist .parcon {
	    flex: 0 0 33.3333%;
	    max-width: 33.3333%;
	}
	.index-partners .partnerlist .parcon {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.in_contatus{
		border:none
	}
	.in_contatus .contact_txt {
	    height: auto;
	}
	.in_contatus .vimg {
	    margin-top: 0px;
	}
	.in_contatus .card-hover {
	    margin-top: -78%;
	}
	.banner-slide .video-back video{
		display: none;
	}

}
@media only screen and (max-width: 650px){
	.fastquery img {
		width: 3.125rem;
		object-fit: fill; 
	}
	.item-txt p{
		display: none;
	}
	.in-sec__intro .item-t1{
		display: none;
	}
	.in-sec__intro .item-more {
	    margin-top: 1.25em;
	}
	.fastquery{
		padding:0px 0px 30px 0px;
	}
	.fastquery .container {
	    margin-top: 0px;
	}
	.fastquery li{
		border:none;
		height: auto;
	}
	.fastquery img {
	    padding-top: 1.125rem;
	}
	.fastquery h3 {
	    font-size: 0.9375rem;
	    line-height: 1.5;
	    margin-top: 0px;
	}
	.fastquery p{
		display: none;
	}
	.fastquery li:hover {
	}
	.test-items .in-sec__intro{
		margin-bottom: 1.25rem;
	}
	.test-items .swiper-button-next, .test-items .swiper-button-prev {
	    width: 1.25rem;
	    height: 1.25rem;
	}
	
	.in_news {
	    padding-top: 40px;
	    padding-bottom: 60px;
	    background: #fff;
		margin-top:0px;
	}

	.in_news .paragraph {
		font-size: 0.75rem;
		line-height: 1.6;
	    height: 7.5rem;
	}
	.in_news .in-sec__intro{
		height:auto;
		padding:0px;
	}
	
	
	.in_news li a.active{
		border-bottom: 1px solid #D8262C;
	}
	
	
	.in_news .list-filtrate{
		background: #fff;
	}
	
	.in_news .nav-tabs{
		 border-top: 1px solid #e3e3e3;
		margin-bottom:10px;
	}
	
	.in_news li {
	    width: 50%;
	    line-height: 3;
		padding:0px;
	    border-bottom: 1px solid #e3e3e3;
	    color: #464646;
	    border-left: 1px solid #e3e3e3;
	    text-align: center;
	}
	.in_news li a{
		display: block;
	}
	.in_news .nav-tabs li:first-child,.in_news .nav-tabs li:nth-child(3) {
	    border-left: 0;
	}
	
	.in_news article {
		height: auto;
		padding: 1.25rem 0.625rem
	}
	
	.in_news .item-title {
		font-size: 0.875rem
	}
	
	.in_news .item-txt {
		height: 2.375rem
	}

	.in_news .list-3>li {
	    width: 100%;
		margin-bottom:0.625rem
	}
	.in_partners,.in_contatus{
		padding-top: 1.25rem;
		padding-bottom:2.5rem;
	}
	.in_partners .partnerlist{
		width: 90%;
		margin:0 5%;
		margin-top:0.625rem;
	}
	.index-partners .partnerlist .parcon {
		width: 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.in_contatus{
		margin-top:0.625rem;
		border:0px;
	}
	.in_contatus .contact_con {
	    width: 90%;
		margin:0 5%;
	    margin-top: 1.25rem;
	    overflow: hidden;
	}
	.in_contatus .contact_txt {
	    padding: 2.5rem;
	}
	.in_contatus .video_ico{
		left:0px;
	}
	
	.in_contatus .contact_pic{
		/* display: none; */
	}
	.in_contatus .vimg {
	    margin-top: 0px;
	}
	.in_contatus .card-hover {
	    margin-top: -79.2%;
	}
}

@media only screen and (max-width: 576px) {
	.in_partners .partnerlist .parcon {
	    flex: 0 0 33.3333%;
	    max-width: 33.3333%;
		    padding: .4rem;
	}
}

@media only screen and (max-width: 480px){
	.index-partners .partnerlist .parcon {
		padding: .5rem;
	}
}
