@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
/*头部样式*/
.head1 {
  background: #ecebeb;
}

.head1,
.head1 a {
  color: #565656;
  font: 500 12px/32px "微软雅黑";
}

.head1 a:hover {
  color: #ff0000;
}

#header {
  width: 1200px;
  margin: 0 auto;
  height: 112px;
}

.logo {
  float: left;
  line-height: 112px;
}

.logo h1 {
  display: inline-block;
}

.topad {
  float: left;
  border-left: 1px solid #e6e6e6;
  height: 55px;
  margin-left: 15px;
  margin-top: 25px;
  padding-left: 15px;
  line-height: 31px;
}

.topad p:nth-of-type(1) {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
}

.topad p:nth-of-type(2) {
  color: #8a8a8a;
  font-size: 14px;
}

.k2 {
  float: right;
  background: url(../images/783d31e7fcf56fb18d2da8b8e536dae1527f2ec1.png) no-repeat left center;
  font-size: 12px;
  padding-left: 48px;
  margin-top: 28px;
}

.k2 p:nth-of-type(2) {
  font-weight: bold;
  color: #0c65b6;
  font-size: 26px;
}

/**/
.ss-bg {
  border-bottom: 1px solid #e6e6e6;
  height: 54px;
}

.ss-bg .ss-index .hotSearch {
  color: #262626;
  font-size: 14px;
  line-height: 53px;
}

.ss-bg .ss-index .hotSearch a {
  color: #666666;
  font-size: 14px;
  padding: 0 12px;
}

.ss-bg .ss-index .hotSearch a:hover {
  color: #0c65b6;
}

#formsearch {
  background: url(../images/4ffd5145130cf6130adc946d425cf323f399e752.jpg) no-repeat top center;
  width: 253px;
  height: 27px;
  float: right;
  margin-top: 13px;
}

#formsearch input {
  height: 27px;
  background: none;
  border: none;
  line-height: 27px;
}

#formsearch input#keyword {
  height: 27px;
  line-height: 27px;
  padding-left: 28px;
  color: #333333;
  font-size: 12px;
}

#formsearch input#s_btn {
  width: 61px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  padding: 0;
}

/**/
.product-index {
  margin-top: 75px;
}

