
.gh {
	display: none;
}

.shade {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.6);
}

body {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
	font-family: "微软雅黑";
}

.img {
	font-size: 0;
}

.img img {
	max-width: 100%;
}

.header {
	background: #fff;
}

.header .wrapper {
	overflow: visible;
}

.header-top {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-top .logo img {
	height: 60px;
}

.header-top .phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

.header-top .phone .img {
	margin-right: 10px;
}

.header-top .phone p {
	margin: 3px 0;
}

.header-top .phone p::before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #676767;
	border-radius: 50%;
}

.nav {
	font-size: 20px;
	color: #121f41;
}

.nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav li {
	position: relative;
	padding: 8px 19px;
	text-align: center;
}

.nav li.on .nav-item {
	border-color: #121F41;
}

.nav li:hover .childer {
	display: block;
}
.nav li:nth-child(6) .childer{
	width: 1260px!important;
	transform: translateX(-50%);
}
.nav li:nth-child(6) .childer .item{
	margin-right: 45px;
}
.nav li:nth-child(6) .childer .item:nth-child(3){
	 
}
.nav li i {
	display: none;
}

.nav a {
	display: block;
}

.nav .nav-item {
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 3px solid transparent;
}

.nav .childer {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
}
 
.nav .childer a:hover {
	color: #a00c0c;
}

.nav .childer-style {
	padding: 10px 18px 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	border-bottom: 3px solid #a00c0c;
	min-width: 140px;
	font-size: 15px;
	color: #666666;
}

.nav .childer-style a {
	padding: 15px 0 10px;
	padding-left: 10px;
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

.nav .childer-style a:last-child {
	border: none;
}

.nav .childer-style2 {
	width: 805px;
	padding: 25px 45px 0;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	border-bottom: 3px solid #a00c0c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}

.nav .childer-style2 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
}

.nav .childer-style2 .item {
	margin-right: 45px;
	margin-bottom: 20px;
	min-width: 145px;
}

.nav .childer-style2 .item:last-child {
	margin-right: 0;
}

.nav .childer-style2 .item:nth-child(4n) {
	/* margin-right: 0; */
}

.nav .childer-style2 .item .tit {
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
}

.nav .childer-style2 .item .tit::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 2px;
	height: 18px;
	background: #a00c0c;
}

.nav .childer-style2 .list {
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #cccccc;
}

.nav .childer-style2 .list:last-child {
	border: none;
}

.nav .childer-style2 .list a {
	padding: 6px 0;
}

.nav .childer-style2 .list a::before {
	content: '';
	margin: 0 7px 0 10px;
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #666666;
}
.nav .childer-alone{
	width: 1265px;
	transform: translateX(-38%);
}



.footer {
	padding-top: 50px;
	background: url(../images/line_01.jpg) no-repeat center top;
	background-size: 100% 10px;
	background-color: #404040;
	color: #e3e3e3;
}

.footer .footer-top {
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #616060;
}

.footer .footer-top .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 75%;
	color: #e3e3e3;
}

.footer .footer-top .link dl {
	position: relative;
	box-sizing: border-box;
	width: 20%;
}

.footer .footer-top .link dl::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 85px;
	background: #b8e1e7;
}

.footer .footer-top .link dl:last-child::after {
	right: 10px;
}

.footer .footer-top .link dt {
	margin-bottom: 15px;
	font-size: 18px;
}

.footer .footer-top .link dt::before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 17px;
	background: url(../images/icon_04.jpg) no-repeat center;
	background-size: cover;
}

.footer .footer-top .link dd {
	margin-bottom: 15px;
	font-size: 13px;
}

.footer .footer-top .link dd:last-child {
	margin-bottom: 0;
}

