body, html {
	font-family: '微软雅黑', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	background-color: #f2f5fa;
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 30px;
	color: #333;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}
h4 {
	font-size: 18px;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #1f386e;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #e52f3c;
}
a {
	text-decoration: none !important;
	color: #e52f3c;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1E7A46;
	margin-bottom: 20px;
	border: 0;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.product_up{
	position: absolute;
	left: -241px;
	right: 0;
	top: 87px;
	width: 570px;
	padding: 15px 30px;
	background: #FFFFFF;
	border-radius: 0px 0px 20px 20px;
	display: flex;
	flex-wrap: wrap;
}
.product_up .product_item a{
	display: block;
	width: 240px;
	height: 100px;
	color: #333333;
	padding: 26px 15px;
	border: 1px solid #FFCCCC;
	border-radius: 5px;
}
.collapse ul li a .jiantou{
	display: none;
}
/* #menu .collapse ul li.product_active.active a .jiantou{
	display: inline-block;
}
#menu.navbar-default .navbar-nav > li.product_active.active > a::before {
    left: -10px;
} */

.header {
	width:100%;
	height:100px;
	position:absolute;
	z-index:5;
	padding-top:20px
}
.header .logo {
	float:left;
	width:240px;
	height:68px;
	line-height:600px;
	overflow:hidden;
	background-image:url("logo.png");
	background-repeat:no-repeat;
	margin:10px 0 0 50px
}
.header .menu {
	float:right;
	padding:20px 50px 0 0;
	transition:all 300ms ease
}
.header .menu li {
	float:left;
	margin-left:35px;
	color:#fff;
	font-size:16px;
	position:relative;
	overflow:hidden
}
.header .menu li:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:0;
	width:100%;
	background:transparent;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	transition:all ease .5s
}
.header .menu li a,.header .menu li span {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:0 3px 10px;
	display:inline-block
}
.header .menu li.current:after,.header .menu li:hover:after {
	height:4px;
	background:#ff3232
}
.header .menu li:last-child a {
	opacity:.5
}
.header .menu li:last-child:hover {
	border-bottom:0
}
.header .menu .close {
	background-image:url("../images/close.png");
	background-repeat:no-repeat
}
.head-fixed {
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	height:95px;
	transform:translateY(-100%);
	background-color:#fff;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
	padding-top:13px
}
.head-fixed .menu li {
	color:#333
}
.head-fixed .menu li a {
	padding-bottom:38px
}
.head-fixed .menu li a,.head-fixed .menu li span {
	color:#333
}
.head-fixed .logo {
	background-image:url("../images/logo2018.png");
	background-repeat:no-repeat
}
.head-fixed .menu-btn {
	background-image:url("../images/menu-mini.png");
	background-repeat:no-repeat
}
.head-fixed-show {
	transform:translateY(0%)
}
.head-fixed-animated {
	transition:transform 200ms ease
}
.foot {
	clear:both;
	height:110px;
	line-height:70px;
	color:#999;
	border-top:1px solid #e5e5e5;
	padding:30px 60px
}
.foot a {
	color:#999
}
.fl {
	float:left
}
.rt {
	float:right
}


.product_up .product_item:first-child{
	margin-right: 30px;
	margin-bottom: 30px;
}
.product_up .product_item .product_text{
	display: flex;
}
.product_up .product_item .product_text .product_img{
	width: 48px;
	height: 48px;
}
.product_up .product_item .product_text  .product_right{
	flex:1;
	margin-left: 15px;
	font-size: 18px;
}
.product_up .product_item .product_text  .product_right p{
	font-size: 14px;
	color: #999999;
}
.product_up .product_item .product_text .product_img img{
	max-width: 100%;
	max-height: 100%;
}
/* Navigation */
#menu {
	padding: 7px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #ff3232;
	border:1px solid #ff3232;
}
#menu a.navbar-brand {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	padding: 0;
	height: auto;
	display: flex;
	align-items: center;
}
#menu a.navbar-brand .navbar_right{
	font-size: 18px;
	padding-top: 10px;
}
#menu a.navbar-brand .navbar_right p{
	font-size: 14px;
	padding: 0;
	margin-top: 7px;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	padding: 15px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
	position: relative;
}

#menu.navbar-default .navbar-nav > li{
	margin-right: 40px;
}

#menu.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}	
#menu.navbar-default .navbar-nav > li.active > a{
	color: #fff;
}

#menu.navbar-default .navbar-nav > li.active > a::before{
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	background: #fff;
	top: 30px;
}
#menu.navbar-default .navbar-nav > li > a::before{
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	margin: 0 auto;
	background: #ffffff;
	top: 30px;
}

