@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: Helvetica;
  src: url('../font/Helvetica.ttf');
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
  background-image: url(../Images/bg1.png);
  background-position: top center;
  background-repeat: no-repeat;
}
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: #0071b7;
  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;
}
#top .head {
  position: relative;
  width: 1280px;
  height: 114px;
  margin: 0 auto;
}
#top .head .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all 0.3s;
}
#top .head .logo img {
  position: relative;
  top: 50%;
  max-height: 80%;
  transform: translateY(-50%);
}
#top .head .logo:hover {
  transform: translateY(-3px);
}
#top .head .searchcon {
  display: none;
  position: absolute;
  right: 160px;
  top: 45px;
  width: 240px;
  height: 40px;
  border: solid 1px #999999;
  border-radius: 4px;
  overflow: hidden;
  background-color: #FFFFFF;
}
#top .head .searchcon input {
  display: block;
  height: 100%;
  border: none;
  padding: 0 10px;
  background: none;
  font-family: "微软雅黑";
}
#top .head .searchcon span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #0071b7;
  background-image: url(../Images/ss.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
}
#top .head .tools {
  position: absolute;
  right: 0;
  top: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
}
#top .head .tools a {
  position: relative;
  display: inline-block;
  color: #0071b7;
  background-position: left center;
  background-repeat: no-repeat;
}
#top .head .tools .search {
  padding-left: 20px;
  padding-right: 10px;
  background-image: url(../Images/z1.png);
}
#top .head .tools .search:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 15px;
  background-color: #64a4cb;
}
#top .head .tools .member {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 10px;
  background-image: url(../Images/z2.png);
}
#top #menu {
  position: relative;
  background-color: #0071b7;
  height: 56px;
}
#top #menu .items {
  position: relative;
  width: 1280px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
}
#top #menu .items .item {
  position: relative;
  background-color: #0071b7;
  float: left;
  width: 12.5%;
  text-align: center;
  transition: all 0.3s;
}
#top #menu .items .item .name a {
  display: block;
  color: #FFFFFF;
}
#top #menu .items .item .mlist {
  display: none;
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  z-index: 100;
  line-height: 36px;
  background-color: #FFFFFF;
}
#top #menu .items .item .mlist .m {
  border-top: solid 1px #DDDDDD;
}
#top #menu .items .item .mlist .m a {
  display: block;
}
#top #menu .items .item .mlist .m:hover a {
  color: #007a37;
}
#top #menu .items .item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
}
#top #menu .items .item:nth-last-child(1):after {
  display: none;
}
#top #menu .items .active {
  background-color: #007a37;
}
#top #menu .items .item:hover {
  background-color: #007a37;
}
#top #menu .items .item:hover .mlist {
  display: block;
}
#top #menu .items:after {
  content: " ";
  display: block;
  clear: both;
}
#goodlinks {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 0;
}
#goodlinks .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#goodlinks .content .thisname {
  position: relative;
  line-height: 50px;
  font-size: 24px;
  color: #0071b7;
  font-weight: bold;
  border-bottom: solid 1px #e9e9e9;
}
#goodlinks .content .thisname span {
  display: inline-block;
  padding-right: 56px;
  border-bottom: solid 1px #0071b7;
}
#goodlinks .content .list {
  position: relative;
  margin-top: 20px;
}
#goodlinks .content .list ul {
  position: relative;
}
#goodlinks .content .list ul li {
  position: relative;
  line-height: 40px;
  width: 16.66666667%;
  float: left;
  transition: all 0.3s;
}
#goodlinks .content .list ul li a {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#goodlinks .content .list ul li:hover {
  transform: translateY(-3px);
}
#goodlinks .content .list ul li:hover a {
  color: #0071b7;
}
#goodlinks .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#footer {
  position: relative;
  background-color: #0071b7;
  padding: 10px 0;
}
#footer .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .content .copyright {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  margin-right: 200px;
  min-height: 85px;
}
#footer .content .copyright img {
  max-width: 100%;
}
#footer .content .copyright a {
  color: #FFFFFF;
}
#footer .content .ewm {
  position: absolute;
  right: 0;
  top: 0;
}
#footer .content .ewm img {
  width: 85px;
  height: 85px;
}
#notice {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
}
#notice .thisname {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #0071b7;
  padding-left: 30px;
  background-image: url(../Images/z3.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#notice .list {
  position: relative;
  margin-left: 120px;
}
#notice .list .swiper-container {
  position: relative;
  top: 13px;
  height: 30px;
  line-height: 30px;
}
#notice .list .swiper-container .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
#notice .list .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  font-size: 15px;
  overflow: hidden;
}
#notice .list .swiper-container .swiper-wrapper .swiper-slide .tit a,
#notice .list .swiper-container .swiper-wrapper .swiper-slide .tit span {
  display: block;
  float: left;
}
#notice .list .swiper-container .swiper-wrapper .swiper-slide .tit a {
  max-width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#notice .list .swiper-container .swiper-wrapper .swiper-slide .tit span {
  position: relative;
  margin-left: 50px;
}
#notice .list .swiper-container .swiper-wrapper .swiper-slide .tit:after {
  content: " ";
  display: block;
  clear: both;
}
#home {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
}
#piaofu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#piaofu span {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-image: url(../Images/z4.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#trends {
  position: relative;
}
#trends .swiper {
  position: relative;
  float: left;
  width: 770px;
  height: 460px;
  border-radius: 6px;
  overflow: hidden;
}
#trends .swiper .swiper-container {
  position: relative;
  height: 100%;
}
#trends .swiper .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#trends .swiper .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#trends .swiper .swiper-container .swiper-wrapper .swiper-slide .pic {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  background-size: cover;
}
#trends .swiper .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #FFFFFF;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
#trends .swiper .swiper-container .swiper-wrapper .swiper-slide .tit span {
  position: relative;
  display: block;
  margin: 0 10px;
}
#trends .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#trends .swiper .swiper-container .swiper-pagination {
  bottom: 20px;
  text-align: right;
}
#trends .swiper .swiper-container .swiper-pagination span {
  opacity: 1;
  background-color: #c5c0b6;
  width: 10px;
  height: 10px;
}
#trends .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0071b7;
}
#trends .rightnews {
  position: relative;
  width: 490px;
  float: right;
}
#trends .rightnews .sorts {
  position: relative;
  line-height: 54px;
  height: 54px;
  margin-top: 10px;
  border-bottom: solid 1px #DDDDDD;
}
#trends .rightnews .sorts a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  color: #959595;
  display: none;
}
#trends .rightnews .sorts .aactive {
  display: block;
}
#trends .rightnews .sorts span {
  display: inline-block;
  font-size: 24px;
  margin-right: 30px;
  cursor: pointer;
}
#trends .rightnews .sorts .active {
  border-bottom: solid 1px #0071b7;
  font-weight: bold;
  color: #0071b7;
}
#trends .rightnews .sorts span:nth-child(n+4) {
  display: none;
}
#trends .rightnews .groups {
  position: relative;
}
#trends .rightnews .groups .group {
  display: none;
  position: relative;
}
#trends .rightnews .groups .group .obj {
  position: relative;
  padding: 15px 0;
  border-bottom: solid 1px #DDDDDD;
}
#trends .rightnews .groups .group .obj .tit {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#trends .rightnews .groups .group .obj .tit a {
  color: #333333;
}
#trends .rightnews .groups .group .obj .tit a:hover {
  color: #0071b7;
}
#trends .rightnews .groups .group .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#trends .rightnews .groups .group ul {
  position: relative;
  margin-top: 10px;
}
#trends .rightnews .groups .group ul li {
  position: relative;
  font-size: 15px;
  line-height: 40px;
  padding-left: 18px;
  background-image: url(../Images/z6.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#trends .rightnews .groups .group ul li a:hover {
  color: #0071b7;
}
#trends .rightnews .groups .active {
  display: block;
}
#newscontent {
  position: relative;
  margin: 25px 0;
}
#newscontent .xinyong {
  position: relative;
  width: 620px;
  float: left;
}
#newscontent .xinyong .thisname {
  position: relative;
  line-height: 50px;
  height: 50px;
  font-size: 24px;
  border-bottom: solid 1px #DDDDDD;
}
#newscontent .xinyong .thisname span {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
#newscontent .xinyong .thisname .active {
  border-bottom: solid 1px #0071b7;
  color: #0071b7;
  font-weight: bold;
}
#newscontent .xinyong .thisname a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #959595;
  line-height: 40px;
  display: none;
}
#newscontent .xinyong .thisname .aactive {
  display: block;
}
#newscontent .xinyong .groups {
  position: relative;
  margin-top: 15px;
  height: 270px;
}
#newscontent .xinyong .groups .group {
  display: none;
  position: relative;
}
#newscontent .xinyong .groups .group .data {
  display: none;
  position: relative;
  height: 160px;
  margin-bottom: 20px;
}
#newscontent .xinyong .groups .group .data .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 264px;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
#newscontent .xinyong .groups .group .data .pic a {
  display: block;
  height: 100%;
  transition: all 0.3s;
  background-size: cover;
}
#newscontent .xinyong .groups .group .data .obj {
  position: relative;
  padding-left: 280px;
}
#newscontent .xinyong .groups .group .data .obj .tit {
  position: relative;
  line-height: 42px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newscontent .xinyong .groups .group .data .obj .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#newscontent .xinyong .groups .group .data .obj .date {
  position: relative;
  font-size: 12px;
  line-height: 42px;
  color: #888888;
}
#newscontent .xinyong .groups .group ul {
  position: relative;
  padding-top: 10px;
}
#newscontent .xinyong .groups .group ul li {
  position: relative;
  font-size: 15px;
  line-height: 42px;
  padding-left: 18px;
  background-image: url(../Images/z9.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newscontent .xinyong .groups .group ul li a {
  display: block;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newscontent .xinyong .groups .group ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
#newscontent .xinyong .groups .group ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #777777;
}
#newscontent .xinyong .groups .group ul li:hover {
  background-image: url(../Images/z6.jpg);
}
#newscontent .xinyong .groups .active {
  display: block;
}
#newscontent .company {
  position: relative;
  width: 620px;
  float: right;
}
#newscontent .company .thisname {
  position: relative;
  line-height: 50px;
  height: 50px;
  font-size: 24px;
  border-bottom: solid 1px #DDDDDD;
}
#newscontent .company .thisname span {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
#newscontent .company .thisname .active {
  border-bottom: solid 1px #0071b7;
  color: #0071b7;
  font-weight: bold;
}
#newscontent .company .thisname a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #959595;
  line-height: 40px;
  display: none;
}
#newscontent .company .thisname .aactive {
  display: block;
}
#newscontent .company .groups {
  position: relative;
  margin-top: 12px;
  height: 270px;
}
#newscontent .company .groups .group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #FFFFFF;
}
#newscontent .company .groups .group ul {
  position: relative;
}
#newscontent .company .groups .group ul li {
  position: relative;
  line-height: 50px;
  height: 50px;
  border-bottom: solid 1px #EEEEEE;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
  color: #333333;
}
#newscontent .company .groups .group ul li .tit {
  position: relative;
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newscontent .company .groups .group ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
#newscontent .company .groups .active {
  z-index: 222;
}
#units {
  position: relative;
  margin: 20px 0;
}
#units .group {
  position: relative;
  width: 400px;
  float: left;
}
#units .group .thisname {
  position: relative;
  line-height: 50px;
  height: 50px;
  font-size: 24px;
  border-bottom: solid 1px #DDDDDD;
}
#units .group .thisname span {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
}
#units .group .thisname .active {
  border-bottom: solid 1px #0071b7;
  color: #0071b7;
  font-weight: bold;
}
#units .group .thisname a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #959595;
  line-height: 40px;
}
#units .group .list {
  position: relative;
  margin-top: 10px;
  height: 270px;
  overflow: hidden;
}
#units .group .list ul {
  position: relative;
}
#units .group .list ul li {
  position: relative;
  font-size: 15px;
  line-height: 45px;
  padding-left: 18px;
  background-image: url(../Images/z9.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: dashed 1px #DDDDDD;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#units .group .list ul li a {
  display: block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#units .group .list ul li a:hover {
  font-weight: bold;
  text-decoration: underline;
}
#units .group .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #777777;
}
#units .group .list ul li:hover {
  background-image: url(../Images/z6.jpg);
}
#units .group2 {
  margin: 0 40px;
}
#units:after {
  content: " ";
  display: block;
  clear: both;
}
#query {
  position: relative;
  height: 150px;
  margin: 30px 0;
  background-image: url(../Images/z10.jpg);
}
#query .input {
  position: absolute;
  left: 410px;
  top: 56px;
  width: 330px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: solid 1px #DDDDDD;
  overflow: hidden;
}
#query .input input {
  display: block;
  height: 46px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
}
#query .input2 {
  left: 746px;
}
#query .submit {
  position: absolute;
  right: 76px;
  top: 56px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background-color: #0071b7;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
