.page-train1 .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc,
.page-course .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc,
.page-case .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc,
.page-policy .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc,
.page-admissions .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc,
.page-contact .AdvertisingSmall110 #lq-inbanner-gd .txt-block .desc {
	margin-bottom: 7.3333% !important;
}
.CompanyDetail2 #jh2_cpdetail_2 .bodyContTitle .fl p {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    position: relative;
}
@media (min-width: 1240px) {
	.CompanyDetail2 #jh2_cpdetail_2 .bodyCont_width.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
}
@media (max-width: 767px) {
	.CompanyDetail2 #jh2_cpdetail_2 .bodyContTitle .fl p {
		font-size: 6vw;
	}
}
		  @font-face {
    font-family: 'DisneyEnglishMedium';
    src: url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.eot');
    src: url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.eot') format('embedded-opentype'),
         url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.woff2') format('woff2'),
         url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.woff') format('woff'),
         url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.ttf') format('truetype'),
         url('http://cdn.jihuinet.com/wechat/upload/DisneyEnglishMedium.svg#DisneyEnglishMedium') format('svg');
}
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_5558edcrv9s.eot');
  src: url('//at.alicdn.com/t/font_249974_5558edcrv9s.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_5558edcrv9s.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/* PC端 */
#lq-header-gd.pc{
    height: 90px;
    position: relative;
}
#lq-header-gd.pc:after{
    z-index: 1699;
    width: 100%;
    height: 90px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #fff;
}
#lq-header-gd.pc .nav_content{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1700;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
#lq-header-gd.pc.design .nav_content{
    position: relative;
    height: 90px;
}
#lq-header-gd.pc.active .nav_content{
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
    box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
}
#lq-header-gd.pc .nav_content .nav-cont {
    width: 100%;
    padding: 0 67px;
    margin: 0;
    height: 46px;
}
#lq-header-gd.pc .logo {
    margin-left: 5.431131%;
    float: left;
    width: 19.5968645%;
    height: 46px;
}
#lq-header-gd.pc .logo a{
    display: block;
    height: 46px;
    padding: 0;
    font-size: 0;
}
#lq-header-gd.pc .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#lq-header-gd.pc .nav{
    float: right;
    height: 46px;
}
#lq-header-gd.pc .nav .nav_list{
    float: left;
    height: 46px;
}
#lq-header-gd.pc .nav .nav_list li{
    float: left;
    height: 46px;
    margin:0 1.09375vw;
    position: relative;
}
#lq-header-gd.pc .nav .nav_list .nav_btn {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #000;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-header-gd.pc .nav .nav_list .nav_btn:before {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: rgba(43,110,165,1);
    position: absolute;
    bottom: 4px;
    left: 50%;
    filter: alpha(opacity=0); /*支持 IE 浏览器*/
    -moz-opacity: 0; /*支持 FireFox 浏览器*/
    opacity: 0; /*支持 Chrome, Opera, Safari 等浏览器*/ 
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-header-gd.pc .nav .nav_list li .nav_btn.active,
#lq-header-gd.pc .nav .nav_list li:hover .nav_btn{
    color: rgba(43,110,165,1);
}
#lq-header-gd.pc .nav .nav_list li .nav_btn.active:before,
#lq-header-gd.pc .nav .nav_list li:hover .nav_btn:before {
    width: 16px;
    margin-left: -8px;
  filter: alpha(opacity=100); /*支持 IE 浏览器*/
  -moz-opacity: 1.0; /*支持 FireFox 浏览器*/
  opacity: 1.0; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#lq-header-gd.pc .nav .nav_list .fath_item .nav_btn {
/*     pointer-events: none; */
}
#lq-header-gd.pc .nav .nav_list .nav_btn.drop{
    /* padding-right: 20px; */
}
#lq-header-gd.pc .nav .nav_list .nav_btn .xybicon{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 12px;
    display: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-header-gd.pc .nav .nav_list li:hover .nav_btn .xybicon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(43,110,165,1);
}
#lq-header-gd.pc .nav .nav_list .nav_btn .xybicon:after{
    content: "\e7c3";
}
#lq-header-gd.pc .nav .nav_drop{
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-36%);
    -moz-transform: translateX(-36%);
    -o-transform: translateX(-36%);
    -webkit-transform: translateX(-36%);
    padding-top: 15px;
    margin-left: -10px;
}
#lq-header-gd.pc .nav .drop_content{
    background-color: #fff;
    padding: 0 65px 27px 31px;
    text-align: center;
    border-radius: 0;
    -webkit-animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    display: none;
    position: relative;
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#lq-header-gd.pc .nav .drop_content:after{
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: -2px;
    left: 50%;
    display: none;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
}
#lq-header-gd.pc .nav .drop_content .nav_drop_btn{
    display: block;
    padding: 0 12px;
    border-radius: 5px;
    text-align: left;
    white-space:nowrap;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#lq-header-gd.pc .nav .drop_content .nav_drop_btn.active,