#get-touch .touch_item{
	display: flex;
	align-items: center;
	justify-content: center;
}
#get-touch .touch_item img{
	width: 80px;
	height: 80px;
	margin-right: 19px;
}
.about_title {
	text-align: center;
	margin-bottom: 60px;
}
.about_title  h2{
	height: 30px;
	font-size: 26px;
	color: #333333;
}
.about_title p{
	font-size: 18px;
	margin-top: 19px;
	color:#999999;
}
.about_content{
	background-color: #ffffff;
	padding: 48px 58px;
}
.about_content ul li.active{
	background: linear-gradient(82deg, #F82828 0%, #FF512C 100%);	
	color: #ffffff;
}
.about_content ul li{
	background-color: #F7F9FC;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	padding: 30px 45px;
	color: #666666;
	font-size: 18px;
}
.about_content ul li div.img_div{
	width: 22px;
	height: 22px;
	background-image: url(../img/jiantou.png);
	background-size: 100% 100%;
}
.about_content ul li.active div.img_div{
	background-image: url(../img/jiantou_0.png);
	background-size: 100% 100%;
}
.about_content ul li:last-child{
	margin: 0;
}
.about_content ul li img{
	width: 22px;
	height: 22px;
}
.about_content ul li span.item_span{
	flex: 1;
	margin-left: 25px;
	margin-right: 64px;
}
.about_content ul li span.item_left{
	font-size: 28px;
	font-family: Bebas;
	font-weight: 400;
}
.about_content .about_right{
	margin-left:2%;
}
.about_content .about_right .about_right_item:first-child{
	display:block;
}
.about_content .about_right .about_right_item{
	display: none;
}
.about_content .about_right .about_right_item .about_right_flex{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 640px;
	align-items: center;
}
.about_content .about_right .about_item{
	display: flex;
	align-items: center;
	height: 140px;
	border: 1px solid #DBDBDB;
	margin-bottom:20px;
}
.about_content .about_right .about_item.icon_img{
	height: 140px;
}
.about_content .about_right .about_item.fanli_img{
}
.about_content .about_right .about_item:hover{
	border: 1px solid #ff3232;
	box-shadow: -2px 10px 12px 0px rgba(255, 235, 235, 0.6);
}

.about_content .about_right .about_item .img_border{
	width: 208px;
	text-align: center;
}
.about_content .about_right .about_item.icon_img .icon_border{
	width:55px;
	height:50px;
	margin-left: 50px;
}
.about_content .about_right .about_item.icon_img .icon_border.icon_width{
	width: 65px!important;
}
.about_content .about_right .about_item.app_img .app_border{
	width: 140px;
	height: 140px;
	margin-left: 50px;
}
.about_content .about_right .about_item.tao_img .tao_border{
	width: 160px;
	height: 80px;
	margin-left:20px;
}
.about_content .about_right .about_item.icon_img .icon_border img,.about_content .about_right .about_item.tao_img .tao_border img,.about_content .about_right .about_item.app_img .app_border img{
	max-width: 100%;
	max-height: 100%;
}
.about_content .about_right .about_item .about_text{
	flex: 1;
	margin-left:40px;
	font-size: 18px;
	color: #333333;
}
	
.about_content .about_right .about_item .about_text p{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.about_content .about_right .about_item img{
	width: 96%;
	height: 100%;
}

#services{
	padding-top: 100px;
}
#services .product_bg{
	width: 100%;
	height: 600px;
	position: relative;
	background-image: url(../img/product_bg.png);
}
#services .product_bg .product_item{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
#services .product_bg .product_item img{
	width: 30%;
}

#services .product_bg .product_item span{
	display:block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	margin: 50px auto;
}
#services .product_bg .product_item span:before {
    content: "";
    width:1000px;
    height: 2px;
    background: #ffffff;
    /*1.首先使伪类显示方式为块级元素*/
    display: block;
    /*2.通过相对定位的方式控制两侧内容的位置*/
    position: relative;
}
#services .product_bg .product_item span:after {
    content: "";
    width:1000px;
    height: 2px;
    background: #ffffff;
    /*1.首先使伪类显示方式为块级元素*/
    display: block;
    /*2.通过相对定位的方式控制两侧内容的位置*/
    position: relative;
}
#services .product_bg .product_item span:before {
    top: 8px;
    left: -280px;
}

/*4.控制右侧横线的位置*/
#services .product_bg .product_item span:after {
    top: 6px;
    right:0px;
}

#services .product_bg .product_content{
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: 0 8%;
}
#services .product_bg .product_item b{
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 4px;
	background-color: #ffffff;
}
#portfolio .portfoli_item{
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding:37px 65px;
	border: 1px solid #ffffff;
}
#portfolio .protfoliclick.active .portfoli_item{
	border: 1px solid #F13B3B;
	box-shadow: -4px 19px 20px 0px rgba(255, 235, 235, 0.4);
}

