﻿/*Page banner*/
.Npronav {
	padding: 70px 0 70px;
	background: url(../images/Npronav_bg.jpg) no-repeat center bottom;
}
.Npronav_content {
	padding-top: 100px;
	position: relative;
}
.Npronav_content .swiper-button-next, .swiper-button-prev {
	position:absolute;
	top:60%;}
/*搜索*/
.Isearch {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.Isearch .fl {
  padding-top: 18px;
  max-width: 1000px;
  line-height: 20px;
}
.Isearch .fl a:hover {
  text-decoration: underline;
  color: #be050d;
}
.Isearch .fl a {
  display: inline-block;
  color: #555;
  font-size: 15px;
}
.Isearch .fl span:last-of-type {
  display: none;
}
.Isearch .fl strong {
  display: block;
  float: left;
  max-width: 90px;
  font-size: 15px;
}
.Isearch_right form {
  float: left;
  display: block;
  width: 270px;
  background: #f5f5f5;
  border-radius: 50px;
  line-height: 34px;
  height: 34px;
  position: relative;
  margin: 19px 0 19px 0px;
}
.Isearch_right form .search-i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  display: block;
  transition: 0.3s all ease-in-out;
  background: #028cd5 url(../images/dot/dot_so.png) no-repeat center;
}
.Isearch_right .search-i:hover {
  background-color: #d8001c;
}
.Isearch_right .search-i input {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: none;
  border: 0 none;
  outline: none;
}
.Isearch_right .search-bg input {
  line-height: 34px;
  background: none;
  border: 0 none;
  width: 220px;
  padding-left: 20px;
  color: #aaa;
  outline: none;
  font-size: 15px;
}
/*内页*/


