@media screen and (max-width: 1528px) {
  .level-pc1 .level-box {
    width: 1342px;
  }
}
@media screen and (max-width: 1342px) {
  .level-pc {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .level-pc .level-box {
    width: 100%;
    padding: 22px 30px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .box {
    width: 98%;
  }
  .level-pc {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .level-pc .level-box {
    width: 100%;
    padding: 22px 30px 40px;
  }
  .foot1 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .foot2 {
    width: 100%;
    float: none;
  }
  .foot2-1con {
    float: none;
  }
  .page-list5 {
    padding: 0 20px;
  }
  .slider-subject {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .slider-subject .slick-prev,
  .slider-subject .slick-next {
    top: auto;
    margin: 0;
    bottom: 0;
  }
  .slider-subject .slick-prev {
    left: 60px;
  }
  .slider-subject .slick-next {
    right: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .header {
    height: auto;
  }
  .logo {
    float: none;
    text-align: center;
  }
  .logo a {
    display: inline-block;
  }
  .nav-pc {
    float: none;
    width: 734px;
    margin: 0 auto;
  }
  .level-pc {
    top: 195px;
  }
  .about3 p {
    height: 75px;
    -webkit-line-clamp: 3;
  }
  .level-pc1 .nav-list li {
    width: 47%;
  }
  .lead-intro {
    padding-top: 10px;
  }
  .lead-intro span {
    margin-bottom: 20px;
  }
  .page-list5 {
    padding: 0;
  }
  .index-welfare-list li {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .box {
    width: 96%;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    z-index: 11;
  }
  .nav-pc {
    display: none;
  }
  .logo {
    float: left;
    height: 58px;
    padding: 10px 0;
	position:relative;
	right:0%;
  }
  .logo img {
    height: 58px;
	width: 28rem;
  }
  .menu-btn {
    display: block;
    overflow: hidden;
    float: right;
    width: 50px;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    z-index: 11;
  }
  .menu-btn i {
    font-size: 24px;
    color: #204fc4;
  }
  .menu-hide {
    position: fixed;
    float: right;
    width: 100%;
    height: 60px;
    z-index: 11;
    background: #fff;
    text-align: center;
  }
  .menu-hide i {
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #0061ae;
  }
  .menu-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 111;
  }
  .menu-nav .box {
    width: 100%;
  }
  .menu-nav a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
  }
  .menu-nav a .icon-next-level {
    float: right;
    font-size: 20px;
    color: #999;
  }
  .menu-nav-box {
    position: absolute;
    top: 0;
    padding-top: 60px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu-nav-box ul {
    border-top: 1px solid #f2f2f2;
  }
  .menu-nav-box li {
    position: relative;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
  }
  .menu-nav-box li span {
    display: block;
    font-size: 16px;
    color: #333;
    cursor: default;
  }
  .menu-nav-box li .icon-next-level {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #999;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menu-nav-box li .icon-next-level.menu-active {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #0061ae;
  }
  .menu-nav-box li.active a {
    color: #0061ae;
  }
  .menu-nav-box li.active .menu-nav-level a {
    color: #333;
  }
  .menu-nav-box li.active .menu-nav-level a.on {
    color: #0061ae;
  }
  .menu-nav-level {
    display: none;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 ;
    background: #f9f9f9;
  }
  .menu-nav-level a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 50px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    background: url("../image/right.png") no-repeat 20px 16px;
    background-size: 16px 16px;
  }
  .menu-nav-level a:active {
    color: #5ba8d4;
  }
  .side {
    display: none;
  }
  body {
    padding-top: 80px;
  }
  .page-banner {
    height: 300px;
  }
  .page-list1-con {
    margin: 15px 0;
  }
  .time1 {
    margin: 0;
  }
  .page-list1-img {
    height: 126px;
  }
  .text-intro1 {
    padding-left: 110px;
  }
  .page-level-nav {
    margin-bottom: 40px;
  }
  .page-box1-img {
    float: none;
    width: 100% ;
    height: 300px;
    margin-bottom: 20px;
  }
  .page-box1-con {
    float: none;
    width: 100%;
  }
  .page-list2 li {
    width: 49%;
    margin-bottom: 30px;
  }
  .lead-intro {
    padding-top: 5px;
  }
  .lead-intro h3 {
    margin-bottom: 0;
  }
  .lead-intro span {
    margin-bottom: 10px;
  }
  .leader-con {
    padding-top: 10px;
  }
  .page-box4-con {
    width: 42%;
    padding-top: 10px;
  }
  .page-list3 li {
    margin-bottom: 40px;
  }
  .honor-list li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .honor-box {
    width: 100%;
    height: auto;
    padding: 12px;
  }
  .honor-hide {
    right: 0;
    top: -40px;
  }
  .honor-pop-box {
    max-height: 60%;
  }
  .page-list5 li {
    padding: 15px 20px;
  }
  .page-list5-img {
    width: 30%;
  }
  .page-list5-con {
    width: 68%;
  }
  .page-list5-con-title {
    padding: 15px 0;
  }
  .web-nav-level dd {
    margin-right: 28px;
  }
  .web-nav-level1 dd {
    width: 47%;
  }
  .banner .slick-slide {
    height: 500px;
  }
  .index-box1 {
    padding: 30px 0;
  }
  .index-new {
    margin-top: 30px;
  }
  .index-title p {
    font-size: 16px;
    background: none;
  }
  .index-title span {
    display: block;
    max-width: 100%;
    margin: 0 ;
  }
  .index-new-img {
    float: none;
    width: 100%;
  }
  .index-new-list {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .index-box2 {
    padding: 10px 0 30px;
  }
  .index-new-item ul {
    margin-top: 3px;
  }
  .index-new-item li {
    width: 25%;
    margin-top: -3px;
    margin-right: 0;
    text-align: center;
  }
  .index-new-item li.on {
    font-size: 16px;
  }
  .index-new-item li:before {
    height: 3px;
  }
  .areas-div {
    height: 230px;
    background-size: cover;
  }
  .areas-div:hover {
    background-size: cover;
  }
  .index-areas-list {
    margin: 30px 0;
  }
  .index-areas-list li {
    height: 110px;
    background-size: cover;
  }
  .index-areas-list li:hover {
    background-size: cover;
  }
  .index-areas-list p {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .index-box3 {
    padding: 10px 0 30px;
  }
  .index-welfare-list li {
    height: 280px;
  }
  .page-box2-img {
    width: 100%;
  }
  .title1 h2 {
    font-size: 24px;
  }
  .title1 p {
    font-size: 12px;
  }
  .index-construction-list p {
    font-size: 16px;
  }
  .territory-title p {
    font-size: 24px;
  }
  .territory-title a {
    margin-top: 5px;
  }
  .territory-title {
    margin-bottom: 20px;
  }
  .theme-item p {
    font-size: 24px;
  }
  .theme-title {
    line-height: 40px;
  }
  .theme-title p {
    font-size: 24px;
  }
  .theme-box .theme-img {
    height: 100px;
  }
  .lead-intro h3 {
    font-size: 18px;
  }
  .lead-intro span,
  .lead-intro p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-level-nav a {
    padding: 0 10px;
  }
  .foot1-list li {
    width: 49%!important;
    margin-left: 0;
    margin-top: 12px;
  }
  .foot {
    padding: 0;
  }
  .foot-top {
    display: none;
  }
  .foot-bottom {
    background: none;
  }
  .foot-link {
    display: none;
  }
  .index-link {
    display: block;
  }
  .index-link select {
    float: left;
    display: block;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .index-link select:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-level-nav {
    margin: 10px 0 10px;
  }
  .page-banner {
    height: 200px;
  }
  .page-box1 {
    padding-bottom: 30px;
  }
  .title1 {
    padding-top: 25px;
  }
  .page-list1-con {
    margin: 10px 0;
  }
  .time1 {
    width: 50px;
    height: 50px;
  }
  .time1 span {
    font-size: 16px;
  }
  .time1 p {
    font-size: 12px;
    line-height: 24px;
  }
  .page-list1-img {
    height: 100px;
  }
  .page-list1 li {
    padding: 10px;
  }
  .text-intro1 {
    padding-left: 88px;
  }
  .text-intro1 h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .paging-box {
    margin-top: 30px;
  }
  .page-box3 {
    padding-bottom: 30px;
  }
  .leader-con {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  .page-box4-con {
    float: none;
    width: 100%;
  }
  .page-box4-img {
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .page-box4-img img {
    width: auto;
  }
  .page-list3 li {
    margin-bottom: 30px;
  }
  .page-list3 a {
    padding: 15px 10px;
  }
  .time2 {
    left: 10px;
    top: 15px;
    width: 60px;
  }
  .time2 span {
    font-size: 20px;
  }
  .train-con {
    padding-left: 70px;
  }
  .train-con h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .train-con p {
    height: 80px;
    -webkit-line-clamp: 4;
  }
  .honor-list li {
    float: left;
    width: 49%;
    padding: 0;
    margin-bottom: 12px;
  }
  .honor-list li:nth-child(even) {
    float: right;
  }
  .page-list5 {
    padding: 0 ;
  }
  .page-list5 li {
    padding: 10px 10px;
  }
  .page-list5-img {
    width: 35%;
    height: 150px;
  }
  .page-list5-con {
    width: 62%;
  }
  .page-list5-con-title {
    padding: 10px 0 5px;
  }
  .public-box {
    padding-bottom: 30px;
  }
  .public1 {
    float: none;
    width: 100%;
  }
  .public2 {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .public2 h2 {
    font-size: 22px;
  }
  .public2 span {
    margin-top: 15px;
  }
  .page-list7 {
    overflow: hidden;
  }
  .page-list7 li {
    width: 32%;
    margin-left: 2%!important;
    margin-top: 25px;
  }
  .page-list7 li:nth-child(3n+1) {
    margin-left: 0!important;
  }
  .consult-box label {
    width: 100%;
  }
  .down-intro {
    display: block;
    width: 95%;
    padding: 25px 10px;
    height: 80px;
  }
  .contact-box {
    width: 100%;
  }
  .contact-box .contact1,
  .contact-box .contact2 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .contact-map {
    width: 100%;
  }
  .banner .slick-slide {
    height: 400px;
  }
  .index-construction-list li {
    width: 48%;
    margin-left: 0;
    margin-top: 20px;
  }
  .index-construction-list li:nth-child(even) {
    float: right;
  }
  .index-new-item-box {
    margin-top: 10px;
  }
  .index-areas-list {
    padding-top: 0;
  }
  .areas-div {
    position: relative;
    left: 0;
    top: 0;
    width: 99%;
    height: 320px;
    margin: 0 auto 15px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .index-areas-list {
    margin: 30px 0;
  }
  .index-areas-list li {
    width: 32.33%;
    height: 150px;
  }
  .index-areas-list li:hover {
    background-size: cover;
  }
  .index-areas-list .areas-item {
    margin: 0 0.5% 15px 0.5%;
  }
  .index-areas-list .kong {
    display: none;
  }
  .index-areas-list p {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .index-box5 {
    padding: 10px 0 30px;
  }
  .index-welfare-list {
    margin: 30px 0 0;
  }
  .index-welfare-con {
    width: 100%;
    padding: 0 40px ;
  }
  .index-welfare-con h2 {
    font-size: 18px;
  }
  .index-welfare-con h2:before {
    width: 30px;
  }
  .index-welfare-con p {
    display: none;
  }
  .foot-bottom p {
    font-size: 12px;
  }
  .index-welfare-con span {
    display: none;
  }
  .index-box4 {
    padding: 10px 0 30px;
  }
  .index-title p {
    font-size: 14px;
  }
  .title1 h2 {
    font-size: 20px;
  }
  .page-list5-con-title h2 {
    font-size: 16px;
  }
  .page-list5-con-title span {
    font-size: 16px;
  }
  .page-list5-con p {
    font-size: 12px;
  }
  .page-position {
    height: 45px;
  }
  .page-position p {
    font-size: 12px;
    line-height: 45px;
  }
  .territory-title p {
    font-size: 20px;
  }
  .territory-title a {
    margin-top: 0px;
    font-size: 12px;
  }
  .list-reveal li {
    padding: 6px 0;
  }
  .theme-item p {
    font-size: 20px;
  }
  .theme-title p {
    font-size: 20px;
  }
  .theme-box .theme-module {
    float: none!important;
    width: 100%;
  }
  .theme-box .theme-img {
    width: 40%;
    height: 136px;
  }
  .theme-box .theme-con {
    width: 58%;
  }
  .theme-con h2 {
    font-size: 16px;
  }
  .theme-con p {
    font-size: 12px;
  }
  .territory-box {
    padding-bottom: 30px;
  }
  .index-new-item li {
    padding-bottom: 0;
  }
  .index-new-item-list li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-list1-con {
    width: 65%;
  }
  .page-list1-img {
    width: 32%;
  }
  .choose-box p {
    float: none;
    width: 100%;
  }
  .choose-box .choose-prev a {
    padding-right: 20px;
  }
  .choose-box .choose-next a {
    padding-left: 20px;
  }
  .detail-main {
    margin: 10px 0;
  }
  .detail-title p {
    font-size: 24px;
  }
  .detail-main {
    margin-bottom: 30px;
  }
  .detail-content {
    padding: 30px 0;
  }
  .leader-img {
    float: none;
    width: 100%;
  }
  .leader-img img {
    width: auto;
    height: 260px;
    margin: 0 auto;
  }
  .leader-con {
    float: none;
    width: 100%;
  }
  .page-level1-nav {
    padding-bottom: 30px;
  }
  .culture-1 {
    float: none;
    width: 100%;
  }
  .culture-2 {
    float: none;
    width: 100%;
  }
  .culture-2 li {
    margin-bottom: 10px;
  }
  .page-list4 li {
    width: 49%;
    margin-left: 0;
    padding-bottom: 80px;
    margin-bottom: 20px;
  }
  .page-list4 li:nth-child(even) {
    float: right;
  }
  .page-list4 li:hover .dynamic-intro {
    height: 120px;
  }
  .page-list4 li:hover .dynamic-intro p {
    height: 60px;
  }
  .dynamic-intro {
    height: 80px;
    padding: 10px;
  }
  .dynamic-intro h2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .dynamic-intro p {
    height: 20px;
    line-height: 20px;
  }
  .page-list6-div {
    display: block;
    width: 100%;
  }
  .web-nav-level1 dd {
    display: block;
    width: 100%;
  }
  .subject-box p {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .theme-box .theme-img {
    width: 45%;
  }
  .theme-box .theme-con {
    width: 53%;
  }
  .list-reveal li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .index-link select {
    float: left;
    width: 49%;
    margin-left: 0;
  }
  .index-link select:nth-child(even) {
    float: right;
  }
  .page-list3 li {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .page-list4 li {
    padding-bottom: 60px;
    margin-bottom: 15px;
  }
  .page-list4 li:hover .dynamic-intro {
    height: 100px;
  }
  .page-list4 li:hover .dynamic-intro p {
    height: 60px;
  }
  .dynamic-intro {
    height: 60px;
    padding: 5px;
  }
  .dynamic-intro h2 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .dynamic-intro p {
    height: 20px;
    line-height: 20px;
  }
  .page-list5 li {
    padding: 20px 10px;
  }
  .page-list5-img {
    float: none;
    width: 100%;
    height: 164px;
    background-size: auto 100%;
  }
  .page-list5-con {
    float: none;
    width: 100%;
  }
  .page-list5-con-title {
    padding: 10px 0;
  }
  .page-list7 {
    overflow: hidden;
  }
  .page-list7 li {
    width: 49%;
    margin-left: 0!important;
  }
  .page-list7 li:nth-child(even) {
    float: right;
  }
  .consult-box label {
    margin-bottom: 10px;
  }
  .consult-box span {
    display: block;
    width: 100%;
  }
  .consult-box input {
    display: block;
    width: 97%;
  }
  .consult-box textarea {
    width: 97%;
  }
  .consult-box .consult-ridio-btn span,
  .consult-box .consult-btn span {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  .consult-box {
    padding-top: 0 ;
  }
  .download-list li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .areas-div {
    width: 100%;
    height: 240px;
  }
  .index-areas-list li {
    width: 49%;
    height: 150px;
  }
  .index-areas-list li:nth-child(even) {
    float: right;
  }
  .index-areas-list .areas-item {
    margin: 0 0 15px;
  }
  .subject-box {
    width: 96%;
  }
}
@media screen and (max-width: 500px) {
  .page-list2 li {
    float: none;
    width: 100%;
  }
  .index-new-item li {
    font-size: 15px;
  }
  .index-new-item li.on {
    font-size: 15px;
  }
  .index-new-item-list li p {
    max-width: 75%;
    padding-left: 10px;
  }
  .index-new-item-list li span {
    font-size: 12px;
  }
  .theme-box .theme-img {
    width: 48%;
  }
  .theme-box .theme-con {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .page-banner {
    height: 160px;
  }
  .foot1-list li {
    display: block;
    width: 100%!important;
  }
  .page-list1-con {
    float: none;
    width: 100%;
  }
  .page-list1-img {
    float: none;
    width: 100%;
    height: 160px;
    background-size: auto 100%;
  }
  .areas-div {
    height: 200px;
  }
  .index-areas-list li {
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .logo {
    height: 40px;
	position:relative;
	right:0%;
  }
  .logo img {
    height: 40px;
    width: 24rem;
  }
  .menu-btn {
    padding: 0 0;
  }
  body {
    padding-top: 60px;
  }
  .theme-box .theme-img {
    float: none;
    width: 100%;
  }
  .theme-box .theme-con {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .slider-subject {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .slider-subject .slick-prev,
  .slider-subject .slick-next {
    top: auto;
    margin: 0;
    bottom: 0;
  }
  .slider-subject .slick-prev {
    left: 60px;
  }
  .slider-subject .slick-next {
    right: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .index-welfare-list li {
    height: 360px;
  }
}
@media screen and (max-width: 992px) {
  .banner .slick-slide {
    height: auto;
    background: none!important;
  }
  .banner .slick-slide .banner-wap {
    display: block;
  }
  .banner .slick-slide .banner-pc {
    display: none;
  }
  .index-box1 {
    padding: 30px 0;
  }
  .index-new {
    margin-top: 30px;
  }
  .index-title h2 {
    font-size: 22px;
  }
  .index-title span {
    display: block;
    max-width: 100%;
    margin: 0 ;
  }
  .index-new-img {
    float: none;
    width: 100%;
  }
  .index-new-list {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .index-box2 {
    padding: 10px 0 30px;
  }
  .index-new-item ul {
    margin-top: 3px;
  }
  .index-new-item li {
    width: 25%;
    margin-top: -3px;
    margin-right: 0;
    text-align: center;
  }
  .index-new-item li.on {
    font-size: 16px;
  }
  .index-new-item li:before {
    height: 3px;
  }
  .areas-div:hover {
    background-size: cover;
  }
  .index-areas-list {
    margin: 30px 0;
  }
  .index-areas-list li {
    height: 110px;
    background-size: cover;
  }
  .index-areas-list li:hover {
    background-size: cover;
  }
  .index-box3 {
    padding: 10px 0 30px;
  }
  .index-welfare-list li {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .index-construction-list li:nth-child(even) {
    float: right;
  }
  .index-new-item-box {
    margin-top: 10px;
  }
  .index-areas-list {
    padding-top: 0;
  }
  .index-areas-list {
    margin: 30px 0;
  }
  .index-areas-list .areas-item {
    margin: 0 0.5% 15px 0.5%;
  }
  .index-areas-list .kong {
    display: none;
  }
  .index-title h2 {
    font-size: 18px;
  }
  .subject-more {
    width: 60px;
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
  }
}
@media screen and (max-width: 992px) {
  .page-level-nav-more {
    float: none;
    display: block;
    margin: 10px auto 0 ;
  }
  .territory-div {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .territory-div1 {
    position: relative;
    min-height: auto;
  }
  .territory-div .territory-img {
    width: 90%;
    margin: 20px auto 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .slider-new p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-level-nav-third a {
    width: auto;
    padding: 0 20px;
  }
  .territory-list li {
    float: left;
    width: 49%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .territory-list li:nth-child(even) {
    float: right;
  }
}
@media screen and (max-width: 992px) {
  .territory-more {
    float: none;
    display: block;
    width: 50%;
    padding: 0 ;
    margin: 30px auto 0;
  }
  .territory-text-box {
    padding: 20px;
  }
  .territory-text-con {
    top: 100px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .territory-text-title {
    padding-bottom: 10px;
  }
  .territory-text-title h2 {
    font-size: 24px;
  }
  .territory-text-title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .page-banner1 {
    height: 300px;
  }
  .theme-1 {
    float: none!important;
    display: block;
    width: 100% !important;
  }
  .theme-1 .theme-list {
    height: auto;
  }
  .theme-new {
    margin-top: 0;
  }
  .theme-img {
    width: 30%;
    background-size: auto 100%;
  }
  .theme-con {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  .page-banner1 {
    height: 200px;
  }
  .theme-img {
    width: 40%;
  }
  .theme-con {
    width: 58%;
  }
}
@media screen and (max-width: 640px) {
  .theme-img {
    width: 45%;
  }
  .theme-con {
    width: 53%;
  }
}
@media screen and (max-width: 500px) {
  .theme-img {
    width: 48%;
  }
  .theme-con {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .theme-img {
    float: none;
    width: 100%;
    height: 150px;
  }
  .theme-con {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .jt-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-new-26 .index-new-img {
    height: 300px;
  }
  .index-new-26 .slider-new .slick-slide {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .index-new-26 .index-new-img {
    height: 240px;
  }
  .index-new-26 .slider-new .slick-slide {
    height: 240px;
  }
}
@media screen and (max-width: 450px) {
  .index-new-26 .index-new-img {
    height: 200px;
  }
  .index-new-26 .slider-new .slick-slide {
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .banner .slick-slide .single-banner-t {
    width: 645px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slick-slide .single-banner-t {
    width: 580px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 90px;
  }
}
@media screen and (max-width: 640px) {
  .banner .slick-slide .single-banner-t {
    width: 518px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 80px;
  }
}
@media screen and (max-width: 560px) {
  .banner .slick-slide .single-banner-t {
    width: 452px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .banner .slick-slide .single-banner-t {
    width: 388px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .banner .slick-slide .single-banner-t {
    width: 325px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 50px;
  }
}
@media screen and (max-width: 380px) {
  .banner .slick-slide .single-banner-t {
    width: 258px;
  }
  .banner .slick-slide .single-banner-t img {
    height: 40px;
  }
}