.footer .footer-top .address {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer .footer-top .address .logo {
	margin-bottom: 10px;
}

.footer .footer-top .address .txt {
	font-size: 13px;
	line-height: 28px;
	white-space: nowrap;
}

.footer .footer-link {
	padding-top: 25px;
}

.footer .footer-link dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

.footer .footer-link dt {
	margin-bottom: 20px;
	width: 100%;
}

.footer .footer-link dd {
	margin-right: 20px;
}

.footer .footer-link dd:last-child {
	margin-right: 0;
}

.footer .copy {
	padding: 20px 0 20px;
	text-align: center;
	font-size: 12px;
}

.small-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.small-banner .wrapper {
	position: relative;
	height: 490px;
}

.small-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.small-banner .btn a {
	margin: 30px 0 20px;
	display: block;
	width: 180px;
	line-height: 50px;
	font-weight: bold;
	background-color: #a00c0c;
	text-align: center;
	color: #fff;
	font-size: 32px;
	letter-spacing: 2px;
}

.small-banner .content {
	padding-left: 5%;
	width: 100%;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.small-banner .content .t1 {
	font-size: 34px;
	margin-bottom: 5px;
}

.small-banner .content .t2 {
	font-size: 30px;
	font-weight: bold;
}

.small-banner .content .hr {
	margin-top: 15px;
	width: 60px;
	height: 4px;
	background: #a0090e;
}

.small-banner .desc .t1 {
	margin-bottom: 5px;
	font-size: 28px;
	color: #1e1e1e;
}

.small-banner .desc .t2 {
	font-size: 14px;
	color: #5a5a5a;
}

.server-section1 {
	padding-bottom: 50px;
	background: url(../images/bg_01.jpg) no-repeat center top;
	min-height: 830px;
}
.server-home{
	min-height: auto;
}
.server-home .bd .swiper-box .swiper-container{
	padding-bottom: 5%;
}
.server-section1 .bd .title {
	margin-bottom: 50px;
	text-align: center;
}

.server-section1 .bd .title h4 {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 32px;
	color: #a00c0c;
}

.server-section1 .bd .title h4::before,
.server-section1 .bd .title h4::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 20px;
	background-image: url(../images/icon_02.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.server-section1 .bd .title h4::before {
	margin-right: 24px;
}

.server-section1 .bd .title h4::after {
	margin-left: 24px;
	vertical-align: bottom;
	background-image: url(../images/icon_03.png);
}

.server-section1 .bd .title p {
	margin: 0 auto;
	width: 670px;
	line-height: 2;
}

.server-section1 .bd .swiper-box .swiper-container {
	padding-bottom: 40px;
}

.server-section1 .bd .swiper-box .swiper-pagination {
	bottom: 0;
}

.server-section1 .bd .swiper-box .swiper-pagination span {
	width: 10px;
	height: 10px;
	border: solid 2px #a00c0c;
	background: transparent;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
}

.server-section1 .bd .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
	background: #A00C0C;
}

.server-section1 .bd .swiper-box li {
	border: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 110px;
}

.server-section1 .bd .swiper-box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.server-section1 .bd .swiper-box li .img{
	width: 100%;
	text-align: center;
	margin-top: 6px;
}
.server-section1 .bd .swiper-box li img{
}
.server-section1 .bd .swiper-box li .txt {
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	width: 100%;
}

.server-section2 {
	padding-bottom: 40px;
	background: #fafafa;
}

.server-section2 .bd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.server-section2 .bd li {
	margin-bottom: 50px;
	padding-bottom: 40px;
	width: 48%;
	border-bottom: 1px solid #dddddd;
}

.server-section2 .bd li:hover .tit {
	color: #121f41;
	font-weight: bold;
}

.server-section2 .bd a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.server-section2 .bd .time {
	margin: 0 38px 0 20px;
	text-align: center;
}

.server-section2 .bd .time .t1 {
	font-size: 28px;
	color: #4a4a4a;
}

.server-section2 .bd .time .t2 {
	color: #676971;
}

.server-section2 .bd .txt {
	width: 76%;
}

.server-section2 .bd .tit {
	margin-bottom: 15px;
	font-size: 18px;
}

.server-section2 .bd .desc {
	font-size: 14px;
	line-height: 26px;
	color: #888888;
}

.main {
	margin: 50px 0 60px;
}

.main .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main .left {
	width: 260px;
}

.main .right {
	width: 75%;
}

.main .slidebar-nav dl {
	text-align: center;
}

.main .slidebar-nav dt {
	margin-bottom: 1px;
	border-left: 8px solid #a00c0c;
	line-height: 72px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #121f3f;
}

.main .slidebar-nav dd {
	margin-bottom: 2px;
	line-height: 50px;
	background: #f2f2f2;
	font-size: 18px;
	color: #454545;
	border-bottom: 1px solid #cbcbcb;
}

.main .slidebar-nav dd:last-child {
	margin-bottom: 0;
	border: none;
}

.main .slidebar-nav dd a {
	display: block;
}

.main .slidebar-nav dd.on,
.main .slidebar-nav dd:hover {
	background: #a00c0c;
	color: #fff;
}

.main .slidebar-nav .address img {
	width: 100%;
	height: 185px;
}

.main .slidebar-nav .address .content {
	min-height: 215px;
	padding: 20px 12px 12px;
	border: 1px solid #dddddd;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main .slidebar-nav .address .content h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #a00c0c;
}

.main .slidebar-nav .address .content p {
	margin-bottom: 5px;
	word-break: break-all;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.main .slidebar-nav .address .content p:last-child {
	margin-bottom: 0;
}

.main .case-box .list {
	padding: 25px 20px 0;
}

.main .case-box .list li {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #e5e5e5;
}

.main .case-box .list li:hover .txt .tit,
.main .case-box .list li:hover .txt .desc {
	color: #A0090E;
}

.main .case-box .list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main .case-box .list li .img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 130px;
}

.main .case-box .list li .img img {
	width: 100%;
	height: 100%;
}

.main .case-box .list li .txt {
	padding-left: 10px;
	width: 75.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main .case-box .list li .txt .tit {
	margin: 15px 0;
	font-size: 18px;
}

.main .case-box .list li .txt .desc {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
}

.main .container {
	border: solid 1px #dddddd;
}

.main .container .title {
	width: 100%;
	height: 60px;
	background-color: #e9e9e9;
}

.main .container .title p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 330px;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background: #a00c0c;
}

.main .container .content {
	padding: 45px 45px 0;
	min-height: 972px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main .container .content .desc {
	line-height: 28px;
}

.main .container .content .list {
	margin-bottom: 25px;
}

.main .container .content li {
	padding: 25px 0;
	border-bottom: 1px dashed #999999;
}

.main .container .content li .tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.main .container .content li .txt {
	line-height: 24px;
}

.manage-box .list li {
	padding: 20px 0;
	border-bottom: 1px dashed #dddddd;
}

.manage-box .list li:hover .txt,
.manage-box .list li:hover .time {
	color: #A0090E;
}

.manage-box .list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.manage-box .list li .time {
	display: table;
	width: 82px;
	height: 84px;
	background-color: #f2f2f2;
	color: #666666;
}

.manage-box .list li .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.manage-box .list li .box .t1 {
	font-size: 24px;
}

.manage-box .list li .box .t2 {
	font-size: 14px;
}

.manage-box .list li .txt {
	padding-left: 20px;
	width: 88%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.manage-box .list li .txt .tit {
	font-weight: bold;
	margin-bottom: 12px;
}

.bread-box .breadcrumbs {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}

.contact-box {
	margin-bottom: 80px;
}

.contact-box .bd {
	padding: 5% 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-box .content {
	width: 50%;
	padding: 0 5% 0 28px;
}

.contact-box .tit {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 24px;
	border-bottom: solid 1px #dddddd;
}

.contact-box li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.contact-box li img {
	display: block;
	margin-right: 15px;
}

.contact-box .img {
	width: 50%;
}

.map .img {
	text-align: center;
}

.map .img img {
	width: 100%;
}

.details-box .hd {
	margin-top: 70px;
	text-align: center;
}

.details-box .hd h4 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
}

.details-box .hd .list {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 780px;
	line-height: 34px;
	font-size: 14px;
	color: #999999;
	background: #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.details-box .hd .list span {
	margin-right: 40px;
}

.details-box .hd .list span:last-child {
	margin-right: 0;
}

.details-box .bd {
	padding-bottom: 50px;
	border-bottom: 1px solid #eeeeee;
	line-height: 30px;
	color: #666666;
	text-indent: 2em;
}

.details-box .bd .img {
	text-indent: 0;
	text-align: center;
}

.details-box .bd p {
	margin-bottom: 20px;
}

.details-box .ft {
	margin: 40px 0 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.details-box .ft a:hover {
	color: #12203d;
	font-weight: bold;
}

.news-list li {
	padding: 40px 0;
	border-bottom: 1px solid #eeeeee;
}

.news-list li:hover .txt .tit {
	color: #121f3f;
	font-weight: bold;
}

.news-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list li .img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 192px;
	margin: 0 35px 0 5px;
}

.news-list li .img img {
	height: 100%;
}

.news-list li .txt {
	width: 68%;
}

.news-list li .txt .tit {
	margin-bottom: 15px;
	font-size: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.news-list li .txt .desc {
	margin-bottom: 30px;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}

.news-list li .txt .msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #999999;
}

.news-list li .txt .msg p {
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list li .txt .msg p:last-child {
	margin-right: 0;
}

.news-list li .txt .msg img {
	display: block;
	margin-right: 10px;
}

.banner-desc {
	margin: 25px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 280px;
	background: #121f3f;
}

.banner-desc .img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
}

.banner-desc .img img {
	width: 100%;
	height: 100%;
}

.banner-desc .txt {
	width: 63.2%;
	padding: 35px 35px 0;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-desc .txt .tit {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-desc .txt .tit p::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url(../images/icon_13.png) no-repeat center;
	background-size: cover;
}

.banner-desc .txt .desc {
	font-size: 16px;
	line-height: 30px;
}

.strength {
	background: url(../images/bg_02.jpg) no-repeat center;
	background-size: cover;
}

.strength .hd {
	padding: 4% 0 3%;
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
}

.strength .hd h4 {
	font-weight: 400;
}

.strength .bd {
	padding-top: 5%;
}

.strength .bd ul {
	padding: 0 2% 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.strength .bd li {
	margin-right: 5%;
	margin-bottom: 15px;
	width: 30%;
	color: #454545;
	line-height: 24px;
}

.strength .bd li:hover {
	color: #A0090E;
}

.strength .bd li:nth-child(3n) {
	margin-right: 0;
}

.strength .bd a {
	position: relative;
}

.strength .bd a::before {
	content: '';
	display: inline-block;
	vertical-align: 2px;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #a00c0c;
}

.survey-wrap {
	padding: 3% 0 5%;
}

.survey-wrap .hd {
	margin-bottom: 20px;
	text-align: center;
}

.survey-wrap .hd h3 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.survey-wrap .hd p {
	font-size: 14px;
	color: #666;
}

.survey-wrap .bd .tip {
	margin-bottom: 45px;
	text-align: center;
	color: #666666;
}

.survey-wrap .item {
	margin-bottom: 22px;
	padding: 35px 35px 20px 35px;
	background-color: #f3f3f3;
	border-radius: 24px;
}

.survey-wrap .item .tit {
	position: relative;
	padding-left: 65px;
	padding-bottom: 28px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 24px;
}

.survey-wrap .item .tit span {
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 48px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: url(../images/icon_15.png) no-repeat center;
	background-size: cover;
}

.survey-wrap .item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.survey-wrap .item li {
	width: 17%;
	margin-bottom: 15px;
}

.survey-wrap .item .check-block {
	font-size: 18px;
	color: #454545;
}

.survey-wrap .item .check-block i {
	position: relative;
	margin-right: 12px;
	width: 25px;
	height: 25px;
	border: 1px solid #999999;
}

.survey-wrap .item .check-block i::before {
	content: '';
	display: none;
	position: absolute;
	top: -7px;
	right: -6px;
	width: 25px;
	height: 26px;
	background: url(../images/icon_16.png) no-repeat center;
	background-size: cover;
	z-index: 2;
}

.survey-wrap .item .check-block .layui-form-radio {
	margin: 0;
	padding: 0;
}

.survey-wrap .item .check-block .layui-form-radio>i {
	font-size: 0;
}

.survey-wrap .item .check-block .layui-form-radio>div {
	font-size: 18px;
}

.survey-wrap .item .check-block .layui-form-radioed>i,
.survey-wrap .item .check-block .layui-form-radioed div {
	border-color: #A0090E;
	color: #A0090E;
}

.survey-wrap .item .check-block .layui-form-radioed>i::before {
	display: block;
}

.survey-wrap .item-section1 li {
	width: auto;
	margin-right: 26px;
}

.survey-wrap .item-section1 li:last-child {
	margin-right: 0;
}

.survey-wrap .item-style {
	margin-bottom: 0;
	background: #fff;
}

.survey-wrap .item-style ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.survey-wrap .item-style li {
	margin-bottom: 22px;
	width: 48%;
}

.survey-wrap .item-style li .input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.survey-wrap .item-style li span {
	display: block;
	font-size: 18px;
	width: 100px;
	text-align: center;
}

.survey-wrap .item-style li input {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 48px;
	background: #fff;
	border: 1px solid #dddddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.survey-wrap .item-style li:last-child {
	width: 100%;
}

.survey-wrap .item-style li:last-child input {
	width: 80%;
}

.survey-wrap .submit-btn {
	margin-bottom: 20px;
}

.survey-wrap .submit-btn button {
	margin: 0 auto;
	display: block;
	width: 412px;
	height: 66px;
	font-size: 24px;
	border: none;
	background-color: #a00c0c;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	cursor: pointer;
}

.survey-wrap .submit-btn button:hover {
	background: red;
}

.survey-wrap .flg {
	text-align: center;
	font-size: 14px;
	color: #fe3221;
}

.about-section1 {
	margin-bottom: 7.5%;
}

.about-section1 .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.about-section1 .txt {
	width: 50%;
}

.about-section1 .tit {
	margin: 40px 0 15px;
	font-size: 24px;
	color: #a00c0c;
}

.about-section1 .desc {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.about-section1 .desc p {
	margin-bottom: 15px;
}

.about-section1 .img {
	width: 48%;
}

.about-section2 {
	background: url(../images/bg_03.jpg) no-repeat center top;
	background-color: #f7f7f7;
}

.about-section2 .list {
	padding: 12% 0 8.5%;
}

.about-section2 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-section2 .list li {
	position: relative;
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.about-section2 .list li::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 55px;
	background: rgba(255, 255, 255, 0.1);
}

.about-section2 .list li:last-child::before {
	display: none;
}

.about-section2 .list .number {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}

.about-section2 .list .number i {
	margin-left: 3px;
	vertical-align: 15px;
	display: inline-block;
	line-height: 1;
	font-size: 25px;
}

.about-section2 .team {
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	height: 342px;
}

.about-section2 .team .hd {
	padding: 6% 0 3%;
}

.about-section2 .team .desc {
	padding: 0 5%;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.consultant {
	padding-bottom: 5%;
	background-color: #f7f7f7;
}

.consultant .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.consultant .img {
	position: relative;
	width: 50%;
	height: 500px;
	background-color: #121f41;
}

.consultant .img img {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.consultant .content {
	padding-left: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.consultant .content .name {
	margin: 30px 0 20px;
	font-size: 22px;
	color: #a00c0c;
}

.consultant .content .name .p1 {
	font-size: 36px;
	font-weight: bold;
}

.consultant .content .list {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	font-size: 16px;
	color: #666666;
}

.consultant .content .list p {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}

.consultant .content .list p:last-child {
	margin-bottom: 0;
}

.consultant .content .list p::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url(../images/icon_17.png) no-repeat center;
	background-size: 100% 100%;
}

.consultant .content .adept .tit {
	margin-bottom: 20px;
	text-align: center;
	width: 112px;
	line-height: 28px;
	background-color: #a00c0c;
	border-radius: 14px;
	color: #fff;
}

.consultant .content .adept .desc {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

.about-wrap {
	padding: 5% 0 3%;
}

.about-wrap .hd {
	margin-bottom: 5%;
	padding: 7% 0 0;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
}

.about-wrap .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-wrap .bd .txt {
	width: 47%;
}

.about-wrap .bd .desc {
	color: #555;
	line-height: 28px;
	text-indent: 2em;
}

.about-wrap .bd .desc p {
	margin-bottom: 20px;
}

.about-wrap .bd .desc p:last-child {
	margin-bottom: 0;
}

.about-wrap .bd .img {
	padding-left: 2%;
	width: 51%;
}

.advantage {
	padding: 18px 5%;
	background: #f4f3f3;
}

.advantage ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantage li {
	position: relative;
	width: 18%;
	text-align: center;
	color: #000;
}

.advantage li .img {
	position: relative;
	/* opacity: 0; */
	-webkit-transition: all .3s;
	transition: all .3s;
}

.advantage li .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.advantage li .img img {
	display: block;
	width: 100%;
	min-height: 170px;
}

.advantage li .txt {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.advantage li .txt .box {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.advantage li .txt .tit {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
}

.advantage li .txt .desc {
	/* color: #333; */
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.advantage li .txt .desc p {
	margin-bottom: 10px;
}

.advantage li .txt .desc p:last-child {
	margin-bottom: 0;
}

.advantage li:nth-child(1) .img {
	opacity: 1;
}

.advantage li:nth-child(1),
.advantage li:nth-child(2) {
	color: #fff;
}

.advantage li:nth-child(1) .desc,
.advantage li:nth-child(2) .desc {
	color: #fff;
}

.advantage li:nth-child(2) .txt {
	/* background: #9c0308; */
}

.advantage li:nth-child(3) .txt,
.advantage li:nth-child(4) .txt {
	/* background: #fff; */
}

/* .advantage li:hover {
	color: #fff;
}

.advantage li:hover .desc {
	color: #fff;
}

.advantage li:hover .img {
	opacity: 1;
}

.advantage li:hover .txt {
	background: transparent;
} */

.news {
	/* padding: 0 8%; */
	padding-bottom: 3%;
	/* background-color: #e6e8ec; */
	/* background-color: #fff; */
}

.news .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:100%;
}
.news .list .item{
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
	width: 44%;
}
.news .list .item a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding:0 10px;
	background: #fff;
}
.news .list .line{
	margin-left: 15px;
	width: 4px;
	height: 100%;
	background-color: #e6e8ec;
}
.news .list .item a:hover .tit {
	color: #9C0308;
}

.news .list .item .img {
	margin: 0 auto;
	width: 86%;
}

.news .list .item .img img {
	width: 100%;
	height: 100%;
}

.news .list .item .txt {
	margin-top:30px;
	/* padding-left: 10px; */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.news .list .item .tit {
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.8;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .list .item .desc {
	font-size: 14px;
}
.news .list .item .desc p{
	padding: 0 15px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100% !important;
}
.news .list .item .btn {
	text-align: right;
}

.news .list .item .more {
	margin-top: 24px;
	margin-right: 0;
	display: inline-block;
	width: 80px;
	line-height: 28px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #9C0308;
}

.news .list ul {
	padding-left: 15px;
	box-sizing: border-box;
	width: 56%;
}

.news .list li {
	position: relative;
	border-bottom: 2px solid #e6e8ec;
}


.news .list li:hover {
	color: #9C0308;
}
.news .list li .time{
	position: absolute;
	top:12px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 50px;
	padding: 5px 0;
	line-height: 1.3;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	color: #000;
	z-index: 2;
}
.news .list li a {
	position: relative;
	display: block;
	padding: 25px 15px;
	padding-left: 65px;
	padding-right:50px;
	background-color: #fff;
	/* width: 85%; */
}
.news .list li a::after{
	content: '+';
	display: block;
	font-size: 26px;
	color: #9C0308;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -20px;
}
.news .list li a.active::after{
	content: '-';
}
.news .list li .info{
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 2% 5%;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}
.news .swiper-box {
	width: 34%;
}

.news .swiper-box .swiper-pagination {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.news .swiper-box .swiper-pagination span {
	background: #fff;
	width: 16px;
	height: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}

.consultancy {
	background: #f4f3f3;
}

.consultancy .bd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.consultancy .bd li {
	margin-bottom: 2.5%;
	/* margin-right: 4%; */
	width: 23.5%;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}

.consultancy .bd li:nth-child(4n) {
	margin-right: 0;
}

.consultancy .bd li:nth-child(2n) .tit {
	background: #3c4140;
}

.consultancy .bd li:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.consultancy .bd li .tit {
	background: #9C0308;
	text-align: center;
	line-height: 65px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	
}
.consultancy .bd li .tit img{
	margin-right: 10px;
}
.consultancy .bd li .tit img,.consultancy .bd li .tit span{
	display: inline-block;
	vertical-align: middle;
}
.consultancy .bd li .txt {
	margin-top: 4px;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	min-height: 80px;
	box-sizing: border-box;
	color: #666;
	text-align: center;
	background: #fdeeed;
}
.consultancy .bd li:nth-child(2n) .txt{
	background-color: #efefef;
}
.consultancy .bd li .txt p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.server-box {
	position: relative;
	padding-bottom: 5%;
}

.server-box .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
}

.server-box .bg img {
	width: 100%;
	height: 100%;
}

.server-box .wrapper {
	position: relative;
	z-index: 22;
}

.server-box .bd .list {
	position: relative;
	padding-bottom: 130px;
	font-size: 18px;
	color: #666666;
}

.server-box .bd .list .body {
	padding-left: 5%;
	overflow: hidden;
}

.server-box .bd .list .body ul {
	overflow: hidden;
	width: 100%;
}

.server-box .bd .list .body li {
	position: relative;
	margin-bottom: 3%;
	float: left;
	width: 40%;
	padding-left: 10px;
}

.server-box .bd .list .body li a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.server-box .bd .list .body li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 50%;
}

.server-box .bd .list .body li:hover {
	color: #0d2040;
	font-weight: bold;
}

.server-box .bd .list .body li:hover::before {
	background: #0D2040;
}

.server-box .bd .list .body li:nth-child(2n) {
	float: right;
	width: 38%;
}

.server-box .bd .list .pagination {
	position: absolute;
	bottom: 65px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 4;
	font-size: 0;
}

.server-box .bd .list .pagination li {
	display: inline-block;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	background: #0d2040;
	border-radius: 50%;
	opacity: .3;
	cursor: pointer;
}

.server-box .bd .list .pagination li.on {
	opacity: 1;
}

.server-box .bd .btn-list li {
	width: 130px;
	font-size: 14px;
	line-height: 28px;
}

.server-box .bd .btn-list li:hover a {
	background: red;
}
.server-home .bd .btn-list {
	margin-top: 20px;
}
.server-home .bd .btn-list a {
	display: block;
	background: #9C0308;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.server-home .bd .btn-list li {
	width: 130px;
	font-size: 14px;
	line-height: 28px;
}

.server-home .bd .btn-list li:hover a {
	background: red;
}

.server-home .bd .btn-list a {
	display: block;
	background: #9C0308;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.cases-box {
	padding-bottom: 4%;
	background: #f4f3f3;
}

.cases-box .more {
	margin-bottom: 20px;
	text-align: right;
	float: none!important;
}

.cases-box .more a {
	display: inline-block;
}

.cases-box .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cases-box .list li {
	width: 23%;
}

.cases-box .list li:hover .btn span {
	color: #fff;
	background: #9C0308;
}

.cases-box .list li img {
	width: 100%;
	height: 180px;
}

.cases-box .list li .tit {
	margin: 15px 0;
	padding: 0 5%;
	font-size: 20px;
	letter-spacing: 1px;
	color: #0d2040;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cases-box .list li .desc {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 28px;
	min-height: 140px;
	color: #9c9c9c;
}

.cases-box .list li .btn span {
	display: block;
	margin: 0 auto;
	width: 95px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #cbcbcb;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.research-box {
	padding-bottom: 3%;
}

.research-box .bd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.research-box .title {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.research-box .title .t1 {
	font-size: 20px;
	color: #33434b;
}

.research-box .list {
	font-size: 14px;
	color: #969696;
}

.research-box .list a {
	margin-bottom: 5px;
	display: block;
}

.research-box .list a:hover {
	color: #9C0308;
}

.research-box .list a:last-child {
	margin-bottom: 0;
}

.research-box .big-list {
	width: 48%;
	padding: 20px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F3F3F3;
}

.research-box .big-list .img {
	margin-bottom: 20px;
	width: 100%;
}

.research-box .big-list .img img {
	width: 100%;
}

.research-box .small-list {
	padding-top: 20px;
	width: 52%;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.research-box .small-list .item {
	margin-bottom: 50px;
}

.research-box .small-list .item:last-child {
	margin-bottom: 0;
}

.research-box .small-list .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.research-box .small-list .content .img {
	-webkit-box-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	height: 128px;
}

.research-box .small-list .content .img img {
	width: 100%;
	height: 100%;
}

.research-box .small-list .content .list {
	padding-left: 20px;
	width: 54%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.diagnose {
	position: relative;
	background: url(../images/bg_05.jpg) no-repeat center;
	background-size: cover;
	height: 360px;
}

.diagnose .bd {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.6);
	display: table;
	width: 630px;
	height: 180px;
}

.diagnose .bd .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.diagnose .bd .txt {
	margin-bottom: 30px;
	font-size: 18px;
	color: #fff;
}

.diagnose .bd .txt P {
	margin-bottom: 10px;
}

.diagnose .bd .txt P:last-child {
	margin-bottom: 0;
}

.diagnose .bd .btn {
	margin: 0 auto;
	width: 140px;
	line-height: 45px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
}

.diagnose .bd .btn:hover {
	background: #fff;
}

.diagnose .bd .btn a {
	display: block;
}

.e-commerce {
	position: fixed;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

.e-commerce li {
	position: relative;
	margin-bottom: 10px;
}

.e-commerce li:hover .childer {
	display: block;
}

.e-commerce .icon {
	display: table;
	background: #a00c0c;
	width: 90px;
	height: 90px;
	color: #fff;
	cursor: pointer;
}

.e-commerce .icon .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.e-commerce .childer {
	display: none;
	position: absolute;
	top: 0;
	right: 100%;
	padding-right: 0;
}

.e-commerce .childer .box {
	background: #fff;
	border-top: 4px solid #9C0308;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(115, 114, 111, 0.15);
	box-shadow: 0px 3px 8px 0px rgba(115, 114, 111, 0.15);
	border-radius: 0px 0 8px 8px;
}

.e-commerce .advisory .box {
	padding: 20px;
	width: 340px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.e-commerce .advisory .title {
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}

.e-commerce .advisory .title .img {
	margin-right: 15px;
}

.e-commerce .advisory .title .t1 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #a00c0c;
}

.e-commerce .advisory .title .t2 {
	color: #999999;
}

.e-commerce .advisory .lists {
	padding-top: 20px;
}

.e-commerce .advisory .lists ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.e-commerce .advisory .lists li {
	width: 50%;
	color: #888888;
}

.e-commerce .advisory .lists li:hover {
	color: #9C0308;
}

.e-commerce .advisory .lists li img {
	margin-right: 15px;
}

.e-commerce .advisory .lists li img,
.e-commerce .advisory .lists li span {
	display: inline-block;
	vertical-align: middle;
}

.e-commerce .qr-wrap .box {
	padding: 30px 0 20px;
	width: 200px;
	text-align: center;
	color: #757575;
}

.e-commerce .qr-wrap .box .img {
	margin-bottom: 10px;
}

.e-commerce .phone-wrap .box {
	padding: 25px 0 30px 35px;
	width: 322px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.e-commerce .phone-wrap .box .img {
	position: relative;
	width: 72px;
	height: 72px;
	margin-right: 16px;
	background-color: #a00c0c;
	border-radius: 6px;
	text-align: center;
}

.e-commerce .phone-wrap .box .img img {
	margin-top: 10px;
}

.e-commerce .phone-wrap .box .txt a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #a00c0c;
	font-weight: bold;
}

.e-commerce .phone-wrap .box .txt p {
	margin-top: 5px;
	color: #757575;
}
