/**
 * .c-z-1 {
	color: #2ab2e0;
}

.c-z-2 {
	color: #2466aa;
}

.c-z-3 {
	color: #f2e01d;
}

 ***/

/**头部**/

.top-box {
	background: #fff;
}

.top-box .top {
	line-height: 30px;
	font-size: 12px;
	color: #666;
	background: #f8f8f8;
	border-bottom: solid 1px #ccc;
}

.top-box .top a {
	margin-left: 9px;
	padding-left: 9px;
	border-left: solid 1px #ccc;
	display: inline-block;
	line-height: 1em;
	color: #666;
}

.top-box .top a:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}

.top-box .logo {
	width: 490px;
	margin: 15px 0;
}

.top-box .logo-right-pic {
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}

.top-box .top-ggy {}

.top-box .logo img {
	display: block;
	width: 100%;
}

.top-box .tell {
	float: right;
	padding-left: 55px;
	color: #666;
	font-size: 14px;
	line-height: 1em;
	margin-top: 36px;
	background: url(../img/logo-tell.png) no-repeat left center;
}

.top-box .tell span {
	display: block;
	font-size: 24px;
	color: #f50;
	line-height: 1em;
	font-family: arial;
	letter-spacing: 1px;
}

/* 头部搜索 */
.top-shousuo-btn {
	float: right;
	width: 20px;
	height: 20px;
	margin: 21px 0;
	padding: 13px 0 13px 20px;
}

.top-shousuo-btn img {
	display: block;
	width: 100%;
}

.top-shousuo-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 5;
}

.top-shousuo-box .search-text {
	line-height: 30px;
	font-size: 12px;
	color: #333;
	border: solid 1px #2ab2e0;
	padding: 0 10px;
	background: none;
}

.top-shousuo-box .search-btn {
	font-size: 12px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	background: #2ab2e0;
	cursor: pointer;
}

/* 头部导航 */
/* 导航类样式0 */
.top-nav-box {
	background: #2466aa;
}

.top-nav0 {}

.top-nav0>li {
	margin-left: 35px;
	position: relative;
}

.top-nav-box .top-nav0>li:first-child {
	margin-left: 0px;
}

.top-nav-box .top-nav0>li>a {
	line-height: 88px;
	font-size: 16px;
	color: #222;
	position: relative;
	text-align: center;
	display: block;
	font-weight: bold;
}

.top-nav-box .top-nav0 .nav_line {
	position: absolute;
	display: block;
	height: 5px;
	width: 0%;
	left: 50%;
	bottom: 0px;
	transition: 0.3s;
	background: #2466aa;
}

.top-nav-box .top-nav0>li:hover>a,
.top-nav-box .top-nav0>li.index>a,
.top-nav-box .top-nav0>li.focus>a {
	color: #2466aa;
}

.top-nav-box .top-nav0>li:hover .nav_line,
.top-nav-box .top-nav0>li.index .nav_line,
.top-nav-box .top-nav0>li.focus .nav_line {
	width: 100%;
	left: 0%;
	transition: 0.5s;
}

.top-nav-box .top-nav0 .nav-find {
	z-index: 100;
	background: #2466aa;
	width: 130px;
	margin-left: -30px;
}

.top-nav-box .top-nav0 .nav-find ul {}

.top-nav-box .top-nav0 .nav-find ul li {
	border-top: solid 1px #2ab2e0;
	text-align: center;
}

.top-nav-box .top-nav0 .nav-find ul li a {
	font-size: 12px;
	line-height: 3.5em;
	color: #fff;
	transition: 0.3s;
	display: block;
}

.top-nav-box .top-nav0 .nav-find ul li:hover a {
	color: #2466aa;
	text-decoration: underline;
	transition: 0.5s;
	background: #fff;
}

/* 导航类样式1 */
.top-nav-box .top-nav1 {}

.top-nav-box .top-nav1>li {
	position: relative;
	/* margin-left: 1px; */
}

.top-nav-box .top-nav1>li:first-child {
	/* margin-left: 0px; */
}

.top-nav-box .top-nav1>li:first-child a::before {
	display: none;
}

