@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url('../font/SourceHanSansCN-Medium.otf');
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #1b3f94;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  position: relative;
  background-color: #1b3f94;
  color: #FFFFFF;
  z-index: 10000;
}
#top .content {
  position: relative;
  width: 1560px;
  height: 100px;
  margin: 0 auto;
}
#top .content .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.2s;
}
#top .content .logo img {
  position: relative;
  top: 50%;
  max-height: 80px;
  transform: translateY(-50%);
}
#top .content .logo:hover {
  transform: translateY(-3px);
}
#top .content .contact {
  position: absolute;
  right: 0;
  top: 15px;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
#top .content .contact span {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
#top .content .contact .tel {
  background-image: url(../Images/z3.png);
  margin-right: 10px;
}
#top .content .contact .tel:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
#top .content .contact .email {
  background-image: url(../Images/z4.png);
}
#top .content .search {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 325px;
  height: 34px;
  z-index: 100;
}
#top .content .search input {
  position: absolute;
  left: 0;
  top: 0;
  width: 248px;
  height: 32px;
  border-radius: 4px;
  border: none;
  outline: none;
  text-indent: 10px;
}
#top .content .search span {
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 34px;
  line-height: 34px;
  background-color: #3268bd;
  border-radius: 4px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  text-indent: 30px;
  background-image: url(../Images/z2.png);
  background-position: left 8px center;
  background-repeat: no-repeat;
}
#top .content #menu {
  position: absolute;
  right: 330px;
  bottom: 0;
}
#top .content #menu ul {
  position: relative;
}
#top .content #menu ul li {
  position: relative;
  float: left;
  line-height: 42px;
}
#top .content #menu ul li .name {
  position: relative;
  z-index: 10;
}
#top .content #menu ul li .name a {
  display: block;
  padding: 0 20px;
  color: #FFFFFF;
  text-decoration: none;
}
#top .content #menu ul li .name:hover {
  background-color: #3268bd;
}
#top .content #menu ul li .list {
  display: none;
  position: absolute;
  left: 0;
  top: 00px;
  width: 450px;
  padding-top: 70px;
  background-color: #1b3f94;
  background-color: rgba(27, 63, 148, 0.9);
}
#top .content #menu ul li .list a {
  color: #FFFFFF;
}
#top .content #menu ul li .list .items {
  position: relative;
  padding: 10px 0 5px 0;
}
#top .content #menu ul li .list .items .item {
  position: relative;
  padding: 10px;
  line-height: 24px;
  border-bottom: solid 1px #4965a9;
  border-color: rgba(255, 255, 255, 0.5);
}
#top .content #menu ul li .list .items .item a {
  display: block;
}
#top .content #menu ul li .list .items .item:nth-last-child(1) {
  border: none;
}
#top .content #menu ul li .list .items .item:hover {
  background-color: #acb8d8;
}
#top .content #menu ul li .list .items .item:hover a {
  color: #1b3f94;
}
#top .content #menu ul li:hover .name {
  background-color: #3268bd;
}
#top .content #menu ul li:hover .list {
  display: block;
}
#top .content #menu ul:after {
  content: " ";
  display: block;
  clear: both;
}
#banner {
  position: relative;
  height: 484px;
}
#banner .zy {
  position: absolute;
  width: 100%;
  height: 66px;
  left: 0;
  z-index: 1000;
  background-size: 100% auto;
}
#banner .zy1 {
  top: 0;
  background-image: url(../Images/b1.png);
  background-position: bottom center;
}
#banner .zy2 {
  bottom: 0;
  background-image: url(../Images/b2.png);
  background-position: top center;
}
#banner .swiper-container {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .dh {
  animation: mymove 5s infinite;
  animation-iteration-count: 1;
}
#banner .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper-container .swiper-wrapper .swiper-slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#banner .swiper-pagination {
  position: relative;
  height: 0;
  z-index: 1000;
  top: -36px;
  width: 1280px;
  margin: 0 auto;
  text-align: right;
}
#banner .swiper-pagination span {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #cacaca;
  margin: 0 7px;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1b3f94;
}
#banner .swiper-pagination.homepage {
  width: 1560px;
}
@keyframes mymove {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
#home {
  position: relative;
  width: 1560px;
  margin: 40px auto;
}
#home .about {
  position: relative;
}
#home .about .data {
  position: relative;
  float: left;
  width: 53%;
}
#home .about .data .thisname {
  position: relative;
  font-size: 30px;
  line-height: 42px;
  color: #181818;
}
#home .about .data .eng {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #999999;
  letter-spacing: 5px;
  font-family: SourceHanSansCN-Medium;
}
#home .about .data .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  margin: 25px 0;
  color: #616161;
}
#home .about .data .jianjie img {
  max-width: 100%;
}
#home .about .data .more a {
  display: inline-block;
  width: 156px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #1b3f94;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 12px;
}
#home .about .data .more a:hover {
  background-color: #3268bd;
}
#home .about .pic {
  position: relative;
  float: right;
  width: 45%;
}
#home .about .pic img {
  width: 100%;
}
#footer {
  position: relative;
  background-image: url(../Images/b3.png);
  background-position: top center;
  background-size: 100% auto;
  background-color: #FFFFFF;
  padding-top: 60px;
  color: #FFFFFF;
}
#footer .content {
  background-color: #1b3f94;
}
#footer .content .con {
  position: relative;
  width: 1560px;
  min-height: 130px;
  margin: 0 auto;
}
#footer .content .con .copyright {
  position: relative;
  padding: 25px 0;
  font-size: 14px;
  line-height: 32px;
  margin-right: 300px;
}
#footer .content .con .copyright a {
  color: #FFFFFF;
}
#footer .content .con .copyright img {
  max-width: 100%;
}
#footer .content .con .ewms {
  position: absolute;
  right: 0;
  top: 0;
}
#footer .content .con .ewms img {
  width: 110px;
  height: 110px;
  margin-left: 15px;
}
#about {
  position: relative;
}
#about .content {
  position: relative;
  width: 1280px;
  margin: 40px auto;
}
#about .content .thisname {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #181818;
}
#about .content .eng {
  position: relative;
  text-align: center;
  font-size: 15px;
  color: #999999;
  font-family: SourceHanSansCN-Medium;
  letter-spacing: 5px;
  padding-bottom: 16px;
  background-image: url(../Images/z6.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#about .content .text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #181818;
  overflow: hidden;
  margin: 30px 0;
}
#about .content .text img {
  max-width: 100%;
}
#service {
  position: relative;
}
#service .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#service .content .sortlist {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#service .content .sortlist .items {
  position: relative;
}
#service .content .sortlist .items span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
#service .content .sortlist .items span a {
  display: block;
  padding: 0 40px;
}
#service .content .sortlist .items .active {
  background-color: #1b3f94;
}
#service .content .sortlist .items .active a {
  color: #FFFFFF;
}
#service .content .sortlist .items span:hover {
  background-color: #1b3f94;
}
#service .content .sortlist .items span:hover a {
  color: #FFFFFF;
}
#service .content .sortlist .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#service .content .datagroup {
  position: relative;
  margin: 40px 0;
}
#service .content .datagroup .data {
  position: relative;
  width: 960px;
  float: left;
  overflow: hidden;
}
#service .content .datagroup .data .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#service .content .datagroup .data .text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
}
#service .content .datagroup .data .text img {
  max-width: 100%;
}
#service .content .datagroup .guestbook {
  position: relative;
  width: 280px;
  float: right;
  background-color: #f3f3f3;
}
#service .content .datagroup .guestbook .form {
  position: relative;
  margin: 0 15px;
}
#service .content .datagroup .guestbook .form .gname {
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
#service .content .datagroup .guestbook .form form {
  position: relative;
  padding: 5px 0;
}
#service .content .datagroup .guestbook .form form .item {
  position: relative;
  margin: 10px 0;
}
#service .content .datagroup .guestbook .form form .item input {
  display: block;
  width: 244px;
  border: solid 1px #DDDDDD;
  height: 36px;
  text-indent: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
}
#service .content .datagroup .guestbook .form form .item textarea {
  display: block;
  width: 228px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: solid 1px #DDDDDD;
  height: 96px;
  padding: 10px;
}
#service .content .datagroup .guestbook .form form .submit {
  position: relative;
  text-align: center;
}
#service .content .datagroup .guestbook .form form .submit span {
  display: inline-block;
  width: 112px;
  line-height: 42px;
  background-color: #1b3f94;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
}
#newslist {
  position: relative;
}
#newslist .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#newslist .content .sortlist {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#newslist .content .sortlist label {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#newslist .content .sortlist .items {
  position: relative;
}
#newslist .content .sortlist .items span {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
#newslist .content .sortlist .items span a {
  display: block;
  padding: 0 40px;
}
#newslist .content .sortlist .items .active {
  background-color: #1b3f94;
}
#newslist .content .sortlist .items .active a {
  color: #FFFFFF;
}
#newslist .content .sortlist .items span:hover {
  background-color: #1b3f94;
}
#newslist .content .sortlist .items span:hover a {
  color: #FFFFFF;
}
#newslist .content .sortlist .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#newslist .content .datagroup {
  position: relative;
  margin: 40px 0;
}
#newslist .content .datagroup .datalist {
  position: relative;
  float: left;
  width: 970px;
}
#newslist .content .datagroup .datalist ul {
  position: relative;
}
#newslist .content .datagroup .datalist ul li {
  position: relative;
  height: 165px;
  border-bottom: dashed 1px #DDDDDD;
  margin-bottom: 30px;
}
#newslist .content .datagroup .datalist ul li .obj {
  position: relative;
  width: 720px;
}
#newslist .content .datagroup .datalist ul li .obj .tit {
  position: relative;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
