<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {word-wrap:break-word;word-break:normal;box-sizing:border-box;outline: none;}
html{
    font-family:system-ui,-apple-system,BlinkMacSystemFont,'Microsoft YaHei', 'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
    font-size:16px;
    min-width: 1300px;
    /*font-size: calc(100vw / 30);*/
}
body {
    background: #ffffff;
    font-family:system-ui,-apple-system,BlinkMacSystemFont,'Microsoft YaHei', 'segoe ui',Roboto, Helvetica,Arial,sans-serif,'apple color emoji','segoe ui emoji','segoe ui symbol';
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

/*	防止复制代码
body {-moz-user-select: none;-webkit-user-select: none;}
*/

header, section, footer, aside, nav, main, article, figure {
    display: block;margin:0;padding:0;border:0;
}
img,p,form {margin:0;padding:0;border:0;}
ul,li{list-style:none;padding:0;margin:0;}
h1,h2,h3 {margin:5px 0;padding:5px 0;}
input,textarea,button {}

a{transition: all .1s;}
.float-l {float:left;}
.float-r {float:right;}
.display-hidden{display: none;}
.display-block{display: block;}
.clear {clear:both;font-size:0; line-height:0; height:0; visibility:hidden;}
.pointer{cursor: pointer;}

/*	链接样式	*/
a {color:#262626;}
a:hover {text-decoration: none;color: #0a58ca;}
a:link,a:visited,a:active {text-decoration: none;}

a.nav-link{color:#ffffff;}
a.nav-link:hover {text-decoration:none; color:#aaaaaa;}
a.nav-link:link,a.nav-link:visited,a.nav-link:active {text-decoration:none;}

a.white-link {color:#fff;}
a.white-link:hover {text-decoration:none; color:#f0ab49;}
a.white-link:link,a.white-link:visited,a.white-link:active {text-decoration:none;}

a.red-link{color: #bc2021;}
a.red-link:hover {text-decoration:none;color:#484848; }
a.red-link:link,a.red-link:visited,a.red-link:active {text-decoration:none;}

a.blue-link {color:#1d6dc5;}
a.blue-link:hover {text-decoration:none;color:#f90; }
a.blue-link:link,a.blue-link:visited,a.blue-link:active {text-decoration:none;}

a.green-link{color:#155f50;}
a.green-link:hover {text-decoration:none;color:#444444; }
a.green-link:link,a.he-link:visited,a.he-link:active {text-decoration:none;}

a.yellow-link{color:#F1A325;}
a.yellow-link:hover {text-decoration:none;color:#353535; }
a.yellow-link:link,a.huang-link:visited,a.huang-link:active {text-decoration:none;}

/*	字体颜色	 */
.text-white {color: #ffffff;}
.text-black {color: #000;}
.text-dark {color: #353535;}

.text-gray {color:#808080;}
.text-gray-darker {color: #222222;}
.text-gray-dark {color: #333333;}
.text-gray-light {color: #DDDDDD;}
.text-gray-lighter {color: #E5E5E5;}
.text-gray-pale {color: #F1F1F1;}

.text-danger {color: #7e7e7e;}
.text-warning {color: #F1A325;}
.text-success{color: #38B03F;}
.text-info{color: #03B8CF;}
.text-important{color:#BD7B46;}
.text-special{color: #8666B8}

.text-danger-pale{color: #FFE5E0;}
.text-warning-pale{color: #FFF0D5;}
.text-succes-pale {color: #DDF4DF;}
.text-info-pale {color: #DDF3F5;}
.text-important-pale{color: #F7EBE1;}
.text-special-pale{color: #F5EEFF;}

.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-50{margin-bottom: 50px;}

.header{width: 100%; z-index: 50; height: 180px; display: table; background:url("../images/headerbg.png") top repeat-x;  position: fixed;}
.header:before{content:'';position:absolute;top:-100%;left:0;right:0;height:100%;background:url("../images/headerbg2.png") top repeat-x;  z-index:-1;}
.header.on:before{top:0;}

.header .header-main{margin:0 auto; width:1200px;}
.header .logo{width: 40%; height:71px; float:left;overflow: hidden; margin-top: 15px; /*background:url("../images/logopic.png") no-repeat; */ }
.header .logo img{width: 100%;}
.header .logo a{float: left;width: 100%;height: 62px;display: block; text-indent:70px; line-height:50px; font-size:28px; color:#ffffff;}
.header  .top-right{float:right;width:310px;overflow: hidden; padding-top:34px; text-align:right;}
.header .search{width:170px;overflow: hidden; float: left;}
.header .top-right .retn{ width: 100px; height: 30px; text-align: center; line-height: 30px; float: left; /*border: 1px solid #8ab2c7;*/ margin-top:1px; margin-right: 10px; font-size: 14px;}
.header .top-right .retn a{ color: #ffffff; }
.header .top-right .retn:hover{ line-height: 30px; /*background: #3181c5; */}
.header .search .search-btn{float:left;cursor:pointer;background-color:#0c4596;color:#ffffff;width:38px;height: 29px;text-align: center;line-height: 29px;overflow: hidden; border: 0; margin-top:1px;}
.header .search .search-ipt{float:left; color:#000; opacity:30%;width: 120px;height: 30px;font-size:12px;padding:0 5px;border:1px solid #0c4596;border-right:0;overflow: hidden; border-top-left-radius:5px;border-bottom-left-radius:5px;}
.header .search .search-ipt::placeholder{color: #aaaaaa;font-size:14px;}
/*========header========*/

.nav {float: left;width: 100%;  height: auto; display: table; margin-top:6px;}
.nav .nav-ul {margin:0 auto;width:1200px; height: 50px; }
.nav .nav-ul .nav-li:first-child{ margin-left:30px;}
.nav .nav-ul .nav-li{float:left;width:12%;text-align: center;position: relative; height: 50px; line-height: 50px; }
.nav .nav-ul .nav-li a{ color: #ffffff;}
.nav .nav-ul .nav-li:hover{ background: #0c4596;}
.nav .nav-ul .nav-li:hover a{ color: #ffffff;}
.nav .nav-ul .nav-selected{background-color: #1c1f63;}
.nav .drop-nav {position: absolute;z-index:999;left:0;right:0;padding:0;display: none;overflow: hidden; background-image:url("../images/menubg.png");}
.nav .drop-nav ul{width: 100%; height: auto; display: table;}
.nav .drop-nav ul li{float: left;width: 100%;padding:0;font-size:14px;text-align: center;overflow: hidden;}
.nav .drop-nav ul li:hover{background-image:url("../images/menubg.png");}
.nav .drop-nav ul li a{color: #ffffff;}
.nav .drop-nav ul li a:hover{color: #aaaaaa;}


.banner{float: left;width: 100%;overflow: hidden; position: relative; }
.banner img{float: left;width: 100%;}

/*========首页========*/
.mainbox{width:1200px; margin: auto; height: auto; display: table; margin-top:40px;}
.titlebox{width:100%; height: 45px; margin: auto; border-bottom:3px solid #0c4596;}
.titlebox .title{text-lign: center; font-size: 28px; padding-bottom: 10px; border-bottom: 3px solid #fe6a3a;}

.titlebox .title0{ width: 172px; height: 45px; float: left; background:url('../images/titlebg.png'); color:#ffffff; margin-bottom: 0; line-height: 48px; text-align: center;  font-size: 18px;}
.titlebox .morearow0{width:55px; height: 24px; float: right; margin-top:10px; text-align: right; font-size:14px;}
.titlebox .morearow0 a{ color:#0c4596;}
.titlebox .morearow0 a:hover{ color:#fe6a3a;}


.bx{width:100%; height: auto; display: table; margin-top: 30px;}
.bx .bxleft{width:37.5%; float: left; height: 430px;}
.bx .bxright{width:60%; float: right; height: 430px;}
.bx .bxleft .picbox{margin: 10px 15px; width:420px;background:#fff;border-radius:2px; padding-bottom: 30px;}
.bx .bxleft .ywpic{width:100%;height: 355px; overflow: hidden; z-index: -1;}
.bx .bxleft .ywpic img{width:100%; z-index: -1;}
.bx .bxleft .ywtitle{ height:105px; width:100%; z-index: 999; margin-top: -25px; position: relative;}
.bx .bxleft .ywtitle .titdate{width:65px; height: 82px; float: left; margin-left: 15px; background: #fe6a3a;  z-index: 999;}
.bx .bxleft .ywtitle .titnr{width:300px; float: right; margin-top: 30px; margin-right: 20px; height:65px; line-height: 26px;}
.bx .bxleft .ywdemo{width:380px; height: 60px; margin: auto; line-height: 30px; font-size: 14px; color: #666666; }
.bx .bxright ul li{width:100%; height: 55px; line-height: 55px; border-bottom:1px dashed #dddddd;}
.lititle{width:80%; height: 55px; line-height: 55px;float: left; text-indent: 5px;}
.lititle i{ font-size:10px;}
.lidate{width:15%; height: 55px; line-height: 55px; float: right; text-align: right;}
.lititle:hover{ line-height: 53px; }

.index-box{width: 48%;overflow: hidden;}
.index-date-board{float:left;width: 100%;background-color: #3580c4;padding:10px;margin-bottom: 30px;
    display:flex;flex-flow:row nowrap;justify-content:space-between;align-content:center;align-items:center;overflow: hidden;}
.index-date-board .date{flex:none;float: left;width: 160px;font-size:16px;line-height:25px;color:#ffffff;text-align:center;overflow: hidden;}
.index-date-board .week{flex:auto;float: left;width: 50%;height:50px;line-height:50px;font-size:18px;background-color:#ffffff;text-align:center;overflow: hidden;}
.index-date-board .week span{color:#ff5500;font-weight: 600;}

.display-flex{display: flex;}
.align-items-start{align-items: flex-start;}
.align-content-start{align-content: flex-start;}
.just-content-space-between{justify-content:space-between;}
.flex-none{flex:none;}
.flex-auto{flex:auto;}

.index-news{float: left;width: 100%;margin-bottom:30px;overflow: hidden;}
.index-news ul li{float: left;width: 100%;overflow: hidden;}
.index-news .index-news-li1{padding:12px 0;display: flex;flex-flow: row nowrap;justify-content: space-between;align-content: center;align-items: center;overflow: hidden;}
.index-news .index-news-li1 .date{flex:none;margin-right:20px;width: 70px;height:70px;border:1px solid #439dfe;color:#439dfe;overflow: hidden;}
.index-news .index-news-li1 .date .day{float:left;width: 100%;height:38px;line-height:38px;text-align: center;font-size:24px;overflow: hidden;}
.index-news .index-news-li1 .date .month{float:left;width: 100%;height:30px;line-height:30px;text-align: center;font-size:12px;background-color:#439dfe;color:#ffffff;overflow: hidden;}
.index-news .index-news-li1 .info{flex:auto;text-align: justify;overflow: hidden;}
.index-news .index-news-li1 .info .title{float:left;font-size:17px;height:40px;line-height:40px;text-align: justify;overflow: hidden;}
.index-news .index-news-li1 .info .demo{float:left;font-size:14px;height:30px;line-height:30px;color:#707070;text-align: justify;overflow: hidden;}
.index-news .index-news-li1 .dot{flex:none;width:5px;height:5px;font-size:20px;background-color:#ff5500;margin-right: 10px;display: block;overflow: hidden;}
.index-news .index-news-li1 .dot1{flex:none;border-radius:50%;width:5px;height:5px;font-size:20px;background-color:#00468e;margin-right: 10px;display: block;overflow: hidden;}

.index-news .index-news-li2{float:left;width:100%;height: 55px;line-height:55px;color:#ea5518;border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.index-news .index-news-li2 .date{float: right;height: 55px;line-height: 55px;color:#7e7e7e;font-size:14px;overflow: hidden;}
.index-news .index-news-li2:hover{ line-height: 53px;}

.index-news .index-news-li3{float:left;width:100%;height: 50px;line-height:50px;color:#3579b7;border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.index-news .index-news-li3 .date{float: right;height: 50px;line-height: 50px;color:#7e7e7e;font-size:14px;overflow: hidden;}
.index-news .index-news-li3 .ico{float: right;height: 50px;line-height: 50px;color:#e16602;overflow: hidden;}

.index-news .index-news-li4{float:left;width:100%;height: 50px;line-height:50px;color:#ea5518;border-bottom:1px solid #7a7eb0;overflow: hidden;}
.index-news .index-news-li4 .date{float: right;height: 50px;line-height: 50px;color:#7e7e7e;font-size:14px;overflow: hidden;}
.index-news .index-news-li4 .ico{float: right;height: 50px;line-height: 50px;color:#5050e0;overflow: hidden;}

.index-news .index-news-li5{float:left;width:100%;height:100px;color:#6e6e6e;border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.index-news .index-news-li5 b{float: left;width:100%;height: 35px;line-height: 35px;font-size:20px;font-weight:600;color:#333333;overflow: hidden;}
.index-news .index-news-li5 p{float: left;width:100%;height: 50px;line-height: 25px;font-weight:normal;overflow: hidden;}
/*
.index-news .index-news-li5:hover {background-color: #3140cf;color:#ffffff;}
.index-news .index-news-li5:hover a,
.index-news .index-news-li5:hover b{color: #ffffff;}
*/


.index-news .index-news-li6{float:left;width:100%;height:100px;color:#6e6e6e;padding:5px 0;border-bottom:0px dashed #999999;overflow: hidden;}
.index-news .index-news-li6 b{float: left;width:100%;font-weight:400;height: 90px;line-height: 30px;font-size:20px;color:#333333;text-align:justify;overflow: hidden;}
.index-news .index-news-li6 p{float: left;width:100%;height: 50px;line-height: 25px;font-weight:normal;overflow: hidden;}

.index-news .index-news-li7{float:left;width:100%;height: 50px;line-height:50px;color:#3579b7;border-bottom:0px dashed #dbdbdb;overflow: hidden;}
.index-news .index-news-li7 .date{float: right;height: 50px;line-height: 50px;color:#7e7e7e;overflow: hidden;}
.index-news .index-news-li7 .ico{float: right;height: 50px;line-height: 50px;color:#e16602;overflow: hidden;}


.index-news .dashed{border-bottom: 1px dashed #a8a4a2;}


.border-bottom-none{border-bottom: 0px dashed #a8a4a2;}

.index-news .index-news-pic-li{float: left;padding:16px 0;display: flex;flex-flow: row nowrap;justify-content: space-between;align-content: center;align-items: stretch;overflow: hidden;}
.index-news .index-news-pic-li .image{flex:none;float: left;width:180px;height:133px;margin-right:20px;overflow: hidden;}
.index-news .index-news-pic-li .image img{float: left;width:100%;height:133px;overflow: hidden;}
.index-news .index-news-pic-li .info{width:405px;padding:0px;overflow: hidden; float: right;}
.index-news .index-news-pic-li .info .title{float: left;width: 100%;text-align:justify;font-size:16px;overflow: hidden;}
.index-news .index-news-pic-li .info .demo{float: left;margin-top:10px;width: 100%;text-align:justify;font-size:16px;color:#535353;overflow: hidden;}
.index-news .index-news-pic-li .info .date{float: left;width: 100%;font-size:14px;margin-top:10px;overflow: hidden;}

.index-more{margin:0 auto;width: 100%;padding:20px 0;text-align: center;display: flex;flex-flow: row nowrap;justify-content: center;align-content: center;align-items: center;overflow: hidden;}
.index-more a{padding:10px 20px;background-color: #efefef;border-radius: 5px;overflow: hidden;}
.index-more a:hover{background-color: #eb561a;color: #ffffff;}

.index-news-pic{float: left;width: 400px;margin-top:20px;overflow: hidden;}
.index-news-pic .image{float: left;width: 100%;position:relative;overflow: hidden;}
.index-news-pic .image img{float: left;width: 100%;height: 300px;}
.index-news-pic .image b{position:absolute;left:0;bottom:0;z-index:1;width:100%;padding:10px;background-color:rgba(0,0,0,.5);text-align:center;overflow:hidden;}
.index-news-list{float: right;width:800px;overflow: hidden; margin-top:16px;}
.index-news-list ul{float: left;width: 800px;margin:0;overflow: hidden;}
.index-news-list ul li{float: left;width: 370px;height:50px;line-height:50px;color:#004386;margin-left:30px;border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.index-news-list ul li .date {float:right;color:#8c8c8c;font-size:14px;}
.index-news-list ul li:hover{line-height: 48px;}

.index-pic-news{float: left;width: 600px;margin: -10px;overflow: hidden;}
.index-pic-news .index-pic-news-li{float: left;width:180px;padding-bottom:20px;margin:10px 10px 20px 10px;border-bottom:2px dashed #cccccc;overflow: hidden;}
.index-pic-news .index-pic-news-li .image{float: left;width:180px;height:135px;overflow: hidden;}
.index-pic-news .index-pic-news-li .image img{float: left;width:100%;height:135px;overflow: hidden;}
.index-pic-news .index-pic-news-li .title{float: left;width: 100%; height:60px;line-height:30px;text-align: center;overflow: hidden;}

.index-ad1{margin:0 auto;width: 1200px;overflow: hidden;}
.index-ad1 img{float:left;width: 100%;margin-bottom:20px;overflow: hidden;}

.index-pphd{float: left;margin-bottom:40px;padding-bottom:40px;width: 100%;
    text-align:center;
    background-image:url(../images/pphd-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;overflow: hidden;}
.index-pphd .index-pphd-title{font-size:32px;padding-top:35px;padding-bottom:60px;color:#ffffff;display:block;position: relative;}
.index-pphd .index-pphd-title:before{content: '';background: url(../images/pphd-title.png) no-repeat;width: 33px;height: 24px;display: block;position: absolute;top:0;left:50%;margin-left: -16px;}
.index-pphd .index-pphd-title:after{content:'';width:100px;height:5px;background:#d95e30;display: block;position: absolute;bottom:40px;left:50%;margin-left: -50px;overflow: hidden;}
.index-pphd .item{float: left;width: 100%;position:relative;overflow: hidden;}
.index-pphd .item .image{float: left;width: 100%;overflow: hidden;}
.index-pphd .item .image img{float: left;width: 100%;}
.index-pphd .item .title{float: left;width: 100%;position:absolute;left:0;bottom:0;padding:10px;background-color:rgba(21,100,179,.7);color:#ffffff;overflow: hidden;}
.index-pphd .pphd-pic{float:left;width:100%;padding-bottom:40px;}


.index-thumb{float:left;width: 1220px;margin:0 -10px;padding-bottom:60px;overflow: hidden;}
.index-thumb li{float: left;width: 285px;margin: 10px;position:relative;overflow: hidden;}
.index-thumb li:hover{box-shadow:0 0 5px 2px #cccccc;}
.index-thumb li .image{float: left;width:100%;overflow: hidden;}
.index-thumb li .image img{float: left;width:100%;overflow: hidden;}
.index-thumb li .title{float:left;padding:10px;text-align: center;
    height: 50px;line-height: 30px;width: 100%;overflow:hidden;}

.image-scale{transition:all .2s;}
.image-scale:hover{transform:scale(1.2);}


.index-jcfs{float:left;width: 1220px;margin:-10px;padding-bottom:60px;overflow: hidden;}
.index-jcfs li{float: left;width: 285px;margin: 10px;position:relative;overflow: hidden;}
.index-jcfs li .image{float: left;width:100%;height: 180px;overflow: hidden;}
.index-jcfs li .image img{float: left;width:100%;height: 180px;overflow: hidden;}
.index-jcfs li .title{float:left;position:absolute;left:0;bottom:-70px;padding:10px;
    height: 70px;line-height: 25px;
    background-color:rgba(234,84,24,.95);color:#ffffff;width: 100%;overflow:hidden;}

.index-about{margin:0 auto;width: 1200px;overflow: hidden;}
.index-about .image{float:left;width: 520px;margin-bottom:30px;overflow: hidden;}
.index-about .image img{float:left;width: 100%;}
.index-about .info{position:relative;float:right;width: 650px;margin-bottom:30px;font-size:18px;line-height:35px;text-align:justify;}
.index-about .info .tit{float: left;margin-top:20px;margin-bottom:20px;width: 700px;margin-left: -50px;padding-left:50px;height: 25px;background-color: #f97616;color: #ffffff;overflow: hidden;}
.index-about .info .tit span{opacity:50%;}
.index-about .info .text{float:left;width: 100%;overflow: hidden;}
.index-about .info .more{float: right;font-size:18px;color:#f97616;margin-top: 10px;overflow: hidden;}
.index-about .info .more:hover{margin-right: 5px;}
.index-ad-2{float: left;width: 245px;height: 350px;margin-right:20px;overflow: hidden;}
.index-ad-2 img{float: left;width: 245px;height: 350px;overflow: hidden;}

.index-link-ul{float: left;width: 1250px;margin:0 -25px 25px -25px;overflow: hidden;}
.index-link-ul li{float: left;width: 575px;margin: 25px;background-color:#f9fafa;transition: all .2s;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;align-content:center;overflow: hidden;}
.index-link-ul li .image{flex:none;float: left;width: 180px;height: 140px;overflow: hidden;}
.index-link-ul li .image img {float: left;width: 100%;height: 140px;}
.index-link-ul li .info{flex:auto;padding:20px;display:inline-flex;overflow: hidden;flex-direction: column;justify-content: space-between;align-content: center;align-items: flex-start;}
.index-link-ul li .name{font-size:20px;line-height:30px;font-weight:400;overflow: hidden;}
.index-link-ul li .name a{color: #0a53be;}
.index-link-ul li .demo{font-size:14px;color:#666666;text-align:justify;overflow: hidden;}
.index-link-ul li:hover{box-shadow: 0 0 10px 2px #cccccc;}

.index-zhuanlan-pic{float: left;margin-bottom:50px;width: 430px;height: 450px;margin-right:70px;box-shadow: 0 0 10px 1px #cccccc;overflow: hidden;}
.index-zhuanlan-pic .image{float: left;width: 100%;height: 250px;background-repeat:no-repeat;background-position:center center;background-size:cover;display:block;overflow: hidden;}
.index-zhuanlan-pic .image a{float: left;width: 100%;height: 250px;display: block;}
.index-zhuanlan-pic .info{float: left;width: 100%;padding:10px 20px;position: relative;}
.index-zhuanlan-pic .info .date{
    position: absolute;top:-40px;left:10px;float:left;width: 70px;height: 80px;
    background-color:#fe6a3a;color:#ffffff;border:1px solid #ea644a;
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;align-content: center;
    overflow: hidden;}
.index-zhuanlan-pic .info .date b{float: left;width: 100%;text-align: center;font-size:20px;overflow: hidden;}
.index-zhuanlan-pic .info .date span{float: left;width: 100%;text-align: center;font-size:12px;overflow: hidden;}
.index-zhuanlan-pic .info .title{float: left;width: 100%;margin-bottom:10px;padding-left:80px;font-size:18px;text-align: justify;overflow: hidden;}
.index-zhuanlan-pic .info .demo{float: left;width: 100%;text-align: justify;color:#999999;font-size:14px;line-height:26px;overflow: hidden;}
.zhunlan-list{float: left;width:700px;overflow: hidden; }
.zhunlan-list ul li{float:left;width: 100%;padding:15px 0;font-size:17px;border-bottom:1px dashed #dbdbdb;text-align: justify;color:#00468e;overflow: hidden;}


.login-wrap{margin:30px auto;width: 1200px;border-radius:0px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:stretch;align-content:center;overflow: hidden;}
.login-wrap .login-left{flex:auto;background-color:#fafafa;padding:100px;border-top-left-radius:5px;border-bottom-left-radius:5px;border:1px solid #efefef;border-right:0;overflow: hidden;}
.login-wrap .login-left .title{float:left;width: 100%;text-align: left;padding-bottom:30px;font-size:30px;overflow: hidden;}
.login-wrap .login-left .login-form{float: left;width: 100%;overflow: hidden;}
.login-wrap .login-left .login-form ul li{float: left;width: 100%;padding-bottom:30px;overflow: hidden;}
.login-wrap .login-left .login-form .li{display: inline-flex;justify-content: space-between;align-content: center;align-items: center;}
.login-wrap .login-left .login-form .label{flex:none;float: left;width: 80px;height:45px;line-height:45px;overflow: hidden;}
.login-wrap .login-left .login-form .ipt{flex:auto;float: left;width: 100%;height:45px;line-height:45px;padding:0 15px;border:1px solid #efefef;border-radius:4px;overflow: hidden;}
.login-wrap .login-left .login-form .verify{flex:auto;float: left;width:50%;height:45px;line-height:45px;padding:0 15px;border:1px solid #efefef;border-radius:4px;margin-right:20px;overflow: hidden;}
.login-wrap .login-left .login-form .verifyImg{flex:none;float: right;height:45px;line-height:45px;border:1px solid #efefef;border-radius:4px;cursor:pointer;overflow: hidden;}
.login-wrap .login-right{flex:none;float: right;width: 400px;line-height:30px;padding:40px;background-color:#ffc107;border-top-right-radius:5px;border-bottom-right-radius:5px;color:#ffffff;overflow: hidden;}

.member-wrap{margin:30px auto;width: 1200px;padding:50px;border:1px solid #efefef;border-radius:5px;background-color:#fafafa;overflow: hidden;}
.member-wrap .welcome{float: left;width: 100%;padding:20px;text-align: left;margin-bottom:20px;overflow: hidden;}
.member-wrap .tools{float: left;width: 100%;display: flex;
    justify-content:flex-start;align-items:center;align-content:center;overflow: hidden;}
.member-wrap .tools .item{margin:20px;width:200px;height:200px;background-color:#ffffff;border-top:5px solid #dbdbdb;border-radius:5px;transition:all .2s;overflow: hidden;}
.member-wrap .tools .item a{
    float:left;width:100%;height:200px;transition: all .1s;
    display: inline-flex;flex-flow: column nowrap;justify-content: center;align-content: center;align-items: center;
}
.member-wrap .tools .item:hover{border-top:5px solid #ff8100;background-color:#f0ab49;border-radius: 50%;}
.member-wrap .tools .item:hover a{color: #ffffff;}
.member-wrap .tools .item i{float: left;width: 100px;height:100px;line-height:100px;background-color:#ea644a;color:#ffffff;text-align: center;border-radius:50%;overflow: hidden;}
.member-wrap .tools .item span{float: left;width: 100%;text-align: center;margin-top:10px;overflow: hidden;}
.member-wrap .news{float: left;width: 100%;padding:20px;overflow: hidden;}
.member-wrap .news ul li{float: left;width: 100%;padding:20px 0;border-bottom:1px dotted #dbdbdb;overflow: hidden;}
.member-wrap .news ul li .title{float: left;width: 100%;overflow: hidden;}
.member-wrap .news ul li .desc{float: left;width: 100%;overflow: hidden;}

.page-item2{ width: 100%;padding:18px 0;
    display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;
    border-bottom:1px dashed #dbdbdb;overflow: hidden;}

.ads-b{float: left;width: 100%;background-color: #f4f4f4;overflow: hidden;}
.index-item-a {float:left;width:375px;overflow: hidden;}
.index-item-b {float:left;width:450px;padding:0 25px;overflow: hidden;}

.link-wrap{float: left;width: 100%;padding:20px 0;background-color: #f4f4f4;overflow: hidden;}
.link-wrap .li{float: left;width: 33.33%;height: 35px;line-height: 35px;overflow: hidden;}

.page-nav{width:100%;height:70px; line-height:70px;margin-bottom: 20px;border-bottom:3px #dfeafd solid;}
.nyrttitle{width:30%; float:left;font-size: 24px;font-weight: bold;color: #333;line-height:70px;}
.current{width:40%; float: right; text-align: right;line-height:70px;}




/*.page-nav{float: left;width: 100%;margin-bottom:20px;padding:20px; border-bottom:2px solid #eff2fb;font-size:16px;overflow: hidden;}*/
.page-nav .page-nav-main{
    margin:0 auto;max-width: 1200px;
    display: flex;flex-flow: row wrap;justify-content: space-between;align-items: center;align-content: center;
    overflow: hidden;}
.page-nav .page-nav-main .current{flex:auto;font-size:16px;text-align: left;line-height: 30px;padding:5px 0;overflow: hidden;}
.page-nav .page-nav-main .current i{padding:0 10px;}
.page-nav .page-nav-main .category{flex:auto;padding-left:50px;}
.page-nav .page-nav-main .category ul{
    display:flex;flex-flow: row wrap;justify-content: flex-end;align-content: center;align-items: center;overflow: hidden;
}
.page-nav .page-nav-main .category ul li{margin:5px;padding:0 10px;position: relative;line-height: 30px;}
.page-nav .page-nav-main .category .selected a{color: #005775;}
.page-nav .page-nav-main .category .selected:after{content: '';position:absolute;width:50%;left:25%;bottom:-4px;border-bottom: 1px solid #005775;}
.page-nav .page-nav-main .category-controller{display:none;align-self:flex-end;flex:none;width: 30px;height: 30px;line-height: 30px;text-align: center;overflow: hidden;}

/* 内页顶部标题 */
.page-title-wrap{float: left;width: 100%;text-align: center;padding-top:40px;padding-bottom:40px;overflow: hidden;}
.page-title-wrap .name{position: relative;font-size:40px;line-height:40px;color:#1d50a3;}
.page-title-wrap .name:before{content: '';width: 10px;height: 10px;background-color: #00c07a;position: absolute;left:-40px;top:50%;margin-top:-5px;display: block; }
.page-title-wrap .name:after{content: '';width: 10px;height: 10px;background-color: #00c07a;position: absolute;right:-40px;top:50%;margin-top:-5px;display: block; }
.page-title-wrap:hover .name:before{left: -60px;}
.page-title-wrap:hover .name:after{right: -60px;}


.product-cate{float: left;width: 100%;overflow: hidden;}
.product-cate-title{float: left;width: 100%;padding:20px 0;border-bottom:2px solid #aaaaaa;overflow: hidden;}
.product-cate-main{float: left;width: 100%;margin-bottom:0;overflow: hidden;}
.product-cate-main .product-cate-main-title{float: left;width: 100%;padding:10px 0;overflow: hidden;}
.product-cate-main .product-cate-main-list{float: left;width: 100%;margin-top:0;overflow: hidden;}
.product-cate-main .product-cate-main-list .image{float: left;width: 100%;border:1px solid #efefef;overflow: hidden;}
.product-cate-main .product-cate-main-list .image img{float: left;width: 100%;overflow: hidden;}

.page-main{margin:0 auto;width: 100%;max-width:1240px;padding:0 20px;/*overflow: hidden;*/}
.page-main img{max-width: 100%;}
.page-main-wrap{top:-115px; padding-bottom:10px;display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;align-content: center; position: relative; z-index: 25; }


.page-main .page-item{
    float: left;width: 100%;padding:40px 0;
    display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: flex-start;
    border-bottom:1px dashed #dbdbdb;overflow: hidden;}
.page-main .page-item .image{flex:none;width: 300px;margin-right: 40px;}
.page-main .page-item .image img{float: left;width: 100%;}

.page-main .page-item .date-time{
    flex:none;width:150px;
    padding:0px;text-align: justify;margin-right:20px;transition: all .2s;
    display: flex;flex-flow: column nowrap;justify-content: center;align-items: center;align-content: center;
    overflow: hidden;}
.page-main .page-item .date-time .year{font-size:20px;color: #543f9e;font-weight: normal;}
.page-main .page-item .date-time .day{
    font-size:50px;color: #543f9e;
    position: relative;}

.page-main .page-image-item-ul{
    float:left;width:1230px;margin:-15px;
    display: flex;flex-flow: row wrap;justify-content: flex-start;align-content: center;align-items: center;
    /*overflow: hidden;*/}
.page-main .page-image-item{float: left;width:380px;margin:35px 45px 15px;position:relative;border:1px solid #dbdbdb;box-shadow:0 0 5px 2px #cccccc;overflow: hidden;}
.page-main .page-image-item .image{float: left;width: 100%;overflow: hidden;}
.page-main .page-item .image2{flex:none;width:200px;margin-right: 40px;}
.page-main .page-image-item .image img{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .title{position: absolute;left:0;bottom:0;padding:15px;background-color: rgba(0,0,0,.5);color:#ffffff;overflow: hidden;}
.page-main .page-image-item:hover{box-shadow: 0 0 5px 2px #aaaaaa;}
.tchbox{ height:40px; font-size:20px; line-height:40px; margin-bottom:15px;}

.page-main .page-small-image-item-ul{
    float:left;width:918px;margin:9px -9px;
    display: flex;flex-flow: row wrap;justify-content: flex-start;align-content: center;align-items: center;
    overflow: hidden;}
.page-main .page-small-image-item{float: left;width:288px;margin:9px;position:relative;overflow: hidden;}
.page-main .page-small-image-item .image{float: left;width: 100%;border:1px solid #dbdbdb;overflow: hidden;}
.page-main .page-small-image-item .image img{float: left;width: 100%;overflow: hidden;}
.page-main .page-small-image-item .title{float:left;width:100%;padding:0 10px;height:40px;line-height:40px;font-weight:normal;overflow: hidden;}


.lyr_boder .news_item {
    display: flex;
    justify-content: space-between;
    padding: 35px 40px 15px;
    /* border: .01rem solid red; */
    border-bottom: 1px dashed #e5e5e5;
    width: 100%;
}
.lyr_boder .news_item:last-child{border-bottom:0px dashed #e5e5e5}


.lyr_boder .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;
}

.lyr_boder2 .news_item:hover {
    background: url(../images/kuaiji/related_one.png)no-repeat;
    background-size: 100% 105%;
    width: 100%;
    box-shadow: 0px 1px 25px 0px #e3e3e3;
}



.lyr_boder .news_item .news_left {
    margin-right: 40px;
    font-family: "Philosopher";
    width: 85px;
}

.lyr_boder .news_item .news_left2{margin-right:20px;width:180px; float: left; overflow: hidden;}
.lyr_boder .news_item .news_left2 img{width:100%;}

.lyr_boder .news_item .news_left2 .newspic{ height:126px;}


.lyr_boder .news_item .news_left .number {
    font-size: 48px;
    color: #543f9e;
    text-align: center;
}

.lyr_boder .news_item .news_left .news_time {
    font-size: 14px;
    color: #543f9e;
    background: url(../images/kuaiji/related.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}




.lyr_boder .news_item .news_right {
    width: calc(100% - 135px);
}

.lyr_boder .news_item .news_right .news_title {
    font-size: 18px;
    line-height: 30px;
    /* height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
    height: 30px; 
    overflow: hidden;
}

.lyr_boder2 .news_item .news_title {
    font-size: 16px;
    line-height: 55px;
    text-indent: 5px;
    width: 100%;
    color: #333;
    margin-bottom: .1rem;
}
.lyr_boder2 .news_item .news_title span{ float: right; color: #333; line-height: 55px;}

.lyr_boder .news_item .news_right .news_txt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
    opacity: 0.65;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top:10px;
}

.lyr_boder2 li{ /*height:55px; */width: 100%; line-height: 40px; border-bottom: 1px dashed #e5e5e5;}




.page-main .page-item .info{
    flex:auto;width: 100%;
    display:flex;flex-flow:column wrap;
    justify-content:flex-start;
    align-content: center;
    align-items: flex-start;
    overflow: hidden;}
.page-main .page-item .info .title{width: 100%;margin-bottom:10px;text-align: justify;font-size: 20px;font-weight:normal;overflow: hidden;}
.page-main .page-item .info .date{border-left:5px solid #ea644a;background-color:#005775;color:#ffffff;margin:10px 0;padding:0 10px;line-height:30px;text-align: justify;font-size: 14px;overflow: hidden;}
.page-main .page-item .info .demo{width: 100%;font-size:16px;color: #aaaaaa;text-align:justify;overflow: hidden;}
.page-main .page-item .info .more{align-self:flex-end;margin:10px 0;font-size: 14px;padding:5px 20px;border:1px solid #409EFF;background-color: #409EFF;color: #ffffff;overflow: hidden;}
.page-main .page-item .info .more:hover{border:1px solid #aaaaaa;background-color: #aaaaaa;color: #ffffff;}
.page-main .page-item .page-item-tools{float: left;margin-top:10px;width: 100%;display:inline-flex;flex-flow:row nowrap;justify-content:space-between;align-content:center;align-items:center;overflow: hidden;}
.page-main .page-item .page-item-tools .datetime{float: left;color:#aaaaaa;}
.page-main .page-item .page-item-tools .more{float: right;}

.page-main .content-title{float:left;width: 100%;padding:30px 0;font-size:32px;text-align:center;overflow: hidden; background: #fafafa; margin-top:30px;}
.page-main .content-demo{float: left;width: 100%;margin-bottom:20px;padding:20px;background-color:#fafafa;color:#666;text-align: justify;overflow: hidden;}
.page-main .content-text{float: left;width: 100%;margin-bottom:20px;text-align: left;font-size:18px;line-height: 35px;overflow: hidden; background: #ffffff; }
.page-main .content-text .dspicture{ width: 240px; height: 320px; float: left; margin-top: 50px; margin-left: 10px;}
.page-main .content-text .dspicture img{ width: 100%; overflow: hidden;}
.page-main .content-text .dsdetail{width: 610px; height: auto; display: table; float: right; margin-top: 50px; margin-right: 10px;}
.page-main .content-date{float: left;width: 100%;text-align:center;padding:20px 0;color:#aaaaaa;overflow: hidden;}

/* 内页左侧 */
.page-main-left {flex: none;width: 220px;background-color: #f1f1f1;overflow: hidden; top: 0px; position: relative; z-index: 30;}
.page-main-left:before{ content: "";
    position: absolute;
    background: url(../images/nylemenumas0.png) no-repeat 0 0;
    width: 2.43rem;
    height: 2.95rem;
    left: -1.2rem;
    top: 0px;
    z-index: -1;}
.page-main-left .page-left-title{
    float: left;width: 100%;height:115px;padding:0 30px;
    background:#3777b4 url(../images/menu-title-bg.jpg) no-repeat center center;
    display: flex;flex-flow: row nowrap;justify-content: center;align-content: center;align-items: center;
    color: #ffffff;text-align: center;overflow: hidden;}
.page-main-left .page-left-title img{flex:none;width: 46px;}
.page-main-left .page-left-title b{flex:auto;padding-left:20px;font-size:22px;font-weight:normal;text-align:left;overflow: hidden;}
.page-main-left .page-left-category{float: left;width: 100%;padding:20px 20px 50px;
    background:#f8f9fd url(../images/menu-bg.jpg) no-repeat center bottom;
    background-size:cover;overflow: hidden; min-height:400px;}
.page-main-left .page-left-category ul li{float: left;width: 100%;line-height:45px;padding:10px;
    border-bottom:1px dashed #bcc2d0; border-top:1px dashed #fff;font-size:16px;overflow: hidden; text-indent:5px;}
/*
.page-main-left .page-left-category ul li:hover{background-color: rgba(255,255,255,.1);}
.page-main-left .page-left-category ul li:hover a{color: #ffffff;}
*/


.page-main .page-image-item .dsimage{float: left;width: 100%;overflow: hidden;}
.page-main .page-image-item .dsimage .dspic{float: left;width: 120px; height:160px; float:left;overflow: hidden; margin:15px 0 15px 15px;}
.page-main .page-image-item .dsimage .dspic img{width: 100%;}
.page-main .page-image-item .dsimage .dstext{float: right; width: 210px; height: 160px; margin: 15px 10px 15px 0;}
.page-main .page-image-item .dsimage .dstext ul li{height: 32px; line-height: 32px;}
.page-main .page-image-item .dsimage .dstext ul li a{color: #176eb8;}



.page-main-left .page-left-category .selected i{color:#2b6fae;}
.page-main-left .page-left-category .selected a{color:#2b6fae;}


/* 内页右侧 */
.page-main-right {flex: auto;margin-left:40px;width: 100%; position: relative;top:120px; }
.page-main-right .main,
.page-main-right .list{float: left;width: 100%;margin-bottom:40px;overflow: hidden;}
.page-main-right .main .title{float: left;width: 100%;margin-top:40px;margin-bottom:40px;padding:20px 0;font-size:40px;line-height: 30px;text-align: left;overflow: hidden;}
.page-main-right .main .demo{float: left;width: 100%;margin-bottom:40px;padding:20px;font-size:16px;line-height: 30px;text-align: justify;background-color:#ffffff;color:#969696;overflow: hidden;}
.page-main-right .main .content{float: left;width: 100%;margin-bottom:40px;font-size:16px;line-height: 30px;text-align: justify;overflow: hidden;}

.page-main-right .page-main-right-title{float: left;padding:25px 0 16px;width: 100%;border-bottom:2px solid #eff2fb;overflow: hidden;}
.page-main-right .page-main-right-title b{font-size:24px;line-height: 30px;}
.page-main-right .page-main-right-title span{float:right;line-height: 30px;}

.page-per-next{float: left;width: 100%;padding:40px 0;margin-top:40px;border-top:1px dashed #dbdbdb;overflow: hidden;}
.page-per-next ul li{float: left;width: 100%;padding:5px 0;line-height:30px;text-align: left;overflow: hidden;}

.page-video{margin:0 auto;width: 100%;max-width: 1000px;padding:5px;background-color:#000000;position:relative;overflow: hidden;}
.page-video .dplayer{float: left;width: 100%;overflow: hidden;}

.page-video .key-form{
    float: left;width: 100%;position: absolute;z-index:10;left:0;top:0;right:0;bottom:0;
    background-color: rgba(0,0,0,.8);padding:40px;display: flex;flex-flow: column wrap;
    justify-content:center;;
    align-content: center;align-items:stretch;
    overflow: hidden;}

/* 分页 */
.page{float: left;width: 100%;margin: 20px 0;overflow: hidden;}
.page .pagination{display: flex;flex-flow: row wrap;justify-content: center;align-items: center;align-content: center;}
.page ul li{cursor:pointer;background-color:#dbdbdb;color:#ffffff;font-size:14px;height: 30px;line-height: 30px;margin:5px;border-radius:2px;overflow: hidden;}
.page ul li:hover{background-color: #204ca5;color: #ffffff;}
.page ul li a{float:left;width:100%;color: #ffffff;padding:0 10px;}
.page ul li span{padding:0 10px;}
.page .disabled{background-color: #484848;color: #ffffff;}
.page .active{background-color: #204ca5;color: #ffffff;}

.services-image-li{float: left;width: 100%;padding:0; overflow:hidden;}
.services-image-li .title{float: left;width: 100%;font-size: 30px;font-weight:bold;margin-bottom:30px;padding:30px 0;border-bottom:1px solid #000000;text-align: left;overflow: hidden;}
.services-image-li .title:hover{color:#005775;}
.services-image-li .image{float: left;width: 100%;overflow: hidden;}
.services-image-li .image img{float: left;width: 100%;overflow: hidden;}
.services-title-li{float: left;width: 100%;margin-top:10px;overflow:hidden;}
.services-title-li .title{float: left;width: 100%;font-size: 30px;color:#005775;font-weight:bold;padding:30px 0;text-align: left;overflow: hidden;}
.services-text-li{float: left;width: 100%;position:relative;overflow:hidden;}
.services-text-li:before{content: '';position:absolute;top:10px;display:block;width: 4px;height: 4px;background-color: #005775;border-radius: 4px;overflow: hidden;}
.services-text-li:hover:before{content: '';position:absolute;top:10px;display:block;width: 4px;height: 4px;background-color: #555555;border-radius: 4px;overflow: hidden;}
.services-text-li .title{float: left;width: 100%;padding-left:10px;font-size: 18px;line-height:25px;padding-bottom:20px;text-align: left;overflow: hidden;}
.services-image-li a,
.services-title-li a,
.services-text-li a{color:#005775;}
.services-image-li:hover a,
.services-title-li:hover a,
.services-text-li:hover a{color:#555555;}

.bottom{
    float: left;width: 100%;padding-top:30px; padding-bottom:30px;
    background:#1f8ad4 url(../images/bottom-bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;color: #ffffff;
    display: inline-flex;flex-flow: row wrap;
    align-content: center;justify-content: center;align-items: center;
    overflow: hidden;}
.bottom .bottom-main{margin:0 auto;width: 1200px;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;align-content:center;}
.bottom .bottom-main .logo{float: left;width:290px;height:80px;background: url(../images/logo-bottom.png) no-repeat left center;}
.bottom .bottom-main .info{float: left;width: 550px;padding:0 50px;font-size:14px;line-height:28px;text-align:justify;overflow: hidden; }
.bottom .bottom-main .qrcode{float: left;width: 280px;text-align: center;}
.bottom .bottom-main .qrcode ul li{float: left;width: 33.33%;padding:0 15px;transition: all .2s;}
.bottom .bottom-main .qrcode ul li .image{float: left;width: 100%;border-radius:5px;overflow: hidden;  margin-bottom:10px;}
.bottom .bottom-main .qrcode ul li .image img{width:100%; margin:auto; float:left;}
.bottom .bottom-main .qrcode ul li .image .hide{display:none;}
.bottom .bottom-main .qrcode ul li:hover{transform: scale(1.2);}
.bottom .bottom-main .qrcode ul li .name{float: left;width: 100%;line-height:30px;text-align: center;color:#ffffff;font-size:14px;overflow: hidden;}

.bottom-line{float: left;margin-top:40px;border-top:1px solid #ffffff;opacity: 50%;
    width: 100%;padding:30px 0;color: #ffffff;text-align: center;overflow: hidden;}
.bottom-line a{color: #ffffff;}
.gotop{position: fixed;z-index: 5;right:10px;bottom:10px;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size:20px;background-color: rgba(0,0,0,.5);color: #ffffff;cursor:pointer;overflow: hidden;}

.empty{float: left;width: 100%;margin:100px 0;display: flex;flex-flow: column nowrap;justify-content: center;align-content: center;align-items: center;overflow: hidden}
.empty .image{flex:auto;padding:20px;text-align: center;margin-bottom: 20px;}
.empty .image img{max-width: 60%;}
.empty .name{flex:auto;font-size:20px;line-height:40px;color: #8a8a8a;}


.x-msg{
    float: left;width: 100%;margin-top: 100px;
    display: flex;flex-flow: column nowrap;
    align-content: center;align-items: center;
    overflow: hidden;}
.x-msg .ico-success{margin-top:30px;padding:0;font-size:200px;color: #198754;}
.x-msg .ico-error{margin-top:30px;padding:0;font-size:200px;color: #dc3545;}
.x-msg .msg-box{padding:20px;width:100%;text-align: center;color: #adb5bd;}
.x-msg .btn-box{padding:20px;width:100%;font-size:16px;}

.go-top{
    position: fixed;z-index:999;
    right:20px;bottom:20px;
    width: 40px;height: 40px;line-height: 40px;
    text-align: center;cursor:pointer;
    background-color: rgba(0,0,0,.5);color: #ffffff;font-size:20px;
    overflow: hidden;}
.go-top:hover{background-color: #005775;color: #ffffff;}

.full-pic{}
.full-pic .image{float: left;width: 100%;}
.full-pic .image img{float: left;width: 100%;}
.full-pic .title{float: left;width: 100%;height: 50px;line-height: 25px;text-align:center;padding:0 20px;overflow: hidden;}

.news-video{float: left;width: 100%;overflow: hidden;}
.news-video .video{float: left;width: 100%;overflow: hidden;}
.news-video .video video{float: left;width: 100%;background-color:#000;overflow: hidden;}
.news-video .title{float: left;width: 100%;overflow: hidden;}
.news-video .demo{float: left;width: 100%;overflow: hidden;}

.news-image{float: left;width: 100%;}
.news-image .category-name{float: left;width: 100%;overflow: hidden;}
.news-image .image{float: left;width: 100%;}
.news-image .image img{float: left;width: 100%;}
.news-image .title{float: left;width: 100%;height: 50px;line-height: 25px;text-align:left;padding:0;overflow: hidden;}
.news-image .demo{float: left;width: 100%;line-height: 25px;text-align:left;padding:0;overflow: hidden;}

.about{float:left;width: 100%;overflow: hidden;}
.about .category-name{float: left;width: 100%;}
.about .tips{float: left;width: 100%;position: relative;color: rgb(0,87,117);padding-left:40px;}
.about .tips:before{content: '';width: 30px;height: 4px;position: absolute;top:50%;left:0;margin-top:-2px;background-color: rgb(0,87,117);overflow: hidden;}
.about .title{float: left;width: 100%;overflow: hidden;}
.about .more{float: left;border:1px solid rgb(0,87,117);color: rgb(0,87,117);padding:5px 20px;overflow: hidden;}
.about .more:hover{background-color:rgb(0,87,117);color: #ffffff; }
.about .image {float: left;width: 100%;}
.about .image img{float: left;width: 100%;}
.about .culture{}
.about .culture .box{float: left;width: 100%;}
.about .contact{background: url(../images/about-contact-bg.jpg) no-repeat center center;background-size: cover;padding:50px 50px 200px 50px;font-size:14px;color:#ffffff;overflow: hidden;}


.contact-map {float: left;width: 100%;height: 450px;border-radius: 5px;overflow: hidden;}</pre></body></html>