*{margin:0 auto;padding:0;text-decoration:none;font-family:"Ubuntu",sans-serif;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:微软雅黑,黑体;margin:auto;font-size:14px;background-color:#fff;}
.clearfix{zoom:1;}
.clearfix:after{content:"";display:block;clear:both;}
.inner{width:1400px;margin:0 auto;height:100%;}
.backtop{position:fixed;bottom:70px;right:60px;width:60px;height:60px;background: url(../pic/arrow-up-bold.png) no-repeat 50% -25%;z-index:999;cursor:pointer;opacity:0;transition:all 0.5s ease 0.2s;background-size:70%;text-align:center;padding-top:28px;background-color:#ad0b0b2e;color:#333;border-radius:50px;font-weight:800;}
.active{opacity:1;}
.masking{height:100%;width:100%;position:absolute;top:0;left:0;background-color:transparent;transition:all 0.5s ease 0.2s;z-index:-1;}
/*header*/
.header{z-index:3;position:relative;background:#ad0b0b;}
.header .inner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:160px;}
.header .inner .top_h{position:absolute;top:0;right:0;margin-top:5px;color:#fff;}
.header .inner .top_h a{font-size:14px;color:#fff;padding:0 5px;}
.header .inner .top_h a:hover{color:#ffe2b7;}
.header .inner .logo{height:100%;}
.header .inner .logo a{height:100%;font-size:0;display:block;}
.header .inner .logo img{max-height:50%;vertical-align:middle;max-width:none;display:inline-block;}
.header .inner .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}
.header .inner .top_text{text-align:center;}
.header .inner .top_text span.text-focus-in{font-size:32px;background:linear-gradient(135deg, #de901a, #d20202);-webkit-text-fill-color: transparent;-webkit-background-clip:text;text-shadow:3px 1px 0px #ffe3b8;}
.header .inner .search{display:inline;height:40px;box-sizing:border-box;padding-left:16px;overflow:hidden;line-height:40px;margin-top: 15px;border: 2px solid #ffffff;border-radius: 50px;}
.header .inner .search{display:none;}
.header .inner .phone-tools{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header .inner .phone-tools .phone-search{border:1.5px solid #fff;border-radius:100%;width:38px;height:38px;line-height:28px;position:relative;cursor:pointer;}
.header .inner .phone-tools .phone-search a.psr{background: url(../pic/search-w.png)right center no-repeat;display:block;height:100%;width:100%;background-size:60%;position:absolute;top:-1px;left:-8px;}
.header .inner .phone-tools .phone-menu{display:none;}
/*nav*/
.nav{z-index:3;background:linear-gradient(180deg, #d61d1d, #ad0b0b);position:relative;box-shadow:8px 7px 12px 2px rgba(0,0,0,0.15);}
.nav .inner ul{list-style-type:none;display:-webkit-flex;display:flex;flex-direction:row;display:-ms-flexbox;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.nav .inner ul li{height:50px;line-height:50px;}
.nav .inner ul li a{position:relative;display:inline-block;margin:0 20px;text-align:center;color:#fff;font-size:16px;font-weight:bold;letter-spacing:3px; line-height:50px;}
.nav .inner ul li a:hover{color:#ffe2b7;}
.nav .inner ul li a:after{content:"";position:absolute;display:block;width:100%;height:3px;left:0;bottom: 7px;background-color:#ffe2b7;transition:all 0.3s ease-in-out;transform:scale3d(0,1,1);transform-origin:50% 0;}
.nav .inner ul li a:hover:after{transform:scale3d(1,1,1);}
.nav .inner ul dl{display:none;position:absolute;top:70px;border:none;border-radius:3px;padding:15px 0 10px;margin-top:-35px;z-index:999;}
.nav .inner ul li:hover dl{display:block;}
.nav .inner ul dl:hover{display:block;}
.nav .inner ul dl dd{background:#ffffff;}
.nav .inner ul dl dd:hover{background:linear-gradient(180deg, #d61d1d, #ad0b0b);}
.nav .inner ul dl dd a{color:#ad0b0b;padding: 5px 0;line-height: 2;display:block;text-align:left;position:relative;margin:0 24px;font-size: 16px;}
.nav .inner ul dl dd:hover a{color:#ffe2b7;text-decoration:none;}
.nav .inner ul dl dd a:after{display:none;}
/*search*/
.search-inp{position:fixed;top:-166px;right:0;left:0;z-index:13;background: #ffffffeb;width:100%;height:166px;padding:95px 80px 30px;}
.search-inp .search-inner{height:60px;max-width:1100px;width:100%;margin:auto;position:relative;}
.search-inp .search-inner input.kw-inp{background:transparent;width:90%;height:60px;line-height:60px;border:none;border-bottom:2px solid #54585a;font-family:Arial;font-size:18px;color:#999;padding-right:10%;outline:none;}
.search-inp .search-inner input.sim-inp{width:40px;height:40px;background-color:transparent;position:absolute;top:0;bottom:0;margin:auto;right:0;cursor:pointer;border:0;z-index:111;}
/*menu-aslide*/
.menu-aslide{position:fixed;top:0px;left:-45%;width:45%;height:100%;z-index:1100;background-color:#000;opacity:0.85;}
.menu-aslide .nav-aslide{padding:80px 5% 0px 5%;}
.menu-aslide .nav-aslide ul li{line-height:42px;border-bottom:1px solid #423334;padding:0 5%;}
.menu-aslide .nav-aslide ul li a.menuon{display:block;color:#fff;font-size:16px;line-height:46px;}
.menu-aslide .nav-aslide ul li .tit a{display:inline-block;color:#fff;font-size:16px;line-height:46px;}
.menu-aslide .nav-aslide ul li .tit.plus{background:url(../pic/plus.png) right center no-repeat;}
.menu-aslide .nav-aslide ul li:first-of-type .plus a{background-image:none;}
.menu-aslide .nav-aslide ul li .tit.minus{background:url(../pic/minus.png) right center no-repeat;}
.menu-aslide .nav-aslide ul li .bod a{height:36px;line-height:36px;font-size:14px;display:block;color:#cad4e0;}
.hide{display:none;}
.show{display:block;}
/*banner*/
.banner-box{position:relative;overflow:hidden;width:100%;background-color:#fff;}
.banner-box .inner{position:relative;margin:0;width:100%;}
.banner-box .inner .banner{width:100%;position:relative;height:800px;}
.banner-box .inner .banner ul{list-style:none;padding-left:0px;margin-bottom:0px;}
.banner-box .inner .banner ul li{display:none;opacity:0;}
.banner-box .inner .banner ul li:nth-child(1){opacity:1;display:block;}
.banner-box .inner .banner ul li img{width:100%;position:absolute;left: 50%;margin-left:-50%;}
.banner-box .inner .nexImg, .banner-box .inner .preImg{padding: 20px 5px 20px 5px;position:absolute;top:calc(50% - 40px);background:#ececec9c;opacity:0.2;border-radius:5px;z-index:10;cursor: pointer;}
.banner-box .inner .nexImg:hover, .banner-box .inner .preImg:hover{opacity:0.7;}
.banner-box .inner .nexImg{right: 0px;}
.banner-box .inner .preImg{left: 0px;}
.banner-box .inner .nexImg img, .banner-box .inner .preImg img{}
.banner-box .inner .jumpBtn{width:100%;position:absolute;bottom:20px;text-align:center;}
.banner-box .inner .jumpBtn ul{margin-bottom:0px;}
.banner-box .inner .jumpBtn ul li{width:14px;height:14px;border-radius:50%;display:inline-block;background-color:#ffffff73;opacity:0.9;margin-left:10px;cursor: pointer;}
.banner-box .inner .jumpBtn ul li{width:14px;height:14px;border-radius:50%;display:inline-block;background-color:#ffffff73;opacity:0.9;margin-left:10px;cursor: pointer;}
/*banner-inp*/
.banner-inp{display:none;}
.banner-inp .inner{position:relative;margin:0;width:100%;}
.banner-inp .inner .p-banner{width:100%;position:relative;}
.banner-inp .inner .p-banner .inp-banner{width:100%;position:relative;height:337.5px;}
.banner-inp .inner .p-banner .inp-banner ul{list-style:none;padding-left:0px;margin-bottom:0px;}
.banner-inp .inner .p-banner .inp-banner ul li{display:none;opacity:0;}
.banner-inp .inner .p-banner .inp-banner ul li:nth-child(1){opacity:1;display:block;}
.banner-inp .inner .p-banner .inp-banner ul li img{width:100%;position:absolute;left:50%;margin-left:-50%;}
.banner-inp .inner .p-banner .nexImg2, .banner-inp .inner .p-banner .preImg2{padding: 15px 5px 15px 5px;position:absolute;top:calc(50% - 40px);background:#ececec9c;opacity:0.2;border-radius:5px;z-index:10;cursor:pointer;text-align: center;}
.banner-inp .inner .p-banner .nexImg2:hover, .banner-inp .inner .p-banner .preImg2:hover{opacity:0.7;}
.banner-inp .inner .p-banner .nexImg2 img, .banner-inp .inner .p-banner .preImg2 img{width: 80%;}
.banner-inp .inner .p-banner .nexImg2{right:0;}
.banner-inp .inner .p-banner .preImg2{left:0;}
.banner-inp .inner .p-banner .jumpBtn2{width:100%;position:absolute;bottom:20px;text-align:center;}
.banner-inp .inner .p-banner .jumpBtn2 ul{margin-bottom:0px;}
.banner-inp .inner .p-banner .jumpBtn2 ul li{width:14px;height:14px;border-radius:50%;display:inline-block;background-color:#fff;opacity:0.9;margin-left:10px;cursor:pointer;}
/*news*/
.pic-xydt{width:60%;position:relative;float:right;overflow: hidden;}
.pic-xydt .inner-pic{width:100%;position:relative;height:467px;}
.pic-xydt .inner-pic ul{list-style:none;padding-left:0px;margin-bottom:0px;}
.pic-xydt .inner-pic ul li{display:none;opacity:0background-size:cover;;}
.pic-xydt .inner-pic ul li:nth-child(1){opacity:1;display:block;}
.pic-xydt .inner-pic ul li img{width:100%;position:absolute;left:50%;margin-left:-50%;background-size:contain;}
.pic-xydt .nexImg2, .pic-xydt .preImg2{padding:20px 5px 20px 5px;position:absolute;top:calc(50% - 40px);background:#ececec9c;opacity:0.2;border-radius:5px;z-index:10;cursor:pointer;}
.pic-xydt .nexImg2:hover, .pic-xydt .preImg2:hover{opacity:0.7;}
.pic-xydt .nexImg2{right:0;}
.pic-xydt .preImg2{left:0;}
.pic-xydt .jumpBtn2{width:100%;position:absolute;bottom:20px;text-align:center;}
.pic-xydt .jumpBtn2 ul{margin-bottom:0px;}
.pic-xydt .jumpBtn2 ul li{width:14px;height:14px;border-radius:50%;display:inline-block;background-color:#fff;opacity:0.9;margin-left:10px;cursor:pointer;}
.xyxw{width: 40%;position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;float:left;}
.xyxw .else{border-bottom:1.2px dashed #d7d3d3;border-top-left-radius:5px;position:relative;width:100%;overflow: hidden;padding:10.5px;border-bottom-left-radius: 5px;}
.xyxw .else a{position:relative;display:block;height:100%;width:100%;/*! min-height:55px; */overflow:hidden;line-height: 2;}
.xyxw .else a h2{font-weight:bold;font-size:16px;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 3;overflow:hidden;width: 100%;height: 51.5px;float: left;line-height: 1.6;}
.xyxw .else a span{position:absolute;bottom:0;right:3px;width:auto;float:right;line-height: 1.6;color:#333;font-family:"arial";font-size:14px;display:block;text-align:center;}
.xyxw .else:hover{background:#ad0b0b;}
.xyxw .else:hover a h2{color:#fff;}
.xyxw .else:hover a span{color:#fff;}
/*main*/
.main{padding:50px 0;}
.main .inner{position:relative;overflow:hidden;}
.main .inner .part{overflow:hidden;width:100%;position:relative;}
.main .inner .title{margin: 20px 0;position:relative;text-align:left;}
.main .inner .title a{font-size:34px;font-weight:bold;color:#ad0b0b;}
.main .inner .more{text-align:center;display: block;position: absolute;right: 0;top: 35px;}
.main .inner .more a{display:inline-block;padding-right: 65px;text-align:center;font-size:14px;color: #808080;background:url(../pic/ico1-g.png)50px center no-repeat;}
.main .inner .more a:hover{color:#ad0b0b;background:url(../pic/ico1-r.png)50px center no-repeat;}
.main .inner .left{width:50%;position:relative;float:left;}
.main .inner .right{width:calc(50% - 20px);position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;float:left;margin-left:20px;}
.main .inner .title a{color:#ad0b0b;}
.main .inner .more a{color:#808080;background:url(../pic/ico1-g.png)50px center no-repeat;}
.main .inner .more a:hover{color:#ad0b0b;background: url(../pic/ico1-r.png)50px center no-repeat;}
.section1{background:#fff url(../pic/212.png)no-repeat right bottom;}
.section1 .inner .left{width:70%;position:relative;float:left;}
.section1 .inner .right{width:calc(30% - 20px);position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;float:right;margin-left:20px;}
.section1 .inner .list{width:100%;position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.section1 .inner .list .first{width:calc(50% - 6px);margin-bottom:30px;position:relative;height:100%;justify-content:space-between;background-color:inherit;}
.section1 .inner .list .first .pic{position: relative;display: block;overflow:hidden;}
.section1 .inner .list .first .pic .img{position:relative;display: block;overflow: hidden;padding-bottom:56%;background-color:#f5f0e5;}
.section1 .inner .list .first .pic .img img{position: absolute;width: 100%;top: 0;left: 0;height: 100%;}
.section1 .inner .list .first:hover .pic .img img{transform:scale(1.05);opacity: 0.85;}
.section1 .inner .list .first a{display:block;}
.section1 .inner .list .first a:hover, .section1 .inner .list .else a:hover{box-shadow:3px 10px 25px rgba(0,0,0,0.3);transform:translatey(-10px);}
.section1 .inner .list .first .img img:hover{transform:scale(1.05);opacity:0.85;}
.section1 .inner .list .first:hover .content h2{font-weight:bold}
.section1 .inner .list .first .content{position:absolute;left:0;bottom:0;padding:15px;width:100%;background:linear-gradient(transparent, #191919bf);}
.section1 .inner .list .first .content h2{font-size:16px;margin-bottom:0;height:52px;color:#fff;z-index:9;position:relative;line-height:55px;}
.section1 .inner .list .else{width:calc(25% - 10px);margin-bottom:30px;}
.section1 .inner .list .else a{display:block;height:100%;}
.section1 .inner .list .else .pic{position:relative;height:100%;overflow:hidden;}
.section1 .inner .list .else .pic .img{position:relative;display:block;overflow:hidden;padding-bottom:56%;background-color:#f5f0e5;}
.section1 .inner .list .else .pic .img img {position:absolute;width:100%;top:0;left:0;height:100%;}
.section1 .inner .list .else:hover .pic .img img{transform:scale(1.05);opacity: 0.85;}
.section1 .inner .list .else:hover .content h2{font-weight:bold}
.section1 .inner .list .else .content{overflow:hidden;background: #fff;height: 100%;padding-bottom: 56%;}
.section1 .inner .list .else .content h2{line-height:1.6;overflow:hidden;margin-bottom: 15px;font-size: 18px;position: absolute;top: 56%;left: 15px;right: 15px;}
.section1 .inner .list .else .content span{color:#999;font-family:"arial";font-size:14px;position: absolute;bottom: 8px;left: 15px;}


.section1 .inner .right .content{/*! width:100%; */overflow:hidden;}
.section1 .inner .right .content ul li{background: #ffffffa8;margin-bottom: 1px;border: 1.2px solid #eaeaea;border-radius: 5px;float: left;width:100%;padding: 5px 8px;position: relative;}
.section1 .inner .right .content ul li a{display:block;font-size:16px;line-height:1.6;margin-top: 5px;font-weight:bold;}
.section1 .inner .right .content ul li .date{background-color:#ad0b0b;border-radius:3px;text-align:center;transition:.5s;border:1px solid transparent;width:auto;display:inline-block;padding:0 8px;}
.section1 .inner .right .content ul li .date a{display:inline-block;height:auto;margin:0;color:#fff;font-size:14px;font-family:"arial";font-weight: normal;}
.section1 .inner .right .content ul li:hover a{color:#ad0b0b;}
.section1 .inner .right .content ul li:hover .date{background: transparent;border: 1px solid #ad0b0b;color:#ad0b0b;}
.section1 .inner .right .content ul li:hover .date a{color:#ad0b0b;}
.section2{background:#f5f2ec url(../pic/216.png)no-repeat left bottom;}
.section2 .inner .content{width:100%;overflow:hidden;}
.section2 .inner .content ul li{background:#ffffffa8;margin-bottom:7px;border:1.2px solid #eaeaea;border-radius:5px;float:left;width:100%;padding:8px;}
.section2 .inner .content ul li a{display:block;font-size:16px;line-height:1.6;height: 50px;margin-top: 5px;font-weight:bold;}
.section2 .inner .content ul li .date{background-color: #b31518;border-radius:3px;text-align:center;transition:.5s;border:1px solid transparent;width:auto;display:inline-block;padding:0 10px;}
.section2 .inner .content ul li .date a{display:inline-block;height:auto;margin:0;color:#fff;font-size:14px;font-family:"arial";}
.section2 .inner .content ul li:hover a{color:#ad0b0b;}
.section2 .inner .content ul li:hover .date{background:transparent;border:1px solid #ad0b0b;color:#ad0b0b;}
.section2 .inner .content ul li:hover .date a{color:#ad0b0b;}
.section3{background:#fff;}
.section3 .inner .title a{color:#ad0b0b;}
.section3 .inner .more a{color:#808080;background:url(../pic/ico1-g.png)50px center no-repeat;}
.section3 .inner .more a:hover{color:#ad0b0b;background: url(../pic/ico1-r.png)50px center no-repeat;}
.section3 .inner .content{width:100%;overflow:hidden;}
.section3 .inner .content ul{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content: space-between;-ms-flex-align:center;align-items:start;flex-direction:column;flex-wrap: wrap;}
.section3 .inner .content ul li{position:relative;width:100%;background:#fff9;border:1.2px solid #eaeaea;border-radius:5px;padding:8px;margin-bottom:7px;}
.section3 .inner .content ul li .box{transition:0.3s all;}
.section3 .inner .content ul li span.date{display:inline-block;line-height:26px;background-color:#b31518;color:#fff;font-size:14px;border-radius:3px;text-align:center;font-family: "arial";transition:.5s;border:1px solid transparent;width:auto;display:inline-block;padding:0 10px;}
.section3 .inner .content ul li p{margin: 10px 0 5px;font-size: 16px;color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 72px;font-weight:bold;line-height: 1.6;}
.section3 .inner .content ul li:hover p{color:#b31518;font-weight:bolder;}
.section3 .inner .left{width: calc(50% - 20px);position:relative;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;float:left;margin-left: 20px;}
.section3 .inner .title a{color:#ad0b0b;}
.section3 .inner .more a{color:#808080;background:url(../pic/ico1-g.png)50px center no-repeat;}
.section3 .inner .more a:hover{color:#ad0b0b;background: url(../pic/ico1-r.png)50px center no-repeat;}
.section3 .inner .content{width:100%;overflow:hidden;}
.section3 .inner .content ul{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content: space-between;-ms-flex-align:center;align-items:start;flex-direction:column;flex-wrap: wrap;}
.section3 .inner .content ul li{position:relative;width:100%;background:#fff9;border:1.2px solid #eaeaea;border-radius:5px;padding:8px;margin-bottom:7px;}
.section3 .inner .content ul li .box{transition:0.3s all;}
.section3 .inner .content ul li span.date{display:inline-block;line-height:26px;background-color:#b31518;color:#fff;font-size:14px;border-radius:3px;text-align:center;font-family: "arial";transition:.5s;border:1px solid transparent;width:auto;display:inline-block;padding:0 10px;}
.section3 .inner .content ul li p{margin: 10px 0 5px;font-size: 16px;color:#333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 50px;font-weight:bold;line-height: 1.6;}
.section3 .inner .content ul li:hover p{color:#b31518;font-weight:bolder;}
.line{position:absolute;left:-1px;top:-1px;bottom:-1px;right:-1px;cursor:pointer;}
.line:before, .line:after{box-sizing:inherit;content:'';position:absolute;width:100%;height:100%;}
.line{transition:color 0.25s;}
.line-bottom{position:relative;z-index:100;}
.line:before, .line:after{border:1px solid transparent;width:0;height:0;}
.line:before{top:0;left:0;}
.line:after{bottom:0;right:0;}
.line:hover{color:#b31518;}
.section3 .inner .content ul li:hover .line:before, .section3 .inner .content ul li:hover .line:after{width:100%;height:100%;}
.section3 .inner .content ul li:hover .line:before{border-top-color:#b31518;border-right-color:#b31518;transition:width 0.15s ease-out, height 0.15s ease-out 0.15s;}
.section3 .inner .content ul li:hover .line:after{border-bottom-color:#b31518;border-left-color:#b31518;transition:border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;}
.section3 .inner .content ul li:hover{box-shadow:0 0 20px #ddd;}
.section3 .inner .content ul li:hover .line:before, .section3 .inner .content ul li:hover .line:after{width:100%;height:100%;}
.section3 .inner .content ul li:hover .line:before{border-top-color:#b31518;border-right-color:#b31518;transition:width 0.15s ease-out, height 0.15s ease-out 0.15s;}
.section3 .inner .content ul li:hover .line:after{border-bottom-color:#b31518;border-left-color:#b31518;transition:border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;}
.section3 .inner .content ul li:hover{box-shadow:0 0 20px #ddd;}
.section4{padding:50px 0;background-color:#f5f2ec;}
.section4.inner .part{overflow:hidden;width:100%;position:relative;display:flex;}
.section4 .inner .part2{width:100%;overflow:hidden;}
.section4 .inner .title a{color:#ad0b0b;}
.section4 .inner .item{width: calc(20% - 20px);margin: 0 10px;overflow: hidden;position: relative;display: block;float:left;}
.section4 .inner .item .img{width:100%;position: relative;min-height:120px;overflow: hidden;margin-bottom: 6px;}
.section4 .inner .item .img{background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.6s ease-out 0s;}
.section4 .inner .item:hover .img{transform:scale(1.1);}
.section4 .inner .item a{width:100%;height:100%;position: absolute;top: 0;left: 0;}
.section4 .inner .item p{line-height: 25px;text-align: center;margin: 0 15px;font-weight: bold;font-size: 16px;}
/*foot*/
.foot{z-index:3;position:relative;background: url(../pic/foot-bg.png)no-repeat;background-size: cover;}
.foot .friend{padding:30px 0 15px;}
.foot .friend .inner{}
.foot .friend .inner .title{margin-bottom:15px;position:relative;}
.foot .friend .inner .title a{font-size:20px;color:#fff;font-weight:800;}
.foot .friend .inner .title a:before{content:"";width:40px;height:2px;position:absolute;background-color:#e05c5c;bottom:-6px;}
.foot .friend .inner .content{}
.foot .friend .inner .content a{background:url(../pic/dian.png) no-repeat left center;background-size:24px 24px;padding-left:29px;margin:0 12px;line-height: 1.6;color:#fff;opacity:1;}
.foot .friend .inner .content a:hover{opacity:0.6;}
.foot .contact{padding: 15px 0 30px;}
.foot .contact .inner{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.foot .contact .inner .left{width:40%;padding-right:50px;}
.foot .contact .inner .left .logo-bottom{width:100%;}
.foot .contact .inner .left .logo-bottom a{width:100%;font-size:0;display:block;}
.foot .contact .inner .left .logo-bottom a img{width:100%;vertical-align:middle;max-width:none;display:inline-block;}
.foot .contact .inner .right{width:60%;}
.foot .contact .inner .right .about{width: calc(100% - 150px);float: left;}
.foot .contact .inner .right .about .title{margin: 15px 0;position:relative;}
.foot .contact .inner .right .about .title p{font-size:20px;color:#fff;font-weight:800;}
.foot .contact .inner .right .about .text{margin-left:25px;}
.foot .contact .inner .right .about .text p{font-size:14px;padding-left:25px;color:#bdbdbd;line-height:25px;}
.foot .contact .inner .right .about .title p:before{content:"";width:40px;height:2px;position:absolute;background-color: #e05c5c;bottom:-6px;}
.foot .contact .inner .right .about .text p.phone {background:url(../pic/phone.png) left center no-repeat;}
.foot .contact .inner .right .about .text p.code {background:url(../pic/code.png) left center no-repeat;}
.foot .contact .inner .right .about .text p.address {background:url(../pic/address.png) left center no-repeat;}
.foot .contact .inner .right .weixin{width:100px;margin-right: 50px;float: left;}
.foot .contact .inner .right .weixin img{}
.foot .contact .inner .right .weixin .text{}
.foot .contact .inner .weixin .text p{color:#fff;font-size:14px;text-align:center;margin-top:5px;}
.foot .copyright{padding:5px 0;}
.foot .copyright .inner{}
.foot .copyright .inner p{text-align:center;font-size:14px;color:#e05c5c;}
.mainT {position:absolute;top:85px;}

/*其他页面*/
.main-o{margin:30px 0;}
.main-o .inner{padding:0 30px;}
.main-o .inner .left{width:200px;float:left;}
.main-o .inner .left .sub-title{font-size:24px;font-weight:800;display:inline-block;float:left;width: 100%;background:#ad0b0b;color:#f9c475;text-align:center;height: 54px;line-height:54px;margin:0 auto;letter-spacing:3px;list-style-type:none;}
.main-o .inner .left .menu-l{float:left;width:100%;box-shadow:5px 6px 16px 4px #e7e7e7;}
.main-o .inner .left .menu-l li{border:1px solid #e6e6e6;text-align:center;height:100%;width:100%;background:#fff;}
.main-o .inner .left .menu-l li a{display:inline-block;color:#484848;position:relative;font-size:15px;text-align:center;font-weight: bold;padding: 12px 5px;line-height: 1.6;border-top: 3px solid transparent;border-bottom: 3px solid transparent;}
.main-o .inner .left .menu-l li:hover a{border-bottom:3px solid #ad0b0b;color:#ad0b0b;}
.smenu {background:#333;overflow:hidden;transition:max-height 0.3s;max-height:45px;}
.smenu a {display:block;padding:12px 26px;color:#ad0b0b;position:relative;font-size:18px;text-align:center;letter-spacing:3px;}
.smenu a:before {content:"";position:absolute;width:6px;height:100%;background:#c00c0d;left:0;top:0;transition:0.3s;opacity:0;}
.smenu a:hover:before {opacity:1;}
.item:target .smenu {max-height:10em;}
.pagearticle {width:100%;position:relative;margin-top:20px;}
.main-o .inner .right{float:left;margin-left:40px;width: calc(100% - 240px);position: relative;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: space-between;overflow: hidden;}
.main-o .inner .right .top-o{width:100%;overflow:hidden;border-bottom: 2px solid #ad0b0b;}
.main-o .inner .right .top-o .bread{float:left;color:#333;font-size:14px;height:52px;line-height:52px;overflow:hidden;}
.main-o .inner .right .top-o .bread a{color:#666;font-size:14px;}
.main-o .inner .right .content{padding-top:15px;font-size:16px;width: 100%;position: relative;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: space-between;}
.main-o .inner .right .content .select{position: relative;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin: 0 15px;}
.main-o .inner .right .content .select .depart, .main-o .inner .right .content .select .letter{background:#fff;padding: 10px;}
.main-o .inner .right .content .select .depart h2, .main-o .inner .right .content .select .letter h2{font-size:16px;display:block;float:left;font-weight:bold;margin-bottom: 8px;}
.main-o .inner .right .content .select .depart span, .main-o .inner .right .content .select .letter span{display:block;float:left;font-size:14px;}
.main-o .inner .right .content .select .depart span a, .main-o .inner .right .content .select .letter span a{font-size:14px;display:inline-block;padding: 0px 6px;color:#333;line-height: 32px;border-radius: 5px;margin: 2px;}
.main-o .inner .right .content .select .depart span .all, .main-o .inner .right .content .select .letter span .all{color:#fff;background:#ad0b0b;border-radius: 50%;}
.main-o .inner .right .content .select .depart span a:hover, .main-o .inner .right .content .select .letter span a:hover{color:#fff;background:#ad0b0b;}
.main-o .inner .right .content .box{}
.main-o .inner .right .content .box .box_1{padding:25px;display:-ms-flexbox;display:flex;background:#fff;width:calc(50% - 30px);margin:0 15px 30px 15px;float:left;height:220px;overflow:hidden;border-radius:8px;}
.main-o .inner .right .content .box .box_1 .img{margin-right:40px;overflow:hidden;}
.main-o .inner .right .content .box .box_1 .img a img{width:250px;height:167px;}
.main-o .inner .right .content .box .box_1 .abstract{-ms-flex:1;flex:1;}
.main-o .inner .right .content .box .box_1 .abstract h3{font-size:18px;color:#000 !important;font-weight:normal;margin:25px 0 10px;}
.main-o .inner .right .content .box .box_1 .abstract h4{color:#ad0b0b !important;font-weight:normal;margin:10px 0;font-size:14px;}
.main-o .inner .right .content .box .box_1 .abstract span{font-size:16px;display:block;font-weight:normal;margin: 15px 0;overflow: hidden;font-size: 14px;color: #666!important;}
.main-o .inner .right .content .box_2{padding: 25px;display:-ms-flexbox;display:flex;background:#fff;width: 100%;margin-bottom: 30px;border-radius:8px;cursor: text;}
.main-o .inner .right .content .box_2 .img{margin-right:40px;}
.main-o .inner .right .content .box_2 .img a img{width: 250px;height: 167px;}
.main-o .inner .right .content .box_2 .img a{cursor: auto;overflow: hidden;width: 100%;height: 100%;}
.main-o .inner .right .content .box_2 .abstract{-ms-flex:1;flex:1;}
.main-o .inner .right .content .box_2 .abstract a{cursor:auto;}
.main-o .inner .right .content .box_2 .abstract h3{font-size: 18px;color: #000 !important;font-weight: normal;margin:10px 0;}
.main-o .inner .right .content .box_2 .abstract h4{color:#ad0c0c !important;font-weight: normal;margin:10px 0;}
.main-o .inner .right .content .box_2 .abstract span{font-size: 16px;display:block;font-weight:normal;margin: 15px 0;overflow: hidden;color: #666!important;}
.main-o .inner .right .content .location{font-size:15px;color:#666;padding:15px 0;display:inline-block;border-top:3px solid #ad0b0b;}
.main-o .inner .right .content .location a{font-size:15px;color:#666;}
.main-o .inner .right .content .article{padding: 8px 0;}
.main-o .inner .right .content .article h1{font-weight:bold;color:#333;font-size:22px;line-height: 1.6;margin-bottom: 14px;}
.main-o .inner .right .content .article .date{font-size:14px;color: #666;padding: 8px 5px;background: #eae7e7;}
.main-o .inner .right .content .article #vsb_content{margin-top:18px;min-height:200px;}
.main-o .inner .right .content .article li#div_vote_li{color:#666;font-size: 14px;}
.main-o .inner .right .content .article li#div_vote_li a{color:#666;font-size: 14px;}
.main-o .inner .right .content .article li#div_vote_li a:hover{color:#ad0b0b;}
.main-o .inner .right .content .article #next{color:#666;font-size:14px;}
.main-o .inner .right .content .article #next a{color:#666;font-size:14px;}
.main-o .inner .right .content .article #next:hover a{color:#ad0b0b;}
.main-o .inner .right .content .column{padding:15px 20px;}
.main-o .inner .right .content .column ul li{border-bottom:1px solid #e1e1e1;position:relative;width:100%;overflow:hidden;padding: 15px 0;display: flex;}
.main-o .inner .right .content .column ul li:hover{box-shadow:0 0 10px 0 rgb(160, 10, 10);border-bottom: 1px solid #ad0b0b;}
.main-o .inner .right .content .column ul li .title{width: calc(100% - 100px);line-height:66px;}
.main-o .inner .right .content .column ul li .title a{display:inline-block;width:auto;height:100%;overflow: hidden;float:left;font-size:16px;line-height:1.6;}
.main-o .inner .right .content .column ul li .date_list_index{display:inline-block;width:100px;overflow: hidden;}
.main-o .inner .right .content .column ul li .date_list_index span.date_yy{font-size:14px;display:block;width:100%;float:left;font-family:Arial;text-align:center;line-height: 20px;border-left: 1px dashed #bd111159;padding-bottom: 6px;}
.main-o .inner .right .content .column ul li .date_list_index span.date_mmdd{font-size:24px;display:block;float:left;width:100%;color:#ad0b0b;font-family:Arial;text-align:center;font-weight:bold;line-height: 34px;padding-top: 6px;border-left: 1px dashed #bd111159;}
.main-o .inner .right .content .column ul li:hover{background:#ad0b0b;border-radius:5px;}
.main-o .inner .right .content .column ul li:hover .date_list_index span.date_mmdd{color:#fff;border-left:1px dashed #fff;}
.main-o .inner .right .content .column ul li:hover .date_list_index span.date_yy{color:#fff;border-left:1px dashed #fff;}
.main-o .inner .right .content .column ul li:hover .title a{transform:translateX(10px);color:#fff;}
.main-o .inner .right .content .column ul li .title-nodate{width:100%;line-height:66px;}
.main-o .inner .right .content .column ul li .title-nodate a{display:inline-block;width:100%;height:100%;overflow:hidden;float:left;font-size:16px;line-height:1.6;}
.main-o .inner .right .content .vt .part1 .img{display: block;background-color: #c5a72e;padding: 8px;box-shadow: 0 0 20px 5px #e7e7e7;}
.main-o .inner .right .content .vt .part1 .img img{width:100%}
.main-o .inner .right .content .vt .part1 h2{margin-top:5px;font-size: 22px;color:#00612c;font-weight:normal;line-height: 32px;margin-bottom: 10px;}
.main-o .inner .right .content .vt .part1 h2 span{font-size: 14px;}
.main-o .inner .right .content .vt .part1 p{font-size: 14px;color:#888;white-space:normal;word-break:break-all;}
.main-o .inner .right .content .vt .part2 .title{width: 100%;overflow: hidden;background: #e4e3e3;}
.main-o .inner .right .content .vt .part2 .title span{display: block;font-size: 20px;background: #ad0b0b;padding: 5px 18px 5px 18px;color: #fff;font-weight: bolder;width: 150px;text-align: center;}
.main-o .inner .right .content .vt .part3{}
.main-o .inner .right .content .vt .part3{height: 150px;}
.btn {display:block;padding:14px 20px;background:#fff;color:#0069bb;position:relative;font-size:20px;text-align:center;letter-spacing:3px;border-left: 5px solid #0069bb;}
.btn:before {content:"";position:absolute;width:14px;height:14px;background:#0069bb;left:20px;bottom:-7px;transform:rotate(45deg);}
.btn i {margin-right:10px;}
.smenu {background:#333;overflow:hidden;transition:max-height 0.3s;max-height:45px;}
.smenu a {display:block;padding:12px 26px;color:#0069bb;position:relative;font-size:18px;text-align:center;letter-spacing:3px;}
.smenu a:before {content:"";position:absolute;width:6px;height:100%;background:#c00c0d;left:0;top:0;transition:0.3s;opacity:0;}
.smenu a:hover:before {opacity:1;}
.item:target .smenu {max-height:10em;}
.pagearticle {width:100%;position:relative;margin-top:20px;}
/*公共样式*/
.pb_sys_common {font-size: 12px;font-family: SimSun;line-height:12px;color:#222;}
.pb_sys_common a{text-decoration: none;}
.pb_sys_common .p_pages{margin-left: -5px;}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{border: 1px solid #ccc;padding: 5px 8px;margin:0px 0px 0px 5px;height:24px;-height:auto;line-height:12px;box-sizing:border-box;display:inline-block;vertical-align:middle;}
.pb_sys_common .p_t{line-height:12px;margin:0px;padding:0px;display:inline-block;vertical-align:middle;}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{color: #ccc;}
.pb_sys_common .p_fun a, .pb_sys_common .p_no a{color: #222;}
.pb_sys_common .p_dot {margin-left:4px;margin-right:-4px;color:#222;}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input {font-family: SimSun;font-size:12px;border: 1px solid #aaa;height:22px;line-height:20px;box-sizing:border-box;vertical-align:middle;outline-width:thin;outline-color:#258CFF;margin:0px 2px;padding:0px 1px;}
.pb_sys_common .p_goto input{width:22px;text-align:center;}
.pb_sys_common .p_search input{width:100px;text-align:left;}
.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{border: 1px solid #258CFF;}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{border: 1px solid #ccc;padding: 5px 6px;color: #222;margin:0px;height:24px;-height:auto;line-height:12px;display:inline-block;box-sizing:border-box;vertical-align:middle;}
.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{border-right:1px solid #ccc;padding: 1px 5px;color: #888888;}
.pb_sys_common .p_dosize_d{color:#222;}
.pb_sys_common .p_dosize a:hover{color: #222;}
.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{border-right-width:0px;}
/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{display:none;}
.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{display:none;}
.pb_sys_full{}
.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{display:none;}
.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{display:none;}
.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{display:none;}

/*样式1 蓝*/
.pb_sys_style1 .p_no_d {border: 1px solid #258CFF;color: #fff;background-color: #258CFF;}
/*样式2 红*/
.pb_sys_style2 .p_no_d {border: 1px solid #F04646;color: #fff;background-color: #F04646;}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {border: 1px solid #32B907;color: #fff;background-color: #32B907;}
/*样式4*/
.pb_sys_style4 .p_no_d {border: 1px solid #ad0b0b;color: #fff;background-color: #ad0b0b;}
/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a,  .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a{border: 1px solid transparent;}
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;}
.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{text-decoration: underline;}
/*样式5 蓝*/
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{border: 1px solid #258CFF;color: #fff;background-color: #258CFF;}
/*样式6 红*/
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{border: 1px solid #F04646;color: #fff;background-color: #F04646;}
/*样式7 绿*/
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{border: 1px solid #32B907;color: #fff;background-color: #32B907;}
/*样式8 灰*/
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{border: 1px solid #888;color: #fff;background-color: #888;}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-left {
	-webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.fade-in {
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-focus-in {
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.fade-in-bottom {
	-webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.8, 0.15, 0.2, 1) both;
    animation: slide-in-top 0.5s cubic-bezier(0.8, 0.15, 0.2, 1) both;
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width:1480px){
.inner{width:auto;margin-left:40px;margin-right:40px;box-sizing:border-box;}
}
@media screen and (max-width:1256px){
.header .inner .top_text{display:none;}
.header-top .inner .phone-tools .phone-menu{width:40px;height:40px;position:relative;margin: 0 0 0 15px;cursor:pointer;}
.header-top .inner .phone-tools .phone-menu{display:block;width:40px;height:40px;}
.header-top .inner .phone-tools .phone-menu i{height:3px;background: #fff;width:36px;border-radius:1px;position:relative;display:inline-block;}
.header-top .inner .phone-tools .phone-menu i:nth-child(1){position:absolute;left:0px;top:6px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(2){position:absolute;left:0px;top:19px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(3){position:absolute;left:0px;top:32px;}
.header .inner .phone-tools .phone-menu{width:40px;height:40px;position:relative;margin: 0 0 0 15px;cursor:pointer;}
.header .inner .phone-tools .phone-menu{display:block;width:40px;height:40px;}
.header .inner .phone-tools .phone-menu i{height:3px;background: #fff;width:36px;border-radius:1px;position:relative;display:inline-block;}
.header .inner .phone-tools .phone-menu i:nth-child(1){position:absolute;left:0px;top:6px;}
.header .inner .phone-tools .phone-menu i:nth-child(2){position:absolute;left:0px;top:19px;}
.header .inner .phone-tools .phone-menu i:nth-child(3){position:absolute;left:0px;top:32px;}
.nav{display:none;}
.main-o .inner .left{display:none;}
.main-o .inner .right{width:100%;margin:0}
}
@media screen and (max-width:1050px){
.main1 .inner .list .else .content h2{font-size:16px;top:50%;}
}
@media screen and (max-width:980px){
.header-top{position:fixed;left:0;right:0;top:0;}
.header-top .inner{height:80px;}
.header-top .inner .logo img{max-height:55px;}
.header-top .inner .top_h{display:none;}
.header-top .inner .top_text{display:none;}
.header-top .inner .phone-tools .phone-menu{width:40px;height:40px;position:relative;margin: 0 0 0 15px;cursor:pointer;}
.header-top .inner .phone-tools .phone-menu{display:block;width:40px;height:40px;}
.header-top .inner .phone-tools .phone-menu i{height:3px;background: #fff;width:36px;border-radius:1px;position:relative;display:inline-block;}
.header-top .inner .phone-tools .phone-menu i:nth-child(1){position:absolute;left:0px;top:6px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(2){position:absolute;left:0px;top:19px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(3){position:absolute;left:0px;top:32px;}
.header{position:fixed;left:0;right:0;top:0;}
.header .inner{height:80px;}
.header .inner .logo img{max-height:55px;}
.header .inner .top_h{display:none;}
.banner-box{margin-top:80px;}
.main-o{margin-top:90px;}
.main .inner .part1{flex-wrap: wrap-reverse;}
.main .inner .part1 .left, .main .inner .part1 .right{width:100%;margin-top: 30px;}
.main .inner .part1 .left .content .first{width: calc(50% - 20px);}
.main .inner .part1 .left .content .else{width: 50%;margin: 10px 0;}
.main-o .inner .left{display:none;}
.main-o .inner .right{width:100%;margin:0}
.main5 .inner .part{flex-direction:column;margin: 0;}
.main5 .inner .part .item{width:100%;margin: 7px 0;}
}
@media screen and (max-width:900px){
.main1 .inner .list{flex-direction: column;}
.main1 .inner .list .first{width:100%}
.main1 .inner .list .else{width:100%;}
.main1 .inner .list .first .content h2{height: 40px;line-height: 1.3;font-size: 16px;}
.main1 .inner .list .else .content{position: absolute;left: 0;bottom: 0;padding: 15px;width: 100%;background: linear-gradient(transparent, #191919bf);height: auto;}
.main1 .inner .list .else .content h2{margin-bottom: 0;height: 40px;color: #ffffff;z-index:9;line-height: 1.3;top: 0;left: 0;right: 0;font-size: 16px;position: relative;}
.main1 .inner .list .else .content span{display:none;}
.foot .contact{padding: 15px 0 0;}
.foot .contact .inner{flex-direction: column;}
.foot .contact .inner .left{padding: 0;width: 100%;}
.foot .contact .inner .left .logo-bottom{width:100%;margin:0;padding:20px 80px;}
.foot .contact .inner .right{width: 100%;padding: 10px 30px;}
.foot .contact .inner .right .about{width: 100%;margin-bottom: 15px;}
.foot .contact .inner .right .about .title p{font-size:18px;}
.foot .contact .inner .right .about .text p{font-size:12px}
.foot .contact .inner .right .weixin{margin-right: 0;margin-left: calc(50% - 50px);}
.foot .copyright .inner p{font-size:12px;}
}
@media screen and (max-width:768px){
.main .inner .part1 .left .content .first{width:100%;}
.main .inner .part1 .left .content .else{width:100%;margin: 0;}
.main .inner .part1 .right .content ul li{width:100%;margin: 7px 0;}
.main .inner .part1 .right .content ul li a{height: auto;}
.main .inner .part1 .left, .main .inner .part1 .right, .main .inner .part2{margin-top:15px;}
.main-o{margin-top:65px;}
.main-o .inner{padding: 0 15px;}
.main-o .inner .right .top-o .bread{height:30px;padding:0;line-height:30px;font-size: 12px;}
.main-o .inner .right .top-o .bread a{font-size:12px}
.inner{margin-left:15px;margin-right:15px;}
.header-top .inner{height:60px;}
.header-top .inner .logo img{max-height:45px;}
.header-top .inner .phone-tools .phone-search{width:30px;height:30px;}
.header-top .inner .phone-tools .phone-search a.psr{left:-6px;}
.header-top .inner .phone-tools .phone-menu{width:30px;height:30px;margin-left:10px;}
.header-top .inner .phone-tools .phone-menu i{width:30px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(1){top:3px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(2){top:14px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(3){top:25px;}
.header .inner{height:60px;}
.header .inner .logo img{max-height:45px;}
.header .inner .phone-tools .phone-search{width:30px;height:30px;}
.header .inner .phone-tools .phone-search a.psr{left:-6px;}
.header .inner .phone-tools .phone-menu{width:30px;height:30px;margin-left:10px;}
.header .inner .phone-tools .phone-menu i{width:30px;}
.header .inner .phone-tools .phone-menu i:nth-child(1){top:3px;}
.header .inner .phone-tools .phone-menu i:nth-child(2){top:14px;}
.header .inner .phone-tools .phone-menu i:nth-child(3){top:25px;}
.banner-box{margin-top:60px;}
.backtop{right:25px;}
.foot .copyright .inner p{font-size:8px;}
}
@media screen and (max-width:658px){
.foot .contact .inner .left .logo-bottom{padding:20px 60px;}
}
@media screen and (max-width:600px){
.header-top .inner .logo img{max-height:40px;}
.header .inner .logo img{max-height:40px;}
.banner-box{display:none;}
.banner-inp{display:block;margin-top:60px;}
.main{padding: 0;}
.main .inner .title a{font-size:24px;}
.main .inner .more{top: 25px;}
.main .inner .more a{font-size:12px;background: url(../pic/ico1-g.png)40px center no-repeat;padding: 3px 65px 3px 0;}
.main .inner .more a:hover{background:url(../pic/ico1-r.png)25px center no-repeat;}
.pic-xydt{width:100%;}
.xyxw{width:100%;margin: 15px 0 0 0;}
.section2 .inner .tz{width:100%;}
.section2 .inner .jx{width:100%;margin-left:0;}
.section3 .inner .xs{width:100%;}
.section3 .inner .ld{width:100%;margin-left:0;}
.section4 .inner .item{width:100%;margin:0;margin-bottom:20px;}
.main-o .inner .right .content .box_2{padding:18px;flex-direction: column;margin-bottom: 0;}
.main-o .inner .right .content .box_2 .img{margin-right: 0;width:100%;}
.main-o .inner .right .content .box_2 .img a img{width:100%;height:100%;}
.main-o .inner .right .content .box_2 .abstract{width:100%;margin-top: 20px;}
.main-o .inner .right .content .box_2 .abstract h3, .main-o .inner .right .content .box_2 .abstract h4{margin: 5px 0;}
.main-o .inner .right .content .box_2 .abstract span{font-size: 14px;margin: 5px 0;}
.main-o .inner .right .content .box .box_1{padding:18px;width: 100%;margin: 0 0 15px 0;height: auto;}
.main-o .inner .right .content .box .box_1 .img{margin-right:20px}
.main-o .inner .right .content .box .box_1 .img a img{width:100px;height:130px;}
.main-o .inner .right .content .box .box_1 .abstract h3, .main-o .inner .right .content .box .box_1 .abstract h4{margin-bottom:3px;margin-top:15px;}
.main-o .inner .right .content .box .box_1 .abstract span{font-size:12px;margin:3px 0;}
.main-o .inner .right .content .select{margin:0 0 15px}
.main-o .inner .right .content .select .depart, .main-o .inner .right .content .select .letter{padding:5px;}
.main-o .inner .right .content .select .depart h2, .main-o .inner .right .content .select .letter h2{margin-bottom:5px;font-size: 14px;}
.main-o .inner .right .content .select .depart span, .main-o .inner .right .content .select .letter span{font-size:12px;}
.main-o .inner .right .content .select .depart span, .main-o .inner .right .content .select .letter span a{font-size:12px;}
.main-o .inner .right .content .select .depart span a, .main-o .inner .right .content .select .letter span a{padding: 0 3px;line-height: normal;font-size:12px;}
}
@media screen and (max-width:500px){
.header-top .inner .logo img{max-height:35px;}
.header .inner .logo img{max-height:35px;}
}
@media screen and (max-width:450px){
.inner{margin-left:10px;margin-right:10px;}
.header-top .inner .phone-tools .phone-search{width:25px;height:25px;}
.header-top .inner .phone-tools .phone-search a.psr{top:0;left:-5px;}
.header-top .inner .phone-tools .phone-menu{width:25px;height:25px;margin-left:5px;}
.header-top .inner .phone-tools .phone-menu i{width:25px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(1){top:3px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(2){top:11px;}
.header-top .inner .phone-tools .phone-menu i:nth-child(3){top:19px;}
.header .inner .phone-tools .phone-search{width:25px;height:25px;}
.header .inner .phone-tools .phone-search a.psr{top:0;left:-5px;}
.header .inner .phone-tools .phone-menu{width:25px;height:25px;margin-left:5px;}
.header .inner .phone-tools .phone-menu i{width:25px;}
.header .inner .phone-tools .phone-menu i:nth-child(1){top:3px;}
.header .inner .phone-tools .phone-menu i:nth-child(2){top:11px;}
.header .inner .phone-tools .phone-menu i:nth-child(3){top:19px;}
.foot .contact .inner .left .logo-bottom{padding:20px 50px;}
.backtop{right:20px;}
}
@media (max-width:420px){
.header-top .inner .logo img{max-height:30px;}
.header .inner .logo img{max-height:30px;}
.foot .contact .inner .left .logo-bottom{padding:20px 30px;}
}
@media (max-width:414px){

}
@media (max-width:411px){

}
@media (max-width:375px){

}
@media (max-width:360px){

}