* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 50px
}

ul,
li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none
}

/*a:hover{
    background-color: transparent;
}*/
a:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	vertical-align: middle;
}

body {
	font-family: "microsoft yahei";
	font-size: 0.28rem;
	line-height: 0.40rem;
	background-color: #fff;
}

dl,
dd,
dt {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.floating_ck {
	display: none;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
	width: 0;
}

input[type=button],
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	outline: none
}

.home-bg {
	background: url("../images/banner-bg.jpg") no-repeat top center;
	background-size: 220%;
}

.header {
	margin: 0.1rem auto;
	padding: 0 0.2rem;
}

.navbar {
	background-color: #373b47;
}

.navbar-inverse .navbar-toggle {
	border-color: inherit;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #5B616D;
}

.navbar-brand img {
	width: 2.2rem;
}

.header_left img {
	width: 2rem;
}

.home-top {
	margin-top: 0.4rem;
	text-align: center;
}

.home-text-big {
	font-size: 0.4rem;
	color: white;
	margin-bottom: 0.2rem;
}

.home-text-img img {
	width: 3rem;
}

.home-text-yellow {
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	font-size: 0.28rem;
	color: yellow;
}

.home-text-title {
	font-size: 0.32rem;
	color: white;
	margin-bottom: 0.3rem;
}

.home-text-desc {
	font-size: 0.24rem;
	color: white;
	padding: 0 0.2rem;
	text-align: left;
	line-height: 0.36rem;
}

.home-text-desc div {
	display: inline;
}

.home-bottom img {
	width: 100%;
}

.home-btn {
	width: 2.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: url('../images/btn_play_bg.png') no-repeat 0 0;
	background-size: 100% 100%;
	border: none;
	margin-top: 0.6rem;
}

.home-btn-text {
	font-size: 0.24rem;
	color: white;
	background: url('../images/banner_btn_play.png') no-repeat 0.3rem center;
	background-size: 0.4rem;
	padding-left: 0.6rem;
}

.home-copyright {
	width: 100%;
	padding: 0 0.2rem;
	height: 1.6rem;
	background-color: #16171B;
	padding-top: 0.4rem;
}

.home-copyright-text {
	color: white;
	font-size: 0.2rem;
	text-align: center;
}

/*ips*/
.product-top {
	height: 11.8rem;
}

.product-nav {
	display: flex;
	flex-wrap: wrap;
}

.product-nav li {
	width: 33.3333%;
	line-height: 1.6;
	margin-bottom: 0.4rem;
	font-size: 0.2rem;
	box-sizing: border-box;

}

.product-nav li img {
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
}

.product-nav-text {
	padding-top: 0.25rem;
}

.product-bg {
	background: url("../images/ips/top_bg.jpg") no-repeat top center;
	background-size: 400%;
}

.product-text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 0.5rem;
}

.product-text-big {
	font-size: 0.48rem;
	margin-bottom: 0.8rem;
}

.product-content-title {
	text-align: center;
	padding: 0.9rem 0 1.05rem;
}

.product-content-title>h1 {
	line-height: 1.6;
	font-size: 0.4rem;
	color: #041e9d;

}

.product-content-title>h1::before {
	display: inline-block;
	content: "";
	width: 0.54rem;
	height: 0.42rem;
	background: url("../images/ips/icon_red.gif") no-repeat center/100%;
	position: relative;
	top: 0.1rem;
	right: 0.1rem;
}

.product-content-title>p {
	font-size: 0.2rem;
	color: #000036;
}

.red {
	font-size: 0.36rem;
	color: #ed123b;
}

.weight {
	font-weight: bold;
	font-size: 0.36rem;
}

.product-list {
	padding: 1rem 0 1.43rem;
}

.product-list-title {
	text-align: center;
	margin-bottom: 1rem;
}

.product-list-title>h2 {
	font-family: Arial-BoldMT;
	font-size: 0.6rem;
	color: #0f36a5;
}

.product-list-title>h2>span {
	color: #f74c54;
}

.product-list-title>p {
	font-size: 0.36rem;
	color: #000036;
}

.product-list-ul {
	padding-top: 0.8rem;
}

.product-list-ul li {

	font-size: 0.3rem;
	color: #2b323f;
	margin-bottom: 0.24rem;
}

.product-list-ul li::before {
	display: inline-block;
	content: "";
	width: 0.1rem;
	height: 0.3rem;
	background-color: #0f36a5;
	position: relative;
	top: 0.05rem;
	margin-right: 0.2rem;
}

.product-list-ul li>p {
	padding-left: 0.32rem;
	font-size: 0.2rem;
	padding-top: 0.15rem;

}

.product-list.second {
	padding-top: 0;
}

.pro-img img {
	width: 100%;
}

