@charset "UTF-8";
body {
  overflow-x: hidden;
  overflow-y: auto;
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
  margin: 0px;
}

input, button, ul, ol {
  margin: 0px;
  padding: 0px;
}

body, input, button, form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "宋体", "Arial";
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

input {
  background: none;
  border: 0 none;
}

img, iframe {
  border: 0px;
}

em, i {
  font-style: normal;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.ico {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #434343;
  text-decoration: none;
}

a:hover {
  color: #16a1b3;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*top_main*/
.top_main {
  width: 100%;
  height: 34px;
  line-height: 35px;
  position: relative;
  z-index: 80;
  background-color: #f5f5f5;
  color: #666;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

.top_main li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 8px;
}

.top_main .split {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #666;
  vertical-align: middle;
  margin: 0;
  margin-top: -2px;
}

.top_main li a {
  color: #666;
  cursor: pointer;
}

.top_main li a:hover {
  color: #16a1b3;
}

/*header_main*/
.header_main {
  width: 100%;
  height: 135px;
  z-index: 100;
  background: #fff;
}

.header_main .logo {
  display: block;
  margin-top: 28px;
}

.header_main .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.header_main .tel {
  width: 300px;
  padding: 40px 0 0 0;
  line-height: 26px;
}

.header_main .tel b {
  color: #eb6621;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.header_main .tel span {
  color: #eb6621;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: arial;
  display: inline-block;
}

.header_main .tel s {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
  background-position: 0 0;
}

.nav_main {
  width: 100%;
  background: #16a1b3;
  position: relative;
  z-index: 3;
}

.nav .list {
  width: 100%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.nav_main .nav {
  width: 1200px;
  margin: 0 auto;
}

.nav_main .nav li {
  float: left;
  width: 150px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 16px;
  text-align: center;
}

.nav_main .nav li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li.hover {
  background: #0190a3;
}

.nav_main .nav dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  border-top: 0;
  background: rgba(22, 161, 180, 0.8);
}

.nav_main .nav dl {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
  line-height: 44px;
  height: 44px;
  text-align: left;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
}

.nav_main .nav dl dd:first-child {
  border: none;
}

.nav_main .nav dl dd a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: 100%;
  text-align: center;
}

/* banner */
#banner_main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
}

#banner_main .banner {
  height: 600px;
}

#banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#banner, .banner ul {
  max-height: 600px;
  overflow: hidden;
}

.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}

.banner li:first-child {
  display: block;
}

.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

#banner .tip {
  width: 1000px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 3;
}

#banner .tip span {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: all .5s;
}

#banner .tip span.cur {
  background: #fff;
}

#banner #btn_prev, #banner #btn_next {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 5;
  display: none;
  transition: all .5s;
}

#banner #btn_prev {
  background-position: -60px 0;
  left: 4%;
}

#banner #btn_next {
  background-position: -92px 0;
  right: 4%;
}

#banner #btn_prev:hover {
  opacity: .8;
  left: 3.6%;
}

#banner #btn_next:hover {
  opacity: .8;
  right: 3.6%;
}

/*搜索栏*/
.search_main {
  height: 60px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
}

.search_main .skey {
  float: left;
  line-height: 60px;
}

.search_main .skey p {
  font-size: 14px;
  font-weight: bold;
  color: #16a1b3;
  line-height: 60px;
}

.search_main .skey p a {
  display: inline-block;
  font-weight: normal;
  color: #959595;
  line-height: 15px;
  padding: 0 12px;
}

.search_main .skey p a:last-of-type {
  border-right: none;
}

.search_main .skey p a:hover {
  color: #16a1b3;
}

.search_main .search_form {
  float: right;
  width: 285px;
  height: 33px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  position: relative;
  margin-top: 12px;
  border-radius: 3px;
  position: relative;
}

.search_main .search_form input {
  background-color: none;
  border: none;
  outline: none;
}

.search_main .search_form .stxt {
  width: 235px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-indent: 10px;
  color: #999;
}

.search_main .search_form .sbtn {
  width: 50px;
  height: 33px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background: #16a1b3 url(../images/search.png) center no-repeat;
  border-radius: 3px;
}

/*link*/
.link {
  padding: 20px 0;
}

