.marginAuto {
  width: 100%;
}

.banner {
  width: 100%;
}

.banner img {
  height: auto;
}

.header {
  margin-bottom: .2rem;
}

.header .tops {
  text-align: right;
  padding-right: .6rem;
  line-height: 1rem;
}

.header .tops a {
  display: inline-block;
  font-size: .32rem;
  line-height: .32rem;
  margin-right: .1rem;
  padding-right: .1rem;
}

.header .main {
  box-sizing: border-box;
  padding: 0 .2rem;
  position: relative;
}

.header .main .nav {
  display: none;
  position: absolute;
  left: 0;
  top: .9rem;
  z-index: 3333;
  width: 100%;
  background: #fff;
  text-align: center;
}

.header .main .nav a {
  display: block;
  font-size: .32rem;
  line-height: .52rem;
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.header .main .btn {
  display: block;
}

.header .main .btn i {
  font-size: .62rem;
}

.iContent {
  margin-top: .2rem;
}

.iContent .marginAuto {
  flex-wrap: wrap;
  padding: 0 .24rem;
  box-sizing: border-box;
}

.iContent .title {
  padding-bottom: .2rem;
}

.iContent .title h1 {
  font-size: .26rem;
  background-size: .24rem .24rem;
  padding-left: .3rem;
}

.iContent .branch {
  width: 100%;
  margin-right: 0;
  margin-bottom: .3rem;
}

.iContent .branch .list ul {
  padding-left: 0;
}

.iContent .branch .list li {
  padding-left: .4rem;
  line-height: .6rem;
  border-bottom: 1px dashed #0067cd;
  background: url(../images/en1_42.gif) no-repeat 5px center;
  background-size: 11px 11px;
  box-sizing: border-box;
  padding-left: .5rem;
}

.iContent .branch .list a {
  font-size: .24rem;
  color: #333;
}

.iContent .news {
  width: 100%;
  margin-bottom: .3rem;
}

.iContent .news .title {
  margin-bottom: .2rem;
}

.iContent .news .tips {
  margin-bottom: .2rem;
}

.iContent .news .tips a .img {
  width: 116px;
  height: 77px;
}

.iContent .news .tips a .img img {
  width: 100%;
  height: 100%;
}

.iContent .news .tips a .text {
  width: calc(100% - 130px);
  font-size: .24rem;
}

.iContent .news .tips a .text h1 {
  padding-left: .1rem;
}

.iContent .news .tips a .text p {
  text-indent: 2em;
}

.iContent .news .list li {
  padding-left: 5px;
  line-height: .4rem;
}

.iContent .news .list a {
  font-size: .24rem;
}

.iContent .asideRight {
  margin-left: 0;
  width: 100%;
}

.iContent .asideRight .list {
  margin-bottom: .2rem;
}

.iContent .asideRight .list li {
  width: 100%;
  padding-left: .5rem;
  line-height: .5rem;
}

.iContent .asideRight .list li a {
  font-size: .24rem;
}

.iContent .asideRight .btns {
  margin-bottom: 10px;
}

.footer {
  margin-top: .4rem;
}

.footer .marginAuto {
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: .2rem .24rem 0;
}

.footer h1 {
  font-size: .24rem;
  margin-bottom: .2rem;
}

.footer select {
  width: 5rem;
}

.about .marginAuto {
  width: 100%;
  flex-wrap: wrap;
}

.about .marginAuto::after, .about .marginAuto::before {
  display: none;
}

.about .aside {
  width: 100%;
  box-sizing: border-box;
  padding: 0 .24rem;
}

.about .aside .topImg {
  display: none;
}

.about .aside .nav {
  background: none;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.about .aside .nav > ul{
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
}
.about .aside .nav h1 a{
  font-size: .24rem;
}
.about .aside .nav > ul > li{
  display: inline-block;
}
.about .aside .nav .nav2{
  position: absolute;left: 0;bottom: 0;
  display: none;
  width: 100%;
  background: #fff;
  overflow-x: scroll;
  white-space: nowrap;
  border-bottom: 1px solid #d7d7d7;
}
.about .aside .nav .nav2 li{
  display: inline-block;
  border-right: 1px solid #000;
  line-height: .24rem;
  padding-right: .2rem;
}
.about .aside .nav .nav2 li:last-child{
  border-right: 0;
  padding-right: 0;
}
.about .aside .nav .nav2 a{
  color: #000;
  font-size: .24rem;
}
.about .aside .btns {
  text-align: right;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.about .aside .btns a {
  display: block;
  margin-top: .3rem;
  width: 49%;
  margin-right: 2%;
}

.about .aside .btns a:nth-child(2n) {
  margin-right: 0;
}

.about .aside .btns a img {
  width: 100%;
}

.about .content {
  width: 100%;
  background: none;
  padding: .2rem .24rem 0;
}

.about .content .inputBox {
  text-align: left;
  margin-bottom: .3rem;
}

.about .content .title {
  padding-bottom: .1rem;
  margin-bottom: .2rem;
}

.about .content .title h1 {
  font-size: .26rem;
  background-size: .24rem .24rem;
  padding-left: .3rem;
}

.about .content .main p {
  font-size: .24rem;
}

.about .content .proList li {
  width: 100%;
  margin-bottom: .2rem;
}

.about .content .proList li a {
  display: flex;
  justify-content: space-between;
}

.about .content .proList li .img {
  width: 96px;
  height: 95px;
  border: 1px solid #333;
  margin-right: .2rem;
}

.about .content .proList li .img img {
  width: 100%;
  height: 100%;
}

.about .content .proList li .text {
  width: calc(100% - 120px);
}

.about .content .proList li .text h1 {
  font-size: 12px;
  color: #0067cd;
}

.about .content .proList .pages {
  text-align: center;
  font-size: 12px;
}

.about .content .cataList .tabTitle {
  background: url(../images/down_05.gif) repeat-x;
  border-radius: 5px;
  line-height: .5rem;
  font-size: .24rem;
}

.about .content .cataList .tabTitle span {
  text-align: center;
  line-height: .2rem;
  box-sizing: border-box;
}

.about .content .cataList .tabTitle span:nth-child(1) {
  width: 60%;
}

.about .content .cataList .tabTitle span:nth-child(2) {
  width: 15%;
}

.about .content .cataList .tabTitle span:nth-child(3) {
  width: 20%;
  border-right: 0;
}

.about .content .cataList ul li {
  line-height: .4rem;
  border-bottom: 1px solid #dee9f4;
  padding: .1rem 0;
}

.about .content .cataList ul li a {
  font-size: .24rem;
}

.about .content .cataList ul li a span:nth-child(1) {
  width: 60%;
  text-align: left;
}

.about .content .cataList ul li a span:nth-child(2) {
  width: 15%;
}

.about .content .cataList ul li a span:nth-child(3) {
  width: 20%;
}

.about .content .cataList .pages {
  margin-top: .2rem;
  text-align: center;
  font-size: 12px;
}
.newsContent .newsTitle h1{
  font-size: .28rem;
}
.newsContent .main p{
  font-size: .24rem !important;
}
.newsList .tips .img img{
  width: 2rem;
  height: auto;
}
.newsList .tips .text {
  margin-left: .2rem;
}
.newsList .list li{
  padding: .1rem 0;
}
.newsList .list li a{
  font-size: .24rem;
  line-height: .35rem;
}
.newsList .tips .text h1{
  font-size: .24rem;
}
.newsList .tips .text p{
  font-size: .24rem;
}
.newsList .tips .text{
  width: 70%;
}