/*全局样式*/
@charset "utf-8";
@font-face {
  font-family: "aa";
  src: url(../font-awesome/fonts/NotoKufiArabic-Regular.ttf);
}
html {
  overflow-x: hidden;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
  margin: 0;
  padding: 0
}
body {
  font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto !important;
}
input:required, textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul, li, dl, dt, dd {
  list-style-type: none;
}
i {
  font-style: normal
}
.clearfix:after, .clearfix:before {
  clear: both;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial
}
.bjcover {
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header {
  position: relative;
  z-index: 111;
}
header .box1 {
  border-bottom: 1px solid #E1E1E1;
}
header .box1 .tt1 {
  font-size: 14px;
  color: #999;
  line-height: 39px;
}
header .box1 .tt2 {
  font-size: 0;
}
header .box1 .tt2 a {
	font-family: "aa";
  font-size: 12px;
  color: #333;
  line-height: 32px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  transition: all .2s;
}
header .box1 .tt2 a:nth-child(n+2):after {
  content: "";
  width: 2px;
  height: 14px;
  background: #6E6E6E;
  border-left: 1px solid #A7A7A7;
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .box1 .tt2 a:hover {
  color: #D76739;
  text-decoration: underline !important;
}
header .box1 .tt2 a img {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  border: 1px solid #ddd;
  width: 131px;
  max-width: 131px;
  display: none;
}
header .box1 .tt2 a:hover img {
  display: block;
}
header .box2 {
  background: url(../images/bj1.jpg) no-repeat center center/cover;
}
header .box2 .logo {
  line-height: 130px;
  height: 130px;
  font-size: 0;
  display: block;
}
header .box2 .logo img {
  max-height: 80%;
}
header .box2 .txt1 {
  font-size: 24px;
  color: #000;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 30px;
  margin-top: 43px;
}
header .box2 .txt1 div {
  font-size: 13px;
  font-family: 'Cambria';
  text-transform: uppercase;
  line-height: 24px;
  padding-top: 2px;
}
header .box2 .txt2 {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  margin-top: 37px;
  padding-left: 56px;
  background: url(../images/t1.png) no-repeat left center;
}
header .box2 .txt2 div {
  font-size: 28px;
  color: #D76739;
  font-family: 'Impact';
  line-height: 34px;
}
/*pc导航*/
header nav {
  background: #D76739;
}
header nav a {
  transition: all .2s;
}
header nav ul {
  font-size: 0;
  margin: 0;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 11.111%;
}
header nav ul > li > a {
  line-height: inherit;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
}
header nav ul > li:hover > a {
  color: #fff;
  background-color: #f1a789;
}
header nav ul > li.active > a {
  color: #fff;
  background-color: #f1a789;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #f1a789;
  color: #fff;
}
header nav .ul a.active {
  background-color: #f1a789;
  color: #fff;
}
header nav ul > li:hover .ul {
  display: block;
}
/*header .container-fluid {
  max-width: 1430px !important;
}
header .logo {
  line-height: 120px;
  height: 120px;
  font-size: 0;
  display: block;
}
header .logo img {
  max-height: 66%;
}
header .txt {
  margin-top: 43px;
}
header form {
  width: 210px;
  height: 34px;
  border: 1px solid #DFDFDF;
  position: relative;
}
header form input {
  width: 100%;
  line-height: 32px;
  height: 32px;
  padding-left: 15px;
  border: 0;
}
header form button {
  width: 46px;
  height: 32px;
  background: url(../images/t1.png) no-repeat center center;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
}
pc导航
header nav {
  margin-right: 6%;
}
header nav a {
  transition: all .2s;
}
header nav ul {
  font-size: 0;
  margin: 0;
}
header nav ul > li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
header nav ul > li > a {
  line-height: 120px;
  display: block;
  color: #000;
  font-size: 18px;
  padding: 0 25px;
}
header nav ul > li > a:after {
  content: "";
  width: 0;
  height: 4px;
  background: #D76739;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .3s;
  margin: 0 auto;
}
header nav ul > li:hover > a {
  color: #D76739;
}
header nav ul > li:hover > a:after {
  width: 99%;
}
header nav ul > li.active > a {
  color: #D76739;
}
header nav ul > li.active > a:after {
  width: 99%;
}
header nav .ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  right: 0;
  background: rgba(255, 255, 255, 1);
  padding: 2px 0 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
header nav .ul a {
  font-size: 14px;
  color: #333;
  line-height: 23px;
  padding: 8px;
  display: block;
}
header nav .ul a:hover {
  background-color: #D76739;
  color: #fff;
}
header nav .ul a.active {
  background-color: #D76739;
  color: #fff;
}
header nav ul > li:hover .ul {
  display: block;
}*/
/*banner*/
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
  transition: all .2s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 4px;
  opacity: 1;
}
/* 公用属性 */
.main66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.title {
  text-align: center;
  margin-bottom: 44px;
  overflow: hidden;
}
.title .div1 {
  font-size: 0;
}
.title .div1 span {
  font-size: 30px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
}
.title .div1 span:after {
  content: "";
  width: 29px;
  height: 8px;
  background: url(../images/t6.png) no-repeat;
  position: absolute;
  left: 100%;
  top: 4px;
  bottom: 0;
  margin: auto 0;
}
.title .div1 span:before {
  content: "";
  width: 29px;
  height: 8px;
  background: url(../images/t6.png) no-repeat;
  position: absolute;
  right: 100%;
  top: 4px;
  bottom: 0;
  margin: auto 0;
  transform: rotateY(180deg)
}
.title .div2 {
  font-size: 16px;
  color: #666;
  padding-top: 11px;
  line-height: 26px;
}
.gd {
  display: block;
  width: 180px;
  line-height: 52px;
  background: #D76739;
  font-size: 18px;
  text-align: center;
  margin: 44px auto 0;
  color: #fff;
}
.gd:hover {
  background-color: #f1a789;
  color: #fff;
}
/* 图书分类 */
.main1 {
  background: #f9f9f9;
}
.main1 .lb1 {
  margin: -5px;
}
/* 关于我们 */
.main2 .box {
  text-align: center;
}
.main2 .box .tt1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.main2 .box .tt1:after {
  content: "";
  width: 46px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.main2 .box .tt2 {
  font-size: 16px;
  line-height: 30px;
}
.main2 .box .tt3 {
  display: block;
  width: 110px;
  line-height: 38px;
  background: #D76739;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 33px auto 0;
  box-shadow: 4px 6px 2px #d6ede1;
}
.main2 .box .tt3:hover {
  background-color: #f1a789;
}
.main2 .lb2 {
  margin: 40px -10px -10px;
}
.main2 .lb2 .list {
  display: block;
  margin: 10px;
  border: 3px solid #CCE8DA;
  box-shadow: 0 0 9px #d6ede1;
}
.main2 .lb2 .list .bjcover {
  display: block;
  padding-top: 70%;
}
.main2 .list .tt { /*position: absolute;*/ left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  padding: 0 55px 0 22px;
}
.main2 .list .tt:after {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../images/t3-1.png) no-repeat;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main2 .lb2 .list:hover .bjcover {
  transform: scale(1.06);
}
.main2 .lb2 .list iframe {
  min-height: 335px;
}
/* 图书展示 */
.main3 .lb3 {
  margin: -10px;
}
.main3 .list {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  margin: 10px;
}
.main3 .list .img {
  padding-top: 90%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.main3 .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main3 .list .tt {
  background: #F9F9F9;
  line-height: 70px;
  margin: 2px;
  font-size: 20px;
  padding: 0 50px 0 30px;
  position: relative;
}
.main3 .list .tt:after {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../images/t3.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main3 .list:hover .img img {
  transform: scale(1.06);
}
.main3 .list:hover .tt {
  color: #D76739;
}
.main11 .lb11 {
  margin: -10px;
}
.main11 .list {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  margin: 10px;
}
.main11 .list .img {
  padding-top: 90%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.main11 .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main11 .list .tt {
  background: #F9F9F9;
  line-height: 70px;
  margin: 2px;
  font-size: 16px;
  padding: 0 50px 0 30px;
  position: relative;
}
.main11 .list .tt:after {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../images/t3.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main11 .list:hover .img img {
  transform: scale(1.06);
}
.main11 .list:hover .tt {
  color: #D76739;
}
.lb11 {
  position: relative;
}
.lb11 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  left: -88px;
  transition: all .3s;
  opacity: .2;
}
.lb11 .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  right: -88px;
  transform: rotate(180deg);
  transition: all .3s;
  opacity: .2;
}
.lb11 .swiper-button-prev:hover {
  opacity: .8;
}
.lb11 .swiper-button-next:hover {
  opacity: .8;
}
.lb11 .swiper-button-disabled {
  opacity: .01 !important;
}

.main12 .lb12 {
  margin: -10px;
}
.main12 .list {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 11px rgba(0, 0, 0, .03);
  margin: 10px;
}
.main12 .list .img {
  padding-top: 90%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.main12 .list .img img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main12 .list .tt {
  background: #F9F9F9;
  line-height: 70px;
  margin: 2px;
  font-size: 16px;
  padding: 0 50px 0 30px;
  position: relative;
}
.main12 .list .tt:after {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../images/t3.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main12 .list:hover .img img {
  transform: scale(1.06);
}
.main12 .list:hover .tt {
  color: #D76739;
}
.lb12 {
  position: relative;
}
.lb12 .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  left: -88px;
  transition: all .3s;
  opacity: .2;
}
.lb12 .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: url(../images/t7.png) no-repeat center center;
  right: -88px;
  transform: rotate(180deg);
  transition: all .3s;
  opacity: .2;
}
.lb12 .swiper-button-prev:hover {
  opacity: .8;
}
.lb12 .swiper-button-next:hover {
  opacity: .8;
}
.lb12 .swiper-button-disabled {
  opacity: .01 !important;
}
/* 书目下载 */
.main4 .swiper-slide {
  border: 1px solid #ddd;
  padding: 15px 28px;
}
.main4 .swiper-slide a {
  display: block;
  line-height: 58px;
  font-size: 16px;
  padding: 0 50px 0 44px;
  position: relative;
}
.main4 .swiper-slide a:nth-child(n+2) {
  border-top: 1px solid #ddd;
}
.main4 .swiper-slide a img {
  position: absolute;
  left: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.main4 .swiper-slide a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/t5.png) no-repeat;
  position: absolute;
  right: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: all .3s;
}
.main4 .swiper-slide a:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/t5-1.png) no-repeat;
  position: absolute;
  right: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: all .3s;
}
.main4 .swiper-slide a:hover {
  color: #D76739;
}
.main4 .swiper-slide a:hover:after {
  opacity: 0;
}
.main4 .swiper-slide a:hover:before {
  opacity: 1;
}
/* 库房展示 */
.main5 .list {
  display: block;
  position: relative;
}
.main5 .list .bjcover {
  padding-top: 90%;
}
.main5 .list .tt { /*position: absolute;*/ left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  padding: 0 55px 0 22px;
}
.main5 .list .tt:after {
  content: "";
  width: 22px;
  height: 16px;
  background: url(../images/t3-1.png) no-repeat;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main5 .list:hover .bjcover {
  transform: scale(1.06);
}
.main5 .list .img iframe {
  min-height: 285px;
}
/* 服务流程 */
.main6 {
  background: #f9f9f9;
}
.main6 .lb6 {
  margin: -10px;
}
.main6 .list {
  margin: 10px;
  background: #fff;
  border: 1px solid #deede6;
  box-shadow: 0 0 9px #edf4f1;
  padding: 44px 10px;
  text-align: center;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  transition: all .3s;
}
.main6 .list .img {
  line-height: 70px;
  height: 70px;
  font-size: 0;
}
.main6 .list .img img {
  max-height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
}
.main6 .list .tt {
  font-size: 18px;
  color: #000;
  margin-top: 22px;
}
.main6 .list:hover {
  border-color: #D76739;
}
.main6 .list:hover .img img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0);
}
.main6 .list:hover .tt {
  color: #D76739;
}
/*新闻中心*/
.main8 .zuo {
  width: calc(14% + 270px);
  float: left;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  display: block;
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 10px;
  border: 1px solid #f2efef;
}
.main8 .zuo .bjcover {
  height: 350px;
}
.main8 .zuo:hover .bjcover {
  transform: scale(1.06);
}
.main8 .zuo .tt {
  color: #373737;
  font-size: 17px;
  font-weight: bold;
  padding: 0 40px 0 14px;
  position: relative;
  line-height: 66px;
}
.main8 .zuo:hover .tt {
  color: #D76739;
}
/*.main8 .zuo .tt:after{content:"";width: 15px;height: 15px;background: url("../images/tu26.png") no-repeat;position: absolute;left: -15px;top:0;bottom:0;margin: auto 0;}*/
.main8 .zuo .tt:before {
  content: "";
  width: 19px;
  height: 15px;
  background: url("../images/tu27.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main8 .zuo:hover .tt:before {
  background: url("../images/tu27-1.png") no-repeat;
}
.main8 .you {
  width: calc(86% - 270px);
  padding-left: 10px;
  float: left;
}
.main8 .you .list {
  display: block;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .12);
  margin-bottom: 10px;
  position: relative;
  padding-left: 196px;
  border: 1px solid #f2efef;
  height: 136px;
  padding-right: 24px;
}
.main8 .you .list .tt1 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-top: 32px;
  line-height: 18px;
  position: relative;
  padding-left: 26px;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.main8 .you .list .tt1:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/tu26-1.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.3s;
}
.main8 .you .list .tt1:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
}
.main8 .you .list .tt3 {
  font-size: 13px;
  color: #999999;
  position: relative;
  padding-bottom: 18px;
  padding-left: 26px;
}
.main8 .you .list .tt3:after {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 1;
}
.main8 .you .list .tt3:before {
  content: "";
  width: 42px;
  height: 7px;
  background: url("../images/tu28-1.png") no-repeat;
  position: absolute;
  left: 26px;
  bottom: 0;
  transition: all 0.3s;
  opacity: 0;
}
.main8 .you .list .tt2 {
  font-size: 12px;
  color: #999999;
  width: 160px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.main8 .you .list .tt2 b {
  font-size: 40px;
  color: #000;
  font-weight: inherit;
  display: block;
}
.main8 .you .list .tt2 i {
  display: none;
}
.main8 .you .list .tt2 div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main8 .you .list:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
}
.main8 .you .list:hover .tt1 {
  color: #D76739;
}
.main8 .you .list:hover .tt1:after {
  background: url("../images/tu26.png") no-repeat;
}
.main8 .you .list:hover .tt3:after {
  left: 40px;
  opacity: 0;
}
.main8 .you .list:hover .tt3:before {
  left: 40px;
  opacity: 1;
}
.main8 .you .list:nth-child(n+4) {
  display: none;
}
/*footer{background:#1F1F1F;}
footer .box1{padding-bottom:50px;padding-right: 100px;position: relative;}
footer .ul{font-size: 0;padding:30px 0 40px 0;}
footer .ul a{font-size:14px;color: #fff;line-height: 32px;padding-right: 32px;position: relative;display: inline-block;}
footer .ul a:nth-last-child(1){padding: 0;}
footer .ul a:hover{color: #D76739;}
footer .zuo{width:55%;float: left;padding-right: 30px;}
footer .you{width:45%;float: left;padding-left: 30px;}
footer .top{font-size: 15px;color: #fff;font-weight: bold;position: relative;line-height: 18px;margin-bottom:22px;padding-left: 26px;}
footer .top:after{content:"";width: 10px;height: 10px;background: url("../images/d1.png") no-repeat;position: absolute;left: 0;top:0;bottom:0;margin: auto 0;}
footer .zuo .tt{position: relative;font-size: 0;}
footer .zuo .tt1{position: relative;font-size: 13px;color: #fff;line-height: 22px;padding: 6px 26px;display: inline-block;min-width: calc(50% - 12px);}
footer .zuo .tt1 img{position:absolute;left: 0;top:9px;display: block;max-width: 18px;}
footer .zuo .tt1.tt2{margin-top:10px;margin-bottom: 10px;}
footer .zuo .tt1.tt2:after{content: "";width: 100px;height: 1px;background: #fff;position: absolute;left: 26px;top:0;bottom:0;margin: auto 0;}
footer .you .tt{font-size: 0;padding-right: 18%;}
footer .you .tt a{display: block;font-size: 14px;color: #fff;line-height: 26px;padding: 2px 6px 6px 26px;}
 footer .you .tt a:hover{color: #d6201d;} 
footer .box2{font-size: 13px;color: #7c7c7c;line-height: 24px;padding: 17px 0;background: #FFFFFF;}
footer .box1 .topbox{position: absolute;right: 0;top:30px;width: 100px;background: #ffffff;}
footer .box1 .topbox .tt1{background: #D76739;font-size: 15px;color: #fff;text-transform: uppercase;text-align: center;line-height: 36px;position: relative;cursor: pointer;}
footer .box1 .topbox .tt1:after{content: ""; width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 8px solid #D76739;display: block;position: absolute;left: 0;top:-8px;right: 0;margin: 0 auto;}
footer .box1 .topbox .ss{border: 4px solid #fff;min-height: 80px;}
footer .box1 .topbox .ss img{width:100%;display: block;}*/
footer .box1 {
  background: #F4F4F4;
  padding: 60px 0;
}
footer .box1 .list3 {
  width: 150px;
  float: right;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}
