body, dl, dd, ul, ol, h1, h2, h3, h4, form, input, button, textarea, p, th, td { margin: 0; padding: 0; }
body { font: 14px/1.2 "\5FAE\8F6F\96C5\9ED1", arial, 'Microsoft YaHei'; color: #333; background: #fff; }
img { vertical-align: middle; border: none; }
ul, ol { list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0; }
button, input, select, textarea { font-size: 100%; vertical-align: middle; }
a { color: #333; text-decoration: none; blr: expression(this.onFocus=this.blur()); }
a:hover { text-decoration: none; color: #2889c3; }
a:focus { outline: 0 none; }
h1, h2, h3, h4 { font-size: 100%; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; -moz-appearance: button; }
.text, .btn, textarea { font-family: "\5FAE\8F6F\96C5\9ED1", arial, 'Microsoft YaHei'; }
.clearfix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }
.clearfix { *zoom: 1; }
.btn { border: none; cursor: pointer; }
html, body { width: 100%; height: 100%; }
input, textarea { outline: none }
.fl { float: left; }
.fr { float: right; }
.wrap { width: 1200px; margin: auto; }
.wrap, a, .headbox, .nav li a:before, .logo, .logo img, .nav li,.nav li:before,.prod-ul li,.news-indlist-item,.prods-img img,.tobtn,.newss-head,.newssimg:before,.partimg:before,.partimg img,.prods-h{ -webkit-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.slide-img { min-width: 1320px;}
.headbox {  width: 100%; height: 88px; background: rgba(255, 255, 255, 0.9);  }
.logo { width: 355px; height: 60px; margin-top: 14px; }
.logo img { width: 100%; height: 100%; }
.nav li { float: left; font-size: 16px; padding:0 20px; margin: 18px 0; position: relative;}
.nav li a{color: #333;}
.nav li:hover a{ color: #1d63d6;}
.nav li:before{
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 0%;
  height: 2px;
  margin-left: 0%;
  background: #1d63d6;
  content: "";
}
.nav li:hover:before{
  width: 80%;
  margin-left: -40%;
}

.nav-head{
  text-align: right;
  padding-top: 21px;
}
.nav-head a{
  display: inline-block;
  padding-left: 28px;
  margin-right: 10px;
}
.nav-head a.cn{
  background: url(../images/pic_06.jpg) no-repeat 0 0;
}
.nav-head a.en{
  background: url(../images/pic_08.jpg) no-repeat 0 0;
}


/*轮播图*/
.slide-img {width: 100%; overflow: hidden; position: relative; }
.slide-b li { height:612px; }
.slide-img .flex-control-nav { position: absolute; bottom:10px; left: 0; width: 100%; text-align: center; overflow: hidden; z-index: 99; }
.slide-img .flex-control-nav li { display: inline-block; text-indent: -9999px; margin:0 5px; border-radius: 20px; overflow: hidden; }
.slide-img .flex-control-nav li a { display: block; width: 40px; height: 4px; font-size: 0; text-indent: -9999px; cursor: pointer; background: #8f979e; }
.slide-img .flex-control-nav li .flex-active { background: #fff; }
.flex-direction-nav { display: none; }
/***/

.posTitlebox { position: absolute; top: 0; left: 50%; height: 100%; margin-left: -600px; z-index: 66; }
.bnr-pos-box{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -116px;
    margin-left: -97px;
}
.posimg { /*position: absolute; top: 176px; left: 50%;margin-left: -200px; */ }
.bnr-introduce{
  width: 495px;
  font-size: 20px;
  background: url(../images/pic_15.png) no-repeat 0 0;
  padding: 15px 29px;
  margin: 38px 0 44px 10px;
  color: #fff;
}
.bnr-more{
  display: inline-block;
  width: 153px;
  height: 53px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  margin-left: 10px;
  background: #e02723;
  border: 1px solid #e02723
}
.bnr-more:hover{
  background: none;
  color: #fff;
}



.flex-active-slide .bnrimg1 { visibility: visible; animation: fadeInUp 0.8s ease 0.5s both; -webkit-animation: fadeInUp 0.8s ease 0.5s both; -moz-animation: fadeInUp 0.8s ease 0.5s both; -ms-animation: fadeInUp 0.8s ease 0.5s both; -o-animation: fadeInUp 0.8s ease 0.5s both; }
.flex-active-slide .bnrtxt2 { visibility: visible; animation: fadeInRight 0.8s ease 1s both; -webkit-animation: fadeInRight 0.8s ease 1s both; -moz-animation: fadeInRight 0.8s ease 1s both; -ms-animation: fadeInRight 0.8s ease 1s both; -o-animation: fadeInRight 0.8s ease 1s both; }
.flex-active-slide .bnr-more { visibility: visible; animation: fadeInUp 0.8s ease 1.5s both; -webkit-animation: fadeInUp 0.8s ease 1.5s both; -moz-animation: fadeInUp 0.8s ease 1.5s both; -ms-animation: fadeInUp 0.8s ease 1.5s both; -o-animation: fadeInUp 0.8s ease 1.5s both; }


@-webkit-keyframes fdd
{
  0%   { opacity: 0; -webkit-transform: translateY(-15px); }
  100% {opacity: 1; -webkit-transform: translateY(0px); }
}
@-ms-keyframes fdd
{
  0%   { opacity: 0; -ms-transform: translateY(-15px); }
  100% {opacity: 1; -ms-transform: translateY(0px); }
}
@keyframes fdd
{
  0%   {opacity: 0;transform: translateY(-15px);}
  100% {opacity: 1;transform: translateY(0px);}
}
/***/

.pad{
  padding: 50px 0;
}
.banner img{
  max-width: 100%;
}
.prod-head{
  text-align: center;
  color: #444;
  margin-bottom: 35px;
}
.h2{
  font-size: 30px;
  line-height: 36px;
}
.prod-hd-txt{
  font-size: 16px;
  line-height: 36px;
  padding-top: 15px;
}
.prod-ul { width: 1250px; margin-right: -15px; }
.owl-carousel .owl-stage-outer{ padding: 15px 0; }
.prod-ul li{
  float: left;
  width: 358px;
  height: 342px;
  padding: 10px;
  margin:0 15px;
  border: 1px solid #e7e7e7;
}
.prod-img{
  width: 100%;
  height: 224px;
}
.prod-h{
  font-size: 20px;
  line-height: 36px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.prod-h:before,.prod-h:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 219px;
  height: 1px;
  margin-left: -110px;
  background: #cecece;
  content: "";
}
.prod-h:after{
  width: 56px;
  height: 2px;
  margin-left: -28px;
  background: #7b7b7b;
}
.prod-ps{
  font-size: 14px;
  color: #4c4c4c;
  line-height: 22px;
}
.prod-ul li:hover{
  box-shadow: 0 0 20px rgba(186,186,186,0.7);
}
.prod-ul li a:hover .prod-h{color: #e52129;}
.more{
  display: block;
  margin:28px auto 0;
  width: 216px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  border-radius: 5px;
  background: #999;
  border: 1px solid #999;
}
.more:hover{
  color: #fff;
  background: #2889c3;
  border: 1px solid #2889c3;
}

.owl-buttons{
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-next, .owl-prev { position: absolute; top: 38%; width: 34px; height: 67px; text-indent: -9999px; background: url(../images/left_23.png) no-repeat 0 0; }
.owl-next {  right: -60px; background-image: url(../images/right_26.png); }
.owl-prev {left:-55px; }



.about{
  background: url(../images/pic_33.jpg) no-repeat top center;
}
.abt-head{
  color: #fff;
}

.abt-main{
  padding: 32px 27px;
  background: #fff;
  box-shadow: 0 0 15px rgba(218,218,218,0.7);
}
.abt-img{
  float: left;
  margin-right: 22px;
}
.abt-txt{
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}


.news .pad{ padding-top: 0;}
.news-indlist{ margin-right: -30px;}
.news-indlist-item{
  float: left;
  width: 553px;
  height: 147px;
  padding: 26px 15px 20px;
  margin-right:30px;
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
}
.news-indlist-item:hover{
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  box-shadow: 0 0 15px rgba(149,149,149,0.7);
}
.news-item-h3{
  font-size: 20px;
  line-height: 36px;
  color: #444;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item-h3 a:hover{
  color: #e62128;
}
.news-timer{
  font-size: 16px;
  line-height: 36px;
  color: #999;
}
.news-item-txt{
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.footer{
  padding-top: 38px;
  background: #2b323a;
}
.foot-dlhd{
  padding: 0 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #3e4854;
}
.foot-dlhd dt,.foot-dlhd dd a{
  float: left;
}
.foot-dlhd dt{
  font-size: 16px;
  color: #fff;
}
.dlhd-en{
  font-size: 14px;
  color: #565b61;
  text-transform: uppercase;
}
.foot-dlhd dd{padding-top: 20px;}
.foot-dlhd dd a{
  font-size: 14px;
  color: #fff;
  margin-left: 75px;
}
.foot-dlhd dd a:hover{
  color: #2889c3;
}


.foot-box{
  padding:35px 0;
  border-bottom: 1px solid #3e4854;
}
.cont-nav{
  padding-bottom:22px;
}
.cont-nav li{
  float: left;
  margin: 0 15px;
  color: #fff;
  font-size: 16px;
}
.cont-nav li a{color: #fff;}
.cont-nav li a:hover{ color: #2889c3; }
.foot-count{
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #bebfc0;
}
.foot-right{
  width: 310px;
  text-align: right;
}
.web{
  float: right;
  padding: 6px;
  background: #fff;
  margin-left: 12px;
}
.att{
  display: inline-block;
  width: 96px;
  height: 29px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  margin-top: 8px;
  margin-bottom: 30px;
  background: #1b73c3;
}
.hot-line{
  font-size: 14px;
  color: #bebfc0;
  margin-bottom: 10px;
}
.phone{
  font-size: 22px;
  color: #fff;
}

.footp{
  padding: 0 20px;
}
.foot{
  padding-top: 20px;
  color: #e4e4e4;
  height: 34px;}
.footp a{
  color: #e4e4e4;
}
.footp a:hover{ color: #2889c3;}
.kby{
  float: right;
}
/*内页*/

/*产品*/
.main-nav{
  height: 53px;
  background: #395cc0;
}
.prods-nav{
  border-left: 1px solid rgba(19,65,93,0.4);}
.prods-nav li{
  float: left;
  width: 140px;
  height: 53px;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  border-right: 1px solid rgba(19,65,93,0.4);
}
.prods-nav li a{ display: block; height: 100%; color: #fff;}
.prods-nav li.porshow,.prods-nav li:hover{
  background: #d02326;
}
.prods-rnav{
  line-height: 55px;
  color: #fff;
  padding-left: 24px;
  background: url(../images/home_05.png) no-repeat 0 center;
}
.prods-rnav a{
  color: #fff;
}
.prods-rnav a:hover{ color: #cacaca;}

.prods-list{ margin-right: -24px;}
.prods-list li{
  float: left;
  width: 281px;
  height: 267px;
  margin-bottom: 44px;
  margin-right: 24px;
}
.prods-img{
  width: 279px;
  height: 218px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.prods-img img{ max-height: 100%; max-width: 100%;}
.prods-h{
  font-size: 16px;
  text-align: center;
  line-height: 47px;
  background: #f2f2f2;
}

.prods-list li:hover img{-webkit-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.prods-list li:hover .prods-h{ color: #fff; background: #2889c3;}

.paging{
  text-align: center;
}
.pag-item{
  display: inline-block;
  margin: 0 2px;
  padding: 8px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
}
.pagclr,.pag-item:hover{
  color: #fff;
  background: #2889c3;
}

.infobg{
  background: #fafafa;
}
.article,.list{
  padding: 28px 22px;
  background: #fff;
}

/*走进天海*/
.abt-atc{
  padding: 0;
}
.box-list{
  margin-top:60px;
  margin-bottom:30px;
}
.box-items{
  float: left;
  text-align: center;
  margin-right: 21px;
  line-height: 55px;
  font-size: 16px;
}

.newsslist{ padding-bottom: 50px;}
.newss-head{
  padding: 13px 16px;
  margin-bottom: 18px;
  background: #fff;
}
.newss-head:hover{
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  box-shadow: 0 0 15px #dedede;
}
.newssimg{
  float: left;
  width: 267px;
  height: 178px;
  overflow: hidden;
  margin-right: 40px;
  position: relative;
}
.newssimg:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  content: "";
}
.newssimg:hover:before{
  background: rgba(0,0,0,0.5);
}
.newss-hd-h3{
  display: inline-block;
  font-size: 16px;
  color:#4c4c4c;
  padding: 0 14px;
  margin: 22px 0;
  position: relative;
}
.newss-hd-h3:before{
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 15px;
  background: #757575;
  content: "";
}
.newss-hd-txt{
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newss-hd-more{
  margin-top: 35px;
}

.newss-list{ margin-bottom: 50px;}
.newss-list li{
  line-height: 42px;
  padding: 0 7px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #dadada;
}
.newss-link{
  float: left;
  width: 80%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
}
.newss-link:before{
  position: absolute;
  top:18px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #696969;
  content: "";
}
.newss-list li:hover .newss-link{
  transform: translate(5px,0);
  -webkit-transform: translate(5px,0);
  -moz-transform: translate(5px,0);
  -o-transform: translate(5px,0);
  -ms-transform: translate(5px,0);
}

.newss-timer{ float: right;}

.new-info-head{
  text-align: center;
  margin-bottom: 25px;
}
.new-info-head h3{
  font-size: 18px;
  padding: 25px 20px;
}
.newss-morebox{
  text-align: right;
  margin: 50px 0;
}
.newss-msg{
  height: 33px;
  font-size: 12px;
  line-height: 33px;
  color: #9a9a9a;
  background: url(../images/news_04.png) no-repeat top center;
}
.news-mores{
  display: inline-block;
  width: 101px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  background: #b4b4b4;
  border: 1px solid #b4b4b4;
}
.news-mores:hover{
  background: none;
  border: 1px solid #b4b4b4;
}

/*合作伙伴*/
.part-list{ margin: 40px 0 0;}
.part-list li{
  float: left;
  width: 230px;
  margin: 0 29px 25px;
  line-height: 50px;
  text-align: center;
}
.partimg{
  height: 83px;
  border: 1px solid #ececec;
  position: relative;
}
.partimg{
  max-width: 100%;
  max-height: 100%;
}
.partimg:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 75px;
  border: 5px solid rgba(204,204,204,0);
  content: "";
}
.part-list li:hover .partimg:before{
  border: 5px solid rgba(204,204,204,0.5);
}
.part-list li:hover img{
  -webkit-transform: scale(0.9,0.9);
  -moz-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
}


/*联系我们*/
.conts{
  width: 95%;
  margin:0 auto 40px;
}
.cont-items{
  float: left;
  width: 33.3%;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
}
/*招聘*/
.gagedlbox { padding: 0 16px; }
.gagedlbox .box{padding-top: 0;}
.gagedl { margin-bottom: 10px; }
.dtdl{ margin-bottom: 18px; }
.dtdl dt, .ddhead { margin: 0 30px; height: 48px; line-height: 48px; color: #fff; background: #858585; }
.dtsp { float: left; width: 20%; font-size: 16px; text-align: center; }
.ddhead .dtsp { font-size: 14px; }
.dtbtn { display: block; width: 97px; height: 34px;line-height: 34px; text-align: center; margin: 4px auto 0; background: #b0afaf; color: #fff; }
.dtbtn:hover, .gage-dlshow .dtbtn { color: #fff; background: #2889c3; }
.dlitem{ margin-bottom: 30px; }
.ddhead { color: #333; background: none; border-bottom: 1px solid #e1e1e1; height: 44px; line-height: 44px;}
.ddbox { display: none; padding: 30px 88px; }
.ddbox .nmore { float: right; width: 97px; height: 34px; background: #999; text-align: center; line-height: 34px; color: #fff;}
.ddbox .nmore:hover{ color: #fff; background: #2889c3;}
.dtsp1{
  width: 14%;
  text-align: left;
  padding-left: 60px;
}



.active{ display: block; }
/*网站地图*/
.hnrt{ text-align: center; margin-bottom: 30px;}
.dlboxs{margin-bottom: 25px;}
.dlboxs .dl { padding: 20px 15px; border-bottom: 1px solid #d1d1d1; }
.dlboxs .dl dt { font-size: 18px; color: #373636; margin-bottom: 10px; }
.dlboxs .dl dd { font-size: 14px; color: #373636; }
.dlboxs .dl dd a { float: left; margin-right: 20px; line-height: 30px; }
/*在线留言*/
.sage{ text-align: center; }
.sage-hd{
  font-size: 26px;
  color: #2889c3;
  margin: 50px 0;
}
.sage-items {display: inline-block; width: 60%; text-align: left; margin-bottom: 25px; line-height: 31px; }
.form-sp { display: inline-block; width: 98px; font-size: 16px; color: #666; text-align: right; }
.mb-inp { width: 275px; height: 32px; padding: 0 10px; border: 1px solid #d6d6d6; background: rgba(255, 255, 255, 0); }
.mb-bt, .tA { width: 520px; padding: 0 10px; border: 1px solid #d6d6d6; }
.tA { padding: 10px 10px; min-height: 95px; background: rgba(255, 255, 255, 0); }
.mb-yz { width: 190px; margin-right: 25px; }
.tobtn { display: block; width: 130px; height: 34px; line-height: 32px; margin-left: 220px; color: #fff; border: 1px solid #999; background: #999; }
.tobtn:hover { color: #fff; background: #2889c3; border: 1px solid #2889c3; }

/*荣誉资质*/
.honor-list{ margin-bottom: 30px; }
.honor-list li{ text-align: center;margin-right: 22px; height: auto; margin-bottom: 30px; width: 18%; }
.honor-list .prods-img{ width: auto; height: 160px; line-height: 160px; }
.honor-list .prods-h{ height: 34px; line-height: 34px; font-size: 14px; }



@media only screen and (max-width:1200px) {
   html, body {min-width: 1320px;}
}

