@charset "utf-8"; /* 线框动画 IE10+*/ /* 悬停图片放大 IE9+*/ .img-scale { overflow: hidden; } .img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .img-scale .img { /*背景图替换img*/ background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .img-scale:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } html, body { max-width: 1920px; min-width: 1400px; margin: 0 auto; } .container { width: 1390px; margin: 0 auto; } /* 顶部 */ .head-layer1 { height: 130px; background: #fff; } .head-layer1 .logo { height: 70px; margin: 30px 0 0; } .head-layer1 .logo img { height: 100%; } .head-layer1 .top-link { margin: 18px 0 0; text-align: right; } .head-layer1 .top-link a { margin-left: 10px; font-size: 14px; line-height: 26px; color: #4e4e4e; text-align: left; } .head-layer1 .top-link a:hover { color: #1d5e98; text-decoration: underline !important; } .head-layer1 .search { height: 36px; margin: 8px 0 0; padding: 0 10px 0 15px; font-size: 0; border: 1px solid #8b8b8b; -webkit-border-radius: 36px; -moz-border-radius: 36px; -o-border-radius: 36px; border-radius: 36px; overflow: hidden; } .head-layer1 .search input { width: 210px; height: 34px; font-size: 14px; line-height: 34px; color: #494949; text-align: left; background: transparent; vertical-align: top; } .head-layer1 .search button { width: 34px; height: 34px; background-image: url("../images/icon_search.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; vertical-align: top; } .head-layer2 { background: #0c5da5; position: relative; z-index: 99; } .head-layer2 .nav { height: 50px; font-size: 18px; line-height: 50px; color: #fff; text-align: center; } .head-layer2 .nav li { float: left; position: relative; } .head-layer2 .nav li > a { display: block; color: #fff; padding: 0 40px; position: relative; z-index: 12; } .head-layer2 .nav li:hover > a { background: #043a6b; } .head-layer2 .nav li dl { display: none; min-width: 100%; padding: 0px 0 0px; position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 9; background: #0c5da5; -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6); -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6); -o-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6); box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6); } .head-layer2 .nav li dl dd a { display: block; padding: 0 30px 0 15px; line-height: 45px; font-size: 16px; white-space: nowrap; color: #fff; text-align: left; } .head-layer2 .nav li dl dd a:hover { background: #043a6b; } .head-layer3 { position: relative; } .head-layer3 .banner { z-index: 10; } .head-layer3 .banner .slick-slide { position: relative; } .head-layer3 .banner div, .head-layer3 .banner img { width: 100%; vertical-align: top; } .head-layer3 .text-show { width: 100%; height: 70px; position: absolute; top: auto; right: auto; bottom: 0; left: auto; z-index: 10; } .head-layer3 .text-show .container { height: 100%; background: rgba(255, 255, 255, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#bbffffff',endColorstr='#bbffffff'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr='#bbffffff', endColorstr='#bbffffff')"; } .head-layer3 .text-show .container p { width: 100%; font-size: 23px; line-height: 70px; color: #666; text-align: left; text-indent: 34px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-transform: translateY(120px); -moz-transform: translateY(120px); -o-transform: translateY(120px); transform: translateY(120px); } .head-layer3 .text-show .container .slick-active p { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } .head-layer3 .text-show .container .slick-arrow { font-size: 0; position: absolute; top: 18px; right: 72px; bottom: auto; left: auto; z-index: 1; width: 28px; height: 36px; cursor: pointer; background-image: url("../images/swiper-left.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #313131; } .head-layer3 .text-show .container .slick-arrow.slick-next { background-image: url("../images/swiper-right.jpg"); right: 30px; } .head-layer3.decoration { max-height: 400px; overflow: hidden; } .head-layer3.decoration img { width: 100%; } /* 底部 */ .footer { margin: 20px 0 0; padding: 20px 0; background: #043a6b; } .footer .code { margin: 5px 0 0; } .footer .code img { height: 95px; } .footer .copy { padding: 12px 0 0; font-size: 16px; line-height: 27px; color: #b1cee8; text-align: left; } /* 首页 */ .sect-layer1 { background: #f4f4f4; padding: 70px 0; } .sect-layer1 .img-scale { width: 503px; height: 320px; } .sect-layer1 .img-scale img { min-height: 100%; } .sect-layer1 .text-content { width: 850px; height: 290px; padding: 8px 0 0; overflow: hidden; } .column { margin: 0 0 25px; border-bottom: 2px solid #e0e0e0; position: relative; } .column a { float: right; font-size: 16px; line-height: 60px; color: #ff9900; text-align: left; } .column a:hover { color: #0c5da5; } .column h3 { display: inline-block; *display: inline; *zoom: 1; font-size: 22px; line-height: 60px; color: #336699; text-align: left; font-weight: bold; } .column .line { position: absolute; top: auto; right: auto; bottom: -2px; left: 0; z-index: 1; width: 135px; height: 3px; background: #0c5da5; } .text-content { font-size: 16px; line-height: 32px; color: #000; text-align: left; } .text-content .title { font-size: 18px; } /* From the dean */ .sect-layer2 { padding: 45px 0; } .from { width: 777px; } .from .list a { width: 600px; height: 35px; overflow: hidden; } .picture-list li { margin: 0 0 15px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .picture-list li:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); } .picture-list li:hover a .title { color: #0c5da5; } .picture-list .img-scale { display: block; width: 200px; height: 130px; } .picture-list .img-scale img { min-height: 100%; } .picture-list .text { width: 555px; } .picture-list .text .title { height: 26px; overflow: hidden; margin: 0 0 10px; font-size: 18px; line-height: 26px; color: #000; text-align: left; } .picture-list .text .info { height: 78px; overflow: hidden; font-size: 16px; line-height: 26px; color: #000; text-align: left; } .list li { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .list li:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); } .list li:hover a { color: #0c5da5; } .list .date { float: right; font-size: 16px; line-height: 35px; color: #999; text-align: left; } .list a { display: block; padding: 0 0 0 20px; font-size: 16px; line-height: 35px; color: #000; text-align: left; background-image: url("../images/li_bg.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; } /* Notice and Announcements */ .list2 li { padding: 22px 0; border-bottom: 1px solid #c5c5c5; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .list2 li:hover { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); -o-transform: translateX(8px); transform: translateX(8px); } .list2 li:hover a .title { color: #0c5da5; } .list2 .date { width: 50px; font-size: 27px; line-height: 32px; color: #0c5da5; text-align: left; font-weight: bold; } .list2 .date p:first-child { font-size: 14px; font-weight: 500; line-height: 26px; text-indent: 2px; } .list2 .text .title { height: 60px; line-height: 30px; overflow: hidden; color: #000; } .notice { width: 575px; } .notice .column { margin: 0; } .notice .list2 .text { width: 510px; display: table; } .notice .list2 .text .title { display: table-cell; vertical-align: middle; } /* Academic Information */ .sect-layer3 { padding: 50px 0; background: #f4f4f4; } .academic { width: 435px; margin-right: 43px; } .academic .list2 li { padding: 12px 0; } .academic .list2 .text { width: 370px; } .academic .list2 .text .title { height: 60px; overflow: hidden; font-size: 18px; font-weight: bold; } .academic .list2 .text .info { height: 48px; overflow: hidden; margin: 5px 0 0; color: #999; } .academic .column { margin: 0; } /* Global Engagement */ .picture-list2 { font-size: 0; margin: 0 -6px; } .picture-list2 li { display: inline-block; *display: inline; *zoom: 1; width: 50%; padding: 0 6px; } .picture-list2 li .img-frame { height: 180px; overflow: hidden; } .picture-list2 li .img-frame img { min-height: 100%; } .picture-list2 li a:hover p { color: #0c5da5; } .picture-list2 li p { height: 60px; margin: 10px 0 0; overflow: hidden; font-size: 16px; line-height: 30px; color: #000; text-align: left; } .global { width: 500px; } /* Contact Us */ .contact { width: 370px; } .contact img { min-width: 100%; } /* Links */ .sect-layer4 { margin: 35px 0 0; } .sect-layer4 .column { margin-bottom: 10px; border: none; } .sect-layer4 .column h3 { border-bottom: 3px solid #0c5da5; } .sect-layer4 .links { font-size: 16px; line-height: 40px; color: #000; text-align: left; } .sect-layer4 .links a { color: #000; } .sect-layer4 .links a:hover { color: #0c5da5; } .sect-layer4 .links span { margin: 0 20px; } /* list.html */ .position { border-bottom: 2px solid #e0e0e0; } .position .place { font-size: 14px; line-height: 40px; color: #666; text-align: left; } .position .place a { color: #666; } .position .place a:hover { color: #0c5da5; } .position .cur-column { font-size: 20px; line-height: 40px; color: #0c5da5; text-align: left; font-weight: bold; } .inside-list { margin: 30px 0 50px; font-size: 18px; line-height: 65px; color: #999; text-align: right; } .inside-list li { padding: 0 10px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .inside-list li:hover { -webkit-box-shadow: 0px 0px 26px 0px #999; -moz-box-shadow: 0px 0px 26px 0px #999; -o-box-shadow: 0px 0px 26px 0px #999; box-shadow: 0px 0px 26px 0px #999; } .inside-list li:hover a { color: #0c5da5; } .inside-list li a { float: left; color: #000; width: 1150px; height: 65px; overflow: hidden; text-align: left; } .inside-list li a .dot { display: inline-block; *display: inline; *zoom: 1; width: 7px; height: 7px; margin-right: 15px; background: #b50000; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; vertical-align: middle; } /* research.html */ .section.inside { padding: 0 0 70px; } .sidebar { margin: -50px 0 0; width: 310px; position: relative; z-index: 9; } .sidebar h3 { display: table-cell; width: 310px; height: 100px; vertical-align: middle; font-size: 23px; line-height: 32px; color: #fff; text-align: center; background: #0c5da5; } .sidebar ul li { position: relative; } .sidebar ul li > a { display: block; padding: 18px 60px 18px 30px; font-size: 18px; line-height: 25px; color: #000; text-align: left; background: #e1f1ff; border-bottom: 2px solid #edf7ff; } .sidebar ul li > a:hover { color: #0c5da5; } .sidebar ul li dl { display: none; } .sidebar ul li dl a { display: block; font-size: 15px; line-height: 25px; color: #585858; text-align: left; padding: 18px 60px 18px 30px; border-top: 1px solid #ccc; } .sidebar ul li dl a:hover { color: #0c5da5; } .sidebar ul li dl dd:first-child a { border: none; } .sidebar ul li dl.cur { display: block; } .sidebar ul li .plus { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 60px; height: 60px; background-image: url("../images/plus.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; cursor: pointer; } .box { width: 1055px; margin: 50px 0 0; } .box.w100 { width: 100%; } .column2 { margin: 30px 0; position: relative; } .column2 a { float: right; padding: 0 0 0 10px; font-size: 18px; line-height: 45px; color: #000; text-align: left; position: relative; z-index: 2; background: #fff; } .column2 a:hover { color: #0c5da5; } .column2 h3 { display: inline-block; *display: inline; *zoom: 1; padding: 0 6px 0 0; font-size: 18px; line-height: 45px; color: #000; text-align: left; position: relative; z-index: 2; background: #fff; } .column2 .line { position: absolute; top: 16px; right: 0; bottom: 16px; left: 0; z-index: 1; border-top: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0; } .research .picture-list2 { width: 950px; margin: 0 auto; } .research .picture-list2 li { padding: 0 34px; } .research .picture-list2 li a { display: block; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; padding: 0 0 20px; } .research .picture-list2 li a:hover { -webkit-box-shadow: 0px 0px 30px 0px #999; -moz-box-shadow: 0px 0px 30px 0px #999; -o-box-shadow: 0px 0px 30px 0px #999; box-shadow: 0px 0px 30px 0px #999; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } .research .picture-list2 li a:hover .title { color: #0c5da5; } .research .picture-list2 li .img-frame { height: 250px; } .research .picture-list2 li .title { height: 50px; overflow: hidden; padding: 0 5px; font-size: 25px; line-height: 50px; color: #000; text-align: left; } .research .picture-list2 li .info { height: 106px; margin: 0; padding: 0 5px; overflow: hidden; font-size: 14px; line-height: 26px; color: #000; text-align: left; } /* content.html */ .article { padding: 45px 0 0; } .article h1 { font-size: 25px; line-height: 45px; color: #585858; text-align: center; } .article .sub { height: 35px; margin: 20px 0; font-size: 14px; line-height: 35px; color: #666; text-align: center; background: #f6f6f6; } .article .sub .p20 { padding: 0 20px; } .article .content { padding: 25px 0 0; font-size: 16px; line-height: 30px; color: #585858; text-align: left; font-family: verdana,Courier, monospace,arial, helvetica, sans-serif; } .article .content p { margin: 0 0 18px; } .article .content table { min-width: 80%; } .article .content table td { padding: 12px 10px; border: 1px solid #ccc; } .article .content table p { text-indent: 0; margin: 0; font-size: 14px; } .article .content img, .article .content iframe, .article .content video, .article .content table { max-width: 100%; margin: 15px auto; } .vsbcontent_img { text-align: center; } /* contact us.html */ .contact-us { padding: 42px 0 50px; } .contact-us .img-scale { width: 755px; } .contact-us .text { width: 590px; font-size: 20px; line-height: 60px; color: #000; text-align: left; } .contact-us .text h1 { padding: 0 0 15px; font-size: 40px; font-weight: bold; line-height: 80px; } /* TimeLine.html */ .time-line { padding: 35px 0 0; } .time-column { width: 95px; padding: 0 0 65px; border-right: 2px solid #ccc; } .time-column ul { font-size: 20px; line-height: 50px; color: #666; text-align: center; } .time-column ul li { position: relative; } .time-column ul li.cur a { color: #0c5da5; } .time-column ul li.cur .dot { background: #0c5da5; } .time-column ul a { display: block; color: #666; } .time-column ul a:hover { color: #0c5da5; } .time-column ul .dot { position: absolute; top: 18px; right: -7px; bottom: auto; left: auto; z-index: 1; width: 12px; height: 12px; background: #a0a0a0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .time-list { width: 1260px; } .time-list ul li { padding: 0 0 0 10px; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; } .time-list ul li:hover { -webkit-box-shadow: 0px 0px 26px 0px #999; -moz-box-shadow: 0px 0px 26px 0px #999; -o-box-shadow: 0px 0px 26px 0px #999; box-shadow: 0px 0px 26px 0px #999; } .time-list ul a { display: block; padding: 0 0 15px; font-size: 16px; line-height: 25px; color: #585858; text-align: left; } .time-list ul a:hover { color: #0c5da5; } .time-list ul .date { padding: 0 0 0 40px; font-size: 16px; line-height: 48px; color: #585858; text-align: left; background-image: url("../images/icon_date.png"); background-repeat: no-repeat; background-position: 0 45%; background-color: transparent; } .time-list .more { margin: 20px 0 50px; border-top: 1px solid #ccc; font-size: 17px; line-height: 80px; color: #0c5da5; text-align: center; } .time-list .more a { color: #0c5da5; } #page-list { margin: 40px 0 50px; } #page-list #fanye1010976 { line-height: 28px; padding-top: 5px; } #page-list tr, #page-list td, #page-list span, #page-list a, #page-list input, #page-list div { display: inline-block; width: auto; height: 28px; line-height: 28px; font-size: 15px; vertical-align: initial; } #page-list span, #page-list a, #page-list #gotopagebut {padding: 0px 8px; line-height: 28px; border-radius: 4px; border: 1px solid #0c5da5; margin: 0px 5px 0; color: #999; } #page-list a, #page-list #gotopagebut { color:#0c5da5; } #page-list input { background: #fff; vertical-align: top; border-bottom: 1px solid #0c5da5; } #page-list #gotopagebut {border: none; margin: 5px 0 0;} /*# sourceMappingURL=style.css.map */