footer .box1 .list3 img {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
footer .box1 .list1 {
  width: calc(66% - 200px);
  float: left;
  padding-top: 15px;
}
footer .box1 .list1 .ul {
  width: 20%;
  float: left;
  padding-right: 18px;
}
footer .box1 .list1 .ul a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-bottom: 15px;
  position: relative;
  transition: all .2s;
}
footer .box1 .list1 .ul a:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 33px;
}
footer .box1 .list1 .ul a:nth-child(1):after {
  content: "";
  width: 34px;
  height: 2px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 15px;
}
footer .box1 .list1 .ul a:nth-child(n+2):hover {
  color: #000;
}
footer .box1 .list2 {
  width: 34%;
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 40px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
footer .box1 .list2 .tt1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Arial';
}
footer .box2 {
  background: #D76739;
  text-align: center;
  padding: 25px 15px;
  font-size: 14px;
  color: #fff;
}
/* 在线留言 */
.main10 {
  padding: 60px 0;
}
.main10 .tt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 170px;
  float: left;
  line-height: 30px;
  padding-top: 8px;
}
.main10 .tt span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: 'Bell MT';
  text-transform: uppercase;
  padding-top: 8px;
  line-height: 16px;
}
.main10 form {
  display: block;
  width: calc(100% - 170px);
  float: left;
  margin-top: 2px;
}
.main10 form button {
  transition: all 0.3s;
  width: 19%;
  background: #a7afb5;
  border: 0;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  float: left;
}
.main10 form input {
  width: calc(27% - 10px);
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form textarea {
  width: calc(27% - 10px);
  max-width: calc(27% - 10px);
  ;
  margin-right: 10px;
  ;
  background: #fff;
  border: 0;
  line-height: 46px;
  height: 46px;
  color: #000;
  padding: 0 10px 0 18px;
  float: left;
}
.main10 form button:hover {
  opacity: .88;
}
.ssbox {
  background: #F4F4F4;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.ssbox .ul {
  padding-left: 36px;
  height: 40px;
  overflow: hidden;
  background: url(../images/t33.png) no-repeat left center;
  width: calc(100% - 360px);
  float: left;
  font-size: 0;
}
.ssbox .ul a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #999;
  padding-right: 15px;
  line-height: 40px;
  transition: all .2s;
}
.ssbox .ul a:nth-child(1) {
  color: #000;
  padding-right: 0;
}
.ssbox .ul a:nth-child(n+2):hover {
  color: #000;
}
.ssbox form {
  width: 354px;
  float: right;
  line-height: 38px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.ssbox form input {
  width: calc(100% - 54px);
  line-height: 38px;
  height: 38px;
  border: 0;
  background: fixed;
  padding: 0 0 0 25px;
  float: left;
}
.ssbox form button {
  width: 54px;
  line-height: 38px;
  height: 38px;
  border: 0;
  background: url(../images/t44.png) no-repeat center center;
  float: right;
}
/*内页共用*/
.ny {
  min-height: 666px;
  padding: 44px 0 50px;
}
.ny .zuo {
  width: 260px;
  float: left;
  padding-right: 30px;
}
.ny .you {
  width: calc(100% - 260px);
  float: left;
}
.ny .you1 {
  width: calc(100% - 306px);
  float: right;
}
.ny .zuo .top {
  line-height: 76px;
  background: #D76739;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 76px;
  overflow: hidden;
  position: relative;
  display: block !important;
  top: 0 !important
}
.ny .zuo .top span {
  font-size: 11px;
  color: #fff;
  font-family: 'Arial';
  text-transform: uppercase;
  line-height: normal;
}
.ny .zuo .top:before {
  position: absolute;
  right: 16px;
  top: 2px;
  opacity: 0;
}
.ny .zuo .ul {
  margin-bottom: 20px;
}
.ny .zuo .ul > a {
  display: block;
  width: 100%;
  margin-top: 2px;
  line-height: 42px;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 0 30px;
  transition: all 0.3s;
}
.ny .zuo .ul > a:before {
  position: absolute;
  right: 20px;
  top: 0;
  color: #333;
  line-height: inherit;
  font-size: 80%;
  transition: all 0.3s;
  transform: rotate(-90deg)
}
.ny .zuo .ul > a:hover {
  background: #D76739;
  color: #fff;
}
.ny .zuo .ul > a:hover:before {
  color: #fff;
}
.ny .zuo .ul > a.active {
  background: #D76739;
  color: #fff;
}
.ny .zuo .ul > a.active:before {
  color: #fff;
  transform: rotate(0deg)
}
/*二级*/
.ny .zuo .ul2 {
  display: none;
  border: 1px solid #eee;
  padding: 6px 20px;
}
.ny .zuo .ul2.active {
  display: block;
}
.ny .zuo .ul2 a {
  line-height: 42px;
  padding: 0 10px 0 15px;
  width: 100%;
  position: relative;
  display: block;
  transition: all 0.3s
}
.ny .zuo .ul2 a:nth-child(n+2) {
  border-top: 1px dashed #eee;
}
.ny .zuo .ul2 a:hover {
  color: #D76739
}
.ny .zuo .ul2 a.active {
  color: #D76739
}
/*左侧联系我们*/
.ny .zuo .tt {
  border: 1px solid #eee;
  margin-top: 3px;
  background: #fff;
}
.ny .zuo .tt .tt1 {
  color: #000;
  padding: 20px 0;
  padding-left: 60px;
  border-bottom: 1px solid #eee;
  background: url("../images/tu22.png") no-repeat 16px center;
}
.ny .zuo .tt .tt1 span {
  color: #D76739;
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.ny .zuo .tt .tt2 {
  padding: 16px;
  color: #333;
  font-size: 13px;
  line-height: 26px;
}
/*右侧顶部*/
.ny .you .top {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
}
.ny .you .top .top2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.ny .you .top .top2 span {
  color: #D76739;
}
.ny .you .top .top2 a {
  color: #000;
  transition: all .2s;
}
.ny .you .top .top2 a:hover {
  color: #D76739;
}
.ny .you1 .top {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  line-height: 54px;
  margin-bottom: 25px;
  position: relative;
}
.ny .you1 .top .top2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.ny .you1 .top .top2 span {
  color: #D76739;
}
.ny .you1 .top .top2 a {
  color: #000;
  transition: all .2s;
}
.ny .you1 .top .top2 a:hover {
  color: #D76739;
}
/* 产品分类 */
.main1 .zuo1 {
  width: 286px;
  float: left;
  background-color: #a7afb5;
}
.main1 .zuo1 .top {
  background-color: #D76739;
  padding: 18px 0 18px 80px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.main1 .zuo1 .top span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: lighter;
}
.main1 .zuo1 .top img {
  display: block;
  position: absolute;
  left: 30px;
  top: 6px;
  bottom: 0;
  margin: auto 0;
}
.main1 .zuo1 .ul {
  padding: 20px 0 52px;
}
.main1 .zuo1 .ul > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-left: 54px;
  position: relative;
}
.main1 .zuo1 .ul > a:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main1 .zuo1 .ul > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: .6;
  transition: all .3s;
}
.main1 .zuo1 .ul > a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 28px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: .6;
  transition: all .3s;
}
.main1 .zuo1 .ul > a:hover {
  background-color: #D76739;
  color: #000;
}
.main1 .zuo1 .ul > a:hover:after {
  background-color: #000;
}
.main1 .zuo1 .ul > a:hover:before {
  background-color: #000;
}
.main1 .zuo1 .ul > a.active {
  background-color: #D76739;
  color: #000;
}
.main1 .zuo1 .ul > a.active:after {
  background-color: #000;
}
.main1 .zuo1 .ul > a.active:before {
  background-color: #000;
}
.main1 .zuo1 .ul2 {
  background-color: #C9CED2;
  padding: 10px 20px;
  font-size: 0;
  display: none;
}
.main1 .zuo1 .ul2.active {
  display: block;
}
.main1 .zuo1 .ul2 a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding-left: 24px;
  min-width: 50%;
  line-height: 38px;
  position: relative;
  transition: all .3s;
}
.main1 .zuo1 .ul2 a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #858585;
  position: absolute;
  left: 8px;
  top: 14px;
  transition: all .3s;
}
.main1 .zuo1 .ul2 a:hover, .main1 .zuo1 .ul2 a.active {
  color: #D76739;
}
.main1 .zuo1 .ul2 a:hover:after, .main1 .zuo1 .ul2 a.active:after {
  border-left-color: #D76739;
}
/*内页新闻*/
.nyxw .list {
  margin-bottom: 20px;
  display: block;
  padding: 14px;
  border: 1px solid #e9e9e9;
}
.nyxw .list .img {
  width: calc(9% + 156px);
  float: left;
}
.nyxw .list .img .bjcover {
  height: 200px;
}
.nyxw .list .tt {
  float: left;
  width: calc(91% - 156px);
  padding-left: 22px;
}
.nyxw .list .tt1 {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  line-height: 27px;
  margin-top: 10px;
}
.nyxw .list .tt2 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 28px;
}
.nyxw .list .tt3 {
  color: #333333;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.nyxw .list .tt4 {
  width: 96px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  color: #333333;
  line-height: 29px;
  margin-top: 14px;
  position: relative;
  padding-right: 20px;
}
.nyxw .list .tt4:after {
  content: "";
  width: 10px;
  height: 7px;
  background: url("../images/tu29.png") no-repeat center center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 1;
}
.nyxw .list .tt4:before {
  content: "";
  width: 0;
  height: 7px;
  background: url("../images/tu29-1.png") no-repeat center center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 0.3s;
  z-index: 2;
}
.nyxw .list:hover .tt4 {
  background-color: #D76739;
  color: #fff;
  border-color: #D76739;
}
.nyxw .list:hover .tt4:before {
  width: 10px;
  transition: all 0.3s;
  right: 20px;
}
.nyxw .list:hover .img .bjcover {
  transform: scale(1.06);
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 14px;
  line-height: 180%;
}
.danye .topbox {
  margin-bottom: 24px;
  text-align: center;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  padding-bottom: 10px;
}
.danye .rq {
  color: #555555;
  font-size: 14px;
}
.danye .xian {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  border-bottom: 1px dashed #ccc;
}
.danye .img {
  margin: 0 auto 18px auto;
  display: block;
}
.danye .img img {
  display: block;
  margin: 0 auto;
}
.danye .ditu {
  height: 400px;
  position: relative;
  margin: 20px auto;
  border: 1px solid #eee;
}
/* 产品展示 */
.nycp {
  margin: 0 -10px;
}
.nycp .list {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  float: left;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.nycp .list .img .tr2 {
  padding-top: 80%;
}
.nycp .list .tt {
  background: #F4F4F4;
  line-height: 52px;
  padding: 0 50px 0 20px;
  position: relative;
  margin-top: 1px;
  font-size: 16px;
}
.nycp .list .tt:after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../images/t3.png) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: all .2s;
}
.nycp .list .tt:before {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../images/t3-1.png) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: all .2s;
}
.nycp .list:hover .tt:after {
  opacity: 0;
}
.nycp .list:hover .tt:before {
  opacity: 1;
}
.nycp .list:hover .tt {
  background-color: #D76739;
  color: #fff;
}
.nycp .list:hover .img .tr2 {
  transform: scale(1.06);
}
/* 视频展示 */
.nycp1 {
  margin: 0 -10px;
}
.nycp1 .list {
  display: block;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  float: left;
  background: #fff;
  border: 1px solid #f4f4f4;
}
.nycp1 .list .img iframe {
  min-height: 285px;
}
.nycp1 .list .tt {
  background: #F4F4F4;
  line-height: 52px;
  padding: 0 50px 0 20px;
  position: relative;
  margin-top: 1px;
  font-size: 16px;
}
.nycp1 .list .tt:after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../images/t3.png) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: all .2s;
}
.nycp1 .list .tt:before {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../images/t3-1.png) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: all .2s;
}
.nycp1 .list:hover .tt:after {
  opacity: 0;
}
.nycp1 .list:hover .tt:before {
  opacity: 1;
}
.nycp1 .list:hover .tt {
  background-color: #D76739;
  color: #fff;
}
.nycp1 .list:hover .img .tr2 {
  transform: scale(1.06);
}
.liuyan form input {
  width: 100%;
  float: left;
  line-height: 42px;
  height: 44px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding: 0 14px;
}
.liuyan form textarea {
  width: 100%;
  max-width: 100%;
  height: 138px;
  padding: 10px 14px;
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.liuyan form button {
  width: 100%;
  line-height: 44px;
  background: #D76739;
  font-size: 14px;
  color: #fff;
  border: 0;
  transition: all 0.3s
}
.liuyan form button:hover {
  background-color: #f1a789;
}
.nyxz a {
  display: block;
  line-height: 58px;
  font-size: 16px;
  padding: 0 50px 0 44px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.nyxz a img {
  position: absolute;
  left: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.nyxz a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/t5.png) no-repeat;
  position: absolute;
  right: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: all .3s;
}
.nyxz a:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/t5-1.png) no-repeat;
  position: absolute;
  right: 12px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: all .3s;
}
.nyxz a:hover {
  color: #D76739;
}
.nyxz a:hover:after {
  opacity: 0;
}
.nyxz a:hover:before {
  opacity: 1;
}
.title2 {
  font-size: 0;
  text-align: center;
  margin-top: -11px;
  margin-bottom: 40px;
}
.title2 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  min-width: 150px;
  text-align: center;
  transition: all .2s;
  margin: 0 2px 4px;
  padding: 0 5px;
  border: 1px solid #E5E5E5;
}
.title2 a:hover {
  background-color: #D76739;
  border-color: #D76739;
  color: #fff;
}
.title2 a.active {
  background-color: #D76739;
  border-color: #D76739;
  color: #fff;
}

