body {
	font-family: arial, "Microsoft Yahei";
	color: #333;
}
header {
	position: relative;
}
.oc-flex {
	display: flex;
}
.bg-gray {
	background-color: #f7f7f7;
}
.bg-white {
	background-color: #fff;
}
.m-show {
	display: none;
}
.m-hide {
	display: block;
}
/* navbar */
.index_banner {
	display: block;
	width: 100%;
}
.navbar {
	padding: 0;
	align-items: initial;
	position: initial;
}
.navbar-brand {
	display: flex;
	align-items: center;
	padding: 0;
}
.navbar-brand img {
	padding: 4px 0;
}
.navbar-collapse {
	align-items: initial;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #d73027;
	border-bottom: 2px solid #d73027;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
	height: 100%;
	line-height: 121px;
	padding: 0 20px;
    padding-right: 28px;
    padding-left: 28px;
}
.nav-item:hover .nav-link {
	color: #d73027;
	border-bottom: 2px solid #d73027;	
}
.dropdown-menu {
	width: 100%;
	margin: 0;
	padding: 0;
    background: rgba(0,0,0,0.5);
}
.dropdown-list {
	display: flex;
}
.list1 {
	margin-left: 234px;
}
.en-list1 {
	margin-left: 217px;
}
.list2 {
	margin-left: 354px;
}
.en-list2 {
	margin-left: 339px;
}
.list3 {
	margin-left: 146px;
}
.en-list3 {
	flex-wrap: wrap;
	margin-left: 0;
}
.list4 {
	margin-left: 714px;
}
.en-list4 {
	margin-left: 696px;
}
.dropdown-item {
	color: #fff;
	width: auto;
	padding: 24px 28px;
	line-height: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #d73027;
    text-decoration: none;
    background: none;
}
.lang {
	padding-top: 44px;
}
.tel-number {
	display: inline-block;
	margin-right: 15px;
	padding-left: 24px;
	color: #d73027;
	background: url(../images/icon-phone.png) left center no-repeat;
	background-size: 18px 18px;
}
.cn-lang, .en-lang {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #8e8e98;
	border-radius: 16px;
}
.cn-lang {
	margin-right: 0.375rem;
}
.cn-lang:hover, .en-lang:hover {
	color: #fff;
	background-color: #d73027;
}

/*产品中心*/
.products {
	padding: 80px 0;
}
.m-products {
	display: none;
}
.com-title{
	text-align: center;
	margin-bottom: 60px;
}
.com-title h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: initial;
	margin-bottom: 0;
}
.com-title hr {
	display: inline-block;
	width: 1.25rem;
	height: 1px;
	background: #ccc;
	margin: 13px auto;
}
.com-title div {
	font-size: 22px;
	line-height: 22px;
	color: #ccc;
}
.com-swiper {
	position: relative;
    max-width: 1284px;
    margin: 0 auto;
}
.com-swiper .swiper-container {
	padding-bottom: 60px;
}
.swiper-pagination1 {
	bottom: 0;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
}
.com-swiper .swiper-pagination-bullet {
	background-color: #ccc;
}
.com-swiper .swiper-pagination-bullet-active {
	background-color: #d73027;
}
.com-swiper .swiper-button-prev {
	background-image: url(../images/prev1.png);
	left: 0;
}
.com-swiper .swiper-button-next {
	background-image: url(../images/next1.png);
	right: 0;
}
.com-swiper .swiper-button-next,.com-swiper .swiper-button-prev {
	height: 51px;
	margin-top: -25px;
	outline: none;
}
.com-swiper .swiper-slide {
	text-align: center;
}
.com-swiper .pro-wrap {
	position: relative;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
}
.com-swiper a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	border: 2px solid #d73027;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;	
}
.com-swiper a div {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background-color: #d73027;
	border-radius: 22px;
}
.com-swiper h6 {
	padding-top: 20px;
	font-size: 20px;
	line-height: 44px;
	color: #000;
}
.com-swiper p {
	font-size: 16px;
	line-height: 32px;
	color: #999;
}
.com-swiper .swiper-slide:hover a {
	opacity: 1;
}
.com-swiper .swiper-slide:hover h6 {
	color: #d73027;
}

/*公司介绍*/
.about-us {
	padding: 90px 0 130px;
	background: #f5f6f9;
}
.ocan-info {
	display: flex;
}
.ocan-info .info-img {
	position: relative;
	overflow: hidden;
	width: 60%;
}
.ocan-info .info-img img,.ocan-culture img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.ocan-info .info-dsc {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 32px;
	color: #333;
	background-color: #f7f7f7;
}
.ocan-info .info-dsc a {
	color: #333;
}
.ocan-info .info-dsc p {
	font-size: 16px;
	line-height: 28px;
}
.en-ocan-info .info-dsc p {
	font-size: 14px;
	line-height: 26px;
}
.ocan-info .info-dsc i {
	margin-top: 56px;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon-more1.png) 0 0 no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.en-ocan-info .info-dsc i {
	margin-top: 36px;
}
.info-dsc:hover i {
    background: url(../images/icon-more2.png) 0 0 no-repeat;
    background-size: 100%;
}
.ocan-info .introduction-dsc {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0 32px;
	color: #333;
	background-color: #fff;
}
.ocan-culture {
	position: relative;
	overflow: hidden;
}

/*蒙板*/
.up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}
.up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.up-graybox .linet {
  top: 0;
}
.up-graybox .lineb {
  bottom: 0;
}
.up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.info-img:hover img,.ocan-culture:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.info-img:hover .up-graybox,.ocan-culture:hover .up-graybox  {
	opacity: 1;
    filter: alpha(opacity=1);
}
.introduction-img:hover img,.ocan-culture:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.introduction-img:hover .up-graybox,.ocan-culture:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}

