.wflc {
	padding: 5rem 2rem;
}

.wflc p {
	text-align: center;
	margin-top: 1rem;
	font-size: 2rem;
	color: #0d469d;
}

.wflc img {
	margin: 0 auto;
	width: 60%;
	transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}

.wflc>div img:hover {
	transform: rotate(360deg);
}

.col {
	background: #f7f7f7;
	text-align: center;
	padding: 1rem 0rem;
	margin-bottom: 10px;
}

.div3 {
	margin-top: 2rem;
}

.p1111 {
	margin-left: 1rem;
	display: inline-block;
	color: #999;
}

.cpjs-head {
	margin-bottom: 10px;
}

.cpjs-head .more a{
	float: right;
	right: 10px;
	color: #09439b;
	line-height: 40px;
    font-size: 16px;
}

.scheme_tetle {
	padding-left: 0px;
	padding-right: 0px;
}

.cpjs-head::after,
.scheme_tetle::after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.cpjs-head .cpjs-img,
.scheme_tetle .scheme-img {
	height: 40px;
	width: 40px;
	float: left;
}

.cpjs-img img,
.scheme-img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.cpjs-text,
.scheme-text {
	float: left;
	margin-left: 20px;
}

.cpjs-text div:first-child,
.scheme-text div:first-child {
	font-size: 17px;
	color: #09439b;
	font-weight: 600;
}

.cpjs-text div:last-child,
.scheme-text div:last-child {
	font-size: 12px;
	color: #555555;
}

.swiper-slide .slide {
	padding: 9% 0;
	border: 2px solid #64a0fd;
	transition: all 1.2s;
	cursor:pointer;
	border-radius:10px ;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.padding-right {
	padding-right: 10px;
}

.bg {
	padding: 2.5rem 0rem;
}

.swiper-container {
	width: 100%;
	height: 50%;
	z-index: 1;
}

.swiper-slide img {
	width: 100%;
	border-radius: 50%;
}

.swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px;
}

.slide-img {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	line-height: 210px;
}

.swiper-div {
	text-align: center;
	width: 220px;
	height: 185px;
	margin: 0 auto;
}

.swiper-div h2 {
	color: #2a5ca8;
}

.swiper-div p {
	font-size: 15px;
}

.swiper-div a {
	color: #2a5ca8;
	border: 2px solid #0d469d;
	border-radius: 3px;
	font-size: 1.5rem;
	padding: 5px 10px;
	display: block;
	width: 60%;
	margin: 0 auto;
	transition: all .8s;
	border-radius:10px ;
}

.swiper-div a:hover{
	color: white;
	background: #0d469d;
	/*transform: scale(0.5);*/
}

.bottom1 a{
	position: relative;
	bottom: -32px;
}

.bottom2 a{
	position: relative;
	bottom: -1px;
}

.service_flow {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.service_span {
	width: calc(50% - 60px);
}

.service_span hr {
	display: inline-block;
	margin: 0;
	margin-bottom: 9px;
	border: 1px solid #cee1ff;
	width: calc(50% - 86px);
}

.service_flow h2 {
	display: inline-block;
}

.service_span hr:first-child {
	margin-right: 10px;
}

.service_span hr:last-child {
	margin-left: 10px;
}

#news_information {
	width: 100%;
	margin: 0 auto;
}

.news_title::after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
}

.news_img {
	height: 40px;
	width: 45px;
	float: left;
}

.news_img img {
	width: 100%;
	height: 100%;
}

.news_title h2 {
	float: left;
	margin: 0;
	margin-left: 20px;
	color: #09439b;
	line-height: 40px;
	cursor: pointer;
}

.news_title .more {
	float: right;
	cursor: pointer;
}

.news_title .more a {
	color: #09439b;
	line-height: 40px;
	font-size: 16px;
}

.news_title .more img{
	height: 15px;
	width: 15px;
	margin-top: -2px;
}

.news_contents {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1rem;
}

.contents>div {
	margin-bottom: 15px;
}

.contents>div img{
	transition: all .5s;
}

.contents {
	border: 1px solid #64a0fd;
	padding: 20px 20px 0px 20px;
	text-align: center;
	margin-bottom: 10px;
	cursor:pointer;
}

.contents a {
	font-size: 1.5rem;
	color: #09439b;
}

.contents a:hover{
	color: #09439b;
}

.contents p {
	margin-top: 5px;
}


#scheme {
	padding: 50px 0;
	/*background: #f8fbff;*/
	margin-bottom: 30px;
}

/*#scheme .container {
	padding-left: 0;
	padding-right: 0;
}*/

#scheme a {
	color: #09439b;
}

.schemes {
	margin-top: 20px;
}

.schemes .navbar-collapse {
	padding: 0;
}

.schemes_ul li a {
	padding: 15px;
	border-bottom: 1px solid #0d469d;
}

.schemes_ul li:first-child a {
	border-top: 1px solid #0d469d;
}

.schemes_ul li a:hover {
	background: #cce3ff;
}

.schemes_ul .active>a:focus {
	background: #cce3ff;
}

.schemes_ul .active {
	background: #cce3ff;
}

.schemes li {
	list-style: none;
}

