* {
  box-sizing: border-box;
}

html {
  font-size: 20px;
}

img {
  max-width: 100%;
}

#verifyImg {
  width: 80px;
}

.layui-anim-downbit {
  animation-name: none !important;
}

body .layui-laypage a,
body .layui-laypage span,
body .layui-laypage button,
body .layui-laypage input,
body .layui-laypage .layui-laypage-skip {
  line-height: 35px;
  height: 35px;
  /* padding: 0 20px; */
}

body .layui-laypage a,
body .layui-laypage span {
  margin: 5px 2px;
  padding: 0 20px;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.hide {
  display: none;
}

html {
  color: #606a74;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #606a74;
}

a:hover {
  color: #00a0e9;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

/*清除浮动*/
.clearfix:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#top {
  padding-top: 90px;
}

#indexheader {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
  /* border: 1px solid red; */
  -webkit-box-shadow: 0px 11px 32px -14px rgba(104, 171, 204, 1);
  -moz-box-shadow: 0px 11px 32px -14px rgba(104, 171, 204, 1);
  box-shadow: 0px 11px 32px -14px rgba(104, 171, 204, 1);
}

#indexheader .header {
  width: 90%;
  min-width: 1200px;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /* background-color: antiquewhite; */

}

.header {
  /* height: 90%; */
  position: relative;
}

.header #logo {
  height: 100%;
  display: inline-flex;
  align-items: center;

  width: 19.5%;
  /* padding-top: 1%; */
}

#logo img {
  width: 100%;
  height: auto;
}

nav {
  /* position: absolute;
  top: 0;
  right: 0; */
  text-align: end;
  float: right;
  background: #fff;
  height: 100%;
}

#indexheader .nav ul li {
  white-space: nowrap;
  height: 90px;
  padding-right: 38px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
}

#indexheader .nav ul li a.item {
  display: block;
}

.nav li a.item:hover,
.nav li a.item.on {
  color: #007cc3
}

#indexheader .nav ul li a {
  font-size: 16px;
}

#indexheader .nav ul li .subnav {
  position: absolute;
  top: 93px;
  left: calc(-30%);
  min-width: 120%;
  padding: 0 8px;
  box-sizing: border-box;
  z-index: 9999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transform: translate3d(10px, 10px, 0px);
  -moz-transform: translate3d(10px, 10px, 0px);
  -webkit-transform: translate3d(10px, 10px, 0px);
  transition: all 0.3s ease-out 0s;
}

#indexheader .nav ul li .subnav a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #606a74;
}

#indexheader .nav ul li .subnav a:hover {
  color: #00a0e9;
  background-color: #f3f7fa;
}

#indexheader .nav ul li:hover .subnav {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
}



#logo a {
  display: block;
  width: 100%;
}


#language {
  /*width: 5.6%;*/
  position: relative;
  padding-top: 2.6%;
  width: 82px;
}

#language select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  color: #999;
  font-size: 12px;
  padding-left: 14px;
  background: url(../../images/indexView/jt.png) no-repeat 62px center;
}

#language span {
  position: absolute;
  width: 92px;
  height: 43%;
  background: url(../../images/indexView/language.png) no-repeat right center;
  z-index: -1;
}



#navbtn {
  visibility: hidden;
  opacity: 0;
  width: 12.5%;
  height: 80px;
  background: url(../../images/indexView/navbtn.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

#container {
  width: 100%;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  min-height: 500px;
  margin: 0 auto;
}

#container .headtitle0 {
  height: 116px;
}

.container .headtitle {
  height: 116px;
  border-bottom: 1px dashed #b2b2b2;
  padding-top: 56px;
  position: relative;
}

.container .headtitle p.title {
  color: #0069ae;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.container .detail {
  padding: 40px 30px 80px;
}

/*内页css*/
/*subbanner*/
.subbanner {
  width: 100%;
  height: 154px;
}

.subbanner div {
  width: 100%;
  height: 100%;
}

.subbanner h2 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  padding-bottom: 20px;
  background: url(../../images/indexView/logo3.png) no-repeat center 78px;
}

.subbanner h2.blue {
  color: #007cc3;
  background: url(../../images/indexView/logo2.png) no-repeat center 78px;
}

.subbanner h2.white {}

#headnav {
  background: #00a0e0;
  height: 46px;
  width: 100%;
}

.headnav {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;

}

.headnav .left {
  white-space: nowrap;
}

.headnav .right {
  white-space: nowrap;
}

.headnav .left a {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #cff1ff;
  font-size: 14px;
}

.headnav .left a i {
  padding-right: 4px;
}

.headnav .left a:hover,
.headnav .left a.on {
  color: #fff;
}

.headnav .right {
  font-size: 0;
  height: 100%;
}

.headnav .right a {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  padding: 0 14px;
  transition: all .5s linear 0s;
}

.headnav .right a:hover,
.headnav .right a.on {
  background-color: #007cc3;
}

.headnav .next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 100%;
  display: none;
}

.headnav .next i {
  color: #fff;
  font-size: 0.9rem;
}

.headnav .swiper-container {
  display: none;
}

