@charset "utf-8";
/* CSS Document */
body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #fff;
	color: #666;
	font-family: "微软雅黑";
}
a, img {
	border: none;
}
a {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both
}
ul, ol, li {
	list-style: none;
	padding-left: 0;
}
img {
	border: none;
	width: 100%;
	vertical-align: middle;
}
.top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin: 1rem auto;
	overflow: hidden;
}
.top .logo {
	float: left;
}
.top .tel {
	float: right;
}
@media screen and (max-device-width:320px) {
.top .logo {
	float: left;
	width: 50%
}
.top .tel {
	float: right;
	width: 50%;
}
}
/*banner*/
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: relative;
	bottom: 2.5rem;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
}
.site-banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.site-banner .banner-image-wrap {
	width: 100%;
}
.site-banner .banner-image-wrap ol {
	height: 10px
}
.site-banner .banner-image-wrap ol li {
	position: static!important;
	width: 8px;
	height: 8px;
	margin: 0;
	background: #fff;
	border: 0
}
.site-banner .banner-image-wrap ol li.active {
	width: 16px;
	background: #fe002f
}
.site-banner .banner-image-wrap img {
	width: 100%;
}
.site-banner .banner-wrap {
	position: relative
}
.site-banner .banner-wrap .abroad {
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 7;
	width: 290px;
	height: 380px;
	background: #fff;
	border-radius: 6px
}
.site-banner .banner-wrap .abroad .nav {
	padding: 15px 15px 0;
	border: 0
}
.site-banner .banner-wrap .abroad .nav li {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #990000;
	text-align: center;
	background: 0 0;
	border: 0
}
.site-banner .banner-wrap .abroad .tip {
	font-size: 12px;
	color: #fe002f;
	text-align: center
}
.site-banner .banner-wrap .abroad .tab-content .nickname {
	padding: 0 15px 15px
}
.site-banner .banner-wrap .abroad .tab-content .nickname input {
	width: 100%;
	padding-left: 10px;
	font-size: 13px;
	line-height: 30px;
	background: #fff;
	background: rgba(255,255,255,.9);
	border: 0;
	border-radius: 3px
}
.site-banner .banner-wrap .abroad .tab-content #dLabel1, .site-banner .banner-wrap .abroad .tab-content #dLabel2, .site-banner .banner-wrap .abroad .tab-content #dLabel3 {
	position: relative;
	padding: 0 10px;
	margin: 0 15px 15px;
	font-size: 13px;
	line-height: 30px;
	color: #95979a;
	cursor: pointer;
	background: #fff;
	background: rgba(255,255,255,.9);
	border: 1px solid #ececec;
	border-radius: 3px
}
.site-banner .banner-wrap .abroad .tab-content #dLabel1 span.iconfont, .site-banner .banner-wrap .abroad .tab-content #dLabel2 span.iconfont, .site-banner .banner-wrap .abroad .tab-content #dLabel3 span.iconfont {
	float: right
}
.site-banner .banner-wrap .abroad .tab-content span.error-input {
	position: absolute;
	top: 31px;
	left: 15px;
	display: none;
	font-size: 12px;
	color: #fe002f
}
.site-banner .banner-wrap .abroad .tab-content .sub-btn {
	width: 200px;
	padding: 0;
	margin: 0 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	background: #fe002f;
	border: 0;
	border-radius: 17.5px
}
.site-banner .banner-wrap .abroad .tab-content ul.dropdown-menu {
	top: 29px;
	left: 16px;
	width: 198px;
	padding: 0;
	border: 1px solid rgba(0,0,0,.15)
}
.site-banner .banner-wrap .abroad .tab-content ul.dropdown-menu li {
	margin: 0 5px;
	font-size: 12px;
	line-height: 25px;
	color: #95979a;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #ddd
}
.site-banner .banner-wrap .abroad .tab-content ul.dropdown-menu li:hover {
	color: #fe002f
}
.site-banner .banner-wrap .abroad .tab-content ul.dropdown-menu li.dp-last {
	border: 0
}
.site-banner .banner-wrap .banner-activity {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 380px;
	overflow: hidden;
	background: #f6f7f8
}
.site-banner .banner-wrap .banner-activity div {
	padding: 20px 15px 0
}
.site-banner .banner-wrap .banner-activity div p {
	font-size: 15px;
}
/*banner*/

