input:focus {
	outline: none;
	border: none;
}
/**** home ****/
.homePage{
	width:100%;
	/*margin-top:-116px;*/
}
.homePage_bannerCon{
	position: relative;
	width:100%;
	z-index: 1;
}
.bannerCon_bannerBg {
    width: 100%;
    /*min-height:530px;*/
    overflow:hidden;
}

.bannerCon_bannerBg img {
	/* max-height: 650px; */
}

.bannerCon_swiper{
	width: 100%;
	/*position: absolute;
	top:0;*/
}
.swiper-container1.swiper-container {
    width: 100%;
    /*margin-top: 5%;*/
    /*margin-top:100px;*/
}
.link_name {
	position: relative;
}
.swiper-container1 .swiper-slide {
	/*border-radius: 15px;
	overflow: hidden;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);*/
}
.swiper-container1 .swiper-slide-active, .swiper-container1 .swiper-slide-duplicate-active {
    /*-webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 20px 50px rgba(0,63,127,1);*/
}
.swiper-container1 .swiper-slide .swiper-caption {
    /*font-family: Myriad Pro Bold;*/
    position: absolute;
    top: 26%;
    left: 29%;
    width: 67%;
}
.swiper-slide .swiper-caption h3 {
    color: #fff;
}

.swiper-slide .swiper-caption p {
    color: #fff;
}

}
@media screen and (min-width: 768px) {
    .swiper-slide .swiper-caption h3 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 50px;
        color: #fff;
    }

    .swiper-slide .swiper-caption p {
        margin-bottom: 20px;
        font-size: 20px;
        color: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-slide .swiper-caption h3 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 80px;
        color: #fff;
    }

    .swiper-slide .swiper-caption p {
        margin-bottom: 20px;
        font-size: 30px;
        color: #fff;
    }
}



.swiper-container1 .swiper-slide-active img {
    /*transition: transform 12s linear 0s;*/
    /*This should be based on your carousel setting. For bs, it should be 5second*/
    /*transform: scale(1.05, 1.05);*/
    /*-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;*/
}
.swiper-container1 .swiper-slide.active img {
	/*transition: transform 5000ms linear 0s;*/
	/*This should be based on your carousel setting. For bs, it should be 5second*/
	/*transform: scale(1.05, 1.05);*/

	/*-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;*/
}
.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.swiper-container1 .swiper-slide a {
    /*background: #fff;*/
    /*padding:10px;*/
    /*display: block;*/
    /*border-radius: 14px;*/
}
.swiper-slide-active a:after {
	background: none;
}
.swiper-container1 .swiper-slide img {
	width: 100%;
	/*border-radius: 14px;*/
	display: block;
}


/*轮播小圆点*/
.swiper-pagination {
	position: relative;
	bottom: 10px;
}
.swiper-container1 > .swiper-pagination-bullets {
    position: absolute;
    bottom: 35px;
    padding-right: 3.66%;
    text-align: right;
}
.swiper-container1 > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    border-radius: 0;
    background-color: #fff;
}
.swiper-container1 > .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #ff852a;
}
/*轮播左右箭头已隐藏*/
.button {
	width: 1000px;
	margin: 0 auto;
	bottom: 43px;
	position: relative;
}
.button div:hover {
	background-color: #2f4798;
}
.swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}


/*文字介绍*/
.homePage_introInfo {
    padding: 60px 7.8% 20px;
}
.introInfo_container {
    display:flex;
    flex-wrap:wrap;
}
.introInfo_cell {
    position: relative;
    width: 31.25%;
    margin: 0 1% 40px;
    padding: 2px;
    border: 2px solid #eeeeee;
    transition: all .2s;
}
.introInfo_media .img_active {
    display: none;
}
.introInfo_inner {
    font-size: 20px;
    color: #a0a0a0;
    text-align: center;
    margin-bottom: 20px;
    transition: all .2s;
}
@media (max-width: 1200px) {
    .introInfo_inner {
        font-size: 16px;
    }
}
.introInfo_cell:hover,
.introInfo_cell.active {
    padding: 0;
    border: 4px solid #2163ad;
    box-shadow: 0 10px 30px 10px rgba(143, 173, 247, 0.25);
    text-decoration: none;
}
.introInfo_cell:hover::after,
.introInfo_cell.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 17%;
    bottom: -10px;
    width: 66%;
    height: 8px;
    background-color: #2163ad;
}
.introInfo_cell:hover .introInfo_media .img_active,
.introInfo_cell.active .introInfo_media .img_active {
    display: block;
}
.introInfo_cell:hover .introInfo_media .img_normal,
.introInfo_cell.active .introInfo_media .img_normal {
    display: none;
}
.introInfo_cell:hover .introInfo_inner,
.introInfo_cell.active .introInfo_inner {
    color: #2163ad;
}

