@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: impact;
  src: url('../font/impact.ttf');
}
@media (max-width: 1460px) and (min-width:1250px){
  html {
    zoom: 0.7;
  }
}
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: #287bc7;
  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;
  width: 1280px;
  height: 117px;
  line-height: 117px;
  margin: 0 auto;
  z-index: 1000;
}
#top .logo {
  position: absolute;
  left: 0;
  top: 0;
}
#top .logo img {
  max-height: 100px;
  vertical-align: middle;
}
#top .tel {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 36px;
  height: 36px;
  padding-left: 20px;
  background-image: url(../Images/z2.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #0143b0;
}
#top .tel span {
  color: #ff9523;
  font-size: 18px;
}
#top .tel .s2 {
  margin-left: 12px;
}
#top .menu {
  position: absolute;
  right: -30px;
  bottom: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
#top .menu ul li {
  float: left;
}
#top .menu ul li .name {
  padding: 0 30px;
  margin-bottom: 15px;
  background-image: url(../Images/z1.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#top .menu ul li .items {
  display: none;
  background-color: #FFFFFF;
  text-align: center;
}
#top .menu ul li .items .item {
  font-size: 14px;
  line-height: 36px;
  border-top: dashed 1px #DDDDDD;
}
#top .menu ul li:nth-child(6) .name {
  background: none;
}
#top .menu ul .onfocus .name a {
  color: #ff9523;
  font-weight: bold;
}
#top .menu ul:after {
  content: " ";
  display: block;
  clear: both;
}
#homebanner {
  position: relative;
  height: 630px;
}
#homebanner .swiper-wrapper {
  height: 100%;
}
#homebanner .swiper-wrapper .swiper-slide {
  height: 100%;
}
#homebanner .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homebanner .pagination {
  position: relative;
  top: -40px;
  z-index: 100;
  text-align: center;
}
#homebanner .pagination span {
  display: inline-block;
  width: 32px;
  height: 7px;
  background-color: #e2e0dd;
  margin: 0 4px;
}
#homebanner .pagination .swiper-active-switch {
  background-color: #ff9523;
}
#otherbanner {
  position: relative;
  height: 390px;
}
#otherbanner .swiper-wrapper {
  height: 100%;
}
#otherbanner .swiper-wrapper .swiper-slide {
  height: 100%;
}
#otherbanner .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#otherbanner .pagination {
  position: relative;
  top: -30px;
  z-index: 100;
  text-align: center;
}
#otherbanner .pagination span {
  display: inline-block;
  width: 24px;
  height: 4px;
  background-color: #e2e0dd;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}
#otherbanner .pagination .swiper-active-switch {
  background-color: #ff9523;
}
#otherbanner .pagination .swiper-pagination-bullet-active {
  background-color: #ff9523;
  color: #DDDDDD;
}
#homeabout {
  position: relative;
  background-color: #f6f6f6;
  padding: 65px 0;
}
#homeabout .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#homeabout .content .data {
  position: relative;
  width: 640px;
  float: left;
}
#homeabout .content .data .sname {
  font-size: 34px;
  color: #3a3a3a;
}
#homeabout .content .data .cname {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0 20px 0;
}
#homeabout .content .data .text {
  font-size: 14px;
  line-height: 28px;
  color: #313131;
  position: relative;
  margin: 30px 0;
}
#homeabout .content .data .more {
  margin-top: 30px;
}
#homeabout .content .data .more a {
  display: inline-block;
  width: 145px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #DDDDDD;
  background: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
