html {
    font-size: 62.5px;
    width: 100%;
    height: auto;
    overflow: auto;
}

body {
    font-size: 0.14rem;
    font-family: Arial;
    /*font-family: 宋体;*/
    overflow-y: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: SourceHanSansCN, arial, helvetica, sans-serif;
    transition: all 0.5s;
    background: #fff;
}

body,
html {
    scroll-behavior: auto;
}

.gmu-media-detect {
    bottom: 0;
    display: none;
}

.fp-scrollable {
    height: 100% !important;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

input,
textarea {
    outline: 0;
    display: block;
    border: none;
    background: none;
}

input[type=button] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=checkbox] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=submit] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

input[type=text] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

select {
    -webkit-appearance: none;
    outline: none;
    background: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mainFilter{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: rgba(0,0,0,.5);
    display: none;
}
.rightMenu{
    width: 200px;
    height: 100%;
    background: url(../images/rightMenuBg.jpg) no-repeat top center #002890;
    background-size: 100% auto;
    position: fixed;
    right: -200px;
    top: 0;
    z-index: 1005;
    transition: all .5s;
    overflow: auto;
}
.rightMenu .tit{
    width: 100%;
    text-align: center;
    padding: 25px 0 20px;
}
.rightMenu .tit img{
    width: 45%;
    height: auto;
}
.rightMenu .mlist{
    width: 80%;
    margin: auto;
    box-sizing: border-box;
}
.rightMenu .mlist .menulist{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.rightMenu .mlist .menulist .nav{
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.rightMenu .mlist .menulist .nav.now{
}
.rightMenu .mlist .menulist .nav:last-child{
    border-bottom: none;
}
.rightMenu .mlist .menulist .nav .title{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 42px;
    font-weight: bolder;
    color: #fff;
    background: url(../images/kai.gif) no-repeat right center;
    background-size: 12px;
}
.rightMenu .mlist .menulist .nav .title.now{
    background: url(../images/shou.gif) no-repeat right center;
    background-size: 12px;
    color: #2e933f;
}
.rightMenu .mlist .menulist .nav .title.ts{
    background: none;
}
.rightMenu .mlist .menulist .nav .title a{
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    font-weight: bolder;
}
.rightMenu .mlist .menulist .nav.now .title a{
    color: #2e933f;
}
.rightMenu .mlist .menulist .nav .title.ts.now{
    background: none;
}
.rightMenu .mlist .menulist .nav .list{
    width: 100%;
    height: auto;
    padding-bottom: 6%;
    display: none;
}
.rightMenu .mlist .menulist .nav .list.now{
    display: block;
}
.rightMenu .mlist .menulist .nav .list li{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    background-size: 4px;
}
.rightMenu .mlist .menulist .nav .list li a{
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 32px;
    /* padding: 5% 3% 5% 22%; */
    box-sizing: border-box;
}
.rightMenu .mlist .menulist .nav .list li.now a{
    color: #2e933f;
    font-weight: bold;
}
.wapper {
    width: 100%;
    height: auto;
    position: relative;
    transition: all 0.5s;
}

.wapper .head {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.23); */
    background: url(../images/line8.png) repeat-x left bottom;
    padding: 30px 5% 0;
    box-sizing: border-box;
    z-index: 666;
    justify-content: space-between;
    display: flex;
    transition: all 0.5s;
}
.wapper .head:hover{
    background: url(../images/line9.png) repeat-x left bottom #fff;
    padding-top: 20px;
}
.wapper .head.over{
    position: fixed;
    top: 0;
    background: url(../images/line9.png) repeat-x left bottom #fff;
    padding-top: 20px;
}
.wapper .head .logo {
    width: 15%;
    height: auto;
    max-width: 192px;
}
.wapper .head .logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wapper .head .logo1 {
    width: 15%;
    height: auto;
    max-width: 192px;
    display: none;
}
.wapper .head .logo1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wapper .head:hover .logo{
    display: none;
}
.wapper .head:hover .logo1{
    display: block;
}
.wapper .head.over .logo{
    display: none;
}
.wapper .head.over .logo1{
    display: block;
}
.wapper .head .menu {
    width: auto;
    height: auto;
    padding-top: 4px;
}

.wapper .head .menu li {
    width: auto;
    height: auto;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    /* background: #f00; */
}

.wapper .head .menu li a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    transition: all 0.5s;
    padding-bottom: 34px;
    position: relative;
}
.wapper .head .menu li a::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.wapper .head:hover .menu li a{
    color: #0a0a0a;
    padding-bottom: 27px;
}
.wapper .head:hover .menu li a.now{
    color: #002890;
}
.wapper .head:hover .menu li a.now::after{
    background: #002890;
    width: 100%;
}
.wapper .head.over .menu li a{
    color: #0a0a0a;
    padding-bottom: 27px;
}
.wapper .head.over .menu li a.now{
    color: #002890;
}
.wapper .head.over .menu li a.now::after{
    background: #002890;
    width: 100%;
}

.wapper .head .menu li a.now::after {
    width: 100%;
    background: #fff;
}
.wapper .head .menu li:hover a{
    color: #002890;
}
.wapper .head .menu li:hover a::after {
   width: 100%;
}
.wapper .head:hover .menu li:hover a::after{
    color: #002890;
    width: 100%;
    background: #002890;
    
}

.wapper .head .menu li .Subgrade{
    width: 100%;
    height: auto;
    background: url(../images/menuBg.jpg) no-repeat right top #fcfcfc;
    position: absolute;
    top: 98px;
    left: 0px;
    z-index: 25;
    opacity: 0;
    display: none;
    padding: 4%;
    box-sizing: border-box;
    transition: all .8s;
    -webkit-transition: all .8s;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.wapper .head .menu li.hover .Subgrade{/*ie6不支持li:hover所以在这里写成li.hover以方便js取样式*/
    visibility:visible;
    display:block;
    opacity: 1;
}
.wapper .head .menu li .Subgrade .picBox{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    position: relative;
}
.wapper .head .menu li .Subgrade .picBox .pic{
    width: 100%;
    height: auto;
}
.wapper .head .menu li .Subgrade .picBox .pic img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wapper .head .menu li .Subgrade .picBox .theme{
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: -3%;
    font-size: 22px;
    color: #ffffff;
    line-height: 47px;
    background: url(../images/menuThem.jpg) no-repeat right center #002890;
    background-size: contain;
    padding-right: 10%;
    box-sizing: border-box;
    text-align: center;
}

.wapper .head .menu li .Subgrade .degree{
    width: 65%;
    height: auto;
    float: left;
}
.wapper .head .menu li .Subgrade .degree li{
    width:31.33%;
    height: auto;
    float: left;
    margin: 0 3% 0 0;
    margin-bottom: 3%;
    padding-bottom: 0;
    box-sizing: border-box;
    transition: background 0.5s;
    padding: 0;
}
.wapper .head .menu li .Subgrade .degree li:nth-of-type(3n){
    margin: 0 0% 0 0;
}
.wapper .head .menu li .Subgrade .degree li a{
    display: block;
    font-size: 22px;
    color: #373836;
    line-height: 56px;
    font-weight: normal;
    /* padding-left: 30%; */
    box-sizing: border-box;
    transition: all 0s;
    transition: color 0.5s;
    padding-bottom: 0;
    text-align: center;
}
.wapper .head .menu li .Subgrade .degree li a::after{
    height: 0;
}
.wapper .head .menu li.hover .Subgrade .degree li a{
    background: none;
    border-bottom: none;
}
.wapper .head .menu li .Subgrade .degree li.on a{
    color: #ffffff;
    background: url(../images/menuThem.jpg) no-repeat right center #002890;
    padding-bottom: 0;
    background-size: contain;
}
.wapper .head .menu li.hover .Subgrade .degree li.on a{
    color: #ffffff;
    background: url(../images/menuThem.jpg) no-repeat right center #002890;
    padding-bottom: 0;
    background-size: contain;
}

.wapper .head .menu li.hover .Subgrade .degree li:hover{
    color: #ffffff;
    background: url(../images/menuThem.jpg) no-repeat right center #002890;
    padding-bottom: 0;
    background-size: contain;
}

.wapper .head .menu li.hover .Subgrade .degree li:hover a{
    color: #ffffff;
    background: url(../images/menuThem.jpg) no-repeat right center #002890;
    padding-bottom: 0;
    background-size: contain;
}
.wapper .head .iconBox {
    width: auto;
    height: auto;
    margin-top: 5px;
    /* overflow: hidden; */
}

.wapper .head .iconBox .search {
    width: 45px;
    height: 45px;
    float: right;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.wapper .head .iconBox .search a {
    display: block;
}

.wapper .head .iconBox .search:hover {
    background: #002890;
}

.wapper .head .iconBox .email {
    width: 45px;
    height: 45px;
    float: right;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}

.wapper .head .iconBox .email:hover {
    background: #002890;
}
.wapper .head .iconBox .email .youxiang{
    width: 202px;
    height: auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    background: url(../images/email.jpg) no-repeat right center #002890;
    background-size: contain;
    position: absolute;
    bottom: -56px;
    right: 0;
    text-align: center;
    z-index: 666;
    opacity: 0;
    transition: all 0.5s;
}
.wapper .head .iconBox .email .youxiang::after{
    content: "";
    width: 0;
    height:0;
    border-left:8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #002890;
    position: absolute;
    top: -8px;
    right: 14px;
}
.wapper .head .iconBox .email:hover .youxiang{
    opacity: 1;
}
.wapper .head .iconBox .mMenu{
    width: 52px;
    height: 52px;
    background: url(../images/menu.png) no-repeat center center #002890;
    background-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.wapper .head .iconBox .mMenu.now{
    z-index: 66666;
    background: url(../images/close.png) no-repeat center center #002890;
    background-size: 16px;
}
.wapper .head.over .iconBox .mMenu.now{
    z-index: 66666;
    background: url(../images/close.png) no-repeat center center #002890;
    background-size: 16px;
}


.wapper .banner {
    width: 100%;
    height: auto;
    position: relative;
}
/*包裹自定义分页器的div的位置等CSS样式*/

.swiper-pagination-custom {
    bottom: 9% !important;
    left: 13% !important;
    width: 74% !important;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/

.swiper-pagination-customs {
    width: 24.6%;
    height: auto;
    display: inline-block;
    background: url(../images/pagBg.png) no-repeat bottom right;
    opacity: 1;
    text-align: center;
    cursor: pointer;
    padding-bottom: 1px;
}

.swiper-pagination-customs li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    align-items: center;
    justify-content: center;
    display: inline-flex;
    position: relative;
}

.swiper-pagination-customs:first-child li:after {
    content: "";
    width: 3px;
    height: 3px;
    background: url(../images/pagBg.png) no-repeat center center;
    position: absolute;
    bottom: -2px;
    left: 0;
}


/*自定义分页器激活时的样式表现*/

.swiper-pagination-customs-active li {
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.swiper-pagination-customs .pagNum {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 48px;
    margin-right: 6px;
}

.swiper-pagination-customs-active .pagNum {
    color: rgba(255, 255, 255, 1);
}

.swiper-pagination-customs .pagEvent {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    display: none;
}

.swiper-pagination-customs-active .pagEvent {
    display: inline-block;
}

.wapper .banner .pic {
    width: 100%;
    height: auto;
}

.wapper .banner .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .banner .opBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/opBg.png);
}

.wapper .banner .bannerCont {
    width: 50%;
    height: auto;
    position: absolute;
    top: 38%;
    left: 13%;
    transform: translateY(-50%);
}

.wapper .banner .bannerCont .circle {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
}

.wapper .banner .bannerCont .circle li {
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.wapper .banner .bannerCont .cntext {
    width: 100%;
    height: auto;
    font-size: 66px;
    color: #ffffff;
    line-height: 74px;
    font-weight: bold;
}

.wapper .banner .bannerCont .entext {
    width: 100%;
    height: auto;
    font-size: 50px;
    color: #ffffff;
    line-height: 56px;
}

.wapper .banner .bannerCont .go {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border: 4px solid #fff;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 3%;
    cursor: pointer;
    transition: all 0.5s;
}

.wapper .banner .bannerCont .go img {
    width: 14px;
    height: auto;
    vertical-align: middle;
}

.wapper .banner .bannerCont .go:hover {
    background: rgba(255, 255, 255, 0.5);
}
.wapper .mbanner{
    width: 100%;
    height: auto;
    display: none;
}
.wapper .mbanner .pic{
    width: 100%;
    height: auto;
}
.wapper .mbanner .pic img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .mbanner .opBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/opBg.png);
}

.wapper .mbanner .bannerCont {
    width: 92%;
    height: auto;
    position: absolute;
    top: 58%;
    left: 4%;
    transform: translateY(-50%);
}

.wapper .mbanner .bannerCont .circle {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
}

.wapper .mbanner .bannerCont .circle li {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.wapper .mbanner .bannerCont .cntext {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    font-weight: bold;
}

.wapper .mbanner .bannerCont .entext {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
}

.wapper .mbanner .bannerCont .go {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 3%;
    cursor: pointer;
    transition: all 0.5s;
}

.wapper .mbanner .bannerCont .go img {
    width: 10px;
    height: auto;
    vertical-align: middle;
}

.wapper .mbanner .bannerCont .go:hover {
    background: rgba(255, 255, 255, 0.5);
}


.wapper .rollingNews {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 4% 5% 4%;
    box-sizing: border-box;
}
.wapper .rollingNews .rollingList{
    width: 100%;
    height: 114px;
    overflow: hidden;
}
.wapper .rollingNews .rollingList li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wapper .rollingNews .rollingList .bigtitle{
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #002890;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}
.wapper .rollingNews .rollingList .bigtitle a{
    display: block;
    font-size: 40px;
    color: #002890;
    line-height: 58px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.wapper .rollingNews .rollingList .smatitleBox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wapper .rollingNews .rollingList .smatitleBox a{
    /* align-items: center;
    display: flex */
    width: 100%;


}
.wapper .rollingNews .rollingList .smatitleBox .smatitle{
    width: 47%;
    height: auto;
    float: left;
    margin-right: 6%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    /* text-align: right; */
}
.wapper .rollingNews .rollingList .smatitleBox .smatitle:nth-of-type(2){
    margin-right: 0;
    text-align: left;
    justify-content: flex-start;
}
.wapper .rollingNews .rollingList .smatitleBox .smatitle .time{
    width: 125px;
    height: auto;
    float: left;
    font-size: 24px;
    color: #002890;
    line-height: 56px;
    margin-right: 8px;
}
.wapper .rollingNews .rollingList .smatitleBox .smatitle .type{
    width: 82px;
    height: auto;
    float: left;
    font-size: 18px;
    color: #1e2124;
    line-height: 56px;
    margin-right: 10px;
}
.wapper .rollingNews .rollingList .smatitleBox .smatitle .title{
    width: 64%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #1e2124;
    line-height: 56px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.wapper .rollingNews .mrolling{
    width: 100%;
    height: 36px;
    overflow: hidden;
    display: none;
}
.wapper .rollingNews .mrolling li{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wapper .rollingNews .mrolling li .time{
    width: 80px;
    height: auto;
    float: left;
    font-size: 18px;
    color: #002890;
    line-height: 36px;
    margin-right: 8px;
}
.wapper .rollingNews .mrolling li .type{
    width: 74px;
    height: auto;
    float: left;
    font-size: 16px;
    color: #1e2124;
    line-height: 36px;
    margin-right: 6px;
}
.wapper .rollingNews .mrolling li .title{
    width: 48%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #1e2124;
    line-height: 36px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.wapper .about {
    width: 100%;
    height: auto;
    padding: 6% 0 4% 5%;
    box-sizing: border-box;
    background: url(../images/aboutBg.jpg) no-repeat left top;
    background-size: 100%;
    overflow: hidden;
}
.wapper .about .abIntro {
    width: 47.5%;
    height: auto;
    float: left;
    padding-right: 6%;
    box-sizing: border-box;
    margin-top: 3%;
}
.wapper .about .abIntro .title {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 66px;
}
.wapper .about .abIntro .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #969696;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 2% 0 3%;
}
.wapper .about .abIntro .numList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 8%;
}
.wapper .about .abIntro .numList li {
    width: 22%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.wapper .about .abIntro .numList li:nth-of-type(4n) {
    margin-right: 0;
}

.wapper .about .abIntro .numList li .icon {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5%;
}

.wapper .about .abIntro .numList li .icon img {
    width: auto;
    height: 56px;
    vertical-align: bottom;
}

.wapper .about .abIntro .numList li .num {
    width: 100%;
    height: auto;
    font-size: 44px;
    line-height: 48px;
    color: #002890;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    text-align: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.wapper .about .abIntro .numList li .num span {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-top: -20px;
    margin-left: 6px;
    position: relative;
}

.wapper .about .abIntro .numList li .event {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 26px;
    text-align: center;
}

.wapper .about .picIntro {
    width: 52.5%;
    height: auto;
    float: left;
    padding-left: 70px;
    box-sizing: border-box;
    position: relative;
}

.wapper .about .picIntro .swiper-container {
    position: static !important;
}

.wapper .about .picIntro .pic {
    width: 100%;
    height: auto;
}

.wapper .about .picIntro .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .about .picIntro .picdesc {
    width: 100%;
    height: auto;
    padding: 0 70px;
    box-sizing: border-box;
    font-size: 20px;
    color: #f3f3f3;
    line-height: 70px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 55;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.picPrev {
    width: 70px !important;
    height: 70px !important;
    left: 0px !important;
    top: auto !important;
    bottom: 0px !important;
    background: url(../images/prev.png)no-repeat center center rgba(0, 40, 144, 0.68) !important;
    background-size: 12px !important;
    transition: all 0.5s;
}

.picNext {
    width: 70px !important;
    height: 70px !important;
    left: 70px !important;
    top: auto !important;
    bottom: 0px !important;
    background: url(../images/next.png)no-repeat center center rgba(0, 40, 144, 1) !important;
    background-size: 12px !important;
    transition: all 0.5s;
}
.picPrev:hover{
    filter: brightness(120%);
    background: url(../images/prev.png)no-repeat 40% center rgba(0, 40, 144, 0.68) !important;
    background-size: 12px !important;
}
.picNext:hover{
    filter: brightness(120%);
    background: url(../images/next.png)no-repeat 60% center rgba(0, 40, 144, 1) !important;
    background-size: 12px !important;
}

.wapper .about .picIntro .entit {
    width: 50%;
    height: auto;
    font-size: 100px;
    color: #2e933f;
    line-height: 110px;
    font-weight: bolder;
    position: absolute;
    top: 18%;
    left: -0.5%;
    z-index: 55;
}

.wapper .services {
    width: 100%;
    height: auto;
    padding: 6% 5%;
    box-sizing: border-box;
    background: #fff;
}

.wapper .services .text {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #1e2124;
    line-height: 56px;
}

.wapper .services .serList {
    width: 100%;
    height: auto;
    margin-top: 4%;
    position: relative;
    /* overflow: hidden; */
}

.wapper .services .serList li {
    width: 38.3%;
    height: auto;
    transition: all 0.5s;
}

.wapper .services .serList li:nth-of-type(2) {
    width: 32.6%;
    height: auto;
    position: absolute;
    top: 0;
    left: 40.2%;
}

.wapper .services .serList li:nth-of-type(3) {
    width: 32.6%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 40.2%;
}

.wapper .services .serList li:nth-of-type(4) {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.wapper .services .serList li .pic {
    width: 100%;
    height: auto;
}

.wapper .services .serList li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .services .serList li .textBox {
    width: 100%;
    height: auto;
    padding: 5% 8% 6% 8%;
    box-sizing: border-box;
    background: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    z-index: 22;
}

.wapper .services .serList li:nth-of-type(2) .textBox {
    padding: 10% 8% 13% 8%;
}

.wapper .services .serList li:nth-of-type(3) .textBox {
    padding: 9% 8% 13% 8%;
}

.wapper .services .serList li:nth-of-type(4) .textBox {
    padding: 17% 8% 17% 8%;
}

.wapper .services .serList li .textBox .textPart {
    width: 70%;
    height: auto;
    float: left;
}

.wapper .services .serList li:nth-of-type(4) .textBox .textPart {
    width: 100%;
}

.wapper .services .serList li .textBox .textPart .name {
    width: 100%;
    height: auto;
    font-size: 38px;
    color: #1e2124;
    line-height: 70px;
    transition: all 0.5s;
    position: relative;
    z-index: 55;
}

.wapper .services .serList li:nth-of-type(4) .textBox .textPart .name {
    text-align: center;
}

.wapper .services .serList li .textBox .textPart .desc {
    width: 100%;
    height: auto;
    min-height: 72px;
    font-size: 18px;
    color: #969696;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    position: relative;
    z-index: 55;
}

.wapper .services .serList li:nth-of-type(2) .textBox .textPart .desc {
    -webkit-line-clamp: 3;
}

.wapper .services .serList li:nth-of-type(3) .textBox .textPart .desc {
    -webkit-line-clamp: 3;
}

.wapper .services .serList li .textBox .icon {
    width: 26%;
    height: auto;
    max-width: 90px;
    float: right;
    text-align: right;
    margin-top: 2%;
    overflow: hidden;
    position: relative;
    z-index: 55;
}

.wapper .services .serList li .textBox .icon img {
    width: auto;
    height: 74px;
    vertical-align: bottom;
    /* transition: all 0.5s; */
}

.wapper .services .serList li:nth-of-type(4) .textBox .icon {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin: auto;
    float: none;
}

.wapper .services .serList li:hover {
    box-shadow: 0px 0px 12px 3px #d9d9d9;
}
.wapper .services .serList li .textBox::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/serHover.png) no-repeat right bottom #002890;
    opacity: 0;
    transition: all 0.5s;
    z-index: 11;
}
.wapper .services .serList li:hover .textBox::after {
   opacity: 1;
}

.wapper .services .serList li:hover .textBox .textPart .name {
    color: #fff;
}

.wapper .services .serList li:hover .textBox .icon img {
    filter: drop-shadow(90px 0 0 #fff);
    position: relative;
    left: -90px;
}

.wapper .services .serList li:hover .textBox .textPart .desc {
    color: #ffffff;
}

.wapper .aptitudes {
    width: 100%;
    height: auto;
    padding: 6% 5% 4%;
    box-sizing: border-box;
    background: url(../images/aptitudesBg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.wapper .aptitudes .theme{
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #ffffff;
    line-height: 56px;
    margin-bottom: 2%;
}
.wapper .aptitudes .left {
    width: 50%;
    height: auto;
    float: right;
    padding-right: 5%;
    box-sizing: border-box;
}

.wapper .aptitudes .left .title {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #ffffff;
    line-height: 56px;
}

.wapper .aptitudes .left .name {
    width: 100%;
    height: auto;
    font-size: 60px;
    color: #ffffff;
    line-height: 76px;
    font-weight: bolder;
    margin-top: 12%;
    margin-bottom: 2%;
}

.wapper .aptitudes .left .desc {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wapper .aptitudes .right {
    width: 50%;
    height: auto;
    float: right;
    padding-left: 10%;
    box-sizing: border-box;
    text-align: right;
}

.wapper .aptitudes .right .pic {
    width: 100%;
    height: auto;
}

.wapper .aptitudes .right .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.aptPrev {
    width: 72px !important;
    height: 72px !important;
    left: 0px !important;
    top: auto !important;
    bottom: 5% !important;
    border: 2px solid rgba(255, 255, 255, 1);
    opacity: 0.4 !important;
    background: url(../images/prev.png) no-repeat center center !important;
    transition: all 0.5s;
}

.aptNext {
    width: 72px !important;
    height: 72px !important;
    left: 87px !important;
    right: auto !important;
    top: auto !important;
    bottom: 5% !important;
    border: 2px solid rgba(255, 255, 255, 1);
    opacity: 0.4 !important;
    background: url(../images/next.png) no-repeat center center !important;
    transition: all 0.5s;
}

.aptPrev:hover {
    opacity: 1 !important;
}

.aptNext:hover {
    opacity: 1 !important;
}
.wapper .latestNews {
    width: 100%;
    height: auto;
    padding: 6% 5% 4%;
    box-sizing: border-box;
    background: #fff;
}

.wapper .latestNews .themeBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper .latestNews .themeBox .theme {
    width: 50%;
    height: auto;
    float: left;
    font-size: 46px;
    color: #1e2124;
    line-height: 56px;
}

.wapper .latestNews .themeBox .classify {
    width: 50%;
    height: auto;
    float: right;
    text-align: right;
    justify-content: flex-end;
    display: flex;
}

.wapper .latestNews .themeBox .classify li {
    width: auto;
    height: auto;
    float: left;
    font-size: 22px;
    color: #ffffff;
    line-height: 65px;
    padding: 0 36px;
    box-sizing: border-box;
    background: rgba(0, 40, 144, 0.8);
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
}

.wapper .latestNews .themeBox .classify li.now {
    background: rgba(0, 40, 144, 1);
}

.wapper .latestNews .themeBox .classify li.now:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wapper .latestNews .themeBox .classify li:hover {
    background: rgba(0, 40, 144, 1);
}

.wapper .latestNews .themeBox .classify li:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wapper .latestNews .newsBox {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.wapper .latestNews .newsBox .newsCont {
    width: 100%;
    height: auto;
    display: none;
}

.wapper .latestNews .newsBox .newsCont.now {
    display: block;
}

.wapper .latestNews .newsBox .newsCont .list {
    width: 100%;
    height: auto;
}

.wapper .latestNews .newsBox .newsCont .list li {
    width: 22%;
    height: auto;
    float: left;
    margin-right: 4%;
    transition: all 0.5s;
}

.wapper .latestNews .newsBox .newsCont .list li:nth-of-type(4n) {
    margin-right: 0%;
}

.wapper .latestNews .newsBox .newsCont .list li .title {
    width: 100%;
    height: auto;
    min-height: 64px;
    font-size: 20px;
    color: #1e2124;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.wapper .latestNews .newsBox .newsCont .list li .desc {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #969696;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 4%;
}

.wapper .latestNews .newsBox .newsCont .list li .time {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #002890;
    line-height: 28px;
    font-weight: bold;
    margin-top: 8%;
}
.wapper .latestNews .newsBox .newsCont .list li:hover{
    transform: translateY(-15px);
}
.wapper .latestNews .newsBox .newsCont .list li:hover .title{
    color: #002890;
}
.wapper .footer {
    width: 100%;
    height: auto;
    padding: 5% 5% 3%;
    box-sizing: border-box;
    background: #f7f7f7;
}

.wapper .footer .baseInfor {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    padding-bottom: 3%;
    border-bottom: 1px solid #eeeeee;
}

.wapper .footer .baseInfor .jing {
    width: 16%;
    min-width: 240px;
    height: auto;
    float: left;
    padding-right: 3%;
    box-sizing: border-box;
}

.wapper .footer .baseInfor .jing .logo {
    width: 192px;
    height: auto;
}

.wapper .footer .baseInfor .jing .logo img {
    width: 100%;
    height: auto;
}

.wapper .footer .baseInfor .jing .ways {
    width: 192px;
    height: auto;
    /* overflow: hidden; */
    margin-top: 16px;
}

.wapper .footer .baseInfor .jing .ways li {
    width: 49px;
    height: 49px;
    float: left;
    margin-right: 22.5px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    transition: all 0.5s;
}
.wapper .footer .baseInfor .jing .ways li img{
    width: auto;
    height: auto;
    vertical-align: bottom;
    /* transition: all 0.5s; */
}

.wapper .footer .baseInfor .jing .ways li:nth-of-type(3n) {
    margin-right: 0;
}
.wapper .footer .baseInfor .jing .ways li .code{
    width: 100px;
    height: auto;
    border: 1px solid #e4e4e4;
    padding: 8px;
    background: #fff;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}
.wapper .footer .baseInfor .jing .ways li .code img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wapper .footer .baseInfor .jing .ways li .code::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.wapper .footer .baseInfor .jing .ways li .code::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e4e4e4;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.wapper .footer .baseInfor .jing .ways li:hover{
    background: #002890;
}
.wapper .footer .baseInfor .jing .ways li:hover img{
    filter: brightness(30000%);
}
.wapper .footer .baseInfor .jing .ways li:hover .code{
    opacity: 1;
    z-index: 2;
}
.wapper .footer .baseInfor .jing .ways li:hover .code img{
    filter: brightness(100%);
}
.wapper .footer .baseInfor .xinxi {
    width: 50%;
    height: auto;
    float: left;
    padding-left: 4%;
    box-sizing: border-box;
    border-left: 1px solid #e4e4e4;
}

.wapper .footer .baseInfor .xinxi li {
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.wapper .footer .baseInfor .xinxi li .tit {
    width: auto;
    min-width: 70px;
    height: auto;
    float: left;
    padding-right: 26px;
    font-size: 14px;
    color: #1e2124;
    line-height: 32px;
    background: url(../images/line1.gif) no-repeat right center;
}

.wapper .footer .baseInfor .xinxi li .txt {
    width: auto;
    height: auto;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #969696;
    line-height: 32px;
}

.wapper .footer .baseInfor .codeBox {
    width: 100px;
    height: auto;
    float: right;
    margin-right: 1%;
}

.wapper .footer .baseInfor .codeBox .code {
    width: 92px;
    height: auto;
    margin: auto;
}

.wapper .footer .baseInfor .codeBox .code img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .footer .baseInfor .codeBox .tet {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #1e2124;
    line-height: 28px;
    text-align: center;
    letter-spacing: 4px;
}

.wapper .footer .linkBox {
    width: 100%;
    height: auto;
    margin-top: 3%;
    overflow: hidden;
}

.wapper .footer .linkBox .linkPart {
    width: 11.7%;
    height: auto;
    float: left;
    margin-right: 3%;
}

.wapper .footer .linkBox .linkPart:nth-of-type(7n) {
    margin-right: 0;
}

.wapper .footer .linkBox .linkPart .major {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #1e2124;
    line-height: 28px;
}

.wapper .footer .linkBox .linkPart .list {
    width: 100%;
    height: auto;
    margin-top: 8%;
}

.wapper .footer .linkBox .linkPart .list li {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #969696;
    line-height: 30px;
}

.wapper .footer .linkBox .linkPart .list li a {
    display: block;
    font-size: 14px;
    color: #969696;
    line-height: 30px;
    transition: all 0.5s;
}

.wapper .footer .linkBox .linkPart .list li:hover a {
    color: #002890;
}

.wapper .footer .cooperate {
    width: 100%;
    height: auto;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    align-items: center;
    display: flex;
    margin-top: 3%;
}

.wapper .footer .cooperate .tit {
    width: 80px;
    height: auto;
    float: left;
    font-size: 14px;
    color: #969696;
    line-height: 30px;
}

.wapper .footer .cooperate .coopList {
    width: 95%;
    height: auto;
    float: left;
}

.footer_box2 {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #1e2124;
    line-height: 30px;
}

.footer_box2 .qimo {
    width: 8000%;
    height: 57px;
}

.footer_box2 .qimo div {
    float: left;
}

.footer_box2 .qimo ul {
    float: left;
    height: 57px;
    overflow: hidden;
    zoom: 1;
}

.footer_box2 .qimo ul li {
    float: left;
    line-height: 57px;
    padding: 0 14px;
}

.footer_box2 li a {
    margin-right: 10px;
    font-size: 14px;
    color: #1e2124;
    line-height: 30px;
}

.scroll_div .qimo div ul li:first-child {
    background: none;
}

.footer_box2 li a:hover {
    color: #002890;
}

.wapper .footer .copyright {
    width: 100%;
    height: auto;
    margin-top: 2%;
    font-size: 14px;
    color: #969696;
    line-height: 30px;
}

.wapper .footer .copyright a {
    color: #969696;
}
.wapper .mfooter{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 555;
    display: none;
    background: url(../images/footMenuBg.png) no-repeat center top;
    background-size: 110% 100%;
    overflow: hidden;

}
.wapper .mfooter li{
    width: 20%;
    height: auto;
    float: left;
    padding-top: 22px;
}
.wapper .mfooter li a{
    display: block;
}
.wapper .mfooter li .icon{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 6px;
}
.wapper .mfooter li .icon img{
    width: auto;
    height: 24px;
    vertical-align: bottom;
}
.wapper .mfooter li:nth-of-type(3){
    padding-top: 8px;
}
.wapper .mfooter li:nth-of-type(3) .icon img{
    height: 38px;
}
.wapper .mfooter li .tit{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #002890;
    line-height: 28px;
    text-align: center;
}
.wapper .mfooter li.on .tit{
    color: #009944;
}
@media screen and (max-width:1690px){
    .wapper .banner .bannerCont .cntext{
        font-size: 56px;
        line-height: 64px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 44px;
        line-height: 48px;
    }
    .wapper .banner .bannerCont .go{
        width: 60px;
        height: 60px;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 10% 8% 10% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 9% 8% 10% 8%;
    }
    .wapper .services .serList li:nth-of-type(4) .textBox{
        padding: 16% 8%;
    }

}
@media screen and (max-width:1590px){
    .wapper .banner .bannerCont .cntext{
        font-size: 50px;
        line-height: 54px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 40px;
        line-height: 44px;
    }
    .wapper .banner .bannerCont .go{
        width: 54px;
        height: 54px;
    }
    .wapper .about .abIntro{
        margin-top: 0%;
    }
    .wapper .about .picIntro .entit{
        font-size: 96px;
        line-height: 100px;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 8.6% 8% 9% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 8.6% 8% 9% 8%;
    }
    .wapper .services .serList li:nth-of-type(4) .textBox{
        padding: 15.2% 8%;
    }
    .wapper .aptitudes .left .title{
        font-size: 42px;
        line-height: 52px;
    }
    .wapper .aptitudes .left .name{
        font-size: 56px;
        line-height: 72px;
    }
    .wapper .aptitudes .left .desc{
        font-size: 16px;
        line-height: 28px;
    }
    .aptPrev{
        width: 68px !important;
        height: 68px !important;
    }
    .aptNext{
        width: 68px !important;
        height: 68px !important;
    }
    .wapper .head .menu li .Subgrade .degree li a{
        font-size: 20px;
    }
    .wapper .head .menu li .Subgrade .picBox .theme{
        font-size: 20px;
    }
}
@media screen and (max-width:1500px){
    .wapper .rollingNews .rollingList .bigtitle a{
        font-size: 36px;
    }
    .wapper .rollingNews .rollingList .smatitleBox .smatitle .time{
        width: 100px;
        font-size: 20px;
    }
    .wapper .rollingNews .rollingList .smatitleBox .smatitle .type{
        width: 76px;
        font-size: 16px;
    }
    .wapper .rollingNews .rollingList .smatitleBox .smatitle .title{
        /* width: 66%; */
        font-size: 16px;
    }
    .wapper .services .serList li .textBox .textPart .name{
        font-size: 32px;
    }
    .wapper .services .serList li .textBox .icon img{
        height: 64px;
    }
    .wapper .services .serList li .textBox .textPart .desc{
        font-size: 16px;
        line-height: 32px;
        min-height: 64px;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 8% 8% 9% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 8% 8% 9% 8%;
    }
    .wapper .latestNews .themeBox .theme{
        font-size: 42px;
        line-height: 52px;
    }
    .wapper .latestNews .themeBox .classify li{
        font-size: 20px;
        line-height: 55px;
    }
    .wapper .latestNews .newsBox .newsCont .list li .title{
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
    }
}
@media screen and (max-width:1470px){
    .wapper .head{
        padding: 30px 3% 0;
    }
    .wapper .aptitudes .left .name{
        margin-top:10%;
    }
    .wapper .head .menu li .Subgrade .picBox .theme{
        font-size: 18px;
    }

}
@media screen and (max-width:1420px){
    .wapper .banner .bannerCont .cntext{
        font-size: 46px;
        line-height: 52px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 36px;
        line-height: 42px;
    }
    .wapper .banner .bannerCont .go{
        width: 50px;
        height: 50px;
    }
    .wapper .about .abIntro .text{
        line-height: 38px;
    }
    .wapper .about .abIntro .numList li .icon img{
        height: 52px;
    }
    .wapper .about .abIntro .numList li .num{
        font-size: 40px;
    }
}
@media screen and (max-width:1390px){
    .wapper .head .menu li{
        padding: 0 18px;
    }
    .wapper .head .menu li a{
        font-size: 18px;
        padding-bottom: 30px;
    }
    .wapper .head .menu li .Subgrade{
        top: 98px;
    }
    .wapper .aptitudes .left .title{
        font-size: 38px;
        line-height: 48px;
    }
    .wapper .aptitudes .left .name{
        font-size: 52px;
        line-height: 58px;
    }
    .wapper .aptitudes .left .desc{
        font-size: 15px;
    }
    .aptPrev{
        width: 64px !important;
        height: 64px !important;
    }
    .aptNext{
        width: 64px !important;
        height: 64px !important;
    }
    .wapper .head .menu li .Subgrade .degree li a{
        font-size: 18px;
    }
    .wapper .head .menu li .Subgrade .picBox .theme{
        font-size: 16px;
    }
}
@media screen and (max-width:1360px){
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 7.5% 8% 8.5% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 7.5% 8% 8.5% 8%;
    }
}

@media screen and (max-width:1320px){
    .wapper .banner .bannerCont .cntext{
        font-size: 42px;
        line-height: 48px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 32px;
        line-height: 38px;
    }
    .wapper .banner .bannerCont .go{
        width: 46px;
        height: 46px;
        border: 2px solid #fff;
    }
    .wapper .banner .bannerCont .go img{
        width: 12px;
    }
    .wapper .about .abIntro .title{
        font-size: 42px;
        line-height: 58px;
    }
    .wapper .about .abIntro .text{
        font-size: 16px;
        line-height: 32px;
    }
    .wapper .about .abIntro .numList li .icon img{
        height: 48px;
    }
    .wapper .about .abIntro .numList li .num{
        font-size: 36px;
        line-height: 42px;
    }
    .wapper .about .abIntro .numList li .event{
        font-size: 15px;
    }
    .wapper .about .picIntro .entit{
        font-size: 92px;
        line-height: 90px;
    }
    .wapper .about .picIntro .picdesc{
        font-size: 18px;
    }
    .wapper .services .serList li:nth-of-type(4) .textBox{
        padding: 15% 8%;
    }
    .wapper .services .text{
        font-size: 42px;
        line-height: 58px;
    }
}
@media screen and (max-width:1280px){
    .wapper .head .menu li{
        padding: 0 16px;
    }
    .wapper .head .menu li a{
        font-size: 16px;
        padding-bottom: 26px;
    }
    .wapper .head .menu li .Subgrade{
        top:98px;
    }
    .wapper .rollingNews .rollingList .bigtitle a{
        font-size: 32px;
    }
    .wapper .about .abIntro .title{
        font-size: 40px;
    }
    .wapper .latestNews .themeBox .classify li{
        font-size: 18px;
    }
    .wapper .head .menu li .Subgrade .degree li a{
        font-size: 16px;
    }
    .wapper .head .menu li .Subgrade .picBox .theme{
        font-size: 14px;
    }
    .wapper .services .text{
        font-size: 40px;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 6.5% 8% 8% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 6.5% 8% 8% 8%;
    }
    
}
@media screen and (max-width:1260px){
    .wapper .aptitudes .left .title{
        font-size: 34px;
        line-height: 44px;
    }
    .wapper .aptitudes .left .name{
        font-size: 48px;
        line-height: 54px;
    }
    .wapper .aptitudes .left .desc{
        font-size: 14px;
    }
    .aptPrev{
        width: 60px !important;
        height: 60px !important;
    }
    .aptNext{
        width: 60px !important;
        height: 60px !important;
    }
    
}
@media screen and (max-width:1220px){
    .wapper .services .serList li .textBox .textPart .name{
        font-size: 28px;
        line-height: 64px;
    }
    .wapper .services .serList li .textBox .icon img{
        height: 58px;
    }
    .wapper .services .serList li .textBox .textPart .desc{
        font-size: 16px;
        line-height: 32px;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 6% 8% 7% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 6% 8% 7% 8%;
    }
}
@media screen and (max-width:1200px){
    .wapper .banner .bannerCont .cntext{
        font-size: 38px;
        line-height: 42px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 28px;
        line-height: 34px;
    }
    .wapper .banner .bannerCont .go{
        width: 42px;
        height: 42px;
        border: 2px solid #fff;
    }
    .wapper .banner .bannerCont .go img{
        width: 10px;
    }
    .wapper .about .abIntro .title{
        font-size: 38px;
        line-height: 48px;
    }
    .wapper .about .abIntro .numList li .icon img{
        height: 44px;
    }
    .wapper .about .picIntro .entit{
        font-size: 80px;
        line-height: 80px;
    }
    .picPrev{
        width: 60px !important;
        height: 60px !important;
        left: 10px !important;
    }
    .picNext{
        width: 60px !important;
        height: 60px !important;
        left: 60px !important;
    }
    .wapper .about .picIntro .picdesc{
        padding-right: 30px;
        line-height: 60px;
    }
    .wapper .services .text{
        font-size: 38px;
        line-height: 48px;
    }
}
@media screen and (max-width:1180px){
    .wapper .head .menu li{
        padding: 0 14px;
    }
    .wapper .head .menu li a{
        font-size: 16px;
        padding-bottom: 22px;
    }
    .wapper .head .menu li .Subgrade{
        top: 98px;
    }
    .aptPrev{
        width:56px !important;
        height: 56px !important;
    }
    .aptNext{
        width: 56px !important;
        height: 56px !important;
        left: 76px !important;
    }
}
@media screen and (max-width:1160px){
    .wapper .rollingNews .rollingList .smatitleBox .smatitle .title{
        width: 60%;
    }
}
@media screen and (max-width:1120px){
    .wapper .services .serList li .textBox .textPart .name{
        font-size: 24px;
        line-height: 54px;
    }
    .wapper .aptitudes .left .title{
        font-size: 30px;
        line-height: 40px;
    }
    .wapper .aptitudes .left .name{
        font-size: 44px;
        line-height: 50px;
    }
    .aptPrev{
        width: 52px !important;
        height: 52px !important;
    }
    .aptNext{
        width: 52px !important;
        height: 52px !important;
    }
}
@media screen and (max-width:1100px){
    .wapper .head .menu li{
        padding: 0 12px;
    }
    .wapper .head .menu li a{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .wapper .head .menu li .Subgrade{
        top: 98px;
    }
    .wapper .about .abIntro .title{
        font-size: 34px;
    }
    .wapper .about .abIntro .text{
        font-size: 14px;
    }
    .wapper .about .abIntro .numList li .icon img{
        height: 40px;
    }
    .wapper .about .abIntro .numList li .num{
        font-size: 32px;
        line-height: 34px;
    }
    .wapper .about .abIntro .numList li .event{
        font-size: 14px;
    }
    .wapper .about .picIntro .entit{
        font-size: 70px;
        line-height: 72px;
    }
    .wapper .footer .baseInfor .xinxi{
        width: 55%;
    }
    .wapper .services .text{
        font-size: 34px;
    }
}
@media screen and (max-width:1080px){
    .wapper .banner .bannerCont .cntext{
        font-size: 34px;
        line-height: 38px;
    }
    .wapper .banner .bannerCont .entext{
        font-size: 24px;
        line-height: 28px;
    }
    .wapper .banner .bannerCont .go{
        width: 38px;
        height: 38px;
        border: 2px solid #fff;
    }
    .wapper .banner .bannerCont .go img{
        width: 8px;
    }
}
@media screen and (max-width:1050px){
    .wapper .head .menu li{
        padding: 0 10px;
    }
    .wapper .head .menu li a{
        font-size: 15px;
        padding-bottom: 18px;
    }
    .wapper .head .menu li .Subgrade{
        top: 98px;
    }
    .wapper .services .serList li .textBox .textPart .desc{
        line-height: 28px;
    }
    .wapper .aptitudes .left .title{
        font-size: 28px;
        line-height: 36px;
    }
    .wapper .aptitudes .left .name{
        font-size: 42px;
        line-height: 48px;
    }
    .aptPrev{
        width: 48px !important;
        height: 48px !important;
    }
    .aptNext{
        width: 48px !important;
        height: 48px !important;
    }
}
@media screen and (max-width:1025px){
    .wapper .rollingNews .rollingList .smatitleBox .smatitle .title{
        width: 58%;
    }
}
@media screen and (max-width:1000px){
    .wapper .banner.sy{
        display: none;
    }
    .wapper .mbanner{
        display: block;
    }
    .wapper .banner .bannerCont .circle li{
        width: 5px;
        height: 5px;
        margin-right: 3px;
    }
    .swiper-pagination-custom{
        width: 92% !important;
        left: 4% !important;
    }
    .swiper-pagination-customs .pagNum{
        font-size: 20px;
        line-height: 34px;
    }
    .wapper .head{
        position: static;
        padding-top: 0;
        padding-right: 52px;
        border-bottom:  none;
    }
    .wapper .head:hover{
        padding-top: 0;
    }
    .wapper .head.over{
        position: fixed;
        padding-top: 0;
        z-index: 120210210;
    }
    .wapper .head .logo{
        display: none;
    }
    .wapper .head .logo1{
        width: 38%;
        display: block;
        margin-top: 7px;
    }
    .wapper .head .menu{
        display: none;
    }
    .wapper .head .iconBox{
        margin-top: 0;
    }
    .wapper .head .iconBox .search{
        width: 52px;
        height: 52px;
        border-radius: 0;
        background: rgba(0, 40, 144, 0.89);
    }
    .wapper .head .iconBox .email{
        display: none;
    }
    .wapper .head .iconBox .mMenu{
        display: block;
    }
    .wapper .rollingNews{
        padding: 4% 4%;
    }
    .wapper .rollingNews .rollingList{
        display: none;
    }
    .wapper .rollingNews .mrolling{
        display: block;
    }
    .wapper .about{
        padding: 6% 0 0 ;
        background-size: cover;
    }
    .wapper .about .abIntro{
        width: 100%;
        padding: 0 4% 6%;
        box-sizing: border-box;
    }
    .wapper .about .abIntro .title{
        font-size: 26px;
        line-height: 32px;
    }
    .wapper .about .abIntro .text{
        line-height: 28px;
    }
    .wapper .about .abIntro .numList li .icon img{
        height: 32px;
    }
    .wapper .about .abIntro .numList li .num{
        font-size: 26px;
        line-height: 30px;
    }
    .wapper .about .abIntro .numList li .num span{
        font-size: 12px;
        margin-top: -10px;
        margin-left: 2px;
    }
    .wapper .about .abIntro .numList li .event{
        font-size: 12px;
        line-height: 18px;
    }
    .wapper .about .picIntro{
        width: 100%;
        padding-left: 0;
    }
    .wapper .about .picIntro .entit{
        display: none;
    }
    .picPrev{
        width: 40px !important;
        height: 40px !important;
        bottom: 45% !important;
        /* margin-top: -20px !important; */
        left: 0 !important;
        background-size: 10px !important;
    }
    .picNext{
        width: 40px !important;
        height: 40px !important;
        bottom: 45% !important;
        /* margin-top: -20px !important; */
        right: 0 !important;
        left: auto !important;
        background-size: 10px !important;
    }
    .wapper .about .picIntro .picdesc{
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        padding: 0 4%;
    }
    .wapper .services{
        padding: 6% 4%;
    }
    .wapper .services .text{
        font-size: 24px;
        line-height: 32px;
    }
    .wapper .services .serList li .pic{
        display: none;
    }
    .wapper .services .serList li{
        width: 49%;
        float: left;
        border: 1px solid #eeeeee;
        box-sizing: border-box;
        margin-right: 1%;
        margin-bottom: 2%;
    }
    .wapper .services .serList li:nth-of-type(2){
        position: static;
        width: 49%;
        margin-left: 1%;
        margin-right: 0%;
    }
    .wapper .services .serList li:nth-of-type(3){
        position: static;
        width: 49%;
        margin-right: 1%;
    }
    .wapper .services .serList li:nth-of-type(4){
        position: static;
        width: 49%;
        margin-left: 1%;
        margin-right: 0%;
    }
    .wapper .services .serList li .textBox .icon{
        width:100% ;
        text-align: center;
        margin: auto;
        float: none;
    }
    .wapper .services .serList li .textBox .textPart{
        width: 100%;
    }
    .wapper .services .serList li .textBox .textPart .desc{
        display: none;
    }
    .wapper .services .serList li .textBox .icon img{
        height: 38px;
    }
    .wapper .services .serList li .textBox{
        padding: 8% 8% 5% 8%;
    }
    .wapper .services .serList li:nth-of-type(2) .textBox{
        padding: 8% 8% 5% 8%;
    }
    .wapper .services .serList li:nth-of-type(3) .textBox{
        padding: 8% 8% 5% 8%;
    }
    .wapper .services .serList li:nth-of-type(4) .textBox{
        padding: 8% 8% 6.7% 8%;
    }
    .wapper .services .serList li .textBox .textPart .name{
        font-size: 20px;
        line-height: 38px;
        text-align: center;
    }
    .wapper .aptitudes {
        padding: 8% 0 10%;
    }
    .wapper .aptitudes .theme{
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }
    .wapper .aptitudes .right{
        width: 100%;
        margin: 5% auto;
        padding-left: 0;
        text-align: center;
    }
    .wapper .aptitudes .right .pic{
        width: 66%;
        margin: auto;
        box-sizing: border-box;
    }
    .aptPrev{
        bottom: 45% !important;
        left: 0 !important;
    }
    .aptNext{
        bottom: 45% !important;
        right: 0 !important;
        left: auto !important;
    }
    .wapper .aptitudes .left{
        width: 100%;
        padding: 0 4%;
        box-sizing: border-box;
    }
    .wapper .aptitudes .left .name{
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .wapper .latestNews{
        padding: 6% 4%;
    }
    .wapper .latestNews .themeBox .theme{
        font-size: 26px;
        line-height: 42px;
    }
    .wapper .latestNews .themeBox .theme{
        width: 45%;
    }
    .wapper .latestNews .themeBox .classify{
        width: 55%;
    }
    .wapper .latestNews .themeBox .classify li{
        padding: 0 14px;
    }
    .wapper .latestNews .themeBox .classify li{
        font-size: 15px;
        line-height: 42px;
    }
    .wapper .latestNews .themeBox .classify li.now:after{
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }
    .wapper .latestNews .newsBox .newsCont .list li{
        width: 100%;
        overflow: hidden;
        align-items: center;
        display: flex;
        margin-right: 0;
        border-bottom: 1px solid #eeeeee;
    }
    .wapper .latestNews .newsBox .newsCont .list li:last-child{
        border-bottom: none;
    }
    .wapper .latestNews .newsBox .newsCont .list li a{
        width: 100%;
        display: block;
        padding: 4% 0;
    }
    .wapper .latestNews .newsBox .newsCont .list li .title{
        width: 75%;
        float: left;
        min-height: auto;
        -webkit-line-clamp: 1;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }
    .wapper .latestNews .newsBox .newsCont .list li .desc{
        display: none;
    }
    .wapper .latestNews .newsBox .newsCont .list li .time{
        width: 25%;
        float: right;
        text-align: right;
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
    }
    .wapper .footer .baseInfor .jing{
        width: 100%;
        padding-right: 0;
        overflow: hidden;
    }
    .wapper .footer .baseInfor .jing .logo{
        width: 142px;
        float: left;
    }
    .wapper .footer .baseInfor .jing .ways{
        width: 137px;
        float: right;
        margin-top: 0;
    }
    .wapper .footer .baseInfor .jing .ways li{
        width: 39px;
        height: 39px;
        margin-right: 10px;
    }
    .wapper .footer .baseInfor .jing .ways li:nth-of-type(3n){
        margin-right: 0;
    }
    .wapper .footer{
        padding: 6% 4% 100px 4%;
    }
    .wapper .footer .baseInfor .xinxi{
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin: 6% 0 6%;
    }
    .wapper .footer .baseInfor .xinxi li{
        align-items: flex-start;
        margin-bottom: 6px;
    }
    .wapper .footer .baseInfor .xinxi li .tit{
        min-width: 72px;
        padding-right: 10px;
        line-height: 20px;
    }
    .wapper .footer .baseInfor .xinxi li .txt{
        line-height:20px;
    }
    .wapper .footer .baseInfor .codeBox{
        display: none;
    }
    .wapper .footer .linkBox{
        display: none;
    }
    .wapper .footer .cooperate{
        display: none;
    }
    .wapper .footer .copyright{
        margin-top: 0;
        padding-top: 6%;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .wapper .mfooter{
        display: block;
    }
}











/* 服务领域 */

.wapper .banner.ny .bannerCont {
    top: 45%;
}

.wapper .banner .bannerCont .cnSmaltext {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}

.wapper .main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper .main .zuo {
    width: 23.4375%;
    height: auto;
    min-height: 558px;
    float: left;
    padding-top: 4%;
}

.wapper .main .zuo .theme {
    width: 100%;
    height: auto;
    padding-left: 21%;
    box-sizing: border-box;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 76px;
}

.wapper .main .zuo .leftMenu {
    width: 100%;
    height: auto;
    margin-top: 8%;
    overflow: hidden;
}

.wapper .main .zuo .leftMenu li {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    transition: all 0.5s;
    background: url(../images/go.png) no-repeat 70% center;
    background-size: 8px;
}

.wapper .main .zuo .leftMenu li a {
    display: block;
    padding-left: 21%;
    box-sizing: border-box;
    font-size: 18px;
    color: #606060;
    line-height: 60px;
    transform: all 0.5s;
}
.wapper .main .zuo .leftMenu li a span{
    margin-left: 10px;
    font-weight: bold;
}
.wapper .main .zuo .leftMenu li.now {
    background: url(../images/go.png) no-repeat 80% center #002890;
    background-size: 8px;
}

.wapper .main .zuo .leftMenu li.now a {
    color: #fff;
}

.wapper .main .zuo .leftMenu li:hover {
    background: url(../images/go.png) no-repeat 80% center #002890;
    background-size: 8px;
}

.wapper .main .zuo .leftMenu li:hover a {
    color: #fff;
}


.wapper .main .zuo .mleftMenu{
    width: 100%;
    height: auto;
    display: none;
}
.wapper .main .zuo .mleftMenu{
    width: 100%;
    height: 46px;
    text-align: center;
    overflow: hidden;
    display: none;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.wapper .main .zuo .mleftMenu ul{
   
}
.wapper .main .zuo .mleftMenu li{
    line-height: 46px;
    width: auto;
    height: 46px;
    float: left;
    font-size: 15px;
    color: #343533;
    padding: 0 18px;
    box-sizing: border-box;
    /*background:url("../images/line2.gif") no-repeat left center;*/
}
.wapper .main .zuo .mleftMenu.tend li{
    width: 33.33%;
}
.wapper .main .zuo .mleftMenu li:first-child{
    background: none;
}
.wapper .main .zuo .mleftMenu li a{
    display: inline-block;
    line-height: 46px;
    color: #343533;
    transition: all 0.5s;
}
.wapper .main .zuo .mleftMenu li a.cur{
    height: 46px;
    color: #002890;
    box-sizing: border-box;
    border-bottom: 2px solid #002890;
    /* font-weight: bold; */
}
.wapper .main .you {
    width: 76.5625%;
    height: auto;
    float: left;
    padding: 4% 5.62% 8%;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
}

.wapper .main .you .picThemBox {
    width: 100%;
    height: auto;
    position: relative;
}

.wapper .main .you .picThemBox .pic {
    width: 100%;
    height: auto;
}

.wapper .main .you .picThemBox .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .main .you .picThemBox .backBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.wapper .main .you .picThemBox .backBg .themeCont {
    width: auto;
    height: auto;
}

.wapper .main .you .picThemBox .backBg .themeCont .sign {
    width: auto;
    height: auto;
    max-width: 89px;
    text-align: center;
    overflow: hidden;
    margin: auto auto 2%;
}

.wapper .main .you .picThemBox .backBg .themeCont .sign img {
    width: auto;
    height: auto;
    vertical-align: bottom;
    filter: drop-shadow(90px 0 0 #fff);
    position: relative;
    left: -90px;
}

.wapper .main .you .picThemBox .backBg .themeCont .name {
    width: auto;
    height: auto;
    font-size: 50px;
    color: #ffffff;
    line-height: 76px;
    text-align: center;
    background: url(../images/line2.gif) no-repeat bottom center;
    padding-bottom: 5%;
}

.wapper .main .you .doMenu {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.wapper .main .you .doMenu ul{
    height: auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-around;
}
.wapper .main .you .doMenu li {
    height: auto;
    position: relative;
    flex: 1;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 22px;
    color: #0a0a0a;
    line-height: 75px;
    text-align: center;
    transition: all 0.5s;
    border-left: none;
}
.wapper .main .you .doMenu li:first-child{
    border-left: 1px solid #eeeeee;
}
.wapper .main .you .doMenu li.now {
    background: #002890;
    border: 1px solid #002890;
    color: #fff;
}

.wapper .main .you .doMenu li:hover {
    background: #002890;
    border: 1px solid #002890;
    color: #fff;
    cursor: pointer;
    border-left: none;
}
.wapper .main .you .doMenu li:first-child:hover{
    border-left: 1px solid #002890;
}
.wapper .main .you .doCont {
    width: 100%;
    height: auto;
    margin-top: 6%;
}

.wapper .main .you .doCont .water {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 36px;
    display: none;
}
.wapper .main .you .doCont .water img {
    max-width: 100%;
}
.wapper .main .you .doCont .water.now {
    display: block
}
@media screen and (max-width:1450px){
    .wapper .main .zuo .theme{
        font-size: 42px;
        line-height: 68px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .sign img{
        height: 59px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .name{
        font-size: 46px;
    }
    .wapper .main .you .doMenu li{
        font-size: 20px;
        line-height: 68px;
    }
    .wapper .main .you .doCont .water{
        font-size: 20px;
    }
}
@media screen and (max-width:1280px){
    .wapper .main .zuo .theme{
        font-size: 38px;
        line-height: 62px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .sign img{
        height: 49px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .name{
        font-size: 42px;
    }
    .wapper .main .you .doMenu li{
        font-size: 18px;
        line-height: 62px;
    }
    .wapper .main .you .doCont .water{
        font-size: 18px;
        line-height: 36px;
    }
    
}
@media screen and (max-width:1120px){
    .wapper .main .zuo .theme{
        font-size: 34px;
        line-height: 56px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .name{
        font-size: 38px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .sign img{
        height: 49px;
    }
}
@media screen and (max-width:1000px){
    .wapper .banner.ny .bannerCont{
        width: 92%;
        left: 4%;
        top: 24%;
    }
    .wapper .banner .bannerCont .cntext{
        font-size: 22px;
        line-height: 28px;
    }
    .wapper .banner .bannerCont .cnSmaltext{
        font-size: 10px;
        line-height: 14px;
    }
    .wapper .main .zuo{
        width: 100%;
        padding-top: 0;
        min-height: 46px;
    }
    .wapper .main .zuo .theme{
        display: none;
    }
    .wapper .main .zuo .leftMenu{
        display: none;
    }
    .wapper .main .zuo .mleftMenu{
        display: block;
    }
    .wapper .main .you{
        width: 100%;
        padding: 6% 4%;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .sign{
        /* background: #2e933f; */
        overflow: hidden;
        padding-left: -10px;
    }
    .wapper .main .you .picThemBox .backBg .themeCont .sign img{
        height:32px;
        vertical-align: bottom;
        position: relative;
        top: -31.99px;
        left: 0;
        display: inline-block;
        -webkit-filter: drop-shadow(#fff 0px 32px);
        filter: drop-shadow(#fff 0px 32px);

    }
    .wapper .main .you .picThemBox .backBg .themeCont .name{
        font-size: 24px;
        line-height: 42px;
    }
    .wapper .main .you .doMenu li{
        font-size: 10px;
        line-height: 1.5;
    }
    .wapper .main .you .doCont .water{
        font-size: 14px;
        line-height: 28px;
    }
}




























/* 科技创新 */

.wapper .main .you .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .you .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 100px;
}

.wapper .main .you .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 50px;
    margin-top: -45px;
}

.wapper .main .you .descpart {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 40px;
    margin-top: 4%;
}

.wapper .main .you .research {
    width: 100%;
    height: auto;
    margin-top: 4%;
    position: relative;
}

.wapper .main .you .research li {
    position: relative;
}

.wapper .main .you .research li:nth-of-type(1) {
    width: 28.9%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.wapper .main .you .research li:nth-of-type(2) {
    width: 28.9%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wapper .main .you .research li:nth-of-type(3) {
    width: 19.8%;
    height: auto;
    margin-left: 29.35%;
}

.wapper .main .you .research li:nth-of-type(4) {
    width: 50.4%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.wapper .main .you .research li:nth-of-type(5) {
    width: 50.5%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: #2e933f;
    align-items: center;
    display: flex;
}


.wapper .main .you .research li .pic {
    width: 100%;
    height: auto;
}

.wapper .main .you .research li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


@media screen and (max-width:1620px){
    .wapper .main .you .research li .entxt{
        font-size: 30px;
        line-height: 36px;
    }
    .wapper .main .you .research li .cntxt{
        font-size: 28px;
        line-height: 38px;
    }
    .wapper .main .you .research li .txt{
        font-size: 14px;
        line-height: 20px;
        bottom: 7%;
    }
}

@media screen and (max-width:1430px){
    .wapper .main .you .research li .entxt{
        font-size: 26px;
        line-height: 32px;
    }
    .wapper .main .you .research li .cntxt{
        font-size: 24px;
        line-height: 34px;
    }
}
@media screen and (max-width:1310px){

    .wapper .main .you .titleBox .entit{
        font-size: 86px;
    }
    .wapper .main .you .titleBox .cntit{
        font-size: 42px;
    }
}
@media screen and (max-width:1240px){
    .wapper .main .you .research li .entxt{
        font-size: 22px;
        line-height: 28px;
    }
    .wapper .main .you .research li .cntxt{
        font-size: 20px;
        line-height: 28px;
    }

}
@media screen and (max-width:1000px){
    .wapper .main .you .titleBox .entit{
        font-size: 49px;
        line-height: 66px;
    }
    .wapper .main .you .titleBox .cntit{
        font-size: 24px;
        line-height: 28px;
        margin-top: -28px;
    }
    .wapper .main .you .descpart{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .research li:nth-of-type(1){
        width: 58%;
        position: relative;
        float: left;
    }
    .wapper .main .you .research li:nth-of-type(2){
        width: 58%;
        top: 25.9%;
        position: relative;
        float: left;
        margin-top: 1.8%;
    }
    .wapper .main .you .research li:nth-of-type(3){
        width: 40.3%;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    .wapper .main .you .research li:nth-of-type(4){
        position: relative;
        width: 100%;
        margin-top: 2%;
        float: left;
    }
    .wapper .main .you .research li:nth-of-type(5){
        position: static;
        width: 100%;
        margin-top: 2%;
        float: left;
    }
}



















/* 人才战略 */

.wapper .main .you .strate {
    width: 100%;
    height: auto;
    position: relative;
}

.wapper .main .you .strate .pic {
    width: 100%;
    height: auto;
}

.wapper .main .you .strate .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .main .you .strate .text {
    width: auto;
    height: auto;
    font-size: ;
}

.wapper .main .you .strdesc {
    width: 100%;
    height: auto;
    margin-top: 3%;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 40px;
}

.wapper .main .you .strateList {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.wapper .main .you .strateList li {
    width: 100%;
    height: auto;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 4%;
    position: relative;
}

.wapper .main .you .strateList li .pic {
    width: 40.5%;
    height: auto;
    float: right;
}

.wapper .main .you .strateList li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-mask: -webkit-gradient(linear, 12% 50%, 100% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
}

.wapper .main .you .strateList li .strCont {
    width: 65%;
    height: auto;
    position: absolute;
    top: 8%;
    left: 5%;
}

.wapper .main .you .strateList li .strCont .theme {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #002890;
    line-height: 56px;
    font-weight: bold;
    padding-top: 20px;
    background: url(../images/line3.png) no-repeat 36px top;
}

.wapper .main .you .strateList li:nth-of-type(2n) .strCont .theme {
    color: #2e933f;
    background: url(../images/line4.png) no-repeat 36px top;
}

.wapper .main .you .strateList li .strCont .theme span {
    font-size: 56px;
    font-weight: bolder;
    margin-right: 12px;
}

.wapper .main .you .strateList li .strCont .desc {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #969696;
    line-height: 40px;
    margin-top: 2%;
}
@media screen and (max-width:1690px){
    .wapper .main .you .strateList li .strCont .desc{
        font-size: 16px;
        line-height: 36px;
        margin-top: 1%;
    }
}
@media screen and (max-width:1550px){
    .wapper .main .you .strateList li .strCont .theme span{
        font-size: 44px;
        margin-top: 4px;
    }
    .wapper .main .you .strateList li .strCont .theme{
        font-size: 26px;
        line-height: 44px;
    }
    .wapper .main .you .strateList li .strCont .desc{
        /* font-size: 14px; */
        line-height: 32px;
    }
}
@media screen and (max-width:1450px){
    .wapper .main .you .strateList li .strCont .theme{
        padding-top: 14px;
        background-size: 14px;
    }
    .wapper .main .you .strateList li:nth-of-type(2n) .strCont .theme{
        padding-top: 14px;
        background-size: 14px;
    }
}
@media screen and (max-width:1350px){
    .wapper .main .you .strateList li .strCont .theme span{
        font-size: 40px;
    }
    .wapper .main .you .strateList li .strCont .theme{
        font-size: 22px;
        line-height: 42px;
    }
    .wapper .main .you .strateList li .strCont .desc{
        margin-top: 0;
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width:1200px){
    .wapper .main .you .strateList li .strCont .theme{
        padding-top: 10px;
        background: url(../images/line3.png) no-repeat 30px top;
        background-size: 10px;
    }
    .wapper .main .you .strateList li:nth-of-type(2n) .strCont .theme{
        padding-top: 10px;
        background: url(../images/line4.png) no-repeat 30px top;
        background-size: 10px;
    }
    .wapper .main .you .strateList li .strCont .theme span{
        font-size: 36px;
    }
    .wapper .main .you .strateList li .strCont .theme{
        font-size: 20px;
        line-height: 38px;
    }
}
@media screen and (max-width:1100px){
    .wapper .main .you .strateList li .strCont{
        width: 85%;
    }
}
@media screen and (max-width:1040px){
    .wapper .main .you .strateList li .strCont .theme span{
        font-size: 32px;
    }
    .wapper .main .you .strateList li .strCont .theme{
        font-size: 18px;
        line-height: 34px;
    }
    .wapper .main .you .strateList li .strCont{
        width: 90%;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .strdesc{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .strateList li .strCont .desc{
        display: none;
    }
    .wapper .main .you .strateList li .strCont .theme{
        margin-top: 3%;
    }
}























/* 团队实力 */

.wapper .main .you.power {
    padding: 0;
}

.wapper .main .you .powerList {
    width: 100%;
    height: auto;
}

.wapper .main .you .powerList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.wapper .main .you .powerList li .tetxBox {
    width: 50%;
    height: auto;
    float: left;
    padding: 4% 6.6%;
    box-sizing: border-box;
}

.wapper .main .you .powerList li .tetxBox .name {
    width: 100%;
    height: auto;
    font-size: 42px;
    color: #002890;
    line-height: 56px;
    font-weight: bold;
}

.wapper .main .you .powerList li .tetxBox .desc {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #969696;
    line-height: 40px;
    margin-top: 3%;
}
.wapper .main .you .powerList li .mpic{
    width: 50%;
    height: auto;
    float: left;
    display: none;
}

.wapper .main .you .powerList li .mpic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wapper .main .you .powerList li .pic {
    width: 50%;
    height: auto;
    float: left;
}

.wapper .main .you .powerList li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width:1500px){
    .wapper .main .you .powerList li .tetxBox .name{
        font-size: 38px;
        line-height: 52px;
    }
    .wapper .main .you .powerList li .tetxBox .desc{
        font-size: 17px;
        line-height: 36px;
    }
}
@media screen and (max-width:1230px){
    .wapper .main .you .powerList li .tetxBox .desc{
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:1130px){
    .wapper .main .you .powerList li .tetxBox .name{
        font-size: 32px;
        line-height: 46px;
    }
    .wapper .main .you .powerList li .tetxBox{
        padding: 4% 5.6%;
    }
    .wapper .main .you .powerList li .tetxBox .desc{
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width:1050px){
    .wapper .main .you .powerList li .tetxBox .name{
        font-size: 26px;
        line-height: 42px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .powerList li{
        display: block;
        margin-bottom: 4%;
    }
    .wapper .main .you .powerList li .mpic{
        display: block;
        width: 100%;
    }
    .wapper .main .you .powerList li:nth-of-type(2n-1) .pic{
        display: none;
    }
    .wapper .main .you .powerList li .pic{
        width: 100%;
    }
    .wapper .main .you .powerList li .tetxBox{
        width: 100%;
        padding: 4%;
    }
    .wapper .main .you .powerList li .tetxBox .name{
        font-size: 20px;
        line-height: 32px;
    }
    .wapper .main .you .powerList li .tetxBox .desc{
        font-size: 14px;
        line-height: 28px;
    }
}
















/* 招贤纳士 */

.wapper .main .you .tips {
    width: 100%;
    height: auto;
    padding-bottom: 4%;
    border-bottom: 1px solid #eeeeee;
}

.wapper .main .you .tips .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .you .tips .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 100px;
}

.wapper .main .you .tips .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 50px;
    margin-top: -40px;
}

.wapper .main .you .tips .note {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #969696;
    line-height: 46px;
    margin-top: 3%;
}

.wapper .main .you .tips .note span {
    font-size: 24px;
    color: #002890;
    font-weight: bold;
}

.wapper .main .you .jobsList {
    width: 100%;
    height: auto;
    margin-top: 4%;
}

.wapper .main .you .jobsList .job {
    width: 100%;
    height: auto;
    padding-bottom: 3%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 3%;
}

.wapper .main .you .jobsList .job:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.wapper .main .you .jobsList .job .post {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #0a0a0a;
    line-height: 72px;
    font-weight: bold;
}

.wapper .main .you .jobsList .job .describe {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 1%;
}

.wapper .main .you .jobsList .job .describe .left {
    width: 50%;
    height: auto;
    float: left;
    padding-right: 3%;
    box-sizing: border-box;
}

.wapper .main .you .jobsList .job .describe .right {
    width: 50%;
    height: auto;
    float: left;
    padding-left: 3%;
    box-sizing: border-box;
}

.wapper .main .you .jobsList .job .describe .item {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.wapper .main .you .jobsList .job .describe .item .tit {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #343533;
    line-height: 42px;
}

.wapper .main .you .jobsList .job .describe .item .txt {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #969696;
    line-height: 36px;
}
@media screen and (max-width:1400px){
    .wapper .main .you .tips .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .you .tips .titleBox .cntit{
        font-size: 42px;
        line-height: 46px;
        margin-top: -36px;
    }
    .wapper .main .you .jobsList .job .describe .item .tit{
        font-size: 16px;
    }
    .wapper .main .you .jobsList .job .describe .item .txt{
        font-size: 16px;
        line-height: 32px;
    }
        
}
@media screen and (max-width:1180px){
    .wapper .main .you .tips .note{
        font-size: 16px;
    }
    .wapper .main .you .tips .note span{
        font-size: 20px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .tips{
        padding-bottom: 6%;
    }
    .wapper .main .you .tips .titleBox .entit{
        font-size: 46px;
        line-height: 56px;
    }
    .wapper .main .you .tips .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -22px;
    }
    .wapper .main .you .tips .note{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .tips .note span{
        font-size: 16px;
    }
    .wapper .main .you .jobsList{
        margin-top: 6%;
    }
    .wapper .main .you .jobsList .job{
        margin-bottom: 8%;
        padding-bottom: 6%;
    }
    .wapper .main .you .jobsList .job .post{
        font-size: 22px;
        line-height: 32px;
    }
    .wapper .main .you .jobsList .job .describe .left{
        width: 100%;
        padding-right: 0;
    }
    .wapper .main .you .jobsList .job .describe .item .tit{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .jobsList .job .describe .item .txt{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .jobsList .job .describe .right{
        width: 100%;
        padding-left: 0;
    }
}






















/* 专利技术 */

.wapper .main .you .patent {
    width: 100%;
    height: auto;
}

.wapper .main .you .patent li {
    width: 30%;
    height: auto;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: all 0.5s;
    cursor: pointer;
}
.wapper .main .you .patent li .pbox{
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.wapper .main .you .patent li:nth-of-type(3n) {
    margin-right: 0;
}
.wapper .main .you .patent li .pbox{
    width: 100%;
    height: auto;
    position: relative;
}
.wapper .main .you .patent li .pbox .patentPic{
    width: 100%;
    height: auto;
    position: relative;
}
.wapper .main .you .patent li .pbox .patentPic .dizuo{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: -33px;
    left: 0;
    z-index: 11;
    text-align: center;
    background: url(../images/dizuo.png) no-repeat center center;
    background-size: 100%;

}
.wapper .main .you .patent li .pbox .patentPic .dizuo img{
    width: 100%;
    height: 60px;
    vertical-align: bottom;
    display: none;
    
}
.wapper .main .you .patent li .pic {
    width: 80%;
    height: auto;
    max-height: 300px;
    padding: 0 10%;
    box-sizing: border-box;
    position: relative;
    z-index: 22;
    margin: auto;
}

.wapper .main .you .patent li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .main .you .patent li .text {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    text-align: center;
    margin-top: 46px;
}
.wapper .main .you .patent li:hover .pbox{
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
}
@media screen and (max-width:1000px){
    .wapper .main .you .patent li{
        width: 47.6%;
        margin-bottom: 6%;
    }
    .wapper .main .you .patent li:nth-of-type(2n){
        margin-right: 0;
    }
    .wapper .main .you .patent li .text{
        font-size: 14px;
        line-height: 18px;
        padding: 0 5%;
        box-sizing: border-box;
    }
}
.layui-layer-content{
    position: static !important;
}
.layui-layer-imgnext, .layui-layer-imgprev{
    position: fixed !important;
    display: block !important;

}
.layui-layer-content{
    width: 100% !important;
}
.layui-layer-imguide{
    display: block !important;
}






















/* 联系景鹏 */

.wapper .main .headquarters {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
}

.wapper .main .headquarters .headInfor {
    width: 50%;
    height: auto;
    float: left;
    padding: 5% 4% 5% 5%;
    box-sizing: border-box;
    background: #f6f6f6;
}

.wapper .main .headquarters .headInfor .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .headquarters .headInfor .titleBox .entil {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 100px;
}

.wapper .main .headquarters .headInfor .titleBox .cntil {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .headquarters .headInfor .inforList {
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.wapper .main .headquarters .headInfor .inforList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    display: flex;
    margin-bottom: 3%;
}

.wapper .main .headquarters .headInfor .inforList li .icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    float: left;
    margin-right: 14px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: rgba(0, 40, 144, 1);
}

.wapper .main .headquarters .headInfor .inforList li:nth-of-type(2) .icon {
    background: rgba(0, 40, 144, 0.7);
}

.wapper .main .headquarters .headInfor .inforList li:nth-of-type(3) .icon {
    background: rgba(0, 40, 144, 0.5);
}

.wapper .main .headquarters .headInfor .inforList li .icon img {
    width: auto;
    height: auto;
    max-width: 24px;
    vertical-align: bottom;
}

.wapper .main .headquarters .headInfor .inforList li .infor {
    width: auto;
    height: auto;
    float: left;
    margin-right: 14px;
}

.wapper .main .headquarters .headInfor .inforList li .infor .tit {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #969696;
    line-height: 30px;
}

.wapper .main .headquarters .headInfor .inforList li .infor .txt {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #090909;
    line-height: 30px;
}

.wapper .main .headquarters .headInfor .inforList li .map {
    width: 128px;
    height: auto;
    float: right;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    background: #2e933f;
    border-radius: 38px;
    cursor: pointer;
    margin-top: 22px;
}

.wapper .main .headquarters .headInfor .inforList li .map img {
    width: 19px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}
.wapper .main .headquarters .headInfor .inforList li .Mmap{
    width: 92px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    background: #2e933f;
    border-radius: 28px;
    cursor: pointer;
    display: none;
}
.wapper .main .headquarters .headInfor .inforList li .Mmap a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
    text-decoration: none;
}
.wapper .main .headquarters .headInfor .inforList li .Mmap img{
    width: 14px;
    height: auto;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
}
.wapper .main .headquarters .message {
    width: 50%;
    height: auto;
    float: left;
    background: url(../images/msgBg.jpg) no-repeat right top #002890;
    padding: 5%;
    box-sizing: border-box;
    overflow: hidden;
}

.wapper .main .headquarters .message .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .headquarters .message .titleBox .entil {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 100px;
}

.wapper .main .headquarters .message .titleBox .cntil {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .headquarters .message .inptBox {
    width: 100%;
    height: auto;
    margin-top: 2%;
    overflow: hidden;
}

.wapper .main .headquarters .message .inptBox .call {
    width: 48%;
    height: auto;
    float: left;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.wapper .main .headquarters .message .inptBox .call:first-child {
    margin-right: 4%;
}

.wapper .main .headquarters .message .inptBox .call .tit {
    width: auto;
    height: auto;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}

.wapper .main .headquarters .message .inptBox .call .inpt {
    width: 70%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 12px;
    box-sizing: border-box;
}

.wapper .main .headquarters .message .inptBox .mtit {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
}

.wapper .main .headquarters .message .inptBox .inptarea {
    appearance: none;
    width: 100%;
    height: 136px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    border-radius: 0;
    box-shadow: none;
}

.wapper .main .headquarters .message .btn {
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.wapper .main .headquarters .message .btn input {
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fff;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
    background: #2e933f;
    transition: all 0.5s;
}
.wapper .main .headquarters .message .btn input:hover{
    filter: brightness(120%);
}
.wapper .main .branch {
    width: 100%;
    height: auto;
    padding: 4% 5% 6%;
    box-sizing: border-box;
}

.wapper .main .branch .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .branch .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 90px;
}

.wapper .main .branch .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .branch .branList {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.wapper .main .branch .branList li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
}

.wapper .main .branch .branList li:nth-of-type(3n) {
    margin-right: 0;
}

.wapper .main .branch .branList li .name {
    width: 100%;
    height: auto;
    font-size: 28px;
    color: #090909;
    line-height: 56px;
    background: url(../images/line5.gif) no-repeat left bottom;
}

.wapper .main .branch .branList li .xinxi {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
    margin-top: 6%;
}

.wapper .main .business {
    width: 100%;
    height: auto;
}

.wapper .main .business .busList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper .main .business .busList li {
    width: 25%;
    height: auto;
    float: left;
    position: relative;
}
.wapper .main .business .busList li:nth-of-type(5){
    display: none;
}
.wapper .main .business .busList li:last-child{
    display: none;
}
.wapper .main .business .busList li .pic {
    width: 100%;
    height: auto;
}

.wapper .main .business .busList li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .main .business .busList li .busCont {
    width: 100%;
    height: 100%;
    background: rgba(0, 40, 144, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    padding: 3% 10%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    transition: all 0.5s;
}

.wapper .main .business .busList li .busCont .icon {
    width: 80px;
    height: auto;
    overflow: hidden;
}

.wapper .main .business .busList li .busCont .icon img {
    width: auto;
    height: 49px;
    vertical-align: bottom;
    filter: drop-shadow(80px 0 0 #fff);
    position: relative;
    left: -80px;
}

.wapper .main .business .busList li .busCont .name {
    width: 100%;
    height: auto;
    font-size: 34px;
    color: #ffffff;
    line-height: 58px;
    padding-bottom: 6px;
    background: url(../images/line6.gif) no-repeat left bottom;
}

.wapper .main .business .busList li:hover .busCont {
    background: rgba(46, 147, 63, 0.7);
}
.wapper .mapBox {
    width: 100%;
    height: 507px;
}
@media screen and (max-width:1670px){
    .wapper .main .headquarters .headInfor .inforList li .infor .tit{
        font-size: 18px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor .txt{
        font-size: 18px;
    }
}
@media screen and (max-width:1550px){
    .wapper .main .headquarters .headInfor .titleBox .entil{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .headquarters .headInfor .titleBox .cntil{
        font-size: 42px;
        line-height: 52px;
        margin-top: -36px;
    }
    .wapper .main .headquarters .message .titleBox .entil{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .headquarters .message .titleBox .cntil{
        font-size: 42px;
        line-height: 52px;
        margin-top: -36px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor .tit{
        font-size: 16px;
        line-height: 26px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor .txt{
        font-size: 16px;
        line-height: 26px;
    }
    .wapper .main .branch .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .branch .titleBox .cntit{
        font-size: 42px;
        line-height: 52px;
        margin-top: -36px;
    }
    .wapper .main .branch .branList li .name{
        font-size: 24px;
    }
    .wapper .main .branch .branList li .xinxi{
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:1450px){
    .wapper .main .headquarters .headInfor .inforList li .infor{
        width: 62%;
    }
    .wapper .main .business .busList li .busCont .icon img{
        height: 39px;
    }
    .wapper .main .business .busList li .busCont .name{
        font-size: 30px;
    }
}
@media screen and (max-width:1250px){
    .wapper .main .headquarters .headInfor .inforList li .infor{
        width: 55%;
    }
    .wapper .main .headquarters .headInfor .inforList li .map{
        width: 108px;
        font-size: 14px;
    }
    .wapper .main .headquarters .headInfor .inforList li .map img{
        width: 17px;
        margin-right: 4px;

    }
    .wapper .main .headquarters .headInfor .titleBox .entil{
        font-size: 70px;
        line-height: 80px;
    }
    .wapper .main .headquarters .headInfor .titleBox .cntil{
        font-size: 38px;
        line-height: 48px;
        margin-top: -32px;
    }
    .wapper .main .headquarters .message .titleBox .entil{
        font-size: 70px;
        line-height: 80px;
    }
    .wapper .main .headquarters .message .titleBox .cntil{
        font-size: 38px;
        line-height: 48px;
        margin-top: -32px;
    }
    .wapper .main .business .busList li .busCont .icon img{
        height: 34px;
    }
    .wapper .main .business .busList li .busCont .name{
        font-size: 26px;
        line-height: 48px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .headquarters .headInfor{
        width: 100%;
        padding: 6% 4%;
    }
    .wapper .main .headquarters .headInfor .titleBox .entil{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .headquarters .headInfor .titleBox .cntil{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .headquarters .headInfor .inforList li{
        display: block;
    }
    .wapper .main .headquarters .headInfor .inforList li .icon{
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }
    .wapper .main .headquarters .headInfor .inforList li .map{
        display: none;
    }
    .wapper .main .headquarters .headInfor .inforList li .Mmap{
        display: block;
        float: left;
        margin-left: 52px;
        margin-top: 6px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor{
        width: 80%;
        margin-right: 10px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor .tit{
        font-size: 14px;
    }
    .wapper .main .headquarters .headInfor .inforList li .infor .txt{
        font-size: 14px;
        line-height: 18px;
    }
    .wapper .main .headquarters .message{
        width: 100%;
        padding: 6% 4% 10%;
    }
    .wapper .main .headquarters .message .titleBox{
        margin-bottom: 4%;
    }
    .wapper .main .headquarters .message .titleBox .entil{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .headquarters .message .titleBox .cntil{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .headquarters .message .inptBox .call{
        width: 100%;
        margin-bottom: 12px;
    }
    .wapper .main .headquarters .message .inptBox .call:first-child{
        margin-right: 0;
    }
    .wapper .main .headquarters .message .inptBox .call .tit{
        font-size: 16px;
    }
    .wapper .main .headquarters .message .inptBox .call .inpt{
        width: 78%;
        font-size: 16px;
    }
    .wapper .main .headquarters .message .inptBox .mtit{
        font-size: 16px;
    }
    .wapper .main .headquarters .message .inptBox .inptarea{
        font-size: 16px;
    }
    .wapper .main .headquarters .message .btn input{
        font-size: 18px;
        line-height: 42px;
    }
    .wapper .main .branch .titleBox{
        margin-bottom: 3%;
    }
    .wapper .main .branch .titleBox .entit{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .branch .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .branch .branList li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 6%;
    }
    .wapper .main .branch .branList li:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }
    .wapper .main .branch .branList li .name{
        font-size: 20px;
        line-height: 38px;
        background-size: auto 3px;
    }
    .wapper .main .branch .branList li .xinxi{
        font-size: 14px;
        line-height: 28px;
        margin-top: 4%;
    }
    .wapper .main .business .busList li{
        width: 50%;
    }
    .wapper .main .business .busList li .busCont .icon img{
        height: 28px;
        filter: drop-shadow(0px 28px 0 #fff);
        position: relative;
        left: 0px;
        top: -27.9px;
        display: inline-block;
    }
    .wapper .main .business .busList li .busCont .name{
        font-size: 16px;
        line-height: 28px;
        background-size: auto 2px;
    }
}






































/* 公告中标List */
.wapper .main .you .newsList.tender li .textBox{
    width: 90%;
    margin-right: 0;
}
.wapper .main .you .newsList.tender li .textBox .desc{
    margin-top: 1%;
}
.wapper .main .you .newsList li .mtime{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #002890;
    line-height: 28px;
    display: none;
}
.pages {
    width: 100%;
    height: auto;
    overflow: hidden;
    justify-content: center;
    display: flex;
    margin: 1% 0 2%;
}

.pages .pagesBox {
    width: 100%;
    height: 46px;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
}

.pages .pagesBox li {
    float: left;
    margin: 0 10px;
    width: auto;
    height: 100%;
    color: #8d8d8d;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.pages .pagesBox li a.prev,
.pages .pagesBox li a.next {
    width: 44px;
    height: 44px;
    float: left;
    font-size: 18px;
    color: #002890;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    transition: all 0.5s;
}

.pages .pagesBox li a.prev:hover,
.pages .pagesBox li a.next:hover {
    color: #2e933f;
}
.pages .pagesBox li a.list {
    width: auto;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #002890;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    overflow: hidden;
    transition: all 0.5s;
    font-weight: bold;
    position: relative;
}
.pages .pagesBox li a.list::after{
    content: "";
    width: 00%;
    height: 2px;
    background: #002890;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.pages .pagesBox li a.list.now::after{
    width: 100%;
}
/* .pages .pagesBox li a.list.now {
    border-bottom: 2px solid #002890;
    box-sizing: border-box;
} */
.pages .pagesBox li a.list:hover::after{
    width: 100%;
}
/* .pages .pagesBox li a.list:hover {
    /* color: #b9c954; 
    border-bottom: 2px solid #002890;
    box-sizing: border-box;
} */

@media screen and (max-width:1415px){
    .wapper .main .you .newsList.tender li .textBox{
        width: 88%;
    }
}
@media screen and (max-width:1025px){
    .wapper .main .you .newsList.tender li .textBox{
        width: 87%;
    }
}
















/* 中标Details */

.wapper .main .you .details {
    width: 100%;
    height: auto;
}

.wapper .main .you .details .titleBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper .main .you .details .titleBox .time {
    width: auto;
    height: auto;
    float: right;
    font-size: 30px;
    color: #002890;
    line-height: 40px;
    font-weight: bold;
}

.wapper .main .you .details .titleBox .time .day {
    font-size: 30px;
    color: #002890;
    line-height: 40px;
}

.wapper .main .you .details .titleBox .time .years {
    font-size: 34px;
    line-height: 40px;
}
.wapper .main .you .details .titleBox .mtime{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #002890;
    line-height: 28px;
    display: none;
}
.wapper .main .you .details .titleBox .biaoti {
    width: 85%;
    height: auto;
    float: left;
}

.wapper .main .you .details .titleBox .title {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #1e2124;
    line-height: 40px;
    font-weight: bold;
}

.wapper .main .you .details .titleBox .from {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #969696;
    line-height: 30px;
    margin-top: 2%;
}

.wapper .main .you .details .titleBox .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #eeeeee;
    margin-top: 4%;
}

.wapper .main .you .details .titleBox .line .line2 {
    width: 10%;
    height: 1px;
    background: #002890;
}

.wapper .main .you .details .text {
    width: 100%;
    height: auto;
    padding: 4% 0;
    font-size: 20px;
    color: #5e5e5e;
    line-height: 40px;
}
.wapper .main .you .details .download{
    width: 100%;
    height: auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
.wapper .main .you .details .download .themeBox{
    width: 100%;
    height: auto;
}
.wapper .main .you .details .download .themeBox .tit{
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #002890;
    line-height: 60px;
    font-weight: bold;
} 
.wapper .main .you .details .download .themeBox .line{
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.wapper .main .you .details .download .themeBox .line .line2{
    width: 103px;
    height: 1px;
    background: #002890;
}
.wapper .main .you .details .download .downList{
    width: 100%;
    height: auto;
    margin-top: 2%;
}
.wapper .main .you .details .download .downList li{
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: url(../images/fujian.png) no-repeat 2% center #fafafa;
    margin-bottom: 1%;
}
.wapper .main .you .details .download .downList li a{
    display: block;
    font-size: 20px;
    color: #5e5e5e;
    line-height: 60px;
    padding: 0 5%;
    box-sizing: border-box;
    background: url(../images/god.png) no-repeat 94% center;
    transition: all 0.5s;
}
.wapper .main .you .details .download .downList li:hover{
    background: url(../images/fujian_hover.png) no-repeat 2% center #002890;
}
.wapper .main .you .details .download .downList li:hover a{
    background: url(../images/god_hover.png) no-repeat 97% center;
    color: #fff;
}













.wapper .main .you .details .chapter {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    padding: 4% 0 2%;
}

.wapper .main .you .details .chapter .chap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #fff;
    transition: all 0.5s;
    box-sizing: border-box;
}

.wapper .main .you .details .chapter .chap .tit {
    width: auto;
    height: auto;
    float: left;
    font-size: 20px;
    color: #002890;
    line-height: 60px;
    font-weight: bold;
}

.wapper .main .you .details .chapter .chap .txt {
    width: 85%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #5e5e5e;
    line-height: 60px;
    margin-left: 24px;
    transition: all 0.5s;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.wapper .main .you .details .chapter .chap:hover {
    border: 1px solid #eee;
    padding: 0 12px;
    background: #fafafa;
    box-sizing: border-box;
}

.wapper .main .you .details .chapter .chap:hover .txt {
    color: #002890;
}
@media screen and (max-width:1450px){
    .wapper .main .you .details .text{
        font-size: 18px;
        line-height: 36px;
    }
}
@media screen and (max-width:1200px){
    .wapper .main .you .details .text{
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .details .titleBox .biaoti{
        width: 100%;
    }
    .wapper .main .you .details .titleBox .title{
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
    .wapper .main .you .details .titleBox .from{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .details .titleBox .time{
        display: none;
    }
    .wapper .main .you .details .titleBox .mtime{
        display: block;
    }
    .wapper .main .you .details .text{
        font-size: 14px;
        line-height: 28px;
        padding: 6% 0;
    }
    .wapper .main .you .details .chapter .chap .tit{
        font-size: 16px;
        line-height: 40px;
    }
    .wapper .main .you .details .chapter .chap .txt{
        width: 78%;
        font-size: 16px;
        line-height: 40px;
        margin-left: 14px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
    .wapper .main .you .details .download .themeBox .tit{
        font-size: 16px;
        line-height: 40px;
    }
    .wapper .main .you .details .download .downList{
        margin-top: 6%;
    }
    .wapper .main .you .details .download .downList li{
        margin-bottom: 4%;
    }
    .wapper .main .you .details .download .downList li a{
        font-size: 16px;
        line-height: 40px;
        padding: 0 5% 0 11%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap
    }
}


















/* 招标公告 */

.wapper .main .you .tendersList {
    width: 100%;
    height: auto;
}

.wapper .main .you .tendersList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 4%;
}

.wapper .main .you .tendersList li .time {
    width: auto;
    min-width: 136px;
    height: auto;
    float: left;
    margin-top: 2%;
}

.wapper .main .you .tendersList li .time .days {
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #002890;
    line-height: 40px;
    font-weight: bold;
}

.wapper .main .you .tendersList li .time .years {
    width: 100%;
    height: auto;
    font-size: 34px;
    color: #002890;
    line-height: 40px;
    font-weight: bold;
}

.wapper .main .you .tendersList li .time .tishi {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #002890;
    line-height: 24px;
    letter-spacing: 18px;
}

.wapper .main .you .tendersList li .time.end .tishi {
    color: #969696;
    text-align: center;
}

.wapper .main .you .tendersList li .textBox {
    width: 83%;
    height: auto;
    float: right;
}

.wapper .main .you .tendersList li .textBox .title {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #1e2124;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    transition: all 0.5s;
}

.wapper .main .you .tendersList li .textBox .desc {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #969696;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 2%;
}

.wapper .main .you .tendersList li .line {
    width: 100%;
    height: 1px;
    margin-top: 4%;
    float: left;
    background: #eeeeee;
}

.wapper .main .you .tendersList li .line .line2 {
    width: 10%;
    height: 1px;
    background: #002890;
    transition: all 0.5s;
}

.wapper .main .you .tendersList li:hover .textBox .title {
    color: #002890;
}

.wapper .main .you .tendersList li:hover .line .line2 {
    width: 100%;
}
@media screen and (max-width:1250px){
    .wapper .main .you .tendersList li .textBox{
        width: 79%;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .tendersList li{
        margin-bottom: 6%;
    }
    .wapper .main .you .tendersList li .time{
        min-width: 86px;
        margin-top: 0;
    }
    .wapper .main .you .tendersList li .time .days{
        font-size: 18px;
        line-height: 22px;
    }
    .wapper .main .you .tendersList li .time .tishi{
        font-size: 16px;
        letter-spacing: 5px;
    }
    .wapper .main .you .tendersList li .textBox{
        width: 72%;
    }
    .wapper .main .you .tendersList li .textBox .desc{
        display: none;
    }
    .wapper .main .you .tendersList li .textBox .title{
        font-size: 16px;
        line-height: 22px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .wapper .main .you .tendersList li .time.end .tishi{
        letter-spacing: 7px;
    }
    .wapper .main .you .tendersList li .line{
        margin-top: 6%;
    }
}



















/* 发展历程 */

.wapper .main .you .history {
    width: 100%;
    height: auto;
}

.wapper .main .you .history li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 4%;
    cursor: pointer;
}

.wapper .main .you .history li .year {
    width: auto;
    height: auto;
    float: left;
    font-size: 42px;
    color: #002890;
    line-height: 52px;
    font-weight: bold;
}

.wapper .main .you .history li .events {
    width: 88%;
    height: auto;
    float: right;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 36px;
}

.wapper .main .you .history li .line {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    float: left;
    margin-top: 4%;
}

.wapper .main .you .history li .line .line2 {
    width: 68px;
    height: 1px;
    background: #002890;
    transition: all 0.5s;
}
.wapper .main .you .history li:hover .line .line2{
    width: 100%;
}
@media screen and (max-width:1200px){
    .wapper .main .you .history li .year{
        font-size: 38px;
        line-height: 48px;
    }
    .wapper .main .you .history li .events{
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .history li{
        margin-bottom: 6%;
    }
    .wapper .main .you .history li .year{
        width: 100%;
        font-size: 26px;
        line-height: 32px;
    }
    .wapper .main .you .history li .events{
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .you .history li .line{
        margin-top: 6%;
    }
}

























/* 关于景鹏 */

.wapper .main .concerning {
    width: 100%;
    height: auto;
    padding: 4% 5% 6%;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/aboutBg2.jpg) no-repeat center center;
    background-size: cover;
}

.wapper .main .concerning .left {
    width: 50%;
    height: auto;
    float: left;
}

.wapper .main .concerning .left .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .concerning .left .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 100px;
}

.wapper .main .concerning .left .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .concerning .left .titleBox .cntit img {
    width: 73px;
    height: auto;
    vertical-align: top;
    margin-top: -24px;
}

.wapper .main .concerning .left .introText {
    width: 100%;
    height: auto;
    margin-top: 3%;
    font-size: 18px;
    color: #969696;
    line-height: 40px;
    overflow: hidden;
}

.wapper .main .concerning .left .showMore {
    width: 189px;
    height: auto;
    margin-top: 4%;
    border: 2px solid #002890;
    font-size: 20px;
    color: #002890;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0 28px;
    box-sizing: border-box;
    background: url(../images/icon9.png) no-repeat 86% center;
    background-color: rgba(0, 40, 144, 0.1);
}

.wapper .main .concerning .left .showMore img {
    width: 21px;
    height: auto;
    vertical-align: middle;
    margin-left: 4px;
    transition: all 0.5s;
}

.wapper .main .concerning .left .showMore:hover {
    color: #fff;
    background: url(../images/icon10.png) no-repeat 86% center;
    background-color: rgba(0, 40, 144, 1);
}

.wapper .main .concerning .left .showMore.open {
    background: url(../images/icon9_hover.png) no-repeat 86% center;
}

.wapper .main .concerning .left .showMore.open:hover {
    background: url(../images/icon10_hover.png) no-repeat 86% center;
    background-color: rgba(0, 40, 144, 1);
}

.wapper .main .concerning .right {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 5%;
    box-sizing: border-box;
}

.wapper .main .concerning .right .numList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 22%;
}

.wapper .main .concerning .right .numList li {
    width: 22%;
    height: auto;
    float: left;
    margin-right: 4%;
}

.wapper .main .concerning .right .numList li:nth-of-type(4n) {
    margin-right: 0;
}

.wapper .main .concerning .right .numList li .icon {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5%;
}

.wapper .main .concerning .right .numList li .icon img {
    width: auto;
    height: 56px;
    vertical-align: bottom;
}

.wapper .main .concerning .right .numList li .num {
    width: 100%;
    height: auto;
    font-size: 44px;
    line-height: 48px;
    color: #002890;
    font-weight: bolder;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    text-align: center;
    padding-left: 14px;
    box-sizing: border-box;
}

.wapper .main .concerning .right .numList li .num span {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-top: -20px;
    margin-left: 6px;
    position: relative;
}

.wapper .main .concerning .right .numList li .event {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #0a0a0a;
    line-height: 26px;
    text-align: center;
    
}

.wapper .main .advantage {
    width: 100%;
    height: auto;
}

.wapper .main .advantage .advList {
    width: 100%;
    height: auto;
    position: relative;
}

.wapper .main .advantage .advList li {
    width: 16.66%;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
}

.wapper .main .advantage .advList li.on {
    width: 50%;
}

.wapper .main .advantage .advList li:last-child {
    /* position: absolute; */
    top: 0;
    right: 0.5px;
}

.wapper .main .advantage .advList li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wapper .main .advantage .advList li .pic img {
    width: auto;
    vertical-align: bottom;
}

.wapper .main .advantage .advList li .opBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    align-items: flex-end;
    display: flex;
}

.wapper .main .advantage .advList li .opBg .advCont {
    width: 100%;
    height: auto;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 5%;
}

.wapper .main .advantage .advList li .opBg .advCont .adv {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.wapper .main .advantage .advList li.on .opBg .advCont .adv {
    width: 60%;
}

.wapper .main .advantage .advList li .opBg .advCont .adv .nameBox {
    width: 100%;
    height: auto;
    padding-bottom: 18px;
}

.wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName {
    width: 100%;
    height: auto;
    font-size: 28px;
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
}

.wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
}

.wapper .main .advantage .advList li .opBg .advCont .adv .advdesc {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 5%;
    position: absolute;
    top: 160px;
}

.wapper .main .advantage .advList li .opBg .advCont .circle {
    width: auto;
    height: auto;
    float: right;
    opacity: 0;
    transition: all 0.5s;
}

.wapper .main .advantage .advList li .opBg .advCont .circle li {
    width: 14px;
    height: 14px;
    float: left;
    border-radius: 50%;
    margin: 0 5px;
}

.wapper .main .advantage .advList li.on .opBg .advCont .adv .nameBox {
    background: url(../images/line2.gif) no-repeat left bottom;
}

.wapper .main .advantage .advList li.on .opBg .advCont .adv .advdesc {
    position: relative;
    top: 0;
}

.wapper .main .advantage .advList li.on .opBg .advCont .circle {
    opacity: 1;
}

.wapper .main .course {
    width: 100%;
    height: auto;
    padding: 4% 0 8% 4%;
    box-sizing: border-box;
    background: url(../images/historyBg.jpg) no-repeat right top;
    background-size: cover;
}

.wapper .main .course .titleBox {
    width: 100%;
    height: auto;
    position: relative;
}

.wapper .main .course .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 100px;
}

.wapper .main .course .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .course .news_listbox {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    margin-top: 2%;
    overflow: hidden;
    background: url(../images/line7.gif) repeat-x left 45px;
}

.wapper .main .course .news_listbox ul {
    position: relative;
    width: 10000%;
}

.wapper .main .course .news_listbox ul li {
    position: relative;
    width: 648px;
    height: auto;
    float: left;
    /* margin-left: 120px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    left: 0;
    top: 0;
    transition: all 1s;
}

.wapper .main .course .news_listbox ul li:first-child {
    margin-left: 0;
}

.wapper .main .course .news_listbox ul li .news_contbox {
    width: 528px;
    height: auto;
}

.wapper .main .course .news_listbox ul li .news_contbox .years {
    width: 100%;
    height: auto;
    font-size: 76px;
    color: #fff;
    line-height: 86px;
    align-items: center;
    display: flex;
}

.wapper .main .course .news_listbox ul li .news_contbox .years .tit {
    font-size: 18px;
    margin-top: -34px;
    margin-left: 4px;
}

.wapper .main .course .news_listbox ul li .news_contbox .events {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #9eb6f5;
    line-height: 22px;
    margin-top: 8%;
}

.wapper .main .course .news_btnbox {
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -25px;
}

.wapper .main .course .news_btnbox ul li {
    width: auto;
    height: auto;
    float: left;
}

.wapper .main .course .news_btnbox .news_btnl {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.wapper .main .course .news_btnbox .news_btnl .l_sp {
    width: 100%;
    height: 100%;
    float: right;
    background: url(../images/prev.png) no-repeat center;
    transition: all 0.5s;
    border: 1px solid #fff;
    opacity: 0.4;
    box-sizing: border-box;
    background-size: 12px;
}

.wapper .main .course .news_btnbox .news_btnl .l_sp:hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/prev.png) no-repeat center #002890;
    opacity: 1;
    background-size: 12px;
}

.wapper .main .course .news_btnbox .news_btnr {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-left: 16px;
}

.wapper .main .course .news_btnbox .news_btnr .r_sp {
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/next.png) no-repeat center;
    transition: all 0.5s;
    border: 1px solid #fff;
    opacity: 0.4;
    box-sizing: border-box;
    background-size: 12px;
}

.wapper .main .course .news_btnbox .news_btnr .r_sp:hover {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/next.png) no-repeat center #002890;
    ;
    opacity: 1;
    background-size: 12px;
}

.wapper .main .honor {
    width: 100%;
    height: auto;
    padding: 4% 4% 6% 4%;
    box-sizing: border-box;
    background: #f6f8fa;
}

.wapper .main .honor .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .honor .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.05);
    line-height: 100px;
}

.wapper .main .honor .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #0a0a0a;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .honor .honorList {
    width: 100%;
    height: auto;
    margin-top: 2%;
    /* overflow: hidden; */
}
.wapper .main .honor .honorList::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.picMarquee-left {
    /* overflow: hidden; */
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: auto;
    position: absolute;
    top: -87px;
    right: 0;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #002890;
    box-sizing: border-box;
    transition: all 0.5s;
}

.picMarquee-left .hd .next {
    background: url(../images/icon9.png) no-repeat center center;
    margin-left: 16px;
    transform: rotate(-90deg);
}
.picMarquee-left .hd .prev{
    background: url(../images/icon9.png) no-repeat center center;
    transform: rotate(90deg);
}
.picMarquee-left .hd .next:hover{
    background: url(../images/icon10.png) no-repeat center center #002890;
    transform: rotate(-90deg);
}
.picMarquee-left .hd .prev:hover{
    background: url(../images/icon10.png) no-repeat center center #002890;
    transform: rotate(90deg);
}
.picMarquee-left .bd {
    width: 100%;
    height: auto;
    
}

.picMarquee-left .bd ul {
    padding-top: 30px !important;
}

.picMarquee-left .bd ul li {
    width: 22.75%;
    height: auto;
    margin-right: 3%;
    float: left;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 2% 2%;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
}
.picMarquee-left .bd ul li:nth-of-type(4){
    margin-right: 0;
}
.picMarquee-left .bd ul li .pic {
    width: 100%;
    height: 256px;
    border-bottom: 1px solid #eeeeee;
    /* padding: 0 10%;
    box-sizing: border-box; */
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 20px;
}

.picMarquee-left .bd ul li .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    margin-top: 16px;
    text-align: left;
    padding-right: 15%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon11.png) no-repeat right center;
    transition: all 0.5s;
}

.picMarquee-left .bd ul li:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 10px 5px #e7e8ea;
}
.picMarquee-left .bd ul li:hover .title{
    color: rgba(0, 0, 0, 1);
    background: url(../images/icon11_hover.png) no-repeat right center;
}




.wapper .main .culture {
    width: 100%;
    height: auto;
}

.wapper .main .culture .picBox {
    width: 100%;
    height: auto;
    position: relative;
    padding: 6% 0;
    background: url(../images/culture.jpg) no-repeat center center;
}

.wapper .main .culture .picBox .pic {
    width: 100%;
    height: auto;
}

.wapper .main .culture .picBox .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wapper .main .culture .picBox .opBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    
}

.wapper .main .culture .picBox .culCont {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 22;
}

.wapper .main .culture .picBox .culCont .themeBox {
    width: 25%;
    height: auto;
    float: left;
    padding-right: 3%;
    box-sizing: border-box;
    margin-top: -6%;
}

.wapper .main .culture .picBox .culCont .themeBox .titleBox {
    width: 100%;
    height: auto;
}

.wapper .main .culture .picBox .culCont .themeBox .titleBox .entit {
    width: 100%;
    height: auto;
    font-size: 90px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 100px;
}

.wapper .main .culture .picBox .culCont .themeBox .titleBox .cntit {
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #ffffff;
    line-height: 56px;
    margin-top: -40px;
}

.wapper .main .culture .picBox .culCont .themeBox .desc {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 42px;
    margin-top: 10%;
}

.wapper .main .culture .picBox .culCont .culList {
    width: 75%;
    height: auto;
    float: right;
}

.wapper .main .culture .picBox .culCont .culList li {
    width: 33.33%;
    height: auto;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: none;
    padding: 5% 4%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.5s;
}

.wapper .main .culture .picBox .culCont .culList li:first-child {
    width: 33.43%;
    margin-left: 33.23%;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: none;
}

.wapper .main .culture .picBox .culCont .culList li:nth-of-type(2) {
    border-bottom: none;
}
.wapper .main .culture .picBox .culCont .culList li:nth-of-type(3){
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.wapper .main .culture .picBox .culCont .culList li .titBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.wapper .main .culture .picBox .culCont .culList li .titBox .tit {
    width: 60%;
    height: auto;
    float: left;
    font-size: 32px;
    color: #ffffff;
    line-height: 38px;
}

.wapper .main .culture .picBox .culCont .culList li .titBox .icon {
    width: auto;
    height: auto;
    float: right;
}

.wapper .main .culture .picBox .culCont .culList li .titBox .icon img {
    width: auto;
    height: 37px;
    vertical-align: bottom;
}

.wapper .main .culture .picBox .culCont .culList li .desc {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #fff;
    line-height: 38px;
    padding-top: 14px;
}

.wapper .main .culture .picBox .culCont .culList li:hover {
    background: url(../images/culBg.jpg) no-repeat right bottom #2e933f;
    background-size: cover;
}

@media screen and (max-width:1690px){
    .wapper .main .culture .picBox .culCont .culList li .desc{
        line-height: 30px;
        min-height: 60px;
    }
}
@media screen and (max-width:1650px){
    .wapper .main .culture .picBox .culCont .culList li .titBox .tit{
        font-size: 28px;
        line-height: 34px;
    }
    .wapper .main .culture .picBox .culCont .culList li .titBox .icon img{
        height: 34px;
    }
}
@media screen and (max-width:1560px){
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName{
        font-size: 26px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName{
        font-size: 20px;
    }
}
@media screen and (max-width:1500px){
    .wapper .main .concerning .left .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .concerning .left .titleBox .cntit{
        font-size: 42px;
        line-height: 52px;
        margin-top: -34px;
    }
    .wapper .main .concerning .left .titleBox .cntit img{
        width: 70px;
    }
    .wapper .main .concerning .left .introText{
        font-size: 16px;
        line-height: 33px;
    }
    .wapper .main .concerning .right .numList li .icon img{
        height: 52px;
    }
    .wapper .main .concerning .right .numList li .num{
        font-size: 40px;
        line-height: 44px;
    }
    .wapper .main .course .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .course .titleBox .cntit{
        font-size: 42px;
        line-height: 52px;
        margin-top: -34px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox .years{
        font-size: 66px;
    }
    .wapper .main .course .news_listbox ul li{
        width: 588px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox{
        width: 468px;
    }
    .wapper .main .honor{
        padding: 6% 4%;
    }
    .wapper .main .honor .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .honor .titleBox .cntit{
        font-size: 42px;
        line-height: 52px;
        margin-top: -34px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .titleBox .entit{
        font-size: 80px;
        line-height: 90px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .titleBox .cntit{
        font-size: 42px;
        line-height: 52px;
        margin-top: -34px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .desc{
        font-size: 18px;
        line-height: 38px;
    }
}
@media screen and (max-width:1380px){
    .wapper .main .culture .picBox .culCont .culList li .titBox .tit{
        font-size: 24px;
    }
}
@media screen and (max-width:1360px){
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName{
        font-size: 24px;
        line-height: 28px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName{
        font-size: 18px;
        line-height: 28px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .advdesc{
        font-size: 16px;
        line-height: 28px;
    }
    .wapper .main .course .news_listbox ul li{
        width: 508px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox{
        width: 408px;
    }
    
}
@media screen and (max-width:1280px){
    .wapper .main .culture .picBox .culCont .culList li .titBox .tit{
        font-size: 24px;
        line-height: 28px;
    }
    .wapper .main .culture .picBox .culCont .culList li .titBox .icon img{
        height: 28px;
    }
    .wapper .main .culture .picBox .culCont .culList li .desc{
        line-height: 28px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .desc{
        font-size: 16px;
        line-height: 32px;
    }
}
@media screen and (max-width:1250px){
    .wapper .main .concerning .left .showMore{
        font-size: 18px;
        line-height: 54px;
    }
    .wapper .main .concerning .right .numList li .icon img{
        height: 48px;
    }
    .wapper .main .concerning .right .numList li .num{
        font-size: 36px;
        line-height: 40px;
    }
    .wapper .main .concerning .right .numList li .event{
        font-size: 14px;
    }
}
@media screen and (max-width:1200px){
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName{
        font-size: 22px;
        line-height: 26px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName{
        font-size: 16px;
        line-height: 26px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .advdesc{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .course .news_listbox ul li{
        width: 448px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox{
        width: 348px;
    }
}
@media screen and (max-width:1180px){
    .wapper .main .culture .picBox .culCont .culList li .titBox .tit{
        font-size: 20px;
    }
}
@media screen and (max-width:1130px){
    .wapper .main .culture .picBox .culCont .themeBox .desc{
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width:1100px){
    .wapper .main .concerning .left .showMore{
        font-size: 18px;
        line-height: 54px;
    }
    .wapper .main .concerning .right .numList li .num{
        font-size: 36px;
        line-height: 40px;
    }
    .wapper .main .concerning .right .numList li .event{
        font-size: 12px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName{
        font-size: 20px;
        line-height: 24px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName{
        font-size: 14px;
        line-height: 26px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .advdesc{
        font-size: 14px;
        line-height: 28px;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .concerning .left{
        width: 100%;
    }
    .wapper .main .concerning .left .titleBox .entit{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .concerning .left .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .concerning .left .titleBox .cntit img{
        width: 40px;
        margin-top: -14px;
    }
    .wapper .main .concerning .left .introText{
        font-size: 14px;
        line-height: 28px;
    }
    .wapper .main .concerning .left .showMore{
        width: 100%;
        margin-top: 6%;
        font-size: 16px;
        line-height: 42px;
        padding-left: 36%;
        background: url(../images/icon9.png) no-repeat 62% center;
        background-size: 16px;
    }
    .wapper .main .concerning .left .showMore:hover {
        color: #fff;
        background: url(../images/icon10.png) no-repeat 62% center;
        background-size: 16px;
        background-color: rgba(0, 40, 144, 1);
    }
    
    .wapper .main .concerning .left .showMore.open {
        padding-left: 41%;
        background: url(../images/icon9_hover.png) no-repeat 55% center;
        background-size: 16px;
    }
    
    .wapper .main .concerning .left .showMore.open:hover {
        padding-left: 41%;
        background: url(../images/icon10_hover.png) no-repeat 55% center;
        background-size: 16px;
        background-color: rgba(0, 40, 144, 1);
    }
    .wapper .main .concerning .right{
        width: 100%;
        padding: 0;
    }
    .wapper .main .concerning .right .numList{
        margin-top: 12%;
    }
    .wapper .main .concerning .right .numList li{
        width: 22.75%;
        margin-right: 3%;
    }
    .wapper .main .concerning .right .numList li .icon img{
        height: 34px;
    }
    .wapper .main .concerning .right .numList li .num{
        font-size: 26px;
        line-height: 28px;
    }
    .wapper .main .concerning .right .numList li .num span{
        margin-left: 2px;
        margin-top: -10px;
    }
    .wapper .main .advantage .advList li{
        width: 50%;
    }
    .wapper .main .advantage .advList li.on{
        width: 50%;
    }
    .wapper .main .advantage .advList li .pic img{
        width: 100%;
        height: auto !important;
    }
    .wapper .main .advantage .advList li .opBg .advCont{
        padding: 0 4%;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv{
        width: 70%;
        float: left;
    }
    .wapper .main .advantage .advList li.on .opBg .advCont .adv{
        width: 70%;
        float: left;
    }
    .wapper .main .advantage .advList li .opBg .advCont .circle{
        margin-top: 40px;
        display: none;
    }
    .wapper .main .advantage .advList li .opBg .advCont .circle li{
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 0 2px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .cnName{
        font-size: 16px;
        line-height: 20px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox .enName{
        font-size: 13px;
        line-height: 16px;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .advdesc{
        display: none;
    }
    .wapper .main .advantage .advList li .opBg .advCont .adv .nameBox{
        padding-bottom: 10px;
        background: none;
        background-size: 0;
    }
    .wapper .main .advantage .advList li.on .opBg .advCont .adv .nameBox{ 
        background: none;
    }
    .wapper .main .course{
        padding: 6% 0 12% 4%;
    }
    .wapper .main .course .titleBox .entit{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .course .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .course .news_btnbox .news_btnl{
        width: 36px;
        height: 36px;
        margin-top: 12px;
    }
    .wapper .main .course .news_btnbox .news_btnr .r_sp{
        background-size: 9px;
    }
    .wapper .main .course .news_btnbox .news_btnr .r_sp:hover{
        background-size: 9px;
    }
    .wapper .main .course .news_btnbox .news_btnl .l_sp{
        background-size: 9px;
    }
    .wapper .main .course .news_btnbox .news_btnl .l_sp:hover{
        background-size: 9px;
    }
    .wapper .main .course .news_btnbox .news_btnr{
        width: 36px;
        height: 36px;
        margin-left: 10px;
        margin-top: 12px;
    }
    .wapper .main .course .news_listbox{
        background: url(../images/line7.gif) repeat-x left 33px;
    }
    .wapper .main .course .news_listbox ul li{
        width: 360px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox{
        width: 350px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox .years{
        font-size: 46px;
        line-height: 66px;
    }
    .wapper .main .course .news_listbox ul li .news_contbox .events{
        margin-top: 4%;
    }
    .wapper .main .course .news_listbox ul li .news_contbox .years .tit{
        margin-top: -24px;
    }
    .wapper .main .honor .titleBox .entit{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .honor .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .picMarquee-left .hd{
        top: -72px;
    }
    .picMarquee-left .hd .prev, .picMarquee-left .hd .next{
        width: 36px;
        height: 36px;
        margin-top: 12px;
        background-size: 15px;
    }
    .picMarquee-left .hd .prev:hover, .picMarquee-left .hd .next:hover{
        background-size: 15px;
    }
    .picMarquee-left .bd{
        margin-top: 6%;
    }
    .picMarquee-left .bd ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5%;
    }
    .picMarquee-left .bd ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .picMarquee-left .bd ul{
        width: 100%;
        overflow: hidden;
    }
    .picMarquee-left .bd ul{
        padding-top: 0 !important;
    }
    
    .picMarquee-left .bd ul li .pic{
        height: 166px;
        width: 80%;
        margin: auto;
        padding-bottom: 10px;
    }
    .picMarquee-left .bd ul li .title{
        width: 80%;
        margin: auto;
        font-size: 16px;
        line-height: 28px;
        margin-top: 8px;
        background-size: 14px;
    }
    .wapper .main .culture .picBox{
        background-size: cover;
    }
    .wapper .main .culture .picBox .culCont{
        display: block;
    }
    .wapper .main .culture .picBox .culCont .themeBox{
        width: 100%;
    }
    .wapper .main .culture .picBox .culCont .themeBox .titleBox .entit{
        font-size: 50px;
        line-height: 56px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .titleBox .cntit{
        font-size: 26px;
        line-height: 32px;
        margin-top: -26px;
    }
    .wapper .main .culture .picBox .culCont .themeBox .desc{
        margin-top: 4%;
    }
    .wapper .main .culture .picBox .culCont .culList{
        width: 100%;
        margin-top: 4%;
    }
    .wapper .main .culture .picBox .culCont .culList li{
        width: 48%;
        margin-bottom: 3%;
        margin-right: 4%;
        border-left: 1px solid rgba(255, 255, 255, 0.4)
    }
    .wapper .main .culture .picBox .culCont .culList li:nth-of-type(2n-1){
        margin-right: 0;
    }
    .wapper .main .culture .picBox .culCont .culList li:first-child{
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .wapper .main .culture .picBox .culCont .culList li:nth-of-type(3){
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .wapper .main .culture .picBox .culCont .culList li .titBox{
        padding-bottom: 10px;
    }
    .wapper .main .culture .picBox .culCont .culList li .titBox .tit{
        font-size: 16px;
        line-height: 28px;
    }
    .wapper .main .culture .picBox .culCont .culList li .titBox .icon img{
        height: 22px;
    }
    .wapper .main .culture .picBox .culCont .culList li .desc{
        font-size: 14px;
        line-height: 18px;
        padding-top: 10px;
    }
}
































/* 资讯List */

.wapper .main .you .newsList {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.wapper .main .you .newsList li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 2%;
}

.wapper .main .you .newsList li a {
    display: block;
    overflow: hidden;
    padding-top: 2%;
}

.wapper .main .you .newsList li .time {
    width: auto;
    height: auto;
    float: left;
    margin-top: 2%;
}

.wapper .main .you .newsList li .time .days {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #002890;
    line-height: 32px;
    font-weight: bold;
}

.wapper .main .you .newsList li .time .year {
    width: 100%;
    height: auto;
    font-size: 26px;
    color: #002890;
    line-height: 32px;
    font-weight: bold;
}

.wapper .main .you .newsList li .textBox {
    width: 65%;
    height: auto;
    float: left;
    margin: 0 5%;
    margin-top: 2%;
}

.wapper .main .you .newsList li.nopic .textBox {
    width: 86%;
    margin-right: 0;
}

.wapper .main .you .newsList li .textBox .titile {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #1e2124;
    line-height: 32px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.wapper .main .you .newsList li .textBox .desc {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #969696;
    line-height: 28px;
    margin-top: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wapper .main .you .newsList li .pic {
    width: 20%;
    height: auto;
    float: right;
    background: #002890;
}

.wapper .main .you .newsList li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all 0.5s;
}

.wapper .main .you .newsList li .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #eeeeee;
    margin-top: 4%;
}

.wapper .main .you .newsList li .line .line2 {
    width: 8%;
    height: 1px;
    background: #002890;
    transition: all 0.5s;
}

.wapper .main .you .newsList li:hover .textBox .titile {
    color: #002890;
}

.wapper .main .you .newsList li:hover .pic img {
    transform: translate(-10px, -10px);
}

.wapper .main .you .newsList li:hover .line .line2 {
    width: 100%;
}
@media screen and (max-width:1500px){
    .wapper .main .you .newsList li.nopic .textBox{
        margin-top: 0;
    }
    .wapper .main .you .newsList li .textBox{
        margin-top: 0;
    }
}
@media screen and (max-width:1420px){
    .wapper .main .you .newsList li .textBox{
        width: 63%;
    }
}
@media screen and (max-width:1160px){
    .wapper .main .you .newsList li .textBox .desc{
        margin-top: 1%;
    }
}
@media screen and (max-width:1020px){
    .wapper .main .you .newsList li .textBox {
        width: 61%;
    }
}
@media screen and (max-width:1000px){
    .wapper .main .you .newsList li .time{
        display: none;
    }
    .wapper .main .you .newsList li .mtime{
        display: block;
        margin-top: 4%;
    }
    .wapper .main .you .newsList.tender li .mtime{
        margin-top: 2%;
    }
    .wapper .main .you .newsList li .pic{
        width: 35%;
    }
    .wapper .main .you .newsList li .textBox{
        margin: 0;
    }
    .wapper .main .you .newsList.tender li .textBox{
        width: 100%;
        margin-left: 0;
    }
    .wapper .main .you .newsList li.nopic .textBox{
        width: 100%;
    }
    .wapper .main .you .newsList li.nopic .textBox .mtime{
        margin-top: 2%;
    }
    .wapper .main .you .newsList li .textBox .titile{
        font-size: 16px;
        line-height: 22px;
        white-space:normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: normal;
    }
    .wapper .main .you .newsList li .textBox .desc{
        display: none;
    }
    /* .wapper .main .you .newsList.tender li .textBox .desc{
        font-size: 14px;
        line-height: 22px;
        display: block;
    } */
    .wapper .main .you .newsList li .line{
        margin-top: 6%;
    }
    .wapper .main .you .newsList li{
        margin-bottom: 4%;
    }
    .pages .pagesBox li{
        margin: 0 6px;
    }
}

































/* 搜索结果 */
.wapper .banner .bannerCont.res{
    width: 40%;
    top:40%;
    left: 30%;
    /* transform: translate(-50%,-50%); */
}
.wapper .banner .bannerCont.res .circle ul{
    justify-content: center;
    display: flex;
}
.wapper .banner .bannerCont.res .cntext{
    font-size: 54px;
    text-align: center;
    line-height: 64px;
}
.wapper .banner .bannerCont .searchBox{
    width: 100%;
    height: auto;
    padding: 4px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    margin-top: 2%;
}
.wapper .banner .bannerCont .searchBox .inputBox{
    width: 100%;
    height: auto;
    padding: 4px 1.5% 4px 3% ;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.wapper .banner .bannerCont .searchBox .inputBox .inpt{
    width: 80%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #747d86;
    line-height: 34px;
}
.wapper .banner .bannerCont .searchBox .inputBox .inpt::placeholder{
    font-size: 16px;
    color: #747d86;
    line-height: 34px;
}
.wapper .banner .bannerCont .searchBox .inputBox .searbtn{
    width: 34px;
    height: 34px;
    float: right;
    background: url(../images/icon12.png) no-repeat center center;
    background-size: 22px;
    cursor: pointer;
    transition: all 0.5s;
}
.wapper .banner .bannerCont .searchBox .inputBox .searbtn:hover{
    background: url(../images/icon12_hover.png) no-repeat center center;
    background-size: 22px;
}
.wapper .banner .bannerCont  .hotSear{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 2%;
}
.wapper .banner .bannerCont .hotSear .tit{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    font-weight: bolder;
    float: left;
    margin-right: 10px;
}
.wapper .banner .bannerCont .hotSear .list{
    width: auto;
    height: auto;
    float: left;
    margin-right: 0;
    overflow: hidden;
}
.wapper .banner .bannerCont .hotSear .list li{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    float: left;
    margin: 0 5px;
}
.wapper .banner .bannerCont .hotSear .list li a{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    float: left;
}
.wapper .banner .bannerCont .hotSear .list li:hover a{
    text-decoration: underline;
}

@media screen and (max-width:1400px){
    .wapper .banner .bannerCont.res .cntext{
        font-size: 50px;
        line-height: 54px;
    }

}
@media screen and (max-width: 1320px){
.wapper .banner .bannerCont.res .cntext {
    font-size: 42px;
    line-height: 48px;
}
}
@media screen and (max-width:1280px){
    .wapper .main .headquarters .message .inptBox .call .inpt{
        width: 65%;
    }
}
@media screen and (max-width: 1090px){
.wapper .banner .bannerCont.res .cntext {
    font-size: 34px;
    line-height: 38px;
}
.wapper .main .headquarters .message .inptBox .call .inpt{
    width: 60%;
}
}
@media screen and (max-width:1000px){
    
    .wapper .banner .bannerCont.res{
        width: 90%;
        top: 19%;
        left: 5%;
    }
    .wapper .banner .bannerCont.res .cntext {
        font-size: 22px;
        line-height: 28px;
    }
    .wapper .banner .bannerCont .searchBox{
        margin-top: 0;
    }
    .wapper .banner .bannerCont .searchBox .inputBox .inpt{
        line-height: 28px;
    }
    .wapper .banner .bannerCont .searchBox .inputBox .searbtn{
        width: 28px;
        height: 28px;
        background-size: 20px;
    }
    .wapper .banner .bannerCont .hotSear{
        display: none;
    }
    .wapper .main .headquarters .message .inptBox .call .inpt{
        width: 79%;
    }
}


.mCatalogue{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left:0;
    z-index: 100000;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    /* display: none; */
}
.mCatalogue .cataList{
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
    position: absolute;
    bottom: -262px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.mCatalogue .cataList .theme{
    width: 100%;
    height: auto;
    padding: 6px 4%;
    box-sizing: border-box;
    overflow: hidden;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
}
.mCatalogue .cataList .theme .the{
    width: 70%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #020213;
    line-height: 42px;
    font-weight: bolder;
}
.mCatalogue .cataList .theme .close{
    width: 42px;
    height: 42px;
    float: right;
    text-align: right;

}
.mCatalogue .cataList .theme .close img{
    width: 14px;
    height: auto;
    vertical-align: middle;
    margin-top: 14px;
}
.mCatalogue .cataList .list{
    width: 100%;
    height: auto;
    padding: 6% 4% 4%;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.mCatalogue .cataList .list li{
    width: 33.33%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #020213;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: bolder;
}
.mCatalogue .cataList .list li a{
    display: block;
}
.mCatalogue .cataList .list li .icon{
    width: 100%;
    height: 62px;
    /* padding-top: 7px; */
    /* min-height: 61px;*/
    justify-content: center;
    align-items: flex-end;
    display: flex; 
}
.mCatalogue .cataList .list li .icon img{
    width: 55px;
    height: 55px;
    vertical-align: bottom;
}
.mCatalogue .cataList .list li:nth-of-type(1) .icon{
    padding-top: 0;
}
.mCatalogue .cataList .list li:nth-of-type(1) .icon img{
    width: 62px;
    height: 62px;
}
.mCatalogue .cataList .list li .tit{
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #343533;
    line-height: 22px;
    text-align: center;
    margin-top: 6px;
}
.mCatalogue .cataList .list li .shi{
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #727470;
    line-height: 22px;
    text-align: center;
    margin-top: 2px;
}

.wapper .main .you .details .text img{
    max-width:100%;
}

















