html,
body {
  background-color: #f4f7fe;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:focus {
  outline: none;
}
.container {
  position: relative;
  width: 1278px;
  margin: auto;
  padding: 6px 0px;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.overflow-hidden {
  overflow: hidden;
}
.radius-rect {
  border-radius: 1rem;
  float: left;
  margin: 0.4rem;
  background: white;
  transition: all 0.35s ease-in-out;
  text-align: center;
  overflow: hidden;
}
.radius-rect:hover,
.radius-rect-active {
  background: #f67a16 !important;
  color: white !important;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.35);
}
.block-title {
  position: relative;
  color: #0087ff;
  margin: 3rem 0;
}
.block-title:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #0087ff;
  width: 2rem;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.block-more {
  position: absolute;
  right: 9rem;
  bottom: -0.5rem;
  text-decoration: none;
  background: #0087ff;
  color: white;
  border-radius: 0.7rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.9rem;
}
.block-search {
  cursor: pointer;
  background: url(/skin/new/imgs/searchbg.png) no-repeat;
  width: 23rem;
  height: 2.6rem;
  background-size: 100% 100%;
  margin: 1.4rem auto 0 auto;
  display: block;
}
.block-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -0.7rem;
  padding-top: 0.3rem;
}
.block-search .searchTextbox {
  border: none;
  margin-right: 0.6rem;
  margin-left: 5.4rem;
  width: 13rem;
  padding-left: 1rem;
  border-radius: 2px;
  height: 2rem;
}
.block-search .searchButton {
  background: url(/skin/new/imgs/searbutton.png) no-repeat;
  width: 3.2rem;
  height: 1.2rem;
  border: none;
  line-height: 1;
}
.color-red {
  color: red;
}
.panel-group {
  position: relative;
  border: thin solid #d4d4d4;
  padding: 2rem;
  width: 1196px;
}
.panel-group-title {
  position: absolute;
  top: -0.85rem;
  left: 3rem;
  background: white;
  padding: 0 0.5rem;
}
.panel-group-title .english {
  text-transform: uppercase;
  color: #f67a16;
}
.panel-group a {
  display: inline-block;
  text-decoration: none;
  color: #888;
}
.panel-group a + a {
  margin-left: 1rem;
}
.panel-group a img {
  border: thin solid #d4d4d4;
}
.tab {
  padding-bottom: 2rem;
  overflow: hidden;
}
.tab-header {
  text-align: center;
  position: relative;
  z-index: 1;
}
.tab-header:after {
  position: absolute;
  content: '';
  left: 0;
  top: 1.25rem;
  height: 2px;
  width: 100%;
  background: #e4e3e4;
  border: none;
  z-index: -1;
}
.tab-header button {
  border: 2px solid #e4e3e4;
  border-radius: 1.5rem;
  background: #f2f6fe;
  padding: 0.5rem 2rem;
  color: #8e8e8e;
  z-index: 2;
  font-size: 1rem;
  box-sizing: border-box;
  cursor: pointer;
}
.tab-header button[data-current=true] {
  border-color: #007cff;
  color: #007cff;
}
.tab-header button + button {
  margin-left: 2rem;
}
.tab-body {
  margin: 2rem 0;
}
.tab-body .cover,
.tab-body .list {
  float: left;
}
.tab-body .cover {
  text-align: center;
  position: relative;
}
.tab-body .cover p {
  position: absolute;
  width: 61.8%;
  padding: 0.9rem 1.3rem;
  background: #f67a16;
  color: white;
  display: inline-block;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.tab-body .list {
  list-style: initial;
  margin-left: 3rem;
  width: 48.5%;
}
.tab-body .list li {
  line-height: 3rem;
  border-bottom: thin solid #e0e0e0;
  font-size: 0.95rem;
}
.tab-body .list a {
  color: inherit;
}
.tab-body + .tab-body {
  display: none;
}
header .container {
  overflow: visible;
}
header .swiper {
  /*position: absolute;*/
  margin-top: 98px;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
}
header .swiper-switch {
  margin: 0 10rem;
}
nav {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.logo {
  float: left;
  margin-bottom:8px;
  margin-right:8px;
}
.navbar {
/*width:720px;*/
  float: left;
  display: inline-block;
  list-style: none;
  margin: 2.5rem 0 0 1rem;
}
.navbar li {
  display: inline-block;
  border-radius: 1rem;
  color: white;
  transition: background-color 0.45s;
  font-weight: bold;
}
.navbar li:hover a {
  text-decoration: none;
  color: #fff;
}
.navbar li:hover {
  background: rgba(0, 135, 255, 0.8);
}
.navbar li:hover .sub-menu-container {
  display: block;
}
.navbar li.active {
  background: #0087ff;
}
.navbar a {
  display: block;
  padding: 0.5rem 20px;
  font-size: 16px;
}
.navbar .sub-menu {
  display: flex;
  margin-top: 1rem;
  background: rgba(0, 135, 255, 0.65);
  padding: 1rem;
  border-radius: 13px;
}
.navbar .sub-menu-img {
  width: 16rem;
  height: 12rem;
  display: block;
}
.navbar .sub-menu-main {
  height: 12rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.navbar .sub-menu-main .item {
  width: 14rem;
  height: 2rem;
  font-weight: normal;
  font-size: 0.96rem;
  padding: 0 0.5rem;
  line-height: 2;
  margin-top: 23px;
}
.navbar .sub-menu-container {
  position: absolute;
  display: none;
  width: 80rem;
  z-index: 10;
  left: 0;

}
.navbar .search {
  cursor: pointer;
  background: url(/skin/new/imgs/searchbg.png) no-repeat;
  width: 250px;
  width: 16rem;
  height: 28px;
  background-size: 100% 100%;
}
.navbar .search:hover {
  background-color: inherit;
}
.navbar .search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.navbar .search .searchTextbox {
  flex: 1;
  border: none;
  margin-right: 0.6rem;
  margin-left: 3.4rem;
  width: 8rem;
  padding-left: 1rem;
  border-radius: 2px;
}
.navbar .search .searchButton {
  background: url(/skin/new/imgs/searbutton.png) no-repeat;
  width: 3.2rem;
  height: 1.2rem;
  border: none;
  line-height: 1;
}
.category-rect {
  width: 10.4rem;
  height: 10.4rem;
  color: #333;
}
.category-rect:hover {
  text-decoration: underline;
}
.category-rect img {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 1.4rem auto 1rem auto;
}
.category-rect p {
  font-size: 0.94rem;
}
.product-block {
  width: 19rem;
}
.product-block p {
  word-break: break-all;
  font-size: 0.9rem;
  color: #6b6b6b;
  padding: 1rem;
  box-sizing: border-box;
  height: 6rem;
  text-align: left;
}
.product-block img {
  display: block;
  height: 16rem;
  width: 100%;
}
.product-block h4 {
  padding: 1rem 0;
  color: #333;
  background-color: white;
  width: 19rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.product-block:hover p {
  color: white;
}
.product-block:hover h4 {
  color: black;
}
.product-info {
  background-color: white;
}
.product-info:hover {
  text-decoration: none;
}
.product-more {
  text-decoration: none;
  background-color: #f67a16;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-weight: bold;
  box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.case .swiper {
  float: left;
  width: 41rem;
  height: 25.1rem;
}
.case-item {
  display: inline-block;
  margin: 0 0.35rem 0.7rem;
  position: relative;
}
.case-item p {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  color: white;
  /* background-color: rgba(0, 0, 0, 0.4); */
  font-size: 15px;
}
.case-desc {
  color: #8e8e8e;
}
.news {
  background: url("../imgs/news.png") no-repeat center;
  background-size: 60%;
}
.introduction {
  position: relative;
  background: url("../imgs/introduction.png");
  color: white;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.introduction:after {
  content: '';
  position: absolute;
  background: rgba(0, 124, 255, 0.65);
  filter: blur(3px);
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.introduction .block-title {
  color: white;
}
.introduction .block-title:after {
  background: white;
}
.introduction .block-more {
  background: #f67a16;
}
.introduction * {
  z-index: 2;
}
.introduction .cover,
.introduction .text {
  float: left;
}
.introduction .cover {
  height: 22.5rem;
  width: 13.4375rem;
  border: 2px rgba(203, 203, 203, 0.6) solid;
  margin-top: 2rem;
}
.introduction .text {
  margin-left: 10rem;
  width: 52.8125rem;
}
.introduction .title {
  display: inline-block;
}
.introduction .title.english {
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0.5rem;
}
.introduction .line {
  display: inline-block;
  border: none;
  height: 1rem;
  width: 25rem;
  background: url("../imgs/introduction-line.png") no-repeat;
}
.introduction .content {
  font-size: 0.75rem;
  line-height: 2;
  text-indent: 2em;
}
.introduction .sub-title {
  margin: 1rem 0;
}
.introduction .swiper {
  height: 22.5em;
  width: 17.5rem;
}
.introduction .swiper img {
  width: 14.6875rem;
  height: 20.625rem;
  padding: 1rem;
}
.advantage {
  background: url("../imgs/advantage-background.png") no-repeat;
}
.advantage ul {
  text-align: left;
  padding-left: 1rem;
  list-style: url("../imgs/advantage-list-stype.png");
  line-height: 2;
}
.advantage .head {
  font-size: 2.86625rem;
}
.advantage .head .big {
  font-size: 3.96375rem;
  color: #007cff;
}
.advantage .title {
  display: inline-block;
  text-transform: uppercase;
}
.advantage .icon {
  float: left;
  margin-right: 1rem;
}
.advantage .icon + div {
  float: left;
  margin-bottom: 2rem;
}
.advantage .dash-line {
  height: 2px;
  width: 28.75rem;
  border: thin #8e8e8e dashed;
  margin: 1rem 0;
}
.advantage .line {
  display: inline-block;
  height: 3px;
  width: 23.125rem;
  border: none;
  border-top: 2px solid #aeb0ae;
  border-bottom: 1px solid #aeb0ae;
}
.advantage-3 {
  position: relative;
  margin-right: 2rem;
}
.advantage-3 img {
  margin: 0.5rem;
}
.advantage-3 img:last-child {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.factory-building {
  background-color: white;
}
.factory-building .swiper {
  height: 16rem;
  width: 100%;
  margin: 2rem 0;
}
.factory-building .swiper-item {
  padding: 0 1rem;
  box-sizing: border-box;
}
.factory-building .swiper-item > div {
  display: inline-block;
  margin: 0 0.5rem;
}
.factory-building .swiper-item img {
  height: 12rem;
  width: auto;
}
.factory-building .swiper-item img + img {
  margin-left: 1rem;
}
.factory-building .swiper-item p {
  width: 18rem;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.icon-more {
  width: 0.5rem;
  height: 0.5rem;
}
.language {
  position: absolute;
  right: 6rem;
  top: 0.6rem;
}
.language .first-level {
  display: inline-block;
  padding: 0 0.6rem;
}
.language-icon {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position: left center;
  color: white;
}
.article {
  display: flex;
}
.article-block {
  flex: 1;
  margin-right: 2rem;
}
.article-block-title {
  line-height: 2;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-block strong {
  color: #1d66bf;
  font-size: 1.4rem;
}
.article-block a.more {
  color: white;
  background-color: #1d66bf;
  border-radius: 50px;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  display: inline-block;
}
.article li {
  list-style: none;
}
.article li a {
  padding-top: 0.6rem;
  display: block;
  color: #333;
}
.article li a:hover {
  color: red;
  text-decoration: none;
}
.article li a span {
  font-size: 1rem;
  margin-right: 1rem;
}
.article .show-more {
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  color: #333;
}
.article .show-more:hover {
  color: red;
  text-decoration: none;
}
.article .show-more .line {
  display: inline-block;
  width: 7rem;
  border-top: 1px solid #ccc;
}
.article .show-more .text {
  vertical-align: middle;
}
.swiper-cases {
  display: flex;
  margin-bottom: -3rem;
}
.swiper-cases img {
  width: 2.4rem;
  height: 2.4rem;
}
.swiper-cases .swiper-cases-container {
  flex: 1;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-cases .swiper-cases-container .swiper-wrapper {
  width: 100%;
  height: 2rem;
  line-height: 2.4rem;
}
.swiper-cases .swiper-cases-container .swiper-slide {
  display: block;
}
.swiper-cases .swiper-cases-container .swiper-slide .time {
  color: #555;
  margin-left: 1rem;
  margin-right: 1rem;
}
.swiper-cases .swiper-cases-container .swiper-slide a {
  color: #333;
}
/*# sourceMappingURL=index.css.map */



#top{
    height: 100px;
}
#top img{
    width: 210px;
    height: 80px;
    float: left;
    margin-top: 10px;
}
#top .top-1{
    float: right;
    height: 40px;
    width: 990px;
}
#top .top-1 span{
    display: inline-block;
    height: 40px;line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    float: right;
}

#top .top-1 span:first-child{
    font-family: Arial;
    color: #4789d4;
    font-size: 20px;
}


#top .top-2{
    float: right;
    height: 60px;
    width: 990px;
}

#nav-new{
    height: 45px;
    margin-top: 15px;
    float: left;
}
#nav-new ul{
    float: left;
    margin-left: 50px;
}
#nav-new ul li{
    /*position: relative;*/
    float: left;
}
#nav-new ul li a{
    display: inline-block;
    padding: 0 20px;
    height: 45px;
    color: #337ab7;
    line-height: 45px;
    font-size: 14px;
    border-top: 3px solid transparent;
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
}
#nav-new ul li a:hover{
    color: #0c8ed9;
    border-top: 3px #0a62c6 solid;
    background-color: #f4f4f5;
}