#lq-header-gd.pc .nav .drop_content .nav_drop_btn:hover{
    color: rgba(43,110,165,1);
    background-color: #fff;
}
#lq-header-gd.pc .header-btn {
    float: right;
    line-height: 46px;
}
#lq-header-gd.pc .header-btn a {
    color: #999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#lq-header-gd.pc .header-btn a:hover {
    color: rgba(43,110,165,1);
}
#lq-header-gd.pc .header-btn .search-btn {
    margin-left: 2.8125vw;
}
#lq-header-gd.pc .header-btn .search-btn .xybicon {
    font-size: 22px;
    color: #000;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#lq-header-gd.pc .header-btn .search-btn .xybicon:before {
    content: "\e8c7";
}
#lq-header-gd.pc .header-btn .search-btn:hover .xybicon {
    color: rgba(43,110,165,1);
}
/**/
#lq-header-gd.pc .search-bg {
    width: 100%;
    height: 80px;
    display: block;
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 1699;
    display: none;
}
/*搜索结果*/
#laymod_771010 .search-show {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
#laymod_771010 .search-show.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto;
}
#laymod_771010 .search-show .search-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#laymod_771010 .search-show .search-table {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1998;
    display: table;
    table-layout: fixed;
}
#laymod_771010 .search-show .table-cont {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#laymod_771010 .search-show .table-cont .search-cont {
    margin: 0 auto;
    margin-top: -80px;
    width: 50%;
    height: 68px;
    display: block;
    border-bottom: 2px solid #eee;
    position: relative;
    z-index: 1998;
}
#laymod_771010 .search-show .table-cont .search-cont h6 {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s;
}
#laymod_771010 .search-show .table-cont .search-cont h6.act {
    font-size: 16px;
    bottom: 48px;
    line-height: 30px;
    height: 30px;
}
#laymod_771010 .search-show .table-cont .search-cont .search_text {
    width: 100%;
    padding:0;
    padding-right: 50px;
    height: 68px;
    font-size: 16px;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
}
#laymod_771010 .search-show .table-cont .search_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
}
#laymod_771010 .search-show .table-cont .search_btn .xybicon {
    font-size: 30px;
    color: #999;
    line-height: 68px;
}
#laymod_771010 .search-show .table-cont .search_btn .xybicon:before {
    content: "\e8eb";
}
/* 移动端 */
#g_web{
    position: relative;
    right: 0;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#g_web.active{
    right: 80vw;
}
#g_body.active{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}
#lq-header-gd.mob{
    height: 15vw;
}
#lq-header-gd.mob .header{
    width: 100%;
    height: 15vw;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2001;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-header-gd.mob .header.active{
    right: 80vw;
}
#lq-header-gd.mob .header .header_block{
    height: 15vw;
    text-align: center;
    position: relative;
    z-index: 2001;
    background-color: #fff;
    box-shadow: 0 0 2vw #eee;
    -webkit-box-shadow: 0 0 2vw #eee;
}
#lq-header-gd.mob .header .logo{
    width: auto;
    text-align: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    padding: 3.5vw 15px;
    margin: 0 auto;
}
#lq-header-gd.mob .header .logo img{
    height: 8vw;
    width: auto;
}
#lq-header-gd.mob .header .nav_icon{
    width: 15vw;
    height: 15vw;
    padding: 4.5vw 0;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
#lq-header-gd.mob .header .nav_icon .xybicon{
    font-size: 6vw;
    color: #000;
    height: 6vw;
    display: block;
    text-align: center;
    line-height: 6vw;
}
#lq-header-gd.mob .header .nav_icon .xybicon:after{
    content: "\e7ff";
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#lq-header-gd.mob .nav{
    position: fixed;
    height: 100%;
    width: 80vw;
    padding: 0 5vw;
    padding-bottom: 15vw;
    z-index: 2003;
    right: -80vw;
    top: 0;
    background-color: #f3f3f3;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-header-gd.mob .nav.active{
    right: 0;
    box-shadow: 0 0 3vw #333;
    -webkit-box-shadow: 0 0 3vw #333;
}
#lq-header-gd.mob .close_btn{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2002;
    opacity: 0;
    pointer-events: none;
    transition: all .4s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .4s cubic-bezier(.5,0,0,1);
}
#lq-header-gd.mob .close_btn.active{
    opacity: 0.5;
    pointer-events: all;
}
#lq-header-gd.mob .nav .company{
    color: rgba(43,110,165,1);
    text-align: center;
    font-size: 6vw;
    line-height: 9vw;
    padding: 3vw 0;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}
