
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 16px;
	min-width: 1230px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00a2e9;
}
ul {
	margin: 0;
	list-style: none;
	padding:0;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #00a2e9;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a .fa-qq {
	padding-right: 6px;
	background: url('../images/qq.png') center  no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
	line-height: 36px;
	vertical-align: middle;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #00a2e9;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #00a2e9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}
/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/
/*.kefu li a{text-decoration:none;}*/
/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/
/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/
/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/
/*.kefu .kefu-qq i{background-position:4px 5px;}*/
/*.kefu .kefu-tel i{background-position:0 -21px;}*/
/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/
/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/
/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/
/*.kefu .kefu-ftop{display:none;}*/
/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/
/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/
/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/
/*.kefu .kefu-right{width:20px;}*/
/*.kefu .kefu-tel-main{background:#00a2e9;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-main{background:#00a2e9;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/
/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/
/*.kefu-weixin-pic img{width:115px;height:115px;}*/

.header {
	background-color: #fff;
}
.header .topbar {
	line-height: 34px;
	
	background-color:#111;
	font-size: 13px;
	color: #888;
	border-top: 2px solid #00a2e9;
	overflow: auto;
}
.header .topbar ul {
	float: right;
}
.header .topbar ul.left{
	float: left;
}

.header .topbar ul.left li img{
	max-height:34px;
	line-height: 34px;
	display: block;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li a{
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .topbar li.c {
	margin-left: 10px;
}
.header .topbar li.c a {
	background-color: #00a2e9;
	display: block;
	padding: 0 15px;
	font-weight: bold;
	color: #111;
}
.header .logo {
	float: left;
	height: 110px;
}
.header .tel {
	float: right;
	margin-right: 50px;
}
.header .tel strong {
	font-size: 24px;
	line-height: 1;
	color: #00a2e9;
	position: relative;
    top: 4px;
}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .text span {
	color: #00a2e9;
}
.header .nav {
	float: right;
	margin: 23px 0;
	!background-color: #00a2e9;
	color: #000;
}
.header .nav ul{
	padding: 0 ;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/line.jpg) no-repeat right center;
}
.header .nav li h1{
	margin:  0;
}
.header .nav li:last-child{
	background:unset;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	padding: 0 40px;
	color: #000;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p  {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 ;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.8) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #00a2e9 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #00a2e9;
}
.header .nav li.open .dropdown-box{
	display: block;
}
.header .nav .dropdown-box .dropdown-box-b{
	position: relative;
}
.header .nav .dropdown-box .dropdown-box-box{
	position: absolute;
    left: 150px;
    min-width: 100%;
    z-index: 10;
    display: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.8) !important;
    width:550px;
    top: 0;
    margin-left: -6px;
}
.header .nav .dropdown-box .dropdown-box-box p a{
	font-weight: 600;
	border-left: 3px solid #fff;
}
.header .nav .dropdown-box .dropdown-box-box  a{
	font-size: 12px;
}
.header .nav .dropdown-box .dropdown-box-b:hover > .dropdown-box-box{
	display: block;
}
.header .nav .dropdown-box .dropdown-box-box a{
	background-color: unset !important;
	padding: 0 10px;
}
.header .nav .dropdown-box .dropdown-box-box a:hover {
	background-color: #00a2e9 !important;
}
.menu-btn {
	display: none;
	padding: 18px 0;
	float: right;
	margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #00a2e9;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 630px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #00a2e9;
}
.yunu-showcase {
	margin: 0 auto 20px;
}
.yunu-showcase-info {
	margin-left: 430px;
}
.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.yunu-showcase-info p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
}
.yunu-showcase-info .tel {
	margin-top: 15px;
}
.yunu-showcase-info .tel a {
	line-height: 42px;
	color: #fff;
	display: inline-block;
	padding:0 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #00a2e9;
}
.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.view .swiper-container {
	width: 100%;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	margin: 0 30px;
}
.preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	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%);
}
.preview .arrow-left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview .arrow-right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.preview img {
	padding: 1px;
}
.preview .active-nav .imgauto {
	border: 1px solid #00a2e9;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.yunu-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.yunu-sou .hot {
	float: left;
	padding: 5px 0;
}
.yunu-sou .hot a {
	margin-right: 10px;
}
.yunu-sou .hot strong {
	color: #00a2e9;
}
.yunu-sou .hform {
	float: right;
}
.yunu-sou .hform input {
	float: left;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 6px 12px;
	line-height: 16px;
	width: 210px;
}
.yunu-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 30px;
	background: #00a2e9;
	color: #fff;
}
.yunu-link {
	padding: 20px 0;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #00a2e9;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li,.yunu-link li a{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: normal;
}
.ct2-mn .section-title{
	margin-bottom:5px;
	margin-top:30px;
}
.section-title h2 {
	font-weight: bold;
	display: block;
	font-size: 32px;
}
.section-title:after {
	display: block;
	content: '';
	background: url(../images/cptit.gif) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 20px;
}


