html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}
body {
	font-family: "微软雅黑";
	margin: 0;
	font-size: 0.8rem;
	line-height: 20px;
	color: #999;
	height: 100%;
	background: #f5f5f5;
}
.bg-fff {
	background: #fff;
}
.bg-gray {
	background: #f5f5f5
}
.no-soll {
	overflow: scroll;
	overflow-y: hidden;
}
img{ display:block; max-width:100%}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: inherit;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #2776d5;
	text-decoration: none
}
.clearfix:after {
	clear: both;
	display: block;
	content: ""
}
.red {
	color: #2776d5
}
.fl {
	float: left;
}
.fr {
	float: right;
}
p {
    font-size: .8rem;
    color: #999;
	padding-bottom:.8rem;
}
.modal-open{ height:100vh}
/*ipad*/
@media (min-width: 768px) {
	body {
	font-size:14;
	line-height: 1.3;
}
p {
    font-size: 16px;
    color: #999;
	padding-bottom:16px;
}
}


/*小屏幕*/
@media (min-width: 1200px) {
}


/*宽屏幕*/
@media (min-width: 1200px) {
}


/*****************************头部*/
.g-hd {
	margin-top: 0px;
	padding: 0px;
}

.pull-left img, .pull-right img {
	margin-right: 10px;
}

.logo a {
	width: 124px;
    padding: 3px 0px 5px 15px;
    MARGIN: 0 15PX 0 0;
}
.logo svg {
	fill: #2776d5;
	width: 100%;
}
.logo p {
	color: #333;
	font-size: 12px;
	margin-top: 8px;
	line-height: 14px;
	padding-bottom:8px;
}

.logo img{ padding-top:6px;}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav .active:after {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #2776d5;
}
.nav li {
	margin-right: 11px;
	
	position: relative;
}

.nav li a {
	font-size: 14px;
	color: #333333;
}
.navbar-toggle .icon-bar {
	background-color: #d73240;
}

.navbar-toggle {
	padding: 0px 10px;
	margin: 12px 0 0 0;
}
.navbar-collapse .container {
	padding: 0;
	margin:0 auto;
}


/*ipad*/
@media (min-width: 768px) {
	.g-hd {
	border-bottom: 1px solid #d1d1d1;
	padding: 26px 0;
}
.logo a {
	width: 216px;
	padding:0 20px 0 0;
}
.logo svg {
	width: 100%;
}
.logo img{ padding-top:0px;}
.logo p {
	font-size: 16px;
	line-height: 20px;
	padding:0;
}
.nav .active:after {
	border-bottom: 3px solid #2776d5;
}
.nav li {
	margin-right: 11px;
	float: left;
}

.nav li a {
	font-size: 14px;
}
}


/*小屏幕*/
@media (min-width: 1200px) {

}


/*宽屏幕*/
@media (min-width: 1200px) {

}




/**************************banner*/
.banner {
	height: 150px;
}
.banner .item {
	height: 150px;
	background-size: auto 100%;
	background-position: center;
}
.carousel-indicators {
	bottom: 0;
}


/*ipad*/
@media (min-width: 768px) {
.banner {
	height:260px;
}
.banner .item {
	height:260px;
}
.carousel-indicators {
	bottom: 0;
}
.banner .item {
	height: 260px;
}
.carousel-indicators {
	bottom: -5px !important;
}

}


/*小屏幕*/
@media (min-width: 1200px) {
	.banner {
	height:550px;
}
.banner .item {
	height:550px;
}
.carousel-indicators {
	bottom:5px !important;
}
.banner .item {
	height:550px;
}

}


/*宽屏幕*/
@media (min-width: 1200px) {

}


/****************************************首页*/

