@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */

.grid {
    margin-bottom: 20px;
    font-size: 16px;
}
.w880{
    width: 880px;
}
.w585{
    width: 585px;
}
.w300{
    width: 300px;
}
.w425{
    width: 425px;
}
.mt10{
    margin-top: 10px;
}
.tab,.tit{
    height: 44px;
    line-height: 44px;
    position: relative;
    box-shadow: 0px 2px 3px -1px rgba(117, 117, 117, .2);
}

.tab h3 a,.tit b{
    position: relative;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding:0px 20px;
    font-weight:bold;
    font-size: 24px;
    color: #676767
}

.tab h3 a.current,.tit b{
    font-weight: bold;
    color: #cc0000;
    background:url(/images/2019/index_201904/bt.jpg) 0px 50% no-repeat;
}
.tabs a,.ss a{
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding:0px 10px;
    font-weight:bold;
    font-size: 18px;
    color: #898989    
}
.tabs a.current,.ss a.current{
    color: #333;
    border-bottom: 10px solid #ffeaea;
}
.more{
    display:block;
    color: #cc0000;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 24px;
    background-color: #ffeaea;
    position: absolute;
    top: 10px;
    right: 10px;
}
/* part1 */
.headline {
    width: 1188px;
    height:100px;
    line-height: 100px;
    text-align:center;
    display: inline-block;
    background-color: #FFF;
    border-top: 1px solid #d3d3d3;
    border-bottom: 5px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

@font-face {
  font-family: "webfont";
  src: url('font/webfont.eot'); /* IE9 */
  src: url('font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('font/webfont.woff') format('woff'), /* chrome、firefox */
  url('font/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('font/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

.web-font {
  font-family: "webfont" !important;
  font-size: 32px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus {
    position: relative;
    width: 585px;
    height: 336px;
    overflow: hidden;
    background-color: #FFF;
}

.focus .pic,
.focus .pic div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 585px;
    height: 336px;
}

.focus .pic img {
    width: 585px;
    height: 328px;
}

.focus .pic span {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    display: block;
    padding: 0px 10px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.9));
    }

.focus .prev,
.focus .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 100px;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 590px;
    margin-left: -4px;
}

.focus .navi li {
    float: left;
    box-sizing: border-box;
    width: 114px;
    height: 5px;
    font: 0/0 lx;
    margin-left: 4px;
    background-color: #d3d3d3;
}
.focus .navi li.on {
    width: 114px;
    background-color: #cc0000;
}

.news .list-b-t li {
    padding: 15px;
    border-bottom: 1px #d2d2d2 dotted;
    color: #666;
}
.news .list-b-t li.current {
    background-color: #f6f6f6;
}
.news .list-b-t li h4 {
    line-height: 40px;
    font-size: 25px;
}
.news .list-b-t li p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
}


/* part2 */
.search {
    width: 300px;
    height: 48px;
    position: relative;
}
.search input {
    width: 202px;
    height: 38px;
    line-height: 38px;
    color: #9e9e9e;
    font-size: 16px;
    padding: 4px 4px 4px 26px;
    border: 1px #d2d2d2 solid;
    float: left;
    display: inline-block;
    vertical-align: middle;
    background: #f7f7f7 url(/images/2019/index_201904/search2.png) 5px 50% no-repeat;
    -webkit-box-shadow: inset 3px 1px 6px rgba(150,150,150,.2);
    -moz-box-shadow: inset 3px 1px 6px rgba(150,150,150,.2);
    box-shadow: inset 3px 1px 6px rgba(150,150,150,.2);
    outline: none;
    margin-right: 2px;

}
.search button {
    width: 64px;
    height: 48px;
    border: none;
    background: #c20000;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
}

