@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    line-height: 1.5;
    color: #444;
    height: 100%;
    background: #f4f3f2;
}

.mid {
    width: 1170px;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: none;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 4px;
    background-color: none;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    background-color: #cdc4c1;
}

.indexheader .mid:after,
.indexTit:after,
.newsLeft .titlebox:after,
.newsRight .titlebox:after,
.indexcalendar:after,
.indexService:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


.ulserver li:hover a img,
.galler1 .thumbsbox .swiper-slide:hover img,
.galler1 .thumbsbox .swiper-slide.swiper-slide-thumb-active img,
.section4 .slideGroup .parBd4 ul li:hover,
#servicebanner .swiper-slide:nth-child(1),
#servicebanner .swiper-slide:nth-child(3),
#servicebanner .swiper-slide:nth-child(5){
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

/*更多*/
a.indexMore2 {
    position: absolute;
    bottom: -93px;
    left: 50%;
    width: 200px;
    height: 40px;
    margin-left: -100px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #2B277E;
    letter-spacing: 10px;
    z-index: 999;
    color: #fff;
    border-radius: 25px;
    font-family: 'regular';
}

a.indexMore2:hover {
    background: #504d86;
}
/* 首页幻灯 */
.fullSlideImg {
    min-width: 1000px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.fullSlideImg .bd {
    position: relative;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.fullSlideImg .bd ul {
    width: 100% !important;
    width: 100%;
    height: 100% !important;
    height: 100%;
    background-color: #fff;
}

.fullSlideImg .bd li {
    width: 100% !important;
    height: 100%;
    background-size: 100% 100% !important;
}

/*.fullSlideImg .bd li a{ position:absolute; width:100%; height:100%; display:block; z-index:1;  }*/
.fullSlideImg .hd {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 35px;
    left: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.fullSlideImg .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 20px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
    overflow: hidden;
    line-height: 9999px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fullSlideImg .hd ul li.on {
    background: #137f9e;
    width: 60px;
}

/*首页导航*/
.indexheader {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 111;
}

.indexheader .logo {
}

.loginregister {
    float: right;
    background: -webkit-linear-gradient(top, #1ccca9 , #19ad92); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #1ccca9, #19ad92); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #1ccca9, #19ad92); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #1ccca9 , #19ad92); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#1ccca9, endColorstr=#19ad92);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    padding: 0 10px;
    color: #fff;
    margin-top: 25px;
}

a.login_a {
    display: inline-block;
    width: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.lab_con {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-right: 10px;
    margin-left: 60px;
    border-radius: 20px;
    position: relative;
    margin-top: 25px;
}

.lable_con_input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999999;
    background: none;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.lable_con_btn {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/icon-search1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 99;
}
#login_go1 li img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#login_go1{
    padding: 25px 0 0px 20px;
}
#login_go1 li .navsub{
    padding: 0 0 0px 10px;
}
#login_go1 li .navsub li{
    margin-left: 5px;
}
#login_go1 li h3 span{
    margin: 0 0 0 10px;
}
#login_go1 li .navsub li a{
    padding: 0 5px;
}
#login_go1 li h3,
#login_go1 li .navsub,
#login_go1 li .navsub li,
#login_go1 li .navsub li a{
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

/** index **/
.subleft {
    position: fixed;
    top: 50%;
    margin-top: -195px;
    right: 30px;
    z-index: 9999;
    width: 140px;
    height: 390px;
}
#menu {
    position: relative;
    z-index: 2;
}
#menu li {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 0 0 10px 0;
    background: url(../images/rightslide.png) no-repeat;
}
#menu li:nth-child(1){
    background-position: 0 0;
}
#menu li:nth-child(2){
    background-position: 0 -80px;
}
#menu li:nth-child(3){
    background-position: 0 -160px;
}
#menu li:nth-child(4){
    background-position: 0 -240px;
}
#menu li:nth-child(5){
    background-position: 0 -320px;
}
#menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#menu li:hover:nth-child(1),
#menu li.active:nth-child(1){
    background-position: -70px 0;
}
#menu li:hover:nth-child(2),
#menu li.active:nth-child(2){
    background-position: -70px -80px;
}
#menu li:hover:nth-child(3),
#menu li.active:nth-child(3){
    background-position: -70px -160px;
}
#menu li:hover:nth-child(4),
#menu li.active:nth-child(4){
    background-position: -70px -240px;
}
#menu li:hover:nth-child(5),
#menu li.active:nth-child(5){
    background-position: -70px -320px;
}
#menu li:hover a,
#menu li.active a {
    /*width: 20px;*/
    /*height: 20px;*/
    /*color: #fff;*/
    /*top: 0px;*/
    /*left: 0px;*/
}

