/*
@Author: Yan Peihong
@Create Time: 2016-08-01 11:52
*/
/*----------Common css style----------*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.ele {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainColor {
  color: #038dcc;
}
.subColor {
  color: #fe6700;
}
.bg_gray {
  background-color: #F5F5F5;
}
.bg_white {
  background-color: #FFFFFF;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}
.noborder {
  border: 0 !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.keywords {
  color: #FF0000 !important;
}
/*----------layout css----------*/
.site_nav {
  height: 32px;
  line-height: 32px;
  color: #E0E0E0;
  font-size: 12px;
  background-color: #363636;
}
.site_nav a {
  color: #E0E0E0;
  cursor: pointer;
}
.site_nav a:hover {
  text-decoration: underline;
}
.site_nav .icon_xx {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url(../images/1.png);
}
.site_nav img {
  padding: 0 3px;
}
.header {
  height: 95px;
  border-bottom: 1px solid #CCCCCC;
}
.header .logo {
  margin-top: 16px;
}
.header .logo img {
  height: 62px;
  width: 217px;
}
.header .search_wrap {
  height: 36px;
  line-height: 36px;
  margin-top: 29px;
}
.header .search_wrap .span_r {
  padding-left: 20px;
  font-size: 18px;
  color: #038dcc;
  font-weight: bold;
}
.header .search_wrap .searchresult {
  top: 34px;
  width: 434;
}
.search {
  position: relative;
  width: 534px;
  height: 34px;
  border: 1px solid #038dcc;
}
.search input[type="text"] {
  float: left;
  height: 34px;
  width: 434px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #FFFFFF;
}
.search button {
  float: left;
  color: #FFFFFF;
  text-align: center;
  width: 80px;
  height: 34px;
  line-height: 34px;
  background-color: #038dcc;
  cursor: pointer;
}
.search button img {
  width: 22px;
  height: 22px;
}
.nav {
  height: 44px;
  background: #038dcc;
}
.nav .category {
  float: left;
  position: relative;
  width: 256px;
  z-index: 99;
}
.nav .category .category_t {
  padding: 0 18px 0 22px;
  line-height: 44px;
  color: #FFFFFF;
  font-weight: bold;
  background: #007cb4 url(../images/2.png) no-repeat right 18px center;
}
.nav .category .category_con {
  position: absolute;
  top: 44px;
  left: 0;
  width: 226px;
  height: 530px;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.nav .category .category_con li {
  position: relative;
  padding: 0 5px;
  background: url(../images/iconfont-xiangyou.png) no-repeat right 5px center;
}
.nav .category .category_con li > a {
  color: #787878;
  font-size: 12px;
  display: block;
  line-height: 37px;
  height: 37px;
  overflow: hidden;
}
.nav .category .category_con li > a:hover {
  color: #038dcc;
}
.nav .category .category_con li + li {
  border-top: 1px solid #E0E0E0;
}
.nav .category .category_con li.hover > a {
  margin-left: -20px;
  padding-left: 20px;
  -webkit-box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.3);
}
.nav .category .category_con li.hover > .sub_cate {
  display: block;
}
.nav .category_hide .category_t {
  cursor: pointer;
}
.nav .category_hide .category_con {
  display: none;
}
.nav .main_nav {
  margin-left: 256px;
}
.nav .main_nav li {
  float: left;
  padding: 0 2px 0 0;
  line-height: 44px;
  position: relative;
  text-align: center;
  background: url(../images/nav_li.png) no-repeat right center;
}
.nav .main_nav li a {
  display: block;
  padding: 0 34px;
  color: #FFFFFF;
}
.nav .main_nav li a:hover {
  background-color: #0085c2;
}
.sub_cate {
  display: none;
  position: absolute;
  left: 226px;
  width: 700px;
  background: #FFFFFF;
  padding: 0 12px;
  min-height: 530px;
  z-index: 1001;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sub_cate dl {
  display: block;
  float: left;
  width: 196px;
  margin: 0 12px;
  padding: 5px;
}
.sub_cate dl dt {
  font-weight: bold;
  line-height: 160%;
  padding: 8px 0;
}
.sub_cate dl dd {
  font-size: 12px;
  padding: 0 0 5px 3px;
}
.sub_cate dl dd a {
  display: block;
  padding: 2px 0;
  line-height: 150%;
  color: #787878;
}
.sub_cate dl a {
  color: #383838;
}
.sub_cate dl a:hover {
  color: #038dcc;
  text-decoration: underline;
}
.footer {
  padding: 46px 0 15px;
  margin-top: 60px;
  background-color: #f5f5f5;
}
.footer .d1 {
  width: 255px;
  padding-left: 42px;
}
.footer .d1 p {
  font-size: 14px;
  color: #787878;
  line-height: 30px;
}
.footer .d1 p img {
  display: inline-block;
  margin-right: 5px;
}
.footer .d2 {
  width: 265px;
  margin-left: 15px;
  color: #787878;
}
.footer .d2 span {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.footer .d2 span img {
  width: 24px;
  height: 24px;
  margin: 5px 0 5px 10px;
}
.footer .links {
  margin: 42px auto 0;
  text-align: center;
  font-size: 12px;
  color: #787878;
}
.footer .links a {
  color: #787878;
}
.footer .fr img {
  width: 510px;
  height: 43px;
}
.copyright {
  width: 100%;
  padding: 10px 0 10px 0;
  line-height: 24px;
  background: #038dcc;
  color: #FFFFFF;
}
.copyright a {
  color: #FFFFFF;
}
.slidebar {
  position: fixed;
  right: 20px;
  bottom: 2%;
  height: 43px;
  line-height: 43px;
  border: 1px solid #dae2ed;
}
.slidebar .online_zx {
  float: left;
  padding: 0 15px;
  background: #e9eef5;
  color: #383838;
  border-right: 1px solid #dae2ed;
}
.slidebar .online_zx i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 18px;
  background: url(../images/iconfont-kefu.png) no-repeat;
}
.slidebar .online_zx:hover {
  background: #7e9fc2;
  color: #FFFFFF;
}
.slidebar .online_zx:hover i {
  background-position: 0 -22px;
}
.slidebar .gotop {
  float: left;
  width: 43px;
  height: 43px;
  text-align: center;
  cursor: pointer;
  background: #F6F8FA url(../images/TOP.png) no-repeat center;
}
.side {
  margin-left: 30px;
  width: 300px;
}
.side .side_inner {
  margin-bottom: 18px;
  padding: 0 20px 18px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
.side .side_tit {
  margin-bottom: 6px;
  height: 45px;
  padding-top: 7px;
  line-height: 45px;
  font-size: 16px;
  color: #383838;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
}
.side .side_tit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.side .side_tit a {
  color: #038dcc;
}
.side .side_tit a:hover {
  text-decoration: underline;
}
/*面包屑导航*/
.breadcrumb {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin: 12px 0;
}
.breadcrumb a,
.breadcrumb span {
  padding: 0 3px;
  color: #787878;
}
.breadcrumb a:hover {
  color: #038dcc;
  text-decoration: underline;
}
/*分页*/
.pagination {
  margin: 30px 0;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pagination ul li {
  float: left;
  margin: 0 1px;
}
.pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #383838;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.pagination ul .prevPage a:hover,
.pagination ul .nextPage a:hover {
  background-color: #f0f0f0;
}
.pagination ul li a:hover {
  color: #038dcc;
  text-decoration: underline;
}
.pagination ul li.active a {
  color: #FFFFFF;
  background-color: #038dcc;
}
/*--- pTitle subTitle---*/
.pTitle {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  margin: 22px 0 28px;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
.pTitle span {
  font-weight: bold;
  font-size: 16px;
  color: #383838;
}
.pTitle span img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.pTitle a {
  float: right;
  color: #038dcc;
  font-weight: bold;
}
.subTitle {
  margin-bottom: 28px;
  padding: 0 25px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  border-top-color: #038dcc;
  font-weight: bold;
  color: #038dcc;
}
.subTitle a {
  color: #038dcc;
}
.subTitle a:hover {
  text-decoration: underline;
}
/*----------home begin----------*/
/*---banner css---*/
.banner_wrap {
  width: 100%;
  height: 555px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 930px;
  height: 395px;
  float: right;
  margin-top: 12px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.banner .bd {
  width: 100%;
  height: 395px;
}
.banner .bd img {
  display: block;
  width: 100%;
  height: 395px;
  margin: 0 auto;
}
.banner .hd {
  width: 100%;
  position: absolute;
  right: 16px;
  bottom: 23px;
  text-align: right;
  z-index: 2;
}
.banner .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 4px;
  width: 26px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #758f92;
}
.banner .hd li.on {
  background-color: #FFFFFF;
}
.advantage {
  width: 930px;
  margin-top: 12px;
  height: 58px;
  padding: 25px 0;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}
.advantage li {
  float: left;
  width: 300px;
  padding-right: 9px;
}
.advantage li .img {
  float: left;
  margin: 10px 15px 0 20px;
}
.advantage li .img img {
  width: 44px;
  height: 44px;
}
.advantage li strong {
  font-size: 16px;
  color: #383838;
  display: block;
}
.advantage li p {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
  margin-top: 10px;
  height: 36px;
  overflow: hidden;
}
.advantage li + li {
  border-left: 1px solid #E0E0E0;
}
/*--- hot sale ---*/
.hot_sale .pTitle {
  margin-bottom: 0;
}
.hot_pro_list {
  width: 1196px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin: 0 auto;
  overflow: hidden;
}
.hot_pro_list li {
  float: left;
  width: 262px;
  padding: 35px 18px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.hot_pro_list li .img {
  float: left;
  margin-right: 16px;
}
.hot_pro_list li .img img {
  width: 105px;
  height: 105px;
}
.hot_pro_list li .name {
  display: block;
  color: #333333;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot_pro_list li .name:hover {
  color: #038dcc;
  text-decoration: underline;
}
.hot_pro_list li span {
  font-size: 12px;
  color: #999999;
}
.hot_pro_list li .price {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #fe6700;
}
.hot_pro_list li .price_range {
  line-height: 24px;
}
.hot_pro_list li .price_range span {
  color: #383838;
}
.index_pro_list li {
  padding: 16px 18px;
}
.index_pro_list li .name {
  height: 48px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #383838;
  font-size: 16px;
  overflow: hidden;
  white-space: normal;
}
.index_pro_list li span {
  font-size: 14px;
}
/*--- hot news ---*/
.hot_news_list {
  margin-left: -37px;
}
.hot_news_list li {
  float: left;
  width: 272px;
  margin-left: 37px;
}
.hot_news_list li a {
  display: block;
  color: #787878;
}
.hot_news_list li .img {
  position: relative;
  width: 272px;
  height: 160px;
}
.hot_news_list li .img img {
  width: 100%;
  height: 100%;
}
.hot_news_list li .img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: url(../images/3.png) no-repeat;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hot_news_list li p {
  margin: 10px 0;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: bold;
}
.hot_news_list li .time {
  font-size: 12px;
  color: #999999;
  text-align: right;
}
.hot_news_list li .line {
  width: 0;
  margin-top: 10px;
  height: 3px;
  background: #038dcc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hot_news_list li a:hover {
  color: #038dcc;
}
.hot_news_list li a:hover .overlay {
  height: 100%;
}
.hot_news_list li a:hover .line {
  width: 100%;
}
/*--- exhibition list 展会 ---*/
.exhibition_list {
  margin-left: -30px;
}
.exhibition_list li {
  float: left;
  width: 277px;
  margin-left: 30px;
}
.exhibition_list li img {
  border: 1px solid #E0E0E0;
  width: 275px;
  height: 113px;
}
.exhibition_list li h3 {
  font-weight: 400;
  margin: 12px 0 6px;
}
.exhibition_list li h3 a {
  color: #383838;
}
.exhibition_list li h3 a:hover {
  color: #038dcc;
}
.exhibition_list li p {
  line-height: 24px;
  color: #999999;
  height: 72px;
  overflow: hidden;
}
/*--- showcase ---*/
.showcase .showcase_list {
  margin: 48px 0 72px;
  overflow: hidden;
}
.showcase .showcase_list li {
  float: left;
  margin: 0 32px;
  width: 336px;
}
.showcase_list li .time {
  float: left;
  width: 68px;
  height: 34px;
  padding: 17px 0;
  font-size: 16px;
  margin-right: 23px;
  background: url(../images/time-bg.png) no-repeat center;
  color: #038dcc;
}
.showcase_list li .time span {
  display: block;
  width: 40px;
  line-height: 17px;
  text-align: center;
  overflow: hidden;
}
.showcase_list li h3 {
  height: 48px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.showcase_list li h3 a {
  color: #787878;
}
.showcase_list li h3 a:hover {
  color: #038dcc;
}
.showcase_list li p {
  margin-top: 20px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #999999;
}
/*--- factory ---*/
.factory_logo_list {
  width: 1195px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.factory_logo_list li {
  float: left;
  width: 238px;
  height: 110px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.factory_logo_list li img {
  width: 238px;
  height: 110px;
}
/*----------home end----------*/
/*----------product begin----------*/
.sub_category li {
  line-height: 39px;
  padding: 0 6px;
  border-bottom: 1px dashed #CCCCCC;
}
.sub_category li a {
  color: #787878;
}
.sub_category li a:hover {
  color: #038dcc;
  text-decoration: underline;
}
.sort {
  height: 34px;
  line-height: 34px;
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
}
.sort span {
  float: left;
  padding: 0 24px;
  text-align: center;
  color: #383838;
  cursor: pointer;
}
.sort span .sort_arr {
  width: 8px;
  height: 4px;
  margin: 0 5px;
  background: url(../images/sort_arr.png) no-repeat;
}
.sort span .sort_desc {
  background-position: 0 0;
}
.sort span .sort_asc {
  background-position: 0 -6px;
}
.sort span.on {
  background-color: #FFFFFF;
  color: #038dcc;
  border-top: 1px solid #038dcc;
  margin-top: -1px;
}
.sort span:hover {
  color: #038dcc;
}
.sort span + span {
  margin-left: 1px;
}
.sort span:hover .sort_desc,
.sort span.on .sort_desc {
  background-position: -10px 0;
}
.sort span:hover .sort_asc,
.sort span.on .sort_asc {
  background-position: -10px -6px;
}
.product_list li {
  padding: 25px 10px;
  margin-bottom: 7px;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
.product_list li .pro_img {
  float: left;
  width: 132px;
}
.product_list li .pro_img img {
  width: 132px;
  height: 132px;
}
.product_list li .pro_info {
  float: left;
  width: 250px;
  margin-left: 25px;
}
.product_list li .pro_info h3 {
  line-height: 24px;
}
.product_list li .pro_info h3 a {
  font-size: 16px;
  color: #383838;
}
.product_list li .pro_info .item_No {
  font-weight: bold;
  margin-bottom: 34px;
  color: #038dcc;
}
.product_list li .pro_info p {
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list li .pro_info .reference_price {
  color: #999;
  line-height: 26px;
}
.product_list li .pro_info .reference_price b {
  display: block;
  text-indent: 22px;
  color: #fe6700;
  font-size: 16px;
}
.product_list li .pro_info .reference_price img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.product_list li .pro_info .reference_price .t {
  width: 83px;
  display: inline-block;
}
.product_list li .pro_info .price_range {
  line-height: 22px;
  padding-left: 24px;
}
.product_list li .pro_info .price_range span {
  color: #383838;
}
.product_list li .pro_info .price_range .t {
  width: 83px;
  display: inline-block;
  color: #999999;
}
.product_list li .pro_info .chat_now {
  display: block;
  margin-top: 16px;
  font-weight: bold;
}
.product_list li .pro_info .shoucang {
  display: block;
  margin-top: 15px;
}
.product_list li .pro_info .shoucang i {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url(../images/shoucang.png) no-repeat center;
  cursor: pointer;
}
.product_list li .pro_info .shoucang i.collect {
  background: url(../images/shoucang2.png) no-repeat;
}
.product_list li .bottom_button {
  float: right;
  position: relative;
  width: 160px;
  height: 132px;
}
.product_list li .bottom_button .price_button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.chat_now {
  color: #038dcc;
  text-decoration: underline;
  cursor: pointer;
}
.chat_now img {
  margin-right: 5px;
}
.price_button {
  display: inline-block;
  width: 148px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fe6700;
  color: #FFFFFF;
  -webkit-border-radius: 2px;
  cursor: pointer;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.price_button:hover,
.chat_now:hover {
  text-decoration: underline;
}
.pro_img_info {
  width: 298px;
  margin-right: 33px;
}
.gallery {
  padding: 7px;
  border: 1px solid #ccc;
}
.gallery .bd {
  width: 283px;
  height: 283px;
}
.gallery .bd img {
  width: 283px;
  height: 283px;
}
.gallery .hd {
  width: 100%;
  overflow: hidden;
  margin: 18px 0 10px;
}
.gallery .hd li {
  float: left;
  padding-top: 4px;
  cursor: pointer;
}
.gallery .hd li img {
  width: 48px;
  height: 48px;
  border: 1px solid #CCCCCC;
}
.gallery .hd li + li {
  margin-left: 8px;
}
.gallery .hd li.on {
  background: url(../images/lion.png) no-repeat top center;
}
.gallery .hd li.on img {
  width: 46px;
  height: 46px;
  border: 2px solid #038dcc;
}
.pro_text_info .pro_name {
  font-size: 18px;
  color: #383838;
  line-height: 36px;
}
.pro_text_info .pro_No {
  color: #038dcc;
}
.pro_text_info hr {
  background-color: #E0E0E0;
  border-width: 0px;
  height: 1px;
  margin: 12px 0;
}
.pro_text_info .fob_price {
  overflow: hidden;
  line-height: 24px;
}
.pro_text_info .fob_price .t {
  float: left;
  width: 154px;
  color: #999999;
}
.pro_text_info .range_price .arr {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 4px;
  padding: 5px;
  background: url(../images/price_arr.png) no-repeat 0 -12px;
  cursor: pointer;
}
.pro_text_info .range_price .arr.on {
  background-position: 0 0;
}
.pro_text_info .price_table {
  display: none;
  margin-top: 5px;
  width: 100%;
  background: #E0E0E0;
}
.pro_text_info .price_table tr {
  font-size: 12px;
  color: #787878;
  line-height: 28px;
}
.pro_text_info .price_table th {
  background: #efefef;
  padding: 0 15px;
  text-align: left;
}
.pro_text_info .price_table td {
  padding: 0 15px;
  background: #FFFFFF;
}
.pro_text_info .pro_attr {
  margin: 22px 0 35px;
}
.pro_text_info .pro_attr li {
  line-height: 22px;
  padding: 5px 0;
  overflow: hidden;
}
.pro_text_info .pro_attr li .t {
  float: left;
  width: 152px;
  color: #999999;
}
.pro_text_info .bottom_btn {
  padding: 27px 28px;
  background: #f5f5f5;
}
.pro_text_info .bottom_btn .chat_now {
  margin-left: 20px;
  font-weight: bold;
}
.product_detail .sec_title {
  margin-bottom: 10px;
  font-weight: 400;
  padding-left: 36px;
}
.product_detail_hd {
  margin-top: 20px;
  height: 39px;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
.product_detail_hd li {
  float: left;
  width: 136px;
  line-height: 39px;
  margin-bottom: -1px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product_detail_hd li.on {
  background-color: #038dcc;
  color: #FFFFFF;
  border-color: #038dcc;
}
.product_detail_bd + .product_detail_bd {
  display: none;
}
.product_detail_attr {
  padding: 18px 0;
  border-bottom: 1px dashed #E0E0E0;
}
.product_detail_attr ul {
  padding: 0 35px;
}
.product_detail_attr li {
  float: left;
  width: 33.3%;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 5px 0;
  overflow: hidden;
}
.product_detail_attr li span {
  color: #999999;
}
.download {
  padding: 15px 0 30px 0;
  border-bottom: 1px dashed #E0E0E0;
}
.download ul {
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
}
.download ul li {
  line-height: 38px;
  padding: 0 26px 0 36px;
  overflow: hidden;
  font-size: 12px;
  color: #787878;
}
.download ul li a {
  width: 20%;
  color: #038dcc;
  text-align: right;
  text-decoration: underline;
}
.download ul li + li {
  border-top: 1px solid #E0E0E0;
}
.product_desc {
  margin-top: 15px;
}
.product_desc .text {
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  padding: 15px 35px;
  color: #787878;
  line-height: 1.5;
}
.inquiry .tit {
  padding: 0 24px;
  color: #787878;
  margin: 12px 0;
}
.inquiry .inquiry_pro {
  padding: 0 24px;
  border-bottom: 1px dashed #E0E0E0;
}
.inquiry .inquiry_pro li {
  border: 0;
  margin-bottom: 25px;
  padding: 12px 16px;
  background: #F5F5F5;
}
.inquiry .inquiry_pro li .pro_img {
  width: 70px;
}
.inquiry .inquiry_pro li .pro_img img {
  width: 70px;
  height: 70px;
}
.inquiry .inquiry_pro li .pro_info {
  width: 690px;
  line-height: 20px;
}
.inquiry .inquiry_pro li .pro_info h3 a {
  font-size: 14px;
}
.inquiry .inquiry_pro li .pro_info .item_No {
  margin-bottom: 5px;
}
.inquiry .inquiry_pro li .pro_info .reference_price {
  margin: 0;
}
.inquiry .inquiry_pro li .pro_info .reference_price b {
  font-size: 12px;
  text-indent: 0;
}
.inquiry .inquiry_pro li .pro_info .reference_price img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.inquiry_info {
  margin: 28px 22px 0;
}
.inquiry_info p {
  color: #383838;
  font-size: 16px;
  margin-bottom: 16px;
}
.inquiry_form {
  width: 524px;
}
.inquiry_form .form-group {
  margin-bottom: 12px;
  overflow: hidden;
}
.inquiry_form .form-group .control-label {
  float: left;
  width: 90px;
  line-height: 40px;
  margin-right: 10px;
  color: #999;
}
.inquiry_form .form-group .form-control {
  float: left;
  width: 392px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.inquiry_form .form-group .form-control:focus {
  border: 1px solid #038dcc;
}
.inquiry_form .form-group .form-textarea {
  height: 152px;
}
.inquiry_form .form-group .submit_btn {
  float: right;
  width: 124px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  background: #f57244;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.inquiry_form .form-group .submit_btn:hover {
  text-decoration: underline;
}
/*----------product end----------*/
/*----------factory begin----------*/
.factory_list li {
  padding: 20px 10px;
  border-bottom: 1px dashed #E0E0E0;
  overflow: hidden;
}
.factory_list li .fa_logo {
  float: left;
  margin-right: 27px;
}
.factory_list li .fa_logo img {
  width: 173px;
  height: 78px;
  border: 1px solid #E0E0E0;
}
.factory_list li h3 {
  margin-bottom: 10px;
}
.factory_list li .main_products {
  color: #fe6700;
}
.factory_list li .main_products span {
  float: left;
  width: 128px;
  color: #787878;
}
.factory_list li p {
  line-height: 22px;
}
.factory_list li .view_details {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  color: #038dcc;
  text-decoration: underline;
}
.allProduct_category > li {
  color: #787878;
  cursor: pointer;
  background: url(../images/arr3.png) no-repeat right 15px;
}
.allProduct_category > li ul {
  display: none;
}
.allProduct_category > li ul li {
  border: none;
  list-style: square inside;
  line-height: 26px;
  font-size: 12px;
}
.allProduct_category > li ul li a {
  color: #333333;
}
.allProduct_category > li ul li a:hover {
  color: #038dcc;
  text-decoration: underline;
}
.allProduct_category > li.on {
  background-image: url(../images/arr3-1.png);
}
.allProduct_category > li.on ul {
  display: block;
}
.factory_img_info {
  width: 280px;
}
.factory_text_info hr {
  border: none;
  background: no-repeat;
  border-top: 1px dashed #E0E0E0;
}
.factory_gallery .bigImg {
  position: relative;
  border: 1px solid #CCCCCC;
}
.factory_gallery .bigImg li {
  padding: 7px 6px;
}
.factory_gallery .bigImg li img {
  width: 265px;
  height: 265px;
}
.factory_gallery .smallScroll {
  position: relative;
  margin-top: 23px;
}
.factory_gallery .smallScroll .sPrev,
.factory_gallery .smallScroll .sNext {
  position: absolute;
  top: 0;
  width: 7px;
  height: 67px;
}
.factory_gallery .smallScroll .sPrev {
  left: 0;
  background: url(../images/iconfont-xiangzuo.png) no-repeat center;
}
.factory_gallery .smallScroll .sNext {
  right: 0;
  background: url(../images/iconfont-xiangyou.png) no-repeat center;
}
.factory_gallery .smallScroll .smallImg {
  width: 232px;
  margin: 0 auto;
  overflow: hidden;
}
.factory_gallery .smallScroll .smallImg li {
  float: left;
  padding-top: 5px;
  margin-right: 15px;
  cursor: pointer;
}
.factory_gallery .smallScroll .smallImg li img {
  height: 65px;
  width: 65px;
  border: 1px solid #E0E0E0;
}
.factory_gallery .smallScroll .smallImg li.on {
  background: url(../images/lion.png) no-repeat center top;
}
.factory_gallery .smallScroll .smallImg li.on img {
  width: 63px;
  height: 63px;
  border: 2px solid #038dcc;
}
.factory_detail {
  margin-top: 32px;
}
.factory_detail .factory_detail_hd {
  border-bottom: 1px solid #CCCCCC;
}
.factory_detail .factory_detail_hd span {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #038dcc;
}
.factory_detail .factory_detail_hd {
  margin: 25px 0;
}
/*----------factory end----------*/
/*----------news begin----------*/
.sub_banner img {
  width: 100%;
  overflow: hidden;
}
.news_banner {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.news_banner .bd {
  width: 100%;
  height: 320px;
}
.news_banner .bd img {
  display: block;
  width: 100%;
  height: 320px;
  margin: 0 auto;
}
.news_banner .hd {
  width: 100%;
  position: absolute;
  right: 16px;
  bottom: 23px;
  text-align: center;
  z-index: 2;
}
.news_banner .hd li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 4px;
  width: 26px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #758f92;
}
.news_banner .hd li.on {
  background-color: #FFFFFF;
}
.hot_list li {
  padding: 14px;
  border-bottom: 1px solid #CCCCCC;
}
.hot_list li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.hot_list li a .news_img {
  float: left;
  width: 98px;
  height: 58px;
  margin-right: 10px;
}
.hot_list li a .news_title {
  padding-top: 8px;
  font-size: 12px;
  color: #787878;
  line-height: 20px;
  height: 40px;
}
.news_list li {
  padding: 0 0 28px 0;
  margin-bottom: 28px;
  line-height: 28px;
  border-bottom: 1px solid #CCCCCC;
}
.news_list li img {
  width: 130px;
  height: 76px;
  margin-right: 25px;
}
.news_list li h3 a {
  color: #787878;
}
.news_list li h3 a:hover {
  color: #038dcc;
}
.news_list li p,
.news_list li .time {
  font-size: 12px;
  color: #787878;
}
.top_news_list li {
  float: left;
  width: 410px;
  padding-bottom: 0;
  margin: 0 0 28px 14px;
  border: 0;
}
.top_news_list li h3 {
  height: 56px;
  overflow: hidden;
}
.news_tab {
  margin-bottom: 25px;
}
.news_tab span {
  padding: 0 45px;
}
.newsDetail_box h1 {
  padding: 0 24px;
  font-size: 16px;
  color: #787878;
}
.newsDetail_box .date {
  margin: 10px 0;
  padding: 0 24px;
}
.newsDetail_box .date span {
  font-size: 12px;
  color: #999999;
  margin-right: 60px;
}
.newsDetail_box .newsDetail_text {
  padding: 26px 24px;
  border-top: 1px dashed #c2c2c2;
  border-bottom: 1px dashed #c2c2c2;
}
.prev_next_page {
  margin: 24px 0;
  background-color: #F5F5F5;
  padding: 15px 25px;
  line-height: 28px;
}
.prev_next_page a {
  color: #787878;
}
.prev_next_page a:hover {
  color: #038dcc;
}
.share_box {
  padding: 0 25px;
  margin: 30px 0 10px;
}
/*---comment_section---*/
.comment_section {
  margin-top: 10px;
}
.comment_section .comment_box p {
  font-size: 16px;
  text-indent: 25px;
}
.comment_section .comment_box .comment_text {
  height: 60px;
  width: 81%;
  padding: 15px 1%;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  resize: none;
}
.comment_btn {
  float: right;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  background: #038dcc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.comment_list_box h3 {
  padding: 10px 22px;
  border-bottom: 1px solid #E0E0E0;
}
.comment_list .comment_item {
  padding: 20px;
  border-bottom: 1px dashed #CCCCCC;
}
.comment_list .comment_item .top {
  overflow: hidden;
}
.comment_list .comment_item .top .userName {
  color: #fe6700;
}
.comment_list .comment_item .top .comment_text {
  color: #787878;
  line-height: 2;
}
.comment_list .comment_item .top .time_bottom {
  width: 100%;
  overflow: hidden;
  color: #999999;
  font-size: 12px;
}
.comment_list .comment_item .top .time_bottom .reply_btn {
  float: right;
  font-size: 14px;
  color: #038dcc;
  cursor: pointer;
}
.comment_list .comment_item .top .time_bottom .reply_btn:hover {
  text-decoration: underline;
}
.comment_list .comment_item .reply_con {
  position: relative;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
}
.comment_list .comment_item .reply_con p {
  margin-top: 10px;
  color: #787878;
}
.comment_list .comment_item .reply_con:before {
  content: "";
  position: absolute;
  left: 12px;
  top: -13px;
  width: 16px;
  height: 13px;
  background: url(../images/apply_arr.png) no-repeat;
}
.reply_box {
  overflow: hidden;
}
.reply_box .comment_btn {
  margin-top: 15px;
}
.reply_box .reply_area_box {
  margin-top: 5px;
  padding-top: 12px;
  position: relative;
}
.reply_box .reply_area_box .reply_text {
  display: block;
  height: 68px;
  width: 97%;
  padding: 15px 1%;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  resize: none;
}
.reply_box .reply_area_box:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  width: 16px;
  height: 13px;
  background: url(../images/apply_arr.png) no-repeat;
}
/*----------news end----------*/
/*--- case ---*/
.case_list li h3 {
  font-size: 16px;
  line-height: 24px;
}
.showcase_list2 li {
  float: none;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.showcase_list2 li .time {
  width: 64px;
  height: 30px;
  margin-right: 12px;
  background: url(../images/time-bg2.png) no-repeat;
}
.showcase_list2 li .time span {
  line-height: 14px;
}
.showcase_list2 li h3 {
  border: 0;
  padding: 5px 0;
}
/*参展公告*/
.latest_exhibition_list li {
  padding: 18px 0;
  border-bottom: 1px solid #CCCCCC;
}
.latest_exhibition_list li img {
  width: 260px;
  height: 106px;
  border: 1px solid #E0E0E0;
}
.latest_exhibition_list li h3 {
  font-weight: 400;
  margin: 15px 0 8px;
}
.latest_exhibition_list li h3 a {
  color: #038dcc;
}
.latest_exhibition_list li h3 a:hover {
  text-decoration: underline;
}
.latest_exhibition_list li p {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
/*----------search page begin ----------*/
.searchPage {
  height: 800px;
}
.searchPage .searchLogo {
  margin-top: 150px;
  text-align: center;
}
.searchPage .searchLogo img {
  height: 86px;
  width: 300px;
}
.searchPage .search {
  width: 646px;
  margin: 44px auto 0;
  border: 0;
  height: 40px;
}
.searchPage .search input {
  float: left;
  width: 527px;
  height: 38px;
  font-size: 16px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  border-right: 0;
}
.searchPage .search button {
  float: right;
  width: 98px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.searchPage .search button img {
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 0;
}
.searchPage .advantage_2 {
  width: 960px;
  margin: 95px auto 0;
}
.searchPage .advantage_2 li {
  float: left;
  width: 280px;
  margin: 0 20px;
  text-align: center;
}
.searchPage .advantage_2 li img {
  width: 78px;
  height: 78px;
}
.searchPage .advantage_2 li strong {
  display: block;
  font-size: 16px;
  color: #383838;
  margin: 22px 0 15px;
}
.searchPage .advantage_2 li p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.searchresult {
  display: none;
  position: absolute;
  top: 40px;
  width: 527px;
  padding: 10px;
  z-index: 1001;
  border: 1px solid #E0E0E0;
  border-top: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.searchresult .no_find {
  color: #787878;
}
.searchresult .resultul {
  padding: 10px 0;
}
.searchresult .resultul li {
  line-height: 28px;
  color: #383838;
}
.searchresult .resultul li a {
  display: block;
  padding: 0 8px;
  color: #383838;
}
.searchresult .resultul li a:hover {
  background: #F2F2F2;
}
/*----------search page end----------*/
/*----------search result begin----------*/
.category_box {
  padding: 18px 0;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  display: table;
  overflow: hidden;
}
.category_box .category_box_left,
.category_box .category_box_right {
  display: table-cell;
  vertical-align: middle;
}
.category_box .category_box_left {
  text-align: center;
  width: 115px;
  color: #383838;
}
.category_box .category_box_right {
  width: 1083px;
  padding: 0 10px;
}
.category_box .category_box_right li {
  float: left;
  line-height: 30px;
  margin: 0 36px 0 0;
}
.category_box .category_box_right li a {
  color: #787878;
}
.category_box .category_box_right li a:hover {
  color: #038dcc;
}
.hot_sale_pro li .pro_img {
  width: 95px;
}
.hot_sale_pro li .pro_img img {
  width: 95px;
  height: 95px;
}
.hot_sale_pro li .pro_info {
  margin-left: 15px;
  width: 128px;
}
.hot_sale_pro li .pro_info .item_No {
  font-size: 12px;
  color: #999999;
  margin-bottom: 3px;
  font-weight: 400;
}
.hot_sale_pro li .pro_info .reference_price {
  margin-bottom: 3px;
}
.hot_sale_pro li .pro_info .reference_price b {
  font-size: 14px;
}
.hot_sale_pro li .pro_info .price_range {
  font-size: 12px;
  padding-left: 0;
}
/*----------search result end----------*/
/*------about contact -------*/
.contact_us h2 {
  padding: 0 22px;
  font-size: 22px;
  color: #038dcc;
  font-weight: 400;
  margin: 25px 0 20px;
}
.contact_us .contact_box {
  padding: 10px 22px;
  background-color: #F5F5F5;
}
.contact_us .contact_box p {
  line-height: 24px;
  margin-bottom: 5px;
  color: #383838;
}
/*----------login page ----------*/
.loginPage {
  min-height: 800px;
}
.login_box {
  padding-top: 130px;
  display: table;
}
.login_box .login_left {
  display: table-cell;
  vertical-align: middle;
  width: 488px;
  height: 373px;
  border-right: 1px solid #E0E0E0;
  text-align: center;
}
.login_box .login_left img {
  width: 386px;
  height: 110px;
}
.login_box .login_right {
  padding-left: 80px;
  display: table-cell;
}
.loginForm {
  margin-top: 10px;
  width: 400px;
}
.loginForm .form-group {
  position: relative;
  margin-bottom: 10px;
}
.loginForm .form-group .control-label {
  display: block;
  padding: 0 0 8px 0;
  font-size: 18px;
}
.loginForm .form-group .form-control {
  width: 370px;
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  padding: 10px 15px;
  line-height: 22px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.loginForm .form-group .form-control:focus {
  border-color: #038dcc;
  -webkit-box-shadow: 0 0 3px #038dcc inset;
  -moz-box-shadow: 0 0 3px #038dcc inset;
  box-shadow: 0 0 3px #038dcc inset;
}
.loginForm .form-group .check-control {
  width: 218px;
}
.loginForm .form-group .get_checkcode {
  float: right;
  width: 136px;
  font-size: 18px;
}
.loginForm .form-group .tip {
  position: absolute;
  width: 200px;
  top: 42px;
  right: -210px;
  height: 15px;
  font-size: 12px;
  color: #038dcc;
}
.loginForm .form-group .tip-false {
  color: #ff0000;
}
.loginForm .forget_psd a {
  color: #999999;
}
.loginForm .forget_psd a:hover {
  color: #038dcc;
  text-decoration: underline;
}
.loginForm .submit {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
}
.loginForm .free_re {
  text-align: right;
  padding: 5px 0;
}
.loginForm .free_re a {
  color: #038dcc;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  text-align: center;
  background: #038dcc;
  color: #FFFFFF;
  padding: 8px 0;
  width: 80px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #038dcc;
}
.btn:hover {
  background: #0383bd;
}
.default_btn {
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  color: #383838;
}
.default_btn:hover {
  border: 1px solid #E0E0E0;
  background: #E0E0E0;
}
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.checkbox label input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
.registration_successful {
  width: 810px;
  margin: 0 auto;
}
.registration_successful .success_title {
  text-align: center;
  margin: 200px 0 0;
  font-size: 24px;
  color: #383838;
  font-family: arial;
}
.registration_successful .bottom {
  text-align: right;
  margin-top: 22px;
}
.registration_successful .bottom a {
  display: inline-block;
  width: 98px;
  padding: 8px 0;
  font-size: 14px;
  margin-left: 10px;
  border: 1px solid #038dcc;
}
.registration_successful .bottom .pass_btn {
  border-color: #E0E0E0;
  background: #F5F5F5;
  color: #333;
}
.registration_successful .bottom .pass_btn:hover {
  background-color: #F0F0F0;
}
.choose_product {
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  padding: 18px 85px;
  margin: 34px 0 44px;
}
.choose_product p {
  color: #787878;
  line-height: 24px;
}
.choose_product .product_search {
  width: 440px;
  height: 36px;
  margin: 18px auto 0;
  border: 0;
}
.choose_product .product_search input[type="text"] {
  width: 320px;
  line-height: 34px;
  border: 1px solid #E0E0E0;
  border-right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.choose_product .product_search button {
  width: 99px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.choose_product .product_search button img {
  left: auto;
}
.favorite_product {
  margin-left: -24px;
  overflow: hidden;
}
.favorite_product li {
  float: left;
  width: 360px;
  height: 75px;
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin: 0 0 24px 24px;
}
.favorite_product li .pro_img {
  float: left;
}
.favorite_product li .pro_img img {
  width: 75px;
  height: 75px;
}
.favorite_product li .pro_info {
  float: left;
  width: 170px;
  margin: 0 10px 0 15px;
  line-height: 26px;
}
.favorite_product li .pro_info h3 {
  white-space: nowrap;
  overflow: hidden;
}
.favorite_product li .pro_info h3 a {
  color: #333;
}
.favorite_product li .pro_info .item_No {
  font-size: 12px;
}
.favorite_product li .pro_info .reference_price {
  color: #fe6700;
}
.favorite_product li .shoucang {
  float: left;
  width: 90px;
  color: #787878;
  margin-top: 25px;
}
.favorite_product li .shoucang i {
  display: inline-block;
  vertical-align: bottom;
  width: 21px;
  height: 16px;
  background: url(../images/shoucang.png) no-repeat center;
  cursor: pointer;
}
.favorite_product li .shoucang i.collect {
  background: url(../images/shoucang2.png) no-repeat;
}
.favorite_product li .shoucang i.collect + span {
  color: #383838;
}
.favorite_product_2 li {
  width: 388px;
}
/*---------------会员中心   begin----------------*/
.scrollbar {
  width: 258px;
  min-height: 670px;
  margin-right: 30px;
  padding: 0 20px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
}
.my_nav li {
  padding: 14px 0 11px;
  border-bottom: 1px solid #CCCCCC;
}
.my_nav li a {
  color: #787878;
}
.my_nav li a:hover {
  color: #038dcc;
}
.my_nav li .icon {
  width: 20px;
  height: 18px;
  margin: 0 6px;
  background: url(../images/center_icon.png) no-repeat;
}
.my_nav li .icon_favorite {
  background-position: 0 -30px;
}
.my_nav li .icon_lock {
  background-position: 0 -57px;
}
.my_nav li .icon_setting {
  background-position: 0 -84px;
}
.my_nav li.on a {
  color: #038dcc;
}
.my_nav .nav_profile {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
}
.my_nav .nav_profile .icon_user {
  width: 20px;
  height: 22px;
  background-position: 0 0;
}
.my_nav .my_info p {
  color: #787878;
}
.my_nav .my_info p b {
  font-size: 18px;
  color: #038dcc;
}
.my_nav .my_info .my_head {
  margin: 16px 0 14px;
  width: 140px;
  height: 140px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.my_nav .my_info .my_head img {
  width: 140px;
  height: 140px;
}
.account_form .form-group {
  margin-bottom: 6px;
}
.account_form .form-group .control-label {
  float: left;
  width: 150px;
  margin-top: 7px;
  text-align: right;
  color: #787878;
  margin-right: 22px;
}
.account_form .form-group .form-control {
  padding: 0 10px;
  width: 172px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.account_form .form-group select.form-control {
  width: 192px;
}
.account_form .form-group select.form-control-lg {
  width: 268px;
}
.account_form .form-group .form-control-xs {
  width: 82px;
}
.account_form .form-group .form-control-sm {
  width: 110px;
}
.account_form .form-group .form-control-lg {
  width: 248px;
}
.account_form .form-group .form-text {
  line-height: 30px;
  padding: 0 10px;
}
.account_form .form-group .radio {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  margin-right: 10px;
}
.account_form .form-group .radio input[type="radio"] {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 8px;
}
.account_form .form-group .address_box {
  margin-bottom: 7px;
}
.account_form .form-group .address_box .form-text {
  width: 175px;
}
.account_form .form-group .tel_s {
  display: inline-block;
  width: 82px;
  padding: 0 10px;
  line-height: 30px;
}
.account_form .form-group .hint {
  color: #787878;
  padding-top: 5px;
  font-size: 12px;
}
.account_form .setting_submit {
  margin-top: 10px;
  margin-left: 172px;
  width: 115px;
}
.image_upload {
  margin-bottom: 15px;
  overflow: hidden;
}
.image_upload .previewImg {
  width: 113px;
  height: 113px;
  margin-right: 18px;
  background: url(../images/upImg.png) no-repeat;
}
.image_upload .btn {
  display: block;
  margin-bottom: 7px;
  width: 80px;
  padding: 5px 0;
  font-size: 12px;
}
.empty {
  margin: 60px 0;
  color: #787878;
  padding-left: 120px;
}
/*激活邮件*/
.activation_email {
  color: #383838;
  margin-top: 30px;
  text-align: center;
}
.activation_email p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
}
.activation_email .sendemail a {
  display: inline-block;
  border: 1px solid #fe6700;
  padding: 0 15px;
  border-radius: 3px;
  cursor: pointer;
  color: #fe6700;
}
.activation_email .sendemail a.gray {
  border-color: #CCCCCC;
  background: #F0F0F0;
  color: #999999;
  cursor: default;
}
.activation_email #delaySecs {
  color: #fe6700;
}
/*about 20160920 yan*/
.w940 {
  width: 940px;
  margin: 0 auto;
}
.about_table {
  width: 100%;
}
.about_table td {
  vertical-align: top;
}
.about_table .tdleft,
.about_table .tdright {
  width: 50%;
}
.about_table .tdright {
  text-align: right;
}
.about_table .tdleft h3,
.about_table .tdright h3 {
  font-size: 30px;
  color: #666;
  padding: 20px 0 10px;
  font-family: "Helvetica";
}
.about_table .tdleft li {
  padding-left: 20px;
  font-size: 17px;
  line-height: 30px;
  color: #666;
  font-family: "arial";
  background: url(../images20160920/dot.png) no-repeat left center;
}
.about_table .tdright li {
  padding-right: 20px;
  font-size: 17px;
  line-height: 30px;
  color: #666;
  font-family: "arial";
  background: url(../images20160920/dot.png) no-repeat right center;
}
.about_table .text {
  margin-top: 60px;
}
.about_table .tr5 .text,
.about_table .tr6 .text {
  margin-top: 40px;
}
.about_table .tr3 .text {
  margin-top: 50px;
}
.about_table .tr1 td {
  padding-top: 90px;
}
.about_table .tr2 td {
  padding-top: 26px;
}
.about_table .tr3 td {
  padding-top: 68px;
}
.about_table .tr4 td {
  padding-top: 107px;
}
.about_table .tr5 td {
  padding-top: 18px;
}
.about_table .tr6 td {
  padding-top: 65px;
}
.contact_team {
  border-top: 3px solid #91d1db;
  margin-top: 60px;
  padding: 35px 0;
}
.contact_team h4 {
  text-align: center;
  font-size: 31px;
  font-family: arial;
  color: #4a4a4a;
}
.contact_form {
  width: 785px;
  margin: 32px auto 0;
}
.contact_form .controls {
  width: 100%;
  overflow: hidden;
}
.contact_form .controls span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 90px;
  padding: 0 10px;
  height: 100%;
  line-height: 34px;
  font-size: 13px;
  color: #6d6d6d;
  border: 1px solid #d5d5d5;
  border-right: 0;
  background: #e5f3fa;
}
.contact_form .controls .form-control {
  display: block;
  width: 670px;
  padding: 5px 10px;
  height: 24px;
  border: 1px solid #d5d5d5;
}
.contact_form .form-group-textarea .controls {
  height: 158px;
}
.contact_form .form-group-textarea .form-control {
  height: 146px;
}
.contact_form .tip {
  padding-left: 90px;
  min-height: 23px;
  line-height: 23px;
  font-size: 12px;
}
.contact_form .tip-false {
  color: #FF0000;
}
.contact_form .submit {
  display: block;
  margin: 0 auto;
  width: 124px;
  height: 32px;
  text-align: center;
  border: 1px solid #d5d5d5;
  background: #0d91ce;
  font: bold 17px/32px arial;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.contact_form .tip_info {
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  color: #FE6700;
}
/*20161017 修改*/
.comment_group {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment_group .input_span {
  font-size: 14px;
  color: #383838;
  display: inline-block;
  vertical-align: top;
  width: 115px;
  line-height: 40px;
}
.comment_group .yzm img {
  width: 100px;
  height: 40px;
}
.comment_email {
  border: 1px solid #E0E0E0;
  line-height: 40px;
  padding: 0 10px;
  background: #F5F5F5;
}
/*# sourceMappingURL=style.css.map */
