@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.nav {
  width: 100%;
  border-top: solid 1px #eeeeee;
  box-sizing: border-box;
  background: url("../../image/53.png") no-repeat center top;
  background-size: 100% 100%;
  color: #ffffff;
}

.nav > .nav_box {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav > .nav_box > .nav_box_letf {
  display: flex;
  align-items: center;
}

.nav > .nav_box > .nav_box_letf > a > .logo {
  margin-right: 30px;
  width: 161px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title1 {
  font-size: 19px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 {
  display: flex;
  align-items: center;
  height: 21px;
  font-size: 12px;
  margin-top: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .img1 {
  height: 16px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .img2 {
  height: 19px;
  margin-right: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .nav_box_letf_title2 > .year {
  color: #ff4000;
  margin-right: 10px;
  margin-left: 10px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .address {
  font-size: 11px;
  margin-top: 5px;
}

.nav > .nav_box > .nav_box_letf > .nav_box_letf_title > .address > img {
  height: 11px;
}

.nav > .nav_box > .search_box {
  width: 600px;
}

.nav > .nav_box > .search_box .search {
  max-width: 600px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: solid 1px #ff4000;
  background-color: #ffffff;
}

.nav > .nav_box > .search_box .search > .search_box3 {
  max-width: 489px;
  flex: 1;
  padding: 0 20px;
  height: 100%;
}

.nav > .nav_box > .search_box .search > .search_box3 > input {
  width: 100%;
  height: 100%;
}

.nav > .nav_box > .search_box .search > .search_box4 {
  width: 109px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #ff6927, #ff4605);
  height: 100%;
  color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.nav > .nav_box > .search_box .search > .search_box4 > img {
  margin-right: 14px;
}

.nav > .nav_bom {
  max-width: 1300px;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
}

.nav > .nav_bom > .nav_bom_item {
  height: 100%;
  width: 143px;
  color: #666666;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.nav > .nav_bom > .nav_bom_item:hover {
  color: #ffffff;
  background-color: #ff4000;
}

.nav > .nav_bom > .nav_bom_item_active {
  color: #ffffff;
  background-color: #ff4000;
}

.bjt {
  width: 100%;
}

.bjt > img {
  width: 100%;
  height: 100%;
}

.navigation {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

.navigation > .navigation_box {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.navigation > .navigation_box > .navigation_name {
  font-size: 20px;
  font-weight: bold;
}

.navigation > .navigation_box > .navigation_dangqian {
  color: #ff4000;
}

.navigation > .navigation_box > .navigation_jt {
  margin: 0 10px;
}

.cpxq {
  max-width: 1300px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}

.cpxq > .cpxq_left {
  display: flex;
  align-items: flex-start;
  margin-right: 50px;
}

.cpxq > .cpxq_left > .cpxq_left_ximg {
  width: 100px;
  margin-right: 20px;
}

.cpxq > .cpxq_left > .cpxq_left_ximg > .active {
  border: solid 1px #ff4000;
}

.cpxq > .cpxq_left > .cpxq_left_dimg {
  width: 540px;
  height: 500px;
}

.cpxq > .cpxq_right > .cpxq_title {
  font-size: 22px;
  font-weight: bold;
}

.cpxq > .cpxq_right > .cpxq_address {
  font-size: 15px;
  color: #666666;
  margin-top: 35px;
}

.cpxq > .cpxq_right > .cpxq_address {
  font-size: 15px;
  color: #666666;
  margin-top: 25px;
}

.cpxq > .cpxq_right > .cpxq_bz {
  font-size: 15px;
  color: #666666;
  margin-top: 25px;
}

.cpxq > .cpxq_right > .cpsl {
  font-size: 15px;
  color: #666666;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.cpxq > .cpxq_right > .cpsl > .cpsl_text {
  margin-right: 20px;
}

.cpxq > .cpxq_right > .cpsl > .cpsljiajian {
  display: flex;
  align-items: center;
  border: solid 1px #dadde0;
  width: 104px;
  box-sizing: border-box;
  border-radius: 5px;
}

.cpxq > .cpxq_right > .cpsl > .cpsljiajian > .jian {
  width: 30px;
  height: 30px;
  border-right: solid 1px #dadde0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.cpxq > .cpxq_right > .cpsl > .cpsljiajian > .input {
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.cpxq > .cpxq_right > .cpsl > .cpsljiajian > .input > input {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}

.cpxq > .cpxq_right > .cpsl > .cpsljiajian > .jia {
  width: 30px;
  height: 30px;
  border-left: solid 1px #dadde0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.cpxq > .cpxq_right > .add {
  width: 160px;
  height: 50px;
  border-radius: 10px;
  background-color: #ff4000;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin-top: 25px;
  font-size: 16px;
}

.cpcsxx {
  max-width: 1300px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}

.cpcsxx .cpcs_titel {
  border-left: solid 3px #ff4000;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
}

.cpcsxx .product-info {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 20px;
  border: solid 1px #e1e1e1;
}

.cpcsxx .product-info th,
.cpcsxx .product-info td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.cpcsxx .product-info th {
  background-color: #faf7f8;
}

.cpcsxx .product-info td {
  vertical-align: top;
}
