﻿@charset "utf-8";

body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
div,
span,
a,
aside,
article,
section,
header,
nav,
footer,
label,
img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

ol,
ul,
li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	font-size: .875rem;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
	background: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.cl {
	clear: both;
}

html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

body {
	color: #565656;
	line-height: 1.5;
	font-family: 'Microsoft YaHei', Arial, 'simsun', HELVETICA;
	min-width: 320px;
}

a {
	color: #565656;
	text-decoration: none;
	transition: all ease 0.3s;
}

a:hover {
	color: #0561ae;
}

/* css */
.fl {
	float: left;
}

.fr {
	float: right;
}

.ce {
	text-align: center;
}

.hide {
	overflow: hidden;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.container {
	position: relative;
	min-width: 320px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.pImg {
	position: relative;
	display: block;
	overflow: hidden;
}

.pImg img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	margin: 0px auto;
	display: block;
}

.bgImg {
	background-position: center;
	background-size: cover;
	position: relative;
	transition: all 0.5s;
	display: block;
	width: 100%;
	height: 100%;
}

.pd40 {
	padding-top: 40px;
	padding-bottom: 70px;
	font-size: .875em;
	overflow: hidden;
}

.pd50 {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: .875em;
	overflow: hidden;
}

.pd70 {
	padding: 50px 0;
	font-size: .875em;
	overflow: hidden;
}

.mb50 {
	margin-bottom: 50px;
}

.font14 {
	font-size: .875em;
}

.gray {
	background: #efefef;
}

.center {
	text-align: center;
}

/* css */

/* head */
.head {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e6e6e6;
}

.head .head_w>p.fl {
	font-weight: lighter;
	font-size: 16px;
	color: #0561ae;
	font-weight: bold;
}

/* head */

/* header */
.header {
	position: relative;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	height: auto;
	background: #fff;
}


.header_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}

.header .logo {
	position: relative;
	width: 800px;
	height: auto;
	overflow: hidden;
	float: left;
}

.nav {
	padding: 0;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.nav_bj {
	background: #0561ae;
	line-height: 60px;
}

.nav .m {
	float: left;
	text-align: center;
	position: relative;
	width: calc(100% / 7);
	padding-right: 1px;
}

.nav .m>a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 18px;
}

.nav .cur>a,
.nav .m>a:hover {
	color: #fff;
	background: #e58318;
}

.nav .cur>a::after,
.nav .m>a:hover::after {
	height: 100%;
	z-index: -1;
}

.nav .navSub {
	position: absolute;
	left: 0%;
	top: 120%;
	background: #eee;
	line-height: 35px;
	width: 100%;
	color: #333;
	font-size: .875rem;
	transform: scale(0);
	transition: top .5s, opacity 0.4s;
	opacity: 0;
}

.nav .navSub::before {
	content: "";
	position: absolute;
	right: 50%;
	border: 8px solid transparent;
	border-bottom-color: #f1f1f1;
	margin-right: -8px;
	top: -16px;
}

.nav .navSub li {
	border-bottom: 1px solid #ddd;
	line-height: 55px;
}

.nav .navSub a {
	color: #333;
	display: block;
	font-size: 14px;
}

.nav .navSub a:hover {
	background: #0561ae;
	color: #fff;
}

.nav .m:hover .navSub {
	transform: scale(1);
	opacity: 1;
	top: 100%;
}

.headFix {
	height: auto;
	line-height: 60px;
	box-shadow: 1px 1px 5px #ddd;
	position: fixed;
	top: 0;
	width: 100%;
}

.headFix .nav {
	height: auto;
}

.headFix .logo img {
}

.headR {
	/* position: absolute;
	right: 0;
	top: 0;
	background: url('../images/telicon.png') no-repeat left center;
	padding-left: 30px;
	color: #0561ae;
	font-size: 24px;
	font-family: Arial;
	font-weight: 600; */

	float: right;
	width: auto;
}

.headR img{
	float: right;
	max-width: 120px;
	margin-top: 5px;
}


.headR .tel {
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #666666;
	width: 180px;
	padding-top: 40px;
	text-align: left;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
}

.headR:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 130px;
	background: url(../images/all-icon.png) no-repeat 0 40px;
	vertical-align: middle;
	float: left;
	margin: 0 5px 0 0;
}

.headR .tel em {
	font-style: normal;
	color: #00479d;
	font-size: 24px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}

.headR .ewm {
	display: inline-block;
	width: 110px;
	vertical-align: middle;
}


/* header */

/* navTrigger */
.navTrigger {
	position: absolute;
	top: 22px;
	right: 15px;
	width: 28px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 20;
	cursor: pointer;
	display: none;
}

