/*font-size*/
p, i, h1, h2, h3, h4, h5, h6, span, li, a {
    font-size: 14px;
}
body {
    font-size: 100%;
}
.global_b{
	position: relative;
display: block;
width: 100%;
height: 0;
padding-bottom: 61.2%;
}
.global_t{
	
	background-image:url(../images/global01.jpg);
}
.dot_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.dot_box .dot{position:absolute;cursor:pointer;}
.dot_box .dot .dot_circle{float:left;display:block; width:14px; height:14px; background:#00479d; position:relative; z-index:3; border-radius:50%;}
 .dot:after,
 .dot:before{content:""; position:absolute; border-radius:50%; top:50%; left:50%; z-index:1;}
.dot:before {width:29px; height:29px; background:transparent; background:rgba(0,71,157,0.3); margin-top:-14px; margin-left:-14px; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
 .dot:after {width:46px; height:46px;background:transparent; /*background:#7e9ec3;*/ background:rgba(0,71,157,0.2); margin-left:-23px; margin-top:-23px; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}

@keyframes warn {
    0% {
        transform:scale(0.5);
        opacity:0;
    }
    25% {
        transform:scale(1);
        opacity:0.4;
    }
    50% {
        transform:scale(1.2);
        opacity:0.8;
    }
    75% {
        transform:scale(1.3);
        opacity:0.4;
    }
    100% {
        transform:scale(1.4);
        opacity:0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform:scale(0.5);
        opacity:0;
    }
    25% {
        transform:scale(1);
        opacity:0.4;
    }
    50% {
        transform:scale(1.2);
        opacity:0.8;
    }
    75% {
        transform:scale(1.3);
        opacity:0.4;
    }
    100% {
        transform:scale(1.4);
        opacity:0;
    }
}




.banner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.1rem 0 0;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .map {
  position: relative;
}
.banner .innerWrap .map > img {
  width: 100%;
}
.banner .innerWrap .map .mapArea ul li .area {
  position: absolute;
  cursor: pointer;
}
.banner .innerWrap .map .mapArea ul li .area:hover .point {
  color: #fff;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area:hover img {
  opacity: 1;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area img {
  width: 100%;
  opacity: 0;
}
.banner .innerWrap .map .mapArea ul li .area .point p{
	
  color: #d71518;
}
.banner .innerWrap .map .mapArea ul li .area .point {
  position: absolute;
  text-align: center;
  color: #d71518;
}
.banner .innerWrap .map .mapArea ul li .area .point:hover .dialog {
  display: block;
}
.banner .innerWrap .map .mapArea ul li .area .point i {
  font-size: 20px;
}
.banner .innerWrap .map .mapArea ul li .area .point p {
  white-space: nowrap;
  margin-bottom: 5px;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -1.7rem;
  bottom: 0.7rem;
  width: 3.4rem;
  border-radius: 8px;
  background: #fff;
  color: #5d5d5d;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -5.1rem;
  bottom: 2.1rem;
  width: 10.2rem;
  border-radius: 8px;
  background: #fff;
  color: #5d5d5d;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog:hover .imgBox div {
  transform: scale(1.05);
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.16rem solid transparent;
  border-right: 0.16rem solid transparent;
  border-top: 0.16rem solid #fff;
  z-index: 2;
  left: 50%;
  margin-left: -0.16rem;
  bottom: -0.16rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.48rem solid transparent;
  border-right: 0.48rem solid transparent;
  border-top: 0.48rem solid #fff;
  z-index: 2;
  left: 50%;
  margin-left: -0.48rem;
  bottom: -0.48rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .imgBox {
  height: 5.82rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text {
  padding: 0.25rem 0.5rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
  font-size: 22px;
  margin-bottom: 0.15rem;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text h2 {
    font-size: 16px;
  }
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text p {
  font-size: 14px;
  white-space: normal;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .map .mapArea ul li .area .point .dialog .text p {
    font-size: 12px;
  }
}
.banner .innerWrap .map .mapArea ul li:nth-child(1) .area {
  width: 10.39%;
  left: 26.71%;
  bottom: 25.17%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(1) .area .point {
  left: 41.53%;
  bottom: 30%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(2) .area {
  width: 15.15%;
  left: 13.67%;
  bottom: 50.68%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(2) .area .point {
  left: 50%;
  bottom: 26%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(3) .area {
  width: 2.5%;
  left: 47.34%;
  bottom: 62.52%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(3) .area .point {
  left: -50%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area {
  width: 0.78%;
  left: 49.45%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area .point {
  display: flex;
  left: -80%;
  bottom: 80%;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(4) .area .point .dialog {
  bottom: 2.5rem;
  margin-left: -7rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(5) .area {
  width: 7.65%;
  left: 63.36%;
  bottom: 43.38%;
  z-index: 2;
}
.banner .innerWrap .map .mapArea ul li:nth-child(5) .area .point {
  left: 0%;
  bottom: 60%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area {
  width: 16.01%;
  left: 64.84%;
  bottom: 47.91%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point1 {
  left: 5%;
  bottom: 63%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point2 {
  left: 42%;
  bottom: 52%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point3 {
  left: 78%;
  bottom: 56%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point3 .dialog {
  bottom: 2.5rem;
  margin-left: -7.6rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point4 {
  left: 25%;
  bottom: 20%;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point5 {
  left: 66%;
  bottom: 24%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point5 .dialog {
  bottom: 2.5rem;
  margin-left: -7.2rem;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point6 {
  left: 60%;
  bottom: 12%;
  display: flex;
  flex-direction: row-reverse;
}
.banner .innerWrap .map .mapArea ul li:nth-child(6) .area .point6 .dialog {
  bottom: 2.5rem;
  margin-left: -7.2rem;
}
.banner .innerWrap .map .mapArea ul li .area .point .dialog .text{
    background-color:#fff;
    
}
.title {
  margin-bottom: 0.4rem;
}
.title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
  color:#fff;
  line-height: normal;
}

.global.channel_content {
    padding: 0;
}
.global01 {
    background: url(../images/global01_1.jpg) no-repeat center;
        background-size: auto;
    padding: 55px 0 40px;
    background-size: cover;
}
.global01 .infor {
    text-align: center;
    padding: 0 16%;
}
.global01 .infor .tit p a {
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #333f47;
}
.global01 .infor .con p{
    font-size: 15px;
    line-height: 28px;
    color: #333f47;
    margin-top: 20px;
}
.global01 .content {
    padding: 0 20%;
    margin-top: 40px;
    text-align: center;
}
.global01 .content li {
    width: 33%;
    float: left;
}
.global01 .content .more::after {
    content: '';
    width: 0;
    height: 100%;
    background: #333f47;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.global01 .content .more:hover::after {
    width: 100%;
}
.global01 .content .more:hover span.icon {
    background-position: -8px 0;
}
.global01 .content .more:hover .txt {
    color: #fff;
}
.global01 .content li .intro span.num {
    font-size: 62px;
    line-height: 62px;
    color: #fcb026;
    font-family: Impact;
}
.global01 .content li .intro span {
    display: inline-block;
}
.global01 .content li .intro span.txt {
    font-size: 16px;
    line-height: 28px;
    color: #333f47;
}
.global01 .content .more {
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fcb026;
    font-size: 14px;
    color: #333f47;
    font-weight: bold;
    position: relative;
    margin-top: 40px;
}
.global01 .content .more span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
.global01 .content .more span.icon {
    width: 8px;
    height: 16px;
    background: url(../images/about_center03_jt.png) no-repeat;
    margin-left: 33px;
}

.global02 .content {
    height: 438px;
    background: url(../images/global02_1.jpg) no-repeat center;
    position: relative;
    background-size: cover;
}
.global02 .content .play {
    width: 168px;
    height: 168px;
    background: url(../images/global02_2.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -84px;
    top: 50%;
    margin-top: -84px;
    cursor: pointer;
}
.global03 {
    padding-top: 0px;
	margin-bottom: 70px;
}
.global03 .infor {
    text-align: center;
    margin-bottom: 45px;
}
.global03 .infor .tit p{
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #333f47;
}
.global03 .infor .con p{
    font-size: 16px;
    line-height: 32px;
    color: #636b70;
    margin-top: 20px;
}
.global03 .content .item .box {
    width: 30%;
    position: absolute;
    left: 0;
    height: 100%;
}
.global03 .content .item01 .box .intro {
    padding-top: 45px;
    padding-right: 120px;
}
.global03 .content .item .box .big_tit {
    font-size: 32px;
    line-height: 42px;
    color: #333f47;
    font-weight: bold;
    margin-bottom: 45px;
}
.global03 .content .item .box .con {
    font-size: 14px;
    line-height: 32px;
    color: #616262;
	text-align:justify;
}
.global03 .content .item .box .more {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #333e46;
    font-size: 14px;
    color: #333f47;
    font-weight: bold;
    position: relative;
    margin-top: 35px;
}
.global03 .content .item .box .more {
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333f47;
    font-weight: bold;
}
.global03 .content .item .box .more span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
.global03 .content .item .box .more span.icon {
    width: 8px;
    height: 16px;
    background: url(../images/about_center03_jt.png) no-repeat;
    margin-left: 33px;
}
.global03 .content .item .box .more::after {
    content: '';
    width: 0;
    height: 100%;
    background: #fcb026;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.global03 .content .item .box .more:hover::after {
    width: 100%;
}
.global03 .content .item .box .more:hover {
    border-color: #fcb026;
}
.global03 .content .item02 .box {
    right: 0;
    left: inherit;
}
.global03 .content .item02 .box .intro {
    padding-top: 80px;
    padding-left: 45px;
    padding-right: 80px;
}
.global03 .content .item03 {
    height: 403px;
	margin-top: 30px;
}
.global03 .content .item03 .left {
    width: 59.7%;
    float: left;
    height: 100%;
    position: relative;
}
.global03 .content .item03 .right {
    width: 40.3%;
    float: right;
    height: 100%;
    position: relative;
}
.global03 .content .item03 .left .box {
    right: 0;
    left: inherit;
    width: 52%;
}
.global03 .content .item .box .smal_tit {
    font-size: 32px;
}
.global03 .content .item03 .left .box .intro {
    padding: 40px 25px 20px;
}
.global03 .content .item03 .right .info {
    position: relative;
    z-index: 2;
    padding: 80px 50px 80px 60px;
}
.global03 .content .item03 .right .info .tit {
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: lighter;
}
.global03 .content .item03 .right .info .con {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-family: Impact;
    margin: 39px 0 40px;
}
.global03 .content .item03 .right .info .txt {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.global03 .content .item {
    position: relative;
    overflow: hidden;
}

.contact_us03 {
    margin-top: 45px;
}
.contact_us03 ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.contact_us03 ul li .tit {
    font-size: 28px;
    color: #333e46;
    font-family: Impact;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact_us03 ul li .box {
    padding: 30px;
    border: 1px solid #e2e2e2;
}
.contact_us03 ul li .box .left {
    float: left;
    position: relative;
    padding-right: 5%;
    font-size: 20px;
    color: #333e46;
    line-height: 110px;
    width: auto;
}
.contact_us03 ul li .box .left::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 110px;
    background: #bcbcbc;
    top: 50%;
    margin-top: -55px;
}
.contact_us03 ul li .box .right {
    width: 60%;
    position: relative;
    float: left;
    padding-left: 5%;
    min-height: 110px;
}
:root .contact_us03 ul li .box .right dl {
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}
.contact_us03 ul li .box .right dl dd {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #333e46;
    line-height: 30px;
}
.contact_us03 ul li .box .right dl dd a{
    font-size: 16px;
    color: #333e46;
    line-height: 30px;
}
.contact_us03 ul li .box .right dl dd::after {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fcb026;
    top: 12px;
}
.contact_us03 ul li.li_img {
    text-align: center;
    overflow: hidden;
}

.global04 h2{font-size: 22px;margin-bottom: 15px;}
.global04 .col-md-4{border-top: 1px solid #e4e4e4; padding:20px 0px 20px;}
.global04  .row{margin:0px;}


.dot_box .dot  .info {
    display: none;
    background: url(../images/infobg.png) left center no-repeat;
    
    height: 51px;
    margin-top: -18px;
    float: left;
    position: relative;
    z-index: 9;
	background-size: cover;
	border-radius: 10px;
}
.dot_box .dot .info p {
    color: #333;
    font-family: Arial;
    font-size: 14px;
   padding: 4px 10px 0px 16px;
}
.dot_box .dot .info p span {
    display: block;
    font-weight: bold;
	white-space: nowrap;
	line-height: 1;
}











































@media only screen and (max-width: 1440px) {
  .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title h1 {
    font-size: 24px;
  }
}
.title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e40112;
  bottom: 0;
  left: 50%;
  margin-left: -0.2rem;
}
.content {
  overflow: hidden;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content1 {
  padding: 3rem 0 0 0;
}
.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  justify-content: center;
}
.content1 .tab ul li {
  width: 2rem;
  height: 0.64rem;
  border: 1px solid #e50212;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
  }
}
.content1 .tab ul li:first-child {
  margin-right: 0.32rem;
}
.content1 .tab ul li a {
  display: block;
  text-align: center;
  line-height: 0.64rem;
  width: 100%;
  height: 100%;
  color: #e50212;
}
.content1 .tab ul li.active,
.content1 .tab ul li:hover {
  background: #e50212;
}
.content1 .tab ul li.active a,
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li.active i,
.content1 .tab ul li:hover i {
  transform: rotate(90deg);
}
.content1 .ctx1 {
  margin-bottom: 0.5rem;
}
.content1 .ctx1 p {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx1 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx1 p {
    font-size: 14px;
  }
}
.content1 .ctx2 ul {
  display: flex;
  flex-wrap: wrap;
}
.content1 .ctx2 ul li {
  margin-bottom: 0.5rem;
}
.content1 .ctx2 ul li:hover .imgBox div {
  transform: scale(1.05);
}
.content1 .ctx2 ul li:hover .text h2 {
  color: #e50212;
  text-decoration: underline;
}
.content1 .ctx2 ul li .imgBox {
  overflow: hidden;
}
.content1 .ctx2 ul li .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.content1 .ctx2 ul li .text {
  background: #f6f6f6;
}
.content1 .ctx2 ul li:first-child {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.content1 .ctx2 ul li:first-child .imgBox {
  width: 50%;
  
}
.content1 .ctx2 ul li:first-child .imgBox img{
  width: 100%;
  
}

.content1 .ctx2 ul li:first-child .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 30px;
text-align: justify;
}
.content1 .ctx2 ul li:first-child .text h2 {
  font-size: 24px;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:first-child .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:first-child .text p {
  font-size: 16px;
  color: #6f6f6f;
}
@media only screen and (max-width: 1366px) {
  .content1 .ctx2 ul li:first-child .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:first-child .text p {
    font-size: 14px;
  }
}
.content1 .ctx2 ul li:first-child .text .p1 {
  margin-bottom: 0.9rem;
}
.content1 .ctx2 ul li:nth-child(5n+2) {
  width: 32.8%;
  margin-right: 0.8%;
}
.content1 .ctx2 ul li:nth-child(5n+2) .imgBox {
  
}
.content1 .ctx2 ul li:nth-child(5n+2) .imgBox img{
  width:100%;
}
.content1 .ctx2 ul li:nth-child(5n+2) .text {
  padding: 1rem;
}
.content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
  font-size: 24px;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+2) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 30px;
  text-align:justify;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+2) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+3) {
  width: 32.8%;
  margin-right: 0.8%;
}
.content1 .ctx2 ul li:nth-child(5n+3) .imgBox {
  
}
.content1 .ctx2 ul li:nth-child(5n+3) .imgBox img{
  width:100%;
}
.content1 .ctx2 ul li:nth-child(5n+3) .text {
  padding: 1rem;
}
.content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
  font-size: 24px;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+3) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 30px;
  text-align:justify;
  
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+3) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+4) {
  width: 32.8%;
}
.content1 .ctx2 ul li:nth-child(5n+4) .imgBox {
  
}
.content1 .ctx2 ul li:nth-child(5n+4) .imgBox img{
  width:100%;
}
.content1 .ctx2 ul li:nth-child(5n+4) .text {
  padding: 1rem;
}
.content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
  font-size: 24px;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n+4) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 30px;
  text-align:justify;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n+4) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 5) {
  width: 49.4%;
  margin-right: 1.2%;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .imgBox {
  height: 3.4rem;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text {
  padding: 0.64rem 0.75rem;
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 5) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 5) .text p {
    font-size: 12px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 6) {
  width: 49.4%;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .imgBox {
  height: 3.4rem;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text {
  padding: 0.64rem 0.75rem;
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1440px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text h2 {
    font-size: 16px;
  }
}
.content1 .ctx2 ul li:nth-child(5n + 6) .text p {
  font-size: 14px;
  color: #888;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  line-height: 1.714;
  height: 96px;
}
@media only screen and (max-width: 767px) {
  .content1 .ctx2 ul li:nth-child(5n + 6) .text p {
    font-size: 12px;
  }
}


@media screen and (max-width: 1810px) {

.global03 .content .item02 .box {
    width: 30%;
}
.global03 .content .item03 .left .box {
    width: 57%;
}
.global03 .content .item03 .left .box .intro {
    padding: 60px 40px 20px;
}

}

@media screen and (max-width: 1680px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1581px) {
  .global03 .content .item .box {
    width: 32%;
}
.global03 .content .item01 .box .intro {
    padding-right: 80px;
}
.global03 .content .item .box .smal_tit {
    font-size: 25px;
}
.global03 .content .item02 .box {
    width: 29%;
}
.global03 .content .item03 .left .box {
    width: 52%;
}
}

@media screen and (max-width: 1440px) {
	html {
    font-size: 18px;
  }
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
  .global03 .content .item01 .box .intro {
    padding-right: 100px;
}
.global03 .content .item02 .box {
    width: 28%;
}
.global03 .content .item03 .left .box {
    width: 56%;
}
.global03 .content .item03 .left .box .intro {
    padding: 60px 30px 20px;
}


}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
  .global03 .content .item .box .big_tit {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.global03 .content .item02 .box {
    width: 22.5%;
}
.global03 .content .item .box .more span.icon {
    margin-left: 20px;
}
.global03 .content .item .box .smal_tit {
    font-size: 20px;
}
.global03 .content .item03 .left .box {
    width: 57%;
}
.global03 .content .item03 .right {
    width: 37%;
}
.global03 .content .item03 .right .info {
    padding: 60px 30px;
}
.global03 .content .item03 .right .info .tit {
    font-size: 25px;
    line-height: 25px;
}
.global03 .content .item03 .right .info .con {
    font-size: 30px;
    line-height: 30px;
}


}


@media screen and (max-width: 992px) {

.global03 .content .item .box {
    width: 100%;
    position: static;
}
.global03 .content .item01 .box .intro {
    padding: 20px;
}
.global03 .content .item .box .more {
    margin-top: 20px;
}
.global03 .content .item02 {
    background: #f1f1f1 !important;
    height: auto !important;
}
.global03 .content .item03 {
    background: #fcb026 !important;
    height: auto !important;
}

.global03 .content .item03 .left {
    width: 50%;
    background: #fff;
}
.global03 .content .item03 .left .box {
    width: 100%;
}
.global03 .content .item03 .left .box .intro {
    padding: 20px;
}
.global03 .content .item03 .right {
    width: 50%;
}



}

@media screen and (max-width: 768px) {
  .banner .innerWrap .map .mapArea {
    display: none;
  }
  .banner {
    height: auto;
    padding: 0.6rem 0;
  }
  .global03 .content .item .box .big_tit {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
}
.global03 .content .item .box .con {
    font-size: 13px;
    line-height: 22px;
}
.global03 .content .item .box .more {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    opacity: 0.8;
    margin-top: 15px;
}
.global03 .content .item .box .more {
    line-height: 34px;
}
.global03 .content .item .box .more span.icon {
    margin-left: 10px;
}
.global03 .content .item .box .smal_tit {
    display: none;
}
.global03 .content .item03 .right {
    width: 100%;
    background: #fcb026;
}
.global03 .content .item03 .left {
    width: 100%;
}
.global03 .content .item03 .right .info {
    padding: 20px;
}
.global03 .content .item03 .right .info .tit {
    font-size: 20px;
    line-height: 25px;
}
.global03 .content .item03 .right .info .con {
    font-size: 20px;
    line-height: 25px;
    margin: 5px 0 0;
}
  .banner .innerWrap {
    flex-direction: column;
  }
  .banner .innerWrap .ctx {
    width: 90%;
  }
  .banner .innerWrap .ctx1 {
    margin-bottom: 1.2rem;
  }
  .banner .innerWrap .dialog {
    display: none;
  }
  .content1 .ctx2 ul {
    flex-direction: column;
  }
  .content1 .ctx2 ul li {
    width: 100% !important;
  }
  .content1 .ctx2 ul li .text {
    padding: 1rem !important;
  }
  .content1 .ctx2 ul li:first-child {
    flex-direction: column;
  }
  .content1 .ctx2 ul li:first-child .imgBox,
  .content1 .ctx2 ul li:first-child .text {
    width: 100%;
  }
}
