@charset 'UTF-8';

/*  
*   
* Time : 2017-2-20
* Author : yaer    WangY_web@163.com
*
*/

/* 公共样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.pic {
  max-width: 100%;
  height: auto;
  display: block;
}
.main {
  width: 1220px;
  margin: 0px auto;
}
.ml50 {
  margin-left: 50px;
}
.border {
  border: 1px solid red;
}
body {
  background: #f5f6f6;
}

.news.main {
  margin-top: 68px;
}

/* header_top strat */
.header_top {
  width: 100%;
  height: 84px;
  background: #373d41;
}
.header_top h1 {
  width: 600px;
  height: 84px;
  line-height: 84px;
  font-size: 28px;
  font-weight: normal;
}
.header_top h1 a {
  color: #fff;
}
.loginbar {
  width: 600px;
  height: 84px;
  line-height: 84px;
}
.loginbar .phone {
  width: 368px;
}
.loginbar .phone h3 {
  width: 130px;
  padding-left: 38px;
  margin-left: 132px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  background: url("../images/indexIcon.png") no-repeat 0px 27px;
}
.login, .registerbtn {
  width: 116px;
  text-align: center;
  font-size: 18px;
}
.login a, .registerbtn a {
  display: block;
  color: #fff;
  transition: .6s;
}
.login a:hover, .registerbtn a:hover {
  background: #00c1de;
  text-decoration: none;
}
/* top end */

/* search start */
.search_wrap {
  width: 100%;
  height: 380px;
  background: url("../images/searchbg.jpg") 0px center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.search_box {
  width: 846px;
  height: 60px;
  padding: 20px 27px;
  background: rgba(0, 0, 0, .4);
  margin: 138px auto 0px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#Form1 {
  position: relative;
}
.search_box .search_txt {
  width: 611px;
  height: 60px;
  border: none;
  background: #fff url("../images/indexIcon.png") no-repeat;
  background-position: 13px -62px;
  padding-left: 55px;
  font-size: 16px;
  color: #999;
}
.search_box .search_txt:focus, .search_box .search_btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.search_box .search_btn {
  width: 180px;
  height: 60px;
  line-height: 60px;
  border: none;
  margin-left: -3px;
  background: #00c1de;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: button;
  cursor: pointer;
  float:right;
  position:relative;
}
.search_box #tip {
  position: absolute;
  top: 0px;
  right: 185px;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.search_box #tip.error {
  background-color: #FF4D4D;
  color: #FFFFFF;
}

/* search end */

/* product start */
.product {
  margin-top: 45px;
}
.product .title {
  height: 28px;
  line-height: 28px;
  margin-bottom: 20px;
}
.product .title h2 {
  font-size: 28px;
  font-weight: normal;
  float: left;
  color: #333;
}
.product .title span {
  font-size: 16px;
  line-height: 38px;
  margin-left: 15px;
  color: #666;
}
/*.product_list li {*/
/*  border: 1px solid transparent;*/
/*  float: left;*/
/*  margin-right: 20px;*/
/*  transition: border 1s;*/
/*  position: relative;*/
/*}*/
.product_list li {
  border: 1px solid transparent;
  float: left;
  margin-right: 20px;
  transition: border 1s;
  position: relative;
  margin-bottom: 10px;
}

.product_list li:hover {
  cursor: pointer;
}
.product_list li:last-child {
  margin-right: 0px;
}
/*.product_pic img {*/
/*  width: 283px;*/
/*  height: 283px;*/
/*  vertical-align: middle;*/
/*}*/

.product_pic img {
  width: 283px;
  height: 283px;
  vertical-align: middle;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
}

.product_pic {
  background: #FFF;
}
.product_info {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #333;
  transition: .6s;
}
.showcode {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 283px;
  line-height: 283px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  transition: .5s;
}
/*.showcode img {*/
/*  vertical-align: middle;*/
/*  -webkit-transform: scale(0);*/
/*  transform: scale(0);*/
/*  transition: .5s;*/
/*}*/
.showcode img {
  vertical-align: middle;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: .5s;
  width: 140px;
  height: 140px;
}

.product_list li:hover {
  border-color: #00c1de;
}
.product_list li:hover .product_info {
  color: #fff;
  background: #00c1de;
}
.product_list li:hover .showcode {
  background: rgba(0, 0, 0, .5);
}
.product_list li:hover .showcode img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* product end */

/* guide start */
.guide {
  margin-top: 95px;
}
.guide .title h2 {
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
.guide_list {
  margin-top: 68px;
}
.guide_list li {
  width: 239px;
  height: 300px;
  float: left;
}
.guide_list .wrap {
  border-right: 1px solid #ddd;
}
.guide_list li:last-child .wrap {
  border-right: none;
}
.guide_pic {
  height: 104px;
  background: url("../images/indexIcon.png") no-repeat;
}
.guide_list li:nth-child(1) .guide_pic {
  background-position: 68px -159px;
}
.guide_list li:nth-child(2) .guide_pic {
  background-position: 68px -293px;
}
.guide_list li:nth-child(3) .guide_pic {
  background-position: 68px -427px;
}
.guide_list li:nth-child(4) .guide_pic {
  background-position: 68px -561px;
}
.guide_list li:nth-child(5) .guide_pic {
  background-position: 68px -695px;
}
.guide_title {
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.guide_info {
  text-align: center;
  font-size: 14px;
  color: #999;
}

/* guide end */

/* footer start */
.footer {
  width: 100%;
  height: 95px;
  padding-top: 30px;
  text-align: center;
  background: #373d41;
  color: #f5f5f5;
  font-size: 14px;
}
.footer p span {
  display: inline-block;
  width: 220px;
  text-align: left;
}

/* footer end */