.top-nav-box .top-nav1>li>a::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	height: 16px;
	width: 1px;
	background: #fff;
	top: 50%;
	margin-top: -8px;
}

.top-nav-box .top-nav1>li>a {
	line-height: 55px;
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 0 49.5px;
}

.top-nav-box .top-nav1>li:hover>a,
.top-nav-box .top-nav1>li.index>a,
.top-nav-box .top-nav1>li.focus>a {
	color: #fff;
	background: #00a0e9;
}

.top-nav-box .top-nav1 .nav-find {
	display: block;
	width: 100%;
	z-index: 100;
}

.top-nav-box .top-nav1 .nav-find>ul {
	text-align: center;
	background: #00a0e9;
	opacity: 0.9;
}

.top-nav-box .top-nav1 .nav-find ul li {
	border-top: solid 1px #999;
	margin: 0 10px;
}

.top-nav-box .top-nav1 .nav-find ul li a {
	color: #f8f8f8;
	font-size: 14px;
	line-height: 3em;
}

.top-nav-box .top-nav1 .nav-find ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* 轮播图 */
.index-banner {
	display: block;
	width: 100%;

}

.swiper-pagination-bullet-active {
	background: #2466aa;
}

/* 首页栏目标题 */
.index-type-box {
	float: left;
	width: 320px;
}

/* 首页业务范围 */
.index-yewu {
	background: #f8f8f8;
}

.index-yewu .container {
	padding: 100px;
	background: #fff;
}

.index-yewu-right {
	float: right;
	width: 800px;
}

.index-yewu .index-yewu-ul {
	font-size: 0;
}

.index-yewu .index-yewu-ul li:first-child {
	margin-left: 0px;
}

.index-yewu .index-yewu-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: center;
	width: 25%;
}

.index-yewu ul li .box {
	display: block;
	margin: 10px;
}

.index-yewu ul li .pic {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}

.index-yewu ul li .pic img {
	display: block;
	width: 100%;
}

.index-yewu ul li:hover .pic img {
	transform: rotateY(360deg);
	transition: 0.5s;
}

.index-yewu ul li:hover .title {
	color: #2466aa;
}

.index-yewu ul li:hover .info {
	color: #ccc;
}

.index-yewu ul li:hover .xian {
	background: #2466aa;
}

.index-yewu ul li .text {}

.index-yewu ul li .title {
	font-size: 16px;
	line-height: 2em;
	color: #333;
	font-weight: bold;
}

.index-yewu ul li .xian {
	display: block;
	width: 40px;
	height: 3px;
	background: #ccc;
	margin: 10px auto;
}

.index-yewu ul li .info {
	font-size: 12px;
	line-height: 1.75em;
	color: #999;
	text-align: justify;
}


/* 首页案例 */
.index-case {
	background: url(../img/index-case-bg.jpg) no-repeat top center / 1920px 100%;
}

.index-case .index-mor4 {
	border-color: #fff;
	background: #fff;
}

.index-case .index-mor4:hover {
	color: #fff;
	border-color: #2466aa;
	background: #2466aa;
}

.index-case .container {
	padding: 100px;
}


.index-case-right {
	float: right;
	width: 800px;
	padding: 30px 0;
}

.index-case-right ul {}

.index-case-right ul li {
	float: left;
	width: 25%;
}

.index-case-right ul li a {
	display: block;
	margin: 5px;
}

.index-case-right ul li .pic {
	height: 152px;
}


.index-case-right ul li .text {
	text-align: center;
	background: #f8f8f8;
}

.index-case-right ul li:hover .text {
	background: #2466aa;
}

.index-case-right ul li .title {
	font-size: 14px;
	line-height: 3em;
	color: #333;
}

.index-case-right ul li:hover .title {
	color: #fff;
}


/* 首页流程 */
.index-liucheng {
	background: #f8f8f8;
	padding-bottom: 60px;
}

.index-liucheng-list {}

.index-liucheng-list li:first-child {
	background: none;
}

.index-liucheng-list li {
	width: 200px;
	background: url(../img/liucheng-jiantou2.png) no-repeat -5px 60px / 18px auto;
}

