﻿@charset "utf-8";

.container{
	width: 1200px;
	margin: 0 auto;
}

.autoTest{
	padding-bottom: 100px;
}

.autoTest>.banner{
	width: 100%;
	background-image: url(../images/MR/banner.png);
    background-repeat: no-repeat;
    background-position:center;
	height: 380px;
	box-sizing: border-box;
}

.autoTest>.banner h1{
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	padding-top: 60px;
}

.autoTest>.banner p{
	font-size: 14px;
	color: #fff;
	max-width: 660px;
	line-height: 26px;
	margin: 28px 0 45px;
}

.autoTest>.banner .actionBtns>a{
	display: inline-block;
	width: 140px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	background-color: #4AADED;
	color: #fff;
	font-size: 16px;
	margin-right: 6px;
}

.autoTest>.content h1{
	font-size: 36px;
	color: #404967;
	text-align: center;
	margin: 88px 0 58px;
}

.autoTest>.content h2{
	font-size: 24px;
	color: #1b2b4b;
}

.autoTest>.content p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.autoTest>.content .mr-introduce{
	float: left;
	width: 100%;
}

.mr-introduce>li{
	width: 530px;
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid transparent;
}

.mr-introduce>li:first-child{
	background-image: url(../images/MR/mr-introduce-01.png);
	float: left;
}

.mr-introduce>li:last-child{
	background-image: url(../images/MR/mr-introduce-02.png);
	float: right;
}

.mr-introduce>li>p{
	text-align: center;
	margin-top: 160px;
}

.test-range{
	width:100%;
	text-align: center;
}


.test-range>li{
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.test-range>li>img{
	margin-bottom: 30px;
}

.problems-solved>li{
	box-sizing: border-box;
	padding: 0 20px;
}

.problems-solved>li>img{
	margin-bottom: 20px;
}

.problems-solved>li>p{
	margin-top: 20px;
}

.product-advantages>li{
	width: 580px;
	height: 160px;
	border: 1px solid #e1e4e5;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 118px;
	padding-top: 30px;
	padding-right: 44px;
	background-repeat: no-repeat;
	background-position: 18px 30px;
}

.product-advantages>li:first-child{
	background-image: url(../images/MR/product-advantages-01.png);
}

.product-advantages>li:nth-child(2){
	background-image: url(../images/MR/product-advantages-02.png);
}

.product-advantages>li:nth-child(3){
	background-image: url(../images/MR/product-advantages-03.png);
}

.product-advantages>li:last-child{
	background-image: url(../images/MR/product-advantages-04.png);
}

.product-advantages>li:nth-child(odd){
	float: left;
}

.product-advantages>li:nth-child(even){
	float: right;
}

.product-advantages>li:nth-child(-n+2){
	margin-bottom: 40px;
}

.autoTest>.content .product-advantages>li>h2{
	font-size: 20px;
}

.product-advantages>li>p{
	margin-top: 10px;
}

.test-flow>li{
	width: 301px;
	height: 100px;
	border: 1px solid #e1e4e5;
	box-sizing: border-box;
	position: relative;
	margin-top: -1px;
	margin-left: -1px;
	float: left;
	display: flex;
	align-items: center;
	padding-left: 38px;
}

.test-flow>li::before{
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	left: -18px;
}

.test-flow>li:first-child::before{
	background: url(../images/MR/test-flow-01.png) no-repeat center #fff;
}

.test-flow>li:nth-child(2)::before{
	background: url(../images/MR/test-flow-02.png) no-repeat center #fff;
}

.test-flow>li:nth-child(3)::before{
	background: url(../images/MR/test-flow-03.png) no-repeat center #fff;
}

.test-flow>li:nth-child(4)::before{
	background: url(../images/MR/test-flow-04.png) no-repeat center #fff;
}

.test-flow>li:nth-child(5)::before{
	background: url(../images/MR/test-flow-05.png) no-repeat center #fff;
}

.test-flow>li:nth-child(6)::before{
	background: url(../images/MR/test-flow-06.png) no-repeat center #fff;
}

.test-flow>li:nth-child(7)::before{
	background: url(../images/MR/test-flow-07.png) no-repeat center #fff;
}

.test-flow>li:last-child::before{
	background: url(../images/MR/test-flow-08.png) no-repeat center #fff;
}

.test-flow-new{
	width: 100%;
	border: 1px solid #e1e4e5;
	box-sizing: border-box;
	float: left;
}

.test-flow-new>.flow-menus{
	float: left;
}

.test-flow-new>.flow-menus>a{
	width: 320px;
	height: 136px;
	box-sizing: border-box;
	border-right: 1px solid #e1e4e5;
	border-bottom: 1px solid #e1e4e5;
	display: block;
	text-align: center;
	cursor: pointer;
}

.test-flow-new>.flow-menus>a .img-blue{
	display: none;
}

.test-flow-new>.flow-menus>a.current{
	border-right: 1px solid transparent;
	position: relative;
	color: #008AF5;
}

.test-flow-new>.flow-menus>a.current .img-blue{
	display: inline;
}

.test-flow-new>.flow-menus>a.current .img-gray{
	display: none;
}

/* .test-flow-new>.flow-menus>a.current p{
	color: #008AF5;
} */

.test-flow-new>.flow-menus>a.current::before{
	position: absolute;
	content: '';
	height: 100%;
	width: 4px;
	background-color: #008AF5;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.test-flow-new>.flow-menus>a:last-child{
	border-bottom: none;
}

.test-flow-new>.flow-menus>a>img{
	width: 38px;
	height: 38px;
	margin: 30px 0 20px;
}

.test-flow-new>.flow-menus>a:nth-child(2)>img,.test-flow-new>.flow-menus>a:nth-child(3)>img{
	margin-bottom: 10px;
}

.flow-contents{
	float: right;
	width: calc(100% - 320px);
	height: 544px;
}

.flow-contents>li{
	width: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.actionButtonsBottom{
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.actionButtonsBottom>a{
	width: 200px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
	border:1px solid #00AFF3;
	color: #00AFF3;
	font-size: 14px;
	margin: 0 10px;
}

.actionButtonsBottom>a.current{
	background-color: #00AFF3;
	color: #fff;
}