* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.head {
    width: 100%;
}

.head-top {
    margin: 0 auto;
    padding: 20px 0;
    width: 1400px;
    height: 55px;
}

.logo {
    float: left;
    width: 500px;
}

.logo figure img {
    float: left;
    width: 70px;
    display: block;
}

.logo figure figcaption {
    float: left;
    margin-left: 10px;
    width: 420px;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    font-size: 28px;
    color: #000;
    line-height: 55px;
    letter-spacing: 1px;
}

.head-r {
    float: right;
    margin-top: 5px;
}

.head-r figure img {
    float: left;
    width: 38px;
    display: block;
}

.head-r figure figcaption {
    float: left;
    margin-left: 10px;
    font-size: 33px;
    font-weight: bold;
    color: #FF5E00;
    letter-spacing: 1px;
}

.nav {
    width: 100%;
    height: 55px;
    background: #ff853f;
}

.nav ul {
    margin: 0 auto;
    width: 1400px;
}

.nav ul li {
    float: left;
    width: 155.5px;
}

.nav ul li a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 55px;
}

.nav ul li:hover {
    background: #FF5E00;
}

.banner {
    width: 100%;
}

.banner figure img {
    width: 100%;
    display: block;
}

.pro {
    margin: 0 auto;
    width: 1400px;
}

.pro ul li {
    float: left;
    margin-top: 40px;
    margin-left: 40px;
    width: 320px;
}

.pro ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.pro ul li figure img {
    width: 320px;
    height: 280px;
    display: block;
}

.pro ul li figure {
    position: relative;
    overflow: hidden;
}

.pro ul li figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.pro ul li:hover figure::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.pro ul li a h2 {
    margin: 25px 0;
    font-size: 20px;
    color: #001659;
}

.pro ul li a h2:hover {
    color: #C24700;
}

.pro ul li div span {
    float: left;
    height: 1px;
    display: block;
}

.pro ul li div span:first-child {
    width: 100px;
    background: #FF3D57;
}

.pro ul li div span:last-child {
    width: 220px;
    background: #e3e3e3;
}

.about {
    margin-top: 60px;
    width: 100%;
    height: 850px;
    background: url(images/map.png) no-repeat center;
}

.about-box {
    margin: 0 auto;
    width: 1400px;
}

.about-l {
    float: left;
    padding: 40px 0;
    width: 500px;
    background: #FF843D;
}

.about-l h3 {
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}

.about-l ul li {
    float: left;
    margin-top: 30px;
    width: 250px;
}

.about-l ul li figure img {
    margin: 0 auto;
    width: 50px;
    display: block;
}

.about-l ul li strong {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
}

.about-l ul li strong:last-child {
    font-size: 26px;
}

.about-r {
    float: left;
    width: 900px;
    height: 458px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
}

.about-r p {
    padding: 20px;
    font-size: 19px;
    color: #000;
    line-height: 43px;
    letter-spacing: 1px;
}

.about-r a {
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #FF3D57;
    display: inline-block;
}

.about-r a:hover {
    background: #FF5E00;
}

.about-box > figure img {
    margin-top: 30px;
}

.news {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.title h3 {
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 36px;
    color: #000;
    letter-spacing: 5px;
    display: table;
}

.title h3::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100px;
    height: 2px;
    background: #FF3D57;
}

.title h3::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #FF3D57;
}

.news-box {
    margin-top: 50px;
}

