@charset "utf-8";

/*	弹窗	*/
.pop-alert .pop-dialog{ width: 500px; height: 350px; background-color: #fff; z-index: 1;}
.pop-alert .btnWarp{ padding: 8px 20px;}
.pop-alert .btnWarp button{ line-height: 1; padding: 8px 20px; margin: 0 10px;}

/*	视频弹窗	*/
.pop-video{}
.pop-video .pop-dialog{ width: 842px; height: 536px; z-index: 1;}
	
/*	复用图片包裹	*/
.scaleimg{ overflow: hidden;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.scaleimg img{ width: 100%; height: auto;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.scaleimg:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	
/*	复用标题	*/
.t_head{}
.t_head .h1{}
.t_head .h2{}
.t_head .h3{}
.t_head .p{}
.t_head .link{}

/*	滑动tab	*/
.scroll-tab{ position:relative; margin: 1rem auto; padding: 0.1rem; width: 6rem; border: 1px solid; overflow:hidden;}
.scroll-tab li{ display:inline-block; margin:0 0.1rem; padding:0 0.1rem; background-color: #909090; border-bottom:2px solid transparent; font-size: 0.3rem;}
.scroll-tab li.cur{ border-color:#DB6E10;}

/*	流程模块	*/
.process{}
.process ul{ overflow:hidden; padding:10px;}
.process ul li{ float:left; height:20px; color:#FFF; line-height:20px; padding:0 25px 0 10px; position:relative;}
.process ul li:nth-child(1){ background-color:red;}
.process ul li:nth-child(2){ background-color:green;}
.process ul li:nth-child(3){ background-color:blue;}
.process ul li:after{ border-left:15px solid #aeaeae; border-top:10px solid transparent; border-bottom:10px solid transparent; width:0; height:0; content:''; position:absolute; right:0; top:0;}
.process ul li:nth-child(1):after{ border-left-color:red; border-top-color:green; border-bottom-color:green;}
.process ul li:nth-child(2):after{ border-left-color:green; border-top-color:blue; border-bottom-color:blue;}
.process ul li:nth-child(3):after{ border-left-color:blue; border-top-color:#FFF; border-bottom-color:#FFF;}

.bdmap{ height: 1000px;}
.bdmapinfo{ position: fixed; left: 0; top: 0; width: 300px; visibility: hidden; z-index: -9999;}

/*.video{ height: 500px;}*/

/* 详情页 */
.article{ padding: 60px 0 45px;}
.article-title{ margin-bottom: 22px; text-align:center;}
.article-title .h24{ margin-bottom: 13px; font-size:24px;}
.article-title .t16{ margin-bottom: 13px; }
.article-title .info{ font-size: 16px; font-family: "avignonbk"; }
.article-cont{ margin-bottom: 20px; }
.article-cont .p{ margin-bottom: 16px; text-indent: 2em; color: #666; font-size: 16px; }
.article-cont .p.imgwrap{text-indent: 0em; margin: 30px 0; }
.article-cont img{ max-width: 100%; height: auto !important;}
.article-paging{ overflow: hidden; padding:20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; line-height: 26px;}
.article-paging .prev, .article-paging .next{ position: relative; width:40%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.article-paging .prev{ float: left; padding-left: 40px;}
.article-paging .next{ float: right; padding-right: 40px; text-align: right;}
.article-paging .prev:before, .article-paging .next:before{ position: absolute; width:24px; border:1px solid; border-radius: 50%; font-size:16px; text-align: center; line-height: 1.5;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.article-paging .prev:before{ content:"\e831"; left: 0;}
.article-paging .next:before{ content:"\e832"; right: 0;}
.article-paging a:hover{ opacity: 0.8;}
.article-cont video { /*width: 800px; height: auto;*/ max-width: 100%; display: block; margin: 0 auto; }

.article .share-mod{ padding: 30px 0; }

.article .provenance{ text-align: right; }

.article-cont ol{
	list-style: decimal;
}
.article-cont ul,.article-cont li {
    list-style: inherit;
}

/* 搜索结果页 */
.result{ padding:60px 0; }
.result .key{ color:#596093; }
.result .h24{ font-size:24px; }
.result .h24 span{ margin-left: 30px; font-size:18px; color:#707070; }
.result .list{ margin-bottom: 50px; }
.result .list-item{ padding:30px 0; border-bottom:1px solid #d1d1d1; }  
.result .list .h18{ font-size:18px; margin-bottom: 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.result .list .p{ color:#707070; text-align: justify; }
.result .list a:hover{ color: #596093;}

/* 网站地图 */
.sitemap{ padding:60px 0; }
.sitemap dl{ padding: 20px 0; border-bottom: 1px solid #eee;}
.sitemap dt{ font-size: 16px; }
.sitemap dd{ margin-top: 20px; padding-left: 4em; word-break: keep-all;}
.sitemap dd a{ margin-right: 20px;}
.sitemap a:hover{ opacity: 0.8;}

.t16{ font-size: 16px; }
.t18{ font-size: 18px; }
.t20{ font-size: 20px; }
.t22{ font-size: 22px; }
.t28{ font-size: 28px; }
.t30{ font-size: 30px; }
.t30{ text-align: center; width: 400px; margin: 0 auto; position: relative; }
.t30:before{ content: ""; width: 100%; height: 1px; background: #c6c6c6; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.t30 span{ display: inline-block; padding: 0 20px; background: #ebebeb; margin: auto; position: relative; z-index: 9; }

.hbanner{ position: relative; }
.hbanner .li{ background-repeat: no-repeat; background-position: center; background-size: cover; }
.hbanner .li .msk{ width: 100%; height: 100%; background: url(../image/temp/bannermsk_02.png) no-repeat center; background-size: cover; }
.hbanner .slick-dots{ bottom: 58px; }
.hbanner .slick-nav{ bottom: 79px; }

.x-container{ background: #ebebeb; overflow: hidden; }

.hbox1{ height: 421px; }
.hbox1 .con{ color: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.4); position: relative; top: -40px; }
.hbox1 .l{ float: left; width: 690px; height: 331px; padding: 40px; background: url(../image/temp/h1back_03.jpg) no-repeat center; }
.hbox1 .ll{ float: left; width: 385px; }
.hbox1 .ll .t28{ line-height: 1.2; }
.hbox1 .ll .list .li{ float: left; text-align: center; }
.hbox1 .ll .list .li+.li{ margin-left: 74px; }
.hbox1 .ll .list .li .tiem{ position: relative; font-size: 34px; margin-bottom: 15px; color: #878cb9; font-family: "Arial"; line-height: 1; }
.hbox1 .ll .list .li+.li .tiem:after{ content: ""; width: 32px; height: 2px; background: #878cb9; position: absolute; top: 0; bottom: 0; left: -50px; 
margin: auto; }
.hbox1 .ll .tips{ text-align: right; margin: 0 0 18px; color: #fff; font-size: 16px; }
.hbox1 .ll .tips span{ padding-left: 24px; background: url(../image/temp/tipsicon_03.png) no-repeat left center; }
.hbox1 .ll .list2{ margin-top: 42px; }
.hbox1 .ll .list2 .item{float: left; text-align: center;}
.hbox1 .ll .list2 .item+.item{ margin-left: 20px; }
.hbox1 .ll .list2 .item .icon{ width: 80px; height: 80px; margin-bottom: 14px; background: url(../image/temp/h1iconb_03.png) no-repeat center; }
.hbox1 .ll .list2 .item .icon img{ width: 100%; height: 100%; }
.hbox1 .lr{ margin-left: 424px; height: 289px; padding: 40px 34px 0; color: #9297c9; background: url(../image/temp/h1lrback_03.png) no-repeat center; }
.hbox1 .lr .t22{ text-align: center; margin-bottom: 22px; color: #fff; }
.hbox1 .lr .pa{ padding-left: 20px; line-height: 28px; margin-bottom: 9px; position: relative; }
.hbox1 .lr .pa:after{ content: ""; width: 8px; height: 8px; position: absolute; background: #9297c9; border-radius: 50%; left: 0; top: 10px; }
.hbox1 .lr .tele{ margin: 22px 0 7px; }
.hbox1 .lr .tele span{ font-size: 18px; font-family: "Arial"; }
.hbox1 .lr .tele span,.hbox1 .lr .add span{ margin-left: 10px; }
.hbox1 .lr .pa,.hbox1 .lr .tele,.hbox1 .lr .add{ color: #fff; }
.hbox1 .r{ float: right; width: 374px; height: 378px; padding: 33px 43px 0; background: url(../image/temp/h1back_04.jpg) no-repeat center; }
.hbox1 .r .rcon{ margin-top: 19px; }
.hbox1 .r .rcon .li{ border-bottom: 1px dashed #386459; padding: 0 0 10px 5px; }
.hbox1 .r .rcon .li+.li{ padding-top: 10px; }
.hbox1 .r .rcon .ll{ float: left; width: 275px; }
.hbox1 .r .rcon .ll .t18{ margin-bottom: 13px; }
.hbox1 .r .rcon .ll .p1{ margin-bottom: 3px; }
.hbox1 .r .rcon .ll .pt{ display: inline-block; width: 50px; text-align-last: justify; }
/*.hbox1 .r .rcon .ll .pname,.hbox1 .r .rcon .ll .ptime{ float: left; }*/
/*.hbox1 .r .rcon .ll .ptime{ margin-left: 16px; }*/
.hbox1 .r .rcon .a{ margin-left: 305px; position: relative; top: 10px; width: 64px; text-align: center; line-height: 64px; background: url(../image/temp/xqback_03.png) no-repeat center; }
.hbox1 .r .rcon .a a{ display: block; }
.hbox1 .r .more{ text-align: center; margin-top: 24px; }

.hbox2{ position: relative; padding: 50px 0 45px; }
.hbox2 .bg{ height: 290px; background: #dadada; position: absolute; top: 0; left: 0; right: 0; }
.hbox2 .l{ float: left; width: 530px; height: 447px; padding: 43px 40px 0; background: url(../image/temp/h2lback_03.jpg) no-repeat center; 
background-size: cover; box-shadow: 0px 0px 20px rgba(0,0,0,.3); position: relative; }
.hbox2 .l .t28{ margin-bottom: 9px; }
.hbox2 .l .more{ width: 179px; padding: 14.5px 0; background: #596093; text-align: center; border-radius: 50px; position: absolute;
bottom: 44px; left: 0; right: 0; margin: auto; color: #fff; }
.hbox2 .l .img{ width: 369px; height: 333px; position: absolute; top: 90px; left: 134px; }
.hbox2 .l .img img{ width: 100%; height: 100%; }
.hbox2 .r{ margin-left: 620px; }
.hbox2 .r .item{ width: 100%; height: 240px; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); position: relative; color: #FFFFFF; }
.hbox2 .r .item+.item{ margin-top: 10px; }
.hbox2 .r .item img{ width: 100%; height: 100%; }
.hbox2 .r .item .mask{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/h2rmsk_03.png) no-repeat center; }
.hbox2 .r .item .p{ position: absolute; padding: 0 30px; left: 0; bottom: 20px; }
.hbox2 .r .item .p span{ margin-left: 20px; }
.hbox2 .r .item .state{ width: 71px; height: 71px; background: url(../image/temp/ztshow_03.png) no-repeat center; color: #fff; position: absolute; top: 0; right: 0; }
.hbox2 .r .item .state span{ display: block; width: 32px; position: absolute; right: 10px; bottom: 22px; line-height: 21px; }
.hbox2 .r .item.ns .state{ background-image: url(../image/temp/ztnshow_03.png); }

.hbox3{ padding-bottom: 32px; position: relative; }
.hbox3 .bg{ width: 100%; height: 243px; background: #dadada; position: absolute; left: 0; bottom: 0; }
.hbox3 .htop .l{ float: left; }
.hbox3 .t28,.hbox3 .t16{ display: inline-block; }
.hbox3 .t16{ margin: 0 0 0 37px; }
.hbox3 .tab{ text-align: center; float: right; }
.hbox3 .tab .inner{ display: inline-block; }
.hbox3 .tab .li{ float: left; cursor: pointer; width: 128px; padding: 8.5px 0; text-align: center; background: #878cb9; color: #fff; margin-left: 10px; }
.hbox3 .tab .li.cur{ background: #454b70; }
.hbox3 .con{ margin-top: 15px; height: 399px; position: relative; }
.hbox3 .con .child{ position: absolute; width: 100%; top: 0; left: 0; opacity: 0; visibility: hidden; }
.hbox3 .con .child.on{ opacity: 1; visibility: visible; }
.hbox3 .con .roundabout_box{ width: 100%; position: relative; overflow: hidden; padding: 15px 0; }
.hbox3 .con .roundabout_box .roundabout-holder{ height: 345px; }
.hbox3 .con .roundabout_box li{ position: relative; width: 615px; height: 345px; color: #fff; box-shadow: 0px 0px 15px rgba(0,0,0,0.4); }
.hbox3 .con .roundabout_box li img{ width: 100%; height: 100%; }
.hbox3 .con .roundabout_box li .mask{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../image/temp/h3ms2_03.png) no-repeat center; }
.hbox3 .con .roundabout_box li .tbox{ position: absolute; padding: 0 35px 25px; bottom: 0; left: 0; display: none; }
.hbox3 .con .roundabout_box li.roundabout-in-focus .mask{ background-image: url(../image/temp/h3ms1_03.png); }
.hbox3 .con .roundabout_box li.roundabout-in-focus .tbox{ display: block; }
.hbox3 .con .roundabout_box .slick-arrow{ z-index: 999; background-color: transparent; background-repeat: no-repeat; background-position: center; width: 20px; height: 36px; }
.hbox3 .con .roundabout_box .prev{ left: 247px; background-image: url(../image/temp/h3btnl_03.png); }
.hbox3 .con .roundabout_box .next{ right: 247px; background-image: url(../image/temp/h3btnr_03.png); }
.hbox3 .con .more{ font-size: 16px; text-align: center; padding-top: 5px; }

.hbox4{ padding-bottom: 32px; position: relative; }
.hbox4 .bg{ width: 100%; height: 377px; background: #dadada; position: absolute; top: 0; left: 0; }
.hbox4 .top .ttbox{ float: left; }
.hbox4 .top .ttbox .t28,.hbox4 .top .ttbox .t16{ display: inline-block; }
.hbox4 .top .ttbox .t16{ margin-left: 37px; }
.hbox4 .top .ttab{ float: right; }
.hbox4 .top .ttab .li{ float: left; width: 128px; padding: 8.5px 0; text-align: center; cursor: pointer; background: #878cb9; color: #fff; }
.hbox4 .top .ttab .li+.li{ margin-left: 10px; }
.hbox4 .top .ttab .li.cur{ background: #454b70; }
.hbox4 .con{ margin-top: 28px; }
.hbox4 .con .child{ display: none; }
.hbox4 .con .li{ width: 300px; height: 377px; float: left; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,.3); }
.hbox4 .con .li+.li{ margin-left: 10px; }
.hbox4 .con .li img{ width: 100%; height: 100%; }
.hbox4 .con .li .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/op05_03.png) no-repeat center; }
.hbox4 .con .li .t16{ text-align: center; position: absolute; left: 0; right: 0; bottom: 33px; color: #fff; }
.hbox4 .con .more{ padding-top: 26px; text-align: center; font-size: 16px; }

.hbox5{ padding-bottom: 60px; }
.hbox5 .t28{ text-align: center; }
.hbox5 .t16{ text-align: center; margin: 9px 0 30px; }
.hbox5 .con{ box-shadow: 0px 0px 20px rgba(0,0,0,.4); overflow: hidden; }
.hbox5 .con .l,.hbox5 .con .m{ float: left; }
.hbox5 .con .l{ width: 270px; height: 245px; color: #fff; padding: 75px 50px 0 45px;background-repeat: no-repeat; background-position: center; /*background-size: cover;*/ color: #fff; }
.hbox5 .con .l .li{ display: block; }
.hbox5 .con .l .li+.li{ margin-top: 35px; }
.hbox5 .con .l .icon{ width: 54px; height: auto; float: left; }
.hbox5 .con .l .icon img{ width: 100%; height: auto; }
.hbox5 .con .l .pbox{ margin-left: 72px; }
.hbox5 .con .l .pbox .p{ margin-top: 4px; height: 44px; }
.hbox5 .con .m{ width: 500px; height: 320px; overflow: hidden; }
.hbox5 .con .m .img{ width: 500px !important; height: 320px; position: relative; }
.hbox5 .con .m .img img{ width: 100%; height: 100%; }
.hbox5 .con .m .img .msk{ width: 100%; height: 100%; background: url(../image/temp/h5mask_03.png) no-repeat center; position: absolute; top:0; left: 0; }

.hbox6{ padding: 50px 0; background: #dadada; }
.hbox6 .l{ box-shadow: 0px 0px 20px rgba(0,0,0,.4); float: left; width: 690px; height: 377px; padding: 33px 40px 0; background: url(../image/temp/h6lback_03.jpg) no-repeat center; background-size: cover; }
.hbox6 .l .top .t28{ float: left; }
.hbox6 .l .top .ttab{ float: right; }
.hbox6 .l .top .ttab .tli{ float: left; width: 108px; line-height: 44px; background: #878cb9; color: #fff; cursor: pointer; text-align: center; }
.hbox6 .l .top .ttab .tli+.tli{ margin-left: 10px; }
.hbox6 .l .top .ttab .tli.cur{ background: #454b70; }
.hbox6 .l .con .item{ display: none; }
.hbox6 .l .con .ltime{ font-size: 18px; color: #596093; font-family: "avignonbk"; }
/* .hbox6 .l .con .ltime span{ font-size: 40px; line-height: 1; } */
.hbox6 .l .con .t18{ margin: 4px 0 8px; }
.hbox6 .l .con .p{ color: #666; }
.hbox6 .l .con .li{ padding: 10px 0 15px; position: relative; z-index: 9; }
.hbox6 .l .con .li+.li{ border-top: 1px solid #c6c6c6; }
.hbox6 .l .con .item .more{ text-align: right; }
.hbox6 .r{ box-shadow: 0px 0px 20px rgba(0,0,0,.4); margin-left: 784px; color: #fff; }
.hbox6 .r .rtop{ padding: 33px 50px 0; height: 304px; background: url(../image/temp/h6rback_03.jpg) no-repeat center; }
.hbox6 .r .rtop .ttbox{ position: relative; }
.hbox6 .r .rtop .ttbox .more{ position: absolute; right: 0; top: 0; line-height: 42px; }
.hbox6 .r .rtop .li{ font-size: 16px; padding: 15px 0; position: relative; z-index: 9; }
.hbox6 .r .rtop .li+.li{ border-top: 1px solid #586092; }
.hbox6 .r .rtop .li .ltime{ color: #a2adf4; font-family: "avignonbk"; margin-top: 3px; }
.hbox6 .r .rbottom{ line-height: 71px; background: url(../image/temp/h6rback_06.jpg) no-repeat center; border-top: 2px solid #dadada; text-align: center; }
.hbox6 .r .rbottom a{ display: block; position: relative; z-index: 9; }

.tp{ position: absolute; left: 0; top: 0; bottom: 0; display: block; width: 48px; text-align-last: justify; text-align: justify;text-justify:inter-ideograph; }
.tp:after{ content: ""; display: inline-block; width: 100%; }
.tp:before{ content: "："; position: absolute; top: 0; bottom: 0; right: -16px; margin: auto; }

.act_article{ padding: 65px 0 60px; }
.act_article .con1 .img{ float: left; width: 615px; height: 375px; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,.3);}
.act_article .con1 .img img{ width: 100%; height: 100%; }
.act_article .con1 .img .msk{ width: 100%; height: 100%; position: absolute; top:0; left: 0; background: url(../image/temp/hdxqmask_03.png) no-repeat center; }
.act_article .con1 .tbox{ float: right; width: 615px; }
.act_article .con1 .tbox .t28{ padding: 23px 0 30px 40px; }
.act_article .con1 .tbox .con{ box-shadow: 0px 0px 15px rgba(0,0,0,.3); height: 192px; padding: 38px 45px 50px 40px; }
.act_article .con1 .tbox .t16{ position: relative; margin-bottom: 12px; }
.act_article .con1 .tbox .t16 .p{ padding-left: 64px; display: block; }
.act_article .con1 .tbox .cbtn{ margin-top: 25px; width: 179px; line-height: 44px; color: #fff; background: #596093; border-radius: 44px; text-align: center; }
.act_article .con1 .tbox .cbtn a{ display: block; }
.act_article .con1 .tbox .cbtn img{ width: 19px; margin-right: 10px; }
.act_article .con2{ padding-top: 53px; }
.act_article .con2 .t28{ text-align: center; }
.act_article .con2 .p{ text-indent: 2em; color: #666; margin: 23px 0 30px; }
.act_article .con2 .img{ width: 850px; height: 450px; margin: 0 auto; box-shadow: 0px 0px 15px rgba(0,0,0,.3); }
.act_article .con2 .img img{ width: 100%; height: 100%; }

.pub_article{ padding: 65px 0; }
.pub_article .img{ width: 320px; height: 425px; float: left; }
.pub_article .img img{ width: 100%; height: 100%; }
.pub_article .tbox{ float: right; width: 870px; }
.pub_article .tbox .t28{ padding: 23px 0 14px; border-bottom: 1px solid #c6c6c6; position: relative; }
.pub_article .tbox .t28:after{ content: ""; width: 110px; height: 3px; background: #596093; position: absolute; bottom: -1px; left: 0; }
.pub_article .tbox .list{ margin: 30px 0 36px; }
.pub_article .tbox .list .li{ position: relative; padding-left: 64px; font-size: 16px; margin-bottom: 10px; }

.pub_article .con{ border: 1px solid #c6c6c6; padding: 38px 40px; }
.pub_article .con .p{ text-indent: 2em; color: #666; margin-top: 11px; }

.visit{ padding: 50px 0 34px; }
.vis1{ padding-bottom: 60px; }
.vis1 .con{ margin-top: 26px; color: #fff; }
.vis1 .con .l{ width: 195px; height: 423px; box-shadow: 0px 0px 15px rgba(0,0,0,.3); padding: 33px 40px 48px; float: left; background: url(../image/temp/cg1jpg_03.jpg) no-repeat center; }
.vis1 .con .l .t28{ margin-bottom: 12px; text-align: center; }
.vis1 .con .l .li{ margin-top: 30px; }
.vis1 .con .l .lt{ font-size: 36px; font-family: "Arial"; color: #878cb9; line-height: 1; /*margin-bottom: 12px;*/ }
.vis1 .con .l .lt1{ font-size: 42px; text-align: center; margin-top: 20px; white-space: nowrap; }
.vis1 .con .l .tips{ padding-left: 24px; background: url(../image/temp/tipsicon_03.png) no-repeat left center; color: #9297c9; color: #fff; font-size: 16px; margin-top: 50px;}
.vis1 .con .l .li .lt,.vis1 .con .l .li .t16{ display: inline-block; }
.vis1 .con .l .li .lt{ margin-left: 10px; }
.vis1 .con .r{ width: 866px; height: 424px; box-shadow: 0px 0px 15px rgba(0,0,0,.3); padding: 35px 40px 45px; background: url(../image/temp/cg1jpg_05.jpg) no-repeat center; float: right; }
.vis1 .con .r .rl{ float: left; width: 482px; }
.vis1 .con .r .rl .c1li{ padding-left: 20px; position: relative; margin-bottom: 5px; }
.vis1 .con .r .rl .c1li .num{ position: absolute; left: 0; top: 0; }
.vis1 .con .r .rl .c1li .lli{ position: relative; padding-left: 18px; margin-top: 5px; }
.vis1 .con .r .rl .c1li .lli:after{ content: ""; width: 8px; height: 8px; border: 2px solid #41796b; border-radius: 50%; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.vis1 .con .r .rl .con1{ margin-top: 23px; }
.vis1 .con .r .rl .con1 .t20{ margin-bottom: 10px; }
.vis1 .con .r .rl .con2{ margin-top: 14px; }
.vis1 .con .r .rl .con2 .t16{ margin-bottom: 9px; }
.vis1 .con .r .rl .con2 .p{ margin-bottom: 5px; }
.vis1 .con .r .rr{ margin-left: 509px; height: 392px; padding: 32px 37px 0; background: url(../image/temp/cg1png1_03.png) no-repeat center; }
.vis1 .con .r .rr .top{ width: 138px; margin: 0 auto 88px; text-align: center; }
.vis1 .con .r .rr .top .icon{ height: 32px; margin-bottom: 7px; }
.vis1 .con .r .rr .top .icon img{ height: 100%; width: auto; }
.vis1 .con .r .rr .con .p{ padding-left:22px; position: relative; }
.vis1 .con .r .rr .con .p+.p{ margin-top: 12px; }
.vis1 .con .r .rr .con .p:after{ content: ""; width: 8px; height: 8px; border-radius: 50%; border: 2px solid #40776a; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.vis1 .con .r .rr .con .t1{ margin-bottom: 18px; }
.vis1 .con .r .rr .con .t2{ margin-top: 20px; }

.vis2{ padding: 60px 0 50px; background: #dadada; }
.vis2 .con{ box-shadow: 0px 0px 15px rgba(0,0,0,.3); }
.vis2 .l{ width: 830px; height: 508px; float: left; }
.vis2 .l .img{ display: none; }
.vis2 .l .img,.vis2 .l .img img{ width: 100%; height: 100%; }
.vis2 .r{ width: 240px; float: right; background: url(../image/temp/cg2jpg_04.jpg) no-repeat center; padding: 33px 80px 0; height: 475px; }
.vis2 .r .list{ margin-top: 34px; }
.vis2 .r .list .li{ line-height: 45px; font-size: 16px; cursor: pointer; margin-bottom: 55px; }
.vis2 .r .list .li .num{ float: left; width: 45px; margin-right: 12px; border-radius: 50%; background: #878cb9; text-align: center; color: #fff; position: relative; }
.vis2 .r .list .li+.li .num:after{ content: ""; width: 1px; height: 15px; background: #878cb9; position: absolute; left: 0; right: 0; top: -35px; margin: auto; }
.vis2 .r .list .li.cur .num{ background: #454b70; }

.vis3{ padding: 60px 0 50px; }
.vis3 .l{ width: 695px; float: left; }
.vis3 .l .li{ filter: none !important; position: relative; text-align: center; display: table !important; width: 223px !important; height: 203px; background: #e9e9e9; 
float: left; margin: 0 10px 10px 0; border: 1px solid rgba(0,0,0,.3); }
.vis3 .l .li.mn{ margin-right: 0; }
.vis3 .l .li .inner{ display: table-cell; vertical-align: middle; }
.vis3 .l .li .icon{ height: 64px; margin-bottom: 20px; } 
.vis3 .l .li .icon img{ height: 100%; width: auto; display: inline; }
.vis3 .l .li .p{ width: 100%; height: 205px; text-align: left; color: #fff; position: absolute; top: 0; left: 0; background: #878cb9; display: none; }
.vis3 .l .li .p .inner{ padding: 0 34px; text-align: justify; }
.vis3 .l .slick-dots{ bottom: -20px; }
.vis3 .l .slick-dot:after{ background: #333; }
.vis3 .l .slick-active:after{ background: #fff; }
.vis3 .r{ margin-left: 730px; height: 420px; filter: none !important; box-shadow: 0px 0px 15px rgba(0,0,0,.4); background: url(../image/temp/cg3rback_03.jpg) no-repeat center; color: #fff; position: relative; }
.vis3 .r .t28,.vis3 .r .p1{ text-align: center; }
.vis3 .r .t28{ padding-top: 33px; }
.vis3 .r .p1{ margin: 10px 40px 0; }
.vis3 .r .tbox1{ position: absolute; bottom: 36px; left: 40px; }
.vis3 .r .tbox1 .p{ margin-top: 6px; }
.vis3 .r .qj{ width: 124px; height: 124px; text-align: center; background: url(../image/temp/cg3png1_03.png) no-repeat center; position: absolute; right: 0; bottom: 0;  }
.vis3 .r .qj .icon{ height: 34px; margin-bottom: 5.5px; }
.vis3 .r .qj .icon img{ height: 100%; }
.vis3 .r .qj a{ display: block; padding: 47px 0 0 28px; box-sizing: border-box; width: 100%; height: 100%; }

.vis4{ padding: 60px 0; background: #cbcbcb; }
.vis4 .l{ padding: 37px 39px 0; filter: none !important; background: url(../image/temp/cg4lback_03.jpg) no-repeat center; float: left; width: 377px; height: 483px; color: #fff; }
.vis4 .l .t18{ margin: 22px 0 12px; }
.vis4 .l .p{ margin-top: 9px; }
.vis4 .l .con{ margin-top: 30px; }
.vis4 .l .cli .icon{ width: 66px; height: 66px; float: left; background: url(../image/temp/cg4png_03.png) no-repeat center; }
.vis4 .l .cli .icon img{ width: 100%; height: 100%; }
.vis4 .l .cli .ctbox{ margin-left: 80px; }
.vis4 .l .cli .ctbox .t18{ margin: 0; padding: 2px 0 10px; }
.vis4 .l .cli .ctbox .p{ margin-top: 0; text-align: justify; }
.vis4 .l .cli+.cli{ margin-top: 30px; }
.vis4 .r{ margin-left: 455px; height: 520px; filter: none !important; overflow: hidden;}
.vis4 .r img {width: 100%;}
.vis4 .r .bdmap{ width: 100%; height: 100%; }

.vis5{ padding-top: 52px; }
.vis5 .t28{ text-align: center; margin-bottom: 26px; }
.vis5 .list .li{ width: 208px; margin-right: 42px; margin-bottom: 22px; float: left; text-align: center; filter: none !important; }
.vis5 .list .li.mn{ margin-right: 0; }
.vis5 .list .li .icon{ width: 66px; margin: 0 auto 12px; }
.vis5 .list .li .icon img{ width: 100%; height: auto; }
.vis5 .list .li .t16{ height: 48px; }

.event{ padding: 50px 0 60px; }
.event .list{ padding: 27px 0 15px; }
.event .list .eli{ width: 398px; height: 173px;filter: none !important; float: left;  margin: 0 15px 15px 0; box-shadow: 0px 0px 15px rgba(0,0,0,0.4); position: relative; }
.event .list .eli:after{ content: ""; width: 5px; height: 100%; background: #974a52; position: absolute; top: 0; left: 0; }
.event .list .eli.mn{ margin-right: 0; }
.event .list .eli a{ display: block; padding: 35px 40px 0; width: 100%; height: 100%; box-sizing: border-box; }
.event .list .eli .tp{ width: 56px; }
.event .list .eli .li2,.event .list .eli .li1 .lli{ position: relative; padding-left: 70px; }
.event .list .eli .li1 span{ display: block; }
.event .list .eli .li2{ margin-top: 3px; }
.event .list .eli .t18{ margin-bottom: 30px; height: 54px; }

.publications{ padding: 50px 0 60px; }
.publications .con{ margin: 27px 0 0; }
.publications .con .cli{ width: 300px; text-align: center; float: left; box-shadow: 0px 0px 20px rgba(0,0,0,0.4); margin: 0 10px 35px 0;filter: none !important;}
.publications .con .cli a{ display: block; padding: 15px 0 22px; }
.publications .con .cli.mn{ margin-right: 0; }
.publications .con .cli .cimg{ width: 270px; height: 358px; overflow: hidden; margin: 0 auto 20px; }
.publications .con .cli .cimg img{ width: 100%; height: 100%; }

.slick-nav{ position: absolute; font-size: 18px; bottom: 26px; color: #fff; left: 0; right: 0; text-align: center; }
.alerts{ padding: 50px 0 60px; }
.alerts .con1{ margin: 27px 0 20px; }
.alerts .con1 .cimgbox{ width: 615px; height: 345px; overflow: hidden; float: left; position: relative; }
.alerts .con1 .cimgbox .img,.alerts .con1 .cimgbox img{ width: 100%; height: 100%; }
.alerts .con1 .rbox{ margin-left: 614px; height: 285px; padding: 60px 40px 0; box-sizing: content-box; -webkit-box-sizing: content-box; background: url(../image/temp/kxrboxb_03.jpg) no-repeat center; color: #fff; }
.alerts .con1 .rbox .ritem{ width: auto !important; }
.alerts .con1 .rbox .tiem{ font-size: 18px; font-family: "avignonbk"; }
.alerts .con1 .rbox .tiem span{ font-size: 40px; line-height: 1; }
.alerts .con1 .rbox .t18{ margin: 10px 0; }
.alerts .con1 .rbox .p{ text-indent: 2em; margin-bottom: 27px; }
.alerts .con2 .li{ box-shadow: 0px 0px 20px rgba(0,0,0,.5); margin-bottom: 15px; position: relative; background: #e9e9e9;filter: none !important; }
.alerts .con2 .li a{ display: block; padding: 27px 43px 34px; }
.alerts .con2 .li:after{ content: ""; width: 5px; height: 100%; background: #596093; position: absolute; top: 0; left: 0; }
.alerts .con2 .li .time{ margin: 6px 0 8px; font-size: 16px; }
.alerts .con2 .li .time,.alerts .con2 .li .p{ color: #666; }
.alerts .con2 .li .ll{ width: 1036px; float: left; }
.alerts .con2 .li .rxx{ position: absolute; right: 40px; top: 0; bottom: 0; margin: auto; width: 64px; height: 64px; line-height: 64px; background: url(../image/temp/xqback1_03.png) no-repeat center; text-align: center; }
.alerts .page-mod{ margin-top: 35px; }

.about{ padding: 50px 0; }
.ab1{ margin-top: 33px; }
.ab1 .l{ width: 535px; height: 403px;filter: none !important; float: left; padding: 37px 40px 0; box-shadow: 0px 0px 15px rgba(0,0,0,.5); background-position: center; background-repeat: no-repeat; }
.ab1 .l .t28{ margin-bottom: 24px; }
.ab1 .l .p{ color: #666; text-indent: 2em; margin-bottom: 12px; text-align: justify; text-justify: inter-ideograph; }
.ab1 .l .more{ margin-top: 29px; }
.ab1 .r{ margin-left: 615px; height: 440px; box-shadow: 0px 0px 15px rgba(0,0,0,.5);filter: none !important; }
.ab1 .r img{ width: 100%; height: 100%; }
.ab2{ margin-top: 60px; box-shadow: 0px 0px 15px rgba(0,0,0,.5); }
.ab2 .l,.ab2 .r{ width: 545px; height: 407px; padding: 33px 30px 0 40px; background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; }
.ab2 .l{ float: left; }
.ab2 .l .pbox{ margin-top: 25px; height: 300px; }
.ab2 .l .pbox .p{ margin-bottom: 12px; text-indent: 2em; text-align: justify; text-justify: inter-ideograph; }
.ab2 .l .mCSB_scrollTools .mCSB_draggerRail,.ab2 .l .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #878cb9; }
.ab2 .r{ float: right; position: relative; }
.ab2 .r:after{ content: ""; width: 1px; height: 289px; background: #39675b; position: absolute; left: 40px; bottom: 0; }
.ab2 .r .li{ float: left; }
.ab2 .r .l1{ width: 150px; }
.ab2 .r .l2{ width: 135px; }
.ab2 .r .l3{ width: 260px; }
.ab2 .r .ctbox{ margin: 23px 0 15px; font-size: 18px; }
.ab2 .r .con{ height: 260px; }
.ab2 .r .con .cli{ margin-bottom: 12px; }
.ab2 .r .con .cli:after{ content: ""; display: block; clear: both; }
.ab2 .r .con .l1{ height: 22px; }
.ab2 .r .con .l1 span{ position: relative; padding-left: 22px; display: block; }
.ab2 .r .con .l1 span:after{ content: ""; width: 10px; height: 1px; background: #39675b; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.ab2 .r .con .l3{ width: 230px; }
.ab2 .r .mCSB_scrollTools .mCSB_draggerRail,.ab2 .r .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #39675b; }
.ab3{ margin-top: 60px; padding: 40px; background: url(../image/temp/gyjpg1_11.jpg) no-repeat center; background-size: cover; box-shadow: 0px 0px 20px rgba(0,0,0,.4); }
.ab3 .t28{ line-height: 1; }
.ab3 .l{ width: 792px; float: left; }
.ab3 .l .p{ text-indent: 2em; margin: 19px 0 37px; }
.ab3 .l .year{ padding-left: 145px; position: relative; }
.ab3 .l .year span{ line-height: 38px; position: absolute; top: 0; left: 0; }
.ab3 .l .year .select-mod{ width: 138px; }
.ab3 .l .year .select-mod .select-bar:before{ border-color: #c6c6c6; }
.ab3 .l .year .select-mod .select-btn{ height: 28px; }
.ab3 .l .year .select-mod .select-val{ line-height: 28px; } 
.ab3 .l .con{ height: 330px; padding: 44px 0 0 0; position: relative; }
.ab3 .l .con:after{ content: ""; width: 1px; height: 320px; background: #c6c6c6; position: absolute; bottom: 0; left: 6px; }
.ab3 .l .p,.ab3 .l .lp{ color: #666; }
.ab3 .l .con .lt{ margin: 8px 0; }
.ab3 .l .con .t16{ position: relative; }
.ab3 .l .con .t16:after{ content: ""; width: 11px; height: 11px; background: #f0f0f0; border-radius: 50%; border: 1px solid #c7c7c7; position: absolute; top: 0; bottom: 0; z-index: 9; left: -33px; margin: auto; }
.ab3 .l .con .li{ margin-bottom: 22px; padding-left: 33px; }
.ab3 .l .mCSB_scrollTools .mCSB_draggerRail,.ab3 .l .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #c6c6c6; }
.ab3 .r{ margin-left: 820px; }
.ab3 .r .rimg{ width: 100%; height: 186px; }
.ab3 .r .rimg img{ width: 100%; height: 100%; }
.ab3 .r .rimg+.rimg{ margin-top: 10px; }
.ab4{ margin-top: 54px; }
.ab4 .t28{ text-align: center; }
.ab4 .con{ height: 361px; width: 100%; margin-top: 23px; }
.ab4 .con img{ width: 100%; height: 100%; }

.ab5{ margin-top: 53px; }
.ab5 .t28{ text-align: center; }
.ab5 .list{ margin-top: 28px; }
.ab5 .list .li{ width: 320px; height: 80px;filter: none !important; background: #E9E9E9; box-shadow: 0px 0px 15px rgba(0,0,0,.3); padding: 35px 40px; float: left; margin: 0 15px 15px 0; }
.ab5 .list .li.mn{ margin-right: 0; }
.ab5 .list .t18{ position: relative; margin-bottom: 7px; }
.ab5 .list .t18:after{ content: ""; width: 8px; height: 8px; border: 2px solid #878cb9; border-radius: 50%; position: absolute; top: 0; bottom: 0; left: -20px; margin: auto; }
.ab5 .list .p{ text-align: justify; }
.ab6{ margin-top: 53px; }
.ab6 .t28{ text-align: center; }
.ab6 .con{ margin: 19px 0 0 -5px; width: 1240px; text-align: center; color: #fff; }
.ab6 .con .slick-list{ padding: 10px 0; }
.ab6 .con .li{ width: 400px !important; height: 225px; position: relative; box-shadow: 0px 0px 10px rgba(0,0,0,.5);}
.ab6 .con .li img,.ab6 .con .li .msk{ width: 100%; height: 100%; }
.ab6 .con .li .t16{ text-align: center; position: absolute; left: 0; right: 0; bottom: 16px; }
.ab6 .con .li .msk{ background: url(../image/temp/gypng2_03.png) no-repeat center; position: absolute; top: 0; left: 0; } 
.ab6 .con .slick-dots li:after{ background: #bebebe; } 
.ab6 .con .slick-dots li.slick-active:after{ background: #596093; content: "1"; font-size: 0; } 
.ab6 .con .list{ padding-bottom: 34px; }
.ab6 .con .slick-dots{ bottom: -18px; }
.ab6 .con .slick-nav{ bottom: 3px; color: #596093; }

.collection{ padding: 65px 0 45px; }
.col1{ padding-bottom: 55px; }
.col1 .l{ width: 400px; float: left; height: 502px; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,.5); }
.col1 .r{ margin-left: 440px; }
.col1 .r .t28{ padding: 23px 0 14px; margin-bottom: 30px; border-bottom: 1px solid #c6c6c6; position: relative; }
.col1 .r .t28:after{ content: ""; width: 110px; height: 3px; background: #596093; position: absolute; bottom: -2px; left: 0; }
.col1 .r .t16+.t16{ margin-top: 12px; }
.col1 .r .con{ margin-top: 45px; border: 1px solid #c6c6c6; height: 227px; padding: 35px 40px 23px; }
.col1 .r .con .mCSB_inside > .mCSB_container{ margin-right: 10px; }
.col1 .r .con .p{ text-indent: 2em; margin-bottom: 19px; }
.col2{ padding-top: 52px; position: relative; }
.col2 .bg{ width: 100%; height: 390px; background: #dadada; position: absolute; top: 0; left: 0; }
.col2 .t28{ text-align: center; }
.col2 .con{ margin-top: 15px; text-align: center; }
.col2 .con .slick-list{ padding: 10px 0; }
.col2 .con .li{ width: 300px !important; height: 377px; overflow: hidden; position: relative; color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.4); }
.col2 .con .li img{ width: 100%; height: 100%; }
.col2 .con .li .msk{ width: 100%; height: 100%; background: url(../image/temp/op05_03.png); position: absolute; top: 0; left: 0; }
.col2 .con .li .t16{ width: 100%; left: 0; position: absolute; bottom: 33px; }
.col2 .con .slick-arrow:after{ display: none; }
.col2 .con .slick-arrow{ width: 20px; height: 36px; background-repeat: no-repeat; background-position: center; border-radius: 0; background-color: transparent; }
.col2 .con .slick-prev{ background-image: url(../image/temp/h3btnl_03.png); }
.col2 .con .slick-next{ background-image: url(../image/temp/h3btnr_03.png); }
.col2 .more{ text-align: center; margin-top: 16px; }

.t24{ font-size: 24px; }
.contact{ padding: 50px 0 60px; }
.contact .con1{ margin-top: 27px; }
.contact .con1 .l{ width: 775px; height: 520px; float: left; box-shadow: 0px 0px 15px rgba(0,0,0,.4); filter: none !important; overflow: hidden;}
.contact .con1 .l img {width: 100%;}
.contact .con1 .r{ float: right; width: 355px; height: 391px; filter: none !important; box-shadow: 0px 0px 15px rgba(0,0,0,.4); padding: 129px 50px 0; 
background: url(../image/temp/lxback_03.jpg) no-repeat center; color: #fff; position: relative; }
.contact .con1 .r:after{ content: ""; width: 1px; height: 115px; background: #878cb9; position: absolute; bottom: 0; left: 74px; }
.contact .con1 .r .li{ line-height: 50px; margin-bottom: 20px; }
.contact .con1 .r .li .icon{ width: 50px; height: 50px; background: url(../image/temp/lxpng1_03.png) no-repeat center; float: left; position: relative; }
.contact .con1 .r .li .icon img{ width: 100%; height: 100%; }
.contact .con1 .r .li .t16{ margin-left: 70px; }
.contact .con1 .r .li+.li .icon:after{ content: ""; width: 1px; height: 20px; background: #878cb9; position: absolute; top: -20px; left: 0; right: 0; margin: auto; }
.contact .con1 .r .t24{ margin-bottom: 50px; }
.contact .con2{ margin-top: 53px; }
.contact .con2 .t28{ text-align: center; }
.contact .con2 .con{ margin-top: 28px; }
.contact .con2 .con .li{ float: left; border: 1px solid #c6c6c6; }
.contact .con2 .con .li input{ width: 100%; height: 100%; }
.contact .con2 .con .lt,.contact .con2 .con .ln,.contact .con2 .con .yzm{ padding: 5px 20px; width: 360px; height: 30px; }
.contact .con2 .con .ln,.contact .con2 .con .yzm{ margin-left: 12px; }
.contact .con2 .con .ly{ padding: 13px 20px; height: 122px; width: 1188px; margin-top: 15px; }
.contact .con2 .con .ly textarea{ width: 100%; height: 100%; }
.contact .con2 .tj{ width: 179px; line-height: 50px; border-radius: 50px; text-align: center; color: #fff; background: #596093; margin: 30px auto 0; }
.contact .con2 .tj a{ display: block; width: 100%; height: 100%; }
.contact .con2 .con .yzm{ position: relative; margin-left: 0; margin-top: 15px; }
.contact .con2 .con .yzm input{ width: 70%; }
.contact .con2 .con .yzm .vcode{ cursor: pointer; background: #25443c; color: #fff; font-family: "Arial"; width: 98px; line-height: 42px; text-align: center; position: absolute; top: -1px; right: -1px; }

.project{ padding: 50px 0 60px; }
.project .p1,.project .p{ color: #666; text-indent: 2em; }
.project .p1{ margin: 13px 0 40px; font-size: 16px; }
.project .li{ position: relative; filter: none !important; }
.project .li+.li{ margin-top: 55px; }
.project .li .limg{ width: 750px; height: 421px; overflow: hidden; position: relative; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
.project .li .limg img{ width: 100%; height: 100%; }
.project .li .limg .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/ztmsk_03.png) no-repeat center; }
.project .li .ltbox{ position: absolute; bottom: 0; right: 0; padding: 89px 50px 0; width: 440px; height: 276px; background: #e9e9e9; box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
.project .li .ltbox .state{ width: 71px; height: 71px; background: url(../image/temp/ztshow_03.png) no-repeat center; color: #fff; position: absolute; top: 0; right: 0; }
.project .li .ltbox .state span{ display: block; width: 32px; position: absolute; right: 10px; bottom: 22px; line-height: 21px; }
.project .li .ltbox .p{ margin: 15px 0 32px; text-align: justify; }
.project .li .ltbox .lli{ margin-top: 8px; }
.project .li.ns .ltbox .state{ background-image: url(../image/temp/ztnshow_03.png); }
.project .loading{ width: 44px; height: 44px; background: url(../image/temp/load_03.png) no-repeat center; margin: 35px auto 0; cursor: pointer; }
.project #more{ text-align: center; margin-top: 35px; }

.permanent{ padding: 50px 0 45px; }
.permanent .perp{ margin: 13px 0 30px; color: #666; font-size: 16px; }
.permanent .perp,.permanent .p{ text-indent: 2em; }
.per1{ }
.per1 .l{ width: 615px; height: 345px; float: left; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.4);filter: none !important; }
.per1 .l .msk{ width: 100%; height: 100%; background: url(../image/temp/csmsk1_03.png) no-repeat center; position: absolute; top: 0; left: 0; }
.per1 .l img{ width: 100%; height: 100%; }
.per1 .r{ margin-left: 615px; width: 515px; height: 265px;filter: none !important; padding: 80px 50px 0; box-shadow: 0px 0px 20px rgba(0,0,0,.4); background: url(../image/temp/csimg_04.jpg) no-repeat center; color: #fff; }
.per1 .r .p{ margin: 15px 0 20px; text-align: justify; }
/*.per2{ margin-top: 35px; }
.per2 .li{ width: 604px; float: left; }
.per2 .li+.li{ margin-left: 20px; }
.per2 .li .limg{ width: 100%; height: 339px; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.4); }
.per2 .li .limg img{ width: 100%; height: 100%; }
.per2 .li .limg .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/csmsk2_03.png) no-repeat center; }
.per2 .li .tbox{ width: 465px; padding: 33px 40px 37px; margin: -44px auto 0; background: #e9e9e9; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.4); z-index: 9; }
.per2 .li .tbox .p{ margin: 10px 0 17px; }*/

.per1,.per2li,.per3{ float: left; }
.per2li{ width: 604px;margin-top: 35px; float: left; }
.per2li+.per2li{ margin-left: 20px; }
.per2li .limg{ width: 100%; height: 339px; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.4); }
.per2li .limg img{ width: 100%; height: 100%; }
.per2li .limg .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/csmsk2_03.png) no-repeat center; }
.per2li .tbox{ width: 465px; padding: 33px 40px 37px; margin: -44px auto 0; background: #e9e9e9; position: relative; box-shadow: 0px 0px 20px rgba(0,0,0,.4); z-index: 9; }
.per2li .tbox .p{ margin: 10px 0 17px; }

.per3{ margin-top: 35px; width: 100%; box-shadow: 0px 0px 20px rgba(0,0,0,.4); }
.per3 .l{ width: 515px; height: 265px; background: url(../image/temp/csimg_13.jpg) no-repeat center; color: #fff; padding: 80px 50px 0; float: left; }
.per3 .l .p{ margin: 15px 0 22px; text-align: justify; }
.per3 .r{ margin-left: 615px; height: 345px; position: relative; }
.per3 .r img{ width: 100%; height: 100%; }
.per3 .r .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/csmsk1_03.png) no-repeat center; }
.per4{ margin-top: 53px; }
.per4 .t28{ text-align: center; }
.per4 .con{ margin-top: 28px; }
.per4 .con .cli{ width: 400px; height: 225px; position: relative; float: left; color: #fff; }
.per4 .con .cli+.cli{ margin-left: 15px; }
.per4 .con .cli img{ width: 100%; height: 100%; }
.per4 .con .cli .msk{ width: 100%; height: 100%; position: absolute;top: 0; left: 0; background: url(../image/temp/csmsk3_03.png) no-repeat center;  }
.per4 .con .cli .t16{ position: absolute; left: 0; right: 0; text-align: center; bottom: 18px;  }
.per4 .ck{ margin-top: 26px; text-align: center; }

.collection-0{ padding: 50px 0; }
.collection-0 .colp{ color: #666; text-indent: 2em; margin: 13px 0 25px; font-size: 16px; text-align: justify; }
.collection-0 .coltab{ text-align: center; margin-bottom: 30px; }
.collection-0 .coltab .inner{ display: inline-block; }
.collection-0 .coltab .li{ cursor: pointer; width: 128px; line-height: 38px; color: #fff; background: #878cb9; float: left; margin: 0 5px; }
.collection-0 .coltab .li.cur{ background: #454b70; }
.collection-0 .con .li{ float: left; position: relative; color: #fff; overflow: hidden; }
.collection-0 .con .li img{ width: 100%; height: 100%; }
.collection-0 .con .li .msk{ width: 100%; height: 100%; background: url(../image/temp/op10_03.png); position: absolute; top: 0; left: 0; }
.collection-0 .con .li .t16{ position: absolute; bottom: 30px; left: 0; right: 0; text-align: center; }
.collection-0 .con .ctop .l2,.collection-0 .con .ctop .l3{ margin-left: 10px; }
.collection-0 .con .ctop .li{ box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
.collection-0 .con .ctop .l1{ width: 610px; height: 450px; }
.collection-0 .con .ctop .l2{ width: 300px; }
.collection-0 .con .ctop .l2 .limg{ width: 100%; height: 290px; overflow: hidden; }
.collection-0 .con .ctop .l2 .tbox{ padding: 28px 35px; height: 104px; text-align: center; color: #333; }
.collection-0 .con .ctop .l2 .p{ text-align: left; color: #666; margin-top: 9px; }
.collection-0 .con .ctop .l3{ width: 300px; box-shadow: none; overflow: visible; }
.collection-0 .con .ctop .l3 .ltop{ width: 100%; height: 150px; text-align: center; display: table;box-shadow: 0px 0px 15px rgba(0,0,0,0.5); background: url(../image/temp/gcjpimg_07.jpg) no-repeat center; }
.collection-0 .con .ctop .l3 .ltop span{ display: table-cell; vertical-align: middle; }
.collection-0 .con .ctop .l3 .lbot{ width: 300px; height: 290px; overflow: hidden; position: relative; margin-top: 10px;box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
.collection-0 .con .ctop .l3 .lbot .t18{ position: absolute; bottom: 30px; left: 0; right: 0; text-align: center; }
.collection-0 .con .clist{ margin-top: 35px; }
.collection-0 .con .clist .li{ width: 300px; height: 377px; margin: 0 10px 10px 0;box-shadow: 0px 0px 15px rgba(0,0,0,0.5); }
.collection-0 .con .clist .li.mn{ margin-right: 0; }
.collection-0 .page-mod{ margin-top: 20px; } 
.collection-0 .con{ position: relative; }
.collection-0 .con .child{position: absolute; top: 0; left: 0; right: 0; opacity: 0; visibility: hidden; }
.collection-0 .con .child.on{ position: static; visibility: visible; opacity: 1; }
.exhibition{ padding-bottom: 45px; }
.ex1{ height: 538px; }
.ex1 .l{ width: 50%; height: 100%; float: left; position: relative; background-repeat: no-repeat; background-position: center; filter: none !important; }
.ex1 .l .msk{ width: 100%; height: 100%; background: url(../image/temp/ztxqmsk1_02.png) no-repeat center; position: absolute; top: 0; left: 0; }
.ex1 .r{ float: right; width: 50%; height: 100%; filter: none !important; background-repeat: no-repeat; background-position: center; color: #fff; }
.ex1 .r .con{ padding: ; width: 545px; margin: 132px 0 0 50px; }
.ex1 .r .con .pbox{ height: 213px; margin-top: 13px; }
.ex1 .r .con .pbox .p{ text-indent: 2em; margin-bottom: 14px; }
.ex1 .r .mCSB_scrollTools .mCSB_draggerRail,.ex1 .r .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #878cb9; }
.ex2{ padding: 53px 0 60px; }
.ex2 .t28{ text-align: center; margin-bottom: 28px; }
.ex2 .con img{ width: 100%; height: 100%; }
.ex2 .con .cl{ width: 925px; height: 517px; float: left; }
.ex2 .con .cl .clitem{ width: 100%; height: 100%; position: relative; }
.ex2 .con .cl .clitem .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/ztxqymsk2_03.png) no-repeat center; }
.ex2 .con .cl .clitem .t16{ text-align: center; color: #fff; position: absolute; left: 0; right: 0; bottom: 18px; }
.ex2 .con .cr{ margin-left: 935px; height: 517px; }
.ex2 .con .cr .critem{ margin-bottom: 10px; width: 295px; height: 165px; position: relative; cursor: pointer; }
.ex2 .con .cr .critem .msk{ width: 100%; height: 100%; background: url(../image/temp/op50_03.png); position: absolute; top: 0; left: 0; }
.ex2 .con .cr .slick-active.slick-cloned .critem{ margin-top: 0; }
.ex2 .con .cr .slick-current .msk{ display: none; }
.ex2 .con .cr .slick-list{ height: 100% !important; }
.ex2 .con .cr .slick-arrow{ width: 35px; height: 20px; top: 20px; bottom: 20px; left: 0; right: 0; background-repeat: no-repeat; background-position: center; background-color: transparent; border-radius: 0; }
.ex2 .con .cr .slick-prev{ background-image: url(../image/temp/ztxqybtnt_03.png); bottom: auto; }
.ex2 .con .cr .slick-next{ background-image: url(../image/temp/ztxqybtnb_03.png); top: auto;  }
.ex3{ text-align: center; padding-top: 53px; position: relative; }
.ex3 .bg{ width: 100%; height: 390px; background: #dadada; position: absolute; top: 0; left: 0; }
.ex3 .t28{ margin-bottom: 18px; }
.ex3 .con .slick-list{ padding: 10px 0; }
.ex3 .con .li{ width: 300px !important; height: 377px; box-shadow: 0px 0px 10px rgba(0,0,0,.4); overflow: hidden; position: relative; color: #fff; }
.ex3 .con .li img{ width: 100%; height: 100%; }
.ex3 .con .li .msk{ width: 100%; height: 100%; background: url(../image/temp/op10_03.png); position: absolute; top: 0; left: 0; }
.ex3 .con .li .t16{ position: absolute; bottom: 18px; left: 0; right: 0; }
.ex3 .more{ margin-top: 16px; }
.ex3 .slick-arrow{ width: 20px; height: 34px; background: transparent; border-radius: 0; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; }
.ex3 .slick-arrow:after{ display: none; }
.ex3 .slick-prev{ background-image: url(../image/temp/h3btnl_03.png); left: 10px; }
.ex3 .slick-next{ background-image: url(../image/temp/h3btnr_03.png); right: 10px; }

.popular{ padding-top: 50px; }
.popu1{ margin-top: 27px; }
.popu1 .l{ float: left; width: 615px; height: 345px;filter: none !important; position: relative; overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,0.4); }
.popu1 .l img{ width: 100%; height: 100%; }
.popu1 .l .tbox{ background: url(../image/temp/op50_03.png); padding: 13px 35px; position: absolute; bottom: 0; left: 0; right: 0; color: #fff; }
.popu1 .l .tbox .ttit{ float: left; width: 85%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.popu1 .l .tbox .ttime{ float: right; }
.popu1 .r{ padding: 33px 40px 0; width: 535px;filter: none !important; height: 312px; float: right; color: #fff; background: url(../image/temp/kpimg_04.jpg) no-repeat center; box-shadow: 0px 0px 20px rgba(0,0,0,0.4); }
.popu1 .r .rtop .t28{ float: left; }
.popu1 .r .rtop .more{ float: right; }
.popu1 .r .list{ margin-top: 7px; }
.popu1 .r .list .li{ }
.popu1 .r .list .li a{ display: block; padding: 15px 0; }
.popu1 .r .list .li+.li{ border-top: 1px dashed #586092; }
.popu1 .r .list .ll{ font-size: 16px; width: 460px; float: left; }
.popu1 .r .list .ll .lltime{ color: #a2adf4; margin-top: 3px; }
.popu1 .r .list .lr{ float: right; width: 64px; line-height: 36px; text-align: center; background: url(../image/temp/kpxq_03.png) no-repeat center; }
.popu2{ margin-top: 53px; }
.popu2 .t28{ text-align: center; margin-bottom: 29px; }
.popu2 .con .cli{ width: 25%; float: left; text-align: center;filter: none !important; }
.popu2 .con .cli .cimg{ margin: 0 auto 15px; width: 230px; height: 230px; padding: 10px; background: #e9e9e9; box-shadow: 0px 0px 10px rgba(0,0,0,.3); border-radius: 50%; }
.popu2 .con .cli .cimg .inner{ width: 230px; height: 230px; border-radius: 50%; overflow: hidden; position: relative; }
.popu2 .con .cli .cimg .inner,.popu2 .con .cli .cimg .inner img{ width: 100%; height: 100%; }
.popu2 .con .cli .cimg .msk{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../image/temp/op20_03.png); }
.popu2 .more{ margin: 27px auto 0; text-align: center; width: 179px; line-height: 44px; color: #fff; background: #596093; border-radius: 44px; }
.popu3{ margin: 60px 0; }
.popu3 .top{ background: #dadada; padding: 43px 40px 36px; }
.popu3 .top .t28,.popu3 .top .t16{ text-align: center; } 
.popu3 .top .tcon span+span{ margin-left: 79px; }
.popu3 .top .t16{ margin: 23px 0 12px; }
.popu3 .p3p{ text-indent: 2em; color: #666; margin: 30px 0; }
.popu3 .list .li{ float: left; width: 300px; box-shadow: 0px 0px 15px rgba(0,0,0,.4);filter: none !important; }
.popu3 .list .li a{ display: block; padding: 15px 15px 22px; }
.popu3 .list .li+.li{ margin-left: 10px; }  
.popu3 .list .li .limg{ width: 100%; height: 358px; overflow: hidden; margin-bottom: 20px; }
.popu3 .list .li .limg img{ width: 100%; height: 100%; }
.popu3 .list .li .t16{ float: left; color: #596093; }
.popu3 .list .li .ck{ float: right; }
.popu3 .morebox{ margin-top: 30px; text-align: center; }
.popu3 .more{ display: inline-block; width: 179px; line-height: 44px; background: #596093; color: #fff; border-radius: 44px; margin: 0 15px; }
.popu3 .more a{ display: block; }
.popu4{ padding: 52px 0 60px; background: #dadada; }
.popu4 .t28{ text-align: center; margin-bottom: 18px; }
.popu4 .con{ text-align: center; }
.popu4 .con .li{ filter: none !important; }
.popu4 .con .slick-list{ padding-top: 10px; }
.popu4 .con .limg{ width: 400px !important; height: 225px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0,0,0,.4); margin: 0 auto 16px; position: relative; }
.popu4 .con .limg img{ width: 100%; height: 100%; }
.popu4 .con .limg .msk{ width: 100%; height: 100%; background: url(../image/temp/op40_03.png); position: absolute; top: 0; left: 0; }
.popu4 .con .limg .vbtn{ width: 58px; height: 58px; background: url(../image/temp/kpbtn_03.png) no-repeat center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }
.popu4 .con .slick-arrow{ width: 20px; height: 34px; bottom: auto; top: 96px; background: transparent; border-radius: 0; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
.popu4 .con .slick-arrow:after{ display: none; }
.popu4 .con .slick-prev{ background-image: url(../image/temp/h3btnl_03.png); }
.popu4 .con .slick-next{ background-image: url(../image/temp/h3btnr_03.png); }
.popu4 .more{ margin: 30px auto 0; width: 179px; line-height: 44px; background: #596093; color: #fff; border-radius: 44px; text-align: center; }



/* .w1440 .hheader .nav-mod{ left: 400px; }
.w1440 .hheader .nav-mod .nav-lv1 .nav-link{ padding-left: 20px; padding-right: 20px; } */

.pop{ display: block !important; opacity: 0; visibility: hidden; position: fixed; width: 100%; height: 100%; background: url(../image/temp/op70_03.png); top: 0; left: 0; z-index: 999; }
.pop .con{ background: #fff; width: 1230px; margin-left: -615px; position: absolute; top: 50%; left: 50%; border-radius: 3px; }
.pop .pclose{ position: absolute; width: 23px; height: 23px; top: 12px; right: 12px; background: url(../image/temp/pclose_03.png) no-repeat center; cursor: pointer;  }
.pop .btnbox{ width: 180px; line-height: 50px; text-align: center; color: #fff; background: #596093; border-radius: 30px; margin: 0 auto; }
.pop .btnbox button{ width: 100%; height: 100%; cursor: pointer; }
.pop.show{ opacity: 1; visibility: visible; }
.pop1 .con{ height: 608px; margin-top: -304px; }
.pop1 .inner{ padding: 33px 50px 45px; }
.pop1 .h24{ text-align: center; margin-bottom: 20px; }
.pop1 .tbox .li{ border: 1px solid #c6c6c6; float: left; width: 515px; height: 20px; line-height: 20px; padding: 10px 20px; margin: 0 16px 16px 0; color: #333; }
.pop1 .tbox .li.mn{ margin-right: 0; }
.pop1 .tbox .li.bz{ width: 1088px; height: 150px; line-height: 1.5; margin: 0; }
.pop1 .tbox .li input,.pop1 .tbox .li textarea{ width: 100%; height: 100%; }
.pop1 .agreed{ padding-left: 23px; position: relative; margin: 10px 0 15px; }
.pop1 .agreed .al{ width: 16px; height: 16px; background: url(../image/temp/wxzicon_03.png) no-repeat center; cursor: pointer; position: absolute; top: 50%; margin-top: -8px; left: 0; }
.pop1 .agreed .al.on{ background-image: url(../image/temp/xzicon_03.png); }
.pop1 .agreed .a{ color: #596093; text-decoration: underline; }
.pop1 .bbox{ margin-top: 24px; }
.pop1 .bbox .pbox{ margin-top: 13px; height: 80px; }
.pop1 .bbox .p+.p{ margin-top: 7px; }
.pop2 .con{ height: 483px; margin-top: -242px; }
.pop2 .inner{ padding: 34px 50px 40px; }
.pop2 .pbox{ height: 280px; margin: 16px 0 28px; }
.pop2 .pbox .p+.p{ margin-top: 10px; }
.pop1 .tbox .li input::-ms-clear, .pop1 .tbox .li input::-ms-reveal{ display: none;}
.pop1 .tbox .li input::-webkit-input-placeholder{ color: #333;}
.pop1 .tbox .li input:-moz-placeholder{ color: #333; opacity: 1;}
.pop1 .tbox .li input::-moz-placeholder{ color: #333; opacity: 1;}
.pop1 .tbox .li input:-ms-input-placeholder{ color: #333;}
.pop1 .tbox .li input .placeholder{ color: #333;}
.pop1 .tbox .li textarea::-ms-clear, .pop1 .tbox .li textarea::-ms-reveal{ display: none;}
.pop1 .tbox .li textarea::-webkit-input-placeholder{ color: #333;}
.pop1 .tbox .li textarea:-moz-placeholder{ color: #333; opacity: 1;}
.pop1 .tbox .li textarea::-moz-placeholder{ color: #333; opacity: 1;}
.pop1 .tbox .li textarea:-ms-input-placeholder{ color: #333;}
.pop1 .tbox .li textarea .placeholder{ color: #333;}




/* 2020-06-28lyj */
.hbox6{padding: 0;height: 420px;}
.hbox6 .cont{position: relative;top: -40px;}
.hbox6 .r{box-shadow: none;}
.hbox6 .r .rtop .li a{display: block;overflow: hidden;}
.hbox6 .r .rtop{height: 195px;padding: 0;background: url(../image/temp/h6rback_03a.jpg) no-repeat center;    box-shadow: 0px 0px 20px rgba(0,0,0,.4);background-size: cover !important;}
.hbox6 .r .rtop .padd{padding: 33px 50px 0;}
.hbox6 .r .rtop .li .lt{width: 242px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.hbox6 .r .rtop .li .ltime{overflow: hidden;margin-top: 0;text-align: right;color: #fff;}
.hbox6 .r .rbottom{line-height: 1.5;background: url(../image/temp/h6rback_06a.jpg) no-repeat center;height: 204px;border-top: 0;margin-top: 10px;text-align: left;    box-shadow: 0px 0px 20px rgba(0,0,0,.4);}
.hbox6 .r .rbottom .padd{padding: 33px 50px 0;}
.hbox6 .r .rbottom .padd .li .ltime{margin-top: 15px;}
/* .hbox6 .r .rbottom .padd .li .ltime .ld{font-size: 40px;} */
.hbox6 .r .rbottom .padd .li .p{font-size: 14px;margin-top: 8px;}
.hbox1 .con{top: 0;}
.hbox1{padding: 52px 0;height: auto;}
.hbox3 .htop .l{float: none;text-align: center;}
.hbox3 .tab{float: none;margin-top: 20px;}
.hbox3 .t28, .hbox3 .t16{display: block;}
.hbox3 .t16{margin: 0;}
.hbox6.hbox7{height: auto;padding: 50px 0;}
.hbox6.hbox7 .r{margin: 0;}
.hbox6.hbox7 .r .rtop{height: auto;background: url(../image/temp/h6rback_06a.jpg) no-repeat center;background-size: cover;}
.hbox6.hbox7 .r .rtop .li{width: 348px;float: left;border-top: 1px solid #586092;}
.hbox6.hbox7 .r .rtop .li .lt{width: 100%;float: none;}
.hbox6.hbox7 .r .rtop .li .ltime{text-align: left;margin-top: 5px;color: #a2adf4;}
.hbox6.hbox7 .r .rtop .list{padding-bottom: 20px;overflow: hidden;}
.hbox6 .r .rtop .li+.li {border-top: 1px solid #586092;}
.hbox6.hbox7 .r .rtop .li:nth-child(1),
.hbox6.hbox7 .r .rtop .li:nth-child(2),
.hbox6.hbox7 .r .rtop .li:nth-child(3){border-top: none;border-bottom: 1px solid #586092;}
.hbox6.hbox7 .r .rtop .li:nth-child(3n){margin-left: 43px;}
.hbox6.hbox7 .r .rtop .li:nth-child(3n-1){margin-left: 42px;}
.hbox6.hbox7 .r .rbottom{height: auto;background: url(../image/temp/h6rback_06b.jpg) no-repeat center;background-size: cover;text-align: center;margin-top: 0;}
.hbox6.hbox7 .r .rbottom a{padding: 18px 0;}
.hbox6 .l .con .ltime{margin-top: 8px;}
.hbox6 .r .rtop .li{padding: 10px 0;}
.hbox6 .r .rtop .padd{padding: 25px 50px 0;}
.hbox6 .r .rbottom .padd .more{font-size: 14px;text-align: right;margin-top: 5px;}
.hbox6 .r .rtop .padd .more{text-align: right;}

/* 2020-07-09lyj */
.hbox6 .r .rtop .li .lt{width: auto;overflow: visible;white-space: normal;text-overflow: clip;}
.hbox6 .r .rtop{position: relative;}
.hbox6 .r .rtop .padd .more{position: absolute;right: 50px;bottom: 20px;}
.hbox6 .r .rbottom .padd{padding: 20px 50px 0;}
.hbox6 .r .rtop .li{font-size: 18px;}





	.imgh{ overflow: hidden; }
	.vis3 .l .li:hover .p{ display: table; }
@media screen and (min-width:1230px){

	.hbox2 .l{ transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateX(-50px); -webkit-transform: translateX(-50px); opacity: 0; }
	.hbox2.on .l{ transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
	.hbox2 .r{ transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateX(50px); -webkit-transform: translateX(50px); opacity: 0; }
	.hbox2.on .r{ transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; }
	.hbox3 .con{ transition: all 0.8s; -webkit-transition: all 0.8s; transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 0; }
	.hbox3.on .con{ transform: scale(1); -webkit-transform: scale(1); opacity: 1; }
	.hbox4 .con .li{ transition: all 0.5s; -webkit-transition: all 0.5s; transform: translateY(-50px); -webkit-transform: translateY(-50px); opacity: 0; }
	.hbox4.on .con .li{ transform: translateY(0px); -webkit-transform: translateY(0px); opacity: 1; }
	.hbox4.on .con .li:nth-child(2){transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
	.hbox4.on .con .li:nth-child(3){transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
	.hbox4.on .con .li:nth-child(4){transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
	.hbox5 .con{transition: all 0.5s; -webkit-transition: all 0.5s; transform: translateY(50px); -webkit-transform: translateY(50px); opacity: 0;}
	.hbox5.on .con{ transform: translateY(0px); -webkit-transform: translateY(0px); opacity: 1;  }

	.event .list .eli:hover{ background: #888dba; color: #fff; }
	.event .list .eli:hover::after{ background: #888dba; }
	.alerts .con2 .li:hover{ background: #454a70; color: #fff; }
	.alerts .con2 .li:hover::after{ background: #878cb9; }
	.alerts .con2 .li:hover .rxx{ background-image: url(../image/temp/xqback2_03.png); }
	.alerts .con2 .li:hover .time,.alerts .con2 .li:hover .p{ color: #fff; }
	.ab5 .list .li:hover{ background: #454a70; color: #fff; }
	.ab5 .list .li:hover .t18:after{ border-color: #989dd2; }
	
	.ex3 .con .li img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.ex3 .con .li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.project .li .limg img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.project .li:hover .limg img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.publications .con .cli .cimg img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.publications .con .cli:hover .cimg img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.collection-0 .con .li img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.collection-0 .con .li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.col2 .con .li img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.col2 .con .li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.imgh img{ transition: all 0.5s; -webkit-transition: all 0.5s; }
	.imgh:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1); }
	
	.hbox1 .ll .list2 .item .icon{ transition: all 0.3s; -webkit-transition: all 0.3s; }
	.hbox1 .ll .list2 .item:hover .icon{ transform: translateY(-5px); -webkit-transform: translateY(-5px); }
	
	.vis5 .list .li:hover .icon{ animation: wobble 0.5s; -webkit-animation: wobble 0.5s; }
	
	.project .loading{  }
	
	.hbox1 .r .rcon .a{ transition: all 0.3s; -webkit-transition: all 0.3s; }
	.hbox1 .r .rcon .a:hover{ transform: scale(1.05); -webkit-transform: scale(1.05); }
	
	.hbox5 .con .l .li:hover .icon{ animation: wobble 0.5s; -webkit-animation: wobble 0.5s; }
	
	.hbox6 .l .con .li:hover .t18{ color: #596093; }
	
	.vis1 .con .l,.vis1 .con .r{ transition: all 0.7s; -webkit-transition: all 0.7s; opacity: 0; visibility: hidden; }
	.vis1 .con .l{ transform: translateX(-50px); -webkit-transform: translateX(-50px); }
	.vis1 .con .r{ transform: translateX(50px); -webkit-transform: translateX(50px); }
	.vis1 .con.on .l,.vis1 .con.on .r{ transform: translateX(0); -webkit-transform: translateX(0); opacity: 1; visibility: visible; }
	
	.ex3 .con .slick-slide{ transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateY(-50px); -webkit-transform: translateY(-50px); opacity: 0; visibility: hidden; }
	
	.ex3 .con .slick-slide:nth-child(2){ transition-delay: 0.3s; -webkit-transition-delay: 0.3s; }
	.ex3 .con .slick-slide:nth-child(3){ transition-delay: 0.5s; -webkit-transition-delay: 0.5s; }
	.ex3 .con .slick-slide:nth-child(4){ transition-delay: 0.7s; -webkit-transition-delay: 0.7s; }
	.ex3 .con .slick-slide:nth-child(5){ transition-delay: 0.9s; -webkit-transition-delay: 0.9s; }
	.ex3 .con .slick-slide:nth-child(6){ transition-delay: 1.1s; -webkit-transition-delay: 1.1s; }
	.ex3 .con .slick-slide:nth-child(7){ transition-delay: 1.3s; -webkit-transition-delay: 1.3s; }
	.ex3 .con .slick-slide:nth-child(8){ transition-delay: 1.5s; -webkit-transition-delay: 1.5s; }
	.ex3 .con .slick-slide:nth-child(9){ transition-delay: 1.7s; -webkit-transition-delay: 1.7s; }
	.ex3 .con .slick-slide:nth-child(10){ transition-delay: 1.9s; -webkit-transition-delay: 1.9s; }
	.ex3.on .con .slick-slide{ transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible; }
	
	.collection-0 .con .clist .li{ transition: transform 0.8s,opacity 0.8s; -webkit-transition: transform 0.8s,opacity 0.8s; -ms-transition: transform 0.8s,opacity 0.8s; 
	transform: translateY(-50px); -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); opacity: 0; visibility: hidden; }
	.collection-0 .con .child.on .clist .li{ transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); opacity: 1; visibility: visible; }
	.collection-0 .con .child.on .clist .li:nth-child(2){ transition-delay: 0.3s; -webkit-transition-delay: 0.3s; }
	.collection-0 .con .child.on .clist .li:nth-child(3){ transition-delay: 0.5s; -webkit-transition-delay: 0.5s; }
	.collection-0 .con .child.on .clist .li:nth-child(4){ transition-delay: 0.7s; -webkit-transition-delay: 0.7s; }
	.collection-0 .con .child.on .clist .li:nth-child(5){ transition-delay: 0.9s; -webkit-transition-delay: 0.9s; }
	.collection-0 .con .child.on .clist .li:nth-child(6){ transition-delay: 1.1s; -webkit-transition-delay: 1.1s; }
	.collection-0 .con .child.on .clist .li:nth-child(7){ transition-delay: 1.3s; -webkit-transition-delay: 1.3s; }
	.collection-0 .con .child.on .clist .li:nth-child(8){ transition-delay: 1.5s; -webkit-transition-delay: 1.5s; }
	.collection-0 .con .child.on .clist .li:nth-child(9){ transition-delay: 1.7s; -webkit-transition-delay: 1.7s; }
	.collection-0 .con .child.on .clist .li:nth-child(10){ transition-delay: 1.9s; -webkit-transition-delay: 1.9s; }
	

	.col2 .con .slick-slide{ transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateY(-50px); -webkit-transform: translateY(-50px); opacity: 0; visibility: hidden; }
	.col2 .con .slick-slide:nth-child(4){ transition-delay: 0.3s; -webkit-transition-delay: 0.3s; }
	.col2 .con .slick-slide:nth-child(5){ transition-delay: 0.5s; -webkit-transition-delay: 0.5s; }
	.col2 .con .slick-slide:nth-child(6){ transition-delay: 0.7s; -webkit-transition-delay: 0.7s; }
	.col2 .con .slick-slide:nth-child(7){ transition-delay: 0.9s; -webkit-transition-delay: 0.9s; }
	.col2 .con .slick-slide:nth-child(8){ transition-delay: 1.1s; -webkit-transition-delay: 1.1s; }
	.col2.on .con .slick-slide{ transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible; }
	
	@keyframes lround{
		from{transform: rotate(0deg); -webkit-transform: rotate(0deg);}
		to{transform: rotate(360deg); -webkit-transform: rotate(360deg);}
	}
	
	@keyframes wobble {
	  from {
		-webkit-transform: none;
		transform: none;
	  }

	  15% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
	  }

	  45% {
		-webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 3deg);
	  }

	  75% {
		-webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
	  }

	  to {
		-webkit-transform: none;
		transform: none;
	  }
	}
	
	@-webkit-keyframes wobble {
	  from {
		-webkit-transform: none;
		transform: none;
	  }
	
	  15% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -5deg);
	  }
	
	  45% {
		-webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 3deg);
	  }
	
	  75% {
		-webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
	  }
	
	  to {
		-webkit-transform: none;
		transform: none;
	  }
	}
	
	
	
	
	
	

}

@media screen and (min-width: 751px) and (max-width: 1229px){
	
}

@media screen and (min-width: 751px){
	.focus .item{ height: 600px;}
	
}

@media screen and (max-width: 750px){
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}
	.sidenav{ top: auto; margin-top: 0; bottom: 1rem; }
	.sidenav .item{ display: none; }
	.sidenav .item.gotop{ display: block; width: 0.8rem; height: 0.8rem; }
	.sidenav .item.gotop .img{ right: 0; left: 0; }
	.sidenav .item.gotop .img img{     position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
	
/* 移动端详情页 */
	.article{ padding:0.8rem 0; }
	.article-title{ margin-bottom: 0.4rem;}
	.article-title .h24{ font-size:0.36rem; line-height: 1.5; margin-bottom: 0.2rem; }
	.article-title .info span{ margin:0 0.1rem; }
	.article-cont{ margin-bottom: 0.3rem; }
	.article-cont .p{ margin-bottom: 0.2rem; font-size: 0.28rem; }
	.article-paging{ padding:0.3rem 0; line-height:1.5; }
	.article-paging .prev{ margin-bottom: 0.2rem;}
	.article-paging .prev, .article-paging .next{ float: none; padding:0 0 0 0.5rem; width: 100%; text-align: left; }
	.article-paging .prev:before, .article-paging .next:before{ right:auto; left:0; width:0.42rem; height:0.42rem; font-size: 0.28rem; }
	.article-cont .p.imgwrap{ margin: 0.2rem 0 0; }
	.article-cont img{ margin-bottom: 0.2rem; }
	.article-cont .p video{ width: 100%; }
	.article-cont video{ width: 100%; }
	
	.article .share-mod{ padding: 0.5rem 0;}
	.article .share-box .share-item{ width: 0.6rem; font-size: 0.4rem;}

/* 移动端搜索结果页 */
	.result{ padding:0.8rem 0; }
	.result .h24{ font-size:0.36rem; }
	.result .h24 span{ margin-left: 0.3rem; font-size:0.3rem; }
	.result .list{ margin-bottom: 0.5rem; }
	.result .list-item{ padding:0.4rem 0; }
	.result .list .h18{ font-size:0.3rem; margin-bottom: 0.2rem; }

/* 移动端网站地图 */
	.sitemap{ padding:0.4rem 0; }
	.sitemap dl{ padding: 0.3rem 0;}
	.sitemap dt{ font-size: 0.32rem; }
	.sitemap dd{ margin-top: 0.2rem; word-break: normal; }
	.sitemap dd a{ margin-right: 0.2rem;}
	
	
	.t16{ font-size: 0.3rem; }
	.t18{ font-size: 0.32rem; }
	.t20{ font-size: 0.34rem; }
	.t22{ font-size: 0.35rem; }
	.t24{ font-size: 0.36rem; }
	.t28{ font-size: 0.4rem; }
	.t30{ width: 100%; font-size: 0.42rem; }
	
	.hbanner .slick-dots{ bottom: 0.2rem; }
	.hbanner .slick-nav{ bottom: 0.5rem; font-size: 0.3rem; }
	
	.hbanner .li{ height: 4rem; }
	.hbox1{ height: auto; padding: 0.6rem 0; }
	.hbox1 .con{ top: auto; box-shadow: none; }
	.hbox1 .l{ float: none; width: 100%; height: auto; padding: 0.4rem 0.2rem; background-size: cover; }
	.hbox1 .ll{ width: 100%; float: none; }
	.hbox1 .ll .tips{ margin-bottom: 0.2rem; }
	.hbox1 .ll .list .li{ width: 30%; }
	.hbox1 .ll .list .li+.li{ margin-left: 5%; }
	.hbox1 .ll .list .li .tiem{ font-size: 0.6rem; margin-bottom: 0.2rem; }
	.hbox1 .ll .list .li+.li .tiem:after{ left: -0.4rem; width: 0.4rem; }
	.hbox1 .ll .list2{ margin-top: 0.4rem; }
	.hbox1 .ll .list2 .item{ width: 50%; margin-bottom: 0.4rem; }
	.hbox1 .ll .list2 .item+.item{ margin-left: auto; }
	.hbox1 .ll .list2 .item .icon{ margin: 0 auto 0.2rem; }
	.hbox1 .lr{ margin-left: 0; width: 80%; margin: 0 auto; height: 6.63rem; padding: 1rem 0.5rem; background-size: cover; }
	.hbox1 .lr .t22{ margin-bottom: 0.4rem; }
	.hbox1 .lr .pa{ line-height: 1.5; margin-bottom: 0.2rem; }
	.hbox1 .lr .tele{ margin: 0.3rem 0 0.1rem; }
	.hbox1 .r{ float: none; width: 100%; height: auto; padding: 0.4rem 0.3rem; margin-top: 0.4rem; }
	.hbox1 .r .rcon{ margin-top: 0.3rem; }
	.hbox1 .r .rcon .li{ padding: 0 0 0.2rem 0; }
	.hbox1 .r .rcon .ll .t18{ margin-bottom: 0.2rem; }
	.hbox1 .r .rcon .ll .pname, .hbox1 .r .rcon .ll .ptime{ display: block; float: none; }
	.hbox1 .r .rcon .ll .ptime{ margin-left: 0; }
	.hbox1 .r .rcon .ll .p1{ margin-bottom: 0; }
	.hbox1 .r .rcon .ll{ width: 80%; }
	.hbox1 .r .rcon .a{ margin-left: 80%; }
	.hbox1 .r .more{ margin-top: 0.3rem; }
	.hbox1 .r .rcon .li+.li{ padding-top: 0.3rem; }
	.hbox2{ padding: 0.6rem 0; }
	.hbox2 .bg{ display: none; }
	.hbox2 .l{ float: none; width: 100%; height: auto; padding: 0.4rem 0.2rem; }
	.hbox2 .l .img{ position: static; width: 100%; height: auto; }
	.hbox2 .l .more{ position: relative; bottom: 0.22rem; width: 60%; padding: 0.15rem 0; }
	.hbox2 .r{ margin-left: auto; margin-top: 0.4rem; }
	.hbox2 .r .item{ height: auto; }
	.hbox2 .r .item .p{ bottom: 0.2rem; width: 100%; padding: 0 0.3rem; }
	.hbox2 .r .item .state{ width: 1rem; height: 1rem; background-size: 100% 100%; }
	.hbox2 .r .item .state span{ font-size: 0.24rem; width: 0.55rem; line-height: 1.2; bottom: 0.3rem; right: 0.05rem; }
	.hbox3{ padding-bottom: 0.6rem; }
	.hbox3 .htop .l{ text-align: center; }
	.hbox3 .htop .l,.hbox3 .htop .tab{ float: none; width: 100%; }
	.hbox3 .t16{ margin: 0.1rem 0 0.2rem; }
	.hbox3 .tab .inner{ width: 100%; }
	.hbox3 .tab .li{ width: 40%; padding: 0.1rem 0; margin: 0 5% 0.2rem; }
	.hbox3 .con{ margin-top: 0; height: auto; }
	.hbox3 .con .roundabout_box li{ height: auto; }
	.hbox3 .con .roundabout_box .slick-arrow{ display: none; }
	.hbox3 .con .child.on{ position: static; }
	.hbox3 .con .roundabout_box{ padding: 0; }
	.hbox3 .con .roundabout_box .roundabout-holder{ height: auto; }
	.hbox3 .con .roundabout_box .slick-current li .mask{ display: none; }
	.hbox3 .con .roundabout_box li .tbox{ display: block; padding: 0 0.3rem 0.2rem; width: 100%; text-align: center; }
	.hbox3 .con .roundabout_box li .tbox .p{ display: none; }
	.hbox3 .con .more{ font-size: 0.3rem; padding-top: 0.3rem; }
	.hbox4{ padding-bottom: 0.6rem; }
	.hbox4 .bg,.hbox3 .bg{ display: none; }
	.hbox4 .top .ttbox{ float: none; text-align: center; }
	.hbox4 .top .ttbox .t28, .hbox4 .top .ttbox .t16{ display: block; }
	.hbox4 .top .ttbox .t16{  margin: 0.2rem 0; }
	.hbox4 .top .ttab{ float: none; }
	.hbox4 .top .ttab .li{ width: 40%; margin: 0 5% 0.2rem; padding: 0.1rem 0; }
	.hbox4 .top .ttab .li+.li{ margin-left: 5%; }
	.hbox4 .con{ margin-top: 0.2rem; }
	.hbox4 .con .li{ width: 45%; height: 4rem; margin: 0 2.5% 0.2rem; }
	.hbox4 .con .li+.li{ margin-left: 2.5%; }
	.hbox4 .con .li .t16{ bottom: 0.2rem; }
	.hbox4 .con .more{ padding-top: 0.3rem; font-size: 0.3rem; }
	.hbox5{ padding-bottom: 0.6rem; }
	.hbox5 .t16{ margin: 0.1rem 0 0.2rem; }
	.hbox5 .con .l, .hbox5 .con .m{ float: none; width: 100%; height: auto; }
	.hbox5 .con .m .img{ width: 100% !important; height: auto; }
	.hbox5 .con .m .img .msk{ width: 100%; }
	.hbox5 .con .l{ padding: 0.5rem 0.3rem; }
	.hbox5 .con .m{ position: relative; }
	.hbox5 .con .l .icon{ width: 0.9rem; }
	.hbox5 .con .l .li+.li{ margin-top: 0.4rem; }
	.hbox5 .con .l .pbox .p{ height: auto; }
	.hbox5 .con .l .pbox{ margin-left: 1.2rem; }
	.slick-nav{ bottom: 0.6rem; font-size: 0.3rem; }
	.hbox6{ padding: 0.6rem 0; }
	.hbox6 .l{ float: none; width: 100%; height: auto; padding: 0.4rem 0.3rem; }
	.hbox6 .l .top .ttab,.hbox6 .l .top .t28{ float: none; }
	.hbox6 .l .top .ttab{ margin-top: 0.2rem; }
	.hbox6 .l .top .ttab .tli{ width: 30%; line-height: 0.6rem; }
	.hbox6 .l .top .ttab .tli+.tli{ margin-left: 5%; }
	.hbox6 .l .con .ltime{ font-size: 0.3rem; }
	.hbox6 .l .con .ltime span{ font-size: 0.6rem; }
	.hbox6 .l .con .li{ padding: 0.3rem 0; }
	.hbox6 .r{ margin-left: 0; margin-top: 0.4rem; }
	.hbox6 .r .rtop{ padding: 0.4rem 0.3rem; height: auto; background-size: cover; }
	.hbox6 .r .rtop .ttbox .more{ line-height: 0.6rem; }
	.hbox6 .r .rtop .li{ font-size: 0.3rem; padding: 0.2rem 0; }
	.hbox6 .r .rbottom{ line-height: 0.9rem; background-size: cover; }
	.publications{ padding: 0.6rem 0; }
	.publications .con{ margin-top: 0.5rem; }
	.publications .con .cli{ width: 48%; margin: 0 1% 0.3rem; }
	.publications .con .cli .cimg{ width: 100%; height: 4.2rem; margin-bottom: 0.2rem; }
	.publications .con .cli a{ padding: 0.1rem; }
	.publications .con .cli .t16{ height: 0.9rem; }
	.pub_article{ padding: 0.6rem 0; }
	.pub_article .img{ width: 100%; height: auto; float: none; }
	.pub_article .tbox{ float: none; width: 100%; }
	.pub_article .tbox .t28{ padding: 0.4rem 0 0.2rem; }
	.pub_article .tbox .list{ margin: 0.3rem 0; }
	.pub_article .tbox .list .li{ float: none; margin-bottom: 0.1rem; font-size: 0.3rem; padding-left: 1.2rem; }
	.pub_article .tbox .list .li .tp{  width: 1rem;}
	.pub_article .tbox .list .l1,.pub_article .tbox .list .l2,.pub_article .tbox .list .l3{ width: 100%; }
	.pub_article .con{ padding: 0.4rem 0.2rem; }
	.pub_article .con .p{ margin-top: 0.1rem; }
	.visit{ padding: 0.6rem 0; }
	.vis1{ padding-bottom: 0.6rem; }
	.vis1 .con{ margin-top: 0.5rem; }
	.vis1 .con .l{ width: 100%; height: auto; float: none; padding: 0.5rem 0.3rem; background-size: cover; text-align: center; }
	.vis1 .con .l .t28{ margin-bottom: 0.3rem; }
	.vis1 .con .l .li{ display: inline-block; width: 32%; margin: 0.3rem 0; text-align: center; }
	.vis1 .con .l .lt{ font-size: 0.7rem; margin: 0.1rem 0; }
	.vis1 .con .l .tips{ text-align: center; margin-top: 0; display: inline-block; }
	.vis1 .con .r{ width: 100%; height: auto; margin-top: 0.4rem; padding: 0.5rem 0.3rem; float: none; background-size: cover; }
	.vis1 .con .r .rl{ float: none; width: 100%; }
	.vis1 .con .r .rl .con1{ margin-top: 0.3rem; }
	.vis1 .con .r .rl .con1 .t20{ margin-bottom: 0.1rem; }
	.vis1 .con .r .rl .con2{ margin-top: 0.3rem; }
	.vis1 .con .r .rr{ margin: 0.4rem auto 0; width: 100%; height: 7.8rem; background-size: 100% 100%; padding: 0.6rem 0.3rem; }
	.vis1 .con .r .rr .top{ margin-bottom: 1.6rem; }
	.vis1 .con .r .rr .con .t1{ margin-bottom: 0.2rem; }
	.vis1 .con .r .rr .con .t2{ margin-top: 0.2rem; }
	.vis2{ padding: 0.6rem 0; }
	.vis2 .l{ width: 100%; height: auto; float: none; }
	.vis2 .r{ float: none; width: 100%; height: auto; padding: 0.4rem 0.3rem 0.1rem; }
	.vis2 .r .list{ margin-top: 0.3rem; }
	.vis2 .r .list:after{ content: ""; display: block; clear: both; }
	.vis2 .r .list .li{ width: 50%; float: left; margin-bottom: 0.3rem; font-size: 0.3rem; }
	.vis2 .r .list .li+.li .num:after{ display: none; }
	.vis3{ padding: 0.6rem 0; }
	.vis3 .l{ float: none; width: 100%; padding-bottom: 0.6rem; }
	.vis3 .l .li{ width: calc(48% - 2px) !important; height: 3rem; margin-right: 4%; margin-bottom: 0.3rem; }
	.vis3 .l .slick-dots{ bottom: 0.2rem; }
	/* .vis3 .l .li .inner{ display: block; padding: 0.6rem 0.3rem; } */
	.vis3 .l .li.mn{ margin-right: 4%; }
	.vis3 .l .li:nth-child(2n){ margin-right: 0; }
	.vis3 .l .li .icon{ height: 1rem; margin-bottom: 0.3rem; }
	.vis3 .l .li .p .inner{ padding: 0 0.2rem; }
	.vis3 .r{ margin-left: 0; height: 5rem; }
	.vis3 .r .t28{ padding-top: 0.3rem; }
	.vis3 .r .p1{ margin: 0.1rem 0.3rem 0; }
	.vis3 .r .tbox1{ left: 0.3rem; bottom: 0.3rem; }
	.vis3 .r .qj{ width: 2rem; height: 2rem; background-size: cover; }
	.vis3 .r .qj a{ padding: 0.6rem 0 0 0.2rem; }
	.vis4{ padding: 0.6rem 0; }
	.vis4 .l{ float: none; width: 100%; height: auto; padding: 0.4rem 0.3rem; background-size: cover;}
	.vis4 .l .t18{ margin: 0.1rem 0 0.2rem; }
	.vis4 .l .p{ margin-top: 0.1rem; }
	.vis4 .l .con,.vis4 .l .cli+.cli{ margin-top: 0.3rem; }
	.vis4 .l .cli .ctbox .t18{ padding: 0 0 0.1rem; }
	.vis4 .r{ margin-left: 0; height: 6rem; }
	.vis5{ padding-top: 0.6rem; }
	.vis5 .t28{ margin-bottom: 0.4rem; }
	.vis5 .list .li{ width: 48%; margin-right: 4%; }
	.vis5 .list .li.mn{ margin-right: 4%; }
	.vis5 .list .li:nth-child(2n){ margin-right: 0; }
	.vis5 .list .li .t16{ height: 0.9rem; }
	.vis5 .list .li .t16 br{ display: none; }
	
	.permanent{ padding: 0.6rem 0; }
	.permanent .perp{ margin: 0.1rem 0 0.3rem; font-size: 0.3rem; }
	.per1 .l{ width: 100%; height: auto; float: none; }
	.per1 .r{ margin-left: 0; width: 100%; height: auto; background-size: cover; padding: 0.5rem 0.3rem; }
	.per1 .r .p{ margin: 0.2rem 0; }
	.per2li{ float: none; width: 100%; }
	.per2li .limg{ height: auto; }
	.per2li .tbox{ width: 94%; padding: 0.4rem 0.2rem; margin-top: -0.3rem; }
	.per2li+.per2li{ margin-left: auto; margin-top: 0.4rem; }
	.per2li .tbox .p{ margin: 0.1rem 0 0.2rem; }
	.per3{ margin-top: 0.6rem; }
	.per3 .l{ width: 100%; height: auto; background-size: cover; padding: 0.5rem 0.3rem; float: none; }
	.per3 .r{ margin-left: 0; height: auto; }
	.per3 .l .p{ margin: 0.1rem 0 0.2rem; }
	.per4{ margin-top: 0.6rem; }
	.per4 .con{ margin-top: 0.3rem; }
	.per4 .con .cli{ width: 100%; height: auto; float: none; }
	.per4 .con .cli+.cli{ margin-left: auto; margin-top: 0.3rem; }
	.per4 .con .cli .t16{ bottom: 0.2rem; }
	.per4 .ck{ margin-top: 0.3rem; }
	.per1, .per2li, .per3{ float: none; }
	
	.alerts{ padding: 0.6rem 0; }
	.alerts .con1{ margin: 0.4rem 0 0.5rem; }
	.alerts .con1 .cimgbox{ width: 100%; height: auto; float: none; }
	.alerts .con1 .rbox{ margin-left: 0; height: auto; padding: 0.5rem 0.3rem; background-size: cover; }
	.alerts .con1 .rbox .tiem{ font-size: 0.32rem; }
	.alerts .con1 .rbox .tiem span{ font-size: 0.6rem; }
	.alerts .con1 .rbox .t18{ margin: 0.1rem 0; }
	.alerts .con1 .rbox .p{ margin-bottom: 0.3rem; text-align: justify; }
	.alerts .con1 .cimgbox .slick-nav{ bottom: 0.6rem; }
	.alerts .con2 .li .ll{ width: 100%; float: none; }
	.alerts .con2 .li a{ padding: 0.4rem 0.3rem 1.5rem; }
	.alerts .con2 .li .rxx{ width: 0.8rem; line-height: 0.8rem; height: 0.8rem; background-size: 100% 100%; top: auto; bottom: 0.3rem; right: 0.3rem; }
	.alerts .con2 .li{ margin-bottom: 0.3rem; }
	
	.collection-0{ padding: 0.6rem 0; }
	.collection-0 .colp{ margin: 0.2rem 0; font-size: 0.3rem; }
	.collection-0 .coltab{ margin-bottom: 0.2rem; }
	.collection-0 .coltab .inner{ width: 100%; }
	.collection-0 .coltab .li{ width: 45%; line-height: 0.6rem; margin: 0 2.5% 0.2rem; }
	.collection-0 .con .ctop .l1{ width: 100%; height: auto; margin-bottom: 0.3rem; }
	.collection-0 .con .ctop .l2,.collection-0 .con .ctop .l3{ width: 48%; }
	.collection-0 .con .ctop .l2{ margin-left: 0; }
	.collection-0 .con .ctop .l3{ margin-left: 4%; }
	.collection-0 .con .ctop .l2 .limg{ height: auto; }
	.collection-0 .con .ctop .l3 .lbot{ width: 100%; height: auto; }
	.collection-0 .con .ctop .l2 .tbox{ padding: 0.3rem; height: auto; }
	.collection-0 .con .ctop .l3 .ltop{ height: 3.15rem; background-size: cover; }
	.collection-0 .con .clist .li{ width: 48%; height: auto; margin: 0 4% 0.3rem 0; }
	.collection-0 .con .clist .li.mn{ margin-right: 4%; }
	.collection-0 .con .clist .li:nth-child(2n){ margin-right: 0; }
	.collection-0 .con .li .t16{ bottom: 0.3rem; }
	.collection-0 .page-mod{ margin-top: 0.2rem; }
	
	.collection{ padding: 0.6rem 0; }
	.col1 .l{ width: 100%; height: auto; float: none; }
	.col1 .r{ margin-left: 0; }
	.col1 .r .t28{ padding: 0.3rem 0 0.2rem; margin-bottom: 0.3rem; }
	.col1 .r .t16+.t16{ margin-top: 0.1rem; }
	.col1 .r .con{ margin-top: 0.4rem; padding: 0.4rem 0.2rem 0.2rem; }
	.col1 .r .con .p{ margin-bottom: 0.2rem; }
	.col2{ padding-top: 0.6rem; }
	.col2 .bg{ display: none; }
	.col2 .con{ margin-top: 0.2rem; }
	.col2 .con .li{ width: 98% !important; height: auto; }
	.col2 .more{ margin-top: 0.2rem; }
	
	.about{ padding: 0.6rem 0; }
	.ab1{ margin-top: 0.4rem; }
	.ab1 .l{ float: none; width: 100%; height: auto; padding: 0.5rem 0.3rem; background-size: cover; }
	.ab1 .l .t28{ margin-bottom: 0.2rem; }
	.ab1 .l .p{ margin-bottom: 0.1rem; }
	.ab1 .l .more{ margin-top: 0.2rem; }
	.ab1 .r{ margin-left: 0; margin-top: 0.4rem; height: auto; }
	.ab2{ margin-top: 0.6rem; }
	.ab2 .l,.ab2 .r{ float: none; }
	.ab2 .l, .ab2 .r{ width: 100%; height: auto; padding: 0.5rem 0.3rem; }
	.ab2 .r{ margin-top: 0.4rem; }
	.ab2 .l .pbox{ margin-top: 0.3rem; height: 4.2rem; }
	.ab2 .r .ctbox{ margin: 0.2rem 0 0.1rem; }
	.ab2 .r .l1,.ab2 .r .l2,.ab2 .r .l3,.ab2 .r .con .l3{ width: 33.33%; }
	.ab2 .r .con .l1 span:after,.ab2 .r:after{ display: none; }
	.ab2 .r .con .l1 span{ padding-left: 0; }
	.ab2 .r .con .mCSB_inside > .mCSB_container{ margin-right: 0.2rem; }
	.ab3{ margin-top: 0.6rem; padding: 0.4rem; }
	.ab3 .l{ width: 100%; float: none; }
	.ab3 .l .p{ margin: 0.2rem 0 0.3rem; }
	.ab3 .l .p, .ab3 .l .lp{ text-align: justify; }
	.ab3 .l .year .select-mod .select-btn{ height: 0.6rem; }
	.ab3 .l .year span{ line-height: 0.6rem; }
	.ab3 .l .con{ height: 6.5rem; padding-top: 0; margin-top: 0.4rem; }
	.ab3 .l .con:after{ height: 95%; }
	.ab3 .l .con .li{ padding-left: 0.3rem; margin-bottom: 0.3rem; }
	.ab3 .l .con .t16:after{ left: -0.28rem; }
	.ab3 .l .con .lt{ margin: 0.1rem 0; }
	.ab3 .r{ margin-left: 0; margin-top: 0.4rem; }
	.ab3 .r .rimg{ height: auto; }
	.ab3 .r .rimg+.rimg{ margin-top: 0.2rem; }
	.ab4{ margin-top: 0.6rem; }
	.ab4 .con{ margin-top: 0.3rem; height: auto; overflow-x: auto; }
	.ab4 .con img{ width: auto; height: 6rem; }
	.ab5{ margin-top: 0.6rem; }
	.ab5 .list{ margin-top: 0.3rem; }
	.ab5 .list .li{ width: 100%; height: auto; padding: 0.4rem; margin: 0 0 0.2rem 0; }
	.ab5 .list .t18:after{ width: 10px; height: 10px; left: -0.25rem; }
	.ab6 .con{ width: 100%; margin: 0.3rem 0 0 0; }
	.ab6 .con .li{ width: 98% !important; height: auto; }
	.ab6 .con .li .t16{ bottom: 0.2rem; }
	
	.event{ padding: 0.6rem 0; }
	.event .list{ padding: 0.6rem 0 0.3rem; }
	.event .list .eli{ width: 100%; height: auto; margin: 0 0 0.3rem 0; }
	.event .list .eli a{ padding: 0.4rem 0.2rem; }
	.event .list .eli .t18{ margin-bottom: 0.2rem; height: auto; }
	.event .list .eli .li1 .lli{ display: block; }
	.event .list .eli .li1 .name{ margin-left: 0; }
	
	.tp{ width: 0.9rem; }
	
	.act_article{ padding: 0.6rem 0; }
	.act_article .con1 .img{ width: 100%; height: auto; float: none; }
	.act_article .con1 .tbox{ width: 100%; float: none; }
	.act_article .con1 .tbox .t28{ padding: 0.3rem 0 0.2rem; }
	.act_article .con1 .tbox .con{ height: auto; padding: 0.4rem 0.3rem; }
	.act_article .con1 .tbox .t16{ margin-bottom: 0.2rem; }
	.act_article .con1 .tbox .cbtn{ width: 50%; line-height: 0.6rem; margin: 0.3rem auto 0; }
	.act_article .con2{ padding-top: 0.6rem; }
	.act_article .con2 .p{ margin: 0.2rem 0 0.3rem; }
	.act_article .con2 .img{ width: 100%; height: auto; }
	
	.popular{ padding-top: 0.6rem; }
	.popular .t30{ margin: 0 0.25rem; width: auto; }
	.popu1{ margin-top: 0.4rem; }
	.popu1 .l{ float: none; width: 100%; height: auto; }
	.popu1 .l .tbox{ padding: 0.1rem 0.3rem; }
	.popu1 .l .tbox .ttit{ width: 75%; }
	.popu1 .r{ float: none; width: 100%; height: auto; margin-top: 0.3rem; background-size: cover; padding: 0.4rem 0.3rem; }
	.popu1 .r .list .li{ padding: 0.15rem 0; }
	.popu1 .r .list .ll{ width: 75%; font-size: 0.3rem; }
	.popu2{ margin-top: 0.6rem; }
	.popu2 .t28{ margin-bottom: 0.4rem; }
	.popu2 .con .cli{ width: 45%; margin: 0 2.5% 0.3rem; }
	.popu2 .con .cli .cimg{ width: 100%; height: 3.15rem; }
	.popu2 .con .cli .cimg .inner{ width: 100%; height: 100%; }
	.popu2 .more{ width: 50%; line-height: 0.6rem; }
	.popu3{ margin: 0.6rem 0; }
	.popu3 .top{ padding: 0.4rem; }
	.popu3 .top .t16{ margin: 0.2rem 0; }
	.popu3 .top .tcon span{ display: block; }
	.popu3 .top .tcon span+span{ margin-left: 0; margin-top: 0.1rem; }
	.popu3 .p3p{ margin: 0.3rem 0; }
	.popu3 .list .li{ width: 48%; margin-right: 4%; margin-bottom: 0.3rem; }
	.popu3 .list .li:nth-child(2n){ margin-right: 0; }
	.popu3 .list .li+.li{ margin-left: 0; }
	.popu3 .list .li a{ padding: 0.2rem; }
	.popu3 .list .li .limg{ height: 4rem; margin-bottom: 0.2rem; }
	.popu3 .morebox{  margin-top: 0.3rem; }
	.popu3 .more{ width: 30%; line-height: 0.6rem; margin: 0 0.2rem; }
	.popu4 .con .limg{ width: 95% !important; height: auto; }
	.popu4 .more{ width: 50%; line-height: 0.6rem; }
	.popu4{ padding: 0.6rem 0; }
	.contact{ padding: 0.6rem 0; }
	.contact .con1{ margin-top: 0.4rem; }
	.contact .con1 .l{ width: 100%; height: auto; float: none; }
	.contact .con1 .r{ float: none; width: 100%; height: auto; padding: 0.5rem 0.3rem; background-size: cover; }
	.contact .con1 .r .t24{ margin-bottom: 0.5rem; }
	.contact .con1 .r .li{ line-height: 0.7rem; margin-bottom: 0.3rem; }
	.contact .con1 .r .li .icon{ width: 0.7rem; height: 0.7rem; background-size: 100% 100%; }
	.contact .con1 .r .li .t16{ margin-left: 0.9rem; }
	.contact .con1 .r:after,.contact .con1 .r .li+.li .icon:after{ display: none; }
	.contact .con2{ margin-top: 0.6rem; } 
	.contact .con2 .con{ margin-top: 0.3rem; }
	.contact .con2 .con .lt, .contact .con2 .con .ln, .contact .con2 .con .yzm{ width: 100%; height: 0.8rem; padding: 0.1rem 0.3rem; }
	.contact .con2 .con .ln, .contact .con2 .con .yzm{ margin-left: 0; margin-top: 0.3rem; }
	.contact .con2 .con .yzm .vcode{ width: 25%; line-height: 0.8rem; }
	.contact .con2 .con .ly{ width: 100%; height: 2.5rem; padding: 0.2rem 0.3rem; }
	.contact .con2 .tj{ width: 50%; line-height: 0.6rem; margin-top: 0.3rem; }
	
	.exhibition{ padding-bottom: 0.6rem; }
	.ex1{ height: auto; }
	.ex1 .l{ width: 100%; height: 4rem; background-size: cover; float: none; }
	.ex1 .r{ width: 100%; float: none; padding: 0.4rem 0.3rem; background-size: cover !important; }
	.ex1 .r .con{ margin: 0; width: 100%; }
	.ex1 .r .con .pbox{ height: 4rem; }
	.ex2{ padding: 0.6rem 0; }
	.ex2 .t28{ margin-bottom: 0.3rem; }
	.ex2 .con .cl{ float: none; width: 100%; height: auto; }
	.ex2 .con .cl .clitem .t16{ bottom: 0.2rem; }
	.ex2 .con .cr{ margin-left: 0; height: auto; margin-top: 0.3rem; }
	.ex2 .con .cr .slick-active .critem{ margin-top: 0; }
	.ex2 .con .cr .critem{ width: 96% !important; height: auto; }
	.ex2 .con .cr .slick-arrow{ width: 20px; height: 35px; top: 0; bottom: 0; left: 0.2rem; right: 0.2rem; background: transparent; }
	.ex2 .con .cr .slick-prev{ right: auto; }
	.ex2 .con .cr .slick-next{ left: auto; }
	.ex2 .con .cr .slick-arrow:after{ font-size: 1.5em; }
	.ex3{ padding-top: 0.6rem; }
	.ex3 .t28{ margin-bottom: 0.2rem; }
	.ex3 .con .li{ width: 95% !important; height: auto; }
	.ex3 .con .li .t16{ bottom: 0.2rem; }
	.ex3 .more{ margin-top: 0.2rem; }
	
	.project{ padding: 0.6rem 0; }
	.project .p1{ margin: 0.2rem 0 0.3rem; text-align: justify; font-size: 0.3rem; }
	.project .li .limg{ width: 100%; height: auto; }
	.project .li .ltbox{ position: relative; bottom: auto; right: auto; width: 100%; height: auto; padding: 1.2rem 0.3rem 0.5rem; }
	.project .li .ltbox .p{ margin: 0.2rem 0 0.3rem; }
	.project .li .ltbox .lli{ margin-top: 0.1rem; }
	.project .li .ltbox .state{ width: 1rem; height: 1rem; background-size: 100% 100%; }
	.project .li .ltbox .state span{ font-size: 0.24rem; line-height: 1.2; bottom: 0.3rem; right: 0.05rem; }
	.project .loading{ width: 0.5rem; height: 0.5rem; background-size: 100% 100%; }
	.project #more{ margin-top: 0.5rem; }
	
	.hbox6 .l .con .p,.alerts .con2 .li .p{ text-align: justify; }

	.pop .con{ width: 96%; margin-left: -48%; height: auto; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); margin-top: 0; }
	.pop1 .inner{ padding: 0.3rem; }
	.pop1 .tbox .li{ float: none; width: 100%; line-height: 1.5; height: auto; padding: 0.1rem 0.2rem; margin-bottom: 0.2rem; }
	.pop1 .tbox .li.bz{ width: 100%; height: 2rem; }
	.pop1 .agreed{ margin: 0.2rem 0; }
	.pop1 .bbox .pbox{ height: 2.2rem; margin-top: 0.2rem; }
	.pop .btnbox{ width: 40%; line-height: 0.6rem; }
	.pop2 .inner{ padding: 0.3rem; }
	.pop2 .pbox{ height: 5.6rem; margin: 0.3rem 0 0.5rem }
	
	.event .list .eli .tp{ width: 4em; text-align: initial; text-align-last: initial; }
	
	
	
	
	.hbox6 .cont{top: 0;}
	.hbox6{height: auto;}
	.hbox6 .r .rtop{padding: 0;}
	.hbox6 .r .rtop .padd{padding: 0.4rem 0.3rem;}
	.hbox6 .r .rbottom{height: auto;line-height: 1.5;margin-top: 0.2rem;padding: 0;}
	.hbox6 .r .rbottom .padd{padding: 0.4rem 0.3rem;}
	.hbox6.hbox7 .r .rtop .li:nth-child(3n-1),
	.hbox6.hbox7 .r .rtop .li:nth-child(3n){margin-left: 0;}
	.hbox6.hbox7 .r .rtop .li:nth-child(2),
	.hbox6.hbox7 .r .rtop .li:nth-child(3){border-top: 1px solid #586092;}
	.hbox6 .r .rbottom .padd .li .ltime .ld{font-size: 0.6rem;}

	.hbox6.hbox7 .r .rtop .li:nth-child(1), .hbox6.hbox7 .r .rtop .li:nth-child(2), .hbox6.hbox7 .r .rtop .li:nth-child(3){border-top: 0;border-bottom: 0;}
	.hbox6 .r .rtop .li+.li {
		border-top: 1px solid #586092 !important;
	}
	.hbox6 .r .rbottom .padd .more{font-size: 0.28rem;margin-top: 0.2rem;}
	.hbox6 .r .rtop .padd .more{position: relative;right: auto;bottom: auto;}
}


