.banner {
  width: 902px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 201px;
}

.header {
  margin-bottom: 20px;
}

.header .tops {
  text-align: right;
  padding-right: 70px;
}

.header .tops a {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #0067cd;
  border-right: 1px solid #0067cd;
  margin-right: 3px;
  padding-right: 3px;
}

.header .tops a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .main .nav a {
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  display: inline-block;
  line-height: 12px;
  border-right: 1px solid #444444;
  padding-right: 7px;
  margin-right: 7px;
}

.header .main .nav a:last-child {
  border-right: 0;
  padding-right: 0px;
  margin-right: 0px;
}

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

.iContent {
  margin-top: 20px;
}

.iContent .marginAuto {
  display: flex;
}

.iContent .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
}

.iContent .title h1 {
  color: #0067cd;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/en1_21.jpg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.iContent .branch {
  width: 216px;
  margin-right: 20px;
}

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

.iContent .branch .list li {
  padding-left: 10px;
  line-height: 23px;
  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: 25px;
}

.iContent .branch .list a {
  font-size: 12px;
  color: #333;
}

.iContent .news {
  width: 380px;
}

.iContent .news .title {
  margin-bottom: 10px;
}

.iContent .news .tips {
  margin-bottom: 10px;
}

.iContent .news .tips a {
  display: flex;
  justify-content: space-between;
}

.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: 256px;
  font-size: 12px;
}

.iContent .news .tips a .text h1 {
  font-weight: bold;
  color: #0067cd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/en1_12.jpg) no-repeat left center;
  padding-left: 5px;
}

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

.iContent .news .list li {
  background: url(../images/en1_12.jpg) no-repeat left center;
  padding-left: 5px;
  line-height: 25px;
}

.iContent .news .list a {
  font-size: 12px;
}

.iContent .asideRight {
  margin-left: 30px;
  width: 250px;
}

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

.iContent .asideRight .inputBox input {
  width: 170px;
  background: url(../images/en1_15.jpg) no-repeat left center;
  background-size: 23px auto;
  height: 21px;
  border-radius: 50px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 20px;
}

.iContent .asideRight .inputBox button {
  width: 47px;
  height: 22px;
  border: 0;
  background: url(../images/en1_14.gif) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 10px;
}

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

.iContent .asideRight .list ul {
  display: flex;
  flex-wrap: wrap;
}

.iContent .asideRight .list li {
  width: 50%;
  border-bottom: 1px dashed #0067cd;
  background: url(../images/en1_42.gif) no-repeat 7px center;
  box-sizing: border-box;
  padding-left: 25px;
}

.iContent .asideRight .list li a {
  font-size: 12px;
}

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

.footer {
  margin-top: 30px;
}

.footer .marginAuto {
  border-top: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.footer h1 {
  font-size: 12px;
}

.footer select {
  width: 354px;
}

.about .marginAuto {
  width: 880px;
  display: flex;
  position: relative;
}

.about .marginAuto::after, .about .marginAuto::after {
  content: "";
  position: absolute;
}

.about .marginAuto::after {
  background: url(../images/about_05.jpg) no-repeat left;
  height: 148px;
  width: 49px;
  right: -47px;
  top: 0px;
}

.about .aside {
  width: 244px;
  box-sizing: border-box;
}

.about .aside .nav {
  background: url(../images/about_06.jpg) no-repeat;
  padding-right: 50px;
  padding-left: 20px;
}

.about .aside .nav h1 a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #0067cd;
  padding-left: 10px;
  line-height: 30px;
}
.about .aside .nav .nav2 {
  display: none;
}
.about .aside .nav ul li.on .nav2{
  display: block;
}
.about .aside .nav .nav2 a{
  font-size: 12px;
  padding-left: 10px;
}
.about .aside .btns {
  text-align: right;
  padding-right: 30px;
}

.about .aside .btns a {
  display: block;
  margin-top: 10px;
}

.about .content {
  width: 634px;
  background: url(../images/about_04.jpg) no-repeat center top;
  padding-top: 30px;
}

.about .content .inputBox {
  margin-bottom: 10px;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 50px;
}

.about .content .inputBox input {
  width: 170px;
  background: url(../images/en1_15.jpg) no-repeat left center #fff;
  background-size: 23px auto;
  height: 21px;
  border-radius: 50px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 20px;
}

.about .content .inputBox button {
  width: 47px;
  height: 22px;
  border: 0;
  background: url(../images/en1_14.gif) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 10px;
}

.about .content .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about .content .title h1 {
  color: #0067cd;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/en1_21.jpg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.about .content .main p {
  font-size: 16px;
}

.about .content .proList ul {
  display: flex;
  flex-wrap: wrap;
}

.about .content .proList li {
  width: 50%;
  margin-bottom: 20px;
}

.about .content .proList li a {
  display: flex;
}

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

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

.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: 28px;
  font-size: 12px;
  color: #fff;
}

.about .content .cataList .tabTitle span {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #fff;
  line-height: 18px;
}

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

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

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

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

.about .content .cataList ul li a {
  display: block;
  font-size: 12px;
  text-align: center;
}

.about .content .cataList ul li a span {
  display: inline-block;
}

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

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

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

.about .content .cataList .pages {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.newsList .tips{
  margin-bottom: 10px;
}
.newsList .tips a{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.newsList .tips .img img{
  width: 158px;
  height: 109px;
}
.newsList .tips .text{
  width: 441px;
  margin-left: 10px;
  font-size: 12px;
}
.newsList .tips .text h1{
  font-weight: bold;
  color: #0067cd;
}
.newsList .tips .text p{
  color: #333;
}
.newsList .list li{
  line-height: 31px;
  border-bottom: 1px #d7d7d7 solid;
}
.newsList .list li span{
  width: 112px;
  text-align: center;
}
.newsList .list li a{
  display: flex;
  font-size: 12px;
  color: #333;
  align-items: center;
}
.newsList .pages {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.newsContent .newsTitle{
  text-align: center;
  border-bottom: 1px #d7d7d7 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.newsContent .newsTitle h1{
  font-size: 12px;
  font-weight: bold;
}
.newsContent .main p{
  font-size: 12px !important;
  line-height: 16px;
}
.newsContent .main p img{
  max-width: 100%;
}
.page{
  text-align: center;
  font-size: 12px;
}


.websiteMap {
  height: 275px;
}

.websiteMap dl {
  display: flex;
  font-size: 12px;
  line-height: 30px;
  align-items: center;
}

.websiteMap dl:nth-child(2n) {
  background: #e7f2fd;
}

.websiteMap dl dt {
  width: 13%;
}

.websiteMap dl dd {
  width: 87%;
}

.websiteMap dl dd a {
  display: inline-block;
  border-right: 1px solid #333;
  line-height: 12px;
  padding-right: 3px;
  margin-right: 3px;
}



