/* ----------------------------------------------------------------
    Modify     : 电脑板
    Created on : 2024-3-29, 9:30:00 / 2025-2-19, 9:30:00
    Author     : Snake
	Version    : 1.0 / 2.0
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
        全页面调用样式
-----------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif, "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif, "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif, "PingFang SC", "Lantinghei SC", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

dl,
dd,
dt,
ul,
li,
form,
p,
tr,
td,
div {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

li {
	font-size: 14px;
	list-style: none;
}

img {
	border: 0;
	margin: 0;
}

a {
	font-size: 14px;
}

a:link {
	text-decoration: none;
}

/* -- 未访问的链接 -- */
a:visited {
	text-decoration: none;
}

/* -- 已访问的链接 -- */
a:hover {
	text-decoration: none;
}

/* -- 鼠标在链接上 -- */
a:active {
	text-decoration: none;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-6 {
	width: 50%;
}

@media (min-width: 992px) {
	.col-md-3 {
		width: 25%;
		float: left;
	}
}

.clear {
	clear: both;
}

/* -- 动画效果 -- */
.transition {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* -- 图片变大 效果 -- */
.img-scale .img-hidden {
	overflow: hidden;
}

.img-scale .img-hidden img {
	transition: all 0.6s;
}

/* -- 移动 图片变大 -- */
.img-scale .img-hidden img:hover {
	transform: scale(1.4);
}

/* -- 移动 列表li下 图片变大 -- */
.img-scale li:hover .img-hidden img {
	transform: scale(1.4);
}

/* ----------------------------------------------------------------
        幻灯片
-----------------------------------------------------------------*/
.am-slider-default {
	margin: 0;
}

.am-slider-default .am-control-nav {
	position: absolute;
	bottom: 20px;
}

.banner-default {
	background: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	background: var(--main-banner, linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%));
	font-size: 60px;
	text-align: center;
	color: #ffffff;
	padding: 50px 0;
	margin-top: 114px;
}

@media only screen and (max-width: 640px) {
	.banner-default {
		font-size: 40px;
		padding: 30px 0;
	}
}

/* ----------------------------------------------------------------
        首页.index
-----------------------------------------------------------------*/
/* -- seo优化 -- */
.seo_dl {
	margin-top: 50px;
}

.seo_dl .container {
	background: #ffffff;
}

.seo_cont {
	display: inline-block;
	width: 100%;
	padding: 40px 30px;
}

.seo_top {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}

.seo_top_l {
	width: 800px;
	float: left;
}

.seo_top_l .seo_title {
	font-size: 36px;
	color: #323232;
	margin-bottom: 10px;
}

.seo_top_l .seo_info {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.seo_top_r {
	width: 300px;
	float: right;
}

.seo_more {
	text-align: center;
	margin-top: 25px;
}

.seo_more a {
	display: inline-block;
	width: 184px;
	line-height: 45px;
	color: #ffffff;
	border-radius: 30px;
	background-color: #2897c2;
}

.seo_box {
	width: 100%;
	margin-top: 35px;
}

.seo_ul ul {
	width: 100%;
	display: inline-block;
}

.seo_ul ul li {
	position: relative;
	width: 353px;
	float: left;
	margin-right: 20px;
	padding: 30px 30px;
	border: 1px solid #f5f5f5;
}

.seo_ul ul li:hover {
	box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
	border-color: #fff;
}

.seo_ul ul li:nth-child(3n) {
	float: right;
}

.seo_ul ul li:nth-child(n+4) {
	margin-top: 35px;
}

.seo_li_icon {
	width: 55px;
	float: left;
	text-align: center;
}

.seo_ul ul li .seo_li_img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.seo_ul ul li:hover .seo_li_img img {
	transform: scale(1.1);
}

.seo_li_icon .seo_li_num {
	font-size: 45px;
	font-weight: 900;
	color: #f6f6f6;
}

.seo_li_cont {
	width: 200px;
	float: right;
}

.seo_li_cont .seo_li_t {
	font-size: 18px;
	color: #222222;
}

.seo_li_cont .seo_li_zt {
	height: 114px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.6);
	margin-top: 10px;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

/* ----------------------------------------------------------------
        第二改版.首页
-----------------------------------------------------------------*/
.seos_box {
	margin-top: 50px;
}

.seos_box .container {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 0;
}

/* 左边 */
.seos_box .container .left {
	width: 48.78%;
	float: left;
	padding-right: 10px;
}

/* 左边1 */
.seos_box .container .left ._t {
	width: 100%;
	background-color: #2897c2;
	padding: 63px 10px 63px 58px;
	margin-bottom: 20px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.seos_box .container .left ._t:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
}

.seos_box .container .left ._t .tit {
	width: 100%;
	margin-bottom: 38px;
}

.seos_box .container .left ._t .tit .tit2 {
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	margin-top: 14px;
}

.seos_box .container .left ._t .info {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 左边2 */
.seos_box .container .left ._b {
	width: 100%;
	background-color: #ffffff;
	padding: 78px 56px 40px 48px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.seos_box .container .left ._b:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
}

.seos_box .container .left ._b h2 {
	font-size: 24px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 28px;
	font-weight: bold;
}

.seos_box .container .left ._b .info {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	margin-bottom: 28px;
	padding-right: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.seos_box .container .left ._b .pics {
	width: 146px;
	height: 146px;
	margin: 0 auto;
}

.seos_box .container .left ._b .pics img {
	width: 100%;
	height: 100%;
}

.seos_box .container .left ._b .more {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	opacity: 0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.seos_box .container .left ._b .more a {
	font-size: 18px;
	color: #2897c2;
	line-height: 24px;
}

.seos_box .container .left ._b:hover .more {
	opacity: 1;
}

.seos_box .container .left ._b .more a:hover {
	opacity: 0.6;
}

/* 右边 */
.seos_box .container .right {
	width: 51.22%;
	float: right;
	padding-left: 10px;
}

/* 右边1 */
.seos_box .container .right ._t {
	margin-bottom: 20px;
}

.seos_box .container .right .boxs {
	position: relative;
	width: 100%;
	padding: 72px 66px 90px 58px;
	background-color: #fff;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.seos_box .container .right .boxs:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
}

.seos_box .container .right .boxs h2 {
	font-size: 24px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 28px;
	font-weight: bold;
}

.seos_box .container .right .boxs .con {
	width: 100%;
	overflow: hidden;
}

.seos_box .container .right .boxs .con .info {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	float: left;
	padding-right: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	width: calc(100% - 180px);
	width: -ms-calc(100% - 180px);
	width: -o-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
}

.seos_box .container .right .boxs .con .pics {
	width: 180px;
	height: 180px;
	float: right;
}

.seos_box .container .right .boxs .con .pics img {
	width: 100%;
	height: 100%;
}

.seos_box .container .right .boxs .more {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	opacity: 0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.seos_box .container .right .boxs:hover .more {
	opacity: 1;
}

.seos_box .container .right .boxs .more a {
	font-size: 18px;
	color: #2897c2;
	line-height: 24px;
}

.seos_box .container .right .boxs .more a:hover {
	opacity: 0.6;
}

.seos_box .container .right .boxs._b {
	padding-bottom: 90px;
}

/* ----------------------------------------------------------------
        底部.footer
-----------------------------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	margin-top: 50px;
	background: #e6e6e6;
}

/* 底部 - 上 */
footer .foot_cont {
	position: relative;
	width: 100%;
}

footer .foot_cont .container {
	padding: 20px 20px;
	background: #ffffff;
}

footer .foot_cont .container ._cs {
	width: 100%;
	font-size: 0;
	position: relative;
}

footer .foot_cont .container ._cs::before {
    content: "";
    display: block;
    width: 2px;
    background-color: #f5f5f5;
    position: absolute;
    left: 35.4%;
    top: 0;
    height: 100%;
}

footer .foot_cont .container ._cs::after {
    content: "";
    display: block;
    width: 2px;
    background-color: #f5f5f5;
    position: absolute;
    left: 75.3%;
    top: 0;
    height: 100%;
}

/* 底部 - 上.左 */
footer .foot_cont .container .left {
	width: 35.2%;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 10px;
}

footer .foot_cont .container .left .list {
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}

footer .foot_cont .container .left .list .icobox {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-color: #2897c2;
	border-radius: 100%;
}

footer .foot_cont .container .left .list .icobox .ico {
	width: 70%;
	height: 70%;
	margin: 12% auto 0 auto;
}

footer .foot_cont .container .left .list .icobox .ico1 {
	background: url(../image/index/phone.png) no-repeat center center;
	background-size: cover;
}

footer .foot_cont .container .left .list .icobox .ico2 {
	background: url(../image/index/qq.png) no-repeat center center;
	background-size: cover;
}

footer .foot_cont .container .left .list .icobox .ico3 {
	background: url(../image/index/email.png) no-repeat center center;
	background-size: cover;
}

footer .foot_cont .container .left .list .icobox .ico4 {
	background: url(../image/index/address.png) no-repeat center center;
	background-size: cover;
}

footer .foot_cont .container .left .list .words {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	width: calc(100% - 42px);
	width: -ms-calc(100% - 42px);
	width: -o-calc(100% - 42px);
	width: -moz-calc(100% - 42px);
	width: -webkit-calc(100% - 42px);
}

/* 底部 - 上.中 */
footer .foot_cont .container .center {
	width: 39.9%;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 12px;
}

/* 底部 - 上.中.导航 */
footer .foot_cont .container .center ._t {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 26px;
	margin-bottom: 28px;
	/* padding-right: 70px; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* align-items: left; */
}

footer .foot_cont .container .center ._t li {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}

footer .foot_cont .container .center ._t li a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:  transparent;
}

footer .foot_cont .container .center ._t li a:hover {
    opacity: 0.6;
}

/* 底部 - 上.中.友情链接 */
footer .foot_cont .container .center ._b {
    width: 100%;
    overflow: hidden;
}

footer .foot_cont .container .center ._b ._l {
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    width: 76px;
}

footer .foot_cont .container .center ._b ._r {
    float: right;
    width: calc(100% - 76px);
    width: -ms-calc(100% - 76px);
    width: -o-calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    width: -webkit-calc(100% - 76px);
}

footer .foot_cont .container .center ._b ._r .listbox {
    margin: -14px -4px;
    overflow: hidden;
    width: calc(100% + 8px);
    width: -ms-calc(100% + 8px);
    width: -o-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: -webkit-calc(100% + 8px);
}

footer .foot_cont .container .center ._b ._r .listbox .list {
    /* width: 20%; */
    float: left;
    padding: 14px 4px;
}

footer .foot_cont .container .center ._b ._r .listbox .list a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
	ext-decoration: none;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:  transparent;
}

footer .foot_cont .container .center ._b ._r .listbox .list a:hover {
    opacity: 0.6;
}

/* 底部 - 上.右 */
footer .foot_cont .container .right {
	width: 24.7%;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
}

footer .foot_cont .container .right .ewmbox {
    display: inline-block;
    vertical-align: middle;
}

footer .foot_cont .container .right .ewmbox .ewm {
    width: 110px;
    height: 111px;
    box-shadow: 3px 0 7px rgba(192,192,192,0.35);
}

footer .foot_cont .container .right .ewmbox .words {
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: center;
    margin-top: 14px;
}

/* 底部 - 下.版权 */
footer .foot_bank {
	position: relative;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 38px 10px 58px 10px;
}

/* ----------------------------------------------------------------
    当前位置
-----------------------------------------------------------------*/
.location {
	width: 100%;
	padding-top: 20px;
	background: #f7f7f7;
}

.location-marker {
	width: 100%;
}

.location-marker a {
	position: relative;
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 15px 20px;
	margin: 0 10px 0 0;
	background: #36404b;
}

.location-marker a:nth-child(n+2) {
	padding-left: 60px;
}

.location-marker a:nth-child(1) {
	z-index: 9;
}

.location-marker a:nth-child(2) {
	z-index: 8;
}

.location-marker a:nth-child(3) {
	z-index: 7;
}

.location-marker a:nth-child(4) {
	z-index: 6;
}

.location-marker a:nth-child(5) {
	z-index: 5;
}

.location-marker a:after {
	position: absolute;
	content: "";
	right: -40px;
	top: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 40px solid #36404b;
}

.location-marker a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 40px solid #fff;
}

.location-marker a:first-child:before {
	display: none;
}

.location-marker a:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.location-marker a:last-child:after {
	display: none;
}

.location-marker a:hover {
	color: #fff;
	background: #33cde5;
}

.location-marker a:hover:after {
	border-left-color: #33cde5;
}

.location-marker a span {
	margin-left: 2px;
}

.location-marker a:last-child span {
	display: none;
}

/* ----------------------------------------------------------------
        其他页面
-----------------------------------------------------------------*/
/* -- 通用样式 -- */
.cont-contact {
	position: relative;
	width: 100%;
	background: #f7f7f7;
}

.cont-contact-withe {
	background: #fff;
}

.cont-box {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
}

/* ----------------------------------------------------------------
        图片列表中心 - 产品展示
-----------------------------------------------------------------*/
.pro-list {
	display: inline-block;
	position: relative;
	width: 100%;
}

.pro-list li {
	position: relative;
	width: 363px;
	/*height: 539px;*/
	float: left;
	margin-right: 40px;
	margin-bottom: 60px;
}

.pro-list li:nth-child(3n+3) {
	margin-right: 0;
}

.pro-list .pro-img {
	position: relative;
	width: 363px;
	/*height: 213px;*/
}

.pro-list .pro-img img {
	width: 363px;
	height: 274px;
}

.pro-list .pro-cons {
	padding: 15px 15px;
	background: #fff;
}

.pro-list .pro-title {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pro-list .pro-txt {
	height: 40px;
	color: #6d6d6d;
	margin: 10px 0;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pro-list .pro-time {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #999;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pro-time .pro-time-issue {
	display: none;
	float: left;
}

.pro-time .pro-time-right {
	float: right;
}

.pro-time .pro-time-right i.fa-long-arrow-right {
	color: #999;
	margin-right: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pro-list li:hover .pro-time .pro-time-right i.fa-long-arrow-right {
	margin-right: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* -- 图片列表中心 - 案例中心 -- */
.pro-list .ucase-title {
	margin-bottom: 20px;
}

.pro-list .ucase-txt {
	display: none;
}

.pro-list li:hover .ucase-cons {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.pro-list li:hover .ucase-time {
	border-top: 1px solid #33cde5;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pro-list li:hover .ucase-time i.fa-long-arrow-right {
	color: #000;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* ----------------------------------------------------------------
        图片列表中心 - 案例展示
-----------------------------------------------------------------*/
.ucase-list {
	display: inline-block;
	position: relative;
	width: 100%;
}

.ucase-list li {
	position: relative;
	width: 363px;
	/*height: 539px;*/
	float: left;
	margin-right: 40px;
	margin-bottom: 60px;
}

.ucase-list li:nth-child(3n+3) {
	margin-right: 0;
}

.ucase-list li .ucase-cont {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ucase-list li .ucase-cont .ucase-img img {
	width: 100%;
}

.ucase-list li .ucase-cont .ucase-hide {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	top: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.ucase-list li .ucase-cont .ucase-hide a {
	display: block;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.ucase-list li .ucase-cont .ucase-hide span {
	display: inline-block;
	color: #fff;
	width: 62px;
	line-height: 2.5;
	font-size: 16px;
	margin: 26% 12px 0 12px;
}

.ucase-list li .ucase-cont .ucase-hide span i {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.ucase-list li .ucase-cont .ucase-hide span i.bgs {
	background: url(../image/user-icon.png) center top no-repeat;
}

.ucase-list li:hover .ucase-cont .ucase-hide {
	top: 0;
}

.ucase-list li .ucase-cont .ucase-hide span i:hover {
	background-color: #33cde5;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.ucase-list li .ucase-cons {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 16px 16px;
	background: #fff;
	overflow: hidden;
}

.ucase-list li .ucase-cons p {
	position: relative;
	font-size: 18px;
	color: #161616;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.ucase-list li .ucase-cons:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 100px;
	content: "";
	background: #33cde5;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.ucase-list li:hover .ucase-cons:after {
	bottom: 0px;
}

.ucase-list li:hover .ucase-cons p {
	color: #ffffff;
}


/* ----------------------------------------------------------------
        文章列表中心 - 新闻, 信息学堂, 招聘, 供应, 采购, 招标
-----------------------------------------------------------------*/
.cont-list {
	display: inline-block;
	position: relative;
	width: 100%;
}

.cont-list li {
	position: relative;
	width: 277px;
	float: left;
	margin-right: 20px;
	margin-bottom: 60px;
}

.cont-list li:nth-child(4n+4) {
	margin-right: 0;
}

.cont-list .list-img {
	position: relative;
	width: 100%;
}

.cont-list .list-img img {
	width: 100%;
	height: 286px;
}

.cont-list .list-cons {
	padding: 15px 15px;
	background: #fff;
}

.cont-list .list-title {
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cont-list .list-txt {
	height: 85px;
	font-size: 14px;
	color: #6d6d6d;
	margin-top: 5px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	/*isplay: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cont-list .list-time {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #999;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #d8d8d8;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.list-time .list-time-issue {
	float: left;
}

.list-time .list-time-right {
	float: right;
}

.cont-list li:hover .list-time {
	color: #0f0f0f;
	border-top: 1px solid #0f0f0f;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* -- 文章列表中心 - 信息学堂 -- */
.cont-list .list-txts {
	margin: 10px 0;
}

.cont-list .list-more {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #999;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
}

.cont-list .list-more i {
	color: #000;
	margin-left: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cont-list li .list-anim {
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cont-list li:hover .list-anim .list-title,
.cont-list li:hover .list-anim .list-txts {
	color: #fff;
}

.cont-list li:hover .list-anim {
	background: #777;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cont-list li:hover .list-anim .list-more {
	color: #fff;
	border-top: 1px solid #33cde5;
}

.cont-list li:hover .list-anim .list-more i {
	color: #fff;
	margin-left: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* ----------------------------------------------------------------
        其他列表中心, 下载中心
-----------------------------------------------------------------*/
.cont-list-down {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 20px 20px;
	background: #fff;
}

.cont-list-down ul.down {
	width: 100%;
}

.cont-list-down ul.down li {
	width: 100%;
	float: left;
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}

.cont-list-down ul.down li.down-ti {
	border-bottom: 1px dashed #bdbdbd;
}

.cont-list-down ul.down li div {
	width: 24%;
	min-height: 20px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cont-list-down ul.down li div:first-child {
	width: 30px;
}

.cont-list-down ul.down li.down-list div {
	line-height: 32px;
}

.cont-list-down .down-list .down-more a {
	color: #fff;
}

/* ----------------------------------------------------------------
        详细(内容)页, 统一通用
-----------------------------------------------------------------*/
/* -- 详细(内容)页 - 左边 -- */
.cont-left {
	width: 880px;
	float: left;
}

/* -- 详细(内容)页 - 左边, 文本内容 -- */
.cont-details {
	display: inline-block;
	width: 100%;
	padding: 30px 30px;
	background: #fff;
}

.cont-details-padding {
	margin-bottom: 30px;
	padding: 0 !important;
}

.details-title {
	text-align: center;
	font-size: 28px;
}

.details-data {
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}

.details-txt {
	width: 100%;
	min-height: 300px;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
}

.details-txt p {
	width: 100% !important;
}

.details-txt img,
.details-txt p img {
	max-width: 100% !important;
}

.details-txt iframe {
	display: inline-block;
	position: relative;
	max-width: 100% !important;
}

/* -- 详细(内容)页 - 左边, 赞,分享,收藏 -- */
.fabulous-share {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 10px 0 5px 0;
}

.fabulous-share .detailed-fabulous {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.fabulous-share .detailed-fabulous .detailed-fabulous-item {
	width: 150px;
}

.fabulous-share .detailed-fabulous .detailed-fabulous-item:nth-child(1) {
	margin-right: 20px;
}

.fabulous-share .detailed-fabulous .detailed-fabulous-item .detailed-fabulous-img {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.fabulous-share .detailed-fabulous .detailed-fabulous-item .detailed-fabulous-img img {
	position: relative;
	margin: 0 auto;
	top: 10px;
}

.fabulous-share .detailed-fabulous .detailed-fabulous-item .detailed-fabulous-txt {
	margin-top: 10px;
}

.fabulous-share .detailed-share {
	position: relative;
	float: right;
	/*bottom: 25px;*/
}

.fabulous-share .detailed-share .share-tit {
	float: left;
	display: inline;
	color: #666;
	margin-top: 2px;
	margin-right: 10px;
}

.fabulous-share .detailed-share ul {
	float: left;
	display: inline;
}

.fabulous-share .detailed-share ul li {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	float: left;
	display: inline;
}

.fabulous-share .detailed-share ul li a {
	display: block;
	width: 0;
	height: 24px;
	padding-left: 24px;
	background: url(../image/s_gallery_2012110702.png) no-repeat 0 0;
	overflow: hidden;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: opacity 0.5s ease;
}

.fabulous-share .detailed-share ul li .s_qzone {
	background-position: -62px -229px;
}

.fabulous-share .detailed-share ul li .s_qq {
	background: url(../image/share-qq.png) -18px -25px no-repeat;
}

.fabulous-share .detailed-share ul li .s_sina {
	background-position: -62px -316px;
}

.fabulous-share .detailed-share ul li .s_wechat {
	background: url(../image/share-wechats.png) no-repeat;
}

.fabulous-share .detailed-share ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* -- 详细(内容)页 - 左边, 上下页 -- */
.details-page {
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 14px;
	/*margin-top: 20px;*/
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.details-page .page-btn {
	width: 100%;
	/*float: left;*/
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.details-page .page-nex {
	/*text-align: right;*/
	/*float: right;*/
}

.details-page .page-btn a {
	color: #999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.details-page .page-btn a:hover {
	color: #0c6fc3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.cont-left .recom-list li {
	width: 266px;
}

.cont-left .recom-list .recom-title .recom-title-txt {
	width: 235px;
}

/* -- 详细(内容)页 - 右边 -- */
.cont-right {
	width: 250px;
	float: right;
}

.cont-right-item {
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 15px;
	background: #fff;
}

.cont-right-title {
	width: 100%;
	color: #afafaf;
	font-size: 21px;
	padding-bottom: 13px;
	background: url(../image/cont-right-title1.png) no-repeat left bottom;
}

.cont-right-list {
	position: relative;
	display: inline-block;
	width: 100%;
}

.cont-right-list li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.cont-right-list li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.cont-right-txt p {
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* ----------------------------------------------------------------
        其他详细(内容)页, 下载中心(带有下载按钮)
-----------------------------------------------------------------*/
.details-down {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.details-down a {
	font-size: 16px;
	color: #fff;
	padding: 5px 45px;
	border: 1px solid #0c6fc3;
	background: #0c6fc3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.details-down a:hover {
	border: 1px solid #1e86de;
	background: #1e86de;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* ----------------------------------------------------------------
        其他详细(内容)页, 招聘中心(带有提交功能)
-----------------------------------------------------------------*/
.job-cont {
	width: 100%;
	display: inline-block;
	border: 1px solid #e8e8e8;
}

.job-cont .fl {
	min-height: 296px;
	text-align: center;
	padding: 0 10px;
}

.job-cont .fl img.job-headimg {
	width: 130px;
	height: 130px;
	margin: 20px 0 10px 0;
}

.job-cont .fl .btn-success {
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	margin: 20px 0;
	border: 1px solid #0c6fc3;
	background: #0c6fc3;
}

.job-cont .fr {
	min-height: 296px;
	padding: 10px 10px;
	border-left: 1px solid #eee;
}

/* ----------------------------------------------------------------
        在线留言
-----------------------------------------------------------------*/
.table-responsive {
	margin-bottom: 0;
}

.table-bordered {
	margin-bottom: 0;
}

.table-message thead tr {
	background: #ddd;
}

.table-message thead th {
	padding: 20px 0px;
	text-indent: 10px;
}

.table-message tbody .sm-form-control {
	width: 100%;
	padding: 0.375rem 0.75rem;
	border: 1px solid #cccccc;
	border-radius: 3px !important;
}

.table-message tbody .code-form-control {
	width: 150px;
	float: left;
}

.table-message tbody .code-form-img {
	width: 125px;
	margin-left: 10px;
	border: 1px solid #e3e3e3;
}

.table-message tfoot input.table-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
}

.table-message tfoot input.table-sub {
	color: #fff;
	margin-right: 10px;
	border: 1px solid #0c6fc3;
	background: #0c6fc3;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.table-message tfoot input.table-sub:hover {
	color: #fff;
	border: 1px solid #1e86de;
	background: #1e86de;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.table-message tfoot input.tab-res {
	color: #333;
	border: 1px solid #ccc;
	background: #ccc;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.table-message tfoot input.tab-res:hover {
	color: #333;
	border: 1px solid #ccc;
	background: #eaeaea;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.table-message tfoot input.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* ----------------------------------------------------------------
        分页
-----------------------------------------------------------------*/
.page-content {
	position: relative;
	width: 100%;
}

.am-pagination {
	padding-left: 0;
	margin: 15px 0;
	list-style: none;
	color: #999;
	text-align: left;
}

.am-pagination-centered {
	text-align: center;
}

.am-pagination>li {
	display: inline-block;
}

.am-pagination>li>a,
.am-pagination>li>span {
	position: relative;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	line-height: 1.2;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 5px;
	margin-right: 5px;
}

#lcms-pager li.am-active a {
	background-color: #0a90eb;
	border-color: #0a90eb;
}

#lcms-pager li:hover a {
	color: #ffffff;
	background-color: #0a90eb;
	border-color: #0a90eb;
}

.am-pagination>.am-disabled>a,
.am-pagination>.am-disabled>a:focus,
.am-pagination>.am-disabled>a:hover,
.am-pagination>.am-disabled>span,
.am-pagination>.am-disabled>span:focus,
.am-pagination>.am-disabled>span:hover {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
	pointer-events: none;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #0e90d2;
	border-color: #0e90d2;
	cursor: default;
}

/* ----------------------------------------------------------------
        根据分辨率来判断显示
-----------------------------------------------------------------*/
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {

	/* ----------------------------------------------------------------
	        首页
	-----------------------------------------------------------------*/
	/* ----------------------------------------------------------------
	        第一层
	-----------------------------------------------------------------*/
	.seo_dl {
		margin-top: 20px;
		padding: 0 10px;
	}

	.seo_cont {
		padding: 20px 0;
	}

	.seo_top {
		padding: 0;
	}

	.seo_top_l .seo_title {
		font-size: 18px;
	}

	.seo_top_l,
	.seo_top_r {
		width: 100%;
	}

	.seo_box {
		margin: 15px 0 0 0;
	}

	.seo_ul ul li {
		width: 100%;
		padding: 10px 5px;
		margin: 15px 0 0 0;
	}

	.seo_ul ul li:nth-child(3n) {
		float: left;
	}

	.seo_ul ul li:nth-child(n+4) {
		margin-top: 15px;
	}

	.seo_li_icon {
		width: 18%;
	}

	.seo_li_cont {
		width: 72%;
		float: left;
		margin-left: 5%;
	}
	
	/* ----------------------------------------------------------------
	        第二层
	-----------------------------------------------------------------*/
	.seos_box {
		margin-top: 20px;
		padding: 0 10px;
	}
	
	/* 左边 */
	.seos_box .container .left {
	    width: 100%;
		padding-right: 0;
	}
	
	/* 左边1 */
	.seos_box .container .left ._t {
	    padding: 14px;
	    margin-bottom: 16px;
	    background-color: #fff;
	}
	
	.seos_box .container .left ._t .tit {
	    margin-bottom: 12px;
	}
	
	.seos_box .container .left ._t .tit .tit2 {
	    font-size: 18px;
	    line-height: 24px;
	    margin-top: 10px;
	    color: #000;
	    font-weight: bolder;
	}
	
	.seos_box .container .left ._t .info {
	    font-size: 14px;
	    line-height: 24px;
	    -webkit-line-clamp: 20;
	    color: #333;
	}
	
	/* 左边2 */
	.seos_box .container .left ._b {
	    padding: 14px;
	    margin-bottom: 16px;
	}
	
	.seos_box .container .left ._b h2 {
	    font-size: 18px;
	    line-height: 24px;
	    margin-bottom: 12px;
	}
	
	.seos_box .container .left ._b .info {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 12px;
	    padding-right: 0;
	    -webkit-line-clamp: 420;
	}
	
	.seos_box .container .left ._b .pics {
	    width: 80px;
	    height: 80px;
	}
	
	.seos_box .container .left ._b .more {
	    margin-top: 12px;
		opacity: 1;
	}
	
	.seos_box .container .left ._b .more a {
	    font-size: 14px;
	    line-height: 20px;
	}
	
	/* 右边 */
	.seos_box .container .right {
	    width: 100%;
	    float: right;
	    padding-left: 0;
	}
	
	.seos_box .container .right ._t {
	    margin-bottom: 16px;
	}
	
	.seos_box .container .right .boxs {
	    padding: 14px;
	}
	
	.seos_box .container .right .boxs .con {
	    width: 100%;
	    overflow: hidden;
	}
	
	.seos_box .container .right .boxs .con .info {
	    font-size: 14px;
	    line-height: 24px;
	    padding-right: 0;
	    -webkit-line-clamp: 20;
	    width: 100%;
	    float: none;
	}
	
	.seos_box .container .right .boxs .con .pics {
	    width: 80px;
	    height: 80px;
	    float: none;
	    margin: 12px auto 0 auto;
	}
	
	.seos_box .container .right .boxs .more {
	    position: static;
	    margin-top: 14px;
		opacity: 1;
	}
	
	.seos_box .container .right .boxs .more a {
	    font-size: 14px;
	}
	
	.seos_box .container .right .boxs._b {
	    padding-bottom: 14px;
	}

	/* ----------------------------------------------------------------
	        第三层
	-----------------------------------------------------------------*/
	.new_ContactUs {
		margin-top: 20px;
		padding: 0 10px;
	}

	.new_ContactUs .container {
		display: block;
	}

	.new_ContactUs .left {
		position: relative;
		width: 100%;
		height: 200px;
		background: url(../image/index/message_left.jpg);
		background-size: 100% 100%;
	}

	.new_ContactUs .left .contentBlock {
		display: none;
	}

	.new_ContactUs .right {
		width: 100%;
		padding: 20px 10px;
	}

	.new_ContactUs .right .form {
		margin-top: 15px;
	}

	.new_ContactUs .right .form .styleblock {
		width: 100%;
		margin: 15px 0 0 0;
		padding: 0;
	}

	.new_ContactUs .right .form .styleblock:nth-of-type(2n+0) {
		padding: 0;
	}

	.new_ContactUs .right .form .submit {
		margin-top: 15px;
	}

	/* ----------------------------------------------------------------
	        第五层
	-----------------------------------------------------------------*/
	.news_box {
		margin: 20px 0;
		padding: 0 10px;
	}

	.news_box .container {
		padding: 20px 10px;
	}

	.news_box .commonIndexHeaderTop {
		width: 100%;
	}

	.news_box .rightMore {
		display: none;
	}

	.news_box .tabs_cont li {
		width: 100%;
	}

	.news_box .item_left .date {
		margin-left: 0;
	}
	
	/* ----------------------------------------------------------------
	        底部
	-----------------------------------------------------------------*/
	footer {
		margin: 20px 0 25px 0;
		padding: 0 10px;
	}
	
	/* 底部 - 上 */
	footer .foot_cont {
		/* padding: 12px; */
	}
	
	footer .foot_cont .container ._cs::before {
	    opacity: 0;
	}
	
	footer .foot_cont .container ._cs::after {
	    opacity: 0;
	}
	
	/* 底部 - 上.左 */
	footer .foot_cont .container .left {
	    width: 100%;
	    padding-right: 0px;
	    padding-bottom: 16px;
	    margin-bottom: 16px;
	    border-bottom: 1px solid #f5f5f5;
	}
	
	footer .foot_cont .container .left .list {
	    margin-bottom: 10px;
	}
	
	footer .foot_cont .container .left .list .icobox {
	    width: 30px;
	    height: 30px;
	}
	
	footer .foot_cont .container .left .list .words {
	    font-size: 14px;
	    line-height: 20px;
	    padding-left: 10px;
	    width: calc(100% - 32px);
	    width: -ms-calc(100% - 32px);
	    width: -o-calc(100% - 32px);
	    width: -moz-calc(100% - 32px);
	    width: -webkit-calc(100% - 32px);
	}
	
	/* 底部 - 上.中 */
	footer .foot_cont .container .center {
	    width: 100%;
	    padding-left: 0;
	    padding-right: 0;
	    padding-bottom: 16px;
	    margin-bottom: 16px;
	    border-bottom: 1px solid #f5f5f5;
	    display: none;
	}
	
	/* 底部 - 上.右 */
	footer .foot_cont .container .right {
	    width: 100%;
	    text-align: center;
	}
	
	/* 底部 - 下 */
	footer .foot_bank {
	    font-size: 14px;
	    line-height: 18px;
	    padding-top: 16px;
	    padding-bottom: 16px;
	}
	
	footer .foot_bank .container {
		padding: 0;
	}

}