/* 新闻中心 */
.news-center {
	width: 81.25%;
	margin: 0 auto;
	padding: 5.25rem 0 3.75rem;
}
.news-content {
	display: flex;
}
.l-news, .r-news {
	flex: 1;
}
.l-news {
	position: relative;
	margin-right: 2.5%;
}
.l-news img {
	width: 100%;
}
.l-news-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border: 1px solid #efefef;
	padding: 1.25rem 1.375rem 1.25rem 1.125rem;
	background-color: #fff;
	z-index: 100;
	min-height: 202px;
}
.en-l-news .l-news-info {
	min-height: initial;
}
.l-news-info a, .r-news a {
	color: #333;
}
.l-news-info h5, .r-news h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 1.25rem;
	color: #000;
}
.en-l-news .l-news-info h5, .en-r-news h5 {
	padding-bottom: 0.5rem;
}
.l-news-info p, .r-news p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.en-l-news .l-news-info p, .en-r-news p {
	line-height: 24px;
}
.l-news-info p {
	min-height: 84px;
}
.r-news {
	margin-left: 2.5%;
}
.r-news .news-info li {
	padding: 1.25rem 1.375rem 1.25rem 1.125rem;
	border-bottom: 1px solid #efefef;
}
.r-news .news-info li:first-child {
	border-top: 1px solid #efefef;	
}
.news-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-tab ul {
    display: flex;
    align-items: center;
}
.news-tab ul li {
	margin-right: 26px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 7px 9px 7px;
    cursor: pointer;
}
.news-tab ul li.active {
    color: #d61515;
    border-bottom: 4px solid #d61515;
}
.news-tab a {
    display: block;
	font-size: 16px;
	line-height: 16px;
	padding-left: 20px;
	color: #ccc;
    background: url(../images/icon-more.png) no-repeat left center;
    background-size: 16px 16px;
}
.news-tab a:hover {
    color: #d61515;
    text-decoration: none;
}
.en-news-tab ul li {
	font-size: 16px;
	line-height: 16px;
}
.news-detail {
	display: flex;
	justify-content: space-between;
	margin-top: 0.625rem;
}
.news-date {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.news-more {
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
}
.l-news a:hover .l-news-info, .r-news li:hover {
	background-color: #f9f9f9;
}
.l-news a:hover h5, .r-news li:hover h5 {
	color: #d73027;
}
.l-news a:hover .news-more, .r-news li:hover .news-more {
	color: #fff;
	background-color: #d73027;
	border: 1px solid #d73027;
}
.more-news {
	display: block;
	margin: 4.6875rem auto 3.875rem;
	font-size: 20px;
	width: 215px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #999;
	border: 1px solid #e5e5e5;
	border-radius: 62px;
}
.more-news:hover {
	color: #fff;
	background-color: #d73027;
	border: 1px solid #d73027;
}

/*应用领域*/
.application-area {
	padding-top: 85px;
	padding-bottom: 120px;
	background-color: #1b1b1b;
}
.m-application-area {
	display: none;
	background-color: #1b1b1b;
}
.application-area .com-title,.application-area .com-title div,.m-application-area .com-title,.m-application-area .com-title div {
	color: #fff;
}
.swiper-container2 {
	padding-bottom: 90px;
}
.common-swiper .pro-wrap {
	position: relative;
	display: block;
}
.common-swiper .a-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.common-swiper .en-title {
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 16px;
	color: #999;
	text-align: center;
}
.common-swiper .cn-title {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background-image: linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,1));
}
.common-swiper .area-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.common-swiper .swiper-slide:hover .area-mask {
	opacity: 1;
}
.common-swiper .swiper-pagination-bullet {
	background-color: #fff;
} 
.common-swiper .swiper-pagination-bullet-active {
	background-color: #d73027;
}

/* 联系我们 */
.contact-us {
	display: flex;
}
.contact-us>div {
	flex: 1;
}
#contact-map {
    width: 100%;
    height: 550px;
    border: none;
}
.contact-wrapper {
	background-color: #f5f6f9;
}
.contact-info {
	width: 600px;
	padding-top: 94px;
	padding-left: 64px;
}
.contact-info h1 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding-bottom: 50px;
}
.contact-info h1 span {
	padding-left: 22px;
	font-size: 22px;
	color: #ccc;
}
.contact-info h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
}
.contact-info>div {
	padding-left: 40px;
	font-size: 20px;
	color: #333;
}
.en-contact-info>div {
	font-size: 18px;
}
.contact-info>div:not(:last-child) {
	margin-bottom: 45px;
}
.c-area {
	margin-bottom: 28px;
	background: url(../images/icon-area.png) left center no-repeat;
	background-size: 20px 25px;
}
.c-person {
	background: url(../images/icon-person.png) left 5px no-repeat;
	background-size: 24px 24px;
}
.c-tel {
	background: url(../images/icon-tel.png) left center no-repeat;
	background-size: 23px 23px;
}


/* footer */
.f-wrap {
	background-color: rgba(14,20,34,0.85);
}
.b-navlist {
	display: flex;
	justify-content: space-between;
	padding: 90px 0 72px;
}
.b-navlist div a {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 1.375rem;
	color: #fff;
}
.b-navlist a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: rgba(255,255,255,0.8);
}
.b-navlist a:hover {
	color: #d73027;
}
.b-info {
	padding: 39px 0 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid rgba(255,255,255,0.1);
}
.b-info a {
	color: rgba(255, 255, 255, 0.8);
}
.b-info a:hover {
	color: #d73027;	
}
.ocan-link {
	padding-bottom: 24px;
}
.f5 li {
    display: inline-block;
    margin-right: 8px;
}

/*关于我们*/
.common-title {
	padding-bottom: 50px;
	text-align: center;
}
.common-title h5 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
}
.common-title i {
	display: block;
	margin: 16px auto;
	width: 20PX;
	height: 2px;
	background-color: #dbdbdb;
}
.common-title p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.en-common-title p {
	max-width: 60%;
    margin: 0 auto;
}
.company-introduction {
	padding: 110px 0 60px;
}
.company-culture {
	padding: 76px 0 63px;
}
.company-honor {
	padding: 72px 0;
}
.company-certifications {
	padding: 82px 0 68px;
}
.sub-nav {
	display: flex;
}
.sub-nav li {
	margin-right: 80px;
}
.sub-nav li a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 0;
	color: #333;
	text-align: center;
}
.sub-nav li a.active {
	color: #cc252f;
	border-bottom: 2px solid #cc252f;
}
.about-content {
	padding: 77px 0 80px;
}
.about-content img {
	margin: 0 auto 55px;
}
.about-content div {
	font-size: 18px;
	line-height: 36px;
	color: #333;
}
.honor-content {
	padding: 86px 0 38px;
}
.honor-content img {
	margin: 0 auto 60px;
}
.qualifications-content {
	padding: 76px 0 35px;
}
.qualifications-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qualifications-list p {
	font-size: 20px;
	line-height: 20px;
	padding-top: 22px;
	padding-bottom: 50px;
	text-align: center;
}
.en-about .qualifications-list p {
	font-size: 16px;
	line-height: 16px;
}