.linklogo {
  width: 165px;
  height: 26px;
  position: relative;
  z-index: 10;
  margin-left: 10px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
}

.linklogo b {
  display: inline-block;
  float: left;
  color: #16a1b3;
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
}

.linkcon {
  width: 1198px;
  line-height: 53px;
  border: #cccccc solid 1px;
  position: relative;
  top: -11px;
}

.linkcon a {
  padding-left: 20px;
  color: #666;
}

/*footer_main*/
.footer_main {
  width: 100%;
  padding-bottom: 0;
  background: #16a1b3;
  color: #fff;
}

.bottom_main {
  padding: 50px 0 40px 0;
}

.bottom_main .contact {
  width: 300px;
}

.bottom_main .contact h3 {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.bottom_main .contact p {
  line-height: 28px;
}

.bottom_main .contact p.p1 {
  font-size: 20px;
  line-height: 24px;
}

.bottom_main .contact p.tel {
  color: #ff9c00;
  font-size: 35px;
  font-family: "Arial";
  line-height: 56px;
}

.bottom_main .bNav {
  padding: 0 35px;
  height: 210px;
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.bottom_main .bNav dl {
  display: inline-block;
  float: left;
  width: 150px;
  overflow: hidden;
  text-align: center;
}

.bottom_main .bNav dl dt {
  height: 16px;
  display: block;
  padding-bottom: 25px;
}

.bottom_main .bNav dl dt a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 16px;
}

.bottom_main .bNav dl dd {
  display: block;
  height: 14px;
  padding-bottom: 14px;
}

.bottom_main .bNav dl dd a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

.bottom_main .ewm {
  text-align: center;
  padding-left: 50px;
}

.bottom_main .ewm dl {
  float: left;
  display: block;
}

.bottom_main .ewm dl:nth-child(2) {
  margin-right: 0px;
}

.bottom_main .ewm dl:first-child + dl {
  margin-right: 0px;
}

.bottom_main .ewm dl dt {
  width: 175px;
  height: 175px;
  text-align: center;
}

.bottom_main .ewm dl dt img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.bottom_main .ewm dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}

.copyright_main {
  background: #0190a3;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

.copyright_main a {
  color: #fff;
}

/*******index css*******/
/*首页标题*/
.index .in_title {
}

.index .in_title h3 {
  font-size: 30px;
  text-align: center;
  color: #16a1b3;
  margin: 0px;
}

.index .in_title p {
  text-align: center;
  padding-top: 2px;
  font-size: 12px;
  color: #999;
  margin-top: 3px;
}

/*产品中心*/
.index .proCenter {
  padding-top: 45px;
  padding-bottom: 20px;
}

.index .proCenter .list {
  width: 100%;
  margin-top: 28px;
}

.index .proCenter .list li {
  float: left;
  margin-bottom: 30px;
  margin-right: 32px;
}

.index .proCenter .list li:nth-child(4n) {
  margin-right: 0;
}

.index .proCenter .list li a {
  display: block;
}

.index .proCenter .list li img {
  width: 270px;
  height: 203px;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
  transition: all .5s;
}

.index .proCenter .list li h3 {
  color: #656464;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  transition: all .5s;
}

.index .proCenter .list li:first-child {
  margin-left: 0px;
}

.index .proCenter .list li:hover h3 {
  color: #16a1b3;
}

.index .proCenter .list li:hover img {
  box-shadow: 0 0 20px #aaa;
}

/*三大优势*/
.index .advantage_bg {
  background: url(../images/advantage.png) top center no-repeat;
}

.index .advantage_head {
  margin-bottom: 40px;
}

.index .advantage_head h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-top: 24px;
}

.index .advantage_head h2 span {
  font-size: 32px;
  font-weight: bold;
}

.index .advantage_head p {
  text-align: center;
  color: #a0edf7;
  padding-top: 10px;
}

.index .advantage_ehead h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 34px;
}

.index .advantage_ehead p {
  text-align: center;
  color: #a0edf7;
  padding-top: 8px;
}