.index-liucheng-list li .box {
	display: block;
	padding: 10px;
}

.index-liucheng-list li .pic {
	width: 70px;
	margin: 0 auto 10px;
	border-radius: 100%;
}

.index-liucheng-list li img {
	display: block;
	width: 100%;

}

.index-liucheng-list li:hover img {
	transform: rotateY(360deg);
	transition: 0.5s;
}

.index-liucheng-list li .text {
	text-align: center;
	padding-bottom: 15px;
}

.index-liucheng-list li .title {
	font-size: 16px;
	color: #333;
	line-height: 2em;
}


/* 首页优势 */
.index-youshi {
	padding-bottom: 60px;
}

.index-youshi-box {}

.index-youshi-box li:first-child {}

.index-youshi-box li {
	float: left;
	width: 25%;
	text-align: center;
}

.index-youshi-box li a {
	display: block;
	margin: 10px;
	transition: 0.3s;
	background: #f8f8f8;
}

.index-youshi-box li .pic {
	width: 70px;
	margin: 0 auto;
	padding: 25px 0 0px;
}

.index-youshi-box li .pic img {
	display: block;
	width: 100%;
}

.index-youshi-box li a:hover img {
	transform: rotateY(360deg);
	transition: 0.5s;
}

.index-youshi-box li .text {
	padding: 10px 0 30px;
	text-align: center;
}

.index-youshi-box li .text span {
	display: inline-block;
	width: 40px;
	height: 3px;
	background: #ccc;
	transition: 0.3s;
}

.index-youshi-box li .title {
	font-size: 16px;
	color: #333;
	transition: 0.3s;

}

.index-youshi-box li a:hover .title {
	color: #2466aa;
	transition: 0.5s;
}

.index-youshi-box li .info {
	font-size: 14px;
	color: #999;
	line-height: 1.5em;
	margin-top: 10px;
	transition: 0.3s;
	padding: 0 20px;
}


/* 首页关于我们 */
.index-about {
	padding-top: 100px;
}

.index-about .pic {
	float: left;
	width: 590px;
	position: relative;
}

.index-about .pic .bgimg {
	background: url(../img/index-about-img.jpg) no-repeat top center;
	width: 334px;
	height: 230px;
	position: absolute;
	left: -50px;
	top: -50px;
	z-index: 3;
}

.index-about .pic .bg {
	position: absolute;
	z-index: 1;
	background: #f8f8f8;
	width: 160px;
	height: 240px;
	right: -50px;
	bottom: -50px;
}

.index-about .pic img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

.index-about-box .text {
	float: right;
	width: 500px;
}

.index-about-box .text .title {
	font-size: 30px;
	color: #2466aa;
}

.index-about-box .text .title-en {
	font-size: 14px;
	margin: 5px 0 20px;
	font-weight: initial;
	font-family: arial;
	color: #999;
	text-transform: uppercase;
}

.index-about-box .text .info {
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 2em;
}

.index-about-box .text .info *+p {
	margin-top: 10px;
}

.index-about-box .text a {
	margin-top: 30px;
}


/* 新闻资讯 */
.index-news {
	padding-bottom: 60px;
}

.index-news-bt-box {
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.index-news-type-bt {
	font-size: 26px;
	color: #2466aa;
	float: left;
	line-height: 56px;
}

.index-news-nav {
	border-bottom: solid 1px #fff;
	padding-top: 20px;
	margin-bottom: 20px;
}

.index-news-nav a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 3em;
	transition: 0.3s;
	padding: 0 20px;
	background: #fff;
	float: left;
	width: 4em;
}

.index-news-nav a.focus,
.index-news-nav a:hover {
	color: #fff;
	background: #2466aa;
	transition: 0.5s;
	border-bottom: solid 1px #2466aa;
	margin-bottom: -1px;
}

.index-news-pic {
	float: left;
	width: 480px;

}

.index-news-pic img {
	display: block;
	width: 100%;
}