#search{
    float: right;
    width: 240px;height: 45px;
    margin-top: 15px;
    position: relative;
}
#search input{
    outline: none;
    border: 1px solid #B5DDF4;box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 35px;line-height: 35px;
    font-size: 14px;
    text-indent: 0.8em;
    position: absolute;left: 0;
    z-index: 10;
    top: 5px;
}
#search input:focus{
    border: 1px solid #0c8ed9;
    box-shadow: 0 0 10px #b5ddf4;
}
#search button{
    outline: none;border: none;
    background: none;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 45px;
    font-size: 14px;
    position: absolute;
    right: 3px;
    z-index: 10;
    color: #0c8ed9;
    cursor: pointer;
}
#search button:hover{
    color: #ff3333;
}


/* 每个li下面的内容 */
#nav-new .nav-content{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #f4f4f5;
}
#nav-new .nav-content ul{
    width: 900px;
    display: block;
    position: relative;
    background-color: #f4f4f5;
}
#nav-new .nav-content table{
    clear: both;
    font-size: 14px;
    position: relative;
    width: 900px;
    border-collapse: collapse;
    background-color: #f4f4f5;
}
#nav-new .products{
    padding-bottom: 30px;
}
#nav-new .nav-content table tr td{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#nav-new .nav-content table tr td a{
    font-size: 12px;
}
#nav-new .nav-content table tr td a:hover{
    border: none;
    background: none;
}
#nav-new .nav-content table tr td:first-child{
    border: 1px solid #cccccc;
    padding: 0 20px;
}
#nav-new .nav-content table tr td:last-child{
    border-right: 1px solid #cccccc;
}