#homeabout .content .data .more a:hover {
  background-color: #ff9523;
  border-color: #ff9523;
  color: #FFFFFF;
}
#homeabout .content .video {
  position: relative;
  width: 600px;
  float: right;
  top: 160px;
}
#homeabout .content .video video {
  width: 100%;
  object-fit: fill;
}
#homeabout .content .video span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Images/z4.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
#homeyewu {
  position: relative;
  padding: 50px 0;
}
#homeyewu .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#homeyewu .content .sortname {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
}
#homeyewu .content .tips {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  background-image: url(../Images/z3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeyewu .content .list {
  position: relative;
  background: #f6f6f6;
  margin-top: 65px;
}
#homeyewu .content .list ul li {
  position: relative;
  width: 320px;
  float: left;
  height: 260px;
  border-bottom: solid  3px #f6f6f6;
}
#homeyewu .content .list ul li .data {
  position: relative;
  padding: 30px;
}
#homeyewu .content .list ul li .data .icon {
  height: 65px;
  background-repeat: no-repeat;
}
#homeyewu .content .list ul li .data .tit {
  line-height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #0143b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeyewu .content .list ul li .data .jianjie {
  font-size: 15px;
  line-height: 26px;
  height: 78px;
  color: #424242;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#homeyewu .content .list ul li .data .more {
  display: none;
  height: 50px;
  background-position: left bottom;
  background-image: url(../Images/z6.png);
  background-repeat: no-repeat;
}
#homeyewu .content .list ul li .data a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeyewu .content .list ul li:hover {
  background-color: #ff9523;
  border-bottom: solid 3px #0143b0;
}
#homeyewu .content .list ul li:hover .data .icon {
  display: none;
}
#homeyewu .content .list ul li:hover .data .tit {
  color: #FFFFFF;
  padding-top: 15px;
}
#homeyewu .content .list ul li:hover .data .jianjie {
  color: #FFFFFF;
}
#homeyewu .content .list ul li:hover .data .more {
  display: block;
}
#homecases {
  position: relative;
  padding: 50px 0;
  background-color: #eaf0f7;
  background-image: url(../Images/z7.png);
  background-position: top 190px center;
  background-repeat: no-repeat;
}
#homecases .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#homecases .content .sortname {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
}
#homecases .content .titgroup {
  position: relative;
  overflow: hidden;
  height: 60px;
  margin: 30px 0;
  background-image: url(../Images/z12.png);
  background-position: bottom 6px center;
  background-repeat: repeat-x;
}
#homecases .content .titgroup .list {
  position: relative;
}
#homecases .content .titgroup .list .item {
  height: 60px;
  padding: 0 6px;
  background-image: url(../Images/z8.png);
  background-position: bottom 2px center;
  background-repeat: no-repeat;
}
#homecases .content .titgroup .list .item .tit {
  padding: 0 22px;
  font-size: 17px;
  line-height: 38px;
  border-radius: 4px;
}
#homecases .content .titgroup .list .item .sanjiao {
  height: 10px;
  background-position: top center;
  background-repeat: no-repeat;
}
#homecases .content .titgroup .list .active {
  background-image: url(../Images/z9.png);
}
#homecases .content .titgroup .list .active .tit {
  background-color: #ff9523;
  color: #FFFFFF;
}
#homecases .content .titgroup .list .active .sanjiao {
  background-image: url(../Images/z11.png);
}
#homecases .content .titgroup .list:after {
  content: " ";
  display: block;
  clear: both;
}
#homecases .content .case_btns {
  position: relative;
}
#homecases .content .case_btns .btns {
  display: none;
  position: relative;
}
#homecases .content .case_btns .btns .btn {
  position: absolute;
  top: 140px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