.index-news-cont {
	float: right;
	width: 580px;
	background: #f8f8f8;
	padding: 0 50px 50px;
	height: 400px;
	overflow: hidden;
}


.index-news-list1-ul {}

.index-news-list1-ul li:first-child {
	margin-top: 0;
}

.index-news-list1-ul li {
	margin-top: 11px;
}

.index-news-list1-ul .text {}

.index-news-list1-ul .title {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
}

.index-news-list1-ul .title::after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background: #00a0e9;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.index-news-list1-ul li:hover .title {
	color: #2466aa;
	margin-left: 10px;
	transition: 0.5s;
}

.index-news-list1-ul .time {
	color: #f50;
	float: right;
}

/**首页友情链接**/
.index-link {
	padding: 25px 0;
	border-top: solid 1px #ccc;
}

.index-link .container {}

.index-link-left {
	padding-right: 15px;
}

.index-link .index-link-left .title {
	color: #333;
	background: url(../img/link2.png) no-repeat left center / 1em auto;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.index-link .index-link-list {
	width: 1080px;
}

.index-link .index-link-list a {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin-right: 5px;
	display: inline-table;
	vertical-align: top;
}

.index-link .index-link-list a:hover {
	color: #2466aa;
	text-decoration: underline;
}

/*底部*/
.footer {
	background: #2466aa;
	color: #ccc;
	font-size: 16px;
	line-height: 2em;
	padding: 80px 0 50px;
}

.footer-banquan-box a,
.footer a {
	color: #ccc;
}

.footer-banquan-box a:hover,
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-nav {
	float: left;
}

.footer-nav-item:first-child {
	margin-left: 0;
}

.footer-nav-item {
	float: left;
	margin-left: 70px;
}

.footer-nav-item li {
	font-size: 14px;
	line-height: 2.2em;
}

.footer-bt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 2em;
}

.footer-jieshao {
	float: left;
	width: 160px;
	margin-right: 95px;
	background: #2466aa;
	height: 300px;
}

.footer-jieshao img {
	display: block;
	width: 100%;
}

.footer-jieshao p {
	text-align: center;
	background: #fff;
	font-size: 18px;
	font-family: arial;
	line-height: 3em;
}

.footer-lxfs {
	float: left;
	width: 320px;
	margin-left: 120px;
}

.footer-lxfs .footer-bt {
	margin-bottom: 5px;
}

.footer-lxfs .text p {
	font-size: 0;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.footer-lxfs .footer-lxfs-bt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 70px;
	line-height: 1.5em;
}

.footer-lxfs .footer-lxfs-info {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 250px;
	line-height: 1.5em;

}

.footer-wx-pic {
	float: right;
	width: 120px;
	text-align: center;
	font-size: 0;
}


.footer-wx-pic>div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #ccc;
	position: relative;
	border-radius: 100%;
	text-align: center;
}

.footer-wx-pic img {
	display: block;
	width: 100%;
}

.footer-wx-pic p {
	color: #fff;
	background: #00a0e9;
	line-height: 2.75em;
}

.footer-banquan-box {
	background: #2466aa;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.footer-banquan-box .banquan {
	border-top: solid 1px #2e77c2;
	padding: 20px 0;
}