#lq-header-gd.mob.en .nav .company{
    line-height: 7vw;
}
#lq-header-gd.mob.cn .nav .company{
    font-family: "header_title_cn";
    font-size: 6vw;
}
#lq-header-gd.mob .nav .nav_content{
}
#lq-header-gd.mob .nav #nav_list{
    text-align: center;
    padding-top: 5vw;
}
#lq-header-gd.mob .nav #nav_list li{
    border-bottom: 1px solid #fff;
    padding: 1.5vw 0;
    position: relative;
}
#lq-header-gd.mob .nav #nav_list .nav_btn{
    font-size: 4vw;
    display: block;
    line-height: 9vw;
    color: #000;
    position: relative;
    z-index: 1;
    font-weight: 900;
}
#lq-header-gd.mob .nav #nav_list li:last-child .nav_btn{
    border-bottom: none;
}
#lq-header-gd.mob .nav #nav_list li.active .nav_btn{
    background-color: rgba(43,110,165,1);
    color: #fff;
    border-radius: 1vw;
}
#lq-header-gd.mob .nav #nav_list .drop_btn{
    position: absolute;
    right: 3vw;
    top: 1.5vw;
    z-index: 2;
    width: 9vw;
    height: 9vw;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#lq-header-gd.mob .nav #nav_list .drop_btn.active{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#lq-header-gd.mob .nav #nav_list .drop_btn .xybicon{
    height: 9vw;
    display: block;
    width: 9vw;
    text-align: center;
    line-height: 9vw;
    font-size: 5vw;
    color: rgba(43,110,165,1)
}
#lq-header-gd.mob .nav #nav_list li.active .drop_btn .xybicon{
    color: #fff;
}
#lq-header-gd.mob .nav #nav_list .drop_btn .xybicon:after{
    content: "\e79b";
}
#lq-header-gd.mob .nav .nav_drop{
    display: none;
    width: 50vw;
    margin: 0 auto;
    text-align: center;
}
#lq-header-gd.mob.en .nav .nav_drop{
    width: 60vw;
}
#lq-header-gd.mob .nav .nav_drop .drop_content{
    padding: 3vw 0;
    background-color: #fff;
    border-radius: 1vw;
    margin-top: 3vw;
    position: relative;
}
#lq-header-gd.mob.en .nav .nav_drop .drop_content{
    padding: 2vw 0;
}
#lq-header-gd.mob .nav .nav_drop .drop_content:after{
    content: "";
    width: 3vw;
    height: 3vw;
    display: block;
    background-color: #fff;
    position: absolute;
    top: -1.5vw;
    right: 23.5vw;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#lq-header-gd.mob.en .nav .nav_drop .drop_content:after{
    right: 28.5vw;
}
#lq-header-gd.mob .nav .nav_drop .nav_drop_btn{
    display: block;
    padding: 0 3vw;
    font-size: 3.5vw;
    line-height: 10vw;
    color: #000;
    font-weight: 900;
    text-align: center;
}
#lq-header-gd.mob.en .nav .nav_drop .nav_drop_btn{
    line-height: 5vw;
    margin: 3.5vw 0;
}
@media (max-width: 1399px) {
    #lq-header-gd.pc .nav .nav_list .nav_btn {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    #lq-header-gd.pc .nav .nav_list li {
        margin: 0 0.8vw;
    }
}
@media (max-width: 1680px) {
    #lq-header-gd.pc .logo {
        margin-left: 0;
    }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_771034 #lq-banner-gd {
    position:relative;
    overflow:hidden;
}
/*模版主体部分*/
#laymod_771034 .pc-contain {
    position: relative;
}
#laymod_771034 #lq-banner-gd .banner_content {
    width: 100%;
    padding: 0;
    /*max-height: 580px;*/
    position: relative;
}
#laymod_771034 .banner_content .banner_cont {
    overflow: hidden;
    position: relative;
    z-index: 5;
}
#laymod_771034 #lq-banner-gd .banner-slide {
    position: relative;
    float: left;
}
#laymod_771034 #lq-banner-gd .banner-slide .pic {
    width: 100%;
}
#laymod_771034 #lq-banner-gd .banner-slide .pic img {
  width: 100%;
}
/**/
#laymod_771034 #lq-banner-gd .banner-slide .item-url {
  outline: none;
}
/**/
#laymod_771034 #lq-banner-gd .page-num {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 49px;
    text-align: center;
    z-index: 2;
}
#laymod_771034 #lq-banner-gd .slider-num {
    width: auto;
    position: relative;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#laymod_771034 #lq-banner-gd .page-num li {
    margin: 0 7px;
    width: 51px;
    height: 6px;
    font-size: 0;
    background: #fff;
    background: rgba(255,255,255,.38);
    transition: .6s;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#laymod_771034 #lq-banner-gd .page-num li.slick-active {
    background: #fff;
}
/**/
#laymod_771034 #lq-banner-gd .banner_cont .swiper-btn {
  width: 63px;
  height: 63px;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  text-align: center;
  position: absolute;  
  top: 50%;
  margin-top: -31px;
  transition:all .6s;
  -ms-transition: all .6s; /* IE 9 */
  -moz-transition: all .6s; /* Firefox */
  -webkit-transition: all .6s; /* Safari 和 Chrome */
  -o-transition: all .6s; /* Opera */
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-btn .xybicon {
  font-size: 18px;
  line-height: 63px;
  color: #fff;
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-btn:hover {
  border-color: rgba(43,110,165,1);
  background: rgba(43,110,165,1);
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-button-prev {
  left: 3%;
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-button-next {
  right: 3%;
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-button-prev .xybicon:before {
  content: "\e7e1";
}
#laymod_771034 #lq-banner-gd .banner_cont .swiper-button-next .xybicon:before {
  content: "\ec9d";
}
#laymod_771034 #lq-banner-gd .points {
  width: 110px;
  height: 51px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  z-index: 9;
}
#laymod_771034 #lq-banner-gd .points:before {
    content: '';
  width: 110px;
  height: 110px;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}
#laymod_771034 #lq-banner-gd .points img {
    display: block;
    width: 45px;
    bottom: -8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}
  @-webkit-keyframes op{
    0%{opacity: 0.3;}
    50%{opacity: 1;}
      100%{opacity: 0.3;}
  }
  @keyframes op{
    0%{opacity: 0.3;}
    50%{opacity: 1;}
      100%{opacity: 0.3;}
  }