#nav-new .nav-content ul li{
    float: left;
    padding: 30px 0;
    margin-left: 50px;
}

#nav-new .nav-content ul li a{
    display: inline-block;
    border: none;
}
#nav-new .nav-content ul li a > i{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
}
#nav-new .nav-content ul li a > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#nav-new .nav-content ul li a:hover{
    background-color: inherit;
    color: #ff3333;
}

/***********************************************/

/* n-div 二级导航 */
#n-div{
    margin-top: 20px;
    /* background :url(../images/n-divbg.png)repeat-x; */
    background-color:#4789D4;
    height: 30px;
    padding: 10px 0 15px 0;
    overflow: hidden;
}
#n-div ul li{
    float: left;
    margin-top: 13px;
}
#n-div ul li:nth-child(1){
    margin-top: 8px;
}
#n-div ul li:nth-child(2) a{
    margin-left: 0;
}
#n-div ul li a{
    margin-left: 20px;
    font-size: 15px;
    padding: 15px 15px;
    color: #f0f0f0;

    -moz-transition: 0.5s color ease;
    -webkit-transition: 0.5s color ease;
    -o-transition: 0.5s color ease;
    transition: 0.5s color ease;
}

#n-div ul li a:hover{
    color: #ff3333;
}
#n-div ul li:first-child a{
    color: #ffffff;
    font-size: 22px;
}
#n-div ul li.hide{
    display: none;
}

