﻿@charset "utf-8";

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";;
	line-height:normal;
    position: relative;
    font-size: 12px;
    background: #f5f5f5;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-weight: normal;}
ul { list-style:none;}
*{ margin:0px; padding:0px;list-style: none;}
img { border:0px;display: block;max-width: 100%;}
h2,h4{font-weight: normal;}
a { color:#535353; text-decoration:none;}
.clear{ clear:both;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}
/*-----------------头部开始--------------------*/
.mt60{margin-top: 60px;}

button:focus,input:focus,select:focus{
	outline: none;
}
.absolute {
    position: absolute;
}
.hide {
    display: none;
}
.relative {
    position: relative;
}

.text-center {
    text-align: center;
}
.wrap{
    width: 1200px;
    margin: auto;
}

.flex{
    display: flex;
    align-items: center;
}

.flex-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.title-box h3{
    font-size: 30px;
    color: #1F5987;
    margin: 30px 0;
    font-weight: bold;
}

.pic-show-list li{
    width: 285px;
    float: left;
    margin-right:20px ;
    background: #fff;
    padding: 12px;
    transition: all .5s;
    box-shadow: 0 0 12px #ccc;
    margin-bottom: 15px;
    border-radius: 6px;
}

.pic-show-list li:nth-child(4n){margin-right: 0;}

.pic-show-list li h3{
    font-size: 15px;
    color: #333;
    margin-top: 12px;
}

.pic-show-list li h3 a{
    font-size: 15px;
    height: 40px;
    color: #333;
    display: block;
    overflow: hidden;
}

.pic-show-list li img{
    width: 100%;
    height: 184px;
}

.read-more{
    padding: 13px 0 20px;
}

.flex-right{
    width: 43px;
    height: 13px;
    background: url(images/r.png) center center no-repeat;
}

.pic-show-list li:hover .flex-right{background: url(images/right.png) center center no-repeat;}
.pic-show-list li:hover .read-more span{color: #7070d2;}

.more{
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.banner-img-box img{width: 1200px;margin: auto}

.footer{
    background: #1F5987;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
}