﻿@charset "utf-8";
/* CSS Document */
/*
 * @description
 * @author GuoR
 * @Date 2019/3/11
 */
 /*通用样式*/
/*
html{
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
*/
*{margin:0; padding:0;}

body{margin:0;padding:0;font-size:12px;font-family:"微软雅黑";min-width:1400px;}
ul,ol,dl{list-style:none;}
img{border:none;}
a{text-decoration:none}
form,input{vertical-align:middle;margin:0;padding:0;border:0;}
i{ font-style:normal;}


.top{width:100%;height:1050px;background:url(../images/top.jpg)no-repeat top center;overflow: hidden;}

.main{width:100%;height:1714px;background:url(../images/bottom.jpg)no-repeat bottom center;overflow: hidden;}
.jianjie{width:100%;height:880px;background:url(../images/jianjie.jpg)no-repeat top center;}

.sy_nav{width:100%;height:692px;position:relative;}
.sy_zgcqgs{width:169px;height:597px;position:absolute;top:0;left:50%;transform:translateX(-50%);margin-left:-212px;}
.sy_zgcqgs span{display:block;width:1px;height:145px;background:#97806c;margin-left:88px;}
.sy_zgcqgs a{display:block;width:169px;height:452px;background:url(../images/nav1.png)no-repeat;background-size:100% 100%;}
.sy_zgcqgs a:hover{background:url(../images/nav1_H.png)no-repeat;background-size:100% 100%;}

.sy_wgcqgs{width:169px;height:500px;position:absolute;top:0;left:50%;transform:translateX(-50%);margin-left:212px;}
.sy_wgcqgs span{display:block;width:1px;height:48px;background:#97806c;margin-left:88px;}
.sy_wgcqgs a{display:block;width:169px;height:452px;background:url(../images/nav2.png)no-repeat;background-size:100% 100%;}
.sy_wgcqgs a:hover{background:url(../images/nav2_H.png)no-repeat;background-size:100% 100%;}


.bottom{width:100%;text-align:center;height:142px;line-height:142px;font-size:20px;color:#fff;}

.list_main{width:100%;height:1714px;background:url(../images/main.jpg),url(../images/bottom.jpg);background-repeat:no-repeat,no-repeat;background-position:top center, bottom center;position:relative;}
.list_nav{width:1200px;height:452px;position:absolute;left:50%;top:-65px;transform:translateX(-50%);}
.list_zgcqgs{width:169px;height:452px;position:absolute;top:0;left:50%;transform:translateX(-50%);margin-left:-212px;}
.list_zgcqgs a{display:block;width:169px;height:452px;background:url(../images/nav1.png)no-repeat;background-size:100% 100%;}
.list_zgcqgs a:hover{background:url(../images/nav1_H.png)no-repeat;background-size:100% 100%;}
.list_zgcqgs a.hover{background:url(../images/nav1_H.png)no-repeat;background-size:100% 100%;}

.list_wgcqgs{width:169px;height:452px;position:absolute;top:0;left:50%;transform:translateX(-50%);margin-left:212px;}
.list_wgcqgs a{display:block;width:169px;height:452px;background:url(../images/nav2.png)no-repeat;background-size:100% 100%;}
.list_wgcqgs a:hover{background:url(../images/nav2_H.png)no-repeat;background-size:100% 100%;}
.list_wgcqgs a.hover{background:url(../images/nav2_H.png)no-repeat;background-size:100% 100%;}

.list_main_M{width:1330px;height:1112px;background:url(../images/list_main_bj.png)no-repeat center bottom;background-size:100% 1112px;margin:0 auto 70px;padding-top:390px;}
.list_mainM{width:1160px;height:904px;margin:95px auto 20px;}
.list_mainM li{float:left;width:256px;height:192px;margin:0 17px 34px;box-shadow: 2px 3px 4px rgba(5,61,135,0.8);border-radius: 10px;overflow:hidden;}
.list_mainM li a{display:block;width:100%;height:100%;}
.list_mainM a img{display:block;width:100%;height:100%;}



/*分页*/
.tanchuMB{width:100%;text-align:center;height:30px;line-height:30px;font-size:18px;}
.tanchuMB li{display:inline-block;margin:0 9px;color:#fff;}
.tanchuMB li a{color:#904817;display:block;min-width:12px;height:30px;padding:0 9px;border-radius: 50%;border: 1px solid #904817;}
.tanchuMB li a:hover{color:#f9f2e5;background:#904817;}
.tanchuMB li a.tanchuMBH{color:#f9f2e5;background:#904817;}
.tanchuMB li:nth-child(1) a{border-radius: 5px;}
.tanchuMB li:nth-child(2) a{border-radius: 5px;}
.tanchuMB li:nth-last-child(1) a{border-radius: 5px;}
.tanchuMB li:nth-last-child(2) a{border-radius: 5px;}

/* .bottom{width: 100%;text-align: center;font-size: 20px;color: #fff;line-height: 160px;position: absolute;bottom: 0;left: 0;} */