/**内页通用**/
/**内页banner**/
.banner-ny {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-ny img {
	position: relative;
	width: 1920px;
	display: block;
	left: 50%;
	margin-left: -960px;
}

/**面包屑**/
.ny-location {
	background: #f8f8f8;
	margin-bottom: 30px;
}

.ny-location p.location {
	color: #666;
	line-height: 4em;
	font-size: 14px;
}

.location a {
	margin: 0 5px;
}

.location a:first-child {
	margin-left: 0;
}

.location a:hover {
	text-decoration: underline;
}

/**主题内容**/
.ny-main {
	padding-bottom: 80px;
}

.ny-main>.container {
	min-height: 400px;
}


/**内页菜单**/

.ny-main .ny-nav-box {
	position: relative;
	float: left;
	width: 240px;
}

.ny-nav-box .ny-type-title {
	background: #2466aa;
	color: #fff;
	font-size: 20px;
	padding: 25px 0 25px 20px;
}

.ny-nav-box .ny-type-title span {
	line-height: 1em;
	display: inline-block;
	padding-left: 3px;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 18px;
	color: #ccc;
}

.ny-nav-ul {
	padding-bottom: 30px;
}

.ny-nav-ul li {
	margin-top: 2px;
	background: #ededed;
	padding-left: 20px;
	overflow: hidden;
	line-height: 3.5em;
	position: relative;
}

.ny-nav-ul li a {
	display: block;
	line-height: 3em;
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 2;
	width: 100%;
	background: url(../img/ny-nav-jt1.png) no-repeat 80% center;

}

.ny-nav-ul li p {
	bottom: 0;
	height: 100%;
	width: 0%;
	background: #2ab2e0;
	z-index: 1;
	left: 0;
	transition: 0.3s;
}

.ny-nav-ul li.focus a,
.ny-nav-ul li:hover a {
	color: #fff;
	background: url(../img/ny-nav-jt2.png) no-repeat 80% center;

}

.ny-nav-ul li.focus p,
.ny-nav-ul li:hover p {
	width: 100%;
	transition: 0.5s;
}

.ny-nav-box .ny-hot-cp {}

.ny-nav-box .ny-hot-cp ul {
	margin-bottom: 30px;
}

.ny-nav-box .ny-hot-cp ul li:first-child {
	border-top: none;
}

.ny-nav-box .ny-hot-cp ul li {
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #f8f8f8;
}

.ny-nav-box .ny-hot-cp ul li:hover {
	padding-left: 5px;
	transition: 0.5s;
}

.ny-nav-box .ny-hot-cp ul li .title {
	color: #333;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.ny-nav-box .ny-hot-cp ul li .title span {
	color: #2ab2e0;
	padding-right: 5px;
}

.ny-nav-box .ny-hot-cp ul li .time {
	padding-left: 26px;
	background: url(../img/index-news-time.png) no-repeat left center / 18px auto;
}

.ny-nav-box .ny-hot-cp ul li:hover .title {
	color: #2ab2e0;
	transition: 0.5s;
}

.ny-nav-box .ny-lxfs {
	border-top: solid 4px #2466aa;
	background: #f8f8f8;
	padding-bottom: 10px;
}

.ny-nav-box .ny-lxfs p {
	font-size: 0;
	padding: 0 10px;
}

.ny-nav-box .ny-lxfs img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.ny-nav-box .ny-lxfs p span {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.ny-nav-box .ny-lxfs p .lxfs-bt {
	width: 70px;
	text-align: right;
}

.ny-nav-box .ny-lxfs p .lxfs-info {
	width: 150px;
	text-align: justify;
}

/* 内页菜单2 */
.ny-nav-ul2 {
	text-align: center;
	font-size: 0;
}

.ny-nav-ul2 li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 50px 10px 0;
}

.ny-nav-ul2 li a {
	display: block;
	line-height: 2.5em;
	padding: 0 20px;
	border: solid 1px #ccc;
	color: #333;
}

.ny-nav-ul2 li.focus a,
.ny-nav-ul2 li:hover a {
	border: solid 1px #2466aa;
	color: #2466aa;
}

/**右侧正文**/
.right-box {
	width: 920px;
}

.right-box-top {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
	padding-top: 23px;
}

.right-box-top .type-name {
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #333;
	border-left: 3px #2466aa solid;
}


.right-box .detail {
	font-size: 14px;
	line-height: 2em;
	color: #666;
	text-align: justify;
}

.right-box .detail p {
	text-indent: 2em;
}

.right-box .detail img {
	display: block;
	max-width: 100%;
	margin: 0.75em auto 0;
	height: auto !important;

}

.right-box .detail *+h4,
.right-box .detail *+p {
	margin-top: 1em;
}

.ny-content-box h3 {
	line-height: 2em;
	color: #2ab2e0;
	font-size: 1.2em;
}

.ny-content-box h4 {
	line-height: 2em;
	color: #2ab2e0;
	font-size: 1.1em;
	font-weight: bold;
}

.right-box .detail *+ul,
.right-box .detail *+ol {
	padding-left: 1em;
	margin-top: -0.5em;
	margin-top: 0.75em;
}

.right-box .detail *>li {
	color: #999;
	font-size: 12px;
	margin-bottom: 0.5em;
}


.right-box .detail table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 100% !important;
	height: auto !important;
	background: none !important;
}