.product-index .pt {
  text-align: center;
  color: #4c4c4c;
  background: url(../images/db51d890168705814cac696ac32d4570e19f7910.png) no-repeat center center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-index .pt span {
  color: #0c65b6;
  padding-left: 20px;
}

.product-index .psort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.product-index .psort li {
  padding: 0 20px;
  margin: 0 5px;
  background: url(../images/afffd2ba1d4656317442017064bee72333117c1e.png) no-repeat right center;
}

.product-index .psort li:last-child {
  background: none;
}

.product-index .psort li a {
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
}

.product-index .psort li:hover {
  background: #0c65b6;
}

.product-index .psort li:hover a {
  color: #fff;
}

.product-index .plist1 {
  margin: 0 -4px;
  position: relative;
  margin-top: 30px;
}

.product-index .plist1 li {
  float: left;
  position: relative;
  margin: 0 4px;
  margin-bottom: 7px;
}

.product-index .plist1 li:nth-of-type(3) .img1 img {
  width: 474px;
  height: 473px;
}

.product-index .plist1 li:nth-of-type(6) {
  top: 240px;
  position: absolute;
}

.product-index .plist1 li:nth-of-type(7) {
  left: 243px;
  top: 240px;
  position: absolute;
}

.product-index .plist1 li .img1 img {
  width: 234px;
  height: 233px;
}

.product-index .plist1 li .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(12, 101, 182, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.product-index .plist1 li .hh .w1 {
  color: #fff;
  font-size: 20px;
}

.product-index .plist1 li .hh .w2 {
  background: url(../images/8d058cbc867331c9decb4fee6806935c7775e0f9.png) no-repeat top center;
  width: 40px;
  height: 41px;
  margin-top: 10px;
}

.product-index .plist1 li:hover .hh {
  opacity: 1;
}

/**/
.ys-bg {
  background: url(../images/0f54ccc8d93a17c5395264e96a018152ce2e4a02.jpg) no-repeat top center;
  height: 1673px;
  overflow: hidden;
  margin-top: 72px;
}

.ys-bg .ys-index {
  padding-top: 96px;
}

.ys-bg .ys-index .yt {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.ys-bg .ys-index .yt h3 {
  font-size: 36px;
}

.ys-bg .ys-index .yt h4 {
  font-size: 18px;
  background: url(../images/83e502e8a8d7fcbfbb39114c8f80b44ba811930a.png) no-repeat center center;
  margin-top: 5px;
}

.ys {
  width: 584px;
}

.sz {
  width: 67px;
  height: 90px;
}

.ywz {
  float: right;
  width: 480px;
  height: 90px;
  background: url(../images/abed8ba27f8adaac2b7330f57ee0bccb4c71bac9.png) no-repeat left bottom;
}

.ywz span {
  color: #fff;
  display: block;
  font-size: 18px;
  padding-top: 10px;
}

.ywz b {
  color: #fff;
  display: block;
  font-size: 28px;
  padding-top: 5px;
}

.sub {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
  margin-top: 18px;
  margin-left: 102px;
}

.ys1 {
  margin-top: 65px;
}

.pic2 {
  margin-top: -60px;
}

.ys2 {
  margin-top: 98px;
  width: 554px;
}

.ys2 .ywz {
  background: url(../images/bddb36b70dae7857e93ff952ae43373b4cc36586.png) no-repeat left bottom;
  height: 87px;
  width: 460px;
}

.ys2 .sub {
  color: #555555;
  margin-left: 95px;
}

.ys3 {
  margin-top: 82px;
}

.ys3 .ywz {
  background: url(../images/bddb36b70dae7857e93ff952ae43373b4cc36586.png) no-repeat left bottom;
  height: 87px;
  width: 480px;
}

.ys3 .sub {
  color: #555555;
}

.ys4 {
  margin-top: 50px;
}

.pic4 {
  margin-top: -90px;
}

.ys5 {
  margin-top: 38px;
}

/**/
.about-index {
  margin-top: 80px;
}

.about-index .ab1 {
  width: 600px;
}

.about-index .ab2 {
  width: 550px;
}

.about-index .ab2 .at {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-index .ab2 .at span {
  display: block;
  font-weight: bold;
  color: #333333;
}

.about-index .ab2 .at span b {
  color: #f2f2f2;
}

.about-index .ab2 .at h4 {
  width: 32px;
  height: 4px;
  background: #0c65b6;
  margin-top: 15px;
}

.about-index .ab2 .ap p {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  text-align: justify;
}

.about-index .ab2 .amore {
  width: 123px;
  height: 39px;
  background: #0c65b6;
  margin-top: 15px;
}

.about-index .ab2 .amore a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 39px;
  text-align: center;
}

.honor-roll {
  background: #f5f5f5;
  padding-top: 26px;
  padding-bottom: 18px;
  position: relative;
}

.honor-roll .tempWrap {
  width: 1160px !important;
  margin: 0 auto;
}

.honor-roll .hd .next {
  background: url(../images/a89f9d542a714a80d8c85f2ca34975fae5593e2f.png) no-repeat top center;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -46px;
  top: 88px;
}

.honor-roll .hd .next:hover {
  background: url(../images/1cd33a302d9c9657c07ee0881a7e49ca924e7913.png) no-repeat top center;
}

.honor-roll .hd .prev {
  background: url(../images/9f5c62793bd8dd5d83592a10617c4b17c761de58.png) no-repeat top center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -46px;
  top: 88px;
}

.honor-roll .hd .prev:hover {
  background: url(../images/903e0748e877269b8ea05581e8f06052e2758fe4.png) no-repeat top center;
}

.honor-roll .bd ul li {
  width: 244px;
  margin: 0 23px;
}

.honor-roll .bd ul li .img1 img {
  width: 244px;
  height: 165px;
}

.case-index {
  margin-top: 70px;
  position: relative;
}

.case-index::before {
  content: "";
  position: absolute;
  width: 960px;
  height: 1px;
  background: #e6e6e6;
  left: 146px;
  top: 23px;
}

.case-index .ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.case-index .ct .ct1 {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}

.case-index .ct .ct2 a {
  display: block;
  color: #999999;
  font-size: 16px;
}

.case-index .clist1 {
  margin: 0 -6px;
}

.case-index .clist1 li {
  float: left;
  width: 291px;
  margin: 0 6px;
  margin-bottom: 10px;
}

.case-index .clist1 li .img1 img {
  width: 291px;
}

.case-index .clist1 li .wz {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 35px;
}

/**/
.heng-bg {
  background: url(../images/98417398409652bfd96f876da2f08e8ed984ba45.jpg) no-repeat top center;
  height: 189px;
  overflow: hidden;
  margin-top: 70px;
}

.heng-bg .heng-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.heng-bg .heng-index .heng1 {
  width: 790px;
  padding-top: 56px;
}

.heng-bg .heng-index .heng1 h3 {
  color: #ffffff;
  font-size: 34px;
}

.heng-bg .heng-index .heng1 h3 b {
  color: #ffc809;
}

.heng-bg .heng-index .heng1 h4 {
  font-size: 17px;
  color: #ffffff;
  padding-top: 8px;
}

.heng-bg .heng-index .heng2 {
  background: url(../images/f21dfe9ab442e46ec646a7614ed0ed4165d356f4.png) no-repeat left center;
  padding-left: 60px;
  margin-top: 56px;
}

.heng-bg .heng-index .heng2 p {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
}

.heng-bg .heng-index .heng2 p:nth-of-type(2) {
  font-weight: bold;
  font-size: 36px;
}

/**/
.bt1 {
  text-align: center;
}

.bt1 dd {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 14px;
}

.bt1 dt {
  letter-spacing: 1px;
  color: #fffefe;
  font-size: 20px;
  line-height: 1;
}

.box5 {
  margin: 80px 0 70px 0;
}

.box5 .bt1 dd {
  color: #333333;
}

.box5 .bt1 dt {
  color: #808080;
  font-weight: normal;
  letter-spacing: 0px;
}

.box10 .cont {
  margin-top: 40px;
}

.xlist1 {
  background: #f5f5f5;
  width: 560px;
  height: 667px;
  padding: 0 48px;
}

.xlist1 li {
  background: #f5f5f5;
}

.xlist1 li .img {
  margin-top: 30px;
}

.xlist1 li img {
  width: 458px;
  height: 401px;
  margin: 0 auto;
}

.xlist1 li h4 {
  color: #808080;
  font-size: 22px;
  padding-top: 58px;
  font-weight: normal;
}

.xlist1 li h3 {
  color: #1f1f1f;
  font-size: 22px;
  margin: 10px 0 10px;
  font-weight: normal;
}

.xlist1 li span {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.cont {
  margin-top: 45px;
}

.xlist2 {
  width: 600px;
  float: right;
  border-top: 1px solid #e6e6e6;
}

.xlist2 li {
  border-bottom: 1px solid #e6e6e6;
  height: 166px;
}

.xlist2 li a {
  position: relative;
  z-index: 9999;
  display: block;
  padding: 45px 40px 0;
}

.xlist2 li .time {
  width: 70px;
  text-align: right;
}

.xlist2 li h4 {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: normal;
}

.xlist2 li .mo {
  width: 28px;
  height: 14px;
  background: url(../images/631e828fa5da43f74e4f292bd7938040d942505b.png) no-repeat;
  float: right;
  margin-top: 28px;
}

.xlist2 li .det {
  width: 418px;
}

.xlist2 li h3 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/e6e7c7c071e9c54300a588e4df675e063b552e6f.png) no-repeat left center;
  padding-left: 16px;
}

.xlist2 li span {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding-left: 16px;
  margin-top: 11px;
}

.xlist2 li:hover h3,
.xlist2 li:hover span,
.xlist2 li:hover h4 {
  color: #fff;
}

.xlist2 li a:after {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  width: 0;
  height: 167px;
  background: #1857c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

.xlist2 li:hover a:after {
  width: 600px;
}

.xlist2 li:hover .mo {
  background: url(../images/7e6c78687e18366e792c23acab870745243ca580.png) no-repeat;
}

.xlist2 li:hover h3 {
  background: url(../images/aed55a4679251c5dd4b25992ce31f792d31de8e7.png) no-repeat left center;
}

/**/
.link {
  margin-bottom: 15px;
}

.link .link-title {
  color: #082943;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 0;
}

.link .link-title span {
  font-size: 16px;
  color: #d7090a;
}

.link .link-title b {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.link .link-con {
  padding: 10px 0;
}

.link .link-con a {
  color: #666666;
  font-size: 12px;
  padding-right: 5px;
}

/**/
.foot {
  background: #182029;
  padding-top: 80px;
}

.bq {
  border-top: 1px solid #666666;
  text-align: center;
  color: #808080;
  font-size: 12px;
  line-height: 19px;
  padding: 12px 0;
}

.bq a {
  color: #808080;
}

.ft1 {
  background: url(../images/04e19d0f259d471d0e2dbc311bfd5a903b4602b4.png) no-repeat center 41px;
  padding-bottom: 85px;
}

.ft1 ul li dd a{
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 60px;
}

.ft1 li a {
  display: block;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}

.ft1 ul li {
  width: 140px;
}

.ft1 ul li.lx {
  width: 300px;
}

.ft1 li.tewm {
  color: #808080;
  text-align: center;
  line-height: 40px;
  margin-top: 80px;
}

.lx p {
  color: #808080;
  font-size: 14px;
}

.lx p:nth-child(4) {
  margin: 5px 0 10px 0;
}

/*友情链接*/
.f_link {
  width: 1200px;
  line-height: 30px;
  margin: 0 auto;
}

.f_link a {
  color: #666;
}