.h-title {
	color: #000;
	position: relative;
	width: 50vw;
	margin: 20px auto 10px auto;
}
.h-title i {
	display: block;
	position: absolute;
	border-top: 1px solid #CCC;
	width: 10vw;
}
.h-title02 i {
	border-top: 1px solid #fff;
}
.h-title i.lef {
	left: 0;
	top: 50%;
}
.h-title i.rig {
	right: 0;
	top: 50%;
}
.h-title p {
	text-align: center;
	color:#000;
	padding: 0;
	margin: 0;
}
.h-title02 p {
	color: #fff;
}
.h-title p.ch {
	font-size: 1.3rem;
	padding: 0 0 8px 0;
}
.h-title p.en {
	font-size: .7rem;
	color: #2776d5;
	text-transform: uppercase;
}
.h-summary {
	font-size: 1.5rem;
	text-align: center;
	padding: 20px 0 10px 0
}
.h-about {
	padding: 20px 15px;
}
.h-about p.txt {
	font-size: .8rem;
	text-indent: 1.6rem;
	color: #999
}
.h-about-list .icon-bo {
	border-radius: 50%;
	border: 1px solid #ccc;
	text-align: center;
	width: 48%;
	margin: 20px auto 0px auto;
}
.h-about-list .icon-bo svg {
	fill: #2776d5;
	display: block;
	width: 100%;
	padding: 24%;
}
.h-about-list .name {
	text-align: center;
	padding: 15px 0 10px 0;
	font-size: 1rem;
}
.h-about-list .txt {
	color: #999;
	text-align: center;
	font-size:.8rem;
	padding-bottom: 20px;
}
.h-service {
	background: url(../images/bg-service.jpg);
	background-size: cover;
	padding: 20px 0;
}
.h-service-list .icon-bo {
	text-align: center;
	width: 70%;
	margin: 20px auto 0px auto;
}
.h-service-list .icon-bo svg {
	fill: #fff;
	display: block;
	width: 100%;
	padding: 24%;
}
.h-service-list .name {
	text-align: center;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 1rem;
}
.h-service-list p {
	height: 73px;
	color: #fff;
	line-height:1rem;
	font-size: .8rem;
	opacity: 0.8;
}
.h-process {
	padding-bottom:20px;
	padding-bottom:20px;
	position: relative;
}
.h-process-list .icon-bo {
	text-align: center;
	background: #c6c6c6;
	border-radius: 50%;
	width: 70%;
	margin: 20px auto 10px auto;
}
.h-process-list .icon-bo svg {
	fill: #fff;
	display: block;
	width: 100%;
	padding: 30%;
}
.h-process-list .name {
	color: #2776d5;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 1rem;
}
.h-process-list p {
	font-size:.8rem;
	color: #999;
	text-align: center;
	padding:0;
	margin:0;
}
.h-process-list .txt {
	padding: 0 0 20px 0
}
.h-case {
	background: #f0f0f0;
	/*padding: 20px 0 0 0;*/
	padding-top:20px;
}
.h-case-list {
	margin: 30px 0 0 0;
}
.h-case-list img {
	width: 100%;
	;
}
.scheme_b ul li:hover {
	opacity: 0.8;
}
.scheme_img {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	z-index: 10;
	left: 0;
	background: rgba(0,0,0,.4);
}
.case-img {
	overflow: hidden;
	cursor: pointer
}
.case-img img {
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	opacity: 100;
}
.case-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.scheme_img h3 {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 36px;
	margin: auto;
	top: 0;
	bottom: 0;
	color: #fff;
	font-weight: 500;
}
/*弹窗*/