.tit {
	margin: 0 auto;
	text-align: center;
}
.tit h1 {
	color: #efb64b;
}
.tit h1 p {
	font-weight: normal;
	color: #cccccc;
	font-size: 12px;
}
/*table*/
table {
	max-width: 100%;
	background-color: transparent;
	empty-cells: show
}
table code {
	white-space: normal
}
th {
	text-align: left
}
.am-table {
	width: 100%;
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: separate
}
.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
padding:.7rem;
	line-height: 1.6;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.am-table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ddd
}
.am-table>caption+thead>tr:first-child>td, .am-table>caption+thead>tr:first-child>th, .am-table>colgroup+thead>tr:first-child>td, .am-table>colgroup+thead>tr:first-child>th, .am-table>thead:first-child>tr:first-child>td, .am-table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.am-table>tbody+tbody tr:first-child td {
	border-top: 2px solid #ddd
}
.am-table-bordered {
	border: 1px solid #ddd;
	border-left: none
}
.am-table-bordered>tbody>tr>td, .am-table-bordered>tbody>tr>th, .am-table-bordered>tfoot>tr>td, .am-table-bordered>tfoot>tr>th, .am-table-bordered>thead>tr>td, .am-table-bordered>thead>tr>th {
	border-left: 1px solid #ddd
}
.am-table-bordered>tbody>tr:first-child>td, .am-table-bordered>tbody>tr:first-child>th {
	border-top: none
}
.am-table-bordered>thead+tbody>tr:first-child>td, .am-table-bordered>thead+tbody>tr:first-child>th {
	border-top: 1px solid #ddd
}
.am-table-radius {
	border: 1px solid #ddd;
	border-radius: 2px;
}
.am-table-radius>thead>tr:first-child>td:first-child, .am-table-radius>thead>tr:first-child>th:first-child {
	border-top-left-radius: 2px;
	border-left: none
}
.am-table-radius>thead>tr:first-child>td:last-child, .am-table-radius>thead>tr:first-child>th:last-child {
	border-top-right-radius: 2px;
	border-right: none
}
.am-table-radius>tbody>tr>td:first-child, .am-table-radius>tbody>tr>th:first-child {
	border-left: none
}
.am-table-radius>tbody>tr>td:last-child, .am-table-radius>tbody>tr>th:last-child {
	border-right: none
}
.am-table-radius>tbody>tr:last-child>td, .am-table-radius>tbody>tr:last-child>th {
	border-bottom: none
}
.am-table-radius>tbody>tr:last-child>td:first-child, .am-table-radius>tbody>tr:last-child>th:first-child {
	border-bottom-left-radius: 2px
}
.am-table-radius>tbody>tr:last-child>td:last-child, .am-table-radius>tbody>tr:last-child>th:last-child {
	border-bottom-right-radius: 2px
}
.am-table-striped>tbody>tr:nth-child(odd)>td, .am-table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f5f5f5
}
.am-table-hover>tbody>tr:hover>td, .am-table-hover>tbody>tr:hover>th {
	background-color: #e9e9e9
}
.am-table-compact>tbody>tr>td, .am-table-compact>tbody>tr>th, .am-table-compact>tfoot>tr>td, .am-table-compact>tfoot>tr>th, .am-table-compact>thead>tr>td, .am-table-compact>thead>tr>th {
padding:.4rem
}
.am-table-centered>tbody>tr>td, .am-table-centered>tbody>tr>th, .am-table-centered>tfoot>tr>td, .am-table-centered>tfoot>tr>th, .am-table-centered>thead>tr>td, .am-table-centered>thead>tr>th {
	text-align: center
}
.am-table>tbody>tr.am-active>td, .am-table>tbody>tr.am-active>th, .am-table>tbody>tr>td.am-active, .am-table>tbody>tr>th.am-active, .am-table>tfoot>tr.am-active>td, .am-table>tfoot>tr.am-active>th, .am-table>tfoot>tr>td.am-active, .am-table>tfoot>tr>th.am-active, .am-table>thead>tr.am-active>td, .am-table>thead>tr.am-active>th, .am-table>thead>tr>td.am-active, .am-table>thead>tr>th.am-active {
	background-color: #ffd
}
.am-table>tbody>tr.am-disabled>td, .am-table>tbody>tr.am-disabled>th, .am-table>tbody>tr>td.am-disabled, .am-table>tbody>tr>th.am-disabled, .am-table>tfoot>tr.am-disabled>td, .am-table>tfoot>tr.am-disabled>th, .am-table>tfoot>tr>td.am-disabled, .am-table>tfoot>tr>th.am-disabled, .am-table>thead>tr.am-disabled>td, .am-table>thead>tr.am-disabled>th, .am-table>thead>tr>td.am-disabled, .am-table>thead>tr>th.am-disabled {
	color: #999
}
.am-table>tbody>tr.am-primary>td, .am-table>tbody>tr.am-primary>th, .am-table>tbody>tr>td.am-primary, .am-table>tbody>tr>th.am-primary, .am-table>tfoot>tr.am-primary>td, .am-table>tfoot>tr.am-primary>th, .am-table>tfoot>tr>td.am-primary, .am-table>tfoot>tr>th.am-primary, .am-table>thead>tr.am-primary>td, .am-table>thead>tr.am-primary>th, .am-table>thead>tr>td.am-primary, .am-table>thead>tr>th.am-primary {
	color: #0b76ac;
	background-color: rgba(14,144,210,.115)
}
.am-table>tbody>tr.am-success>td, .am-table>tbody>tr.am-success>th, .am-table>tbody>tr>td.am-success, .am-table>tbody>tr>th.am-success, .am-table>tfoot>tr.am-success>td, .am-table>tfoot>tr.am-success>th, .am-table>tfoot>tr>td.am-success, .am-table>tfoot>tr>th.am-success, .am-table>thead>tr.am-success>td, .am-table>thead>tr.am-success>th, .am-table>thead>tr>td.am-success, .am-table>thead>tr>th.am-success {
	color: #5eb95e;
	background-color: rgba(94,185,94,.115)
}
.am-table>tbody>tr.am-warning>td, .am-table>tbody>tr.am-warning>th, .am-table>tbody>tr>td.am-warning, .am-table>tbody>tr>th.am-warning, .am-table>tfoot>tr.am-warning>td, .am-table>tfoot>tr.am-warning>th, .am-table>tfoot>tr>td.am-warning, .am-table>tfoot>tr>th.am-warning, .am-table>thead>tr.am-warning>td, .am-table>thead>tr.am-warning>th, .am-table>thead>tr>td.am-warning, .am-table>thead>tr>th.am-warning {
	color: #F37B1D;
	background-color: rgba(243,123,29,.115)
}
.am-table>tbody>tr.am-danger>td, .am-table>tbody>tr.am-danger>th, .am-table>tbody>tr>td.am-danger, .am-table>tbody>tr>th.am-danger, .am-table>tfoot>tr.am-danger>td, .am-table>tfoot>tr.am-danger>th, .am-table>tfoot>tr>td.am-danger, .am-table>tfoot>tr>th.am-danger, .am-table>thead>tr.am-danger>td, .am-table>thead>tr.am-danger>th, .am-table>thead>tr>td.am-danger, .am-table>thead>tr>th.am-danger {
	color: #dd514c;
	background-color: rgba(221,81,76,.115)
}
fieldset {
	border: none
}
/*table*/