.pages {
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.pages a.item {
  display: inline-block;
  font-size: 20px;
  color: #b1b1b1;
  padding: 0 18px;
}

.pages a.item:hover,
.pages a.item.on {
  color: #007cc3;
}

.pages a.prev,
.pages a.next {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #b1b1b1;
  border-radius: 40px;
}

.pages a.prev i,
.pages a.next i {
  color: #b1b1b1;
  font-size: 20px;
}

.pages a.prev:hover i,
.pages a.prev.on i,
.pages a.next:hover i,
.pages a.next.on i {
  color: #007cc3;
}

.pages a.prev:hover,
.pages a.prev.on,
.pages a.next:hover,
.pages a.next.on {
  border: 1px solid #007cc3;
}



@font-face {
  font-family: "iconfont";
  src: url('font/iconfont.eot?t=1482201391404');
  /* IE9*/
  src: url('font/iconfont.eot?t=1482201391404#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/iconfont.woff?t=1482201391404') format('woff'),
    /* chrome, firefox */
    url('font/iconfont.ttf?t=1482201391404') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg?t=1482201391404#iconfont') format('svg');
  /* iOS 4.1- */
}

.fa {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-shouye:before {
  content: "\344c";
}

.fa-yousanjiao:before {
  content: "\f0028";
}

.fa-search:before {
  content: "\e67c";
}

.fa-ordinaryemail1:before {
  content: "\e699";
}

.fa-dianhua:before {
  content: "\e601";
}

.fa-youjiantou:before {
  content: "\e6f4";
}

.fa-dingwei:before {
  content: "\e604";
}

.fa-jiahao:before {
  content: "\e60d";
}

.fa-youjiantou1:before {
  content: "\e67b";
}

.fa-xiajiantou:before {
  content: "\e637";
}

.fa-left:before {
  content: "\e602";
}

.fa-jianhao:before {
  content: "\e600";
}

.fa-cha:before {
  content: "\e624";
}

.fa-youjiantou2:before {
  content: "\e683";
}

.fa-unif066:before {
  content: "\e650";
}

/*新闻中心*/
.news {
  padding: 30px 10px 60px;
}

.news .news-item {
  margin-bottom: 24px;
}

.news .news-item a {
  display: block;
  position: relative;
  height: 64px;
  line-height: 64px;
  border-radius: 64px;
  border: 1px dotted #b7b7b7;
  padding-left: 5.6%;
  background: url(../../images/indexView/yuan2.png) no-repeat 4% center;
}

.news .news-item a p.title {
  height: 64px;
  line-height: 64px;
  font-size: 15px;
  color: #606a74;
  width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news-item a i {
  position: absolute;
  right: 50px;
  bottom: 0;
  color: #c9c9c9;
  font-size: 14px;
  height: 64px;
  line-height: 64px;
}

.news .news-item a:hover {
  border: 1px dotted #58b5e6;
}

.news .news-item a:hover p.title {
  color: #009fe0;
}

.news .news-item a:hover i {
  color: #009fe0;
}

.container .headtitle .search0 {
  position: absolute;
  width: 524px;
  height: 42px;
  right: 10px;
  top: 50px;
  padding-left: 10px;
}

.container .headtitle .search0 p {
  height: 42px;
  line-height: 42px;
  color: #333;
  font-size: 16px;
}

.container .headtitle .search0 input.submit {
  padding-right: 0;
  text-align: center;
  margin: 0;
  width: 78px;
  height: 36px;
  color: #fff;
  background: url(../../images/indexView/search-bg.png) repeat-x;
  padding-left: 0;
}

.container .headtitle .search0 input {
  width: 142px;
  height: 36px;
  line-height: 36px;
  padding-left: 4px;
  background: #eee;
  border: none;
  margin: 0 18px 0 0;
  font-size: 14px;
  color: #555;
}

#newsSearch {
  cursor: pointer;
}

/*产品应用*/
#container {
  width: 100%;
  background-color: #fff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container video {
  max-width: 100%;
  height: auto;
}

.container .headtitle {
  height: 116px;
  border-bottom: 1px dashed #b2b2b2;
  padding-top: 56px;
  position: relative;
}

.container .headtitle p.title {
  color: #0069ae;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.detail {
  padding: 40px 30px 80px;
}

.detail p {
  color: #606a74;
}

/*产品展示*/
.container .headtitle .search {
  position: absolute;
  width: 360px;
  height: 36px;
  background: #eaf9ff;
  right: 10px;
  top: 50px;
  padding-left: 10px;
}

.container .headtitle .search input {
  width: 88%;
  height: 100%;
  line-height: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #c4c4c4;
  font-size: 12px;
}

.container .headtitle .search .searchbtn {
  vertical-align: middle;
  display: inline-block;
  padding-top: 7px;
  width: 10%;
  height: 100%;
  text-align: center;
}

.container .headtitle .search .searchbtn i {
  color: #007cc3;
  font-weight: bold;
  font-size: 18px;
}

.container .headtitle .search0 {
  position: absolute;
  width: 524px;
  height: 42px;
  right: 10px;
  top: 50px;
  padding-left: 10px;
}

.container .headtitle .search0 p {
  height: 42px;
  line-height: 42px;
  color: #333;
  font-size: 16px;
}

.container .headtitle .search0 input {
  width: 142px;
  height: 36px;
  line-height: 36px;
  padding-left: 4px;
  background: #eee;
  border: none;
  margin: 0 18px 0 0;
}

.container .headtitle .search0 input.submit {
  padding-right: 0;
  text-align: center;
  margin: 0;
  width: 78px;
  height: 36px;
  color: #fff;
  background: url(../../images/indexView/search-bg.png) repeat-x;
  padding-left: 0;
}


.container .headtitle .search input[type="text"]:focus {
  border-color: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.detail-list {
  padding: 40px 0 80px;
  font-size: 0;
  text-align: left;
}

/*.detail-list div{ text-align:  }*/
.detail-list a.pitem {
  display: inline-block;
  width: 31%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 2.5%;
}

.detail-list a.pitem:nth-child(3n+1) {
  margin-left: 0;
}

.detail-list a.pitem .pimg {
  width: 100%;
  height: auto;
  background: #e9eef0;
  max-height: 251px;
}

.detail-list a.pitem .pimg img {
  width: 100%;
  max-height: 251px;
  height: auto;
}

.detail-list a.pitem p.title {
  padding-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #606a74;
  font-weight: bold;
}

.detail-list a.pitem:hover p.title {
  color: #00a0e0;
}

/*产品详情*/
.project-detail {
  padding-left: 10px;
  padding: 40px 10px 80px;
}

.project-detail .detail-top {}

.project-detail .detail-top .left {
  width: 42.6%;
  /*max-height: 338px;*/
  overflow: hidden;
  background: #e9eef0;
}

.project-detail .detail-top .left img {
  width: 100%;
  /*max-height: 338px;*/
  height: auto;
}

.project-detail .detail-top .right {
  width: 48.3%;
  padding-right: 40px;
  height: auto;
}

.project-detail .detail-top .right h4 {
  font-size: 16px;
  color: #333;
  padding-top: 22px;
  position: relative;
}

.project-detail .detail-top .right h4:after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #009fe0;
  bottom: -30px;
  left: 0;
}

.project-detail .detail-top .right div {
  margin-top: 54px;
}

.project-detail .detail-top .right div p {
  word-break: break-all;
  position: relative;
  max-height: 144px;
  overflow: hidden;
  font-size: 14px;
  color: #606a74;
  line-height: 36px;
}

.project-detail .detail-top .right div p a {
  color: #009fe0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0 8px;
}

.project-detail .detail-top .right a.download {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 36px;
  width: 142px;
  line-height: 36px;
  text-align: center;
  background-color: #009fe0;
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
}
.project-detail .detail-top .right a.noFile {

  background-color: #878e91;
  text-align: center;

}


.project-detail .detail-middle {
  margin-top: 34px;
  position: relative;
  padding-bottom: 40px;
}

.project-detail .detail-middle h4 {
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
}

.project-detail .detail-middle .detail-content {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 3px solid #e8e8e8;
  padding: 0 10px;
}

.project-detail .detail-middle .detail-content p {
  line-height: 36px;
}

.project-detail .detail-middle .item {
  float: left;
  width: 50%;
  line-height: 24px;
  padding-bottom: 20px;
}

.project-detail .detail-middle .item i {
  font-style: normal;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.project-detail .detail-middle .item span {
  display: inline-block;
  font-weight: normal;
  color: #606a74;
  line-height: 24px;
  width: 74%;
}

.project-detail .detail-middle a.detail-more {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 84px;
  text-align: center;
  margin-left: -42px;
  color: #009fe0;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}


.switch {
  padding: 40px 0;
}

.switch0 .next {
  padding-right: 60px;
  background: url(../../images/indexView/next.png) no-repeat right center;
  text-align: right;
}

.switch0 .prev {
  padding-left: 60px;
  background: url(../../images/indexView/prev.png) no-repeat left center;
}

.switch0 div {
  width: 50%;
}

.switch0 div a {
  display: block;
}

.switch0 div a:hover .two {
  color: #007cc3;
}

.switch0 div .one {
  color: #007cc3;
  font-weight: bold;
}

.switch0 div .two {
  font-size: 14px;
  color: #666;
}

.switch1 {
  position: relative;
  text-align: center;
  display: none;
}

.switch1 a {
  display: inline-block;
  background: #009fe0;
  padding: 0 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.6rem;
}


/*关于华丰*/
.aboutus {
  padding: 50px 100px 90px 0;
}

.aboutus ul.about-con {
  background: url(../../images/indexView/about-bg.png) repeat-y 17.5% 0;
  padding-bottom: 90px;
}

.aboutus .about-item {
  margin-top: 68px;
}

.aboutus li.bg {
  height: 46px;
  background: url(../../images/indexView/shijian.jpg) no-repeat 16% 0;
}

.aboutus .about-item a.item {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #00a0e0;
  text-align: right;
  width: 17.5%;
  padding-right: 16px;
}

.aboutus .about-item a.item i {
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #009fe0;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 20px;
  font-style: normal;
  font-size: 14px;
}

.aboutus .detail-con {
  padding-top: 68px;
}

.aboutus .detail-con li+li {
  margin-top: 60px;
}

.aboutus .detail-con li .left {
  position: relative;
  width: 17.5%;
  padding-left: 8%;
  color: #606a74;
  font-size: 14px;
  line-height: 24px;
}

.aboutus .detail-con li .left i {
  position: absolute;
  right: -6px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #009fe0;
}

.aboutus .detail-con li .right {
  width: 75%;
}

.aboutus .detail-con li .right p {
  color: #606a74;
  font-size: 14px;
  line-height: 24px;
}

/*资质荣誉*/
.honor {
  padding: 40px 0;
}

.honor li {
  float: left;
  margin-right: 2.8%;
  width: 22.9%;
  margin-bottom: 20px;
}

/* .honor li:last-child {
  width: 100%;
  max-height: 520px;
} */

.honor li:nth-child(4n) {
  margin-right: 0;
}

.honor li img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 1);
  box-shadow: 0px 0px 5px 0px rgba(161, 161, 161, 1);
  width: 100%;
  max-height: 370px;
}

.honor li p {
  text-align: center;
  color: #606a74;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
}

/*联系我们/产品询价*/
.contact {
  padding-top: 38px;
  padding-bottom: 96px;
}

.contact .info {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.contact .info input {
  width: 48.9%;
  height: 50px;
  background: #eaf9ff;
  border: none;
  outline: none;
  padding-left: 30px;
  color: #999;
  font-size: 16px;
}

.contact .info input+input {
  margin-left: 1.6%;
}

.contact .info textarea {
  width: 100%;
  height: 200px;
  padding: 30px;
  background: #eaf9ff;
  border: none;
  outline: none;
  color: #999;
  font-size: 16px;
}

.submit {
  text-align: center;
  margin-top: 20px;
}

.submit button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #009fe0;
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
}


/*火红年代*/
.about3 {
  padding: 36px 30px 96px;
  overflow: hidden;
}

.about3 ul {
  background: url(../../images/indexView/about-bg.png) repeat-y 8.3% 5px;
}

.about3 .item {
  position: relative;
}

.about3 .item+.item {
  margin-top: 40px;
}

.about3 .item:last-child {
  background-color: #fff;
}

.about3 .item:first-child:before {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  right: 0;
  top: -4px;
  background-color: #fff;
  z-index: 999;
}

.about3 .item .left {
  width: 8.8%;
  color: #606a74;
  font-size: 14px;
  position: relative;
  line-height: 24px;
}

.about3 .item .left i {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #009fe0;
  position: absolute;
  right: 0;
  top: 5px;
}

.about3 .item .right {
  width: 86%;
}

.about3 .item .right p {
  color: #606a74;
  font-size: 14px;
  line-height: 24px;
}

.about3 .item .right img {
  width: 26%;
  max-height: 150px;
  padding-right: 20px;
}

/*联系我们/产品询价*/
.contact {
  padding-top: 38px;
  padding-bottom: 96px;
}

.contact .info {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.contact .info input {
  width: 48.9%;
  height: 50px;
  background: #eaf9ff;
  border: none;
  outline: none;
  padding-left: 30px;
  color: #999;
  font-size: 16px;
}

.contact .info input+input {
  margin-left: 1.6%;
}

.contact .info textarea {
  width: 100%;
  height: 200px;
  padding: 30px;
  background: #eaf9ff;
  border: none;
  outline: none;
  color: #999;
  font-size: 16px;
}

.submit {
  text-align: center;
  margin-top: 20px;
}

.submit button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #009fe0;
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 0 6px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: 0 0 6px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 6px rgba(82, 168, 236, 0.6);
}


/*在线交流*/
.contact .info0 input {
  width: 32%;
}

.contact .code {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding: 4px;
  background-color: #eaf9ff;
  margin-bottom: 40px;
}

.contact .code img {
  width: 100%;
  height: 100%;
}

/*投资者关系*/
.relationship {
  padding: 30px 0 68px;
}

.relationship .sorts {
  padding-bottom: 16px;
}

.relationship .sorts select {
  width: 230px;
  height: 42px;
  border: 1px solid #cacaca;
  color: #606a74;
  font-size: 16px;
  padding-left: 18px;
  background: url(../../images/indexView/sjx2.png) no-repeat 196px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.relationship .info textarea {
  width: 100%;
  height: 200px;
  background-color: #eaf9ff;
  color: #999;
  font-size: 16px;
  padding: 24px 30px;
  border: none;
  outline: none;
}

.relationship .info {
  position: relative;
}

.relationship .info input {
  position: absolute;
  right: 40px;
  bottom: 24px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #009fe0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: 99;
  cursor: pointer;
  outline: none;
  border: none;
}

.question {
  padding-top: 36px;
  padding-bottom: 40px;
}

.question h4 {
  color: #606a74;
  font-size: 16px;
  border-left: 5px solid #009fe0;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.question .list .ask {
  padding-top: 24px;
  padding-bottom: 16px;
  border-top: 1px dotted #acacac;
  padding-left: 20px;
}

.question .list:nth-last-child(1) {
  border-bottom: 1px dotted #acacac;
}


.question .list i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: url(../../images/indexView/qbg.png) no-repeat center;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
}

.question .list p {
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  color: #606a74;
  line-height: 26px;
}

.question .list .answer {
  padding-left: 20px;
  padding-bottom: 20px;
}

.question .list .ask p {
  color: #009fe0;
}


/*新闻详情*/
.container .headtitle2 {
  height: auto;
  padding-bottom: 30px;
}

.headtitle2 p.subtitle {
  padding-top: 20px;
  text-align: center;
}

.headtitle2 p.subtitle span {
  color: #999;
  font-size: 14px;
  padding-left: 24px;
}

.headtitle2 p.subtitle span.one {
  background: url(../../images/indexView/icon-1.png) no-repeat left center;
}

.headtitle2 p.subtitle span.two {
  background: url(../../images/indexView/icon-2.png) no-repeat left center;
}

.headtitle2 p.subtitle span.three {
  background: url(../../images/indexView/icon-3.png) no-repeat left center;
}

.news-detail {
  padding-top: 24px;
  padding-bottom: 20px;
}

/*人才招聘*/
.recruit {
  padding-top: 40px;
  padding-bottom: 66px;
}

.recruitbtn {
  position: absolute;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #00a0e0;
  color: #fff;
  font-size: 14px;
  right: 10px;
  bottom: 32px;
}

.recruitbtn0 {
  position: absolute;
  width: 3.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background: #00a0e0;
  color: #fff;
  font-size: 0.6rem;
  right: 0.25rem;
  bottom: 0.5rem;
  display: none;
}

.recruitbtn:hover,
.recruitbtn0:hover,
.recruitbtn:focus,
.recruitbtn0:focus {
  color: #fff;
}

.upload {
  position: absolute;
  right: -15px;
  top: 76px;
  z-index: 999;
  width: 438px;
  height: 298px;
  background: url(../../images/indexView/yybg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 64px;
  text-align: center;
  font-size: 0;
  transition: all ease-out .5s;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  z-index: 9999;
}

.upload .loadimg {
  background: url(../../images/indexView/jl1.png) no-repeat center;
  height: 82px;
  text-align: center;
  line-height: 82px;
  position: relative;
}

.upload .loadimg span {
  color: #fff;
  font-size: 18px;
}

.upload .loadimg img {
  width: 18px;
  height: 24px;
  margin-top: 28px;
}

.upload a {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.upload a.load {
  background-color: #00a0e0;
}

.upload a.up {
  background-color: #007cc3;
  position: relative;
}

.upload a.up span {
  color: #fff;
  font-size: 14px;
}

.upload a+a {
  margin-left: 30px;
}

.upload .filename {
  height: 60px;
}

.upload .filename p {
  font-size: 14px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.upload.on {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.fileupload {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 0;
  left: 50%;
  margin-left: -41px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 99;
  cursor: pointer;
}

.upload .loadimg .fileupload {
  width: 82px;
  height: 82px;
}

.mask2 .upload .loadimg .fileupload {
  width: 3.25rem;
  height: 3.25rem;
}

.mask2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.mask2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c7d6e3;
  opacity: .5;
  z-index: 9;
}

.hide2 {
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
}

.mask2 .upload {
  width: 80%;
  height: 10rem;
  background: #fff;
  top: 50%;
  right: 0;
  margin: -5rem auto;
  -webkit-box-shadow: 0px 0px 16px -1px rgba(99, 181, 255, 1);
  -moz-box-shadow: 0px 0px 16px -1px rgba(99, 181, 255, 1);
  box-shadow: 0px 0px 16px -1px rgba(99, 181, 255, 1);
  padding-top: 1rem;
  position: relative;
}

.mask2 .fileupload {
  width: 3.25rem;
  height: 3.25rem;
  margin-left: -1.6rem;
}

.mask2 .upload .loadimg {
  height: 3.25rem;
  line-height: 3.25rem;
  background-size: 4.5rem 3.25rem;
  position: relative;
}

.mask2 .upload .loadimg span {
  font-size: 0.6rem
}

.mask2 .upload .filename {
  height: 2.5rem;
}

.mask2 .upload .filename p {
  height: 2.5rem;
  line-height: 2.5rem;
}

.mask2 .upload .loadimg img {
  width: 0.7rem;
  height: 0.95rem;
  margin-top: 1.1rem;
}

.mask2 .upload a {
  width: 40%;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
}

.mask2 .upload a+a {
  margin-left: 0.75rem;
}

.upload .btns {
  padding: 0 66px;
  text-align: center;
}

.recruit .recruit-item {
  margin-bottom: 30px;
}

.recruit .recruit-item a {
  display: block;
  width: 100%;
  height: 60px;
  background: #eaf9ff;
  line-height: 60px;
  position: relative;
  padding-left: 16px;
}

.recruit .recruit-item a span {
  display: inline-block;
  color: #007cc3;
  font-size: 16px;
}

.recruit .recruit-item a i.open {
  position: absolute;
  right: 0;
  height: 60px;
  top: 0;
  width: 60px;
  background: url(../../images/indexView/jia.png) no-repeat center;
}

.recruit .recruit-item a span.one {
  min-width: 32%;
}

.recruit .recruit-item a span.three {
  display: none;
}

.recruit .recruit-item a:hover span {
  color: #015daf;
}

.job-description {
  width: 100%;
  padding: 0 30px;
  display: none;
}

.job-description h2 {
  font-size: 14px;
  color: #606a74;
  padding-top: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #cbf0ff;
  font-weight: normal;
}

.job-description ul {
  padding-top: 12px;
}

.job-description ul li {
  line-height: 36px;
  color: #606a74;
  font-size: 14px;
}

.recruit .recruit-item.on .job-description {
  display: block;
}

.recruit .recruit-item.on a i.open {
  background: url(../../images/indexView/jian.png) no-repeat center;
}

.upload a.upload-close {
  position: absolute;
  top: 36px;
  right: 30px;
  width: auto;
  height: auto;
}

.mask2 .upload a.upload-close {
  top: 0.3rem;
  right: 0.5rem;
}

.mask2 .upload a.upload-close img {
  width: 1rem;
  height: 1rem;
}


.slidecount {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -93px;
  z-index: 1;
}


/*产品详情*/
.project-detail {
  padding-left: 10px;
  padding: 40px 10px 80px;
}

.project-detail .detail-top {}

.project-detail .detail-top .left {
  width: 42.6%;
  /*max-height: 338px;*/
  overflow: hidden;
  background: #e9eef0;
}

.project-detail .detail-top .left img {
  width: 100%;
  /*max-height: 338px;*/
  height: auto;
}

.project-detail .detail-top .right {
  width: 48.3%;
  padding-right: 40px;
  height: auto;
}

.project-detail .detail-top .right h4 {
  font-size: 16px;
  color: #333;
  padding-top: 22px;
  position: relative;
}

.project-detail .detail-top .right h4:after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #009fe0;
  bottom: -30px;
  left: 0;
}

.project-detail .detail-top .right div {
  margin-top: 54px;
}

.project-detail .detail-top .right div p {
  word-break: break-all;
  position: relative;
  max-height: 144px;
  overflow: hidden;
  font-size: 14px;
  color: #606a74;
  line-height: 36px;
}

.project-detail .detail-top .right div p a {
  color: #009fe0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 0 8px;
}


.project-detail .detail-middle {
  margin-top: 34px;
  position: relative;
  padding-bottom: 40px;
}

.project-detail .detail-middle h4 {
  padding-bottom: 14px;
  font-size: 16px;
  color: #333;
}

.project-detail .detail-middle .detail-content {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 3px solid #e8e8e8;
  padding: 0 10px;
}

.project-detail .detail-middle .detail-content p {
  line-height: 36px;
}

.project-detail .detail-middle .item {
  float: left;
  width: 50%;
  line-height: 24px;
  padding-bottom: 20px;
}

.project-detail .detail-middle .item i {
  font-style: normal;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.project-detail .detail-middle .item span {
  display: inline-block;
  font-weight: normal;
  color: #606a74;
  line-height: 24px;
  width: 74%;
}

.project-detail .detail-middle a.detail-more {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: 84px;
  text-align: center;
  margin-left: -42px;
  color: #009fe0;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}

#container .headtitle0 {
  height: 116px;
}

.switch {
  padding: 40px 0;
}

.switch0 .next {
  padding-right: 60px;
  background: url(../images/next.png) no-repeat right center;
  text-align: right;
}

.switch0 .prev {
  padding-left: 60px;
  background: url(../images/prev.png) no-repeat left center;
}

.switch0 div {
  width: 50%;
}

.switch0 div a {
  display: block;
}

.switch0 div a:hover .two {
  color: #007cc3;
}

.switch0 div .one {
  color: #007cc3;
  font-weight: bold;
}

.switch0 div .two {
  font-size: 14px;
  color: #666;
}

.switch1 {
  position: relative;
  text-align: center;
  display: none;
}

.switch1 a {
  display: inline-block;
  background: #009fe0;
  padding: 0 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.6rem;
}

@media screen and (max-width: 1200px) {
  body #top {
    padding-top: 80px;
  }

  body #language {
    visibility: visible;
    margin-right: 13%;
  }

  body #navbtn {
    visibility: visible;
    opacity: 1;
  }

  body #indexheader {
    height: 80px;
  }

  body .header {
    padding-left: 4%;
    width: 100%;
  }

  body #logo {
    padding-top: 0;
    line-height: 80px;
    height: 80px;
    width: 226px;
  }

  body #logo img {
    vertical-align: middle;
  }

  body .floatBar p {
    width: 100%;
  }

  body #banner .pagination {
    bottom: 0;
  }

  body .footer {
    width: 100%;
  }

  body .footer-top .list a {
    margin-left: 5%;
  }

  body .section .about {
    width: 100%;
    padding: 0;
  }

  body .project {
    width: 100%;
  }

  body nav {
    display: none;
  }

  body .project2 {
    width: 100%;
  }

  body .headnav {
    width: 100%;
    padding-right: 20px;
  }

  body .container {
    width: 100%;
  }

  body .container .headtitle {
    margin: 0 30px;
  }

  body .container .headtitle .search {
    left: 50%;
    margin-left: -180px;
    top: 86px;
  }

  body .container .headtitle .search0 {
    left: 50%;
    margin-left: -180px;
    top: 86px;
  }

  body .container .headtitle {
    height: 136px;
    padding-top: 38px;
  }

  body .detail-list {
    padding: 40px 30px 80px;
  }

  body .project-detail {
    padding: 40px 30px 80px;
  }

  body .aboutus {
    padding: 50px 50px 90px 0;
  }

  body .honor {
    padding: 40px 20px;
  }

  body .contact {
    padding: 38px 30px 98px 30px;
  }

  body .recruit {
    padding: 40px 30px 66px;
  }

  body .contact .info0 input {
    width: 31%;
  }

  body .relationship {
    padding: 30px 30px 68px;
  }

  body .news {
    padding: 30px 30px 60px;
  }

  body .news-detail {
    padding: 24px 30px 20px;
  }

}