.zxjb a{
    display: block;
    width: 300px;
    height:62px;
}
.wyjb{
    width: 280px;
    height:270px;
    padding: 10px;
    background:url(/images/2019/index_201904/wyjb.jpg) 0px 0px no-repeat;
}
.wyjb h3{
    width: 100%;
    display:inline-block;
}
.wyjb p b{
    display:block;
}
.wyjb p b i{
    width: 30px;
    height:30px;
    display:inline-block;
    background-image: url(/images/2019/index_201904/icons.png);
    background-repeat:no-repeat;
}
.wyjb p b i.s1{
    background-position:-15px -4px;
}
.wyjb p b i.s2{
    background-position:-65px -4px;
}
.wyjb p b i.s3{
    background-position:-115px -4px;
}
.wyjb p span{
    padding-left: 30px;
    display: inline-block;
}
.bgt_con{
    padding: 10px;
    width: 280px;
    height:110px;
    display: inline-block;
    background:url(/images/2019/index_201904/bgt.jpg) 0px 0px no-repeat;
}
.bgt h3{
    display: block;
}
.bgt h3 b i.s1{
    width: 40px;
    height:30px;
    display:inline-block;
    background: url(/images/2019/index_201904/icons.png) -160px -5px no-repeat;
}
.bgt h3 b {
    line-height: 40px;
    font-size: 24px;
    color: #cc0000;
}
.bgt p{
    font-size: 20px;
    padding-left: 40px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    display: inline-block;
}
.bgt_con02{
    padding: 10px;
    width: 280px;
    height:266px;
    display: inline-block;
   /* background:url(/images/2019/index_201904/pzjd.jpg) 0px 0px no-repeat;*/
}

.bgt h3 b i.s2{
    width: 40px;
    height:30px;
    display:inline-block;
    background: url(/images/2019/index_201904/icons.png) -210px -5px no-repeat;
}
/* part3 */
.gallery {
    width: 1200px;
    position: relative;
}
.gallery h3{
    display: block;
    width: 50px;
    height:110px;
    padding: 10px 0px;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    float: left;
    margin-right: 10px;
    background-color:#cc0000;
}
.gallery h3 a{
    display: block;
    color: #fff;
}
.gallery .scroll {
    width: 1140px;
    overflow: hidden;
}

.gallery li {
    width: 370px;
    height: 130px;
    margin: 0px 5px;
    overflow:hidden;
}

.gallery li a {
    display: block;
    width: 370px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

.gallery li img {
    width: 370px;
    transition: transform .3s;
}
.gallery li:hover img{
    transform: scale(1.1,1.1);
}
.gallery li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    padding: 0px 10px;
    line-height: 34px;
    display: inline-block;
    font-size: 16px;
    background-image: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.9));
    color: #fff;
}

.gallery .prev,
.gallery .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.gallery .prev {
    transform: translate(-50px, 0);
    left: 60px;
}

.gallery .next {
    transform: translate(50px, 0);
    right: 0px;
}

.gallery:hover .prev,
.gallery:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

/* part5 */
.banner {
    width: 880px;
    position: relative;
}
.banner .scroll {
    width: 880px;
    overflow: hidden;
}

.banner li {
    width: 275px;
    height: 170px;
    margin: 0px 10px;
    overflow:hidden;
}

.banner li a {
    display: block;
    width: 275px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}

.banner li img {
    width: 275px;
    transition: transform .3s;
}
.banner li:hover img{
    transform: scale(1.1,1.1);
}
.banner li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 274px;
    /*padding: 0px 10px;*/
    line-height: 34px;
    display: inline-block;
    font-size: 16px;
    background-image: linear-gradient(rgba(000,000,000,0),rgba(000,000,000,0.9));
    color: #fff;
}

.banner .prev,
.banner .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.banner .prev {
    transform: translate(-50px, 0);
    left: 0px;
}

.banner .next {
    transform: translate(50px, 0);
    right: 0px;
}

.banner:hover .prev,
.banner:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.d3 {
    width:290px;
    height:210px;
    margin:10px auto 0;
    position:relative;
    overflow:hidden;
}
.d3 ul {
    display:block;
    width:300px;
    height:200px;
    margin:0 auto;
}
.d3 ul li {
    width:150px;
    height:200px;
    cursor:pointer;
    overflow:hidden;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .3);
}
.d3 ul li a img {
    width:150px;
    height:200px;
}


.scdc{
    height:230px;
    overflow:hidden;
}
.scdc .list-t li{
    height:auto;
}
.wyjb h3 b{
    font-size: 24px;
    color: #cc0000;
    position: relative;
}
.wyjb h3 b:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 5px;
    background-color: #cc0000;
    box-shadow: 0 2px 6px rgba(0, 85, 136, .2);
    transform: scale3d(1, 1, 1);
}