﻿@charset "utf-8";
body {
  min-width: 1200px;
}

a:hover {
  color: #f59a31;
}

table th {
  background: #f59a31 !important;
  color: #fff;
}

#header {
  height: 100px;
}

#navigation {
  height: 100px;
}

#navigation > ul {
  height: 100px;
}

#navigation > ul > li {
  float: left;
  position: relative;
}

#navigation > ul > li > a {
  display: block;
  height: 100px;
  width: 128px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

#navigation > ul > li > a .name {
  font-size: 16px;
  border-left: 1px solid #999;
}

#navigation > ul > li.home a .name {
  border-left: none;
}

#navigation > ul > li > a .aname {
  font-size: 12px;
}

#navigation > ul > li:hover > a, #navigation > ul > li > .current {
  /*border-bottom: 5px solid #f59a31;*/
  /*text-decoration: none;*/
  /*transition: all .5s ease 0s;*/
}

#navigation .sub {
  margin: 0;
  height: auto;
  display: none;
  position: absolute;
  left: 0;
  background: #FFF;
  z-index: 99999;
  width: auto;
  width: 128px;
}

#navigation .sub li {
  background: none;
  float: none;
}

#navigation .sub li a {
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: normal;
}

#navigation .sub li a:hover {
  background: #f59a31;
  color: #FFF;
}

/* 幻灯 */
#slideshow {
  position: relative;
  /*overflow: hidden;*/
  height: 650px;
  background: url("../images/banner.png") no-repeat;
  background-size: cover;
}

#slideshow .bd li {
}

#slideshow .hd ul {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#slideshow .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 2px;
  background: #FFF;
  overflow: hidden;
  line-height: 9999px;
}

#slideshow .hd ul .on {
  background: #f59a31;
  width: 20px;
}

#slideshow .url {
  width: 1200px;
  margin: 0 auto;
}

#slideshow .url a {
  width: 1200px;
  display: block;
}

#slideshow .next, #slideshow .prev {
  position: absolute;
  top: 0;
  width: 50px;
  cursor: pointer;
}

#slideshow .next {
  right: 50%;
  background: url(../images/r.png) center no-repeat;
  margin-right: -660px;
}

#slideshow .prev {
  left: 50%;
  background: url(../images/l.png) center no-repeat;
  margin-left: -660px;
}

#search {
  /*background: #FAFAFA;*/
  position: relative;
  /*box-shadow: 0 0 4px #CCC;*/
  border-radius: 5px;
}

#search_text {
  border-radius: 19px 0 0 19px;
  border: 2px solid #154064;
  height: 38px;
  width: 715px;
  /*position: absolute;*/
  /*top: 10px;*/
  /*right: 80px;*/
  padding: 0 15px;
}

#search_btn {
  border-radius: 0 19px 19px 0;
  background: #154064;
  height: 38px;
  width: 80px;
  /*position: absolute;*/
  /*top: 10px;*/
  /*right: 10px;*/
  color: #fff;
  cursor: pointer;
  position: relative;
  right: 5px;
}

#index_products {
  padding: 20px 0;
}

#footer {
  background: #3e3e3e;
  padding: 20px 0;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

#content {
  margin: 20px 0;
}

.hd1 {
  background: #EEE;
  height: 46px;
  line-height: 46px;
  padding: 0 14px;
  border-left: 20px solid #f59a31;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
}

.bd1 {
  padding: 10px 0;
  margin-bottom: 20px;
}

#index-link {
  padding: 50px 0;
}

.link_text a {
  display: block;
  background: #EEE;
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}


/*当前位置*/
#current_location {
  background: #EEE;
  background: linear-gradient(to right, #EEE, #FFF);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

#current_location a.current {
  color: red;
}

#detail_name {
}

#detail_intro {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}

#detail_content {
  padding: 20px 0;
}

#detail_content p {
  line-height: 32px;
}

#detail_picture {
  margin: 20px 0;
  text-align: center;
}

#detail_video {
  margin: 20px 0;
  text-align: center;
}

#detail_video embed {
  width: 100%;
  height: 535px;
}

#detail_attachment {
  margin: 20px 0;
}

#detail_slideshow .bd li img {
  width: 100%;
}

#detail_slideshow .hd {
  margin-top: 10px;
}

#detail_slideshow .hd li img {
  cursor: pointer;
}

#detail_slideshow .hd li.on img {
  transform: scale(1.2, 1.2);
}

/*首页产品标签*/
#products_tab .hd li {
  display: block;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  background: #EEE;
  text-align: center;
  font-size: 16px;
}

#products_tab .hd li.on {
  background: #f59a31;
  color: #FFF;
}

#products_tab .bd {
  margin-top: 10px !important;
}

#products_tab .bd .content {
}

/*列表*/
.plist .wrap {
  padding: 9px;
  border: 1px solid #EEE;
  transition: all .5s ease 0s;
}

.plist .wrap:hover {
  background: #EEE;
}

.plist .title {
  padding: 10px 0;
  text-align: center;
}

.plist .content {
  font-size: 12px;
  height: 80px;
  color: #666;
  padding: 0 10px;
}

