body{
  background-color: #f5f5f5;
}


.banner1 {
  height: 400px;
  background-color: #ccc;
  position: relative;
}

.banner1 .imgList {
  height: 400px;
  position: relative;
}

.imgList img {
  width: 1920px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.banner1 .imgList li {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}

.btnList {
  height: 22px;
  position: absolute;
  right: 10px;
  bottom: 2%;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.btnList li {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #ffffff;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.btnList li.current {
  background-color: rgb(250,86,84);
}

a, a:hover {
  color: #2c2c2c;
  text-decoration: none;
}

.navLeft {
  width: 226px;
  height: 412px;
  position: relative;
  top: -440px;
}

.navLeft > p {
  width: 228px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 14px;
  border-bottom: 0;
  font-weight: bold;
  background-color: #fff;
  font-family: 微软雅黑;
  color: #403f3f;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 2px 2px 3px #ccc;
}

.navLeft p > span {
  color: #e60012;
}

.nav .navRight {
  float: left;
  overflow: hidden;
}

.nav .navRight li {
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.nav .navRight li span {
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  position: absolute;
  top: 15px;
  left: 63px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fenlei {
  width: 330px;
  height: 334px;
  position: absolute;
  background: rgba(0,0,0,0.4);
  top: 73px;
  left: 0;
  padding:53px 36px 0;
  box-sizing: border-box;
}

.fenlei p {
  font-size: 12px;
  line-height: 23px;
  color:#ffffff;
}

.fenlei .button {
  display: block;
width: 151px;
height: 49px;
  background-color: rgb(250,86,84);
  margin:42px auto 0;
  font-size:16px;
  color:#ffffff;
  text-align: center;
  line-height: 49px;
}


.best {
  font-size: 14px;
  margin: 25px 0 0 15px;
  color: #403f3f;
}

.best > span {
  color: #e60012;
}

.formTel {
  margin: 22px 0 0 16px;
}

.gm_index_super {
  height: 105px;
}

.gui_super {
  position: absolute;
  left: 43%;
  top: 70px;
  margin-left: -500px;
  margin-top: -35px;
  display: inline-block;
}

.gui_super li {
  float: left;
  margin-top: -15px;
}

.gui_super li img {
  cursor: pointer;
}

.gui_super li img:hover {
  transform: scale(1.2);
  transition: all 1s;
  -webkit-transform: scale(1.2);
  -webkit-transition: all 1s;
}

.gui_super li:last-child {
  margin-right: 0;
}

.gui_super li:nth-child(3) img:hover {
  transform: rotateZ(360deg);
  transition: all 1s;
  -webkit-transform: rotateZ(360deg);
  -webkit-transition: all 1s;
}

.gui_super li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #4f4f4f;
  line-height: 40px;
}

.gui_super li a:hover {
  color: #e60012;
}

.gui_super li i {
  width: 64px;
  height: 64px;
  border: 2px solid #f0f0f0;
  display: inline-block;
  border-radius: 50%;
  padding: 13px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 13px;
}

.gui_super li i.lastI2 {
  padding: 13px 11px;
}

.gui_super li i.lastI3 {
  padding: 11px 12px;
}

.gui_super li i.lastI {
  margin-right: 0;
}

.gui_super li i.lastI1, .gui_super li i.lastI2, .gui_super li i.lastI3 {
  border: 2px solid #f0f0f0;
}

.gui_super li i img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.gui_super li:nth-child(2) img {
  margin-top: -4px;
}

.recommend {
  padding-top: 20px;
  height: 240px;
  position: relative;
}

.mt {
  margin-bottom: 14px;
  margin: 8px auto 20px;
}

.mt em {
  width: 3px;
  height: 22px;
  display: inline-block;
  background-color: #c80101;
  vertical-align: -4px;
}

.mt h2 {
  display: inline-block;
  height: 22px;
  font-size: 22px;
}

.calssify {
  float: left;
  background-color: #fff;
  border: 1px solid #ecebeb;
}

.calssify li {
  width: 140px;
  height: 51px;
  cursor: pointer;
  text-align: center;
  line-height: 51px;
  font-size: 14px;
}

.calssify li.curr {
  background-color: #000;
  color: #fff;
}

.calssify li.curr a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.calssify li:hover {
  background-color: #000;
  color: #fff;
}

.currentShow {
  position: relative;
}

.currentShow > li {
  position: absolute;
  height: 204px;
  width: 1038px;
  left: 12%;
  top: 1px;
  display: none;
}

.currentShow > li.current {
  display: block;
}

.currentShow > li > ul > li {
  float: left;
  height: 100px;
  width: 170px;
  margin: 0 3px 3px 0;
}

.currentShow > li > ul > li.current {
  display: block;
  height: 100px;
}

.recommend table tr td div.icn_back {
  background-color: #fff;
  width: 232px;
  height: 178px;
  border-top: 1px solid #fdd052;
  text-align: center;
  padding-top: 32px;
}

.recommend table tr td div.brick-item-active:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.recommend table tr td div.icn_02 {
  border-top: 1px solid #5ebcc9;
}

.recommend table tr td div.icn_03 {
  border-top: 1px solid #70be6b;
}

.recommend table tr td div.icn_04 {
  border-top: 1px solid #ec5e50;
}

.recommend table tr td div.icn_back > p.icn_mary {
  font-size: 12px;
  color: #727272;
  margin-top: 13px;
}

.recommend table tr td div.icn_back > p.icn_mary span {
  font-size: 17px;
}

.recommend table tr td div.icn_back > a {
  text-decoration: none;
  font-size: 12px;
  color: #727272;
  width: 88px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d1d1d1;
  margin-top: 24px;
  display: inline-block;
}

.recommend table tr td div.icn_back > a.icn_ck01:hover {
  color: #fdd052;
  border: 1px solid #fdd052;
  text-decoration: none;
}

.recommend table tr td div.icn_back > a.icn_ck02:hover {
  color: #5ebcc9;
  border: 1px solid #5ebcc9;
  text-decoration: none;
}

.recommend table tr td div.icn_back > a.icn_ck03:hover {
  color: #70be6b;
  border: 1px solid #70be6b;
  text-decoration: none;
}

.recommend table tr td div.icn_back > a.icn_ck04:hover {
  color: #ec5e50;
  border: 1px solid #ec5e50;
  text-decoration: none;
}

.sort-container {
  height: 491px;
  margin-top: 32px !important;
  position: relative;
}

.manWm li a {
  text-decoration: none;
  font-size: 16px;
}

.sort {
  display: inline-block;
}

.mt em {
  width: 3px;
  height: 22px;
  display: inline-block;
  background-color: #c80101;
  vertical-align: -4px;
}

.mt span {
  display: inline-block;
  height: 22px;
  font-size: 22px;
  font-weight: bold;
}

.mt_menu > ul {
  float: right;
}

.mt_menu > ul li {
  float: left;
  margin-left: 28px;
}

.mt_menu > ul li a:hover {
  color: #bc0101;
}

.sideBar_class {
  position: relative;
}

.sideBar_class > ul {
  float: right;
  width: 175px;
  height: 435px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  overflow-y: auto;
}

.sideBar_class > ul li {
  text-align: center;
  height: 36px;
  border-bottom: 1px solid #f5f5f5;
  line-height: 35px;
  text-align: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-indent: 35px;
}

.sideBar_class > ul li.current {
  background-color: #bc0101;
}

.sideBar_class > ul li:hover a {
  text-decoration: none;
  color: #fff;
}

.sideBar_class > ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.sideBarList li.current4 {
  background: url(/images/bgc.png) no-repeat left center;
}

.sideBarList li.current4 a {
  text-decoration: none;
  color: #fff;
}

.more_select {
  color: #010101;
  font-weight: bold;
  position: absolute;
  left: 85%;
  top: 82.3%;
  height: 34px;
  background-color: #fff;
  line-height: 34px;
  text-align: center;
  width: 177px;
}

.more_select:hover {
  background-color: #bc0101;
}

.more_select:hover a {
  text-decoration: none;
  color: #fff;
}

.more_select a {
  text-decoration: none;
  color: #010101;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
}

.contentSh {
  position: absolute;
  width: 990px !important;
  height: 450px !important;
}

.contentSh > li {
  display: none;
}

.contentSh > li.current3 {
  position: absolute;
  display: block;
}

.contentSh > li > ul > li {
  float: left;
  width: 215px;
  height: 200px;
  padding: 10px 10px 0 10px;
  margin: 0 15px 15px 0;
}

.contentSh > li > ul > li:nth-child(4n) {
  margin-right: 0;
}

.contentSh > li > ul > li > img {
  display: block;
}

.contentSh > li > ul > li > a {
  text-decoration: none;
  width: 100%;
  display: block;
}

.contentSh > li > ul > li > a img {
  -webkit-transition: all .5s;
  margin-bottom: 10px;
}

.contentSh > li > ul > li > a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contentSh > li > ul > li > a p {
  color: #565656;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  margin-top: -6px;
}

.sideBar_arr {
  position: absolute;
  top: 396px;
  left: 1003px;
  height: 39px;
  border-top: 1px solid #f5f5f5;
  width: 157px;
  text-align: center;
  z-index: 10;
  background: #fff;
  line-height: 40px;
  padding-left: 20px;
}

.sideBar_arr a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 0;
  float: right;
}

.sideBar_arr .up {
  background: url(/images/newaddarr.png) no-repeat left top;
  margin-right: 3px;
}

.sideBar_arr .down {
  background: url(/images/newaddarr.png) no-repeat right top;
  margin-right: 10px;
}

.eavluate {
  height: 334px;
  position: relative;
}

.lunbo {
  height: 254px;
  background-color: #fff;
  position: relative;
}

.lunboCon {
  width: 1036px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -518px;
  margin-top: -90px;
  overflow: hidden;
}

.lunboList {
  height: 120px;
  width: 3552px;
  position: absolute;
  left: 0;
  top: 0;
}

.lunboList li {
  float: left;
  width: 108px;
  height: 108px;
  margin-right: 40px;
  cursor: pointer;
  margin-top: 6px;
}

.lunboList li img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.lunboList li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.left_btn, .right_btn {
  width: 23px;
  height: 23px;
  border: 1px solid #b6b6b6;
  position: absolute;
  background: url(/images/arrow-left.png) center no-repeat;
  background-size: 10px 12px;
  cursor: pointer;
}

.left_btn {
  top: 40%;
  left: 2%;
}

.right_btn {
  background: url(/images/arrow-right.png) center no-repeat;
  background-size: 10px 12px;
  top: 40%;
  right: 2%;
}

.trangle_left, .trangle_right {
  width: 27px;
  height: 27px;
  background: url(/images/border-l.png) 0 0 no-repeat;
  position: absolute;
  left: 8%;
  top: 70%;
}

.trangle_right {
  background: url(/images/border-r.png) 0 0 no-repeat;
  left: 90%;
  top: 80%;
}

.cusShow {
  position: absolute;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  top: 72%;
}

.cusShow li {
  display: none;
}

.cusShow li.current5 {
  display: block;
}

.cusShow li p.cusSay {
  margin-top: -35px;
  width: 650px;
  float: right;
}

.cusShow li p.cusCOM {
  margin-top: 8px;
  color: #666;
}

.cusShow li p.cusNa {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
}

.infor {
  height: 237px;
  background-color: #fff;
  position: relative;
  margin-bottom: 60px;
}

.shangbiao_news {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -210px;
  margin-top: -86px;
}

.totalTitle {
  width: 342px;
  border-bottom: 1px solid #ccc;
}

.sb-title {
  width: 770px;
  position: relative;
}

.sb-title > li {
  position: absolute;
}

.sb-title > li:last-child {
  left: 410px;
}

.sb-title li:nth-child(1) h3, .total-right h3 {
  font-size: 15px;
  height: 25px;
  width: 80px;
  border-bottom: 2px solid #bc0101;
  display: inline-block;
  margin-bottom: -1px;
}

.totalTitle > span {
  float: right;
}

.totalTitle > span a:hover {
  color: #bc0101;
}

.newsList {
  margin-top: 18px;
}

.newsList li {
  height: 24px;
  width: 342px;
  line-height: 24px;
  background: url(/images/little-r.png) left center no-repeat;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsList li:hover {
  background: url(/images/little-rr.png) left center no-repeat;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsList li a:hover {
  color: #bc0101;
}

.newsList li > span {
  float: right;
  color: #828282;
}

.littleBan {
  overflow: hidden;
  height: 175px;
  width: 275px;
  position: relative;
  display: inline-block;
  left: 30px;
  top: 30px;
}

.imgListLit {
  width: 275px;
  position: absolute;
  height: 175px;
}

.imgListLit li {
  float: left;
  width: 275px;
  height: 175px;
}

.imgListLit li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.imgListLit li a:hover img {
  transform: scale(1.1);
  transition: all .5s;
  -webkit-transform: scale(1.1);
  -webkit-transition: all .5s;
}

.imgListLit li a > p {
  color: #fff;
  position: absolute;
  z-index: 26;
  width: 275px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
}

.fixeder {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -630px;
  width: 30px;
  line-height: 30px;
}

.fixeder li {
  height: 29px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  width: 10px;
  position: relative;
  cursor: pointer;
}

.fixeder li span, .fixeder li b {
  display: block;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  left: -10px;
  color: #666;
}

.fixeder li b {
  font-weight: normal;
  color: #b61d1d;
  background: #fff;
  display: none;
}

.fixeder li.current b {
  display: block;
}

.fixeder li:hover b {
  display: block;
  color: #fff;
  background: #b61d1d;
}

.arrowLr {
  height: 100%;
  display: none;
}

.arrowLr em {
  width: 29px;
  height: 29px;
  display: inline-block;
  background: url(/images/redAr.png) center no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 22;
  left: 5%;
  top: 35%;
  cursor: pointer;
}

.arrowLr i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/images/redAr.png) center no-repeat;
  background-position: -30px 0;
  position: absolute;
  z-index: 22;
  left: 85%;
  top: 35%;
  cursor: pointer;
}

.conRight {
  width: 54px;
  background-color: #fff;
  position: fixed;
  right: 20px;
  top: 30%;
  border: 1px solid #ccc;
  z-index: 30;
  display: none;
}

.conRight ul li {
  height: 54px;
  position: relative;
}

.conRight ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n1.png) center no-repeat;
}

