section.banners {
  width: 1440px;
  position: relative;
  /* left: 50%;
  margin-left: -50%; */
  margin: 0 auto;
}

section.banners img {
  display: block;
  width: 100%;
}

section.mainTheme {
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
  margin-top: 35px;
  padding-bottom: 85px;
}

section.mainTheme2 {
  margin-top: 0;
}

section.mainTheme3 {
  width: 100%;
  display: table;
}

menu.naviGation {
  float: left;
  width: 220px;
}

menu.naviGation .navTit {
  width: 100%;
  background-color: #027AD0;
  padding: 38px 0 38px 30px;
  box-shadow: 0 4px 0px #85c4f1;
  margin-bottom: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

menu.naviGation .navTit h3 {
  font-size: 24px;
  color: #fff;
}

menu.naviGation .navTit span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-top: 1px;
}

menu.naviGation a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 30px;
  font-size: 15px;
  color: #666666;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #F8F8F8;
}

menu.naviGation a i {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: top;
  color: #F8F8F8;
  width: 20px;
  height: 48px;
  background: url("../images/sj.png") no-repeat;
}

menu.naviGation a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background-color: #027AD0;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}

menu.naviGation a.on,
menu.naviGation a:hover {
  color: #fff;
}

menu.naviGation a.on:before,
menu.naviGation a:hover:before {
  width: 100%;
}

aside.topNav {
  width: 100%;
  display: table;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
}

aside.topNav .lfTit {
  float: left;
}

aside.topNav .lfTit strong,
aside.topNav .lfTit em {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  text-transform: uppercase;
}

aside.topNav .lfTit strong {
  font-size: 18px;
  color: #363636;
}

aside.topNav .lfTit em {
  font-size: 13px;
  font-family: arial;
  color: #999999;
}

aside.topNav .riTit {
  float: right;
  margin-top: 7px;
}

aside.topNav .riTit a {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #999999;
  position: relative;
}

aside.topNav .riTit a:after {
  position: absolute;
  right: -16px;
  top: 0;
  content: '>';
}

aside.topNav .riTit a:last-child:after {
  display: none;
}

aside.topNav .riTit a.on,
aside.topNav .riTit a:hover {
  color: #027AD0;
}

div.fy {
  width: 100%;
  text-align: center;
  margin-top: 65px;
}

div.fy a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 2px;
  background-color: #F8F8F8;
  font-size: 14px;
}

div.fy a.on,
div.fy a:hover {
  background-color: #027AD0;
  color: #fff;
}

section.archiTects {
  float: right;
  width: 920px;
}


.pendent {
  min-width: 54px;
  background-color: #027AD0;
  color: #fff;
  font-size: 13px;
  display: table;
  margin: 30px 0;
  padding: 2px 10px;
  border-right: 6px solid #17B261;
  text-align: center;
}


div.Enterprise {
  width: 100%;
  display: table;
  margin-top: 30px;
}

div.Enterprise ul li {
  width: 100%;
  display: table;
  padding: 27px 0;
  border-bottom: 1px dotted #E2E2E2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all .4s ease 0s;
}

div.Enterprise ul li img {
  float: left;
  height: 185px;
  width: auto;
}

div.Enterprise ul li article {
  float: left;
}

div.Enterprise ul li article span,
div.Enterprise ul li article div,
div.Enterprise ul li article font {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

div.Enterprise ul li article span {
  margin: 0 32px;
}

div.Enterprise ul li article span i {
  display: block;
  margin-bottom: 7px;
  font-size: 30px;
  font-family: arial;
  color: #5E5D5D;
}

div.Enterprise ul li article span small {
  display: block;
  font-size: 13px;
  color: #5E5D5D;
  font-family: arial;
}

div.Enterprise ul li article div {
  width: 640px;
  padding-left: 30px;
}

div.Enterprise ul li article div h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  transition: all .4s ease 0s;
}

div.Enterprise ul li article div p {
  font-size: 14px;
  color: #B0B0B0;
  line-height: 1.8;
}

div.Enterprise ul li article div .btn {
  margin: 20px 0 0;
  padding: 0;
  text-align: left;
}

div.Enterprise ul li article div .btn a {
  display: inline-block;
  width: 98px;
  line-height: 30px;
  margin: 0 10px 0 0;
  background: #027AD0;
  color: #fff;
  text-align: center;
}

div.Enterprise ul li article div .btn a:last-child {
  background: #FF8400;
}

div.Enterprise ul li article font {
  margin-left: 17px;
  width: 46px;
  height: 46px;
  border: 1px solid #F1F1F1;
  text-align: center;
  line-height: 46px;
  font-size: 25px;
  transition: all .4s ease 0s;
  background: url("../images/jt.png") no-repeat;
}

