#header {
  width: 100%;
  max-width: 1920px;
  min-width: 1230px;
  height: 84px;
  padding: 0 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  transition: all 0.7s;
}

#header .logo {
  position: absolute;
  left: 40px;
  top: 14px;
  width: 210px;
  height: 44px;
  /* background: url("../images/logo.png") no-repeat 0 0; */
  transition: all 0.7s;
}

#header .R {
  float: right;
}

#header .navWrap {
  float: left;
  position: relative;
}

#header .nav ul li:first-child:after {
  display: none;
}

#header .nav a:first-child {
  margin-left: 0;
}

#header .nav ul li {
  float: left;
  height: 84px;
  position: relative;
  margin-left: 13px;
}

#header .nav ul li a {
  font-size: 14px;
  font-weight: bold;
  float: left;
  line-height: 84px;
  margin-left: 13px;
  color: #fff;
  padding: 0 6px;
  transition: all 0.7s;
}

#header .nav .subnav a {
  height: 60px;
}

#header .nav ul li a.on:before {
  opacity: 1;
  filter: alpha(opacity=0);
  transform: scale(1);
  transition: all 0.7s;
}

#header .nav a:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  top: -45px;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.5);
}

#header .nav ul li:after {
  content: "";
  height: 5px;
  border-left: 2px solid #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: -7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#header ul li .subnav {
  position: absolute;
  top: 84px;
  left: -15px;
  height: 60px;
  font-size: 0px;
  white-space: nowrap;
  overflow: hidden;
  width: 2200px;
  padding-left: 12px;
  transition: all 0.5s;
  /* background-color: rgba(0, 0, 0, 0.5); */
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}

#header ul li:hover .subnav {
  opacity: 1;
  pointer-events: all;
}

#header .innavbg {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 84px;
  left: 0px;
  z-index: 2;
  display: none;
}

#header ul li .subnav .li {
  display: inline-block;
  vertical-align: top;
  height: 60px;
}

#header .subnav h3 {
  padding: 0 6px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  -webkit--webkit-transition: all 400ms;
  transition: all 400ms;
}

#header .subnav a.on h3 {
  color: #66cccc;
}
#header .subnav a:hover h3 {
  color: #66cccc;
}
#header .navWrap .slide {
  position: absolute;
  top: 0;
  height: 6px;
  background: #fff;
}

#header .navWrap .nav {
  float: left;
}

/* #header .subnav h3:hover {
  color: #fff;
} */

#header .yu-list {
  float: left;
  margin-top: 28px;
  margin-left: 20px;
  transition: all 0.7s;
}

#header .yu-list .li {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.7s;
}
#header .yu-list  a{
  float: left;
}
#header .yu-list .li.search {
  background-image: url("../images/header-er-ic.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  transition: all 0.7s;
}

#header .yu-list .li.epm {
  background-image: url("../images/header-er-ic.png");
  background-repeat: no-repeat;
  background-position: -72px center;
  transition: all 0.7s;
}

#header .yu-list .li:hover {
  border: 1px solid #003399 !important;
  background-color: #003399 !important;
  color: #fff !important;
}

#header .yu-list .li.search:hover {
  background-image: url("../images/header-er-ic.png") !important;
}

#header .yu-list .li.epm:hover {
  background-image: url("../images/header-er-ic.png") !important;
}

#header.on,
#header.hor {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header.on .navWrap .slide,
#header.hor .navWrap .slide {
  background: #003399;
}

/* #header.on .logo,
#header.hor .logo {
  background: url(../images/logo_on.png) no-repeat;
} */

#header.on .nav a,
#header.hor .nav a {
  color: #666;
}

#header.on .yu-list .li,
#header.hor .yu-list .li {
  color: #666;
  border: 1px solid #666;
}

#header.on .nav ul li:after,
#header.hor .nav ul li:after {
  border-left: 2px solid #cccccc;
}

#header.on .yu-list .li.search,
#header.hor .yu-list .li.search {
  background: url(../images/header-er-ic-on_on.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}

#header.on .yu-list .li.epm,
#header.hor .yu-list .li.epm {
  background-image: url(../images/header-er-ic-on_on.png);
  background-repeat: no-repeat;
  background-position: -72px center;
}

#header .search .posCont {
  display: none;
  width: 290px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 62px;
  padding-top: 5px;
}

#header .search .posCont::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 300px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

#header .search .posCont input {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  background-color: #fff;
}

#header .search .posCont .search_btn {
  width: 60px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s;
  background: #003399 url(../images/serch2_on.png) no-repeat center;
}

#header .search .posCont .search_btn:hover {
  background: #003399 url(../images/serch2.png) no-repeat center;
}

#header .search .icon {
  position: absolute;
  top: 0;
  left: -28px;
  width: 36px;
  height: 0px;
  /* background: #003399; */
}

#header .search:hover .icon {
  height: 70px;
  width: 150px;
}

#header .search .icon:hover .posCont {
  display: block;
}
#header .lang .lang_tab {
  display: none;
  width: 182px;
  height: 50px;
  position: absolute;
  right: -35px;
  top: 62px;
  padding-top: 5px;
}
#header .lang .lang_tab::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 190px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#header .lang .lang_box {
  position: absolute;
  top: 0;
  left: 0px;
  width: 36px;
  height: 70px;
}
#header .lang .lang_tab a{
  position: relative;
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  background: #fff;
}
#header .lang .lang_tab a::after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: #e5eaf5;
}
#header .lang .lang_tab a:last-child::after{
  opacity: 0;
}
#header .lang .lang_tab a.on{
  background: #003399;
  color: #66cccc;
}
#header .lang .lang_tab a.on::after{
  opacity: 0;
}

#header .epm .oa_tab {
  display: none;
  width: 163px;
  height: 50px;
  position: absolute;
  right: -35px;
  top: 62px;
  padding-top: 5px;
}
#header .epm .oa_tab::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 130px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#header .epm .oa_box {
  position: absolute;
  top: 0;
  left: 0px;
  width: 36px;
  height: 70px;
}
#header .epm .oa_tab a{
  position: relative;
  width: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  background: #fff;
}
#header .epm .oa_tab a::after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: #e5eaf5;
}
#header .epm .oa_tab a:last-child::after{
  opacity: 0;
}
#header .epm .oa_tab a.on{
  background: #003399;
  color: #66cccc;
}
#header .epm .oa_tab a.on::after{
  opacity: 0;
}
#footer {
  width: 100%;
  height: 100px;
  background: #091f2d;
  padding-top: 30px;
}

#footer .w1200 {
  position: relative;
  height: 100%;
}

#footer .vr {
  position: absolute;
  right: -1px;
  top: -2px;
  width: 46px;
  height: 46px;
  padding: 5px 1px;
}

#footer .vr img {
  display: none;
}

#footer .vr:hover img {
  display: block;
}

#footer .le {
  float: left;
  background: url(../images/call.png) no-repeat top left;
  padding-left: 45px;
  line-height: 38px;
}

#footer .le h6 {
  font-size: 14px;
  color: #ff0000;
  line-height: 38px;
}

#footer .le p {
  font-size: 20px;
  color: #ff0000;
  font-family: "trajanProBold";
}

#footer .ri {
  float: right;
  background: url(../images/vr.png) no-repeat center right;
  padding-right: 55px;
}

#footer .ri p {
  font-size: 14px;
}

#footer .ri p a {
  display: inline-block;
  color: rgba(166, 175, 181, 0.5);
  transition: all 0.5s;
}

#footer .ri .p1 a:hover {
  color: rgba(166, 175, 181, 1);
}

/* index */

/*首页*/

.banner .hd li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.index .w_lump1 .a_wr * {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.index .w_lump2 .w1200 * {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1200:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* transform: translateY(-84px); */
}

body {
  padding-top: 84px;
}
/* body.body_index{
    padding-top: 0;
} */

.banner > img {
  animation: slide_on1 4s linear forwards;
}

#banner {
  overflow: hidden;
}

#banner li img {
  animation: slide_on1 4s linear forwards;
}

.banner .bd li {
  background: no-repeat center;
}

.banner .hd {
  position: absolute;
  width: 1200px;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.banner .hd ul {
  font-size: 0;
  text-align: center;
  height: 12px;
  line-height: 12px;
}

.banner .hd li {
  display: inline-block;
  vertical-align: top;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 12px;
  border: 1px solid #fff;
  cursor: pointer;
}

.banner .hd li.on {
  width: 60px;
  background: #fff;
}

.index .w_lump1 {
  height: 290px;
  background: url("../images/i_k1_bg.jpg") no-repeat center;
  padding-top: 40px;
}

.index .w_lump1 .i_font {
  position: relative;
  float: left;
  padding-top: 30px;
}

.index .w_lump1 .i_font::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 3px;
  background-color: #cc0000;
}

.index .w_lump1 .i_font .tit {
  font-size: 22px;
  color: #cc0000;
  font-family: "trajanProBold";
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none;
}

.index .w_lump1 .i_font .cn {
  font-size: 18px;
  color: #666;
  color: #003399;
  margin-bottom: 10px;
}

.index .w_lump1 .i_font .en {
  font-size: 18px;
  color: #666;
  font-family: "trajanProBold";
  text-transform: uppercase;
  letter-spacing: -1px;
}

.index .w_lump1 .i_industry {
  float: right;
  margin-right: -240px;
  width: 1200px;
  overflow: hidden;
}

.index .w_lump1 .a_wr {
  position: relative;
  float: left;
  overflow: hidden;
  height: 210px;
  padding-right: 40px;
}

.index .w_lump1 .a_wr .shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 80px;
  background: url("../images/i_industry_shadow.png") no-repeat center;
}

.index .w_lump1 .a_wr a {
  position: relative;
  float: left;
  width: 120px;
  padding-top:40px;
  height: 100%;
  overflow:hidden;
}

.index .w_lump1 .a_wr .h1_cn {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  width: 100%;
  text-align: center;
}

.index .w_lump1 .a_wr .h1_en {
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  width: 100%;
  text-align: center;
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-family: "trajanProBold";
  text-transform: uppercase;
}

.index .w_lump1 .a_wr .icon img{
  margin:0 auto 20px;
}

.index .w_lump1 .a_wr .i{
  display:none;
  position:relative;
  left:0;
  width:24px; 
  height:10px;
  background:url(../images/i_industry_right.png) no-repeat center;
  margin:28px auto 0;
  opacity:0;
  filter:alpha(opacity=0);
}

.index .w_lump1 .a_wr .b1 {
  background: #70331e;
}

.index .w_lump1 .a_wr .b2 {
  background: #e96127;
}

.index .w_lump1 .a_wr .b3 {
  background: #f2ac32;
}

.index .w_lump1 .a_wr .b4 {
  background: #5a7950;
}

.index .w_lump1 .a_wr .b5 {
  background: #5da5bb;
}

.index .w_lump1 .a_wr .b6 {
  background: #1c66b1;
}

.index .w_lump1 .a_wr .b7 {
  background: #594094;
}

.index .w_lump1 .a_wr .b8 {
  background: #28184e;
}

/* .index .w_lump1 .a_wr a.on{
  padding-top:20px;
} */
.index .w_lump1 .a_wr a .icon{
  height: 56px;
  position: relative;
  top: 0;
  transition: top .5s;
  margin-bottom: 20px;
}
.index .w_lump1 .a_wr a .icon img{
  width: auto;
  height: 56px;
}
.index .w_lump1 .a_wr a:hover .icon{ 
  top: -10px;
}

.index .w_lump1 .on .i{
  opacity:1;
  filter:alpha(opacity=100);
}

.index .w_lump1 .i:hover{
  left:10px;
}

.index .w_lump2 {
  overflow: hidden;
}

.index .w_lump2 .w1200 {
  height: 208px;
  position: relative;
}

.index .w_lump2 .box {
  position: absolute;
  padding-top: 38px;
  height: 100%;
}

.index .w_lump2 .h1_cn {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}

.index .w_lump2 .h1_en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  text-transform: uppercase;
  font-family: "trajanProBold";
}