.container-fluid{
    width: 100%;
}


a{
    color: #333;
    text-decoration: none;
    font-weight: normal !important;

    -moz-transition: 0.5s color ease;
    -webkit-transition: 0.5s color ease;
    -o-transition: 0.5s color ease;
    transition: 0.5s color ease;
}
a:hover{
    color: #ff3333;
}

ul,li{
    list-style-type: none;
}



#sbj {
     width:100%;
    margin:0 auto;clear: both; margin-bottom:35px;
	
}
.moddle {
    width: 1200px;
    overflow: hidden;
}

.symup {
    height: 80px;
    text-align: center;
	background:#0168e9;
	padding:20px 0 0;
}

.symup_zw {
    font-size: 24px;
    color: #fff;
    height: 35px;
	font-weight:bold;
}

.symup_1 {
    font-size: 14px;
	color:#fff;
}

.sbj_bg{ background:url(../images/sbj_bg.gif) no-repeat; height:442px; width:100%; padding-top:60px;}



.symup_zw {
    font-size: 24px;
    color: #fff;
    height: 35px;
	font-weight:bold;
}

.symup_1 {
    font-size: 14px;
	color:#fff;
}

.sbj_bg{ background:url(../images/sbj_bg.gif) no-repeat; height:442px; width:100%; padding-top:60px;}