.main33 {
    overflow: hidden;
}
/*transition: all .2s;*/
/*028e46*/
/*015027*/
/*transform:scale(1.06);*/
/*媒体查询开始*/
/*@media (max-width:1299px) {
  header nav {
    margin-right: 10px;
  }
  header nav ul > li > a {
    padding: 0 22px;
  }
}*/
@media (max-width:1230px) {
  .banner .bjcover {
    height: auto;
    padding-top: 40%;
  }
}
@media (max-width:1199px) {
  /*header .txt {
    display: none;
  }
  header nav {
    margin-right: 0;
  }
  header nav ul > li > a {
    padding: 0 20px;
  }*/
  .main3 .list .tt {
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
  }
  .main3 .list .tt:after {
    display: none;
  }
  /* 新闻中心*/
  .main8 .you .list .tt2 {
    width: 130px;
  }
  .main8 .you .list {
    padding-left: 166px;
  }
  .nycp .list .tt {
    text-align: center;
    padding: 0 5px;
  }
  .nycp .list .tt:after {
    display: none;
  }
  .nycp .list .tt:before {
    display: none;
  }
  footer .box1 .list1 {
    width: calc(72% - 180px);
  }
  footer .box1 .list1 .ul {
    width: calc(25% - 18px);
  }
  footer .box1 .list1 .ul:nth-child(2) {
    width: calc(25% + 18px);
  }
  footer .box1 .list1 .ul:nth-child(3) {
    width: calc(25% + 18px);
  }
  footer .box1 .list2 {
    width: 28%;
    padding: 0 25px;
  }
  footer .box1 .list3 {
    width: 140px;
  }
}
@media (max-width:991px) {
  /*header .box1 {
    display: none;
  }*/
  /*header nav {
    display: none;
    width: 170px;
    float: none;
    padding: 15px 20px 20px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
  }
  header nav .container-fluid {
    padding: 0;
  }
  header nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  header nav ul > li a:after {
    height: 2px;
  }
  header nav ul > li:nth-last-child(1) {
    border: 0;
  }
  header nav ul > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    padding-left: 10px;
    line-height: 44px;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  移动导航按钮
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 45px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #D76739;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }*/
  header .box2 .logo {
    height: 110px;
    line-height: 110px;
    max-width: calc(100% - 50px);
  }
  /*pc导航*/
  header nav {
    display: none;
    width: 180px;
    float: none;
    padding: 15px 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 113;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
  }
  header nav .container-fluid {
    padding: 0;
  }
  header nav ul > li {
    width: 100%;
  }
  header nav ul > li > a {
    font-size: 15px;
    line-height: 40px;
    color: #333;
  }
  header nav ul > li:hover .ul {
    display: none;
  }
  /*移动导航按钮*/
  header .lanmu {
    width: 30px;
    font-size: 0;
    height: 21px;
    position: absolute;
    right: 15px;
    bottom: 45px;
    cursor: pointer;
    z-index: 2;
  }
  header .lanmu i {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #D76739;
    border-radius: 3px;
    transition: all 0.6s;
  }
  header .lanmu i:nth-child(2), .lanmu i:nth-child(3) {
    width: 40%;
    margin: 6px 0;
  }
  header .lanmu i:nth-child(2) {
    margin-right: 10%;
  }
  header .lanmu i:nth-child(3) {
    margin-left: 10%;
  }
  header .lanmu.active i:nth-child(1) {
    transform: rotate(45deg) translateY(4px) translateX(5px);
  }
  header .lanmu.active i:nth-child(4) {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  header .lanmu.active i:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  header .lanmu.active i:nth-child(3) {
    transform: translateX(30px);
    opacity: 0;
  }
  .main5 .list .tt {
    font-size: 16px;
    line-height: 50px;
    padding: 0 5px;
    text-align: center;
  }
  .main5 .list .tt:after {
    display: none;
  }
  .main2 .list .tt {
    font-size: 16px;
    line-height: 50px;
    padding: 0 5px;
    text-align: center;
  }
  .main2 .list .tt:after {
    display: none;
  }
  /*新闻*/
  .main8 .zuo {
    width: 100%;
    margin: 0;
  }
  .main8 .zuo .bjcover {
    height: auto;
    padding-top: 55%;
  }
  .main8 .you {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  /*footer{margin-bottom:50px;}
    footer .box1{padding-right: 0;}
    footer .box1 .topbox{display:none;}
    footer .you .tt a{display: block;margin-right: 0;}
    footer .zuo .tt1{display: block;margin-right: 0;}
    footer .zuo .tt1.tt2{display: none;}*/
  footer .box1 .list1 {
    width: 65%;
  }
  footer .box1 .list2 {
    width: 35%;
    border-right: 0;
    padding-right: 0;
  }
  footer .box1 .list3 {
    display: none;
  }
  /*内页共用*/
  .ny {
    min-height: 333px;
    padding: 20px 0 50px;
  }
  .ny .zuo {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ny .you {
    width: 100%;
  }
  .ny .you1 {
    width: 100%;
  }
  .ny .zuo .top {
    line-height: 48px;
    margin: 0;
    font-size: 18px;
    height: 50px;
    text-align: left;
    padding: 0 30px 2px 20px;
  }
  .ny .zuo .top span {
    font-size: 11px;
    color: #fff;
    font-family: 'Arial';
    text-transform: uppercase;
  }
  .ny .zuo .top:before {
    opacity: 1;
  }
  .ny .zuo .ul {
    margin: 0;
    display: none;
  }
  .ny .zuo .ul > a {
    padding: 0 10px;
    text-align: center;
  }
  .ny .zuo .ul > a:before {
    right: 15px;
  }
  /*内页共用*/
  .main1 {
    min-height: 333px;
    padding: 20px 0 50px;
  }
  .main1 .zuo1 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .main1 .zuo1 .top {
    line-height: 48px;
    margin: 0;
    font-size: 18px;
    height: 50px;
    text-align: left;
    padding: 0 30px 2px 56px;
  }
  .main1 .zuo1 .top span {
    font-size: 11px;
    font-family: 'Arial';
    text-transform: uppercase;
    display: inline;
    padding-left: 11px;
  }
  .main1 .zuo1 .top i {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: inherit;
  }
  .main1 .zuo1 .top img {
    top: 0;
    left: 15px;
  }
  .main1 .zuo1 .ul {
    margin: 0;
    display: none;
    padding: 0;
  }
  .main1 .zuo1 .ul > a {
    padding: 0 30px 0 50px;
    font-size: 15px;
    line-height: 46px;
  }
  .main1 .zuo1 .ul > a:before {
    right: 15px;
  }
  .main1 .zuo1 .ul {
    padding: 0;
  }
  .main1 .zuo1 .ul2 a {
    line-height: 32px;
  }
  .main1 .zuo1 .ul2.active {
    display: none;
  }
  .main1 .zuo1 .ul2 a:after {
    top: 11px;
  }
  .banner .swiper-slide img {
    width: 100%;
    max-width: 100%;
    /*margin-left: -20%;*/
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px -6px !important;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .nycp1 .list .img iframe {
    min-height: 225px;
  }
  .main5 .list .img iframe {
    min-height: 225px;
  }
  .main2 .lb2 .list iframe {
    min-height: 225px;
  }
  /* 在线留言 */
  .main10 .tt {
    width: 100%;
    margin-bottom: 20px;
  }
  .main10 form {
    width: 100%;
  }
  .ssbox .ul {
    width: calc(100% - 300px);
  }
  .ssbox form {
    width: 300px;
  }
}
@media (max-width:767px) {
  /* 公用属性 */
  .main66 {
    padding-top: 36px;
    padding-bottom: 40px;
  }
  .title {
    margin-bottom: 26px;
  }
  .title .div1 span {
    font-size: 22px;
    padding: 0 11px;
    line-height: 30px;
  }
  .title .div2 {
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .gd {
    width: 120px;
    line-height: 40px;
    font-size: 15px;
    margin-top: 24px;
  }
  /* 关于我们 */
  .main2 .box .tt1 {
    font-size: 20px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  .main2 .box .tt2 {
    font-size: 14px;
    line-height: 28px;
  }
  .main2 .box .tt3 {
    width: 100px;
    line-height: 34px;
    margin-top: 20px;
  }
  .main2 .lb2 {
    margin: 20px -5px -5px;
  }
  .main2 .lb2 .list {
    margin: 5px;
    border: 2px solid #CCE8DA;
    box-shadow: none
  }
  /* 图书展示 */
  .main3 .lb3 {
    margin: -5px;
  }
  .main3 .list {
    box-shadow: none;
    margin: 5px;
  }
  .main3 .list .tt {
    font-size: 15px;
    line-height: 40px;
    margin: 1px;
  }
  .main11 .lb11 {
    margin: -5px;
  }
  .main11 .list {
    box-shadow: none;
    margin: 5px;
  }
  .main11 .list .tt {
    font-size: 15px;
    line-height: 40px;
    margin: 1px;
  }
	
	.main12 .lb12 {
    margin: -5px;
  }
  .main12 .list {
    box-shadow: none;
    margin: 5px;
  }
  .main12 .list .tt {
    font-size: 15px;
    line-height: 40px;
    margin: 1px;
  }
  /* 书目下载 */
  .main4 .swiper-slide {
    padding: 10px 15px;
  }
  .main4 .swiper-slide a {
    line-height: 50px;
    font-size: 15px;
    padding: 0 50px 0 40px;
  }
  /* 库房展示 */
  .main5 .list .tt {
    font-size: 14px;
    line-height: 40px
  }
  .main2 .list .tt {
    font-size: 14px;
    line-height: 40px
  }
  /* 服务流程 */
  .main6 .lb6 {
    margin: -5px;
  }
  .main6 .list {
    margin: 5px;
    box-shadow: none;
    padding: 30px 6px;
    border-radius: 11px;
  }
  .main6 .list .img {
    line-height: 50px;
    height: 50px;
    font-size: 0;
  }
  .main6 .list .tt {
    font-size: 16px;
    margin-top: 16px;
  }
  /*新闻*/
  .main8 .zuo {
    box-shadow: 0 0 0;
  }
  .main8 .you .list {
    box-shadow: 0 0 0;
    height: auto;
    padding: 18px 15px 22px;
  }
  .main8 .you .list .tt1 {
    font-size: 16px;
    margin: 0;
    line-height: 18px;
    padding-bottom: 14px;
    margin-bottom: 8px;
    padding-left: 22px;
    font-weight: 400;
  }
  .main8 .you .list .tt1:after {
    top: 3px;
  }
  .main8 .you .list .tt3 {
    padding-left: 0;
    margin-top: 6px;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 22px;
    padding: 0;
    max-height: 44px;
    overflow: hidden;
  }
  .main8 .you .list .tt3:after {
    left: 0;
    display: none;
  }
  .main8 .you .list .tt3:before {
    left: 0;
    display: none;
  }
  .main8 .you .list .tt2 {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    height: inherit;
    font-size: 14px;
    border: 0;
  }
  .main8 .you .list .tt2 b {
    display: none;
  }
  .main8 .you .list .tt2 i {
    display: inline-block;
  }
  .main8 .you .list .tt2 div {
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: translateY(0);
    text-align: left;
  }
  .main8 .you .list:after {
    display: none;
  }
  .main8 .zuo .tt {
    font-size: 17px;
    padding: 10px 0;
    line-height: 0;
  }
  .main8 .zuo .tt:after {
    display: none;
  }
  .main8 .zuo .tt div {
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
  }
  .main8 .zuo .tt:before {
    display: none;
  }
  /*    footer .box1{padding-bottom: 22px;padding: 15px 0 20px 0;}
    footer .ul{padding: 14px 0;margin-bottom: 10px;}
    footer .zuo{width:100%;float: none;padding: 0;}
    footer .you{width:100%;float: none;padding: 0;margin-top: 20px;}
    footer .zuo .tt1{line-height: 22px;display: inline-block;min-width:50%;}
    footer .you .tt a{min-width: 50%;}
    footer .box2{padding: 14px 0;line-height: 20px;}
    footer .top{margin: 10px 0;}*/
  footer .box1 {
    padding: 40px 0;
  }
  footer .box1 .list1 {
    width: 100%;
    padding-top: 0;
  }
  footer .box1 .list1 .ul {
    width: 100% !important;
    padding: 0;
    margin-bottom: 16px;
  }
  footer .box1 .list1 .ul a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 10px 0;
  }
  footer .box1 .list1 .ul a:nth-child(1) {
    font-size: 17px;
    display: block;
    padding-bottom: 6px;
  }
  footer .box1 .list1 .ul a:nth-child(1):after {
    display: none;
  }
  footer .box1 .list2 {
    width: 100%;
    border: 0;
    padding: 0;
    line-height: 28px;
  }
  footer .box1 .list2 .tt1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  footer .box2 {
    padding: 20px 15px;
  }
  /*详情页*/
  .danye .bt {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .danye .img {
    margin: 0 auto 15px auto;
  }
  .danye .ditu {
    height: 360px;
    margin: 15px auto;
  }
  .danye .xian {
    margin-top: 10px;
  }
  .nycp {
    margin: 0 -6px;
  }
  .nycp .list {
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
  .nycp .list .tt {
    font-size: 13px;
    line-height: 36px;
    background: fixed;
    padding: 0 4px;
    border-bottom: 0;
  }
  .nycp .list:hover .tt {
    background-color: transparent;
    color: #D76739;
  }
  .nycp1 .list {
    width: calc(100% - 20px);
  }
  .nycp1 .list .img iframe {
    min-height: 200px;
  }
  .main5 .list .img iframe {
    min-height: 200px;
  }
  .main2 .lb2 .list iframe {
    min-height: 200px;
  }
  .title2 {
    margin-top: -8px;
    margin-bottom: 26px;
  }
  .title2 a {
    font-size: 14px;
    line-height: 36px;
    min-width: 90px;
    margin: 0 1px 2px;
  }
  .main10 {
    padding: 40px 0;
  }
  .main10 .tt {
    font-size: 22px;
    width: 100%;
  }
  .main10 form button {
    width: 100%;
  }
  .main10 form input {
    width: 100%;
    margin: 0 0 10px;
  }
  .main10 form textarea {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
  .ssbox .ul {
    padding-left: 20px;
    height: auto;
    background: url(../images/t33.png) no-repeat left 7px;
    width: 100%;
    max-height: 52px;
    overflow: hidden;
    background-size: 15px !important;
  }
  .ssbox .ul a {
    padding-right: 11px;
    line-height: 26px;
  }
  .ssbox form {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width:600px) {
  header .box2 .logo {
    height: 80px;
    line-height: 78px;
  }
  /*header .logo {
    height: 80px;
    line-height: 80px;
    max-width: calc(100% - 46px);
  }
  header .lanmu {
    bottom: 30px;
  }*/
  header .lanmu {
    bottom: 29px;
  }
  /*内页新闻*/
  .nyxw .list {
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 0;
  }
  .nyxw .list .img {
    width: 100%;
    float: none;
    margin: 15px 15px 0;
    max-width: calc(100% - 30px);
  }
  .nyxw .list .img .bjcover {
    height: auto;
    padding-top: 66%;
  }
  .nyxw .list .tt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding: 0 10px;
    padding: 10px 20px 20px;
  }
  .nyxw .list .tt1 {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    line-height: 24px;
  }
  .nyxw .list .tt3 {
    height: auto;
    max-height: 75px;
  }
  .nyxz a {
    line-height: 50px;
    font-size: 14px;
    padding: 0 40px 0 33px;
  }
  .nyxz a img {
    left: 5px;
  }
  .nyxz a:after {
    right: 6px;
  }
  .nyxz a:before {
    right: 6px;
  }
}
@media (max-width:479px) {
  .danye .ditu {
    height: 300px;
  }
}
/*手机底部*/
@media (max-width:991px) {
  /*footer{margin-bottom: 51px;}*/
  footer {
    margin-bottom: 51px;
  }
  .sjdibu {
    height: 50px;
    background: #D76739;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 113;
    border-top: solid 1px #fff;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .sjdibu .box1 a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 5px;
  }
  .sjdibu .box1 a span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .sjdibu .box1 a h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }
  .sjdibu .box2 {
    position: fixed;
    left: 0;
    bottom: 51px;
    z-index: 112;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .1);
    padding: 6px 0;
    display: none;
  }
  .sjdibu .box2 img {
    max-height: 140px;
    display: block;
    margin: 0 auto;
  }
}