/* 联系我们 */
.contact-wrap {
	padding-top: 100px;
}
.ocan-contact {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
}
.ocan-contact img {
	margin: 0 auto 14px;
}
.en-ocan-contact img {
	width: 70px;
}
.ocan-contact p {
	font-size: 20px;
	line-height: 36px;
	color: #000;
}
.en-ocan-contact p {
	font-size: 16px;
}
#contact-map2 {
	width: 100%;
	height: 615px;
	border: none;
}

/* 技术参数 */
.application-content {
	padding: 90px 0 60px;
}
.application-content table {
	text-align: center;
}
.table td, .table th {
	vertical-align: middle;
	font-size: 18px;
	color: #333;
}
.bg-e6 {
	background-color: #e6e6e6;
}
.application-content h5 {
	font-size: 25px;
	line-height: 48px;
	color: #010101;
	text-align: center;
	padding-bottom: 32px;;
}
.application-content p {
	font-size: 18px;
	line-height: 48px;
	color: #010101;
}

/* 产品及应用 */
.pro-wrapper {
	padding: 60px 0 146px;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
}
.pro-wrapper .hot-pro {
	display: block;
	margin-bottom: 80px;
	transition: all 0.3s ease;
}
.pro-wrapper .diff-info {
	display: flex;
	justify-content: space-between;
}
.pro-wrapper .pro-content {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.pro-wrapper .pro-content li {
	width: 50%;
	margin-bottom: 58px;
	transition: all 0.3s ease;
}
.pro-wrapper .pro-content li:nth-child(odd) {
	padding-right: 9px;
}
.pro-wrapper .pro-content li:nth-child(even) {
	padding-left: 9px;
}
.pro-wrapper .pro-img {
	position: relative;
}
.pro-wrapper .pro-img .mask i {
	display: block;
	width: 74px;
	height: 74px;
	background: url(../images/icon-plus.png) 0 0 no-repeat;
} 
.pro-wrapper .pro-info {
	padding: 50px 36px 32px;
	text-align: left;
	border: 1px solid #ccc;
	border-top: none;
	transition: all 0.3s ease;
}
.pro-wrapper .en-pro-content .pro-info {
	min-height: 400px;
}
.pro-wrapper .pro-info h5 {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	padding-bottom: 24px;
}
.pro-wrapper .pro-info p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	padding-left: 16px;
	background: url('../images/icon-spot.png') left 14px no-repeat;
	background-size: 5px 5px;
}
.pro-wrapper .pro-info .pro-date {
	padding-top: 15px;
	padding-bottom: 24px;
	font-size: 16px;
}
.pro-wrapper .pro-info i {
	display: block;
	margin-top: 16px;
	width: 25px;
	height: 21px;
	background: url(../images/jt-h.png) 0 0 no-repeat;
	background-size: 100%;
}
.pro-wrapper li:hover .pro-info, .hot-pro:hover .pro-info {
	background-color: #d61515;
}
.pro-wrapper li:hover .pro-info i, .hot-pro:hover .pro-info i {
	background: url(../images/jt-b.png) 0 0 no-repeat;
	background-size: 100%;	
}
.pro-wrapper li:hover h5, .pro-wrapper li:hover p, .hot-pro:hover h5, .hot-pro:hover p {
	color: #fff;
}
.pro-wrapper li:hover p, .hot-pro:hover p {
	background: url('../images/spot-b.png') left 14px no-repeat;
	background-size: 5px 5px;
}
.pro-wrapper li:hover, .hot-pro:hover {
	transform: translateY(-20px);
}
.pro-wrapper li:hover .mask, .hot-pro:hover .mask {
	opacity: 1;
}

/* 公司新闻 */
.news-img-wrap {
	display: block;
	overflow: hidden;
	position: relative;
}
.news-img-wrap img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.news-img-wrap:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.news-img-wrap:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}
.company-news {
	padding: 108px 0 68px;
}
.c-news-list {
	display: flex;
}
.c-news-list .l-news {
	width: 45.5%;
	margin-right: 30px;
}
.c-news-list .r-news {
	flex: 1;
}
.com-news-info {
	display: block;
	padding: 20px 15px 20px;
	font-size: 14px;
	color: #666;
}
.c-news-list .l-news-info {
	background-color: #f2f3f5;
}
.com-news-info h5 {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 20px;
	color: #333;
	text-align: center;
	min-height: 58px;
}
.com-news-info p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.en-news-info p {
	line-height: 20px;
}
.news-date-wrapper {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
	border-radius: 15px;
}
.detail-btn i {
	display: block;
	width: 13px;
	height: 9px;
	background: url(../images/xjt-hui.png) 0 0 no-repeat;
	background-size: 100%;
	margin-left: 6px;	
}
.com-news-btn {
	display: block;
	width: 216px;
	height: 60px;
	line-height: 60px;
	margin: 68px auto 0;
	border: 1px solid #999;
	border-radius: 30px;
	color: #666;
	text-align: center;
	background: url(../images/djt-hui.png) 150px center no-repeat;
	background-size: 20px 18px;
}
.com-news-btn:hover {
	color: #fff;
	background: url(../images/djt-bai.png) 150px center no-repeat,#d61515;
	border-color: #d61515;
}
.com-news-info:hover h5, .r-news li:hover h5 {
	color: #d61515;
}
.com-news-info:hover .detail-btn, .r-news li:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
}
.com-news-info:hover i, .r-news li:hover i {
	background: url(../images/xjt-bai.png) 0 0 no-repeat;
}
.c-news-list .r-news li {
	transition: all 0.3s ease;
	border-bottom: 1px solid #efefef;
}
.c-news-list .r-news li:hover {
	background-color: #f9f9f9;
}
.c-news-list .r-news .com-news-info {
	padding: 18px 15px 20px;
}
.c-news-list .r-news .com-news-info h5 {
	line-height: 20px;
	text-align: left;
	min-height: initial;
}
.c-news-list .r-news .news-date-wrapper {
	padding-top: 8px;
}