.news-l {
    float: left;
    width: 500px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.news-l figure img {
    margin: 0 auto;
    padding-top: 10px;
    width: 490px;
    height: 350px;
    display: block;
}

.news-l time {
    padding: 20px 0 20px 10px;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #e2e2e2;
}

.news-l a h2 {
    padding: 20px 0 20px 10px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-l a h2:hover {
    color: #FF5E00;
}

.news-l p {
    padding: 0 10px 20px 10px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.news-r {
    float: right;
    width: 860px;
}

.news-r ul li {
    margin-bottom: 10px;
    padding: 10px 0;
    height: 160px;
    border: 1px solid #e2e2e2;
}

.news-r ul li figure {
    float: left;
    margin-left: 10px;
    width: 260px;
}

.news-r ul li figure img {
    width: 260px;
    height: 160px;
    display: block;
}

.news-r ul li div {
    float: left;
    margin-left: 10px;
    width: 560px;
}

.news-r ul li div time {
    padding: 25px 0 25px 10px;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #e2e2e2;
}

.news-r ul li div a h2 {
    padding: 30px 0 0 10px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li div a h2:hover {
    color: #FF5E00;
}

.baike {
    margin: 0 auto;
    margin-top: 60px;
    width: 1400px;
}

.baike-box ul li {
    float: left;
    margin-top: 40px;
    width: 680px;
}

.baike-box ul li:nth-of-type(even) {
    margin-left: 40px;
}

.baike-box ul li div {
    height: 50px;
    background: #ff853f;
}

.baike-box ul li div a {
    float: left;
    width: 590px;
    display: block;
}

.baike-box ul li div a h2 {
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 2px;
}

.baike-box ul li div:hover {
    background: #C24700;
}

.baike-box ul li div span {
    float: right;
    margin-right: 10px;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    display: block;
}

.baike-box ul li time {
    padding: 30px 0 0 10px;
    font-size: 15px;
    color: #C24700;
    display: block;
    background: #f8f8f8;
}

.baike-box ul li p {
    padding: 20px 10px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    background: #f8f8f8;
}

.foot {
    margin-top: 50px;
    padding: 50px 0;
    width: 100%;
    height: 250px;
    background: #ff853f;
}

.foot-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-l {
    float: left;
    width: 400px;
}

.foot-l h4,
.foot-c h4,
.foot-r h4 {
    font-size: 26px;
    color: #fff;
}

.foot-l ul li {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}

.foot-c {
    float: left;
    margin-left: 20px;
    width: 600px;
}

.foot-c figure {
    float: left;
    margin-left: 90px;
    margin-top: 30px;
    width: 140px;
}

.foot-c figure:nth-child(2) {
    margin-left: 0;
}

.foot-c figure img {
    width: 140px;
    display: block;
}

.foot-c figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.foot-r {
    float: right;
    width: 300px;
}

.foot-r strong {
    font-size: 30px;
    color: #fff;
}

.search {
    margin-top: 50px;
    width: 300px;
    height: 40px;
    background: #fff;;
}

.t {
    float: left;
    width: 230px;
    padding-left: 14px;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    border: none;
    outline: none;
    background: #fff;
}

.suo {
    float: right;
    width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    background: #FF5E00;
}

.foot-r a {
    margin-top: 50px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.guan {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.g-title strong,
.g-title h1 {
    font-size: 30px;
    color: #000;
    display: block;
    letter-spacing: 4px;
}

.g-title span {
    margin-top: 20px;
    height: 2px;
    background: #FF843D;
    display: block;
}

.guan-box p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.guan-box img {
    margin-top: 40px;
    width: 100%;
    display: block;
}

.guan-box ul li {
    float: left;
    margin-top: 30px;
    width: 240px;
    margin-left: 40px;
}

.guan-box ul li span {
    float: left;
    font-size: 19px;
    color: #000;
    display: block;
}

.guan-box ul li span:first-child {
    width: 60px;
}

.guan-box ul li span:last-child {
    padding-left: 20px;
}

.cp ul li {
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    width: 320px;
}

.cp ul li:nth-of-type(4n+1) {
    margin-left: 0;
}

.cp ul li a:first-child {
    background: #ebebeb;
    display: block;
}

.cp ul li figure {
    overflow: hidden;
}

.cp ul li figure img {
    margin: 0 auto;
    padding: 10px 0;
    width: 300px;
    height: 280px;
    display: block;
}

.cp ul li figure img:hover {
    transform: scale(1.1);
}

.cp ul li a:last-child {
    padding: 20px 0;
    background: #f5f5f5;
    display: block;
}

.cp ul li a:last-child:hover {
    background: #FFBA3F;
}

.cp ul li a h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.cp ul li div {
    margin: 0 auto;
    display: table;
}

.cp ul li div span {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    display: block;
}

.cp ul li div span:first-child {
    margin-left: 0;
}

.cp ul li div span:hover {
    color: #fff;
    border: 1px solid #fff;
}

.xinw ul li {
    position: relative;
    margin-top: 40px;
    height: 300px;
}

.xinw ul li > a {
    position: absolute;
    top: 30px;
    width: 380px;
    height: 240px;
    z-index: 1;
}

.xinw ul li figure img {
    width: 380px;
    height: 240px;
    border-radius: 5px;
    display: block;
}

.xinw ul li div {
    position: absolute;
    right: 0;
    width: 1150px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
}

.xinw ul li div a h2 {
    padding-left: 200px;
    margin-top: 70px;
    font-size: 20px;
    color: #333;
}

.xinw ul li div time {
    padding-left: 200px;
    margin-top: 30px;
    font-size: 15px;
    color: #999;
    display: block;
}

.xinw ul li div p {
    margin-top: 30px;
    padding: 0 50px 0 200px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.xinw ul li div a h2:hover {
    color: #FF5E00;
}

.diu figure img {
    margin-top: 30px;
    display: block;
}

.diu figure figcaption {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.details h1 {
    font-size: 22px;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
}

.details > span {
    margin-top: 20px;
    height: 2px;
    background: #FF843D;
    display: block;
}

.tag {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    display: table;
}

.tag time,
.tag span {
    float: left;
    font-size: 16px;
    color: #333;
    display: block;
}

.tag span {
    margin-left: 50px;
}

.tag span a {
    margin-left: 5px;
    font-size: 16px;
    color: #333;
}

.de-box p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.de-box img {
    margin: 0 auto;
    display: block;
}

.pagination .pagefy .current {
    background-color: #FF5E00;
    color: #fff;
}

.pagination {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: none;
    margin-top: 40px;
}

.pagination .pagefy { 
    width: 100%;
}

.pagination .pagefy a {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #000;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 5px;
}

.pagination .pagefy a:hover {
    background-color: #C24700; 
    color: #fff;
}