#portfolio .portfoli_item.item_margin{
	margin-bottom: 60px;
}

#portfolio .portfoli_item div{
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 22px;
}

#portfolio .portfoli_item p{
	font-size: 16px;
	color: #999999;
	line-height: 25px;
	margin: 0;
	height: 50px;
}
#portfolio .portfoli_item img{
	height: 45px;
}

#get-touch .touch_item .touch_right div{
	font-size: 16px;
	font-weight:600;
	color: #333333;
	margin-bottom:5px;
}
#get-touch .touch_item .touch_right p{
	font-size: 12px;
	color: #666666;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
#menu .phone {
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0 120px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
#menu .phone span {
	font-size: 14px;
	display: block;
	color: #1f386e;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f;
}
.section-title {
	margin-bottom: 70px;
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: #e52f3c;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #1f386e;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Header Section */
.intro {
	position:relative;
	display: table;
	width: 100%;
	height:476px;
}

.aboutus {
	position:relative;
	display: table;
	width: 100%;
	height: 600px;
	margin-top:108px;
	background: url(../img/section.jpg) center no-repeat;
	background-size: 100% 100%;
}

.intro .btn_consult{
	position: absolute;
	bottom:200%;
	left: 54%;
	font-size: 20px;
	color: #ffffff;
	padding: 10px 35px;
	border-radius: 5px;
	background-color: #fe3f39;
	border: 1px solid #ffffff;
}
.intro h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,0.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45);
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center;
}
/* Get Touch Section */
#get-touch {
	position: relative;
	top: -90px;
	z-index: 9;
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #ffffff;
	border-radius: 8px;
	margin: 0 10%;
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
}
#get-touch .btn-custom {
	margin: 0;
	background: transparent;
	border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff;
}
/* About Section */
#about {
	background: #f2f5fa;
	margin-top: 77px;
	padding: 77px;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px 0;
}
#about h2{
	margin: 0;
}

/* 产品营销距库 */
#services .service-media {
	margin: 10px;
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
#services .service-desc {
	margin: 10px 10px 20px;
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
}
#services .service-desc hr {
	margin-left: 0;
}
/* 系统架构 */
#portfolio {
	padding: 100px 0;
	background: #ffffff;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(31, 56, 110, 0.8);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* 精益求精 */
#testimonials {
	padding: 100px 0;
}
#testimonials .col-md-2,#testimonials .col-md-4{
	padding: 0;
}
.testimonial{
	text-align: center;
	padding:45px 0;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
}
.testimonial .text_title{
	margin-top:20px;
	margin-bottom:12px;
	font-size: 20px;
	color: #666666;
}
.testimonial b{
	display: block;
	width: 40px;
	height: 3px;
	margin: 0 auto;
	background: #FDE4E4;
	border-radius: 2px;
}
.testimonial .text_item{
	margin-top: 40px;
}
.testimonial .text_item p{
	color: #333333;
	text-align: left;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 40px;
}
.testimonial .text_item p i{
	display: inline-block;
	position: relative;
	top: 0px;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 50%;
	border:3px solid #F13C3C;
}
.testimonial .text_item p:last-child{
	margin: 0;
}
#testimonials .testimonial_img{
	width: 55px;
	height: 50px;
	margin: 0 auto;
}
#testimonials .testimonial_img.img_01{
	background: url(../img/test01.png) no-repeat center;
	background-size: auto;
}
#testimonials .testimonial_img.img_02{
	background: url(../img/test02.png) no-repeat center;
	background-size: auto;
}
#testimonials .testimonial_img.img_03{
	background: url(../img/test03.png) no-repeat center;
	background-size: auto;
}
#testimonials .testimonial_img.img_04{
	background: url(../img/test04.png) no-repeat center;
	background-size: auto;
}
#testimonials .testimonial_img.img_05{
	background: url(../img/test05.png) no-repeat center;
	background-size: auto;
}
#testimonials .active .testimonial{
	border: 1px solid #F13C3C;
}
#testimonials .active .testimonial .text_item p{
	padding-left: 120px;
}

#testimonials .active .testimonial_img.img_01{
	background: url(../img/test01_on.png) no-repeat center;
	background-size: auto;
}
#testimonials .active .testimonial_img.img_02{
	background: url(../img/test02_on.png) no-repeat center;
	background-size: auto;
}
#testimonials .active .testimonial_img.img_03{
	background: url(../img/test03_on.png) no-repeat center;
	background-size: auto;
}
#testimonials .active .testimonial_img.img_04{
	background: url(../img/test04_on.png) no-repeat center;
	background-size: auto;
}
#testimonials .active .testimonial_img.img_05{
	background: url(../img/test05_on.png) no-repeat center;
	background-size: auto;
}

