/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{font-size:12px;color:#4C4C4C;font-family:Arial,'microsoft yahei',simsun,sans-serif;color:#444;}
a{color:#4C4C4C;text-decoration:none;}
a:hover{color:#FF0000;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{ height:30px; line-height:30px; color:#999; border:1px solid #ddd;}


tr {padding: 0px; margin: 0px;list-style-type: none;}
h2,h3,h4{padding:0px; font-size:14px; font-weight:normal;}
i,em{ font-style:normal;}
.w1015{ width:1015px; overflow:hidden;}
.clear{ height:0px; clear:both; overflow:hidden;}
.blank10{ height:10px !important; overflow:hidden;}
.blank15{ height:15px !important; overflow:hidden;}
.blank20{ height:20px !important; overflow:hidden;}
.clearfloat {clear:both;height:0; overflow:hidden;}
.clearfix{display:block;*zoom:1}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.mainbox{ width:1180px; margin:0 auto;padding: 0 10px;}
.fl{ float:left;}
.fr{ float:right;}
.bk{border:1px solid red;}
.w1200{ width:1200px; overflow:hidden;margin:auto;}

/*头部样式*/
.top{background: #fff;}
.top .header{overflow: hidden;width: 1200px;height: 110px;margin:auto;}

.top .header .logo{height:95px;width:350px;float: left;margin-top:15px;overflow:hidden;}

/*栏目*/
.nav_menu{overflow: hidden;float:right;height:48px;line-height:48px;width:770px;margin-top:35px;}
.nav_menu a{font-size:16px;display:block;float:left;width:110px;text-align:center;height:48px;font-weight: 600;}
.nav_menu .current{color:#fff !important;background:#eb3c00;}
.nav_menu a:hover{color:#eb3c00;}
/*轮播图样式*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider__item img {
  display: block;
  max-width: 100%;
  height:100%;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;display:none;
}
.slider__switch--next {
  right: 10px;display:none;
}

.container-index:hover .but{
  display:none;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  box-shadow: 0 0 20px 10px rgba(0,0,0,.4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom:300px;
  left:50%;
  width: 1200px;
  height: 30px;
  margin:0;
  padding: 0;
  text-align: right;
  z-index: 9999;
  filter: alpha(opacity=90); /* ie8 */
  margin-left:-600px;
}
.slider-nav__control {
  display: inline-block;
  width:40px;
  height: 8px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  background: #fff;
  /*border-radius: 5px;*/
}
.slider-nav__control:hover{cursor: pointer;}

.slider-nav__control.is-active {
  width:50px;
  height:8px;
  background:#0187ff;
}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}
.container-index{

      width: 100%;
      margin: 0 auto;

      font-size: 14px;
    }
    .preview {
        text-align: center;
        padding: 5px;
    }
    .preview a {
      display: inline-block;
      margin: 5px;
    }
    .preview img {
      display: block;
      width: 200px;
      height: auto;
    }
    .active {
      outline: 3px solid #196cd2;
      box-shadow: 2px 2px 20px 4px rgba(0,0,0,.5);
    }


/*首页内容区样式*/

.content{overflow:hidden;}
.content .tit{width:1200px;text-align:center;margin:auto;padding:30px 0;}
.content .tit h1{color:#656565;font-size:32px;line-height:60px;}
.content .tit span{display:block;width:80px;height:5px;background:#eb3c00;margin:auto;margin-bottom:20px;}
.content .tit p{color:#757575;font-size:16px;font-weight:bold;}

.col_1{overflow:hidden;background:#fff;padding-bottom:50px;}
.col_1 .con{width:1200px;margin:auto;overflow:hidden;padding-top:10px;position:relative;}
.col_1 .con a{display:block;width:270px;height:240px;border:1px solid #d8d8d8;float: left;margin-right:40px;}
.col_1 .con a .i{display:block;width:71px;height:71px;margin:28px auto;}
.col_1 .con a .i1{background:url(../images/bj.png) no-repeat top center;}
.col_1 .con a .i2{background:url(../images/ys.png) no-repeat top center;}
.col_1 .con a .i3{background:url(../images/gh.png) no-repeat top center;width: 86px;height:64px;}
.col_1 .con a .i4{background:url(../images/js.png) no-repeat top center;}

.col_1 .con a span{display:block;text-align:center;}
.col_1 .con a .t{color:#787878;font-weight:600;font-size:18px;}
.col_1 .con a .c{color:#8e8e8e;font-size:13px;padding:0 20px;margin-top:15px;line-height:24px; }

.col_1 .con a:hover .t{color:#eb3c00;}
.col_1 .con a:hover .c{color:#eb3c00;}
.col_1 .con a:hover .i1{background:url(../images/bja.png) no-repeat top center;}
.col_1 .con a:hover .i2{background:url(../images/ysa.png) no-repeat top center;}
.col_1 .con a:hover .i3{background:url(../images/gha.png) no-repeat top center;}
.col_1 .con a:hover .i4{background:url(../images/jsa.png) no-repeat top center;}

.col_1 .con a:hover {
    border-color: #cad9ef;
    box-shadow: 0 15px 30px #cad9ef;
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.col_1 .con .la{
  position:relative;
  animation:mymove 1s ease-in-out 1s 1 alternate forwards;
  -webkit-animation:mymove 1s ease-in-out 1s 1 alternate forwards;
  
}
@keyframes mymove{
  from {left:0px;}
  to {left:620px;}
}

.col_1 .con .ra{
  position:relative;
  animation:mymover 1s ease-in-out 1s 1 alternate forwards;
  -webkit-animation:mymover 1s ease-in-out 1s 1 alternate forwards;
}
@keyframes mymover{
  from {right:0px;}
  to {right:620px;}
}



.col_2{width:100%;overflow:hidden;height:650px;}

@media screen and (max-width:1700px) {
    .col_2{height:550px;}
}
@media screen and (max-width:1440px) {
    .col_2{height:450px;}
}

.col_2 .left{width:50%;float: left;height:100%;}
.col_2 .left img{width:100%;height:100%;}

.col_2 .right{width:50%;float:right;height:100%;background:#eb3c00;padding-left:30px;}
.col_2 .right h1{font-size:32px;color:#fff;line-height:100px;margin-top:50px;}
.col_2 .right .con{font-size:16px;color:#fff;font-weight:600;text-indent: 2em;line-height:180%;width:600px;margin-bottom:50px;}
.col_2 .right .con p{margin-top:10px;}
.col_2 .right a{display:block;width:120px;height:40px;background:#fff;text-align:center;line-height:40px;font-weight:bolder;font-size:16px;border-radius:8px;}

@media screen and (max-width:1700px) {
    .col_2 .right h1{font-size:30px;line-height:100px;margin-top:10px;}
    .col_2 .right .con{font-size:15px;line-height:180%;width:600px;margin-bottom:30px;}
    .col_2 .right .con p{margin-top:10px;}
}
@media screen and (max-width:1440px) {
    .col_2 .right h1{font-size:28px;line-height:70px;margin-top:10px;}
    .col_2 .right .con{font-size:14px;line-height:180%;width:570px;margin-bottom:20px;}
    .col_2 .right .con p{margin-top:6px;}
    .col_2 .right a{width:100px;height:34px;line-height:34px;font-size:15px;border-radius:6px;}
}


.col_3{background:#fff;overflow:hidden;padding-bottom:30px;}
.col_3 ul{overflow:hidden;width:1200px;margin:auto;}
.col_3 ul li{width:226px;overflow:hidden;float: left;margin-left:17.5px;}
.col_3 ul li .img{display:block;width:226px;height:180px;overflow:hidden;}
.col_3 ul li .img img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}
.col_3 ul li .img img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    
}
.col_3 ul li .t{display:block;line-height:50px;color:#676767;font-size:16px;font-weight:600;text-align:center;}
.col_3 ul li .t:hover{color:red;}


.col_4{width:100%;height:345px;overflow:hidden;background:url(../images/zstz.jpg) no-repeat top center;}
.col_4 .w1200{text-align: center;padding:40px 50px;}
.col_4 h1{color:#eb3c00;font-weight:bolder;font-size:32px;text-align: center;}
.col_4 p{color:#767676;font-size:18px;line-height:32px;margin-top:30px;}
.col_4 a{color:#8e8d8d;font-size:16px;display:block;width: 120px;height:36px;background:#d0cece;font-weight:600;line-height:36px;text-align:center;margin:auto;margin-top:30px;}
.col_4 a:hover{color:#fff;background:#eb3c00;}

.col_5{overflow:hidden;width:100%;background:#fff;padding-bottom: 35px;}
.col_5 .cont{width:1200px;overflow:hidden;margin:auto;}
.col_5 .cont .left{float: left;overflow:hidden;width:380px;margin-right:30px;}
.col_5 .cont .mid{float: left;overflow:hidden;width:380px;}
.col_5 .cont .right{float:right;overflow:hidden;width:380px;}

.col_5 .cont .img{display:block;overflow:hidden;}
.col_5 .cont .img img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}
.col_5 .cont .img img:hover{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
}


.col_5 .cont ul{overflow:hidden;}
.col_5 .cont ul li{padding-left:10px;margin:10px 0 15px 0;}
.col_5 .cont ul li a{color:#434343;font-size:14px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:360px;}
.col_5 .cont ul li span{color:#a9a9a9;font-size:12px;display:block;margin-top: 10px;}
.col_5 .cont ul li a:hover{color:red;}


/*返回顶部*/

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#0187ff url(../img/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#0187ff url(../img/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#0187ff url(../img/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0187ff url(../img/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:5px 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


/*底部样式*/

.footer{overflow: hidden;width:100%;background: #383841;}

.footer .link{overflow:hidden;line-height:80px;text-align: center;border-bottom:1px dashed #9c9c9c;width:1200px;margin:auto;}
.footer .link a{color:#fff;font-weight: 600;padding:0 20px;font-size:16px;}
.footer .link a:hover{color:red;}

.footer .copyright{overflow:hidden;padding:30px 0;width:1200px;margin:auto;}

.footer .copyright .left{float: left;overflow:hidden;width:450px;}
.footer .copyright .left .sech{width:440px;height:50px;overflow:hidden;margin-top:20px;margin-left:10px;}
.footer .copyright .left .sech .textbox{width:340px;height:50px;color:#2f2e2e;font-size:18px;text-indent:15px;}
.footer .copyright .left .sech .btnbox{width:100px;height:50px;color:#fff;font-size:18px;background:#bb1d1d;border:0;margin-left:-3px;cursor:pointer;font-weight:600;}
.footer .copyright .left p{color:#dadada;font-size:14px;font-weight:600;line-height:30px;margin-top:10px;padding-left:10px;}

.footer .copyright .mid{float: left;width:320px;overflow:hidden;margin-left:150px;padding-top:10px;}
.footer .copyright .mid span{font-size:20px;color:#dadada;font-weight:600;display:block;line-height:40px;}
.footer .copyright .mid .tel{font-size:22px;margin-bottom:15px;}
.footer .copyright .mid p{font-size:14px;color:#dadada;font-weight:600;line-height:26px;}

.footer .copyright .right{float:right;width:150px;overflow:hidden;padding-top:20px;}
.footer .copyright .right p{font-size:14px;color:#dadada;font-weight:600;line-height:50px;text-align: center;}

.footer .bottom{background:#2a2929;line-height:50px;font-size:15px;color:#dadada;font-weight:600;text-align:center;}



/*导航栏面包屑*/
.navdh{background:#f6f6f6;overflow:hidden;}
.navdh .w1200{width:1200px;margin:auto;overflow:hidden;}
.navdh .navigation{height:50px;line-height:50px;width:700px;padding-left:30px;background:url(../images/dh.png) no-repeat 10px 13px;color:#434343;font-size:14px;overflow: hidden;float: left;}
.navdh .navigation a{color:#434343;font-size:14px;display: inline;float: left;}
.navdh .navigation i{background:url(../img/littleRight.png) no-repeat left center;float: left;display:block;width:3px;height:50px;margin:0 10px;}

.listnav{width:500px;float: right;overflow:hidden;line-height:50px;}
.listnav a{font-size:15px;font-weight:600;float: right;margin:0 20px;}
.listnav .biglist{font-size:16px;color:#444;}
.listnav a:hover{color:#0187ff;}

.contentnav .w1200{width:1100px;}
.navdh .navigation{width:650px;}
.navdh .listnav{width:450px;}

/*栏目页-文章列表*/

.listbanner{}
.listbanner a{display: table-cell;vertical-align: middle;text-align: center;}
.listbanner a img{width:100%;}


.on{font-weight:600;color:#00549d !important;}

.column{width:1200px;margin:auto;margin-top: 20px;padding-bottom:30px;overflow:hidden;}
.column .nav{width:220px; position:relative;left:0;top:-135px;background:#eee;}
.column .nav .tit{width:220px;height:180px;background:#00549d;padding-left:30px;padding-top:45px;}
.column .nav .tit .p1{font-size:30px;color:#fff;line-height: initial;}
.column .nav .tit .p2{border:1px solid #fff;width:30px;margin:8px 0;}
.column .nav .tit h1{color:#fff;font-weight:normal;font-size:20px;line-height: initial;}

.column .nav ul{padding:20px 0;}
.column .nav ul li{line-height:50px;text-align:center;}
.column .nav ul li a{font-size:16px;color:#000;}
.column .nav ul li a:hover{font-weight:600;color:#00549d;}


.list{width: 860px;padding: 0;overflow: hidden;float:left;}

.list_cont{width: 100%;padding: 10px 0;}
.list_cont li{min-height: 170px;padding: 10px 10px;border:1px solid #eee;overflow: hidden;margin-bottom:20px;}
.list_cont li dd{width:580px;float: right;padding: 0 10px;margin-top: 10px;}
.list_cont li img{width:240px;float: left;height: 150px;}
.list_cont li h2{font-size: 20px;height: 35px;}
.list_cont li h2 a{color: #111;font-size: 16px;font-weight: 600;}
.list_cont li a:hover{color: red;}
.list_cont li p{padding: 0 10px;line-height: 28px;font-size:14px;}
.list_cont li p a{color:red;display: inline;}
.list_cont li span{font-size: 12px;margin-top: 5px;color: #999;display: block;letter-spacing: 1px;}
.list_cont li p{}
.list_cont li .pl{background: url(/public/images/plnum.png) no-repeat left center;width: 50px;padding-left: 18px;font-size: 13px;}


.column .rbox{width:320px;float:right;overflow:hidden;height:372px;margin-top:10px;background:url(../img/listbg.jpg) no-repeat left top;}

.column .rbox .lx{margin-top:150px;text-align:right;padding: 0 30px 0 10px;opacity: 0.7;}
.column .rbox .lx h1{font-size: 18px;color: #2a283b;padding-bottom:10px;font-weight:500;}
.column .rbox .lx p{line-height:30px;font-size:13px;}



/*业务合作*/

.ywhz{overflow:hidden;width:1200px;padding:30px 0;margin:auto;}
.ywhz ul{}
.ywhz ul li{float:left;width:400px;height:330px;margin-bottom:20px;}
.ywhz ul li .img{width:380px;height:285px;display:block;overflow:hidden;margin:auto;}
.ywhz ul li .img img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}
.ywhz ul li .img img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    
}

.ywhz ul li .tit{width:380px;margin:auto;display:block;color:#444;font-size:15px;line-height:50px;}



/*单页样式*/

.column .dycon{width:860px;padding:20px;float:left;border:1px solid #eee;margin:10px 0;}
.column .dycon .tt{font-weight:bold;font-size:18px;color:#00549d;border-bottom:1px solid #eee;line-height:36px;margin-bottom:20px;}
.column .dycon p{font-size:16px;line-height:190%;margin-bottom:10px;}
.column .dycon span{font-size:16px;line-height:190%;text-indent:2em;}


.column .rczp{width:960px;padding:20px;float:right;border:1px solid #eee;margin:20px 0;}
.column .rczp .tt{font-weight:bold;font-size:18px;color:#00549d;line-height:36px;margin-bottom:20px;}


.nocont{width:1100px;}





.indextit{width:1200px;margin:auto;overflow:hidden;text-align:center;font-weight:600;margin-top:30px;}
.indextit .t{font-size: 22px;line-height: 28px;}
.indextit .s1{color:#0187ff;}
.indextit .en{margin-top:5px;width:300px;margin:auto;overflow:hidden;line-height:30px;}
.indextit .en a{border-top:1px solid #0187ff;width:80px;display:block;height:1px;margin-top:14px;}
.indextit .en span{display:block;float: left;width:140px;text-transform: uppercase;color:#8e8e8e;}




#container{width:1200px;overflow:hidden;float: left;}
#container li{width:280px;height:350px;float:left;overflow:hidden;background:#fff;border: 1px solid #d1d1d1;border-radius: 4px;box-shadow: 2px 2px 3px #e3e3e3;padding:10px;margin-right:26.6px;}
#container li .img{display:block;width: 260px;height:195px;margin:auto;}
#container li .img img{width:100%;height:100%;}

#container li .tit{width:260px; font-size:15px;margin-top:15px;display:block;font-weight:600;color: #0187ff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#container li .tit:hover{color:red;}

#container li p{line-height:24px;font-size:15px;color:#333;margin-top:15px;max-height:75px;overflow:hidden;}






























































































