@charset "UTF-8";
.conBox-page-list {
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #f0f0f0;
}
.conBox-page-list .d_title {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding: 10px;
}
.conBox-page-list .d_title .fl {
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #DA251C;
  padding-left: 10px;
}
.conBox-page-list .d_title .fr {
  font-size: 12px;
}
.conBox-page-list .tab {
  background: #fff;
  float: left;
}
.conBox-page-list .tab .tab_title {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.conBox-page-list .tab .tab_title ul {
  width: 100%;
  float: left;
  background: #a2aebc;
  line-height: 35px;
}
.conBox-page-list .tab .tab_title li {
  float: left;
  padding: 0 15px;
}
.conBox-page-list .tab .tab_title li a {
  color: #fff;
}
.conBox-page-list .tab .tab_title .hover {
  background: #DA251C;
}
.conBox-page-list .tab .tab_list {
  width: 100%;
  float: left;
  margin: 10px 0;
  padding: 0 5px;
}
.conBox-page-list .tab .tab_list li {
  width: 50%;
  float: left;
  padding: 5px 5px;
}
.conBox-page-list .tab .tab_list li a {
  border: 1px solid #f0f0f0;
  border-left: 4px solid #ccc;
  display: block;
  width: 100%;
  float: left;
  padding: 20px;
}
.conBox-page-list .tab .tab_list li a .title {
  height: 26px;
  overflow: hidden;
}
.conBox-page-list .tab .tab_list li a .title h3 {
  color: #333;
  font-size: 16px;
}
.conBox-page-list .tab .tab_list li a .desc {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.conBox-page-content {
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #f0f0f0;
}
.conBox-page-content .left {
  width: 25%;
  float: left;
  padding-right: 20px;
}
.conBox-page-content .left .nav {
  width: 100%;
  left: left;
}
.conBox-page-content .left .nav .d_title {
  padding: 0 10px 0 20px;
  background: #DA251C;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.conBox-page-content .left .nav .d_title i {
  float: right;
  font-size: 24px;
}
.conBox-page-content .left .nav ul {
  padding: 0 20px;
  float: left;
  width: 100%;
  background: #fff;
}
.conBox-page-content .left .nav ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.conBox-page-content .left .nav ul li a {
  display: block;
  position: relative;
  line-height: 40px;
}
.conBox-page-content .left .nav ul li a:before {
  content: "\e600";
  font-family: "icon" !important;
  position: absolute;
  top: 10px;
  right: 0px;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.conBox-page-content .left .nav ul li a:hover {
  color: #DA251C;
}
.conBox-page-content .left .nav ul li a:hover:before {
  background: #DA251C;
  color: #fff;
}
.conBox-page-content .left .contact {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.conBox-page-content .left .contact .d_title {
  padding: 0 10px 0 20px;
  background: #DA251C;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.conBox-page-content .left .contact .d_title i {
  float: right;
  font-size: 24px;
}
.conBox-page-content .left .contact .text {
  background: #fff;
  width: 100%;
  float: left;
}
.conBox-page-content .left .contact .text img {
  width: 100%;
}
.conBox-page-content .left .contact .text p {
  padding: 5px 10px;
  font-size: 12px;
}
.conBox-page-content .right {
  float: left;
  width: 70%;
  background: #fff;
  padding: 20px  20px 20px 20px;
}
.conBox-page-content .right .d-title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.conBox-page-content .right .d-title .fl {
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #DA251C;
  padding-left: 10px;
}
.conBox-page-content .right .d-title .fr {
  font-size: 12px;
}
.conBox-page-content .right .content {
  width: 100%;
  float: left;
}
.conBox-page-content .right .content .top_info {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.conBox-page-content .right .content .top_info .imglist {
  width: 350px;
  float: left;
}
.conBox-page-content .right .content .top_info .info {
  width: 280px;
  float: left;
  padding-left: 20px;
}
.conBox-page-content .right .content .top_info .info h1 {
  font-size: 24px;
}
.conBox-page-content .right .content .top_info .info .desc {
  color: #666;
  width: 100%;
  float: left;
  margin: 10px 0;
  font-size: 12px;
}
.conBox-page-content .right .content .top_info .info .content {
  background: #f0f0f0;
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.conBox-page-content .right .content .top_info .info .content .more {
  margin-top: 5px;
  float: left;
}
.conBox-page-content .right .content .top_info .info .content .more a {
  background: #DA251C;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
}
.conBox-page-content .right .content .top_info .info .content .tel em {
  font-size: 18px;
  color: #ffbf00;
}
.conBox-page-content .right .recommend-p {
  width: 100%;
  float: left;
  margin-top: 20px;
  border: 1px solid #f0f0f0;
}
.conBox-page-content .right .recommend-p .d_title {
  width: 100%;
  line-height: 30px;
  background: #f0f0f0;
  padding: 0 10px;
  color: #DA251C;
}
.conBox-page-content .right .recommend-p ul {
  float: left;
  padding: 10px;
}
.conBox-page-content .right .recommend-p ul li {
  width: 25%;
  float: left;
  padding: 0 5px;
}
.conBox-page-content .right .recommend-p ul li img {
  width: 100%;
}
.conBox-page-content .right .recommend-p ul li .title {
  text-align: center;
  line-height: 24px;
  background: #f0f0f0;
}
.conBox-page-content .right .recommend-p ul li:hover .title {
  background: #DA251C;
  color: #fff;
}
.conBox-page-content .right .box-details {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.conBox-page-content .right .box-details .b_title {
  color: #DA251C;
  font-size: 16px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #DA251C;
}
.conBox-page-content .right .box-details .b_title em {
  padding: 0 20px;
  line-height: 30px;
  border: 1px solid #DA251C;
  border-bottom: 0;
  position: relative;
  display: inline-block;
  top: 1px;
  background: #fff;
}
.conBox-page-content .right .box-details .form {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.conBox-page-content .right .box-details .form .d_title {
  border-bottom: 2px solid #DA251C;
  line-height: 35px;
  color: #DA251C;
  font-size: 16px;
}
.conBox-page-content .right .box-details .form .d_title em {
  color: #ff0000;
}
.conBox-page-content .right .box-details .form form {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.conBox-page-content .right .box-details .form form .input {
  width: 48%;
  float: left;
}
.conBox-page-content .right .box-details .form form .input span {
  width: 100%;
  border: 1px solid #f0f0f0;
  line-height: 30px;
  float: left;
  margin: 5px 0;
}
.conBox-page-content .right .box-details .form form .input span div {
  float: left;
  width: 100px;
  padding: 0 10px;
}
.conBox-page-content .right .box-details .form form .input span em {
  color: #ff0000;
}
.conBox-page-content .right .box-details .form form .input input {
  width: 210px;
  border: 0;
  border-left: 1px solid #f0f0f0;
  line-height: 30px;
}
.conBox-page-content .right .box-details .form form .input button {
  background: #DA251C;
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.conBox-page-content .right .box-details .form form textarea {
  width: 48%;
  float: right;
  border: 1px solid #f0f0f0;
  padding: 10px;
  height: 167px;
}

img {
  vertical-align: top;
  border: 0;
}

/* #MagnifierWrap{position: relative;width: 350px;margin:100px auto;} */
#MagnifierWrap2 {
  position: relative;
  width: 350px;
}

.MagnifierMain {
  position: relative;
  width: 350px;
  height: 250px;
}

.MagnifierMain img {
  width: 100%;
  height: 250px;
}

.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}

.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center;
}

.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}

.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}

.spec-items ul {
  width: 500%;
  position: absolute;
  top: 10px;
  left: 0;
}

.spec-items ul * {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.spec-items li {
  width: 65px;
  height: 65px;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  cursor: pointer;
}

.spec-items li.on {
  border: 2px solid #000;
}

.spec-items li img {
  width: 100%;
  height: 100%;
}

span.spe_leftBtn, span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  font-family: "黑体";
  text-align: center;
  font-size: 30px;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
}

span.on {
  background-color: #ccc;
  color: #999;
  cursor: pointer;
}

span.spe_leftBtn {
  left: 0;
}

span.spe_rightBtn {
  right: 0;
}

/*page*/
.box-page {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
}

.page_list {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=news.css.map */
