﻿/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********开始首页导航**********/
.header {
  position: relative;
  line-height: 85px;
  border-top: 2px solid #d16024;
}
.header .header-top .select {
  position: absolute;
  top:36%;
  margin-left: 5px;
  line-height: 30px;
  z-index: 999;
  cursor: pointer;
}
.header .header-top .select .active::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header .header-top .select .tt1 {
  position: relative;
  width: 88px;
  height: 22px;
  text-align: center;
  padding-right: 20px;
}
.header .header-top .select .tt1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11%;
  margin-top: -1px;
  border-bottom: 8px solid #A3A3A3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: transform 300ms ease 0s;
  -webkit-transition: transform 300ms ease 0s;
}
.header .header-top .select ul {
  display: none;
  border: #D9D9D9 1px solid;
  border-top: 0;
  width: 88px;
  background: #fff;
  overflow: scroll;
  height: 95px;
  overflow-x: hidden;
  padding: 5px 0;
  z-index: 1000;
  position: absolute;
  top: 24px;
  left: -5px;
}
.header .header-top .select ul li {
  text-align: center;
  color: #000;
}
.header .header-top .select ul li:hover {
  background: #92d7ff;
  color: #fff;
}
.header .header-top .search {
  position: relative;
  margin-right: 5px;
}
.header .header-top .search .text {
  width: 162px;
  height: 22px;
  border-top: 2px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-left: 2px solid #d4d4d4;
  padding-left: 90px;
  padding-right: 22px;
  line-height: 20px;
  font-size: 10px;
}
.header .header-top .search .btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 19px;
  cursor: pointer;
  background: url(../images/icon/1.jpg) no-repeat center;
  text-indent: -9999px;
  margin-top: -8px;
}
.header .header-top .tiem {
  margin-top: 30px;
  margin-right: 65px;
}
.header .header-top .tiem > a {
  display: inline-block;
  font-size: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  float: left;
  margin-left: 5px;
  background: #e47335;
}
.header .header-top .tiem .icon {
  background: #e47335 url(../images/icon/2.jpg) no-repeat center;
}
.header .nav {
  /*     border-top: 1px solid #d8d8d8;
    box-shadow: 0 0 1px #d8d8d8;
 */
  height: 29px;
  line-height: 29px;
  background: url(../images/1bg.jpg) repeat-x;
}
.header .nav ul > li {
  position: relative;
  float: left;
  margin-left: 29px;
}
.header .nav ul > li:nth-child(1) {
  margin-left: 0;
}
.header .nav ul > li .sub-nav {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
  background: #fff;
}
.header .nav ul > li .sub-nav > li {
  margin-left: 0;
  width: 100%;
}
.header .nav ul > li .sub-nav > li > a {
  padding: 0;
  border-radius: 0;
  width: 100%;
  border: none;
}
.header .nav ul > li > a {
  margin-left: 45px;
  color: #656565;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  padding: 0 20px;
}
.header .nav ul > li > a:nth-child(1) {
  margin-left: 0;
}
.header .nav ul > li > a:hover,
.header .nav ul > li.cur > a {
  color: #fff;
  background: url(../images/navbg.jpg) repeat-x left center;
}
.header .nav ul > li .sub-nav > li > a:hover {
  color: #fff;
  background: #f69934;
}
/* banner */
.banner {
  height: 195px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.col-lg-5 {
  padding-right: 10px;
}
.col-lg-4 {
  padding-left: 10px;
  margin-top: -30px;
}
.col-lg-7 {
  padding: 0 10px;
}
.i-box1 .top {
  background: #e47234;
  padding: 15px;
  color: #fff;
}
.i-box1 .top .i-title1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.i-box1 .top .more {
  display: inline-block;
  width: 45px;
  height: 15px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
  background: #f1f1f1;
}
.i-box1 .top .text {
  line-height: 25px;
  padding: 0 5px;
  font-size: 13px;
}
.i-box2 .i-title2 {
  margin-top: 15px;
  text-align: center;
  font-size: 17px;
  color: #e47234;
}
.i-box2 .i-title2 span {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../images/icon/3.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}
.i-box2 .text {
  margin-top: 5px;
  text-align: center;
  color: #5c5c5c;
  line-height: 25px;
  padding: 10px;
  background: #eee;
}
.i-box2 .text p {
  border-bottom: 2px dashed #ccc;
}
.i-box2 .solve li {
  width: 50%;
  float: left;
}
.i-box2 .solve li .img {
  min-height: 90px;
  margin: 10px 5px;
  padding: 5px;
  border: 2px solid #dbdbdb;
}
.i-box2 .solve li .img img {
  width: 100%;
  height: 100%;
}
.i-title {
  margin-top: 15px;
  color: #fff;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #e47234;
}
.i-title span {
  position: relative;
  display: inline-block;
  width: 125px;
  padding-left: 15px;
  background: #e47234;
}
.i-title span::before {
  display: table;
  position: absolute;
  left: 0;
  content: '';
  width: 5px;
  height: 25px;
  background: #f6a87d;
}
.i-title span::after {
  display: table;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e47234;
}
.i-title a {
  width: 35px;
  height: 12px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  margin: 7.5px 5px 0 0;
  background: #f79c18;
}
.i-news .i-title span {
  width: 97px;
}
.i-news ul {
  margin-top: 10px;
}
.i-news ul .els {
  width: 75%;
}
/********结束首页导航**********/
/********菜单**********/
.main-menu {
  margin-top: -35px;
  width: 240px;
}
.main-menu .tt1 {
  height: 85px;
  background: #e47335;
}
.main-menu .tt1 span {
  font-size: 20px;
  color: #ececec;
}
.main-menu .list > li > a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
  color: #6f6f6f;
  cursor: pointer;
  border: 1px solid #dedede;
  border-top: none;
  text-indent: 35px;
}
.main-menu .list > li > a::after {
  position: absolute;
  left: 17px;
  top: 50%;
  content: '';
  border-left: 5px solid #afafaf;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  margin-top: -4.5px;
}
.main-menu .list > li > a:hover,
.main-menu .list > li > a.cur {
  color: #e47335;
  background: #f3f3f3;
}
.main-menu .list > li > a:hover::after,
.main-menu .list > li > a.cur::after {
  border-left: 5px solid #e47335;
}
.main-menu .sub-list {
display: none;
  text-indent: 50px;
  line-height: 40px;
  border: 1px solid #dedede;
  border-top: none;
}
.main-menu .sub-list a {
  display: block;
}
.main {
  width: 700px;
}
.main .main-home {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 55px;
  padding-left: 25px;
  border-bottom: 1px solid #dedede;
  background: url(../images/icon/4.png) no-repeat left center;
}
.main .main-home::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #e47335;
}
.main .content {
  padding-top: 30px;
  min-height: 350px;
}
.pr-list {
  margin-left: -10px;
}
.pr-list li {
  cursor: pointer;
  padding: 0 0 10px 10px;
}
}
.pr-list2 {
  margin-left: -10px;
}
.pr-list2 li {
  cursor: pointer;
  padding: 10px 0px 33px 10px;;
}
.pr-list2 li:hover .pr-wrap .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.pr-list2 li .pr-wrap {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.pr-list2 li .pr-wrap h3 {
  width: 100%;
  padding: 10px 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #f6cfba;
}
.pr-list2 li .pr-wrap .img {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #cdcdcd;
  max-height: 128px;
}
.pr-list2 li .pr-wrap .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.pr-list2 li .pr-wrap .tex {
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.pr-list2 li .pr-wrap .tar a {
  display: inline-block;
  width: 43px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background: #e47335;
  font-size: 8px;
  margin: 10px 0 2px 0;
}
.pr-list li:hover .pr-wrap .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.pr-list li .pr-wrap {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.pr-list li .pr-wrap h3 {
  width: 100%;
  padding: 10px 0 5px 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #f6cfba;
}
.pr-list li .pr-wrap .img {
  width: 100%;
max-height: 95px;
  overflow: hidden;
  border-top: 1px solid #cdcdcd;
}
.pr-list li .pr-wrap .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.pr-list li .pr-wrap .tex {
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.pr-list li .pr-wrap .tar a {
  display: inline-block;
  width: 43px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background: #e47335;
  font-size: 8px;
  margin: 10px 0 2px 0;
}
.in-page {
  text-align: center;
  margin-top: 30px;
}
.in-page a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 3px 5px 3px;
  color: #666;
  background: #e5e5e5;
  border-radius: 2px;
}
.in-page a:hover {
  color: #fff;
  background: #e47335;
}
.in-page a.page {
  width: 80px;
}
.in-page span {
  padding-right: 10px;
}


@media (max-width: 991px) {
.pr-list li .pr-wrap .img{max-height: 200px;}
}

@media (max-width: 767px) {
.pr-list li .pr-wrap .img{max-height: 300px;}
}




/* 服务网络 */
.map {
  position: relative;
  width: 716px;
  margin: 0 auto;
}
.map a {
  color:#d27070;
  font-size: 14px;
  text-decoration: none;
}
.citybg {
  position: absolute;
  display: none;
  z-index: 3;
}
.city a.active .citybg {
  display: block;
  z-index: 3;
}
.select-map {
  border: 1px solid #ccc;
  display: none;
  height: 30px;
  margin-top: 15px;
}
.select-tt1 {
  display: none;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.add-list {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.add-list th,
.add-list td {
  display: inline-block;
  width: 33.3333333333%;
  float: left;
}
.add-list tr {
  border: 1px solid #ccc;
  border-top: none;
}
.add-list th {
  height: 38px;
  line-height: 38px;
  background: #e47335;
  color: #fff;
}
.add-list td {
  padding: 10px 0;
  /*     height: 40px;
 */
  /*     border: 1px solid #bcbbbb;
 */
}
.add-list td:nth-child(2) {
  border-left: 1px solid #bcbbbb;
  border-right: 1px solid #bcbbbb;
}
.add-list tbody tr {
  display: none;
}
.jxs li {
  margin-left: 12px;
  margin-right: 12px;
  border-top: 1px solid #e2e2e2;
}
.jxs li.last {
  border-bottom: 1px solid #e2e2e2;
}
.jxs li h1 {
  padding-left: 1.46%;
  padding-right: 1.95%;
  padding-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.jxs li h1 .jxs_ico {
  padding-left: 7.168%;
  height: 36px;
  width: 86%;
  background: url(../images/jxs.png) no-repeat left center;
}
.jxs li h1 .jxs_open {
  height: 36px;
  width: 6%;
  background: url(../images/jxs_open.png) no-repeat right center;
}
.jxs li .open_text {
  display: none;
  background-color: #fafafa;
  padding: 37px 7.628% 48px;
}
.jxs li .open_text P {
  float: left;
  width: 40%;
  margin-right: 2%;
}
.jxs li.act h1 {
  border-bottom-color: #e2e2e2;
}
.jxs li.act .jxs_ico {
  color: #14a83a;
  background-image: url(../images/jxsh.png);
}
.jxs li.act .jxs_open {
  background-image: url(../images/jxs_close.png);
}
.jxs li.act .open_text {
  display: block;
}
.jxs select {
  width: 186px;
  background: #fafafa;
  border: 1px solid #e2e2e2;
  height: 38px;
  line-height: 38px;
  color: #999999;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
  margin-left: 30px;
}
/* 产品解决方案详情 */
.pr-in {
  min-height: 300px;
}
.pr-in .tt1 {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #595959;
  border-bottom: 1px solid #cecece;
}
.pr-in .li25 {
  padding: 25px 5px;
}
/* 服务项目 */
.pr-faq {
  padding-top: 20px;
}
.pr-faq ul li {
  padding-bottom: 10px;
}
.pr-faq ul li .tt1 {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  border-bottom: 1px solid #d0d0d0;
}
.pr-faq ul li .tt1::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 4px;
  height: 26px;
  background: #e47335;
}
/* 服务支持 */
.support {
  padding-top: 10px;
}
.support .tt1 {
  position: relative;
  height: 28px;
  line-height: 28px;
  color: #848484;
  font-size: 13px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-left: none;
  margin-top: 10px;
  background: url(../images/bg.jpg) left center repeat-x;
}
.support .tt1::after {
  content: '';
  z-index: 999;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 27px;
  background: #e47335;
}
.support .tt1 a {
  width: 35px;
  height: 12px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  margin: 7.5px 5px 0 0;
  background: #f79c18;
}
.support .row {
  margin-left: -20px;
}
.support .row .col-lg-6 {
  padding-left: 20px;
}
.support .list {
  padding: 10px 0;
  background: #eee;
}
.support .list li {
  height: 25px;
  line-height: 25px;
  margin: 0 5px;
  padding-left: 20px;
  border-bottom: 1px dashed #b1b1b1;
  background: url(../images/icon/5.png) no-repeat 5px 10px;
}
.support .list li a {
  color: #848484;
  width: 100%;
}
.support .list li a:hover {
  color: #e47234;
}
/* 解决方案 */
.case-list {
  margin-left: -25px;
}
.case-list li {
  padding-left: 25px;
  padding-bottom: 30px;
}
.case-list li a {
  color: #898989;
}
.case-list .img {
  width: 50%;
  padding-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.case-list .img img {
  width: 100%;
}
.case-list .fr {
  width: 50%;
}
.case-list .fr h3 {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eea882;
}
.case-list .fr .tex {
  height: 95px;
  overflow: hidden;
}
/* 加入我们 */
.join-tt1 {
  padding-bottom: 10px;
  color: #e47335;
}
.join-wrap {
  border: 1px solid #c9c9c9;
}
.join-wrap .join-head {
  line-height: 50px;
  border-top: 4px solid #d7d7d7;
  border-bottom: 1px solid #c9c9c9;
}
.join-wrap .join-head li {
  float: left;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 16.6666666%;
}
.join-wrap .join-body {
  border-bottom: 1px solid #c9c9c9;
}
.join-wrap .join-body li {
  float: left;
  display: inline-block;
  text-align: center;
  width: 16.6666666%;
  height: 35px;
  line-height: 35px;
}
.join-wrap .join-body li.btn {
  color: #4b88b7;
  cursor: pointer;
}
.join-wrap .join-body .txt {
  display: none;
  padding: 15px;
  border-top: 1px solid #c9c9c9;
}
/* 人才招聘 */
.join-list ul li:first-child {
  margin: 0;
}
.join-list ul li {
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.join-list ul li .top {
  padding-bottom: 15px;
}
.join-list ul li .top h3 {
  float: left;
  width: 70%;
}
.join-list ul li .txt {
  font-size: 13px;
  color: #777;
  line-height: 25px;
}
.join-list ul li .txt a {
  float: right;
  color: #ff8a00;
}
.join-list-3 ul li {
  margin-bottom: 10px;
}
.join-list-3 ul li .con-wrap {
  padding: 20px 25px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.join-list-3 ul li .top {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-weight: bold;
  border: 1px solid #d0d0d0;
}
.join-list-3 ul li .top::after {
  position: absolute;
  content: '';
  left: -1px;
  bottom: -1px;
  width: 4px;
  height: 50px;
  background: #e47335;
}
.join-list-3 ul li .top a {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  padding: 0 2px;
  height: 12px;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #f79c18;
}
.join-list-3 ul li .img {
  float: left;
  width: 235px;
  height: 155px;
  margin-right: 30px;
  border: 1px solid #d0d0d0;
}
.join-list-3 ul li .img img {
  width: 100%;
  height: 100%;
}
.join-list-3 ul li .txt {
  float: left;
  width: 380px;
  line-height: 30px;
  margin: 25px 0;
  overflow: hidden;
}
.news-list {
  margin-top: -20px;
}
.news-list li {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px dashed #ccc;
}
.news-list li .img {
  width: 33.333333%;
  padding: 5px;
  border: 1px solid #ccc;
}
.news-list li .img img {
  width: 100%;
}
.news-list li .fr {
  padding-left: 15px;
  width: 100.667%;
}
.news-list li .fr h3 {
  width: 100%;
  padding: 5px 0;
  color: #333;
}
.news-list li .fr .txt {
  font-size: 13px;
  color: #777;
  height: 61px;
  overflow: hidden;
}
.news-list li .fr a {
  color: #ff8a00;
}
.news-info {
  color: #848484;
}
.news-info .tt1 {
  color: #333;
  text-align: center;
}
.news-info .tt2 {
  font-size: 13px;
  color: #a8a8a8;
  padding: 15px 0 10px 0;
  text-align: center;
}
.share {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.share a {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  float: none !important;
  margin: 0 0 0 10px !important;
  padding-left: 0;
  font-size: 20px !important;
  background-repeat: no-repeat;
  background-position: -1px center;
}
.share .a1 {
  background-image: url(../images/icon/a1.jpg);
}
.share .a2 {
  background-image: url(../images/icon/a2.jpg);
}
.share .a3 {
  background-image: url(../images/icon/a3.jpg);
}
.share .a4 {
  background-image: url(../images/icon/a4.jpg);
}
.contact {
  padding-top: 15px;
}
.contact .li30 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.allmap {
  width: 530px;
  height: 340px;
}
/********结束首页导航**********/
/********开始footer**********/
.footer {
  margin-top: 35px;
  border-top: 3px solid #e47234;
  background: #6e7173;
  color: #fff;
}
.footer dl {
  width: 100px;
  float: left;
  margin-left: 40px;
}
.footer dl:nth-child(1) {
  margin-left: 0;
}
.footer dl dt {
  padding: 25px 0 13px 0;
  border-bottom: 1px solid #a1a3a4;
}
.footer dl dd {
  line-height: 30px;
}
.footer .copyright {
  line-height: 40px;
  text-align: center;
  background: #5f6061;
}
/********结束footer**********/
.i-box1 {
  position: relative;
  left: 66.66666%;
}
.i-box2 {
  position: relative;
  right: 33.333%;
}
@media (max-width: 960px) {
  .i-box1 {
    left: 0%;
  }
  .i-box2 {
    right: 0%;
  }
}

.gotop{
  display: none;
  width: 40px;
  height: 40px;
  background-image:url(../images/icon/gotop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e47234;
  background-size: 55%;
  position: fixed;
  right: 1.5%;
  bottom: 35%;
}