.product-list.second .product-list-box {
	padding-bottom: 62px;
}

.product-system {
	padding: 0.9rem 0 2.27rem;
	background: #373b47;
}

.product-system-title {
	padding-bottom: 103px;
	text-align: center;
	color: #fff;
}

.product-system-title>h2 {
	padding-bottom: 0.14rem;
	font-size: 0.36rem;
}

.product-system-title img {
	width: 3rem;
	margin: 0 auto;
}

.product-system-content {
	width: 90%;
	margin: 0 auto;
}

.product-system-img img {
	width: 100%;
}

.product-system-content .col-md-5,
.product-system-content .col-md-7 {
	padding-left: 0;
	padding-right: 0;
}

.product-system-list {
	background: #2F333E;
	padding-bottom: 0.8rem;
}

.product-system-list-title {
	height: 1.5rem;
	background-color: #3785f9;
}

.product-system-list-title>h3 {
	margin-top: 0;
	margin-left: 0.4rem;
	line-height: 1.5rem;
	font-size: 0.42rem;
	color: #fff;
}

.product-system-list-title>h3::before {
	display: inline-block;
	content: "";
	width: 0.6rem;
	height: 0.5rem;
	background: url(../images/ips/bottom_icon_zan.gif) no-repeat center/100%;
	position: relative;
	top: 0.1rem;
	margin-right: 0.3rem;
}

.product-system-ul {
	padding-left: 0.65rem;
	padding-right: 0.35rem;
}

.product-system-ul li {
	font-size: 0.24rem;
	color: #fff;
}

.product-system-ul li::before {
	display: inline-block;
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-color: #ffffff;
	border-radius: 50%;
	position: relative;
	top: 0.6rem;
	right: 0.3rem;
}

.product-system-ul li>h4 {
	font-size: 0.32rem;

}

.product-system-ul li>p {
	margin: 0;
}

/*---ims---*/
.product-ims-bg {
	background: url("../images/ims/top_pic.jpg") no-repeat top center/400%;
}

.product-content-title>div {
	font-size: 0.28rem;
	font-weight: bold;
	padding: 0.34rem 0 0.22rem;
}

.blue {
	font-size: 0.32rem;
	color: #041e9d;
}

.product-ims {
	background-color: #f7f7f7;
}

.product-ims-box {
	margin-bottom: 2rem;
}

.product-img {
	position: relative;
}

.product-img img {
	width: 100%;
	position: relative;
	z-index: 11;
}

.product-yellow,
.product-blue {
	width: 92%;
	height: 100%;
	background: #ffb412;
	position: absolute;
	left: 0.48rem;
	top: 0.3rem;
	z-index: 1;
}

.product-blue {
	background: #3785f9;
	left: -0.01rem;
}

.product-ims-text {
	margin-top: 1.5rem;
}

.product-ims-text>h3 {
	font-size: 0.36rem;
	color: #000036;
}

.product-ims-text>h3::before {
	display: inline-block;
	content: "";
	width: 0.54rem;
	height: 0.1rem;
	background-color: #0f36a5;
	position: absolute;
	top: -0.4rem;
}

.product-ims-text>ul li {
	line-height: 1.8;
	font-size: 0.24rem;
	color: #2b323f;
	overflow: hidden;
}

.product-ims-text>ul li p {
	margin-left: 20px;
	margin-bottom: 0;
}

.product-ims-text>ul li span {
	display: block;
	float: left;
	font-size: 0.36rem;
	line-height: 1.4;
}

.product-ims-section .product-system-title>h2 {
	color: #000036;
}

.product-ims-section {
	padding: 0.6rem 0 1rem;
}

.product-ims-adv {
	background-color: #373b47;
	padding: 1rem 0;
}

.product-adv-box {
	padding-bottom: 0.91rem;
}

.product-adv-box ul li {
	width: 25%;
	float: left;
	position: relative;
}

.product-adv-box ul li.active::after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 0.1rem;
	background-image: linear-gradient(-90deg, #4c62f5 0%, #34b8f2 100%);
	position: absolute;
	left: 0;
	bottom: -0.32rem;
}

.product-adv-box ul li img {
	width: 0.88rem;
	height: 0.76rem;
	margin: 0 auto;
}

.line {
	width: 100%;
	height: 0.1rem;
	background-color: #9B9CA1;
}

.product-adv-text {
	padding-top: 0.65rem;
	font-size: 0.24rem;
	color: #fff;
}

.product-adv-text>.col-md-5,
.product-adv-text>.col-md-7 {
	padding-left: 0;
}

.product-adv-text .adv-text>h4 {
	font-size: 0.28rem;
}

.adv-text p {
	margin: 0;
	line-height: 1.8;
}

