@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo{
	width: 55%;
	height: 36px;
	margin: 7px 0 0 14px;
}
.header .searchBox {
	margin: 0 50px 0 0;
	padding: 0;
	background: none;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 101;
}
.header .searchBox .searchBar .inpu {
	width: 100%;
	height: 46px;
	padding-right: 50px;
}
.header .searchBox .searchBar .inpu input {
	height: 46px;
	line-height: 46px;
}
.header .searchBox .searchBar .btn {
	width: 50px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 28px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.header .nav {
	width: 200px;
	float: right;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
}
.header .nav .phone{
	text-align: center;
	font-size: 18px;
	color: #f11d1d;
	display: block;
	margin-top: 30px;
}
.header .nav .phone a{
	font-size: 18px;
	color: #f11d1d;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #f11d1d;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.header .nav > ul > li span {
	height: 60px;
	line-height: 60px;
	margin-top: 0;
}
.header .nav:hover > ul > li.on > a span:first-child,
.header .nav:hover > ul > li > a:hover span:first-child,
.header .nav > ul > li.on > a span:first-child,
.header .nav > ul > li:hover > a span:first-child {
	margin-top: 0px;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #f11d1d;
	color: #f11d1d;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after,
.header .nav:hover > ul > li > a:hover::after,
.header .nav:hover > ul > li.on > a::after {
	width: 0;
}
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	padding: 0;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header .nav .sub li a:hover {
	background: #f11d1d;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -200px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menuBtn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menuBtn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.fixedSidebar{
	display: none;
}
.footer {
	padding-top: 0;
}
.footer .linkBox {
	width: 100%;
	float: none;
}
.footer .linkBox .list {
	width: 100%;
	float: none;
	text-align: center;
}
.footer .linkBox .tit {
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #333;
	font-size: 16px;
	display: block;
}
.footer .linkBox ul {
	margin-top: 0px;
	border-bottom: solid 1px #333;
	padding: 5px 0;
	display: none;
}
.footer .linkBox ul li {
	line-height: auto;
}
.footer .linkBox ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 14px;
}
.footer .linkBox ul li a:hover {
	color: #999999;
}
.footer .contact {
	width: 300px;
	float: none;
	margin: 16px auto;
}
.footer .contact .txt {
	margin-bottom: 12px;
}
.footer .contact .p1 {
	width: 86px;
	font-size: 14px;
}
.footer .contact .p2 {
	line-height: 22px;
	font-size: 16px;
	padding-left: 90px;
}
.footer .contact .p2 a {
	font-size: 20px;
}
.footer .share {
	width: 300px;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.footer .share .bdsharebuttonbox{
	display: inline-block;
}
.footer .share a {
	/*width: 40px;
	height: 40px;*/
	width: 130px;
  	height: 130px;
	margin: 0 8px;
}
.footer .copyright {
	margin-top: 0px;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 14px;
	box-sizing: border-box;
	text-align: center;
}
.footer .copyright .r,
.footer .copyright .l{
	float: none;
}
.footer .copyright a:hover {
	font-size: 12px;
	color: #666666;
}
.main .banner .pic1{
	display: none;
}
.main .banner .pic2{
	display: block;
}
.main .banner .swiper-slide .wrap {
	padding: 0 14px;
	box-sizing: border-box;
}
.main .banner .swiper-slide .p1 {
	font-size: 22px;
}
.main .banner .swiper-slide .line {
	width: 30px;
	height: 2px;
	margin: 8px 0 10px 0;
}
.main .banner .swiper-slide .p2 {
	font-size: 14px;
}
.main .banner .swiper-slide .p3 {
	padding-left: 30px;
	font-size: 14px;
	margin-top: 14px;
	background-size: 22px auto;
}
.main .banner .swiper-slide .p3 span {
	line-height: 22px;
}
.main .banner .swiper-pagination {
	padding: 0 14px;
	box-sizing: border-box;
	bottom: 10px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin-right: 18px;
}
.main .publicTitle .tit {
	font-size: 22px;
}
.main .publicTitle .more {
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-indent: 10px;
	font-size: 14px;
	margin-top: 0px;
	background: url(../images/arrow1.png) no-repeat right 10px center;
}
.main .publicTitle .more:hover {
	text-indent: 10px;
	background: url(../images/arrow1.png) no-repeat right 10px center;
}
@keyframes rotating1{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(360deg);
		-webkit-transform: translate(-50%,0%) rotate(360deg);
		-moz-transform: translate(-50%,0%) rotate(360deg);
		-ms-transform: translate(-50%,0%) rotate(360deg);
		-o-transform: translate(-50%,0%) rotate(360deg);
	}
}
@-moz-keyframes rotating1{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(360deg);
		-webkit-transform: translate(-50%,0%) rotate(360deg);
		-moz-transform: translate(-50%,0%) rotate(360deg);
		-ms-transform: translate(-50%,0%) rotate(360deg);
		-o-transform: translate(-50%,0%) rotate(360deg);
	}
}
@-webkit-keyframes rotating1{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(360deg);
		-webkit-transform: translate(-50%,0%) rotate(360deg);
		-moz-transform: translate(-50%,0%) rotate(360deg);
		-ms-transform: translate(-50%,0%) rotate(360deg);
		-o-transform: translate(-50%,0%) rotate(360deg);
	}
}
@-o-keyframes rotating1{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(360deg);
		-webkit-transform: translate(-50%,0%) rotate(360deg);
		-moz-transform: translate(-50%,0%) rotate(360deg);
		-ms-transform: translate(-50%,0%) rotate(360deg);
		-o-transform: translate(-50%,0%) rotate(360deg);
	}
}
@keyframes rotating2{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(-360deg);
		-webkit-transform: translate(-50%,0%) rotate(-360deg);
		-moz-transform: translate(-50%,0%) rotate(-360deg);
		-ms-transform: translate(-50%,0%) rotate(-360deg);
		-o-transform: translate(-50%,0%) rotate(-360deg);
	}
}
@-moz-keyframes rotating2{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(-360deg);
		-webkit-transform: translate(-50%,0%) rotate(-360deg);
		-moz-transform: translate(-50%,0%) rotate(-360deg);
		-ms-transform: translate(-50%,0%) rotate(-360deg);
		-o-transform: translate(-50%,0%) rotate(-360deg);
	}
}
@-webkit-keyframes rotating2{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(-360deg);
		-webkit-transform: translate(-50%,0%) rotate(-360deg);
		-moz-transform: translate(-50%,0%) rotate(-360deg);
		-ms-transform: translate(-50%,0%) rotate(-360deg);
		-o-transform: translate(-50%,0%) rotate(-360deg);
	}
}
@-o-keyframes rotating2{
	0%{
		transform: translate(-50%,0%) rotate(0deg);
		-webkit-transform: translate(-50%,0%) rotate(0deg);
		-moz-transform: translate(-50%,0%) rotate(0deg);
		-ms-transform: translate(-50%,0%) rotate(0deg);
		-o-transform: translate(-50%,0%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,0%) rotate(-360deg);
		-webkit-transform: translate(-50%,0%) rotate(-360deg);
		-moz-transform: translate(-50%,0%) rotate(-360deg);
		-ms-transform: translate(-50%,0%) rotate(-360deg);
		-o-transform: translate(-50%,0%) rotate(-360deg);
	}
}



