* {
    padding: 0;
    margin: 0;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
}
body,button,input,select,textarea {font: 14px/1.5tahoma, arial, \5b8b\4f53;
}
body{
  background: #fff;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
address,cite,dfn,em,var {
    font-style: normal;
}
code,kbd,pre,samp {
    font-family: couriernew, courier, monospace;
}
small {
    font-size: 12px;
}
ul,ol,li{
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
  color: #ff6700;
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,img {
  border: 0;
}
button,input,select,textarea {
  font-size: 100%;
  border: 0;
  outline:none;
}
button{
  cursor:pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 公共 */
.main {
  width: 1400px;
  margin: 0 auto;
}
.box{
  width: 1400px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.float-l{
  float: left;
}
.float-r{
  float: right;
}
/* head-top */
.header_top {
  height: 33px;
  line-height: 33px;
  background: #f9f9f9;
}
.header_top_title h6 {
  font-weight: normal;
  font-size: 12px;
  color: #777;
  background: url(../images/hi.png) left no-repeat;
  padding-left: 19px;
}
.header_top_right ul:after {
  display: block;
  content: "";
  clear: both;
}
.header_top_right li {
  margin-left: 10px;
  float: left;
  padding-left: 21px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.header_top_right li.weixin {
  background-image: url(../images/weixinico.png);
}
.header_top_right li.kefu {
  background-image: url(../images/kefu.png);
}
.header_top_right li.shoucang {
  background-image: url(../images/shoucang.png);
}
.header_top_right li.shoucang a {
  background: none;
  padding-right: 0px;
}
.header_top_right li a {
  display: block;
  font-size: 12px;
  background: url(../images/down.png) no-repeat right center;
  background-size: 12px;
  padding-right: 18px;
}
.header_top_right li.kefu a {
  background: none;
  padding-right: 0px;
}
.header_top_right li.weixin {
  position: relative;
}
.header_top_right li.weixin .weixin_img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 34px;
  left: 0px;
  z-index: 9;
  display: none;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.header_top_right li.weixin .weixin_img p {
  font-size: 12px;
  text-align: center;
}
.header_top_right li.weixin:hover .weixin_img {
  display: block;
}
.header_top_right li.weixin .weixin_img img {
  width: 100%;
}
/* head */
.head {
  position: relative;
  height: 50px;
  background: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 14%);
}
.head-fixed {
  background: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
.head .main {
}
.head a.logo {
  display: block;
  width: 150px;
  margin-top: 5px;
}
.head a.logo img {
  width: 100%;
}
/*nav*/
nav {
  position: relative;
}
#starlist .active a {
  color: #fff;
}
#starlist li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-left: 5px;
}
#starlist li::before {
  content: "";
  width: 0;
  height: 4px;
  background: #ff6700;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transition: all 0.8s;
}
#starlist li:hover::before {
  left: 0;
  width: 100%;
}
#starlist li .sub li::before {
  display: none;
}
#starlist li svg {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  height: 20px;
  transform: translate(-10%, -50%);
}
#starlist li .svg-icon {
  width: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#starlist li a {
  display: block;
  color: #333;
  padding: 16px 20px;
}
#starlist li.menu a {
  padding: 16px 25px 16px 20px;
}
#starlist li a.active {
  color: #ff6700;
}
#starlist li a:hover,
#starlist #selected,
.selected > a,
#starlist li:hover {
  color: #fff;
}
#starlist li:hover a {
  color: #ff6700;
}
#starlist li:hover #starlist ul.sub li a:hover {
  text-decoration: none;
  color: #333;
}
#starlist ul .active {
  color: #191a20;
}
#starlist ul.sub {
  position: absolute;
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  top: 60px;
  z-index: 9;
  width: 100%;
  line-height: 35px;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}