.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.in-prd-con .list-1 li{
	width: 25%;
	
}
.list-0 li{
	width: 12.5%;
	float: left;
	font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    !background-image: linear-gradient(180deg,#666 0%,rgba(20,25,28,0) 82%);
    ！background-color:#8b0000;
    !background-image: url(../images/2022051301.jpg);
    padding: 30px 0;
}
/*
.list-0 li:nth-child(2){
    background-color:#ff8c00;
}
.list-0 li:nth-child(3){
    background-color:#b8860b;
}
.list-0 li:nth-child(4){
    background-color:#008080;
}
.list-0 li:nth-child(5){
    background-color:#3399cc;
}
.list-0 li:nth-child(6){
    background-color:#191970;
}
.list-0 li:nth-child(7){
    background-color:#9400d3;
}
.list-0 li:nth-child(8){
    background-color:#708090;
}
*/
.list-0 li p{
	!color: #fff;
}
.list-0 li:hover  img{
	transform:rotatey(180deg);
	transition:.5s;
}
.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}
.list-1 .img-cover {
	display: block;
}
.list-1 .img-cover span {
	padding-top: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text p {
	margin: 10px 0 0;
	height:20px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #00a2e9;
	border: 1px solid transparent;
}
.list-1 .wrap:hover {
	background-color: #00a2e9;
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 .wrap:hover a,.list-1 .wrap:hover p {
	color: #fff;
}
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}
.bg1 {
	background: url(../images/fabg.jpg) no-repeat top center  #f5f5f5;
}
.bg1 .section-title {
	color: #fff;
}
.bg1 .section-title:after {
	display: none;
}
.in-jjfa {
	margin-left: -28px;
}
.in-jjfa li {
	float: left;
	width: 25%;
}
.in-jjfa li .aaa {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border-bottom: 3px solid #dddddd;
}
.in-jjfa li .img-cover {
	position: relative;
}
.in-jjfa li .img-cover span {
	padding-top: 66.7%;
}
.in-jjfa li .img-cover p {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}
.in-jjfa li .text {
	height: 200px;
	padding: 30px 20px;
	position: relative;
}
.in-jjfa li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 13px;
	padding-left: 24px;
	background: url(../images/faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}
.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 20px;
}
.in-jjfa li a:hover .img-cover p {
	background-color: #00a2e9;
}
.in-jjfa li a:hover .text .more {
	background-color: #00a2e9;
}
.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px;
}
.hy-menu li {
	float: left;
	width: 33.333333%;
}
.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}
.hy-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #00a2e9;
	margin-top: 15px;
	visibility: hidden;
}
.hy-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	min-width: 125px;
	text-align: center;
	line-height: 2;
	font-weight: normal;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hy-menu li h4 small {
	position: absolute;
	font-size: 15px;
	width: 26px;
	line-height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f7c433;
	left: -15px;
	top: -15px;
	font-weight: bold;
}
.hy-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	height: 46px;
	overflow: hidden;
}
.hy-menu li.active h4 {
	background-color: #00a2e9;
}
.hy-menu li.active a:after {
	visibility: visible;
}
.hy-con {
	float: left;
	width: 390px;
}
.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0;
}
.hy-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: '';
}
.hy-con .swiper-slide .img-center img {
	position: relative;
}
.tel-tl {
	background: url(../images/xban.jpg) no-repeat center #1867c6;
	color: #fff;
}
.tel-tl dl {
	margin: 0;
}
.tel-tl dt {
	float: left;
}
.tel-tl dt a {
	display: block;
	width: 145px;
	line-height: 50px;
	background-color: #f7c433;
	color: #00a2e9;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.tel-tl dd {
	float: left;
	margin-left: 20px;
	line-height: 1;
}
.tel-tl dd strong {
	display: block;
	font-size: 30px;
	font-family: Impact;
	margin-top: 5px;
}
.bg2 {
	background: url(../images/rzbg.jpg) no-repeat center / cover;
	color: #fff;
}
.bg2 .section-title:after {
	!background-image: url(../images/cptit.png);
    background-image:unset;
}
.in-rz {
	margin-left: -82px;
}
.in-rz li {
	float: left;
	width: 131px;
	margin-left: 82px;
}
.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
	font-size: 14px;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}
.in-rz-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 40px;
}
.in-rz-tel strong {
	color: #FFF100;
	font-size: 30px;
	font-family: Impact;
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #00a2e9;
	margin: 20px auto 0;
}
.bg3 {
	background-color: #f5f5f5;
}
.bg3 .section-title:after {
	background-image: url(../images/cptit.png);
}
.in-about {
	background-color: #fff;
	margin: 0;
}
.in-about dt {
	float: left;
	width: 660px;
}

.in-about dd {
	margin-left: 660px;
	padding: 40px;
}
.in-about dd h4 {
	margin: 0 0 30px;
	font-size: 24px;
}
.in-about dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: -1px;
}
.in-about dd h4:after {
	display: block;
	content: '';
	width: 130px;
	height: 3px;
	background-color: #00a2e9;
	margin-top: 15px;
}
.in-about dd p {
	margin: 0;
	color: #666;
	line-height: 1.8;
	text-align: justify;
}
.in-about dd .more {
	display: block;
	margin-top: 40px;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #00a2e9;
}
.in-news {
	margin-left: -45px;
}
.in-news .item {
	float: left;
	width: 370px;
	margin-left: 45px;
}
.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-news .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.in-news .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
}
.in-news .tit .more:hover {
	color: #00a2e9;
}
.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #00a2e9;
}
.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-news .img-center a:hover img {
	opacity: 0.7;
}
.in-news .list {
	
}
.in-news .list li {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}
.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #00a2e9;
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px;
}
.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}
#marquee {
	height: 500px;
	overflow: hidden;
}
#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}
#marquee li a {
	display: block;
	padding: 20px 0;
}
#marquee li h4 {
	margin: 0;
	background: url(../images/icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}
#marquee li p {
	margin: 10px 0 0;
	color: #999;
	background: url(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
}
.footer {
	background: url(../images/footer.png) top center;
	color: #fff;
	padding-top: 50px;
}
.footer a {
	color: #fff;
}
.footer-link {
	margin-top: 48px;
	font-size: 0;
	padding: 15px 0;
	border-top: 1px solid #fff;
	text-align: center;
}
.footer-link a, .footer-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.footer-link span {
	color: #fff;
	padding: 0 20px;
}
.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
}
.footer-info {
	float: left;
	line-height: 1.8;
}
.footer-info p {
	margin: 0;
}
.footer-ewm {
	float: right;
	width: 96px;
}
.footer-ewm p {
	text-align: center;
	margin: 10px 0 0;
}
.banner-sub {
	height: 220px;
	background: no-repeat center / cover;
}
.ct2 {
	padding: 50px 0;
}
.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-sd-right {
	float: right;
}
.ct2-mn {
	float: right;
	width: 940px;
}
.ct2-mn-left {
	float: left;
}
.box-main {
    overflow: auto;
}
.box-main .article_detail{
	margin-top:30px;
	padding-top: 30px;
    border-top: #ccc 1px dashed;
}
.box-main .article_detail .serviceUl li {
	max-width: 300px;
}
.ct3-sd {
	float: right;
	width: 400px;
	
}
.ct3-mn {
	float: left;
	width: 760px;
	padding-right:40px;
}
.panel-sd {
	margin-bottom: 20px;
}
.panel-sd .tit {
	background-color: #00a2e9;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.panel-sd .bd {
	border: 1px solid #ddd;
	padding: 20px;
}
.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center;
}
.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px;
}
.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666;
}
.lanmu .tit {
	line-height: 60px;
	background-color: #00a2e9;
}
.lanmu li {
	margin-bottom: 20px;
}
.lanmu li:last-child {
	margin-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #00a2e9;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
.lanmu-box {
	margin-top: 10px;
}
.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}
.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages a:hover, .pages a.active {
	background-color: #00a2e9;
	color: #fff;
}
.list-4 li {
	margin-bottom: 10px;
}
.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #EBECE7;
}
.list-4 li .more {
	float: left;
	overflow: hidden;
	width: 200px;
	text-align: center;
	
}
.list-4 li .more img{
	max-width: 200px;
}
.list-4 li .date {
	float: right;
	width: 76px;
	background-color: #fff;
	text-align: center;
	padding: 14px 0;
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}
.list-4 li .text {
	margin: 0 95px 0 216px;
}
.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.list-4 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	max-height: 106px;
	overflow: hidden;
	color: #666;
	text-align: justify;
}
.list-4 li:nth-of-type(even) a {
	background-color: #efefef;
}
.list-3 {
	margin-top: -15px;
}
.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .img-center {
	overflow: hidden;
}
.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-7 li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-7 li span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.list-7 li:nth-of-type(1) span, .list-7 li:nth-of-type(2) span, .list-7 li:nth-of-type(3) span {
	background-color: #00a2e9;
}
.content-title {
	margin-bottom: 20px;
	text-align: center;
}
.content-title h1 {
	font-size: 22px;
	margin: 0;
}
.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}
.content-title p span {
	padding: 0 10px;
	display: inline-block;
}
.content-body {
	line-height: 1.8;
}
.content-body table{
	border-collapse: collapse;
}
  