.index .w_lump2 .p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.index .w_lump2 .icon {
  position: relative;
  left: -10px;
  width: 23px;
  height: 12px;
  margin-top: 18px;
  background: url("../images/i_bom_icon.png") no-repeat center;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .w_lump2 .hid {
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .w_lump2 .box:hover {
  background-position: 0 top;
}

.index .w_lump2 .b1 {
  width: 600px;
  background: url("../images/i_bom_pic1.jpg") no-repeat right top;
  padding: 38px 0 0 360px;
  right: 960px;
  z-index: 10;
}

.index .w_lump2 .b2 {
  width: 480px;
  background: url("../images/i_bom_pic2.jpg") no-repeat 100px top;
  top: 0;
  right: 800px;
  padding-left: 342px;
  z-index: 9;
}

.index .w_lump2 .b2:hover {
  padding-left: 30px;
  background-position: 0 top;
}

.index .w_lump2 .b3 {
  width: 480px;
  background: url("../images/i_bom_pic3.jpg") no-repeat 30px top;
  top: 0;
  right: 640px;
  padding-left: 30px;
  z-index: 8;
}

.index .w_lump2 .b4 {
  width: 360px;
  background: url("../images/i_bom_pic4.jpg") no-repeat 0 top;
  top: 0;
  right: 480px;
  padding-left: 220px;
  z-index: 7;
}

.index .w_lump2 .b5 {
  width: 360px;
  background: url("../images/i_bom_pic5.jpg") no-repeat 24px top;
  top: 0;
  right: 320px;
  padding-left: 30px;
  z-index: 6;
}

.index .w_lump2 .b6 {
  width: 360px;
  background: #04004d url("../images/i_bom_pic6.jpg") no-repeat 198px top;
  top: 0;
  right: 160px;
  padding-left: 30px;
  z-index: 5;
}

.index .w_lump2 .b7 {
  width: 600px;
  background: url("../images/i_bom_pic7.jpg") no-repeat 0 top;
  top: 0;
  left: 1040px;
  padding-left: 30px;
  z-index: 4;
}

.index .w_lump2 .on .hid {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s 0.4s;
  transition: all 1s 0.4s;
}

.index .w_lump2 .on .hid .icon {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.8s 0.8s;
  transition: all 0.8s 0.8s;
}

.index .w_lump2 .on1 .b1 {
  right: 1280px;
}

.index .w_lump2 .on2 .b1 {
  right: 1280px;
}

.index .w_lump2 .on2 .b2 {
  right: 1120px;
}

.index .w_lump2 .on3 .b4 {
  right: 280px;
  padding-left: 30px;
}

.index .w_lump2 .on3 .b5 {
  right: 120px;
}

.index .w_lump2 .on3 .b6 {
  right: -40px;
}

.index .w_lump2 .on4 .b5 {
  right: 120px;
}

.index .w_lump2 .on4 .b6 {
  right: -40px;
}

.index .w_lump2 .on5 .b6 {
  right: -40px;
}

.index .w_lump2 .b1.on .hid {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.index .w_lump2 .b1.on .hid .icon {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.index .w_lump2 .b4.on .hid {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.index .w_lump2 .b4.on .hid .icon {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.index .w_lump2 .b5.on .person {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.index .w_lump2 .box .hid .icon:hover {
  left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.index .w_lump2 .b5 .person {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 84px;
  top: 80px;
  width: 91px;
  height: 76px;
  background: url("../images/i_bom_person.png") no-repeat center;
  -webkit-animation: zFloat 2s linear infinite alternate;
  animation: zFloat 2s linear infinite alternate;
}

@-webkit-keyframes zFloat {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

@keyframes zFloat {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}

/* banner */

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.lf {
  margin-top: 38px;
  float: left;
  background: url(../images/about/lf.png) no-repeat;
  height: 16px;
  width: 179px;
}

.nav1 {
  border-bottom: 1px solid #ececec;
}

.pub_nav_box {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #ececec;
}

.pub_nav {
  float: left;
  height: 90px;
  line-height: 90px;
  padding-left: 23px;
  background: url(../images/nav_ic1.png) no-repeat center left;
}

.pub_nav li {
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 10px;
  padding-left: 13px;
  background: url(../images/nav_ic2.png) no-repeat center left;
}

.ct {
  position: relative;
  float: right;
  height: 90px;
  line-height: 87px;
}

.ct .subline {
  position: absolute;
  bottom: 0;
  height: 4px;
  background: #003399;
}

#content {
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

/* .body_index #content{
  margin-top: -110px;
} */

.ct ul li {
  float: left;
  margin-left: 27px;
}

.ct ul li a {
  font-size: 14px;
  color: #666666;
  /* font-weight: bold; */
}

.ct ul li.on {
  /* border-bottom: 4px solid #003399; */
}

.ct ul li.on a {
  color: #003399;
}

/* .ct ul li:hover a{
  color: #003399;
} */

.pub_pad:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.pub_le {
  float: left;
  width: 400px;
  padding-top: 80px;
  padding-right: 40px;
}

.eco .pub_le {
  padding-right: 0;
}

.le_en {
  font-size: 22px;
  color: #999;
  font-family: "trajanProBold";
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.le_cn {
  font-size: 20px;
  color: #003399;
  line-height: 1.5;
}

.pub_ri {
  float: left;
  width: 800px;
  border-left: 1px solid #ececec;
  padding: 80px 0 80px 40px;
}

.pub_cn {
  font-size: 24px;
  color: #003399;
  margin-bottom: 10px;
}

.pub_en {
  font-size: 16px;
  color: #ccc;
  font-family: "trajanProBold";
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.pub_ri .txt h6 {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.pub_ri .txt p {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.pub_ri .txt p img {
  display: inline-block;
  text-align: center;
}

.cam2 .font_img {
  position: relative;
  width: 760px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}

.cam2 .font_img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.cam2 .cam2_ul li {
  width: 100%;
  /* height: 80px; */
  margin-bottom: 10px;
  background-color: #e5eaf5;
  padding: 0 30px;
  transition: all 0.3s;
}

.cam2 .cam2_ul li .top {
  width: 100%;
  height: 80px;
}

.cam2 .cam2_ul li .top p {
  line-height: 80px;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  transition: all 0.3s;
}

.cam2 .cam2_ul li .top em {
  line-height: 80px;
  font-size: 30px;
  color: #003399;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  margin-right: 10px;
  font-family: "Montserrat";
}

.cam2 .cam2_ul li .bom {
  width: 100%;
  padding: 0 0 20px;
  display: none;
  /* margin-top: -10px; */
}

.cam2 .cam2_ul li .bom p {
  transition: all 0.3s;
}

.cam2 .cam2_ul li:hover {
  background-color: #003399;
}

.cam2 .cam2_ul li:hover .top p {
  color: #66cccc;
}

.cam2 .cam2_ul li:hover .top p em {
  color: #66cccc;
}

.cam2 .cam2_ul li:hover .bom p {
  color: rgba(255, 255, 255, 0.4);
}

.cam3_img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 25px;
}

.cam3_img .bd li {
  position: relative;
  width: 760px;
  height: 300px;
  overflow: hidden;
}

.cam3_img .bd li img {
  transition: all 1s;
}

.cam3_img .bd li:hover img {
  transform: scale(1.08);
}

.cam3_img .bd li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
}

.cam3_img .hd {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.cam3_img .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.5s;
}

.cam3_img .hd li.on {
  background-color: #fff;
}

.about1 .video_box {
  position: relative;
  width: 100%;
  height: 300px;
  background: no-repeat center left;
  padding: 40px 0 0 25px;
  margin-bottom: 30px;
}

.about1 .video_box .video {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  height: 300px;
  background: no-repeat center;
  overflow: hidden;
}

.about1 .video_box .video video {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: none;
}

.about1 .video_box .en {
  font-size: 22px;
  color: rgba(105, 201, 225, 0.2);
  font-family: "trajanProBold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about1 .video_box .cn {
  font-size: 20px;
  color: #69c9e1;
  margin-bottom: 20px;
}

.about1 .video_box .btn {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  width: 160px;
  height: 50px;
  color: #fff;
  padding-left: 70px;
  cursor: pointer;
  z-index: 2;
}

.about1 .video_box .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/about/video_btn.png) no-repeat center;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.5s;
}

.about1 .video_box .btn:hover::before {
  transform: rotate(120deg);
}

.about1 .video_box .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: h_map 1.5s linear alternate infinite;
  -webkit-animation: h_map 1.5s linear alternate infinite;
}

@-webkit-keyframes h_map {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes h_map {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.h_map {
  -webkit-animation-name: h_map;
  animation-name: h_map;
}

.pub_ri .txt h5 {
  font-size: 16px;
  color: #003399;
  margin-bottom: 20px;
}

.c_tab li {
  float: left;
  width: 379.5px;
  height: 60px;
  text-align: center;
  background-color: #e5eaf5;
  line-height: 60px;
  color: #003399;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.5s;
}

.c_tab li.on {
  color: #66cccc;
  background-color: #003399;
}

.c_tab li:hover {
  color: #66cccc;
  background-color: #003399;
}

.ab3_ul {
  margin-bottom: 25px;
}

.ab3_ul .tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}

.ab3_ul ul {
  width: 800px;
}

.ab3_ul li {
  float: left;
  width: 188px;
  margin-right: 3px;
  margin-bottom: 10px;
  cursor: pointer;
}

.ab3_ul li .img {
  width: 188px;
  height: 150px;
  overflow: hidden;
}

.ab3_ul li .font {
  width: 188px;
  height: 60px;
  border: 1px solid #ececec;
  line-height: 58px;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
}

.ab3_ul li .font .mid {
  display: inline-block;
  vertical-align: middle;
}

.ab3_ul li .font p {
  color: #666;
  font-size: 14px;
  text-align: center;
  transition: all 0.5s;
}

.ab3_ul li:hover .font {
  background-color: #003399;
  border: 1px solid #003399;
}

.ab3_ul li:hover p {
  color: #69c9e1;
}

.scl_img {
  overflow: hidden;
}

.scl_img img {
  transition: all 0.5s;
}

li:hover .scl_img img {
  transform: scale(1.05);
}

.law_wr {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.law_wr .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.law_wr .cnt {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 600px;
  padding: 40px;
  margin: -245px 0 0 -600px;
  background: #fff;
  border-radius: 20px;
}

.law_wr .cnt .left {
  position: relative;
  float: left;
  width: 620px;
  height: 520px;
  overflow: hidden;
}

.law_wr .cnt .right {
  float: right;
  width: 465px;
  padding-top: 25px;
}

.law_wr .cnt .right h6 {
  font-size: 20px;
  color: #003399;
  margin-bottom: 15px;
}

.law_wr .cnt .right p {
  font-size: 14px;
  color: #666;
}

.law_wr .btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 30px;
  background: url(../images/about/close.png) no-repeat center;
  transition: all 0.5s;
}
.law_wr .btn:hover {
  background: url(../images/about/close_on.png) no-repeat center;
}
.law_wr_f {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.law_wr_f .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.law_wr_f .cnt {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 600px;
  padding: 40px;
  margin: -245px 0 0 -600px;
  background: #fff;
  border-radius: 20px;
}

.law_wr_f .cnt .left {
  position: relative;
  float: left;
  width: 620px;
  height: 520px;
  overflow: hidden;
}

.law_wr_f .cnt .right {
  float: right;
  width: 465px;
  padding-top: 25px;
}

.law_wr_f .cnt .right h6 {
  font-size: 20px;
  color: #003399;
  margin-bottom: 15px;
}

.law_wr_f .cnt .right p {
  font-size: 14px;
  color: #666;
}

.law_wr_f .btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 30px;
  background: url(../images/about/close.png) no-repeat center;
  transition: all 0.5s;
}
.law_wr_f .btn:hover {
  background: url(../images/about/close_on.png) no-repeat center;
}
.about4 .tab ul {
  width: 780px;
}

.about4 .tab li {
  float: left;
  width: 152px;
  height: 60px;
  text-align: center;
  background-color: #e5eaf5;
  line-height: 60px;
  color: #003399;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
  transition: all 0.5s;
  border-right: 1px solid #fff;
}

.about4 .tab li.on {
  color: #66cccc;
  background-color: #003399;
}

.about4 .tab li:hover {
  color: #66cccc;
  background-color: #003399;
}

/* #banner .search {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -342px;
  width: 684px;
  height: 168px;
  background: url(../images/people/search.png) no-repeat center;
} */

#banner {
  position: relative;
}

#banner .hd {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

#banner .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

#banner .hd ul li.on {
  background: #003399;
}

.about2 {
  position: relative;
  padding-bottom: 30px;
}

.about2 .w1200 {
  position: relative;
  height: 100%;
}

.about2 .w1200::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 398px;
  width: 1px;
  height: 100%;
  background-color: #ececec;
}

.about2 .nav2 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.about2 .nav2 .bd {
  float: right;
  width: 760px;
  height: 380px;
}

.about2 .nav2 .bd li {
  width: 760px;
  height: 380px;
}

.about2 .nav2 .hd {
  float: left;
  padding-top: 40px;
}

.about2 .nav2 .hd ul li:first-child {
  padding-top: 10px;
}

.about2 .nav2 .hd ul li {
  position: relative;
  width: 360px;
  height: 90px;
  padding: 12px 20px 17px 30px;
}

.about2 .nav2 .hd ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  width: 3px;
  height: 90px;
  background-color: #003399;
  /* transition: all .5s; */
  opacity: 0;
}

.about2 .nav2 .hd ul li.on::after {
  opacity: 1;
}

.about2 .nav2 .hd ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 90px;
  transition: all 0.7s;
  z-index: 1;
}

.about2 .nav2 .hd ul li.on .bg {
  background: #003399;
  width: 360px;
}

.about2 .nav2 .hd ul li h3 {
  position: relative;
  font-size: 20px;
  color: #003399;
  font-family: "trajanProBold";
  margin-bottom: 3px;
  z-index: 20;
  transition: all 0.7s;
}

.about2 .nav2 .hd ul li.on h3 {
  color: #69c9e1;
}

.about2 .nav2 .hd ul li h4 {
  position: relative;
  font-size: 14px;
  color: #666666;
  z-index: 20;
  transition: all 0.7s;
}

.about2 .nav2 .hd ul li.on h4 {
  color: #ffffff;
}

.about2 .nav3 ul li {
  position: relative;
  overflow: hidden;
  transition: all 0.7s;
}

.about2 .nav3 ul li h3 {
  float: left;
  margin-top: 51px;
  font-size: 42px;
  color: #003399;
  font-family: "trajanProBold";
  width: 400px;
}

.about2 .nav3 ul li:first-child .p_box {
  border-top: 2px dashed #ececec;
}

.about2 .nav3 ul li .p_box {
  float: left;
  width: 760px;
  margin-left: 40px;
  padding-bottom: 51px;
  padding-top: 51px;
  border-bottom: 2px dashed #ececec;
}

.about2 .nav3 ul li .p {
  position: relative;
}

.about2 .nav3 ul li:last-child .p_box {
  border-bottom: none;
}

.about2 .nav3 ul li .p .subline {
  position: absolute;
  left: -43px;
  top: 0;
  width: 3px;
  height: 15px;
  background: #003399;
  opacity: 0;
  transition: all 0.5s;
}

.about2 .nav3 ul li .p:hover .subline {
  opacity: 1;
}

.about2 .nav3 ul li .p p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.5s;
}

.about2 .nav3 ul li .p p:hover {
  color: #003399;
}

/* .about2 .nav3 ul li.on {
    background-color: #003399;
}

.about2 .nav3 ul li.on .p {
    border: none;
}

.about2 .nav3 ul li.on .p p {
    color: #ffffff;
} */

/* .about2 .nav3 ul li .p p:hover::before {
    position: absolute;
    top: 10%;
    left: 122px;
    content: "";
    display: block;
    width: 151px;
    height: 216px;
    background: url(../images/about/jz.png) no-repeat;
}

.about2 .nav3 ul li .p p:hover li {
    background: #003399;
}

.about2 .nav3 ul li .p p:hover {
    color: #69c9e1;
    opacity: 1;
} */

#video_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

#video_box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

#video_box .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #003399 url(../images/foot_close.png) no-repeat center;
  cursor: pointer;
}

#video_box .video_con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 700px;
  margin-top: -350px;
  margin-left: -600px;
}

#video_box video {
  width: 100%;
  height: 100%;
  background: #000;
}

