.mainBannerWrapper {
  position: relative;
  margin: 0 auto;
  width: 1920px;
  height: 580px;
  left: 50%;
  margin-left: -960px;
  background-image: url(../images/bannerTop.jpg);
}
.pageDescription {
  position: relative;
  width: 1200px;
  height: 320px;
  margin: 0 auto;
}
.pageDescription .titleWrapper {
  position: absolute;
  left: 0;
  top: -50px;
  width: 569px;
  height: 365px;
  background-image: url(../images/descriptionBG.png);
}
.pageDescription .titleWrapper .title {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 40px;
  color: #fff;
}
.pageDescription .text {
  position: absolute;
  top: 98px;
  left: 276px;
  font-size: 30px;
  color: #666;
  line-height: 80px;
}
.pageDescription .text .big {
  font-size: 80px;
}
.projectWrapper {
  position: relative;
  width: 1200px;
  height: 1034px;
  margin: 0 auto;
  font-size: 0;
}
.projectWrapper .line2 {
  margin-top: 60px;
}
.projectWrapper .p1 {
  background-image: url(../images/p1.jpg);
}
.projectWrapper .p2 {
  background-image: url(../images/p2.jpg);
}
.projectWrapper .p3 {
  background-image: url(../images/p3.jpg);
}
.projectWrapper .p4 {
  background-image: url(../images/p4.jpg);
}
.projectWrapper .project {
  display: inline-block;
  position: relative;
  width: 570px;
  height: 490px;
  background-color: #eee;
}
.projectWrapper .project .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 285px;
  height: 490px;
  background-color: rgba(0, 0, 0, 0.7);
}
.projectWrapper .project .mask .countryName {
  font-size: 26px;
  color: #fff;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.projectWrapper .project .mask .description {
  font-size: 16px;
  color: #fff;
  width: 265px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.projectWrapper .project .mask .projectContainer {
  font-size: 16px;
  color: #fff;
  width: 265px;
  margin-left: 10px;
  margin-top: 15px;
  line-height: 1.5;
}
.projectWrapper .project .mask .projectContainer .projectTitle {
  color: #29abe2;
}
.projectWrapper .project .mask .projectContainer .projectRatings {
  line-height: 1.8;
}
.projectWrapper .project .mask .projectAbout {
  font-size: 16px;
  color: #fff;
  width: 265px;
  margin-top: 30px;
  margin-left: 10px;
}
.projectWrapper .project.right {
  margin-left: 60px;
}
.advantageWrapper {
  position: relative;
  margin: 0 auto;
  width: 1920px;
  height: 864px;
  left: 50%;
  margin-left: -960px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: url(../images/advantageBanner.png);
}
.advantageWrapper .containWrapper {
  position: absolute;
  top: 308px;
  left: 360px;
  width: 1200px;
  height: 440px;
  font-size: 0;
}
.advantageWrapper .containWrapper .item {
  position: relative;
  display: inline-block;
  width: 285px;
  height: 440px;
  box-sizing: border-box;
  margin-right: 10px;
}
.advantageWrapper .containWrapper .item:last-child {
  margin-right: 0;
}
.advantageWrapper .containWrapper .item .itemPic1 {
  width: 285px;
  height: 190px;
  background-image: url(../images/a1.jpg);
}
.advantageWrapper .containWrapper .item .itemPic2 {
  width: 285px;
  height: 190px;
  background-image: url(../images/a2.jpg);
}
.advantageWrapper .containWrapper .item .itemPic3 {
  width: 285px;
  height: 190px;
  background-image: url(../images/a3.jpg);
}
.advantageWrapper .containWrapper .item .itemPic4 {
  width: 285px;
  height: 190px;
  background-image: url(../images/a4.jpg);
}
.advantageWrapper .containWrapper .item .text {
  position: absolute;
  top: 190px;
  left: 0;
  width: 285px;
  height: 250px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
}
.advantageWrapper .containWrapper .item .text .title {
  margin: 20px 0;
  font-size: 24px;
  text-align: center;
}
.advantageWrapper .containWrapper .item .text .introduce {
  margin: 20px;
  font-size: 20px;
  line-height: 1.8;
}
.advantageWrapper .containWrapper .item:hover .text {
  background-color: #2367a4;
}
.advantageWrapper .containWrapper .item:hover .text .title,
.advantageWrapper .containWrapper .item:hover .text .introduce {
  color: #fff;
}
.news {
  position: relative;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  font-size: 0;
}
.news .containerLeft {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcfcfc;
  width: 588px;
  height: 360px;
  border: 1px solid #e3e3e3;
  padding: 24px;
}
.news .containerLeft .qaTitle {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 540px;
}
.news .containerLeft .qaTitle .chsTitle {
  font-size: 24px;
  color: #292929;
}
.news .containerLeft .qaTitle .engTitle {
  padding-left: 10px;
  font-size: 14px;
  color: #666666;
}
.news .containerLeft .qaTitle .more {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 12px;
  color: #666666;
}
.news .containerLeft .list {
  position: absolute;
  font-size: 14px;
  margin-top: 50px;
  width: 100%;
}
.news .containerLeft .list li a {
  display: inline-block;
  background: url(http://www.austargroup.com/templates/default/images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
  line-height: 30px;
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .containerLeft .list li span {
  display: inline-block;
  line-height: 30px;
  width: 10%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .containerLeft .list li a:hover {
  background: url(http://www.austargroup.com/templates/default/images/home_hd_iocn3.png) no-repeat left center;
}
.news .containerRight {
  margin-left: 24px;
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fcfcfc;
  width: 588px;
  height: 360px;
  border: 1px solid #e3e3e3;
  padding: 24px;
}
.news .containerRight .qaTitle {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 540px;
}
.news .containerRight .qaTitle .chsTitle {
  font-size: 24px;
  color: #292929;
}
.news .containerRight .qaTitle .engTitle {
  padding-left: 10px;
  font-size: 14px;
  color: #666666;
}
.news .containerRight .qaTitle .more {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 12px;
  color: #666666;
}
.news .containerRight .list {
  position: absolute;
  font-size: 14px;
  margin-top: 50px;
  width: 100%;
}
.news .containerRight .list li a {
  display: inline-block;
  background: url(http://www.austargroup.com/templates/default/images/home_hd_iocn2.png) no-repeat left center;
  padding-left: 14px;
  line-height: 30px;
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .containerRight .list li span {
  display: inline-block;
  line-height: 30px;
  width: 10%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .containerRight .list li a:hover {
  background: url(http://www.austargroup.com/templates/default/images/home_hd_iocn3.png) no-repeat left center;
}
.howBannerWrapper {
  position: relative;
  margin: 0 auto;
  width: 1920px;
  height: 1275px;
  left: 50%;
  margin-left: -960px;
  background-image: url(../images/howBG.jpg);
}
.howBannerWrapper .container {
  position: absolute;
  left: 360px;
  top: 550px;
  width: 1200px;
  height: 460px;
}
.howBannerWrapper .container .line1,
.howBannerWrapper .container .line2 {
  text-align: center;
}
.howBannerWrapper .container .line2 {
  margin-top: 50px;
}
.howBannerWrapper .container .item {
  position: relative;
  display: inline-block;
  width: 285px;
  height: 190px;
}
.howBannerWrapper .container .item .mask {
  position: absolute;
  top: 0px;
  left: 0;
  width: 285px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.5);
}
.howBannerWrapper .container .item .text {
  position: absolute;
  width: 285px;
  top: 50px;
  left: 0;
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.howBannerWrapper .container .item .text3Line {
  top: 30px;
}
.howBannerWrapper .container .item:hover .mask {
  background-color: rgba(0, 0, 0, 0.2);
}
.howBannerWrapper .container .item:hover .text {
  top: 40px;
}
.howBannerWrapper .container .item:hover .text3Line {
  top: 20px;
}
.howBannerWrapper .container .itemPic1 {
  background-image: url(../images/h1.jpg);
}
.howBannerWrapper .container .itemPic2 {
  background-image: url(../images/h2.jpg);
}
.howBannerWrapper .container .itemPic3 {
  background-image: url(../images/h3.jpg);
}
.howBannerWrapper .container .itemPic4 {
  background-image: url(../images/h4.jpg);
}
.howBannerWrapper .container .itemPic5 {
  background-image: url(../images/h5.jpg);
}
.howBannerWrapper .container .itemPic6 {
  background-image: url(../images/h6.jpg);
}
.howBannerWrapper .container .itemPic7 {
  background-image: url(../images/h7.jpg);
}