#menu li:hover a,
#menu li.active a {
    transition: all 0.4s;
}

/** index **/
.cont1 {
    height: 100%;
    width: 1100px;
    margin: 0px auto 0px;
}

.section1 {
    background: url(../images/body_img2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.section2 {
    background: url(../images/body_img4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.section3 {
    background: url(../images/body_img6.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.section4 {
    background: url(../images/body_img7.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.slideGroup {
    width: 1100px;
    text-align: left;
    position: relative;
}

.slideGroup .parHd {
    width: 800px;
    position: absolute;
    right: 0;
    top: -140px;
}

.slideGroup .parHd ul {
    text-align: right;
    border-bottom: solid 1px #fff;
    height: 50px;
    line-height: 50px;
}

.slideGroup .parHd ul li {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.slideGroup .parHd ul li a {
    color: #fff;
    margin: 0px 35px;
    position: relative;
    display: block;
    cursor: pointer;
}

.slideGroup .parHd ul li.on a:after {
    position: absolute;
    width: 100%;
    height: 6px;
    background: #20dbb6;
    bottom: -2px;
    left: 50%;
    margin-left: -50%;
    display: block;
    content: '';
}

.slideGroup .slideBox {
    zoom: 1;
    position: relative;
    min-height: 300px;
    margin-top: 75px;
    background: #fff;
    padding: 20px;
}

.stit {
    overflow: hidden;
    padding: 23px 40px 0;
}

.stit span {
    font-size: 24px;
    float: left;
    color: #000;
}

.stit span b {
    color: #d30f1e;
}

.stit a {
    float: right;
    color: #bf1900;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 1px;
}

.stit a:hover {
    color: #e40113;
}

/*slect*/
.sslct_con {
    float: left;
    width: 89px;
    height: 50px;
    margin-right: 40px;
    background: url(../images/secrch_arrow.png) right center no-repeat;
}

.sslct {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    z-index: 9;
}

.sslct .butten {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-right: 15px;
}

.sslct .butten_r {
    display: inline-block;
    width: 85px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #694e45;
    letter-spacing: 2px;
}

.list_sslct {
    width: 82px;
    padding: 0;
    height: 0;
    line-height: 28px;
    position: absolute;
    left: 6px;
    top: 50px;
    overflow: hidden;
}

.list_sslct li {
    margin-top: 10px;
}

.list_sslct li a {
    display: block;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #694e45;
    border-radius: 15px;
    border: 1px solid #694e45;
    background: #f3f2f2;
}

.list_sslct li a:hover {
    color: #fff;
    background: #694e45;
}

.indexTit {
    height: 116px;
    margin-top: 20%;
}

.indexTit img {
    float: left;
}

.indexTit p {
    float: right;
    color: #fff;
    font-size: 16px;
    vertical-align: bottom;
    padding-top: 70px;
    box-sizing: border-box;
}

a.indexMore {
    width: 80px;
    height: 30px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #02836f;
    letter-spacing: 2px;
    z-index: 999;
}

/*文化资讯*/
.newsLeft {
    width: 455px;
    height: 385px;
    padding-right: 20px;
    box-sizing: border-box;
    border-right: solid 1px #ececec;
}

.newsLeft span.img_con {
    display: block;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
}

.newsLeft span.img_con img {
    display: block;
    width: 100%;
    height: 100%;
}

.newsLeft h3 {
    line-height: 24px;
}

.newsLeft span.time {
    float: right;
    width: 20%;
    text-align: right;
    color: #999;
    line-height: 29px;
}

.newsLeft p {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsLeft:hover a h3, .newsLeft:hover p {
    color: #333;
}

.newsLeft:hover {
}

.newsLeft:hover span.time {
    color: #cfa3a6;
}

.newsLeft .titlebox {
    overflow: hidden;
}

.newsLeft .titlebox h2 {
    border-right: solid 2px #a70d0d;
    width: 80px;
}

.newsLeft .titlebox h2 span {
    display: block;
    color: #afafaf;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.newsLeft .titlebox h2 span.sp1 {
    font-size: 24px;
    line-height: 26px;
    height: 28px;
}

.newsLeft .titlebox h2 span.sp2 {
    font-size: 14px;
    height: 20px;
    font-weight: normal;
}

.newsLeft .titlebox h3 {
    width: 100%;
    box-sizing: border-box;
    line-height: 36px;
    overflow: hidden;
    font-weight: bold;
}

.newsRight {
    width: 600px;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 20px;
}

.newsRight ul li {
    width: 100%;
    height: 103px;
    padding: 12px 0;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.newsRight ul li:last-child {
    margin-bottom: 0;
}

.newsRight ul li .titlebox h2 {
    border-right: solid 2px #a70d0d;
    width: 150px;
}

.newsRight ul li .titlebox h2 span {
    display: block;
    color: #cccccc;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}

.newsRight ul li .titlebox h2 span.sp1 {
    font-size: 36px;
    line-height: 38px;
    height: 40px;
}

.newsRight ul li .titlebox h2 span.sp2 {
    font-size: 16px;
    height: 35px;
    font-weight: normal;
}

.newsRight ul li .titlebox .desc {
    width: 430px;
    box-sizing: border-box;
    padding-left: 25px;
}

.newsRight ul li .titlebox .desc h3 {
    overflow: hidden;
    height: 28px;
    font-weight: bold;
    margin-top: 2px;
}

.newsRight ul li .titlebox .desc div {
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.newsRight a.indexMore {
    color: #333;
    float: right;
    font-size: 16px;
    line-height: 26px;
    border: solid 1px #a70d0d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 26px;
    margin-right: 20px;
}

.newsLeft .mycon {
    height: 90px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    line-height: 26px;
}
.section2 .indexTit{
    position: relative;
    margin: 20% 0 10px 0;
}
.section2 .indexTit:after{
    display: block;
    content: '';
    width: 800px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 99;
    visibility: visible;
}
.ulserver{
    position: relative;
}
.ulserver li{
    float: left;
    width: 20%;
    height: 180px;
    text-align: center;
    background: #1cbd9d;
}
.ulserver li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 15% 0 0;
}
.ulserver li:nth-child(1){
    margin: 0 0 0 40%;
}
.ulserver li:nth-child(2){
    width: 40%;
    background: url(../images/indeximg1.jpg) no-repeat;
    background-position: right top;
    background-size: 95%;
}
.ulserver li:nth-child(4){
    height: 360px;
    background: url(../images/indeximg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.ulserver li:nth-child(4) a{
    padding: 50% 0 0;
}
.ulserver li:nth-child(5){
    background: url(../images/indeximg3.jpg) no-repeat;
    background-size: 100% 100%;
}
.ulserver li:nth-child(6),
.ulserver li:nth-child(8){
    background: #fff;
}
.ulserver li a p{
    color: #fff;
    font-size: 20px;
}
.ulserver li:nth-child(6) a p,
.ulserver li:nth-child(8) a p{
    color: #1cbd9d;
}
.ulserver li:nth-child(8){
    position: absolute;
    bottom: 0 ;
    left: 0;
    width: 17%;
    height: 150px;
}
.ulserver li:nth-child(8) a{
    padding: 10% 0 0;
}
.ulserver li:nth-child(9){
    margin: 0 0 0 20%;
}
.ulserver li:hover a img {
    transform: rotateY(360deg) scale(1.2, 1.2);
    -ms-transform: rotateY(360deg) scale(1.2, 1.2); /* IE 9 */
    -moz-transform: rotateY(360deg) scale(1.2, 1.2); /* Firefox */
    -webkit-transform: rotateY(360deg) scale(1.2, 1.2); /* Safari 和 Chrome */
    -o-transform: rotateY(360deg) scale(1.2, 1.2);
}


.section3 .slideGroup .parHd2{
    top: -68px;
}
.section3 .slideGroup .parBd2{
    position: relative;
}
.section3 .slideGroup .slideBox{
    background: none;
    padding: 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section3 a.indexMore{
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 12px 0 0;
}
.section3 a.indexMore.style1{
    color: #333;
    float: right;
    font-size: 16px;
    line-height: 26px;
    border: solid 1px #a70d0d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 26px;
    margin-right: 20px;
}
.galler1 .bp{
    width: 520px;
    height: 440px;
}
.galler1 .thumbsbox{
    width: 580px;
    height: 260px;
    padding: 0 10px 0 0;
}
.galler1 .bp .swiper-slide{
    position: relative;
}
.galler1 .bp .swiper-slide .imgbox,
.galler1 .bp .swiper-slide .imgbox img,
.galler1 .thumbsbox .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}
.galler1 .bp .swiper-slide .txtbox{
    position: absolute;
    width: 100%;
    height: 170px;
    background: rgba(25, 173, 146, 0.7);
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 25px 30px;
}
.galler1 .bp .swiper-slide .txtbox h2{
    font-size: 24px;
    line-height: 46px;
    margin: 0 0 5px 0;
}

.galler1 .bp .swiper-slide .txtbox .descstyle{
    height: 58px;
    overflow: hidden;
}
.galler1 .bp .swiper-slide .txtbox h2,
.galler1 .bp .swiper-slide .txtbox .descstyle,
.galler1 .bp .swiper-slide .txtbox .descstyle p,
.galler1 .bp .swiper-slide .txtbox .descstyle span{
    color: #fff!important;
}

.galler1 .bp .swiper-slide .txtbox .descstyle,
.galler1 .bp .swiper-slide .txtbox .descstyle p,
.galler1 .bp .swiper-slide .txtbox .descstyle span{
    font-size: 16px!important;
    background: none!important;
}
.galler1 .thumbsbox .descbox{
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin: 15px 0 15px;
    height: 96px;
    overflow-y: auto;
}
.galler1 .thumbsbox .swiper-wrapper{
    width: 100% !important;
}
.galler1 .thumbsbox .swiper-slide{
    height: 128px;
    padding: 10px;
}
.galler1 .thumbsbox .swiper-slide:hover img,
.galler1 .thumbsbox .swiper-slide.swiper-slide-thumb-active img{
    border: solid 6px #20dbb6;
    transform: scale(1.12, 1.12);
}

.section4 .slideGroup .parHd3{
    top: -65px;
}

.section4 .slideGroup .parBd3 .slideBox{
    background: none;
    padding: 0;
}
.section4 .slideGroup .parBd3{
    position: relative;
}
.section4 .slideGroup .parBd3 .slideBox.slidebox1{
    background: none;
    padding: 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.section4 .slideGroup .parBd4 .slideBox{
    margin: 0;
    padding: 0;
}
.section4 .slideGroup .parHd4{
    width: 170px;
    height: 420px;
    right: auto;
    top: auto;
    position: relative;
}
.section4 .slideGroup .parHd4 ul {
    height: auto;
    line-height: 70px;
    border-bottom: none;
    background: rgba(48, 124, 110, 0.8);
    text-align: center;
}
.section4 .slideGroup .parHd4 ul li{
    display: block;
}
.section4 .slideGroup .parHd4 ul li a{
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 0;
}
.section4 .slideGroup .parHd4 ul li a:after{
    display: block;
    visibility: hidden;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    z-index: 2;
}
.section4 .slideGroup .parHd4 ul li:hover,
.section4 .slideGroup .parHd4 ul li.on{
    background: #19ad92;
}
.section4 .slideGroup .parHd4 ul li:hover a:after,
.section4 .slideGroup .parHd4 ul li.on a:after{
    visibility: visible;
    bottom: auto;
    left: auto;
    margin-top: -5px;
    background: none;
}
.section4 .slideGroup .parBd4{
    width: 900px;
    position: relative;
}

.section4 .slideGroup .parBd4 .slideBox{
    background: none;
    padding: 0px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section4 .slideGroup .parBd4 ul{
    position: relative;
    height: 420px;
}
.section4 .slideGroup .parBd4 ul li{
    float: left;
    width: 167px;
    height: 130px;
    margin: 0 10px 0 0;
    position: relative;
}
.section4 .slideGroup .parBd4 ul li:nth-child(1){
    width: 521px;
    height: 270px;
    margin: 0 20px 20px 0;
}
.section4 .slideGroup .parBd4 ul li:nth-child(2){
    width: 359px;
    height: 270px;
    margin: 0 0px 20px 0;
}
.section4 .slideGroup .parBd4 ul li.more{
    height: 130px;
    width: 359px;
    margin: 0 0 0 10px;
    padding: 20px;
    background: #19ad92;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section4 .slideGroup .parBd4 ul li.more a{
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: solid 2px #fff;
    display: block;
    padding-top: 10%;
    width: 100%;
    height: 100%;
}
.section4 .slideGroup .parBd4 ul li h2{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(20, 70, 69, 0) , rgba(20, 70, 69, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(20, 70, 69, 0) , rgba(20, 70, 69, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(20, 70, 69, 0) , rgba(20, 70, 69, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(20, 70, 69, 0) , rgba(20, 70, 69, 1)); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(20, 70, 69, 0), endColorstr=rgba(20, 70, 69, 1));

}
.section4 .slideGroup .parBd4 ul li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/*服务*/
#servicebanner{
    position: relative;
    height: 480px;
    margin: 0 -20px;
}
#servicebanner .swiper-container{
    width: 100%;
    padding: 30px 0 0;
}
#servicebanner .swiper-slide .imgbox{
    width: 180px;
    height: 420px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    margin: 0 auto;
    box-sizing: border-box;
}
#servicebanner .swiper-slide .imgbox:hover{
    cursor: pointer;
    position: relative;
    margin-top: -5px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
#servicebanner .swiper-slide .imgbox img{
    width: 100%;
    height: 100%;
}
#servicebanner .swiper-button-next,
#servicebanner .swiper-button-prev{
    width: 32px;
    height: 58px;
}
#servicebanner .swiper-slide:nth-child(1),
#servicebanner .swiper-slide:nth-child(3),
#servicebanner .swiper-slide:nth-child(5){
    margin: 40px 0 0;
}
.ul5 li{
    float: left;
    width: 25%;
    height: 250px;
}
.ul5 li .inner{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.ul5 .bgcolor1{
    background: #4279bc;
}
.ul5 .bgcolor2{
    background: #93d3d9;
}
.ul5 .bgcolor3{
    background: #5aa5b0;
}
.ul5 .bgcolor4{
    background: #61c2e5;
}
.ul5 li img{
    width: 100%;
    height: 100%;
}
.ul5 li .inner a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.ul5 li .inner a .box{
    width: 100%;
    height: 100%;
    border: solid 2px transparent;
    padding: 34px 18px 18px;
}
.ul5 li .inner a .box h3{
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    letter-spacing: 3px;
}
.ul5 li .inner a .box p{
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 30px 0 0;
    display: inline-block;
    margin-top: 40px;
}
.ul5 li .inner a .box p:after{
    display: block;
    content: '';
    width: 27px;
    height: 9px;
    background: url(../images/icon-more1.png) no-repeat;
    background-size: 100% 100%;
    top: 9px;
    right: 0;
    position: absolute;
}
.ul5 li.li1:hover .inner{
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    width: 110%;
    height: 290px;
    z-index: 11;
    margin: -20px;
}
.ul5 li.li1:hover .inner a .box{
    border: solid 2px #fff;
    padding: 55px 32px 0;
}



/* footer */
.footer {
    text-align: center;
    background: #232323;
    color: #fff;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, .3);
    height: 48px;
    line-height: 48px;
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
}

.video video {
    width: 100%;
    height: 100%;
    background: none;
}

.tv_con {
    width: 1011px;
    height: 5510px;
    padding-top: 30px;
    background: url(../images/tv.png) no-repeat;
    margin: -280px 0 0 -505px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.tv {
    width: 790px;
    height: 465px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.closed {
    position: absolute;
    right: 70px;
    top: -30px;
    display: block;
    width: 59px;
    cursor: pointer;
}

.show_none {
    display: none;
}


/*底*/
.common-footer {
    width: 100%;
    min-width: 1200px;
    background: rgba(26, 36, 48, 0.8);
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
}

.common-footer .footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 35px;
}

.common-footer .footer-wrapper .item-first {
    width: 100%;
    position: relative;
    /*width: 320px;*/
    /*margin-right: 20px;*/
}

.common-footer .footer-wrapper .item-second {
    width: 285px;
    margin-right: 20px;
}

.common-footer .footer-wrapper .item-third {
    width: 320px;
    margin-right: 30px;
}

.common-footer .footer-wrapper .item-four {
    width: 175px;
}

.common-footer .footer-wrapper .footer-item-title {
    color: rgba(255,255,255, 0.7);
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: 7px;
    left: 0;
}

.common-footer .footer-wrapper .footer-item-content {
    /*margin-top: 15px;*/
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper {
    width: 100%;
    height: 33px;
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-left: 90px;
    height: 72px
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text a {
    color: rgba(255,255,255, 0.7);
    padding: 0 8px;
    border-right: solid 1px #fff;
    display: block;
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text a:last-child {
    border-right: none;
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text .code img {
    display: block;
    width: 74px;
}

.common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text .code {
    float: left;
    margin-left: 10px;
}

.section0 .common-footer{
}
.section0 .common-footer a{
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.section0 .common-footer .footer-wrapper{
	padding: 15px 0;
	text-align: center;
}


@media (max-width: 1440px) {
    .cont1,
    .mid,
    .slideGroup {
        width: 1000px;
    }

    .subleft{
        right: 10px;
    }
    .indexheader {
        height: 80px;
        line-height: 80px;
    }

    .indexheader ul li a {
        line-height: 80px;
    }

    .indexheader .logo {
        padding-top: 15px;
        box-sizing: border-box;
        line-height: 50px;
    }

    .indexheader .logo img {
        height: 50px;
    }
    #login_go1{
        padding-top: 20px;
    }
    .lab_con,
    .loginregister{
        margin-top: 20px;
    }
    .fullSlideImg .bd li {
        top: 0 !important;
        min-height: auto !important;
    }

    .indexTit {
        height: 80px;
        margin: 8% 0 20px;
    }
    .indexTit img {
        height: 100%;
    }

    .indexTit p {
        padding-top: 40px;
    }
    .section2 .indexTit{
        margin: 8% 0 20px;
    }

    .slideGroup .parHd {
        margin: 15px 0 5px;
        line-height: 40px;
        top: -94px;
    }

    .slideGroup .parHd ul li {
        font-size: 16px;
    }
    .slideGroup .slideBox {
        margin-top: 0px;
    }

    .slideGroup .slideBox.indexService {
        margin-top: 30px;
    }

    .newsLeft {
        width: 405px;
    }

    .newsRight {
        width: 550px;
    }

    .newsRight ul li .titlebox .desc {
        width: 380px;
    }

    .ulserver li{
        height: 150px;
    }
    .ulserver li a{
        padding: 10% 0 0;
    }
    .ulserver li:nth-child(4){
        height: 300px;
    }
    .ulserver li:nth-child(8){
        height: 120px;
    }
    .ulserver li:nth-child(8) a{
        padding: 3% 0 0;
    }
    .section3 .slideGroup .parHd2{
        top: -98px;
    }
    .galler1 .bp{
        width: 470px;
        height: 420px;
    }
    .galler1 .thumbsbox{
        width: 530px;
    }
    #servicebanner{
        height: 400px;
        margin: 0 -20px 0;
    }
    #servicebanner .swiper-slide .imgbox{
        width: 160px;
        height: 380px;
    }
    #servicebanner .swiper-slide:nth-child(1),
    #servicebanner .swiper-slide:nth-child(3),
    #servicebanner .swiper-slide:nth-child(5){
        margin-top: 24px;
    }

    .section4 .slideGroup .parBd4{
        width: 834px;
    }
    .section4 .slideGroup .parHd4{
        height: 375px;
        width: 140px;
        margin: 0;
    }
    .section4 .slideGroup .parHd4 ul{
        line-height: 63px;
    }
    .section4 .slideGroup .parBd4 ul{
        height: 375px;
    }
    .section4 .slideGroup .parBd4 ul li {
        width: 157px;
        height: 105px;
    }
    .section4 .slideGroup .parBd4 ul li:nth-child(1){
        width: 490px;
        height: 253px;
    }
    .section4 .slideGroup .parBd4 ul li:nth-child(2){
        width: 324px;
        height: 253px;
    }
    .section4 .slideGroup .parBd4 ul li.more{
        height: 105px;
        width: 324px;
    }
    .section4 .slideGroup .parBd4 ul li.more a{
        padding-top: 6%;
    }

    a.indexMore2 {
        bottom: -35px;
    }
    .ul5 li {
        height: 210px;
    }

    /*底*/
    .common-footer .footer-wrapper .footer-item-title {
        font-size: 17px;
    }

    .common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text {
        line-height: 20px;
        font-size: 12px;
        height: 66px;
    }

    .common-footer .footer-wrapper .footer-item-content .content-wrapper .content-text .code img {
        width: 64px;
    }

    .common-footer .footer-wrapper {
        padding: 20px 0 11px;
    }
}