@media screen and (max-width: 1100px) {

  .headnav {
    display: block;
  }

  .headnav .left {
    display: none;
  }

  .headnav .right {
    float: none;
  }

  .project-detail .detail-middle .item {
    float: none;
    width: 100%;
  }

  .project-detail .detail-middle a.detail-more {
    bottom: 46px;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .project-detail .detail-middle ul {
    border: none;
    padding: 10px 10px 10px 0;
  }

  .project-detail .detail-top .left {
    float: none;
    width: 100%;
  }

  .project-detail .detail-top .right {
    float: none;
    width: 100%;
  }

  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 8.2% 5px;
  }
}

@media screen and (max-width: 1050px) {
  .project2 .list .right .large {
    width: 71%;
    margin-bottom: 2.8%;
  }

  .project2 .list .right .small {
    margin-bottom: 2.8%;
  }
}

@media screen and (max-width: 960px) {

  body #top {
    padding-top: 80px;
  }

  body #language {
    visibility: visible;
    margin-right: 13%;
  }

  body #language span {
    background: url("");
  }

  body #navbtn {
    visibility: visible;
    opacity: 1;
  }

  body #indexheader {
    height: 80px;
  }

  body .header {
    padding-left: 4%;
    width: 100%;
  }

  body #logo {
    padding-top: 0;
    line-height: 80px;
    height: 80px;
    width: 226px;
  }

  body #logo img {
    vertical-align: middle;
  }

  body .floatBar p {
    width: 100%;
  }

  body #banner .pagination {
    bottom: 0;
  }

  body nav {
    right: -50%;
    width: 30%;
    z-index: 9999;
    padding-top: 5%;
  }

  body .nav li {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-right: 0;
  }

  body .nav li a.item {
    padding-top: 0;
    text-align: center;
  }

  body .footer {
    width: 100%;
  }

  body .imglist a {
    width: 25%;
  }

  body .imglist {
    padding: 20px;
  }

  body .footer .logo {
    float: none;
    margin: 0 auto;
    width: 240px;
    height: auto;
  }

  body .footer-top .list1 {
    display: none;
  }

  body .friendlink {
    display: none;
  }

  body .footer .list2 {
    width: 100%;
    background: none;
    margin: 10px 0;
  }

  body .footer .list2 a.item+a.item {
    border: none;
  }

  body .footer .list2 a.item i {
    padding-right: 10px;
  }

  body .footer-bottom p {
    text-align: center;
    line-height: 1.2rem;
  }

  body .footer {
    /* padding: 20px 30px; */
    /*height: 260px;*/
  }

  body .project .list #pitem-1 {
    left: 22%;
  }

  body .project .list #pitem-2 {
    left: 21%;
  }

  body .project .list #pitem-4 {
    left: 53%;
  }

  body .project .list #pitem-5 {
    right: 11%;
  }

  body .project .list #pitem-6 {
    right: 2%;
  }

  body .project .list #pitem-7 {
    top: 146px;
    right: 22%;
  }

  body .detail-list a.pitem {
    width: 48.5%;
    margin-left: 2.5%;
  }

  body .detail-list a.pitem:nth-child(3n+1) {
    margin-left: 2.5%;
  }

  body .detail-list a.pitem:nth-child(odd) {
    margin-left: 0;
  }

  body .headnav .pcright {
    display: none;
  }

  body .headnav .swiper-container {
    display: block;
  }

  body .headnav .next {
    display: block;
    padding: 16px 10px 0 10px;
    z-index: 99;
  }

  body .headnav .right a {
    text-align: center;
  }

  body .honor li {
    width: 30%;
    margin-right: 5%;
  }

  body .honor li:nth-child(4n) {
    margin-right: 5%;
  }

  body .honor li:nth-child(3n) {
    margin-right: 0;
  }

  body .contact .info input {
    width: 100%;
  }

  body .contact .info input:first-child {
    margin-bottom: 20px;
  }

  body .contact .info input+input {
    margin-left: 0;
  }

  body .recruit .recruit-item a span.one {
    min-width: 50%;
  }

  body .news .news-item a p.title {
    width: 68%;
  }

  /*# sourceMappingURL=header.css.map */


}