.Ipronav {
	padding: 70px 0 70px;
	background: url(../images/Ipronav_bg.jpg) no-repeat center bottom;
}
.Ipronav_content {
	padding-top: 30px;
	position: relative;
}
.IpronavSwiper {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.Ipronav-prev, .Ipronav-next {
	width: 50px;
	height: 50px;
	background-size: contain;
}
.Ipronav-prev {
	background: url(../images/dot/dot_btn_left.png) no-repeat center center;
}
.Ipronav-prev:hover {
	opacity: 1;
}
.Ipronav-next {
	background: url(../images/dot/dot_btn_right.png) no-repeat center center;
}
.Ipronav-next:hover {
	opacity: 1;
}
.photo {
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
}
.IpronavSwiper .swiper-slide a:hover .photo {
	border: 3px solid #ea0001;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.photo img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}
.IpronavSwiper .swiper-slide a:hover .photo img {
	filter: brightness(120%);
}
.IpronavSwiper .swiper-slide a p {
	margin-top: 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
 transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #028cd5;
	box-sizing: border-box;
}
.IpronavSwiper .swiper-slide a:hover p {
	background: #ea0001;
	color: #fff;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Ipronav-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Ipronav-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ea0001;
}

.product-list > li {
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}
.product-list > li .box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-list > li:hover .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.product-list li .pic {
  position: relative;
}
.product-list li .pic img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.pic_tel {
  display: none;
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  z-index: 11;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-list li:hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.product-list li:hover .pic_tel {
  display: block;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  margin-top: 150px;
}
.product-list li .pic:before {
  background-size: 80px;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-list li:hover .pic:before {
  background-color: rgba(30, 105, 206, 0.3);
}
.product-list li .tit {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  background: #028cd5;
  color: #FFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.product-list li:hover .tit {
  background: #028cd5;
  color: #FFF
}
.news_list {
  width: 100%;
  padding-top: 20px;
}
.news_list ul {
  display: block;
}
.news_list ul li {
  display: block;
  margin: 15px 0;
}
.news_list ul li a {
  display: block;
  height: 130px;
  border: 1px solid #e6e6e6;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s;
}
.news_list ul li a i {
  width: 20%;
  float: left;
  font-style: normal;
  margin-top: 32px;
  border-right: 1px dotted #e6e6e6;
}
.news_list ul li a i big {
  display: block;
  font-weight: bold;
  font-size: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #bababa;
}
.news_list ul li a i small {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #bababa;
  font-size: 16px;
}
.news_list ul li a p {
  display: block;
  width: 76%;
  float: right;
  margin-top: 24px;
}
.news_list ul li a p strong {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
}
.news_list ul li a p span {
  display: block;
  height: 52px;
  line-height: 26px;
  color: #777;
  padding-right: 30px;
  margin-top: 5px;
  font-size: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list ul li a:hover {
  -moz-box-shadow: 0 0 10px #b2b5b7;
  -webkit-box-shadow: 0 0 10px #b2b5b7;
  box-shadow: 0 0 10px #b2b5b7;
  transition: all 0.5s;
}
.news_list ul li a:hover p strong {
  color: #028cd5;
  transition: all 0.5s;
}
.news_list ul li a:hover i big, .news_list ul li a:hover i small {
  color: #333;
}




.NChoose_content {
  text-align: center;
}
.NChooseSwiper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.NChooseSwiper .swiper-wrapper {
  height: auto;
  margin-bottom: 20px;
}
.NChooseSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.NChoose-list > .swiper-slide {
  text-align: center;
  height: inherit;
  padding-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.NChoose-list > .swiper-slide:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.NChoose-list .swiper-slide .pic {
  position: relative;
}
.NChoose-list .swiper-slide .pic img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.NChoose-list .swiper-slide :hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.NChoose-title {
  margin-top: 10px;
}
.NChoose-title h4 {
  margin: 12px 0 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #252525;
  text-transform: uppercase;
}
.NChoose-title h4:after {
  content: "";
  background: #87ba15;
  height: 3px;
  width: 30px;
  margin: 14px auto 13px;
  display: block;
}
.NChoose-text {
  color: #757575;
  margin: 10px;
  line-height: 24px;
}
.NChoose-pagination {
  display: none;
}
.NChoose-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.NChoose-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e60012;
}



/* 内页左侧 */
.Ileft_box {
  margin-bottom: 60px;
  float: left;
}
.Ileft_box_title {
  width: 280px;
  height: 100px;
  background-image: linear-gradient(-90deg, #028cd5, #028cd5);
  text-align: center;
}
.Ileft_box_title p {
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0 0 0;
}
.Ileft_box_title span {
  display: block;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.Ileft_navlist {
  width: 280px;
}
.BPro_menu {
  width: 280px;
  height: 56px;
  background: #dcdcdc url(../images/dot/dot_jian.png) no-repeat 230px center;
  border-top: 1px solid #eee;
}
.BPro_menu:hover {
  background: #028cd5 url(../images/dot/dot_jian_on.png)no-repeat 230px center;
}
.BPro_menu a {
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  padding-left: 30px;
  height: 56px;
  width: 230px;
  padding-right: 10px;
}
.BPro_menu:hover a {
  color: #fff;
}
.SPro_menu {
  border: 0 none;
  width: 100%;
  padding-left: 50px;
  color: #fff;
  background: url(../images/cpMuSDt.png.png) no-repeat scroll 35px center;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.SPro_menu a {
  color: #666;
  font-size: 14px;
  line-height: 32px;
  transition: all .5s;
}
.SPro_menu a:hover {
  color: #fe0000;
  padding-left: 5px;
}
.Ileft_box_contact {
  height: 112px;
  background-image: linear-gradient(-90deg, #028cd5, #028cd5);
  border-top: 1px solid #eee;
}
.Ileft_box_contact_title {
  height: 80px;
  padding-top: 30px;
  padding-left: 30px;
  background: url(../images/dot/dot_tel5.png) no-repeat 210px 30px;
}
.Ileft_box_contact_title span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.Ileft_box_contact_title em {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
/*page-menu */
.page-menu {
  height: 81px;
  line-height: 79px;
  background: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.page-menu li {
  float: none;
  display: inline-block;
  position: relative;
}
.page-menu li > a {
  display: inline-block;
  font-size: 20px;
  padding: 0 30px;
  color: #6b6b6b;
}
.page-menu .container li:first-child > a {
  padding: 0 30px 0 0;
}
.page-menu li.on > a, .page-menu li > a.on, .page-menu li > a:hover {
  color: #ea5250;
}
/*page-case*/
.page-case {
  padding: 86px 0 71px;
}
.case-content {
  padding: 30px 0 10px;
}
.Npage-case {
  padding: 20px 0 71px;
}
/*page-partner*/
.page-partner {
  padding: 86px 0 71px;
}
.partner-content {
  padding: 20px 0 20px;
}
.partner-list {
  margin-left: -9px;
  margin-right: -9px;
}
.partner-list li {
  float: left;
  width: 16.6666%;
  padding: 0 9px;
  margin-bottom: 18px;
}
.case-dis li:nth-child(4) {
  display: none;
}
.partner-list li .box {
  display: block;
  border: 1px solid #e5e5e5;
  height: 96px;
  line-height: 96px;
  font-size: 0;
  text-align: center;
}
.partner-list li .box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  padding: 20px;
}
/*page_partner*/
.nabout_box {
  box-shadow: 0 0 10px 0 #999;
  padding: 50px 0 50px 0;
  margin-top: 40px;
  margin-bottom: 60px;
}
.nabout_box span {
  font-size: 30px;
  line-height: 48px;
  margin-left: 15px;
  color: #999;
}
.nabout_content {
  padding: 40px 0 40px;
}
.nabout_content h2 {
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
.nabout_content p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin: 0;
}
.nabout_pic {
  margin-top: 30px;
}
.main-box {
  padding: 40px 0 60px;
}
.main-content {
  padding: inherit;
}
/* newsList */
.newsList {
  width: 100%;
}
.newsList dl {
  width: 100%;
  padding-top: 39px;
  height: 249px;
  border: 1px solid #dfdfdf;
  border-top: none;
  background: #fff;
  position: relative;
  padding-bottom: 39px;
}
.newsList dl:first-child {
  border-top: 1px solid #dfdfdf;
}
.newsList dt {
  width: 220px;
  height: 170px;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}
.newsList dt img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  width: 220px;
  height: 169px;
}
.newsList dl:hover dt img {
  transform: scale(1.2);
}
.newsList dd {
  height: 170px;
  position: relative;
  margin-left: 28px;
  float: left;
}
.newsList dd h3 {
  font-size: 20px;
  font-weight: normal;
  width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsList dd h3 a {
  color: #000000;
  text-decoration: none;
}
.newsList dd p {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dot_date {
  display: block;
  font-size: 15px;
  font-family: arial;
  height: 16px;
  background: url(../images/dot/dot_news_ico_time.png) no-repeat left center;
  position: absolute;
  top: 6px;
  right: 80px;
  padding-left: 24px;
  color: #999;
}
.dot_hits {
  display: block;
  font-size: 15px;
  font-family: arial;
  height: 16px;
  background: url(../images/dot/dot_news_ico_view.png) no-repeat left center;
  position: absolute;
  color: #999;
  top: 5px;
  right: 4px;
  padding-left: 24px;
}
.newsList dd .more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/dot/dot_jian2.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
  left: 6px;
  bottom: 5px;
}
.newsList dl:hover dd .more {
  background-position: left bottom;
}
.newsList dl:hover dd h3 a {
  color: #d40019;
}
.newsList dl:hover {
  box-shadow: 0 0 10px 6px #eeeeee;
  z-index: 99;
}
/* newsCenter 新闻中心页*/
/* 通用分页样式 */
.pages {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 20px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.pages a {
  border: 1px solid #d1d1d1;
  height: 30px;
  line-height: 30px;
  color: #666666;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 16px;
}
.pages .current, .pages a:hover {
  color: #fff;
  background: #e60012;
  border: 1px solid #e60012;
}
/*联系我们*/
.Ncontact_title{ text-align:center; color:#333333; font-size: 36px;}
.Ncontact_des{ text-align:center; color:#666666; font-size:16px; line-height:30px;}
.Ncontact_line{ text-align:center; color:#0070c0;}

.Ncontact_li{ width:100%; margin-top:20px;}
.Ncontact_li li{ width:33.33%; float:left; text-align:center;}
.Ncontact_li li .Ncontact_pic{ width:100%;  text-align:center; display:block;}
.Ncontact_li li .Ncontact_list{ font-size:20px; line-height:40px; margin-top:20px; color:#333;}

.Ncontact_map{ margin-top:30px;}

.ncontact_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.contact_one {
  display: inline-block;
  width: 33%;
  float: left;
}
.contact_one span {
  font-size: 40px;
  line-height: 30px;
  color: #028cd5;
  margin-bottom: 22px;
  display: block;
  font-weight: bold;
}
.contact_one div {
  font-size: 30px;
  line-height: 30px;
}
.contact_one i {
  width: 40px;
  height: 3px;
  background: #028cd5;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contact_one_pic {
  margin-bottom: 0px;
}
.contact_one_pic img {
  width: 100%;
}
.contact_two {
  width: 33%;
  position: relative;
  background: #f2f2f2 url() no-repeat;
  background-position: 325px 315px;
  padding: 50px 38px;
  font-size: 16px;
  line-height: 35px;
  margin-left: 18px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  float: left;
}
.contact_two strong {
  font-size: 16px;
}
.contact_title {
  position: absolute;
  width: 200px;
  height: 45px;
  background: #028cd5;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  left: 28px;
  text-align: center;
}
.contact_content1 {
  color: #8e8e8e;
  line-height: 42px;
  font-size: 16px;
}
.contact_content1 span {
  font-size: 17px;
  font-weight: bold;
}
.contact_content {
  margin-top: 70px;
  color: #555;
}
.contact_content a {
  text-decoration: none;
  font-size: 14px;
}
.contact_img {
  text-align: center;
  width: 130px;
  margin-top: 40px;
}
.contact_img img {
  width: 130px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  background: #fff;
}
/*在线留言*/
.page-Message {
  overflow: hidden;
  padding: 50px 0 90px 0;
  background: url(../images/message_bg.jpg) top center;
}
.zzliuyan {
  overflow: hidden;
}
.contact-tit {
  font-size: 28px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  position: relative;
}
.contact-tit:before {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
}
.lylist {
  width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
  border-radius: 5px;
  border: none;
  font-size: 14px;
}
.lylist .lytitle {
  width: 99%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  background: #fff;
}
.lylist .inp_name {
  width: 48%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
  float: left;
}
.lylist .inp_tel {
  width: 49%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  float: right;
  margin: 20px 13px 0 0;
  background: #fff;
}
.lylist .inp_neirong {
  width: 99%;
  height: 200px;
  line-height: 35px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
}
.lylist .vcode {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 0 0 30px;
  margin: 20px 0px 0 0;
  background: #fff;
}
.lylist .submit {
  width: 49%;
  text-align: center;
  background: #1372de;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 16px;
  float: right;
  margin: 20px 13px 0 0;
}
.lylist .submit:hover {
  cursor: pointer;
  background: #278838;
}
.yanzhengm img {
  position: absolute;
  top: 33px;
  right: 15px;
}
.yanzhengm {
  width: 48%;
  float: left;
  position: relative;
}
/*新闻内页*/
.NewsIntro {
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 5px 5px #eeeeee;
  float: right;
  width: 1200px;
}
.mainCon {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding: 50px;
}
._head ._title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
._tools {
  font-size: 0;
  color: #5a5a5a;
  margin-bottom: 10px;
}
._tool {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.news_list_date {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/dot/dot_news_ico_time.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.news_list_hits {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/newsList_icon02.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.news_content {
  line-height: 32px;
  font-size: 16px;
  color: #5a5a5a;
}
.proshow {}
/*proshowa图片切换开始*/
.proshowa {
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  float: left;
  width: 600px;
}
.proshowa .swiper-container {
  display: none;
}
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
  display: block;
  background: url(img/spr.png) no-repeat;
}
#tFocus {
  width: 100%;
  text-align: center;
  margin: 0 auto
}
#tFocus-pic {
  width: 100%;
  height: 450px;
  position: relative;
}
#tFocus-pic li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity:0);
  opacity: 0;
}
#tFocus-pic li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#tFocusBtn {
  width: 100%;
  height: 125px;
  border: 1px solid #d9d9d9;
  padding: 15px 0px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#tFocus-btn {
  width: calc(100% - 50px);
  height: 100px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#tFocus-btn ul {
  width: 100000px;
  position: absolute;
  left: 0;
  top: 0;
}
#tFocus-btn li {
  height: 77px;
  width: 102px;
  position: relative;
  border: 1px solid #ddd;
  display: block;
  float: left;
  margin: 0 4px;
  cursor: pointer;
}
#tFocus-btn li.active {
  border: 1px solid #d8001c;
}
#tFocus-btn li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 75px;
}
#tFocus-leftbtn, #tFocus-rightbtn {
  position: absolute;
  height: 85px;
  top: 15px;
  width: 25px;
  text-align: center;
  font-family: "宋体";
  font-size: 20px;
  cursor: pointer;
  line-height: 85px;
  color: #000;
}
#tFocus-leftbtn {
  left: 0;
}
#tFocus-rightbtn {
  right: 0;
}
/*proshowa图片切换结束*/
.proshowb {
  width: 420px;
  float: right;
}
.proshowb p {
  line-height: 40px;
}
.NproLink {
  margin-top: 20px;
}
.NproLink a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 200px;
  background: #028cd5;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.NproLink a:hover {
  color: #fff;
  width: 250px;
}
.NproLink1 {
  margin-top: 20px;
}
.NproLink1 a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 200px;
  background: #232323;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.NproLink1 a:hover {
  color: #fff;
  width: 250px;
}
.proshow_content {
  margin-top: 30px;
}
.news_content_pic {
  padding: 20px;
}
.news_content img {
  max-width: 1090px;
}
.news_sx {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  margin-top: 50px;
}
.news_sx a {
  color: #666;
  font-size: 16px;
}
.news_sx a:hover {
  color: #d10010;
  font-size: 16px;
}
.n_s {
  width: 50%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n_x {
  width: 50%;
  float: right;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*新闻内页end*/
.service-content {
  padding: 20px 0 60px;
}
.service-content p {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  font-weight: normal;
}
.indservice {
  padding-bottom: 0px;
}
.indservice li {
  text-align: center;
  float: left;
  border: 1px solid #e60045;
  margin-left: -1px;
}
.indservice li i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto
}
.indservice li i.icon1 {
  background: url(../images/s1.png) no-repeat center top;
}
.indservice li i.icon2 {
  background: url(../images/s2.png) no-repeat center top;
}
.indservice li i.icon3 {
  background: url(../images/s3.png) no-repeat center top;
}
.indservice li i.icon4 {
  background: url(../images/s4.png) no-repeat center top;
}
.indservice li i.icon5 {
  background: url(../images/s5.png) no-repeat center top;
}
.indservice li i.icon6 {
  background: url(../images/s6.png) no-repeat center top;
}
.indservice li .title {
  color: #e60045;
  font-size: 20px;
  margin: 30px 0 15px 0
}
.indservice li .line {
  background: #666;
  height: 1px;
  width: 50px;
  margin: 0 auto
}
.indservice li .cons {
  height: 110px;
  line-height: 22px;
  overflow: hidden;
  color: #666;
  margin: 15px 0
}
.indservice li .more a {
  display: inline-block;
  color: #777;
  border: 1px solid #999;
  padding: 5px 25px;
}
.indservice li:hover {
  background: #e60045;
  color: #fff
}
.indservice li:hover i {
  background-position: 0 -40px
}
.indservice li:hover .title {
  color: #fff;
}
.indservice li:hover .line {
  background: #fff;
}
.indservice li:hover .cons {
  color: #fff
}
.indservice li:hover .more a {
  border-color: #fff;
  color: #fff
}
.indservice_2 li {
  width: 33.33333%;
  padding: 3% 4%;
  border: 0;
  background: #dcdcdc;
  height: auto;
}
.indservice_2 li.l2, .indservice_2 li.l4, .indservice_2 li.l6 {
  background: #e5e5e5
}
.indservice_2 li .title {
  color: #333;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.indservice_2 li .line {
  background: #999;
  width: 40px
}
.indservice_2 li .cons {
  height: 44px;
  line-height: 22px;
  margin: 20px 0 30px 0;
  overflow: hidden
}
.indservice_2 li:hover {
  background: #e60045;
  color: #fff
}
@media(max-width:1800px) {
  .NewsIntro {
    width: 1050px;
  }
  .mainCon {
    padding: 40px;
  }
  .proshowa {
    width: 550px;
  }
  #tFocus-pic {
    width: 100%;
    height: 412px;
    position: relative;
  }
  #tFocusBtn {
    width: 100%;
    height: 110px;
  }
  .proshowb {
    width: 380px;
  }
}
@media(max-width:1459px) {
  .newsList dd {
    width: 850px;
    height: 170px;
    position: relative;
    margin-left: 28px;
    float: left;
  }
  .mainCon {
    padding: 30px;
  }
  .NewsIntro {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 5px 5px #eeeeee;
    float: right;
    width: 880px;
  }
  .proshowa {
    width: 500px;
  }
  #tFocus-pic {
    width: 100%;
    height: 375px;
    position: relative;
  }
  #tFocusBtn {
    width: 100%;
    height: 108px;
  }
  .proshowb {
    width: 280px;
  }
  .news_content_pic {
    padding: inherit;
  }
  .news_content_pic img {
    width: 100%;
    max-width: 800px;
  }
  .news_content p img {
    width: 100%;
    max-width: 800px;
  }
  .Iservice_item {
    width: 194px;
    margin-top: 32px;
    margin-bottom: 60px;
    transition: all .3s ease-in-out;
    float: left;
    margin-left: 36px;
  }
}
@media(max-width:1440px) {
  .nabout_box_left {
    width: 700px;
  }
  .nabout_box_right {
    width: 400px;
  }
  .nabout_box_right img {
    width: 100%;
  }
}
@media(max-width:1280px) {
  .nabout_box_left {
    width: 620px;
  }
  .nabout_box_right {
    width: 400px;
  }
  .nabout_box_right img {
    width: 100%;
  }
  .navbar {
    margin-left: 0px;
  }
}
@media screen and (max-width:1024px) {
  #tFocus {
    display: none;
  }
  .proshowa .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-family: 宋体;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: rgb(255, 255, 255);
    background: rgba(230, 0, 18, 0.5);
  }
}