.header {
  position: absolute;
  top: 0;
 	left: 0;
}

.header-top {
  width: 100%;
  min-width: 1300px;
  color: #fff;
  background-color: black;
  height: 30px;
}

/*top title*/
.header-top .wrap_title_content {
  line-height: 30px;
  width: 500px;
  float: left;
}

/* top bmark */
.header-top .bookmark_content {
  width: 260px;
  height: 30px;
  float: right;
  margin: 8px 15px 0 0;
}

/* header-main */
.header-main {
  width: 100%;
  min-width: 1300px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
 position: absolute;
 z-index: 9999;
  
}

.header-main .header-logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 440px;
  height: 59px;
  margin-top: 20px;
  float: left;
}

.header-main .header-logo .header-logo-image {
  width: 100%;
  height: 100%;
}

/* header main list */
.header-main .header-list {
 	width: 1280px;
    position: relative;
    left: 0px;
    top: 30px;
  	z-index: 100;
}

.header-main .header-list .header-item {
  float: left;
  width: 120px;
  height: 50px;
}

.header-main .header-list .header-item a {
  text-align: center;
  line-height: 50px;
}

.header-main .header-list .header-item:hover .sub {
  background-color: #35aae0;
  color: #fff;
  font-weight: bolder;
}

/* header content */
.header-main .header-list .header-item:hover .header-content {
  display: block;
}

.header-main .header-list .header-item .header-content {
  display: none;
 
  border-bottom: none;
}

.header-main .header-list .header-item .header-content li {
  height: 20px;
  border-bottom: 2px dotted #ccc;
}

.header-main .header-list .header-item .header-content a {
  background-color: rgba(255, 255, 255, 0.7);
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

.header-main .header-list .header-item .header-content a:hover {
  background-color: #35aae0;
  color: #fff;
  font-weight: bolder;
}

/*banner*/
#banner {
  width: 100%;
  height: 848px;
  min-width: 1300px;
  position: relative;
}
/*fenbanner*/
#fenbanner {
  width: 100%;
   height: 350px;
  background: url("images/banner2_1sas.jpg") no-repeat center center;
  background-size: cover;
}

/*productShow*/
#productShow {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}
#productShow .title {
  margin-top: 50px;
}
#productShow .title .title-top {
  width: 200px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
#productShow .title .title-top h2 {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#productShow .title .title-top .line {
  position: absolute;
  top: 24px;
  width: 50px;
  height: 1px;
  background-color: #999;
  display: inline-block;
}
#productShow .title .title-top .left {
  left: 0px;
}
#productShow .title .title-top .right {
  right: 0px;
}
#productShow .title .title-content p {
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
#productShow .content {
  margin-top: 30px;
  position: relative;
}
#productShow .content .sidebar {
  width: 250px;
  height: 600px;
  background-color: #35aae0;
  border-radius: 10px;
}
#productShow .content .sidebar .side-title {
  height: 60px;
  position: relative;
}
#productShow .content .sidebar .side-title h2 {
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#productShow .content .sidebar .side-title .line {
  position: absolute;
  top: 30px;
  width: 15px;
  height: 3px;
  display: inline-block;
  background-color: #fff;
}
#productShow .content .sidebar .side-title .left {
  left: 60px;
}
#productShow .content .sidebar .side-title .right {
  right: 60px;
}
#productShow .content .sidebar .side-list li {
  margin-left: 25px;
  margin-bottom: 10px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
#productShow .content .sidebar .side-list li a {
  text-align: center;
  font-size: 12px;
}
#productShow .content .sidebar .side-list li a:hover {
  color: #35aae0;
  font-weight: bold;
  transform: scale(1.2);
}
#productShow .content .main {
  width: 950px;
  position: absolute;
  left: 300px;
  top: 0;
}
#productShow .content .main .main-title div.hr {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 3px;
}
/*滚动-双*/
/*li { list-style-type: none; }
.name a{color: #ffffff; }
.list_pro{ width:754px; }
.mod1 ul li { width:230px; height:172px; margin:0 15px 30px;  display:inline; float:left;overflow: hidden; }
.mod1 ul li .photo { width:230px; height:172px; overflow:hidden; }
.mod1 ul li .photo img { display:block; vertical-align:middle; }
.mod1 ul li .name { text-align: center; line-height:28px; font-size:14px; background-color:rgb(53, 170, 224); margin-top:-28px; position:relative; *position:inherit; z-index:1000; }
.mod1 ul li:hover .name a{ color:#f3a000; }*/


/*middleBanner*/
#secondBanner {
  width: 100%;
  height: 200px;
  background: url("images/secondbanner.jpg") no-repeat center center;
  background-size: cover;
}
#secondBanner .wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#secondBanner .wrapper .wrap .content {
  width: 700px;
  height: 200px;
  float: left;
}
#secondBanner .wrapper .wrap .content .chi {
  padding-top: 50px;
  padding-left: 50px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#secondBanner .wrapper .wrap .content .eng {
  padding-top: 50px;
  padding-left: 50px;
  color: #fff;
}
#secondBanner .wrapper .wrap .phone {
  width: 300px;
  height: 160px;
  margin-top: 20px;
  position: absolute;
  left: 700px;
  border-left: 2px solid #fff;
  padding-left: 50px;
}