@media screen and (max-width: 750px) {

  body p {
    line-height: 0.9rem;
  }

  body .rczp_content  li.positionalTitles,
  body .rczp_content  li.holdACertificate,
  body .rczp_content  li.education
  {
    display: none;
  }

  body #language {
    visibility: visible;
    margin-right: 13%;
    padding-top: 2%;
  }

  body #navbtn {
    visibility: visible;
    opacity: 1;
    width: 2.4rem;
    height: 2rem;
    background-size: 50% 50%;
  }

  body #indexheader {
    height: 2rem;
  }

  body #indexheader .header {
    padding-left: 4%;
    width: 100%;
  }

  body #indexheader #logo {
    width: 30.1%;
    line-height: 2rem;
    height: 2rem;
  }

  body #indexheader #logo img {
    width: 5.65rem;
    height: auto;
  }

  body .floatBar p {
    width: 100%;
  }

  body #top {
    padding-top: 2rem;
  }

  body #banner .pagination {
    bottom: 0;
  }

  body nav {
    right: -50%;
    width: 30%;
    z-index: 9999;
    padding-top: 5%;
  }

  body .nav li {
    display: block;
    height: 2rem;
    line-height: 2rem;
    padding-right: 0;
  }

  body .nav li a.item {
    padding-top: 0;
    text-align: center;
  }

  body .footer {
    width: 100%;
  }

  body .section .headtitle p.bg {
    background: url(../../images/indexView/icon-bg2.png) no-repeat center;
    background-size: 100% 100%;
    width: 56.8%;
  }

  body .section .headtitle {
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
  }

  body .section .headtitle h2.title {
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: normal;
  }

  body .imglist {
    display: none;
  }

  body .imglist2 {
    padding: 0.75rem;
    display: block;
  }

  body .section a.more {
    margin: 0.9rem auto 0;
  }

  body .section {
    padding-bottom: 1.3rem;
  }

  body .description {
    padding-bottom: 0.75rem;
  }

  body .description p {
    font-size: 0.6rem;
    height: 1.8rem;
    overflow: hidden;
  }



  .footer .logo {
    float: none;
    margin: 0 auto;
    width: 6.75rem;
  }

  /* 
  .footer {
    height: 9.75rem;
    padding: 1.35rem 0.75rem;
  }

  footer {
    height: 9.75rem;
  } */

  .floatBar {
    display: none;
  }

  body .section a.more {
    width: 140px;
    background-size: 100% 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.6rem;
  }

  body .section a.more i {
    font-size: 0.6rem;
  }

  body .section a.more:hover {
    text-indent: 0.75rem;
    color: #fff;
    background: #00a0e9;
  }

  body .section a.more:hover i {
    padding-left: 0.5rem;
    color: #fff;
  }

  body .section1 {
    background: none;
  }

  body .section2 {
    background: #e7f6ff url(../../images/indexView/yuan-bg.png) no-repeat center 165px;
  }

  body .section .project .list {
    height: 466px;
  }

  body .section .project .list .pitem span {
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 0.9rem;
  }

  body .section .project .list .pitem.one {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 15.25rem;
    padding: 1.65rem 0.8rem 0 0.8rem;
  }

  body .section .project .list .pitem.two {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 4.25rem;
    padding: 28px 20px 0 20px;
  }

  body .section .project .list .pitem.three {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    padding: 18px 16px 0 16px;
  }

  body .section .project .list .pitem i.a {
    opacity: 0;
  }

  body .section .project .list .pitem.one i.a {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 4.25rem;
    left: 0.5rem;
    top: 0.5rem;
  }

  body .section .project .list .pitem.two i.a {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }

  body .section .project .list .pitem.three i.a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }

  body .section .project .list .pitem.wap-pitem {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 4.25rem;
    padding: 28px 20px 0 20px;
  }

  body .section .project .list .pitem.wap-pitem i.a {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 3.5rem;
    left: 0.5rem;
    top: 0.5rem;
  }

  body .section .project .list #pitem-0 i.b {
    background: url(../../images/indexView/icon5.png) no-repeat center;
  }

  body .project .list #pitem-1 i.b {
    background: url(../../images/indexView/icon7.png) no-repeat center;
  }

  body .project .list #pitem-2 i.b {
    background: url(../../images/indexView/icon2.png) no-repeat center;
  }

  body .project .list #pitem-3 i.b {
    background: url(../../images/indexView/icon1.png) no-repeat center;
  }

  body .section .project .list #pitem-4 i.b {
    background: url(../../images/indexView/icon3.png) no-repeat center;
  }

  body .section .project .list #pitem-5 i.b {
    background: url(../../images/indexView/icon4.png) no-repeat center;
  }

  body .section .project .list #pitem-6 i.b {
    background: url(../../images/indexView/icon6.png) no-repeat center;
  }

  body .section .project .list .pitem:hover i.b {
    opacity: 1;
  }

  body .section .project .list #pitem-0 {
    top: 36%;
    left: 67%;
  }

  body .section .project .list #pitem-1 {
    top: 72%;
    left: 68%;
  }

  body .section .project .list #pitem-2 {
    top: 2%;
    left: 20%;
  }

  body .section .project .list #pitem-3 {
    top: 5%;
    left: 62%;
  }

  body .section .project .list #pitem-4 {
    left: 40%;
    top: 27%;
  }

  body .section .project .list #pitem-5 {
    right: 65%;
    bottom: 46%;
  }

  body .section .project .list #pitem-6 {
    top: 66%;
    right: 50%;
  }

  body .section .project .list #pitem-7 {
    left: 51%;
    right: auto;
    top: auto;
    bottom: 146px;
  }

  body .project2 {
    padding: 0 0.75rem;
  }

  body .project2 .list {
    display: none;
  }

  body .project2 .list2 {
    display: block;
  }

  body .section3 {
    background: #fff;
  }

  body .swiper-button-next,
  body .swiper-button-prev {
    background: none;
    width: 1.1rem;
    height: 1.1rem;
  }

  body .swiper-button-next a,
  body .swiper-button-prev a {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    transition: all ease-out .5s;
  }

  body .swiper-button-next a,
  body .swiper-button-prev a {
    background-size: cover;
  }

  body .swiper-button-next a:hover {
    background: url(../../images/indexView/bnext.png) no-repeat 0 -2.8rem;
    background-size: cover;
  }

  body .swiper-button-prev a:hover {
    background: url(../../images/indexView/bprev.png) no-repeat 0 -2.8rem;
    background-size: cover;
  }

  body #headnav {
    height: 1.4rem;
  }

  body .headnav .right a {
    font-size: 0.6rem;
    padding: 0;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
  }

  body .headnav a.next i {
    height: 1.4rem;
    line-height: 1.4rem;
  }

  body .headnav .next {
    padding: 0 0.25rem;
  }

  body .subbanner {
    width: 100%;
    height: 3.85rem;
  }

  body .subbanner h2 {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    line-height: 3.5rem;
    padding-bottom: 0.5rem;
  }

  body .subbanner h2.blue {
    background: url(../../images/indexView/logo-s.png) no-repeat center 2.5rem;
  }

  body .subbanner h2.blue {
    background: url(../../images/indexView/logo-s2.png) no-repeat center 2.5rem;
  }

  body .container .headtitle {
    height: 2.5rem;
    padding-top: 0.95rem;
    margin: 0 0.75rem;
  }

  body .container .headtitle p.title {
    font-size: 0.75rem;
    font-weight: normal;
  }

  body .container .detail {
    padding: 1rem 0.75rem 2rem;
  }

  body .container.detail-list {
    padding: 1rem 0.75rem 2rem;
  }


  body .container .headtitle .search {
    width: 100%;
    height: 1.25rem;
    left: 0;
    top: 2.5rem;
    margin-left: 0;
  }

  body .container .headtitle .search0 {
    width: 100%;
    height: 1.25rem;
    left: 0;
    top: 2.5rem;
    margin-left: 0;
    text-align: center;
  }

  body .container .headtitle {
    height: 4.2rem;
    padding-top: 0.9rem;
  }

  body .detail-list a.pitem p.title {
    font-size: 0.6rem;
    font-weight: normal;
    padding-top: 0.2rem;
  }

  body .detail-list a.pitem {
    margin-bottom: 0.6rem;
  }

  body .container .headtitle .search .searchbtn i {
    font-size: 0.6rem;
  }

  body .container .headtitle .search .searchbtn {
    padding-top: 0.1rem;
  }

  body .container .headtitle .search {
    height: 1.25rem;
  }

  body .container .headtitle .search0 {
    height: 1.25rem;
  }

  body .container .headtitle .search0 input {
    width: 3.4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    padding-left: 4px;
    margin: 0 0.4rem 0 0;
  }

  body .container .headtitle .search0 p {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.6rem;
  }

  body .container .headtitle .search0 input.submit {
    width: 2rem;
    height: 1.2rem;
    font-size: 0.6rem;
  }

  body .pages {
    height: 2rem;
    line-height: 2rem;
  }

  body .pages a.item {
    font-size: 0.75rem;
  }

  body .pages a.prev,
  body .pages a.next {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }

  body .pages a.prev i,
  body .pages a.next i {
    font-size: 0.75rem;
  }

  body #container .headtitle0 {
    height: 2.6rem;
  }

  body .project-detail .detail-top .right h4 {
    font-weight: normal;
    font-size: 0.75rem;
    color: #333;
  }

  body .project-detail .detail-top .right h4:after {
    display: none;
  }

  body .project-detail .detail-top .right div {
    margin-top: 20px;
  }

  body .project-detail .detail-middle h4 {
    font-size: 0.75rem;
    font-weight: normal;
  }

  body .project-detail .detail-middle .item i {
    font-size: 0.6rem;
    color: #666;
    font-weight: normal;
  }

  body .project-detail .detail-middle .item span {
    font-size: 0.6rem;
  }

  body .project-detail .detail-middle .item {
    padding-bottom: 0.5rem;
  }

  body .project-detail .detail-top .right div p {
    font-size: 0.6rem;
  }

  body .project-detail .detail-middle .detail-content p {
    font-size: 0.6rem;
  }

  body .project-detail .detail-top .right div p a {
    font-size: 0.6rem;
  }

  body .project-detail .detail-top .right a.download {
    font-size: 0.6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 5.75rem;
  }

  body .project-detail .detail-middle a.detail-more {
    font-size: 0.6rem;
    font-weight: normal;
  }

  body .switch0 {
    display: none;
  }

  body .switch1 {
    display: block;
  }

  body .project-detail {
    padding: 1rem 0.75rem 2rem;
  }

  body .detail p {
    font-size: 0.6rem;
  }

  body .aboutus .about-item a.item {
    text-align: left;
    padding-left: 24%;
    padding-right: 0;
    width: 100%;
    font-size: 0.75rem;
  }

  body .aboutus .about-item a.item i {
    right: 80.8%;
  }

  body .aboutus li.bg {
    background: url(../../images/indexView/shijian2.jpg) no-repeat 16.6% center;
    height: 1.15rem;
  }

  body .aboutus .about-item {
    margin-top: 1.35rem;
  }

  body .aboutus .about-item a.item i {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    line-height: 0.8rem;
    right: 81.3%;
    top: 2px;
  }

  body .aboutus ul.about-con {
    padding-bottom: 2.25rem;
  }

  body .aboutus .detail-con li .left {
    font-size: 0.6rem;
  }

  body .aboutus .detail-con li .right p {
    font-size: 0.6rem;
  }

  body .aboutus .detail-con li .left i {
    height: 0.25rem;
    width: 0.25rem;
    border-radius: 0.25rem;
    right: -2.5%;
    top: 10px;
  }

  body .aboutus {
    padding: 1.1rem 0.75rem;
  }

  body .aboutus .detail-con li .left {
    padding-left: 0;
  }

  body .aboutus .detail-con li+li {
    margin-top: 1.5rem;
  }

  body .about3 {
    padding: 0.9rem 0.75rem 2.4rem;
  }

  body .about3 .item .left {
    font-size: 0.6rem;
    width: 22%;
  }

  body .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 21.5% 5px;
  }

  body .about3 .item .right {
    width: 72%;
  }

  body .about3 .item .right p {
    font-size: 0.6rem;
  }

  body .about3 .item+.item {
    margin-top: 1rem;
  }

  body .about3 .item .right img {
    padding-right: 0.5rem;
    width: 40%;
  }

  body .about3 .item .left i {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 0.25rem;
  }

  body .honor {
    padding: 1rem 1.75rem;
  }

  body .honor li {
    width: 45.8%;
    margin-right: 8%;
    margin-bottom: 0.5rem;
  }

  body .honor li:nth-child(4n) {
    margin-right: 8%;
  }

  body .honor li:nth-child(3n) {
    margin-right: 8%;
  }

  body .honor li:nth-child(2n) {
    margin-right: 0;
  }

  body .honor li p {
    font-size: 0.6rem;
    line-height: 0.75rem;
    padding-top: 0.25rem;
  }

  body .contact .info {
    margin-bottom: 0.25rem;
  }

  body .contact .info input {
    height: 1.5rem;
    font-size: 0.6rem;
    padding-left: 0.75rem;
  }

  body .contact .info textarea {
    height: 7.5rem;
    font-size: 0.6rem;
    padding: 0.75rem;
  }

  body .submit button {
    width: 3.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.6rem;
  }

  body .contact .info input:first-child {
    margin-bottom: 0.75rem;
  }

  body .contact {
    padding: 1rem 0.75rem 2.5rem;
  }

  body .submit {
    margin-top: 0.6rem;
  }

  body .mask2 {
    display: block;
  }

  body .recruitbtn {
    display: none;
  }

  body .recruitbtn0 {
    display: block;
  }

  body .headtitle .upload {
    display: none;
  }

  body .recruit {
    padding: 1rem 0.75rem 1.6rem;
  }

  body .recruit .recruit-item {
    margin-bottom: 0.75rem;
  }

  body .recruit .recruit-item a span {
    font-size: 0.6rem;
  }

  body .recruit .recruit-item a span.three {
    display: inline-block;
  }

  body .recruit .recruit-item a span.two {
    display: none;
  }

  body .recruit .recruit-item a span.one {
    min-width: 64%;
  }

  body .recruit .recruit-item a {
    height: 1.6rem;
    line-height: 1.6rem;
  }

  body .recruit .recruit-item a i.open {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
    background: url(../../images/indexView/jia2.png) no-repeat center;
  }

  body .recruit .recruit-item.on a i.open {
    background: url(../../images/indexView/jian2.png) no-repeat center;
  }

  body .job-description {
    padding: 0 0.75rem;
  }

  body .job-description h2 {
    font-size: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.4rem;
  }

  body .job-description ul {
    padding-top: 0.6rem;
  }

  body .job-description ul li {
    font-size: 0.6rem;
    line-height: 1.2rem;
  }

  body .contact .code {
    margin-bottom: 1rem;
    width: 4.75rem;
    height: 4.75rem;
  }

  body .relationship {
    padding: 0.75rem 0.75rem 1.6rem;
  }

  body .relationship .info textarea {
    height: 7.5rem;
    font-size: 0.6rem;
    padding: 0.6rem 0.75rem;
  }

  body .relationship .sorts {
    padding-bottom: 0.4rem;
  }

  body .relationship .sorts select {
    width: 50.8%;
    max-width: 7.5rem;
    height: 1.25rem;
    font-size: 0.6rem;
    background: url(../../images/indexView/sjx3.png) no-repeat 87% center;
    padding-left: 0.5rem;
  }

  body .relationship .info input {
    width: 2.5rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.6rem;
    right: 1rem;
    bottom: 0.6rem;
  }

  body .question {
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }

  body .question h4 {
    height: 1rem;
    line-height: 1rem;
    border-left: 3px solid #009fe0;
    font-size: 0.75rem;
    font-weight: normal;
  }

  body .question .list .ask {
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
    padding-left: 0;
  }

  body .question .list .answer {
    padding-left: 0;
    padding-bottom: 0.5rem;
  }

  body .question .list p {
    padding-left: 0.25rem;
    font-size: 0.6rem;
    line-height: 0.75rem;
  }

  body .question .list i {
    background: url(../../images/indexView/qbg2.png) no-repeat center;
    width: 1.3rem;
    height: 1.3rem;
    line-height: 1.1rem;
    font-size: 0.6rem;
  }

  body .question .list .answer p {
    line-height: 0.9rem;
  }

  body .question .list+.list {
    margin-top: 0.5rem;
  }

  body .news {
    padding: 0.75rem 0.75rem 1.5rem;
  }

  body .news .news-item a {
    height: 3rem;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem 0;
    background: none;
  }

  body .news .news-item a p.title {
    height: auto;
    font-size: 0.6rem;
    line-height: 0.9rem;
    width: 100%;
    overflow: auto;
    text-overflow: clip;
    white-space: normal;
  }

  body .news .news-item a i {
    font-size: 0.5rem;
    right: 1.2rem;
    bottom: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }

  body .news .news-item {
    margin-bottom: 0.6rem;
  }

  body .container .headtitle2 {
    padding-bottom: 0.75rem;
  }

  body .headtitle2 p.subtitle {
    padding-top: 0.5rem;
  }

  body .headtitle2 p.subtitle span {
    font-size: 0.6rem;
    padding-left: 0.5rem;
  }

  body .headtitle2 p.subtitle span.one {
    background: url(../../images/indexView/icon-01.png) no-repeat left center;
  }

  body .headtitle2 p.subtitle span.two {
    background: url(../../images/indexView/icon-02.png) no-repeat left center;
  }

  body .headtitle2 p.subtitle span.three {
    background: url(../../images/indexView/icon-03.png) no-repeat left center;
  }

  body .news-detail {
    padding: 0.6rem 0.75rem 0.5rem;
  }

  body .ndetail p {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  body .upload .btns {
    padding: 0 1.6rem;
  }


  .footer .list2 .item.email {
    display: none;
  }

  .footer .list2 a.item {
    width: 50%;
  }

}