.right-box .detail table tr {}

.right-box .detail table tr>* {
	padding: 5px;
	border-top: none;
	margin: 0;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.right-box .detail video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.right-box .detail .wap-bg {
	display: none;
}

/* 内页业务范围 */
.ny-yewu-detail {
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 15px;
}

.ny-yewu-box {}

.ny-yewu-box ul {}

.ny-yewu-box ul li {
	float: left;
	width: 44.5%;
	font-size: 14px;
	line-height: 3em;
	padding: 0 2%;
	margin-bottom: 5px;
	background: #f8f8f8;
}

.ny-yewu-box ul li:nth-child(2n) {
	margin-left: 3%;
}

.ny-yewu-box ul li .title {}

.ny-yewu-box ul li .title span {
	float: right;
	color: #f50;
}

/* 内页相册 */
.honor-list {}

.honor-list>li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #f8f8f8;
	transition: 0.3s;
}

.honor-list>li a {
	display: block;
	margin: 1px;
	background: #fff;
}

.honor-list>li:nth-child(4n) {
	margin-right: 0;
}

.honor-list>li .pic {
	display: block;
	overflow: hidden;
	height: 303px;
}

.honor-list>li img {
	height: auto;
	display: block;
	width: 100%;
}

.honor-list>li .title {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
	background: #f8f8f8;
	color: #333;
	transition: 0.3s;
}

.honor-list>li:hover {
	background: #2466aa;
	transition: 0.5s;
}

.honor-list>li:hover .title {
	background: #2466aa;
	color: #fff;
	transition: 0.5s;
	font-weight: bold;
}

/* 内页产品 */
.product-list {
	padding: 15px;
	margin: 0;
}

.product-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.5);
	transition: 0.5s;
	background: #ccc;
}

.product-list li a {
	display: block;
	background: #fff;
	margin: 1px;
}

.product-list li:nth-child(3n) {
	margin-right: 0;
}

.product-list li .pic {
	display: block;
	width: 100%;
	height: 279px;

}

.product-list li .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.product-list li .text {
	width: 100%;
	text-align: center;
}

.product-list li .title {
	line-height: 1.5em;
	padding: 1em 0;
	background: #fff;
	font-size: 16px;
	transition: 0.5s;
	color: #333;
}

.product-list li .info {
	line-height: 1.75em;
	font-size: 14px;
	color: #999;
}

.product-list li:hover {
	background: #2ab2e0;
	transition: 0.5s;
}

.product-list li:hover .title {
	color: #fff;
	background: #2ab2e0;
	transition: 0.5s;
}

/*产品详情*/
.ny-cp-detail-box {
	background: #f8f8f8;
	border-radius: 3px;
	padding: 40px 50px;
}

.ny-cp-detail-top {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.ny-cp-detail-top .ny-cp-detail-info {
	float: left;
}

.ny-cp-detail-top .ny-cp-detail-info .title {
	font-size: 24px;
	text-align: center;
	color: #2ab2e0;
	line-height: 1.2em;
}

.ny-cp-detail-top .ny-cp-detail-info>p {
	line-height: 2.5em;
	font-size: 14px;
	color: #999;
}

.ny-cp-detail-top .ny-cp-detail-info>p span span {
	color: #f50;
}

.ny-cp-detail-top .ny-cp-detail-bt {
	float: right;
	border: none;
	height: auto;
	line-height: 50px;
	margin: 0;
	font-size: 20px;
	color: #333;
}

.ny-cp-detail-bt {
	height: 40px;
	line-height: 39px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-bottom: 10px;
}

.ny-cp-imgs-box {
	margin-bottom: 30px;
}

.ny-cp-imgs-box li {
	background: #ccc;
}

.ny-cp-imgs-box a {
	display: block;
	margin: 1px;
}

.ny-cp-imgs-box .pic {
	/* height: 119px; */
}

.ny-cp-detail-bt p {
	display: inline-block;
	font-size: 20px;
	color: #2ab2e0;
	border-bottom: 2px solid #2ab2e0;
}

.exzoom_img_ul {
	position: relative;
	overflow: hidden;
	width: 400px;
}

/**内页新闻**/
.news-list {
	padding-top: 0;
	margin-bottom: 10px;
}

.news-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.news-list li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dashed 1px #ccc;
}

