@charset "utf-8";

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img
{
  -webkit-transition:0.5s ease;
  -moz-transition:0.5s ease;
  -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}
.picfd:hover img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}

html,body{
  min-width:1200px;
}

.container{
  width:1200px;
  margin-right:auto;
  margin-left:auto;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.bgf7f7f7{
  background-color: #f7f7f7;
}

/* 头部 */
.header{
  width: 100%;
  height: 79px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  z-index: 11;
}
.logo{
  margin-top: 10px;
}
.logo2{
  margin: 14px 0 0 30px;
  padding: 8px 0 8px 30px;
  border-left: 2px solid #d80001;
}
.tel{
  font-size: 20px;
  color: #333;
  line-height: 79px;
}
.tel img{
  margin: 27px 10px 0 0;
}

/* 导航 */
.nav{
  font-size: 0px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  position: relative;
  z-index: 10;
}
.nav a{
  font-size: 16px;
  color: #333;
  min-width: 100px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  margin: 0 50px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.nav a:hover,.nav a.on{
  color: #d80001;
  border-bottom: 1px solid #d80001;
}

/* BANNER */
.banner{ width:100%; height:600px; position:relative; }
.banner .flexslider{ position:relative;height:600px;}
.banner .slides{ position:relative;z-index:1;}
.banner .slides li{height:600px;}
.banner .slides li a{height:600px; display:block;}

.banner .flex-control-nav{ width:100%; height:15px; text-align:center; position:absolute;bottom:115px;left:0px;z-index:2;}
.banner .flex-control-nav li{display:inline-block;width:15px;height:15px;margin:0 10px; *display:inline;zoom:1;}
.banner .flex-control-nav a{display:inline-block;width:15px;height:15px; background:url(../images/pic2.png) no-repeat;overflow:hidden; cursor:pointer; position: relative;}
.banner .flex-control-nav .flex-active{ background:url(../images/pic3.png) no-repeat;}

.banner .flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%;margin-top:-50px;}
.banner .flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;}
.banner .flex-direction-nav li a.flex-prev{background:url(../images/pic4.png) no-repeat;}
/*.banner .flex-direction-nav li a.flex-prev:hover{background:url(../images/pic3h.png) no-repeat;}*/
.banner .flex-direction-nav li a.flex-next{background:url(../images/pic5.png) no-repeat;}
/*.banner .flex-direction-nav li a.flex-next:hover{background:url(../images/pic4h.png) no-repeat;}*/