.conRight ul li:last-child {
  background-color: #eee;
}

.conRight ul li:first-child > a img.peopleCon {
  position: absolute;
  left: -110px;
  top: 0;
  display: none;
  cursor: pointer;
}

.conRight ul li:nth-child(2) > a img.telSnum {
  position: absolute;
  top: 0;
  display: none;
  left: -148px;
  cursor: pointer;
}

.conRight ul li:nth-child(3) > a img.weixn {
  position: absolute;
  top: 0;
  left: -125px;
  cursor: pointer;
}

.conRight ul li:nth-child(4) > a img.liuyan {
  position: absolute;
  top: 0;
  left: -110px;
  cursor: pointer;
  display: none;
}

.conRight ul li:last-child {
  background: url(/images/n5.png) center no-repeat;
  cursor: pointer;
  background-color: #eee;
}

.conRight ul li a:hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n1-1.png) center no-repeat;
  background-color: #bc0101;
}

.conRight ul li:nth-child(2) a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n2.png) center no-repeat;
}

.conRight ul li:nth-child(2) a:hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n2-2.png) center no-repeat;
  background-color: #bc0101;
}

.conRight ul li:nth-child(3) a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n3.png) center no-repeat;
}

.conRight ul li:nth-child(3) a:hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n3-3.png) center no-repeat;
  background-color: #bc0101;
}

