@charset "utf-8";

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

/* CSS Document */
/*内外边距*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	outline: none
}

.clear {
	clear: both;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	border: none;
	outline: medium;
	font-family: 微软雅黑;
}

* {
	font-family: 微软雅黑;
	box-sizing: border-box;
}

body {
	width: 100%;
	font-family: 微软雅黑;
	background: #fff;
	color: #333;
	font-size: 14px;
}

html {
	overflow-x: hidden;
}

table {
	border-collapse: collapse
}

img {
	border: none;
	max-width: 100%;
}

ul {
	list-style: none;
}

.contain {
	width: 1200px;
	margin: 0 auto;
}

.header1 {
	overflow: hidden;
}

.logo {
	float: left;
	font-size: 0;
	margin: 25px 0;
}

.logo img {
	height: 48px;
}

.logre {
	float: right;
	margin: 30px 0;
}

.logre1 {
	display: inline-block;
	width: 86px;
	height: 38px;
	background-color: #b92428;
	border: 1px solid #b92428;
	border-radius: 6px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #ffffff;
}

.logre1 img {
	vertical-align: middle;
	margin-right: 4px;
}

.logre2 {
	display: inline-block;
	width: 86px;
	height: 38px;
	border: 1px solid #b92428;
	border-radius: 6px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #b92428;
	margin-left: 10px;
}

.logre2 img {
	vertical-align: middle;
	margin-right: 4px;
}

.logre3 {
	display: inline-block;
	height: 38px;
	border: 1px solid #b92428;
	border-radius: 6px;
	line-height: 36px;
	font-size: 14px;
	color: #b92428;
	padding: 0 20px;
}

.nav {
	float: right;
	margin: 25px 150px 25px 0;
}

.nav ul {
	overflow: hidden;
}

.nav ul li {
	list-style-type: none;
	float: left;
	font-size: 16px;
	line-height: 48px;
	margin-left: 45px;
}

.nav ul li a {
	color: #333333;
}

.banner {
	font-size: 0;
	text-align: center;
}

.banner .swiper-pagination {
	display: inline-block;
	width: auto;
	left: 50%;
	transform: translateX(-40%);
	background-color: rgba(0, 0, 0, 0.59);
	padding: 7px 9px;
	border-radius: 25px;
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #7d7d7d;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.calculator {
	background-color: #f5f5f5;
	padding: 60px 0 72px;
}

.calculator1 {
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.calculator1 span {
	display: inline-block;
	margin: 0 40px;
	padding-bottom: 10px;
}

.calculator1 span.on {
	color: #bb2529;
	border-bottom: 3px solid #bb2529;
}

.calculator2 {
	margin-top: 30px;
	overflow: hidden;
}

.calculator3 {
	float: left;
	width: 967px;
	background-color: #ffffff;
	padding: 47px 36px 45px 32px;
	border-radius: 9px;
	overflow: hidden;
}

.calculator4 {
	float: left;
	width: 152px;
	border-bottom: 1px solid #cccccc;
}

.calculator4 img {
	vertical-align: middle;
}

.calculator4 select {
	border: none;
	width: 116px;
	height: 40px;
	outline: none;
}

.calculator5 {
	float: right;
	width: 660px;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}

.calculator5 span {
	font-size: 14px;
	color: #999999;
}

.calculator5 code {
	font-size: 14px;
	color: #b92428;
}

.calculator5 a {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	width: 85px;
	height: 28px;
	background-color: #cf686b;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
}

.calculator6 {
	float: left;
	width: 181px;
	margin-right: 55px;
	border-bottom: 1px solid #cccccc;
	margin-top: 50px;
}

.calculator6:nth-child(4n) {
	margin-right: 0;
}

.calculator6a {
	font-size: 16px;
	color: #333333;
}

.calculator6a span {
	font-size: 12px;
	color: #999999;
}

.calculator6b input {
	height: 40px;
	border: 0;
	width: 100%;
}

.calculator7 {
	float: left;
	width: 100%;
	overflow: hidden;
}

.calculator8 {
	float: left;
	width: 100%;
	margin-top: 45px;
	text-align: center;
}

.calculator8 span {
	margin: 0 10px;
	position: relative;
}

.calculator8 input {
	width: 179px;
	height: 49px;
	background-color: #999999;
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.calculator8 input.on {
	background-color: #b92428;
}
.calculator8a{
	position: absolute;
	left: 0;
	right: 0;
	widows: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}
.calculator9 {
	float: right;
	width: 210px;
}

.calculator10 {
	text-align: center;
	height: 52px;
	border-radius: 5px;
	background-color: #b92428;
	font-size: 16px;
	color: #ffffff;
	line-height: 52px;
	position: relative;
}

.calculator10 img {
	vertical-align: middle;
	margin-right: 10px;
}

.calculator10a {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% - 8px);
	width: 100%;
	padding: 36px 10px 10px 16px;
	height: 162px;
	z-index: 8;
	background: url(../img/q_bg.png) no-repeat;
	text-align: left;
}

.calculator10b {
	font-size: 16px;
	color: #333333;
	line-height: 1;
}

.calculator10b code {
	color: #b92428;
}

.calculator10c {
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
	color: rgba(51, 51, 51, 0.6);
}

.calculator10:hover .calculator10a {
	display: block;
}

.calculator11 {
	margin-top: 21px;
	background-color: #ededed;
	border-radius: 5px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.calculator11 a {
	color: #333333;
}

.calculator11 img {
	vertical-align: middle;
	margin-right: 10px;
}

.calculator12 {
	font-size: 0;
	margin-top: 19px;
}

.calculator12 ul li {
	list-style-type: none;
	margin-top: 12px;
}

.calculator2_d {
	display: none;
}

.show {
	display: block !important;
}

.reasult {
	background-color: #fff;
	padding: 80px 0 70px;
}

.reasult1 {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

.reasult2 {
	margin-top: 32px;
	margin-bottom: 32px;
}

.reasult3 {
	display: none;
}

.reasult4 table {
	width: 100%;
	border: 1px solid #e5e5e5;
}

.reasult4 table th {
	background-color: #f5f5f5;
	height: 55px;
	border-bottom: 1px solid #e5e5e5;
}

.reasult4 table td {
	border-bottom: 1px solid #e5e5e5;
}

.t_img1 {
	display: none;
}

.u_img1 {
	display: none;
}
.reasult5 span.on .t_img {
	display: none;
}
.reasult5 span.on .t_img1 {
	display: inline-block;
}
.reasult5 code.on .u_img {
	display: none;
}
.reasult5 code.on .u_img1 {
	display: inline-block;
}

.reasult6 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}

.reasult7 {
	margin-top: 24px;
	text-align: right;
}

.reasult7 a {
	display: inline-block;
	width: 88px;
	height: 32px;
	background-color: #b92428;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 32px;
}

.reasult7 a img {
	vertical-align: middle;
}

.reasult8 {
	margin-top: 50px;
}

.reasult8 ul {
	overflow: hidden;
}

.reasult8 ul li {
	list-style-type: none;
	float: left;
	width: calc((100% - 75px)/4);
	margin-top: 40px;
	margin-right: 25px;
	border: 1px solid #ebebeb;
	border-radius: 9px;
	border-bottom: 7px solid #ebebeb;
	padding: 30px 25px 25px;
	transition: all .3s;
}

.reasult8 ul li:nth-child(4n) {
	margin-right: 0;
}

.reasult8a {
	font-size: 0;
	text-align: center;
}

.reasult8a img {
	height: 69px;
}

.reasult8b {
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.reasult8c {
	margin-top: 6px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 2;*/
	/*-webkit-box-orient: vertical;*/
}