.introInfo_subtitle, .introInfo_txt {
    font-size: 22px;
    /*color: #9c9c9c;*/
}
/*.introInfo_title {
    font-size: 30px;
    font-weight: 600;
}*/
/*.introInfo_txt ~ .introInfo_txt{
    font-size:16px;
}*/
    /*learn more*/
    .homePage_learnMore {
        width: 100%;
        background: url("../Images/home/new/banner01.jpg") no-repeat center center;
        background-size: cover;
        padding: 11% 5% 9%;
        text-align: center;
        /*margin-top: 4%;*/
    }
.homePage_learnMoreTitle {
    padding-bottom:30px;
    font-size:60px;
    color:#fff;
}
.homePage_learnMore p {
    margin:0;
}
.homePage_learnMoreTxt {
    padding-bottom: 40px;
    font-size: 24px;
    color: #fff;
}
.homePage_learnMoreBtn {
    display: inline-block;
    padding:0 20px;
    font-size:24px;
    color:#fff;
    line-height:40px;
    cursor: pointer;
    border: 1px solid #fff;
}
.homePage_learnMoreBtn:focus,
.homePage_learnMoreBtn:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .homePage_learnMoreTitle {
        font-size: 50px;
    }
    .homePage_learnMoreTxt {
        font-size: 20px;
    }
}

/*icon*/
.homePage_iconLists{
	width: 100%;
	background: url("../Images/home/iconBg.jpg") no-repeat;
	background-size: 100%;
	padding:40px 90px 44px 90px;
	text-align: center;
	border-bottom: 1px solid #898989;
}
.iconLists_icon{
	/*width:13.664%;*/
	width:116px;
	height:116px;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	margin-right: 24px;
	/*margin-right: 2.808%;*/
	vertical-align: top;
}
.iconLists_noDistance{
	margin-right: 0;
}
.iconLists_iconImg{
	margin:0 auto;
}
.iconLists_iconImg1{
	width:58px;
	height:64px;
	margin-top:13px;
	margin-bottom: 4px;
}
.iconLists_iconImg2{
	width:65px;
	height:62px;
	margin-top:8px;
	margin-bottom: 10px;
}
.iconLists_iconImg3{
	width:58px;
	height:58px;
	margin-top:16px;
	margin-bottom: 6px;
}
.iconLists_iconImg4{
	width:64px;
	height:64px;
	margin-top:19px;
	margin-bottom: 6px;
}
.iconLists_iconImg5{
	width:61px;
	height:56px;
	margin-top:16px;
	margin-bottom: 8px;
}
.iconLists_iconImg6{
	width:67px;
	height:55px;
	margin-top:15px;
	margin-bottom: 10px;
}
.iconLists_iconTxt{
}
.iconLists_iconTxt p{
	margin:0;
	color:#535353;
	font-size: 11px;
}