.cultural1 .w1200 {
  height: 100%;
  position: relative;
}

.cultural1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cultural1 .le {
  position: relative;
  float: left;
  width: 220px;
}

.cultural1 .le::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 90px;
  height: 89px;
  background: url(../images/cultural/d1.png) no-repeat center;
}

.cultural1 .le .en {
  font-size: 30px;
  color: #999;
  font-family: "trajanProBold";
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.2;
}

.cultural1 .le .cn {
  font-size: 28px;
  color: #003399;
  line-height: 1.5;
  margin-bottom: 30px;
}

.cultural1 .le p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.cultural1 .ri {
  float: left;
  width: 896px;
  margin-left: 84px;
}

.cultural1 .ri .video {
  position: relative;
  width: 896px;
  height: 400px;
  background: no-repeat center;
  margin-bottom: 13px;
}

.cultural1 .ri .video .btn {
  position: absolute;
  top: 50%;
  left: 215px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.cultural1 .ri .video .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/about/video_btn.png) no-repeat center;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.5s;
}
.cultural1 .ri .video .btn:hover::before {
  transform: rotate(120deg);
}
.cultural1 .ri .video .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: 61px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: h_map 1.5s linear alternate infinite;
  -webkit-animation: h_map 1.5s linear alternate infinite;
  z-index: 1;
}

.cultural1 li {
  position: relative;
  float: left;
  width: 290px;
  height: 290px;
  background: #70331e;
  margin: 0 13px 13px 0;
  transition: all 0.8s;
  cursor:pointer;
}

.cultural1 li .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background: no-repeat center;
  opacity: 0;
}

.cultural1 li:hover .bg {
  opacity: 1;
}

.cultural1 li.li2 {
  background-color: #e96127;
}

.cultural1 li.li3 {
  background-color: #f2ac32;
}

.cultural1 li.li4 {
  background-color: #5a7950;
}

.cultural1 li.li5 {
  background-color: #5da5bb;
}

.cultural1 li.li6 {
  background-color: #1c66b1;
}

.cultural1 li.li7 {
  background-color: #594094;
}

.cultural1 li * {
  transition: all 0.8s;
}

.cultural1 li h6 {
  position: absolute;
  top: 37px;
  left: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.cultural1 li h5 {
  position: absolute;
  top: 70px;
  left: 40px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

.cultural1 li .color {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 60px;
  color: rgba(225, 225, 225, 0.15);
  line-height: 1;
}

.cultural1 li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 2px;
  height: 50px;
  background: #fff;
  transition: all 0.8s;
  opacity: 1;
}

.cultural1 li:hover::after {
  opacity: 0;
}

.cultural1 li.li3,
.cultural1 li.li7 {
  margin-right: 0;
}

/* .cultural1 li.li1:hover {
  background: url(../images/cultural/cul_li1.jpg) no-repeat center;
}
.cultural1 li.li2:hover {
  background: url(../images/cultural/cul_li2.jpg) no-repeat center;
}
.cultural1 li.li3:hover {
  background: url(../images/cultural/cul_li3.jpg) no-repeat center;
}
.cultural1 li.li4:hover {
  background: url(../images/cultural/cul_li4.jpg) no-repeat center;
}
.cultural1 li.li5:hover {
  background: url(../images/cultural/cul_li5.jpg) no-repeat center;
}
.cultural1 li.li6:hover {
  background: url(../images/cultural/cul_li6.jpg) no-repeat center;
}
.cultural1 li.li7:hover {
  background: url(../images/cultural/cul_li7.jpg) no-repeat center;
} */

.cultural1 li:hover h6 {
  top: 110px;
  left: 122px;
}

.cultural1 li:hover h5 {
  top: 160px;
  left: 107px;
  color: #fff;
}

.cultural1 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 145px;
  left: 122px;
  width: 44px;
  height: 4px;
  opacity: 0;
  transition: all 0.8s;
  z-index: 10;
}

.cultural1 li:hover::before {
  opacity: 1;
}

.cultural1 li.li1::before {
  background: #70331e;
}

.cultural1 li.li2::before {
  background: #e96127;
}

.cultural1 li.li3::before {
  background: #f2ac32;
}

.cultural1 li.li4::before {
  background: #5a7950;
}

.cultural1 li.li5::before {
  background: #5da5bb;
}

.cultural1 li.li6::before {
  background: #1c66b1;
}

.cultural1 li.li7::before {
  background: #594094;
}

.cultural1 li:hover .color {
  opacity: 0;
}

.eco .pub_ri {
  padding: 80px 0 80px 40px;
}

.eco .pub_le {
  position: relative;
}

.eco .pub_le::after {
  content: "";
  display: block;
  position: absolute;
  top: 325px;
  right: -2px;
  width: 3px;
  height: 50px;
  background: #003399;
}

.eco .font_box {
  position: relative;
  height: 280px;
  text-align: right;
  padding-right: 25px;
  margin-top: 130px;
  overflow: hidden;
}

.eco .font_box::after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -30px;
  width: 404px;
  height: 120px;
  background: url(../images/ecosystem/mask1.png) no-repeat center;
  z-index: 20;
}

.eco .font_box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -65px;
  left: -30px;
  width: 404px;
  height: 120px;
  background: url(../images/ecosystem/mask2.png) no-repeat center;
  z-index: 20;
}

.eco .font_box li {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 5px;
  line-height: 72px;
}

.eco .font_box .le {
  width: 278px;
  min-height: 52px;
  /* height: 52px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #003399;
  text-align: right;
  margin-right: 10px;
  line-height: 1.5;
  vertical-align: middle;
}

.eco .font_box .ri {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  color: #003399;
  font-family: "trajanProBold";
  letter-spacing: -4px;
  line-height: 1.5;
  vertical-align: middle;
}
.eco .img_box{
  width: 760px;
 overflow: hidden;
}
.eco .img_box li{
  width: 760px;
  min-height: 490px;
}
.eco .img_box li .font{
  margin-top: 20px;
}
.eco .img_box li .font p{
  font-size: 14px;
    color: #666;
    line-height: 24px;
}
.business {
  padding: 80px 0;
}

.business .txt {
  margin-bottom: 90px;
}

p {
  font-size: 14px;
  color: #666;
}

.business .group {
  position: relative;
  width: 1198px;
  height: 297px;
  /* background: url(../images/business/group.png) no-repeat center; */
  margin-bottom: 90px;
}

.business .group .line1 {
  position: absolute;
  top: 110px;
  left: 246px;
  width: 123px;
  height: 118px;
  background: url(../images/business/line1.png) no-repeat center;
}

.business .group .line2 {
  position: absolute;
  top: 50px;
  left: 712px;
  width: 130px;
  height: 229px;
  background: url(../images/business/line2.png) no-repeat center;
}

.business .group .g1 {
  position: relative;
  z-index: 2;
  float: left;
  width: 255px;
  height: 255px;
  padding: 60px 35px 0;
  background: url(../images/business/dot1.png) no-repeat center;
  margin-top: 35px;
}

.business .group .g1 .tit {
  font-size: 20px;
  color: #0d988f;
  text-align: center;
  margin-bottom: 10px;
}

.business .group .g1 h6 {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}

.business .group .g1 p {
  text-align: center;
  color: #999;
}

.business .group .g2 {
  position: relative;
  z-index: 2;
  float: left;
  width: 348px;
  margin-left: 110px;
  padding-top: 65px;
}

.business .group .g2 .li {
  width: 348px;
  height: 79px;
  margin-bottom: 30px;
  padding-left: 30px;
  line-height: 85px;
}

.business .group .g2 .li.li1 {
  width: 348px;
  height: 85px;
  background: url(../images/business/dot2.png) no-repeat center;
}

.business .group .g2 .li.li2 {
  width: 348px;
  height: 85px;
  background: url(../images/business/dot3.png) no-repeat center;
}

.business .group .g3 .li.li1 {
  width: 348px;
  height: 85px;
  background: url(../images/business/dot4.png) no-repeat center;
}

.business .group .g3 .li.li2 {
  width: 348px;
  height: 85px;
  background: url(../images/business/dot5.png) no-repeat center;
  margin-bottom: 35px;
}

.business .group .g3 .li.li3 {
  width: 348px;
  height: 85px;
  background: url(../images/business/dot6.png) no-repeat center;
}

.business .group .g2 .li .le {
  display: inline-block;
  vertical-align: middle;
}

.business .group .g2 .li .ri {
  display: inline-block;
  vertical-align: middle;
}