.content-body table td{
   border: 1px solid gray; 
   word-break: break-all; 
}
.content-body table td:first-child{
	min-width: 100px;
}
.content-body img {
	max-width: 100% !important;
	height: auto !important;
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.content-exp li {
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    width: 50%;
    float: left;
}
.content-exp li:nth-child(2){
	text-align: right;
}
.cp-content-tit {
	margin: 20px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-size: 16px;
}
.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}
.cp-about {
	margin: 0 0 20px;
}
.cp-about dt {
	float: left;
	width: 560px;
}
.cp-about dd {
	margin-left: 610px;
	padding-top: 50px;
}
.cp-about dd h4 {
	color: #00a2e9;
	margin: 0;
	font-size: 16px;
}
.cp-about dd p {
	margin: 15px 0 0;
}
.yunu-message {
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 20px;
}
.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}
.form-label span {
	color: #c5262b;
}
.form-content {
	margin-left: 110px;
}
.form-control {
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #efefef;
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-content.yzm .form-control {
	width: 100px;
}
.form-content.yzm .img {
	height: 42px;
	width: auto;
}
select.form-control {
	height: 1.7rem;
}
.form-submit {
	padding: 10px 20px;
	color: #fff;
	background-color: #00a2e9;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.form-button {
	padding: 10px 20px;
	color: #fff;
	background-color: #767676;
	border: 0;
	cursor: pointer;
	border-radius: 0.15rem;
	font-size: 14px;
}
.hlbd .form-group {
	float: left;
	width: 33.333333%;
}
.list-6 {
	margin: -20px 0 0 -20px;
}
.list-6 li {
	float: left;
	width: 25%;
}
.list-6 li a {
	display: block;
	margin: 10px 0 20px 20px;
}
.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-6 li .img-cover span {
	padding-top: 100%;
}
.list-6 li .text {
	margin-top: 10px;
	text-align: center;
}
.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-6 li a:hover .img-cover {
	border-color: #00a2e9;
}
.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yunu-menu-inner {
	text-align: center;
	margin-bottom: 40px;
	margin-top: -20px;
}
.yunu-menu-inner a {
	float: left;
	width: 16.666666666%;
}
.yunu-menu-inner span {
	display: block;
	margin-left: 1px;
	margin-top: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}
.yunu-menu-inner a:hover span, .yunu-menu-inner a.active span {
	background: #00a2e9;
	color: #fff;
}
.box-main {
	
}
.box-main img{
	max-width: 100%;
}
.about-desc {
	margin-bottom: 40px;
	line-height: 1.8;
	text-align: justify;
}
.about-list {
	margin-left: -15px;
	margin-bottom: 40px;
}
.about-list li {
	float: left;
	width: 20%;
}
.about-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin-left: 15px;
}
.about-list li .text {
	margin-top: 15px;
}
.about-list li .text h4 {
	margin: 0;
	font-size: 16px;
	text-align: center;
	color: #00a2e9;
}
.about-list li .text p {
	margin: 10px 0 0;
	line-height: 1.8;
	text-align: justify;
	height: 150px;
	overflow: hidden;
}
.about-list li a:hover {
	border-color: #00a2e9;
}
.about-ser {
	margin: 0;
	border: 1px solid #ddd;
}
.about-ser dt {
	float: left;
	width: 220px;
}
.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px;
}
.about-ser dd h4 {
	color: #00a2e9;
	margin: 0 0 10px;
	font-size: 16px;
}
.about-ser dd p {
	margin: 5px 0 0;
}
.about-ser dd strong {
	color: red;
}
.contact-desc {
	margin-bottom: 40px;
}
.contact-desc h4 {
	margin: 0;
	display: inline-block;
	padding: 0 40px;
	background-color: #00a2e9;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
}
.contact-desc p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8;
}
.contact-about {
	background-color: #fff;
	margin-bottom: 40px;
}
.map {
	height: 300px;
}
.liuyan {
	background: url(../images/on_bj.jpg) no-repeat center top;
	padding: 50px 0 50px 430px;
}
.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 25%;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}
.list-2 li .txt{
	border:0;
  text-align: center;
  display: block;
  height: 50px;
}
.list-2 li .img-center {
	overflow: hidden;
	height: 186px;
	line-height: 186px;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #00a2e9;
	z-index: 10;
	display: none;
}
.yunu-footer-fix li {
	float: left;
	width: 25%;
}
.yunu-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.yunu-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.yunu-footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.yunu-footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.yunu-footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.yunu-footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
 @media screen and (max-width: 767px) {
body {
	min-width: 320px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.container {
	width: auto;
}
.kf {
	display: none;
}
.header {
	padding: 10px 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

.header .topbar, .header .text, .header .tel {
	display: none;
}
.header .logo {
	height: 50px;
	line-height: 30px;
	float: none;
	padding: 0;
}
.header .nav {
	margin: 10px 0 -10px;
	text-align: left;
	display: none;
	background-color: transparent;
	border-bottom: 0;
	width: 160px;
}
.header .nav li.dropdown:before{
	content:unset;
}
.header .nav ul {
	margin: 0 -15px;
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	background: none;
}

.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #00a2e9
}
.header .nav li.open .arr:after {
	border-color: #00a2e9;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 ;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.header .nav .dropdown-box a:hover {
	background-color: transparent !important;
}
.menu-btn {
	display: block;
}
.banner .swiper-slide {
	height: 200px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
}
.pc-slide {
	float: none;
	width: auto;
}
.yunu-showcase-info {
	margin: 20px 0 0;
}
.yunu-showcase-info h1 {
	padding-bottom: 10px;
}
.yunu-showcase-info p {
	margin-top: 10px;
}
.yunu-sou {
	padding: 0;
}
.yunu-sou .container {
	padding: 0;
}
.yunu-sou .hot {
	display: none;
}
.yunu-sou .hform {
	float: none;
	position: relative;
}
.yunu-sou .hform input {
	font-size: 14px;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding: 9px 60px 9px 15px;
	border-radius: 0;
	background-color: #f5f5f5;
}
.yunu-sou .hform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	font-size: 14px;
}
.section {
	padding: 30px 0;
}
.section-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.section-title small {
	font-size: 12px;
}
.section-title:after {
	height: 12px;
	margin-top: 5px;
}

.list-1 {
	margin: -10px 0 0 -10px;
}
.list-1 li,.in-prd-con .list-1 li {
	width: 50%;
}
.list-0 li{
	width: 25%;
}
.list-1 .wrap {
	margin: 10px 0 0 10px;
}
.list-1 .text {
	padding: 10px 0 0;
}
.list-1 .text p {
	display: none;
}
.in-jjfa {
	margin: -10px 0 0 -10px;
}
.in-jjfa li {
	width: 50%;
}
.in-jjfa li a {
	margin: 10px 0 0 10px;
}
.in-jjfa li .img-cover p {
	font-size: 14px;
	padding: 8px 0;
}
.in-jjfa li .text {
	padding: 10px;
	height: 140px;
}
.in-jjfa li .text p {
	font-size: 12px;
	line-height: 1.45;
	padding-left: 20px;
	background-position: 0 3px;
}
.in-jjfa li .text .more {
	display: none;
}
.hy-con {
	display: none;
}
.hy-menu {
	float: none;
	width: auto;
	margin: -20px 0 0 -10px;
	overflow: hidden;
}
.hy-menu li a {
	margin: 20px 0 0 10px;
}
.hy-menu li a:after {
	display: none;
}
.hy-menu li h4 {
	font-size: 14px;
	width: auto;
	background-color: #00a2e9;
}
.hy-menu li h4 small {
	display: none;
}
.hy-menu li p {
	font-size: 12px;
	line-height: 1.45;
	height: 52px;
}
.tel-tl {
	text-align: center;
	background-image: none;
}
.tel-tl dt {
	float: none;
}
.tel-tl dt a {
	margin: 0 auto;
}
.tel-tl dd {
	margin: 20px 0 0;
	float: none;
}
.in-rz {
	margin: -20px 0 0;
}
.in-rz li {
	width: 50%;
	margin: 20px 0 0;
}
.in-rz li .wrap {
	width: 131px;
	margin: 0 auto;
}
.in-rz-tel {
	margin-top: 30px;
}
.in-rz-tel p {
	background: none;
	width: auto;
	padding: 0;
	height: auto;
}
.in-rz-tel strong {
	display: block;
}
.in-about dt {
	float: none;
	width: auto;
}
.in-about dd {
	margin: 0;
	padding: 20px;
}
.in-about dd h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.in-about dd h4:after {
	width: 65px;
	margin-top: 10px;
}
.in-about dd .more {
	margin-top: 20px;
}
.in-news {
	margin-top: -40px;
}
.in-news .item {
	float: none;
	width: auto;
	margin-top: 40px;
}
.in-news .tit {
	margin-bottom: 20px;
}
.in-news .tit:after {
	margin-top: 10px;
}
.footer {
	padding: 30px 0;
}
.footer-logo {
	display: none;
}
.footer-ewm {
	width: 80px;
}
.footer-ewm p {
	font-size: 12px;
}
.footer-info {
	float: none;
	margin-right: 95px;
	font-size: 12px;
}
.footer-link {
	display: none;
}
.banner-sub {
	height: 200px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.ct2 {
	padding: 30px 0;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	display: none;
}
.list-4 li a {
	padding: 10px;
}
.list-4 li .more {
	float:unset;
	text-align: center;
	width: auto;
}
.list-4 li .date {
	font-size: 12px;
	width: 60px;
	padding: 10px 0;
}
.list-4 li .date strong {
	font-size: 18px;
}
.list-4 li .text {
	margin: 0;
}
.list-4 li .text h4 {
	font-size: 14px;
}
.list-4 li .text p {
	font-size: 12px;
	height: auto;
	margin-top: 2px;
}
.content-title {
	margin-bottom: 15px;
}
.content-title p {
	margin-top: 10px;
	padding-top: 10px;
}
.content-title p span {
	padding: 0 5px;
}
.content-exp {
	margin-top: 15px;
}
.cp-about dt {
	float: none;
	width: auto;
}
.cp-about dd {
	margin: 0;
	padding-top: 20px;
}
.cp-about dd p {
	margin-top: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.form-label {
	line-height: 34px;
	width: 85px;
}
.form-content {
	margin-left: 85px;
}
.form-control {
	padding: 6px 10px;
}
.hlbd .form-group {
	width: 100%;
}
.form-content.yzm .form-control {
	width: 80px;
}
.form-content.yzm .img {
	height: 34px;
	width: 90px;
}
.list-6 {
	margin: -10px 0 0 -10px;
}
.list-6 li {
	width: 50%;
}
.list-6 li a {
	margin: 10px 0 0 10px;
}
.yunu-menu-inner {
	display: none;
}
.speclist {
	display: block !important;
}
.speclist a {
	width: unset;
}
.speclist a span {
	padding: 0px 15px;
}
.speclist a {
	width: unset;
}
.box-main {
	padding: 15px;
}
.about-desc {
	margin-bottom: 15px;
}
.about-list {
	margin: -10px 0 15px -10px;
}
.about-list li {
	width: 50%;
}
.about-list li a {
	padding: 5px;
	margin: 10px 0 0 10px;
}
.about-ser dt {
	float: none;
	width: auto;
}
.about-ser dt img {
	width: 100%;
}
.about-ser dd {
	margin: 0;
	padding: 15px;
}
.contact-desc {
	margin-bottom: 15px;
}
.contact-desc h4 {
	font-size: 14px;
	padding: 0 15px;
}
.contact-desc p {
	margin-top: 10px;
}
.contact-about {
	margin-bottom: 15px;
}
.contact-about dd {
	padding: 15px;
}
.liuyan {
	padding: 0;
	background: none;
}
.list-2 {
	margin: -10px 0 0 -10px;
}
.list-2 li {
	width: 50%;
}
.list-2 li a {
	margin: 10px 0 0 10px;
}
.list-2 li .img-center {
	height: 110px;
	line-height: 110px;
}
.yunu-footer-fix {
	display: block;
}
}
.article_detail  .serviceUl{overflow: auto;}
.article_detail  .serviceUl li{width:100%;max-width:400px; height:auto; margin-bottom:10px; float:left;text-align:center;}
.article_detail  .serviceUl li img { border:1px solid #CCCCCC;max-width:99.5% ;}
.article_detail  .serviceUl li h2{ text-align:center; height:30px; line-height:30px;}
.article_detail  .serviceUl li:hover img{ border:1px solid #056BE9;}
.article_detail  .serviceUl li:hover a{ color:#056BE9;}

/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #00a2e9;
}
.pagination li.thisclass {
	background: #00a2e9;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #00a2e9;
	color: #fff;
	cursor: default;
}

  .pagination p{
  margin:0;
  cursor:pointer
  }
  .pagination{
  height:40px;
  padding:20px 0px;
  }
  .pagination a,.pagination span{
  display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  height:24px;
  border:1px #cccccc solid;
  background:#fff;
  text-decoration:none;
  color:#808080;
  font-size:12px;
  line-height:24px;
  }
  .pagination a:hover{
  color:#077ee3;
  background: white;
  border:1px #077ee3 solid;
  }
  .pagination a.cur{
  border:none;
  background:#077ee3;
  color:#fff;
  }
  .pagination p{
  float:left;
  padding:2px 12px;
  font-size:12px;
  height:24px;
  line-height:24px;
  color:#bbb;
  border:1px #ccc solid;
  background:#fcfcfc;
  margin-right:8px;
  }
  .pagination p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
  }
  .pagination p.pageRemark b{
  color:red;
  }
  .pagination p.pageEllipsis{
  border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080;
  }
  .dates li {font-size: 14px;margin:20px 0}
  .dates li span{float:right}
.row>.content-container {
    max-width: 680px;
    margin:auto;
}
.row>.content-container h2{
	  font-size: 44px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 48px;
    color: #000;
}
.wrap-at-3 .icon-column h3{
	  font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    color: #000;
}
.row>.content-container  p{
	font-size: 18px;
	margin: 0 0 25px;
}
.text-center {
    text-align: center;
}
.section .icon-columns-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section .icon-columns-row.wrap-at-3 .icon-column {
    width: 29%;
}
.section .icon-columns-row .icon-column {
    margin-bottom: 25px;
    padding: 0 25px;
}
.section .row .text-center img {
    margin: 0 auto 25px;
}
.in-prd-con .d-none{
	display: none;
}
.in-prd-con .current{
	display: block;
}
.svg-icon-display {
    display: block;
    margin-bottom: 25px;
    max-height: 100px;
    max-width: 100px;
}
.swiper-wrapper .swiper-slide .slide-content .slide-headline {
    font-family: electronicFont;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin:0 0 24px;
    text-transform: capitalize;
    letter-spacing: 3px;
}
.swiper-wrapper .swiper-slide .slide-content .slide-desc {
    font-family: electronicFont;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 41px;
    letter-spacing: 3px;
}
.swiper-wrapper .swiper-slide .slide-content .slide-action .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    padding:20px 30px;
    -webkit-box-shadow: 0 3px 63px 0 rgba(40,40,40,.11);
    box-shadow: 0 3px 63px 0 rgba(40,40,40,.11);
    font-family: electronicFont;
    font-size: 15px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #f7c433;
    color: #fff;
}
.energia-arrow-right{
	margin-left: 30px;
}
.energia-arrow-right:before {
    content: ">";
}
.swiper-wrapper .swiper-slide .slide-content .slide-list {
    margin-bottom: 20px;
}
.swiper-wrapper .swiper-slide .slide-content .slide-list .icon {
    margin-right: 35px;
    display: inline-block;
}
.swiper-wrapper .swiper-slide .slide-content .slide-list .icon img{
	height:67px;
	width:67px;
}
.slide-content{
	margin-top: 100px ;
  !background-image: linear-gradient(180deg,#2685e1 0%,rgba(20,25,28,0) 82%);
  !background-image:-webkit-gradient(linear,left top,left bottom,from(#2685e1),color-stop(82%,rgba(20,25,28,0)));
  padding:20px 28px;
  
}
#contact-info{
	    overflow: auto;
}
#contact-info li{
	float: left;
    width: 50%;
}
.d-underline{
	font-size: 18px;
    border-bottom: dashed #ccc 1px;
    margin-bottom: 20px;
    overflow: auto;
}
.d-underline .w400,.text .d-underline .w800{
    float: left;
}
.d-underline .w400{
	width: 27%;
	text-align: center;
	padding-right:  20px;
}
.d-underline img{
	max-width: 100%;
}
.d-underline .w800{
	width: 69%;
	padding-left:  20px;
}
.box-1 {
  margin-bottom: 94px;
}
.box-1 .content {
  text-align: center;
  margin-bottom: 52px;
}
.box-1 .content img {
  display: block;
  margin: 0 auto;
}
.box-1 .caption {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.box-1 .line {
  width: 40px;
  height: 1px;
  background: #aaa;
  margin: 52px auto;
}
.box-2 {
  background: #f8f8f8;
  padding-bottom: 60px;
}

.box-2 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  
}
.box-2 .list ul li {
  width: 40.8%;
  background: #fff;
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 40px;
  padding: 36px 30px ;
  cursor: pointer;
}
.box-2 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.box-2 .list ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.box-2 .list ul li .cat {
  font-size: 14px;
  color: #999;
}
.box-2 .list ul li .name {
  font-size: 24px;
  color: #332c2b;
  margin: 8px auto 32px;
}
.box-2 .list ul li .content {
  line-height: 24px;
  margin-bottom: 32px;
}
.box-2 .list ul li .detail {
  display: none;
}
.index-title-box {
  text-align: center;
  padding:40px 0;
}
.index-title-box .title {
  font-size: 30px;
  font-weight: 700;
  color: #332c2b;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.index-title-box p {
  font-size: 22px;
  color: #f39a0f;
  line-height: 30px;
  font-family: Arial;
  text-transform: uppercase;
}
/*----------售后服务--------------*/
.service_later .service_later_tit {
  height: 55px;
  width: 250px;
  background: url(../images/service_later_tit.png) no-repeat center;
  text-align:center;
  line-height: 55px;
  color:#fff;
  font-weight: 600;
  font-size:20px;

}
.service_later .service_later_txt{
	padding:30px;
}
.service_later .service_later_txt h4{
  color:#333;
  padding: 10px 0;
  font-size: 16px;
}
.solution_list{width: 100%;height: auto;margin: 40px 0 0;overflow: hidden;}
.solution_list ul{width: 100%;height: auto;margin:0;padding: 0;overflow: hidden;}
.solution_list ul li{width: 23.3%;height: auto;margin: 20px 26.5px 0 0;background: #f0f0f0;float: left;overflow: hidden;}
.solution_list ul li:nth-child(4n){
	margin-right:0;
}
.solution_list ul li .img{line-height: 150px;border: 1px solid #f0f0f0;border-bottom: 0;text-align: center;font-size: 0;overflow: hidden;}
.solution_list ul li .img img{vertical-align: middle;max-width: 100%;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.solution_list ul li .text{width: 100%;height: 40px;text-align: center;line-height: 40px;color: #333;overflow: hidden;}
.solution_list ul li .img,.solution_box .solution_list ul li .text{-webkit-transition: all .1s ease;-moz-transition: all .1s ease;-ms-transition: all .1s ease;-o-transition: all .1s ease;transition: all .1s ease;}
.solution_list ul li:hover .img{border-color: #00A2E9;}
.solution_list ul li:hover .img img{-webkit-transform: scale3d(1.05, 1.05, 1.05);-moz-transform: scale3d(1.05, 1.05, 1.05);-ms-transform: scale3d(1.05, 1.05, 1.05);-o-transform: scale3d(1.05, 1.05, 1.05);transform: scale3d(1.05, 1.05, 1.05);}
.solution_list ul li:hover .text{background: #00A2E9;color: #fff;}
.users_logo{width: 100%;height: auto;margin: 40px 0 0;overflow: hidden;}
.users_logo ul{width: 100%;height: auto;margin: -8px 0 0;padding: 0;overflow: hidden;}
.users_logo ul li{width: 161px;border: 1px solid #d9d9d9;float: left;margin: 8px 4px 0 4px;text-align: center;font-size: 0;overflow: hidden;}
.users_logo ul li img{vertical-align: middle;max-width: 100%;}
.users_logo ul li:hover{border-color: #00A2E9;}
.content .advantage {
	position: relative;
	height: 600px;
	margin-top: 50px;
}
.content .advantage .list {
	position: relative;
	z-index: 99;
}
.content .advantage .list .item {
	width: 350px;
	height: 100px;
	float: left;
}
.content .advantage .list .item.it1, .content .advantage .list .item.it3, .content .advantage .list .item.it5, .content .advantage .list .item.it7 {
	padding-right: 400px;
}
.content .advantage .list .item a {
	display: block;
}
.content .advantage .list .item a h3 {
	font-size: 20px;
	color: #000000;
	height: 24px;
	line-height: 24px;
	padding-bottom: 16px;
	font-weight: bold;
	text-indent: 230px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin:0;
}
.content .advantage .list .item:hover a h3 {
	color: #1ea4fe;
}
.content .advantage .list .item a h3 i {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../images/f2_1.png)center center no-repeat;
	float: right;
}
.content .advantage .list .item.it2:hover a h3 i, .content .advantage .list .item.it4:hover a h2 i, .content .advantage .list .item.it6:hover a h2 i, .content .advantage .list .item.it8:hover a h2 i {
	display: block;
	width: 23px;
	height: 23px;
	float: left;
}
.content .advantage .list .item.it1:hover a h3 i, .content .advantage .list .item.it3:hover a h2 i, .content .advantage .list .item.it5:hover a h2 i, .content .advantage .list .item.it7:hover a h2 i {
	display: block;
	width: 23px;
	height: 23px;
	float: right;
}
.content .advantage .list .item a p {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	transition: all ease 600ms;
	margin:0;
}
.content .advantage .list .item:hover a p {
	margin-top: -12px;
	transition: all ease 600ms;
}
.content .advantage .f2_bg {
	width: 597px;
	height: 559px;
	position: absolute;
	top: 0px;
	left: 354px;
}
.content .advantage .list .item.it1 {
	width: 354px;
	padding-left: 98px;
	padding-top: 26px;
}
.content .advantage .list .item.it1 p {
	width: 310px;
	text-align: right;
}
.content .advantage .list .item.it1 p em {
	text-indent: 250px;
	display: block;
}
.content .advantage .list .item.it2 {
	width: 354px;
	padding-top: 26px;
}
.content .advantage .list .item.it2 h3 {
	text-indent: 20px;
}
.content .advantage .list .item.it2 h3 i {
	float: left;
}
.content .advantage .list .item.it2 p {
	width: 310px;
	padding-left: 44px;
}
.content .advantage .list .item.it2 p em {
	text-indent: 250px;
	display: block;
}
.content .advantage .list .item.it3 {
	width: 354px;
	padding-top: 50px;
}
.content .advantage .list .item.it3 p {
	width: 310px;
	text-indent: 18px;
	text-align: right;
}
.content .advantage .list .item.it3 p em {
	text-indent: 210px;
	display: block;
}
.content .advantage .list .item.it3 h3 {
	text-indent: 230px;
}
.content .advantage .list .item.it4 {
	width: 354px;
	padding-left: 188px;
	padding-top: 50px;
}
.content .advantage .list .item.it4 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.content .advantage .list .item.it4 p em {
	text-indent: 210px;
	display: block;
}
.content .advantage .list .item.it4 h3 {
	text-indent: 20px;
}
.content .advantage .list .item.it4 h3 i {
	float: left;
}
.content .advantage .list .item.it5 {
	width: 354px;
	padding-top: 80px;
}
.content .advantage .list .item.it5 p {
	width: 310px;
	text-indent: 0px;
	text-align: right;
}
.content .advantage .list .item.it5 p em {
	text-indent: 194px;
	display: block;
}
.content .advantage .list .item.it5 h3 {
	text-indent: 230px;
}
.content .advantage .list .item.it6 {
	width: 354px;
	padding-left: 192px;
	padding-top: 78px;
}
.content .advantage .list .item.it6 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.content .advantage .list .item.it6 p em {
	text-indent: 210px;
	display: block;
}
.content .advantage .list .item.it6 h3 {
	text-indent: 20px;
}
.content .advantage .list .item.it6 h3 i {
	float: left;
}
.content .advantage .list .item.it7 {
	width: 354px;
	padding-top: 44px;
	padding-left: 100px;
}
.content .advantage .list .item.it7 p {
	width: 310px;
	text-indent: -12px;
	text-align: right;
}
.content .advantage .list .item.it7 p em {
	text-indent: 58px;
	display: block;
}
.content .advantage .list .item.it7 h3 {
	text-indent: 230px;
}
.content .advantage .list .item.it8 {
	width: 354px;
	padding-left: 2px;
	padding-top: 48px;
}
.content .advantage .list .item.it8 p {
	width: 310px;
	text-indent: 0;
	padding-left: 42px;
}
.content .advantage .list .item.it8 p em {
	text-indent: 210px;
	display: block;
}
.content .advantage .list .item.it8 h3 {
	text-indent: 20px;
}
.content .advantage .list .item.it8 h3 i {
	float: left;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
}
.bg4{
	padding: 40px 0;
    !background-image: url(../images/whole_house_bg.jpg);
    background-position: top center;
    text-align: center;
}
.bg4 p{
	font-size: 17px;
    color: #525d6e;
    letter-spacing: 15px;
    font-weight: lighter;
    text-transform: uppercase;
}
.bg4 .text{
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 10px;
    color: #222222;
    background: url(../images/bottom_bg.png) no-repeat top;
}
.bg5{
	padding: 40px 0;
    background-image: url(../images/bg5.jpg);
    background-position: top center;
    overflow: auto;
}
.bg6{
	padding: 40px 0;
    background-image: url(../images/bg6.jpg);
    background-position: top center;
    overflow: auto;
}

.bg6 .d-left,.bg5 .d-left{
	float: left;
	width: 50%;
}
.bg6 .d-left .w300,.bg5 .d-left .w300{
	margin: auto;
    width: 380px;
}
.bg5 .d-left .w520{
   width: 520px;
}
.bg6 .d-right,.bg5 .d-right{
	float: right;
	width: 50%;
	text-align: center;
}
.bg6 .d-right span,.bg5 .d-right span{
    display: inline-block;
    margin-top: 75px;
    padding-left: 60px;
    background: url(../images/tel.png) no-repeat top left;
    color: #FFF100;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
}
.bg6 .d-left h3,.bg5 .d-left h3{
    color:#fff;
    font-size: 38px;
    margin:0;
    letter-spacing:3px;
}
.bg6 .d-left span, .bg5 .d-left span{
	color:#00FFFF;
}
.bg6 .d-left p,.bg5 .d-left p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
    letter-spacing:1px;
}
@media (max-width: 1300px){
	.w1300{
		display:none;
	}
}
.imagesTit {
    padding-top: 50px;
    border-top: 1px #ccc dashed;
}
.imagesTit .tit {
    font-size: 40px;
    color: #646464;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    display: block;
}
.imagesTit i {
    display: block;
    width: 29px;
    height: 1px;
    margin: 0 auto;
    background: url(../images/wrap.png) center center no-repeat;
    margin-bottom: 30px;
}
@media (min-width: 992px){
	.col-lg-7 {
	    flex: 0 0 auto;
	    width: 50%;
	}
}
@media (max-width: 992px){
	.bg6 .d-left,.bg5 .d-left,.bg6 .d-right,.bg5 .d-right{
		width: auto;
	}
	.bg6 .d-right span, .bg5 .d-right span{
		margin-top: 0;
	}
	.content-exp li{
		width: auto;
		text-align: left;
	}
	.solution_list ul li,.users_logo ul li{
		width: 46.6%;
	}
	.solution_list ul li:nth-child(2n){
		margin-right:0;
	}
  .section .icon-columns-row.wrap-at-3 .icon-column {
    width: 100%;
  }
  .row>.content-container h2{
    	font-size: 28px;
    line-height: 36px;
  }
  .wrap-at-3 .icon-column h3{
  	font-size: 22px;
  }
  .swiper-slide .col-lg-7{
  	display:none;
  }
  .d-underline .w400,.text .d-underline .w800{
  	width: 100%;
  	padding:0;
  }
  .box-1 {
    margin-bottom: 30px;
  }
  .box-1 .swiper-box {
    margin: 30px auto;
  }
  .box-1 .swiper-box .prev {
    left: 15px;
  }
  .box-1 .swiper-box .next {
    right: 15px;
  }
  .box-1 .swiper-slide img {
    height: 140px;
  }
  .box-2 {
    padding-bottom: 30px;
  }
  .box-2 .swiper-box {
    padding: 0 30px;
  }
  .box-2 .swiper-container {
    padding: 0 20px;
    background: url(../img/a2_bg.png) repeat-x left 66px bottom;
    background-size: 80px;
  }
  .box-2 .swiper-slide {
    font-size: 14px;
  }
  .box-2 .swiper-slide.swiper-slide-active {
    padding-bottom: 22px;
  }
  .box-2 .swiper-slide.swiper-slide-active span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .box-2 .swiper-slide span {
    display: inline-block;
  }
  .box-2 .prev-1 {
    padding-left: 0;
  }
  .box-2 .prev-2 {
    padding-left: 0;
  }
  .box-2 .swiper-slide-prev {
    padding-left: 0;
  }
  .box-2 .swiper-slide-next {
    padding-right: 0;
  }
  .box-2 .next-1 {
    padding-right: 0;
  }
  .box-2 .next-2 {
    padding-right: 0;
  }
  .box-2 .swiper-btn {
    top: auto;
    bottom: 0;
  }
  .box-2 .detail-box {
    margin-top: 46px;
  }
  .box-2 .detail-box li {
    text-align: center;
    display: none;
  }
  .box-2 .detail-box .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}


.ovh{overflow: hidden;}
.list-qa{overflow: hidden;}
.list-qa .ovh{ margin-bottom: 5vw;}
.list-qa .item{ width:50%; float: left; position: relative;}
.list-qa .item:nth-child(even){margin-top: 30px;}
.list-qa .item>.question{ width:110%; height: 72px; padding-right:5vw ; background:url(../images/bg_l.png) no-repeat right top; font-size: 20px; line-height: 30px; color: white; overflow: hidden; padding-top: 5px; padding-bottom: 5px; position: relative; padding-left: 110px;}
.list-qa .item:nth-child(even)>.question{ background:url(../images/bg_r.png) no-repeat left top;}
.list-qa .item>.question::before{position:absolute; left:0;top:0; content:attr(data-key); padding-left:1em; padding-right: 10px; margin-right: 10px;  border-right: 1px solid #FFF; height:42px; line-height: 42px; margin:15px 0; width:50px; font-size: 30px; font-weight: bold;}
.list-qa .item>.answer{ position: relative; padding-left: 110px; padding-top: 1em; font-size: 14px;}
.list-qa .item>.answer::before{position:absolute; left:0;top:0; bottom:20px; content:attr(data-key); padding-left:1em; padding-right: 10px; margin-right: 10px;  border-right: 1px solid #0f4581; height:42px; line-height: 42px; margin:15px 0; width:50px; font-size: 30px; font-weight: bold; color:#0f4581;}

.list-qa .item ol{padding-left: 20px;}
.list-qa .item ol>li{list-style-type: decimal;}
.list-qa .item ul{ padding-left: 20px;}
.list-qa .item ul>li{list-style-type: disc;}

@media (max-width:768px) {
  .list-qa .ovh{margin-bottom: 0;}
  .list-qa .item{width:100%;margin-bottom: 5vw;}
  .list-qa .item>.question{width:100%;}
  .list-qa .item:nth-child(even){margin-top: 0;}
  .list-qa .item:nth-child(even)>.question{background:url(../images/bg_l.png) no-repeat right top;}
}

@media (max-width:450px) {
  .list-qa .item{margin-bottom: 10vw;}
  .list-qa .item>.question,.list-qa .item:nth-child(even)>.question{ padding: 10px; height: auto; margin-bottom: 3vw; font-size:16px;}
  .list-qa .item>.question::before{display: none;}
  .list-qa .item>.answer{ padding: 0 10px;}
  .list-qa .item>.answer::before{display: none;}
  .solution_list ul li{
		width: auto;
		margin:auto;
		float: unset;
	}
	
}
@media (max-width:330px) {
	.users_logo ul li{
		width: auto;
		margin:auto;
		float: unset;
	}
}
#mile-cont{position: relative;}
#mile-cont::after{position: absolute; color: #f5f5f5; content: attr(data-content); left:51.5%; bottom:0; font-size: 70px; font-weight: bold; line-height: 1; z-index: 0;}
#mile-cont>div{z-index: 5;}

.mile-nav{width:100%; font-size:20px; overflow-x:auto; padding-bottom: 30px; padding-top: 10px; margin-bottom: 8vw;}
.mile-nav::-webkit-scrollbar{display: none;}
.mile-nav>ul{width:200%; position: relative; height: 30px;margin: auto;}
.mile-nav>ul>div{position: absolute; left:51.865px; right:51.865px; bottom:-15px; height: 1px; background-color: #d8d8d8;}
.mile-nav>ul>li{display: block; width: auto; float: left; text-align: center;padding:0 20px;}
.mile-nav>ul>li>a{display: block; width: 100%; position: relative;}
.mile-nav>ul>li>a::after{content:"|"; position: absolute; left:49%; bottom:-20px; font-size: 10px; color: #d8d8d8; z-index: 5;}
.mile-nav>ul>li.active{margin-top: -15px; z-index: 10;}
.mile-nav>ul>li.active>a{font-size: 30px; font-weight: bold; color:#00a2e9;}
.mile-nav>ul>li.active>a::after{font-weight: bold; font-size: 20px; bottom:-24px; color:#00a2e9;}
.mile-cont{clear: both; display: none; font-size: 16px;}
.mile-cont.active{display: block;}
.f-l{float:left;}
.f-r{float:right;}
.col-half.m-none{margin:0;}
.col-half{width:47%;margin:0 1.5%;position:relative;}
.cols {
    margin: 0 -1.5%;
    overflow: hidden;
}
.MsoNormal{
	line-height: 30px;
}
@media (max-width:1200px) {
  #mile-cont::after{font-size: 100px;}
}

@media (max-width:768px) {
  #mile-cont::after{font-size: 100px;}
  .mile-cont{clear: both; display: none; font-size: 14px;}
  .ct3-mn,.ct3-sd{
		width:auto;
		padding:0;
	}
}

@media (max-width:600px) {
  #mile-cont::after{display: none;}
}
#yingyong{
	width: 1000px;
    margin: auto;
    overflow: hidden;
}
#yingyong>li{
	width: 48%;
	overflow: hidden;
	float: left;
	height:250px;
	margin-right:2%;
}
#yingyong>li:nth-child(2n) {
	margin-right:0;
}

#yingyong>li .yyLeft{
	float: left;
	width: 50%;
}
#yingyong>li .yyright{
	float: right;
	width: 50%;
}
#yingyong>li .yyLeft h4{
	background: #F5B06D;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 20px 0;
}
#yingyong>li .yyLeft li{
	padding: 2px 20px;
	font-size: 14px;
}
#yingyong li.reversal .yyLeft{
	float: right;
}
#yingyong li.reversal .yyright{
	float: left;
}
@media screen and (max-width: 1000px){
	#yingyong,#yingyong>li{
		width: 100%;
		margin:0;
	}
}


/*   列表页新样式   */
.img-cover img{
	max-width: 100%;
	max-height:180px;
}
.list-22 .text p {
    height: 120px;
    white-space: initial;
    color:#666;
    text-align: left;
}
.list-22 .text a{
	color:#000;
	font-weight: 600;
}

.list-22 li {
    float: left;
    width: 50%;
    position: relative;
}

.list-22 .wrap{
	overflow: auto;
}
.list-22 .wrap .img-cover {
    height: 180px;
    width: 180px;
    float: right;
}
.list-22 .wrap .text{
	height: 160px;
	float: left;
	width: 245px;
	padding-top:10px;
}
.list-22 .wrap.reversal {
	background-color: #edeaea;
}
.list-22 .wrap.reversal .img-cover{
	float: left;
}
.list-22 .wrap.reversal .text{
	float: right;
}
.list-22 .wrap.reversal:hover {
    background-color: #00a2e9;
}
@media screen and (max-width: 767px){
	.list-22 li {
	    width: 100%;
	}
	.list-22 .wrap .img-cover{
		width: 40%;
		height:auto;
	}
	.list-22 .wrap .text{
		width: 60%;
	}
	.list-22 .wrap .text p{
		display: block;
		padding: 10px;
	}
}