div.Enterprise ul li:hover {
  background-color: #F3F3F2;
}

div.Enterprise ul li:hover h3 {
  color: #027AD0;
  font-weight: bold;
}

div.Enterprise ul li:hover font {
  border-color: #027AD0;
  background: #027AD0 url("../images/jt2.png") no-repeat;
}

div.rePorts {
  width: 100%;
  display: table;
  margin-top: 30px;
}

div.rePorts li {
  width: 100%;
  display: table;
  padding: 40px 0;
  border-bottom: 1px dotted #D2D2D2;
}

div.rePorts li img {
  float: left;
  width: 289px;
  height: 180px;
}

div.rePorts li article {
  float: left;
  width: 604px;
  margin-left: 27px;
}

div.rePorts li article h3 {
  font-size: 18px;
  color: #363636;
}

div.rePorts li article span {
  display: block;
  font-size: 13px;
  color: #999999;
  margin: 5px 0;
}

div.rePorts li article i {
  display: block;
  margin: 15px 0;
  width: 40px;
  border-bottom: 2px solid #E2E2E2;
}

div.rePorts li article p {
  font-size: 13px;
  color: #666666;
  line-height: 1.8;
}

div.rePorts li article a {
  display: block;
  width: 108px;
  height: 34px;
  color: #027AD0;
  border: 1px solid #027AD0;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  margin-top: 15px;
}

div.rePorts li article a:hover {
  background-color: #027AD0;
  color: #fff;
}
div.rePorts.two li {
  width: 31.333%;
  float: left;
  margin: 0 1%;
  padding: 30px 0;
}

div.rePorts.two li article {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

div.rePorts.two li article a {
  width: 100%;
  background: rgba(102,117,124, 0.8);
  color: #fff;
  margin-top: 0;
  border: 0;
}
div.rePorts.join li article {
  width: 100%;
  margin: 0;
}
div.rePorts.join li article h3 {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
div.rePorts.join li article span {
  float: right;
  font-weight: normal;
}
div.rePorts.join li{
  padding: 15px 0;
}
div.rePortsConts {
  width: 100%;
  display: table;
  margin-top: 20px;
}

div.rePortsConts .rePortit {
  width: 100%;
  display: table;
  text-align: center;
}
div.rePortsConts .content{
  margin: 20px 0;
}
div.rePortsConts .content img{
  /* width: 70% !important;
  height: auto;
  margin: 0 15%; */
}
div.rePortsConts .content table{
  border: #027AD0 !important;
}
div.rePortsConts .content td{
  border-color: #027AD0 !important;
}
div.rePortsConts .rePortit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #363636;
}

div.rePortsConts .rePortit p {
  width: 100%;
  padding: 10px 0;
  background-color: #F9F9F9;
  margin-top: 20px;
}

div.rePortsConts .rePortit p font {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  margin: 0 40px;
}

div.rePortsConts p {
  font-size: 13px;
  color: #666666;
  line-height: 1.9;
  margin-top: 30px;
}

div.rePortsConts .prvenext {
  width: 100%;
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
  margin-top: 50px;
}

div.rePortsConts .prvenext p {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 7px;
}

div.rePortsConts .prvenext p font,
div.rePortsConts .prvenext p a {
  display: inline-block;
  margin-right: 5px;
  color: #666666;
  font-size: 14px;
}

div.rePortsConts .prvenext p a:hover {
  color: #027AD0;
}


div.Contact {
  width: 100%;
  display: table;
  margin-top: 20px;
}

div.Contact ul {
  width: 100%;
  display: table;
  margin-top: 25px;
}

div.Contact ul li {
  float: left;
  width: 264px;
  margin-right: 64px;
  display: table;
  margin-bottom: 30px;
}

div.Contact ul li:last-child {
  margin-right: 0px;
}

div.Contact ul li i {
  float: left;
  font-size: 40px;
  color: #10492D;
  margin-top: 0px;
  vertical-align: middle;
}

div.Contact ul li div {
  float: left;
  margin-left: 16px;
  valign-items: ;
}

div.Contact ul li div h5 {
  font-size: 16px;
  width: auto;
  color: #585858;
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

div.Contact ul li div p {
  font-size: 16px;
  color: #585858;
  font-weight: bold;
}

div.Contact .maps {
  width: 100%;
  max-height: 425px;
  display: table;
  margin-top: 50px;
}
@media(max-width:768px){
  section.mainTheme{
    margin-top: 20px;
  }
    
}