.news-list li .pic {
	float: left;
	width: 200px;
	overflow: hidden;
	height: 150px;
}

.news-list li .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.news-list li .text {
	float: right;
	width: 700px;
}

.news-list li .title {
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.news-list li:hover .title {
	color: #2ab2e0;
}

.news-list li .time {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-bottom: 5px;
}

.news-list li .time span {
	color: #2ab2e0;
}

.news-list li .info {
	font-size: 14px;
	line-height: 1.75em;
	color: #999;
	text-align: justify;
}

.news-list li .info span {
	color: #2ab2e0;

}

.news-list li .ny-news-more {
	display: block;
	width: 4em;
	font-size: 14px;
	padding: 0 20px;
	line-height: 2.7em;
	margin-top: 10px;
	background: #f8f8f8;
}

.news-list li .ny-news-more:hover {
	background: #2ab2e0;
	color: #fff;
	transition: 0.5s;
}

.time-box {
	font-size: 12px;
	color: #999;
	line-height: 40px;
}

.time-box span span {
	color: #f50;
}

.time-box .click {
	background: url(../img/index-news-click.png) no-repeat left center;
	background-size: 20px 20px;
	margin-right: 20px;
	padding-left: 25px;
}

.time-box .time {
	padding-left: 25px;
	background: url(../img/index-news-time.png) no-repeat left center;
	background-size: 20px 20px;
}

.news-list2 li {
	margin-top: 15px;
	margin-bottom: 20px;
}

.news-list2 li .time {
	width: 87px;
	height: 87px;
	border: 3px solid #2466aa;
	margin-right: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #2466aa;
	font-size: 50px;
	line-height: 70px;
}

.news-list2 li .time span {
	font-size: 14px;
	color: #2466aa;
	line-height: 12px;
	margin-top: -4px;
}

.news-list2 li .ny-news-pic {
	width: 160px;
}

.news-list2 .text {
	float: left;
	width: 795px;
	padding-right: 10px;
}

.news-list2 .text p.info {
	margin-bottom: 0;
}

.news-list3 li {
	display: inline-block;
	float: left;
	vertical-align: middle;
	width: 49%;
	margin-left: 0px;
	margin-bottom: 15px;
}

.news-list3 li a.more {
	display: inline;
}

.news-list3 li a.title {
	display: inline-block;
}

.news-list3 li:nth-child(2n) {
	margin-left: 2%;
}

.news-list3 li .ny-news-info p {
	margin-bottom: 0;
}

.news-list4 {
	padding: 15px;
}

.news-list4 li {
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: dashed 1px #ccc;
}

.news-list4 li .news-typename {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #2466aa;
	font-weight: bold;
	border-right: solid 1px #ccc;
}

.news-list4 li .title {
	color: #333;
	transition: 0.3s;
	display: inline-block;
}

.news-list4 li:hover .title {
	transition: 0.5s;
	color: #2ab2e0;
}

.news-list4 li:hover .news-typename {
	padding-left: 10px;
	transition: 0.5s;
}

.news-list4 li .time {
	display: block;
	float: right;
	font-size: 12px;
	color: #f50;
}

/* 文章正文 */
.news-detail .title {
	font-size: 24px;
	text-align: center;
	color: #2ab2e0;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.news-detail .news-detail-info {
	text-align: center;
	line-height: 2em;
	font-size: 14px;
	color: #999;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dashed 1px #ccc;
}

.news-detail .news-detail-info>span {
	margin: 0 10px;
}

.news-detail .news-detail-info>span span {
	color: #f80;
}

.news-detail .fujianxiazai {
	font-size: 14px;
	color: #666;
}

/* 案例 */
.case-list {}

.case-list li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: 0.3s;
	background: #ccc;
}