/* 部署 */
#deploys{
	background-color: #FFFFFF;
	padding: 100px 0;
}
#deploys .deplo_item{
	padding: 50px 32px;
	height: 300px;
	border: 2px solid #999999;
	border-radius: 0px 50px 0px 0px;
}
#deploys .deplo_item .deplo_img{
	width: 36px;
	height: 36px;
}
#deploys .deplo_item .deplo_img.img01{
	background-image:url(../img/deploy01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .deplo_item .deplo_img.img02{
	background:url(../img/deploy02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .deplo_item .deplo_img.img03{
	background:url(../img/deploy03.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .deplo_item .deplo_img.img04{
	background:url(../img/deploy04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}

#deploys .active .deplo_item{
	background-color: #F13C3C;
	border: 2px solid #F13C3C;
}

#deploys .active .deplo_item h4,#deploys .active .deplo_item p{
	color: #ffffff;
}

#deploys .active .deplo_item .deplo_img.img01{
	background:url(../img/deploy01_on.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .active .deplo_item .deplo_img.img02{
	background:url(../img/deploy02_on.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .active .deplo_item .deplo_img.img03{
	background:url(../img/deploy03_on.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#deploys .active .deplo_item .deplo_img.img04{
	background:url(../img/deploy04_on.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#deploys .deplo_item h4{
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 20px;
}
#deploys .deplo_item p{
	font-size: 16px;
	color: #999999;
}


/* 客户 */
#clients{
	padding: 77px 0;
}
#clients .client_item img{
	width: 100%;
	/* height: 100%; */
	text-align: center;
}


/* 更新日志 */
#journals{
	padding: 100px 0 165px 0;
	margin-top: 108px;
}

#journals .journa_title h2{
	color: #333333;
	font-size:28px;
	margin: 0;
}
#journals .journa_title p{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
#journals .journal_main{
	margin-left: 186px;
}
#journals .journal_content {
	margin-top: 80px;
}
.journal_content .journa_item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 80px;
}
.journal_content .journa_item:last-child{
	margin: 0;
}

.journal_content .journa_item b{
	display: block;
	width: 12px;
	height: 12px;
	background: #F13C3C;
	border-radius: 50%;
	margin-left: 84px;
	margin-right: 53px;
	position: relative;
	top: 2px;
}

.journal_content .journa_item b::before{
	content: '';
	width: 1px;
	height: 280px;
	display: block;
	position: relative;
	background-color:#cccccc;
	left: 6px;
	top: 12px;
}

.journal_content .journa_item .journa_item_right h4{
	margin: 0;
	padding: 0;
	font-size:22px;
	font-weight: bold;
	color: #333333;
}

.journal_content .journa_item span{
	font-size:26px;
	color: #DC0012;
	font-weight: bold;	
	line-height: 23.5px;
}
.journal_content .journa_item .journa_item_right .text{
	margin-top: 40px;
}
.journal_content .journa_item .journa_item_right .text p{
	font-size: 16px;
	color: #333333;
}

/* 关于我们/公司介绍 */
#introduces{
	padding: 100px 0;
	background-color: #ffffff;
}
#introduces .introduce_img img{
	width: 100%;
	height: 100%;
}

#introduces .introduce_text{
	padding-top: 40px;
	padding-left: 90px;
}
#introduces .introduce_text b{
	display: block;
	width: 81px;
	height: 5px;
	background: #F13B3B;
	margin-bottom: 40px;
}
#introduces .introduce_text h2{
	font-size: 28px;
}
#introduces .introduce_text p.pmargin{
	margin-bottom: 40px;
}


#introduces .introduce_text  p{
	font-size: 16px;
	color: #666666;
}

/* 关于我们/我们的优势 */

#advantage{
	background-color: #ffffff;
	padding-bottom: 100px;
}

#advantage .portfoli_item{
	text-align: center;
	padding: 35px 0px;
	border: 1px solid #F13B3B;
	box-shadow: -4px 19px 20px 0px rgba(255, 235, 235, 0.4);
}

#advantage .portfoli_item .portfoli_img{
	width: 45px;
	height: 55px;
	margin: 0 auto;
}
#advantage .portfoli_item b{
	display: block;
	width: 60px;
	height: 4px;
	margin: 0 auto;
	background: #FFC7C7;
}

#advantage .portfoli_item p{
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
}

#advantage .portfoli_item .portfoli_img img{
	max-width: 100%;
	max-height: 100%;
}

