<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.content {
    max-width: 1525px;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box
}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:""}
img {
    max-width: 100%
}

.page-down {
    width: 30px;
    height: 30px;
    background: #999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 99999
}

.page-down:hover {
    background: #0000cc
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.smallest-screen {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url(../images/displaynone.png) no-repeat center #666;
    display: none
}

@media only screen and (max-width:319px) {
    .smallest-screen {
        display: block
    }
}

.white {
    color: #fff!important
}

.web {
    overflow: hidden;
    min-width: 1200px
}

.tishi {
    text-align: center;
    color: #333;
    font-size: 14px
}

.tupian {
    width: 100%;
    background: #f1f1f1
}

.tupian1 {
    width: 100%;
    background: #f1f1f1
}

.middle_holder {
    display: inline-block;
    font-size: 0;
    width: 0;
    height: 50px;
    vertical-align: middle
}

.middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.nav_handle {
    display: none;
    position: relative;
    width: 27px;
    padding: 0 0 0 15px;
    cursor: pointer;
    float: right
}

.nav_handle b {
    width: 27px;
    height: 10px;
    position: relative
}

.nav_handle b i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #333;
    top: 0;
    -webkit-transform-origin: 29% 50%;
    transform-origin: 29% 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.nav_handle b .l_2 {
    top: auto;
    bottom: 0
}

.nav_handle.on b i {
    transform: rotate(45deg);
    background: #0000cc
}

.nav_handle.on b .l_2 {
    transform: rotate(-45deg)
}

.banner {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.banner img {
    width: 1920px;
    height: auto;
}

.banner .pagination {
    z-index: 99;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px
}

.banner .pagination .swiper-pagination-switch {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 0 12px;
    border-radius: 50%
}

.banner .pagination .swiper-pagination-switch:before {
    content: "";
    display: block;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 6px
}

.banner .pagination .swiper-active-switch {
    border: 1px solid #0000cc
}

.banner .pagination .swiper-active-switch:before {
    background: #0000cc
}

.banner .banner-left {
    display: none;
    position: absolute;
    opacity: .8;
    font-size: 50px;
    color: #fff;
    left: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px
}

.banner .banner-right {
    display: none;
    position: absolute;
    opacity: .8;
    font-size: 50px;
    color: #fff;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px
}

.banner .banner-left:hover,
.banner .banner-right:hover {
    opacity: 1
}

.Bottomerkg {
    height: 59px;
    display: none
}

.Bottomer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0000cc;
    z-index: 999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.Bottomer .BottomList li {
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 0
}

.Bottomer .BottomList li img {
    vertical-align: middle;
    height: 20px
}

.Bottomer .BottomList li span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 5px
}

.Bottomer .BottomList li p {
    font-size: 14px;
    color: #d5a334;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 10px
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: all .5s
}

.header .logo {
    padding: 15px 0;
    float: left;
    position: relative
}

.header .logo .clogo {
    opacity: 0;
    transition: all .5s
}

.header .logo .blogo {
    position: absolute;
    left: 0;
    transition: all .5s
}

.header .phone {
    float: right;
    font-size: 15px;
    line-height: 88px;
    margin-left: 50px;
    color: #fff
}

.header .inmuen {
    float: right
}

.header .inmuen ul li {
    display: block;
    position: relative;
    float: left
}

.header .inmuen ul li&gt;a {
    display: block;
    position: relative;
    z-index: 999;
    padding: 0 35px;
    font-size: 15px;
    color: #fff;
    line-height: 88px;
    transition: all .5s
}

.header .inmuen ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    z-index: 9;
    height: 0;
    background: #0000cc;
    bottom: 0;
    left: 0;
    transition: all .5s
}

.header .inmuen ul li.on:before,
.header .inmuen ul li:hover:before {
    height: 100%
}

.header .inmuen ul li.on&gt;a,
.header .inmuen ul li:hover&gt;a {
    color: #fff
}

.header .inmuen ul li .erji {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    width: 3000px;
    background: rgba(51, 51, 51, .7);
    left: 0;
    top: 80%;
    padding: 20px
}

.header .inmuen ul li .erji&gt;a {
    font-size: 13px;
    color: #fff;
    padding: 0 25px;
    border-right: 1px solid #8d8e8f
}

.header .inmuen ul li .erji&gt;a:hover {
    color: #0000cc
}

.header .inmuen ul li .erji&gt;a:last-child {
    border-right: 0
}

.header .inmuen ul li:hover .erji {
    z-index: 999;
    opacity: 1;
    top: 100%
}

.header_on {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.header_on .logo .clogo {
    opacity: 1
}

.header_on .logo .blogo {
    opacity: 0
}

.header_on .inmuen ul li&gt;a {
    color: #333
}

.header_on .phone {
    color: #f00; 
    font-size: 24px; 
    font-weight: 700;
}

.header:hover {
    background: #fff
}

.header:hover .logo .clogo {
    opacity: 1
}

.header:hover .logo .blogo {
    opacity: 0
}

.header:hover .inmuen ul li&gt;a {
    color: #333
}

.header:hover .phone {
    color: #333
}

.header:hover .inmuen ul li.on&gt;a,
.header:hover .inmuen ul li:hover&gt;a {
    color: #fff
}

.inabout {
    padding: 60px 0
}

.inabout .lmtit {
    font-size: 26px;
    color: #333;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px
}

.inabout .wz {
    max-width: 1150px;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 35px;
    color: #666;
    text-align: center
}

.inabout .ico {
    max-width: 1260px;
    margin: 0 auto 40px
}

.inabout .ico ul li {
    display: block;
    width: 25%;
    text-align: center;
    float: left
}

.inabout .ico ul li .pic {
    line-height: 90px;
    margin-bottom: 10px
}

.inabout .ico ul li .tit {
    font-size: 15px;
    color: #333
}

.inabout .more {
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    margin: 0 auto
}

.inabout .more:hover {
    background: #0000cc;
    color: #fff;
    border: 1px solid #0000cc
}

.incase {
    padding: 60px 0;
    background: #f5f5f5
}

.incase .lmtit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 5px
}

.incase .lmjj {
    font-size: 13px;
    color: #999;
    text-align: center
}