#homecases .content .case_btns .btns .prev {
  left: -70px;
  background-image: url(../Images/z15.png);
}
#homecases .content .case_btns .btns .next {
  right: -70px;
  background-image: url(../Images/z16.png);
}
#homecases .content .case_btns .active {
  display: block;
}
#homecases .content .casegroups {
  position: relative;
  width: 1300px;
  height: 340px;
}
#homecases .content .casegroups .swiper-container {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homecases .content .casegroups .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  padding: 5px;
  width: 300px;
  height: 325px;
  background-color: #FFFFFF;
}
#homecases .content .casegroups .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  position: relative;
  height: 210px;
}
#homecases .content .casegroups .swiper-container .swiper-wrapper .swiper-slide .data .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#homecases .content .casegroups .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  font-size: 18px;
  line-height: 28px;
  color: #0143b0;
  padding: 0 5px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homecases .content .casegroups .swiper-container .swiper-wrapper .swiper-slide .data .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#homecases .content .casegroups .onfocus {
  z-index: 1;
}
#homenews {
  position: relative;
  padding: 70px 0;
  background-image: url(../Images/z17.jpg);
  background-position: center center;
}
#homenews .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#homenews .content .left {
  position: relative;
  width: 360px;
  float: left;
  height: 510px;
}
#homenews .content .left .sorts {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 165px;
}
#homenews .content .left .sorts .sort {
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  background-color: #0143b0;
  margin-top: 10px;
  border-radius: 4px;
}
#homenews .content .left .sorts .sort a {
  color: #FFFFFF;
  display: block;
}
#homenews .content .left .sorts .active {
  background-color: #ff9523;
}
#homenews .content .right {
  position: relative;
  width: 856px;
  float: right;
}
#homenews .content .right .group {
  display: none;
  position: relative;
}
#homenews .content .right .group ul li {
  position: relative;
  height: 155px;
  background-color: #FFFFFF;
  margin-bottom: 23px;
}
#homenews .content .right .group ul li .obj {
  position: relative;
  width: 576px;
  padding: 25px 35px;
}
#homenews .content .right .group ul li .obj .dian {
  position: absolute;
  left: 20px;
  top: 32px;
  color: #0143b0;
}
#homenews .content .right .group ul li .obj .tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  max-width: 496px;
  color: #0143b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homenews .content .right .group ul li .obj .tit a {
  color: #0143b0;
}
#homenews .content .right .group ul li .obj .time {
  position: absolute;
  right: 35px;
  top: 25px;
  font-size: 13px;
  line-height: 40px;
  color: #5d5d5d;
}
#homenews .content .right .group ul li .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#homenews .content .right .group ul li .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 213px;
  height: 100%;
  border: solid 1px #cedaed;
  box-sizing: border-box;
}
#homenews .content .right .group ul li .pic a {
  margin: 3px;
  display: block;
  height: 147px;
  background-size: cover;
  background-position: center center;
}
#homenews .content .right .group ul li:hover {
  background-color: #f9f4ef;
}
#homenews .content .right .group ul li:hover .obj .dian {
  color: #ff9523;
}
#homenews .content .right .group ul li:hover .obj .tit {
  color: #ff9523;
}
#homenews .content .right .group ul li:hover .obj .tit a {
  color: #ff9523;
}
#homenews .content .right .group ul li:hover .pic {
  border: solid 1px #ff9523;
}
#homenews .content .right .active {
  display: block;
}
#footer {
  position: relative;
  background-color: #07337c;
  padding: 45px 0;
  color: #FFFFFF;
}
#footer .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#footer .content .tel {
  position: relative;
  float: left;
  padding-left: 120px;
  width: 284px;
  height: 106px;
  background-image: url(../Images/z20.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#footer .content .tel img {
  position: absolute;
  left: 0;
  top: 0;
  width: 106px;
  height: 106px;
}
#footer .content .tel .t1 {
  font-size: 14px;
  line-height: 28px;
}
#footer .content .tel .t2 {
  font-size: 32px;
  font-family: impact;
}
#footer .content .tel .t3 {
  font-size: 14px;
  line-height: 28px;
}
#footer .content .copyright {
  position: relative;
  float: right;
  width: 820px;
  font-size: 14px;
  line-height: 30px;
}
#footer .content .copyright a {
  color: #FFFFFF;
}
#about_menu {
  position: relative;
  background-color: #f6f6f6;
}
#about_menu .content {
  position: relative;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
}
#about_menu .content .data {
  position: relative;
  padding-top: 30px;
}
#about_menu .content .data .t1 {
  font-size: 28px;
  color: #3a3a3a;
}
#about_menu .content .data .t2 {
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: url(../Images/z3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about_menu .content .list {
  position: absolute;
  right: 0;
  top: 52px;
}
#about_menu .content .list ul li {
  position: relative;
  width: 128px;
  line-height: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
  float: left;
}
#about_menu .content .list ul li a {
  display: block;
}
#about_menu .content .list ul .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border: solid 1px #ff9523;
}
#about_menu .content .list ul .active a {
  color: #FFFFFF;
}
#about_menu .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#profile {
  position: relative;
  width: 1280px;
  margin: 50px auto;
}
#profile .list {
  position: relative;
}
#profile .list .left {
  position: relative;
  height: 100%;
  width: 594px;
  height: 564px;
  float: left;
}
#profile .list .left .data {
  position: relative;
  height: 100%;
  background-size: cover;
}
#profile .list .left .data .obj {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 15px 0;
  background-image: url(../Images/z28.png);
}
#profile .list .left .data .obj .tit {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 20px;
}
#profile .list .left .data .obj .jianjie {
  font-size: 13px;
  line-height: 18px;
  padding: 0 20px;
}
#profile .list .left .data .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#profile .list .right {
  float: right;
  position: relative;
  width: 682px;
}
#profile .list .right ul li {
  position: relative;
  width: 320px;
  height: 270px;
  margin: 0 0 25px 20px;
  background-size: cover;
  background-position: center center;
  float: left;
  text-align: center;
  color: #FFFFFF;
}
#profile .list .right ul li .data {
  position: relative;
  height: 270px;
}
#profile .list .right ul li .data .h {
  height: 70px;
  transition: all 0.3s;
}
#profile .list .right ul li .data .icon {
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
}
#profile .list .right ul li .data .tit {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#profile .list .right ul li .data .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 10px;
  display: none;
}
#profile .list .right ul li .data .more {
  text-align: center;
  margin-top: 20px;
  display: none;
}
#profile .list .right ul li .data .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#profile .list .right ul li:hover .data {
  background-image: url(../Images/z26.png);
}
#profile .list .right ul li:hover .data .h {
  height: 40px;
}
#profile .list .right ul li:hover .data .icon {
  display: none;
}
#profile .list .right ul li:hover .data .jianjie {
  display: block;
}
#profile .list .right ul li:hover .data .more {
  display: block;
}
#profile .list .right ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1300px) {
  #profile .list .right ul li {
    width: 315px;
  }
}
#company {
  position: relative;
  width: 1280px;
  margin: 50px auto;
}
#company .left {
  position: relative;
  float: left;
  width: 610px;
}
#company .left .data {
  position: relative;
}
#company .left .data .tit {
  font-size: 24px;
  line-height: 50px;
  padding: 20px 0 10px 0;
  color: #0143b0;
  font-weight: bold;
}
#company .left .data .text {
  font-size: 14px;
  line-height: 28px;
  color: #313131;
}
#company .left .data .text img {
  max-width: 100%;
}
#company .right {
  position: relative;
  float: right;
  width: 600px;
}
#company .right img {
  max-width: 100%;
}
#about_yeji {
  position: relative;
  padding: 30px 0 60px 0;
  background-color: #f6f6f6;
}
#about_yeji .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#about_yeji .content .sortname {
  line-height: 80px;
  font-size: 24px;
  color: #0143b0;
  font-weight: bold;
}
#about_yeji .content .list table {
  width: 100%;
  border-collapse: collapse;
  border-color: #DDDDDD;
}
#about_yeji .content .list table tr {
  background-color: #FFFFFF;
}
#about_yeji .content .list table tr th {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  padding: 10px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0143b0;
}
#about_yeji .content .list table tr td {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  padding: 10px;
}
#about_yeji .content .list table tr:nth-child(2n+1) {
  background-color: #f3f6fb;
}
#artice {
  width: 1280px;
  margin: 50px auto;
  position: relative;
}
#artice .data .tit {
  display: none;
  font-size: 24px;
  line-height: 50px;
  padding: 20px 0 10px 0;
  color: #0143b0;
  font-weight: bold;
}
#artice .data .text {
  font-size: 14px;
  line-height: 28px;
  color: #313131;
}
#artice .data .text img {
  max-width: 100%;
}
#certificate {
  position: relative;
}
#certificate .list1 {
  position: relative;
  width: 1280px;
  margin: 100px auto;
  height: 480px;
}
#certificate .list1 .btns {
  position: absolute;
  top: 210px;
  width: 49px;
  height: 49px;
  background-size: 100%;
  cursor: pointer;
}
#certificate .list1 .prev {
  left: -70px;
  background-image: url(../Images/z15.png);
}
#certificate .list1 .next {
  right: -70px;
  background-image: url(../Images/z16.png);
}
#certificate .list1 .swiper-container {
  position: relative;
  height: 100%;
}
#certificate .list1 .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#certificate .list1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  border: solid 1px #DDDDDD;
  background-color: #FFFFFF;
}
#certificate .list1 .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#certificate .list1 .swiper-container .swiper-wrapper .swiper-slide .tit {
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #bebebe;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
#certificate .list1 .swiper-container .swiper-wrapper .swiper-slide-active {
  border: solid 1px #0143b0;
}
#certificate .list1 .swiper-container .swiper-wrapper .swiper-slide-active .tit {
  background-color: #0143b0;
}
#certificate .list2 {
  position: relative;
  width: 1280px;
  margin: 60px auto;
  height: 370px;
  overflow: hidden;
}
#certificate .list2 ul {
  position: relative;
  height: 370px;
}
#certificate .list2 ul li {
  position: relative;
  width: 236px;
  height: 370px;
  float: left;
  margin: 0 25px 25px 0;
}
#certificate .list2 ul li .pic {
  height: 330px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px #DDDDDD;
}
#certificate .list2 ul li .tit {
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  color: #0143b0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#certificate .list2 ul:after {
  content: " ";
  display: block;
  clear: both;
}
#recruit {
  position: relative;
  padding: 50px 0;
}
#recruit .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#recruit .content .sortname {
  text-align: center;
  padding: 20px 0;
}
#recruit .content .ziduan {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ff9523;
  color: #FFFFFF;
}
#recruit .content .ziduan .item {
  float: left;
  text-align: center;
}
#recruit .content .ziduan .z1 {
  width: 270px;
  text-align: left;
  margin-left: 40px;
}
#recruit .content .ziduan .z2 {
  width: 150px;
}
#recruit .content .ziduan .z3 {
  width: 320px;
}
#recruit .content .ziduan .z4 {
  width: 380px;
}
#recruit .content .ziduan .z5 {
  width: 100px;
}
#recruit .content .datalist {
  position: relative;
}
#recruit .content .datalist ul li {
  position: relative;
  background-color: #edf1f6;
}
#recruit .content .datalist ul li .title {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}
#recruit .content .datalist ul li .title .item {
  float: left;
  text-align: center;
}
#recruit .content .datalist ul li .title .z1 {
  width: 270px;
  text-align: left;
  margin-left: 40px;
}
#recruit .content .datalist ul li .title .z2 {
  width: 150px;
}
#recruit .content .datalist ul li .title .z3 {
  width: 320px;
}
#recruit .content .datalist ul li .title .z4 {
  width: 380px;
}
#recruit .content .datalist ul li .title .z5 {
  width: 100px;
  height: 60px;
}
#recruit .content .datalist ul li .title .z5 .bj {
  display: block;
  height: 100%;
  background-image: url(../Images/z32.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#recruit .content .datalist ul li .onfocus {
  background-color: #0143b0;
  color: #FFFFFF;
}
#recruit .content .datalist ul li .onfocus .z5 .bj {
  background-image: url(../Images/z33.png);
}
#recruit .content .datalist ul li .text {
  background-color: #f4f4f5;
  display: none;
  padding: 20px 40px;
}
#recruit .content .datalist ul li .text .data {
  position: relative;
  font-size: 15px;
  line-height: 30px;
}
#recruit .content .datalist ul li .text .data img {
  max-width: 100%;
}
#recruit .content .datalist ul li:nth-child(2n) {
  background-color: #f6f6f6;
}
#culture {
  position: relative;
  padding: 50px 0;
}
#culture .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#culture .content .left {
  position: relative;
  width: 640px;
  float: left;
}
#culture .content .left img {
  max-width: 100%;
}
#culture .content .right {
  position: relative;
  width: 640px;
  float: right;
}
#culture .content .right .cname {
  line-height: 90px;
  margin-top: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #0143b0;
}
#culture .content .right .text .item {
  line-height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: dashed 1px #DDDDDD;
}
#culture .content .right .text .item span {
  font-size: 20px;
  color: #ff9523;
}
#yuangongtd {
  position: relative;
  background-color: #F6F6F6;
  padding: 40px 0;
}
#yuangongtd .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#yuangongtd .content .sortname {
  text-align: center;
  line-height: 64px;
  color: #0143b0;
  font-weight: bold;
  font-size: 32px;
}
#yuangongtd .content .btn_group {
  position: relative;
}
#yuangongtd .content .btn_group .btns {
  position: absolute;
  top: 155px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  z-index: 10;
}
#yuangongtd .content .btn_group .prev {
  left: -75px;
  background-image: url(../Images/z15.png);
}
#yuangongtd .content .btn_group .next {
  right: -75px;
  background-image: url(../Images/z16.png);
}
#yuangongtd .content .list {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  height: 360px;
}
#yuangongtd .content .list .swiper-container {
  width: 1300px;
}
#yuangongtd .content .list .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
#yuangongtd .content .list .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  height: 294px;
  border: solid 3px #e2e2e2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#yuangongtd .content .list .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  line-height: 60px;
  font-size: 18px;
  color: #0143b0;
  text-align: center;
}
#qiye_video {
  position: relative;
  padding: 40px 0;
}
#qiye_video .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#qiye_video .content .sortname {
  text-align: center;
  line-height: 64px;
  color: #0143b0;
  font-weight: bold;
  font-size: 32px;
}
#qiye_video .content .btn_group {
  position: relative;
}
#qiye_video .content .btn_group .btns {
  position: absolute;
  top: 155px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  z-index: 10;
}
#qiye_video .content .btn_group .prev {
  left: -75px;
  background-image: url(../Images/z15.png);
}
#qiye_video .content .btn_group .next {
  right: -75px;
  background-image: url(../Images/z16.png);
}
#qiye_video .content .list {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  height: 410px;
}
#qiye_video .content .list .swiper-container {
  width: 1315px;
}
#qiye_video .content .list .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  padding-right: 35px;
}
#qiye_video .content .list .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  height: 344px;
  border: solid 3px #e2e2e2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#qiye_video .content .list .swiper-container .swiper-wrapper .swiper-slide .data .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../Images/z36.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#qiye_video .content .list .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  line-height: 60px;
  font-size: 18px;
  color: #0143b0;
  text-align: center;
}
.layui-layer {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none!important;
}
.layer_showvideo .layui-layer-content {
  background-color: rgba(0, 0, 0, 0);
}
.layer_showvideo .layui-layer-content .data {
  position: relative;
  background-color: #FFFFFF;
  padding: 16px;
  padding-bottom: 0;
}
.layer_showvideo .layui-layer-content .data .video {
  position: relative;
}
.layer_showvideo .layui-layer-content .data .video video {
  width: 100%;
  object-fit: fill;
}
.layer_showvideo .layui-layer-content .data .video span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-image: url(../Images/z36.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.layer_showvideo .layui-layer-content .data .ltit {
  position: relative;
  text-align: center;
  line-height: 90px;
  height: 90px;
  font-size: 18px;
  color: #0143b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layer_showvideo .layui-layer-content .close {
  text-align: center;
  margin-top: 20px;
}
.layer_showvideo .layui-layer-content .close img {
  cursor: pointer;
}
.layer_showphotos .layui-layer-content {
  position: relative;
}
.layer_showphotos .layui-layer-content .btns {
  position: relative;
}
.layer_showphotos .layui-layer-content .btns .btn {
  position: absolute;
  top: 330px;
  width: 49px;
  height: 49px;
  z-index: 10;
  cursor: pointer;
  background-size: 100% 100%;
}
.layer_showphotos .layui-layer-content .btns .prev {
  left: 0;
  background-image: url(../Images/z39.png);
}
.layer_showphotos .layui-layer-content .btns .next {
  right: 0;
  background-image: url(../Images/z40.png);
}
.layer_showphotos .layui-layer-content .list {
  position: relative;
  width: 770px;
  height: 710px;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow: hidden;
}
.layer_showphotos .layui-layer-content .list ul {
  position: relative;
  left: 0;
}
.layer_showphotos .layui-layer-content .list ul li {
  position: relative;
  padding: 15px;
  width: 740px;
  height: 680px;
  float: left;
}
.layer_showphotos .layui-layer-content .list ul li .pic {
  height: 520px;
  background-position: center center;
  background-size: cover;
}
.layer_showphotos .layui-layer-content .list ul li .tit {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
  color: #0143b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layer_showphotos .layui-layer-content .list ul li .jianjie {
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.layer_showphotos .layui-layer-content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
.layer_showphotos .layui-layer-content .close {
  text-align: center;
  margin-top: 20px;
}
.layer_showphotos .layui-layer-content .close img {
  cursor: pointer;
}
#business_menu {
  position: relative;
  background-color: #f6f6f6;
}
#business_menu .content {
  position: relative;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
}
#business_menu .content .data {
  position: relative;
  padding-top: 30px;
}
#business_menu .content .data .t1 {
  font-size: 28px;
  color: #3a3a3a;
}
#business_menu .content .data .t2 {
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: url(../Images/z3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#business_menu .content .list {
  position: absolute;
  right: 0;
  top: 52px;
}
#business_menu .content .list ul li {
  position: relative;
  line-height: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
  float: left;
}
#business_menu .content .list ul li a {
  padding: 0 15px;
  display: block;
}
#business_menu .content .list ul .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border: solid 1px #ff9523;
}
#business_menu .content .list ul .active a {
  color: #FFFFFF;
}
#business_menu .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#business {
  position: relative;
  background-color: #F6F6F6;
}
#business .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#business .content .sortlist {
  position: relative;
  padding: 25px 0;
}
#business .content .sortlist a {
  display: inline-block;
  padding: 0 15px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 6px 6px 0;
  border: solid 1px #DDDDDD;
}
#business .content .sortlist .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border-color: #ff9523;
}
#business .content .list {
  position: relative;
}
#business .content .list ul li {
  position: relative;
  background-color: #FFFFFF;
  height: 405px;
  margin-bottom: 45px;
}
#business .content .list ul li .data {
  position: absolute;
  left: 30px;
  top: 60px;
  width: 600px;
  height: 270px;
}
#business .content .list ul li .data .tit {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../Images/z46.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#business .content .list ul li .data .tit a {
  color: #0143b0;
}
#business .content .list ul li .data .jianjie {
  font-size: 15px;
  line-height: 28px;
  color: #313131;
  margin: 15px 0;
}
#business .content .list ul li .data .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
#business .content .list ul li .data .more a {
  display: inline-block;
  width: 148px;
  line-height: 45px;
  text-align: center;
  border: solid 1px #DDDDDD;
  font-size: 12px;
  color: #656565;
  transition: all 0.2s;
}
#business .content .list ul li .data .more a:hover {
  background-color: #ff9523;
  color: #FFFFFF;
  border-color: #ff9523;
}
#business .content .list ul li .pic {
  position: absolute;
  right: 24px;
  bottom: 15px;
  height: 365px;
  width: 580px;
}
#business .content .list ul li .pic .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e9ee;
}
#business .content .list ul li .pic .img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#business .content .list ul li .pic .img a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
#business .content .list ul li .pic .img a:hover {
  transform: scale(1.1);
}
#business .content .list ul .s2 .data {
  right: 30px;
  left: auto;
}
#business .content .list ul .s2 .pic {
  left: 24px;
  right: auto;
}
#business .content .list ul .s2 .pic .img {
  left: 15px;
  right: auto;
}
#business .content .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
#business_show {
  position: relative;
  padding: 40px 0;
}
#business_show .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#business_show .content .title {
  font-size: 28px;
  font-weight: bold;
  color: #0143b0;
  line-height: 60px;
}
#business_show .content .text {
  font-size: 16px;
  line-height: 30px;
}
#business_show .content .text img {
  max-width: 100%;
}
#cases_menu {
  position: relative;
  background-color: #f6f6f6;
}
#cases_menu .content {
  position: relative;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
}
#cases_menu .content .data {
  position: relative;
  padding-top: 30px;
}
#cases_menu .content .data .t1 {
  font-size: 28px;
  color: #3a3a3a;
}
#cases_menu .content .data .t2 {
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: url(../Images/z3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#cases_menu .content .list {
  position: absolute;
  right: 0;
  top: 52px;
}
#cases_menu .content .list ul li {
  position: relative;
  line-height: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
  float: left;
}
#cases_menu .content .list ul li a {
  padding: 0 15px;
  display: block;
}
#cases_menu .content .list ul .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border: solid 1px #ff9523;
}
#cases_menu .content .list ul .active a {
  color: #FFFFFF;
}
#cases_menu .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#cases {
  position: relative;
}
#cases .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#cases .content .sortlist {
  position: relative;
  margin: 25px 0;
}
#cases .content .sortlist a {
  display: inline-block;
  padding: 0 15px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 6px 6px 0;
  border: solid 1px #DDDDDD;
}
#cases .content .sortlist .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border-color: #ff9523;
}
#cases .content .datalist {
  position: relative;
}
#cases .content .datalist ul {
  position: relative;
  width: 1310px;
}
#cases .content .datalist ul li {
  position: relative;
  width: 300px;
  height: 320px;
  float: left;
  margin: 0 25px 20px 0;
}
#cases .content .datalist ul li .pic {
  position: relative;
  height: 216px;
  overflow: hidden;
  border: solid 3px rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