.pdlist {
  margin-bottom: 20px;
  border: 1px solid #EEE;
  padding: 19px;
}

.pdlist:hover {
  border: 1px solid #DDD;
}

.pdlist .title {
  font-size: 18px;
}

.pdlist .content {
  color: #666;
  padding: 10px 0;
}

.alist {
  margin-bottom: 20px;
}

.alist:hover .date {
  border-color: #999;
}

.alist .date {
  text-align: center;
  color: #666;
  border: 1px solid #EEE;
  transition: all .5s ease 0s;
}

.alist .date .month_day {
  font-size: 16px;
  margin-top: 15px;
}

.alist .date .year {
  font-size: 18px;
  margin-bottom: 15px;
}

.alist .title {
  font-size: 18px;
  border-bottom: 1px solid #EEE;
  line-height: 30px;
}

.alist .content {
  padding: 10px 0;
  color: #999;
  font-size: 12px;
}

.channel_list li {
  margin-bottom: 4px;
}

.channel_list li a {
  display: block;
  line-height: 36px;
  background: #EEE;
  padding: 0 10px;
}

.channel_list li a:hover {
  background: #f59a31;
  color: #FFF;
}

.channel_list li a.current {
  background: #f59a31;
  color: #FFF;
}

.channel_wlist {
  margin-bottom: 20px;
}

.channel_wlist li {
  display: inline-block;
  margin-right: 10px;
}

.channel_wlist li a {
  background: #EEE;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding: 0 30px;
  font-size: 16px;
}

.channel_wlist li a:hover {
  background: #f59a31;
  color: #FFF;
}

.channel_wlist li a.current {
  background: #f59a31;
  color: #FFF;
}

.channel_plist .hd {
  background: #f59a31 url(../images/icon1.png) right center no-repeat;
  line-height: 36px;
  padding: 0 10px;
  margin-bottom: 2px;
}

.channel_plist .hd.on {
  background: #f59a31 url(../images/icon2.png) right center no-repeat;
}

.channel_plist .hd a {
  display: block;
  color: #EEE;
}

.channel_plist .bd {
  display: none;
}

.channel_plist .bd li {
  background: #EEE;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 2px;
}

.channel_plist .bd li a {
  display: block;
  color: #333;
}

#channel_content {
}

#channel_content p {
  line-height: 32px;
}

.page_show {
  margin: 20px 0;
}

.page_show a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  background: #F2F2F2;
  margin-right: 2px;
  border-radius: 5px;
}

.page_show a:hover, .page_show a.page_current {
  background: #f59a31;
  color: #FFF;
}

.flist {
  margin-bottom: 20px;
}

.flist .username {
  background: #EEE;
  padding: 10px;
}

.flist .content {
  padding: 20px;
  border: 1px solid #EEE;
}

.flist .content .answer {
  padding: 10px;
  border: 1px solid #EEE;
  margin-top: 10px;
}

#float {
  z-index: 9999;
  position: absolute;
  display: block;
  bottom: 1px;
  right: 0;
}

#float .wrap {
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
  background: #042A5F;
}

#float .icon {
  padding: 15px 0;
  width: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
}

#float .content {
  min-height: 60px;
  position: absolute;
  right: 60px;
  top: 0;
  display: none;
  background: #042A5F;
}

#float .content a {
  color: #FFF;
}

#float .qq .content {
  line-height: 60px;
  padding: 0 20px;
  font-size: 30px;
  color: #FFF;
}

#float .qrcode .content {
  padding: 5px;
  width: 180px;
}

#float .phone .content {
  line-height: 60px;
  padding: 0 20px;
  font-size: 30px;
  color: #FFF;
}

#float .custom .content {
  padding: 20px;
  min-width: 160px;
  color: #FFF;
}

#float .gotop .content {
}

.caselist .wrap {
  position: relative;
}

.caselist .title {
  display: none;
  background: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.caselist .title a {
  color: #DDD;
}

#channel_cover {
  margin-bottom: 10px;
  text-align: center;
}


.honor_list {
  height: 387px;
  overflow: hidden;
  position: relative;
}

.honor_list .bd .content {
  height: 387px;
  text-align: center;
}

.honor_list .bd .content img {
  height: 387px;
}

.honor_list .prev, .honor_list .next {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #EEE;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.honor_list .prev {
  position: absolute;
  top: 160px;
  left: 10px;
}

.honor_list .next {
  position: absolute;
  top: 160px;
  right: 10px;
}

#index-4 {
  padding: 50px 0;
  background: #f59a31;
}

#index-4 .name {
  text-align: center;
  font-size: 30px;
  text-align: center;
  padding: 30px 0;
  color: #FFF;
}

#index-4 .seoname {
  border-top: 1px solid #3368BA;
  text-align: center;
}

#index-4 .seoname span {
  position: relative;
  top: -16px;
  background: #3368BA;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
}

.case_list .title {
  background: #FFF;
  padding: 20px;
}

.index_hd {
}

.index_hd .name_wrap {
  text-align: center;
}