.incase .nav {
    padding: 30px 0;
    text-align: center
}
.incase .nav  ul{
	display: flex;
}
.incase .nav ul&gt;li {
    cursor: pointer;
    display: inline-block;
    padding: 0 80px;
    font-size: 20px;
    color: #666;
    border-right: 1px solid #c2c2c2;
	    height: 100px;
    flex: 1;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-right: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.incase .nav ul&gt;li.on,
.incase .nav ul&gt;li:hover {
    background: rgba(53, 104, 206, .9);
    color: #fff;
    border-color: #1F74E6;
}
.main-center {
    width: auto;
    margin: 0 auto;
}
 .bar {
  display: flex;
  background-color: #fff;
  padding: 1.75rem 0.8rem;
  transform: translateY(-50%);
  position: relative;
  z-index: 10;

}
 .bar .item {
  flex: 1;
  padding-top: 0.7rem 0.5rem;
  display: flex;
  align-items: center;
}
 .bar .item .img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
  border: 0.05rem solid;
  display: flex;
}
 .bar .item .img i {
  margin: auto;
  font-size: 2rem;
}
 .bar .item div p {
  margin-bottom: 0.5rem;
}
 .bar .item div span {
  font-size: 0.6rem;
  color: #999;
}
 .bar .item:nth-of-type(1) .img {
  border-color: #ef3b2d;
}
 .bar .item:nth-of-type(1) i {
  color: #ef3b2d;
  font-size: 2.4rem;
}
 .bar .item:nth-of-type(2) .img {
  border-color: #ffba00;
}
 .bar .item:nth-of-type(2) i {
  color: #ffba00;
}
 .bar .item:nth-of-type(3) .img {
  border-color: #1be324;
}
 .bar .item:nth-of-type(3) i {
  color: #1be324;
}
 .bar .item:nth-of-type(4) .img {
  border-color: #09dad7;
}
 .bar .item:nth-of-type(4) i {
  color: #09dad7;
}
 .bar .item:nth-of-type(5) .img {
  border-color: #10a6ea;
}
 .bar .item:nth-of-type(5) i {
  color: #10a6ea;
}
.icon-zhiliangbaozhang:before {
    background: url(../images/inico_05.png) no-repeat center #666;
}
.intub {
    padding: 30px 0;


    margin: 20px auto;
}

.intub ul li {
    width: 16%;
    margin: 0 2%;
    box-sizing: border-box;
    float: left;
    padding-left: 70px;
    position: relative;
}

.intub ul li .pic {
    position: absolute;
    width: 58px;
    text-align: center;
    left: 0;
    top: 0;
}

.intub ul li .tit {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.intub ul li .jj {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.intub ul li .img2 {
    display: none;
}

.intub ul li:hover .img2 {
    display: block;
}

.intub ul li:hover .img1 {
    display: none;
}

.intub ul li:hover .tit,
.intub ul li:hover .jj {
    color: #3b91ca;
}

.incase .list ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
	
}

.incase .list ul li {
    display: block;
    width: 32.333333%;
    margin: 0 .5% 1%;
    position: relative;
    float: left
}

.incase .list ul li .pic {
    overflow: hidden;
    position: relative
}

.incase .list ul li .pic img {
    transition: all .5s;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.incase .list ul li:hover .pic img {
    transform: scale(1.1, 1.1)
}

.incase .list ul li .fgc {
    opacity: 0;
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 104, 206, .9);
    color: #fff;
    z-index: 99
}

.incase .list ul li .fgc .tit {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px
}

.incase .list ul li .fgc .jj {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    margin-bottom: 20px
}

.incase .list ul li:hover .fgc {
    opacity: 1
}

.incase .content&gt;.more {
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    margin: 40px auto 0
}

.incase .content&gt;.more:hover {
    background: #0000cc;
    color: #fff;
    border: 1px solid #0000cc
}

.inmeit {
    padding: 60px 0
}

.inmeit .lmtit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 5px
}

.inmeit .lmjj {
    font-size: 13px;
    color: #999;
    text-align: center
}

.inmeit .nav {
    padding: 30px 0;
    text-align: center
}

.inmeit .nav ul li {
    cursor: pointer;
    display: inline-block;
    padding: 0 60px;
    font-size: 20px;
    color: #666;
    border-right: 1px solid #c2c2c2
}

.inmeit .nav ul li.on,
.inmeit .nav ul li:hover {
    color: #0000cc
}

.inmeit .list ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
}

.inmeit .list .one {
    width: 49%;
    float: left;
    margin: 0 .5% 1%;
    position: relative
}