.business .group .g2 .li .tit {
  font-size: 20px;
  color: #fd5d19;
  line-height: 77px;
  margin-right: 10px;
}

.business .group .g2 .li h6 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}

.business .group .g2 .li p {
  color: #999;
}

.business .group .g3 {
  padding-top: 0;
  margin-left: 130px;
}

.business .group .g3 .li .tit {
  color: #43a423;
}

.business .info_ul li {
  position: relative;
  float: left;
  width: 290px;
  height: 290px;
  margin: 0 13px 13px 0;
  transition: all 0.8s;
  background: #70331e;
}

.business .info_ul li .bg {
  position: absolute;
  width: 290px;
  height: 290px;
  top: 0;
  left: 0;
  background: no-repeat center;
  opacity: 0;
}

.business .info_ul li:hover .bg {
  opacity: 0;
}

.business .info_ul li * {
  transition: all 0.8s;
}

.business .info_ul li h6 {
  position: absolute;
  top: 37px;
  left: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.business .info_ul li h5 {
  position: absolute;
  top: 75px;
  left: 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-family: "TRAJANPRO-REGULAR";
  letter-spacing: -1px;
}

.business .info_ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 2px;
  height: 50px;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
}

.business .info_ul li:hover::after {
  opacity: 0;
}

.business .info_ul li .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.business .info_ul li a {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.business .info_ul li.li2 {
  background-color: #e96127;
}

.business .info_ul li.li3 {
  background-color: #f2ac32;
}

.business .info_ul li.li4 {
  background-color: #5a7950;
}

.business .info_ul li.li5 {
  background-color: #5da5bb;
}

.business .info_ul li.li6 {
  background-color: #1c66b1;
}

.business .info_ul li.li7 {
  background-color: #594094;
}

.business .info_ul li.li8 {
  background-color: #28184e;
}

.business .info_ul li.li4,
.business .info_ul li.li8 {
  margin-right: 0;
}

.business .info_ul li:hover h6 {
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}

.business .info_ul li:hover h5 {
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.business .info_ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 145px;
  left: 122px;
  width: 44px;
  height: 4px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 10;
  background: #fff;
}

/* .business .info_ul li.li1::before {
    background: #70331e;
}

.business .info_ul li.li2::before {
    background: #e96127;
}

.business .info_ul li.li3::before {
    background: #f2ac32;
}

.business .info_ul li.li4::before {
    background: #5a7950;
}

.business .info_ul li.li5::before {
    background: #5da5bb;
}

.business .info_ul li.li6::before {
    background: #1c66b1;
}

.business .info_ul li.li7::before {
    background: #594094;
} */

.business .info_ul li:hover::before {
  opacity: 1;
}

.business .info_ul li:hover .icon {
  opacity: 0;
}

.business1 .b1_ul li {
  width: 760px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}

.business1 .b1_ul li .img {
  float: left;
  width: 260px;
  height: 200px;
}

.business1 .b1_ul li .font {
  position: relative;
  float: left;
  width: 500px;
  height: 200px;
  background: #e5eaf5;
  padding: 30px;
}

.business1 .b1_ul li .font h6 {
  font-size: 20px;
  color: #003399;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #d8dde6;
}

.business1 .b1_ul li .font .pdf {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 32px;
  height: 37px;
  background: url(../images/business/pdf.jpg) no-repeat center;
}

.business1 .b1_ul li .font .vr {
  position: absolute;
  top: 22px;
  right: 80px;
  width: 44px;
  height: 36px;
  background: url(../images/business/360.png) no-repeat center;
}

.business1 .c_tab li {
  width: 33.33%;
  border-right: 1px solid #fff;
}
.business2 .c_tab li {
  width: 50%;
  border-right: 1px solid #fff;
}
.business7 .c_tab li {
  width: 25%;
  border-right: 1px solid #fff;
}
.socila4 .c_tab li {
  width: 33.33%;
  border-right: 1px solid #fff;
}
.socila6 .c_tab li {
  width: 100%;
}
.pub_ri .txt {
  margin-bottom: 40px;
}

.pub_ri .txt:last-child {
  margin-bottom: 0;
}

.pub_ri .txt p:last-child {
  margin-bottom: 0;
}

.pub_ri .txt h4 {
  font-size: 16px;
  color: #003399;
  margin-bottom: 8px;
}

.pub_ri .txt_con h4 {
  position: relative;
  padding-left: 10px;
}

.pub_ri .txt_con h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #003399;
  border-radius: 50%;
}

.pub_ri .txt_con p {
  padding-left: 10px;
}

.bus7_ul li {
  padding: 20px 30px;
  background: #e5eaf5;
  transition: all 0.5s;
}

.bus7_ul li:nth-child(2n) {
  background: #f2f5fa;
}

.bus7_ul li p {
  font-size: 14px;
  color: #003399;
  line-height: 1.3;
  transition: all 0.5s;
}

.bus7_ul li:hover {
  background: #003399;
}

.bus7_ul li:hover p {
  color: #fff;
}

.bus4_ul {
  margin: 65px 0;
}

.bus4_ul ul {
  width: 800px;
}

.bus4_ul li {
  float: left;
  position: relative;
  width: 190px;
  height: 190px;
  background: no-repeat center;
  border-radius: 50%;
  padding-top: 55px;
  margin-left: 55px;
  z-index: 2;
}

.bus4_ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -135px;
  margin-top: -135px;
  width: 270px;
  height: 270px;
  border: 1px solid #e7ecf6;
  border-radius: 50%;
  transform: scale(0.7);
  transition: all 3s;
  z-index: 1;
}

.bus4_ul li.animated::after {
  transform: scale(1);
}

.bus4_ul li h6 {
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.bus4_ul li .line {
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 10px auto;
}

.bus4_ul li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.pub_ri .txt_box {
  padding-top: 40px;
  border-top: 2px dashed #ececec;
  margin-bottom: 40px;
}

.pub_ri .txt_box.on {
  border-top: none;
  padding-top: 0;
}

.pub_ri .txt_box:last-child {
  margin-bottom: 0;
}

.pub_ri .txt .p {
  position: relative;
  margin-bottom: 30px;
}

.pub_ri .txt .p p {
  margin-bottom: 0;
  transition: all 0.5s;
}

.pub_ri .txt .p p:hover {
  color: #69c9e1;
}

.pub_ri .txt .p .subline {
  position: absolute;
  left: -42px;
  top: 5px;
  width: 3px;
  height: 15px;
  background: #69c9e1;
  opacity: 0;
  transition: all 0.5s;
}

.pub_ri .txt .p:hover .subline {
  opacity: 1;
}

.peo_search {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.peo_search h6 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.peo_search p {
  font-size: 18px;
  color: #fff;
  font-family: "trajanProBold";
  text-align: center;
}

.peo_search .input_box {
  width: 684px;
  height: 66px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  margin-top: 35px;
}

.peo_search .input_box input {
  float: left;
  width: 570px;
  height: 46px;
  background: #fff;
  padding-left: 35px;
  font-size: 14px;
  color: #666;
}

.peo_search .input_box .btn {
  float: left;
  width: 94px;
  height: 46px;
  background: #003399 url(../images/people/peo_serch.png) no-repeat center;
}

@media screen and (max-width: 1360px) {
  #header .nav ul li a {
    /* font-size: 12px; */
    padding: 0 3px;
  }
  #header .subnav h3 {
    /* font-size: 12px; */
    padding: 0 6px;
  }
}

.people .ipg1 {
  height: 100%;
  height: 485px;
  background: #fff;
  padding-top: 75px;
}

.people .ipg1 h6 {
  font-size: 24px;
  color: #003399;
  text-align: center;
  margin-bottom: 5px;
}

.people .ipg1 h5 {
  font-size: 16px;
  color: #999;
  text-align: center;
  font-family: "trajanProBold";
  margin-bottom: 25px;
}

.people .ipg1 h4 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

.people .ipg1 ul {
  text-align: center;
}

.people .ipg1 li {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  text-align: center;
  margin: 0 50px;
}

.people .ipg1 li .icon {
  display: inline-block;
  margin-bottom: 25px;
}

.people .ipg1 li p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.people .ipg2 {
  width: 100%;
  height: 540px;
  background: url(../images/people/ipg2.jpg) no-repeat center;
  padding-top: 105px;
}

.people .ipg2 h6 {
  font-size: 24px;
  color: #003399;
  margin-bottom: 5px;
}

.people .ipg2 h5 {
  font-size: 16px;
  color: #666;
  font-family: "trajanProBold";
  margin-bottom: 30px;
}

.people .ipg2 .txt {
  width: 605px;
}

.people .ipg2 p {
  margin-bottom: 25px;
  line-height: 24px;
}

.people .ipg3 {
  padding-top: 75px;
  padding-bottom: 80px;
}

.people .ipg3 .tab {
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
  text-align: center;
}

.people .ipg3 .tab li {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 90px;
  text-align: center;
  padding-top: 30px;
  transition: all 0.5s;
  cursor: pointer;
}

.people .ipg3 .tab li h3 {
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}

.people .ipg3 .tab li h4 {
  font-size: 16px;
  color: #999999;
  font-family: "trajanProBold";
}

.people .ipg3 .tab li:hover {
  background: #003399;
}

.people .ipg3 .tab li:hover h3 {
  color: #66cccc;
}

.people .ipg3 .tab li:hover h4 {
  color: #fff;
}

.people .ipg3 .tab li.on {
  background: #003399;
}

.people .ipg3 .tab li.on h3 {
  color: #66cccc;
}

.people .ipg3 .tab li.on h4 {
  color: #fff;
}

.people .ipg3 .tab_con .slide {
  position: relative;
  width: 100%;
  height: 440px;
}

.people .ipg3 .tab_con .hd {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.people .ipg3 .tab_con .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-left: 10px;
}

.people .ipg3 .tab_con .hd ul li.on {
  background: #003399;
}

.people .ipg3 .info {
  padding: 30px 0;
  height: 120px;
}

.people .ipg3 .info_box {
  float: left;
  width: 380px;
  height: 60px;
  position: relative;
  margin-right: 30px;
  z-index: 100;
}

.people .ipg3 .info .drop-txt {
  height: 60px;
  line-height: 56px;
  padding: 0 75px 0 30px;
  font-size: 14px;
  color: #666;
  position: relative;
  cursor: pointer;
  border: 2px solid #003399;
}

.people .ipg3 .info .drop-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 58px;
  background: #003399 url(../images/people/up.png) no-repeat center;
  transition: all 0.3s;
}

.people .ipg3 .info .drop-txt:hover::after {
  background: #003399 url(../images/people/up_on.png) no-repeat center;
}

.people .ipg3 .info .drop-txt.on::after {
  background: #003399 url(../images/people/up2.png) no-repeat center;
}

.people .ipg3 .info .drop-txt.on:hover::after {
  background: #003399 url(../images/people/up2_on.png) no-repeat center;
}

.people .ipg3 .info .drop-down ul {
  display: none;
  width: 100%;
  border: 2px solid #003399;
  border-top: none;
  max-height: 280px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 220;
  overflow-y: auto;
}

.people .ipg3 .info .drop-down ul li {
  display: block;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s all;
}

.people .ipg3 .info .drop-down ul li:hover {
  background: #e5eaf5;
  color: #003399;
}

.people .ipg3 .info .serch {
  float: left;
  width: 380px;
  height: 60px;
  border: 2px solid #003399;
  position: relative;
}

.people .ipg3 .info .serch input {
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 56px;
}

.people .ipg3 .info .serch .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 58px;
  background: #003399 url(../images/people/serch1.png) no-repeat center;
  transition: all 0.5s;
}

.people .ipg3 .info .serch .btn:hover {
  background: #003399 url(../images/people/serch1_on.png) no-repeat center;
}

.people .ipg3 .info .serch input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}

.people .ipg3 .info .serch input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}

.people .ipg3 .info .serch input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}

.people .ipg3 .info .serch input:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}