.zxzx {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3.2rem;
}
.zxzx a {
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem 1rem;
	display: block;
}
.zxzx1 {
	width: 40%;
	background: #f05952;
	float: left
}
.zxzx2 {
	width: 40%;
	background: #efb64b;
	float: right
}
@media screen and (max-device-width:320px) {
.zxzx a {
	color: #fff;
	font-size: 0.6rem;
	padding: 0.5rem 1rem;
	display: block;
}
}
.what {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.sqa {
	margin: 0 auto;
	background: #f5f5f5
}
.sqa-l {
	margin: 0 auto;
	text-align: center;
}
.sqa-l img {
	width: auto;
	padding-top: 1rem;
}
.sqa-r {
	padding-top: 0;
}
.sqa-r h3 {
	font-size: 1rem;
	text-align: center;
}
.sqa-r h3 span {
	color: #f05952;
}
.sqa-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13px;
}
.er {
	margin: 0 auto;
	margin: 1rem auto;
}
.er-l {
	margin: 0 auto;
	text-align: center;
}
.er-l img {
	width: auto;
	padding-top: 1rem;
}
.er-r {
	padding-top: 0;
}
.er-r h3 {
	font-size: 1rem;
	text-align: center;
}
.er-r h3 span {
	color: #f05952;
}
.er-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13px;
}
.low {
	margin: 0 auto;
	margin: 1rem auto;
	background: #f5f5f5
}
.low-l {
	margin: 0 auto;
	text-align: center;
}
.low-l img {
	width: auto;
	padding-top: 1rem;
}
.low-r {
	padding-top: 0;
}
.low-r h3 {
	font-size: 1rem;
	text-align: center;
}
.low-r h3 span {
	color: #f05952;
}
.low-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13px;
}
 @media screen and (min-width:640px) and (max-width:1920px) {
.sqa-l {
	margin: 0 auto;
	text-align: center;
	float: left;
	padding-left: 0.2rem;
}
.sqa-l img {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sqa-r {
	padding-top: 0.1rem
}
.sqa-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13PX;
}
.er {
	margin: 2rem auto;
}
.low {
	margin: 3rem auto;
	height: 12rem;
}
.low-l {
	margin: 0 auto;
	text-align: center;
	float: left;
	padding-left: 0.2rem;
}
.low-l img {
	padding-top: 1rem;
}
.low-r {
	padding-top: 0.5rem
}
.low-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13px;
}
.er-l {
	margin: 0 auto;
	text-align: center;
	float: right;
}
.er-l img {
	padding-top: 1rem;
}
.er-r {
	padding-top: 0.5rem
}
.er-r p {
	text-indent: 2em;
	width: 97%;
	margin: 0 auto;
	line-height: 1.5rem;
	padding-bottom: 1rem;
	font-size: 13px;
}
}
.part4 {
	margin: 0 auto;
}
/*滑动门项目*/
.w1200 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.case_box {
	background: #ffffff;
	height: auto;
}
.case_box .category ul {
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	padding-left: 0;
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.27);
	display: inline-block;
}
.case_box .category ul li {
	float: left;
	font-size: 1rem;
	text-align: center;
	width: 33.33%;
	height: 40px;
	line-height: 40px;
	color: #939aac;
	cursor: pointer;
	border-left-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	border-top-color: #b5b5b5;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	display: block;
	border-style: none;
}
.case_box .category ul li.active {
	color: #fff;
	background: #efb64b;
}
.case_box .content .cont {
	height: auto;
	display: none;
}
.case_box .content .cont.active {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.case_box .content .cont.active img {
	width: auto;
	float: left;
	padding: 1rem 0.3rem;
	;
}
}
 @media screen and (min-width:1025px) and (max-width:1920px) {
.case_box .content .cont.active img {
	width: auto;
	float: left
}
.case_box .content .cont.active p {
	font-size: 1rem;
	padding-top: 1rem;
	line-height: 2.5rem;
}
}
.cont1 {
	margin: 0 auto;
}
.cont1 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont1 ul li {
	float: left;
}
.cont1 ul li .p2 {
	padding-top: 1rem;
	line-height: 1.5rem;
}
.cont2 {
	margin: 0 auto;
	margin-top: 1rem;
}
.cont2 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont2 ul li {
	width: 46%;
	float: left;
	padding: 2%;
	font-size: 14px;
	text-align: center;
	line-height: 1.5rem;
	transition: All .3s ease-in-out;
	-webkit-transition: All .3s ease-in-out;
	-moz-transition: All .3s ease-in-out;
	-o-transition: All .3s ease-in-out
}
.cont2 ul li:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	box-shadow: 3px 3px 15px #949292;
	-webkit-box-shadow: 3px 3px 15px #949292;
	-moz-box-shadow: 3px 3px 15px #949292
}
.cont2 ul li strong {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
 @media screen and (min-width:640px) and (max-width:1920px) {
.cont1 ul li {
	float: left;
	width: 98%;
}
}
.cont11 {
	width: 98%;
	margin: 0 auto;
}
.cont11 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont11 .ul1 li {
	width: 48%;
	float: left;
	color: #000;
	padding-left: 2%;
	font-size: 13px;
	text-align: center;
	transition: All .3s ease-in-out;
	-webkit-transition: All .3s ease-in-out;
	-moz-transition: All .3s ease-in-out;
	-o-transition: All .3s ease-in-out
}
.cont11 .ul1 li p {
	text-align: left;
	font-size: 14px;
	color: #333;
}
.cont11 .ul1 li:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	box-shadow: 3px 3px 15px #949292;
	-webkit-box-shadow: 3px 3px 15px #949292;
	-moz-box-shadow: 3px 3px 15px #949292
}
.cont22 {
	width: 98%;
	margin: 0 auto;
	margin-top: 1rem;
}
.cont22 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont22 .ul2 li {
	width: 100%;
	float: left;
}
.cont22 .ul2 li .p2 {
	padding-top: 1rem;
	line-height: 1.5rem;
}
.cont222 {
	width: 98%;
	margin: 0 auto;
}
.cont222 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont222 .ul3 li {
	width: 48%;
	float: left;
	color: #000;
	padding-left: 2%;
	font-size: 13px;
	text-align: center;
}
.cont222 .ul3 li p {
	text-align: left;
	font-size: 14px;
	color: #333;
}
.cont33 {
	width: 98%;
	margin: 0 auto;
}
.cont33 .p1 {
	width: 41%;
	text-align: center;
	margin: 0 auto;
	background: #efb64b;
	font-size: 1rem;
	padding: 0.5rem;
	color: #fff;
}
.cont33 ul li {
	width: 48%;
	float: left;
	color: #000;
	padding-left: 2%;
	font-size: 13px;
	text-align: center;
}
.cont33 ul li p {
	text-align: left;
	font-size: 14px;
	color: #333;
}
.part7 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f4f4f4;
	padding: 1rem 0 1rem 0;
	margin-top: 2rem;
}
.tit1-1 {
	width: 96%;
	height: auto;
	border: 1px solid #ccc;
	margin: 0 auto;
	text-align: center;
}
.tit1-1 p {
	color: #000000;
	padding: 0.3rem;
	font-size: 1.5rem;
}
.school {
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
}
.school ul li {
	width: 100%;
	margin: 0 auto;
}
.it-avg-box {
	margin-top: 15px
}
.it-avg-box dl {
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	overflow: hidden
}
.it-avg-box .Mhot {
	height: 37px;
	width: 37px;
	background: url(../images/hot.gif) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0
}
.it-avg-box dt {
	height: 41px;
	line-height: 41px;
	background: #eee;
	text-align: center;
	font-size: 14px
}
.it-avg-box dd {
	margin: 0px;
	padding: 10px;
	height: 200px;
	font-size: 14px;
	overflow: hidden
}
.it-avg-box .Mpic {/* max-height:90px;*/
	overflow: hidden;
	position: relative
}
.it-avg-box .Mpic img {
	width: 100%
}
.it-avg-box .Mlist {
	margin-top: 10px;
	line-height: 1.5;
	color: #555
}
.it-avg-box .Mlist p {
	margin: 0px
}
.it-avg-box .Mlist p img {
	margin-right: 1px;
	vertical-align: middle;
	width: auto;
}
.it-avg-box .Mlist strong {
	color: #c03
}
.zx1 {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3rem;
}
.zx1 a {
	color: #fff;
}
.zx1 .zx1-1 {
	width: 40%;
	background: #3bb4f2;
	color: #fff;
	padding: 4px;
	float: left;
	line-height: 27px;
}
.zx1 .zx1-1 img {
	width: auto;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}