.pr-people {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.pr-people .title {
	position: relative;
	margin: 20px;
	
	text-align: center;
}
.pr-people .component{ padding-top:20px;}
.pr-people .title p{color: #fff;}
.pr-people .title p.ch {
	font-size:1.3rem;
	padding:0 0 10px 0;
}
.pr-people .title p.en {
	font-size: 1rem;
	
	text-transform: uppercase;
}

.pr-people img {
	width: 100%;
	display: block;
	padding:0 0 20px 0;
}
.pr-people { padding:20px 0}
.pr-people .pr-close {
	color: #fff;
	position: absolute;
	font-size: 24px;
	width: 30px;
	height: 30px;
	line-height:27px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	font-weight: normal;
	left: 0;
	right: 0;
	margin: 20px auto;
	cursor: pointer;
}
.pr-people .pic{ padding-bottom:15px}
.modal-backdrop.in {
	opacity: .8 !important;
}
.pr-people .componen {
	padding: 0 25px;
}
.pr-people  h3 {
	color:#000;
	margin-bottom: 15px;
	/*font-size: 18px;*/
	font-size:1rem;
	font-weight: bold;
}
.pr-people  p{
	color: #999;
    font-size: .8rem;
    padding-bottom: 20px;
	}
.p0 {
	padding: 0 !important;
}
.pr-people .title p.ch{}
.pr-people .title p.en{font-size: .7rem;padding-bottom: 0;}
.pr-people .pic{ padding-bottom:0}

.h-news-list {
	padding: 30px 0 0 0;
}

.news-one:hover {
	box-shadow: 0 0 33px rgba(186, 40, 53, 0.1);
}
.news-one {
	float: left;
	width: 100%;
	height: 340px;height: auto;margin-bottom: 30px;
	/*margin-bottom: 50px;*/
	border: 1px solid #f5f5f5;
}
.news-one .large_news_img {
	display: block;
	width: 100%;
	height: 106px;
	overflow: hidden;
	position: relative;
}
.news-one .large_news_img {
	
}

.news-one .large_news_img img {
	width: 100%;
	transition: all 1s ease;
	-o-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.news-one .large_news_img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.news-one .large_news_title {
	display: block;
	/*height: 28px;
	margin: 20px 4%;
	font-size: 18px;*/
	overflow: hidden;
	color: #000;
	font-size:.8rem;
	margin: 10px 4%;
	height: 41px;
}


.news-one:hover .large_news_title {
	color: #2776d5
}

.news-one span {
	display: block;
	width: 96%;
	
	/*height: 22px;
	margin: 20px 0 20px 4%;*/
	margin: 10px 0 10px 4%;
	/*font-size: 14px;*/
	 font-size:.7rem;
	 line-height:.9rem;
	overflow: hidden;
	color: #999;
}

.h-contact {
	/*background: url(../images/bg-contact.jpg);*/
	background-size: cover;
	padding: 30px 0;
}
.h-contact .our_map_br {
	padding: 30px 0 0 0
}
.h-contact .our_map_br p {
	
	color: #fff;
	/*font-size: 16px;
	margin-bottom: 15px;*/
	font-size:.8rem;
	
}
.our_map_bl {
	padding: 20px 0 0 0
}
.our_map_bl .inp_text {
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #ccc;
	color: #999;
	text-indent: 12px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.our_map_bl textarea {
	width: 100%;
	height: 65px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #ccc;
	color: #999;
	text-indent: 12px;
	padding-top: 10px;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.our_map_bl .inp_btn {
	background: #2776d5;
	background-size: 100% 100%;
	cursor: pointer;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 16px;
}
.bottom_b {
	width: 100%;
	text-align: center;
	line-height: 24px;
	color: #999;
	background: #333333;
	font-size: 12px;
	padding: 20px 15px;
}






 @media screen and (min-width: 768px) {
body {
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.banner {
	height: 260px;
}
.banner .item {
	height: 260px;
}
.h-title {
	margin: 30px auto;
}
}

/*ipad*/
@media (min-width: 768px) {
	
.banner {
	height:350px;
}
.banner .item {
	height:350px;
}
.h-about-list .icon-bo {
	width: 50%
}
.h-title p.ch {
	font-size: 27px;
	line-height:27px;
}
.h-title p.en {
	font-size: 16px;
}
.h-title i {
	width:80px;
}
.h-summary {
	font-size: 28px;
}
.h-about-list .icon-bo {
    width: 70%;
}
.h-about p.txt {
	font-size: 16px
}
.h-about-list .name {
	font-size: 18px;
	font-weight: bold;
	color: #000
}
.h-about-list .txt {
	font-size: 14px;
	
}
.h-service-list .name {
	font-size:18px;
	padding: 0 0 10px 0;
}
.h-process-list .icon-bo {
	margin: 20px auto;
}
.h-process-list .name {
	padding: 0 0 20px 0;
	font-weight: bold;
	font-size: 20px;
}
.h-process-list p {
	font-size: 14px;
	padding-bottom:0;
}
.h-process-list .txt {
	padding: 0 0 40px 0;
}
.h-news {
	padding: 20px 0;
}
.h-process-list {
	position: relative;
}
.process-line {
	position: absolute;
	top: 178px;
	height: 3px;
	background: #c6c6c6;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
}
.pull-right {
	padding: 0 0 0 30px;
}
.pull-left p {
	margin: 0;
	margin: 0;
    padding: 0 0 9px 0;
    font-size: 14px;
    line-height: 14px;
}
.pull-left p.lead  { font-size:20px;}
.h-service-list p{ font-size:14px; line-height:20px;    height: 100px;}
.pr-people h3{ font-size:20px;}
.pr-people p{ font-size:16px;}
.pr-people img { padding:0;}
.news-one .large_news_img {
height:153px;
}
.news-one .large_news_img img{ display:block;}
.news-one .large_news_title{ font-size:18px;height: 34px; }
.news-one span{ font-size:14px; line-height:24px; padding-bottom:10px;}
.h-contact .our_map_br p{ font-size:16px;}
.h-contact .our_map_br {
   padding: 23px 0 0 0;
}
}


/*小屏幕*/
@media (min-width: 1200px) {
.process-line {
	top: 280px;
}
.banner {
	height:550px;
}
.banner .item {
	height:550px;
}
.h-about-list .txt {
	font-size: 14px;
	padding: 0 40px 60px 40px;
}
.h-title p.ch {
	font-size: 30px;
	line-height: 60px;
}
.h-title p.en {
	font-size: 16px;
}
.h-title i {
	width: 175px;
}
.h-process-list .icon-bo {
	margin: 60px auto 20px auto;
}
.news-one .large_news_img {
height: 236px;
}
}


/*宽屏幕*/
@media (min-width: 1200px) {

}


/*内页*/
.in-banner {
	height:150px;
}
.in-banner .bg-img {
	height:150px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.in-banner .bg-img .title {
	height: 60px;
	width: 70%;
	text-align: left;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.in-banner .bg-img .title h2{
	color: #fff;
	font-size:1.5rem;
	padding:0 0 10px 0;
}
.in-banner .bg-img .title p{ font-size:.9rem; color:#fff;}

.crumbs {
	color: #999;
	margin: 0px 0 20px 0;
	font-size:.8rem;
	padding-top: 10px;
}
.crumbs a {
	color: #999;
}

.in-title {
	color: #000;
	position: relative;
	width: 90vw;
	margin: 20px auto;
}
.in-title i {
	display: block;
	position: absolute;
	border-top: 1px solid #CCC;
	width: 10vw;
}
.in-title02 i {
	border-top: 1px solid #fff;
}
.in-title i.lef {
	left: 0;
	top: 50%;
}
.in-title i.rig {
	right: 0;
	top: 50%;
}
.in-title p {
	text-align: center;
	color:#000;
	padding: 0;
	margin: 0;
}
.in-title02 p {
	color: #fff;
}
.in-title p.ch {
	font-size: 1.3rem;
	padding: 0 0 8px 0;
}
.in-title p.en {
	font-size: .7rem;
	color: #2776d5;
	text-transform: uppercase;
}


/*ipad*/
@media (min-width: 768px) {
.in-banner {
	height: 250px;
}
.in-banner .bg-img {
	height: 250px;
}
.in-banner .bg-img .title {
	height: 60px;
	width: 70%;
}
.in-banner {
}
.in-banner .bg-img .title h2{
	font-size:30px;
}
.in-banner .bg-img .title p{ font-size:14px;}
.crumbs {
	margin: 0px auto 20px;
	font-size: 16px;
	padding-top: 17px;
}
.crumbs a {

}

.in-title {
	width: 50vw;
	margin: 20px auto 40px auto;
}
.in-title i {
	width: 10vw;
}

.in-title p {
	text-align: center;
	color:#000;
	padding: 0;
	margin: 0;
}
.in-title02 p {
	color: #fff;
}
.in-title p.ch {
	font-size: 30px;
	padding: 0 0 8px 0;
}
.in-title p.en {
	font-size: 16px;
	color: #2776d5;
	text-transform: uppercase;
}

}


/*小屏幕*/
@media (min-width: 1200px) {
}


/*宽屏幕*/
@media (min-width: 1200px) {
}

.introduce_b {
	background: #FFF;
	padding: 20px;
	margin-bottom: 50px;
}
.introduce_b p {
	font-size: 16px;
	padding: 20px 5%;
}
.ruanjian01 {
	margin-bottom: 50px;
}
.ruanjian01 .text {
	margin:0;
	display: inline-block;
	vertical-align: middle;
}
.ruanjian01 .text p {
	padding: 0 0 20px 0;
	color: #A4A4A4;
}
.ruanjian01 .img {
}
.ruanjian01 .img img {
	width: 80%; display:block;
	margin:0 auto;
}
.ruanjian02 {
	background: #999;
	color: #FFF;
	padding: 20px 0 50px 0;
}
.ruanjian02 .svg {
	width: 100px;
	height: 100px;
	margin: 20px auto;
}
.ruanjian02 .svg svg {
	fill: #fff;
	width: 100%;
}
.ruanjian02 p {
	color:#fff;
	font-size:.8rem;;
	
}
.ruanjian02 p.title {
	font-weight: bold;
	font-size:1rem;
	text-align: center;
	margin: 0 0 20px;
}
.ruanjian03,.wulianwang{ padding-bottom:40px;}
.wulianwang .systemons .txt {
    height: 120px;
}
.systemons {
	padding:10px;margin: 30px 0 0 0;
	background: white;
}
.systemons .svg {
		width: 35%;
	margin:8px auto 0px auto;
	fill: #2776d5;
}
.systemons .svg svg {
	width: 100%;
}
.systemsbtn {
	border: 1px solid #2776d5;
	text-align: center;
	color: #2776d5;
	width:100%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	cursor: pointer;
	margin-top: 20px;
}
.systemsbtn:hover { color:#fff; background:#2776d5}
.systemons p {
	
	color: #888888;
}
.systemons .title {
	text-align: center;
	font-size: 1rem;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
	margin:10px 0;
}
.systemons .txt {
	
	height: 150px;
}


/*微信*/
.tab-content {
	background: #fff;
	min-height: 200px;
	margin-bottom: 50px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px 0 40px 0
}
.systemons01 {
	padding:10px;
	margin: 15px 0 0 0;
	background: white;
}
.systemons01 .svg {
	width: 35%;
	margin:8px auto 0px auto;
	fill: #2776d5;
}
.systemons .svg svg {
	width: 100%;
}
.systemons01 p {
	font-size:.8rem;
	color: #888888;
}
.systemons01 .title {
	text-align: center;
	font-size: 1rem;
	color: #333;
	line-height: 24px;
	overflow: hidden;
	height: 24px;
	margin:10px 0;
}

.systemons01 .txt {
	height:170px;
}
.wxgzh .systemons01 .txt{ height:190px;} 
.weixin01 .nav-tabs {
	display: flex;
}
.weixin01 .nav-tabs li {
	flex: 1;
	margin-right: 0;
}
.weixin01 .nav-tabs li.active:after {
	border-bottom: none
}
.weixin01 .nav-tabs > li > a {
	margin-right: 0;
	text-align: center;
	font-size: 20px;
	padding: 20px;
}
.weixin01 .nav-tabs .icon svg {
	width: 25px;
	position: relative;
	top: 5px;
	left: -10px
}
.weixin02 {
	background: url(../images/bg-service.jpg);
	background-size: cover;
	padding: 20px 0;
}
.weixin02-list{ padding:0 0 30px 0;}
.weixin02-list .icon-bo {
	text-align: center;
	width: 70%;
	margin: 20px auto 0px auto;
}
.weixin02-list .icon-bo svg {
	fill: #2776d5;
	display: block;
	width: 100%;
	padding: 24%;
}
.weixin02-list .name {
	text-align: center;
	padding: 0 0 10px 0;
	font-size:1rem;
	color:#000;
}
.weixin03 {
	position: relative;
}
.weixin03-list {
	padding:50px 0 10px 0px;
}
.weixin03-list .img {
	display: none;
	position: absolute;
	bottom: 10.5%;
	right:15px;
	text-align: center;
	margin:0 auto ;
	width: 60vw;
}
.weixin03-list .img img {
	    width: 85%;
		margin:0 auto;
}
.weixin03-list .img2{	position: absolute;
	bottom: 0;
	right:15px;
	text-align: center;
	margin:0 auto ;
	width: 60vw;}
.weixin03-list .img2 img {
	    width: 100%;
		
}
.weixin03-list li .title.hover {
	background: #2776d5;
	color: #FFF;
	border: 1px solid #2776d5;
}
.weixin03-list .title {
	margin:15px auto 0 auto;
	position: relative;
	z-index: 100;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 40px;
	width:100px;
	text-align: center;
}
.weixin03-list li {
    width: 33.3333%;
   
}

.weixin03-list li.hover .title {
	background: #2776d5;
	color: #FFF
}
/*APP*/
.zhineng-child p {
	color: #fff;
}
.zhineng-child p.title {
	font-size: 24px;
	text-align: center;
}
.app-02 {
	background-color: #999;
	min-height: 170px;
}
.web02 {
	background: #FFFFFF;
	padding: 60px 0
}
.web-text h2 {
	color: #000;
	font-size:1.5rem;
	padding-bottom: 30px;
}
.web-text p {
	padding-bottom: 30px;
}
.web-text dt {
	padding-bottom: 20px;
}
.web-text dd {
	padding-bottom: 10px;
}
.web03 {
	background: #F5F5F5;
	padding: 60px 0
}
.web04 {
	background: url(http://www.logicalthinksoft.com/img/site_bg_10.jpg) no-repeat center top;
	padding: 100px 0 400px 0;
}
.web05{ padding-top:30px; padding-bottom:30px;}
.web05 .svg{ float:left; width:24%; margin-left:8%;}
.web05 svg {
	fill: #2776d5
}
.web05 p.txt {
	height: 50px;
}
/*news-page*/
.news-article {
	background: #FFF;
	padding:15px;
	margin: 0 0 50px 0
}
.news-article .title_k {
	border-bottom: 1px solid #d1d1d1;
	text-align: center;
}
.news-article .title_k h3{ color:#000; padding-bottom:15px; font-size:1.3rem;}
.news-article .title_k p1 {
	margin: 0;
	padding: 15px 0;
}
.news-article .title_k span {
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}
.content {
	padding: 30px 0;
}
.news_list_recom {
	/* width: 100%; */
	padding: 0 15px 10px 15px;
	background: #fff;
}
.news_list_recom h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 500;
	padding: 20px 0;
	margin: 0;
}
.news_list_recom ul li {
	width: 100%;
	height: 56px;
	margin: 0 0 20px 0;
}
.list_recom_img {
	display: block;
	width: 35%;
	height: 56px;
	overflow: hidden;
	float: left;
}
.list_recom_img img {
	width: 100%;
	min-height: 100%;
}
.list_recom_title {
	float: left;
    width: 60%;
    height: 47px;
    line-height: 23px;
    color: #666;
    margin-left: 5%;
    overflow: hidden;
}
.news-article .return {
	display: block;
	width: 54px;
	margin: auto;
	text-align: center;
}
.container-fluid {
	color: #666;
	font-size: 16px;
	line-height: 40px;
}
.container-fluid h3 {
	padding: 40px 0 20px 0;
}
.crm-ys-list .xuhao {
	width: 98px;
	height: 98px;
	float: left;
	border: 3px #fff solid;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border-radius: 50%;
	color: #fff;
	line-height: 98px;
	text-align: center;
	font-size: 50px;
	background: #258dc8;
	background: -moz-linear-gradient(top, #258dc8 0%, #0073cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #258dc8), color-stop(100%, #0073cc));
	background: -webkit-linear-gradient(top, #258dc8 0%, #0073cc 100%);
	background: -o-linear-gradient(top, #258dc8 0%, #0073cc 100%);
	background: -ms-linear-gradient(top, #258dc8 0%, #0073cc 100%);
	background: linear-gradient(to bottom, #258dc8 0%, #0073cc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258dc8', endColorstr='#0073cc', GradientType=0);
}
.crm-ys-list .des {
	margin-left: 120px;
	text-align: left;
}
.crm-ys-list .des h3 {
	margin: 0;
	line-height: 1;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
}
.crm-ys-list .des p {
	padding: 20px 0 40px 0;
}

.from-people {
	position: relative;
	width: 100%;
	margin: 10vh auto 0px auto;
	padding: 0;
}
.from-people .in-title{ width:100%}
.from-people .h-title {
	width: 100%;
}
.from-people .pr-close {
	position: absolute;
	color: #999;
	cursor: pointer;
	top: 10px;
	right: 20px;
	font-size: 40px;
}
.from-people-02{background:#fff; margin:0 15px;    padding: 4px 0px 60px 0px; border-radius:10px;}
.h-about-list img{ padding-bottom:30px;}

@media (min-width: 600px) and (max-width: 768px) { 
.weixin03-list {
	padding:50px 0 10px 0px;
}
.weixin03-list .img {

	bottom: 10.5%;
	right:15%;
	width:35vw;
}
.weixin03-list .img img {
	    width: 85%;
		margin:0 auto;
}
.weixin03-list .img2{	position: absolute;
	bottom: 0;
	right:15%;
	width:35vw;}
.weixin03-list .img2 img {
	    width: 100%;
		
}
.weixin03-list .title {
	margin:15px auto 0 auto;
	position: relative;
	z-index: 100;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 40px;
	width:150px;
	text-align: center;
}
.weixin03-list li {
    width:50%;
   
}

.weixin03-list li.hover .title {
	background: #2776d5;
	color: #FFF
}
 }
/*ipad*/
@media (min-width: 768px) {
	.web05 .svg{ float: none; width:35%; margin-left: 20px auto 10px auto;}
	.weixin03-list .img {
	bottom: 12.5%;
	
}
.web-text h2 {
    padding-bottom: 30px;
}
.web05 {
    padding-top:60px;
}
.systemons .txt {
	height: 205px;
}
.wulianwang .systemons .txt{height:360px;}
.systemons01 {
	margin: 0px;
	background: white;
}
.systemons01 .svg {
	width: 35%;
	margin: 20px auto 10px auto;
	fill: #2776d5;
}
.systemons .svg svg {
	width: 100%;
}
.systemons01 p {
	font-size: 16px;
	color: #888888;
}
.systemons01 .title {
	font-size: 18px;
	height: 24px;
}
.systemons01 .txt,.wxgzh .systemons01 .txt {
	height: 265px;
}
.web05 p.txt {
	height: 70px;
}
.weixin02-list .name {
	font-size:18px;
}

.weixin03 {
	position: relative;
}
.weixin03-list li {
    width:100%;
    float: none;;
}

.weixin03-list {
	padding: 30px 0 30px 0;
	
}
.weixin03-list .img {
	width: 33%;
    right:13%;
}
.weixin03-list .img2 {
	width: 33%;
    right:13%;
}
.weixin03-list .img img {
	    width: 85%;
}
.weixin03-list .img.img2 img {
	    width: 100%;
}
.weixin03-list .title {
	width:200px; margin: 15px 0 0 13%;

}

   

.systemons {
	padding: 15px;
	margin:15px 0px;
}
.about-img img{ width:100%; padding:15px 0;}

.from-people {
	width: 700px;
	margin: 150px auto 0px auto;
	padding: 0 0 100px 0;
}
.from-people .h-title {
	width: 100%;
}
.from-people .pr-close {
	color: #999;
	top: 10px;
	right: 40px;
	font-size: 40px;
}
.from-people-02{margin:0 20px;    padding: 4px 50px 60px 50px;}

/*news-page*/
.news-article {
	padding: 20px 40px;
	margin: 0 0 50px 0
}

.news-article .title_k h3{ padding-top:10px;  padding-bottom:0px; font-size:20px;}
.news-article .title_k p {
	margin: 0;
	padding: 15px 0;
}
.news-article .title_k span {
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}
}
@media (min-width: 769px) and (max-width: 1199px) { 
.weixin03-list {
	padding:30px 0 30px 0px;
}
.weixin03-list .img {

	bottom: 10.5%;
	right:23%;
	width:25vw;
}
.weixin03-list .img img {
	    width: 85%;
		margin:0 auto;
}
.weixin03-list .img2{	position: absolute;
	bottom: 0;
	right:23%;
	width:25vw;}
.weixin03-list .img2 img {
	    width: 100%;
		
}
.weixin03-list .title {
	margin:15px auto 0 auto;
	position: relative;
	z-index: 100;
	border: 1px solid #999;
	border-radius: 3px;
	line-height: 40px;
	width:150px;
	text-align: center;
}
.weixin03-list li {
    width:50%;
   
}

.weixin03-list li.hover .title {
	background: #2776d5;
	color: #FFF
}
}
/*小屏幕*/
@media (min-width: 1200px) {
	.wulianwang .systemons .txt{height: 235px;}
.systemons01 {
	padding:20px;
    margin: 30px;

}
.wxgzh .systemons01 .txt {
    height: 200px;
}
.systemons {
    padding: 20px;
    margin: 30px;
}
.systemons .txt {
	
	height: 150px;
}
.ruanjian01 .text {
	margin: 40px 100px 0 0;
}
.ruanjian02 p {
    padding: 0 30px;
}
.about-img img{ width:100%; padding:40px;}

.weixin03-list {
	padding: 60px 0 80px 0;
	
}
.weixin03-list .img {
	width: 24%;
    right: 20%;
}
.weixin03-list .img2 {
	width: 24%;
    right:20%;
}
.weixin03-list .img img {
	    width: 85%;
}
.weixin03-list .img.img2 img {
	    width: 100%;
}
.weixin03-list .title {
	width:200px; margin: 15px 0 0 20%;

}
}


/*宽屏幕*/
@media (min-width: 1200px) {
}


#scrollUp {
    background-color: #777;
    color: #eee;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden; border-radius:50%;
    width: 46px;
    height: 46px;
    border: none;
    opacity: .7;
	
}
.angle-up svg{ width:60%;fill:#FFF; vertical-align:middle; text-align:center;}