.fwxm_02 {
    width: 1200px;
    height: 380px;
    line-height: 24px;
    background: url(../images/fwxm_02.png);
	margin:0 auto;
}

.fwxm_02 b{ font-size:24px; font-weight:bold; color:#333;}
.fwxm_02 p{color:#888; font-size:14px; line-height:24px;}
.fwxm_02 strong{ color:#0f7adb; font-size:60px; float:right; font-style:italic;}
.fwxm_02_01 {
    width: 490px;
    float: left;
    margin-top: 35px;
    height: 180px;
	padding:0 10px 0 30px;
}
.fwxm_02_01 .fwxm_l{ float:left; width:410px;}
.fwxm_02_01 .fwxm_r{ float:right;}

.fwxm_02_01 b{ margin-bottom:35px; display:block;}
.fwxm_02_02 {
    width: 490px;
    float: right;
    margin-top: 35px;
    height: 180px;
	padding:0 30px 0 10px;
	text-align:right;
}
.fwxm_02_02 b{ margin-bottom:35px; display:block;}
.fwxm_02_02 .fwxm_r{ float:left;}
.fwxm_02_02 .fwxm_l{float:right;width: 410px;}
.fwxm_02_04 {
     width: 490px;
    float: left;
    margin-top: 20px;
    height: 180px;
	padding:0 10px 0 30px;
}
.fwxm_02_04 .fwxm_l{ float:left; width:410px;}
.fwxm_02_04 .fwxm_r{ float:right; margin:80px 0 0 0;}

.fwxm_02_04 b{ margin-top:30px; display:block;}


.fwxm_02_03 {
    width: 490px;
    float: right;
    margin-top: 20px;
    height: 180px;
	padding:0 30px 0 10px;
	text-align:right;
}
.fwxm_02_03 b{ margin-top:30px; display:block;}
.fwxm_02_03 .fwxm_r{ float:left; margin:80px 0 0 0;}
.fwxm_02_03 .fwxm_l{float:right;width: 410px;}


#sbj {
     width:100%;
    margin:0 auto;clear: both; margin-bottom:35px;
	
}
.moddle {
    width: 1200px;
    overflow: hidden;
}

/*工程案例*/
.case {width:1200px; margin:30px auto;overflow:hidden;}

.case_title {height:47px; text-align:center}

.case_title h1 {line-height:47px;}

.case_title h1 a { font-size:24px; padding-left:15px;color:#000;}


.gd{ overflow: hidden; width:1200px; margin: 20px auto; height:300px; position: relative; }

#gd2{ height:262px;}

.gd ul{ position:absolute; left:0; top: 0; z-index: 1; overflow: hidden; width: 9999999px; }

.gd ul li{ width: 300px ; float: left; text-align: center; margin:0 2px; }

.gd ul li a{font-size: 16px; line-height: 2;color:#666; }

.gd ul li img{ width:290px; height:260px; }