#secondBanner .wrapper .wrap .phone .phone-img {
  margin-top: 50px;
  width: 50px;
  height: 50px;
}
#secondBanner .wrapper .wrap .phone .call {
  margin-top: -60px;
  margin-left: 60px;
  font-size: 14px;
  color: #fff;
}
#secondBanner .wrapper .wrap .phone .phone-number {
  margin-left: 60px;
  font-size: 26px;
  color: #fff;
}
#secondBanner .wrapper .wrap .phone .qq-img {
  margin-left: 290px;
  margin-top: -52px;
  height: 50px;
  width: 50px;
}

#custom-service {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: fixed;
  top: 30%;
  left: -24px;
  z-index: 100;
  transition: all ease 0.5s;
}
#custom-service:hover{
  left: 90px;
}

#custom-service .content {
  background-color: #fff;
  background: url("images/customerservice.png") center no-repeat;
  -webkit-background-size: 100% 93%;
  background-size: 100% 93%;
  width: 160px;
  height: 220px;
  position: relative;
  z-index: 100;
  left: -100px;
  top: -37px;
}
#custom-service .content ul {
  padding-top: 20px;
}
#custom-service .content ul li {
  width: 70px;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 5px;
  background: url("images/qq.png") left center no-repeat;
}
#custom-service .content ul li:hover {
  background: url("images/qqover.png") left center no-repeat;
  background-color: #35aae0;
}
#custom-service .content ul li a {
  width: 70px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 3px;
  padding-left: 10px;
}
#custom-service .content ul li a:hover {
  color: #fff;
}

/*about-us*/
#about-us {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}
#about-us .title {
  margin-top: 50px;
}
#about-us .title .title-top {
  width: 200px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
#about-us .title .title-top h2 {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#about-us .title .title-top .line {
  position: absolute;
  top: 24px;
  width: 50px;
  height: 1px;
  background-color: #999;
  display: inline-block;
}
#about-us .title .title-top .left {
  left: 0px;
}
#about-us .title .title-top .right {
  right: 0px;
}
#about-us .title .title-content p {
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
#about-us .content {
  background: url("images/aboutus.jpg") no-repeat center center;
  background-size: cover;
  width: 1200px;
  height: 600px;
  margin-top: 50px;
}
#about-us .content .main {
  position: relative;
}
#about-us .content .main .wrap {
  position: absolute;
  padding: 50px;
  top: 100px;
  left: 50%;
  margin-left: -350px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 650px;
  height: 150px;
}
#about-us .content .main .wrap p {
  /* color:rgb(53,170,224); */
  color: #000;
}
#about-us .content .main .wrap .inner-title {
  font-size: 26px;
  font-weight: bold;
}
#about-us .content .main .wrap .inner-text {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.5;
}
#about-us .content .main .four-content {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 400px;
  width: 1200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
#about-us .content .main .four-content .four-inner {
  width: 300px;
  height: 200px;
  display: block;
  padding-top: 50px;
  float: left;
}
#about-us .content .main .four-content .four-inner p {
  width: 300px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#about-us .content .main .four-content .four-inner .account {
  color: #35aae0;
  font-weight: bolder;
  font-size: 24px;
}
#about-us .content .main .four-content .four-inner .context {
  width: 200px;
  font-size: 12px;
  margin: 0 auto;
}
#about-us .content .main .four-content .four-inner:nth-child(1) {
  background-color: rgba(53, 170, 224, 0.6);
}
#about-us .content .main .four-content .four-inner:nth-child(1) p {
  color: #fff;
}

/*company-advantage*/
#company-advantage {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}
#company-advantage .title .title-top {
  width: 200px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
#company-advantage .title .title-top h2 {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#company-advantage .title .title-top .line {
  position: absolute;
  top: 24px;
  width: 50px;
  height: 1px;
  background-color: #999;
  display: inline-block;
}
#company-advantage .title .title-top .left {
  left: 0px;
}
#company-advantage .title .title-top .right {
  right: 0px;
}
#company-advantage .title .title-content p {
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
#company-advantage .content {
  width: 1200px;
  height: 600px;
  margin-top: 30px;
  background: url("images/machine.png") no-repeat 600px -40px;
  background-size: 45% 100%;
}
#company-advantage .content .wrap .inner {
  position: relative;
  margin-left: 80px;
  margin-top: 80px;
  height: 60px;
}
#company-advantage .content .wrap .inner .circle {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #35aae0;
}
#company-advantage .content .wrap .inner .inner-content {
  position: absolute;
  left: 80px;
}
#company-advantage .content .wrap .inner .inner-content .inner-title {
  font-size: 18px;
  font-weight: bolder;
}
#company-advantage .content .wrap .inner .inner-content .text {
  margin-top: 10px;
  width: 450px;
  font-size: 13px;
}
#company-advantage .content .wrap .inner:nth-child(1) {
  margin-top: 20px;
}