/**** Lastest Science Begin ****/
.homePage_lastScience {
    width: 100%;
    background: #eee;
    /* padding: 51px 7.4% 60px; */
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.lastScience_title, .upcomEvent_title {
    display: inline-block;
    padding: 0px 20px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    background-color: #2163ad;
}
/*.lastScience_title {
    width: 165px;
    background: url(../Images/home/1.png) no-repeat;
    background-size: 100%;
}*/
    .lastScience_container {
        padding: 22px 7.4% 70px;
    }
.lastScience_con {
    width: 31.4%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 36px;
    /*border-radius: 10px;*/
    overflow: hidden;
}
.lastScience_con:nth-child(3n+2) {
    margin-left: 2.37%;
    margin-right: 2.37%;
}
.lastScience_conImg {
    width: 100%;
}
.lastScience_conInfo {
    width: 100%;
    height: 100%;
    position: absolute;
    /*bottom:0;*/
    top: 70%;
    background: rgba(0,0,0,.6);
    background: rgba(33, 99, 173, 0.7);
    font-weight: bold;
    text-align: left;
    /*padding: 20px;*/
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    -webkit-pointer-events: none;
    pointer-events: none;
}
@media screen and (max-width:1200px) {
    .lastScience_conInfo {
        top:68%;
    }
    .lastScience_conInfo {
        padding: 12px;
    }
    .lastScience_conInfoTxt {
        color: #fff;
        font-size: 16px;
        margin: 0;
        /*font-weight: 900;*/
    }

    .lastScience_conInfoDate {
        color: #ff852a;
        font-size: 13px;
        margin: 0;
    }
}
@media screen and (min-width:1200px) {
    .lastScience_conInfo{
        padding:10px 20px 12px;
    }
    .lastScience_conInfoTxt {
        margin: 0;
        padding-bottom: 2px;
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        /*font-weight: 900;*/
    }

    .lastScience_conInfoDate {
        color: #ff852a;
        font-size: 17px;
        line-height: 20px;
        margin: 0;
    }
}
/*.lastScience_conInfo p {
    line-height: 25px;
}*/

.lastScience_conInfoDetail {
    color: #fff;
    margin-top: 14px;
    display: none;
}
.lastScience_conInfo.active{
    top:0;
	/*border-radius: 10px;*/
}

.lastScience_conImg .animateTxt {
      position: absolute;
      width: 100%;
      bottom: 0px; }
.lastScience_conImg .activityName {
      position: absolute;
      width: 100%;
      bottom: 100px;
      text-align: center;
      color: #fff; }
.lastScience_conImg .moreInfo {
      position: absolute;
      width: 100%;
      bottom: 40px;
      text-align: center;
      color: #fff; }

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/**** Upcoming Events ****/
.homePage_upcomEvent {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 7.4% 55px;
    background: #eee;
    text-align: center;
}
.upcomEvent_title {
    margin-bottom:55px;
    /*width: 190px;
    background: url(../Images/home/2.png) no-repeat;
    background-size: 100%;*/
}
.swiper-container2 {
    /*margin: 55px 7.4%;*/
    position: static;
}
.upcomEvent_leftArrow, 
.upcomEvent_rightArrow {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 50%;
    background-color: #a6a6a6;
    border-radius: 20px;
    cursor: pointer;
}
.upcomEvent_leftArrow {
    left:1.8%;
}
.upcomEvent_rightArrow {
    right:1.8%;
}
.upcomEvent_leftArrow span, .upcomEvent_rightArrow span {
    color: #fff;
    font-size: 29px;
    display: inline-block;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform: scale(0.7,1.4);
    -webkit-transform: scale(0.7,1.4);
    -moz-transform: scale(0.7,1.4);
    -ms-transform: scale(0.7,1.4);
    -o-transform: scale(0.7,1.4);
}
.upcomEvent_con {
    width: 100%;
    /*border-radius: 10px;*/
    position: relative;
    /*cursor: pointer;*/
    /*overflow:hidden;*/
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 3.48%;
    box-shadow: 0px 5px 20px 0px #e3e3e3;
}
.upcomEvent_con:last-child{
	margin-right: 0;
}
.upcomEvent_conImg {
    width: 100%;
    overflow: hidden;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
.upcomEvent_conImg img {
    transition: all 0.6s;
}
.upcomEvent_conImg img:hover {
    transform: scale(1.2);
}
.upcomEvent_conInfo {
    text-align: left;
    padding: 15px 14px 21px 18px;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
    font-size: 12px;
    background-color: #fff;
    /*height: 117px;*/
}
.upcomEvent_conTxt {
    color: #000;
    margin: 0;
    height: 37px;
    overflow: hidden;
}

.upcomEvent_conDate{
	color:#535353;
	/*font-size: 10px;*/
	margin:0;
}
.upcomEvent_conBtn {
    margin-top: 10px;
    padding: 3px 12px;
    color: #fff;
    font-size: 12px;
    background-color: #2163ad;
    /*border-radius: 15px;*/
    display: inline-block;
}
.upcomEvent_conBtn>a{color:#fff}
.upcomEvent_conBtn > a:hover{text-decoration:none}
/*.swiper-container2 .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
/*.swiper-container2 .swiper-slide-active img {
  transition: transform 6000ms linear 0s;
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}
.swiper-container2 .swiper-slide.active img {
	transition: transform 5000ms linear 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
}*/


/**** search ****/
.homePage_search .search_coninput{
	margin-top:43px;
}
.homePage_search .search_inputTxt{
	width:458px;
	height:54px;
	line-height: 55px;
	text-indent: 30px;
	padding-right:100px;
	border:none;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	font-size: 25px;
	color:#a0a0a0;
	vertical-align: top;
}
.homePage_search .search_inputTxt:focus{
	border:none;
}
/*.homePage_search .search_inputbtn{
	width:121px;
	height:56px;
	display: inline-block;
	margin-left: -4px;
}*/

.homePage_bannerCon .search_coninput {
    margin-top: 3%;
    /*position: absolute;
    top: 72%;
    left: 29%;
    z-index:2;*/
}
.homePage_bannerCon .search_inputTxt {
    width: 360px;
    height: 80px;
    line-height: 80px;
    text-indent: 25px;
    padding-right: 20px;
    border: none;
    /*border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;*/
    font-size: 28px;
    color: #000;
    vertical-align: middle;
}
.homePage_bannerCon .search_inputTxt:focus{
	border:none;
}
.homePage_bannerCon .search_inputbtn {
    display: inline-block;
    width: 150px;
    height: 80px;
    margin-left:-5px;
    font-size: 34px;
    line-height: 60px;
    color: #fff;
    /*padding: 10px;*/
    /*padding: 0px 13px;*/
    background-color: #ff852a;
    /*border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;*/
    border: 10px solid #fff;
    vertical-align: middle;
}

.homePage_bannerCon .search_inputbtn:focus {
    outline: none;
}

.homePage_bannerCon .search_inputbtn img {
}


.bannerCon_swiper>.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    /*overflow-y: visible;*/
}

.bannerCon_swiper .swiper-slide {
    /*margin: 20px 0px;
    margin-bottom: 50px;*/
}


/*蓝色框的标题*/
.blue-title-container {
    margin-bottom: 55px;
    text-align: center;
}

.blue-title {
    display: inline-block;
    padding: 0px 20px;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    background-color: #2163ad;
}

/*网站swiper的默认样式*/
.rsdSwiper {
    position: static;
}

.rsdSlide-m {
    margin-bottom: 13px;
    box-shadow: 0px 5px 20px 0px #e3e3e3;
    background-color: #fff;
}

.rsdSlide-media {
    width: 100%;
    overflow: hidden;
}

.rsdSlide-media img {
    transition: all 0.6s;
}

.rsdSlide-media img:hover {
    transform: scale(1.2);
}

.rsdSlide-inner {
    padding: 16px 20px 20px;
}

.rsdSlide-title {
    margin-bottom: 0;
    font-size: 20px;
    color: #535353;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rsdSlide-date {
    margin-bottom: 0;
    font-size: 18px;
    color: #aaaaaa;
}

.rsdSwiper-leftArrow,
.rsdSwiper-rightArrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    cursor: pointer;
}

.rsdSwiper-leftArrow {
    left: 2%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #a6a6a6 center 50%/50% 50% no-repeat;
}

.rsdSwiper-rightArrow {
    right: 2%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #a6a6a6 center 50%/50% 50% no-repeat;
}

/*提交弹窗*/

#formModal .modal-body {
    margin-top: 35px;
    padding: 0px 50px;
    padding-bottom: 35px;
}

#formModal .form-field-element {
    margin-top: 20px;
}

#formModal .close {
    position: relative;
    top: 10px;
    right: 15px;
}

