* {
  margin: 0px;
  padding: 0px;
}
body, td, th, input {
  font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
  font-size: 16px;
  color: #433e3b;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
ol {
  list-style: none;
}
dd {
  list-style: none;
}
dt {
  list-style: none;
}
dl {
  list-style: none;
}
a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
html {
  width: 100%;
}
body {
  width: 100%;
}
.phone {
  display: none;
}
.pc {
  display: block;
}
.head {
  width: 100%;
}
.head img {
  width: 100%;
}
.section {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.section_title {
  margin: 25px auto;
}
.section_container {
  margin: 35px auto;
  overflow: hidden;
}

.section_img {
}

.section_text {
}

.section_text ul li {
  font-size: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  color:#333;
}
.section_text ul li a {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  color:#333;
}
.section_text p {
  line-height: 22px;
  font-size: 15px;
  text-indent: 1em;
  margin-top: -15px;
  text-indent: 1em;
}
.more {
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.section {
 padding: 15px;
}

/*.section2 {
  background: url("bwcx_section3_bg.jpg") no-repeat 100%;
}*/

@media screen and (max-width:640px) {
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
  .section_title img {
    /* width: 50%; */
	position: absolute;
    clip: rect(0px 140px 100px 0px);	
  }
  .section_container {
    margin: 0px auto;
    width: 100%;
    height: auto;
  }
  .section_img {
    width: 100%;
  }
  .section_img ul li {
    width: auto;
}
  .section_container li {
    /*padding: 3px;*/
  }
  .section_text {
    width: 94%;
    margin: 0 3%;
  }
  .section_text ul li {
  margin-top: 15px;
}
  .section_text p {
    padding: 5px;
    line-height: 20px;
    text-indent: 1em;
    font-size: 14px;
  }
  .more {
    padding-right: 10px;
    font-size: 13px;
    display: inline-block;
  }

  .section_img .img_text {
    height: auto;
    line-height: 26px;
  }
}
.bottom {
  padding: 20px;
  background: #CC2925;
  text-align: center;
  color: #fff;
}
.marqueebox {
  position: relative;
  margin: 0;
}
.marqueecon {
  overflow: hidden;
  margin: auto;
  width: 540px;
  height: 350px;
}

.marqueecon li {
  float: left;
  text-align: center;
  position: relative;
}
.marqueecon li img {
  display: block;
  width: 540px;
  height: 350px;
}
.marqueecon ul li p {
    text-align: center;
    position: absolute;
    line-height: 32px;
    margin: 0;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background-color: #333;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

@media screen and (max-width:640px) {
	.marqueecon {
	  height: 240px;
	      margin-left: -30px;
	}
	.marqueecon li img {
	  height: 240px;
	}
}
.control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:640px) {
  .control {
    right: 15px;
    left: 15px;
  }
}