/*news*/
#news {
  width: 1200px;
  height: 750px;
  margin: 0 auto;
}
#news .title .title-top {
  width: 200px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
#news .title .title-top h2 {
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
#news .title .title-top .line {
  position: absolute;
  top: 24px;
  width: 50px;
  height: 1px;
  background-color: #999;
  display: inline-block;
}
#news .title .title-top .left {
  left: 0px;
}
#news .title .title-top .right {
  right: 0px;
}
#news .title .title-content p {
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
#news .content .inner {
  width: 378px;
  height: 600px;
  float: left;
  padding: 10px;
  position: relative;
}
#news .content .inner .wrap {
  border: 1px solid #ccc;
  height: 580px;
}
#news .content .inner .wrap .photo {
  width: 100%;
  height: 45%;
}
#news .content .inner .wrap .photo img {
  width: 100%;
  height: 100%;
}
#news .content .inner .wrap .caption {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
}
#news .content .inner .wrap .word {
 
  text-align: center;
  line-height: 2;
  font-size: 16px;
  color: #666;

}
#news .content .inner .wrap .word2{
  width: 80%;
  margin: 0 auto;
  line-height: 1.4em;
  color: #999;
}
#news .content .inner .wrap .btn {
  width: 120px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  background-color: #31c27c;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  left: 34%;
  bottom: 12%;
  border: 1px solid #31c27c;
  transition: all linear 0.2s;
}
#news .content .inner .wrap .btn:hover {
  background-color: #fff;
  color: #31c27c;
  /*transform: scale(1.2);*/
}
#backtop {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
#backtop .mask {
  width: 48px;
  height: 48px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  transition: all linear 0.5s;
}
#backtop .mask:hover {
  opacity: 0.1;
  cursor: pointer;
}
#backtop a {
  width: 48px;
  height: 48px;
  background: url("images/bgbacktop.png") no-repeat -60px center;
}

/*footer*/
#footer {
  position: relative;
  top: 20px;
	clear:both;
  height: 228px;
  background-color: #434343;
}
#footer .footer-list {
  width: 600px;
  height: 1px;
  margin: 0 auto;
}
#footer .main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
#footer .main .main-left {
  width: 400px;
  border-right: 2px solid #fff;
  margin-top: -5px;
   
}
#footer .main .main-left p {
  font-size: 12px;
  color: #fff;
  line-height: 25px;
   margin-left:20px;
}
#footer .main .main-phone {
  width: 380px;
  height: 136px;
  position: absolute;
  padding-left: 50px;
  padding-top: 40px;
  top: 0;
  left: 400px;
  border-right: 2px solid #fff;
}
#footer .main .main-phone img {
  width: 50px;
  height: 50px;
}
#footer .main .main-phone .call {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-top: -53px;
  margin-left: 60px;
}
#footer .main .main-phone .number {
  color: #fff;
  font-size: 26px;
  margin-left: 60px;
}
#footer .main .wechat {
  position: absolute;
  left: 775px;
  top: 17px;
  padding-left: 150px;
}
#footer .main .wechat .wechat-img {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
#footer .main .wechat p {
  width: 120px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
a{color:#000;}
#daohang20170922{
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  word-wrap: break-word; 
  padding: 0px; 
  border: 0px solid transparent; 
  height: auto;
    width: 20%; 
    float: left;
  display: block; 
  background-color: rgb(53, 170, 224);
  margin-bottom:20px;
}
#biaoti20170922{
  word-wrap: break-word; 
  text-align: center;
  height: 33px;
  width: 50%; 
  background-color: rgb(53, 170, 224);
  display: block; 
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
  z-index:2;
}
.biaoti20170922{ 
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 33px;
  white-space:nowrap;
}
#xian20170922{
  position: relative;
  z-index: 1;
  bottom: 16.5px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  overflow: hidden;
  width:70%;
  height: 33px;
}
#neirong20170922{
  margin-top: -15px;
  min-height: 400px;
}
.ul20170922{
   list-style-type: none;
   text-align: center;
}
.li20170922{
  height:34px;
  width: 80%;
  border-bottom: 4px solid rgb(53, 170, 224);
  margin:0 auto;
  line-height: 34px;
  font-size:15px;
  background-color: #fff;
}
.li20170922 a{
  display: inline-block;
  width: 90%;
  margin:0 auto;
  text-decoration: none;
  color: #666;
}
.li20170922 a:hover{
  color: #66ccff;
  font-size: 16px;
  font-weight: 700;
}
#kongbai20170922{
  width: 100%;
  margin-top: 8px;
}
.kongbai20170922{
  margin: 0 auto;
  width: 80%;
  font-size: 13px;
  line-height: 200%;
  color: #fff;
}
/*左侧导航栏结束*/