#starlist ul.sub li {
  width: 100%;
  float: left;
  font-size: 15px;
  transition: all 0.5s;
  margin-left: 0;
}
#starlist ul.sub li svg {
  left: 5px;
}
#starlist ul.sub li a {
  padding: 0;
  display: none;
  width: 100%;
  text-align: center;
  color: #333;
}
#starlist ul.sub li a:hover {
  color: #ff6700;
}
#starlist ul.sub li:last-child a {
  border: none;
}
#starlist li:hover ul.sub {
  opacity: 1;
  top: 50px;
}
#starlist li:hover ul.sub li a {
  display: block;
}
#starlist li:hover ul.sub:after,
#starlist ul.sub li:after,
#starlist ul.sub li a:after {
  display: none;
}
.menu:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  background: url(../images/jt.png) no-repeat;
  width: 8px;
  height: 8px;
  background-size: 8px;
  transition: all 0.5s ease;
}
.menu:hover:after {
  transform: rotate(180deg);
}
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon {
  display: block;
  position: relative;
  width: 27px;
  height: 2px;
  background-color: #ff6700;
  margin-top: 20px;
  float: left;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  position: absolute;
  background: #ff6700;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navicon:before {
  margin-top: -8px;
}
.navicon:after {
  margin-top: 8px;
}
.open .navicon {
  background: none;
}
.open .navicon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navicon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .navicon:before,
.open .navicon:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #727171;
}
.head .contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.head .contact .tel {
  color: #f33;
  margin-top: 15px;
}
.head .contact i {
  margin-right: 10px;
}
.head .contact a {
  display: block;
  padding: 5px 10px 5px 15px;
  background: #f33;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  margin-left: 20px;
  color: #fff;
}
.head .contact a:hover {
  background: #ff6700;
}
/* footer */
.footer {
  background: #f5f5f5;
  border-top: 2px solid #ff6700;
}
.footer .main {
  padding: 20px 0 10px 0;
  overflow: hidden;
}

