
/* CSS Document */

*{padding: 0;
    margin: 0;}
html,
body {   
    /* font-size: 16px; */
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
}
.clear{clear:both; overflow:hidden; height:1px;}
img{border:0px;}
ul li{list-style:none;}
a{text-decoration:none; color:#666;}
a:hover{
    color: #0054a7;
}
input,select{outline:none;}
@media (min-width: 1200px) {

    .section {
        width: 1200px;
        margin: 0 auto;
    }
}
header {
  height: auto !important;position: relative;
    width: 100%; }
header {
    height: 0px;
    position: fixed;
    z-index: 999;
    top: 0;
	
}
.top-nav-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #f6f6f6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    display: inline-block;
    transform: translateY(0%);
}
.top-nav {
    position: relative;
    height: 80px;
}

.nav-bar {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px;
}
.search-container {
    position: relative;
    left: -24px;
    width: 150px;
    height: 20px;
}

.search-input {
    display: inline-block;
    width: 170px;
    height: 24px;
    border-radius: 3px;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
    border: 1px solid #d8d8d8;
}

.search {
    position: absolute;
    right: -12px;
    top: 7px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-image: url(../image/search.png);
    background-repeat: no-repeat;
}

.nav-bar ul li {
    position: relative;
    display: block;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    list-style: none;
    float: left;
}
.nav-list .logo {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 315.5px;
    height: 60px;
    cursor: pointer;
    background-image: url(../image/logo1.png);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-behavior: url(404.png);
    behavior: url(404.png);
}

.headroom--pinned .nav-list .logo {
    background-image: url(../image/logo1.png);
}

.top-menus {
    position: absolute;
    bottom: 2px;
    right: 0;
    height: 40px;
}

.top-menus a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
}

.top-menus ul {
    width: 100%;
    height: 100%;
    margin: 0;
}

.top-menus ul li {
    display: block;
    float: left;
    height: 100%;
    cursor: pointer;
}

.top-menus ul li+li {
    margin-left: 35px;
}

.top-menus ul li a {
    position: relative;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    margin-bottom:0px !important;
}
.top-menus .submenu {
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    width: auto;
    z-index: 100;
    transition-delay: 1s;
    overflow: hidden;
    transition-property: display;
    transition-duration: .5s;
}
.top-menus ul li:hover>.submenu,.top-menus ul li.selected>.submenu {
    visibility: visible;
}
.top-menus ul li:hover .submenu-con {
    transform: translate(0);
}

.top-menus ul li a:hover,.top-menus ul li a.selected {
    color: #0054a7;
}
.top-menus ul li a::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s;
    background-color: #0054A7;
}
.top-menus ul li a:hover::after {
    width: 100%;
    margin: 0 auto;
}

.submenu-con {
    position: relative;
    top: -2px;
    right: 2px;
    z-index: 10;
    padding: 10px 0 20px 0;
    transform: translateY(-100%);
    transition: all 0.5s ease 0s;
    background-color: #f3f3f3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-bottom:5px;
}

.submenu-left {
    position: absolute;
    float: left;
    height: 100%;
    width: 130px;
}