.inmeit .list .one .tit {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.inmeit .list .one .pic {
    overflow: hidden
}

.inmeit .list .one .pic img {
    transition: all 1s
}

.inmeit .list .one:hover .pic img {
    transform: scale(1.1, 1.1)
}

.inmeit .list ul li {
    width: 24%;
    float: left;
    margin: 0 .5% 1%;
    position: relative
}

.inmeit .list ul li .pic {
    overflow: hidden;
    position: relative
}

.inmeit .list ul li .pic img {
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

.inmeit .list ul li:hover .pic img {
    transform: scale(1.1, 1.1)
}

.inmeit .list ul li .tit {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    z-index: 99;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.inmeit .content&gt;.more {
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    margin: 40px auto 0
}

.inmeit .content&gt;.more:hover {
    background: #0000cc;
    color: #fff;
    border: 1px solid #0000cc
}

.inrongy {
    padding: 60px 0;
    background: url(../images/index_08.jpg) no-repeat center
}

.inrongy .nr {
    position: relative;
    padding-right: 740px;
    min-height: 400px
}

.inrongy .nr .pic {
    width: 640px;
    position: absolute;
    right: 0;
    top: 0
}

.inrongy .nr .lmtit {
    font-size: 30px;
    color: #fff
}

.inrongy .nr .lmxian {
    width: 55px;
    height: 1px;
    background: #fff;
    margin: 20px 0
}

.inrongy .nr .jj {
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.inrongy .nr .list ul li {
    display: block;
    width: 33.33333%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box
}

.inrongy .nr .list ul li .tit {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.inrongy .nr .list ul li a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: #fff
}

.inrongy .nr&gt;.more {
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ccc;
    margin: 40px 0 0
}

.inrongy .nr&gt;.more:hover {
    background: #fff;
    color: #0000cc;
    border: 1px solid #fff
}

.inliuc {
    padding: 60px 0
}

.inliuc .lmtit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 5px
}

.inliuc .lmjj {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin-bottom: 30px
}

.inliuc .list ul li {
    transition: all .3s;
    cursor: pointer;
    width: 15.666666%;
    padding: 0 20px;
    text-align: center;
    height: 235px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #cecece
}

.inliuc .list ul li .cntit {
    display: none
}

.inliuc .list ul li .entit {
    display: none
}

.inliuc .list ul li .jj {
    display: none
}

.inliuc .list ul li .more {
    display: none
}

.inliuc .list ul li .sz {
    font-size: 32px;
    color: #adadad;
    margin-bottom: 10px
}

.inliuc .list ul li .scntit {
    font-size: 24px;
    color: #333
}

.inliuc .list ul li .sentit {
    color: #999;
    font-size: 12px;
    text-transform: uppercase
}

.inliuc .list ul li.on {
    width: 21.666666%;
   background: rgba(53, 104, 206, .9);
}

.inliuc .list ul li.on .cell {
    text-align: left
}

.inliuc .list ul li.on .sz {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.inliuc .list ul li.on .scntit,
.inliuc .list ul li.on .sentit {
    display: none
}

.inliuc .list ul li.on .cntit {
    display: block;
    font-size: 20px;
    color: #fff
}

.inliuc .list ul li.on .entit {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    opacity: .4;
    color: #fff
}

.inliuc .list ul li.on .jj {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 289px
}

.inliuc .list ul li.on .more {
    display: block;
    margin-top: 30px
}

.inpar {
    padding: 60px 0;
    background: #f5f5f5
}

.inpar .lmtit {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 5px
}

.inpar .lmjj {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin-bottom: 30px
}

.inpar .list ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
}

.inpar .list ul li {
    display: block;
    width: 15.666666%;
    margin: 0 .5% 1%;
    float: left;
    border: 1px solid #dfdfdf;
    background: #fff;
    box-sizing: border-box
}

.inpar .list ul li:hover {
    border: 1px solid #0000cc
}

.inpar .content&gt;.more {
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    margin: 40px auto 0
}

.inpar .content&gt;.more:hover {
    background: #0000cc;
    color: #fff;
    border: 1px solid #0000cc
}

.innews{ padding:30px 0 50px;}
.innews .btitle{ line-height:50px; font-size:30px; color:#222; text-align:center;}
.innews .stitle{ line-height:25px; font-size:16px; color:#333; text-align:center; margin-bottom:15px;}
.innews .xian{ width:58px; height:4px; background:#1F74E6; margin:0 auto;}
.innews .nr{ width:100%; max-width:1400px; margin:0 auto; padding-top:35px;}
.innews .inhuod{ width:50%; float:left; position:relative;}
.innews .inhuod img{ width:100%; height:auto;}
.innews .inhuod .bd ul li{ display:block; position:relative; height:432px; overflow:hidden;}
.innews .inhuod .bd ul li .tit{ width:100%; height:50px; line-height:50px; padding:0 20px; box-sizing:border-box; font-size:16px; color:#fff; background:rgba(0,0,0,.6); left:0; bottom:0; overflow:hidden; position:absolute;}
.innews .inhuod .bd ul li .tit span{ display:block; padding-right:140px;}
.innews .inhuod .bd ul li .tit .more{ width:100px; height:30px; line-height:30px; border:1px solid #fff; text-align:center; font-size:16px; color:#fff; position:absolute; right:10px; top: 10px;}
.innews .prev{ display:block; position:absolute; width:30px; line-height:30px; font-size:30px; color:#fff; text-align:center; height:30px; left:10px; top:50%; margin-top:-15px; transition:all 0.5s;}
.innews .prev:hover{ color:#1F74E6; transition:all 0.5s;}
.innews .next{ display:block; position:absolute; width:30px; line-height:30px; font-size:30px; color:#fff; text-align:center; height:30px; right:10px; top:50%; margin-top:-15px; transition:all 0.5s;}
.innews .next:hover{ color:#1F74E6; transition:all 0.5s;}

.innewsnr{ background:#f6f6f6; width:50%; float:left; height:432px;}
.innewsnr .hd{ height:60px;}
.innewsnr .hd ul li{ display:block; width:33.33333%; float:left; box-sizing:border-box; border:1px solid #dfdfdf; border-left:0px !important; line-height:60px; text-align:center; font-size:18px; cursor: pointer;}
.innewsnr .hd ul li.on{ border-top:3px solid #1F74E6; line-height:57px; border-bottom:0px !important; color:#1F74E6;}
.innewsnr .bd ul{ display:block; padding:0 20px;}
.innewsnr .bd ul li{ display:block; height:50px; line-height:50px; box-sizing:border-box; padding-right:100px; border-bottom:1px solid #dfdfdf; font-size:14px; position:relative;}
.innewsnr .bd ul li span{ display:block; height:50px; line-height:50px; overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}
.innewsnr .bd ul li .date{ width:100px; height:50px; line-height:50px; position:absolute; right:0; top:0; text-align:right; color:#666; overflow:hidden;}
.innewsnr .bd ul .more{ display:block; height:70px; line-height:70px; text-align:center; font-size:16px; color:#1F74E6; transition:all 0.5s;}
.innewsnr .bd ul .more:hover{ text-decoration:underline; transition:all 0.5s;}

.inmess{ padding:35px 0; background:url(../images/ycnet_bg.jpg) no-repeat center; box-shadow: 0 -3px 12px #dad6d6;height:350px;}
.inmess .lmtit{ margin-bottom:15px;}
.inmess .lmtit .ltit{ width:49.5%; float:left; padding-left:0.5%;}
.inmess .lmtit .rtit{ width:49.5%; float:right; text-align:right; padding-right:0.5%;}
.inmess .lmtit .rtit .en{ font-size:12px; line-height:20px; color:#fff;}
.inmess .lmtit .rtit .cn{ font-size:14px; line-height:20px; color:#fff;}
.inmess .text{ padding:0 10px; line-height:60px; height:60px; background:rgba(255,255,255,.85); width:24%; float:left; margin:0 0.5%; font-size:14px; box-sizing:border-box; outline:none;}
.inmess .text1{ padding:0 10px; line-height:60px; height:60px; background:rgba(255,255,255,.85); width:49%; float:left; margin:0 0.5%; font-size:14px; box-sizing:border-box; outline:none;}
.inmess .sub{ display:block; outline:none; width:200px; height:50px; font-size:18px; color:#fff; margin:30px auto 0; position: relative; top: 0;
background: -moz-linear-gradient( left,#e40000,#0000cc);
background: -webkit-gradient(linear,0 50%,100% 50%,from(#e40000),to(#0000cc));
background: -webkit-linear-gradient(left,#e40000,#0000cc);
background: -o-linear-gradient(left,#e40000,#0000cc);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e40000, endColorstr=#0000cc);/*IE&lt;9&gt;*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#e40000, endColorstr=#0000cc)";/*IE8+*/
-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;
}
.inmess .sub:hover{top: -5px; -webkit-box-shadow: 0 11px 16px rgba(0,0,0,.17); -moz-box-shadow: 0 11px 16px rgba(0,0,0,.17); box-shadow: 0 11px 16px rgba(0,0,0,.17);}
.inmess .error{ border:1px solid #e40000;}


.inkeh{ padding:40px 0 30px; background:#f6f6f6;}
.inkehnr{ position:relative; overflow:hidden; padding-bottom: 30px;}
.inkehnr .swiper-slide{ background:#fff; display:block; transition:all 0.5s;}
.inkehnr .swiper-slide .pic{  height:112px; text-align:center; border-bottom:1px solid #dfdfdf; position:relative;}
.inkehnr .swiper-slide .pic img{ height:112px; width:126px;}
.inkehnr .swiper-slide .pic .img{display:block; position:absolute; left:50%; top:0; margin-left:-63px; transition:all 0.5s; opacity:1;}
.inkehnr .swiper-slide .pic .imgon{ display:block; position:absolute; left:50%; top:0; margin-left:-63px; transform:scale(0,0); transition:all 0.5s; opacity:0;}
.inkehnr .swiper-slide .tit{ padding:10px 15px 10px 100px; font-size:15px; line-height:22px; text-align:left; position:relative; min-height:44px; color:#333; transition:all 0.5s;}
.inkehnr .swiper-slide .tit .date{ width:88px; height:15px; line-height:15px; position:absolute; left:0; text-align:center; top:13px; font-size:12px; color:#999; border-right:1px solid #dfdfdf; transition:all 0.5s; overflow:hidden;}
.inkehnr .swiper-slide:hover{ background:#1F74E6; transition:all 0.5s;}
.inkehnr .swiper-slide:hover .img{ transform:scale(0,0); transition:all 0.5s; opacity:0;}
.inkehnr .swiper-slide:hover .imgon{ transform:scale(1,1); transition:all 0.5s; opacity:1;}
.inkehnr .swiper-slide:hover .pic{ border-bottom:1px solid #f42d2d;}
.inkehnr .swiper-slide:hover .tit{ color:#fff; transition:all 0.5s;}
.inkehnr .swiper-slide:hover .date{ color:#fff; transition:all 0.5s;}
.inkehnr .swiper-pagination{ bottom: 0px !important; }
.inkehnr .swiper-pagination-bullet-active{ background: #1F74E6; }

.footer{ padding: 90px 0 90px; background: #f1f1f1; }
.footer .link{ padding-top:30px; line-height:30px; font-size:14px; }
.footer .link .tit{ font-size: 18px; font-weight:bold;}
.footer .link a{ color:#999; margin-right:10px;}
.footer .fcon{ max-width: 330px; padding-right: 120px; border-right: 2px solid #dfdfdf; margin-right: 120px; float: left; }
.footer .fcon .tit{ font-size: 18px; color: #333; margin-bottom: 15px; }
.footer .fcon .xian{ width: 30px; height: 2px; background: #999; margin-bottom: 20px; }
.footer .fcon .nr{ font-size: 16px; color: #666; line-height: 35px; }
.footer .fnav{ width: 190px; float: left; }
.footer .fnav .tit{ font-size: 18px; color: #333; margin-bottom: 15px; }
.footer .fnav .xian{ width: 30px; height: 2px; background: #999; margin-bottom: 20px; }
.footer .fnav a{ display: block; font-size: 16px; color: #666; margin-bottom: 15px; }
.footer .fnav a:hover{ color: #19b9d3; }
.footer .ewm{ float: right; width: 130px; }
.footer .ewm .pic{ margin-bottom: 20px; }
.footer .ewm .tit{ font-size: 22px; color: #666; text-align: center; }
.banq{ padding: 25px 0; background: #1c1c1c; font-size: 14px; color: #ccc; line-height: 30px; }
.banq .fenx{ display: inline-block; margin-right: 40px; }
.banq .fenx ul li{ display: inline-block; text-align: center; position: relative; width: 30px; height: 30px; border-radius: 50%; background: #c6c6c6; color: #1c1c1c; margin-right: 25px; font-size: 18px; cursor: pointer; }
.banq .fenx ul li .xf{ display:none; width: 200px; height: 200px; overflow: hidden; position: absolute; left: 50%; margin-left: -100px; top: -210px; }
.banq .fenx ul li .xf img{ width: 200px; height: 200px; max-width: inherit; }
.banq .fenx ul li:hover{ background: #19b9d3; color: #fff; }
.banq .fenx ul li:hover .xf{ display:block; }
.banq p {display: inline-block; text-align: right; float: right;}


.nybanner {
    height: 450px;
    background-size: auto 100%!important;
	margin-top:88px;
}

.nybanner .content {
    position: relative;
    height: 550px
}

.nybanner .content .fgc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.nybanner .content .fgc .cell {
    text-align: left
}

.nybanner h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px
}

.nybanner .xian {
    width: 40px;
    height: 3px;
    background: #fff;
    margin-top: 10px
}

.nybanner h4 {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px
}

.nyelab {
    padding: 60px 0
}

.nyelab .lmtit {
    font-size: 26px;
    text-align: center;
    color: #333;
    margin-bottom: 50px
}

.nyelab .jj {
    line-height: 35px;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 50px
}

.nyelab .ted {
    text-align: center;
    margin-bottom: 50px
}

.nyelab .ted span {
    display: inline-block;
    color: #0000cc;
    padding: 0 100px;
    font-size: 20px;
    letter-spacing: 3px
}

.nyelab .list ul {
    display: block;
    width: 101%;
    position: relative;
    left: -.5%
}

.nyelab .list ul li {
    display: block;
    width: 24%;
    margin: 1% .5% 0;
    float: left;
    position: relative
}

.nyelab .list ul li .pic {
    overflow: hidden
}

.nyelab .list ul li .pic img {
    transition: all .5s
}

.nyelab .list ul li .tit {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .5)
}

.nyelab .list ul li:hover img {
    transform: scale(1.1, 1.1)
}

.nynav {
    background: #f2f2f2;
    text-align: center
}

.nynav ul li {
    display: inline-block;
    position: relative;
    margin: 0 40px;
    line-height: 60px;
    font-size: 15px;
    color: #333;
    transition: all .5s
}

.nynav ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    z-index: 9;
    height: 3px;
    background: #0000cc;
    bottom: 0;
    left: 0;
    transition: all .5s
}

.nynav ul li.on:before,
.nynav ul li:hover:before {
    width: 100%
}

.nynav ul li.on,
.nynav ul li:hover {
    color: #0000cc
}

.nycase {
    padding: 50px 0 60px;
	background: #f3f3f3;
}

.nycase ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
}

.nycase ul li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 32.333333%;
    margin: 1% .5% 0;

}

.nycase ul li .pic {
    overflow: hidden
}

.nycase ul li .pic img {
    transition: all .5s
}

.nycase ul li .wz {
    padding: 10px 20px 10px 10px;
    position: relative
}

.nycase ul li .wz .tit {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.nycase ul li .wz .jj {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.nycase ul li .wz i {
    font-size: 18px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px
}

.nycase ul li:hover img {
    transform: scale(1.1, 1.1)
}

.nycase ul li:hover .tit {
    color: #0000cc
}

.page {
    margin-top: 60px;
    text-align: center
}

.page a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #9d9d9d;
    margin: 2px
}

.page a.on,
.page a:hover {
    background: #0000cc;
    color: #fff
}
.cpage #csuoyou {
    float: right;
    padding: 0 2px;
    font-size: 12px;
    color: #99a2aa;
    line-height: 40px;
    height: 40px;
}

.showcase {
    padding: 60px 0;
    min-height: 300px
}

.showcase .nr {
    position: relative;
    padding-right: 490px
}

.showcase .nr .wz {
    position: absolute;
    width: 460px;
    right: 0;
    top: 0
}

.showcase .nr .wz .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px
}

.showcase .nr .wz .address {
    font-size: 14px;
    color: #666
}

.showcase .nr .wz .xian {
    width: 30px;
    height: 2px;
    background: #0000cc;
    margin: 20px 0
}

.showcase .nr .wz .jj {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px
}

.showcase .nr .wz .jj span {
    color: #333
}

.showcase .nr .detail {
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.showcase .nr .detail img {
    width: 100%;
    height: auto
}

.showcase .pre {
    padding: 15px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 30px
}

.showcase .pre ul li {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.showcase .pre ul li span {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    color: #666;
    margin-right: 20px
}

.nyhistory {
    padding: 60px 0
}

.nyhistory .content {
    max-width: 1200px
}

.nyhistory .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyhistory .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nyhistory .nr {
    position: relative;
    padding-right: 435px;
    min-height: 510px
}

.nyhistory .nr .pic {
    width: 400px;
    position: absolute;
    right: 0;
    top: 0
}

.nyhistory .nr .pic img {
    width: 100%;
    height: auto
}

.nyhistory .nr .list {
    position: relative
}

.nyhistory .nr .list .xian {
    height: 100%;
    width: 1px;
    background: url(../images/ny_05.jpg) repeat-y;
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 9
}

.nyhistory .nr .list ul li {
    display: block;
    padding-left: 280px;
    position: relative;
    margin-bottom: 40px
}

.nyhistory .nr .list ul li .tit {
    line-height: 30px;
    font-size: 18px;
    color: #0000cc;
    position: absolute;
    left: 0;
    top: 0
}

.nyhistory .nr .list ul li .dian {
    position: absolute;
    left: 183px;
    top: 8px;
    z-index: 99;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d5d5d5
}

.nyhistory .nr .list ul li .dian:before {
    content: "";
    display: block;
    background: #d5d5d5;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 4px
}

.nyhistory .nr .list ul li .stit {
    line-height: 30px;
    font-size: 16px;
    color: #333
}

.nyhistory .nr .list ul li .ann {
    font-size: 18px;
    color: #666;
    cursor: pointer
}

.nyhistory .nr .list ul li .jj {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #999
}

.nyhistory .nr .list ul li.on .ann {
    display: none
}

.nyhistory .nr .list ul li.on .sxian {
    cursor: pointer;
    width: 20px;
    height: 2px;
    background: #0000cc;
    margin: 10px 0
}

.nyhistory .nr .list ul li.on .dian {
    border: 1px solid #999
}

.nyhistory .nr .list ul li.on .dian:before {
    background: #999
}

.nyqiygk {
    padding-top: 60px
}

.nyqiygk .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyqiygk .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nyqiygk .pic img {
    width: 100%;
    height: auto
}

.nyqiygk .picnr {
    height: 700px;
}

.nyqiygk .picnr ul {
    display: block;
    padding-left: 25%;
}

.nyqiygk .picnr ul li {
    display: block;
    height: 700px;
    width: 33.333333%;
    padding-left: 10px;
    float: left;
    color: #fff;
    padding-right: 10px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid #fff;
}

.nyqiygk .picnr ul li .tit {
    position: relative;
}

.nyqiygk .picnr ul li .tit span {
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
}

.nyqiygk .picnr ul li .tit i {
    font-size: 14px;
    position: relative;
    top: -20px;
    font-style: normal;
    left: 3px;
}

.nyqiygk .picnr ul li .jj {
    font-size: 20px;
    margin-top: 5px;
}

.nyqiygk .picnr ul li .tit:before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background: #0000cc;
    left: -11px;
    top: 22px;
    z-index: 999;
}

.nyqiygk .picnr ul li:first-child {
    padding-top: 100px;
}

.nyqiygk .picnr ul li:nth-child(2) {
    padding-top: 300px;
}

.nyqiygk .picnr ul li:nth-child(3) {
    padding-top: 450px;
}

.nyabout {
    padding-top: 60px;
    padding-bottom: 60px
}

.nyabout .lmcntit {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyabout .lmentit {
    font-size: 30px;
    color: #0000cc;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.nyabout .wz {
    font-size: 15px;
    color: #666;
    line-height: 30px
}

.nyaboutadv {
    height: 580px;
    background-size: auto 100%!important
}

.nyaboutadv .content {
    height: 580px;
    position: relative
}

.nyaboutadv .fgc {
    position: absolute;
    width: 100%;
    height: 100%
}

.nyaboutadv .fgc .cell {
    text-align: left
}

.nyaboutadv .tit {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px
}

.nyaboutadv .xian {
    width: 40px;
    height: 3px;
    background: #fff;
    margin-top: 10px
}

.nyaboutadv .jj {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px
}

.nyjigzc {
    padding: 60px 0
}

.nyjigzc .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyjigzc .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nyjigzc .list ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
}

.nyjigzc .list ul li {
    display: block;
    width: 24%;
    float: left;
    margin: 0 .5%
}

.nyjigzc .list ul li .pic {
    overflow: hidden
}

.nyjigzc .list ul li .pic img {
    transition: all .5s
}

.nyjigzc .list ul li:hover img {
    transform: scale(1.1, 1.1)
}

.nyjigzc .list ul li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nycontact {
    padding: 60px 0
}

.nycontact .wz {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.nycontact .wz .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 80px
}

.nycontact .pic {
    width: 50%;
    float: left
}

.showmeiti {
    padding: 60px 0
}

.showmeiti .lmtit {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    margin-bottom: 20px
}

.showmeiti .showmeitipic {
    padding: 0 80px;
    position: relative
}

.showmeiti .showmeitipic .prev {
    opacity: .8;
    display: block;
    width: 47px;
    height: 94px;
    background: url(../images/ny_11.jpg) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -47px;
    cursor: pointer
}

.showmeiti .showmeitipic .prev:hover {
    opacity: 1
}

.showmeiti .showmeitipic .next {
    opacity: .8;
    display: block;
    width: 47px;
    height: 94px;
    background: url(../images/ny_12.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -47px;
    cursor: pointer
}

.showmeiti .showmeitipic .next:hover {
    opacity: 1
}

.showmeiti .showmeitipic .hd {
    display: block;
    width: 101%;
    position: relative;
    left: -.5%
}

.showmeiti .showmeitipic .hd ul li {
    display: block;
    float: left;
    box-sizing: border-box;
    border: 2px solid #fff;
    width: 15.666666%;
    margin: 1% .5% 0;
    cursor: pointer
}

.showmeiti .showmeitipic .hd ul li.on {
    border: 2px solid #0000cc
}

.showmeiti .detail {
    margin-top: 50px;
    background: #f2f2f2;
    padding: 30px
}

.showmeiti .detail .tit {
    font-size: 18px;
    color: #0000cc
}

.showmeiti .detail .xian {
    width: 15px;
    height: 2px;
    background: #0000cc;
    margin: 10px 0
}

.showmeiti .detail .wz {
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.showmeiti .pre {
    padding: 15px 0;
    border-bottom: 1px solid #d3d3d3
}

.showmeiti .pre ul li {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.showmeiti .pre ul li span {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    color: #666;
    margin-right: 20px
}

.xianggcase {
    padding-bottom: 60px
}

.xianggcase .lmtit {
    line-height: 50px;
    font-size: 20px;
    color: #333
}

.xianggcase .lmtit a {
    float: right;
    font-size: 12px;
    color: #999
}

.xianggcase ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%
}

.xianggcase ul li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 32.333333%;
    margin: 1% .5% 0;
    border: 1px solid #dfdfdf
}

.xianggcase ul li .pic {
    overflow: hidden
}

.xianggcase ul li .pic img {
    transition: all .5s
}

.xianggcase ul li .wz {
    padding: 10px 20px 10px 10px;
    position: relative
}

.xianggcase ul li .wz .tit {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.xianggcase ul li .wz .jj {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.xianggcase ul li .wz i {
    font-size: 18px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px
}

.xianggcase ul li:hover img {
    transform: scale(1.1, 1.1)
}

.xianggcase ul li:hover .tit {
    color: #0000cc
}

.nyjoin {
    padding: 50px 0
}

.nyjoin ul li {
    display: block;
    margin: 10px 0;
    padding: 25px 140px 25px 300px;
    position: relative;
    background: #f7f7f7
}

.nyjoin ul li .tit {
    width: 225px;
    height: 150px;
    position: absolute;
    left: 25px;
    top: 25px;
    border-right: 1px solid #dfdfdf
}

.nyjoin ul li .tit .b {
    font-size: 20px;
    color: #333
}

.nyjoin ul li .tit .xian {
    width: 30px;
    height: 2px;
    background: #333;
    margin: 10px 0
}

.nyjoin ul li .tit .jj {
    font-size: 16px;
    color: #999
}

.nyjoin ul li .ann {
    position: absolute;
    width: 120px;
    height: 100%;
    right: 0;
    top: 0;
    background: #eaeaea;
    font-size: 40px;
    color: #0000cc;
    cursor: pointer
}

.nyjoin ul li .wz {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
    transition: all .5s
}

.nyjoin ul li .wz1 {
    z-index: -99;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.nypar {
    padding: 60px 0 40px;
}

.nypar ul {
    display: block;
    position: relative;
    width: 101%;
    left: -.5%;
    height: 400px;
    overflow: hidden;
}

.nypar ul li {
    display: block;
    width: 15.666666%;
    margin: 0 .5% 1%;
    float: left;
    border: 1px solid #dfdfdf;
    background: #fff;
    box-sizing: border-box
}

.nypar ul li:hover {
    border: 1px solid #0000cc
}

.nypar .more {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: url(../images/ny_28.png) repeat-x center;
    line-height: 220px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.nywenh {
    padding: 60px 0
}

.nywenh .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nywenh .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nywenh .nr {
    background: #f5f5f5;
    position: relative;
    padding: 30px 910px 30px 30px;
    min-height: 530px
}

.nywenh .nr .pic {
    width: 880px;
    position: absolute;
    right: 0;
    top: 0
}

.nywenh .nr .entit {
    font-size: 24px;
    color: #333;
    margin-top: 60px
}

.nywenh .nr .cntit {
    font-size: 18px;
    color: #333
}

.nywenh .nr .xian {
    width: 40px;
    height: 2px;
    background: #0000cc;
    margin: 10px 0
}

.nywenh .nr .wz {
    font-size: 30px;
    line-height: 50px;
    margin-top: 40px
}

.nywenhadv {
    height: 632px;
    background-size: auto 100%!important;
    margin-bottom: 60px
}

.nywenhadv .content {
    height: 632px;
    position: relative
}

.nywenhadv .fgc {
    position: absolute;
    width: 100%;
    height: 100%
}

.nywenhadv .fgc .cell {
    text-align: left
}

.nywenhadv .tit {
    font-size: 35px;
    color: #fff;
    margin-top: 20px
}

.nywenhadv .sjj {
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    line-height: 25px;
    color: #ccc;
}

.nywenhadv .jj {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    line-height: 25px;
}

.nyhonor {
    padding: 60px 0
}

.nyhonor .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyhonor .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nyhonor .list ul li {
    display: block;
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
    padding-right: 20px
}

.nyhonor .list ul li .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px
}

.nyhonor .list ul li .tit span {
    margin-left: 15px;
    font-size: 15px;
    color: #666;
    text-transform: uppercase
}

.nyhonor .list ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
/*
.nynews {
    padding: 50px 0
}

.nynews ul li {
    display: block;
    position: relative;
    padding: 35px 35px 35px 400px;
    min-height: 120px;
    margin: 10px 0;
    background: #f2f2f2
}

.nynews ul li .pic {
    position: absolute;
    width: 340px;
    left: 0;
    top: 0
}

.nynews ul li .tit {
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nynews ul li .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    margin-top: 5px
}

.nynews ul li .jj {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color: #666
}

.nynews ul li:hover .tit {
    color: #0000cc
}
*/

.shownews1 .content {
    max-width: 850px;
    min-width: inherit;
}

.shownews {
    padding: 60px 0
}

.shownews .tit {
    font-size: 20px;
    color: #333;
    padding: 5px 0;
    text-align: center
}

.shownews .date {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 15px
}

.shownews .nr {
    padding: 30px 0;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.shownews .pre {
    padding: 15px 0
}

.shownews .pre ul li {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shownews .pre ul li span {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #d3d3d3;
    font-size: 16px;
    color: #666;
    margin-right: 20px
}

.nyyunwpro {
    padding: 60px 0
}

.nyyunwpro ul {
    display: block;
    width: 101%;
    position: relative;
    left: -.5%
}

.nyyunwpro ul li {
    display: block;
    width: 32.3333333%;
    box-sizing: border-box;
    float: left;
    margin: 0 .5%
}

.nyyunwpro ul li .pic {
    overflow: hidden;
    border: 1px solid #e4e4e4
}

.nyyunwpro ul li .pic img {
    transition: all .5s
}

.nyyunwpro ul li .tit {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.nyyunwpro ul li:hover img {
    transform: scale(1.1, 1.1)
}

.nyywteam {
    padding: 60px 0
}

.nyywteam .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyywteam .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nyywteam .wz {
    font-size: 16px;
    line-height: 35px;
    color: #666;
    margin-bottom: 60px
}

.nyywteam .list {
    padding-left: 260px;
    position: relative
}

.nyywteam .list .btit {
    font-size: 30px;
    line-height: 150px;
    position: absolute;
    left: 0;
    top: 0
}

.nyywteam .list ul li {
    display: block;
    text-align: center;
    padding: 0 70px;
    width: 33.33333%;
    float: left;
    border-right: 1px solid #d8d8d8;
    box-sizing: border-box
}

.nyywteam .list ul li .pic {
    margin-bottom: 20px
}

.nyywteam .list ul li .tit {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-bottom: 10px
}

.nyywteam .list ul li .jj {
    line-height: 14px;
    color: #999
}

.nyywtixi {
    padding: 60px 0;
    background: url(../images/ny_20.jpg) no-repeat center
}

.nyywtixi .lmcntit {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px
}

.nyywtixi .lmentit {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.nyywtixi .list ul {
    display: block;
    width: 101%;
    position: relative;
    left: -.5%
}

.nyywtixi .list ul li {
    display: block;
    min-height: 330px;
    width: 24%;
    margin: .5%;
    float: left;
    background: #0000cc;
    color: #fff;
    text-align: center
}

.nyywtixi .list ul li .tit {
    font-size: 16px;
    line-height: 80px;
    height: 80px;
    max-width: 180px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #fff
}

.nyywtixi .list ul li span {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nyywliuc {
    padding: 60px 0;
    background: #f5f5f5
}

.nyywliuc .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyywliuc .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.nyywliuc .list ul li {
    transition: all .5s;
    cursor: pointer;
    width: 24%;
    padding: 0 20px;
    text-align: center;
    height: 235px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #cecece
}

.nyywliuc .list ul li .cntit {
    display: none
}

.nyywliuc .list ul li .entit {
    display: none
}

.nyywliuc .list ul li .jj {
    display: none
}

.nyywliuc .list ul li .more {
    display: none
}

.nyywliuc .list ul li .sz {
    font-size: 32px;
    color: #adadad;
    margin-bottom: 10px
}

.nyywliuc .list ul li .scntit {
    font-size: 24px;
    color: #333
}

.nyywliuc .list ul li .sentit {
    color: #999;
    font-size: 12px;
    text-transform: uppercase
}

.nyywliuc .list ul li.on {
    width: 28%;
    background: #0000cc
}

.nyywliuc .list ul li.on .cell {
    text-align: left
}

.nyywliuc .list ul li.on .sz {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.inliuc .list ul li.on .sentit,
.nyywliuc .list ul li.on .scntit {
    display: none
}

.nyywliuc .list ul li.on .cntit {
    display: block;
    font-size: 20px;
    color: #fff
}

.nyywliuc .list ul li.on .entit {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    opacity: .4;
    color: #fff
}

.nyywliuc .list ul li.on .jj {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 386px
}

.nyywliuc .list ul li.on .more {
    display: block;
    margin-top: 30px
}

.nyywwangd {
    padding: 60px 0
}

.nyywwangd .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyywwangd .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.nyywwangd .nr {
    padding-top: 180px;
    padding-bottom: 300px;
    background: url(../images/ny_21.jpg) no-repeat right top;
    font-size: 16px;
    line-height: 30px;
    color: #666
}

.nyteam {
    padding: 60px 0
}

.nyteam .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nyteam .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    text-transform: uppercase
}

.nyteam .list {
    margin-top: 60px
}

.nyteam .list .scntit {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    padding: 0 60px
}

.nyteam .list .sentit {
    font-size: 14px;
    color: #999;
    margin-bottom: 40px;
    padding: 0 60px
}

.nyteamlist {
    padding: 0 50px;
    position: relative
}

.nyteamlist .bd ul li {
    display: block;
    float: left;
    width: 25%
}

.nyteamlist .bd ul li .li {
    padding: 0 10px
}

.nyteamlist .bd ul li .li .pic {
    position: relative;
    overflow: hidden
}

.nyteamlist .bd ul li .li .pic img {
    transition: all .5s
}

.nyteamlist .bd ul li .li:hover img {
    transform: scale(1.1, 1.1)
}

.nyteamlist .bd ul li .li .tit {
    transition: all .5s;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
    font-size: 16px;
    color: #fff;
    text-align: center
}

.nyteamlist .bd ul li .li .fgc {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 40px 30px
}

.nyteamlist .bd ul li .li .fgc .xftit {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px
}

.nyteamlist .bd ul li .li .fgc .xfjj {
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

.nyteamlist .bd ul li .li:hover .tit {
    opacity: 0
}

.nyteamlist .bd ul li .li:hover .fgc {
    opacity: 1
}

.nyteamlist .prev {
    z-index: 999;
    opacity: .8;
    display: block;
    width: 36px;
    height: 60px;
    background: url(../images/ny_23.jpg) no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -65px;
    cursor: pointer
}

.nyteamlist .prev:hover {
    opacity: 1
}

.nyteamlist .next {
    z-index: 999;
    opacity: .8;
    display: block;
    width: 36px;
    height: 60px;
    background: url(../images/ny_24.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -65px;
    cursor: pointer
}

.nyteamlist .next:hover {
    opacity: 1
}

.nyteamlist .hd {
    text-align: center;
    line-height: 30px;
    padding: 20px 0
}

.nyteamlist .hd ul li {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    line-height: 99px;
    border-radius: 50%;
    background: #474747;
    margin: 0 15px;
    overflow: hidden;
    cursor: pointer
}


/*.nyteamlist .hd ul li.on{background:no-repeat;width:auto;height:auto;line-height:30px;font-size:16px;font-weight:700;color:#474747}
*/

.nyteamlist .hd ul li.on {
    background: #0000cc;
}

.nymeiti {
    padding: 60px 0
}

.nymeiti .top {
    padding: 80px 49.5% 80px 80px;
    position: relative;
    margin-bottom: 1%;
    min-height: 395px;
    box-sizing: border-box
}

.nymeiti .top .pic {
    width: 49.5%;
    position: absolute;
    right: 0;
    top: 0
}

.nymeiti .top .entit {
    font-size: 26px;
    color: #333;
    padding-right: 80px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.nymeiti .top .cntit {
    font-size: 18px;
    color: #333;
    padding-right: 80px
}

.nymeiti .top .xian {
    width: 15px;
    height: 2px;
    background: #333;
    margin: 15px 0
}

.nymeiti .top .jj {
    line-height: 25px;
    font-size: 14px;
    color: #666;
    padding-right: 80px
}

.nymeiti .top .jj span {
    font-size: 16px;
    color: #0000cc;
    display: block;
    margin-top: 10px
}

.nymeiti .list ul {
    display: block;
    width: 101%;
    position: relative;
    left: -.5%
}

.nymeiti .list ul li {
    display: block;
    position: relative;
    width: 24%;
    margin: .5%;
    float: left
}

.nymeiti .list ul li .pic {
    overflow: hidden
}

.nymeiti .list ul li .pic img {
    transition: all .5s
}

.nymeiti .list ul li:hover img {
    transform: scale(1.1, 1.1)
}

.nymeiti .list ul li .tit {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0
}

.nymeiti.nymeiti2 {
    background: #f5f5f5
}

.nymeiti.nymeiti2 .top {
    padding: 80px 80px 80px 49.5%
}

.nymeiti.nymeiti2 .top .pic {
    right: inherit;
    left: 0
}

.nymeiti.nymeiti2 .top .entit {
    padding-right: 0;
    padding-left: 80px
}

.nymeiti.nymeiti2 .top .cntit {
    padding-right: 0;
    padding-left: 80px
}

.nymeiti.nymeiti2 .top .xian {
    margin: 15px 0 15px 80px
}

.nymeiti.nymeiti2 .top .jj {
    padding-right: 0;
    padding-left: 80px
}

.nymeiti.sanlie .list ul li {
    width: 32.333333%
}

.nydanye {
    padding: 60px 0
}

.nydanye .lmcntit {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 5px
}

.nydanye .lmentit {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase
}

.nydanye .nr {
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.showpro .nr {
    border-top: 0px;
    padding-top: 0;
}
</pre></body></html>