/**/
@media (min-width: 1440px) {
    #laymod_771034 .pc-contain {
        width: 1400px;
    }
}
@media (max-width: 767px) {
    #laymod_771034 #lq-banner-gd .banner-slide .item-url img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_771893 #lq-navbar-gd {
  padding-top: 40px;
    position:relative;
    overflow:hidden;
}
#laymod_771893 #lq-navbar-gd .navbar-block {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#laymod_771893 #lq-navbar-gd .nav-item {
  width: 16.666%;
  padding-top: 30px;
  padding-bottom: 21px;
  float: left;
  text-align: center;
  background: rgba(43,110,165,1);
  border-right: 1px solid rgba(255,255,255,.12);
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_771893 #lq-navbar-gd .nav-item:hover {
  background: rgba(30, 77, 115, 1);
}
#laymod_771893 #lq-navbar-gd .nav-item:last-child {
  border: none;
}
#laymod_771893 #lq-navbar-gd .nav-item .pic {
  margin-bottom: 11px;
}
#laymod_771893 #lq-navbar-gd .nav-item .txt {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
/**/
@media (min-width: 1240px) {
  #laymod_771893 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_771893 #lq-navbar-gd .nav-item {
    width: 33.3333%;
  }
  #laymod_771893 #lq-navbar-gd .nav-item:nth-child(-n+3) {
    padding-bottom: 10px;
  }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_772480 #lq-events-gd {
  padding-top: 54px;
    position:relative;
    overflow:hidden;
}
#laymod_772480 #lq-events-gd .events-left {
  width: 50%;
  float: left;
}
#laymod_772480 #lq-events-gd .events-right {
  width: 50%;
  padding-left: 29px;
  float: right;
}
#laymod_772480 #lq-events-gd .title-block h4 {
  margin-bottom: 21px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
#laymod_772480 #lq-events-gd .title-block h4 .more-btn {
  font-size: 12px;
  color: #747474;
  line-height: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
#laymod_772480 #lq-events-gd .title-block h4 .more-btn:hover {
  color: rgba(43,110,165,1);
}
#laymod_772480 #lq-events-gd .activity-block {
  overflow: hidden;
}
#laymod_772480 #lq-events-gd .activity-block .swiper-container-1 {
  position: relative;
}
#laymod_772480 #lq-events-gd .activity-block .item-url {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_772480 #lq-events-gd .activity-block .news-pic {
  width: 100%;
  height: 363px;
  display: block;
  position: relative;
  z-index: 1;
}
#laymod_772480 #lq-events-gd .activity-block .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#laymod_772480 #lq-events-gd .activity-block .news-detail {
  width: 40.5%;
  height: 100%;
  padding: 66px 31px 0 23px;
  background: #000;
  background: rgba(0,0,0,.57);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: right;
}
#laymod_772480 #lq-events-gd .activity-block .news-detail .news-title {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
#laymod_772480 #lq-events-gd .activity-block .news-detail .news-desc {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  color: rgba(255,255,255,.83);
}
#laymod_772480 #lq-events-gd .activity-block .swiper-pagination {
  position: absolute;
  left: auto;
  right: 8px;
  bottom: 14px;
  width: auto;
  font-size: 0;
}
#laymod_772480 #lq-events-gd .activity-block .swiper-pagination-bullet {
  margin: 0 4px;
  width: 23px;
  height: 23px;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  filter: alpha(opacity=100 ); /*支持 IE 浏览器*/
  -moz-opacity: 1.0 ; /*支持 FireFox 浏览器*/
  opacity: 1.0 ; /*支持 Chrome, Opera, Safari 等浏览器*/ 
}
#laymod_772480 #lq-events-gd .activity-block .swiper-pagination-bullet-active {
  color: #fff;
  background: rgba(43,110,165,1);
}
/**/
#laymod_772480 #lq-events-gd .acnews-block {
  margin-top: -5px;
}
#laymod_772480 #lq-events-gd .acnews-block .news-item {
  margin-bottom: 42px;
  clear: both;
  overflow: hidden;
}
#laymod_772480 #lq-events-gd .acnews-block .add-time {
  padding-top: 9px;
  padding-right: 20px;
  width: 77px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(43,110,165,1);
  float: left;
  text-align: center;
}
#laymod_772480 #lq-events-gd .acnews-block .add-time i {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  display: block;
  line-height: 1;
}
#laymod_772480 #lq-events-gd .acnews-block .news-detail {
  width: -moz-calc(100% - 77px);
  width: -webkit-calc(100% - 77px);
  width: calc(100% - 77px);
  float: left;
}
#laymod_772480 #lq-events-gd .acnews-block .news-detail .news-title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_772480 #lq-events-gd .acnews-block .news-item:hover .news-detail .news-title {
  color: rgba(43,110,165,1);
}
#laymod_772480 #lq-events-gd .acnews-block .news-detail .news-desc {
  font-size: 12px;
  color: #747474;
  line-height: 20px;
}
@media (min-width: 1240px) {
  #laymod_772480 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_772480 #lq-events-gd {
    padding-top: 35px;
  }
  #laymod_772480 #lq-events-gd .events-left,
  #laymod_772480 #lq-events-gd .events-right {
    width: 100%;
  }
  #laymod_772480 #lq-events-gd .events-right {
    padding: 30px 0 0;
  }
  #laymod_772480 #lq-events-gd .activity-block .news-pic {
    height: auto;
  }
  #laymod_772480 #lq-events-gd .activity-block .news-detail {
    width: 100%;
    padding: 30px 15px 40px;
    position: relative;
    text-align: left;
  }
  #laymod_772480 #lq-events-gd .activity-block .news-detail .news-title {
    font-size: 20px;
  }
  #laymod_772480 #lq-events-gd .acnews-block .news-detail .news-title {
    font-size: 18px;
  }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_772493 #lq-notice-gd {
  padding-top: 2px;
  padding-bottom: 38px;
    position:relative;
    overflow:hidden;
}
#laymod_772493 #lq-notice-gd .notice-left {
  width: 50%;
  float: left;
}
#laymod_772493 #lq-notice-gd .notice-right {
  width: 50%;
  padding-left: 29px;
  float: right;
}
#laymod_772493 #lq-notice-gd .title-block h4 {
  margin-bottom: 23px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