.case-list li:hover {
	background: #2466aa;
	transition: 0.5s;
}

.case-list li:nth-child(4n) {
	margin-right: 0%;
}

.case-list li a {
	display: block;
	margin: 1px;
	background: #fff;
}

.case-list li .pic {
	height: 171px;
}

.case-list li .pic img {
	display: block;
	width: 100%;
	height: auto;
}



.case-list li .text {
	text-align: center;
}

.case-list li .title {
	line-height: 1.5em;
	font-size: 12px;
	background: #f8f8f8;
	transition: 0.3s;
	padding: 10px 5px;
	color: #333;
}

.case-list li:hover .title {
	background: #2466aa;
	color: #fff;
	transition: 0.5s;
}

.case-list li .info {
	line-height: 1.5em;
	font-size: 12px;
	color: #999;
}


/* 内页联系我们 */
.right-box #map {
	margin-top: 20px;
}

/* 留言 */
.message {
	width: 800px;
	margin: 0 auto;
}

.message-tishi {
	margin-bottom: 10px;
	text-align: center;
}

.message>p {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	text-indent: 0 !important;
}

.message .btx {
	color: #f30;
	position: absolute;
	line-height: 42px;
	margin-left: -15px;
	font-size: 12px;
}

.message .message-input-box {
	font-size: 0;
	text-align: center;
}

.message .message-input-box input {
	font-size: 12px;
	line-height: 35px;
	padding: 0 5px;
	background: #fff;
	border-radius: 2px;
	border: solid 1px #ccc;
	text-align: left;
	width: 350px;
	display: inline-block;
	margin-bottom: 15px;
	color: #666;
	margin-right: 25px;
}

.message .message-input-box input:focus {
	border-color: #0873ce;
}

.message .message-textarea-box {
	text-align: center;
	font-size: 0;
}

.message .message-textarea-box textarea {
	padding: 0 5px;
	border-radius: 2px;
	border: solid 1px #ccc;
	font-size: 12px;
	line-height: 35px;
	background: #fff;
	width: 738px;
	display: block;
	height: 105px;
	color: #666;
	margin-bottom: 20px;
	margin-left: 12px;
	resize: none;
}

.message .message-textarea-box input {
	display: inline-block;
	background: #f8f8f8;
	color: #666;
	border-radius: 2px;
	border: none;
	line-height: 2.5em;
	font-size: 14px;
	cursor: pointer;
	width: 100px;
	margin: 0 7px;
}

.message .message-textarea-box .tijiao {
	background: #2ab2e0;
	color: #fff;
}

.message .message-textarea-box input:hover {
	background: #2ab2e0;
	color: #fff;
}


.ny-liuyan {
	padding-top: 20px;
	border-top: dashed 1px #ccc;
	margin-top: 20px;
	width: 100%;
}

.ny-liuyan #ly_cont {
	display: none;
}

.ny-liuyan .message-textarea-box textarea {
	padding: 5px;
	border-radius: 2px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 30px;
	background: #fff;
	width: 738px;
	display: inline-block;
	height: 146px;
	color: #666;
	margin: 0 100px 20px 73px;
}

.ny-liuyan .message-textarea-box .tijiao {
	margin-left: -492px;
}

/**分栏图片**/

.fenlan1 {
	background: url(../img/fenlan1.jpg) no-repeat top center;
	height: 170px;
}

.fenlan1 p {
	position: absolute;
	color: #fff;
	font-size: 33px;
	display: inline-block;
	right: 36px;
	margin-top: 87px;
}


/**搜索**/
.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #2ab2e0;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #2ab2e0 url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}

.shousuo-list li {
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: dashed 1px #ccc;
}

.shousuo-list li .shousuo-title {
	line-height: 2em;
}

.shousuo-list li .shousuo-info {
	font-size: 12px;
	line-height: 1.75em;
	color: #666;
}

.shousuo-list li .shousuo-url {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}