#advantage .advantage_item .advantage_img img{
	max-width: 100%;
	max-height: 100%;
}
.carousel_width{width: 200px;}

/* 特色功能/第三方平台 */
#platform{
	padding: 77px 0;
	background-color: #ffffff;
}

#platform .platform_content .platform_item{
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 20px 0px;
	border: 1px solid #ff3232;
	margin: 0 30px;
}
#platform .platform_content .platform_item.official_border{
	border-radius: 10px;
}

#platform .platform_content .platform_item p{
	color: #999999;
	margin-top: 10px;
}

#platform .platform_content .active .platform_item,#platform .platform_content .active .platform_item p{
	background-color:#ff3232;
	color: #ffffff;
}

#platform .platform_content .active .platform_item::before{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ff3232;
}
.platform_main {
	padding-top: 77px;
}
.platform_main .platform_main_item {
	display: none;
	box-shadow: -4px 20px 20px 0px rgba(255, 235, 235, 0.4);
	padding-bottom: 12px;
}
.platform_main .platform_main_item .official_img img{
	max-width: 100%;
	max-height: 100%;
}
.platform_main .platform_main_item .platform_img{
	width: 60px;
	height: 60px;
	margin: auto;
	text-align: center;
}
.platform_main .platform_main_item .platform_img img{
	max-width: 100%;
	max-height: 100%;
}
.platform_main .platform_main_item span{
	color: #333333;
	margin: 25px 0 10px 0;
}
.platform_main .platform_main_item p{
	font-size: 14px;
	margin: auto;
	text-align: center;
}

.platform_main .platform_main_item .col-md-3{
	margin-bottom: 50px;
}

/* 特色功能/工具 */
#tool{
	padding:0 0 100px 0;
	background-color: #ffffff;
}
#tool .tool_item.active{
	background: #F82A28;
	border-radius: 10px;
	color: #fff;
}

#tool .tool_item.active span,#tool .tool_item.active p{
	color: #ffffff;
}

#tool .tool_item{
	padding: 37px 0 38px 40px;
	height: 170px;
}

#tool .tool_item span{
	font-size: 18px;
	color: #333333;
}

#tool .tool_item p{
	font-size: 14px;
	color: #999999;
	margin-top:20px;
}

/* 特色功能/三大平台 */
#terrace{
	padding: 100px 0;
}
#terrace .terrace_width{
	text-align: center;
}

#terrace .terrace_img img{
	max-width: 100%;
	max-height: 100%;
}
 
#terrace .terrace_width .terrace_img p{
	padding-left:65px;
	font-size: 16px;
	color: #333333;
}

/* 特色功能/分享 */
#share{
	padding:100px 0 60px 0;
	background-color: #ffffff;
}
#share .share_right{
	padding-top: 54px;
	padding-left: 135px;
}

#share .shareimg img,#share .share_img img{
	max-width: 100%;
	max-height: 100%;
}
#share .share_img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
#share p{
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
	margin-bottom:60px;
}

/* 特色功能/数据统计 */
#information{
	padding-bottom: 100px;
	background-color: #ffffff;
}
#information .infor_margin{
	margin-top: 60px;
}
#information .information_img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
#information .col-md-3 h2{
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	font-weight: normal;
}
.paddtop{padding-top: 100px;}
#information p{
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin-top: 25px;
}
#information .information_img img{
	max-width:100%;
	max-height: 100%;
}


/* 产品中心 */
#portfolio .scheme_img img{
	width: 100%;
	height: 100%;
}
#platform_ds{
	padding: 77px 0;
}
.carousel-control.left,.carousel-control.right{
	background-image:none!important;
}
.carousel-control{
	left: -75px;
}
.carousel-control.right{
	right:-75px;
}
.carousel-inner item{
	display: none;
}
.header_img{
	position: relative;
}
.header_img img{
	max-width: 100%;
	max-height: 100%;
}
.carousel-control .glyphicon-chevron-left{
	width: 30px;
	height: 30px;
	background: url(../img/zuojt.png);
	background-size: cover;
}
.carousel-control .glyphicon-chevron-right{
	width: 30px;
	height: 30px;
	background: url(../img/youjt.png);
	background-size: cover;
}
.glyphicon-chevron-left:before,.carousel-control .glyphicon-chevron-right:before {
    content: "";
}
#platform_ds .plat_item{
	text-align: center;
	padding:20px 0px;
	background-color: #ffffff;
	transition: 300ms;
	transform: scale(0.9);
}
#platform_ds .plat_item.active{
	transform: scale(1);
	box-shadow: 0px 14px 28px 0px rgba(255, 52, 51, 0.1);
}
#platform_ds .plat_item img{
	height: 100px;
}
#platform_ds .plat_item p{
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
}
.product_margin{padding-top:100px!important;}