#EjMain {
  position: relative;
  width: 1280px;
  padding: 20px;
  background-color: #FFFFFF;
  margin: 20px auto;
}
#EjMain .content {
  position: relative;
  margin: 15px 0;
}
#EjMain .content #LeftMenu {
  position: relative;
  float: left;
  width: 220px;
}
#EjMain .content #LeftMenu .rootname {
  position: relative;
  line-height: 30px;
  padding: 10px 0;
  font-size: 28px;
  color: #0071b7;
}
#EjMain .content #LeftMenu ul li {
  position: relative;
  padding: 8px 18px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  background-color: #f2f2f2;
  background-image: url(../Images/z12.png);
  background-position: right 18px top 18px;
  background-repeat: no-repeat;
}
#EjMain .content #LeftMenu ul li a {
  display: block;
}
#EjMain .content #LeftMenu ul .active {
  background-color: #007a37;
  background-image: url(../Images/z13.png);
}
#EjMain .content #LeftMenu ul .active a {
  color: #FFFFFF;
}
#EjMain .content #LeftMenu ul li:hover {
  background-color: #007a37;
  background-image: url(../Images/z13.png);
}
#EjMain .content #LeftMenu ul li:hover a {
  color: #FFFFFF;
}
#EjMain .content #RightCon {
  position: relative;
  float: right;
  width: 1020px;
}
#EjMain .content #RightCon #address {
  position: relative;
  line-height: 54px;
  height: 54px;
  border-bottom: solid 1px #DDDDDD;
}
#EjMain .content #RightCon #address span {
  font-size: 24px;
  color: #0071b7;
  display: inline-block;
  border-bottom: solid 1px #0071b7;
}
#EjMain .content #RightCon #address .r {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #9a9a9a;
}
#EjMain .content #RightCon #address .r a {
  color: #9a9a9a;
}
#EjMain .content #RightCon .tjdata {
  position: relative;
  padding: 15px 0;
  border-bottom: dashed 1px #DDDDDD;
}
#EjMain .content #RightCon .tjdata .tit {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
#EjMain .content #RightCon .tjdata .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
#EjMain .content #RightCon .tjdata .date {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
}
#EjMain .content #RightCon .certificate {
  position: relative;
  min-height: 110px;
}
#EjMain .content #RightCon .certificate .data {
  position: relative;
}
#EjMain .content #RightCon .certificate .data .title {
  position: relative;
  text-align: center;
  font-size: 22px;
  padding: 30px 0;
  border-bottom: dashed 1px #DDDDDD;
  margin-bottom: 20px;
}
#EjMain .content #RightCon .certificate .data .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
}
#EjMain .content #RightCon .certificate .data .text img {
  position: relative;
  max-width: 100%;
}
#EjMain .content #RightCon .certificate .datalist {
  position: relative;
  margin-top: 30px;
}
#EjMain .content #RightCon .certificate .datalist .title {
  position: relative;
  font-size: 16px;
  line-height: 45px;
  border-bottom: dashed 1px #DDDDDD;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#EjMain .content #RightCon .newslist {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .newslist ul li {
  position: relative;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 15px;
  background-image: url(../Images/z6.jpg);
  background-position: left 4px center;
  background-repeat: no-repeat;
}
#EjMain .content #RightCon .newslist ul li a {
  display: block;
  margin: 0 150px 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#EjMain .content #RightCon .newslist ul li a:hover {
  color: #0071b7;
  text-decoration: underline;
  font-weight: bold;
}
#EjMain .content #RightCon .newslist ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #888888;
}
#EjMain .content #RightCon .newslist ul li:nth-child(5n) {
  margin-bottom: 42px;
}
#EjMain .content #RightCon .newslist ul li:nth-child(15) {
  margin-bottom: 0;
}
#EjMain .content #RightCon .emptytips {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #888888;
  margin-top: 20px;
}
#EjMain .content #RightCon .newsshow {
  position: relative;
  padding: 20px 0;
}
#EjMain .content #RightCon .newsshow .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#EjMain .content #RightCon .newsshow .date {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #888888;
}
#EjMain .content #RightCon .newsshow .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
#EjMain .content #RightCon .newsshow .text img {
  max-width: 100%;
}
#EjMain .content #RightCon .newsshow .prevNext {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
  text-align: right;
}
#EjMain .content #RightCon .aboutshow {
  position: relative;
  padding: 20px 0;
}
#EjMain .content #RightCon .aboutshow .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
#EjMain .content #RightCon .aboutshow .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
#EjMain .content #RightCon .aboutshow .text img {
  max-width: 100%;
}
#EjMain .content #RightCon .member_zone .onepage {
  position: relative;
  padding: 20px 0;
}
#EjMain .content #RightCon .member_zone .onepage .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
#EjMain .content #RightCon .member_zone .onepage .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
#EjMain .content #RightCon .member_zone .onepage .text img {
  max-width: 100%;
}
#EjMain .content #RightCon .member_zone .table_datas {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .member_zone .table_datas .head {
  position: relative;
  font-weight: bold;
  color: #0071b7;
  background-color: #e0eff9;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
}
#EjMain .content #RightCon .member_zone .table_datas .head .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .member_zone .table_datas .head .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .member_zone .table_datas .list {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
#EjMain .content #RightCon .member_zone .table_datas .list ul {
  position: relative;
}
#EjMain .content #RightCon .member_zone .table_datas .list ul li {
  position: relative;
  color: #333333;
  background-color: #f5f5f5;
  line-height: 48px;
  height: 48px;
  font-size: 15px;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 1px;
}
#EjMain .content #RightCon .member_zone .table_datas .list ul li .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .member_zone .table_datas .list ul li .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .member_zone .table_datas .list ul .s1 {
  background-color: #FFFFFF;
}
#EjMain .content #RightCon .sincerity .table_datas {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .sincerity .table_datas .head {
  position: relative;
  font-weight: bold;
  color: #0071b7;
  background-color: #e0eff9;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
}
#EjMain .content #RightCon .sincerity .table_datas .head .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .sincerity .table_datas .head .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .sincerity .table_datas .list {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
#EjMain .content #RightCon .sincerity .table_datas .list ul {
  position: relative;
}
#EjMain .content #RightCon .sincerity .table_datas .list ul li {
  position: relative;
  color: #333333;
  background-color: #f5f5f5;
  line-height: 48px;
  height: 48px;
  font-size: 15px;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 1px;
}
#EjMain .content #RightCon .sincerity .table_datas .list ul li .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .sincerity .table_datas .list ul li .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .sincerity .table_datas .list ul .s1 {
  background-color: #FFFFFF;
}
#EjMain .content #RightCon .service .table_datas {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .service .table_datas .head {
  position: relative;
  font-weight: bold;
  color: #0071b7;
  background-color: #e0eff9;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
}
#EjMain .content #RightCon .service .table_datas .head .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .service .table_datas .head .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .service .table_datas .list {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
#EjMain .content #RightCon .service .table_datas .list ul {
  position: relative;
}
#EjMain .content #RightCon .service .table_datas .list ul li {
  position: relative;
  color: #333333;
  background-color: #f5f5f5;
  line-height: 48px;
  height: 48px;
  font-size: 15px;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 1px;
}
#EjMain .content #RightCon .service .table_datas .list ul li .company {
  position: relative;
  float: left;
  width: 800px;
  padding: 0 10px;
}
#EjMain .content #RightCon .service .table_datas .list ul li .contact {
  position: relative;
  float: right;
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
#EjMain .content #RightCon .service .table_datas .list ul .s1 {
  background-color: #FFFFFF;
}
#EjMain .content #RightCon .service .table_datas2 {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .service .table_datas2 .head {
  position: relative;
  font-weight: bold;
  color: #0071b7;
  background-color: #e0eff9;
  line-height: 20px;
  height: 60px;
  font-size: 15px;
  text-align: center;
}
#EjMain .content #RightCon .service .table_datas2 .head div {
  padding: 10px;
}
#EjMain .content #RightCon .service .table_datas2 .head .icp {
  position: relative;
  float: left;
  width: 190px;
  transform: translateY(25%);
}
#EjMain .content #RightCon .service .table_datas2 .head .type {
  position: relative;
  float: left;
  width: 240px;
  text-align: center;
  transform: translateY(25%);
}
#EjMain .content #RightCon .service .table_datas2 .head .address {
  position: relative;
  float: left;
  width: 70px;
  transform: translateY(25%);
}
#EjMain .content #RightCon .service .table_datas2 .head .number {
  position: relative;
  float: left;
  width: 70px;
  padding: 10px;
}
#EjMain .content #RightCon .service .table_datas2 .head .money {
  position: relative;
  float: left;
  width: 90px;
}
#EjMain .content #RightCon .service .table_datas2 .head .contact {
  position: relative;
  float: left;
  width: 90px;
  transform: translateY(25%);
}
#EjMain .content #RightCon .service .table_datas2 .head .tel {
  position: relative;
  float: left;
  width: 130px;
  transform: translateY(25%);
}
#EjMain .content #RightCon .service .table_datas2 .list {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
#EjMain .content #RightCon .service .table_datas2 .list ul {
  position: relative;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li {
  position: relative;
  color: #333333;
  background-color: #eff7fc;
  line-height: 20px;
  overflow: hidden;
  font-size: 15px;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 1px;
  text-align: center;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li div {
  padding: 10px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .icp {
  position: relative;
  float: left;
  width: 190px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .type {
  position: relative;
  float: left;
  width: 240px;
  text-align: center;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .address {
  position: relative;
  float: left;
  width: 70px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .number {
  position: relative;
  float: left;
  width: 70px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .money {
  position: relative;
  float: left;
  width: 90px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .contact {
  position: relative;
  float: left;
  width: 90px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul li .tel {
  position: relative;
  float: left;
  width: 130px;
}
#EjMain .content #RightCon .service .table_datas2 .list ul .s0 {
  background-color: #FFFFFF;
}
#EjMain .content #RightCon .supervise .table_datas {
  position: relative;
  margin: 20px 0;
}
#EjMain .content #RightCon .supervise .table_datas .head {
  position: relative;
  font-weight: bold;
  color: #0071b7;
  background-color: #e0eff9;
  line-height: 30px;
  height: 50px;
  font-size: 15px;
}
#EjMain .content #RightCon .supervise .table_datas .head div {
  padding: 10px;
  text-align: center;
}
#EjMain .content #RightCon .supervise .table_datas .head .str1 {
  position: relative;
  float: left;
  width: 210px;
}
#EjMain .content #RightCon .supervise .table_datas .head .str2 {
  position: relative;
  float: left;
  width: 240px;
}
#EjMain .content #RightCon .supervise .table_datas .head .str3 {
  position: relative;
  float: left;
  width: 130px;
}
#EjMain .content #RightCon .supervise .table_datas .head .str4 {
  position: relative;
  float: left;
  width: 260px;
}
#EjMain .content #RightCon .supervise .table_datas .head .str5 {
  position: relative;
  float: left;
  width: 80px;
}
#EjMain .content #RightCon .supervise .table_datas .list {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
#EjMain .content #RightCon .supervise .table_datas .list ul {
  position: relative;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li {
  position: relative;
  color: #333333;
  background-color: #f5f5f5;
  line-height: 30px;
  height: 48px;
  font-size: 15px;
  border-bottom: solid 1px #F5F5F5;
  margin-bottom: 1px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li div {
  padding: 10px;
  text-align: center;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li .str1 {
  position: relative;
  float: left;
  width: 210px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li .str2 {
  position: relative;
  float: left;
  width: 240px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li .str3 {
  position: relative;
  float: left;
  width: 130px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li .str4 {
  position: relative;
  float: left;
  width: 260px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul li .str5 {
  position: relative;
  float: left;
  width: 80px;
}
#EjMain .content #RightCon .supervise .table_datas .list ul .s1 {
  background-color: #FFFFFF;
}
#EjMain .content #RightCon .supervise .table_datas .dengji {
  position: relative;
  margin-top: 35px;
}
#EjMain .content #RightCon .supervise .table_datas .dengji span {
  display: inline-block;
  width: 310px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  background-color: #007a37;
  color: #FFFFFF;
  font-size: 24px;
}
#EjMain .content #RightCon .apply {
  position: relative;
}
#EjMain .content #RightCon .apply .detail {
  position: relative;
  padding: 20px 0;
}
#EjMain .content #RightCon .apply .detail .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
#EjMain .content #RightCon .apply .detail .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
#EjMain .content #RightCon .apply .detail .text img {
  max-width: 100%;
}
#EjMain .content #RightCon .apply .filelist {
  position: relative;
  margin-top: 20px;
}
#EjMain .content #RightCon .apply .filelist ul li {
  position: relative;
  font-size: 15px;
  line-height: 42px;
  padding-left: 20px;
  background-image: url(../Images/z6.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
#EjMain .content #RightCon .apply .filelist ul li span {
  color: #007a37;
}
#EjMain .content #RightCon .apply .filelist ul li a {
  color: #0071b7;
}
#EjMain .content:after {
  content: " ";
  display: block;
  clear: both;
}
/*内容详情页*/
#page {
  position: relative;
  padding: 30px 0;
  border-top: solid 1px #DDDDDD;
  text-align: center;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #DDDDDD;
  font-size: 18px;
  margin: 0 3px;
}
#page .current {
  background-color: #ffe100;
  border-color: #ffe100;
}
#page .prev {
  background-image: url(../Images/z14.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#page .next {
  background-image: url(../Images/z15.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#member {
  position: relative;
}
#member .thisname {
  position: relative;
  text-align: center;
  line-height: 70px;
  margin-top: 20px;
  font-size: 36px;
  color: #0071b7;
}
#member .thisname:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #007a37;
  transform: translateX(-50%);
}
#member form {
  width: 480px;
  margin: 30px auto;
}
#member form .layui-item {
  position: relative;
  margin: 20px 0;
}
#member form .layui-item .layui-input {
  height: 58px;
}
#member form .layui-item .ImgCkCode {
  position: absolute;
  right: 1px;
  top: 1px;
  height: 56px;
  width: auto;
  border-left: solid 1px #e6e6e6;
}
#member form .layui-item .submitbtn {
  width: 100%;
  font-size: 20px;
  line-height: 64px;
  height: 64px;
  background-color: #0071b7;
}
#member form .tips {
  text-align: center;
}
#supervise_form {
  position: relative;
}
#supervise_form .thisname {
  position: relative;
  text-align: center;
  line-height: 70px;
  margin-top: 20px;
  font-size: 36px;
  color: #0071b7;
}
#supervise_form .thisname:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #007a37;
  transform: translateX(-50%);
}
#supervise_form form {
  position: relative;
  width: 960px;
  margin: 30px auto;
}
#supervise_form form .layui-item {
  position: relative;
  margin: 20px 0;
}
#supervise_form form .layui-item .layui-form-label {
  padding: 9px 5px;
  text-align: right;
  width: 130px;
  font-size: 16px;
}
#supervise_form form .layui-item .layui-input-block {
  margin-left: 140px;
}
#supervise_form form .layui-item .layui-input-block .layui-input {
  width: 100%;
}
#supervise_form form .layui-item .layui-input-block .photos {
  display: inline-block;
}
#supervise_form form .layui-item .layui-input-block .photos span {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #DDDDDD;
  background-size: contain;
  margin-right: 5px;
}
#supervise_form form .layui-item .layui-input-block .photos span label {
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-image: url(../Images/z17.png);
}
#supervise_form form .layui-item .layui-input-block .upload {
  display: inline-block;
  width: 130px;
  height: 130px;
  cursor: pointer;
  background-image: url(../Images/z16.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 1px #DDDDDD;
}
#supervise_form form .layui-item .layui-input-block .submitbtn {
  margin-top: 20px;
  width: 200px;
  font-size: 16px;
  line-height: 56px;
  height: 56px;
  background-color: #0071b7;
}
#supervise_form form .tips {
  text-align: center;
}
