﻿.ui-main-width {
  width: 1200px;
  position: relative;
  height: auto;

  margin: auto;
}
header .logoBar {
  width: 100%;
  height: 124px;
}
header .logoBar .headBar {
  height: 32px;
  background-color: #00509a;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}
header .logoBar .logo {
  margin-top: 13px;
}
header .logoBar .menu ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  height: 92px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 29px;
  font-size: 16px;
  color: #464545;
  border-left: 1px solid #ebebeb;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.menu .al{position:relative;display:inline;}
.menu .listrj,.menu .listUl{
	display:none;
	left:0;
	top:90px;
	position:absolute;
	width:95px;
	height:auto;
	z-index:1000000000;
	padding:0px 0;
	text-align:center;
	background-color: #0180CB;
}

header .logoBar .menu ul li:last-child {
  border-right: 1px solid #ebebeb;
}
header .logoBar .menu ul li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00509a;
  position: absolute;
  bottom: -4px;
  left: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
header .logoBar .menu ul li:hover {
  background: #f5f5f5;
}
.menu .listrj li{width:100%; background:none; border:none; text-align:center; padding:0;}
.menu .listrj li a,.menu .listUl li a{display:block;width:100%;height:100%;color:#fff;font-size:12px;overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;}
header .logoBar .menu ul li .listrj li:hover{background:none;border:none;}
header .logoBar .menu ul li .listrj li:last-child{border:none;}
header .logoBar .menu ul li .listrj li:after{background:none;}
header .logoBar .menu ul li .listrj li{line-height:20px;border:none;padding-top:20px;height:auto;padding-bottom:20px;}
header .logoBar .menu ul li:hover:after {
  bottom: 0px;
}
header .logoBar .menu ul li span {
  display: block;
  font-size: 12px;
  color: #c2c2c2;
}
header .banner .ani-text {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
}
header .banner .ani-text .ui-text {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
header .banner .ani-text .ui-text img {
  display: block;
  position: absolute;
}
.container .middle {
  width: 100%;
  height: 306px;
  position: relative;
  top: -41px;
  z-index: 2;
  height: 270px;
}
.container .middle .ui-main-width {
  overflow: visible;
}
.container .middle ul li {
  width: 400px;
  height: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 0px;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}
.container .middle ul li:nth-child(1) {
  background-color: #12b66a;
}
.container .middle ul li:nth-child(2) {
  background-color: #005ea6;
}
.container .middle ul li:nth-child(3) {
  background-color: #2c8ad3;
}
.container .middle ul li:hover {
  height: 306px;
  top: -18px;
}
.container .middle ul li:hover .text {
  padding-bottom: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.container .middle ul li .ico {
  width: 377px;
  margin: 0 auto;
  padding-top: 11px;
}
.container .middle ul li .text {
  width: 377px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(255, 255, 255, 0);
}
.container .section1 .ui-main-width {
  overflow: visible;
}
.container .section1 .title {
  text-align: center;
  margin: 0 auto;
}
.container .section1 .title span {
  display: block;
  color: #727272;
  letter-spacing: 10px;
}
.container .section1 .content {
  height: 352px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:80px 64px 0px 64px;
}
.container .section1 .content p {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 25px;
text-indent:22px;
}
.container .section1 .arrow {
  position: absolute;
  bottom: -62px;
  left: 592px;
}
.container .section2 {
  width: 100%;
  height: 777px;
  background: url(../images/section2_bg.jpg) no-repeat;
}
.container .section2 .ui-main-width {
  overflow: visible;
}
.container .section2 .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 88px;
}
.container .section2 .menu {
  margin-top: 40px;
  height: 48px;
}
.container .section2 .menu ul {
  width: 1020px;
  margin: auto;
}
.container .section2 .menu ul li {
  float: left;
  width: 185px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  margin-right: 12px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.container .section2 .menu ul li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.container .section2 .menu ul li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.container .section2 .menu ul li:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.container .section2 .menu ul li:hover {
  background-color: #12b66a;
  color: #fff;
}
.container .section2 .menu ul li:last-child {
  margin-right: 0px;
}
.container .section2 .content {
  margin-top: 41px;
  position: relative;
  overflow: hidden;
}
.container .section2 .content .swiper-button-prev {
  top: 168px;
  left: 10px;
  width: 38px;
  height: 71px;
  z-index: 10;
}
.container .section2 .content .swiper-button-next {
  top: 168px;
  right: 10px;
  width: 38px;
  height: 71px;
  z-index: 10;
}
.container .section2 .content ul li {
  float: left;
  width: 384px;
  height: 396px;
  background-color: #f2f2f2;
  margin-right: 24px;
  cursor: pointer;
}
.container .section2 .content ul li:hover .img:after {
  top: 0;
}
.container .section2 .content ul li:hover .text {
  background-color: #12b66a;
}
.container .section2 .content ul li:hover .text .head {
  color: #fff;
}
.container .section2 .content ul li:hover .text p {
  color: #fff;
}
.container .section2 .content ul li .img {
  width: 384px;
  height: 268px;
  overflow: hidden;
}
.container .section2 .content ul li .img img
{
  display: block;
  width: 100%;
  height: 268px;
}
.container .section2 .content ul li .img:after {
  content: "+";
  width: 384px;
  height: 268px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -268px;
  left: 0;
  -webkit-transition: top .3s;
  transition: top .3s;
  line-height: 268px;
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.container .section2 .content ul li .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 27px;
  padding-left: 26px;
  padding-right: 26px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 128px;
  overflow: hidden;
}
.container .section2 .content ul li .text .head {
  font-size: 18px;
  color: #454545;
  font-weight: bold;
}
.container .section2 .content ul li .text p {
  margin-top: 18px;
  font-size: 14px;
  color: #848383;
}
.container .section3 {
  width: 100%;
  height: 610px;
  background: url(../images/section3_bg.jpg) no-repeat center;
}
.container .section3 .ui-main-width {
  overflow: visible;
}
.container .section3 .content .head {
  width: 481px;
  height: 487px;
  background: #fff;
  border-top-right-radius: 100px;
  position: relative;
  top: -26px;
}
.container .section3 .content .head .title {
  padding-top: 63px;
  padding-left: 44px;
}
.container .section3 .content .head .text {
  padding-left: 44px;
  padding-top: 29px;
  padding-right: 59px;
}
.container .section3 .content .head .text span {
  font-size: 18px;
  color: #686868;
  font-weight: bold;
}
.container .section3 .content .head .text p {
  margin-top: 20px;
  font-size: 14px;
  color: #767676;
}
.container .section3 .content .mol img {
  float: left;
  display: block;
}
.container .section3 .content .mol img:first-child {
  margin-right: 17px;
}
.container .section4 {
  width: 100%;
  /*height: 823px;*/
  background: #f9f9f9;
}
.container .section4 .ui-main-width {
  overflow: visible;
}
.container .section4 .title {
  text-align: center;
  padding-top: 72px;
}
.container .section4 .title span {
  margin-top: 23px;
  display: block;
  color: #727272;
}
.container .section4 .content ul.s_ul {
  height: 262px;
  margin-top: 67px;
}
.container .section4 .content ul.s_ul li {
  float: left;
  margin-right: 93px;
  position: relative;
  overflow: hidden;
}
.container .section4 .content ul.s_ul li:nth-child(2) .text
{
  left: 34.5px;
}
.container .section4 .content ul.s_ul li:nth-child(3) .text
{
  left: 45px;
}
.container .section4 .content ul.s_ul li:nth-child(4) .text
{
  left: 75.5px;
}
.container .section4 .content ul.s_ul li .text {
  position: absolute;
  left: 69px;
  z-index: 6;
  top: -130px;
  -webkit-transition: all .3s .2s;
  transition: all .3s .2s;
}
.container .section4 .content ul.s_ul li:hover:after {
  bottom: 0px;
  opacity: 1;
}
.container .section4 .content ul.s_ul li:hover .text {
  top: 80px;
}
.container .section4 .content ul.s_ul li:after {
  content: "";
  width: 230px;
  height: 262px;
  position: absolute;
  background: url(../images/section_app_on.png) no-repeat;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.container .section4 .content ul.s_ul li:last-child {
  margin-right: 0px;
}
.container .section4 .content ul.s_ul li img {
  display: block;
  overflow: hidden;
  position: relative;
}
.container .section4 .content .pro-container {
  width: 1200px;
  overflow: hidden;
}
.container .section4 .content .swiper-container3 {
  margin-top: 70px;
  padding-bottom: 87px;
}
.container .section4 .content .swiper-container3 .swiper-pagination {
  bottom: 40px;
}
.container .section5 {
  width: 100%;
  height: 482px;
  background: url(../images/section5_bg.jpg) no-repeat;
}
.container .section5 .title {
  text-align: center;
  padding-top: 60px;
}
.container .section5 .content ul {
  margin-top: 62px;
}
.container .section5 .content ul li {
  float: left;
  width: 382px;
  height: 256px;
  background: rgba(0, 0, 0, 0.2);
  margin-right: 27px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.container .section5 .content ul li:hover {
  background-color: #fff;
}
.container .section5 .content ul li:hover .text .title {
  color: #000;
}
.container .section5 .content ul li:hover .text .context {
  color: #8b8a8a;
}
.container .section5 .content ul li:last-child {
  margin-right: 0px;
}
.container .section5 .content ul li .head {
  width: 126px;
  height: 70px;
  background: #12b66a;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container .section5 .content ul li .head span {
  color: #fff;
  display: block;
}
.container .section5 .content ul li .head span.year {
  font-size: 24px;
}
.container .section5 .content ul li .text {
  padding-left: 44px;
  padding-right: 44px;
  vertical-align: top;
  padding-top: 0px;
}
.container .section5 .content ul li .text .title {
  font-size: 16px;
  color: #fff;
  padding-top: 38px;
}
.container .section5 .content ul li .text .context {
  margin-top: 20px;
  font-size: 14px;
  color: #6fa3d1;
}
footer {
  width: 100%;
  height: 160px;
  background-color: #132030;
}
footer .fl {
  margin-top: 56px;
}
footer .fl .nav li {
  float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 11px;
}
footer .fl .nav li:last-child {
  margin-right: 0px;
}
footer .fl .copyright {
  margin-top: 25px;
  font-size: 14px;
  color: #888f98;
}
footer .fr img {
  margin-top: 30px;
}


/*子页*/
.ui-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 68px;
  padding-bottom: 68px;
}
.ui-container .slideBar {
  width: 276px;
  height: auto;
  overflow: hidden;
}
.ui-container .slideBar .navBar {
  width: 100%;
  margin-bottom: 40px;
}
.ui-container .slideBar .navBar .title {
  width: 100%;
  height: 119px;
  background:url(../images/sidebar_bg.jpg);
}
.ui-container .slideBar .navBar .title .zh {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: left;
  letter-spacing: 6px;
  padding-top: 35px;
  padding-left: 29px;
}
.ui-container .slideBar .navBar .title .en {
  color: #4899e3;
  font-size: 10px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  padding-left: 29px;
}
.ui-container .slideBar .navBar .navList {
  width: 276px;
  padding-top: 14px;
  background: #f2f2f2;
}
.ui-container .slideBar .navBar .navList li {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.ui-container .slideBar .navBar .navList li span{
  display: block;
  width: 276px;
  height: 46px;
  color: #303030;
  font-size: 16px;
  position: relative;
  transition: all .3s;
  padding-left: 31px;
  line-height: 46px;
  border-top: 2px solid #fff;
  font-weight: bold;
}
.ui-container .slideBar .navBar .navList li:first-child span
{
  border-top: 0px;
}
.ui-container .slideBar .navBar .navList li span:hover
{
  background: #00509a;
  color: #fff;
}
.ui-container .slideBar .navBar .navList li .son_a {
  display: block;
  width: 276px;
  margin: auto;
  color: #666;
  font-size: 14px;
  padding: 16px 0px 16px 20px;
  position: relative;
  transition: all .3s;

}
.ui-container .slideBar .navBar .navList li:hover .son_a {
  color: #fff;
  background: #00509a;
}
.ui-container .slideBar .contactBar .title {
  width: 100%;
  background:url(../images/sidebar_bg2.jpg);
  height: 135px;
}
.ui-container .slideBar .contactBar .title .zh {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: left;
  letter-spacing: 6px;
  padding-top: 35px;
  padding-left: 29px;
}
.ui-container .slideBar .contactBar .title .en {
  color: #4899e3;
  font-size: 10px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  padding-left: 29px;
}
.ui-container .slideBar .contactBar .contactList {
  height: 307px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.ui-container .slideBar .contactBar .contactList .text {
  font-size: 14px;
  color: #000;
  
}
.ui-container .slideBar .contactBar .contactList .text span {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  border-bottom: 2px solid #fff;
  font-size: 14px;
  color: #8c8c8c;
}
.ui-container .slideBar .contactBar .contactList .text span:first-child
{
  color: #303030;
  font-size: 16px;
  display: block;
  width: 276px;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #fff;
  padding-left: 30px;

}
.ui-container .slideBar .contactBar .contactList .text span p {
  display: inline-block;
}
.ui-container .slideBar .contactBar .contactList .img {
  display: block;
  text-align: center;
}
.ui-container .ui-content {
  width: 864px;
  margin-left: 48px;
  color: #565656;
}
.ui-container .ui-content .ui-title {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.ui-container .ui-content .ui-title .title {
  color: #7a7a7a;
  font-size: 18px;
  text-align: left;
  line-height: 50px;
  height: 50px;
  position: relative;
  font-weight: bold;
  padding-left: 39px;
}
.ui-container .ui-content .ui-title .title:before
{
  content: "";
  width: 31px;
  height: 31px;
  background: url(../images/icon_title.png)no-repeat;
  position: absolute;
  left: 0px;
  top: 10px;
}
.ui-container .ui-content .ui-title .breadcrumb {
  color: #7a7a7a;
  font-size: 13px;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.ui-container .ui-content .ui-title .breadcrumb a
{
  color: #7a7a7a;
  font-size: 13px;
}
.ui-container .ui-content .content {
  padding-top: 27px;
}
.ui-container .ui-content .content p {
  font-size: 16px;
  text-transform: uppercase;
}