#preview .about_title{
	padding-top: 100px;
}
#preview .about_title h2{
	color: #ffffff;
}
#preview .preview_bg{
	height: 800px;
	background: url(../img/product/product_bg.png);
	background-size: cover;
}

#preview ul.preview_content li{
	width: 280px;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	font-size: 20px;
	padding: 0 40px;
}
#preview ul.preview_content {
	padding-left: 25%;
}

#promotion{
	padding: 77px 0;
}

#promotion .promotion_item{
	margin-bottom: 50px;
	background: #FE2238;
	box-shadow: 0px 14px 14px 0px rgba(255, 92, 91, 0.2);
	border-radius: 10px;
}

#promotion .promotion_item .promotion_img{

}
#promotion .promotion_item .promotion_img img{
	max-width:100%;
	max-height: 100%;
}
#promotion .promotion_item .promotion_bg{
	padding: 36px 48px 50px 40px;
	position: relative;
	top: -10px;
	background-color: #ffffff;
}
#promotion .promotion_item .promotion_bg h4{
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 20px;
}
#promotion .promotion_item .promotion_bg p{
	height: 60px;
	color: #999999;
	font-size: 14px;
}

#preview ul.preview_content li.active{
	background-color: #F5F7FA;
	border-right: 8px solid #F82A28;
}
#preview ul.preview_content li.active a{
	color: #F82A28;
}

#preview ul.preview_content li a{
	color: #ffffff;
}

#preview ul.preview_content li a span{
	margin-right: 15px;
}


#mighty{
	padding: 100px 0;
	background-color: #ffffff;
}

.aplet_img{
	text-align: center;
}
.aplet_img img{
	width: 78%;
	height: 100%;
	margin: 0 auto;
}
#introduces .aplet_text{
	padding-top: 134px;
	padding-right: 220px;
}
#introduces .aplet_text h2{
	font-size: 28px;
}
#place{
	padding-bottom: 100px;
	background-color: #ffffff;
}
#place .place_item{
	text-align: center;
}

#place .place_item .place_img{
	width: 60px;
	height:60px;
	margin: 0 auto;
}
#place .place_item .place_img img{
	max-width: 100%;
	max-height: 100%;
}
#place .place_item span{
	font-size: 20px;
	color: #333333;
	display: block;
	margin-top: 33px;
	margin-bottom: 15px;
}
#place .place_item p{
	font-size: 15px;
	color: #999999;
}

#introduce{
	padding: 80px 0;
}
#introduce .introduce_img img{
	max-width: 100%;
	max-height: 100%;
}
#introduce .introduce_item{
	padding-top: 50%;
	padding-left: 10%;
}
#introduce .introduce_item span{
	font-size: 24px;
	color: #333333;
}
#introduce .introduce_item p{
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
	padding-right:35%;
}
/* 联系我们 */
#contact {
	padding: 100px 0 60px 0;
	background: #222222;
	color: rgba(255,255,255,.65);
}

#contact .contact_item{
	display: flex;
	color: #ffffff;
}
#contact .contact_item .contact_text{
	margin-left: 10px;
	font-size: 14px;
}
#contact .contact_item .contact_text p{
	font-size: 20px;
}
#contact .contact_btn{
	width:120px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	margin: 30px 0px 30px 55px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}
#contact .contact_code{
	width: 120px;
	text-align: center;
	margin-left: 50px;
}
#contact .contact_code img{
	width: 120px;
	height: 120px;
}
.contact_item .contact_img img{
	width: 80%;
}
#contact .contact_code p{
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}

#contact .contact_right h4{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 38px;
}

#contact .contact_right ul li{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
	height: 20px;
}
#contact .contact_right ul li a{
	color: #ffffff;
}
#contact h3 {
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
#contact .btn-custom {
	margin: 30px 0;
	background: transparent;
	border: 2px solid #fff;
}
#contact .btn-custom:hover {
	color: #1f386e;
	background: #fff;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0;
}
#contact .contact-item span {
	color: rgba(255,255,255,1);
	display: block;
}
#contact .social {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: rgba(255,255,255,0.6);
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #fff;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	padding: 30px 0;
}
#footer p {
	color: #888;
	font-size: 14px;
}
#footer a {
	color: #1f386e;
}
#footer a:hover {
	color: #e52f3c;
}