.people .ipg3 .tab_ul li {
  margin-bottom: 10px;
  background: #e5eaf5;
  padding: 0 40px;
  transition: all 0.5s;
}
.people .ipg3 .tab_ul li:hover {
  background-color: #003399;
}
.people .ipg3 .tab_ul li:hover .top .tit {
  color: #66cccc;
}
.people .ipg3 .tab_ul li:hover .top p {
  color: #fff;
}
.people .ipg3 .tab_ul li:hover .bom h6 {
  color: #fff;
}
.people .ipg3 .tab_ul li:hover .bom p {
  color: rgba(255, 255, 255, 0.7);
}
.people .ipg3 .tab_ul li .bom .btn:hover {
  background-image: url(../images/people/ipg3_ic42.png);
  color: #003399;
}
.people .ipg3 .tab_ul li.on {
  background-color: #003399;
}
.people .ipg3 .tab_ul li.on .top .tit {
  color: #66cccc;
}
.people .ipg3 .tab_ul li.on .top p {
  color: #fff;
}
.people .ipg3 .tab_ul li.on .bom h6 {
  color: #fff;
}
.people .ipg3 .tab_ul li.on .bom p {
  color: rgba(255, 255, 255, 0.7);
}
.people .ipg3 .tab_ul li.on .bom .btn {
  background-color: #ffb742;
}
.people .ipg3 .tab_ul li .top {
  padding: 35px 0 30px;
  cursor: pointer;
}

.people .ipg3 .tab_ul li .top .tit {
  font-size: 18px;
  color: #003399;
  margin-bottom: 15px;
  transition: all 0.5s;
}

.people .ipg3 .tab_ul li .top p {
  display: inline-block;
  margin-right: 40px;
  padding-left: 18px;
  transition: all 0.5s;
}

.people .ipg3 .tab_ul li .top .p1 {
  background: url(../images/people/ipg3_ic1.png) no-repeat center left;
}

.people .ipg3 .tab_ul li .top .p2 {
  background: url(../images/people/ipg3_ic2.png) no-repeat center left;
}

.people .ipg3 .tab_ul li .top .p3 {
  background: url(../images/people/ipg3_ic3.png) no-repeat center left;
  padding-left: 20px;
}
.people .ipg3 .tab_ul li:hover .top .p1 {
  background: url(../images/people/ipg3_ic1_on.png) no-repeat center left;
}

.people .ipg3 .tab_ul li:hover .top .p2 {
  background: url(../images/people/ipg3_ic2_on.png) no-repeat center left;
}

.people .ipg3 .tab_ul li:hover .top .p3 {
  background: url(../images/people/ipg3_ic3_on.png) no-repeat center left;
  padding-left: 20px;
}
.people .ipg3 .tab_ul li .bom {
  padding: 30px 0 40px;
  border-top: 1px solid #ccc;
  display: none;
}

.people .ipg3 .tab_ul li .bom .txt {
  margin-bottom: 30px;
}

.people .ipg3 .tab_ul li .bom h6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.people .ipg3 .tab_ul li .bom .btn {
  width: 160px;
  height: 55px;
  padding-left: 40px;
  line-height: 55px;
  color: #fff;
  font-size: 14px;
  background: #003399 url(../images/people/ipg3_ic4.png) no-repeat 105px center;
  cursor: pointer;
  transition: all 0.5s;
}

/* .people .ipg3 .tab_ul li .bom .btn:hover {
    color: #fff;
    background-color: #ffb742;
} */

.people .ipg3 .tab_ul .more {
  width: 100%;
  height: 55px;
  background: #003399 no-repeat center;
  margin-top: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 55px;
  color:#fff;
  transition: all .5s;
}
.people .ipg3 .tab_ul .more:hover{
  color: #69c9e1;
}
.people .ipg3 .tab_ul .more span {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  /*transition: all .6s ;*/
}

.people .ipg3 .tab_ul .more:hover span {
  animation-fill-mode: both;
  background: #69c9e1;
}

.people .ipg3 .tab_ul .more:hover span:nth-child(1) {
  animation: loadSpan 0.8s 0.2s ease-in-out 1;
}

.people .ipg3 .tab_ul .more:hover span:nth-child(2) {
  animation: loadSpan 0.8s 0.3s ease-in-out 1;
}

.people .ipg3 .tab_ul .more:hover span:nth-child(3) {
  animation: loadSpan 0.8s 0.4s ease-in-out 1;
}

@keyframes loadSpan {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0px);
  }
}

.people .ipg3 .img2 {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background: no-repeat center;
  padding: 285px 0 0 35px;
}

.people .ipg3 .img2 .txt {
  position: relative;
  z-index: 22;
}

.people .ipg3 .img2 img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.people .ipg3 .img2:hover img {
  transform: scale(1.06);
}

.people .ipg3 .img2 h6 {
  font-size: 26px;
  color: #66cccc;
  margin-bottom: 10px;
}

.people .ipg3 .img2 p {
  color: #fff;
}

.people .ipg3 .box_tit {
  font-size: 18px;
  color: #003399;
  padding: 35px 0;
}

.people .ipg3 .box1 ul {
  display: inline-block;
  vertical-align: top;
  width: 800px;
  height: 380px;
  background: url(../images/people/line.png) no-repeat center;
  padding: 15px;
}

.people .ipg3 .box1 li {
  position: relative;
  float: left;
  padding: 20px;
  width: 160px;
  height: 350px;
  background: #e5eaf5;
  margin-right: 28px;
}

.people .ipg3 .box1 li .num {
  width: 120px;
  height: 120px;
  background: #e74e2a;
  padding-top: 35px;
}

.people .ipg3 .box1 li .num h6 {
  font-size: 30px;
  color: #fff;
  font-family: "trajanProBold";
  text-align: center;
}

.people .ipg3 .box1 li .num p {
  font-size: 16px;
  color: #fff;
  font-family: "trajanProBold";
  text-align: center;
}

.people .ipg3 .box1 li .txt h6 {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 15px;
}

.people .ipg3 .box1 li .txt p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}

.people .ipg3 .box1 li.li2 .num {
  position: absolute;
  background: #a2be36;
  bottom: 20px;
}

.people .ipg3 .box1 li.li3 .num {
  background: #1294a1;
}

.people .ipg3 .box1 li.li4 .num {
  position: absolute;
  background: #169f8f;
  bottom: 20px;
}

.people .ipg3 .box1 .right_box {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 380px;
  padding: 15px;
  border: 2px solid #e5eaf5;
  margin-left: 15px;
}

.people .ipg3 .box1 .right_box .font {
  width: 100%;
  height: 100%;
  background: #e5eaf5;
  padding: 90px 0 0 90px;
}

.people .ipg3 .box1 .right_box .font h6 {
  font-size: 20px;
  color: #003399;
  margin-bottom: 20px;
}

.people .ipg3 .box1 .right_box .font p {
  position: relative;
  margin-bottom: 5px;
}

.people .ipg3 .box1 .right_box .font p::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: url(../images/people/tab2_ic1.png) no-repeat center;
}

.people .ipg3 .box2 li {
  padding: 20px;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  background: #e5eaf5;
}

.people .ipg3 .box2 li .num {
  float: left;
  width: 80px;
  height: 80px;
  background: url(../images/people/tab2_ic2.png) no-repeat center;
  margin-right: 20px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-family: "trajanProBold";
}

.people .ipg3 .box2 li.li2 .num {
  background: url(../images/people/tab2_ic3.png) no-repeat center;
}

.people .ipg3 .box2 li p {
  float: left;
  font-size: 16px;
  line-height: 80px;
}

.people .ipg3 .box2 .btn {
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  color: #fff;
  background: #003399 url(../images/people/ipg3_ic4.png) no-repeat 660px center;
  margin-top: 40px;
  transition: all 0.5s;
}

.people .ipg3 .box2 .btn:hover {
  color: #69c9e1;
  background: #003399 url(../images/people/ipg3_ic4_on.png) no-repeat 660px
    center;
}

.people .ipg3 .tab_ul3 {
  padding-top: 40px;
}

.people .ipg3 .tab_ul3 li {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}

.people .ipg3 .tab_ul3 li .img {
  float: left;
  width: 600px;
  height: 360px;
  overflow: hidden;
}

.people .ipg3 .tab_ul3 li .img:hover img {
  transform: scale(1.06);
}

.people .ipg3 .tab_ul3 li .img img {
  transition: all 0.5s;
}

.people .ipg3 .tab_ul3 li .font {
  float: left;
  width: 600px;
  height: 360px;
  background: #e5eaf5;
  padding: 60px 40px 0 40px;
}

.people .ipg3 .tab_ul3 li .font h6 {
  font-size: 18px;
  color: #003399;
  margin-bottom: 20px;
}

.people .ipg3 .tab_ul3 li .font p {
  line-height: 24px;
  margin-bottom: 25px;
}

.people .ipg3 .tab_ul3 li .font h5 {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  background: url(../images/people/tab3_ic1.png) no-repeat center left;
}

.people .ipg3 .tab_ul3 li .font h4 {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  margin-bottom: 10px;
  height: 40px;
  padding-left: 47px;
  background: url(../images/people/tab3_ic2.png) no-repeat center left;
}

.people .ipg3 .tab_ul3 li.li2 .font h5 {
  line-height: 20px;
  padding-left: 48px;
  margin-bottom: 30px;
  background: url(../images/people/tab3_ic3.png) no-repeat center left;
}

.people .ipg3 .tab_ul3 li.li2 .font h4 {
  line-height: 20px;
  padding-left: 48px;
  background: url(../images/people/tab3_ic4.png) no-repeat center left;
}

.soc_le {
  width: 360px;
  height: 500px;
  background: url(../images/social/soc_ic.jpg) no-repeat center;
  margin-top: 30px;
  padding-top: 270px;
}

.soc_le h6 {
  font-size: 36px;
  color: #003399;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.soc_le h5 {
  font-size: 22px;
  color: #666;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  line-height: 22px;
}

.soc_le p {
  font-size: 20px;
  color: #666;
  text-align: center;
}

.soc_le .btn {
  width: 280px;
  height: 60px;
  background: #003399 url(../images/social/eye.png) no-repeat center;
  margin: 0 auto;
  margin-top: 25px;
  cursor: pointer;
  transition: all 0.5s;
}

.soc_le .btn:hover {
  background: #003399 url(../images/social/eye_on.png) no-repeat center;
}

.socila1 li {
  width: 760px;
  height: 300px;
  margin-bottom: 5px;
  padding: 50px 0 0 35px;
  background: no-repeat center;
}

.socila1 li .en {
  font-size: 22px;
  color: #fff;
  font-family: "trajanProBold";
  margin-bottom: 10px;
}

.socila1 li .cn {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
}

.law_wr .cnt .left .img {
  width: 620px;
  height: 520px;
  background: #e5eaf5 url(../images/social/ic1.png) no-repeat center 80px;
  padding-top: 345px;
}

.law_wr .cnt .left .img h6 {
  font-size: 36px;
  color: #003399;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.law_wr .cnt .left .img h5 {
  font-size: 22px;
  color: #666;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  line-height: 22px;
}

.law_wr .cnt .left .img p {
  font-size: 20px;
  color: #666;
  text-align: center;
}

.law_wr .cnt .txt {
  height: 455px;
  overflow-y: auto;
  padding-right: 20px;
}

.law_wr .cnt {
  padding-right: 30px;
}

.law_wr .cnt .txt p {
  margin-bottom: 25px;
  line-height: 24px;
}

.law_wr .cnt .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.law_wr .cnt .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #003399;
}

.law_wr .cnt .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #e5eaf5;
}

.law_wr .cnt .left .bd {
  position: relative;
}

.law_wr .cnt .left .bd li {
  position: relative;
  width: 620px;
  height: 520px;
  overflow: hidden;
}

.law_wr .cnt .left .bd li img {
  height: 100%;
}

.law_wr .cnt .left .bd li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
}

.law_wr .cnt .left .hd {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.law_wr .cnt .left .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.5s;
}

.law_wr .cnt .left .hd li.on {
  background-color: #fff;
}

.law_wr_f .cnt .left .img {
  width: 620px;
  height: 520px;
  background: #e5eaf5 url(../images/social/ic1.png) no-repeat center 80px;
  padding-top: 345px;
}

.law_wr_f .cnt .left .img h6 {
  font-size: 36px;
  color: #003399;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.law_wr_f .cnt .left .img h5 {
  font-size: 22px;
  color: #666;
  text-align: center;
  font-family: "trajanProBold";
  letter-spacing: -1px;
  line-height: 22px;
}

.law_wr_f .cnt .left .img p {
  font-size: 20px;
  color: #666;
  text-align: center;
}