#cases .content .datalist ul li .pic a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#cases .content .datalist ul li .pic a:hover {
  transform: scale(1.1);
}
#cases .content .datalist ul li .title {
  position: relative;
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cases .content .datalist ul li .title a {
  color: #0143b0;
}
#cases .content .datalist ul li .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#cases .content .datalist ul li:hover .pic {
  border: solid 3px #ff9523;
}
#cases .content .datalist ul li:hover .title a {
  color: #ff9523;
}
#cases .content .datalist ul li:hover .jianjie {
  color: #ff9523;
}
#cases_show {
  position: relative;
  padding: 40px 0;
}
#cases_show .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#cases_show .content .sortlist {
  position: relative;
  margin: 0 0 25px 0;
}
#cases_show .content .sortlist a {
  display: inline-block;
  padding: 0 15px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 6px 6px 0;
  border: solid 1px #DDDDDD;
}
#cases_show .content .sortlist .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border-color: #ff9523;
}
#cases_show .content .title {
  font-size: 28px;
  font-weight: bold;
  color: #0143b0;
  line-height: 60px;
}
#cases_show .content .text {
  font-size: 16px;
  line-height: 30px;
}
#cases_show .content .text img {
  max-width: 100%;
}
#news_menu {
  position: relative;
  background-color: #f6f6f6;
}
#news_menu .content {
  position: relative;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
}
#news_menu .content .data {
  position: relative;
  padding-top: 30px;
}
#news_menu .content .data .t1 {
  font-size: 28px;
  color: #3a3a3a;
}
#news_menu .content .data .t2 {
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: url(../Images/z3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#news_menu .content .list {
  position: absolute;
  right: 0;
  top: 52px;
}
#news_menu .content .list ul li {
  position: relative;
  line-height: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
  float: left;
}
#news_menu .content .list ul li a {
  padding: 0 15px;
  display: block;
}
#news_menu .content .list ul .active {
  background-color: #ff9523;
  color: #FFFFFF;
  border: solid 1px #ff9523;
}
#news_menu .content .list ul .active a {
  color: #FFFFFF;
}
#news_menu .content .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#news {
  position: relative;
}
#news .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#news .content .list ul li {
  position: relative;
  padding: 20px 0;
  border-bottom: dashed 1px #DDDDDD;
}
#news .content .list ul li .data {
  position: relative;
  height: 155px;
  background-color: #FFFFFF;
}
#news .content .list ul li .data .obj {
  position: relative;
  width: 1000px;
  padding: 25px 25px;
}
#news .content .list ul li .data .obj .dian {
  position: absolute;
  left: 10px;
  top: 32px;
  color: #0143b0;
}
#news .content .list ul li .data .obj .tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  max-width: 850px;
  color: #0143b0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news .content .list ul li .data .obj .tit a {
  color: #0143b0;
}
#news .content .list ul li .data .obj .time {
  position: absolute;
  right: 35px;
  top: 25px;
  font-size: 13px;
  line-height: 40px;
  color: #5d5d5d;
}
#news .content .list ul li .data .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #272727;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news .content .list ul li .data .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 213px;
  height: 100%;
  border: solid 1px #cedaed;
  box-sizing: border-box;
}
#news .content .list ul li .data .pic a {
  margin: 3px;
  display: block;
  height: 147px;
  background-size: cover;
  background-position: center center;
}
#news .content .list ul li:hover .data {
  background-color: #f9f4ef;
}
#news .content .list ul li:hover .data .obj .dian {
  color: #ff9523;
}
#news .content .list ul li:hover .data .obj .tit {
  color: #ff9523;
}
#news .content .list ul li:hover .data .obj .tit a {
  color: #ff9523;
}
#news .content .list ul li:hover .data .pic {
  border: solid 1px #ff9523;
}
#news_show {
  position: relative;
  padding: 40px 0;
}
#news_show .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#news_show .content .title {
  font-size: 24px;
  font-weight: bold;
  color: #0143b0;
  line-height: 60px;
  text-align: center;
}
#news_show .content .time {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  text-align: center;
}
#news_show .content .text {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
#news_show .content .text img {
  max-width: 100%;
}
#news_show .content .other {
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
#page {
  text-align: center;
  padding: 50px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  font-size: 18px;
  margin: 0 3px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