/* 行业新闻 */
.industry-news {
	padding: 64px 0 68px;
}
.industry-info-wrapper {
	display: flex;
}
.industry-info-wrapper>div {
	flex: 1;
}
.industry-info {
	background-color: #fff;
}
.industry-more {
	justify-content: flex-end;
}
.industry-info-wrapper>div:first-child {
	margin-right: 30px;
}
.industry-info h5 {
	text-align: left;
}

/* 产品新闻 */
.products-news {
	padding: 102px 0 98px;
}
.products-wrapper {
	display: flex;
	justify-content: space-between;
}
.products-wrapper li {
	flex: 1;
}
.products-wrapper li:not(:last-child) {
	margin-right: 30px;
}
.products-wrapper a {
	border: 1px solid #f1f1f1;
}
.products-wrapper h5 {
	line-height: 24px;
	padding-bottom: 10px;
}
.products-wrapper p {
	line-height: 24px;
}
.products-wrapper .news-date-wrapper {
	padding-top: 44px;
}

/* 新闻列表页 */
.news-headline {
	display: flex;
	padding-bottom: 39px;
	border-bottom: 1px solid #e5e5e5;
}
.news-headline .news-img-l {
	position: relative;
	overflow: hidden;
	display: block;
	width: 520px;
	margin-right: 44px;
}
.news-headline .news-img-l img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-headline .news-img-l:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.news-headline .news-img-l:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}
.news-headline .news-r {
	flex: 1;
	color: #333;
}
.news-r {
	padding: 34px 0 0 0;
}
.news-r h5 {
	line-height: 20px;
	text-align: left;
}
.news-r P {
	color: #333;
}
.news-r .news-date-wrapper {
	padding-top: 62px;
}
.news-r .news-date {
	color: #666;
}
.news-r  .detail-btn {
	color: #666;
	border-color: #666;
}
.news-r:hover h5 {
	color: #d61515;
}
.news-r:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
}
.news-list-info a {
	display: block;
	padding: 53px 0 20px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.t-news-info {
	display: flex;
}
.l-date {
	margin-right: 12px;
	width: 98px;
	height: 98px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-family: Arial;
	background-color: #eaeaea;
}
.l-date .day {
	font-size: 30px;
	line-height: 30px;
	padding-top: 18px;
	padding-bottom: 8px;
}
.l-date .month {
	padding-bottom: 4px;
}
.r-list-info {
	flex: 1;
}
.r-list-info h5 {
	font-size: 20px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.r-list-info p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.news-btn-wrapper {
	justify-content: flex-end;
}
.news-btn-wrapper .detail-btn {
	color: #666;
	border-color: #666;
}
.news-list-info li:hover h5 {
	color: #d61515;
}
.news-list-info li:hover .l-date {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
}
.news-list-info li:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
}
.news-list-info li:hover .detail-btn i {
	background: url(../images/xjt-bai.png) 0 0 no-repeat;
}

/* 新闻内容页 */
.news-article-wrapper {
	background-color: #f7f7f7;
}
.news-article-wrapper .container {
	padding: 103px 30px 70px;
}
.news-article-title {
	text-align: center;
}
.news-article-title h5 {
	font-size: 26px;
	line-height: 26px;
	color: #000;
	padding-bottom: 36px;
}
.news-article-title div {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	padding-bottom: 11px;
}
.news-article-title div span:not(:last-child) {
	margin-right: 0.5rem;
}
.news-article-content {
	font-size: 16px;
	color: #333;
	padding-top: 44px;
	padding-bottom: 96px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.news-article-content div {
	line-height: 36px;
	text-indent: 2em;
}
.news-article-content img {
	margin: 1rem auto;
}
.page-turning {
	padding-top: 36px;
}
.page-turning .prev-item {
	padding-bottom: 18px;
}
.page-turning li {
    font-size: 18px;
    line-height: 18px;   
}
.page-turning a {
	color: #333;
}
.page-turning li:hover,.page-turning li:hover a {
    color: #e40b20; 
}
.party-article {
	padding-bottom: 0;
	border-bottom: none;
}
.staff-article img {
	display: initial;
	margin: 0;
	width: initial;
}

/* 产品中心 */
.ocan-pro-wrap {
	padding: 84px 0 72px;
}
.ocan-pro-wrap .pro-list {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.ocan-pro-wrap .en-pro-list {
	flex-wrap: wrap;
}
.ocan-pro-wrap .pro-list li {
	flex: 1;
	line-height: 70px;
	border: 1px solid #666;
}
.ocan-pro-wrap .en-pro-list li {
	flex: initial;
	width: 25%;
}
.en-pro-list li:nth-child(-n+4) {
	border-bottom: 0;
}
.ocan-pro-wrap .pro-list li:not(:last-child) {
	margin-right: -1px;
}
.ocan-pro-wrap .pro-list li.active {
	color: #fff;
	background-color: #d61515;
	z-index: 100;
}
.ocan-pro-wrap .pro-list li.active a {
	color: #fff;
}
.ocan-pro-wrap .pro-list li a {
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.ocan-pro-wrap .pro-content {
	display: flex;
	flex-flow: row wrap;
}
.ocan-pro-wrap .pro-content li {
	width: 33.33%;
	padding-right: 20px;
	margin-bottom: 43px;
	transition: all 0.3s ease;
}
.ocan-pro-wrap .pro-content li:nth-child(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}
.ocan-pro-wrap .pro-content li:nth-child(3n) {
	padding-left: 20px;
	padding-right: 0;
}
.ocan-pro-wrap .pro-content a {
	display: block;
	border: 1px solid #d8d8d8;
}
.ocan-pro-wrap .pro-content a div {
	overflow: hidden;
}
.ocan-pro-wrap .pro-content img {
	width: 100%;
	transition: all 0.3s ease;
}
.ocan-pro-wrap .pro-content a p {
	font-size: 20px;
	line-height: 77px;
	color: #fff;
	background-color: #333;
	text-align: center;
	transition: all 0.3s ease;
}
.ocan-pro-wrap .pro-content li:hover {
	border-color: #d61515;
	transform: scale(1.1,1.1);
}
.ocan-pro-wrap .pro-content li:hover p {
	background-color: #d61515;
}
.ocan-pro-wrap .pro-content li:hover img {
	transform: scale(1.1,1.1);
}

/*产品详情页*/
.common-pro-wrapper {
	padding: 30px 30px 50px 30px;
	text-align: left;
	background-color: #fff;
}
.pro-info-wrap {
	display: flex;
	padding-bottom: 64px;
	border-bottom: 2px dashed #999;
}
.right-dsc {
	flex: 1;
	padding: 40px 60px 0;
	background-color: #f7f7f7;
}
.right-dsc h5 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 24px;
}
.right-dsc>p {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #ccc;
}
.right-dsc li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #333;
	background: url(../images/icon-star.png) left 2px no-repeat;
	background-size: 16px 15px;
}
.right-dsc li:last-child {
	margin-bottom: 0;
}
.right-dsc li p {
	padding: 12px 0;
}
.right-dsc .bottom-ask {
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-dsc .bottom-hotline-box {
	display: flex;
	align-items: center;
}
.right-dsc img {
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.right-dsc .hotline-name {
	color: #333;
	font-size: 16px;
}
.right-dsc .tel-hotline {
	font-size: 30px;
	line-height: 30px;
	color: #d61515;
}
.right-dsc a {
	display: block;
	width: 144px;
	height: 44px;
	line-height: 44px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background-color: #d61515;
}
.pro-content-wrap {
	padding-top: 36px;
	padding-bottom: 48px;
}
.common-pro-title {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 16px;
	color: #d61515;
	border-bottom: 5px solid #d61515;
}
.common-pro-dsc {
	padding-top: 24px;
}
.common-pro-dsc p {
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 32px;
}
.common-pro-img {
	padding-top: 40px;
}
.common-pro-img img:not(:last-child) {
	padding-bottom: 32px;
}

/* 企业文化 */
.culture1-wrap {
	padding: 120px 0;
}
.ocan-flex {
	display: flex;
}
.left-info {
	flex: 1;
}
.culture1-box .left-info li {
	margin-bottom: 32px;
	padding-left: 80px;
}
.culture1-box .left-info .mission {
	background: url('../images/icon1.png') left top no-repeat;
	background-size: 58px 58px;
}
.culture1-box .left-info .hope {
	background: url('../images/icon2.png') left top no-repeat;
	background-size: 58px 58px;
}
.culture1-box .left-info .spirit {
	background: url('../images/icon3.png') left top no-repeat;
	background-size: 58px 59px;
}
.culture1-box .left-info h5 {
	font-size: 22px;
	line-height: 36px;
	color: #000;
}
.culture1-box .left-info p {
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.culture2-wrap {
	padding: 180px 0 190px;
}
.culture2-wrap .t-icon {
	margin: 0 auto;
}
.culture2-box {
	align-items: center;
	justify-content: space-between;
}
.culture2-box img {
	width: 52px;
	height: 41px;
}
.culture2-box h5 {
	font-size: 24px;
	line-height: 36px;
	padding: 30px 0 16px;
	text-align: center;
}
.culture2-box p {
	font-size: 18px;
	line-height: 36px;
	color: #666;
	text-align: center;
}
.culture2-box .value-txt {
	width: 685px;
	margin: 0 auto;
}
.culture3-wrap {
	padding: 96px 0 136px;
}
.culture3-wrap .t-title {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 76px;
	text-align: center;
}
.culture3-box h5 {
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 10px;
}
.culture3-box li {
	font-size: 18px;
	line-height: 40px;
	color: #666;
	padding-left: 20px;
	background: url('../images/red-spot.png') left center no-repeat;
	background-size: 8px 8px;
}
.culture3-box .left-info {
	display: flex;
	align-items: center;
}
.culture4-wrap {
	padding: 114px 0 116px;
	background: url('../images/bg-culture.jpg') 0 0 no-repeat;
	background-size: cover;
}
.culture4-wrap .container {
	display: flex;
	flex-wrap: wrap;
	padding: 72px;
}
.com-sense {
	display: flex;
	align-items: center;
	width: 50%;
}
.staff-sense {
	border-right: 1px dashed #d9d9d9;
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 32px;
	padding-bottom: 32px;

}
.manage-sense {
	padding-top: 32px;
	padding-left: 60px;
	padding-bottom: 32px;
}
.product-sense {
	padding-top: 60px;
	padding-bottom: 32px;
}
.personnel-sense {
	border-left: 1px dashed #d9d9d9;
	border-top: 1px dashed #d9d9d9;
	padding-left: 60px;
	padding-top: 60px;
	padding-bottom: 32px;
}
.com-sense .sense-img {
	width: 100px;
}
.com-sense .sense-info {
	flex: 1;
}
.com-sense h5 {
	font-size: 22px;
	line-height: 36px;
	color: #000;
}
.com-sense p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}
.com-sense span {
	padding-right: 12px;
}
.staff-sense img {
	height: 68px;
}
.manage-sense img {
	height: 67px;
}
.product-sense img {
	height: 63px;
}
.personnel-sense img {
	height: 68px;
}

/*应用领域*/
.case-wrap {
	padding: 66px 0 43px;
}
.case-content {
	display: flex;
	flex-flow: row wrap;
}
.case-content li {
	width: 33.33%;
	padding-right: 12px;
	margin-bottom: 50px;
	transition: all 0.3s ease;
}
.case-content li:nth-child(3n+2) {
	padding-left: 6px;
	padding-right: 6px;
}
.case-content li:nth-child(3n) {
	padding-left: 12px;
	padding-right: 0;
}
.case-content img {
	width: 100%;
}
.case-content p {
	font-size: 24px;
	line-height: 77px;
	color: #333;
	background-color: #fff;
	text-align: center;
	border-bottom: 2px solid #d8d8d8;
}
.case-info {
	position: relative;
}
.case-mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
}
.case-mask i {
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/icon-link.png) 0 0 no-repeat;
	background-size: 100%;
}
.case-content li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.case-content li:hover p {
	border-bottom: 2px solid #d61515;
}
.case-content li:hover .case-mask {
	opacity: 1;
}
.pagination-wrapper {
	margin-top: 27px;
}
.pagination {
	justify-content: center;
}
.pagination li {
    padding: 0.5rem 0.75rem;
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination li a {
    display: inline-block;
    color: #999;
}

.pagination li a:link {
    background: #fff;
}

.pagination li a:hover {
    text-decoration: none;
}

.pagination li a:link:hover {
    color: #000;
}

.pagination li.thisclass {
    background-color: #cc242f;
    color: #fff;
	border: 1px solid #cc242f;
}

.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination .pageinfo {
    color: #444;
}

/*英文站*/
/*公司文化*/
.en-culture1-box .left-info p {
	font-size: 16px;
	line-height: 24px;
}
.en-culture3-box li {
	font-size: 16px;
	line-height: 32px;
}

.hidden {
	display: none;
}


/* 自适应 */
@media (min-width: 1230px) {
	.container {
	    max-width: 1200px;
	}
}
@media (max-width: 415px) {
	.navbar {
		padding: 0.5rem 0;
	}
	.navbar-brand img {
		width: 50px;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 14px;
		line-height: 36px;
		padding: 0;
	}
	.lang {
		padding-top: 0;
	}
	.com-title {
		margin-bottom: 0;
		padding: 1rem 0;
	}
	.com-title h1 {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 0.5rem;
	}
	.com-title div {
		font-size: 14px;
		line-height: 14px;
	}
	.com-title hr {
		margin: 0.5rem auto;
	}
	/*产品中心*/
	.products {
		padding: 0;
	}
	.com-swiper .swiper-container {
		padding-bottom: 3rem;
	}
	.com-swiper h6 {
		font-size: 14px;
		line-height: 14px;
	}
	.com-swiper p {
		font-size: 12px;
	}
	.swiper-button-prev,.swiper-button-next {
		display: none;
	}
	.products {
		display: none;
	}
	.m-products {
		display: block;
	}
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	/*公司介绍*/
	.about-us {
		padding: 1rem 0 2rem;
	}
	.ocan-info {
		display: block;
	}
	.ocan-info .info-dsc {
		padding: 1rem;
	}
	.ocan-info .info-dsc p {
		font-size: 14px;
		line-height: 24px;
	}
	.ocan-info .info-dsc i {
		margin-top: 1rem;
		width: 32px;
		height: 32px;
	}
	/*应用领域*/
	.application-area {
		display: none;
	}
	.m-application-area {
		display: block;
	}
	.swiper-container4 {
		padding-bottom: 3rem;
	}
	.common-swiper .en-title {
		font-size: 12px;
	}
	.common-swiper .cn-title {
		font-size: 14px;
	}
	/*新闻中心*/
	.news-center {
		width: 100%;
		padding: 1rem 15px;
	}
	.news-content {
		display: block;
	}
	.l-news {
		margin-right: 0;
		position: initial;
	}
	.l-news-info {
		position: initial;
		padding: 1rem;
		min-height: initial;
	}
	.r-news {
		margin-left: 0;
	}
	.news-tab ul li {
		font-size: 14px;
		line-height: 20px;
		margin-right: 0.5rem;
		padding: 0.75rem 0.5rem;
		font-weight: initial;
	}
	.en-news-tab ul li {
		font-size: 12px;
		margin-right: 0;
	}
	.news-tab ul li.active {
		border-bottom: 2px solid #D61515;
	}
	.news-tab ul li.active {
		border-bottom: 2px solid #D61515;
	}
	.news-tab {
		align-items: initial;
	}
	.news-tab a {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 14px;
		line-height: 20px;
		background: url(../images/icon-more.png) left center no-repeat;
	}
	.en-news-tab a {
		padding-left: 1rem;
		font-size: 12px;
		background-size: 12px 12px;
	}
	.l-news-info h5, .r-news h5 {
		padding-bottom: 0.5rem;
		font-size: 14px;
	}
	.l-news-info p, .r-news p {
		font-size: 12px;
		line-height: 24px;
		min-height: initial;
	}
	.news-more {
		font-size: 12px;
	}
	.r-news li {
		padding: 1rem 0;
	}
	/*联系我们*/
	.contact-us {
		display: block;
	}
	#contact-map, #contact-map2 {
		height: 250px;
	}
	.contact-info {
		width: 100%;
		padding: 2rem 15px;
	}
	.contact-info h1 {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 1rem;
	}
	.contact-info h1 span {
		font-size: 12px;
		line-height: 12px;
		padding-left: 1rem;
	}
	.contact-info h3 {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 1rem;
	}
	.contact-info>div {
		font-size: 14px;
	}
	.contact-info>div:not(:last-child) {
		margin-bottom: 1rem;
	}
	/*底部导航*/
	.b-navlist {
		display: none;
		flex-wrap: wrap;
		padding: 2rem 0 0 0;
	}
	.b-navlist li {
		width: 33.33%;
		text-align: center;
		padding-bottom: 1rem;
	}
	.b-navlist div a {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 0.75rem;
	}
	.b-navlist a {
		font-size: 12px;
		line-height: 24px;
	}
	.b-info {
		padding: 1rem 0;
		font-size: 12px;
	}
	.ocan-link {
		padding-bottom: 0.5rem;
	}
	.oc-flex {
		display: block;
	}
	.ocan-copyright div:first-child {
		padding-bottom: 0.5rem;
	}
	/* 关于我们 */
	.company-introduction {
		padding: 2rem 0;
	}
	.common-title {
		padding-bottom: 1rem;
	}
	.common-title h5 {
		font-size: 16px;
	}
	.common-title p {
		font-size: 14px;
		line-height: 24px;
	}
	.common-title i {
		margin: 0.5rem auto;
	}
	.company-culture,.company-honor,.company-certifications {
		padding: 2rem 0;
	}
	/* 公司简介 */
	.about-content {
		padding: 2rem 0;
	}
	.about-content img {
		margin-bottom: 1rem;
	}
	.about-content div {
		font-size: 12px;
		line-height: 24px;
	}
	/* 企业荣誉 */
	.honor-content {
		padding: 2rem 0 1rem;
	}
	.honor-content img {
		margin-bottom: 1rem;
	}
	/* 企业文化 */
	.sub-nav li {
		margin-right: 1rem;
	}
	.sub-nav li a {
		padding: 1rem 0;
		font-size: 14px;
		line-height: 14px;
	}
	.culture1-wrap {
		padding: 2rem 0;
	}
	.ocan-flex {
		display: block;
	}
	.culture1-box .left-info li {
	    margin-bottom: 1rem;
	    padding-left: 48px;
	}
	.culture1-box .left-info .mission {
		background: url(../images/icon1.png) left center no-repeat;
		background-size: 36px 36px;
	}
	.culture1-box .left-info .hope {
	    background: url(../images/icon2.png) left center no-repeat;
	    background-size: 36px 36px;
	}
	.culture1-box .left-info .spirit {
	    background: url(../images/icon3.png) left center no-repeat;
	    background-size: 36px 36px;
	}
	.culture1-box .left-info h5 {
		font-size: 14px;
    	line-height: 24px;
	}
	.culture1-box .left-info p {
		font-size: 12px;
    	line-height: 24px;
	}
	.culture2-wrap {
		padding: 2rem 0;
	}
	.culture2-wrap .t-icon {
		width: 36px;
	}
	.culture2-box {
		display: flex;
	}
	.culture2-box img {
		width: 20px;
		height: 16px;
	}
	.l-marks {
		margin-right: 1rem;
	}
	.r-marks {
		margin-left: 1rem;
	}
	.culture2-box h5 {
	    font-size: 14px;
	    line-height: 14px;
	    padding: 0.75rem 0 0.5rem;
	}
	.culture2-box p {
		font-size: 12px;
		line-height: 24px;
	}
	.culture2-box .value-txt {
		width: auto;
	}
	.culture3-wrap {
		padding: 2rem 0;
	}
	.culture3-wrap .t-title {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0.5rem;
	}
	.culture3-box .left-info {
		margin-bottom: 1rem;
	}
	.culture3-box h5 {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 0;
		text-align: center;
	}
	.culture3-box li {
		font-size: 12px;
		line-height: 24px;
		padding-left: 8px;
		background-size: 4px 4px;
	}
	.en-culture3-wrap .culture3-box li {
		background: url('../images/red-spot.png') left 10px no-repeat;
		background-size: 4px 4px;
	}
	.culture4-wrap {
		padding: 2rem 15px;
	}
	.culture4-wrap .container {
		display: block;
		padding: 2rem 15px;
	}
	.com-sense {
		width: 100%;
	}
	.staff-sense {
		padding-top: 0;
		padding-bottom: 2rem;
		border-right: none;
	}
	.manage-sense {
		padding-left: 0;
		padding-bottom: 2rem;
		border-bottom: 1px dashed #d9d9d9;
	}
	.product-sense {
		padding: 2rem 0;
	}
	.personnel-sense {
		border-left: none;
		padding-bottom: 0;
		padding-left: 0;
		padding-top: 2rem;
	}
	.com-sense h5 {
		font-size: 14px;
		line-height: 24px;
	}
	.com-sense p {
	    font-size: 12px;
	    line-height: 20px;
	}
	.com-sense .sense-img {
		width: 60px;
		margin-right: 0;
	}
	.com-sense img {
		height: 50px;
	}
	.en-common-title p {
		max-width: 100%;
	    margin: 0 auto;
	}
	/* 资质认证 */
	.qualifications-content {
		padding: 2rem 0 0 0;
	}
	.qualifications-list li {
		width: 49%;
	}
	.qualifications-list p,.en-about .qualifications-list p {
		font-size: 12px;
		line-height: 12px;
		padding: 1rem 0;
	}
	/*产品中心栏目页*/
	.ocan-pro-wrap {
		padding: 2rem 0 1rem;
	}
	.ocan-pro-wrap .pro-list {
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.ocan-pro-wrap .pro-list li {
		flex: initial;
		width: 25%;
		line-height: 30px;
	}
	.ocan-pro-wrap .pro-list li:nth-child(-n+3) {
		border-bottom: 0;
	}
	.ocan-pro-wrap .pro-list li a {
		font-size: 11px;
	}
	.ocan-pro-wrap .pro-content li {
		width: 50%;
		margin-bottom: 1rem;
	}
	.ocan-pro-wrap .pro-content a p {
		font-size: 11px;
		line-height: 30px;
	}
	.ocan-pro-wrap .pro-content li:nth-child(3n+2) {
		padding: 0;
	}
	.ocan-pro-wrap .pro-content li:nth-child(3n) {
		padding: 0;
	}
	.ocan-pro-wrap .pro-content li:nth-child(odd) {
		padding-right: 0.5rem;
	}
	.ocan-pro-wrap .pro-content li:nth-child(even) {
		padding-left: 0.5rem;
	}
	.ocan-pro-wrap .pro-list li.active {
		border: 1px solid #666;
	}
	.ocan-pro-wrap .en-pro-list li {
		width: 50%;
	}
	.en-pro-list li:nth-child(-n+6) {
		border-bottom: 0;
	}
	/*产品中心详情页*/
	.common-pro-wrapper {
		padding: 0;
	}
	.pro-info-wrap {
		display: block;
		padding-bottom: 0;
		border-bottom: 1px dashed #999;
	}
	.right-dsc {
		padding: 1rem;
		background-color: #fff;
	}
	.right-dsc h5 {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 0.5rem;
	}
	.right-dsc>p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0.5rem;
	}
	.right-dsc li {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0.25rem;
	}
	.right-dsc .bottom-ask {
		padding-top: 1rem;
	}
	.right-dsc img {
		width: 36px;
		height: 36px;
		margin-right: 0.5rem;
	}
	.right-dsc .tel-hotline {
		font-size: 24px;
		line-height: 24px;
	}
	.pro-content-wrap,.pro-img-wrap {
		padding: 1rem;
	}
	.common-pro-title {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 1rem;
		border-bottom: 2px solid #d61515;
	}
	.common-pro-dsc {
		padding-top: 1rem;
	}
	.common-pro-dsc p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0;
	}
	.common-pro-img {
		padding-top: 1rem;
	}
	.common-pro-img img:not(:last-child) {
		padding-bottom: 1rem;
	}
	/* 技术参数 */
	.application-content {
		padding: 2rem 0;
	}
	.application-content h5 {
		font-size: 14px;
		line-height: 14px;
		padding-bottom: 1rem;
	}
	.table td, .table th {
		font-size: 12px;
	}
	.application-content p {
		font-size: 12px;
		line-height: 24px;
	}
	/* 产品及应用 */
	.pro-wrapper {
		padding: 2rem 0;
	}
	.pro-wrapper .pro-info {
		padding: 1rem;
		min-height: initial;
	}
	.pro-wrapper .pro-info h5 {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0.5rem;
	}
	.pro-wrapper .pro-info p {
		font-size: 12px;
		line-height: 24px;
	}
	.pro-wrapper .hot-pro {
		margin-bottom: 1.5rem;
	}
	.pro-wrapper .pro-content li {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.pro-wrapper .pro-content li:nth-child(odd),.pro-wrapper .pro-content li:nth-child(even) {
		padding: 0;
	}
	.pro-wrapper .pro-content a p {
		font-size: 12px;
		line-height: 24px;
	}
	.pro-wrapper .pro-info i {
		width: 20px;
		height: 17px;
	}
	.pro-wrapper .pro-content .mb-0 {
		margin-bottom: 1rem!important;
	}
	/*应用领域栏目页*/
	.case-wrap {
		padding: 2rem 0;
	}
	.case-content li {
		width: 50%;
		margin-bottom: 1rem;
	}
	.case-content p {
		font-size: 14px;
	}
	.case-content li:nth-child(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.case-content li:nth-child(3n) {
		padding-left: 0;
		padding-right: 0;
	}
	.case-content li {
		padding-right: 0;
	}
	.case-content li:nth-child(odd) {
		padding-right: 0.25rem;
	}
	.case-content li:nth-child(even) {
		padding-left: 0.25rem;
	}
	.case-mask i {
		width: 32px;
		height: 32px;
	}
	.modal-title {
		font-size: 18px;
	}

	/*联系我们栏目页*/
	.contact-wrap {
		padding: 2rem 0;
	}
	.ocan-contact {
		display: block;
		margin-bottom: 0;
	}
	.ocan-contact li {
		margin-bottom: 1rem;
	}
	.ocan-contact img {
		margin: 0 auto 0.5rem;
		width: 50px;
	}
	.ocan-contact p {
		font-size: 14px;
		line-height: 24px;
	}
	.m-show {
		display: block;
	}
	.m-hide {
		display: none;
	}
	/*新闻栏目页*/
	.com-news-wrapper {
		padding-bottom: 2rem;
	}
	.c-news-title {
		padding: 1rem 0;
	}
	.c-news-title h5 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.c-news-title i {
		width: 10px;
		margin: 0.5rem auto;
	}
	.c-news-title p {
		font-size: 14px;
		line-height: 18px;
	}
	.c-news-list {
		display: block;
	}
	.l-news {
	    width: 100%;
	    margin-right: 0;
	}
	.com-news-info {
		padding: 1rem;
	}
	.com-news-info h5 {
		font-size: 14px;
	    line-height: 24px;
	    padding-bottom: 0.5rem;
	    min-height: initial;
	}
	.com-news-info p {
		font-size: 12px;
		line-height: 24px;
	}
	.products-wrapper .news-date-wrapper {
		padding-top: 1rem;
	}
	.detail-btn {
		width: 60px;
		height: 24px;
	    line-height: 24px;
	    font-size: 12px;
	}
    .r-news .com-news-info {
    	padding: 1rem;
    }
    .r-news .com-news-info h5 {
    	font-size: 14px;
    	line-height: 24px;
    }
	.com-news-btn {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 2rem;
		border-radius: 0;
		background-image: none;
    	background-size: 16px 14px;
	}
	.com-news-btn:hover {
		background-color: #d61515;
		background-image: none;
    }
	.media-info-wrapper,.industry-wrapper {
		display: block;
	}
	.media-info-wrapper>div:first-child {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.industry-wrapper li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	/*新闻列表页*/
	.news-headline {
		display: block;
		padding-bottom: 1rem;
	}
	.news-headline .news-img-l {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.news-headline .news-r {
		padding: 1rem 0;
	}
	.news-r .news-date-wrapper {
		padding-top: 1rem;
	}
	.news-list-info a {
		padding: 1rem 0;
	}
	.m-show {
		display: block;
	}
	.m-hide {
		display: none;
	}
	.r-list-info h5 {
		font-size: 16px;
	    padding-top: 0;
	    padding-bottom: 0.5rem
	}
	.r-list-info p {
		line-height: 24px;
	}
	.news-btn-wrapper {
		justify-content: space-between;
	}

	/*新闻详情页*/
	.page-names {
		font-size: 16px;
		line-height: 48px;
	}
	.page-names li {
		margin-right: 0;
	}
	.page-names li a {
		font-size: 14px;
	}
	.news-article-wrapper .container {
		padding: 2rem 15px;
	}
	.news-article-title h5 {
		font-size: 16px;
	    line-height: 24px;
	    padding-bottom: 0.5rem;
	}
	.news-article-title div {
	    font-size: 14px;
	    line-height: 14px;
	    color: #666;
	    padding-bottom: 0.75rem;
	}
	.news-article-content {
		padding: 1rem 0;
		font-size: 14px;
	}
	.news-article-content div {
		line-height: 24px;
	}
	.news-article-content img {
		width: 100%!important;
		height: auto!important;
	}
	/*分页器*/
	.pagination-wrapper {
		margin-top: 1rem;
	}
	.pagination li {
		font-size: 12px;
	}
	/*翻页器*/
	.page-turning {
		padding-top: 2rem;
	}
	.page-turning li {
		font-size: 14px;
	}
	.page-turning .prev-item {
		padding-bottom: 0.5rem;
	}

	/*新闻中心*/
	.company-news,.industry-news,.products-news {
		padding: 2rem 0;
	}
	.c-news-list .l-news {
	    width: 100%;
	    margin-right: 0;
	}
	.industry-info-wrapper,.products-wrapper {
		display: block;
	}
	.industry-info-wrapper>div:first-child {
		margin-right: 0;
	}
	.products-wrapper li:not(:last-child) {
		margin-right: 0;
	}
}