#formModal input.text {
    display: block;
    width: 90%;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    line-height: 45px;
    border: 2px solid #cfcfcf;
    border-radius: 0px;
    font-size: 16px;
    height: 45px;
}

#formModal label {
    font-size: 16px;
    font-weight: 600;
    color: #043055;
}

#formModal .submitBtn {
    margin-top: 35px;
    color: #0091bf;
    border: 1px solid #0091bf;
    border-radius: 0px;
    background: none;
    font-size: 20px;
    padding: 10px 20px;
}

.coverPage {
    position: absolute;
    width: 100%;
    height: 400%;
    top: 0;
    left: 0;
    z-index: 1000;
}

/*首页 中间内容调整 */

@media screen and (min-width: 1650px) {
    .lastScience_container, .homePage_introInfo, .swiper-container2 {
        width: 1600px;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    
}

@media screen and (max-width: 1650px) {
    .lastScience_container, .homePage_introInfo, .swiper-container2 {
        width: 1200px;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .lastScience_conInfoTxt {
        margin: 0;
        padding-bottom: 2px;
        font-size: 20px;
        line-height: 20px;
    }
    .lastScience_conInfoDate {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }
}

.homePage_introInfo {
    padding-top: 60px;
    padding-bottom: 20px;
}

.lastScience_container {
    padding-top: 22px;
    padding-bottom: 70px;
}