@media (max-width: 768px) {
	/* 移动端首页 */
	#menu {padding:5px 20px;transition: all 0.8s;}
	.intro {display: table;width: 100%;height:118px;}
	#get-touch {margin:0;}
	.product_up{position: relative;left: 0;right: 0;top:10px; width: 100%;padding: 0 20px;}
	.product_up .product_item {margin-bottom:15px!important;}
	.product_up .product_item .product_text .product_img {width: 40px;height: 40px;}
	.product_up .product_item .product_text .product_right {font-size: 16px;}
	.product_up .product_item:last-child{margin: 0!important;}
	.product_up .product_item a {height: auto;padding: 12px 15px;}
	.product_up .product_item .product_text .product_right p {margin: 0;}
	#services,#testimonials{padding-top: 50px;}
	#platform .platform_content .active .platform_item::before {bottom: 2px;}
	.intro .btn_consult {position: absolute; left: 52%;bottom:10%;font-size:12px;color: #ffffff;padding: 0px 10px;border: 2px solid #ffffff;}
	#get-touch .touch_item img {width: 40px;height: 40px;margin: 0 auto;}
	#portfolio .portfoli_item {padding:15px 0;}
	#contact {padding:20px 0 30px 0;}
	#contact .col-xs-6{padding-left: 15%;}
	#portfolio .portfoli_item div {margin-top: 15px;margin-bottom: 10px;font-size: 15px;}
	#portfolio .portfoli_item p { font-size: 12px;color: #999999;line-height: 20px; margin: 0;}
	#menu.navbar-default .navbar-nav > li.active > a::before {left:-35%;height: 0px;}
	.platform_main {padding-top:50px;}
	#platform {padding:50px 0; background-color: #ffffff;}
	#tool .row{margin: 0 5px;}
	#tool { padding: 0 0 20px 0; background-color: #ffffff;}
	#tool .tool_item { padding: 30px 0 22px 20px;height: 135px;}
	#platform_ds {padding: 50px 0;}
	#share p {font-size: 16px; margin-top:20px;text-align: center;margin-bottom:30px;}
	#share {padding: 50px 0 30px 0;background-color: #ffffff;}
	#share .share_right {padding: 0;}
	#platform_ds .plat_item.active {transform: scale(0.9);box-shadow:none;}
	.platform_main .platform_main_item .col-md-3 {margin-bottom:20px; padding-left: 50px;}
	#tool .tool_item p {font-size: 14px; color: #999999; margin-top:10px;}
	#get-touch {position: relative;top:0px;z-index: 9;padding:20px 5px;color: rgba(255,255,255,.7);background: #ffffff;border-radius: 0px;margin:0 0 20px 0;}
	#get-touch .col-xs-4{padding: 0;}
	#get-touch .touch_item {display: block;text-align: center;}
	.about_title { text-align: center;margin-bottom: 30px;}
	.about_title h2 {height:30px;font-size:20px;color: #333333;}
	.about_title p {font-size: 14px;margin-top: 19px;}
	#portfolio,#deploys,#clients,#introduces{padding:50px 0;}
	#portfolio .portfoli_item img {height: 35px;}
	.about_content ul li span.item_left {font-size: 18px;font-family: Bebas;font-weight: 400;}
	.about_content ul li {margin-bottom:15px; padding: 15px 10px;font-size: 16px;}
	.about_content .about_right .about_right_item .about_right_flex {height: auto;}
	.about_content .about_right .about_item .img_border {width: 100px;text-align: center;}
	.about_content .about_right .about_item.app_img .app_border {width: 100px;height: 100px;margin-left: 15px;}
	.about_content .about_right .about_item .about_text {flex: 1;margin-left: 25px;font-size: 16px;color: #333333;}
	.about_content .about_right .about_item.tao_img .tao_border {width: 100px;height: 55px; margin-left:10px;}
	.about_content .about_right .about_item.icon_img .icon_border {width: 35px;height: 30px;margin-left:10px;}
	.about_content .about_right .about_item.icon_img .icon_border.icon_width {width:35px!important;}
	.about_content {background-color: #ffffff;padding: 30px 10px;}
	.about_content .about_right {margin: 0;}
	#deploys .deplo_item {padding: 25px 63px; height: 210px;border: 1px solid #999999;border-radius: 0px 0px 0px 0px;margin-bottom: 20px;}
	#deploys .deplo_item p {font-size: 14px;color: #999999;}
	#deploys .deplo_item h4 {font-size: 18px;color: #333333; margin-top: 15px; margin-bottom: 10px;}
	#portfolio .portfoli_item.item_margin {margin-bottom:0px;}
	#testimonials { padding-bottom:0px;}
	#testimonials .col-md-2, #testimonials .col-md-4 {padding-right: 15px;padding-left: 15px;}
	#testimonials .testimonial .text_item p { padding-left: 120px;}
	#testimonials .active .testimonial {border: 1px solid #E6E6E6;}
	.testimonial {text-align: center;padding: 45px 0;background-color: #FFFFFF;border: 1px solid #E6E6E6;border-radius: 5px;margin-bottom: 10px;}
	#information .infor_margin{margin-top:0px;}
	#preview ul.preview_content {padding-left:0;}
	#preview ul.preview_content li {width: 170px;height: 40px;line-height: 40px;color: #ffffff;font-size: 18px;padding: 0 10px;}
	.product_margin {padding-top:50px!important;}
	#promotion .promotion_item .promotion_bg h4 {font-size: 18px;color: #333333;margin-top: 15px;margin-bottom: 10px;}
	#promotion .promotion_item .promotion_bg {padding: 26px 38px 40px 30px;}
	#promotion {padding:50px 0 0 0;}
	#mighty {padding:50px 0;}
	.carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left{width: 0;}
	#introduces .aplet_text,#introduce .introduce_item {padding: 0;}
	#introduces .aplet_text h2 {font-size: 18px;}
	#place .place_item .place_img {width: 45px;height: 45px;margin: 0 auto;}
	#place .place_item {margin-bottom:30px;}
	#place {padding-bottom:20px;background-color: #ffffff;}
	#place .place_item span {font-size: 18px;color: #333333;display: block;margin-top: 20px;margin-bottom: 15px;}
	#introduce .introduce_item span {font-size: 18px;color: #333333;}
	#introduce .introduce_item p {font-size: 14px;padding-right:0;}
	#introduce .introduce_img{margin-bottom: 20px;}
	#introduce {padding:20px 0;}
	.carousel_width{width: 100%;}
	#information .information_img {width: 45px;height: 45px;margin: 0 auto;}
	.paddtop {padding-top:50px;}
	#platform .platform_content .platform_item { margin: 10px 30px;}
	#contact .contact_item .contact_text p {margin: 0;}
	#contact .contact_code {position: absolute;top: 0;right: 20px;}
	#contact .content_top{margin-top:50px;}
	#contact .contact_right h4 {color: #ffffff;font-size: 16px;margin-bottom: 18px;}
	#contact .contact_btn {	   margin:15px 0px 15px 55px;}
	#information .col-md-3 h2 {font-size: 18px;text-align: center;margin-top: 14px;font-weight: normal;}
	#preview .about_title {padding-top:50px;}
	#preview .preview_bg {height: 550px;}
	#information {padding-bottom:20px;background-color: #ffffff;}
	#information p {text-align: center;color: #333333;font-size: 14px;margin-top:10px;margin-bottom:30px;}
	#clients .client_item { margin-bottom: 10px;}
	#services .product_bg .product_content {top: 10%;}
	#services .product_bg .product_item img {width: 50%;}
	#services .product_bg .product_item {margin-bottom: 55px;}
	/* 更新日志*/
	#journals .journa_title h2 {font-size:18px;margin: 0;}
	#journals {padding:10px 0 75px 0;}
	#journals .journal_main { margin-left: 0;}
	#journals .journal_content {margin-top:30px;}
	.journal_content .journa_item b {margin-left: 45px;margin-right:30px;}
	.journal_content .journa_item b::before {height:190px;left:6px;}
	.journal_content .journa_item span {font-size: 20px;}
	.journal_content .journa_item .journa_item_right h4 {font-size:18px;}
	.journal_content .journa_item .journa_item_right .text p {font-size: 14px;}
	.journal_content .journa_item .journa_item_right .text {margin-top: 20px;}
	.journal_content .journa_item {margin-bottom: 40px;}
	/* 关于我们 */
	.aboutus {height: 150px;margin-top: 78px;}
	#introduces .introduce_text {padding-top: 30px;padding-left: 0px;}
	#introduces .introduce_text h2{font-size:18px;margin-bottom: 10px;}
	#introduces .introduce_text b {display: block;width:78px;height:3px;background: #F13B3B;margin-bottom: 20px;}
	#introduces .introduce_text p {font-size: 14px;color: #666666;}
	#introduces .introduce_text p.pmargin{margin-bottom:20px;}
	#advantage .advantage_img{text-align: center;margin-bottom: 10px;}
	#advantage{padding: 20px;}



@media (max-width: 720px) {
#menu a.navbar-brand .navbar_right{
	font-size: 1.5rem;
	padding-left: 3%;
}
#menu a.navbar-brand .navbar_right p{
	font-size: 1.3rem;
	padding: 0;
	margin-top: 7px;
	white-space:nowrap
}
.navbar-brand > img {
  display: block;
  width: 40%;
}
#about {
	background: #f2f5fa;
	margin-top: 77px;
	padding: 17px;
}
}