.index_hd .name_wrap .name {
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  /*border-bottom: 1px solid #EEE;*/
}

.index_hd .name_wrap .aname {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}

.index_bd {
}

#index-a {
  padding: 50px 0;
  background: #f59a31;
  margin: 50px 0;
}

#index-b {
  padding-top: 60px;
}

#index-c {
}

#index-d {
  padding: 50px 0;
  background: #f59a31;
  margin: 50px 0;
}

#index-e {
  padding: 50px 0;
  background: #f59a31;
  margin: 50px 0;
}

.products_clist {
  margin-bottom: 20px;
}

.products_clist ul {
  text-align: center;
}

.products_clist ul li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}

.products_clist ul li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 25px;
  color: #242424;
  background: #EEE;
}

.products_clist ul li a:hover {
  background: #f59a31;
  color: #FFF;
}

.products_list .wrap {
  /*border: 3px solid #EEE;*/
  padding: 10px;
  transition: all .5s ease 0s;
}
.products_list .wrap img{
  display: block;
  margin: 0 auto;
}
.products_list .wrap:hover {
  /*border: 3px solid #f59a31;*/

}

.products_list .title {
  padding: 10px 0;
  color: #FFF;
  text-align: center;
}
.pro_slider{
  background: url("../images/bg1.png") no-repeat;
  background-size: cover;
  position: relative;
  bottom: 110px;
}
#products_slideshow {
  position: relative;
}

#products_slideshow .prev_next {
  position: absolute;
  right: -66px;
  top: 0;
}

#products_slideshow .prev_next .prev, #products_slideshow .prev_next .next {
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #EEE;
  margin-bottom: 5px;
  cursor: pointer;
}

#products_slideshow .prev_next .prev:hover, #products_slideshow .prev_next .next:hover {
  background: #f59a31;
  color: #EEE;
}

#honor_slideshow {
  position: relative;
}

#honor_slideshow .prev_next .prev, #honor_slideshow .prev_next .next {
  position: absolute;
  top: 50%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  background: #EEE;
  cursor: pointer;
  margin-top: -26px;
}

#honor_slideshow .prev_next .prev:hover, #honor_slideshow .prev_next .next:hover {
  background: #f59a31;
  color: #EEE;
}

#honor_slideshow .prev_next .prev {
  left: -76px;
}

#honor_slideshow .prev_next .next {
  right: -76px;
}

.index_alist li div {
  border-bottom: 1px dotted #999;
  padding: 15px 0;
}

#index_about {
  background: #FFF;
  padding: 50px;
}

#index_news {
  background: #FFF;
  padding: 50px;
}

#index_contact_case {
  background: #FFF;
  padding: 50px;
}

.thumbnail img {
  width: 100%;
  height: 150px;
}

.dowebok {
  width: 400px;
  height: 340px;
  margin: 30px 0 0 0;
  /*border: 1px solid #fff;*/
  border-radius: 20px;
  overflow: hidden;
}

.form-item {
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.form-item input {
  width: 288px;
  height: 48px;
  padding-left: 15px;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  outline: none;
}

.form-item button {
  width: 140px;
  height: 50px;
  border: 0;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  outline: none;
  cursor: pointer;
  background-color: #f49649;
}

.tip {
  display: none;
  position: absolute;
  left: 20px;
  top: 52px;
  font-size: 14px;
  color: #f50;
}

.reg-bar {
  width: 360px;
  margin: 20px auto 0;
  font-size: 14px;
  overflow: hidden;
}

.reg-bar a {
  color: #fff;
  text-decoration: none;
}

.reg-bar a:hover {
  text-decoration: underline;
}

.reg-bar .reg {
  float: left;
}

.reg-bar .forget {
  float: right;
}

.dowebok ::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.dowebok :-moz-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.dowebok ::-moz-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}

.dowebok :-ms-input-placeholder {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.index-news{
  width: 1200px;
  margin: 100px auto;
}
.index-news > .title{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 50px;
}
.index-news > .title > h4{
  color: #a1a1a1;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
}
.index-news > .content{
  display: flex;
  height: 270px;
}
.index-news > .content .img-box{
  width: 430px;
  height: 270px;
}
.index-news > .content .img-box img{
  width: 100%;
}
.index-news > .content > .news-list{
  margin-left: 20px;
  width: 780px;
}
.index-news > .content > .news-list .part{
  margin-bottom: 30px;
}
.index-news > .content > .news-list .part a{
  display: flex;
  flex-direction: column;
}
.index-news > .content > .news-list .title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-news > .content > .news-list .intro{
  color: #a1a1a1;
}
.search-box{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 50px;
  background: #fff;
  padding: 20px;
  z-index: 5;
}
.search-box .title{
  width: 30%;
}
.search-box #search{
  width: 70%;
  display: flex;
  flex-direction: column;
}
#search .text{
  text-align: center;
  margin-bottom: 25px;
}
.search-box .title h4{
  color: #a1a1a1;
  font-weight: normal;
}
.ny-container{
  background: url("../images/bg1.png") no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.ny-content{
  background: #fff;
  padding: 20px 40px;
}
.ny-footer{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
 }