.zx1 .zx1-2 {
	width: 40%;
	background: #f37b1d;
	color: #fff;
	padding: 4px;
	float: right;
	line-height: 27px;
}
.zx1 .zx1-2 img {
	width: auto;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}
 @media only screen and (max-width:640px) {
/*项目筛选===============*/
.it-avg-box .Mhot {
	height: 29px;
	width: 29px;
	background-size: cover
}
.it-avg-box dd {
	height: auto;
}
.it-avg-box dt {
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	padding-left: 20px;
	padding-right: 51px;
	text-align: left
}
.it-avg-box dd {
	font-size: 12px;
}
.it-avg-box ol i.am-icon-btn {
	font-size: 12px;
	width: 21px;
	height: 21px;
	line-height: 21px
}
.it-avg-box ol li span {
	font-size: 12px;
	line-height: 21px
}
.it-avg-box .Mlist p {
	height: 18px;
	line-height: 18px;
	overflow: hidden
}
.it-avg-box .Mpic {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px
}
.it-avg-box .Mlist {
	margin-top: 0rem
}
.it-avg-box ol li span {
	display: none
}
.it-avg-box ol .am-btn {
	line-height: 21px;
}
.it-avg-box ol li.MChat {
	padding: 0rem;
	margin-left: 5px
}
.it-avg-box ol li.MLink {
	padding: 0rem
}
.it-avg-box ol .am-btn {
	margin: 0rem
}
.it-avg-box ol li {
	width: 23px;
}
.it-avg-box ol {
	position: absolute;
	right: 1px;
	top: 1px;
	height: 29px;
	overflow: hidden;
	width: 51px;
}
.mall-box .fourMain li {
	font-size: 12px
}
/*首页头部==============*/
.am-top-bg {
	border-bottom: 5px solid #ddd;
	padding-bottom: 5px
}
.am-top-bg .pix-avg-icon dd {
	margin: 10px 0px 15px
}
/*主站国旗导航========*/
.pc-avg-flag {
	text-align: center
}
/*专题========================*/
.ma-text-bg {
	font-size: 18px;
}
.ma-one-btn li {
	width: 100%;
}
}
 @media screen and (min-width:640px) and (max-width:1920px) {
.it-avg-box .Mlist {
	float: left;
}
.school ul {
	margin-left: 0;
}
.school ul li {
	width: 33%;
	margin: 0 auto;
	float: left;
	margin-left: 0.3%
}
.it-avg-box dd {
	margin: 0px;
	padding: 6px;
	height: 266px;
	font-size: 14px;
	overflow: hidden
}
.part7 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #f4f4f4;
 padding: 1rem 0 .5rem 0;
	margin-top: 2rem;
}
.zx1 .zx1-1 {
	width: 42%;
	background: #3bb4f2;
	color: #fff;
	padding: 1px;
	float: left;
	line-height: 27px;
}
.zx1 .zx1-2 {
	width: 42%;
	background: #f37b1d;
	color: #fff;
	padding: 1px;
	float: right;
	line-height: 27px;
}
.zx1 a {
	color: #fff;
	font-size: 12px;
}
}
.foot {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 1rem;
}
.foot p {
	color: #999;
	line-height: 2rem;
}
/*缩略图缩放*/
.am-img-scale img {
	transition: all 0.5s ease-out 0s
}
.am-img-scale a:hover img {
	transform: scale(1.1)
}
.am-pic-scale img {
	transition: all 0.5s ease-out 0s
}
.am-pic-scale:hover img {
	transform: scale(1.1)
}
.bao {
	width: 98%;
	margin: 0 auto;
	text-align: center
}
.bao img {
	width: auto;
}
.bao ul li {
	float: left;
	width: 25%;
}