.conRight ul li:nth-child(4) a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n4.png) center no-repeat;
}

.conRight ul li:nth-child(4) a:hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n4-4.png) center no-repeat;
  background-color: #bc0101;
}

.conRight ul li:nth-child(5) a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n5.png) center no-repeat;
}

.conRight ul li:nth-child(5) a:hover {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  background: url(/images/n5-5.png) center no-repeat;
  background-color: #bc0101;
}

.newly {
  width: 1180px;
  height: 210px;
  margin: 0 auto;
  padding-top: 40px;
}

.newly-left {
  width: 217px;
  height: 210px;
  background: url(/images/sj.gif) no-repeat;
  background-size: 217px 210px;
  background-size: cover;
  float: left;
}

.newly-right {
  width: 963px;
  height: 210px;
  float: right;
}

.newly-right li {
  width: 317px;
  height: 210px;
  float: left;
  margin-left: 3px;
  background: #fff;
  z-index: 8;
  position: relative;
}

.newly-right li .ne-inner {
  width: 260px;
  height: 100px;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 85px;
  padding-top: 17px;
  box-sizing: border-box;
  transition: all .8s ease;
}

.newly-right li:hover .ne-inner {
  transform: translate3d(10px, 0, 0);
}

.newly-right li .ne-inner h5 {
  font-size: 19px;
  color: #474646;
}

