body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  font: 0.8rem/1.2 "Helvetica Neue", Helvetica, "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

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

ul,
div,
article,
aside,
footer,
header,
hgroup,
menu,
nav,
section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #5191ce;
  -webkit-transition: color 218ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: color 218ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: color 218ms cubic-bezier(0.42, 0, 0.58, 1);
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
select,
textarea {
  border: 0 none;
  outline: 0 none;
  font-family: Arial, sans-serif;
}

address,
em,
i {
  font-style: normal;
}

textarea {
  resize: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

label {
  cursor: pointer;
}

::selection {
  color: #fff;
  background: #545454;
}

::-moz-selection {
  color: #fff;
  background: #545454;
}

.auto {
  height: auto;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

input,
select {
  font-family: "微软雅黑";
}

input[type="submit"] {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ff8329;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #545454;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix,
.wrap,
.navs ul,
.index-content .imgtexts,
.index-content .bread .texts,
.index-content .bread .texts .gb-list .bd ul,
.index-content .bread .texts .right .top .bd li,
.content,
.content .bread-list ul,
.content .texts .font,
.content .xh-list ul,
.content .qk-list li {
  display: block;
  zoom: 1;
}

.clearfix:after,
.wrap:after,
.navs ul:after,
.index-content .imgtexts:after,
.index-content .bread .texts:after,
.index-content .bread .texts .gb-list .bd ul:after,
.index-content .bread .texts .right .top .bd li:after,
.content:after,
.content .bread-list ul:after,
.content .texts .font:after,
.content .xh-list ul:after,
.content .qk-list li:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.imgall,
.content .xh-list li .img,
.content .qk-list li .img {
  overflow: hidden;
}

.imgall img,
.content .xh-list li .img img,
.content .qk-list li .img img {
  width: 100%;
  height: 100%;
  -webkit-transitions: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.imgall:hover img,
.content .xh-list li .img:hover img,
.content .qk-list li .img:hover img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.inputfocus input {
  -webkit-transitions: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.inputfocus input[type="text"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(156, 41, 50, 0.3);
}

body {
  font-family: "微软雅黑";
}

.layout {
  min-width: 1200px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 206px;
  background: url("https://file.dianzhonghe.com/platform/capcep/image/header.jpg") no-repeat center / cover;
}

.header .wrap {
  height: 206px;
  position: relative;
}

.header .logo {
  float: left;
  margin-top: 44px;
  position: absolute;
  left: 0;
  z-index: 99;
}

.navs {
  background: #e13e00;
  height: 60px;
}

.navs ul {
  width: 100%;
}

.navs li {
  line-height: 60px;
  margin-right: 75px;
  float: left;
  height: 60px;
  position: relative;
}

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

.navs li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 0 20px;
  word-break: keep-all;
}

.navs li .subnav {
  position: absolute;
  top: 60px;
  line-height: 35px;
  z-index: 99;
  background: #e13e00;
  display: none;
  border-top: 1px solid #fff;
}

.navs li .subnav dd {
  /*width: 150px;*/
  font-size: 14px;
}

.navs li .subnav dd:hover {
  background: #ba3300;
}

.navs li:hover {
  background: #ba3300;
}

.gb-hd {
  background: url("https://www.capc.com.cn/Public/home/imgs/img4.jpg") repeat-x
    bottom;
}

.gb-hd span {
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid #e13e00;
  font-size: 18px;
  color: #e13e00;
}

.gb-hd a {
  float: right;
  color: #666666;
}

.gb-hd a:hover {
  color: #e13e00;
}

.top-news {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 10px;
}

.top-news .wrap {
  border: 1px solid #dddddd;
  background: #ffffff;
  box-sizing: border-box;
  padding: 10px 20px;
}

.top-news .wrap .slideBox {
  float: left;
  width: 690px;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.top-news .wrap .slideBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
}

.top-news .wrap .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.top-news .wrap .slideBox .hd ul li {
  float: left;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.top-news .wrap .slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.top-news .wrap .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.top-news .wrap .slideBox .bd h3 {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-news .wrap .slideBox .bd li {
  zoom: 1;
  position: relative;
  vertical-align: middle;
}

.top-news .wrap .slideBox .bd img {
  width: 690px;
  height: 380px;
  display: block;
}

.top-news .wrap .news {
  float: right;
  width: 445px;
  padding-top: 14px;
}

.top-news .wrap .news .bd li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px dashed #c5c5c5;
}

.top-news .wrap .news .bd li:last-child {
  border-bottom: none;
}

.top-news .wrap .news .bd i {
  margin-right: 7px;
}

.top-news .wrap .news .bd span {
  float: right;
}

.top-news .wrap .news .bd a {
  font-size: 14px;
  color: #666666;
}

.top-news .wrap .news .bd a:hover {
  color: #e13e00;
}

.index-content {
  background: url("https://www.capc.com.cn/Public/home/imgs/img.jpg") #f8f8f8
    no-repeat top center;
  padding-top: 35px;
}

.index-content .imgtexts {
  height: 450px;
}

.index-content .imgtexts dd {
  float: left;
}

.index-content .imgtexts .item1 {
  width: 372px;
}

.index-content .imgtexts .item1 .list {
  margin-top: 15px;
}

.index-content .imgtexts .item1 .slideBox {
  width: 370px;
  height: 228px;
  overflow: hidden;
  position: relative;
}

.index-content .imgtexts .item1 .slideBox .hd {
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
}

.index-content .imgtexts .item1 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.index-content .imgtexts .item1 .slideBox .hd ul li {
  float: left;
  color: #ffffff;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}

.index-content .imgtexts .item1 .slideBox .hd ul li.on {
  background: #fff;
  color: #9a0000;
}

.index-content .imgtexts .item1 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.index-content .imgtexts .item1 .slideBox .bd h3 {
  padding: 0 20px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-content .imgtexts .item1 .slideBox .bd li {
  zoom: 1;
  position: relative;
  vertical-align: middle;
}

.index-content .imgtexts .item1 .slideBox .bd img {
  width: 370px;
  height: 228px;
  display: block;
}

.index-content .imgtexts .item1 .body {
  margin-top: 16px;
}

.index-content .imgtexts .item2 {
  width: 415px;
  margin-left: 38px;
  margin-right: 48px;
}

.index-content .imgtexts .item2 .list {
  /*height: 190px*/
}

.index-content .imgtexts .item3 .body {
  width: 325px;
  /* background: #f3f3f3; */
  margin-top: 16px;
}

.index-content .imgtexts .item3 .list {
  padding-left: 10px;
}

.index-content .imgtexts .item3 .video {
  width: 325px;
  height: 228px;
  position: relative;
}

.index-content .imgtexts .item3 .video em {
  background: url("https://www.capc.com.cn/Public/home/imgs/img21.png")
    no-repeat;
  z-index: 99;
  width: 46px;
  height: 46px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
}

.index-content .imgtexts .item3 .video img {
  width: 325px;
  height: 228px;
}

.index-content .imgtexts .list li {
  background: url("https://www.capc.com.cn/Public/home/imgs/img5.jpg") no-repeat
    left center;
  padding-left: 15px;
  /*height: 38px;*/
  line-height: 38px;
}

.index-content .imgtexts .list span {
  float: right;
}

.index-content .imgtexts .list a:hover {
  color: #e13e00;
  text-decoration: underline;
}

.index-content .imgtexts .list a {
  color: #666666;
  font-size: 14px;
}

.index-content .text-list {
  margin-top: 20px;
}

.index-content .text-list dd {
  width: 363px;
  float: left;
}

.index-content .text-list .item2 {
  margin-left: 55px;
  margin-right: 55px;
}

.index-content .text-list .body li {
  line-height: 44px;
  border-bottom: 1px dashed #c4c4c4;
}

.index-content .text-list .body li:last-child {
  border-bottom: none;
}

.index-content .text-list .body a {
  font-size: 14px;
  color: #666666;
}

.index-content .text-list .body a:hover {
  color: #e13e00;
}

.index-content .text-list .body span {
  font-size: 14px;
  display: inline-block;
  width: 72px;
  color: #e13e00;
}

.index-content .bread .picScroll-left {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  background: #ffffff;
  padding-top: 10px;
}

.index-content .bread .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}

.index-content .bread .picScroll-left .hd .prev,
.index-content .bread .picScroll-left .hd .next {
  display: inline-block;
  background: url("https://www.capc.com.cn/Public/home/imgs/img1.png") no-repeat;
  width: 9px;
  height: 20px;
  position: absolute;
}

.index-content .bread .picScroll-left .hd .next {
  background: url("https://www.capc.com.cn/Public/home/imgs/img2.png") no-repeat;
}

.index-content .bread .picScroll-left .bd {
  width: 1120px;
  margin: 0 auto;
}

.index-content .bread .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.index-content .bread .picScroll-left .bd ul li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.index-content .bread .picScroll-left .bd ul li .pic {
  text-align: center;
}

.index-content .bread .picScroll-left .bd ul li .pic img {
  width: 172px;
  height: 64px;
  display: block;
  padding: 2px;
  border: 1px dashed #e0e0e0;
}

.index-content .bread .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}

.index-content .bread .picScroll-left .bd ul li .title {
  line-height: 24px;
}

.index-content .bread .picScroll-left .prev,
.index-content .bread .picScroll-left .next {
  cursor: pointer;
  top: 10px;
  width: 29px;
  height: 55px;
  position: absolute;
  display: inline-block;
  background: url("https://www.capc.com.cn/Public/home/imgs/img1.png") center
    no-repeat;
  right: 0;
}

.index-content .bread .picScroll-left .prev {
  background: url("https://www.capc.com.cn/Public/home/imgs/img2.png") center
    no-repeat;
  left: 0;
}

.index-content .bread .texts {
  margin-top: 26px;
  margin-bottom: 5px;
}

.index-content .bread .texts .left {
  width: 382px;
}

.index-content .bread .texts .center {
  float: left;
  width: 473px;
  margin-left: 35px;
}

.index-content .bread .texts .right {
  float: right;
  width: 300px;
}

.index-content .bread .texts .silde {
  width: 380px;
  margin-bottom: 15px;
  height: 311px;
  background: #f5f5f5;
  overflow: hidden;
}

.index-content .bread .texts .slideBox {
  width: 360px;
  height: 288px;
  margin: 0 auto;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}

.index-content .bread .texts .slideBox .prev,
.index-content .bread .texts .slideBox .next {
  top: 50%;
  margin-top: -30px;
  width: 30px;
  height: 60px;
  left: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  display: inline-block;
  background: url("https://www.capc.com.cn/Public/home/imgs/img3.png") 0 0
    no-repeat;
}

.index-content .bread .texts .slideBox .next {
  background-position: -31px 0;
  right: 0;
  left: auto;
}

.index-content .bread .texts .slideBox .hd {
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index: 1;
}

.index-content .bread .texts .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.index-content .bread .texts .slideBox .hd ul li {
  float: left;
  color: #ffffff;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}

.index-content .bread .texts .slideBox .hd ul li.on {
  background: #fff;
  color: #9a0000;
}

.index-content .bread .texts .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.index-content .bread .texts .slideBox .bd h3 {
  font-size: 14px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-content .bread .texts .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.index-content .bread .texts .slideBox .bd img {
  width: 360px;
  height: 288px;
  display: block;
}

.index-content .bread .texts .gb-list .hd {
  margin-bottom: 8px;
  line-height: 27px;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}

.index-content .bread .texts .gb-list .hd span {
  color: #ffffff;
  height: 27px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  color: #ffffff;
  border-radius: 3px;
  background: #e13e00;
  padding: 0 5px;
  display: inline-block;
}

.index-content .bread .texts .gb-list .hd span a {
  color: #ffffff;
}

.index-content .bread .texts .gb-list .hd a {
  color: #666666;
}

.index-content .bread .texts .gb-list .bd li {
  line-height: 28px;
  background: url("https://www.capc.com.cn/Public/home/imgs/img4.png") no-repeat
    left center;
  padding-left: 17px;
}

.index-content .bread .texts .gb-list .bd li a {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

.index-content .bread .texts .gb-list .bd li a:hover {
  color: #e43e00;
}

.index-content .bread .texts .right .top {
  border: 1px solid #dddddd;
  background: #f5f5f5;
}

.index-content .bread .texts .right .top .hd span {
  width: 100px;
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  background: #e13e00;
  text-align: center;
}

.index-content .bread .texts .right .top .bd {
  height: 268px;
  overflow: hidden;
  background: #ffffff;
  margin: 10px;
  padding: 10px;
}

.index-content .bread .texts .right .top .bd li {
  padding-left: 19px;
  border-bottom: 1px dashed #c5c5c5;
  background: url("https://www.capc.com.cn/Public/home/imgs/img4.png") no-repeat
    5px 16px;
  line-height: 35px;
}

.index-content .bread .texts .right .top .bd li a {
  float: left;
  color: #666666;
  display: block;
  width: 190px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-content .bread .texts .right .top .bd li a:hover {
  color: #d30000;
  text-decoration: underline;
}

.index-content .bread .texts .right .top .bd li span {
  float: right;
}

.index-content .bread .texts .sear {
  height: 100px;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  margin-top: 15px;
}

.index-content .bread .texts .sear .hd {
  padding: 12px;
  display: flex;
  width: 100%;
}

.index-content .bread .texts .sear .hd img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.index-content .bread .texts .sear .hd .btn {
  /* width: 135px; */
  flex: 1;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
}

.index-content .bread .texts .sear .hd .btn1 {
  background: #dddddd;
  color: #333333;
  margin-right: 12px;
}

.index-content .bread .texts .sear .hd .btn2 {
  background: #e13e00;
  color: #ffffff;
}

.index-content .bread .texts .sear .box {
  background: #ffffff;
  margin: 0 12px;
  border: 1px solid #e5e5e5;
  padding-left: 34px;
  height: 34px;
  line-height: 34px;
  position: relative;
}

.index-content .bread .texts .sear .box .ico {
  background: url("../imgs/img6.png") center
    no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 34px;
}

.index-content .bread .texts .sear .box .text {
  width: 155px;
  height: 30px;
}

.index-content .bread .texts .sear .box .submit {
  width: 80px;
  height: 33px;
  position: absolute;
  background: #e13e00;
  top: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
}

.index-content .bread .texts .mt {
  margin-top: 15px;
}

.index-content .link-con {
  height: 80px;
  background: #f5f5f5;
  line-height: 80px;
}

.index-content .link-con li {
  float: left;
  margin: 0 15px;
}

.index-content .link-con img {
  width: 120px;
  height: 52px;
}

.content {
  margin-top: 10px;
  padding-top: 20px;
  background: #f5f5f5;
  padding-bottom: 48px;
}

.content .aside {
  width: 265px;
  float: left;
}

.content .aside .head {
  margin-bottom: 20px;
  background: url("https://file.dianzhonghe.com/platform/capcep/image/img11.jpg")
    no-repeat;
  width: 265px;
  height: 137px;
  padding-top: 35px;
  position: relative;
}

.content .aside .head .letter {
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 80px;
  color: #ffffff;
}

.content .aside .head .txt {
  float: left;
  margin-left: 5px;
  position: absolute;
  left: 92px;
  top: 35px;
}

.content .aside .head .txt h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.content .aside .head .txt h4 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
}

.content .aside li {
  border: 1px solid #ebebeb;
  margin-bottom: 5px;
  line-height: 50px;
  background: #ffffff;
  font-size: 16px;
}

.content .aside li a {
  padding-left: 67px;
  display: block;
  color: #333333;
  background: url("https://www.capc.com.cn/Public/home/imgs/img12.png")
    no-repeat 50px 22px #fff;
}

.content .aside li.subnav > a {
  background: url("https://www.capc.com.cn/Public/home/imgs/img7.png") no-repeat
    50px 22px #fff;
}

.content .aside li.active > a {
  background: url("https://www.capc.com.cn/Public/home/imgs/img9.png") no-repeat
    50px 22px #96311c;
  color: #ffffff;
  font-weight: bold;
}

.content .aside li.subnav.active > a {
  background: url("https://www.capc.com.cn/Public/home/imgs/img15.png")
    no-repeat 50px 22px #96311c;
  color: #ffffff;
}

.content .aside dl {
  padding-bottom: 15px;
}

.content .aside dd {
  line-height: 31px;
}

.content .aside dd.active a {
  background: #d43a00 url("../imgs/img11.png")
    70px 14px no-repeat;
  color: #ffffff;
}

.content .aside dd > a {
  padding-left: 88px;
  color: #666666;
  background: url("../imgs/img8.png") 70px 14px
    no-repeat;
  display: block;
}

.content .main {
  float: right;
  width: 904px;
  min-height: 800px;
  background: #ffffff;
  padding: 15px 40px;
}

.content .main .breadnav {
  text-align: right;
  font-size: 14px;
  color: #888888;
}

.content .main .breadnav a {
  color: #888888;
}

.content .main .breadnav a:hover {
  color: #e13e00;
}

.content .main .breadnav .ico {
  display: inline-block;
  background: url("https://www.capc.com.cn/Public/home/imgs/img10.png")
    no-repeat;
  width: 17px;
  height: 15px;
  margin-right: 5px;
}

.content .bread-list {
  margin-top: 35px;
}

.content .bread-list ul {
  width: 105%;
}

.content .bread-list li {
  width: 200px;
  height: 74px;
  border: 1px solid #f3f3f3;
  float: left;
  text-align: center;
  line-height: 72px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.content .bread-list li img {
  width: 200px;
  height: 72px;
}

.content .bread-list .btn-more {
  text-align: center;
  margin-top: 40px;
}

.content .bread-list .btn-more a {
  width: 125px;
  height: 40px;
  display: inline-block;
  background: url("https://www.capc.com.cn/Public/home/imgs/img14.png")
    no-repeat;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.content .gb-head {
  font-family: "微软雅黑";
  font-size: 20px;
  color: #96311c;
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
}

.content .gb-head span {
  display: inline-block;
  position: relative;
}

.content .gb-head span:before,
.content .gb-head span:after {
  width: 93px;
  height: 5px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  margin: 0 10px;
}

.content .gb-head span:before {
  background: url("https://www.capc.com.cn/Public/home/imgs/img22.png")
    no-repeat;
  left: -125px;
}

.content .gb-head span:after {
  background: url("https://www.capc.com.cn/Public/home/imgs/img23.png")
    no-repeat;
  right: -125px;
}

.content .dwon-list li {
  background: url("https://www.capc.com.cn/Public/home/imgs/img17.png")
    no-repeat left center;
  padding-left: 24px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #f1f1f1;
}

.content .dwon-list li a {
  color: #666666;
  font-size: 16px;
}

.content .dwon-list li .btn {
  background: url("https://www.capc.com.cn/Public/home/imgs/img16.png")
    no-repeat;
  width: 21px;
  height: 19px;
  display: inline-block;
  float: right;
  position: relative;
  top: 18px;
}

.content .dwon-list li .btn span {
  display: none;
}

.content .dwon-list li:hover a {
  color: #d43a00;
}

.content .dwon-list li:hover .btn {
  width: 54px;
  height: 24px;
  background: #d43a00;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
}

.content .dwon-list li:hover .btn span {
  display: block;
  line-height: 24px;
}

.content .texts {
  margin-top: 25px;
}

.content .texts .img {
  text-align: center;
}

.content .texts .txt {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.content .texts p {
  line-height: 28px;
  color: #666666;
}

.content .texts .font {
  margin: 10px;
}

.content .texts .font dl {
  float: right;
  color: #666666;
  line-height: 24px;
}

.content .texts .font dt {
  float: left;
  font-size: 14px;
}

.content .texts .font dd {
  float: left;
  margin: 0 6px;
  cursor: pointer;
}

.content .texts .font dd.active {
  font-weight: bold;
  color: #333333;
}

.content .texts .font .item1 {
  font-size: 18px;
}

.content .texts .font .item2 {
  font-size: 16px;
}

.content .texts .font .item3 {
  font-size: 14px;
}

.content .xh-list {
  margin-bottom: 45px;
  margin-top: 30px;
}

.content .xh-list ul {
  width: 105%;
}

.content .xh-list li {
  width: 262px;
  height: 214px;
  float: left;
  margin-right: 18px;
  margin-bottom: 40px;
}

.content .xh-list li .img {
  width: 262px;
  height: 169px;
}

.content .xh-list li .img img {
  width: 100%;
  height: 100%;
}

.content .xh-list li .text {
  height: 43px;
  line-height: 43px;
  color: #444444;
  font-size: 16px;
  background: #f5f5f5;
  padding: 0 15px;
}

.content .qk-list li {
  border-bottom: 1px dashed #e7e7e7;
  padding: 30px 0;
}

.content .qk-list li .img {
  float: left;
}

.content .qk-list li .img img {
  width: 231px;
  height: 160px;
}

.content .qk-list li .text {
  margin-left: 262px;
}

.content .qk-list li .text h2 a {
  font-size: 16px;
  color: #333333;
}

.content .qk-list li .text h4 {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.content .qk-list li .text p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 17px;
}

.content .qk-list li .text .btn {
  width: 81px;
  height: 24px;
  border: 1px solid #96311c;
  margin-top: 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  color: #96311c;
  text-align: center;
  line-height: 24px;
}

.content .qk-list li .text .btn:hover {
  background: #96311c;
  color: #ffffff;
}

.content .sideMen {
  margin-top: 35px;
}

.content .sideMen .hd {
  height: 57px;
  background: #fbfbfb;
  margin-bottom: 2px;
  line-height: 57px;
  cursor: pointer;
  position: relative;
}

.content .sideMen .hd em {
  position: absolute;
  background: url("https://www.capc.com.cn/Public/home/imgs/img19.png")
    no-repeat;
  width: 15px;
  height: 31px;
  display: inline-block;
  right: 30px;
  top: 13px;
}

.content .sideMen .hd span {
  font-size: 16px;
  color: #333333;
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #e13e00;
  padding-left: 5px;
  display: inline-block;
}

.content .sideMen .hd.on em {
  background: url("https://www.capc.com.cn/Public/home/imgs/img20.png")
    no-repeat;
}

.content .sideMen .bd {
  padding: 20px;
  display: none;
}

.content .sideMen .bd h4 {
  line-height: 28px;
  font-size: 15px;
  color: #333333;
}

.content .sideMen .bd p {
  line-height: 28px;
  color: #333333;
}

.content .sideMen .bd .send {
  margin: 20px 0;
}

.content .sideMen .bd .send span {
  font-size: 16px;
  color: #ffffff;
  padding-left: 42px;
  padding-right: 20px;
  background: url("https://www.capc.com.cn/Public/home/imgs/img18.png") #e13e00
    no-repeat 19px 50%;
  display: inline-block;
  height: 37px;
  line-height: 37px;
}

.pageer {
  text-align: center;
  margin-top: 20px;
  clear: both;
}

.pageer a {
  color: #999999;
  background: #f5f5f5;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 3px;
  -webkit-transitions: 0.5s all linear;
  -moz-transition: 0.5s all linear;
  -ms-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.pageer a.pagev {
  padding: 0 10px;
}

.pageer a.num {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
}

.pageer a.active {
  background: #d43a00;
  color: #fff;
}

.pageer a:hover {
  background: #d43a00;
  color: #fff;
}

.pageer span {
  display: inline-block;
  line-height: 30px;
}

.footer {
  height: 150px;
  text-align: center;
  background: #ffffff;
  padding-top: 20px;
}

.footer .wrap {
  position: relative;
}

.footer p {
  line-height: 24px;
  color: #333333;
}

.footer a {
  color: #333333;
}

.footer .wx {
  width: 111px;
  height: 111px;
  position: absolute;
  top: 0;
  right: 125px;
}

.theme-mask2 {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.popover2 {
  background: #000 none repeat scroll 0 0;
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.2);
  display: none;
  height: 455px;
  left: 50%;
  margin: -200px 0 0 -405px;
  position: fixed;
  text-align: center;
  top: 40%;
  width: 810px;
  z-index: 100001;
}

.popover2 a {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  position: absolute;
  right: 0;
  width: 25px;
  z-index: 2147483647;
}

#videostr {
  height: 450px;
  width: 800px;
}

/*# sourceMappingURL=style.min.css.map */
.header .en {
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 125px;
}

.header .en a {
  color: #d30708;
}

.text-center {
  text-align: center;
  margin: 16px 0;
}

.text-center > img {
  margin-top: 16px;
  max-width: 100%;
}

.navs li .subnav-2 {
  position: absolute;
  top: 0;
  left: 105px;
  line-height: 35px;
  z-index: 99;
  background: #e13e00;
  display: none;
}