@media screen and (max-width: 700px) {
  .aboutus .detail-con li .left i {
    right: -3.5%;
  }

  .aboutus .about-item a.item i {
    right: 81%;
  }

  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 21.5% 5px;
  }
}

@media screen and (max-width: 600px) {
  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 21.4% 5px;
  }

  body .footer_bottom_box{
    padding: 20PX;
  }

  body .footer_bottom{
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 21.2% 5px;
  }
}

@media screen and (max-width: 450px) {
  .footer .list2 a.item {
    font-size: 0.6rem;
  }

  .footer-bottom p a {
    font-size: 0.6rem;
  }

  .section .headtitle p.bg {
    background-size: auto;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .aboutus .about-item a.item i {
    right: 80%;
  }

  .aboutus .detail-con li .left i {
    right: -5.5%;
  }

  .aboutus li.bg {
    background: url(../../images/indexView/shijian2.jpg) no-repeat 15.7% center;
  }

  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 21% 5px;
  }

  .upload .btns {
    padding: 0 1rem;
  }

  .mask2 .upload a {
    width: 45%;
  }
}

@media screen and (max-width: 320px) {
  .aboutus .about-item a.item i {
    right: 79.8%;
  }

  .about3 ul {
    background: url(../../images/indexView/about-bg.png) repeat-y 20.8% 5px;
  }
}