.banner {
  height: 490px;
  background: #0b3366;
  position: relative;
}
.banner .search {
  position: absolute;
  left: 30%;
  top: 50%;
  margin-left: 36px;
  width: 600px;
  /* height: 440px; */
  z-index: 99999;
  /* background-color: red; */
}
.banner .search .search-tab a{
  margin-right: 30px;
  font-size: 14px;
  color: #fff;
}
.banner .search .search-tab a:hover{
  color: red;
}
.banner .search .input{
  margin-top: 10px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.banner .search .input input{
  width: 280px;
  height: 38px;
  background: rgba(255,255,255,.56);
  outline: none;
  font-size: 14px;
  border: none;
  text-indent: 1em;
  border-radius: 4px;
}
.banner .search .input a{
  width: 65px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  margin-left: 20px;
  display: inline-block;
  background-color: #fdb11f;
  border-radius: 4px;
}

.product {
  width: 1100px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.product .pro-item {
  width: 33%;
  display: inline-block;
  margin-right: 3px;
  padding: 50px 0;
  outline: 1px solid #fff;
  transition: all .3s;
  
}
.product .pro-item:hover {
  outline: 1px solid rgba(0, 160, 234, .3);
  background:rgba(0, 160, 234, .1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.product .pro-item span {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #474747;
}
.product .pro-item p {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #474747;
}
.product .pro-item p {
  font-size: 16px;
  color: #929292;
}
.product .pro-item a {
  width: 130px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 18px;
  font-size: 14px;
  border: 1px solid #238fec;
  color: #238fec;
  transition: background,color .3s;
}
.product .pro-item a:hover {
  background: #238fec;
  color: #fff;
}
.superiority {
  width: 100%;
  height: 550px;
  margin-top: 60px;
  background: url(../images/home-banner2.png) no-repeat center top ;
}
.superiority > div {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  padding-top: 168px;
  text-align: center;
  color: #fff;
}
.superiority > div .sup-item {
  width: 20%;
  display: inline-block;
}
.superiority > div .sup-item h4 {
  font-size: 60px;
}
.superiority > div .sup-item h1 span {
  font-size: 30px;
}
.superiority > div .sup-item p {
  font-size: 24px;
}
.home_news {
  width: 1100px;
  margin: 0 auto;
}
.home_news .nav_title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -20px;
}
.home_news .nav_title ul {
  font-size: 0px;
}
.home_news .nav_title ul li {
  font-size: 16px;
  display: inline-block;
  margin: 0 20px;
  line-height: 30px;
  cursor: pointer;
}
.home_news .nav_title ul li.on {
  border-bottom: 2px solid #00a0ea;
}
.home_news .home_news_list_warp {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  height: 309px;
}
.home_news .home_news_list_warp > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 4400px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.home_news .home_news_list_warp > section .content-item {
  width: 1100px;
  float: left;
}
.home_news .home_news_list_warp > section .content-item .content-left {
  border: 1px solid #bbb;
  width: 358px;
  height: 307px;
  margin-right: 30px;
  font-size: 0;
}
.home_news .home_news_list_warp > section .content-item .content-left > ul {
  width: 358px;
  height: 143px;
  overflow: hidden;
  margin-bottom: 10px;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title {
  padding: 10px;
  overflow: hidden;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > div {
  width: 58px;
  height: 49px;
  font-size: 0;
  background: #00a0ea;
  color: #fff;
  text-align: center;
  padding-top: 4px;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > div > time {
  font-size: 14px;
  line-height: 14px;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > div > span {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > p {
  width: 268px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 12px;
  text-align: left;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > p a {
  color: #00a0ea;
}
.home_news .home_news_list_warp > section .content-item .content-left > .top_title > p a:hover {
  color: #f08200;
}
.home_news .home_news_list_warp > section .content-item .content-left > p {
  font-size: 14px;
  padding: 0 10px 10px 10px;
}
.home_news .home_news_list_warp > section .content-item .content-right {
  width: 710px;
  font-size: 14px;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item {
  width: 340px;
  height: 83px;
  float: left;
  border: 1px solid #bbb;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  padding: 15px;
  color: #666;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item:nth-child(even) {
  margin-right: 0;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item:hover > .time {
  background: #00a0ea;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item:hover {
  color: #00a0ea;
  border-color: #00a0ea;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .time {
  width: 58px;
  height: 49px;
  font-size: 0;
  display: block;
  background: #969393;
  color: #fff;
  text-align: center;
  padding-top: 4px;
  transition: all .3s;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .time:hover h2 {
  color: #00a0ea;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .time > time {
  font-size: 14px;
  line-height: 14px;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .time > span {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .link_title {
  width: 240px;
  float: right;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .link_title > h2 {
  white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
  font-size: 14px;
}
.home_news .home_news_list_warp > section .content-item .content-right > .item .link_title > p {
  font-size: 12px;
  line-height: 17px;
  color: #888;
}
.flink{
position: absolute;
bottom: 75px;
left: 300px;}
.flink p  {margin: 0 15px; display:inline; color: #c2c2c2; font-size: 14px;}
.flink p a{margin: 0 15px; display:inline; color: #c2c2c2; font-size: 14px;}