.footer .ent-info {
  width: 50%;
}
.footer .ent-info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}
.footer .ent-info ul li a {
  color: #f33;
  font-weight: 600;
}
.footer .ent-info ul li a:hover {
  color: #ff6700;
}
.footer .ent-info P {
  margin: 10px 0;
  font-size: 12px;
}
.footer .weixin {
  margin: 10px auto 0;
  position: relative;
  border: 2px solid #f76120;
  width: 130px;
  height: 130px;
}
.footer .weixin div {
  color: #fff;
  font-size: 14px;
  background: #30313a;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 16px;
  width: 90px;
}
.footer .weixin img,
.footer .weixin span {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
.footer .weixin span {
  margin-top: 5px;
}
.footer .weixin img {
  width: 90px;
  height: 90px;
}
.footer .weixin p {
  font-size: 14px;
}
.footer .contact-us {
  text-align: right;
  font-size: 16px;
  margin-left: 40px;
}
.footer .contact-us p {
  margin: 5px 0;
}
.footer .contact-us .tel {
  font-size: 20px;
  color: #f33;
  font-weight: 700;
}
.footer .contact-us .qq {
  font-size: 16px;
  color: #ff6700;
  font-weight: 700;
}
.footer .contact-us .qq i {
  margin-right: 10px;
}
.footer .contact-us .riqi {
  font-size: 12px;
  margin-top: 5px;
}
.footer .contact-us a {
  margin: 10px 0;
  display: block;
}
.footer .contact-us .but {
  display: block;
  width: 150px;
  padding: 5px 10px;
  background: #f33;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  float: right;
}
.footer .foa p{
    font-size: 12px;
}
.footer .foa P span{
    margin-right: 10px;
    padding-right: 10px;
    border-right:1px solid #9999;
}
.footer .foa P span:last-child{
    border-right:0;
}
.footer .foa P span a{
    color: #ff6700;
}
.phone-d{display: none;}
/* 右侧客服 */
.part-title {
  position: fixed;
  display: none;
  top: 35%;
  right: 1%;
  z-index: 99;
  width: 160px;
  height: 400px;
}
.part-title .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(79, 79, 79, 0.3);
}
.part-title .box .weixin {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/weixin.jpg);
  background-size: 100%;
}
.part-title .box .tel {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background: url(../images/kf-tel.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.part-title .box .qq {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  background: url(../images/kf-qq.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.part-title .box .yb_top {
  width: 100%;
  height: 100px;
  background: url(../images/kf-ding.jpg) no-repeat;
  background-size: 100%;
}
.part-title .sub-tit1 {
  font-size: 16px;
  color: #3c3c3c;
}
.part-title .sub-tit2 {
  font-size: 16px;
  color: #3c3c3c;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.part-title .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.part-title .btxt .tit {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 12px;
}
.part-title .input_box {
  background: #e9e9e9;
  width: 100%;
  height: 28px;
  line-height: 28px;
  border-radius: 10px;
  margin-top: 5px;
}
.part-title .input_box p {
  width: 30%;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #323232;
}
.part-title .input_box input {
  color: #323232;
  float: left;
  width: 90%;
  border: none;
  background: none;
  font-size: 12px;
  padding: 0;
  height: 28px;
  line-height: 28px;
  margin: 0 5%;
  text-align: center;
}
.part-title .qr_z {
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  border-radius: 10px;
  margin-top: 5px;
  cursor: pointer;
}
.part-title .btxt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
.part-title .btxt .tit {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #565656;
  margin: 0 5px;
}
.part-title .btxt .tit_h1 {
  font-size: 16px;
  line-height: 14px;
  color: #646464;
  margin: 0 12px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part-title .btxt .tit_h1 .logo_p_span {
  width: 20px;
  color: #e41e24;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin: 0 6px;
}
/* 列表 */
/* list-banner */
.list-banner{
  position: relative;
}
.list-banner img{
  width: 100%;
  height: 100%;
  display: block;
}
/* list-nav */
.list-nav{
  position: relative;
}
.list-nav .crumbs {
  font-size: 14px;
  padding: 10px 0;
  background: #f5f5f5;
}
.list-nav .crumbs i{
  margin-left: 20px;
}
.list-nav .crumbs a{ margin: 0 10px;}

/* listnav */
.sear {
	padding: 10px;
	margin: 20px 0;
	overflow: hidden;
  background: #fff;
}
.daohang {
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 30px;
}
.daohang i {
	margin-right: 10px;
	color: #ff6700;
}
.sear-r{
	width: 50%;
	float: right;
}
.sear-r .search {
	width: 300px;
	height: 30px;
	line-height: 30px;
  font-size: 14px;
	float: right;
	border:1px solid #666;
}
.sear-r .search i {
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #fff;
}
.sear-r .search input {
	width: 250px;
	height:30px;
	float: left;
	text-indent: 1em;
}
.sear-r .search button {
	width: 50px;
	height: 30px;
	background: #666;
	float: left;
}
/* 分页 */
.pagination-wrapper{ 
  margin: 20px 0; 
  } 
.pagination{ 
      text-align: center; 
      } 
.pagination li { 
  display: inline;
  padding: 0 10px;
  font-weight: initial;

  }
.pagination .active a{background: #ff6700; color: #fff;}
.pagination li a{ 
      color: #424242;
      padding: 5px 20px;
      font-size: 16px;
      background: #fff;
      border: 1px solid #eb5a32;
      border-radius: 5px;
      text-decoration: none; 
      font-weight: initial;
  } 
.pagination li a:hover{
background:#eb5a32; 
color:#fff;
} 
.pagination li.thisclass {
background: #fe6613; 
padding: 5px 20px;
border-radius: 5px;
color: #fff;
} 
.pagination li.thisclass a,.pagination li.thisclass a:hover{ 
background: 
transparent;
  border-color: #09f; 
  color: #fff; 
  cursor: default;
  }
