
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}

.wid {
  width: 1260px;
  margin: 0 auto;
}
.tops {
  width: 100%;
  height: 48px;
  background-color: #f3f3f3;
}
.tops .link {
  height: 48px;
}
.tops .link ul {
  width: auto;
}
.tops .link ul li {
  line-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.tops .link ul li img {
  margin-right: 6px;
}
.tops .labs {
  line-height: 48px;
}
.head {
  width: 100%;
  padding: 24px 0;
  float: left;
}
.head .logo {
  height: 76px;
}
.head .search {
  width: 442px;
  height: 48px;
  border: .5px solid #e9a05a;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 13px 0;
}
.head .search input {
  width: calc(100% - 46px);
  height: 46px;
  border: none;
  background: none;
  padding-left: 12px;
  font-size: 16px;
}
.head .search .bt1 {
  width: 46px!important;
  height: 46px!important;
  background: #e9a05a url("../img/e78ee5_30x30.png") center no-repeat!important;
}
.nav {
  width: 100%;
  background-color: #c31912;
  float: left;
  height: 62px;
}
.nav .list {
  width: 900px;
  height: 56px;
}
.nav .list ul {
  width: 100%;
}
.nav .list ul li {
  width: 11.1%;
  height: 56px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: relative;
}
.nav .list ul li h4 {
  margin: 0;
  line-height: 56px;
  font-size: 16px;
}
.nav .list ul li h4 a {
  color: #fff;
}
.nav .list ul li.acti {
  background-image: linear-gradient(to bottom, #c51a12, #de2118);
}
.nav .list ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #f5b608;
}
.nav .list ul li:hover {
  background-color: #f5b608;
}
.nav .list ul li:hover h4 a {
  color: #fff !important;
}
.nav .link {
  width: 310px;
  height: 56px;
  background-image: linear-gradient(to right, #c6241a, #e58557, #c6241a);
  padding: 0 20px;
}
.nav .link .box {
  width: 50%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.nav .link .box img {
  transition: 0.5s;
}
.nav .link .box:hover img {
  transform: scale(1.1);
}
.container {
  width: 100%;
  background-color: #f3f3f3;
  float: left;
  padding: 24px 0;
  padding-bottom: 138px;
  background: #f3f3f3 url("../img/14eb07_1920x272.png") bottom center no-repeat;
  background-size: 100% auto;
  margin-bottom: -77px;
  position: relative;
  z-index: 8;
}
.container .type {
  width: 330px;
  height: 640px;
  background-color: #fff;
  padding: 12px;
}
.container .type .title {
  width: 100%;
  line-height: 46px;
  font-size: 18px;
  color: #333;
}
.container .type .conts {
  width: 100%;
}
.container .type .conts .item {
  width: 100%;
  background-color: #fff9f0;
  padding: 0 14px;
  float: left;
  padding-bottom: 20px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.container .type .conts .item .tits {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .type .conts .item .tits img {
  margin-right: 10px;
}
.container .type .conts .item .tits span {
  font-size: 16px;
}
.container .type .conts .item .list {
  width: 100%;
}
.container .type .conts .item .list ul {
  width: 100%;
}
.container .type .conts .item .list ul li {
  width: 33.3%;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  color: #666;
  margin: 2px 0;
  font-size: 13px;
  text-align: center;
}
.container .type .conts .item .list ul li a {
  color: #666;
}
.container .type .conts .item .list ul li:hover {
  background-color: #c65053;
}
.container .type .conts .item .list ul li:hover a {
  color: #fff !important;
}
.container .type .conts .item:nth-child(2n) {
  background-color: #dbfcf8;
}
.container .type .conts .item.composition .list ul li {
  width: 20%;
}
.container .intr {
  width: 910px;
}
.container .intr .dynamic {
  width: 100%;
  height: 352px;
  background-color: #fff;
  padding: 20px;
  float: left;
}
.container .intr .dynamic .bann {
  width: 448px;
  height: 310px;
}
.container .intr .dynamic .bann ul {
  width: 100%;
}
.container .intr .dynamic .bann ul li {
  width: 100%;
  position: relative;
}
.container .intr .dynamic .bann ul li .imgs {
  width: 100%;
}
.container .intr .dynamic .bann ul li .imgs img {
  width: 100%;
}
.container .intr .dynamic .bann ul li .text {
  width: 100%;
  height: 40px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
}
.container .intr .dynamic .bann .swiper-pagination {
  bottom: 14px !important;
  width: auto;
  right: 10px;
  left: initial;
}
.container .intr .dynamic .bann .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  margin: 0 6px;
  height: 12px;
  opacity: 1;
  border-radius: 4px;
  background-color: #b7a3a2;
}
.container .intr .dynamic .bann .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .intr .dynamic .inform {
  width: 405px;
  height: 312px;
}
.container .intr .dynamic .inform .article {
  width: 100%;
  border-bottom: .5px solid #999;
  padding-bottom: 6px;
}
.container .intr .dynamic .inform .article .tits {
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  color: #ce1818;
  font-weight: bold;
}
.container .intr .dynamic .inform .article .txts {
  width: 100%;
  padding: 5px 0;
}
.container .intr .dynamic .inform .article .txts p {
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.container .intr .dynamic .inform .article .txts p a {
  color: #666;
}
.container .intr .dynamic .inform .article .txts p:hover a {
  color: #ce1818;
}
.container .intr .dynamic .inform .list {
  width: 100%;
  padding-top: 6px;
}
.container .intr .dynamic .inform .list ul {
  width: 100%;
}
.container .intr .dynamic .inform .list ul li {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
}
.container .intr .dynamic .inform .list ul li a {
  color: #333;
}
.container .intr .dynamic .inform .list ul li:hover a {
  color: #ce1818;
}
.container .intr .recommend {
  width: 100%;
  background-color: #fff;
  height: 265px;
  float: left;
  margin-top: 22px;
  padding: 20px;
}
.container .intr .recommend .day {
  width: 448px;
}
.container .intr .recommend .day .tits {
  width: 100%;
}
.container .intr .recommend .day .tits span {
  display: inline-block;
  width: 132px;
  height: 44px;
  background-color: #f05e76;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
}
.container .intr .recommend .day .list {
  width: 100%;
  padding-top: 14px;
}
.container .intr .recommend .day .list ul {
  width: 100%;
}
.container .intr .recommend .day .list ul li {
  width: 214px;
  height: 160px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 4px;
}
.container .intr .recommend .day .list ul li .imgs {
  width: 100%;
}
.container .intr .recommend .day .list ul li .imgs img {
  width: 100%;
}
.container .intr .recommend .day .list ul li .txts {
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.container .intr .recommend .day .list ul li:nth-child(2n) {
  float: right;
}
.container .intr .recommend .rank {
  width: 386px;
}
.container .intr .recommend .rank .tits {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .intr .recommend .rank .tits span {
  font-size: 18px;
  color: #000;
}
.container .intr .recommend .rank .tits em {
  display: inline-block;
  width: 146px;
  height: 30px;
  background-color: #f1e4d1;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-size: 18px;
}
.container .intr .recommend .rank .list {
  width: 100%;
}
.container .intr .recommend .rank .list ul {
  width: 100%;
}
.container .intr .recommend .rank .list ul li {
  width: 100%;
  line-height: 36px;
}
.container .intr .recommend .rank .list ul li span {
  color: #000;
}
.container .intr .recommend .rank .list ul li i {
  color: #555;
  float: right;
}
.container .intr .recommend .rank .list ul li:hover span {
  color: #ce1818;
}
.container .intr .recommend .rank .list ul li:hover i {
  color: #ce1818;
}
.advertising {
  width: 100%;
  margin-top: 30px;
  float: left;
}
.advertising img {
  width: 100%;
}
.product {
  width: 100%;
}
.product .inform {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
  padding: 26px;
  float: left;
  padding-bottom: 12px;
}
.product .inform .intr {
  width: 920px;
  border-right: .5px dashed #b8b8b8;
  padding-right: 20px;
}
.product .inform .intr .title {
  width: 100%;
  height: 46px;
}
.product .inform .intr .title .labs {
  width: 132px;
  height: 44px;
  background-color: #f05e76;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
}
.product .inform .intr .title .tabs {
  width: auto;
  line-height: 44px;
  color: #666;
  padding-left: 30px;
}
.product .inform .intr .title .tabs ul {
  width: auto;
  line-height: 44px;
}
.product .inform .intr .title .tabs ul li {
  margin-right: 20px;
  font-size: 16px;
}
.product .inform .intr .title .tabs ul li a {
  color: #666;
}
.product .inform .intr .composition {
  width: 100%;
  float: left;
  min-height: 100px;
  margin-top: 30px;
}
.product .inform .intr .composition .listCont {
  width: 296px;
  background-color: #f1f1f1;
  min-height: 100px;
  float: left;
  padding: 26px;
}
.product .inform .intr .composition .listCont ul {
  width: 100%;
}
.product .inform .intr .composition .listCont ul li {
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.product .inform .intr .composition .listCont ul li a {
  color: #333;
}
.product .inform .intr .composition .intrCont {
  width: calc(100% - 296px);
  min-height: 100px;
  float: left;
  padding-left: 30px;
}
.product .inform .intr .composition .intrCont .images {
  width: 100%;
}
.product .inform .intr .composition .intrCont .images ul {
  width: 100%;
}
.product .inform .intr .composition .intrCont .images ul li {
  width: 33.3%;
  text-align: center;
}
.product .inform .intr .composition .intrCont .images ul li .imgs {
  width: 130px;
  background-color: #f1f1f1;
  padding: 6px;
  margin: 0 auto;
}
.product .inform .intr .composition .intrCont .images ul li .imgs img {
  width: 100%;
}
.product .inform .intr .composition .intrCont .images ul li .txts {
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  padding-top: 6px;
}
.product .inform .intr .composition .intrCont .label {
  width: 100%;
  padding: 20px;
  float: left;
  padding-bottom: 0;
}
.product .inform .intr .composition .intrCont .label ul {
  width: 100%;
}
.product .inform .intr .composition .intrCont .label ul li {
  width: 50%;
  line-height: 32px;
  font-size: 15px;
  color: #333;
}
.product .inform .intr .composition .intrCont .label ul li a {
  color: #333;
}
.product .inform .intr .image {
  width: 100%;
  padding-top: 38px;
}
.product .inform .intr .image ul {
  width: 100%;
}
.product .inform .intr .image ul li {
  width: 25%;
  text-align: center;
}
.product .inform .intr .image ul li .imgs {
  width: 202px;
  height: 132px;
  background-color: #f1f1f1;
  padding: 4px;
  overflow: hidden;
  margin: 0 auto;
}
.product .inform .intr .image ul li .imgs img {
  width: 100%;
  height: 124px;
}
.product .inform .intr .image ul li .txts {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.product .inform .intr .list {
  width: 100%;
  background-color: #f1f1f1;
  float: left;
  padding: 20px;
  margin-top: 20px;
}
.product .inform .intr .list ul {
  width: 100%;
}
.product .inform .intr .list ul li {
  width: 33.3%;
  line-height: 32px;
  font-size: 15px;
}
.product .inform .intr .list ul li a {
  color: #333;
}
.product .inform .sidebar {
  width: 280px;
  min-height: 100px;
  float: right;
  padding-left: 10px;
}
.product .inform .sidebar .tits {
  width: 100%;
  height: 46px;
}
.product .inform .sidebar .tits span {
  display: inline-block;
  width: 180px;
  height: 44px;
  background-color: #5ac2b6;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
}
.product .inform .sidebar .list {
  width: 100%;
  padding-top: 10px;
}
.product .inform .sidebar .list ul {
  width: 100%;
}
.product .inform .sidebar .list ul li {
  width: 100%;
  line-height: 35px;
  padding-left: 26px;
  position: relative;
  font-size: 15px;
}
.product .inform .sidebar .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 17px;
  height: 17px;
  background: url("../img/2d1940_17x17.png") center no-repeat;
  background-size: 17px 17px;
}
.topic {
  width: 100%;
  min-height: 100px;
  float: left;
  margin-top: 30px;
}
.topic .item {
  width: 600px;
  height: 518px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.topic .item .title {
  width: 100%;
  height: 46px;
}
.topic .item .title .labs {
  width: 132px;
  height: 44px;
  background-color: #f05e76;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 20px;
}
.topic .item .title .tabs {
  width: auto;
  line-height: 44px;
  color: #666;
  padding-left: 30px;
}
.topic .item .title .tabs ul {
  width: auto;
  line-height: 44px;
}
.topic .item .title .tabs ul li {
  margin-right: 20px;
  font-size: 16px;
}
.topic .item .title .tabs ul li a {
  color: #666;
}
.topic .item .image {
  width: 100%;
  padding-top: 30px;
}
.topic .item .image ul {
  width: 100%;
}
.topic .item .image ul li {
  width: 270px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.topic .item .image ul li:nth-child(2n) {
  float: right;
}
.topic .item .image ul li .imgs {
  width: 100%;
}
.topic .item .image ul li .imgs img {
  width: 100%;
}
.topic .item .image ul li .txts {
  width: 100%;
  height: 36px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
}
.topic .item .lable {
  width: 100%;
  padding: 20px 0;
  float: left;
  padding-bottom: 0;
}
.topic .item .lable ul {
  width: 100%;
}
.topic .item .lable ul li {
  width: 50%;
  line-height: 32px;
  font-size: 15px;
  color: #333;
}
.topic .item .lable ul li a {
  color: #333;
}
.school {
  width: 100%;
  background-color: #fff;
  margin-top: 36px;
  float: left;
  padding: 0 30px;
  padding-top: 10px;
}
.school .title {
  width: 100%;
  height: 44px;
  font-size: 18px;
  border-bottom: .5px solid #d1d1d1;
  text-align: center;
  line-height: 44px;
  position: relative;
}
.school .title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  width: 100px;
  height: .5px;
  background-color: #d41d1d;
}
.school .list {
  width: 100%;
}
.school .list ul {
  width: 100%;
}
.school .list ul li {
  width: calc(100% / 6);
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school .list ul li img {
  transition: 0.5s;
}
.school .list ul li:hover img {
  transform: scale(1.1);
}
.footer {
  width: 100%;
  background-color: #fff;
  padding-top: 44px;
  float: left;
}
.footer .contact {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: .5px solid #aeaeae;
  float: left;
  position: relative;
  z-index: 120;
}
.footer .contact .link {
  padding-left: 18px;
  padding-top: 20px;
}
.footer .contact .link ul {
  width: 440px;
}
.footer .contact .link ul li {
  width: 110px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #333;
}
.footer .contact .link ul li a {
  color: #333;
}
.footer .contact .codes .logo {
  height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 46px;
}
.footer .contact .codes .intr {
  width: 120px;
  text-align: center;
}
.footer .contact .codes .intr .imgs {
  width: 100%;
  text-align: center;
}
.footer .contact .codes .intr .imgs img {
  width: 100%;
  height:auto
}
.footer .contact .codes .intr .txts {
  font-size: 14px;
  line-height: 36px;
  color: #666;
}
.footer .copyright {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
  color: #444;
  padding: 24px 0;
  float: left;
}
ul li .imgs {
  overflow: hidden;
}
ul li .imgs img {
  transition: 0.5s;
  border-radius: 5px;
}
ul li:hover .imgs img {
  transform: scale(1.1);
}
ul li:hover a {
  color: #c65053 !important;
}
.content {
  width: 910px;
  min-height: 100px;
  float: left;
}
.content .informs {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  float: left;
  padding: 22px;
  margin-bottom: 28px;
}
.content .informs .title {
  width: 100%;
  height: 44px;
  background-color: #f3f3f3;
  border-radius: 6px;
}
.content .informs .title span {
  display: inline-block;
  width: 388px;
  height: 44px;
  background-color: #f05e76;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  float: left;
  color: #fff;
  font-size: 24px;
}
.content .informs .title a {
  float: right;
  line-height: 44px;
  color: #666;
  padding-right: 20px;
}
.content .informs .title a:hover {
  color: #cc1109;
}
.content .informs .intrs {
  width: 100%;
  padding-top: 20px;
}
.content .informs .intrs .image {
  width: 194px;
  position: relative;
}
.content .informs .intrs .image .imgs {
  width: 100%;
}
.content .informs .intrs .image .imgs img {
  width: 100%;
}
.content .informs .intrs .image .txts {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.content .informs .intrs .list {
  width: 650px;
  min-height: 100px;
  float: right;
}
.content .informs .intrs .list ul {
  width: 100%;
}
.content .informs .intrs .list ul li {
  width: 100%;
  height: 55px;
  border-bottom: .5px solid #d4d4d4;
  line-height: 54px;
  padding-left: 24px;
  position: relative;
}
.content .informs .intrs .list ul li:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
}
.content .informs .intrs .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .informs .intrs .list ul li span {
  font-size: 16px;
  color: #333;
}
.content .informs .intrs .list ul li em {
  color: #666;
  font-size: 16px;
}
.content .informs .intrs .list ul li em i {
  margin-left: 20px;
}
.content .informs .intrs .list ul li:hover a span {
  color: #cc1109;
}
.content .pageing {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  float: left;
  text-align: center;
  float: left;
}
.content .pageing a {
  display: inline-block;
  height: 36px;
  background-color: #e3e3e3;
  text-align: center;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  margin: 0 2px;
  border-radius: 6px;
  padding: 0 10px;
  min-width: 36px;
}
.content .pageing b {
  display: inline-block;
  height: 36px;
  background-color: #cc1109;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
  border-radius: 6px;
  padding: 0 10px;
  min-width: 36px;
}
.content .pageing a:hover {
  background-color: #cc1109;
  color: #fff;
}
.content .articles {
  width: 100%;
  min-height: 100px;
  background: #fff url("../img/03ff72_910x86.png") top center no-repeat;
  background-size: 100% auto;
  float: left;
  padding-bottom: 30px;
}
.content .articles .tabs {
  width: 100%;
  padding: 16px 20px;
}
.content .articles .tabs ul {
  width: 100%;
  display: table;
  text-align: center;
}
.content .articles .tabs ul li {
  width: 100%;
  padding: 0 20px;
  height: 64px;
  background: rgba(255,255,255,0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 64px;
  float: none;
  font-weight: bold;
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.content .articles .tabs ul li:last-child {
  margin-right: 0;
}
.content .articles .tabs ul li.acti {
  background-color: #fff;
}
.content .articles .conts {
  width: 100%;
  padding: 28px 56px;
  float: left;
}
.content .articles .conts .list {
  width: 100%;
}
.content .articles .conts .list ul {
  width: 100%;
  margin: 28px 0;
  float: left;
}
.content .articles .conts .list ul li {
  width: 100%;
  line-height: 40px;
  padding-left: 16px;
  position: relative;
}
.content .articles .conts .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
}
.content .articles .conts .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .articles .conts .list ul li a span {
  color: #414141;
  font-size: 15px;
}
.content .articles .conts .list ul li a i {
  color: #666;
  font-size: 15px;
}
.content .articles .conts .list ul li:hover a span {
  color: #cc1109;
}
.content .composition {
  width: 100%;
  background: url("../img/9916d5_132x138.jpg");
  min-height: 100px;
  float: left;
  padding: 16px;
  position: relative;
  padding-bottom: 20px;
}
.content .composition:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 116px;
  height: 94px;
  background: url("../img/bb678e_116x94.png") center no-repeat;
}
.content .composition .conts {
  width: 100%;
  border: 2px dashed #afa091;
  min-height: 100px;
  border-radius: 30px;
  float: left;
  padding: 0 50px;
}
.content .composition .conts .title {
  width: 100%;
  padding: 18px 0;
  text-align: center;
}
.content .composition .conts .title h3 {
  line-height: 52px;
  font-size: 36px;
  color: #2a2118;
}
.content .composition .conts .title p {
  line-height: 32px;
  font-size: 16px;
  color: #2a2118;
}
.content .composition .conts .text {
  width: 100%;
  background: url("../img/d37b08_8x46.png");
  float: left;
  padding-bottom: 184px;
}
.content .composition .conts .text h5 {
  line-height: 46px;
  font-size: 18px;
  color: #333;
  text-indent: 32px;
}
.content .composition .conts .text p {
  width: 100%;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  text-indent: 32px;
  text-align: justify;
  margin-bottom: 46px;
}
.content .composition .conts .text p.center {
  text-align: center;
}
.content .composition .function {
  width: 100%;
  height: 66px;
  background-color: #fffbf8;
  float: left;
  margin-top: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.content .composition .function .nums {
  height: 66px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .composition .function .nums span {
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}
.content .composition .function .nums img {
  position: relative;
  top: -4px;
}
.content .composition .function .btns {
  height: 66px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .composition .function .btns span {
  color: #8c7c6c;
  font-size: 16px;
}
.content .composition .function .btns a {
  display: inline-block;
  width: 160px;
  height: 48px;
  background-color: #309c91;
  text-align: center;
  line-height: 48px;
  margin-left: 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.content .composition .function .btns a:last-child {
  background-color: #bb384a;
}
.content .types {
  width: 100%;
  min-height: 100px;
  float: left;
}
.content .types .intrs {
  width: 100%;
  background-color: #fff;
  padding: 0 26px;
  float: left;
  border-radius: 2px;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.content .types .intrs .tits {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .types .intrs .tits span {
  display: inline-block;
  width: 132px;
  height: 44px;
  background-color: #f05e76;
  border-radius: 6px;
  text-align: center;
  line-height: 44px;
  float: left;
  color: #fff;
  font-size: 24px;
}
.content .types .intrs .tits a {
  float: right;
  line-height: 44px;
  color: #666;
  padding-right: 20px;
}
.content .types .intrs .tits a:hover {
  color: #cc1109;
}
.content .types .intrs .list {
  width: 100%;
}
.content .types .intrs .list ul {
  width: 100%;
}
.content .types .intrs .list ul li {
  width: 45%;
  line-height: 40px;
  padding-left: 16px;
  position: relative;
}
.content .types .intrs .list ul li:nth-child(2n) {
  float: right;
}
.content .types .intrs .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 3px;
}
.content .types .intrs .list ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .types .intrs .list ul li a span {
  color: #414141;
  font-size: 16px;
}
.content .types .intrs .list ul li a i {
  color: #999;
  font-size: 16px;
}
.content .types .intrs .list ul li:hover a span {
  color: #cc1109;
}
.sidebar {
  width: 330px;
}
.sidebar .bann {
  width: 100%;
  margin-bottom: 28px;
}
.sidebar .bann img {
  width: 100%;
}
.sidebar .recom {
  width: 100%;
  background-color: #fff;
  padding: 14px 24px;
  float: left;
}
.sidebar .recom .tits {
  width: 100%;
  line-height: 52px;
  position: relative;
  font-size: 18px;
  color: #333;
}
.sidebar .recom .tits:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #cc1109;
}
.sidebar .recom .list {
  width: 100%;
  padding: 16px 0;
  float: left;
}
.sidebar .recom .list ul {
  width: 100%;
}
.sidebar .recom .list ul li {
  width: 100%;
  line-height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .recom .list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.sidebar .recom .list ul li .txt {
  font-size: 15px;
  color: #333;
}
.sidebar .recom .list ul li .num {
  width: 36px;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .recom .list ul li .num i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #feefac;
  border-radius: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  font-family: arial;
  font-size: 15px;
}
.sidebar .recom .list ul li:nth-child(1) .num i,
.sidebar .recom .list ul li:nth-child(2) .num i,
.sidebar .recom .list ul li:nth-child(3) .num i {
  background: url("../img/6b8131_31x31.png") center no-repeat;
  width: 32px;
  height: 32px;
  line-height: 33px;
  color: #cc1109;
}
.sidebar .recom .list ul li:hover .txt {
  color: #cc1109;
}
.zgqs1{ width:100%;}
.zgqs1 img{ width:100%; height:auto}
.zgqs2{ width:100%; background:#F3F3F2; margin-top:-50px; text-align:center}
.zgqs2 img{max-width:1259px; height:auto}
.zgqs_text{ width:1259px; background:#fff; padding:60px; margin:0 auto; font-size:16px}
.zgqs_text p{ line-height:40px;}
.zgqs_text p b{ color:#EB0E20}

