<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*通用定义*/
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
.fl{ float:left;}
.fr{ float:right;}
.clearer{clear:both; height:0; display:block; font-size:1px;overflow:hidden;}
@font-face {
  font-family: "ZaoZiGongFangBanHeiChangGuiTiZiTi-1";
  src: url("../css/ZaoZiGongFangBanHeiChangGuiTiZiTi-1.otf");
}
.w800{ width: 800px;}
.w336{ width: 336px;}
.w570{ width: 570px;}
.w200{ width: 200px;}
.w960{ width: 960px;}
.w780{ width: 780px;}
.w360{ width: 360px;}
.marT20{ margin-top: 20px;}
.marB30{ margin-bottom: 30px;}
.mar30{ margin: 30px auto 0;}
.marB50{ margin-bottom: 50px;}
.padS25{ padding: 0 25px;}
.padS30{ padding: 0 30px;}
.hide{ display: none;}
.mar-180{ margin: -180px auto 0;}
.mar0{ margin: 0 auto 0;}

.layout, .content{ width:1200px; margin:0 auto 0; position:relative;}

.boxMo{ min-width:1200px;}

.di {
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
}

.banner {
    position: relative;
    width: 100%;
    height: 906px;
    margin: 0 auto;
    overflow: hidden;
}
.daohan{width: 100%;margin: 840px auto 0;}
.daohan a {
    float: left;
    width: 200px;
    margin: 0 50px;
    font-size: 40px;
    font-family: "ZaoZiGongFangBanHeiChangGuiTiZiTi-1";
    line-height: 40px;
    color: #2189dd;
    text-align: center;
    height: 40px;
    display: block;
}
.daohan a:hover{color: #084ae2;}

.btn_more {
    width: 69px;
    height: 26px;
    display: block;
    background: url(../images/more.png) no-repeat 0 0;
    float: right;
}
.gdzx{
    background: url(../images/bg1.jpg) no-repeat center top;
    overflow: hidden;
    height: 906px;
}
.cxmc{
    background: url(../images/bg2.jpg) no-repeat center top;
    overflow: hidden;
    height: 847px;
}

.ghld{
    background: url(../images/bg3.jpg) no-repeat center top;
    overflow: hidden;
    height: 758px;
}

.gdyx{
    background: url(../images/bg4.jpg) no-repeat center top;
    overflow: hidden;
    height: 845px;
}
.lmT {
    width: 100%;
    height: 192px;
    margin: 34px 0 30px 0;
}
.lmT1 {
    background: url(../images/tit1.png) no-repeat center top;
}
.lmT2 {
    background: url(../images/tit2.png) no-repeat center top;
}
.lmT3 {
    background: url(../images/tit3.png) no-repeat center top;
}
.lmT4 {
    background: url(../images/tit4.png) no-repeat center top;
}
 .slider {
            position: relative;
            width: 100%;
            max-width: 100%;
        }

            .slider .slider__inner {
                /*display: flex;
                position: relative;*/
                align-items: center;
/*                max-width: 750px;*/
                height: 525px;
                margin: 0 auto;
            }

                .slider .slider__inner .slider__item {
                    position: absolute;
                    height: 150px;
                    width: 150px;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                    z-index: -1;
/*                    pointer-events: none;*/
                    user-select: none;
                }

                .slider .slider__inner .slider__item-trigger-next {
                    left: 15%;
                    transform: translateX(-50%);
                }

                .slider .slider__inner .slider__item-trigger-previous {
                    left: 85%;
                    transform: translateX(-50%);
                }

                .slider .slider__inner .slider__item-selected {
                    height: 440px;
                    opacity: 1;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 780px;
                    z-index: 2;
                    border-radius: 55px;
                    border:3px solid #fff;
                }

                .slider .slider__inner .slider__item-previous, .slider .slider__inner .slider__item-next {
                    height: 440px;
                    opacity: .3;
                    width: 780px;
                    z-index: 1;
                    border-radius: 55px;
                    border:3px solid #fff;
                }

                .slider .slider__inner .slider__item-last, .slider .slider__inner .slider__item-first {
                    opacity: 0;
                    z-index: 0;
                }

                .slider .slider__inner .slider__item-previous {
                   left: 50%;
                    transform: translateX(-50%);
                    margin-left: -850px;
                }

                .slider .slider__inner .slider__item-next {
                    left: 50%;
                    transform: translateX(-50%);
                    margin-left: 850px;
                }

                .slider .slider__inner .slider__item-first {
                    left: 0%;
                    transform: translateX(-50%);
                }

                .slider .slider__inner .slider__item-last {
                    left: 100%;
                    transform: translateX(-50%);
                }

                .slider .slider__inner .slider__item-container {
                    position: relative;
                    width: 100%;
                    height: 100%;
                }
                .slider .slider__inner .slider__item-container i{background: url(../images/gdzx-img.png) no-repeat center top; background-size: 100%; position: absolute; left:0; top:0; width: 780px; height: 439px;}
                .slider .slider__inner .slider__item-img {
                    width: 100%;
                    height: 100%;
                    object-position: center;
                    border-radius: 55px;
                }

                .slider .slider__inner .slider__item-datas {
                    margin-top: 13px;
                    width: 100%;
                    background:#2761e5;
                    text-align: center;
                    font-family: '微软雅黑';
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    border-radius: 33px;
                    color: #fff;
                    font-size: 24px;
                    line-height: 66px;
                    height: 66px;
                }
                .slider .slider__inner .slider__item-datas a{ color:#fff; }
            .slider .slider__controls {
                top:40%;
                display: flex;
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                justify-content: space-between;
                align-items: center;
                z-index: 999;
                width: 900px;
                margin: 0 auto;
            }

        @media (max-width: 750px) {
            .slider .slider__controls {
                display: none;
            }
        }

        .slider .slider__controls-previous, .slider .slider__controls-next {
            border: 0;
            cursor: pointer;
            font-size: 50px;
            background-color: transparent;
            color: rgba(53, 101, 229, 1);
            padding: 0;
        }

            .slider .slider__controls-previous:focus, .slider .slider__controls-next:focus {
                outline: none;
            }

.swiper-slide h3{width: 100%; height: 66px; font-size: 24px; line-height: 66px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-align: center; color: #fff; font-weight: normal;}

.cxmc ul{ width:1200px; margin: 0 auto;}
.cxmc ul li{ margin-bottom:20px; border-radius: 6px; background: #fff; width: 100%; padding: 10px; overflow: hidden;}
.cxmc ul li .fr h3{ width:1080px; font: bold 24px/24px "Microsoft Yahei"; color: #078afb; margin-top: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.cxmc ul li .fr p{ width:1080px; font: 18px/24px "Microsoft Yahei"; color: #666; margin-top: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.ghld a{ width:444px; height:253px; display: block; margin-top: 80px;}

.gdyx .jpcg { width:1110px; margin:0 auto; }
.gdyx .jpcg .list {width: 217px; }
.gdyx .jpcg .list li { height: 119px; opacity: .5; margin-bottom: 9px; float: right;}
.gdyx .jpcg .list li.active { width: 217px; height: 119px; background: url(../images/gdyz-img.png) no-repeat center top; opacity: 1; }
.gdyx .jpcg .list li img { width: 200px; height: 113px; overflow: hidden; border: 3px solid #fff; float: right;}

.gdyx .jpcg .jpcgPic { background:#fff; width: 886px;height: 501px; box-sizing: border-box; }
.gdyxgdyx .jpcg .jpcgPic .pic {width: 880px; height: 495px; margin: 0 auto;}
.gdyx  .jpcg .jpcgPic .pic img {width: 880px; height: 495px; overflow: hidden;border:3px solid #fff;}

/*概览*/
.common_wrap{; margin: -20px 0 40px; padding: 30px 79px 30px; border: 1px solid #dfdfdf;}
.left_bar{ 
	height: 1500px;
	padding: 0 25px; 
	background: #0b37c8;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #0b37c8, #2998f3); 
	/* Safari 4-5, Chrome 1-9 */ 
	/* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
	background: -webkit-gradient(linear,top,from(#0b37c8),to(#2998f3));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient(top, #0b37c8, #2998f3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #0b37c8, #2998f3);
}
.left_t{ position: relative; height: 20px; padding: 30px 0; font-size: 20px; line-height: 20px; color: #fff; text-align: center;}
.left_t i{ position: absolute; top: 50%; width: 36px; height: 2px; margin-top: -1px; background-color: #fff;}
.left_t .l{ left: 0;}
.left_t .r{ right: 0;}
.left_t span{}
.left_bar_list{}
.left_bar_list li{ width: 150px; height: 40px; margin-bottom: 20px; font-size: 18px; line-height: 40px; text-align: center; border-radius: 20px;}
.left_bar_list li a{ color: #b6cdfc;}
.left_bar_list li.current{ background-color: #fff;}
.left_bar_list li.current a{ color: #0b37c8}
#side_lm_name{ display: none;}

.gl_list1{ margin-bottom: 20px; border-bottom: 1px dashed #dfdfdf;}

.gl_list1 li{ position: relative; padding-left: 18px; height: 50px; }
.gl_list1 li:before{ position: absolute; top: 50%; left: 2px; width: 6px; height: 6px; margin-top: -3px; background-color: #ddd; border-radius: 50%; content: "";}
.gl_list1 li .gl_list1_t{ width: 80%; height: 50px; font: 18px/50px "Microsoft Yahei"; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.gl_list1 li .gl_list_date{ position: absolute; right: 0; top: 0; height: 50px; font-size: 14px; line-height: 40px; color: #888;}


.pages{ margin-bottom: 10px; text-align: center;}
.pages a{ box-sizing: border-box; display: inline-block; width: 34px; height: 34px; margin: 0 5px; font-size: 14px; line-height: 32px; text-align: center; color: #666; border: 1px solid #e6e6e6; border-radius: 4px; }
.pages span{ font-size: 14px; line-height: 34px; margin: 0 5px;}
.pages a.first, .pages a.prev, .pages a.next, .pages a.last{ box-sizing: border-box; width: auto; padding: 0 10px; height: 34px; cursor: pointer;}
.pages a.current, .pages a:hover{ color: #fff; background-color: #0078db; border-color: #0078db;}
</pre></body></html>