.banner .text{ width:1200px; position: absolute; top: 140px; left: 50%; margin-left: -600px; z-index: 4; }
.banner .text1{ width:1200px; }
.banner .text2{ width:1200px; margin-top: 40px; }
.banner .text2 .title{ font-size: 0px; width:100%; text-align: center; }
.banner .text2 .title1{ font-size:14px; color:#fff; margin:0 10px; display:inline-block; *display:inline; *zoom:1; }
.banner .text2 .title1 a{ color:#fff; width: 60px; height:35px; line-height:35px; text-align: center; padding-bottom: 7px; display:block; overflow:hidden; }
.banner .text2 .title1:hover a{ color: #333; background:url(../images/pic7.png) no-repeat; }
.banner .text2 .title1.xz a{ color: #333; background:url(../images/pic7.png) no-repeat; }
.banner .text2 .title_nr { width:100%; margin-top:14px; }
.banner .text2 .title_nr1{ width:100%; display:none; }
.banner .text2 .title_nr1 .nr1{ width: 700px; background-color: #fff; border-radius: 5px; overflow: hidden; }
.banner .text2 .title_nr1 .nr1 .wbk1{ font-size: 14px; color: #999; width: 536px; height: 48px; line-height: 48px; padding: 0 19px; background-color: #fff; border: 1px solid #e6e6e6; border-right: 0px; border-radius: 5px 0 0 5px; }
.banner .text2 .title_nr1 .nr1 .btn1{ font-size: 16px; color: #fff; width: 125px; height: 50px; line-height: 48px; text-align: left; padding-left: 50px; background:#476ff1 url(../images/pic8.png) no-repeat 25px center; border: 0px; border-radius: 4px; }

/* 网站首页 */
.main{
  width: 100%;
  margin-top: -100px;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.main h2{
  width: 100%;
}
.main h2 p{
  font-size: 24px;
  color: #d80001;
  line-height: 30px;
  padding-left: 10px;
  border-left: 2px solid #d80001;
}
.main h2 span{
  margin-top: 6px;
  display: block;
  background:url(../images/pic15.png) repeat-x center;
}
.main h2 span em{
  font-size: 14px;
  color: #ccc;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 10px 0 12px;
  background-color: #fff;
}

.main1{
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main1 ul{
  width: 1200px;
}
.main1 ul li{
  width: 200px;
  text-align: center;
}
.main1 ul li .pic{
  width: 100%;
  padding-top: 30px;
}
.main1 ul li .title{
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 100%;
  margin: 20px 0 10px;
}
.main1 ul li .content{
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 20px;
  padding-bottom: 33px;
}
.main2{
  width: 1200px;
  margin-top: 80px;
}
.main2_nr{
  width: 585px;
}
.main2_nrk{
  width: 565px;
  margin-top: 30px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main2_nrk .pic{
  width: 565px;
  height: 200px;
  overflow: hidden;
}
.main2_nrk .pic img{
  width: 565px;
  height: 200px;
}
.main2_nrk .title{
  font-size: 14px;
  color: #999;
  width: 565px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 10px;
  background-color: #fafafa;
}
.main2_nrk .title span{
  padding: 0 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main2_nrk .title span:nth-child(1){
  width: 211px;
  text-align: left;
}
.main2_nrk .title span:nth-child(2){
  width: 116px;
}
.main2_nrk .title span:nth-child(3){
  width: 130px;
}
.main2_nrk .title span:nth-child(4){
  width: 28px;
}
.main2_nrk .content{
  width: 565px;
  padding: 5px 0;
}
.main2_nrk .content ul{
  width: 565px;
  height: 429px;
  overflow: hidden;
  overflow-y: auto;
}
.main2_nrk .content ul li{
  font-size: 14px;
  color: #333;
  width: 565px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px dashed #ededed;
}
.main2_nrk .content ul li a{
  color: #333;
}
.main2_nrk .content ul li a:hover{
  color: #d80001;
}
.main2_nrk .content ul li span{
  padding: 0 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main2_nrk .content ul li span:nth-child(1){
  width: 211px;
  text-align: left;
}
.main2_nrk .content ul li span:nth-child(2){
  width: 116px;
}
.main2_nrk .content ul li span:nth-child(3){
  width: 130px;
}
.main2_nrk .content ul li span:nth-child(4){
  width: 28px;
}
.main3{
  width: 1200px;
  margin-top: 80px;
}
.main3 h3{
  width: 1200px;
  text-align: center;
  padding-bottom: 30px;
  background:url(../images/pic16.png) no-repeat center bottom;
}
.main3 h3 p{
  font-size: 24px;
  color: #d80001;
  line-height: 100%;
  position: relative;
  z-index: 2;
}
.main3 h3 span{
  font-size: 20px;
  color: #ededed;
  line-height: 100%;
  margin-top: -12px;
  display: block;
  text-transform: uppercase;
}
.main3_1{
  width: 1200px;
  margin-top: 46px;
}
.main3_1_l{
  width: 450px;
}
.main3_1_l .picScroll-left{ width:450px; position:relative; }
.main3_1_l .picScroll-left .hd{ }
.main3_1_l .picScroll-left .hd .prev,.main3_1_l .picScroll-left .hd .next{ display:block;  width:9px; height:15px; overflow:hidden; cursor:pointer; position:absolute; top:32px; z-index:2; }
.main3_1_l .picScroll-left .hd .prev{ background:url(../images/pic25.png) no-repeat; left:0px; }
.main3_1_l .picScroll-left .hd .next{ background:url(../images/pic26.png) no-repeat; right:0px; }
/*.main3_1_l .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.main3_1_l .picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
.main3_1_l .picScroll-left .hd ul{ font-size: 0px; text-align:center; overflow:hidden; zoom:1; position: absolute; bottom: 20px; right: 10px; z-index: 2; }
.main3_1_l .picScroll-left .hd ul li{ width:10px; height:10px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background-color: #fff; border-radius: 100%; display:inline-block; *display:inline; *zoom:1; }
.main3_1_l .picScroll-left .hd ul li.on{ background-color: #d80001; }
.main3_1_l .picScroll-left .bd{ overflow:hidden; }
.main3_1_l .picScroll-left .bd ul{ zoom:1; }
.main3_1_l .picScroll-left .bd ul li{
  width: 450px;
  position: relative;
}
.main3_1_l .picScroll-left .bd ul li .pic{
  width: 450px;
  height: 450px;
  overflow: hidden;
}
.main3_1_l .picScroll-left .bd ul li .pic img{
  width: 450px;
  height: 450px;
}
.main3_1_l .picScroll-left .bd ul li .title{
  font-size: 20px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 120px 0 20px;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main3_1_r{
  width: 720px;
}
.main3_1_r .title{ font-size: 0px; width:720px; text-align: center; }
.main3_1_r .title1{ font-size:20px; color:#666; margin-left: 30px; display:inline-block; *display:inline; *zoom:1; }
.main3_1_r .title1:first-child{ margin-left: 0px; }
.main3_1_r .title1 a{ color:#666; width: 120px; height:50px; line-height:50px; text-align: center; display:block; overflow:hidden; }
.main3_1_r .title1:hover a{ color: #fff; background-color: #d80001; }
.main3_1_r .title1.xz a{ color: #fff; background-color: #d80001; }
.main3_1_r .title_nr { width:720px; margin-top:15px; }
.main3_1_r .title_nr1{ width:720px; display:none; }
.main3_1_r .title_nr1 ul{ width:720px; }
.main3_1_r .title_nr1 ul li{ width:720px; padding: 15px 0; border-bottom: 1px dashed #ededed; }
.main3_1_r .title_nr1 ul li:last-child{ padding: 15px 0 0 0; border-bottom: 0px; }
.main3_1_r .title_nr1 ul li .item{ width:720px; }
.main3_1_r .title_nr1 ul li .pic{ width:250px; height: 170px; overflow: hidden; }
.main3_1_r .title_nr1 ul li .pic img{ width:250px; height: 170px; }
.main3_1_r .title_nr1 ul li .text{ width:440px; }
.main3_1_r .title_nr1 ul li .text .biaoti{ font-size: 16px; color: #333; width:100%; line-height: 100%; margin-top: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main3_1_r .title_nr1 ul li .text .content{ font-size: 14px; color: #666; width:100%; height: 66px; line-height: 22px; margin: 14px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.main3_1_r .title_nr1 ul li .text .operation{ width: 100%; }
.main3_1_r .title_nr1 ul li .text .operation1{ font-size: 12px; color: #999; width: 70px; height: 25px; line-height: 25px; padding: 0 18px 0 10px; background:url(../images/pic17.png) no-repeat; }
.main3_1_r .title_nr1 ul li .text .operation2{ font-size: 14px; color: #999; line-height: 18px; margin-top: 4px; }
.main3_1_r .title_nr1 ul li .text .operation2 img{ margin-right: 7px; }
.main3_1_r .title_nr1 ul li .item:hover .text .biaoti{ color: #d80001; }
.main3_1_r .title_nr1 ul li .item:hover .text .operation1{ color: #d80001; background:url(../images/pic17h.png) no-repeat; }
.main3_1_r .title_nr1 ul li .text:hover .operation2 img{
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
}
.main4{
  width: 1200px;
  margin-top: 80px;
}
.main4_1{
  width: 1200px;
  margin-top: 40px;
}
.main4_1 .picScroll-left{ width:1200px; position:relative; }
.main4_1 .picScroll-left .hd{ }
.main4_1 .picScroll-left .hd .prev,.main4_1 .picScroll-left .hd .next{ display:block;  width:25px; height:70px; overflow:hidden; cursor:pointer; position:absolute; top:60px; z-index:2; }
.main4_1 .picScroll-left .hd .prev{ background:url(../images/pic19.png) no-repeat; left:0px; }
.main4_1 .picScroll-left .hd .prev:hover{ background:url(../images/pic19h.png) no-repeat; }
.main4_1 .picScroll-left .hd .next{ background:url(../images/pic20.png) no-repeat; right:0px; }
.main4_1 .picScroll-left .hd .next:hover{ background:url(../images/pic20h.png) no-repeat; }
/*.main4_1 .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.main4_1 .picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
.main4_1 .picScroll-left .hd ul{ font-size: 0px; text-align:center; overflow:hidden; zoom:1; position: absolute; bottom: 20px; right: 10px; z-index: 2; }
.main4_1 .picScroll-left .hd ul li{ width:10px; height:10px; overflow:hidden; margin-right:10px; text-indent:-999px; cursor:pointer; background-color: #fff; border-radius: 100%; display:inline-block; *display:inline; *zoom:1; }
.main4_1 .picScroll-left .hd ul li.on{ background-color: #d80001; }
.main4_1 .picScroll-left .bd{ padding: 0 40px; overflow:hidden; }
.main4_1 .picScroll-left .bd ul{ zoom:1; }
.main4_1 .picScroll-left .bd ul li{ width: 1120px; margin: -15px 0; }
.main4_1 .picScroll-left .bd ul li p{ width: 248px; height: 78px; margin: 15px; background-color: #fff; border: 1px solid #ededed; overflow: hidden; }
.main4_1 .picScroll-left .bd ul li p img{ width: 248px; height: 78px; }
.main5{
  width: 1200px;
  margin-top: 80px;
}
.main5_1{
  width: 1200px;
  margin-top: 10px;
  overflow: hidden;
}
.main5_1 ul{
  width: 1228px;
}
.main5_1 ul li{
  width: 257px;
  height: 150px;
  text-align: center;
  margin: 30px 30px 0 0;
  padding: 30px 10px 0;
  background-color: #fafafa;
}
.main5_1 ul li .pic{
  width: 100%;
}
.main5_1 ul li .title{
  font-size: 20px;
  color: #333;
  width: 100%;
  line-height: 100%;
  margin: 24px 0 14px;
}
.main5_1 ul li .content{
  font-size: 14px;
  color: #999;
  width: 100%;
  line-height: 100%;
}

/* 底部 */
.footer{
  width: 100%;
  background-color: #333;
}
.footer_t{
  padding: 50px 0;
  width: 1200px;
}
.footer_t_l{
  width: 820px;
}
.footer_t_l1{
  font-size: 16px;
  color: #ccc;
  width: 820px;
}
.footer_t_l1 a{
  color: #ccc;
  line-height: 100%;
  margin-right: 100px;
}
.footer_t_l1 a:hover{
  color: #d80001;
}
.footer_t_l2{
  width: 820px;
  margin-top: 50px;
}
.footer_t_l2_l{
  width: 362px;
}
.footer_t_l2_r{
  width: 320px;
  margin-left: 30px;
}
.footer_t_l2 .nr1{
  font-size: 16px;
  color: #ccc;
  line-height: 100%;
}
.footer_t_l2 .nr1 a{
  color: #ccc;
}
.footer_t_l2 .nr1 a:hover{
  color: #d80001;
}
.footer_t_l2 .nr2{
  font-size: 14px;
  color: #ccc;
  line-height: 33px;
  margin: 10px 0 -9px;
}
.footer_t_l2 .nr2 a{
  color: #ccc;
}
.footer_t_l2 .nr2 a:hover{
  color: #d80001;
}
.footer_t_l2 .nr2 span.style1{
  margin: 0 22px;
}
.footer_t_r{
  max-width: 340px;
}
.footer_t_r .nr{
  width: 120px;
  text-align: center;
  margin-left: 45px;
}
.footer_t_r .nr1{
  width: 100%;
}
.footer_t_r .nr1 img{
  width: 100%;
}
.footer_t_r .nr2{
  font-size: 16px;
  color: #999;
  width: 100%;
  line-height: 100%;
  margin-top: 10px;
}
.footer_b{
  font-size: 12px;
  color: #999;
  width: 1200px;
  line-height: 29px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #666;
}
.footer_b a{
  color: #999;
}
.footer_b a:hover{
  color: #d80001;
}

/* 内页BANNER */
.qy_banner{
  width:100%;
  height:300px;
}
.qy_banner a{
  width:100%;
  height:300px;
  display:block;
}

/* 内页公用 */
.qy_main{
  width: 100%;
  overflow: hidden;
}
.qy_main1{
  font-size: 12px;
  color: #999;
  width: 1200px;
  line-height: 40px;
}
.qy_main1 a{
  color: #999;
}
.qy_main1 a:hover{
  color: #d80001;
}
.qy_main1 span.style1{
  color: #d80001;
}

/* 分页 */
.pages{ font-size:0px; width:100%; text-align:center; margin-top:80px; }
.pages a{ font-size:14px; color:#666; width:28px; height:28px; line-height:28px; text-align:center; margin:0 5px; border:1px solid #ededed; border-radius:3px; display:inline-block; *display:inline; *zoom:1; }
.pages a:hover,.pages a.on{ color:#fff; background-color:#d80001; border:1px solid #d80001; }
.pages a:first-child,.pages a:last-child{ font-size:12px; width:80px; margin: 0 15px; }
.pages strong{ color:#666; font-size:14px; width:30px; height:30px; line-height:30px; text-align:center; margin:0 5px;  border-radius:3px; display:inline-block; *display:inline; *zoom:1; font-weight:normal;  }

/* 关于我们 */
.about_main{
  width: 1200px;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #fff;
}
.about_main1{
  width: 1200px;
}
.about_main1 .pic{
  width: 600px;
  overflow: hidden;
}
.about_main1 .pic img{
  width: 600px;
}
.about_main1 .text{
  width: 550px;
}
.about_main1 .text .title{
  color: #333;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
  background:url(../images/pic26.png) no-repeat left bottom;
}
.about_main1 .text .title1{
  font-size: 36px;
  width: 100%;
  line-height: 100%;
}
.about_main1 .text .title2{
  font-size: 24px;
  width: 100%;
  line-height: 100%;
  margin-top: 16px;
}
.about_main1 .text .content{
  font-weight: 14px;
  color: #666;
  width: 100%;
  line-height: 28px;
  margin-top: 30px;
}
.about_main2{
  width: 1200px;
  margin-top: 50px;
}
.about_main2 .text{
  font-size: 14px;
  color: #666;
  width: 506px;
  line-height: 28px;
  margin-top: 54px;
  margin-left: 94px;
}
.about_main2 .pic{
  width: 550px;
}

/* 信息公示 */
.xxgs_main{
  width: 1200px;
  padding-bottom: 80px;
  background-color: #fff;
}
.xxgs_main1{
  width: 1160px;
  padding: 20px 20px 0;
}
.xxgs_main1 .title{
  font-size: 16px;
  color: #999;
  width: 1160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fafafa;
}
.xxgs_main1 .title span{
  padding: 0 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xxgs_main1 .title span:nth-child(1){
  width: 502px;
  text-align: left;
}
.xxgs_main1 .title span:nth-child(2){
  width: 164px;
}
.xxgs_main1 .title span:nth-child(3){
  width: 363px;
}
.xxgs_main1 .title span:nth-child(4){
  width: 51px;
}
.xxgs_main1 .content{
  width: 1160px;
}
.xxgs_main1 .content ul{
  width: 1160px;
}
.xxgs_main1 .content ul li{
  font-size: 14px;
  color: #333;
  width: 1160px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-bottom: 1px dashed #ededed;
}
.xxgs_main1 .content ul li a{
  color: #333;
}
.xxgs_main1 .content ul li a:hover{
  color: #d80001;
}
.xxgs_main1 .content ul li span{
  padding: 0 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xxgs_main1 .content ul li span:nth-child(1){
  width: 502px;
  text-align: left;
}
.xxgs_main1 .content ul li span:nth-child(2){
  width: 164px;
}
.xxgs_main1 .content ul li span:nth-child(3){
  width: 363px;
}
.xxgs_main1 .content ul li span:nth-child(4){
  width: 51px;
}

/* 信用公示-证书 */
.xxgszs_main{
  width: 1198px;
  margin-bottom: 80px;
  background: #fff url(../images/pic27.png) repeat center;
  border: 1px solid #d80001;
  border-radius: 5px;
  overflow: hidden;
}
.xxgszs_main1{
  width: 1198px;
  text-align: center;
  padding: 49px 0;
  border-bottom: 1px solid #e6e6e6;
}
.xxgszs_main1 .title{
  font-size: 36px;
  font-weight: bold;
  color: #d80001;
  line-height: 100%;
}
.xxgszs_main1 .content{
  font-size: 18px;
  color: #333;
  line-height: 100%;
  margin-top: 14px;
}
.xxgszs_main2{
  width: 1198px;
}
.xxgszs_main2 ul{
  width: 1198px;
}
.xxgszs_main2 ul li{
  width: 800px;
  padding: 49px 199px;
  border-bottom: 1px solid #e6e6e6;
}
.xxgszs_main2 ul li .title{
  font-size: 24px;
  color: #d80001;
  line-height: 100%;
}
.xxgszs_main2 ul li .content{
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin: 20px 0 -7px;
}
.xxgszs_main3{
  width: 1000px;
  padding: 49px 99px;
}
.xxgszs_main3 .text{
  font-size: 16px;
  color: #d80001;
  width: 825px;
  line-height: 32px;
}
.xxgszs_main3 .pic{
  width: 145px;
}

/* 信用资讯 */
.xyzx_main{
  width: 1200px;
  padding-bottom: 80px;
  background-color: #fff;
}
.xyzx_main1{
  width: 1160px;
  padding: 20px 20px 0;
}
.xyzx_main1 ul{
  width: 1160px;
}
.xyzx_main1 ul li{
  width: 1160px;
  padding: 40px 0;
  border-bottom: 1px solid #ededed;
}
.xyzx_main1 ul li:first-child{
  padding: 0px 0 40px;
}
.xyzx_main1 ul li .item{
  width: 1160px;
}
.xyzx_main1 ul li .pic{
  width: 380px;
  height: 210px;
  overflow: hidden;
}
.xyzx_main1 ul li .pic img{
  width: 380px;
  height: 210px;
}
.xyzx_main1 ul li .text{
  width: 740px;
}
.xyzx_main1 ul li .text .biaoti{ width:100%; line-height: 16px; margin-top: 20px; }
.xyzx_main1 ul li .text .biaoti1{ font-size: 16px; color: #333; width:620px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.xyzx_main1 ul li .text .biaoti2{ font-size: 14px; color: #999; }
.xyzx_main1 ul li .text .content{ font-size: 14px; color: #666; width:100%; height: 84px; line-height: 28px; margin: 22px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.xyzx_main1 ul li .text .operation{ width: 100%; }
.xyzx_main1 ul li .text .operation1{ font-size: 12px; color: #999; width: 70px; height: 25px; line-height: 25px; padding: 0 18px 0 10px; background:url(../images/pic17.png) no-repeat; }
.xyzx_main1 ul li .text .operation2 img{ margin-right: 7px; }
.xyzx_main1 ul li .item:hover .text .biaoti1{ color: #d80001; }
.xyzx_main1 ul li .item:hover .text .operation1{ color: #d80001; background:url(../images/pic17h.png) no-repeat; }
.xyzx_main2{
  width: 1100px;
  padding: 44px 50px 0;
}
.xyzx_main2 .title{
  width: 100%;
  text-align: center;
}
.xyzx_main2 .title1{
  font-size: 24px;
  color: #333;
  width: 100%;
}
.xyzx_main2 .title2{
  font-size: 14px;
  color: #666;
  width: 100%;
  margin-top: 10px;
}
.xyzx_main2 .content{
  font-size: 14px;
  color: #666;
  width: 100%;
  line-height: 28px;
  margin-top: 30px;
}
.xyzx_main3{
  width: 1100px;
  margin-top: 40px;
  padding: 40px 50px 0;
  border-top: 1px solid #ededed;
}
.xyzx_main3 .nr{
  font-size: 16px;
  color: #999;
  max-width: 100%;
  line-height: 100%;
}
.xyzx_main3 .nr a{
  color: #999;
}
.xyzx_main3 .nr span{
  display: inline-block;
}
.xyzx_main3 .nr span img{
  position: relative;
  top: 1px;
}
.xyzx_main3 .nr span img.img1{
  display: inline-block;
}
.xyzx_main3 .nr span img.img2{
  display: none;
}
.xyzx_main3 .nr:hover{
  color: #d80001;
}
.xyzx_main3 .nr:hover a{
  color: #d80001;
}
.xyzx_main3 .nr:hover span img.img1{
  display: none;
}
.xyzx_main3 .nr:hover span img.img2{
  display: inline-block;
}

/* 信用评定 */
.xypd_main{
  width: 1200px;
  padding-bottom: 80px;
}
.xypd_main1{
  width: 1200px;
}
.xypd_main1 ul{
  width: 1230px;
  margin-top: -10px;
}
.xypd_main1 ul li{
  width: 380px;
  margin: 30px 30px 0 0;
  background-color: #fff;
  position: relative;
}
.xypd_main1 ul li .pic{
  width: 380px;
  height: 250px;
  overflow: hidden;
}
.xypd_main1 ul li .pic img{
  width: 380px;
  height: 250px;
}
.xypd_main1 ul li .text{
  padding: 40px 20px 30px;
}
.xypd_main1 ul li .text .title{
  font-size: 16px;
  color: #333;
  width: 100%;
  line-height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xypd_main1 ul li .text .content{
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 56px;
  line-height: 28px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xypd_main1 ul li .date{
  font-size: 14px;
  color: #999;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 220px;
  left: 0px;
}
.xypd_main1 ul li:hover{
  box-shadow: 0 10px 20px rgba(76,76,76,.1);
}

/* 信用申报 */
.xysb_main{
  width: 1200px;
  padding-bottom: 80px;
}
.xysb_main1{
  width: 1200px;
}
.xysb_main1 ul{
  width: 1240px;
  margin-top: -20px;
}
.xysb_main1 ul li{
  width: 270px;
  margin: 40px 40px 0 0;
  background-color: #fff;
  position: relative;
}
.xysb_main1 ul li .pic{
  width: 270px;
  height: 190px;
  overflow: hidden;
}
.xysb_main1 ul li .pic img{
  width: 270px;
  height: 190px;
}
.xysb_main1 ul li .title{
  font-size: 16px;
  color: #333;
  width: 232px;
  height: 51px;
  line-height: 50px;
  padding: 0 28px 0 10px;
  background:url(../images/pic29.png) no-repeat right 10px top 18px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xysb_main1 ul li:hover .title{
  height: 50px;
  background:#fff url(../images/pic29h.png) no-repeat right 10px top 18px;
  border-bottom: 2px solid #d80001;
}