.newly-right li .ne-inner p {
  font-size: 13px;
  color: #898989;
  margin-top: 5px;
  margin-left: 4px;
}

.newly-right li .botton {
  width: 208px;
  height: 33px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  position: relative;
  transition: all .5s ease;
}

.newly-right li .botton:hover {
  background: #cd2e2e;
  border: 1px solid #cd2e2e;
}

.newly-right li .botton:hover a {
  text-decoration: none;
  color: #fff;
}

.newly-right li .botton a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  color: #808080;
}

.ne-inner.one {
  background: url(/images/newly1.png) no-repeat;
  background-size: 78px 78px;
  background-position: left center;
}

.ne-inner.two {
  background: url(/images/newly2.png) no-repeat;
  background-size: 78px 78px;
  background-position: left center;
}

.ne-inner.thser {
  background: url(/images/newly3.png) no-repeat;
  background-size: 78px 78px;
  background-position: left center;
}

.gui_super {
  width: 100%;
  position: absolute;
  left: 43%;
  top: 70px;
  margin-left: -500px;
  margin-top: -35px;
  display: inline-block;
}

.gui_super li {
  width: 25%;
  float: left;
  margin-top: -15px;
}

ul.newlys_a1 {
  width: 1180px;
  height: 220px;
  margin: 0 auto;
  text-align: justify;
}

