/*头部logo部分*/
#top {
  border-top: 4px solid #d80007;
  border-bottom: 1px solid #e8e8e8;
  height: 110px;
}
#top .logoBox {
  margin-top: 3px;
}
#top .logo,
#top .border,
#top .conDes {
  display: inline-block;
}
#top .border {
  margin: 0 6px 0 3px;
}
#top .border img {
  vertical-align: 33px;
}
#top .conDes {
  vertical-align: 37px;
}
#top .conDes p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
#top .conDes p span:after {
  background: #999;
  border-radius: 50%;
  margin: 0 10px;
}
#top .telBox {
  width: 220px;
  margin-top: 31px;
}
#top .telBox:before {
  width: 48px;
  height: 48px;
  background: url("../imgs/tel.png") no-repeat;
  padding-right: 6px;
}
#top .telBox .tel {
  display: inline-block;
  vertical-align: middle;
}
#top .telBox .tel p {
  font-size: 18px;
  color: #d80007;
  font-weight: 700;
}
/*顶部导航*/
.topBar {
  background: linear-gradient(to bottom, #dbd8d8, #f6f6f6);
}
.topBar>ul {
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.topBar>ul .barList {
  float: left;
  width: 20%;
}
.topBar>ul .barList:hover {
  background: #d80007;
}
.topBar>ul .barList:hover>a {
  color: #fff;
  width: 100%;
  display: block;
}
.footer {
  height: 100px;
  line-height: 100px;
  background: #1b1b1b;
}
.footer p {
  text-align: center;
  color: #efefef;
  font-size: 12px;
}
.sideCon {
  position: fixed;
  top: 10%;
  right: 0;
  color: #fff;
  z-index: 999;
}
.sideCon ul:hover li {
  width: 190px;
}
.sideCon ul:hover li span {
  display: inline-block;
}
.sideCon ul:hover li:last-child div {
  display: block;
}
.sideCon ul:hover li:last-child {
  height: 200px;
}
.sideCon ul:hover li:last-child div {
  margin: 12px  0 0 36px;
  width: 112px;
  height: 112px;
  background: #fff;
  padding: 4px;
}
.sideCon ul:hover li:last-child div img{
  width: 112px;
  height: 112px;
}
.sideCon ul:hover li:last-child div img {
  text-align: center;
}
.sideCon ul:hover li:last-child:before {
  background: url("../imgs/weixin.png") center no-repeat;
}
.sideCon ul li {
  height: 50px;
  background: #d80007;
  margin-top: 3px;
  border-radius: 6px 0 0 6px;
  line-height: 47px;
}
.sideCon ul li:before, .sideCon ul li a:before {
  width: 30px;
  height: 30px;
  padding: 0 12px;
}
.sideCon ul li span {
  display: none;
}
.sideCon ul li:last-child div {
  display: none;
}
.sideCon ul li:first-child:before {
  background: url("../imgs/goHome.png") center no-repeat;
}
.sideCon ul li:nth-child(2):before {
  background: url("../imgs/tel2.png") center no-repeat;
}
.sideCon ul li:first-child{
  cursor: pointer;
}
.sideCon ul li:nth-child(3) a{
  display: block;
  color: #fff;
}
.sideCon ul li:nth-child(3) a:before {
  background: url("../imgs/qq.png") center no-repeat;
}
.sideCon ul li:last-child:before {
  background: url("../imgs/weixin.png") center no-repeat;
}
.g-banner {
  height: 450px;
}
.g-banner img {
  height: 450px;
}
.g-locBar {
  line-height: 50px;
}
.g-locBar .i-before:before {
  width: 14px;
  height: 14px;
  background: url("../imgs/location.png") center no-repeat;
  margin: 0 12px 3px 0;
}
.g-locBar a {
  display: inline-block;
}
.g-proList ul {
  margin-top: 20px;
}
.g-proList ul li {
  margin-right: 20px;
  float: left;
}
.g-proList ul li:hover a {
  color: #333;
}
.g-proList ul li a {
  display: inline-block;
  color: #333;
  height: 355px;
  width: 285px;  
}
.g-proList ul li a img {
  width: 283px;
  height: 283px;
  border: 1px solid #dcdcdc;
}
.g-proList ul li p {
  text-align: center;
  margin: 20px 0 30px;
  height: 20px;
}
.g-proList ul li:nth-child(4n+4) {
  margin-right: 0;
}
.g-paging {
  width: 630px;
  margin: 0 auto;
  text-align: center;
}
.g-paging ul {
  display: inline-block;
  vertical-align: -14px;
}
.g-paging ul li {
  float: left;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.g-paging .pre,
.g-paging .next {
  display: inline-block;
  width: 70px;
  border: 1px solid #dcdcdc;
  line-height: 35px;
  text-align: center;
}
.g-paging p {
  display: inline-block;
  font-size: 12px;
}
.g-paging p input {
  display: inline-block;
  width: 35px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #dcdcdc;
  background: #efefef;
}
.g-textCircle {
  overflow: hidden;
}
.g-textCircle > .f_left {
  width: 285px;
  margin-right: 20px;
}
.g-textCircle > .f_right {
  width: 285px;
  margin-left: 50px;
}
.g-thingList {
  background: #fff;
}
.g-thingList ul li {
  float: left;
  width: 380px;
  padding: 15px;
}
.g-thingList ul li:nth-child(3n+2) {
  padding: 15px 0;
}
.g-thingList ul li a {
  display: inline-block;
}
.g-thingList ul li a h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin-top: 14px;
}
.g-thingList ul li a span {
  font-size: 12px;
  color: #bbbbbb;
  margin: 7px 0 11px;
  display: inline-block;
}
.g-thingList ul li a img {
  width: 100%;
  height: 250px;
}
.g-message {
  width: 45.83333333%;
  background: #fff;
  color: #666;
  padding: 20px;
}
.g-message form h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.g-message form .mes {
  width: 47.35849057% !important;
  float: left;
}
.g-message form .mes:nth-child(2n+1) {
  margin-right: 20px;
}
.g-message form .caption p,
.g-message form .mes p,
.g-message form .mesCon p {
  margin: 15px 0 10px;
  font-weight: 700;
}
.g-message form .caption input,
.g-message form .mes input,
.g-message form .mesCon input {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  height: 36px;
}
.g-message form .caption textarea,
.g-message form .mes textarea,
.g-message form .mesCon textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
}
.g-message form input[type="submit"] {
  width: 130px;
  height: 36px;
  border-radius: 4px;
  background: #d80007;
  color: #fff;
  font-size: 16px;
  margin: 10px 0 45px;
  cursor: pointer;
}
.g-message form span.submit {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: #d80007;
  color: #fff;
  font-size: 16px;
  margin: 10px 0 45px;
  cursor: pointer;
}


#advantage {
  padding-top: 50px;
}
#advantage .con ul li {
  margin-right: 20px;
  float: left;
  width: 285px;
}
#advantage .con ul li:last-child {
  margin-right: 0;
}
#advantage .con ul li img {
  width: 100%;
  height: 240px;
}
#advantage .con ul li .del {
  background: #d80007;
  color: #fff;
  padding: 30px 30px 35px;
  margin-top: -4px;
  height: 150px;
}
#advantage .con ul li .del.top {
  margin-top: 0;
}
#advantage .con ul li .del h3 {
  font-size: 18px;
  margin: 5px 0 5px;
  font-weight: 700;
}
#advantage .con ul li .del p {
  line-height: 25px;
}

/*2017.11.23*/

.photoBox,.proBox{
  background: #fff;
  display: none;
}
.photoBox a,.proBox a{
  display: inline-block!important;
  color: #666;
  width: 100%;
}
.active6.current .photoBox,.active3.current .proBox{
  display: block;
}
.active6.current .photoBox a:hover,.active3.current .proBox a:hover{
  background: #d80007;
  color: #fff;
}