* {
    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 {color: #555555; font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;}
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: #555555;
}
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;
}
.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 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 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: fixed;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    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.sub2{
    position: absolute;
}
#starlist ul.sub li {
    font-size: 15px;
    transition: all 0.5s;
    margin-left: 0;
    padding: 10px;
}
#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: 83px;
    left: 0;
}
.head-fixed #starlist li:hover ul.sub{
    top:50px;
    border-top: 1px solid #ff6700;
}
#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;
}
.sub-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.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 .search-but{
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px 5px 0 5px;
    font-size: 32px;
    color: #f33;
}
.head .contact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}
.head-search{
    display: none;
    position: fixed;
    top: 84px;
    z-index: 9;
    width: 100%;
    left: 0;
    background: rgba(0, 2, 2, 0.75);
}
.head-search .main{
    position: relative;
}
.head-search .search-gb{
    position: absolute;
    top: 5px;
    right: 50px;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 32px;
    color: #ff5700;
}
.head-fixed .head-search{
    top: 50px;
}
.head-search form{
    text-align: center;
    padding: 20px 0;
}
.head-search form .navbar-search{
    border-radius: 5px;
    width: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.navbar-search input{
    padding: 5px 0;
    background: 0;
    border: 0;
}
.navbar-search input[type="text"] {
    height: 30px;
    margin-left: 10px;
}
.navbar-search input[type="submit"]{
    background: #ff6700;
    color: #fff;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    cursor:pointer;
}
.navbar-search input[type="submit"]:hover{
    background: #f33;
    cursor:pointer;
}
.head-search form p {
    color: #fff;
    margin-top: 10px;
}
.head-search form p a{
    color:#d5d5d5;
    margin: 0 5px;
}
.head-search form p a:hover{
    color: #ff6700;
}
.head .contact .tel {
    color: #f33;
    margin-top: 15px;
}
.head .contact i {
    margin-right: 10px;
}
.head .contact .hbut {
    display: block;
    padding: 5px 10px 5px 15px;
    background: #f33;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;
}
.head .contact .hbut:hover {
    background: #ff6700;
}
/* footer */
.f-service{
    padding: 10px 0;
}
.f-service ul{
    display: flex;
    justify-content: space-around;
}
.f-service ul li{
    width: 16%;
    text-align: center;
}
.f-service ul li i{
    font-size: 32px;
    line-height: 48px;
    width: 48px;
    height: 48px;
}
.f-service ul li:hover{cursor: pointer;}
.f-service ul li:hover i {color: #ff6700;}
.f-container{
    border-top: 2px solid #ff6700;
    background: #373d41;
}
.f-content{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.f-content .w7{width: 60%;}
.f-content .w2{width: 20%;}
.f-content .w1{width: 120px;}
.f-nav dl a{color:#d7d8d9}
.f-nav dl a:hover{color:#ff6700}
.f-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.f-nav dl dt, .f-nav dl dd, .f-nav dl dt a, .f-nav dl dd a{
    float: left;
    display: block;
    width: 100%;
}
.f-nav dl{
    padding-right: 20px;
}
.f-nav dl dt{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
}
.f-nav dl dd{
    border-right: 1px solid #4b5054;
}
.f-nav dl dd a{
    margin-bottom: 6px;
    font-size: 12px;
}
.f-contact{
    position: relative;
}
.f-contact .contact-info{
    width: auto;
    padding: 5px 20%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.f-contact p{
    padding-top: 5px;
    font: 20px/36px Arial;
    color: #9b9ea0;
}
.f-contact p i{
    font-size: 30px;
    line-height: 25px;
    margin-right: 10px;
}
.f-contact p span{
    line-height: 36px;
}
.f-contact p i.icon-dianhua-yuankuang{
    color: #ff6700;
}
.f-contact p i.icon-QQ-circle-fill{
    color:#2da6f6;
}
.f-contact a.lianxi {
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin:5px auto;
    border:1px #ff7310 solid;
    border-radius: 5px;
}
.f-contact a.lianxi:hover {
    background: #ff7310;
}
.f-weixin{
    margin: auto 0;
    color: #d7d8d9;
}
.f-weixin img{
    width: 120px;
    height: 120px;
    float: right;
}
.f-weixin p{
    margin-top: 5px;
    text-align: center;
}
.site-info{
    padding: 5px 0;
    border-top: 1px solid #4b5054;
    text-align: center;
}
.site-info p{
    font-size: 12px;
    color: #666;
}
.site-info a{
    color: #d7d8d9;
}
.site-info span {
    margin: 0 5px;
    padding-right: 10px;
    border-right: 1px solid #4b5054;
}
.site-info span.dnone{border-right: 0;}
/* 底部手机样式 */
.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;
}