.submenu-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -150px;
    width: 1px;
    height: 300px;
    background-color: #cacaca;
}
.top-menus .submenu-left p {
    margin: 0;
    padding: 4px 30px;
    text-align: left;
}
.top-menus .submenu-left p a {
    text-align: left;
}
.submenu-detail {
    margin: 15px 30px 30px 170px;
    float: right;
    height: 100%;
}
.submenu-detail-content {
    margin: 0;
    padding: 0;
}
.submenu-detail-content p {
    margin: 10px 0;
    line-height: 25px;
}
.submenu-detail-content p img {
    position: relative;
    left: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.submenu-detail-title {
    font-weight: 500;
}
.submenu p a {
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
}
.submenu p:hover {
    background-color: #f3f3f3;
}

.submenu p:hover a {
    color: #0054a7;
}

.submenu-detail p {
    font-size: 18px;
    color: #000;
}
.submenu .submenu-img {
    height: 171px;
    width: 336px;
    margin-bottom: 30px;
    background-position: left;
}
.submenu .submenu-img.submenu1 {
    background-image: url(../image/slide-01.jpg);
}
.submenu .submenu-img.submenu2 {
    background-image: url(../image/slide-02.jpg);
}
.submenu .submenu-img.submenu3 {
    background-image: url(../image/slide-03.jpg);
}
.submenu .submenu-img.submenu4 {
    background-image: url(../image/slide-04.jpg);
}
.submenu .submenu-img.submenu5 {
    background-image: url(../image/slide-05.jpg);
}
.submenu .submenu-img.submenu6 {
    background-image: url(../image/slide-06.jpg);
}
.submenu .submenu-img.submenu7 {
    background-image: url(../image/slide-07.jpg);
}
.submenu .slogan {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}


.banner {
    display: block;
    clear: both;
	width: 100%;
	height: 100%;
    margin: 0 auto;
}

/*新闻中心*/
.news{background:#f8f8f8; }
.news_con{ width:1200px; margin:0px auto; padding: 50px 0px; }
.news_con_title{ font-size: 30px; text-align: center; margin-bottom: 10px;}
.news_con_title_line{width:60px;margin:0px auto; border-bottom: 2px solid #0054a7; margin-bottom: 30px;}
.news_con_tabs{margin-bottom: 30px;}
.news_con_tabs ul{  margin: 0; padding: 0;}
.news_con_tabs ul li{float: left;line-height: 34px;
    height: 34px;
    color: #333;
    /*width: 110px;*/
	font-size: 18px;
    cursor: pointer;
    padding-right:30px;
    box-sizing: border-box;
    transition-duration: 0.4s;
    overflow: hidden;
	text-align: center;
}

.news_con_tabs ul li:hover::after,
.news_con_tabs ul li::after {
    position: relative;
    display: block;
    top: -3px;
    content: "";
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    border-top: 3px solid #0054a7;
    width: 0;
	text-align: center;
}

.news_con_tabs ul li:hover::after {
    width: 100%;
    margin: 0 auto;color: #0054a7;
}
.news_con_tabs ul li.on {
    display: inline-block;
    height: 30px;
    text-align: center;
	font-weight: bold;
	color: #0054a7;
}
.image-subcard {
	width: 255px;
    height: 290px;
	margin-bottom:30px;
  cursor: pointer;
  overflow: hidden;
  padding: 0 !important;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 5px #e8e8e8;
  float: left; margin-right: 57px;}
.image-subcard .caption {
  padding: 3%; }
.atvimg {
  height: 170px;
  overflow: hidden;
  transition: 300ms; }

.atvimg img {
  width: 255px;
  height: 170px;
  max-width:none;
  -webkit-transition: opacity 1s;
  -webkit-transform: 1s;
  transition: all 1s;
  }
.text {
  padding: 0 5%;
  margin-top: 15px;
  font-size: 16px;
  height: 44px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333;
  }

.share {
  position: relative;
  margin-top: 16px;
  width: 100%; }

.share span {
  color: #333;
  font-size: 12px;
  margin-left: 11px; }
.share .share-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  margin-right: 30px; }
.qrcode-img {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  left: -5px; }
.qrcode {
  position: absolute;
  top: -150px;
  left: 10%;
  margin-left: -52px;
  width: 102px;
  height: 120px;
  background-color: #fff;
  border: 1px solid #d9d9d9;text-align: center;z-index: 999; }
.qrcode-wrapper img{  margin-top: 5px;}
.qrcode p {
	font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 5px;
    color: #666;
    text-align: center;
}
.qrcode::before {
    position: absolute;
    content: "";
    height: 40px;
    bottom: -80px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-color: #d9d9d9;
}

.qrcode::after {
    position: absolute;
    content: "";
    height: 39px;
    bottom: -78px;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top-color: #fff;
}
.image-subcard:hover .atvimg img {
  transform: translateX(-100%);
  transform: scale(1.1) \9;
  transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s; 
  -webkit-transform: scale3d(1.1,1.1,1); transform: scale3d(1.1,1.1,1);
}

.image-subcard:hover .atvimg img:first-child {
  z-index: 10; }

.image-subcard:hover .text {
  color: #0054a7;
  animation: textmove .3s alternate;
  animation-duration: .3s;
  -moz-animation-duration: .3s;
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s; }

.image-subcard:hover .share > div {
  display: block;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s; }
.more {
    width: 150px;
    margin: 0px auto;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50px;
    color: #666;
    overflow: hidden;
    border: 1px solid #b9b9b9;
}

.more span {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.more span:hover{background:#0054a7; color: #fff;}

.news_list{ background: #fff; padding: 20px;color: #666; margin-bottom: 30px;}
.news_list:hover{ box-shadow: 0px 0px 10px #ccc;}
.news_list_left{ width: 120px; float: left; text-align: center; }
.news_list_day{font-size: 36px;}
.news_list_con{width:1000px; padding-left: 39px; float: left;border-left:1px solid #ccc;}
.news_list_con h2{margin-bottom: 10px;}
.news_list_con h2 a{ font-size: 18px;}

/*企业名片*/
.card_list{ width: 364px; height: 530px; border-bottom: 2px solid #ddd; margin-right: 54px; float: left; /*margin-top: 20px; */margin-bottom: 30px;}
.card_list_title{ margin: 40px 0px;}
.card_list_title a{font-size: 18px; color: #333;}
.card_list_con{ font-size: 14px; line-height: 28px; color: #666;}
.card_list_date{font-size: 12px; color: #666; margin-top: 30px;}
.card_list:hover{border-bottom: 2px solid #0054a7;}
.card_list:hover .card_list_title a{font-size: 18px; font-weight: bold;color: #0054a7;}

/*专题聚焦*/
.topic_list{ width: 580px; height: 140px; float: left; margin-bottom: 30px; }
.topic_list img{width: 580px; height: 140px;border-radius: 6px;}
.topic_width{width: 40px; height: 1px; display: block;float: left;}

.line_show{width: 100%; position: relative;margin:0px auto; padding: 50px 0px 0px 0px;}
.backImg {
  /*width: 100%;
  height: 100%;
  margin: 0 auto; margin-top: 20px;*/ }
.playBtn {
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 14px;
  top: 50%;
  /*margin-top: -40px;*/
  left: 50%;
  margin-left: -40px;
  background-color: #0054a7;
  border-radius: 50px;
  behavior:url(404.png);
  -ms-behavior:url(404.png);
  line-height: 80px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  box-sizing: border-box; }
.playBtnWater {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 14px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -45px;
  border-radius: 50px;
  behavior:url(404.png);
  -ms-behavior:url(404.png);
  background-color: rgba(0, 84, 167, 0.5);
  cursor: pointer;
  z-index: 1;
  animation: btnWater 2.5s infinite 1s;
  box-sizing: border-box; }

.show_item {
  width: 274px; float: left; margin-right: 32px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  box-shadow: 0 5px 5px #e8e8e8;
	border-radius: 3px;
}
.show_item:hover {
  color: #fff;
  background-color: #0054A7;
  transform: translateY(-10px);
  transition-duration: .4s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s; }
.show_item p {
  display: inline-block;
  text-align: center;
  width: 100%; height: 50px; line-height: 50px;}

.show_item .i_item1 {
  background: url(../image/show_icon1.png) no-repeat center center; display: block; width: 42px; height: 48px; text-align: center; width: 100%; margin-top: 20px;}
.show_item:hover .i_item1{ background: url("../image/show_icon11.png") no-repeat center center;}

.show_item .i_item2 {
  background: url(../image/show_icon2.png) no-repeat center center; display: block; width: 42px; height: 48px; text-align: center; width: 100%; margin-top: 20px;}
.show_item:hover .i_item2{ background: url("../image/show_icon22.png") no-repeat center center;}

.show_item .i_item3 {
  background: url(../image/show_icon3.png) no-repeat center center; display: block; width: 42px; height: 48px; text-align: center; width: 100%; margin-top: 20px;}
.show_item:hover .i_item3{ background: url("../image/show_icon33.png") no-repeat center center;}

.show_item .i_item4 {
  background: url(../image/show_icon4.png) no-repeat center center; display: block; width: 42px; height: 48px; text-align: center; width: 100%; margin-top: 20px;}
.show_item:hover .i_item4{ background: url("../image/show_icon44.png") no-repeat center center;}


.foot{border-top: 1px solid #ccc;}
.foot_con{ width:1200px; margin: 0px auto;padding: 50px 0px;color: #999;}
.foot_con_left{ font-size: 13px; float: left;}
.xiala {
	width : 30px;
	height : 30px;
	line-height: 30px;
	position : absolute;
	display : block;
	top : 0;
	right : 0;
	border-left : 1px solid #e3e3e3;
}
.xiala img{ margin-top: 12px;}
.footer-btn {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #999; margin-right:20px; margin-bottom: 30px;
  }

.footer-btn:hover {
  color: #fff;
  transition-duration: .3s;
  background-color: #0054A7; }
.footer-btn:hover .footer-btn-dp {
  display: block !important; }

.footer-btn-dp {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 120px;
  overflow: auto; 
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 6;
  }
.footer-btn font {
	margin-right : 30px;
}
.footer-btn-dp ul::-webkit-scrollbar{
 width: 10px;
}
.footer-btn-dp ul::-webkit-scrollbar-thumb {
     border-radius: 0px;
     behavior:url(404.png);
     -ms-behavior:url(404.png);
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: rgba(0,0,0,0.2);
}

.footer-btn-dp ul {
  height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
  background-color: #fff; }

.footer-btn-dp ul li {
  border-bottom: 1px solid #d9d9d9;
  height: 32px;
}

.footer-btn-dp ul li a {
  color: #999;
  padding-left: 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-btn-dp ul li:hover a {
  color: #0054A7; }

.footer-btn-dp::-webkit-scrollbar {
  width: 2px;
  color: #b9b9b9; }

.foot_con_right{ float: right;}
.ercode-item {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 13px; float: left;}

.ercode-item:last-child {
  padding-right: 0; }

.ercode-item img {
  /* margin: 0 auto; */
  height: 60px;
  width: 60px; }

.ercode-item p {
  margin-top: 10px;
  color: #999; }


/*关于我们左侧导航*/
.content{width:1200px; margin: 0px auto; padding: 30px 0px;}
.cnav{ width:210px; float: left;background:#eeeeee;/*height:auto;position:relative;overflow:hidden;*/}
.cnav h2{ height: 60px; line-height: 60px; background: #ccdded; font-size: 22px; padding-left: 20px; font-weight: normal;}
/*.cnav ul {width:100%;height:auto;position:relative;overflow:hidden;}
.cnav ul li{width:100%;}*/
.cnav ul li a.a1{font-size:16px;display:block;line-height:50px;padding-left:20px;color:#333;height:50px;border-bottom:1px solid #fff;border-top:1px solid #fff;}
.cnav ul li.active a.a1{color:#fff;background:#0054a7;font-weight:bold;}
.cnav ul li:hover a.a1{color:#fff;background:#0054a7;}
.cnav ul li div{display:none;width:100%;position:relative;overflow:hidden;}
.cnav ul li.active2 div{display:block;}
.cnav ul li div a{display:block; padding-left:36px; font-size:14px; color:#666; height:36px;
	line-height:36px;background:#f9f9f9;overflow:hidden;}
.cnav ul li div a.act{color:#0054a7;}
.cnav ul li div a.act::before{content:"●";color:#0054a7;font-size:12px;line-height:36px;margin-right:5px;}
.cnav ul li div a:hover,.cnav ul li div a.sub-link-active{color:#0054a7;}
.cnav ul li div a::before{content:"●";color:#666;font-size:12px;line-height:36px;margin-right:5px;}
.cnav ul li div a:hover::before{content:"●";color:#0054a7;font-size:12px;line-height:36px;margin-right:5px;}
.cnav ul li div .out{text-align:center;background:#f9f9f9;}

/*我们的企业*/
.content_r{ width:940px; margin-left: 50px; float: left; color: #444; font-size: 15px;}
.content_r_title{height: 60px; line-height: 60px; position: relative; margin-bottom: 30px;}
.content_r_title h2{ font-size: 36px; font-weight:normal; color: #0054a7;}
.bread{ position: absolute; top: 0; right: 0; font-size: 14px; color: #666;}
.company_img{ text-align: center;margin-top: 20px;}
.company_con{line-height: 30px; margin-top: 20px; text-indent: 2em;}
.company_con_data{ background: #ccdded; border-radius: 6px; padding: 40px 0px; margin-top: 20px;}
.data_item{ width: 234px; text-align: center; border-right: 1px solid #fff; float: left;}
.data_item span{ font-size: 46px; font-weight: bold; color: #0054a7; display: block;margin-bottom: 10px;}

/*我们的领导者*/
.team_list{ padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px dashed #d6d6d6;}
.team_list_img{ width: 242px; float: left;}
.team_list_img img{width:228px;height:285px; padding: 6px; border: 1px solid #d6d6d6;}
.team_list_con h2{ color: #333; font-size: 26px;}
.team_list_con h2 span{ font-size: 16px; font-weight: normal; margin-left: 15px;}
.team_list_con{ width: 680px; margin-left: 18px; float: left;} 

/*我们的组织架构*/
.org_list h2{ font-size: 22px; color: #0054a7; border-bottom: 1px dashed #d6d6d6; padding-bottom: 15px;}
.org_list ul{ margin: 20px 0px;}
.org_list ul li{ float:left; width: 313px; }
.org_list ul li::before{content:"●";color:#666;font-size:12px;line-height:36px;margin-right:5px;}

/*我们的资质荣誉*/
.license{ text-align: center;}
.license img{padding: 10px; border: 1px solid #d6d6d6; margin: 0px 8%; height: 220px;}
.syFocusThumb .pagination {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 82px;
    position: relative;
    margin-top: 60px;
}
.syFocusThumb .prev,
.syFocusThumb .next {
    width: 26px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.syFocusThumb .prev:before,
.syFocusThumb .next:before,
.syFocusThumb .prev:after,
.syFocusThumb .next:after {
    content: "";
    width: 18px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-behavior: url(404.png);
    behavior: url(404.png);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.syFocusThumb .prev {
    left: 30px;
}

.syFocusThumb .next {
    right: 40px;
}

.syFocusThumb .prev:before {
    background-image: url(../image/left-arr.png);
}

.syFocusThumb .next:before {
    background-image: url(../image/right-arr.png);
}

.syFocusThumb .prev:after,
.syFocusThumb .next:after {
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
}

.syFocusThumb .prev:after {
    background-image: url(../image/left-arr-hover.png);
}

.syFocusThumb .next:after {
    background-image: url(../image/right-arr-hover.png);
}

.syFocusThumb .next:hover:after,
.syFocusThumb .prev:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
}
.syFocusThumb .thumbWrap {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.syFocusThumb .holder {
    width: 4600px
}
.syFocusThumb .pagination I.selected {
    color: #0054A7;
    font-weight: bold;
}
.syFocusThumb .toc {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    color: #666666;
    margin-right: 35px;
    position: relative;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.syFocusThumb .toc::after {
    content: "";
    position: absolute;
    right: -35px;
    width: 35px;
    background-color: #b9b9b9;
    height: 1px;
    top: 50%;
}

.syFocusThumb .toc:last-child::after {
    display: none;
}
.syFocusThumb .toc a {
    position: relative;
    font-style: normal;
    color: #666;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.syFocusThumb .toc b {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
    background: #fff;
}

.syFocusThumb .toc b.cir1 {
    border: 2px solid #b9b9b9;
}

.syFocusThumb .toc b.cir2 {
    border: 5px solid #0054A7;
    z-index: 2;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.syFocusThumb .pagination I.selected {
    color: #0054A7;
    font-weight: bold;
}

.syFocusThumb .pagination I.selected a {
    color: #0054A7;
}
.syFocusThumb .pagination I.selected b.cir1 {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.syFocusThumb .pagination I.selected b.cir2 {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.detail-container {
    margin-top: 60px;
}
.detail-left {
    float           : left;
    position        : relative;
    padding         : 20px;
    width           : 550px;
    border          : 1px solid #d9d9d9;
    text-align      : center;
    box-shadow      : 0 4px 10px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
    z-index         : 99;
    background-color: #fff;
}
/*.detail-left img {
    display: none;
    width  : 100%;
}*/

.detail-right {
    margin-left:552px;
}

.detail-right ul {
    display     : none;
    list-style  : none;
    padding-left: 15%;
    /*font-size   : 1.6rem;*/
}

.detail-right ul:nth-child(1) {
    display: block;
}

.detail-right ul li {
    position          : relative;
    cursor            : pointer;
    width             : 100%;
    transition        : all .3s;
    -webkit-box-orient: vertical;
    border-bottom     : 1px solid #d9d9d9;
}

.detail-right ul li a {
    display      : inline-block;
    width        : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    line-height  : 24px;
    color        : #333;
    padding      : 18px 0;
}

.active-item a,
.detail-right ul li a:hover {
    font-weight: 600;
    color      : #0054A7;
}

.active-item,
.detail-right ul li:hover {
    border-color: transparent;
}
.detail-right ul li::after {
    position        : absolute;
    content         : "";
    width           : 0;
    right           : 0;
    bottom          : 0;
    height          : 2px;
    transition      : all .5s;
    background-color: #0054A7;
}

.active-item::after,
.detail-right ul li:hover::after {
    margin-right: 0;
    width       : 150%;
    z-index     : 1;
}


.detail-pagination {
    padding-left: 15%;
    width       : 100%;
    padding-top : 10px;
}

.detail-pagination span {
    display    : inline-block;
    width      : 50px;
    padding: 6px 0px;
    cursor     : pointer;
    text-align : center;
    transition : all .3s;
    border     : 1px solid #c6c6c6;
}

.detail-pagination span:first-child {
    margin-right: 10px;
}

.detail-pagination span:hover {
    border-color: #0054A7;
}

/*我们的企业文化*/
.color_title{font-size: 22px; color: #0054a7;border-bottom: 1px solid #d6d6d6; padding-bottom: 15px;}
.color_con_l{ width:290px; height: 290px; float: left;}
.color_con_r{ width:550px;height: 190px; background: #f6f6f6; float: left;line-height:30px; padding: 50px;}
.color_con,.company_culture{ margin-top: 30px;}

.company_culture_con{ padding-left: 22px;}
.company_culture_item{border-bottom: 1px dashed #d6d6d6; padding-bottom: 10px;line-height:34px; margin-top: 10px; }
.company_culture h2{font-size: 18px; position: relative; margin-bottom: 5px;}
.company_culture h2::before{content:""; width: 6px; height: 6px; border-radius: 50%; background: #fff; border: 4px solid #ccc; position: absolute; left: -22px; top: 11px;}
.company_culture h2 span{color: #0054a7;}

/*我们的历史*/
.history_con{ background: #fafafa; padding: 30px; /*height: 1200px; overflow-y: scroll;*/}
.history_con h2{ text-align: center; font-size: 24px;}

/*联系我们*/
.company_add{ margin-top: 30px; line-height: 32px;font-size:14px;}

/*新闻中心-公司要闻*/
/* 翻页 */
.nextf {
	margin: 20px 0px;
	display: block;
	text-align: right;
}

.nextf a {
	color: #444;
	text-decoration: none;
	padding: 5px 10px;
	margin-left: 2px;
}
.nextf .active{
	background: #0054A7;color:#fff!important;
}
.border_01 {
	border: 1px solid #dfdfdf;
}

.Submit {
	color: #fff;
	background: #555;
	border: none;
}

.nextf button {
	background: none;
	padding: 5px;
	border: none;
	color: #fff;
}
.nextf select{
	font-size: 14px;
	border: 1px solid #dfdfdf;
	line-height:30px;
	height:30px;
	padding: 5px 10px;
	color: #333;
}
.nextf select option{
line-height:30px;
height:30px;
font-size: 14px;
vertical-align:middle;
}

/*新闻中心-专题聚焦*/
.jujiao_img{text-align: center; margin-bottom: 30px;}
.jujiao_img img{ border-radius: 8px; }

/*新闻中心-视觉华核*/
.vision{ width: 290px; float: left; margin-bottom: 30px; margin-right: 35px;}
.vision img{width: 290px; height: 200px;}
.vision p{ height: 40px; line-height: 40px; background: #f6f6f6; text-align: center;}

/*新闻中心-新闻详情页*/
.company_publish{ text-align: right;margin:30px 0px;}
.company_article{border-top: 1px solid #d6d6d6; line-height: 32px; padding-top: 10px;font-size:14px;}


/*科技创新*/
.company_con_title{ font-weight: normal; font-size: 30px; text-align: center;}
.company_con_mess{text-align: center; font-size: 14px;border-bottom: 1px solid #d6d6d6; height: 60px; line-height: 60px;}

/*经营发展-三大基地*/
.company_item{ background: #fff;box-shadow: 0px 0px 18px #eff7fa; padding: 20px; margin: 20px 0px; height: 260px;}
.Menubox ul{margin:0px;padding:0px;}
.Menubox li{float:left;display:block; width:100px;cursor:pointer; text-align: center;font-size:22px;color:#444;margin-left:100px;}
.Menubox li.hover{border-bottom:2px solid #00a8ee; padding-bottom: 10px;}
.Menubox li i{ width: 30px; height: 30px; display: block; margin-left: 35px; margin-bottom: 10px;}
.Menubox li .i_item5{ background: url("../image/i_item5.png") no-repeat;}
.Menubox li .i_item6{ background: url("../image/i_item6.png") no-repeat;}
.Menubox li .i_item7{ background: url("../image/i_item7.png") no-repeat;}
.Menubox li .i_item8{ background: url("../image/i_item8.png") no-repeat;}

