@charset "UTF-8";
@font-face{
    font-family:'din'; 
    src: url('../font/din.OTF');
}
@font-face{
    font-family:'Gasalt'; 
    src: url('../font/Gasalt-Regular.ttf');
}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.2;  margin: 0 auto; color: #333333; letter-spacing:1px; background-color: #ffffff; font-family:'Microsoft YaHei',Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent; font-family:'Microsoft YaHei',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #3482d4; color: #ffffff; text-shadow: none; }
::selection { background: #3482d4; color: #ffffff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;background-color: rgba(255,255,255,.1);}
::-webkit-scrollbar-thumb { border-radius: 50px; background:#3482d4;}
::-webkit-scrollbar-thumb:hover { background: #3482d4;}

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{padding: 0 10%; height: 100%; margin: 0 auto;}

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%; object-fit: cover;}
.rect-50 {padding-bottom: 50%;}
.rect-52 {padding-bottom: 52%;}
.rect-67 {padding-bottom: 67%;}
.rect-87 {padding-bottom: 87%;}
.rect-100 {padding-bottom: 100%;}
.rect-109 {padding-bottom: 109%;}
.rect-1208 {padding-bottom: 120.8%;}
.rect-133 {padding-bottom: 133%;}

.trans5{-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:90px; z-index: 9999;width: 100%; position:fixed; background: #ffffff; transition:0.5s all;}
.header .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center; justify-content: space-between;}
.header .logo{ height:90px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:70px; display:block; transition:0.5s all;}
.header .nav{ display: flex; position: relative; height:90px; transition:0.5s all;}
.header .nav>ul{display:flex; position: relative; height:100%;}
.header .nav .drop{position: relative; display: inline-block; text-align: center;padding: 0 35px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 18px; color: #333333; }
/*.header .nav .drop.active:before{background: #3482d4;position:absolute;content:'';left: 50%; margin-left: -13px;border-radius: 20px;bottom: 22px; width: 26px;display: block; height: 4px;transition: 0.5s;}*/
.header .nav .drop.active>a{ color:#3482d4; font-weight:bold;}
.header .nav .drop:hover>a{color: #3482d4; font-weight: bold;}
.header .nav .drop .subNavbox{width:100%;position:absolute; top:100%;left:50%;background:rgba(255,255,255,.96); border-radius:5px;padding:15px 10px;opacity:0; pointer-events:none; transition:all .3s;box-shadow:0 5px 20px rgba(0,0,0,.2);-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);  box-shadow: 0 5px 20px rgb(52 130 212 / 15%); box-sizing:content-box;}
.header .nav .drop .subNavbox::before{    content: "";position: absolute;bottom: 100%;left: 50%;border-style: solid;margin-left: -7px;border-width: 7px;border-color: transparent transparent #ffffff;}
.header .nav .drop .subNavbox a{display:block;position:relative;font-size:17px; line-height: 1.4; color: #333333; padding:8px 0; transition:0.3s all; text-align: center; }
.header .nav .drop .subNavbox a:hover{color:#3482d4; font-weight: bold;}
.header .nav .drop:hover .subNavbox{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1;}
.header.scroll{ height: 75px; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header.scroll .logo{ height: 75px;}
.header.scroll .logo img{ height: 55px;}
.header.scroll .nav{ height: 75px;}
.placeholder{ width: 100%; height: 90px;}

.banner {width:100%;position: relative; z-index:0; background:#000; height:100vh; overflow:hidden;}
.banner .swiper-slide .bannerimg{ height:100vh; position:relative; z-index:1;}
.banner .swiper-slide .bannerimg img{width:100%;height:100%;transition: all 3s; transform: scale(1,1); -webkit-transform: scale(1,1); display:block;}
.banner .swiper-slide .bannerText{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 90px; color: #ffffff; z-index: 2; }
.banner .swiper-slide .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.banner .swiper-slide .bannerText .Ta{ font-size: 48px;font-weight: bold;letter-spacing:2px;}
.banner .swiper-slide .bannerText .Tb{ margin-top: 40px; font-size: 34px; font-weight: bold; letter-spacing:2px; text-transform: uppercase; }
.banner .swiper-slide .bannerText .more{position: relative; margin-top: 60px; width: 180px; height: 50px; line-height: 48px; text-align: center; border-radius: 25px; border: 1px #ffffff solid; overflow: hidden;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.banner .swiper-slide .bannerText .more a{display: block; color: #ffffff; font-size: 15px;}
.banner .swiper-slide .bannerText .more .iconfont{margin-left: 10px;font-size: 15px; display: inline-block;vertical-align: top;}
.banner .swiper-slide .bannerText .more::before{position: absolute;content: ''; width: 100%;height: 100%;background: #3482d4; left:-100%; top:0; transform: scale(0);-ms-transform: scale(0); -moz-transform: scale(0);-webkit-transform: scale(0); -o-transform: scale(0);transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s; z-index: -1;}
.banner .swiper-slide .bannerText .more:hover{border: 1px #3482d4 solid;}
.banner .swiper-slide .bannerText .more:hover::before{ left:0; top:0;transform: scale(2);-ms-transform: scale(2); -moz-transform: scale(2);-webkit-transform: scale(2); -o-transform: scale(2);}
.banner .swiper-slide .bannerText .moreb{margin-top: 60px; width: 180px; height: 50px;}
.banner .swiper-slide .bannerText .Ta{transform:translateY(50px);opacity:0;transition:all 2s; }
.banner .swiper-slide .bannerText .Tb{transform:translateY(50px);opacity:0;transition:all 2.5s;}
.banner .swiper-slide .bannerText .more{transform:translateY(50px);opacity:0;transition:all 3s;}
.banner .swiper-slide-active.ani-slide .bannerText .Ta,.banner .swiper-slide-active.ani-slide .bannerText .Tb,.banner .swiper-slide-active.ani-slide .bannerText .more{transform:translateY(0);opacity:1;}
.banner .swiper-slide-active .bannerimg img{ transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); transition-delay:0.3s;}
.banner .swiper-pagination { bottom: 25px !important;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 5px;border-radius: 5px; background: #ffffff !important; opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet-active{width: 20px; background: #3482d4 !important;}

.inabout{ position: relative; width: 100%; background:#ffffff url(../img/aboutbg.jpg) center no-repeat; background-size: cover; display: -webkit-flex;display: flex; justify-content: space-between;}
.inabout .aboImg{ position:relative; width: 40%; background:url(../img/aboImg.jpg) center no-repeat; background-size: cover;}
.inabout .abocont{ width: 60%; padding: 80px 10% 80px 50px;}
.inabout .abocont .title{ font-size: 38px; color: #333333;}
.inabout .abocont .desc{margin-top: 20px; font-size: 22px; color: #333333;}
.inabout .abocont .cont{ margin-top: 40px; font-size: 16px; color: #666666; line-height: 30px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.inabout .abocont .number{position: relative; margin-top: 50px;}
.inabout .abocont .number .item {position: relative;float: left;width: 33.333333%;box-sizing: border-box;}
.inabout .abocont .number .item .T {display: -webkit-flex;display: flex;align-items: flex-end;}
.inabout .abocont .number .item .T .timer{font-size: 48px;color: #3482d4;font-family: 'din'; font-weight: bold; line-height: 1;margin-right: 10px;}
.inabout .abocont .number .item .T .num {font-size: 16px;color: #3482d4; font-weight: normal;}
.inabout .abocont .number .item .c {margin-top: 15px;font-size: 15px; color: #666666;}
.inabout .abocont .more{ margin-top: 100px; position: relative; width: 150px; height: 50px; line-height: 50px;text-align: center; transition: all 2s;-moz-transition: all 2s;-webkit-transition: all 2s; -o-transition: all 2s;}
.inabout .abocont .more::before{position: absolute; content: ''; left: 0; top:0; width: 50px; height: 50px; border-radius: 25px; background: #3482d4; z-index: 0;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.inabout .abocont .more a{position: relative; display: block; font-size: 15px; color: #000000; z-index: 1;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.inabout .abocont .more:hover::before{ width: 100%;}
.inabout .abocont .more:hover a{ color: #ffffff;}

.inscience{position: relative; padding: 70px 0; background: url(../img/sciencebg.jpg) center no-repeat; background-size: cover;}
.inscience .title{font-size: 38px; color: #3482d4;}
.inscience .cont{ margin-top: 15px; width: 68%; font-size: 16px; color: #666666; line-height: 2;}
.inscience .science{position: relative; margin-top: 45px;display: grid;grid-gap: 20px; grid-template-columns: repeat(4,1fr);}
.inscience .science .item{position: relative;  border-radius: 5px; border: 2px #eeeeee solid;overflow: hidden;}
.inscience .science .item .imgbg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0;}
.inscience .science .item .imgbg img{width: 100%;height: 100%;object-fit: cover;}
.inscience .science .item .infor{position: relative;height: 100%; padding: 50px 30px 60px 30px; z-index: 1;}
.inscience .science .item .tit{ font-size: 22px; color: #333333; font-weight: bold;}
.inscience .science .item .line{margin: 25px 0; width: 40px; height: 2px; background: #3482d4;}
.inscience .science .item .en{font-size: 15px; color: #333333; font-family: 'din'; line-height: 24px; text-transform: uppercase;}
.inscience .science .item .more{position: absolute; font-size: 19px; color: #333333; width: 25px; height: 25px; border-radius: 50%; border: 2px #666666 solid; right: 30px; bottom: 20px; text-align: center; line-height: 20px; box-sizing: border-box;}
.inscience .science .item:hover{box-shadow: 0 10px 20px 0 rgba(52, 130, 212, .2); border: 2px #3482d4 solid;}
.inscience .science .item:hover .tit{ color: #3482d4;}
.inscience .science .item:hover .more{ color: #3482d4; border: 2px #3482d4 solid; transform:rotate(180deg);}

.inbusiness{position: relative; padding: 70px 0 0; background: #f9f9f9;}
.inbusiness .titletop{text-align: center; margin-bottom: 110px;}
.inbusiness .titletop .title{font-size: 38px; color: #000000;}
.inbusiness .titletop .title span{color: #3482d4;}
.inbusiness .titletop .en{position: absolute; left: 50%; transform: translateX(-50%); font-size: 130px; color: #e8e8e8;  text-transform: uppercase;}
.inbusiness .businessbox{position: relative;}
.inbusiness .businessbox .item{ width: 25%; float: left;}
.inbusiness .businessbox .item img{ width: 100%;}
.inbusiness .businessbox .item .infor{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; align-items: center; }
.inbusiness .businessbox .item .infor .tit{ font-size: 20px; color: #ffffff; font-weight: bold;}
.inbusiness .businessbox .item .infor .iconfont{margin-top: 30px; font-size: 60px; color: #ffffff;}
.inbusiness .businessbox .item:hover .infor .iconfont{
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.innews{position: relative; padding: 70px 0; background: url(../img/newsbg.jpg) center no-repeat; background-size: cover;}
.innews .titletop{position: relative; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center;}
.innews .titletop .title{font-size: 38px; color: #333333; }
.innews .titletop .newstab{position: relative; width: calc(100% - 70%);}
.innews .titletop .newstab .item{ width: 31.333333%; line-height: 36px; font-size: 16px; color: #3482d4; text-align: center; margin-right: 2%; float: left; border: 2px #3482d4 solid; border-radius: 18px; cursor: pointer; }
.innews .titletop .newstab .item:last-child{ margin-right: 0;}
.innews .titletop .newstab .item.active{color: #ffffff; background: #3482d4;}
.innews .newscont{position: relative;}
.innews .newscont .tab-content{display: grid;grid-gap: 20px; grid-template-columns: repeat(2,1fr);}
.innews .newscont .tab-content .item{padding:20px;}
.innews .newscont .tab-content .item a{display: flex; align-items: center; justify-content:space-between;}
.innews .newscont .tab-content .item .date{float: left; width: 65px; font-family: 'din'; text-align: center;  color: #333333;}
.innews .newscont .tab-content .item .date .day{ font-size: 40px;}
.innews .newscont .tab-content .item .date .year{font-size: 16px;}
.innews .newscont .tab-content .item .newsright{float: right; width: calc(100% - 85px);}
.innews .newscont .tab-content .item .newsright .tit{ font-size: 18px; color: #333333; font-weight: bold; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.innews .newscont .tab-content .item .newsright .decs{margin-top: 10px; font-size: 15px; color: #666666; line-height: 28px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.innews .newscont .tab-content .item:hover{ background: #3482d4;}
.innews .newscont .tab-content .item:hover .date{color: #ffffff;}
.innews .newscont .tab-content .item:hover .newsright .tit,.innews .newscont .tab-content .item:hover .newsright .decs{color: #ffffff;}

footer{width:100%;background:url(../img/footbg.jpg) center no-repeat; background-size: cover; box-sizing: border-box; overflow: hidden;}
.footer{position: relative; padding: 55px 0;}
.footer .container{ display: flex;justify-content: space-between;}
.footer .footnav{position: relative; width: 70%; border-right: 1px rgba(255,255,255,.1) solid;}
.footer .footnav dl{float: left; width: 25%; }
.footer .footnav dt{ font-size: 18px; color: #ffffff; font-weight: bold;}
.footer .footnav dd{ margin-top: 25px;}
.footer .footnav dd a{ display: block; font-size: 15px; color: #ffffff; line-height: 30px; opacity: .8;}
.footer .footnav dd a:hover{opacity:1;}
.footer .footnav dd p{font-size: 15px; color:rgba(255,255,255,.8); line-height: 30px; }
.footer .footlx{ float: right; width: 30%; padding-left: 4%; box-sizing: border-box;}
.footer .footlx dt{ font-size: 24px; color: #ffffff; font-weight: bold;}
.footer .footlx dd{ margin-top: 25px;}
.footer .footlx dd a{ font-size: 15px; color: #ffffff; line-height: 30px; opacity: .8;}
.footer .footlx dd a:hover{opacity:1;}
.footer .footlx dd p{font-size: 15px; color:rgba(255,255,255,.8); line-height: 30px; }
.copyRight{position: relative; border-top: 1px rgba(255,255,255,.1) solid; padding: 25px 0; font-size: 15px; color:rgba(255,255,255,.8);}
.copyRight a{ font-size: 15px; color: #ffffff; opacity: 0.8;}
.copyRight a:hover{opacity: 1;}

/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff;  overflow:hidden;}
.pbanner .bannerimg { position: relative; }
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 100px; text-align: center; background: rgba(0, 0, 0, 0.05); }
.pbanner .bannerText .innerText h5, .pbanner .bannerText .innerText h6{ text-align: center; }
.pbanner .bannerText .container { position: relative; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.pbanner .bannerText .container h5{ font-size: 34px; }
.pbanner .bannerText .container h6{ margin-top: 10px; font-size: 20px; line-height: 28px; font-weight: normal; font-family: 'din'; text-transform: uppercase; }

.pagenav{position: relative; width: 100%;box-shadow: 0 0 10px rgb(0, 0, 0, 0.1); border-bottom: 1px solid #ededed;}
.pagenav .menunav ul{display: flex; justify-content: space-between; align-items: center;}
.pagenav .menunav li{ width: 100%;border-right: 1px solid #ededed;}
.pagenav .menunav li:first-child{border-left: 1px solid #ededed;}
.pagenav .menunav li a{display: block;font-size: 17px;color: #333333; text-align: center; line-height: 70px; text-decoration: none;}
.pagenav .menunav li:hover,.pagenav .menunav li.active{ background: #3482d4;}
.pagenav .menunav li:hover a,.pagenav .menunav li.active a{color: #ffffff; font-weight: bold;}

.pagemain{position: relative; padding: 70px 0; background: #ffffff;}

.pageprofile{position: relative; padding: 70px 0; background: #f9f9f9;}
.pageprofile .profilebox{display: flex; justify-content: space-between; flex-wrap: wrap;}
.pageprofile .profilebox .profilel{position: relative; width: 54%; padding-right: 50px;}
.pageprofile .profilebox .profilel .txt{ font-size: 30px; font-weight: bold;}
.pageprofile .profilebox .profilel .slogan{margin-top: 20px; font-size: 24px;}
.pageprofile .profilebox .profilel .cont{margin-top: 20px; font-size: 15px; line-height: 28px; color: #666666;}
.pageprofile .profilebox .profiler{ width: 46%;}
.pageprofile .profilebox .profiler img{width: 100%; height: 100%; object-fit: cover;}
.pageprofile .profilebox .number{position: relative; margin-top: 35px; width: 100%; display: flex; justify-content: space-between;}
.pageprofile .profilebox .number .item{position: relative;box-sizing: border-box;}
.pageprofile .profilebox .number .item .T{display: -webkit-flex;display: flex;align-items: flex-end;}
.pageprofile .profilebox .number .item .T .timer{font-size: 48px;color: #3482d4;font-family: 'din'; font-weight: bold; line-height: 1;margin-right: 10px;}
.pageprofile .profilebox .number .item .T .num{font-size: 16px;color: #3482d4; font-weight: normal;}
.pageprofile .profilebox .number .item .c {margin-top: 15px;font-size: 15px; color: #666666;}
.pagepartner{position:relative; display: flex;justify-content: space-between;}
.pagepartner .partnerl{ width:240px; background:#3482d4; padding-right:25px; text-align:right; box-sizing:border-box; display: flex; justify-content: center; flex-direction: column; }
.pagepartner .partnerl .en{ font-size:36px; font-family:'Gasalt'; color:#ffffff; text-transform: uppercase;}
.pagepartner .partnerl .title{ font-size:26px; color:#ffffff; font-weight:bold;}
.pagepartner .partnerr{ width: calc(100% - 240px); display:flex; padding:20px;}
.pagepartner .partnerr .item{flex:1; text-align:center;}
.pagepartner .partnerr .item .img{ width:60%; margin:0 auto; overflow:hidden;}
.pagepartner .partnerr .item .txt{ font-size:16px; color:#000000; line-height:40px;}
.pagepartner .partnerr .item:hover .txt{ color:#3482d4}
.abpartner{position:relative; padding: 70px 0; background: #f9f9f9;}
.abpartner .partnerbox { display: grid; grid-gap: 20px; grid-template-columns: repeat(9,1fr);}
.abpartner .partnerbox .item .title {font-size: 16px; color: #333333; line-height: 45px; text-align: center;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.abpartner .partnerbox .item:hover .title {color: #00439a}

.pageculture{position: relative; padding: 70px 0;  background: url(../img/culturebg.jpg) center no-repeat; background-size: cover;}
.pageculture .biaoti {position: relative; z-index: 11; text-align: center;}
.pageculture .biaoti span{display: block; margin-top: 10px;font-size: 18px;color: #333333; font-family: 'din';  text-transform: uppercase; width: 100%; }
.pageculture .biaoti p{ font-size: 30px;color: #3482d4; font-weight: bold;}
.pageculture .culturebox{position: relative;margin-top: 60px;}
.pageculture .culturebox .item{ width: 33.333333%; float: left; text-align: center;}
.pageculture .culturebox .item .iconfont{ margin: 0 auto; width: 102px; height: 102px; border: 1px #3482d4 dashed; border-radius: 50%; font-size: 42px; color: #3482d4; display: flex;align-items: center; justify-content: center;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.pageculture .culturebox .item .t{margin: 20px 0; font-size: 22px; font-weight: bold; color: #333333;}
.pageculture .culturebox .item .c{margin: 0 auto; width: 80%; font-size: 16px; color: #333333; line-height: 26px;}
.pageculture .culturebox .item:hover .iconfont{transform:rotateY(360deg); color: #ffffff; background: #3482d4;}

.pagecompre{position: relative; padding: 70px 0;}
.pagecompre .comprebox{display: grid; grid-gap: 50px; grid-template-columns: repeat(2,1fr);}
.pagecompre .comprebox .item{position: relative;}
.pagecompre .comprebox .item .box{position: relative; margin-top: 70px;}
.pagecompre .comprebox .item .iconfont{width: 100px;height: 100px;position: absolute;left: 50%;margin-left: -50px;top: -50px; font-size: 42px; color: #ffffff;  border-radius: 50%; background: #3482d4;  display: flex;align-items: center; justify-content: center; transition: .5s ease; z-index: 23;} 
.pagecompre .comprebox .item .txt{position: absolute; width: 100%; height: 100%; padding: 85px 0 45px; text-align: center; font-size: 24px; font-weight: bold; color: #3482d4; background: rgba(255,255,255,.5); border-radius: 5px; z-index: 22;}
.pagecompre .comprebox .item .imgbox{ border-radius: 5px; overflow: hidden;}
.pagecompre .comprebox .item .imgbox img{ width: 100%; height: 100%; object-fit: cover;}
.pagecompre .comprebox .item:hover .iconfont{ transform: translateY(-10px);}
.pagecompre .comprebox .item:hover .txt{color: #ffffff; background: rgba(52,130,212,.8);}


.pagescience{position:relative; padding: 70px 0; background: #f9f9f9;}
.pagescience .abscience { display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagescience .abscience .item .title {font-size: 17px; color: #333333; font-weight: bold; line-height: 45px; text-align: center;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pagescience .abscience .item:hover .title {color: #3482d4}
.pagescience .infor{padding:40px; background:#ffffff;}
.pagescience .infor .title{font-size:22px; color:#333333; font-weight:bold; text-align:center;}
.pagescience .infor .cooperate{position:relative; margin-top:40px;}
.pagescience .infor .cooperate table{border-collapse:collapse;width:100% !important; border:1px #dddddd solid; background:#EFF4FA;}
.pagescience .infor .cooperate table,.pagescience .infor .cooperate tr{color: #333333; }
.pagescience .infor .cooperate table,.pagescience .infor .cooperate th,.pagescience .infor .cooperate td{position:relative; padding:10px 20px; line-height:30px;font-size: 16px; }
.pagescience .infor .cooperate tr:first-child td{ font-size: 18px; font-weight:bold;}
.pagescience .infor .cooperate tr:nth-child(2n){background:#ffffff;}
.pagescience .infor .cooperate tr td:first-child{ text-align:center;}
.pagescience .infor .cooperate tr td:first-child::after{position:absolute;content:''; width:1px; height:100%; top:0; right:0; background:#dddddd;}

.pagebusiness{position: relative; background: #ffffff;}
.pagebusiness .business_title{ padding: 70px 0; background: #ffffff;}
.pagebusiness .business_title .txt{ margin-bottom: 20px; font-size: 32px;}
.pagebusiness .business_title .cont{ font-size: 16px; color: #333333; line-height: 1.6;}
.pagebusiness .businessbox{ padding: 70px 0; background: #f8f9fa;}
.pagebusiness .businesslist{display: grid; grid-gap: 20px; grid-template-columns: repeat(4,1fr);}
.pagebusiness .businesslist .swiper-slide .title{font-size:17px; color:#333333; font-weight:bold; text-align:center; line-height:45px;}
.pagebusiness .businesslist .swiper-slide:hover .title{ color:#3482d4;}
.showbusiness{position: relative; padding: 70px 0; background: #ffffff;}
.abbusiness .businesscover{position: relative; padding: 70px 0; background: #ffffff;}
.abbusiness .businesscover .item{position: relative; margin-bottom: 60px; display: flex; align-items: center; justify-content: space-between;}
.abbusiness .businesscover .item .imgbox{position: relative; float: left; width: 52%; overflow: hidden;}
.abbusiness .businesscover .item .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.abbusiness .businesscover .item .infor{float: right; width: 48%; padding-left:60px; text-align: center; box-sizing: border-box;}
.abbusiness .businesscover .item .infor .icon img{ height: 40px;}
.abbusiness .businesscover .item .infor .ti{position: relative; font-size: 24px; color: #000000; line-height: 64px; font-weight: bold;}
.abbusiness .businesscover .item .infor .ti::after{position: absolute;left: 50%;bottom: 0;width: 24px;height: 3px;content: "";background: #3482d4; transform: translateX(-50%);-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.abbusiness .businesscover .item .infor .desc{margin-top: 20px; font-size: 15px; line-height: 2; color: #999999;}
.abbusiness .businesscover .item:nth-child(2n) .infor{order: -1; padding-left: 0; padding-right: 60px;}
.abbusiness .businesscover .item:last-child{margin-bottom: 0;}
.abbusiness .businesscover .item:hover .infor .ti::after{ width: 40px;}
.abbusiness .businesscover .item .infor .more {position: relative;margin:50px auto 0; width: 165px;height: 50px;line-height: 46px;text-align: center;border-radius: 3px;border: 2px #999999 solid; overflow: hidden;}
.abbusiness .businesscover .item .infor .more a {display: block;font-size: 15px;color: #666666;}
.abbusiness .businesscover .item .infor .more a .iconfont {margin-left: 10px;font-size: 15px; display: inline-block;vertical-align: top;}
.abbusiness .businesscover .item .infor .more:hover {border: 2px #3482d4 solid;}
.abbusiness .businesscover .item .infor .more:hover a {color: #3482d4;}

.pagehonor{position:relative; padding: 70px 0; background: #f9f9f9;}
.pagehonor .honorbox { display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagehonor .honorbox .item .title {font-size: 17px; color: #333333; font-weight: bold; line-height: 45px; text-align: center;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pagehonor .honorbox .item:hover .title {color: #3482d4}

.pageenvir{position:relative; padding: 70px 0; background: #f9f9f9;}
.pageenvir .envirbox { display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pageenvir .envirbox .item .title {font-size: 17px; color: #333333; font-weight: bold; line-height: 45px; text-align: center;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.pageenvir .envirbox .item:hover .title {color: #3482d4}

.pagecontact{position: relative; padding: 0 0 50px;}
.pagecontact .contbox{position: relative; top:-20px; z-index: 22; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; justify-content: space-between; overflow: hidden;}
.pagecontact .contbox .left{width: 50%; float: left; padding: 70px 50px; background: #ffffff url(../img/contboxbg.png) center no-repeat; background-size:cover; box-sizing: border-box;}
.pagecontact .contbox .left .cont_name{margin-bottom: 30px; font-size: 24px; font-weight: bold; color: #3482d4;}
.pagecontact .contbox .left .item { margin-bottom: 20px; line-height: 1.5; overflow: hidden;}
.pagecontact .contbox .left .item:last-child {margin-bottom: 0;}
.pagecontact .contbox .left .item p {float: left;width: 55px;margin-bottom: 5px;font-size: 17px;color: #333333;}
.pagecontact .contbox .left .item span {float: left;width: calc(100% - 55px);display: block;font-size: 17px;color: #333333;}
.pagecontact .contbox .left .item a {color: #333333;}
.pagecontact .contbox .map{float: right; width: 50%;box-sizing: border-box;background: #f3f4f8;}
.pagecontact .contbox .map .amap-icon{-webkit-animation:bounceIcon 1.5s infinite;-moz-animation:bounceIcon 1.5s infinite;animation:bounceIcon 1.5s infinite}
.amap-controlbar .amap-luopan{display: none;}
@-webkit-keyframes bounceIcon{
    0% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
    100% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
@-moz-keyframes bounceIcon{
    0% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
    100% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}
@keyframes bounceIcon{
    0% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    50% {
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
    100% {
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
}

.pagenews{position: relative; padding: 70px 0; background: #ffffff;}
.pagenews .abnews{position: relative;}
.pagenews .abnews .newslist{position:relative; display: grid; grid-gap: 30px; grid-template-columns: repeat(1,1fr);}
.pagenews .abnews .newslist li{ display:flex; justify-content: space-between; box-sizing: border-box;}
.pagenews .abnews .newslist li a{display: block;}
.pagenews .abnews .newslist li .news_img{float:left; width:260px; overflow: hidden;}
.pagenews .abnews .newslist li .news_neir{width:calc(100% - 300px); float:right; border-bottom: 2px solid #eeeeee; padding-bottom:30px; display:flex; justify-content: space-between; align-items:center;}
.pagenews .abnews .newslist li .news_neir .infor{width:calc(100% - 140px); float:left;}
.pagenews .abnews .newslist li .news_neir .news_bt{position:relative;margin-bottom: 20px;}
.pagenews .abnews .newslist li .news_neir .news_bt a{display:block; font-size: 18px; font-weight: bold; color: #333333; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pagenews .abnews .newslist li .news_neir .news_zy{font-size: 15px; color: #666666; line-height: 28px; height:56px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.pagenews .abnews .newslist li .news_neir .news_tm{float:right; width:100px; text-align:center; font-family: 'din'; color: #666666; padding:15px 0; background:#f5f5f5; }
.pagenews .abnews .newslist li .news_neir .news_tm .date{font-size: 20px; margin-bottom: 10px;color:#3482d4; font-weight:bold;}
.pagenews .abnews .newslist li .news_neir .news_tm .year{font-size:16px;}
.pagenews .abnews .newslist li:hover .news_neir .news_bt a{color: #3482d4;}
.pagenews .abnews .newslist li:hover .news_neir{border-bottom: 2px solid #3482d4;}
.pagenews .abnews .newslist li:hover .news_neir .news_tm{ color:#ffffff; background:#3482d4;}
.pagenews .abnews .newslist li:hover .news_neir .news_tm .date{ color:#ffffff}
.pagenews .abnews .newslist li .news_neirc{width:100%;}

/* 公共 */
.newsshow{width: calc(100% - 30%); float: left; padding: 35px; background-color: #ffffff; box-shadow:0 0 15px rgb(0, 0, 0, 0.1); box-sizing: border-box;}
.newsshow .item_top{width: 100%;padding-bottom: 30px;}
.newsshow .item_top .pageT{margin-bottom: 10px; font-size: 22px;line-height: 1.5;color: #333333;}
.newsshow .item_top .pageD{margin-bottom: 20px; font-size: 15px;color: #666666;}
.newsshow .item_top .pageD .line{margin: 0 5px; font-size: 14px; font-weight: lighter; color: #999999;}
.newsshow .item_top .abstract{ background: #f9f9f9; padding: 20px; border-radius: 4px;}
.newsshow .item_top .abstract figure{background: url(../img/abstract.png) left top no-repeat;display: block;overflow: hidden;padding-left: 35px;line-height: 24px;font-size: 15px; color: #888888;}
.newsshow .item_content{padding: 30px 0; font-size:15px; color:#333333; line-height:2;}
.newsshow .item_content p{line-height: 2 !important;}
.newsshow .item_content p a{font-size: 15px !important; color:#333333;  }
.newsshow .item_content img{max-width:100%; margin:5px 0;}
.newsshow .item_content table{border-collapse:collapse;width:100% !important;}
.newsshow .item_content table,.newsshow .item_content tr{ font-size: 15px; color: #444444; }
.newsshow .item_content table,.newsshow .item_content th,.newsshow .item_content td{ border: 1px solid #333333; text-align: center;font-size: 16px;}
.newsshow .page_btm{width: 100%;padding-top: 30px;border-top: 1px solid #e2e2e2;display: flex;align-items: center; justify-content: space-between;}
.newsshow .page_btm .paging_nav{width: calc(100% - 180px);margin: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;flex-direction: column;align-content: flex-start;}
.newsshow .page_btm .paging_nav .prevpage{float: left;width: 100%;}
.newsshow .page_btm .paging_nav .prevpage a{line-height: 2;color: #555555;font-size: 15px;display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.newsshow .page_btm .paging_nav .prevpage:hover a{color: #3482d4;}
.newsshow .page_btm .paging_nav .nextpage {float: left;width: 100%;}
.newsshow .page_btm .paging_nav .nextpage a {line-height: 2;color: #555555;font-size: 15px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.newsshow .page_btm .paging_nav .nextpage:hover a{color: #3482d4;}
.newsshow .page_btm .return_list{width: 150px;}
.newsshow .page_btm .return_list .backList{width:100%; height: 45px; font-size: 15px; color: #ffffff; border-radius: 25px; background: #3482d4; display: flex; align-items: center; justify-content: center;}
.newsshow .page_btm .return_list .backList .ml-cio{ margin-left: 10px; height: 12px;}
.newsshow .page_btm .return_list .backList:hover{background:#1d67b4;}
.showright{ float: right; width: 28%; padding: 30px 20px; background-color: #ffffff; box-shadow:0 0 15px rgb(0, 0, 0, 0.1); box-sizing: border-box;}
.showright .caption{margin-bottom: 25px;color: #333333;font-size: 28px;font-weight: normal;}
.showright .related-body .list{margin-bottom: 15px;border-bottom: 1px solid #e2e2e2;}
.showright .related-body .list .infor{padding:20px 0;background: #ffffff;}
.showright .related-body .list .infor .tit{ font-size: 17px;color: #333333;font-weight: bold; max-height: 22px; margin-bottom: 11px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.showright .related-body .list .infor .con{font-size: 14px; color:#666666; line-height: 24px; max-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.showright .related-body .list:hover .infor .tit{ color:#3482d4;}
.showright .related-body .list:last-child{ margin-bottom: 0;}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin-top: 30px; display:inline-block; height:36px; line-height:36px;  border:1px #efefef solid; background:#ffffff; }
.pages li a{text-align:center; color:#333333; padding:0 15px;}
.pages .active {background:#3482d4; text-decoration:none}
.pages .active a{color:#ffffff; }
.pages li:hover { background:#3482d4; text-decoration:none }
.pages li:hover a{ color:#ffffff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #cccccc; color:#333333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #ffffff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333333; font-size: 15px;}
.pages1_l:hover a{ color:#3482d4;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333333; font-size: 15px;}
.pages1_r:hover a{ color:#3482d4;}


#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 999;
}
#pictureViewer > .content{
    background-color: #ffffff;
    position: absolute;
    width: 70%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #3482d4;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/icon/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/icon/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/icon/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../img/icon/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../img/icon/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #3482d4;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/icon/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/icon/next_white.png);
}
#pictureViewer .picture-content{
    display: flex;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1680px){
    .container {padding: 0 3%;}
    .inAbout .abocont{ width: 60%; padding: 80px 3% 80px 50px;}
}