.product-ims-box.even {
	margin-bottom: 0.8rem;
}

.all-img {
	width: 100%;
}

/*-----about--------*/
.about-bg {
	background: url("../images/about_bg.jpg") no-repeat top center/400%;
}

.about-top {
	padding-top: 1rem;
}

.about-world img {
	width: 100%;
}

.about-text {
	margin-top: 1rem;
	padding: 0.52rem 0 1rem;
	background-color: #ffffff;
	box-shadow: 0 20px 60px 0 rgba(34, 41, 63, 0.1);
}

.about-text-big {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 0.4rem;
	letter-spacing: 1px;
	color: #000036;
}

.about-text-ul {
	padding: 0 0.55rem 0 0.56rem;
}

.about-text-ul li {
	margin-bottom: 0.8rem;
	line-height: 2;
	font-size: 0.2rem;
	color: #000036;
}

.about-text-ul li h3 {
	font-size: 0.32rem;
	color: #041e9d;
}

.about-text-ul li .icon {
	width: 1.2rem;
	height: 1.2rem;
	float: left;
}

.about-text-ul li .icon-1 {
	background: url("../images/about_icon_one.png") no-repeat left center/100%;
}

.about-text-ul li .icon-2 {
	background: url("../images/about_icon_two.gif") no-repeat left center/100%;
}

.about-text-ul li .icon-3 {
	background: url("../images/about_icon_three.gif") no-repeat left center/100%;
}

.about-text-con {
	margin-left: 1.4rem;
}