.law_wr_f .cnt .txt {
  height: 455px;
  overflow-y: auto;
  padding-right: 20px;
}

.law_wr_f .cnt {
  padding-right: 30px;
}

.law_wr_f .cnt .txt p {
  margin-bottom: 25px;
  line-height: 24px;
}

.law_wr_f .cnt .txt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.law_wr_f .cnt .txt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #003399;
}

.law_wr_f .cnt .txt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #e5eaf5;
}

.law_wr_f .cnt .left .bd {
  position: relative;
}

.law_wr_f .cnt .left .bd li {
  position: relative;
  width: 620px;
  height: 520px;
  overflow: hidden;
}

.law_wr_f .cnt .left .bd li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 25px;
}

.law_wr_f .cnt .left .hd {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.law_wr_f .cnt .left .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.5s;
}

.law_wr_f .cnt .left .hd li.on {
  background-color: #fff;
}

.socila4 .pub_ri {
  min-height: 860px;
}

.socila4 .soc4_ul {
  width: 780px;
}

.socila4 .soc4_ul li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.socila4 .soc4_ul li .img {
  width: 250px;
  height: 180px;
}

.socila4 .soc4_ul li .font {
  width: 250px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background: #e5eaf5;
  transition: all 0.5s;
}

.socila4 .soc4_ul li:hover .font {
  background: #003399;
  color: #fff;
}

.socila5 .pub_ri {
  min-height: 800px;
}

.sco5_ul {
  position: relative;
  padding-left: 20px;
  padding-top: 40px;
}

.sco5_ul ul {
  position: relative;
  padding-top: 40px;
  border-left: 2px solid #ececec;
}

.sco5_ul::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/social/time.png) no-repeat center;
}

.sco5_ul li {
  padding-left: 25px;
  padding-bottom: 45px;
}

.sco5_ul li h6 {
  position: relative;
  font-size: 30px;
  color: #003399;
  font-family: "trajanProBold";
  margin-bottom: 20px;
}

.sco5_ul li h6::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -31px;
  width: 10px;
  height: 10px;
  background: url(../images/social/dot.png) no-repeat center;
}

.sco5_ul li p {
  position: relative;
  color: #606060;
  line-height: 24px;
  margin-bottom: 0 !important;
  padding-left: 10px;
}

.sco5_ul li p::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #003399;
  border-radius: 50%;
}

.sco5_ul .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #003399 url(../images/social/up.png) no-repeat center;
  margin-left: -25px;
  cursor: pointer;
  transition: all 0.5s;
}
.sco5_ul .more:hover {
  background: #003399 url(../images/social/up_on.png) no-repeat center;
}
.down1 .pdf_box ul {
  width: 780px;
}

.down1 .pdf_box li {
  float: left;
  width: 370px;
  margin-right: 20px;
}

.down1 .pdf_box li .img {
  width: 370px;
  height: 250px;
}
.down1 .pdf_box li:nth-child(2) .img{
  border: 1px solid #ccc;
  border-bottom: none;
}
.down1 .pdf_box li:nth-child(2) .scl_img img{
  transform: scale(1.01);
}
.down1 .pdf_box li .font {
  position: relative;
  width: 370px;
  height: 80px;
  line-height: 80px;
  background: #e5eaf5;
  padding-left: 30px;
  transition: all 0.5s;
}

.down1 .pdf_box li .font .txt {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.down1 .pdf_box li .font p {
  font-size: 16px;
  transition: all 0.5s;
}

.down1 .pdf_box li .font .pdf {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 35px;
  height: 40px;
  background: url(../images/downlodas/pdf.jpg) no-repeat center;
  transition: all 0.5s;
}

.down1 .pdf_box li:hover .font {
  background: #003399;
}

.down1 .pdf_box li:hover .font p {
  color: #fff;
}

.down1 .pdf_box li:hover .font .pdf {
  background: url(../images/downlodas/pdf2.jpg) no-repeat center;
}

.down2 .down2_ul {
  width: 780px;
}

.down2 .down2_ul li {
  float: left;
  margin: 0 10px 10px 0;
}

.down2 .down2_ul li .img {
  width: 250px;
  height: 180px;
  overflow: hidden;
}

.down2 .down2_ul li .font {
  width: 250px;
  height: 70px;
  background: #e5eaf5;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
}

.down2 .down2_ul li:hover .font {
  background: #003399;
  color: #fff;
}

.down3 .down3_ul {
  width: 780px;
}

.down3 .down3_ul li {
  float: left;
  width: 370px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.down3 .down3_ul li .img {
  position: relative;
  width: 370px;
  height: 250px;
  overflow: hidden;
}

.down3 .down3_ul li .img .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 65px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.down3 .down3_ul li .img:hover .mask {
  opacity: 1;
  pointer-events: auto;
}

.down3 .down3_ul li .img .mask a {
  width: 130px;
  height: 55px;
  background: #003399;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 55px;
  transition: all 0.5s;
}

.down3 .down3_ul li .img .mask a:hover {
  color: #69c9e1;
}

.down3 .down3_ul li .img .mask .tra {
  position: relative;
  width: 130px;
  height: 55px;
  background: #003399;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.down3 .down3_ul li .img .mask .tra .btn {
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  transition: all 0.5s;
}

.down3 .down3_ul li .img .mask .tra:hover .btn {
  color: #69c9e1;
}

.down3 .down3_ul li .img .mask .tra a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.down3 .down3_ul li .img .mask .tra a:first-child {
  z-index: 3;
}

.down3 .down3_ul li .font {
  width: 370px;
  height: 80px;
  background: #e5eaf5;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.contact1 .le_hd li {
  position: relative;
  width: 360px;
  height: 90px;
  margin-bottom: 10px;
  padding-top: 23px;
  padding-left: 25px;
  cursor: pointer;
}

.contact1 .le_hd li h3 {
  position: relative;
  font-size: 18px;
  color: #666;
  z-index: 2;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.contact1 .le_hd li h4 {
  position: relative;
  font-size: 16px;
  color: rgba(102, 102, 102, 0.5);
  font-family: "trajanProBold";
  z-index: 2;
  transition: all 0.5s;
}

.contact1 .le_hd li .bg {
  position: absolute;
  width: 0;
  height: 90px;
  top: 0;
  left: 0;
  transition: all 0.7s;
  background: #003399;
}

.contact1 .le_hd li.on .bg {
  width: 360px;
}

.contact1 .le_hd li.on h3 {
  color: #66cccc;
}

.contact1 .le_hd li.on h4 {
  color: #fff;
}

.contact1 .le_hd li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -42px;
  width: 3px;
  height: 90px;
  background: #003399;
  opacity: 0;
  /* transition: all .3s; */
}

.contact1 .le_hd li.on::after {
  opacity: 1;
}

.contact1 .tact_con .img {
  width: 760px;
  height: 310px;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact1 .tact_con .img:hover img {
  transform: scale(1.05);
}

.contact1 .tact_con .info {
  padding-top: 30px;
  border-top: 2px solid #ececec;
}

.contact1 .tact_con .info .call {
  padding-left: 50px;
  background: url(../images/contact/call.png) no-repeat center left;
  margin-bottom: 20px;
}

.contact1 .tact_con .info .site {
  padding-left: 50px;
  background: url(../images/contact/map.png) no-repeat center left;
}

.contact1 .pub_ri {
  padding-bottom: 50px;
}

.contact1 .map {
  width: 100%;
  height: 540px;
}

.contact1 #allmap {
  width: 100%;
  height: 540px;
}

.contact1 #allmap2 {
  width: 100%;
  height: 540px;
}

.contact1 #allmap3 {
  width: 100%;
  height: 540px;
}

.contact1 .map img {
  max-width: none;
}
.body_contact2 .lb-data .lb-number {
  display: none !important;
}
.contact2 .tact2_ul {
  width: 780px;
}

.contact2 .tact2_ul li {
  float: left;
  width: 170px;
  height: 220px;
  background: #e5eaf5;
  padding: 20px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.contact2 .tact2_ul li .ewm {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-bottom: 12px;
}

.contact2 .tact2_ul li p {
  text-align: center;
}

.legal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.legal .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.legal .legal_con {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -250px;
  width: 1200px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.legal .legal_con .tit {
  padding-bottom: 30px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ececec;
}

.legal .legal_con .cn {
  font-size: 20px;
  color: #003399;
  line-height: 26px;
  font-weight: bold;
}

.legal .legal_con .en {
  font-size: 16px;
  color: #d4d4d4;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "TRAJANPRO-BOLD";
}

.legal .legal_con .close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/about/close.png) no-repeat center;
  cursor: pointer;
  z-index: 1;
}

.legal .legal_con .txt {
  margin-bottom: 30px;
}

.legal .legal_con h6 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 5px;
}

.legal .legal_con p {
  color: #999999;
}

#map_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

#map_box .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#map_box .map_con {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -225px;
  width: 1280px;
  height: 470px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

#map_box .map_con .close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/about/close.png) no-repeat center;
  cursor: pointer;
  z-index: 1;
}

#map_box .map_con .tit {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

#map_box .map_con .tit .cn {
  font-size: 20px;
  color: #003399;
  line-height: 26px;
  font-weight: bold;
}

#map_box .map_con .tit .en {
  font-size: 16px;
  color: #d4d4d4;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "TRAJANPRO-BOLD";
}

#map_box .map_con .list {
  position: relative;
  background: #fff;
}

/* #map_box .map_con .list::after {
  content: "";
  display: block;
  position: absolute;
  width: 1085px;
  height: 1px;
  background-color: #dedede;
  left: 60px;
  top: 76px;
} */

#map_box .map_con .list li {
  float: left;
  margin-right:31px;
}
#map_box .map_con .list li:last-child{
  margin-right: 0;
}
#map_box .map_con .list ul {
  width: 1200px;
}

#map_box .map_con .list li h6 {
  position: relative;
  z-index: 6;
  font-size: 16px;
  color: #003399;
  line-height: 40px;
  /* border-bottom: 1px solid #003399;
  margin-bottom: 10px; */
}

#map_box .map_con .list li .foot_a a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  transition: all 0.5s;
}

#map_box .map_con .list li .foot_a a:hover {
  color: #69c9e1;
}

.order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.order .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.order .orBody {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -260px;
  width: 800px;
  height: 520px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.order .orBody .orCon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px dashed #7f99cc;
  padding-top: 80px;
  padding-bottom: 45px;
}

.order .orBody .orCon .btn {
  width: 114px;
  height: 110px;
  margin: 0 auto;
  background: url(../images/people/upload.png) no-repeat center;
  margin-bottom: 50px;
}

.order .orBody .orCon .inp {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 114px;
  height: 110px;
  opacity: 0;
  cursor: pointer;
}

.order .orBody .orCon h6 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.order .orBody .orCon p {
  font-size: 16px;
  text-align: center;
  color: #ff0000;
}

.order2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.order2 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.order2 .orBody {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -260px;
  width: 800px;
  height: 520px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}

.order2 .orBody .orCon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px dashed #7f99cc;
  padding-top: 100px;
}

.order2 .orBody .icon {
  width: 90px;
  height: 110px;
  margin: 0 auto;
  background: url(../images/people/suss.png) no-repeat center;
  margin-bottom: 35px;
}

.order2 .orBody .orCon h6 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  margin-bottom: 50px;
}

.order .orBody .btn2 {
  text-align: center;
  margin-top: 50px;
}

.order .orBody .btn2 > div {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
  cursor: pointer;
}

.order .orBody .btn_le {
  color: #666;
  background: #e5eaf5;
}

.order .orBody .btn_ri {
  color: #fff;
  background: #003399;
}

