/*内页通用样式*/
/* 背景主色 */
/* 背景辅助颜色 */
/* 字体主色 */
/* 字体辅助颜色 */
p,
span {
  font-family: "微软雅黑" !important;
}
/* 内页版心宽度 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*内页通用样式 end*/
.wm {
  width: 1200px;
  margin: 0 auto;
}
.list_none_li {
  list-style-type: none;
}
.transition {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.yahei {
  font-family: "Microsoft Yahei";
}
/*内页左侧*/
.inside-box {
  padding-top: 30px;
  position: relative;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  z-index: 7;
}
.inside-left {
  float: left;
}
/*内页右边*/
.inside-right {
  width: 100%;
}
.inside-right .inside-location-box {
  background-image: linear-gradient(120deg, #f4f4f4 0%, #345ba0 100%);
  border-radius: 10px;
}
.inside-right .inside-rl-title {
  font-size: 20px;
  color: #345ba0;
  padding-left: 15px;
  display: block;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  line-height: 41px;
}
.inside-right .inside-rl-title i {
  font-size: 30px;
  color: #5576ae;
  display: block;
  float: left;
  margin-right: 10px;
}
.inside-right .inside-rl-location {
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  margin-right: 10px;
}
.inside-right .inside-r-list {
  padding: 0 0 60px 0;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.inside-right .inside-r-list p span {
  line-height: 32px;
  color: #333;
  font-size: 16px!important;
}
.inside-right .inside-r-list .irlib-title {
  height: 30px;
  line-height: 30px;
}
.inside-right .inside-rl-item {
  width: 294px;
  height: 221px;
  float: left;
  margin-right: 25px;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
}
.inside-right .inside-rl-item:first-child {
  padding-top: 0;
}
.inside-right .inside-rl-item a {
  font-size: 16px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-right .inside-rli-time {
  font-size: 14px;
}
.inside-right .irlib-content {
  font-size: 14px;
  line-height: 170%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inside-right .inside-r-page {
  margin-top: 20px;
}
/*内页右边 end*/
/*分页*/
div.jogger {
  padding: 2px;
  font-family: "lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
div.jogger a {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #f18b29;
  text-decoration: none;
}
div.jogger a:hover {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #FF7F3F;
}
div.jogger a:active {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #FF7F3F;
}
div.jogger a span .current {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px 6px 2px 2px;
  color: #fff;
  background-color: #345ba0;
  font-weight: bold;
}
div.jogger a span .disabled {
  display: none;
}
/*分页end*/
/*招纳贤士*/
.jobs {
  position: relative;
}
.jobs li {
  list-style-type: none;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  padding: 23px 18px 28px 28px;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 20px;
}
.jobs li p {
  line-height: 35px;
}
.jobs li strong {
  color: #f18b29;
}
.jobs p {
  line-height: 35px;
}
.jobs a {
  display: block;
  position: absolute;
  background-color: #f18b29;
  color: #ffffff;
  padding: 1px 8px;
  top: 80px;
  left: 700px;
  width: 71px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.desct {
  margin: 30px 0 0 0px;
  width: 100%;
  height: 30px;
  background: #ececec;
}
.desct b {
  display: inline-block;
  padding-left: 10px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #656565;
  color: #fff;
  line-height: 30px;
}
#job_detail {
  height: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  display: none;
}
/*招纳贤士end*/
/*留言*/
.inside-ny-message {
  position: relative;
}
.inside-ny-message .inside-ny-item {
  height: 30px;
  margin-bottom: 20px;
}
.inside-ny-message .inside-ny-name {
  height: 30px;
  font-size: 14px;
  text-align: left;
  color: #6b6a6a;
  float: left;
  display: block;
  padding: 9px 15px;
  width: 48px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.inside-ny-message .inside-ny-inp {
  height: 38px;
  line-height: 38px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  display: block;
  width: 726.14px;
  padding-left: 10px;
  border-color: #e6e6e6;
  border-radius: 5px;
}
.inside-ny-message .inside-ny-inp[type=text]:focus {
  border: 1px solid #ccc;
}
.inside-ny-message .inside-ny-text {
  height: auto;
}
.inside-ny-message .inside-ny-area {
  border: #e6e6e6 1px solid;
  min-height: 141px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
  width: 717px;
  border-radius: 5px;
}
.inside-ny-message .inside-ny-btn {
  float: left;
  position: absolute;
  left: 110px;
  margin-top: 10px;
}
.inside-ny-message .inside-ny-code .inside-ny-inp {
  width: 100px;
}
.inside-ny-message .inside-nyc-img {
  margin-left: 10px;
  width: 64px;
  height: 30px;
  cursor: pointer;
}
.inside-ny-message .inside-ny-btn input {
  width: 80px;
  height: 35px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #c5c5c5;
  color: #929292;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-ny-message .inside-ny-btn input[type=submit] {
  background: #345ba0;
  color: #fff;
  border-color: #345ba0;
}
.inside-ny-message .inside-ny-btn input[type=button]:hover {
  color: #345ba0;
  background: #fff;
  border-color: #345ba0;
}
.inside-ny-message .inside-ny-hint {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  color: red;
}
/*留言 end*/
/*新闻详情页*/
.inside-r-list {
  position: relative;
}
.inside-r-list .inside-r-box {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dfdfdf;
  padding-top: 15px;
}
.inside-r-list .inside-r-box .inside-r-title {
  font-size: 18px;
}
.inside-r-list .inside-r-box .inside-r-em {
  display: block;
  font-size: 12px;
  color: #ababab;
  height: 24px;
  line-height: 24px;
  margin: 10px 0px;
}
.inside-r-list .inside-rn-content {
  padding-top: 10px;
}
.inside-r-list .inside-rn-content p img {
  max-width: 100%;
}
.inside-r-list .inside-rn-content p,
.inside-r-list .inside-rn-content span {
  color: #333;
  font-size: 16px;
  line-height: 35px;
}
.inside-r-list .inside-rn-content table {
  width: 100% !important;
  border-collapse: collapse;
}
.inside-r-list .inside-rn-content table td {
  line-height: 30px;
  border: 1px solid #ddd;
  color: #666;
  text-align: center!important;
}
.inside-r-list .inside-rn-content table td p {
  text-align: center!important;
}
.inside-r-list .inside-r-page {
  margin: 40px 0 20px 0;
}
.inside-r-list .inside-r-page ul {
  list-style: none;
}
.inside-r-list .inside-r-page ul li {
  list-style: none;
  width: 46%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-r-list .inside-r-page ul li:nth-child(1) {
  padding-left: 2%;
  float: left;
  text-align: left;
  background-image: linear-gradient(-225deg, #e3e3e3 0%, #e9e9e9 53%, #ffffff 100%);
}
.inside-r-list .inside-r-page ul li:nth-child(1):hover {
  background-image: linear-gradient(-225deg, #345ba0 0%, #e9e9e9 53%, #ffffff 100%);
  color: #fff;
}
.inside-r-list .inside-r-page ul li:nth-child(2) {
  padding-right: 2%;
  float: right;
  text-align: right;
  background-image: linear-gradient(225deg, #e3e3e3 0%, #e9e9e9 53%, #ffffff 100%);
}
.inside-r-list .inside-r-page ul li:nth-child(2):hover {
  background-image: linear-gradient(225deg, #345ba0 0%, #e9e9e9 53%, #ffffff 100%);
  color: #fff;
}
/*新闻详情页 end*/
/*案例*/
.inside-prorl-item {
  float: left;
  margin-right: 18px;
  padding-bottom: 30px;
  width: 288px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-prorl-item:nth-child(3n) {
  margin-right: 0px;
}
.inside-prorl-item:hover .inside-prorl-title {
  color: #345ba0;
  border-bottom: 1px solid #345ba0;
}
.inside-prorl-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.inside-prorl-item .inside-prorl-item-img {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  width: 286px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.inside-prorl-item .inside-prorl-item-img .inside-prorl-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: 0.4s ease-in-out;
}
.inside-prorl-item .inside-prorl-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  display: block;
  width: 100%;
  height: 67px;
  border-bottom: 1px solid #ccc;
  line-height: 67px;
  color: #999;
}
/*案例end*/
/*留言板*/
.link_way {
  float: left;
  min-width: 300px;
  width: 43%;
  font-family: 微软雅黑;
  color: #333333;
  margin: 10px 20px 20px 0px;
  list-style: none;
  padding: 30px 0 0px 18px;
}
.link_way strong {
  font-size: 18px;
  font-weight: 100;
  display: block;
  margin-bottom: 20px;
}
.link_way li {
  line-height: 76px;
  padding: 0 0 14px 60px;
  margin: 0;
  margin-top: 14px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  white-space: normal;
  padding-bottom: 10px;
  color: #666;
}
.link_way li:nth-child(2) {
  background: url(../images/c1.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(3) {
  background: url(../images/c2.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(4) {
  background: url(../images/c3.png) left top 18px no-repeat;
  background-size: 40px;
}
.link_way li:nth-child(5) {
  background: url(../images/c4.png) left top 18px no-repeat;
  background-size: 40px;
}
.inside-news-bar {
  overflow: hidden;
  padding-top: 30px;
}
.inside-news-bar .news-right {
  width: 100%;
}
.inside-news-bar .news-right .first-new {
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20.2px;
}
.inside-news-bar .news-right .first-new:last-child {
  margin-bottom: 0;
}
.inside-news-bar .news-right .first-new:hover h5 {
  background: #345ba0;
}
.inside-news-bar .news-right .first-new a {
  display: block;
}
.inside-news-bar .news-right .first-new a h5 {
  color: #fff;
  font-size: 14px;
  width: 93px;
  height: 25px;
  display: block;
  background: #868383;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-news-bar .news-right .first-new .right {
  width: 750px;
}
.inside-news-bar .news-right .first-new .right:hover p {
  color: #345ba0;
}
.inside-news-bar .news-right .first-new .right p {
  color: #454545;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-news-bar .news-right .first-new .right span {
  color: #7d7d7d;
  font-size: 14px;
  display: block;
  line-height: 30px;
}
.inside-news-bar .news-btn {
  background: #345ba0;
  width: 177px;
  height: 50px;
  border-radius: 25px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  position: relative;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 40px;
}
.inside-news-bar .news-btn:hover {
  border: 1px solid #345ba0;
  color: #345ba0;
  background: #fff;
}
.inside-news-bar b {
  position: absolute;
  top: 0;
  right: 0;
  color: #345ba0;
}
/*新闻*/
/*新闻首页面*/
.concompanycon {
  height: 100%;
  padding-top: 30px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 50px;
}
.concompanycon .mynews {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.concompanycon .mynews li {
  width: 99.9%;
  height: 160px;
  background: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.concompanycon .mynews li:hover {
  background: #fff;
  cursor: pointer;
}
.concompanycon .mynews li:hover span {
  right: 40px;
  background: url(../images/inside-news-right-h.png) no-repeat center;
  background-size: 40px;
}
.concompanycon .mynews li:hover h4 {
  color: #345ba0;
  text-indent: 30px;
}
.concompanycon .mynews li:hover h4:before {
  width: 20px;
}
.concompanycon .mynews li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
}
.concompanycon .mynews li a h4 {
  font-size: 16px;
  line-height: 40px;
  color: #3C3C3C;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.concompanycon .mynews li a h4:before {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #345ba0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.concompanycon .mynews li a h5 i {
  font-size: 14px;
  color: #A2A2A2;
  line-height: 35px;
  margin-left: 35px;
  padding-left: 30px;
}
.concompanycon .mynews li a h5 .sp1 {
  background: url("../images/time.png") no-repeat left;
}
.concompanycon .mynews li a h5 .sp2 {
  background: url("../images/click.png") no-repeat left;
}
.concompanycon .mynews li a h6 {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 25px;
  margin-left: 35px;
  width: 85%;
}
.concompanycon .mynews li a span {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../images/inside-news-right.png) no-repeat center;
  background-size: 40px;
  text-align: center;
  color: #FFF;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*新闻 end*/
.details {
  width: 47.8%;
  float: left;
}
.details .b-txt {
  width: 100%;
  overflow: hidden;
}
.details .b-txt .b-desc b {
  margin-bottom: 8px;
  font-size: 20px;
  color: #345ba0;
  font-weight: 200;
  display: inline-block;
  float: left;
  height: 200px;
  overflow-y: auto;
  /*滚动条样式*/
}
.details .b-txt .b-desc b::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.details .b-txt .b-desc b::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.details .b-txt .b-desc b::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.details .b-txt .b-desc b span {
  color: #616161;
  font-size: 18px;
  font-weight: 100;
}
.details .b-txt .b-desc small {
  display: block;
  color: #363434;
  font-size: 18px;
  font-weight: normal;
}
.details .b-txt .b-desc small span {
  color: #616161;
  font-size: 18px;
  font-weight: 100;
}
.details ul li:nth-child(1) .cp-tel {
  color: #345ba0;
  font-family: fantasy!important;
  font-size: 30px;
  float: left;
}
.details ul li:nth-child(1) h5 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #345ba0;
  font-weight: 200;
  display: inline-block;
  float: left;
  padding-top: 3px;
}
.details ul li:nth-child(2) {
  margin-bottom: 12px;
  float: left;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 39px;
}
.details ul li strong {
  float: left;
  font-weight: bold;
  font-size: 28px;
  color: #345ba0;
}
.details ul li:nth-child(3) a {
  display: block;
  line-height: 42px;
  background-image: linear-gradient(120deg, #8ea3c8 0%, #345ba0 100%);
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 158px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.details ul li:nth-child(3) a img {
  margin-right: 5px;
  margin-top: -3px;
}
.details ul li:nth-child(3) a:hover {
  opacity: 0.9;
}
.details .share {
  margin-top: 10px;
  margin-left: 10px;
}
.pro-info > div {
  overflow: hidden;
}
.pro-info .front {
  width: 46%;
  float: left;
  margin-right: 6%;
  height: 369px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  margin-top: 30px;
}
.pro-info .front img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.inner_map {
  width: 50%;
  height: 460px;
  overflow: hidden;
  margin: 20px;
  float: right;
}
.b-bannner {
  width: 100%;
  height: 400px;
  background-size: cover;
  position: relative;
}
.b-bannner .s-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.b-bannner .s-banner .son {
  width: 1200px;
  height: 50px;
  position: relative;
}
.b-bannner .s-banner .son .l {
  float: left;
  width: 800px;
  height: 50px;
}
.b-bannner .s-banner .son .l li {
  width: 150px;
  height: 50px;
  float: left;
}
.b-bannner .s-banner .son .l li a {
  display: block;
  width: 150px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  background: #2f5084;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-bannner .s-banner .son .r {
  float: right;
  width: 250px;
  position: relative;
  height: 130px;
  bottom: 80px;
}
.b-bannner .s-banner .son .r .bot {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.b-bannner .s-banner .son .r .bot .f16 {
  font-size: 16px;
}
.b-bannner .s-banner .son .r .top {
  width: 250px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #2f5084;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-bannner .s-banner .son .r .cf {
  color: #fff;
}
.b-bannner .s-banner .son .r .f30 {
  font-size: 30px;
}
.aboutbg {
  background: url(../images/aboutbg.jpg) no-repeat center;
}
.probg {
  background: url(../images/probg.jpg) no-repeat center;
}
.contactbg {
  background: url(../images/contactbg.jpg) no-repeat center;
}