.banner-silde {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.swiper-box {
	width: 100%;
	position: relative;
}

.banner-silde h3 {
	margin-bottom: 0.75rem;
	text-align: center;
	font-size: 0.48rem;
	color: #041e9d;
}

.banner-content {
	position: relative;
}

.swiper-container {
	width: 70%;
}

.swiper-slide {
	box-sizing: border-box;
	position: relative;
	padding: 0 10px;
}

.swiper-slide img {
	max-width: 100%;
	border: solid 3px transparent;
}

.swiper-slide-active img {
	border: solid 3px #376df9;
}

.swiper-slide img {
	width: 100%;
}

.swiper-button-prev {
	width: 0.62rem;
	height: 1.2rem;
	background: url(../images/about_btn_left_after.png) no-repeat left center/100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-button-next {
	width: 0.62rem;
	height: 1.2rem;
	background: url(../images/about_btn_right_after.gif) no-repeat left center/100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*-----------contact-----------*/
.contact-bg {
	background: url("../images/contact/top_bg.png") no-repeat top center/100%;
}



.contact-top {
	margin-top: 1.6rem;
	position: relative;
	overflow: hidden;
}

.contact-box {
	padding: 0.8rem 0.1rem 2.5rem;
	margin-bottom: 0.75rem;
	background: #fff;
	/*url("../images/contact_pic.png") no-repeat right bottom/400px*/
	box-shadow: 0px 0.4rem 1.2rem 0px rgba(32, 76, 217, 0.1);
	position: relative;
	z-index: -1;
}

.contact-text .contact-text-list {
	margin-bottom: 0.7rem;
}

.contact-text .contact-text-list>span {
	display: block;
	width: 0.48rem;
	height: 0.4rem;
	background: url("../images/icon_yellow.png") no-repeat left center/100%;
}

.contact-text .contact-text-list>h3 {
	font-size: 0.36rem;
	color: #376df9;
	margin-bottom: 0.15rem;
}

.contact-text-list ul li {
	line-height: 1.8;
	font-size: 0.24rem;
	color: #000036;
}

.contact-img {
	width: 3.86rem;
	height: 3.6rem;
	position: absolute;

	bottom: -0.85rem;
	right: -1.1rem;

}

.contact-img img {
	width: 100%;
}

/*----------modal-----*/
.modal-box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000000;
	opacity: 0.6;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.modal-body {
	width: 90%;
	height: 10.3rem;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.close-btn {
	width: 0.2rem;
	height: 0.2rem;
	background: url("../images/btn_close.gif") no-repeat center/100%;
	float: right;
}

.modal-body-title {
	text-align: center;
	font-size: 0.32rem;
	color: #0a1186;
}

.modal-body-title>h3 {
	margin-top: 0.4rem;
	font-weight: bold;
	font-size: 0.36rem;
	letter-spacing: 1px;
}

.modal-body-title>img {
	width: 100%;
	margin: 0.1rem auto 0.4rem;
}

.form>.row {
	margin-left: 0;
	margin-right: 0;
}

.form .row>span {
	display: block;
	line-height: 0.76rem;
	color: #ed123b;
	float: left;
	font-size: 0.28rem;
}

.form .input-box {
	margin-left: 0.28rem;
	height: 0.76rem;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #d3d3dd;
	margin-bottom: 0.2rem;

}

.form {
	padding: 0 0.3rem;
	color: #000036;
}

.text-box {
	border: none !important;
}

.input-text {
	width: 100%;
	border: none;
	margin-bottom: 0.2rem;
	padding: 0.13rem 0 0.1rem 0.15rem;
}

.text-box>div {
	font-size: 0.28rem;
	margin-bottom: 0.14rem;

}

.textarea-box {
	width: 100%;
	height: 1.2rem;
	border: 0.02rem solid #d3d3d3;
	margin-bottom: 0.2rem;
	border-radius: 4px;
}

.form textarea {
	width: 100%;
	border: none;
	padding: 0.1rem 0.15rem;
	resize: none;
	box-sizing: border-box;

}

.submit-btn {
	width: 100%;
	height: 0.76rem;
	background-image: linear-gradient(-90deg,
		#4c62f5 0%,
		#34b8f2 100%);
	color: #fff;
	border: none;
}

.tip {
	padding: 0 0.3rem;
	font-size: 0.2rem;
	margin-top: 0.77rem;
	color: #acadb1;

}

.fancybox-infobar {
	display: none;
}

@media screen and (max-width: 767px) {}

@media (min-width: 768px) {
	.navbar-brand img {
		width: 1.2rem;
	}

	.navbar-nav>li>a {
		font-size: 14px;
	}

	.navbar-brand {
		padding: 14px 15px 0;
	}

	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
		background: none;
		color: #fff10c;
	}

	.dropdown-menu {
		min-width: 100%;
		left: 0 !important;
		top: 110%;
		background-color: rgba(0, 0, 0, 0.4);
		padding: 5px 0;
	}

	.dropdown-menu>li {
		margin: 10px 0;
	}

	.dropdown-menu>li>a {
		color: #fff;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>li>a:focus {
		color: #fff10c;
		background: none;
	}

	.home-bg .dropdown .caret,
	.about-bg .dropdown .caret,
	.contact-bg .dropdown .caret {
		display: none;
	}

	.dropdown.open .caret {
		display: inline-block;
	}

	#modal {
		background: url("../images/top_bg.png") no-repeat center center/100%;
	}

	#modal a {
		font-size: 14px;
		font-weight: bold;
	}
}


.contact-top {
	text-align: center;
	margin-top: -20px;
	
}

.contact-top-btn {
	margin-top: 20px;
	outline: none;
	width: 140px;
	height: 50px;
}

.contact-top-h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}


.contact-top-h4 {
	color: white;
	margin-top: 10px;
	font-size: 8px;
}

.contact-top-h41 {
	color: white;
	font-size: 6px;
}

/* 加盟原因 */

.contact-middle {
	background-color: white;
	text-align: center;
}

.contact-middle-title {
	color: #0d37a5;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.middle_contact_content {
	align-items: center;
	margin: auto;
}


.middle_contact_content_first {
	padding-top: 10px;
	height: auto;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(34, 41, 63, 0.1);
	align-content: center;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
	padding-bottom: 10px;
}

.middle_contact_content_first_title {
	color:#f84d53 ;font-weight: bold;
}

.middle_contact_content_second {
	height: auto;
	box-shadow: 0 0.2rem 0.6rem 0 rgba(34, 41, 63, 0.1);
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	background-color: white;
	padding-bottom: 10px;
}

.middle_contact_content_first_bg {
	width: 100%;
	height: auto;
	display: none;
}

.middle_contact_content_first_info {
	display: flex;
	vertical-align: middle;
	margin-top: 20px;
}

.middle_contact_content_first_info img {
	float: left;
	width: 20px;
	height: 20px;
}



.middle_contact_content_first_info div {
	color: #2E3037;
	float: right;
	margin-left: 15px;
}



.middle_contact_content_second_info_line {
	height: 5px;
	background-color: #4676F4;
}

.middle_contact_content_second_info_title {
	color: #f84d53;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
}

.middle_contact_content_second_info {
	display: flex;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.middle_contact_content_second_info img {
	float: left;
	width: 20px;
	height: 20px;
}

.middle_contact_content_second_info div {
	color: #2E3037;
	float: right;
	margin-left: 15px;
	margin-top: -3px;
}

/* 联系人 */

.bottom_contact_us {
	padding: 20px;
	align-items: center;
}


.bottom_contact_us_info img {
	display: none;
}

.bottom_contact_us_info div {
	color: white;
}


/* 二维码 */

.qr_content {
	align-items: center;
}

.qr_content_company {
	text-align: center;
	width: 100%;
	height: auto;
}

.qr_content_service {
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.qr_content img {
	width: 150px;
	height: 150px;
}

.qr_content div {
	color: white;
}
