/*
* @Author: Administrator
* @Date:   2017-08-21
* @Last Modified by:   Administrator
* @Last Modified time: 2017-08-23
*/

body,h1,h3,p,ul{
  padding: 0;
  margin: 0;
}
body{  
  font:14px/1.5 Arial,'微软雅黑',sans-serif;
  background: url(../images/bg.jpg) no-repeat center 657px;
  font-size: 16px;
  line-height: 1.8;
}
a{
  text-decoration: none;
  color: #333;
}

a{ color:#333;text-decoration: none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}


.banner{
  height: 657px;
  background: url(../images/banner.jpg) no-repeat center top;
}
.container{
  padding-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}

.box-glb{
  margin-bottom: 100px;
}
.box-glb .hd{
  margin: 0 -20px -50px -20px;
  background: url(../images/bg-title.png) no-repeat 0 0;
  height: 165px;
  line-height: 115px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.box-glb .hd .icon-left{
  margin-right: 20px;
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(../images/icon-title-left.png) no-repeat 0 0;
}
.box-glb .hd .icon-right{
  margin-left: 20px;
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(../images/icon-title-right.png) no-repeat 0 0;
}
.box-glb .hd h3{
  font-weight: normal;
}
.box-glb .bd{
  padding:30px;
  background-color: #fff;
}

.box-glb .list{
  position:relative;
  margin: 25px 10px 10px 10px;
  padding: 30px 20px 20px 30px;
  border:solid 4px #096fd4;
}
.box-glb .list .title{
  font-size: 22px;
  margin-top: -55px;
  text-align: center;
  line-height: 50px;
}
.box-glb .list .title .xg{
  position: relative;
  display: inline-block;
  margin: 0 -5px;
  margin-top: 15px;
  width: 10px;
  height: 18px;
  background: url(../images/xg.png) no-repeat 0 0;
  z-index: 99;
  vertical-align: top;
}
.box-glb .list .title a{
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  height: 50px;
  line-height: 1.3;
}
.box-glb .list .content{
  margin-top: 10px;
}
.box-glb .list .icon-top{
  position: absolute;
  top: -14px;
  left: -14px;
  width: 20px;
  height: 20px;
  border:solid 4px #096fd4;
}
.box-glb .list .icon-bottom{
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 20px;
  height: 20px;
  border:solid 2px #096fd4;
}
.box-glb .list .more{
  text-align: right;
  margin-top: 5px;
}
.box-glb .list .more a{
  color: #096fd4;
}

.scroll .bd{
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.scroll .list{
  width: 482px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}
.scroll .arrow-left{
  position: absolute;
  left: -22px;
  top: 170px;
  width: 45px;
  height: 45px;
  background: url(../images/arrow-left.png) no-repeat 0 0;
  cursor: pointer;
}
.scroll .arrow-right{
  position: absolute;
  right: -22px;
  top: 170px;
  width: 45px;
  height: 45px;
  background: url(../images/arrow-right.png) no-repeat 0 0;
  cursor: pointer;
}
.scroll .arrow-left.disabled{
  background: url(../images/arrow-left-grey.png) no-repeat 0 0;
}
.scroll .arrow-right.disabled{
  background: url(../images/arrow-right-grey.png) no-repeat 0 0;
}
.scroll-wrap{
  overflow: hidden;
}
.scroll-inner{
  width: 2400px;
}