.index .advantage_list_one {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.index .advantage_list_one img {
  max-width: 480px;
  max-height: 310px;
  float: left;
  margin: 30px 70px;
}

.index .advantage_list_one h3 {
  color: #16a1b3;
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.index .advantage_list_one p {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.index .advantage_btn {
  display: inline-block;
  width: 180px;
  padding: 7px 0px;
  text-align: center;
  background-color: #16a1b3;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.index .advantage_btn:hover, .advantage_btn:focus {
  color: #fff;
  background-color: #0190a3;
  text-decoration: none;
}

.index .advantage_list_two {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.index .advantage_list_two img {
  float: right;
  max-width: 480px;
  max-height: 310px;
  margin: 30px 70px;
}

.index .advantage_list_two h3 {
  color: #16a1b3;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}

.index .advantage_list_two p {
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}

.index .advantage_clear {
  clear: both;
}

/*关于我们*/
.index .about_bg {
  background: #f5f5f5;
  padding: 50px 0;
  margin-top: 30px;
}

.index .about .img {
  display: block;
  width: 485px;
  height: 300px;
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

.index .about .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.index .about .contW {
  position: relative;
  display: block;
  width: 625px;
  height: 310px;
  margin-left: 80px;
}

.index .about .contW .title h3 {
  font-size: 30px;
  line-height: 30px;
  color: #16a1b3;
}

.index .about .contW .title p {
  font-size: 16px;
  color: #999;
  padding-top: 2px;
  margin-top: 3px;
}

.index .about .contW .cont {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  margin-top: 15px;
  height: 180px;
  overflow: hidden;
}

.index .about .contW .more {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 150px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #ff710d;
  border-radius: 20px;
}

/*客户案例*/
.index .proCase {
  background: #fff;
  padding: 50px 0;
}

.index .proCase .bd {
  position: relative;
  margin-top: 20px;
}

.index .proCase .list {
  width: 100%;
}

.index .proCase .list li {
  position: relative;
  display: block;
  float: left;
  margin: 0 6px;
  padding-top: 20px;
}

.index .proCase .list li a {
  display: block;
}

.index .proCase .list li a img {
  display: block;
  width: 282px;
  height: 212px;
  padding: 2px;
  border: 1px solid #ddd;
  transition: all .5s;
}

.index .proCase .list li h3 {
  color: #656464;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.index .proCase .list li:hover h3 {
  color: #16a1b3;
}

.index .proCase .list li:hover img {
  box-shadow: 0 0 20px #aaa;
}

.index .proCase .hd {
  position: relative;
  width: 100%;
}

.index .proCase .hd .prev {
  width: 42px;
  height: 42px;
  background-position: 0px -60px;
  cursor: pointer;
  position: absolute;
  top: -169px;
  left: -80px;
}

.index .proCase .hd .next {
  width: 42px;
  height: 42px;
  background-position: -126px -60px;
  cursor: pointer;
  position: absolute;
  top: -169px;
  right: -80px;
}

.index .proCase .hd .prev:hover {
  background-position: -42px -60px;
}

.index .proCase .hd .next:hover {
  background-position: -84px -60px;
}

/*新闻中心*/
.index .news {
  background: #fff;
}

.index .news .hd {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.index .news .hd li {
  display: inline-block;
  margin: 0 8px;
}

.index .news .hd li a {
  display: block;
  width: 170px;
  color: #666;
  font-size: 16px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #eaeaea;
}

.index .news .hd li.on a, .index .news .hd li a:hover {
  color: #fff;
  background: #16a1b3;
  border-color: #16a1b3;
}

.index .news .textlist {
  width: 730px;
  margin-left: 30px;
}

.index .news .newsimg {
  width: 432px;
  height: 477px;
  overflow: hidden;
  position: relative;
  padding: 3px;
  border: 1px solid #ddd;
}

.index .news .newsimg img {
  width: 100%;
  height: 324px;
}

.index .news .newsimg .txt {
  padding: 10px 20px;
}

.index .news .newsimg h3 {
  color: #434343;
  font-size: 22px;
  transition: all .5s;
}

.index .news .newsimg p {
  color: #999;
  line-height: 24px;
  text-align: justify;
  padding-top: 10px;
}

.index .news .newsimg:hover h3 {
  color: #16a1b3;
}

.index .news .textlist .item {
  border-bottom: 1px solid #ddd;
  height: 69px;
  padding: 15px 0;
}

.index .news .textlist .item:first-child {
  padding-top: 0;
}

.index .news .textlist .item a {
  display: block;
}

.index .news .textlist .item h3 {
  font-size: 18px;
  vertical-align: top;
  color: #434343;
  transition: all .5s;
}

.index .news .textlist .item p {
  font-size: 14px;
  line-height: 21px;
  color: #999;
  text-align: justify;
}

.index .news .textlist .item .time {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 14px;
  line-height: 22px;
  margin-right: 20px;
  color: #fff;
  background: #16a1b3;
  text-align: center;
}

.index .news .textlist .item .time b {
  font-weight: normal;
  display: block;
  font-size: 30px;
  line-height: 45px;
}

.index .news .textlist .item:hover h3 {
  color: #16a1b3;
}

.index .news .more {
  width: 180px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  text-align: center;
  background: #16a1b3;
  color: #fff;
  border-radius: 20px;
}

.index .news .more:hover {
  background: #0190a3;
  color: #fff;
  text-indent: 10px;
}

/*******内页样式********/
.nybanner {
  width: 100%;
  position: relative;
  height: 340px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/nybanner.jpg);
}

.submian {
  padding-bottom: 20px;
}

.nybanner .ny_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: url(../images/nybanner_bg.png) center top no-repeat;
}

.submian .sobtitle {
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #d9d9d9;
}

.submian .sobtitle h3 {
  display: inline-block;
  color: #16a1b3;
  font-size: 18px;
  border-left: 6px solid #16a1b3;
  height: 20px;
  line-height: 20px;
  padding-left: 14px;
  margin-top: 5px;
}

.submian .sobtitle s {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-position: -129px -30px;
}

.submian .sobtitle a {
  font-size: 14px;
  color: #666;
}

.submian .sobtitle a:hover {
  color: #16a1b3;
}

.submian .sobtitle a.now {
  color: #16a1b3;
  font-size: 14px;
  font-weight: bold;
}

.submian .sobtitle a.now:hover {
  text-decoration: underline;
}

.submian .subleft {
  width: 270px;
}

.submian .subleft h1 {
  padding-top: 15px;
  font-weight: 400;
  width: 100%;
  height: 91px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.submian .subleft h1 .ch {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.submian .subleft h1 .en {
  font-size: 15px;
  line-height: 17px;
  display: block;
}

.submian .subleft .bort9 {
  border-top: 9px solid #007eb9;
  border-radius: 5px 5px 0px 0px;
}

.submian .subleft .bor9 {
  border-bottom: 9px solid #eaeaea;
}

.submian .subleft .lefta {
  background: #16a1b3;
  padding: 5px;
}

.submian .subleft .lefta ul {
  background: #fff;
  padding: 15px;
  padding-bottom: 5px;
}

.submian .subleft .lefta ul li a {
  line-height: 40px;
  display: block;
  padding-left: 26px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  background: #16a1b3;
}

.submian .subleft .lefta ul li:hover a, .submian .subleft .lefta ul li.hover a {
  background: #0190a3;
}

.submian .subleft .lefta ul li .boxlist {
  padding: 0;
  display: none;
}

.submian .subleft .lefta ul li .boxlist li {
  margin-bottom: 10px;
}

.submian .subleft .lefta ul li .boxlist li a {
  padding-left: 13px;
  color: #333;
  background: #eaeaea;
}

.submian .subleft .lefta ul li .boxlist li a s {
  display: inline-block;
  width: 6px;
  height: 8px;
  border: 1px dotted #16a1b8;
  border-top: 0;
  border-right: 0;
  margin-right: 7px;
}

.submian .subleft .lefta ul li .boxlist li a:hover, .submian .subleft .lefta ul li .boxlist li a.hover {
  background: #d2d2d2;
}

.submian .subleft .lefta ul li.hover .boxlist {
  display: block;
}

.submian .subleft .leftnews {
  background: #16a1b3;
  padding: 5px;
  margin-top: 15px;
}

.submian .subleft .leftnews .leftprocomt {
  background: #fff;
  padding: 10px;
}

.submian .subleft .leftnews .leftprocomt li {
  float: left;
  text-align: center;
  width: 115px;
  margin-right: 10px;
}

.submian .subleft .leftnews .leftprocomt li:nth-child(2n) {
  margin-right: 0;
}

.submian .subleft .leftnews .leftprocomt li img {
  width: 100%;
  height: 86px;
  border-radius: 3px;
}

.submian .subleft .leftnews .leftprocomt li p {
  color: #666;
  line-height: 30px;
  transition: all .5s;
}

.submian .subleft .leftnews .leftprocomt li:hover p {
  color: #16a1b3;
}

.submian .subleft .leftnews .leftcont {
  background: #ececec;
  padding: 10px;
  border-radius: 0 0 3px 3px;
}

.submian .subleft .leftnews .leftcont p {
  color: #666;
  line-height: 30px;
  font-size: 14px;
  display: block;
}

.submian .subleft .leftcont {
  background: #16a1b3;
  padding: 5px;
  margin-top: 15px;
}

.submian .subleft .leftcont .cont {
  background: #fff;
  padding: 10px;
}

.submian .subleft .leftcont .cont p {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
  background: url(../images/you.png) no-repeat left center;
  padding-left: 10px;
}

.submian .subleft .leftcont .cont p.add {
  line-height: 24px;
  border: 0;
  background-position-y: 10px;
  margin: 5px 0;
}

.submian .subleft .leftcont .cont img {
  width: 236px;
  height: 86px;
  padding: 1px;
  border: 1px solid #ddd;
}

.submian .subright {
  width: 900px;
  padding-bottom: 0;
  line-height: 28px;
}

.submian .subright .aboutlist {
  color: #666;
  text-align: justify;
}

.submian .subright img {
  max-width: 920px;
}

.submian .subright .newslist .textlist li {
  padding: 25px 0px 25px;
  height: 110px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 25px;
}

.submian .subright .newslist .textlist li a {
  display: block;
  cursor: pointer;
}

.submian .subright .newslist ul li a img {
  width: 147px;
  float: left;
  margin-right: 18px;
  border: 1px solid #eee;
  height: 110px;
  display: block;
}

.submian .subright .newslist ul li a .txt {
  color: #888;
  line-height: 24px;
  font-size: 12px;
}

.submian .subright .newslist .textlist li a p {
  height: 40px;
  line-height: 40px;
}

.submian .subright .newslist .textlist li a b {
  color: #16a1b3;
  font-size: 14px;
}

.submian .subright .newslist .textlist li a:hover b {
  color: #16a1b3;
}

.submian .subright .newslist .textlist li a i {
  color: #999;
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 12px;
}

.submian .subright .newslist .textlist li a span {
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
  display: block;
  color: #666;
}

.submian .subright .newslist .textlist2 li {
  height: 40px;
  line-height: 40px;
}

.submian .subright .newslist .textlist2 li a {
  display: block;
}

.submian .subright .newslist .textlist2 li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #007eb9;
  margin-right: 10px;
  border-radius: 100%;
}

.submian .subright .newslist ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
  text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
  color: #777;
}

.submian .subright .caselist ul li {
  padding: 20px 0px;
  border-bottom: 1px dotted #c2c2c2;
  height: 176px;
}

.submian .subright .caselist ul li a {
  display: block;
}

.submian .subright .caselist ul li a img {
  width: 220px;
  height: 162px;
  display: block;
  border: 7px solid #e2e2e2;
}

.submian .subright .caselist ul li a .txt {
  width: 470px;
  float: left;
  padding-left: 20px;
}

.submian .subright .caselist ul li a .txt p {
  height: 40px;
  line-height: 40px;
  color: #007eb9;
  font-size: 14px;
  font-weight: bold;
}

.submian .subright .caselist ul li a .txt i {
  color: #666;
  padding-bottom: 10px;
  display: block;
}

.submian .subright .caselist ul li a .txt span {
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  display: block;
  color: #666;
}

.submian .subright .caselist ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  border-color: #007eb9;
}

.submian .subright .caselist ul li a:hover p {
  text-decoration: underline;
}

.submian .subright .caselist ul li a:hover span {
  color: #777;
}

.honorlist ul.list {
  float: left;
  width: 100%;
}

.honorlist ul.list li.item {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.honorlist ul.list li.item:nth-child(3n) {
  margin-right: 0;
}

.honorlist ul.list li.item span {
  display: block;
  color: #656464;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.honorlist ul.list li.item img {
  width: 274px;
  height: 206px;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.honorlist ul.list li.item a:hover img {
  box-shadow: 0 0 20px #aaa;
}

.honorlist ul.list li.item a:hover span {
  color: #16a1b3;
}

.submian .t {
  padding: 0 0 25px;
  color: #16a1b3;
  font-size: 18px;
}

.submian .t2 {
  padding-bottom: 30px;
  color: #16a1b3;
  font-size: 24px;
}

/* formData */
.formData {
  padding-bottom: 20px;
}

.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 420px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e4e4e4;
  margin-right: 56px;
  margin-bottom: 45px;
  position: relative;
}

.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #666;
}

.formData .item input {
  outline: none;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
}

.formData .item .txt {
  width: 350px;
  height: 56px;
  line-height: 56px;
  display: block;
  background: none;
  padding-left: 70px;
  border: 0 none;
  color: #666;
}

.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}

.formData .item.mr0 {
  margin-right: 0;
}

.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}

.formData .liuyan {
  width: 898px;
  height: 260px;
  border: 1px solid #e4e4e4;
  float: left;
}

.formData .liuyan label {
  text-align: right;
  display: block;
}

.formData .liuyan textarea {
  width: 878px;
  height: 234px;
  line-height: 35px;
  padding: 12px 10px;
  text-indent: 100px;
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}

.formData .bot {
  width: 100%;
}

.formData .sub {
  width: 232px;
  line-height: 52px;
  border: 2px solid #16a1b3;
  margin-right: 2px;
  text-align: center;
  background: #16a1b3;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.formData .sub:hover {
  background: none;
  color: #16a1b3;
}

.formData .yzm .txt {
  padding-left: 80px;
}

.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  border: 0px;
  display: block;
}

/** 新闻中心 **/
.submian .subright .thumblist {
}

.submian .subright .thumblist .list {
  padding-bottom: 20px;
}

.submian .subright .thumblist .item {
  width: 860px;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 20px;
  transition: all .5s;
}

.submian .subright .thumblist .item a {
  display: block;
}

.submian .subright .thumblist .item .img {
  position: relative;
  width: 180px;
  height: 135px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.submian .subright .thumblist .item img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.submian .subright .thumblist .item a:hover img {
  transform: scale(1.1, 1.1);
}

.submian .subright .thumblist .item .txt {
  width: 660px;
  cursor: pointer;
}

.submian .subright .thumblist .item .txt h3 {
  font-size: 16px;
  line-height: 30px;
  transition: all .5s;
}

.submian .subright .thumblist .item .txt .mark {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}

.submian .subright .thumblist .item .txt .mark span {
  display: inline-block;
  padding-right: 18px;
}

.submian .subright .thumblist .item .txt p {
  color: #666;
  line-height: 25px;
}

.submian .subright .thumblist .item .txt p span {
  display: inline-block;
  color: #16a1b3;
  padding-left: 10px;
}

.submian .subright .thumblist .item a:hover .txt h3 {
  color: #16a1b3;
}

.submian .subright .thumblist .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.reLink {
  height: 38px;
  border: 1px solid #ddd;
  margin: 10px auto 10px;
  padding: 0px 10px;
}

.reLink .prevLink, .reLink .nextLink {
  height: 38px;
  line-height: 38px;
  color: #666;
}

.reLink .prevLink a, .reLink .nextLink a {
  height: 38px;
  line-height: 38px;
  color: #666;
}

.reLink .prevLink a:hover, .reLink .nextLink a:hover {
  color: #16a1b3;
}

.reLink .prevLink {
  float: left;
}

.reLink .nextLink {
  float: right;
}

.submian .subright .conBox .ArticleTitle h1 {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
  line-height: 30px;
  height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.submian .subright .conBox .ArticleMessage span:first-child {
  margin-left: 0;
}

.submian .subright .conBox .ArticleMessage span {
  color: #999;
  margin-left: 14px;
  font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
  float: left;
  margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
  padding: 5px 0px 20px 0px;
  line-height: 28px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  text-align: justify;
}

.submian .subright .conBox #pic {
  width: max-content;
  margin: 20px auto;
  padding: 1px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.submian .subright .conBox #pic img {
  max-width: 800px;
}

.submian .subright .showproduct .ArticleTencont img {
  max-width: 100%;
}

.submian .subright .conBox .ArticleTencont img {
  max-width: 100%;
}

/*浮动客服*/
.toolbar {
  position: fixed;
  top: 50%;
  right: 1%;
  margin-top: -163px;
  z-index: 100;
  width: 80px;
}

.toolbar dd {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background: #16a1b3;
  margin-top: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.toolbar dd:first-child {
  margin-top: 0;
}

.toolbar dd i {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 13px;
  background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
  background-position-y: 0;
}

.toolbar dd.tel i {
  background-position-y: -30px;
}

.toolbar dd.code i {
  background-position-y: -60px;
}

.toolbar dd.top i {
  background-position-y: -90px;
}

.toolbar dd span {
  display: block;
  color: #fff;
}

.toolbar dd.tel .box {
  position: absolute;
  top: 0;
  width: 190px;
  right: -200px;
  height: 100%;
  margin-right: 10px;
  border-radius: 5px;
  background: #16a1b3;
  opacity: 0;
  transition: all .5s;
}

.toolbar dd.tel .box p {
  font-size: 14px;
  margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
  font-size: 18px;
  font-weight: bold;
}

.toolbar dd.tel .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #16a1b3;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd.code .box {
  position: absolute;
  top: 0;
  width: 162px;
  right: -172px;
  height: 162px;
  margin-right: 10px;
  border-radius: 5px;
  background: #16a1b3;
  opacity: 0;
  transition: all .5s;
}

.toolbar dd.code .box img {
  width: 140px;
  height: 140px;
  padding: 11px;
}

.toolbar dd.code .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #16a1b3;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd:hover {
  background: #333;
}

.toolbar dd.tel:hover .box {
  opacity: 1;
  right: 80px;
}

.toolbar dd.code:hover .box {
  opacity: 1;
  right: 80px;
}

.subright .searchList {
  border-top: 1px solid #ddd;
}

.subright .searchList li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.subright .searchList li:first-child {
  border-top: none;
}

.subright .searchList li:hover a h2 {
  color: #16a1b3;
  font-weight: bold;
}

/*******font-face********/
@font-face {
  font-family: didot;
  src: url('../font/didot.eot');
  src: url('../font/didot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/didot.woff') format('woff'), /* Modern Browsers */ url('../font/didot.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/didot.svg#didot') format('svg'); /* IE9 Compat Modes */
  /* Legacy iOS */
}

/*↓组图样式↓*/
.HS10, .HS15 {
  overflow: hidden;
  clear: both;
}

.HS10 {
  height: 10px;
}

.HS15 {
  height: 15px;
}

.Hidden {
  display: none;
}

.Clearer {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

.FlLeft {
  float: left;
}

.FlRight {
  float: right;
}

/*幻灯片区域背景*/
.MainBg {
  width: 100%;
  margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
  padding: 0;
}

#OriginalPic {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

#OriginalPic img {
  display: block;
  min-width: 100px;
  margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 100%;
  color: #FFF;
  left: 0;
  cursor: url(../images/CurL.cur), auto;
}

.CursorR {
  position: absolute;
  z-index: 999;
  width: 50%;
  height: 100%;
  color: #FFF;
  right: 0;
  cursor: url(../images/CurR.cur), auto;
}

/*小图预览和滑动*/
.SliderPicBorder {
  width: 100%;
  overflow: hidden;
}

.ThumbPicBorder {
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
}

.ThumbPicBorder #btnPrev {
  width: 45px;
  height: 113px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 20px;
}

.ThumbPicBorder #btnNext {
  width: 45px;
  height: 113px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.ThumbPicBorder .pic {
  width: 755px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}

#ThumbPic img {
  border: 3px solid #ddd;
  cursor: pointer;
  background-color: #ddd;
  margin: 0 5px;
  width: 135px;
  height: 108px;
  display: block;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

#ThumbPic img.active {
  border: 3px solid #16a1b3;
}

/*↑组图样式↑*/