#newslist .content .datagroup .datalist ul li .obj .jianjie {
  position: relative;
  font-size: 13px;
  line-height: 28px;
}
#newslist .content .datagroup .datalist ul li .obj .date {
  position: relative;
  font-size: 12px;
  line-height: 42px;
  color: #888888;
}
#newslist .content .datagroup .datalist ul li .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 234px;
  height: 144px;
  overflow: hidden;
}
#newslist .content .datagroup .datalist ul li .pic a {
  display: block;
  height: 100%;
  transition: all 0.3s;
}
#newslist .content .datagroup .datalist ul li .pic a:hover {
  transform: scale(1.1);
}
#newslist .content .datagroup .datalist ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#newslist .content .datagroup .newsshow {
  position: relative;
  float: left;
  width: 970px;
}
#newslist .content .datagroup .newsshow .tit {
  font-size: 22px;
  text-align: center;
}
#newslist .content .datagroup .newsshow .date {
  position: relative;
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  color: #999999;
}
#newslist .content .datagroup .newsshow .text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #181818;
  overflow: hidden;
}
#newslist .content .datagroup .newsshow .text img {
  max-width: 100%;
}
#newslist .content .datagroup .rightlist {
  position: relative;
  float: right;
  width: 285px;
  background-color: #f3f3f3;
  padding-bottom: 15px;
}
#newslist .content .datagroup .rightlist .rcon {
  position: relative;
  margin: 0 15px;
}
#newslist .content .datagroup .rightlist .rcon .rname {
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
#newslist .content .datagroup .rightlist .rcon ul li {
  position: relative;
  padding: 5px 0 5px 14px;
  border-bottom: solid 1px #DDDDDD;
  background-image: url(../Images/z7.png);
  background-position: left 3px top 14px;
  background-repeat: no-repeat;
}
#newslist .content .datagroup .rightlist .rcon ul li .tit {
  font-size: 14px;
  line-height: 24px;
}
#newslist .content .datagroup .rightlist .rcon ul li .tit a {
  color: #333333;
}
#newslist .content .datagroup .rightlist .rcon ul li .tit a:hover {
  color: #1b3f94;
}
#newslist .content .datagroup .rightlist .rcon ul li .date {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}
#newslist .content .datagroup .rightlist .rcon ul li:hover {
  background-image: url(../Images/z8.png);
}
#newslist .content .datagroup .rightlist .rcon ul li:hover .tit a {
  color: #1b3f94;
}
#contact {
  position: relative;
}
#contact .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#contact .content .guestbook {
  position: relative;
  width: 810px;
  float: left;
}
#contact .content .guestbook .thisname {
  position: relative;
  height: 45px;
  font-size: 30px;
  font-weight: bold;
}
#contact .content .guestbook .tip {
  font-size: 15px;
  line-height: 35px;
  color: #181818;
}
#contact .content .guestbook form {
  position: relative;
  margin: 20px 0;
}
#contact .content .guestbook form .item {
  position: relative;
  margin-bottom: 10px;
}
#contact .content .guestbook form .item .ziduan {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  text-align: right;
  font-size: 16px;
  line-height: 42px;
}
#contact .content .guestbook form .item .ziduan span {
  color: #DD0000;
}
#contact .content .guestbook form .item .val {
  position: relative;
  margin-left: 140px;
}
#contact .content .guestbook form .item .val input {
  position: relative;
  height: 40px;
  border: solid 1px #DDDDDD;
  width: 100%;
  text-indent: 10px;
}
#contact .content .guestbook form .item .val textarea {
  position: relative;
  border: solid 1px #DDDDDD;
  width: 654px;
  height: 120px;
  padding: 10px;
  font-family: "微软雅黑";
}
#contact .content .guestbook form .item .val .submit {
  background-color: #1b3f94;
  color: #FFFFFF;
  width: 176px;
  height: 50px;
  text-indent: 0;
  font-size: 16px;
  cursor: pointer;
}
#contact .content .company {
  position: relative;
  width: 380px;
  float: right;
}
#contact .content .company .data {
  position: relative;
  padding: 20px;
  background-color: #f3f3f3;
  font-size: 16px;
  line-height: 28px;
}
#contact .content .company .data span {
  font-weight: bold;
}
#contact .content .company .data p {
  height: 15px;
}
#contact .content .company .pic {
  margin-bottom: 15px;
}
#page {
  position: relative;
  margin: 30px 0 15px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  text-align: center;
  border: solid 1px #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  font-family: SourceHanSansCN-Medium;
}
#page .current {
  background-color: #1b3f94;
  border-color: #1b3f94;
  color: #FFFFFF;
}
#page .prev {
  background-image: url(../Images/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#page .next {
  background-image: url(../Images/next.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#product {
  position: relative;
}
#product .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#product .content .thisname {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#product .content .thisname .name {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#product .content .thisname .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#product .content .datalist {
  position: relative;
}
#product .content .datalist .items {
  position: relative;
}
#product .content .datalist .items .item {
  position: relative;
  width: 296px;
  float: left;
  margin: 20px 0;
  padding: 1px 0;
  margin-right: 32px;
}
#product .content .datalist .items .item .tit {
  position: relative;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .content .datalist .items .item .tit a {
  color: #1b3f94;
}
#product .content .datalist .items .item .pic {
  position: relative;
  height: 240px;
  border: solid 1px #DDDDDD;
}
#product .content .datalist .items .item .pic a {
  display: block;
  height: 220px;
  margin: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#product .content .datalist .items .item .pic:hover {
  border-color: #1b3f94;
}
#product .content .datalist .items .item .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #212121;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#product .content .datalist .items .item:nth-child(4n) {
  margin-right: 0;
}
#product .content .datalist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#product .content .sortcontent {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  color: #212121;
  overflow: hidden;
  padding: 20px 0;
  border-top: solid 1px #DDDDDD;
}
#product .content .sortcontent img {
  max-width: 100%;
}
#product .content .words {
  position: relative;
}
#product .content .words .word {
  position: relative;
  display: inline-block;
  min-width: 348px;
  line-height: 58px;
  border: solid 1px #DDDDDD;
  text-align: center;
  margin: 10px;
  margin-left: 0;
}
#product .content .words .word a {
  display: block;
  padding: 0 10px;
}
#product .content .words .word:hover {
  border: solid 1px #1b3f94;
}
#product .content .words .word:hover a {
  color: #1b3f94;
}
#wordshow {
  position: relative;
}
#wordshow .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#wordshow .content .thisname {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#wordshow .content .thisname .name {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#wordshow .content .thisname .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#wordshow .content .datagroup {
  position: relative;
  margin: 40px 0;
}
#wordshow .content .datagroup .newsshow {
  position: relative;
}
#wordshow .content .datagroup .newsshow .tit {
  font-size: 22px;
  text-align: center;
}
#wordshow .content .datagroup .newsshow .date {
  position: relative;
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  color: #999999;
}
#wordshow .content .datagroup .newsshow .text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #181818;
  overflow: hidden;
}
#wordshow .content .datagroup .newsshow .text img {
  max-width: 100%;
}
#productlist {
  position: relative;
}
#productlist .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#productlist .content .thisname {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#productlist .content .thisname .name {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#productlist .content .thisname .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#productlist .content .sortjianjie {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  margin: 16px 0;
  color: #212121;
}
#productlist .content .datalist {
  position: relative;
}
#productlist .content .datalist .items {
  position: relative;
}
#productlist .content .datalist .items .item {
  position: relative;
  width: 296px;
  float: left;
  margin: 20px 0;
  padding: 1px 0;
  margin-right: 32px;
}
#productlist .content .datalist .items .item .tit {
  position: relative;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#productlist .content .datalist .items .item .pic {
  position: relative;
  height: 240px;
  border: solid 1px #DDDDDD;
}
#productlist .content .datalist .items .item .pic a {
  display: block;
  height: 220px;
  margin: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#productlist .content .datalist .items .item .pic:hover {
  border-color: #1b3f94;
}
#productlist .content .datalist .items .item .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #212121;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#productlist .content .datalist .items .item:nth-child(4n) {
  margin-right: 0;
}
#productlist .content .datalist .items .item:hover .tit a {
  color: #1b3f94;
}
#productlist .content .datalist .items .item:hover .pic {
  border-color: #1b3f94;
}
#productlist .content .datalist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#productsortshow {
  position: relative;
}
#productsortshow .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#productsortshow .content .thisname {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#productsortshow .content .thisname .name {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#productsortshow .content .thisname .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#productsortshow .content .datagroup {
  position: relative;
  margin: 30px 0;
}
#productsortshow .content .datagroup .data {
  position: relative;
  width: 960px;
  float: left;
  overflow: hidden;
}
#productsortshow .content .datagroup .data .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#productsortshow .content .datagroup .data .text {
  position: relative;
  font-size: 15px;
  line-height: 28px;
}
#productsortshow .content .datagroup .data .text img {
  max-width: 100%;
}
#productsortshow .content .datagroup .data .datalist {
  position: relative;
}
#productsortshow .content .datagroup .data .datalist .items {
  position: relative;
}
#productsortshow .content .datagroup .data .datalist .items .item {
  position: relative;
  width: 296px;
  float: left;
  margin: 0 0 20px 0;
  padding: 1px 0;
  margin-right: 32px;
}
#productsortshow .content .datagroup .data .datalist .items .item .tit {
  position: relative;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#productsortshow .content .datagroup .data .datalist .items .item .pic {
  position: relative;
  height: 240px;
  border: solid 1px #DDDDDD;
}
#productsortshow .content .datagroup .data .datalist .items .item .pic a {
  display: block;
  height: 220px;
  margin: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#productsortshow .content .datagroup .data .datalist .items .item .pic:hover {
  border-color: #1b3f94;
}
#productsortshow .content .datagroup .data .datalist .items .item .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #212121;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#productsortshow .content .datagroup .data .datalist .items .item:nth-child(3n) {
  margin-right: 0;
}
#productsortshow .content .datagroup .data .datalist .items .item:hover .tit a {
  color: #1b3f94;
}
#productsortshow .content .datagroup .data .datalist .items .item:hover .pic {
  border-color: #1b3f94;
}
#productsortshow .content .datagroup .data .datalist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#productsortshow .content .datagroup .guestbook {
  position: relative;
  width: 280px;
  float: right;
  background-color: #f3f3f3;
}
#productsortshow .content .datagroup .guestbook .form {
  position: relative;
  margin: 0 15px;
}
#productsortshow .content .datagroup .guestbook .form .gname {
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #DDDDDD;
}
#productsortshow .content .datagroup .guestbook .form form {
  position: relative;
  padding: 5px 0;
}
#productsortshow .content .datagroup .guestbook .form form .item {
  position: relative;
  margin: 10px 0;
}
#productsortshow .content .datagroup .guestbook .form form .item input {
  display: block;
  width: 244px;
  border: solid 1px #DDDDDD;
  height: 36px;
  text-indent: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
}
#productsortshow .content .datagroup .guestbook .form form .item textarea {
  display: block;
  width: 228px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: solid 1px #DDDDDD;
  height: 96px;
  padding: 10px;
}
#productsortshow .content .datagroup .guestbook .form form .submit {
  position: relative;
  text-align: center;
}
#productsortshow .content .datagroup .guestbook .form form .submit span {
  display: inline-block;
  width: 112px;
  line-height: 42px;
  background-color: #1b3f94;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
}
#searchlist {
  position: relative;
}
#searchlist .content {
  position: relative;
  width: 1280px;
  margin: 10px auto;
}
#searchlist .content .thisname {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #DDDDDD;
}
#searchlist .content .thisname .name {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
#searchlist .content .thisname .address {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  color: #999999;
}
#searchlist .content .sortjianjie {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  margin: 16px 0;
  color: #212121;
}
#searchlist .content .datalist {
  position: relative;
  margin: 20px 0;
}
#searchlist .content .datalist .items {
  position: relative;
}
#searchlist .content .datalist .items .item {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-bottom: dashed 1px #DDDDDD;
}
#searchlist .content .datalist .items .item .tit {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