#laymod_772493 #lq-notice-gd .title-block h4 .more-btn {
  font-size: 12px;
  color: #747474;
  line-height: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
#laymod_772493 #lq-notice-gd .title-block h4 .more-btn:hover {
  color: rgba(43,110,165,1);
}
#laymod_772493 #lq-notice-gd .notice-block {
  overflow: hidden;
}
#laymod_772493 #lq-notice-gd .notice-block .item-url {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left {
  width: 61.3333%;
  float: left;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right {
  width: 35.4166%;
  float: right;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left {
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .news-item {
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding-right: 20px;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .item-url {
  padding: 25px 19px 20px 20px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  display: block;
  position: relative;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .item-url:before {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  background: #EFEFEF;
  position: absolute;
  left: 0;
  bottom: 0;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .item-url:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  background: rgba(43,110,165,1);
  position: absolute;
  left: 0;
  bottom: 0;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .item-url:hover::after {
  height: 8px;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .news-title {
  margin-bottom: 22px;
  font-size: 16px;
  height: 60px;
  color: #000;
  overflow: hidden;
  line-height: 1.875;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_772493 #lq-notice-gd .notice-block .notice-left .add-time {
  font-size: 16px;
  color: #747474;
  line-height: 1.875;
}
/**/
#laymod_772493 #lq-notice-gd .notice-block .news-fm {
  margin-bottom: 22px;
  width: 100%;
  height: 247px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#laymod_772493 #lq-notice-gd .notice-block .news-fm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .item-url {
  width: 100%;
  position: relative;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .news-title {
  padding-right: 87px;
  padding-left: 13px;
  font-size: 16px;
  color: #747474;
  line-height: 36px;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; 
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .item-url:hover .news-title {
  color: rgba(43,110,165,1);
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .news-title:before {
  content: "";
  width: 2px;
  height: 2px;
  display: block;
  background: #747474;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -1px;
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .item-url:hover .news-title:before {
  background: rgba(43,110,165,1);
}
#laymod_772493 #lq-notice-gd .notice-block .notice-right .add-time {
  width: 87px;
  font-size: 16px;
  color: #747474;
  line-height: 36px;
  text-align: right; 
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
/**/
@media (min-width: 1240px) {
  #laymod_772493 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_772493 #lq-notice-gd .notice-block .notice-left {
    width: 100%;
  }
  #laymod_772493 #lq-notice-gd .notice-block .notice-right {
    width: 100%;
    padding: 0;
  }
  #laymod_772493 #lq-notice-gd .notice-block .notice-left .news-item:nth-child(2n) {
    padding-right: 0;
  }
  #laymod_772493 #lq-notice-gd .notice-block .notice-left .news-title,
  #laymod_772493 #lq-notice-gd .notice-block .notice-right .news-title,
  #laymod_772493 #lq-notice-gd .notice-block .notice-right .add-time {
    font-size: 14px;
  }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_774780 #lq-train-gd .train-content {
  padding-top: 55px;
  padding-bottom: 32px;
    position:relative;
    overflow:hidden;
}
#laymod_774780 #lq-train-gd .train-left {
  width: 50%;
  float: left;
}
#laymod_774780 #lq-train-gd .train-right {
  margin-top: -3px;
  width: 50%;
  padding-left: 29px;
  float: right;
}
#laymod_774780 #lq-train-gd .title-block h4 {
  margin-bottom: 22px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
#laymod_774780 #lq-train-gd .title-block h4 .more-btn {
  font-size: 12px;
  color: #747474;
  line-height: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
#laymod_774780 #lq-train-gd .title-block h4 .more-btn:hover {
  color: rgba(43,110,165,1);
}
#laymod_774780 #lq-train-gd .train-block {
  overflow: hidden;
}
#laymod_774780 #lq-train-gd .train-block .item-url {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#laymod_774780 #lq-train-gd .train-block .train-left {
  width: 61.3333%;
  float: left;
}
#laymod_774780 #lq-train-gd .train-block .train-right {
  width: 35.4166%;
  float: right;
}
#laymod_774780 #lq-train-gd .train-block .train-left {
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-item {
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding-right: 20px;
}
#laymod_774780 #lq-train-gd .train-block .train-left .item-url {
  padding: 0;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  display: block;
  position: relative;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-pic {
  width: 100%;
  height: 218px;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774780 #lq-train-gd .train-block .train-left .item-url:hover .news-pic img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-detail {
  padding-top: 13px;
  padding-bottom: 13px;
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-title {
  margin-bottom: 9px;
  font-size: 16px;
  height: 60px;
  color: #3B3B3B;
  overflow: hidden;
  line-height: 1.625;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774780 #lq-train-gd .train-block .train-left .item-url:hover .news-title {
  color: rgba(43,110,165,1);
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-desc {
  margin-bottom: 24px;
}
#laymod_774780 #lq-train-gd .train-block .train-left .news-desc,
#laymod_774780 #lq-train-gd .train-block .train-left .add-time {
  font-size: 14px;
  color: #747474;
  line-height: 24px;
}
/**/
#laymod_774780 #lq-train-gd .train-block .train-right .item-url {
  width: 100%;
  position: relative;
}
#laymod_774780 #lq-train-gd .train-block .train-right .news-title {
  padding-right: 87px;
  padding-left: 13px;
  font-size: 16px;
  color: #747474;
  line-height: 36px;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; 
}
#laymod_774780 #lq-train-gd .train-block .train-right .item-url:hover .news-title {
  color: rgba(43,110,165,1);
}
#laymod_774780 #lq-train-gd .train-block .train-right .news-title:before {
  content: "";
  width: 2px;
  height: 2px;
  display: block;
  background: #747474;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -1px;
}
#laymod_774780 #lq-train-gd .train-block .train-right .item-url:hover .news-title:before {
  background: rgba(43,110,165,1);
}
#laymod_774780 #lq-train-gd .train-block .train-right .add-time {
  width: 87px;
  font-size: 16px;
  color: #747474;
  line-height: 36px;
  text-align: right; 
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
/**/
@media (min-width: 1240px) {
  #laymod_774780 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_774780 #lq-train-gd .train-content {
    padding-top: 35px;
  }
  #laymod_774780 #lq-train-gd .train-block .train-left {
    width: 100%;
  }
  #laymod_774780 #lq-train-gd .train-block .train-right {
    width: 100%;
    padding: 0;
  }
  #laymod_774780 #lq-train-gd .train-block .train-left .news-item:nth-child(2n) {
    padding-right: 0;
  }
  #laymod_774780 #lq-train-gd .train-block .train-left .news-pic {
    height: 30vw;
  }
  #laymod_774780 #lq-train-gd .train-block .train-right .news-title,
  #laymod_774780 #lq-train-gd .train-block .train-right .add-time {
    font-size: 14px;
  }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_774781 #lq-teacher-gd .teacher-content {
  padding-top: 55px;
  padding-bottom: 0;
    position:relative;
    overflow:hidden;
}
#laymod_774781 #lq-teacher-gd .teacher-left {
  width: 50%;
  float: left;
}
#laymod_774781 #lq-teacher-gd .teacher-right {
  margin-top: -3px;
  width: 50%;
  padding-left: 29px;
  float: right;
}
#laymod_774781 #lq-teacher-gd .title-block h4 {
  margin-bottom: 23px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