@-webkit-keyframes slide_on1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slide_on1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.slide_on1 {
  -webkit-animation-name: slide_on1;
  animation-name: slide_on1;
}
@media screen and (max-height: 700px) {
  #video_box .video_con {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    margin-top: -250px;
    margin-left: -400px;
  }
  /* #header{
        zoom: 0.7;
    }
    body{
        padding-top: 58px;
    } */
}
.serch_res {
  padding-top: 80px;
}
.serch_res .serch_top {
  width: 100%;
  height: 100px;
  background: #e5eaf5;
  padding-left: 30px;
  margin-bottom: 30px;
}
.serch_res .serch_top p {
  font-size: 14px;
  color: #666;
  line-height: 100px;
}
.serch_res .serch_top p em {
  color: #003399;
}
.serch_res .pub_le {
  padding-top: 0;
}
.serch_res .pub_le li {
  position: relative;
  width: 360px;
  height: 100px;
  background: #e5eaf5 no-repeat 30px center;
  margin-bottom: 10px;
  padding-left: 105px;
  padding-top: 30px;
  transition: all 0.5s;
  cursor: pointer;
}
.serch_res .pub_le li::after {
  content: "";
  display: block;
  width: 3px;
  height: 100px;
  background-color: #003399;
  position: absolute;
  top: 0;
  right: -42px;
  opacity: 0;
}
.serch_res .pub_le li.on::after {
  opacity: 1;
}
.serch_res .pub_le li.li1 {
  background-image: url(../images/social/serch_ic2.png);
}
.serch_res .pub_le li.li2 {
  background-image: url(../images/social/serch_ic1.png);
}
.serch_res .pub_le li .en {
  font-size: 20px;
  color: #003399;
  font-family: "trajanProBold";
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: -1px;
}
.serch_res .pub_le li .cn {
  font-size: 14px;
  color: #333;
}
.serch_res .pub_le li.on {
  background-color: #003399;
}
.serch_res .pub_le li.on .en {
  color: #66cccc;
}
.serch_res .pub_le li.on .cn {
  color: #fff;
}
.serch_res .pub_le li.li1.on {
  background-image: url(../images/social/serch_ic2_on.png);
}
.serch_res .pub_le li.li2.on {
  background-image: url(../images/social/serch_ic1_on.png);
}
.serch_res .pub_ri {
  padding-top: 0;
  min-height: 290px;
}
.business1 .add_font {
  margin-top: 30px;
}
.business1 .add_font .li {
  width: 100%;
  height: 80px;
  background-color: #e5eaf5;
  transition: all 0.3s;
  padding: 0 30px;
  margin-bottom: 10px;
}
.business1 .add_font .li h6 {
  float: left;
  line-height: 80px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}
.business1 .add_font .li .date {
  float: right;
  line-height: 80px;
  font-size: 16px;
  color: #003399;
  font-family: "Montserrat";
  transition: all 0.3s;
}
.business1 .add_font .li:hover {
  background-color: #003399;
}
.business1 .add_font .li:hover h6 {
  color: #fff;
}
.business1 .add_font .li:hover .date {
  color: #66cccc;
}

.pdf_pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.pdf_pop .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pdf_pop .btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 30px;
  background: url(../images/about/close.png) no-repeat center;
  cursor: pointer;
  transition: all 0.5s;
}
.pdf_pop .btn:hover {
  background: url(../images/about/close_on.png) no-repeat center;
}
.pdf_pop .pdf_con {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 600px;
  padding-top: 135px;
  margin: -245px 0 0 -600px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.pdf_pop .pdf_con .bd ul {
  width: 1215px;
  text-align: center;
}
.pdf_pop .pdf_con .bd li {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin-right: 15px;
}
.pdf_pop .pdf_con .bd li .img {
  width: 370px;
  height: 250px;
}
.pdf_pop .pdf_con .bd li .font {
  position: relative;
  width: 370px;
  height: 80px;
  line-height: 80px;
  background: #e5eaf5;
  padding-left: 30px;
  transition: all 0.5s;
}
.pdf_pop .pdf_con .bd li .font .txt {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.pdf_pop .pdf_con .bd li .font .pdf {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 35px;
  height: 40px;
  background: url(../images/downlodas/pdf.jpg) no-repeat center;
  transition: all 0.5s;
}
.pdf_pop .pdf_con .bd li:hover .font {
  background: #003399;
}

.pdf_pop .pdf_con .bd li:hover .font p {
  color: #fff;
}

.pdf_pop .pdf_con .bd li:hover .font .pdf {
  background: url(../images/downlodas/pdf2.jpg) no-repeat center;
}
.pdf_pop .pdf_con .hd {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.pdf_pop .pdf_con .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5ebf5;
  margin: 0 5px;
  transition: all 0.5s;
}
.pdf_pop .pdf_con .hd li.on {
  background: #003299;
}
.new_slide {
  position: relative;
  width: 760px;
  height: 290px;
  background-color: #e5eaf5;
}
.new_slide .bd li {
  width: 100%;
  height: 240px;
}
.new_slide .bd li .img {
  float: left;
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.new_slide .bd li .font {
  float: left;
  width: 400px;
  height: 240px;
  overflow: hidden;
  padding: 40px 30px;
}
.new_slide .bd li .font h6 {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new_slide .bd li .font h5 {
  font-size: 18px;
  color: #003399;
  font-family: "Montserrat";
  margin-bottom: 12px;
}
.new_slide .bd li .font p {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new_slide .bd li .font .btn {
  width: 34px;
  height: 14px;
  background: url(../images/news/news_btn.png) no-repeat center;
  transition: all .5s;
}
.new_slide .bd li .font .btn:hover{
    transform: translateX(10px);
}
.new_slide .hd {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.new_slide .hd li{
   float: left;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    background-color: #ced7ec;
    border-radius: 50%;
    transition: all .5s;
}
.new_slide .hd li.on{
    background-color: #003399;
}
.new_list{
    width: 760px;
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px solid #ececec;
}
.new_list .info_box {
    float: left;
    width: 375px;
    height: 60px;
    position: relative;
    margin-right: 10px;
    z-index: 100;
    margin-bottom: 20px;
}

.new_list .info .drop-txt {
    height: 60px;
    line-height: 56px;
    padding: 0 75px 0 30px;
    font-size: 14px;
    color: #666;
    position: relative;
    cursor: pointer;
    border: 2px solid #003399;
}

.new_list .info .drop-txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 58px;
    background: #003399 url(../images/people/up.png) no-repeat center;
    transition: all .3s;
}

.new_list .info .drop-txt:hover::after {
    background: #003399 url(../images/people/up_on.png) no-repeat center;
}

.new_list .info .drop-txt.on::after {
    background: #003399 url(../images/people/up2.png) no-repeat center;
}

.new_list .info .drop-txt.on:hover::after {
    background: #003399 url(../images/people/up2_on.png) no-repeat center;
}

.new_list .info .drop-down ul {
    display: none;
    width: 100%;
    border: 2px solid #003399;
    border-top: none;
    max-height: 280px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 220;
    overflow-y: auto;
}

.new_list .info .drop-down ul li {
    display: block;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.5s all;
}

.new_list .info .drop-down ul li:hover {
    background: #e5eaf5;
    color: #003399;
}

.new_list .info .serch {
    float: left;
    width: 375px;
    height: 60px;
    border: 2px solid #003399;
    position: relative;
}

.new_list .info .serch input {
    padding-left: 30px;
    font-size: 14px;
    color: #666;
    line-height: 56px;
}

.new_list .info .serch .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 58px;
    background: #003399 url(../images/people/serch1.png) no-repeat center;
    transition: all .5s;
}

.new_list .info .serch .btn:hover {
    background: #003399 url(../images/people/serch1_on.png) no-repeat center;
}

.new_list .info .serch input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

.new_list .info .serch input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.new_list .info .serch input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

.new_list .info .serch input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}
.new_ul li{
    width: 760px;
    height: 130px;
    background-color: #e5eaf5;
    transition: all .5s;
    margin-bottom: 10px;
}
.new_ul li a{
    padding: 30px;
}
.new_ul li .date{
    float: left;
    width: 75px;
    height: 70px;
    border-right: 1px solid #ced2dc;
    transition: all .5s;
    /* padding-top: 8px; */
}
.new_ul li .date p{
    font-size: 14px;
    color: #003399;
    font-family: "Montserrat";
    transition: all .5s;
}
.new_ul li .date p em{
    display: block;
    font-size: 30px;
}
.new_ul li .font{
    float: right;
    width: 600px;
}
.new_ul li .font h6{
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s;
}
.new_ul li .font p{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s;
}
.new_ul li:hover{
    background-color: #003399;
}
.new_ul li:hover .date{
    border-right: 1px solid #1a48a3;
}
.new_ul li:hover .date p{
    color: #66cccc;
}
.new_ul li:hover .font h6{
    color: #fff;
}
.new_ul li:hover .font p{
    color: rgba(255, 255, 255, 0.3);
}

.pagination {
    background-color: transparent;
    padding: 20px 0;
    margin: 30px 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pagination .fr {
    float: none;
    display: inline-block;
  }
  .pagination .pagingUl {
    display: inline-block;
    margin: 0 30px;
  }
  .pagination .pagingUl li {
    display: inline-block;
    text-align: center;
    margin: 0 2px;
  }
  .pagination .pagingUl li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #dcd9d4;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  
  .pagination .first,
  .pagination .last {
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 10px;
    display: none !important;
  }
  .spage-total {
    display: inline-block;
    margin-right: 20px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
  }
  .spage-number {
    /* display: inline-block; */
    color: #666;
    font-size: 14px;
    margin-right: 25px;
    /* margin-bottom: 30px; */
    float: left;
  }
  .spage-number button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.2s;
    cursor: pointer;
    outline: none;
    background: #fff;
    user-select: none;
    color: #7e85a7;
    margin: 0 2px;
    border:1px solid #7e85a7;
  }
  .spage-number button{
    background: #fff;
  }
  .spage-number button:first-child {
    width: 70px;
    margin-right: 8px;
    margin-left: 0;
  }
  .spage-number button:last-child {
    width: 70px;
    margin-left: 8px;
  }
  .spage-number button.active {
    color: #66cccc;
    z-index: 3;
    background-color: #003399;
    border: 1px solid #003399;
  }
  .spage-number button:hover{
    color: #66cccc;
    z-index: 3;
    background-color: #003399;
    border: 1px solid #003399;
  }
  .spage-number button.button-disabled {
    cursor: not-allowed;
  }
  .spage-number .spage-after,
  .spage-before {
    width: 40px;
  }
  .spage-skip {
    /* display: inline-block; */
    /* margin-left: 25px; */
    line-height: 50px;
    color: #7e85a7;
    font-size: 14px;
    float: left;
  }
  .spage-skip input {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #7e85a7;
    text-align: center;
    vertical-align: top;
    background: none;
    outline: none;
    transition: all 0.2s;
    margin-right: 2px;
  }
  .spage-skip input:focus {
    border-color: #2d98e6;
  }
  .spage-skip button {
    display: inline-block;
    width: 45px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #7e85a7;
    vertical-align: top;
    color: #515b60;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    background: none;
    user-select: none;
    margin-left: 5px;
  }
  .news_ins .tit{
      padding-bottom: 35px;
      margin-bottom: 40px;
      border-bottom: 1px solid #ececec;
  }
  .news_ins .tit h6{
      font-size: 24px;
      color: #333;
      margin-bottom: 12px;
  }
  .news_ins .tit p{
    font-size: 24px;
    color: #003399;
    font-family: "Montserrat";
  }
  .news_ins .news_ins_con p{
      font-size: 14px;
      color: #666;
      margin-bottom: 25px;
  }
  .news_ins .news_ins_con p img{
      display: inline-block;
      text-align: center;
  }
  .news_ins .btn_box{
      float: right;
      margin-top: 30px;
  }
  .news_ins .btn_box .btn{
    float: left;
    width: 60px;
    height: 60px;
    transition: all .5s;
    background: #e5eaf5 no-repeat center;
  }
  .news_ins .btn_box .btn:hover{
      background-color: #003399;
  }
  .news_ins .btn_box .btn1{
      background-image: url(../images/news/le_btn.png);
  }
  .news_ins .btn_box .btn2{
    background-image: url(../images/news/ri_btn.png);
}
.news_ins .btn_box .btn1:hover{
    background-image: url(../images/news/le_btn2.png);
}
.news_ins .btn_box .btn2:hover{
  background-image: url(../images/news/ri_btn2.png);
}

.DIY-item1 .UxSlide {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.DIY-item1 .UxSlide .L {
  float: left;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.DIY-item1 .UxSlide .L .Ux-box .Ux-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.DIY-item1 .UxSlide .L .Ux-box .item1 {
  background-color: #5aa60e;
}

.DIY-item1 .UxSlide .L .Ux-box .item2 {
  background-color: #f2502a;
}

.DIY-item1 .UxSlide .L .Ux-box .item3 {
  background-color: #ffa056;
}

.DIY-item1 .UxSlide .L .Ux-box .item4 {
  background-color: #168bc0;
}

.DIY-item1 .UxSlide .L .Ux-box h3 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 40px;
}

.DIY-item1 .UxSlide .L .Ux-box .tCont {
  width: 660px;
  height: 660px;
  padding: 140px 128px 0 163px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin: auto;
}

.DIY-item1 .UxSlide .L .Ux-box .tCont .box {
  position: relative;
  transition: all .3s;
}
.DIY-item1 .UxSlide .L .Ux-box .tCont .box p{
  position: absolute;
  top: 340px;
    right: 215px;
  font-size: 42px;
  color: rgba(255, 255, 255, 0.8);
}
.DIY-item1 .UxSlide .L .diy-ic {
  width: 370px;
}

.DIY-item1 .UxSlide .R {
  float: left;
  width: 40%;
  height: 100%;
}

.DIY-item1 .UxSlide .Rt {
  height: 50%;
  background-color: #011c39;
  color: #FFF;
}

.DIY-item1 .UxSlide .Rt h4 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: TRAJANPRO-REGULAR;
}

.DIY-item1 .UxSlide .Rt h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.DIY-item1 .UxSlide .Rt p {
  color: #FFF;
  opacity: .4;
  filter: alpha(opacity=40);
}

.DIY-item1 .UxSlide .Rt .Ux-box {
  height: 100%;
  position: relative;
}

.DIY-item1 .UxSlide .Rt .Ux-box .Ux-item {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 50px;
}

.DIY-item1 .UxSlide .Rb {
  height: 50%;
  overflow: hidden;
  position: relative;
}

.DIY-item1 .UxSlide .Rb .Ux-box {
  height: 100%;
}

.DIY-item1 .UxSlide .Rb .Ux-item.on {
  left: 0;
}

.DIY-item1 .UxSlide .Rb .Ux-item {
  padding: 30px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: -100%;
  top: 0;
  transition: left 0s .7s;
}

.DIY-item1 .UxSlide .Rb .Ux-item {}

.DIY-item1 .UxSlide .Rb .tit {
  margin-bottom: 30px;
  border-bottom: 2px solid #e5e5e5;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}

.DIY-item1 .UxSlide .Rb .tit a {
  font-size: 14px;
  color: #333333;
  line-height: 1;
  padding-right: 12px;
  background: url("../images/icon/ic-jie1.jpg") no-repeat right center;
  position: absolute;
  right: 0;
  top: 3px;
}

.DIY-item1 .UxSlide .Rb .tit h3 {
  color: #333333;
  font-size: 20px;
  line-height: 1;
  padding-right: 80px;
}

.DIY-item1 .UxSlide .Rb .table-list {
  width: 100%;
  height: calc(100% - 52px);
}

.DIY-item1 .UxSlide .Rb .table-list p {
  color: #666666;
  font-size: 16px;
}

.DIY-item1 .UxSlide .Rb .table-list h4 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1;
  font-family: TRAJANPRO-BOLD;
}

.DIY-item1 .UxSlide .Rb .bor-block,
.DIY-item1 .UxSlide .L .bor-block {
  width: 100%;
  height: 0;
  background-color: #011c39;
  /*opacity: .2;*/
  position: absolute;
  top: 0;
  z-index: 130;
}

@media (max-width: 1400px) {
  .DIY-item1 .UxSlide .L .yuan,
  .DIY-item1 .UxSlide .L .Ux-box .tCont {
      zoom: .8;
      -moz-transform: scale(.7, .7);
  }
}

@media (max-height: 800px) {
  .DIY-item1 .UxSlide .Rt {
      height: 55%;
  }
  .DIY-item1 .UxSlide .Rb {
      height: 45%;
  }
  .DIY-item1 .UxSlide .L .yuan,
  .DIY-item1 .UxSlide .L .Ux-box .tCont {
      zoom: .8;
      -moz-transform: scale(.7, .7);
  }
  .DIY-item1 .UxSlide .Rt h4 {
      font-size: 24px;
  }
  .DIY-item1 .UxSlide .Rt h5 {
      font-size: 16px;
  }
  .DIY-item1 .UxSlide .Rt .Ux-box .Ux-item {
      bottom: 30px;
  }
}

/*next-ux*/
        
.UxSlide.next-ux .Rb .bor-block,
.UxSlide.next-ux .L .bor-block {
    height: 100%;
    left: 100%;
    animation: next-ux 1.4s ease forwards;
}

@keyframes next-ux {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-200%);
    }
}

/*prev-ux*/
        
.UxSlide.prev-ux .Rb .bor-block,
.UxSlide.prev-ux .L .bor-block {
    height: 100%;
    right: 100%;
    animation: prev-ux 1.4s ease forwards;
}

@keyframes prev-ux {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(200%);
    }
}