#page .current {
  background-color: #ff9523;
  border-color: #ff9523;
  color: #FFFFFF;
}
#page .prev {
  background-image: url(../Images/z41.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#page .next {
  background-image: url(../Images/z42.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#contact_menu {
  position: relative;
  background-color: #f6f6f6;
}
#contact_menu .content {
  position: relative;
  width: 1280px;
  height: 150px;
  margin: 0 auto;
}
#contact_menu .content .data {
  position: relative;
  padding-top: 30px;
}
#contact_menu .content .data .t1 {
  font-size: 28px;
  color: #3a3a3a;
}
#contact_menu .content .data .t2 {
  font-size: 12px;
  line-height: 30px;
  padding-bottom: 10px;
  background-image: url(../Images/z3.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#contact {
  position: relative;
}
#contact .content {
  padding: 60px 0;
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#contact .content .left {
  position: relative;
  width: 640px;
  float: left;
}
#contact .content .left .tips {
  font-size: 24px;
  line-height: 42px;
  color: #0143b0;
}
#contact .content .left .items {
  position: relative;
  padding-top: 20px;
}
#contact .content .left .items .item {
  position: relative;
  margin: 15px 0;
  min-height: 81px;
  padding-top: 10px;
}
#contact .content .left .items .item img {
  position: absolute;
  left: 0;
  top: 0;
}
#contact .content .left .items .item .t1 {
  font-size: 16px;
  line-height: 28px;
  padding-left: 110px;
}
#contact .content .right {
  position: relative;
  width: 630px;
  float: right;
}
#contact .content .right .form .item {
  position: relative;
  height: 50px;
  background-color: #e8eaec;
  padding: 0 10px;
  margin-bottom: 12px;
}
#contact .content .right .form .item input {
  height: 46px;
  border: none;
  font-size: 16px;
  width: 100%;
  background: none;
}
#contact .content .right .form .btns {
  background: none;
  padding: 0;
}
#contact .content .right .form .btns .submit {
  width: 180px;
  background-color: #0143b0;
  color: #FFFFFF;
  font-size: 18px;
}
#contact .content .right .form .yzm {
  width: 470px;
}
#contact .content .right .form .yzm img {
  position: absolute;
  right: -140px;
  top: 0;
  height: 50px;
  width: 120px;
}
#contact .content .right .form .text {
  height: 160px;
  padding: 10px;
}
#contact .content .right .form .text textarea {
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  height: 156px;
  background: none;
}
#contact #map {
  position: relative;
  width: 1280px;
  height: 500px;
  margin: 0 auto 50px;
}