/*footswt*/

.footer-swt {
	width: 100%;
	height: 49px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 120;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.footer-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}
.footer-ul a {
	display: block;
	float: left;
	width: 49%;
	padding-left: 1%;
	background: #d51821;
	padding: 1rem;
	border-right: .5px solid #fff;
	position: relative;
	height: 100%
}
.footer-ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-ul li:last-child {
	border-right: none
}
.footer-logo-information {
	display: block;
	width: 15px;
	height: 12px;
	background: url(../images/home_tab_service-a443dbbf94.png) no-repeat 0 0;
	background-size: 15px 12px;
	margin-right: 7.5px
}
.footer-ul li span {
	font-size: 14px;
	color: #fff
}
.footer-logo-online {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/home_tab_assess-84d415394d.png) no-repeat 0 0;
	background-size: 12px 12px;
	margin-right: 8px
}
.footer-logo-phone {
	display: block;
	width: 11px;
	height: 12px;
	background: url(../images/home_tab_phone-89bb03df6d.png) no-repeat 0 0;
	background-size: 11px 12px;
	margin-right: 7.5px
}
.consultation-news {
	position: absolute;
	right: 7px;
	top: 7px;
	display: block;
	width: 18px;
	height: 18px;
	background: #ecc580;
	border-radius: 50%;
	font-size: 10px;
	color: #d51821;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	-webkit-animation: myNews 1s infinite;
	animation: myNews 1s infinite
}
@-webkit-keyframes myNews {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes myNews {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
/*footswt*/