html, body {
font-family: "Myriad Pro", Arial, Microsoft YaHei, sans-serif;
}
/*top-foot*/
.head_pc {
width: 100%;
z-index: 999;
position: absolute;
top: 0;
background:url(../img/bg.png) repeat-x top center;
}
.logo_bg {
padding: 28px 76px;
}
.nav_bg {
height: 50px;
line-height: 50px;
padding: 33px 76px 0;
}
.banner_bg {
z-index: 1;
position: relative;
}
.search{
width: 320px;
margin-left: 240px;
margin-top: -50px;
z-index: 999;
position: relative;
}
.search input {
border: none;
background: none;
}
.search input[type='text'] {
height: 33px;
line-height: 33px;
text-indent: 10px;
color: #fff;
width: 89%;
border-color: #fff;
visibility: visible;
}
.search input[type='image'] {
margin: 8px;
}
/*手机*/
#hd-m {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
height: 60px;
line-height: 60px;
background: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
background: rgba(255, 255, 255, 1);
display: none;
}
#hd-m.bg {
background: rgba(0, 0, 0, .6);
}
#hd-m .inner {
position: fixed;
left: 0;
top: 60px;
z-index: 99999;
width: 100%;
bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#hd-m .inner .bg {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
#hd-m .so-Box {
float: right;
position: relative;
height: 60px;
width: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 20px;
}
#hd-m .so-Box.open {
width: 100%;
}
#hd-m .so-Box .close {
display: block;
width: 45px;
height: 60px;
background: url(../images/icon-close2.png) no-repeat center center;
position: absolute;
left: 0;
top: 0;
display: none;
}
#hd-m .so-Box.open .close {
display: block;
}
#hd-m .so-Box.open {
position: absolute;
left: 0;
right: 0;
z-index: 2000;
padding: 0 45px;
background: #fff;
}
#hd-m .so-Box input[type="text"] {
display: block;
width: 100%;
height: 60px;
border: none;
background: none;
border-left: 1px #f3f2f2 solid;
font-size: 14px;
color: #333;
line-height: 60px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0 15px;
display: none;
}
#hd-m .so-Box.open input[type="text"] {
display: block;
}
#hd-m .so-Box input[type="submit"], #hd-m .so-Box .btn {
display: block;
width: 40px;
height: 60px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
border: none;
background: url(../images/icon-so2.png) no-repeat center center;
}
#hd-m .so-Box input[type="submit"] {
display: none;
background-image: url(../images/icon-so2.png);
}
#hd-m .so-Box.open input[type="submit"] {
display: block;
}
#hd-m .so-Box.open .btn {
display: none;
}
#hd-m .nav {
position: absolute;
left: 0;
top: 0;
bottom: 0;
overflow-y: auto;
width: 46%;
background: #fff;
}
.menuBtn {
position: absolute;
z-index: 9;
display: none;
right: 10px;
width: 30px;
padding: 12px 0 7px 0;
cursor: pointer;
top: 6px;
transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}
.menuBtn b {
display: block;
height: 3px;
background-color: #c1a96c;
margin: 3px 0 5px;
border-radius: 2px;
transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}
.menuBtn.open {
top: 21px;
}
.menuBtn.open b {
display: none;
margin: 0;
position: absolute;
left: 0px;
top: 105%;
width: 30px;
}
.menuBtn.open b:first-child {
display: block;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
display: block;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
#hd-m .nav {
float: right;
line-height: 100px;
height: 100px;
margin-right: -22px;
}
#hd-m .nav li {
float: left;
font-size: 18px;
position: relative;
z-index: 999;
}
#hd-m .nav .v1 {
display: block;
color: #4d4f51;
text-align: center;
padding: 0 20px;
}
#hd-m .nav .v1:hover, #hd-m .nav li.on .v1 {
color: #c1a96c;
}
#hd-m .nav .subBox {
position: absolute;
left: 0;
top: 100%;
width: 145px;
font-size: 14px;
display: none;
}
#hd-m .nav .subBox dl {
padding: 12px 0 14px;
border-top: 1px rgba(255, 255, 255, .2) solid;
border-bottom: 1px rgba(255, 255, 255, .2) solid;
}
#hd-m .nav .subBox dd {
overflow: hidden;
position: relative;
}
#hd-m .nav .subBox dd:hover {
overflow: visible;
}
#hd-m .nav .subBox .v2 {
display: block;
line-height: 20px;
padding: 8px 22px;
color: #fff;
position: relative;
overflow: hidden;
}
#hd-m .nav .subBox .v2 i {
display: block;
position: absolute;
width: 5px;
height: 9px;
top: 50%;
margin-top: -4px;
right: -120%;
transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}
#hd-m .nav .subBox a:hover {
color: #c1a96c;
}
#hd-m .nav .subBox a:hover i {
right: 10px;
}
#hd-m .nav .subBox2 {
position: absolute;
left: 100%;
top: 30px;
width: 100%;
min-height: 200px;
padding: 12px 0 14px;
display: none;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
transition: .5s;
border-top: 1px rgba(255, 255, 255, .2) solid;
border-bottom: 1px rgba(255, 255, 255, .2) solid;
}
#hd-m .nav li.last .subBox2 {
left: auto;
right: 100%;
}
#hd-m .nav .subBox dd:hover .subBox2 {
top: 0;
display: block;
}
#hd-m .nav .subBox2 a {
display: block;
font-size: 12px;
line-height: 24px;
color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 5px 6px 20px;
}
#hd-m .nav li .first-level,
#hd-m .nav li .second-level {
display: block;
position: absolute;
right: 0;
top: 7px;
background-position: center center;
background-repeat: no-repeat;
}
#hd-m .nav li .first-level {
width: 40px;
height: 36px;
background-image: url(../images/icon-arrow1.png);
}
#hd-m .nav li .second-level {
width: 40px;
height: 28px;
background-image: url(../images/icon-on.png);
}
#hd-m .nav li .first-level em,
#hd-m .nav li .second-level em {
display: block;
width: 1px;
background: #ccc;
opacity: 0;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#hd-m .nav li .first-level em {
height: 25px;
margin-top: 5px;
}
#hd-m .nav li .second-level em {
height: 20px;
margin-top: 4px;
}
#hd-m .nav li .first-level.on em, #hd-m .nav .second-level.on em {
opacity: 1;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#hd-m .nav li .v1-open + .first-level {
background-image: url(../images/icon-arrow2.png);
}
#hd-m .nav li .v2.open + .second-level {
background-image: url(../images/icon-off.png);
}
/*banner*/
.banner_bg .slick-slider, #banner .slick-list, #banner .slick-track, #banner .slick-slide {
height: 100%;
}
.banner_bg .item {
outline: 0;
position: relative;
background-position: center center;
background-repeat: no-repeat;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
.ban .item a, .banner_bg .item a {
display: block;
height: 100%;
}
.banner_bg .slick-dots {
position: absolute;
left: 0;
bottom: 10%;
width: 100%;
text-align: center;
z-index: 99;
}
.banner_bg .slick-dots li {
display: inline-block;
margin: 0 10px;
}
.banner_bg .slick-dots li button {
display: block;
width: 66px;
height: 7px;
border: none;
outline: 0;
cursor: pointer;
text-indent: -9999em;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
text-indent: 999px;
background: none;
background: #fff;
}
.banner_bg .slick-dots li.slick-active button {
background-color: #c1a96c;
}
.banner_bg .slick-prev, .banner_bg .slick-next {
position: absolute;
bottom: 0;
width: 112px;
height: 49px;
z-index: 10;
cursor: pointer;
border: none;
outline: none;
background-position: center;
}
.banner_bg .slick-next {
background-image: url(../images/next.jpg);
left: 112px;
}
.banner_bg .slick-prev {
background-image: url(../images/prev.jpg);
left: 0;
}
/*news*/
.main{
padding-top: 30px;
}
.selectShow {
position: relative;
}
.com_head03 span {
display: block;
padding: 13px 15px;
}
.selectShow .btn_box span {
cursor: pointer;
font-size: 1rem;
}
.selectShow .btn_box span.on {
color: #b3a075;
font-size: 1.4rem;
}
.news{
position: relative;
}
.news_bg{
width: 50%;
position: absolute;
left: 10%;
top: -26%;
}
.news_bg .slick-dots {
position: absolute;
left: 2%;
bottom: 3%;
width: 100%;
z-index: 99;
}
.news_bg .slick-dots li {
display: inline-block;
margin-right: 8px;
}
.news_bg .slick-dots li button {
display: block;
width: 11px;
height: 11px;
border: none;
outline: 0;
cursor: pointer;
text-indent: -9999em;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
text-indent: 999px;
background: none;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.news_bg .slick-dots li.slick-active button {
background-color: #c1a96c;
}
.news_bg .slick-slide{
position: relative;
}
.news_bg .slick-next {
position: absolute;
bottom: 10px;
width: 20px;
height: 11px;
z-index: 10;
cursor: pointer;
border: none;
outline: none;
background: url(../images/arrow.png) no-repeat center;
right: 45%;
}
.txt_bg{
position: absolute;
right: 0;
bottom: 0;
width: 520px;
background: #fff;
padding: 27px 20px 12px;
}
.txt_bg .time{
color: #656565;
text-align: center;
border-right: 1px solid #e8e8e8;
}
.txt_bg .day{
font-weight: bold;
color: #969696;
font-size: 2.5rem;
display: block;
}
.txt_bg .year{
display: block;
}
.txt_bg .line{
display: block;
width: 23px;
height: 2px;
background: #e7e7e7;
margin: 10px 6px;
}
.txt_bg .words{
line-height: 34px;
}
.news_list{
width: 35%;
}
/*pro*/
.bgImg_blk, .bgImgCover_blk {
background-position: left center;
background-repeat: no-repeat;
background-size: auto 100%;
background-image: url("../images/pro_bg.jpg");
padding: 100px 0;
}
.bgImgCover_blk {
background-image: url("../images/pro_bg.jpg");
background-size: cover;
}
.com_head01 {
line-height: 24px;
margin-top: 60px;
margin-bottom: 40px;
position: relative;
}
.com_head01 .txt span{
color: #b3a075;
display: block;
}
.com_head01 .txt span:nth-child(2){
color: #989797;
font-size: 1rem;
}
.com_head01 .txt span.animate{
animation:com_head 1.5s linear;
}
.com_head01 .more .line{
margin: 14px;
display: inline-block;
width: 60px;
height: 1px;
background: #c2c2c2;
}
.com_head01 .more a{
font-size: 1rem;
color: #6a6a6a;
}
.pro .words{
background: #fff;
padding: 30px 24px;
}
.pro .words .mco{
margin-bottom: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pro .txt3 a{
color: #858484;
margin-top: 30px;
display: block;
}
/*video*/
.m-section4 {
background: url(../images/video.jpg) no-repeat center center;
height: 500px;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
.m-section4 .txt {
padding: 90px 0;
}
.m-section4 a{color:#fff;}
.m-section4 .txtbox {
width: 70%;
margin: 0 auto;
color: #fff;
}
.m-section4 .txt1 {
font-size: 34px;
line-height: 90px;
}
.m-section4 .txt2 {
font-size: 18px;
max-width: 500px;
line-height: 34px;
}
.m-section4 .txt3 {
font-size: 18px;
margin-top: 20px;
}
@media (max-width: 1199px){
.m-section4 .txt2 {
font-size: 16px;
}
.m-section4 .txt3 {
font-size: 16px;
margin-top: 20px;
}
}
.m-section4 .txt .play {
display: block;
width: 72px;
height: 72px;
background: url(../images/video_icon.png) no-repeat center center;
background-size: cover;
margin: 0 auto;
}
.m-pop {
z-index: 10001;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, .5);
}
#m-video video, #m-video embed {
display: block;
width: 100%;
height: 100%;
}
.m-pop .inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #000;
}
.m-pop .close {
display: block;
width: 58px;
height: 58px;
position: absolute;
right: 10px;
top: 10px;
z-index: 1001;
cursor: pointer;
background: url(../images/video_close.png) no-repeat left top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-o-transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
transition: .3s;
}
.m-pop .close:hover {
background-position: 0 -68px;
}
/*teaching*/
.row4{
background: #f1f2f4;
padding: 92px 0;
}
.teaching .txt1{
line-height: 70px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.teaching .ful_box{
padding-left: 10%;
}
.calcTimeTxt .pic {
width: 80px;
border-right: 1px solid #d9d9d9;
}
.calcTimeTxt .words {
margin-left: 12px;
width: calc(100% - 92px);
}
.calcTimeTxt .time {
text-align: center;
}
.calcTimeTxt span{
display: block;
}
.calcTimeTxt span.day{
font-size: 3rem;
}
.calcTimeTxt span.year{
color: #b6b5b5;
}
.calcTimeTxt .words .txt3 a{
color: #8e2940;
}
/*foot*/
#fd {
overflow: hidden;
}
.fd-top {
background: #2d2d2e;
font-size: 13px;
padding: 36px 0 24px;
}
.fd-con {
overflow: hidden;
}
.fd-con .l-con {
float: left;
width: 73%;
}
.fd-con .r-con {
float: right;
width: 22%;
color: rgba(255, 255, 255, .25);
}
.fd-con dl {
width: 100%;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.fd-con dt {
font-size: 18px;
color: #fff;
height: 30px;
line-height: 30px;
overflow: hidden;
margin-bottom: 8px;
}
.fd-con dl a {
float: left;
margin-right: 10%;
height: 30px;
line-height: 30px;
overflow: hidden;
color: rgba(255, 255, 255, .4);
}
.fd-con dl a:hover {
color: #fff;
}
.fd-con .img {
line-height: 54px;
}
.fd-con .img img {
display: inline-block;
vertical-align: middle;
margin: 0 3px;
}
.fd-con .img img:hover {
opacity: .8;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.fd-copy {
border-top: 1px solid #424243;
background: #2d2d2e;
color: #fff;
height: 80px;
line-height: 80px;
font-size: 1rem;
text-align: center;
}
/*col-module*/
.container, .container-fluid {
margin-right: auto;
margin-left: auto
}
.container, .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px) and (max-width: 1236px) {
.container {
overflow: hidden;
}
}
.calcImg .pic {
width: 400px;
}
.calcImg .words {
width: calc(100% - 400px);
}
/*subMain*/
.banner_bg {
position: relative;
z-index: 99;
}
.subMain {
position: relative;
z-index: 999;
}
.subMain .aside {
width: 250px;
margin-top: 47px;
}
.subMain .aside .mco_blk {
width: 250px;
padding: 15px 20px;
font-size: 28px;
font-weight: bold;
}
.subMain .aside .subNav {
background: #EDEDED;
padding: 10px;
padding-right: 0;
padding-bottom: 30px;
}
.subMain .aside .subNav > ul > li > a {
font-size: 20px;
color: #333;
display: block;
line-height: 40px;
padding: 10px 0;
padding-left: 10px;
transition: none;
}
.subMain .aside .subNav > ul > li.on > a {
background: #fff;
color: #c1a96c;
}
.subMain .aside .subNav > ul > li:hover > a {
background: #fff url("../images/aside01.png") no-repeat right 10px center;
color: #c1a96c;
}
.subMain .aside .subNav > ul > li .subBox {
background: #fff;
display: none;
padding-bottom: 10px;
}
.subMain .aside .subNav > ul > li:hover .subBox {
display: block;
}
.subMain .aside .subNav > ul > li .subBox > ul li a {
color: #444;
font-size: 16px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
display: block;
}
.subMain .aside .subNav > ul > li .subBox > ul li a:hover {
color: #c1a96c;
}
.subMain_box {
min-height: 550px;
margin-top: 47px;
margin-bottom: 80px;
}
/*cont*/
.subMain .cont {
}
.subMain .cont .links_icon ul li {
margin-right: 15px;
}
.subMain .cont .ul_list05 > li {
border-bottom-style: dashed;
border-bottom-color: #ddd;
padding-bottom: 30px;
}
.subMain .cont h3 {
font-size: 2rem;
}
.subMain .cont .txt_box p {
font-size: 1.1rem;
font-family: sf_pro_displayregular;
line-height: 35px;
margin-top: 30px;
}
.subMain .cont .txt_box img {
margin-top: 30px;
margin-left: auto;
margin-right: auto;
display: block;
}
.subMain_box .com_head01 {
font-size: 2rem;
padding-bottom: 5px;
font-weight: bold;
border-bottom: solid 1px #D3C9C9;
}
/*******************************
-------[=banner]-------
********************************/
#banner{
width: 50%;
height: 520px;
min-height: 50vh;
position: absolute;
z-index: 8;
left: 10%;
top: -101px;
margin: 0 auto;
}
#banner .bg{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 1;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}
#banner .item{
position: relative;
overflow: hidden;
opacity: 1 !important;
}
#banner .txt{
z-index: 2;
position: absolute;
right: 0;
bottom: 109px;
background: #fff;
}
#banner .txt{
position: absolute;
right: 0;
bottom: 0;
width: 520px;
background: #fff;
padding: 27px 20px 12px;
}
#banner .txt .time{
color: #656565;
text-align: center;
border-right: 1px solid #e8e8e8;
}
#banner .txt .day{
font-weight: bold;
color: #969696;
font-size: 2.5rem;
display: block;
}
#banner .txt .year{
display: block;
}
#banner .txt .line{
display: block;
width: 23px;
height: 2px;
background: #e7e7e7;
margin: 10px 6px;
}
#banner .txt .words{
line-height: 34px;
}
#banner .txt .words a.arrow{
width: 24px;
height: 49px;
display: block;
background: url(../images/arrow.png) no-repeat center;
}
#banner .tit{
background-color: rgba(255,255,255,.5);
font-size: 41px;
color: #ff4c19;
font-weight: normal;
text-align: center;
opacity: 0;
}
#banner .slick-active .tit{
-webkit-animation: fadeIn 1s 1s forwards;
animation:fadeIn 1s 1s forwards;
}
@-webkit-keyframes fadeIn {
from {opacity: 0;-webkit-transform: scale(.8);-moz-transform: scale(.8);-ms-transform: scale(.8);-o-transform: scale(.8);transform: scale(.8);}
to {opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
}
#banner .slick-active .bg{
}
@-webkit-keyframes fadeInRight {
from {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.banner .slick-dots {
position: absolute;
left: 2%;
bottom: 3%;
width: 100%;
z-index: 99;
}
.banner .slick-dots li {
display: inline-block;
margin-right: 8px;
}
.banner .slick-dots li button {
display: block;
width: 11px;
height: 11px;
border: none;
outline: 0;
cursor: pointer;
text-indent: -9999em;
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
text-indent: 999px;
background: none;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.banner .slick-dots li.slick-active button {
background-color: #c1a96c;
}