@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
@font-face { 
  font-family:'font2'; 
  src: url('../font/Oswald-Medium.ttf'); 
}
@font-face { 
  font-family:'font3'; 
  src: url('../font/akrobat-regular.ttf'); 
}
@font-face { 
  font-family:'font4'; 
  src: url('../font/Oswald-ExtraLight.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	/*border: 0;*/
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1300 {
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1300-1 {
	width: 1350px;
	margin: 0 auto;
}
#w-80 {
  width: 80%;
  margin: 0 auto;
}

#w-90 {
  width: 90%;
  margin: 0 auto;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}

/*search*/
.h-input1 {
  float: left;
  width: 226px;
  height: 40px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;
}

.h-input2 {
  float: right;
  width: 82px;
  height: 40px;
  background-color: #eb0909;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
/*end search*/
.top-bg {
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
}

.top-bg p {
  display: inline-block;
  line-height: 48px;
  font-size: 15px;
  color: #5e5e5e;
}

.top-bg img {
  display: inline-block;
  float: left;
}

.top-tit {
  width: 1400px;
  margin: 0 auto;
}

.top-logo h1 {
  float: left;
}

/*menu*/
.menu-w {
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: #0c7ed9;
}

.h-menu {
  width: 1340px;
  margin: 0 auto;
  text-align: center;
}

.h-menu a {
  display: inline-block;
  width: 12%;
  height: 60px;
  line-height: 60px;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}

.h-menu a:hover {
  color: #fff;
  background-color: #333;
}

.h-menu-hover {
  color: #fff !important;
  background-color: #333 !important;
}

.h-menu-r {
  margin-top: 11px;
  margin-right: 50px;
  float: right;
  width: 210px;
  font-size: 38px;
  color: #fff;
  letter-spacing: 10px;
}
/*end menu*/

/*middle*/
    /*所有标题*/
.tit01 {
  text-align: center;
  font-size: 42px;
  color: #222222;
}

.tit01 b {
  color: #2363ae;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 42px;
}

.tit01 b:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 6px;
  background: #b7c0cb;
  bottom: 4px;
  width: 100%;
  -webkit-animation: widthchange 1.5s linear infinite;
  animation: widthchange 1.5s linear infinite;
}

.tit01 span {
  display: block;
  font-size: 18px;
  color: #666666;
  font-weight: lighter;
  margin: 12px 0;
  text-align: center;
}

.tit01:after {
  content: '';
  display: block;
  height: 20px;
  background: url(../images/tit01-tu.jpg) no-repeat center;
}

@-webkit-keyframes widthchange {
  0% {
    width: 100%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 25%;
  }

  75% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes widthchange {
  0% {
    width: 100%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 25%;
  }

  75% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}



.tit02 {
  padding: 35px 0px;
  width: 100%;
  overflow: hidden;
}

.tit02 h2 {
  display: inline-block;
  padding-right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #008cdb;
}

.tit02 p {
  display: inline-block;
  font-size: 17px;
  color: #52575a;
  text-transform: uppercase;
}

.tit02 a {
  float: right;
  display: inline-block;
  width: 100px;
  height: 32px;
  background-color: #efefef;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #333;
}
    /*end所有标题*/
.part1-w {
  float: left;
  width: 290px;
  height: auto;
}

.part1-l {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  overflow: hidden;
}

.parta-w {
  width: 100%;
  padding: 20px 0px;
  background-color: #d61611;
}

.part1-tit {
  width: 100%;
  padding: 25px 0px;
  background-color: #364049;
}

.part1-tit p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.part1-tit span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.parta-w p {
  display: block;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.parta-w .zia {
  font-size: 30px;
  color: #fdf100;
  font-weight: bold;
  letter-spacing: 0px;
}

/*分类*/
.gl-proc-h {
  margin: 25px auto;
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.gl-proc-h li {
  display: block;
  overflow: hidden;
  height: 63px;
  line-height: 63px;

  position: relative;
}

.gl-proc-h li a {
  display: block;
  width: 184px;
  margin: 0 auto;
  border-bottom: 1px #eee solid;
  height: 62px;
  line-height: 62px;
  background: url(../images/proc-tu2.png)no-repeat center left;
  padding-left: 42px;
  font-weight: normal !important;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #333;
}

.gl-proc-h li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 63px;
  background: #0c7ed9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gl-proc-h li:hover:before {
  width: 100%;
}

.gl-proc-h li:hover a {
  background: url(../images/proc-tu1.png)no-repeat center left;
  color: #fff;
  border-bottom: none;
}

.gl-proc {
  padding: 0px 0px 15px;
  text-align: center;
}

.gl-proc li {
  display: inline-block;
  text-align: -webkit-match-parent;
}

.gl-proc li a {
  float: left;
  display: block;
  font-size: 17px;
  margin-right: 5px;
  margin-top: 10px;
  width: 158px;
  background-color: #514e59;
  padding: 13px 25px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s;
}

.gl-proc li:hover a,
.gl-proc li:first-child a {
  background-color: #d61615;
  color: #fff;
}

.part1-bg {
  width: 100%;
  padding: 20px 0px;
  background-color: #ececec;
  box-sizing: border-box;
  overflow: hidden;
}

.part1-list {
  text-align: center;
  padding-left: 70px;
}

.part1-list li {
  display: inline-block;
  width: 33%;
}

.part1-list li .tua {
  float: left;
  width: 61px;
}

.part1-list li .nra {
  margin-left: 90px;
}

.part1-list li .nra p {
  display: block;
  font-size: 22px;
  color: #222428;
  font-weight: bold;
}

.part1-list li .nra .zia {
  font-size: 22px;
  color: #d9010b;
  font-weight: bold;
}

.part1-list li span {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #676767;
  line-height: 150%;
}

.partl-con {
  margin-top: 10px;
  padding: 20px;
  background-color: #eeeeee;
  overflow: hidden;
}

.partl-con h2 {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 28px;
  color: #035ba6;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;

}

.partl-nr p {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  line-height: 190%;
  background-color: #364049;
  border-radius: 10px;
  box-sizing: border-box;
}

.partl-nr .ewma {
  width: 100%;
  padding: 20px 0px;
}

.partl-nr .ewma p {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
  fze: 18px;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
}

.partl-nr .ewma img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.pro-list {
  margin-left: 320px;
  overflow: hidden;
}

.pro-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #DBDBDB;
  background-color: #0c7ed9;
  box-sizing: border-box;
}

.pro-list li:nth-child(3n) {
  margin-right: 0px;
}

.pro-list li .tua {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.pro-list li .tua img {
  width: 100%;
   transition: all .2s;
}

.pro-list li .tita {
  margin: 15px 0;
  background: url(../images/pro-more.png) no-repeat center right 25px;
  transition: all .5s;

}

.pro-list li h3 {
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  transition: all .5s;
  line-height: 32px;
}

.pro-list li:hover {
  background-color: #333;
}

.pro-list li:hover .tua img {
  transform: scale(1.3);
   transition: all .2s;
}

.pro-list li:hover h3 {
  color: #fff;
}

.pro-list li:hover .tita {
  background: url(../images/pro-more.png) no-repeat center right 15px;
}

/*方案*/
.fangan {
  margin-top: 40px;
  background: url(../images/fangan-bg.jpg) no-repeat center;
  height: 600px;
  overflow: hidden;
}

.fangan ul {
  width: 840px;
  height: 400px;
  margin-top: 100px;
}

.fangan li {
  background: #f5f5f5;
  width: 280px;
  height: 200px;
  float: left;
  text-align: center;
}

.fangan li span {
  background: url(../images/fa01.png) no-repeat top center;
  width: 43px;
  height: 42px;
  display: block;
  margin: 44px auto 19px;
  transition: all 0.5s;
}

.fangan li:nth-child(2) span {
  background: url(../images/fa02.png) no-repeat top center;
}

.fangan li:nth-child(3) span {
  background: url(../images/fa03.png) no-repeat top center;
}

.fangan li:nth-child(4) span {
  background: url(../images/fa04.png) no-repeat top center;
}

.fangan li:nth-child(5) span {
  background: url(../images/fa05.png) no-repeat top center;
}

.fangan li:nth-child(6) span {
  background: url(../images/fa06.png) no-repeat top center;
}

.fangan li:nth-child(even) {
  background: #fff;
}

.fangan li strong {
  font-size: 26px;
  font-weight: bold;
}

.fangan li p {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  font-family: Arial;
  text-transform: Uppercase;
  text-align: center;
}

.fangan li:hover span {
  background-position: bottom center;
}

.fangan li:hover strong {
  color: #122a88;
}

.fangan_right {
  text-align: right;
}

.fangan_right strong {
  font-size: 50px;
  color: #ffffff;
  margin-top: 227px;
  display: block;
}

.fangan_right p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin: 18px 0 27px;
}

.fangan_right span {
  color: #6c84d0;
  text-transform: Uppercase;
  font-family: Arial;
  line-height: 18px;
  font-size: 12px;
}


/*内页方案*/
.ny-fangan {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}

.ny-fangan ul {
  display: block;
  margin:0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.ny-fangan li {
  display: inline-block;
  background: #f5f5f5;
  width: 33.3%;
  height: 200px;
  float: left;
  text-align: center;
}

.ny-fangan li .tua {
  background: url(../images/fa01.png) no-repeat top center;
  width: 43px;
  height: 42px;
  display: block;
  margin: 44px auto 19px;
  transition: all 0.5s;
}

.ny-fangan li:nth-child(2) .tua {
  background: url(../images/fa02.png) no-repeat top center;
}

.ny-fangan li:nth-child(3) .tua {
  background: url(../images/fa03.png) no-repeat top center;
}

.ny-fangan li:nth-child(4) .tua {
  background: url(../images/fa04.png) no-repeat top center;
}

.ny-fangan li:nth-child(5) .tua {
  background: url(../images/fa05.png) no-repeat top center;
}

.ny-fangan li:nth-child(6) .tua {
  background: url(../images/fa06.png) no-repeat top center;
}

.ny-fangan li:nth-child(even) {
  background: #fff;
}

.ny-fangan li strong {
  font-size: 26px;
  font-weight: bold;
}

.ny-fangan li p {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  font-family: Arial;
  text-transform: Uppercase;
  text-align: center;
}

.ny-fangan li:hover span {
  background-position: bottom center;
}

.ny-fangan li:hover strong {
  color: #122a88;
}

/*实力*/
.shili ul .fl {
  width: 50%;
  position: relative;
}

.shili ul .fl {
  width: 50%;
  position: relative;
}

.shili ul .fr img,
.shili ul .fl img {
  display: block;
  width: 100%;
}

.shili ul .fr,
.shili ul .fl {
  width: 50%;
  position: relative;
  transition: 0.4s;
}

.shili ul .fl .name,
.shili ul .fr .name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.4%;
  padding-bottom: 7.249%;
  background: #FAFAFA;
  transition: 0.3s;
  border:1px solid #efefef;
}

.shili ul .fl .name b,
.shili ul .fr .name b {
  font-size: 20px;
  font-weight: bold;
  color: #1175f0;
  margin: 20px 0px 0px 30px;
  display: block;
  font-family: "microsoft yahei";
  transition: 0.3s;
}
.shili ul .fl:hover .name b,
.shili ul .fr:hover .name b,
.shili ul .fl:hover .name p,
.shili ul .fr:hover .name p{
  color: #fff;
}

.shili ul .fl .name p,
.shili ul .fr .name p {
  color: #b2b2b2;
  font-size: 12px;
  font-family: arial;
  margin: 0px 0px 0px 30px;
  transition: 0.3s;
}

.shili ul .fl .name a,
.shili ul .fr .name a {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.shili ul li:hover .name {
  background: #0f62ca;
}

.shili ul li:hover .name em {
  color: #FFFFFF;
}

.shili ul li:hover .name p {
  color: rgba(255, 255, 255, 0.5);
}

.shili ul li:hover .name a {
  color: #fff;
  background: #f28e1e;
}
.shili-list-w{
  margin-top: 1px;
  width: 100%;
  padding:20px 0px;
  background-color: #0c7ed9;
  overflow: hidden;
}
.shili-list{
  width: 100%;
  margin: 30px 0px;
}
.shili-list li{
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.shili-list li:nth-child(4n){
  margin-right: 0px;
}
.shili-list li .tua{
  width: 100%;
  overflow: hidden;
}
.shili-list li .tua img{
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.shili-list li:hover .tua img{
  transform: scale(1.3);
}
.shili-list li .sl_nr{
  background: url(../images/sl-a.png) no-repeat right 30px center #fff;
  padding: 23px 30px 17px;
  transition: 0.6s;
}
.shili-list li:hover .sl_nr{
  background: url(../images/sl-b.png) no-repeat right 30px center #f28e1e;
}
.shili-list li .sl_nr p{
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.shili-list li .sl_nr span{
  display: block;
  margin-top: 6px;
  color: #808080;
  fze: 14px;
}
.shili-list li:hover .sl_nr p,
.shili-list li:hover .sl_nr span{
  color: #fff;
}





/*简介*/
.about-w {
  margin-top: 30px;
  width: 100%;
  height: 744px;
}

.about-l {
  float: left;
  margin-top: 60px;
  width: 50%;
}
.about-tit{
  margin-top: 30px;
}
.about-tit img{
  display: block;
  margin:0 auto;
}
.about-tit h2 {
  display: block;
  margin-bottom: 15px;
  font-size: 46px;
  color: #555657;
  font-weight: bold;
  text-align: center;
}

.about-tit p {
  display: block;
  margin:0 auto;
  width: 1030px;
  padding: 6px 15px;
  border: 1px solid #bfbfbf;
  font-size: 20px;
  color: #343739;
  letter-spacing: 3px;
  text-align: center;
}

.about-cont {
  margin: 30px 0px;
  padding:30px;
  width: 100%;
  background-color: #efefef;
  overflow: hidden;
}

.about-cont p,
.about-cont p a {
  display: block;
  text-indent: 20px;
  font-size: 17px;
  color: #343739;
  line-height: 210%;
}

.about-morea a {
  display: block;
  margin:0 auto;
  width: 205px;
  height: 49px;
  background-color:#0c7ed9;
  text-align: center;
  line-height: 49px;
  color: #fff;
}

/*案例*/
.jg-cx {
  width: 100%;
  height: auto;
}

.jg-cx li {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width: 19%;
  border: 1px solid #0071bc;
  border-radius: 10px;
  overflow: hidden;
}

.jg-cx li:nth-child(5) {
  margin-right: 0px;
}

.jg-cx li .tu {
  position: relative;
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-cx li .tu img {
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.jg-cx li:hover .tu img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/*首页新闻*/
.h-news{
  width: 100%;
}
.h-news li{
  float: left;
  width: 32%;
  margin-right: 2%;
  padding-bottom: 5%;
  background-color: #f5f9f9;
  background-position: bottom;
}
.h-news li:nth-child(3n){
  margin-right: 0px;
}
.h-news li:hover{
  background: #fff url(../images/news-bga.png) bottom center no-repeat;
  box-shadow: 0px 5px 15px #eaeaea;
  background-color: #fff;
}
.h-news li .tua{
  width: 100%;
  overflow: hidden;
}
.h-news li .tua img{
  width: 100%;
  display: block;
  transition: all .36s ease;
}
.h-news li:hover .tua img{
  transform: scale(1.2);
}
.h-news li .n_nr{
  padding:25px 23px 0px 23px;
  overflow: hidden;
}
.h-news li .n_nr em{
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  position: relative;
  padding-left: 5%;
  padding-top: 6%;
}
.h-news li .n_nr p{
  display: block;
  font-size: 22px;
  color: #151527;
  line-height: 28px;
  height: 70px;
  padding: 0 5%;
  padding-top: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-news li:hover .n_nr p{
  color: #0c7ed9;
}
.h-news li .n_nr span{
  padding: 0 5%;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*bottom*/
.foot-w {
  padding-top: 45px;
  width: 100%;
  background: url(../images/foot-bg.jpg) top center repeat-x;
  box-sizing: border-box;
  overflow: hidden;
}

.foot-tit {}

.foot-tit h3 {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}

.foot-tit .linea {
  margin: 15px 0px;
  width: 28px;
  height: 2px;
  background-color: #f9e368;
}

.foot-la {
  float: left;
  width: 20%;
  margin-right: 3%;
}

.foot-lb {
  float: left;
  width: 20%;
  margin-left: 2%;
  margin-right: 2%;
}

.foot-lc {
  float: left;
  width: 22%;
  margin: 0px 2%;
}

.foot-lx {
  display: block;
}
.foot-lx  strong{
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #f28e1e;
}

.foot-lx p,
.foot-lx p a {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  color: #edf0f7;
  line-height: 190%;
}

.foot-pro a {
  display: block;
  float: left;
  width: 48%;
  margin-right: 2%;
  padding-bottom: 6px;
  font-size: 15px;
  color: #edf0f7;
}

.foot-dh a {
  display: block;
  float: left;
  padding-bottom: 10px;
  width: 50%;
  font-size: 14px;
  color: #bcbcbc;
}

.foot-ewm {
  float: right;
  width: 26%;
}
.foot-ewm li{
  float: left;
  width: 50%;
}

.foot-ewm li .tua {
  margin: 0 auto;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
}

.foot-ewm li .tua img {
  display: block;
  width: 100%;
}

.foot-ewm li p {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.foot-part2 {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: #f28e1e;
  text-align: center;
  border-radius: 50px;
}

.foot-part2 img {
  display: inline-block;
  vertical-align: middle;
}

.foot-part2 p {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 3px;
}

.foot-bq {
  padding: 18px 0px;
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  text-align: center;
  overflow: hidden;
}

.foot-bq p,
.foot-bq p a,
.foot-bq p strong {
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}

.foot-bq img {
  vertical-align: middle;
}
/*end bottom*/



/*内页*/
/*标题*/
.tit-line{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
}
   
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}

.ny-lx{
  padding:20px;
  background-color: #fff;
}
.ny-lx p{
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 190%;
}

.ny-fa{
  display: block;
  margin:0 auto;
  padding:60px 30px;
  width: 100%;
  height: auto;
  background: url(../images/ny-fab.jpg);
  box-sizing: border-box;
}

.ny-video{
  float: left;  
  width: 50%; 
  padding:15px;
  box-sizing: border-box;
}


  /*当前位置*/

.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1350px; font-size: 15px;color: #333;}
	/*单页效果*/
.text-c{text-align: center;}
.ny-biaoti{padding:15px 0px;}
.ny-biaoti h2{display:block; font-size: 26px; color: #333; font-weight: bold;}
.ny-cont{
	padding:20px 30px;
	margin:0 auto;
	width: 1340px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
  background-color: #efefef;
  box-sizing: border-box;
  overflow: hidden;
}
.ny-cont p, .ny-cont p a{
	margin-bottom:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.ny-cont table tbody tr td{padding:10px;}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #ff4a4a;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}
 /*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}

/*上一页 下一页*/
.n-page{
  margin:15px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
  box-sizing: border-box;
}
.n-page li{
  padding:20px 15px;
  width: 49%;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
}
.n-page li:hover{
  background-color: #edecec;
}
.n-page li:nth-child(1){
  float: left;
  text-align: left;
}
.n-page li:nth-child(1) a{
  display:inline-block;
  font-size: 16px;
  color: #666;
}
.n-page li:nth-child(2){
  float: right;
  text-align: right;
}
.n-page li:nth-child(2) a{
  display:inline-block;
  text-align: right;
  font-size: 16px;
  color: #666;
}
/*手机站*/

@media only screen and (max-width: 1340px) {
  #w-80 {
    width: 1340px;
  }

  #w-90 {
    width: 1340px;
  }
}