@keyframes rotating3{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		-moz-transform: translate(-50%,-50%) rotate(0deg);
		-ms-transform: translate(-50%,-50%) rotate(0deg);
		-o-transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-moz-transform: translate(-50%,-50%) rotate(360deg);
		-ms-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
	}
}
@-moz-keyframes rotating3{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		-moz-transform: translate(-50%,-50%) rotate(0deg);
		-ms-transform: translate(-50%,-50%) rotate(0deg);
		-o-transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-moz-transform: translate(-50%,-50%) rotate(360deg);
		-ms-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
	}
}
@-webkit-keyframes rotating3{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		-moz-transform: translate(-50%,-50%) rotate(0deg);
		-ms-transform: translate(-50%,-50%) rotate(0deg);
		-o-transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-moz-transform: translate(-50%,-50%) rotate(360deg);
		-ms-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
	}
}
@-o-keyframes rotating3{
	0%{
		transform: translate(-50%,-50%) rotate(0deg);
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		-moz-transform: translate(-50%,-50%) rotate(0deg);
		-ms-transform: translate(-50%,-50%) rotate(0deg);
		-o-transform: translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		-moz-transform: translate(-50%,-50%) rotate(360deg);
		-ms-transform: translate(-50%,-50%) rotate(360deg);
		-o-transform: translate(-50%,-50%) rotate(360deg);
	}
}
.main .platform {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .platform .content {
	margin-top: 20px;
	height: auto;
	background-image: url(../images/platform2.jpg);
	padding-top: 300px;
	text-align: center;
}
.main .platform .content .circle {
	width: 30%;
	height: auto;
}
.main .platform .content .circle {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}
.main .platform .content .center {
	width: 160px;
	height: 160px;
	line-height: 160px;
	left: 50%;
	top: 70px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	font-size: 30px;
}
.main .platform .content .center span {
	width: 160px;
	height: 160px;
	line-height: 160px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	animation: rotating3 5s infinite;
	-moz-animation: rotating3 5s infinite;
	-webkit-animation: rotating3 5s infinite;
	-o-animation: rotating3 5s infinite;
	animation-timing-function: linear;
}
.main .platform .content ul{
	display: inline-block;
}
.main .platform .content ul li {
	position: relative;
	left: 0%;
	top: 0%;
	margin: 0 auto 20px auto;
}
.main .platform .content ul li a:hover .icon {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .platform .content ul li .icon {
	width: 50px;
	height: 50px;
}
.main .platform .content ul li .txt {
	line-height: 50px;
	font-size: 20px;
	margin-left: 20px;
}
.main .platform .content ul li:nth-child(6),
.main .platform .content ul li:nth-child(5),
.main .platform .content ul li:nth-child(4),
.main .platform .content ul li:nth-child(3),
.main .platform .content ul li:nth-child(2),
.main .platform .content ul li:nth-child(1) {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
}
.main .platform .content ul li:nth-child(4),
.main .platform .content ul li:nth-child(5),
.main .platform .content ul li:nth-child(6) {
	right: 0%;
}
.main .platform .content ul li:nth-child(4) .icon,
.main .platform .content ul li:nth-child(5) .icon,
.main .platform .content ul li:nth-child(6) .icon {
	float: left;
}
.main .platform .content ul li:nth-child(4) .txt,
.main .platform .content ul li:nth-child(5) .txt,
.main .platform .content ul li:nth-child(6) .txt {
	float: left;
	margin-right: 0px;
	margin-left: 20px;
}















.main .solution {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .solutionList {
	margin-top: 20px;
}
.solutionList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.solutionList li:nth-child(even) {
	padding: 0 0 0 5px;
}
.solutionList li a:hover .text {
	background: none;
}
.solutionList li .text .p1 {
	font-size: 14px;
}
.solutionList li .text .p2 {
	font-size: 16px;
	height: auto;
	margin-top: 10px;
}
.solutionList li .text .icon {
	height: 22px;
	margin-top: 14px;
	background-size: auto 100%;
}
.main .case {
	padding: 30px 14px;
	box-sizing: border-box;
	background-size: auto 30px;
}
.main .case .content {
	margin-top: 20px;
}
.main .case .box {
	max-width: 710px;
	width: 100%;
	float: none;
	margin: 0 auto 14px auto;
}
.main .case .box:first-child {
	margin-left: auto;
}
.main .case .box a:hover .text {
	background: url(../images/casefilter.png);
}
.main .case .box a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .case .box .text {
	font-size: 14px;
}
.main .case .box .text span {
	height: 50px;
	line-height: 50px;
	background: url(../images/solutionlist_icon.png) no-repeat right 10px center;
	background-size: 30px auto;
	padding: 0 50px 0 10px;
}
.main .news {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .news .tab {
	max-width: 600px;
	width: 100%;
	float: none;
	border: solid 1px #e4e4e4;
	margin: 20px auto 0 auto;
	border-bottom: none;
}
.main .news .tab li a {
	display: block;
	border-bottom: solid 1px #e4e4e4;
	padding: 14px;
}
.main .news .tab li .tit {
	height: 40px;
	line-height: 20px;
	font-size: 16px;
}
.main .news .tab li .date {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
	background-size: auto 100%;
}
.main .news .tabBox {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	float: none;
}
.main .news .tabBox .pic {
	width: 100%;
}
.main .news .tabBox .pic a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .news .one {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 20px auto 0 auto;
}
.main .news .one a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .news .one a:hover .text .tit {
	color: #000;
}
.main .news .one a:hover .text .date {
	background-image: url(../images/arrow3.png);
}
.main .news .one .text {
	padding: 14px;
}
.main .news .one .text .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.main .news .one .text .txt {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.main .news .one .text .date {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
	background-size: auto 100%;
}
.container .banner .pic1 {
	display: none;
}
.container .banner .pic2{
	display: block;
}
.container .menu {
	padding: 0 4px;
	box-sizing: border-box;
	position: relative;
}
.container .menu .tit{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #f11d1d;
	float: left;
	display: block;
}
.container .menu ul{
	
	left: 0;
	top: 50px;
	z-index: 5;
	background: #fff;

	
}
.container .menu li {
	margin-right: 0px;
	width: 30%;
	text-align: center; padding-left: 3%;
}
.container .menu li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: solid 1px #ddd;
	display: block;
}
.container .menu li a:hover {
	color: #666666;
}
.container .menu li.on a {
	border-bottom: solid 1px #f11d1d;
}
.container .paging1 ul li {
	margin: 0 2px;
}
.container .paging1 ul li.on a {
	background: #f11d1d;
	color: #fff;
}
.container .paging1 ul li a:hover{
	color: #333333;
	background: #fff;
}
.container .paging1 ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.container .paging1 .next,
.container .paging1 .prev {
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-size: 14px;
}
.container .paging1 .next:hover,
.container .paging1 .prev:hover {
	background: #fff;
	color: #333333;
}
.platformPage .publicTitle {
	font-size: 22px;
}
.platformPage .wisdom {
	padding: 30px 14px;
	box-sizing: border-box;
}
.platformPage .wisdom .content {
	margin-top: 20px;
}
.platformPage .wisdom .pic {
	float: none;
	margin: 0 auto;
	text-align: center;
}
.platformPage .wisdom .text {
	max-width: 720px;
	float: none;
	margin: 20px auto 0 auto;
}
.platformPage .wisdom .text .tit {
	line-height: 30px;
	font-size: 20px;
}
.platformPage .wisdom .text .line {
	margin: 14px 0;
}
.platformPage .wisdom .text .txt {
	line-height: 32px;
	font-size: 16px;
}
.platformPage .frameBox {
	padding: 30px 14px;
	box-sizing: border-box;
}
.platformPage .frameBox .content {
	margin-top: 20px;
}
.platformPage .platform {
	padding: 30px 14px;
	box-sizing: border-box;
}
.platformPage .municipal {
	padding: 60px 14px;
	box-sizing: border-box;
}
.platformPage .municipal .slogan {
	line-height: 28px;
	font-size: 16px;
	margin: 20px auto 0 auto;
}
.platformPage .municipal .tit {
	font-size: 22px;
}
.platformPage .municipal .article {
	margin-top: 20px;
}
.solutionPage .solutionList {
	padding: 30px 14px;
	box-sizing: border-box;
}
.solutionPage .introduction {
	padding: 30px 14px;
	box-sizing: border-box;
}
.solutionPage .introduction .pic {
	float: none;
	margin: 0 auto;
}
.solutionPage .introduction .text {
	line-height: 28px;
	font-size: 16px;
	float: none;
	margin: 20px auto 0 auto;
}
.solutionPage .advantage {
	background-size: 220px auto;
	padding: 22px 0 0 0;
	box-sizing: border-box;
}
.solutionPage .advantage .title {
	font-size: 24px;
	padding: 0;
	margin-bottom: 50px;
}
.solutionPage .advantage .row {
	padding: 20px 14px;
	box-sizing: border-box;
}
.solutionPage .advantage .row:nth-child(odd) .text,
.solutionPage .advantage .row:nth-child(odd) .pic {
	float: none;
}
.solutionPage .advantage .pic {
	float: none;
	margin: 0 auto;
}
.solutionPage .advantage .text {
	max-width: 620px;
	float: none;
	margin: 10px auto 0 auto;
}
.solutionPage .advantage .text .tit {
	line-height: 30px;
	font-size: 20px;
}
.solutionPage .advantage .text .line {
	height: 2px;
	margin: 10px 0;
}
.solutionPage .advantage .text .txt {
	line-height: 26px;
	font-size: 16px;
}
.solutionPage .concept {
	padding: 30px 14px;
	box-sizing: border-box;
}
.solutionPage .concept .title .tit {
	line-height: 30px;
	font-size: 22px;
}
.solutionPage .concept .title .txt {
	line-height: 24px;
	font-size: 16px;
	margin-top: 4px;
}
.solutionPage .concept .article {
	margin-top: 20px;
}
.newsPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.newsPage .newsList {
	max-width: 800px;
	margin: 0 auto 20px auto;
}
.newsPage .newsList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.newsPage .newsList li:nth-child(even) {
	padding: 0 0 0 5px;
}
.newsPage .newsList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.newsPage .newsList li a:hover .text {
	border: solid 1px #e4e4e4;
	padding: 14px;
}
.newsPage .newsList li a:hover .text .tit {
	color: #000000;
}
.newsPage .newsList li a:hover .text .date {
	background-image: url(../images/arrow3.png);
}
.newsPage .newsList li .pic {
	height: auto;
}
.newsPage .newsList li .text {
	padding: 14px;
}
.newsPage .newsList li .text .tit {
	font-size: 16px;
}
.newsPage .newsList li .text .txt {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
}
.newsPage .newsList li .text .date {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 16px;
	background-size: auto 100%;
}
.newsPage .details .title {
	padding-bottom: 16px;
}
.newsPage .details .title .tit {
	line-height: 30px;
	font-size: 20px;
}
.newsPage .details .title .date {
	font-size: 14px;
	margin-top: 10px;
}
.newsPage .details .title .share {
	margin-top: 10px;
}
.newsPage .details .title .share .bdsharebuttonbox {
	margin-left: 5px;
}
.newsPage .details .article {
	padding: 20px 0;
}
.newsPage .paging2 {
	padding-top: 20px;
}
.newsPage .paging2 .next,
.newsPage .paging2 .prev {
	width: 82px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: url(../images/arrow5.png) no-repeat 10px center #ffffff;
	text-indent: 30px;
	background-size: 14px auto;
}
.newsPage .paging2 .next {
	background: url(../images/arrow6.png) no-repeat right 10px center #ffffff;
	background-size: 14px auto;
	text-indent: 10px;
	margin-left: 10px;
}
.newsPage .paging2 .prev:hover {
	background: url(../images/arrow5.png) no-repeat 12px center #ffffff;
	text-indent: 40px;
	color: #333333;
}
.newsPage .paging2 .next:hover {
	background: url(../images/arrow6.png) no-repeat right 12px center #ffffff;
	text-indent: 12px;
	margin-left: 10px;
	color: #333333;
}
.newsPage .paging2 .return {
	width: 98px;
	height: 40px;
	line-height: 40px;
	background: url(../images/arrow9.png) no-repeat 10px center;
	background-size: 12px auto;
	text-indent: 30px;
	font-size: 14px;
}
.newsPage .paging2 .return:hover {
	background: url(../images/arrow9.png) no-repeat 10px center;
	background-size: 12px auto;
	color: #f11d1d;
}
.casePage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.casePage .caseList {
	margin-bottom: 20px;
}
.casePage .caseList li {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
.casePage .caseList li:nth-child(odd) {
	padding: 0 5px 0 0;
}
.casePage .caseList li a:hover .text {
	background: url(../images/casefilter.png);
}
.casePage .caseList li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.casePage .caseList li .text {
	font-size: 14px;
}
.casePage .caseList li .text span {
	background-position: right 10px center;
	height: 50px;
	line-height: 50px;
	background-size: 30px auto;
	padding: 0 50px 0 10px;
}
@media only screen and (max-width: 600px){
	.casePage .caseList li:nth-child(odd),
	.casePage .caseList li{
		padding: 0;
		width: 100%;
	}
}
.aboutPage .introduction {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .history {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .history .title {
	font-size: 22px;
}
.aboutPage .history .content {
	margin-top: 28px;
	padding: 40px 0;
}
.aboutPage .history .content .line {
	left: 20px;
	top: 0;
}
.aboutPage .history .content .line::before {
	content: " ";
	width: 19px;
	height: 19px;
	position: absolute;
	left: -9px;
	top: 0;
	z-index: 5;
	background: url(../images/history_line1.gif) no-repeat;
}
.aboutPage .history .content .line::after {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.aboutPage .history .content li {
	width: 100%;
	margin-bottom: 20px;
}
.aboutPage .history .content li:nth-child(even) .icon {
	float: left;
	background: url(../images/history_icon1.png) no-repeat;
}
.aboutPage .history .content li:nth-child(even) .text {
	float: none;
	text-align: left;
}
.aboutPage .history .content li .icon {
	width: 40px;
	margin: 10px 0 0 15px;
}
.aboutPage .history .content li .text {
	width: 100%;
	float: none;
	padding-left: 60px;
	box-sizing: border-box;
}
.aboutPage .history .content li .text .p1 {
	font-size: 24px;
}
.aboutPage .history .content li .text .p2 {
	line-height: 22px;
	font-size: 14px;
	margin-top: 0px;
}
.aboutPage .publicTitle {
	font-size: 24px;
}
.aboutPage .honor {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .honor .swiper-container {
	margin-top: 26px;
}
.aboutPage .honor .swiper-container .swiper-slide {
	padding: 10px;
}
.aboutPage .honor .swiper-container .swiper-slide .text {
	font-size: 14px;
	margin-top: 10px;
}
.aboutPage .honor .next,
.aboutPage .honor .prev {
	margin: 18px 10px 0 10px;
}
.aboutPage .honor .next:hover,
.aboutPage .honor .prev:hover {
	background-color: #f11d1d;
}
.aboutPage .recruitment {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .recruitment .list {
	margin: 20px 0 30px 0;
}
.aboutPage .recruitment .list li {
	margin-bottom: 20px;
}
.aboutPage .recruitment .list li .top {
	background-position: right 10px center;
	font-size: 14px;
	padding: 5px 10px;
}
.aboutPage .recruitment .list li .top .txt:first-child,
.aboutPage .recruitment .list li .top .txt {
	width: 50%;
	height: 30px;
	line-height: 30px;
}
.aboutPage .recruitment .list li .cont {
	padding: 14px 10px;
}
.aboutPage .recruitment .view {
	background-attachment: scroll;
	padding: 30px 0;
	margin-top: 40px;
}
.aboutPage .recruitment .view .p1 {
	line-height: 30px;
	font-size: 24px;
}
.aboutPage .recruitment .view .p2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.aboutPage .cooperation {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .cooperation .list {
	margin-top: 28px;
}
.aboutPage .cooperation .list li {
	width: 20%;
}
.aboutPage .cooperation .list li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
@media only screen and (max-width: 800px){
	.aboutPage .cooperation .list li{
		width: 25%;
	}
}
@media only screen and (max-width: 600px){
	.aboutPage .cooperation .list li{
		width: 33.33%;
	}
}
@media only screen and (max-width: 400px){
	.aboutPage .cooperation .list li{
		width: 50%;
	}
}
.aboutPage .contact {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .contact #allmap {
	height: 260px;
	margin-top: 26px;
}
.aboutPage .contact .address .box {
	width: 100%;
	padding: 20px 14px;
	background: none;
}
.aboutPage .contact .address .box .icon {
	width: 80px;
	height: 80px;
}
.aboutPage .contact .address .box .tit {
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.aboutPage .contact .address .box .txt {
	line-height: 24px;
	font-size: 14px;
}
.aboutPage .contact .address .box .txt a {
	font-size: 18px;
	color: #000000;
}
.aboutPage .message {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .message .title {
	font-size: 18px;
}
.aboutPage .message .content {
	margin-top: 26px;
}
.aboutPage .message .content .r,
.aboutPage .message .content .l {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.aboutPage .message .content textarea,
.aboutPage .message .content input[type='text'] {
	height: 46px;
	line-height: 44px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
}
.aboutPage .message .content textarea {
	height: 150px;
	line-height: 20px;
	padding: 10px 10px;
}
.aboutPage .message .content .btn {
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}
.aboutPage .message .content .btn:hover {
	background: #f11d1d;
}









}
/*手机版css*/
@media only screen and (max-width: 1200px){
	.main .banner{  padding-top: 50px; }
	.main .banner img{
		   
		/*width:150%;*/ width:100%;
	}
	.container .banner img{
		width:150%;margin-left: -25%;
    padding-top: 20px;
	}
	.newsPage .newsList{
		width:100%;
	}
	.newsPage .newsList li{
		width:100%;
	}
	.newsPage .newsList li .pic{
		width:100%;
	}
	.newsPage .newsList li .text{width:100%;}
}