.reasult8 ul li:hover {
	border: 1px solid #b92428;
	border-radius: 9px;
	border-bottom: 7px solid #b92428;
	box-shadow: 0 0 5px #f7f7f7;
}

.footer {
	background-color: #333333;
	padding: 39px 0;
}

.footer1 {
	overflow: hidden;
}

.footer2 {
	float: left;
	font-size: 0;
}

.footer3 {
	margin-left: 25px;
	padding-left: 5px;
	float: left;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer4 {
	font-size: 14px;
	color: #ffffff;
}

.footer4 a {
	display: inline-block;
	color: #ffffff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0 15px;
}

.footer4 a:first-child {
	border-left: 0;
}

.footer5 {
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.45);
	padding: 0 15px;
}

.footer6 {
	float: right;
	font-size: 0;
}

.footer6 img {
	margin-left: 9px;
}

.cb {
	position: fixed;
	left: 5%;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
	font-size: 0;
	text-align: center;
}

.close {
	margin-top: 16px;
}

.close img {
	background-color: #fff;
	border-radius: 50%;
}

.cb1 {
	position: fixed;
	right: 5%;
	top: 50%;
	z-index: 96;
	transform: translateY(-50%);
	font-size: 0;
	text-align: center;
}

.lo_main {
	background: url(../img/logre_bg.jpg) bottom no-repeat;
	padding: 100px 0 130px;
}