.navTrigger span {
	display: block;
	height: 2px;
	background: #0561ae;
	margin-bottom: 6px;
	transition: all 0.3s;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.navTrigger span:nth-child(3) {
	margin-bottom: 0;
}

.navTrigger-on span:nth-child(1) {
	transform: translateX(4px) translateY(0px) rotate(45deg);
}

.navTrigger-on span:nth-child(2) {
	opacity: 0;
}

.navTrigger-on span:nth-child(3) {
	transform: translateX(2px) translateY(2px) rotate(-45deg);
}

.wapTel {
	font-family: "iconfont";
	position: absolute;
	color: #0561ae;
	right: 60px;
	font-size: 1.5rem;
	line-height: 1;
	top: 20px;
	display: none;
}

/* navTrigger */

/* banner */
.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner .small {
	display: none;
}

.swiper-wrapper {
	transition-timing-function: ease-in-out;
}

.banner .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	cursor: pointer;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.banner .swiper-button-white::after {
	content: "";
	position: absolute;
	left: -100px;
	width: 60px;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	opacity: 0;
	transition: all .3s;
}

.banner .swiper-button-next::after {
	left: auto;
	right: 100px;
}

.banner .swiper-button-white:hover::after {
	opacity: 1;
	left: 3px;
}

.banner .swiper-button-next:hover::after {
	left: auto;
	right: 0;
}

/* banner */

/* ol-title */
.ol-title {
	font-size: 16px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.ol-title span {
	display: block;
	font-size: 46px;
	color: #191919;
	text-align: center;
	font-weight: 600;
}

.ol-titlew {
	font-size: 16px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	color: #fff;
}

.ol-titlew span {
	display: block;
	font-size: 46px;
	color: #fff;
	text-align: center;
}

/* ol-title */

/* ol-marketing */
.marketing-box {
	margin: 0 0 -10px -10px;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}

.marketing-box li {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: calc(16.6% - 10px);
	margin: 0 0 10px 10px;
	padding: 50px 40px;
	text-align: center;
	border: 1px #ddd solid;
	background: #fff;
	border-radius: 50%;
}

.marketing-box li:after {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
	background: -webkit-linear-gradient(left, #0561ae, #0561ae);
}

.marketing-box em {
	display: flex;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fafafa;
	align-items: center;
	justify-content: center;
}

.marketing-box h4 {
	color: #000123;
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.marketing-box h4:after {
	content: "";
	display: block;
	margin: 10px auto 0;
	width: 25px;
	height: 2px;
	background: #f8bb6a;
}

.marketing-box p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}

.marketing-box li:hover {
	box-shadow: 5px 5px 15px #ddd;
	transform: translateY(0px);
}

.marketing-box li:hover:after {
	opacity: 1;
}

.marketing-box li:hover * {
	color: #fff;
}

/* ol-marketing */

/* ol-product */
.ol-product {
	background: #f7f7f7;
}

/*--*/
.proMenu {
	width: 19%;
	background: #fff;
	font-size: 1.143em;
}

.proMenu li {
	position: relative;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proMenu li a {
	display: block;
	position: relative;
	color: #333;
	height: auto;
	line-height: 84px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 22%;
	background: url('../images/p_li.png') no-repeat 13% center;
	font-size: 1.143em;
}

/* .proMenu li:last-child a {
	background: url('../images/telicon.png') no-repeat 13% center;
} */

.proMenu .last a {
	color: #0561ae;
}

.proMenu li::after,
.proAdv li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #0561ae;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: all .5s;
}

.proMenu a:hover {
	color: #fff;
	background-image: url('../images/p_lih.png');
}

.proMenu li:last-child a:hover {
	background: url('../images/teliconb.png') no-repeat 13% center;
}

.proMenu li:hover::after,
.proAdv li:hover::after {
	width: 100%;
}

/*--*/
.proMain {
	width: 78%;
	overflow: hidden;
}

.proMain li {
	float: left;
	width: 33.33%;
	font-size: 1.143em;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-top: -1px;
}

.proMain li a {
	display: block;
	overflow: hidden;
	background: #fff;
}

.proMain li .pImg {
	max-width: 75%;
	display: block;
	margin: 0px auto;
}

.proMain li h4 {
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 62px;
	height: 62px;
}

.proMain li h4 i {
	font-style: normal;
	margin-left: 15px;
	color: #999;
	font-size: 14px;
}

.proMain li a:hover img {
	transform: scale(1);
}

.proMain li a:hover h4,
.proMain li a:hover i {
	color: #0561ae;
}

/* ol-product */

/* ol-odds */
.ol-odds ul {
	color: #666;
}

.ol-odds li {
	float: left;
	width: 49%;
	margin: 0 0 20px 0;
}

.ol-odds li .pImg {
	padding-top: 0;
}

.ol-odds li:nth-child(2n) {
	float: right;
}

.ol-odds li .info {
	background: #f7f7f7;
	min-height: 230px;
	padding: 3%;
	position: relative;
	height: 230px;
}

.ol-odds li h3 {
	font-size: 22px;
	color: #191919;
	font-weight: 700;
	margin-bottom: 20px;
}

.ol-odds li p {
	background: url('../images/odds_li.jpg') no-repeat left 9px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #191919;
	letter-spacing: 0.6px;
}

.ol-odds li p b {
	font-weight: normal;
	color: #0561ae;
}

.ol-odds li:hover img {
	transform: scale(1.1);
}

.ol-odds li:nth-child(3),
.ol-odds li:nth-child(4) {
	margin-bottom: 0;
}

/* ol-odds */

/* industry */
.industry {
	background: url('../images/zjtj_img8.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
	color: #fff;
}

/*--*/
.indMenu {
	width: 20%;
	font-size: 1.143em;
}

.indMenu li {
	height: 63.5px;
	background: rgba(255, 255, 255, .8);
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-top: 15px;
	cursor: pointer;
	padding-left: 35%;
	font-size: 1.286em;
	color: #191919;
	font-weight: 700;
	transition: all .5s;
	line-height: 32px;
}

.indMenu li::after {
	content: "";
	position: absolute;
	right: 0;
	border: 8px solid transparent;
	border-left-color: #0561ae;
	opacity: 0;
	transition: all .3s;
}

.indMenu li i {
	float: left;
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 100%;
	font-style: normal;
	text-align: center;
	line-height: 38px;
	color: #0561ae;
	margin-left: -60px;
	font-weight: 400;
	/* margin-top:8px; */
}

.indMenu li span {
	display: block;
	font-size: 12px;
	opacity: .8;
	font-weight: 400;
}

.indMenu li.on {
	background: #0561ae;
	color: #fff;
}

.indMenu li.on::after {
	opacity: 1;
	right: -16px;
}

/*--*/
.indMain {
	width: 77%;
	overflow: hidden;
}

.indMain li {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.indMain li .pic {
	display: block;
	float: left;
	height: 480px;
	width: 62%;
	overflow: hidden;
}

.indMain li .bgImg {
	animation: scale 50s infinite;
	height: 100%;
}

.indMain li .txt {
	float: right;
	width: 38%;
	padding: 6% 4%;
}

.indMain li h4 {
	font-size: 23px;
	color: #142135;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-weight: bold;
}

.indMain li h4::after,
.aboutTxt .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 2px;
	background: #0561ae;
	color: #fff;
}

.indMain li p {
	height: 180px;
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 16px;
}

.indMain li .more {
	display: inline-block;
	width: 140px;
	height: 34px;
	list-style: 34px;
	color: #fff;
	background: #0561ae;
	text-align: center;
	line-height: 34px;
}

.indMain li .more:hover {
	background: #0561ae;
	width: 200px;
}

.indMain li.swiper-slide-active .txt {
	opacity: 1;
	bottom: 30px;
}

/* industry */

/* ol-about */
.ol-about {
	overflow: visible;
}

/*--*/
.aboutTxt {
	width: 46%;
	height: auto;
	position: relative;
}

.aboutTxt .title {
	font-size: 26px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	color: #191919;
	font-weight: bold;
	position: relative;
}

.aboutTxt .title span {
	display: block;
	text-transform: uppercase;
	opacity: .1;
	height: 34px;
	line-height: 1;
	overflow: hidden;
	font-size: 1.7em;
	font-family: Arial;
}

.aboutTxt .title::after {
	height: 4px;
}

.aboutTxt .txt {
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 28px;
}

.aboutTxt .txt p {
	font-size: 16px;
	color: #191919;
	line-height: 31px;
}

.aboutTxt .more {
	width: 140px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid #0561ae;
	border-radius: 20px;
}

.aboutTxt .more:hover {
	background: #0561ae;
	color: #fff;
	width: 200px;
}

/*--*/
.aboutPic {
	width: 50%;
	height: 370px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.aboutPic .bgImg {
	animation: scale 30s infinite;
}

/* ol-about */

/* setting */
.setting {
	padding-top: 40px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 50px;
}

.settingMain,
.settingBox {
	overflow: hidden;
}

.settingBox li {
	float: left;
	width: 25%;
	font-size: 1.143em;
}

.settingBox li .pImg {
	border: 1px solid #ddd;
	background: #000;
}

.settingBox li p {
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 16px;
}

.settingBox li:hover img {
	transform: scale(1.1);
	opacity: .4;
}

.settingBox li:hover p {
	bottom: 0;
}

.settingBox .btn,
.process .btn {
	width: 24px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-family: "simsun";
	font-weight: 700;
	left: 0;
	z-index: 5;
	pointer-events: initial;
	cursor: pointer;
}

.settingBox .swiper-button-next {
	left: auto;
	right: 0;
}

.settingBox .btn:hover {
	background: #0561ae;
	right: 0;
	opacity: 1;
}

.process .btn {
	display: none;
	width: 40px;
	height: 24px;
	line-height: 24px;
}

/* setting */

/* ol-news */
.ol-news {
	background: #f7f7f7;
}

.newsMain {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	background: #fff;
}

.newsMain li {
	float: left;
	width: 33.3%;
	overflow: hidden;
	margin-top: -1px;
}

.newsMain li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	color: #888;
	background: #fff;
	padding: 20px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.newsMain li .bgImg {
	height: 262px;
	transition: all .6s;
}

.newsMain li h4 {
	font-size: 1.286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding: 10px 0;
	transition: all .3s;
	font-weight: bold;
}

.newsMain li p {
	height: auto;
	margin-bottom: 10px;
	line-height: 1.8;
}

.newsMain li .date {
	display: block;
	font-size: 12px;
}

.newsMain li .date i {
	font-style: normal;
	float: right;
}

.newsMain li a:hover .bgImg {
	transform: scale(1.1);
}

.newsMain li.pic a {
	border-left: none;
}

.newsMain .pic h4 {
	z-index: 2;
	position: relative;
}

.newsMain .pic .hide {
	display: block;
}

.newsMain .txt a {
	padding: 20px;
}

.newsMain .txt h4 {
	padding-top: 0;
}

.newsMain .txt .bgImg {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.newsMain .txt a:hover .bgImg {
	opacity: .2;
}

.newsMain .txt a:hover {
	color: #fff;
	background-color: #0561ae;
}

.newsMain .txt a:hover h4 {
	color: #fff;
}

/* ol-news */

/* footer */
.footer {
	background: #232323;
	padding: 50px 0 0 0;
	overflow: hidden;
}

.footer-top {
	padding-bottom: 50px
}

.footer h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px
}

.footer ul li {
	color: #DFDFDF;
	margin-bottom: 20px;
	font-size: 14px;
}

.footer ul li img {
	margin-right: 10px;
}

/*--*/
.foot-nav {
	width: 700px;
	margin-left: 5%;
}

.foot-nav li {
	float: left;
	width: 33%;
	background: url(../images/f-jt.png) no-repeat center left;
	text-indent: 10px;
	color: #fff;
}

.foot-nav li a {
	color: #DFDFDF
}

/*--*/
.foot-pro {
	margin-left: 9%
}

.foot-pro li {
	background: url(../images/f-jt.png) no-repeat center left;
	text-indent: 10px;
}

.foot-pro li a {
	color: #DFDFDF
}

/*--*/
.foot-wx {
	overflow: hidden;
}

.foot-wx dl {
	float: left;
	text-align: center;
	margin-left: 30px;
}

.foot-wx dl dt {
	width: 126px
}

.foot-wx dl dd {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

/*--*/
.footer-bottom span {
	margin-right: 20px;
	font-size: 14px;
}

.footer-bottom {
	height: 60px;
	line-height: 60px;
	background: url(../images/foot-x.png) no-repeat center top;
	text-align: center;
	color: #AAAAAA
}

.footer-bottom a {
	color: #AAAAAA
}

.footer-bottom .mzsm {
	padding-left: 20px;
}

.footer-bottom .wzdt {
	padding-left: 20px;
}

.footer-bottom a:hover {
	color: #fff
}

/*--*/
.footBar {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	overflow: hidden;
}

.footBar a {
	display: block;
	float: left;
	width: 33.333333%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.footBar a:nth-child(1) {
	background: #0561ae;
}

.footBar a:nth-child(2) {
	background: #0561ae;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.footBar a:nth-child(3) {
	background: #0561ae;
}

/* footer */

/* ol-banner */
.ol-banner {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.ol-banner .picture {
	overflow: hidden;
}

.ol-banner .picture img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: relative;
	max-width: none;
}

.ol-banner {
	height: auto;
}

.banner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	left: 0;
	top: 0;
	z-index: -100;
}

.ol-banner .text {
	position: absolute;
	top: 37%;
	left: 50%;
	z-index: 2;
	margin-left: -700px;
}

.ol-banner .text.center {
	left: 0;
	margin-left: 0;
	width: 100%;
}

.ol-banner .text .cn {
	font-size: 36px;
	line-height: 1;
	color: #ececec;
}

.ol-banner .text.black .cn {
	color: #ececec;
}

.ol-banner .text .des {
	margin-top: 25px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

/* list-banner */

/* ol-products */
.proWrap {
	padding-top: 0;
	overflow: visible;
}

.proWrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	margin-left: -50%;
	background: #f7f7f7;
	height: 70px;
	line-height: 70px;
	z-index: -1;
}

.proSider {
	width: 20%;
	font-size: 1.143em;
	float: left;
}

.proSider .title {
	background: #0561ae;
	padding: 30px;
	color: #fff;
	font-size: 2.25em;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.proSider .title span {
	display: block;
	font-family: Arial;
	font-size: 0.556em;
}

.proSider .title i {
	float: right;
	color: #0561ae;
	display: none;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	padding-right: 25px;
	font-style: normal;
}

.proSider .title i::after {
	content: "\e623";
	position: absolute;
	right: 0;
	top: 0;
	font-family: "iconfont";
	font-size: 1.143rem;
}

.proSide_sub {
	background: #f2f2f2;
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #ddd;
	  box-sizing: border-box;
}

.proSide_sub li {
	border-bottom: 1px solid #fff;
}

.proSide_sub li a {
	padding: 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	height: auto;
	line-height: 48px;
	background: #fff;
}

.proSide_sub li i {
	font-family: "iconfont";
	margin-right: 10px;
	font-style: normal;
	font-size: 0.286em;
	position: relative;
	top: -1px;
	font-weight: bold;
}

.proSide_sub li a:hover,
.proSide_sub li .cur {
	background: #0561ae;
	color: #fff;
}

.proSide_sub ul {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: .875em;
}

.proSide_sub ul li {
	background: url('../images/ly_li.png') no-repeat 15% center;
	padding-left: 20%;
	line-height: 40px;
}

.proSide_sub ul li .cur,
.proSider ul ul a:hover {
	color: #0561ae;
}




.relaCase {
	background: #f2f2f2;
	padding: 20px 30px;
}

.relaCase .tie {
	height: 45px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 1.25em;
	color: #333;
	margin-bottom: 20px;
}

.relaCase li .pImg {}

.relaCase h4 {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.relaCase li p {
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.relaCase li i,
.proList li i {
	float: right;
	font-style: normal;
	margin-left: 15px;
}

.relaCase li:hover img {
	transform: scale(1.1);
}


.ncontact {
	background: #f2f2f2;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0 30px;
}

.ncontact p {
	line-height: 55px;
	font-size: 15px;
}


/*--*/
.proR {
	width: 78%;
}

.pro_bread {
	font-size: .875rem;
	height: auto;
	line-height: 70px;
	overflow: hidden;
	margin-bottom: 40px;
}

.pro_bread strong {
	font-size: 1.786em;
	font-weight: normal;
	color: #333;
}

.pro_bread p {
	position: relative;
	padding-left: 25px;
}

.pro_bread p::after {
	content: "\e681";
	position: absolute;
	left: 0;
	font-family: "iconfont";
	font-size: 18px;
}

/*--*/
.proSear {
	max-width: 920px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	margin-bottom: 40px;
	padding: 0 120px 0 15px;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 0 8px #ccc;
	overflow: hidden;
}

.proSear .btn {
	height: 50px;
	width: 120px;
	text-align: center;
	font-size: 16px;
	background: #0561ae;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	float: left;
	margin-right: -120px;
}

.proSear .txt {
	height: 48px;
	line-height: 48px;
	border-right: none;
	width: 100%;
	padding: 0 10px;
	float: left;
}

.proSear .btn:hover {
	background-color: #003d57;
}

/*--*/
.proList li {
	float: left;
	width: 31.6%;
	margin-bottom: 20px;
	margin-right: 20px;
}

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

.proList li a {
	display: block;
}

.proList li .pImg {
	transition: all .3s;
	border: 1px solid #d1d1d1;
	transition: all .4s;
}

.proList li p {
	height: 60px;
	line-height: 60px;
	color: #191919;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

.proList li a:hover .pImg {
	box-shadow: 0 0 10px #ccc;
}

.proList li a:hover img {
	transform: scale(1);
}

.proList li a:hover p {
	color: #0561ae;
}

.searchList {
	width: 100%;
}

.searchList li {
	width: 25%;
}

/* ol-products */

/* proshow */
.pror {
	width: 78%;
	border: 1px solid #dcdcdc;
	padding: 2%;
}

.pror p {
	font-size: 16px;
	color: #000;
	line-height: 28px;
	padding-bottom: 15px;
}

.pror p img {
	padding-top: 15px;
	padding-bottom: 15px;
}

.proTie {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 32px;
	margin-bottom: 25px;
	/* margin-top:30px; */
	text-align: center;
	font-weight: bold;
}

.proTie span {
	display: inline-block;
	border-bottom: 1px solid #0561ae;
	color: #333;
	height: 80px;
}

.proShow_con3 {
	width: 100%;
}

.proShow_con table {
	width: 100%;
}

.proShow_con.video iframe {
	width: 80%;
	height: 400px;
	display: table;
	margin: auto;
	border: 1px #ddd solid
}

/* proshow */

/* ol-apply */
.ol-apply li {
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all .5s;
}

.ol-apply li .pic {
	width: 50%;
	overflow: hidden;
	display: block;
	height: 420px;
}

.ol-apply li .txt {
	width: 50%;
	padding: 4%;
	position: relative;
}

.ol-apply li h4 {
	font-size: 2.143em;
	font-weight: normal;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.ol-apply li h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #2fabff;
	width: 15px;
	transition: all 0.4s;
}

.ol-apply li h4 a {
	color: #333;
}

.ol-apply li .txt .info {
	min-height: 130px;
}

.ol-apply li .btn {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	font-family: Arial;
	margin-top: 25px;
	width: 160px;
	border: none;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #2fabff;
}

.ol-apply li .more {
	background: #fff;
	color: #2fabff;
	margin-left: 15px;
}

.ol-apply li .btn:hover {
	color: #fff;
	background: #0067ad;
}

.ol-apply li:nth-child(2n) .txt {
	float: left;
}

.ol-apply li:nth-child(2n) .pic {
	float: right;
}

.ol-apply li:hover .bgImg {
	transform: scale(1.05);
}

.ol-apply li:hover {
	box-shadow: 0 0 10px #ccc;
}

.ol-apply li h4 a:hover {
	color: #0561ae;
}

/* ol-apply */

/* ol-new */
.newMain {
	overflow: hidden;
}

.newMain li {
	float: left;
	width: 23.5%;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	margin-right: 30px;
	margin-bottom: 30px;
}

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

.newMain li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
	color: #888;
	background: #fff;
	padding: 20px;
}

.newMain li .bgImg {
	height: 170px;
	transition: all .6s;
}

.newMain li h4 {
	font-size: 1.286em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding: 15px 0;
	transition: all .3s;
	font-weight: bold;
}

.newMain li p {
	height: 100px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.newMain li .date {
	display: block;
	font-size: 12px;
}

.newMain li .date i {
	font-style: normal;
	float: right;
}

.newMain li a:hover .bgImg {
	transform: scale(1.1);
}

.newMain li.pic a {
	border-left: none;
}

.newMain .pic h4 {
	z-index: 2;
	position: relative;
}

.newMain .pic .hide {
	display: block;
}

.newMain .txt a {
	padding: 47px 40px;
}

.newMain .txt h4 {
	padding-top: 0;
}

.newMain .txt .bgImg {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}

.newMain .txt a:hover .bgImg {
	opacity: .2;
}

.newMain .txt a:hover {
	color: #fff;
	background-color: #0561ae;
}

.newMain .txt a:hover h4 {
	color: #fff;
}

/* ol-news */

/* ol-position */
.ol-position {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #81868e;
	background-color: #f7f7f7;
	overflow: hidden;
}

.ol-position .left {
	float: left;
}

.ol-position .right {
	float: right;
}

.ol-position a {
	color: #81868e;
	font-size: 14px;
}

.ol-position a .home {
	padding-right: 4px;
	padding-bottom: 5px;
}

.ol-position a:hover {
	color: #017cc2;
}

.ol-position .right i {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 1;
	color: #333;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

/* ol-position */

/* newsShow */
.newsShow .right {
	width: 75%
}

.newsShow .left {
	width: 29%;
}

.newsShow .right {
	float: right;
	margin: auto;
	width: 75%;
	background: #fff;
	border: 1px #eceaea solid;
}

.newsShow .right h3.tag {
	line-height: 32px;
	border-top: 1px dashed #e0e1dc;
	padding-top: 10px;
	color: #999;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 5px;
}

.newsShow .right h3.tag a {
	color: #017cc2;
}

.newsShow .right h3.tag a:hover {
	color: #e87518;
}

.newsShow .right .title {
	padding: 40px 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 1.5;
}

.newsShow .right .title .tit {
	padding-bottom: 10px;
	color: #191919;
	font-weight: bold;
	font-size: 28px;
}

.newsShow .right .title p {
	padding-bottom: 10px;
	border-bottom: 1px solid #eceaea;
	color: #a3afb7;
	font-size: 14px;
}

.newsShow .right .title p a {
	color: #a3afb7;
}

.newsShow .right .content {
	overflow: hidden;
	margin: 40px 20px 20px;
	margin-top: 0;
	min-height: auto;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.newsShow .right .content p {
	margin-bottom: 10px;
	color: #1d1b1b;
	font-size: 15px;
	line-height: 30px;
}

.newsShow .right .content img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}

.newsShow .right .other {
	padding: 20px 15px;
	border-top: 1px #eceaea solid;
}

.newsShow .right .other p {
	display: block;
	padding-left: 3px;
	height: 40px;
	line-height: 40px;
}

.newsShow .right .other p a {
	color: #333;
	font-size: 14px;
}

.newsShow .right .other p a:hover {
	color: #017cc2;
}

.newsShow .right .back {
	margin-top: 20px;
	width: 125px;
	height: 40px;
	background-color: #017cc2;
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	float: right;
}

.newsShow .right .back:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*--*/
.proTiec {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 1.286em;
	margin-bottom: 25px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.proTiec span {
	display: inline-block;
	border-bottom: 1px solid #017cc2;
	;
	color: #017cc2;
	height: 50px;
}

.proListc ul {
	padding: 20px 15px;
}

.proListc li {
	float: left;
	width: 31.4%;
	margin-bottom: 20px;
	margin-right: 30px;
}

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

.proListc li a {
	display: block;
}

.proListc li .pImg {
	padding-top: 0;
	transition: all .3s;
	border: 1px solid #d1d1d1;
	transition: all .4s;
}

.proListc li p {
	height: 60px;
	line-height: 60px;
	color: #191919;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.proListc li a:hover .pImg {
	box-shadow: 0 0 10px #ccc;
}

.proListc li a:hover img {
	transform: scale(1.1);
}

.proListcli a:hover p {
	color: #017cc2;
}

/*--*/
.newsShow .right .case {
	overflow: hidden;
	border: 1px #eceaea solid;
	padding: 30px;
	margin-bottom: 20px;
}

.newsShow .right .case .title {
	font-size: 1.429em;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	height: 40px;
	margin-bottom: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsShow .right .case .title span {
	display: inline-block;
	border-bottom: 1px solid #2e87eb;
	height: 40px;
}

.newsShow .right .case .title a {
	float: right;
	font-size: 12px;
	margin-top: 4px;
}

.newsShow .right .case .list {
	margin: 0 0 -30px 0px
}

.newsShow .right .case .list li {
	width: 100%;
	margin-bottom: 30px;
}

.newsShow .right .case .list li .pImg {
	padding-top: 75%;
	width: 100%;
	height: 100%;
	border: 1px solid #e2eef7;
}

.newsShow .right .case .list li .pImg img {
	height: 100%;
}

.newsShow .right .case .list li .pImg:hover img {
	transform: scale(1.1);
}

.newsShow .right .case .list li a {
	display: block;
}

.newsShow .right .case .list li h4 {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsShow .right .case .list li:hover h4 {
	color: #27a1dc;
}

.newsShow .right .case .list li:hover .pic {
	border-color: #27a1dc;
}

/*--*/
.newsShow .right .news {
	overflow: hidden;
	border: 1px #eceaea solid;
	padding: 30px;
}

.newsShow .right .news .title {
	font-size: 1.429em;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	height: 40px;
	margin-bottom: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsShow .right .news .title span {
	display: inline-block;
	border-bottom: 1px solid #2e87eb;
	height: 40px;
}

.newsShow .right .news .title a {
	float: right;
	font-size: 12px;
	margin-top: 4px;
}

.newsShow .right .news li {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 12px;
}

.newsShow .right .news li .pImg {
	width: 35%;
	float: left;
	padding-top: 0;
	margin-right: 20px;
}

.newsShow .right .news li h4 {
	font-size: 15px;
	margin-bottom: 10px;
}

.newsShow .right .news li h4 a {
	color: #222;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-weight: bold;
}

.newsShow .right .news li h4 p {
	line-height: 24px;
}

.newsShow .right .news li h4 a:hover {
	color: #005aae;
}

.newsShow .right .news li:hover img {
	transform: scale(1.1);
}

.newsShow .right .news li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* newsShow */

/* pagination */
.pagination {
	padding: 25px 0 15px;
	text-align: center;
	overflow: hidden;
}

.pagination a {
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #e3e3e3;
	background: #fff;
	margin-left: 2px;
}

.pagination a.a1 {
	line-height: 30px;
	height: 30px;
	margin-top: 0;
	padding: 0 12px;
}

.pagination a:hover {
	text-decoration: none;
	color: #000;
	background: #f1f1f1;
}

.pagination span {
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #fff;
	margin-left: 2px;
	background: #0561ae;
	color: #fff;
	border: 1px solid #0561ae;
}

/* pagination */

/* ol-culture */
.ol-culture {
	background: #f5f5f5;
}

.ol-culture .txt {
	background: #fff;
	padding: 20px 3%;
	margin: 0 auto;
	box-shadow: 0 3px 6px #ddd;
	line-height: 2;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.125em;
}

.ol-culture .main {
	width: 50%;
	background: #fff;
	padding: 2% 3% 2% 3%;
	line-height: 1.8;
	height: 520px;
}

.ol-culture .main h4 {
	font-size: 18px;
	color: #191919;
	font-weight: bold;
	padding-bottom: 10px;
}

.ol-culture .main p {
	padding-bottom: 7px;
}

.ol-culture .main p span {
	font-size: 16px;
	line-height: 32px;
}

.ol-culture .bgImg {
	width: 50%;
	height: 520px;
}

/* ol-culture */

/* ol-content */
.ol-content .contact1 ul {
	width: 100%;
	float: left;
	margin-top: 132px;
	margin-bottom: 100px;
}

.ol-content .contact1 ul li {
	width: 32.5%;
	float: left;
	/* padding:0 16px; */
	margin-right: 1%;
}

.ol-content .contact1 ul li:nth-child(3) {
	margin-right: 0;
}

.ol-content .contact1 ul li .zbox {
	width: 100%;
	float: left;
	background: #f0f0f6;
	text-align: center;
	padding: 0 50px 10px 50px;
	height: 234px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.ol-content .contact1 ul li .zbox .ico {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	background: #0561ae;
	margin-top: -43px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.ol-content .contact1 ul li .zbox .ico img {
	width: 100%;
	float: left;
}

.ol-content .contact1 ul li .zbox h5 {
	width: 100%;
	margin-top: 27px;
	line-height: 23px;
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
	font-weight: bold;
}

.ol-content .contact1 ul li .zbox h6 {
	width: 100%;
	line-height: 18px;
	font-size: 12px;
	color: #888787;
	letter-spacing: 1px;
	font-family: Arial;
	text-transform: uppercase;
}

.ol-content .contact1 ul li .zbox .jj {
	width: 100%;
	margin-top: 19px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

.ol-content .contact1 ul li .zbox .btn {
	width: 100%;
	height: 88px;
	line-height: 88px;
	position: relative;
	margin-top: 10px;
}

.ol-content .contact1 ul li .zbox .btn .ewm {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -50px;
	padding: 1px;
	background: white;
	overflow: hidden;
	opacity: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.ol-content .contact1 ul li .zbox .btn .ewm img {
	width: 100%;
	float: left;
}

.ol-content .contact1 ul li .zbox .btn:hover .ewm {
	opacity: 1;
}

.ol-content .contact2 {
	width: 100%;
	float: left;
	margin: 30px 0 80px 0;
	position: relative;
	background: url(../images/map.jpg) no-repeat center;
	height: 500px;
}

/* ol-content */




@media all and (max-width:1200px) {
	.industry {
		background: url('../images/zjtj_img8.jpg') no-repeat center;
		background-size: cover;
		background-attachment: fixed;
		overflow: hidden;
		text-align: center;
		font-size: 16px;
		color: #fff;
	}
}







/* 所谓的推荐阅读 */

.pro-title1 {
	overflow: hidden;
	margin-bottom: 4px;
}

.pro-tt {
	font-size: 18px;
	color: #333;
	float: left;
	padding-left: 20px;
	border-left: 4px solid #145da1;
}

.pro-title1 a {
	color: #333;
	font-size: 16px;
	padding: 2px 6px;
}

.pro-title1 span {
	float: right;
}

.news-all {
	overflow: hidden;
	margin-top: 10px;
}

.news-re {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ct-1 {
	float: left;
	padding: 0px 10px;
	width: 47.5%;
	display: block;
	border-bottom: 1px dashed #ddd;
}

.pro-content1 {
	font-size: 14px;
	line-height: 40px;
	height: auto;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
	float: left;
}

.time {
	/* float: right; */
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30%;
	text-align: right;
}

.pro-ex1 {
	overflow: hidden;
	margin-top: 20px;
}

.box11 {
	display: block;
}

.pro-ex1 .box11 {
	width: calc((100% - 80px)/4);
	margin: 0 10px;
	float: left;
}

@media screen and (min-width: 1200px) {
	.box11 img {
		width: 100%;
		height: 200px;
		/* padding: 0 10%; */
		border: #ccc 1px solid;
	}
}

@media screen and (max-width: 768px) {
	.box11 img {
		width: 100%;
		height: 130px;
		/* padding: 0 10%; */
		border: #ccc 1px solid;
	}
}

.box-tt {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ct-1:hover .pro-content2 {
	color: #333;
}

.ct-1:hover .time {
	color: #333;
}

.ct-1:hover .pro-content1 {
	color: #333;
}

.box11:hover .box-tt {
	color: #333;
}

.links {
	font-size: 14px;
}

.links a {
	font-size: 14px;
}


@media(max-width:992px) {
	.box11 img {
		padding: 0;
	}

	.links {
		display: none;
	}
}

@media(max-width:768px) {
	.news-details {
		padding: 30px 0;
	}

	.news-tt-1 {
		font-size: 18px;
	}

	.text-right p {
		font-size: 14px;
		line-height: 28px;
	}

	.last-text,
	.next-text,
	.return {
		font-size: 14px;
		width: 180px;
	}

	/***********推荐系列********/
	.pro-tt {
		font-size: 16px;
	}

	.ct-1 {
		width: calc(100% - 0px);
	}

	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
	}

	.pro-title1 a {
		font-size: 14px;
	}

	.pro-content1 {
		font-size: 14px;
	}

	.time {
		font-size: 14px;
	}
}

@media(max-width:530px) {
	.page-nav a {
		font-size: 12px;
	}

	/***********新闻内页********/
	.news-tt-1 {
		font-size: 16px;
	}

	.news-time1 a {
		font-size: 12px;
	}

	.last-text,
	.next-text,
	.return {
		width: 160px;
	}

	/***********推荐系列********/
	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
		margin: 0 10px;
		margin-bottom: 10px;
	}

	.box-tt {
		font-size: 14px;
	}

	.pro-title1 a {
		font-size: 13px;
	}

	.time {
		font-size: 13px;
	}

	.pro-detail-box-tit {
		font-size: 14px;
	}
}

@media(max-width:380px) {
	.time {
		width: 32%;
	}
}