#laymod_774781 #lq-teacher-gd .title-block h4 .more-btn {
  font-size: 12px;
  color: #747474;
  line-height: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
#laymod_774781 #lq-teacher-gd .title-block h4 .more-btn:hover {
  color: rgba(43,110,165,1);
}
#laymod_774781 #lq-teacher-gd .teacher-block {
  overflow: hidden;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-list {
  margin: 0 -16px
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item {
  margin-bottom: 30px;
  width: 50%;
  padding: 0 16px;
  float: left;
  padding-right: 20px;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-pic {
  margin-right: 12px;
  width: 216px;
  height: 181px;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .item-url:hover .pro-pic img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail {
  padding-top: 15px;
  padding-right: 7px;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-name {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .item-url:hover .pro-name {
  color: rgba(43,110,165,1);
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-type {
  color: #000;
  font-size: 16px;
  line-height: 1.875;
  display: block;
}
#laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-intro {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
/**/
@media (min-width: 1240px) {
  #laymod_774781 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-pic {
    width: 100%;
  }
  #laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail {
    clear: both;
  }
  #laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-intro {
    display: none;
  }
  #laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-name {
    font-size: 16px;
  }
  #laymod_774781 #lq-teacher-gd .teacher-block .pro-item .pro-detail .pro-type {
    font-size: 14px;
  }
}
		  /* 默认引入阿里云图标-20200310 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot');
  src: url('//at.alicdn.com/t/font_249974_onvos90kywf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_onvos90kywf.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
img {
border:0 none;
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_774785 #lq-campus-gd .campus-content {
  padding-top: 24px;
  padding-bottom: 62px;
    position:relative;
    overflow:hidden;
}
#laymod_774785 #lq-campus-gd .campus-left {
  width: 50%;
  float: left;
}
#laymod_774785 #lq-campus-gd .campus-right {
  margin-top: -3px;
  width: 50%;
  padding-left: 29px;
  float: right;
}
#laymod_774785 #lq-campus-gd .title-block h4 {
  margin-bottom: 22px;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  position: relative;
}
#laymod_774785 #lq-campus-gd .title-block h4 .more-btn {
  font-size: 12px;
  color: #747474;
  line-height: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
#laymod_774785 #lq-campus-gd .title-block h4 .more-btn:hover {
  color: rgba(43,110,165,1);
}
#laymod_774785 #lq-campus-gd .campus-block {
  overflow: hidden;
}
#laymod_774785 #lq-campus-gd .campus-block .swiper-slide {
  width: 20%;
  padding: 0;
  float: left;
}
#laymod_774785 #lq-campus-gd .campus-block .swiper-slide .pic {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#laymod_774785 #lq-campus-gd .campus-block .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774785 #lq-campus-gd .campus-block .swiper-slide:hover .pic img {
  transform:scale(1.05);
  -webkit-transform:scale(1.05);  /*兼容-webkit-引擎浏览器*/
  -moz-transform:scale(1.05);     /*兼容-moz-引擎浏览器*/
}
#laymod_774785 #lq-campus-gd .campus-block .swiper-slide .campus-name {
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  display: block;
  text-align: center;
}
/**/
@media (min-width: 1240px) {
  #laymod_774785 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #laymod_774785 #lq-campus-gd .campus-content {
    padding-bottom: 40px;
  }
}
		  @font-face {
font-family: 'xybicon';  /* Project id 249974 */
src: url('//at.alicdn.com/t/font_249974_fz40mwyn3eo.woff2?t=1624409674567') format('woff2'),
        url('//at.alicdn.com/t/font_249974_fz40mwyn3eo.woff?t=1624409674567') format('woff'),
        url('//at.alicdn.com/t/font_249974_fz40mwyn3eo.ttf?t=1624409674567') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#laymod_774841 #lq-footer-gd {
}
/* 主体内容 */
#laymod_774841 #lq-footer-gd .footer-content {
    padding-top: 39px;
}
#laymod_774841 #lq-footer-gd .footer-content:before {
}
#laymod_774841 #lq-footer-gd .footer-block {
    display: block;
    overflow: hidden;
    position: relative;
}
#laymod_774841 #lq-footer-gd .footer-block .logo-block {
    margin-bottom: 36px;
    font-size: 0;
    display: block;
}
#laymod_774841 #lq-footer-gd .footer-block .logo-block i {
    margin: 0 12px 0 8px;
    width: 1px;
    height: 17px;
    display: block;
    background: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#laymod_774841 #lq-footer-gd .footer-block .logo-block img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item.foot-nav {
    width: 292px;
    float: left;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item.foot-contact {
    margin-left: 71px;
    width: auto;
    float: left;
}
#laymod_774841 #lq-footer-gd .footer-block .foot-qrcode {   
    margin-top: 8px;
    width: auto;
    float: right;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item a {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item a:before {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item a:hover::before {
    width: 52px;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item,
#laymod_774841 #lq-footer-gd .footer-block .column-item p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
#laymod_774841 #lq-footer-gd .footer-block .footer-navlist {
    padding-bottom: 18px;
    width: 100%;
    display: block;
    overflow: hidden;
}
#laymod_774841 #lq-footer-gd .footer-block .qrcode-block {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    overflow: hidden;
}
#laymod_774841 #lq-footer-gd .footer-block .qrcode-block img {
    width: 100%;
    max-width: 148px;
}
#laymod_774841 #lq-footer-gd .footer-block .qrcode-txt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
#laymod_774841 #lq-footer-gd .footer-block .column-item .item-line {
}
#laymod_774841 #lq-footer-gd .footer-block .column-item .item-line:before {
}
#laymod_774841 #lq-footer-gd .footer-block .column-item .foot-ul {
}
/**/
#laymod_774841 #lq-footer-gd .footer-keyword {
    margin-top: 14px;
    width: 177px;
    padding: 0 14px;
    height: 32px;
    display: block;
    background: rgba(43,110,165,1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    overflow: visible;
    float: right;
    position: relative;
}
#laymod_774841 #lq-footer-gd .footer-keyword .key-tit {
    font-size: 14px;
    line-height: 30px;
    display: block;
    color: #fff;
    color: rgba(255,255,255,.54);
    overflow: hidden;
    cursor: pointer;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_774841 #lq-footer-gd .footer-keyword .key-tit:hover {
    color: #fff;
}
#laymod_774841 #lq-footer-gd .footer-keyword .drop-link {
    position: absolute;
    background: #226297;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: auto;
}
#laymod_774841 #lq-footer-gd .footer-keyword .drop-link .link-list {
    padding: 14px;
    -webkit-animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    box-shadow: 0 0 10px #2b6ea5;
    -webkit-box-shadow: 0 0 10px #2b6ea5;
    display: none;
    position: relative;
}
@-webkit-keyframes avia_pop {
    0% { -webkit-transform:scale(0.8); }
    100% { -webkit-transform:scale(1); }
}
@keyframes avia_pop {
    0% { transform:scale(0.8); }
    100% { transform:scale(1); }
}
#laymod_774841 #lq-footer-gd .footer-keyword a {
    color: #fff;
    color: rgba(255,255,255,.54);
    font-size: 14px;
    line-height: 30px;
    display: block;
    transition:all .3s;
    -ms-transition: all .3s; /* IE 9 */
    -moz-transition: all .3s; /* Firefox */
    -webkit-transition: all .3s; /* Safari 和 Chrome */
    -o-transition: all .3s; /* Opera */
}
#laymod_774841 #lq-footer-gd .footer-keyword a:hover {
    color: #fff;
}
/* 版权 */
#laymod_774841 #lq-footer-gd .footer-copyright {
    background: none;
}
#laymod_774841 #lq-footer-gd .footer-copyright .copyright-block {
    float: left;
}
#laymod_774841 #lq-footer-gd .footer-copyright .copy-right {
    width: 100%;
    color: #fff;
    color: rgba(255,255,255,.55);
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    overflow: hidden;
}
#laymod_774841 #lq-footer-gd .footer-copyright .copy-right a,
#laymod_774841 #lq-footer-gd .footer-copyright .copy-right p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    color: rgba(255,255,255,.55);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#laymod_774841 #lq-footer-gd .footer-copyright .copy-right .copy-left {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#laymod_774841 #lq-footer-gd .footer-copyright a:last-child {
    margin-right: 0;
}
#laymod_774841 #lq-footer-gd .footer-copyright .backage-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
#laymod_774841 #lq-footer-gd .footer-copyright .backage-block a {
    padding:0 3px;
    font-size: 14px;
    color: #fff;
    color: rgba(255,255,255,.55);
    font-weight: 400;
    line-height: 17px;
    position: relative;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