ul.newlys_a1:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}

ul.newlys_a1 li {
  vertical-align: top;
  position: relative;
  width: 375px;
  height: 220px;
  /*background: red;*/
  /*background:url(/images/001.jpg)no-repeat;*/
  display: inline-block;
    position: relative;
  /* padding: 40px 0 0 33px; */
  /* box-sizing: border-box; */
}

ul.newlys_a1 li h6 {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

ul.newlys_a1 li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

ul.newlys_a1 li:first-child + li { /*background:url(/images/002.jpg)no-repeat;*/
}

ul.newlys_a1 li:first-child + li + li { /*background:url(/images/003.jpg)no-repeat;*/
}

ul.newlys_a1 li span {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}

.wrap {
  width: 1180px;
  position: relative;
  margin: 0 auto;
}

section.information {
  background-color: #fff;
  padding: 8px 30px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

section.information .list {
  width: 21.875%;
  float: left;
  margin-right: 4.16%;
}

section.information .list:last-child {
  margin-right: 0;
}

section.information .list .title {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}

section.information .list .title em {
  width: 3px;
  height: 16px;
  display: inline-block;
  background-color: #c80101;
  vertical-align: -2px;
  margin-right: 12px;
}

section.information .list .imgsouter {
  display: inline-block;
  width: 100%;
  height: 145px;
  position: relative;
}

section.information .list .imgsouter img {
  display: inline-block;
}

section.information .list .imgsouter span {
  display: inline-block;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 65px;
  overflow: hidden;
  padding: 0 12px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .01)), color-stop(100%, rgba(0, 0, 0, .3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .3) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0%, rgba(0, 0, 0, .3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A000000', endColorstr='#4C000000'); /* IE9及以下 */
}

:root {
  filter: none;
}

section.information .list .sublist {
  width: 100%;
  /*list-style: disc;*/
  /*list-style-position: inside;*/
  /*list-style-type: disc;*/
  font-size: 12px;
  padding: 16px 0;
}

section.information .list .sublist li {
  line-height: 28px;
  width: 100%;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis; /*超出部分文字以...显示*/
  padding-left: 12px;
  background: url(http://www.86sb.com/images/dot.png) no-repeat left center;
}

section.information .list .sublist li a {
  color: #3c3c3c;
}

section.information .list .sublist li a:hover {
  cursor: pointer;
  color: #c80101;
  text-decoration: none;
}

section.information .list .more {
  display: inline-block;
  font-size: 10px;
  width: 64px;
  height: 26px;
  box-sizing: border-box;
  line-height: 24px;
  color: #5a5a5a;
  border: 1px solid #c5c5c5;
  border-radius: 13px;
  text-align: center;
  
}

section.information .list .more:hover {
  color: #c80101;
  border: 1px solid #c80101;
  background-color: #fff7f7;
  text-decoration: none;
  cursor: pointer;
}

@charset "UTF-8";
html {
  font-family: "Microsoft YaHei",'宋体',Arial,Helvetica,sans-serif;
  font-size: 12px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

.wrap {
  width: 1180px;
  position: relative;
  margin: 0 auto;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.brand {
  height: auto;
}

.brand .consult-service {
  height: 250px;
  background: #f2f2f2;
}

.brand .consult-service .left {
  width: 49%;
  float: left;
}

.brand .consult-service .left .title {
  color: #181818;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}

.brand .consult-service .left .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 38px 45px 0;
  background: #fff;
  height: 200px;
}

.brand .consult-service .left .content span {
  width: 98px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin-left: 37px;
  background-color: #6084d6;
  border-radius: 2px;
  float: left;
  margin-bottom: 10px;
  color: #ffffff;
}

.brand .consult-service .left .content span:hover {
  background-color: #fa5654;
  cursor: pointer;
}

.brand .consult-service .left .content {

}

.brand .consult-service .right {
  float: right;
  width: 48%;
}

.brand .consult-service .right .title {
  color: #181818;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}

.brand .consult-service .right .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 30px 45px 0;
  background: #fff;
  height: 200px;
}

.brand .consult-service .right .content span {
  width: 148px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin-left: 30px;
  background-color: #6084d6;
  border-radius: 2px;
  float: left;
  margin-bottom: 10px;
  color: #ffffff;
}

.brand .consult-service .right .content span:hover {
  background-color: #fa5654;
  cursor: pointer;
}

.brand .consult-service .right .content {

}

.brand .brand-top {
  line-height: 78px;
  height: 78px;
  text-align: center;
  font-size: 22px;
  color: #181818;
  background: #F2F2F2;
  cursor: pointer;
}

.brand .brand-top .active {
  color: #fa5654;
  background: #FFF;
}

.brand .brand-top .left {
  width: 50%;
  float: left;
}

.brand .brand-top .right {
  width: 50%;
  float: left;
}

.brand .transfer-process {
  background-color: #fff;
}

.brand .transfer-process .transfer-step_right {
  display: none;
}

.brand .transfer-process .transfer-step {
  padding-top: 40px;
  padding: 40px 50px;
}

.brand .transfer-process .transfer-step .title {
  font-size: 14px;
  line-height: 14px;
  margin: 7px 0 8px 0;
  color: #181818;
}

.brand .transfer-process .transfer-step .des {
  font-size: 12px;
  color: #6c6c6c;
  line-height: 28px;
}

.brand .transfer-process .transfer-step li {
  margin-bottom: 35px;
  background: url("/images/kefucenter/ask.png") no-repeat;
  background-size: 40px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}
/*# sourceMappingURL=brandAddContent.css.map */