.lo_main1 {
	width: 560px;
	margin: 0 auto;
	border-radius: 13px;
	overflow: hidden;
	background-color: #ffffff;
}

.lo_main2 {
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	background-color: #f2f5f7;
}

.lo_main2 a {
	display: block;
	float: left;
	width: 50%;
	color: #333333;
}

.lo_main2 a.on {
	background-color: #ffffff;
	color: #b92428;
}

.lo_main3 {
	padding: 9px 45px 56px;
}

.lo_main4 {
	margin-top: 30px;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.lo_main5 {
	margin-top: 6px;
}

.lo_main5 input {
	width: 100%;
	padding: 0 29px;
	background: url(../img/login_icon.png) no-repeat;
	background-position: 8px center;
	height: 50px;
	border-bottom: 1px solid #cccccc;
}

.lo_main6 {
	margin-top: 6px;
}

.lo_main6 input {
	width: 100%;
	padding: 0 29px;
	background: url(../img/login_icon1.png) no-repeat;
	background-position: 8px center;
	height: 50px;
	border-bottom: 1px solid #cccccc;
}

.lo_main7 {
	margin-top: 30px;
	text-align: right;
}

.lo_main7 a {
	font-size: 14px;
	color: #999999;
}

.lo_main8 {
	margin-top: 30px;
}

.lo_main8 input {
	width: 100%;
	height: 62px;
	background-color: #b92428;
	border-radius: 9px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.lo_main9 {
	margin-top: 6px;
}

.lo_main9 input {
	width: 100%;
	padding: 0 29px;
	background: url(../img/login_icon2.png) no-repeat;
	background-position: 8px center;
	height: 50px;
	border-bottom: 1px solid #cccccc;
}

.lo_main10 {
	margin-top: 6px;
	position: relative;
}

.lo_main10 input {
	width: 100%;
	padding: 0 29px;
	background: url(../img/login_icon3.png) no-repeat;
	background-position: 8px center;
	height: 50px;
	border-bottom: 1px solid #cccccc;
}

.lo_main10 a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #b92428;
	border: 1px solid #cccccc;
	height: 30px;
	line-height: 28px;
	border-radius: 5px;
	background-color: #f6f8fa;
	padding: 0 9px;
}

.re_main {
	background: url(../img/logre_bg.jpg) #f6f8fa bottom no-repeat;
	padding: 100px 0 64px;
}

.look_main {
	background: url(../img/logre_bg.jpg) #f6f8fa bottom no-repeat;
	padding: 100px 0 85px;
}

.mess {
	background-color: #f6f8fa;
	padding: 68px 0 87px;
	min-height: 700px;
}

.mess1 {
	overflow: hidden;
}

.mess_left {
	float: left;
	width: 220px;
	border-radius: 9px;
	overflow: hidden;
}

.mess_left1 {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	padding-left: 25px;
	line-height: 70px;
	background-color: #ebecee;
}

.mess_left2 ul li {
	list-style-type: none;
	line-height: 90px;
	font-size: 20px;
	color: #333333;
	background-color: #ffffff;
	border-bottom: 1px solid #ebecee;
}

.mess_left2 ul li a {
	color: #333333;
	display: block;
	padding: 0 25px 0 30px;
}

.mess_left2 ul li span {
	float: right;
}

.mess_left2 ul li img {
	vertical-align: middle;
}

.mess_right {
	float: right;
	width: 955px;
	background-color: #ffffff;
	padding: 30px 40px 90px 36px;
	border-radius: 9px;
}

.mess_right1 {
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.mess_right2 {
	padding: 9px 0 0 330px;
}

.mess_right3 {
	font-size: 16px;
	color: #999999;
	margin-top: 45px;
}

.mess_right4 {
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
	display: flex;
	align-items: center;
}

.mess_right4 img {
	margin-right: 9px;
}