#laymod_774841 #lq-footer-gd .footer-copyright .copy-right a:hover,
#laymod_774841 #lq-footer-gd .footer-copyright .backage-block a:hover {
    color: #fff;
}
/****/
/**/
@media (min-width: 1240px) {
  #laymod_774841 .pc-contain {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width:767px) {
    #laymod_774841 #lq-footer-gd .footer-content {
        padding-top: 30px;
    }
    #laymod_774841 #lq-footer-gd .footer-content:before {
        display: none;
    }
    #laymod_774841 #lq-footer-gd .footer-block {
        padding:0;
        margin-bottom: 20px;
        display: block;
    }
    #laymod_774841 #lq-footer-gd .footer-block .foot-contact {
        width: 100%;
        float:left;
        text-align: left;
        position: relative;
    }
    #laymod_774841 #lq-footer-gd .footer-block .qrcode-block {
        clear: both;
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        text-align: left;
    }
    #laymod_774841 #lq-footer-gd .footer-block .qrcode-block img {
        float: left;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #laymod_774841 #lq-footer-gd .footer-block .qrcode-block .img2 {
        float: left;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item {
        width: 100%;
        /* max-height: 50px; */
        border-bottom: 1px solid rgba(255,255,255,.2);
        -webkit-transition: max-height .3s cubic-bezier(.33,0,0,1);
        transition: max-height .3s cubic-bezier(.33,0,0,1);
        overflow: hidden;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item.foot-nav {
        width: 100%;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item.foot-contact {
        border-bottom: 0;
        margin: 0;
        float: left;
        width: 62%;
    }
    #laymod_774841 #lq-footer-gd .footer-block .foot-qrcode {
        width: 37%;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item.active {
/*         max-height: 304px; */
        will-change: transform,max-height;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item .foot-ul {
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item .foot-ul a {
        display: block;
        width: 33.3333%;
    }
    #laymod_774841 #lq-footer-gd .footer-copyright {
        padding: 15px;
    }
    #laymod_774841 #lq-footer-gd .footer-copyright .copy-right,
    #laymod_774841 #lq-footer-gd .footer-copyright .backage-block {
        width: 100%;
        text-align: center;
    }
    #laymod_774841 #lq-footer-gd .footer-copyright .copy-right p,
    #laymod_774841 #lq-footer-gd .footer-copyright .backage-block a {
        line-height: 30px;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item .item-line {
        display: none;
    }
    #laymod_774841 #lq-footer-gd .footer-block .footer-navlist {
        width: 100%;
        display: block;
    }
    #laymod_774841 #lq-footer-gd .footer-copyright .copy-right {
        padding: 0;
    }
    #laymod_774841 #lq-footer-gd .footer-copyright .copy-right a,
    #laymod_774841 #lq-footer-gd .footer-copyright .copy-right p {
        font-size: 3.2vw;
        line-height: 1.6;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item.foot-nav {
        margin-bottom: 15px;
    }
    #laymod_774841 #lq-footer-gd .footer-block .column-item,
    #laymod_774841 #lq-footer-gd .footer-block .column-item p {
        font-size: 12px;
    }
}