.schemes_content h2,
.solution h3 {
	color: #09439b;
	
}

.schemes_content {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4efff;
}

.schemes_content h2 {
	font-size: 24px;
	margin-top: 0;
}

.schemes_content a {
	border: 1px solid #0d469d;
	border-radius: 5px;
	color: #2a5ca8;
	padding: 4px 10px;
	text-align: center;
	font-size: 15px;
}

.schemes_img {
	margin-top: 20px;
}

/*.solution {
	margin-top: 47px;
}*/

.solution li {
	display: inline-block;
}

.solution li:nth-child(2) {
	margin-right: 23px;
}

.solution span {
	line-height: 30px;
}

.bg_phone {
	position: absolute;
	right: 1%;
	bottom: 2%;
	z-index: 25;
}

.bg_phone img {
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.bg_phone table {
	position: absolute;
	color: #FFFFFF;
	bottom: 0;
	right: 58px;
	background: #0e74ff;
	font-size: 1.5rem;
	width: 240px;
	border: 1px solid #0e74ff;
	display: none;
	z-index: 25;
}

.bg_phone img:hover+.bg_table {
	display: block;
}

#zxgg li {
	float: left;
	margin-left: 20px;
}

.cgal {
	margin-bottom: 10px;
	
}

.cgal>div{
	background: #eaeaea;
	padding: 10px;
	height: 80px;
	display:flex;
}

.cgal>div:after{
	content: "";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}

.cgal div span{
	font-size: 15px;
	align-self:center;
	margin-left: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cgal div img{
	float: left;
	height: 50px;
	width: 50px;
	margin-top:5px;
}

#cooperation {
	background: #f7f7f7;
	padding: 20px 0;
}

#cooperation .container {
	margin-top: 10px;
}

.cgals {
	text-align: center;
	margin-top: 5px;
}

.cgals a {
	color: #333;
}

.panel-group{
	margin-top: 15px;
	margin-bottom: 0;
}

.scheme-imgs-one{
	width: 100%;
	/*width: auto;
	height: 347px;*/
	display: none;
}

#guowan{
	margin-top: 20px;
}

.guowan_title a{
	text-align: center;
	color: #09439b;
}

.guowan_title a:hover{
	color: #09439b;
}

.guowan_img{
	margin-top: 10px;
}

.guowan_img div{
	margin-bottom: 10px;
	overflow: hidden;
}

.guowan_img div img{
	width: 100%;
	
}

#s_object{
	margin-bottom: 30px;
}

#s_object h2,#s_object p{
	text-align: center;
}

#s_object .container>h2{
	margin-top: 0;	
}

.cgal:hover{
	transition: all 2s;
	transform:rotateX(360deg);
    -webkit-transform:rotateX(360deg); 
    -moz-transform:rotateX(360deg); 
}

.guowan_img img:hover{
	transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg); 
	-moz-transform:rotateY(360deg); 
	transition: all 1.5s;
}

.carets{
	display: inline-block;
    width: 10px;
    height: 6px;
    background: url(/imagess/caret.png);
    position: relative;
    top: -22px;
    right: 9px;
    float: right;
    transform: rotate(-90deg);
    transition: transform .8s ease-out;
}

 .img_carets{
	transform: rotate(-90deg);
}

 .img_rcarets{
	transform: rotate(360deg);
}

.panel-heading{
	padding: 0;
}

.panel-title{
	padding: 10px 15px;
}

.cooperations,.s_objects{
	margin-top: 20px;
}



@media (min-width:768px) {
	
	.wflc img {
		margin: 0 auto;
		width: 65%;
	}
	
	.item .find_img {
		position: absolute;
		color: #FFFFFF;
		bottom: 16%;
		left: 20%;
		background: #0e74ff;
		padding: 5px 10px;
		font-size: 1rem;
	}

	.vertical-tab-content {
		margin-left: 15px;
	}
	
	#scheme .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contents>div img:hover {
		transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		/* IE 9 */
		-moz-transform: scale(1.1, 1.1);
		/* Firefox */
		-webkit-transform: scale(1.1, 1.1);
	}
	
	.swiper-slide .slide:hover {
		/*cursor: pointer;*/
		background: #e6f1fe;
		transform: scale(1.2, 1.1);
		-ms-transform: scale(1.2, 1.1);
		/* IE 9 */
		-moz-transform: scale(1.2, 1.1);
		/* Firefox */
		-webkit-transform: scale(1.2, 1.1);
		/* Safari 和 Chrome */
	}
	
	.slide:hover .swiper-div a{
		display: block;
		width: 100%;
	}
	
	.col:hover {
		background: #c0c0c0;
	}
	
	.scheme-imgs{
		margin-top:15px;
		text-align: center;
		padding-right: 0;
	}
	
	.scheme-imgs-one{
		display: block;
		height: 345px;
	}
	
	.cgal div span{
		font-size: 18px;
	}
}

@media (min-width:998px) {
	.item .find_img {
		font-size: 2rem;
	}
}

@media (min-width:1200px) {
	.scheme-imgs-one{
		height: 346px;
		width: auto;
		margin: 0 auto;
	}
}