.DIY-item1 .UxSlide .L .Ux-item {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0s .7s;
}

.DIY-item1 .UxSlide .L .Ux-item.on {
  opacity: 1;
  filter: alpha(opacity=1);
}

.DIY-item1 .UxSlide .L .Ux-item.on .tCont {
  transform: translateX(0%) scale(1);
}
.DIY-item1 .UxSlide .L .yuan {
  width: 660px;
  height: 660px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 299;
  margin: auto;
  opacity: .8;
  filter: alpha(opacity=80);
}

.DIY-item1 .UxSlide #yuanSvg {
  width: 664px;
}

.DIY-item1 .UxSlide #yuanSvg .st0 {
  transition: all .7s;
}

.DIY-item1 .UxSlide.next-ux #yuanSvg .st0,
.DIY-item1 .UxSlide.prev-ux #yuanSvg .st0 {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: yuanSvg .7s .7s linear forwards;
}

@keyframes yuanSvg {
  0% {
      stroke-dasharray: 4000;
      stroke-dashoffset: 4000;
  }
  100% {
      stroke-dasharray: 2000;
      stroke-dashoffset: 4000;
  }
}

.DIY-item1 .UxSlide .ball {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 50%;
  offset-path: path('M629.8,189.6c20,42.6,31.2,90.2,31.2,140.4c0,182.3-147.7,330-330,330S1,512.3,1,330S148.7,0,331,0c89.8,0,171.3,35.9,230.8,94.1');
  offset-distance: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.DIY-item1 .UxSlide.prev-ux .ball,
.DIY-item1 .UxSlide.next-ux .ball {
  opacity: 0;
  animation: ballShow .2s .7s linear forwards;
}

@keyframes ballShow {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.DIY-item1 .UxSlide .ball2 {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 50%;
  offset-path: path('M629.8,189.6c20,42.6,31.2,90.2,31.2,140.4c0,182.3-147.7,330-330,330S1,512.3,1,330S148.7,0,331,0c89.8,0,171.3,35.9,230.8,94.1');
  position: absolute;
  left: 0;
  top: 0;
}

.DIY-item1 .UxSlide.prev-ux .ball2,
.DIY-item1 .UxSlide.next-ux .ball2 {
  opacity: 1;
  animation: ballShow2 .2s .7s linear forwards;
}

@keyframes ballShow2 {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left{
  float: left;
  width: 49%;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .img{
  position: relative;
  width: 100%;
  height: 270px;
  background: #011c39 no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .img .btn{
  position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .img .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/about/video_btn.png) no-repeat center;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.5s;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .img .btn:hover::before {
  transform: rotate(120deg);
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .img .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: h_map 1.5s linear alternate infinite;
  -webkit-animation: h_map 1.5s linear alternate infinite;
  z-index: 1;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .left .font{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #e5eaf5;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .right{
  width: 51%;
  float: left;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .right li{
  float: left;
  width: 46%;
  margin-bottom: 10px;
  margin-left: 4%;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .right li .img{
  width: 100%;
  height: 110px;
  background: #011c39 no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item1 .video_box .right li .font{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #e5eaf5;
}
.DIY-item1{
  margin-top: -84px;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .btn{
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 65px;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .btn .prev{
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/DIY/le_btn.png) no-repeat center;
  transition: all .5s;
  cursor: pointer;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .btn .prev:hover{
  background: url(../images/DIY/le_btn2.png) no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .btn .next{
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/DIY/ri_btn.png) no-repeat center;
  transition: all .5s;
  cursor: pointer;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .btn .next:hover{
  background: url(../images/DIY/ri_btn2.png) no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .logo_box{
  height: 310px;
  overflow: hidden;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .logo_box li{
  float: left;
  width: 100%;
  height: 310px;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .logo_box li .log{
  float: left;
  width: 23.5%;
  height: 90px;
  /* background-color: #e5eaf5; */
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  line-height: 90px;
  /* padding: 0 3%; */
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .logo_box li .log:nth-child(4n){
  margin-right: 0;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item2 .logo_box li .log img{
  display: inline-block;
  vertical-align: middle;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .left{
  width: 49%;
  float: left;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .left .item{
  position: relative;
  width: 100%;
  height: 310px;
  background: no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .left .item .font{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .right{
  width: 49%;
  float: right;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .right .item{
  position: relative;
  width: 100%;
  height: 150px;
  background: no-repeat center;
  margin-bottom: 10px;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item3 .right .item .font{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item4 li{
  position: relative;
  float: left;
  width: 49%;
  margin-right: 2%;
  height: 150px;
  margin-bottom: 10px;
  background: no-repeat center;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item4 li+li{
  margin-right: 0;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item4 li+li+li{
  margin-right: 2%;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item4 li+li+li+li{
  margin-right: 0;
}
.DIY-item1 .UxSlide .Rb .Ux-item.item4 li .font{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.DIY-item1 .UxSlide .Rb .Ux-item .font_tip p{
  font-size: 26px;
    color: #666;
    line-height: 300px;
    text-align: center;
}
@media screen and (max-height: 780px){
  .DIY-item1 .UxSlide .L{
    zoom: 0.8;
  }
  .DIY-item1 .UxSlide .R{
    zoom: 0.8;
  }
}
@media screen and (max-height: 700px){
  .DIY-item1 .UxSlide .L{
    zoom: 0.62;
  }
  .DIY-item1 .UxSlide .R{
    zoom: 0.62;
  }
}

#c_shade{display:none; position:fixed; left:0; top:0; width:100%; height:100%; z-index: 999999999;}
#c_shade .bg{position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity: .8; filter: alpha(opacity=80);}
#c_shade .cnt{position:absolute; left:50%; top:50%; width:1200px; height:600px; margin:-300px 0 0 -600px; background: red;}


#c_shade.cultural1_it_pop .cnt{position:relative; border-radius: 10px; padding:40px; background:#fff;}
#c_shade.cultural1_it_pop .le{float:left; width:620px; height:520px;overflow: hidden;}
#c_shade.cultural1_it_pop .ri{float:right; width:470px;}
#c_shade.cultural1_it_pop .ri .til{font-size: 20px; line-height: 30px; margin-bottom: 15px;}
#c_shade.cultural1_it_pop .ri .til em{display:inline-block; vertical-align: top; padding-bottom: 15px; border-bottom: 4px solid #f2ac33;}
#c_shade.cultural1_it_pop .ri .p_box{max-height: 440px; overflow:hidden; overflow-y: auto;}
#c_shade.cultural1_it_pop .ri p{font-size: 14px; color:#666; line-height: 24px; margin-bottom: 24px;}
#c_shade.cultural1_it_pop .shut_btn{position:absolute; right:40px; top:40px; width:30px; height:30px; border-radius: 50%; background:#999 url(../images/cultural/cultural1_icon_shut.png) no-repeat center; -webkit-transition: all .4s; transition: all .4s;}
#c_shade.cultural1_it_pop .shut_btn:hover{background-color:#003399;}
#c_shade.cultural1_it_pop.li1 .til em{color:#70331e; border-color:#70331e;}
#c_shade.cultural1_it_pop.li2 .til em{color:#e96127; border-color:#e96127;}
#c_shade.cultural1_it_pop.li3 .til em{color:#f2ac32; border-color:#f2ac32;}
#c_shade.cultural1_it_pop.li4 .til em{color:#5a7950; border-color:#5a7950;}
#c_shade.cultural1_it_pop.li5 .til em{color:#5da5bb; border-color:#5da5bb;}
#c_shade.cultural1_it_pop.li6 .til em{color:#1c66b1; border-color:#1c66b1;}
#c_shade.cultural1_it_pop.li7 .til em{color:#594094; border-color:#594094;}
