﻿@font-face {font-family: 'webfont';
    src: url('//at.alicdn.com/t/webfont_oq0gbgbes.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_oq0gbgbes.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/webfont_oq0gbgbes.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/webfont_oq0gbgbes.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/webfont_oq0gbgbes.svg#阿里汉仪智能黑体') format('svg'); /* iOS 4.1- */
}
body {
    min-width: 1200px;
}
.subject {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.subject b {
    border-bottom: 1px solid #00b2ff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
    font-family: microsoft yahei;
}
a:hover {
    color: #00b2ff
}
.clear{
    clear: both;
}
.color-web {
    color: #00b2ff !important;
}

.bg-web {
    background-color: #00b2ff !important;
}

.color-web2 {
    color: #f88600 !important;
}

#top {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    width: 100%;
    color: #fff;
    padding: 0 3%;
    background-color: #0066ca;
}

nav {
    position: relative;
    width: 100%;
    height: 40px;
}

#top a {
    color: #fff;
}
.top-left{
    float: left;
    width: 70%;
    padding-left: 115px;
}
.top-right{
    float: right;
    width: 30%;
    text-align: right;
}
#header {
    position: relative;
    width: 100%;
    padding: 0 3%;
    height: 86px;
    background-color: #fff;
    z-index: 99;
}
#header .logo{
    font-size: 0;
    float: left;
}
#header .logo img{
    height:110px;
    width: auto;
    position: absolute;
    top:-30px;
    transition: all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95)

}

#header .logo:hover img {
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    -o-transform: rotate(360deg); /* Opera */
}
#header .logo_txt{
    float: left;
    padding-top: 18px;
    padding-left: 115px;
}
#header .logo_txt .t1{
    font-size: 24px;
    font-family: 'webfont';
}
#header .logo_txt .t2{
    font-size: 14px;
    letter-spacing: 2px;
}


img {
    max-width: 100%;
}

/*导航*/
#navigation {
    position: relative;
    height: 50px;
}

#navigation li.main {
    float: left;
    position: relative;
    padding:0 20px;
}

#navigation li.main:hover {
    background: rgba(0, 178, 255, 1);
}

#navigation li.main:hover a {
    color: #fff;
}

#navigation .home {
    background: none;
}

#navigation li a {
    display: block;
    line-height: 86px;
    text-align: center;
    font-size: 16px
}

#navigation li a:hover {
    color: #fff;
    text-decoration: none;
}

#navigation li .current {
    text-decoration: none;
}

#navigation .sub {
    display: none;
    position: absolute;
    left: 0;
    background: rgba(2, 137, 195, .95);
    z-index: 99999;
}

#navigation .sub li {
    background: none;
    width: 100%;
    float: none;
    padding: 0;
    margin: 0
}

#navigation .sub li a {
    width: 100%;
    font-size: 14px;
    border: none;
    line-height: 30px;
    text-align: left;
    padding: 0 20px;
    color: #fff
}

#navigation .sub li a:hover {
    background: #ff0;
    border: none;
    color: #333
}

#search {
    background: #F3F4F3;
    border-bottom: 1px solid #DDD;
    line-height: 50px;
}

#search .container {
    position: relative;
}

#search_key {
    border: 1px solid #DBDCDB;
    height: 36px;
    line-height: 36px;
    padding: 0 2px 0 5px;
    width: 260px;
    background: #FFF;
    color: #AAA;
    position: absolute;
    top: 7px;
    right: 100px;
}

#search_btn {
    background: #00b2ff;
    height: 36px;
    width: 100px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 7px;
}

#current_location {
    margin: 0;
    background: #EEE;
    padding: 10px;
}
#index-1 p.ac{
    margin-top: 15px;
}
.lxwm {
    padding-bottom: 100px
}

.lxwm h2 {
    padding-top: 0
}

.lxwm p {
    font-size: 16px
}

.lxwm p span {
    font-size: 20px;
    padding-right: 10px
}

/* 幻灯 */
#index_slideshow {
    position: relative;
}


/*图片相关*/
.color-dot {
    color: #fff
}

#link {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    width: 100%;
    padding: 0 3%;
}
#link ul{
    padding-left: 200px;
}
#link a {
    color: #333
}

#link li {
    padding: 0 10px;
    float: left
}

.link_text a {
    background: #eee;
    display: block;
    line-height: 32px;
    text-align: center;
}
.links .wrap{
    width: 1200px;
    margin: 0 auto;
}

.links a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container{
    width: 100%;
    position: relative;
    padding: 0 3%;

}
.footer-logo{
    float: left;

}
.footer-container .footer-contact{
    padding-left: 300px;
}
.footer-logo:before{
     content: '';
     width: 186px;
     height: 186px;
     border-radius: 50%;
     position: absolute;
     left: 3%;
     top:-25px;
     z-index: 3;
     background-color: #fff;
 }
/* .footer-logo:after{
    content: '';
    width: 146px;
    height: 116px;
    border-bottom: 50px solid #242424;
    position: absolute;
    left: 0;
    top:-25px;
    z-index: 2;
    background-color: #fff;
}*/
.footer-logo a {
    width: 136px;
    height: 136px;
    display: block;
    text-align: center;
    position: relative;
    left: 25px;
    top: 6px;
    z-index: 9;
    transition: all .5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.footer-logo:hover img {
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    -o-transform: rotate(360deg); /* Opera */
}
.footer-contact .flexs{
  display: flex;
  flex-warp:warp;
}
.footer-contact .flexs p{
   box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    padding: 5px;
   margin: 10px;
}
   
#footer_nav {
    position: relative;

}

.footer-title {
    margin-top: 16px;
   /* width: 77px;
    height: 82px;
    padding: 8px 13px; */
    font-size: 24px;
    color: #333;
    z-index: 99;
    background: #fff;
    font-weight: bold;
    /* border: 1px solid #999 */
}

#footer_nav .main {
    font-size: 18px;
    line-height: 36px;
}

#footer_nav .sub {
    font-size: 14px;
    line-height: 26px;
}

#footer_nav .x2 img {
    margin-top: 30px;
    margin-left: 5px
}

#copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #242424;
    color: #ccc;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
	text-align:center;
}

#copyright a {
    color: #ccc;
}

.hd-1 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #333 url('../images/bt-bg2.png') no-repeat center right;
    padding: 0 10px;
    color: #FFF;
}

.a_name {
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
}

.bd-1 {
    padding: 10px 0;
}

.hd-3 {
    font-size: 36px;
    text-align: center;
}

.aname-3 {
    font-size: 36px;
    text-align: center;
}

.seoname-3 {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.more {
    float: right;
    font-size: 12px;
}

.aname {
    font-size: 14px;
    color: #999;
}

.category_list li {
    margin-bottom: 2px;
    position: relative;
}
.category_list li .sub-menu{
    display: none;
}
.category_list li .sub-menu p a{
    background-color: #f5f5f5;
    line-height: 40px;
    padding: 0;
}
.category_list li .sub-menu p a:hover{
    color: #fff;
    background-color: #00b2ff;
}
.content_title{
    padding: 0;
    margin-bottom: 20px;
}
.category_list li .sub-menu p{
    margin-bottom: 1px;
}
.category_list li:hover .sub-menu{
    display: block;
    width: 200px;
    text-align: center;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 100%;
    z-index: 20;
}
.pro-right{
    z-index: -1;
}
.category_list li a {
    display: block;
    background: #EEE;
    padding: 10px;
}

.category_list li a:hover {
    background: #00b2ff;
    color: #FFF;
}

.category_list .current a {
    background: #00b2ff;
    color: #FFF;
}

.category_list_w {
    margin-bottom: 10px;
}

.category_list_w li {
    display: inline-block;
    margin-right: 5px;
}

.category_list_w li a {
    display: block;
    background: #EEE;
    padding: 10px;
}

.category_list_w li a:hover {
    background: #00b2ff;
    color: #FFF;
}

.category_list_w .current a {
    background: #00b2ff;
    color: #FFF;
}

/*分页样式*/
.page_turner {
    margin: 20px 0;
}

.page_turner a, .page_turner span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    background: #F2F2F2;
    margin-right: 2px;
}

.page_turner a:link, .page_turner a:visited {
    text-decoration: none;
}

.page_turner a:hover, .page_turner a.current {
    background: #0A8;
    color: #FFF;
}

/*内容相关*/
.content_content {
    margin-bottom: 20px;
}

.content_content img {
    margin-top: 20px;
}

.content_slideshow {
    margin-top: 20px;
}

.content_slideshow .pn {
    text-align: center;
    margin: 20px 0;
}

.content_slideshow .bd img {
    width: 100%;
}

.content_slideshow .hd li img {
    border: 1px solid #FFF;
}

.content_slideshow .hd li.on img {
    border: 1px solid #0A8;
}

.content_video {
    text-align: center;
    margin-top: 20px;
}

.content_video embed {
    width: 100% !important;
}

.content_tab {
    margin-top: 20px;
}

.content_tab .hd li {
    display: block;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    background: #EEE;
    text-align: center;
    font-size: 16px;
}

.content_tab .hd li.on {
    background: #FFF;
    color: #0A8;
    border-top: 3px solid #0A8;
}

.content_tab .bd {
    padding: 20px 0;
}

.plist-1 .wrap {
}

.plist-1 .scontent {
    overflow: auto;
    font-size: 12px;
    padding: 10px 0;
    max-height: 100px;
}

.plist-1 .title {
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plist-2 .wrap {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #ddd;
}

.plist-2 .wrap:hover {
    background: #ebe8e2;
    border-color: #ebe8e2
}

.plist-2 .wrap:hover .scontent {
    color: #FFF;
}

.plist-2 .wrap:hover .title a {
    color: #000;
}

.plist-2 .scontent {
    font-size: 12px;
    padding: 10px 0;
}

.plist-2 .title {
    text-align: center;
    line-height: 40px;
}

.plist-3 .wrap {
    margin-bottom: 20px;
}

.plist-3 .title {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.plist-4 .wrap {
    margin-bottom: 10px;
}

.plist-4 .title {
    text-align: center;
    font-size: 12px;
}

.wrap img {
    position: relative;
}

.wrap .play {
    display: table;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 595px;
    height: 397px
}

.wrap span {
    display: table-cell;
    font-size: 100px;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.picture {
    overflow: hidden
}

#index-0 {
    background: #fff url('../images/bt-bg1.jpg') no-repeat top right;
    padding: 60px 0 0
}

#index-0 .container a {

    font-size: 16px;
}



#index-0 .x3 {
    display: table;
    position: relative
}

#index-0 .x3 .title {
    width: 100%;
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 18px;
    display: none;
    text-align: center;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    padding: 10px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

#index-0 .x3:hover .title {
    display: block;
}

.bigtitle {
    margin: 60px 0;
    width: 120px;
    height: 120px;
    padding: 15px 10px;
    border: 5px solid #ccc;
    position: relative;
    color: #ccc;
    border-radius: 60px
}

.bigcontent {
    margin: 60px 0;
    height: 120px;
    line-height: 30px;
    font-size: 24px;
}

.bigtitle span {
    font-family: Georgia;
    font-size: 72px;
    color: #f88600
}

.bigtitle .s-title {
    width: 310px;
    height: 70px;
    position: absolute;
    top: 20px;
    left: 65px;
    background: #fff url('../images/bt-bg.png') no-repeat center right;
    font-size: 20px;
    z-index: 99;
    padding: 10px 0
}

.bigtitle .s-title p.cn {
    font-family: KaiTi;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    font-size: 34px;
}

.bigtitle .s-title p.en {
    font-family: Georgia;
    font-size: 20px;
    line-height: 100%
}
.picture a{display: block; height: 190px; overflow: hidden;}
.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -moz-transform: scale(1.2, 1.2); /* Firefox */
    -webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
    -o-transform: scale(1.2, 1.2); /* Opera */
}
#links_swiper  .picture a{
    height:130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#links_swiper  .picture img{
    width:80%;
}
.container .picture a{
  display: flex;
    align-items: center;
    justify-content: center;
}

.fs {
    font-family: FangSong;
}

#app {
    background: #fff;
}

#app .x8 {
    position: relative
}

#app .icon-caret-left {
    position: absolute;
    font-size: 40px;
    color: #ebe8e2;
    top: 140px;
    right: -1px;
    z-index: 999
}

#app .icon-caret-right {
    position: absolute;
    font-size: 40px;
    color: #ebe8e2;
    top: 140px;
    left: -1px;
    z-index: 999
}

#index-0 {
    background: #fff;
    padding: 60px 0 0;
    overflow: hidden;
    box-sizing: border-box;
}
#qyys{
    clear: both;
    padding-bottom: 60px;
}
#qyys  .swiper-slide {
    width: 50%;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#qyys  .swiper-slide img{
    display:block;
}
#qyys  .swiper-slide p {
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    color: #636363;
    font-size: 18px;
    margin: 0;
}

#index-00 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#index-00 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#index-00 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #abcd03;
    background-color: #fff;
}

#index-00 .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) 0 0 no-repeat;
    background-size: 100%;
}

#index-00 .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#index-00 .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) 0 -93px no-repeat;
    background-size: 100%;
}

#index-00 .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
#index-1 .ys{
    position: relative;
    height: 400px;
}
.cate-left{
    width: 240px;
    float: left;
}
.cate-left ul{
    border: 1px solid #ccc;
    overflow: hidden;
}
.cate-left ul li{
    width: 100%;
    float: none;
    line-height: 45px;
    text-align: center;
}
.cate-left ul li a{
    margin: 0;
    float: none;
    width: 100%;
}
.cate-left ul li+li{
    border-top: 1px solid #ccc;
}
.cate-left ul li.on{
    border: 1px solid #2e8ded;
    background-color: #2e8ded;
}
.cate-left ul li.on a,.cate-left ul li.on a:hover{
    color: #fff;
}

.cate-slide .tempWrap{
    margin-left: 280px;
}
.cate-right{
    margin-left: 280px;
    position: relative;
}
.cate-right li{
    position: relative;
}
.cate-right li .title{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    text-align: center;
    font-size: 16px;
    left: 0;
    bottom: 0;
    margin: 0;
}
.ys-title {
    width: 300px;
    height: 200px;
    background: #ebe8e2;
    text-align: center;
    display: table;
}
.ys-title.ys3{
    margin-top: 200px;
}
.ys-title2 {
    width: 300px;
    height: 200px;
    background: #ebe8e2;
    text-align: center;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.ys-title2.ys1{
    bottom: 0;
}
.ys-title2.ys2{
    top:0;
}
.ys-title2:hover {
    height: 400px;
    background: #000;
    color: #fff;
}

.ys-title2:hover a {
    color: #fff
}

.ys-content h4 {
    font-family: FangSong;
    font-size: 24px
}

.ys-content p {
    padding: 10px 20px;
    text-align: left;
}

.ys-content {
    width: 300px;
    height: 200px;
    text-align: center;
    display: none;
    padding-top: 20px;
    color: #000;
    background: #ebe8e2
}

.x3:hover .ys-content {
    display: block
}

.xh {
    width: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.xh2 {
    width: 300px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    display: table-cell
}

.xh a {
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    font-size: 28px;
    font-family: FangSong
}

.xh2 a {
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    font-size: 28px;
    font-family: FangSong;
    width: 200px;
    height: 200px
}

#index-1 .xx120 {
    height: 412px;
}

#app .x4 {
    color: #000;
    padding-top: 120px
}

#app .x6 {
    color: #000;
    background: #ebe8e2
}

#app .x4 img {
    margin-top: 10px;
    transition: all .5s;
    -wekit-transition: all .5s
}

#app .x4 img:hover {
    -ms-transform: scaleX(-1); /* IE 9 */
    -moz-transform: scaleX(-1); /* Firefox */
    -webkit-transform: scaleX(-1); /* Safari and Chrome */
    -o-transform: scaleX(-1); /* Opera */
}

#products_list .hd {
    margin-bottom: 2px;
}

#products_list .hd a {
    display: block;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    background: #F60;
    padding: 0 10px;
    font-size: 16px;
}

#products_list .hd.on a {
    background: #0a8;
}

#products_list .bd li {
    margin-bottom: 2px;
}

#products_list .bd a {
    display: block;
    height: 36px;
    color: #000;
    line-height: 36px;
    background: #EEE;
    padding: 0 10px;
}

#products_tab .hd li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background: #EEE;
    text-align: center;
    font-size: 16px;
}

#products_tab .hd li.on {
    background: #FFF;
    border-top: 3px solid #0a8;
}

#products_tab .bd .content {
    margin-top: 20px;
}

#index-2 {
    margin-top: 20px;
    height: 360px;
    padding: 40px 0;
    background: #fff url(../images/bt-bg3.jpg) no-repeat top right;
}

#index-3 {
    margin-top: -140px;
}

#index-3 .left {
    float: left;
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: url(../images/icon-1.png);
}

#index-3 .center {
    float: left;
    width: 900px;
}

#index-3 .right {
    float: left;
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: url(../images/icon-2.png);
}

#index-3 .xx12 {
    width: 91px !important;
}

#index-4 {
    margin-top: 100px;
    background: #fff;
    padding: 40px 0;
    border-top: 1px dashed #ebe8e2
}

#index-4 .x7 {
    margin-top: 70px;
}

#index-4 .bigtitle {
    margin-left: 0
}

#index-4 .plist-3 .wrap {
    margin-bottom: 0;
}

#index-4 .plist-3 .picture {

}

#index-5 {
    position: relative;
    padding: 10px 0 70px;
    margin-top: 20px;
    background: #333;
    color: #ebe8e2
}

#index-5 .xx20 {
    width: 90px;
    text-align: center;
    background: #333;
    margin: 0 55px;
    z-index: 1
}

#index-5 .lc {
    position: relative
}

#index-5 .lc img {
    transition: all .5s;
    -wekit-transition: all .5s
}

#index-5 .lc img:hover {
    -ms-transform: scaleX(-1); /* IE 9 */
    -moz-transform: scaleX(-1); /* Firefox */
    -webkit-transform: scaleX(-1); /* Safari and Chrome */
    -o-transform: scaleX(-1); /* Opera */
}

#index-5 .bg-line {
    width: 1200px;
    height: 1px;
    border-top: 1px dashed #eee;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 0
}

#index-5 .bigtitle {
    color: #ebe8e2
}

#index-5 .bigtitle .s-title p.cn {
    color: #ebe8e2
}

#index-5 .bigtitle .s-title {
    background-color: #333
}

#index-5 .bigcontent {
    color: #ebe8e2
}

#index-5 .bigtitle {
    margin-left: 0
}

#news_tab .hd {
}

#news_tab .bd {
    background: #FFF;
    padding: 20px;
    min-height: 460px;
}

#news_tab .hd li {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #EEE;
    text-align: center;
    font-size: 16px;
}

#news_tab .hd li.on {
    background: #FFF;
    color: #000;
    border-top: 6px solid #0a8;
    color: #0a8;
}

#news_tab .hd li.on a {
    color: #0a8;
}

#question {
    background: #FFF;
    min-height: 500px;
}

#question .q {
    height: 36px;
    background: #EEE;
    line-height: 36px;
    padding: 0 10px;
}

#question .a {
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
}

#about {
    background: #FFF url("../images/about-bg.jpg") no-repeat;
    height: 680px;
    padding: 92px 0 0
}

#about2 {
    background: #FFF;
    padding-bottom: 100px
}

#about .xx34 {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    border-top: 1px solid #ccc
}

#about2 .xx34 {
    background: #00b2ff;
    padding: 20px;
    color: #fff;
    border-top: 1px solid #ccc
}

#about .xx34 h2 {
    color: #fff;
    margin-bottom: 40px;
    text-align: center
}

#about .about-show {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ccc;
    display: table;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 16px;
    transition: all 0.5s
}

#about .about-show:hover {
    background: rgba(0, 0, 0, 0);
}

#about .about-show:hover span {
    display: none
}

#about2 .about-show {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 0;
    transition: all 0.5s;
    background: transparent;
    display: table
}

#about2 .about-show:hover {
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px
}

.about-show span {
    display: table-cell;
    vertical-align: middle;
}

.about-1 {
    width: 215px;
    height: 196px;
    float: left;
    display: table;
    position: relative;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.about-2 {
    width: 430px;
    height: 196px;
    float: left;
    position: relative;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.about-3 {
    width: 110px;
    height: 110px;
    background: #00b2ff;
    float: left;
    display: table;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.about-4 {
    width: 430px;
    height: 250px;
    float: left;
    display: table;
    position: relative;
}

.about-3 a {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.about-3 a:hover {
    color: #ff0
}

#contact {
    margin: 30px 0;
    padding: 10px 0
}

#contact h2 {
    padding: 0
}

.contact-title {
    position: absolute;
    right: 0;
    top: -10px;
    width: 75px;
    height: 80px;
    padding: 8px 13px;
    font-size: 24px;
    color: #fff;
    z-index: 99;
    background: #00b2ff
}

#contact .xx77 {
    height: 200px;
    background: url("../images/contact.jpg") no-repeat;
    padding: 20px;
    position: relative;
    margin-top: 10px
}

.contact-an {
    margin-top: 20px
}

.contact-an a {
    width: 120px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #00b2ff;
    border: 2px solid #00b2ff;
    font-weight: bold
}

.contact-an a:hover {
    color: #fff;
    border: 2px solid #00b2ff;
    background: #00b2ff;
    font-weight: bold
}

.contact-tel {
    margin: 20px 0 0 10px
}

.contact-tel p {
    font-size: 12px;
    line-height: normal;
}

#contact .btn {
    background: #00b2ff
}

#contact .bg-dot {
    border-color: #00b2ff
}

#index-6 {
    margin-top: 20px;
    background: #EEE;
    padding: 40px 0;
}

.sitemap {
}

.sitemap li {
    margin-bottom: 2px;
}

.sitemap li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    font-size: 12px;
}

.sitemap li a.level1 {
    font-size: 16px;
    background: #ddd;
}

.sitemap li a.level2 {
    font-size: 14px;
    background: #eee;
}

.sitemap li a.level3 {
    font-size: 12px;
    border-bottom: 1px solid #EEE;
}

.form-x .form-group .label {
    width: 30%;
}

.form-x .form-group .field {
    width: 70%;
}

.form-x .form-button {
    margin-left: 30%;
}

#float {
    z-index: 9999;
    position: absolute;
    display: block;
    bottom: 60px;
    right: 0;
}

#float .wrap {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    background: #00b2ff;
}

#float .icon {
    padding: 10px 0;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}

#float .content {
    min-height: 40px;
    position: absolute;
    right: 40px;
    top: 0;
    display: none;
    background: #00b2ff;
}

#float .content a {
    color: #FFF;
}

#float .qq .content {
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    color: #FFF;
}

#float .qrcode .content {
    padding: 5px;
    width: 180px;
}

#float .phone .content {
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    color: #FFF;
}

#float .email .content {
    line-height: 40px;
    padding: 0 20px;
    font-size: 20px;
    color: #FFF;
}

#float .custom .content {
    padding: 20px;
    min-width: 160px;
    color: #FFF;
}

#float .gotop .content {
}

#user_login {
    width: 360px;
    padding: 20px;
    box-shadow: 0 0 10px #CCC;
    margin: 50px auto;
}

#class-about {
    height: 680px;
    padding-top: 300px
}

.about-list li {
    width: 23%;
    float: left;
    text-align: center;
    height: 320px;
    background: #00b2ff;
    margin: 0 1%
}
@media only screen and (max-width: 1440px) {
    #header .logo img{
        top:-25px
    }
    #navigation li.main{
        padding: 0 10px;
    }
    #navigation li a{
        font-size: 14px;
    }
    #header .logo_txt .t1{
        font-size: 21px;
    }
    #header .logo_txt .t2{
        font-size: 12px;
    }
    #app .x4{
        padding-top: 60px;
    }
}

.msg_table{font-size:14px}
.msg_table td{line-height:30px;text-align:left;padding:2px 0 2px 5px; border: none;}
.msg_table .first-row td + td {padding-left: 15px;}
.msg_table .code-row td, .msg_table .content-row td {padding-top: 15px;}
.gbook ul{padding-bottom:30px;border-bottom:1px dashed #ccc;color:#666;font-size:12px}
 .face{float:left;width:100px;height:100px;padding:10px;}
.gbookform{ position:relative}
.gbookform .face{position:absolute; left:500px;}
.gbookcontent{float:right;width:660px;padding:10px}
.gbookcontent li{line-height:24px}
.gbookcontent span{float:right}
.gbookcontent .content{background:#eee;padding:5px}
.admincontent{float:left;width:775px;padding:10px;background:#fefefe;border:1px inset #eee}
.admincontent span{float:right}
.red_btn,.red_btn2{width:364px;height:30px;background-color:#e87708;cursor:pointer;font-size:14px;border:none;color:#fff;font-size:14px;transition:all .2s linear 0s;font-family:"微软雅黑";font-weight:700}
.red_zi{font-size:12px;color:red;padding:0 5px}
.form-inline{ display:inline-block;margin-left: 10px;}
.gbooklist{ margin-bottom:20px}
.gbookform input{height:40px;line-height:40px;padding-left:3px;border:1px solid #ccc;border-radius:2px;font-size:14px;width: 100%; padding: 0 15px;}
.gbookform textarea{width:100%;height:200px;border:1px solid #ccc;border-radius:2px;font-size:14px;transition:all .2s linear 0s;padding: 15px;}
.gbookform input#imgcode{ width:60%;}
.gbookform .select> select{height:28px;line-height:28px;padding-left:3px;border:1px solid #ccc;border-radius:2px;font-size:14px;}

.gbookform .radio { position: relative; height: 35px; display:inline-block} 
.gbookform .radio> input { position: absolute; left: 0; top: 0; width: 20px; height:20px; opacity: 0; } 
.gbookform .radio > label { padding:0 20px 0 30px; line-height: 20px; }
.gbookform .radio > label:before { content: ''; position: absolute; left: 0px; top: 0px; display: inline-block; width:18px; height: 18px; border-radius: 50%; border: 1px solid #ddd; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } 
.gbookform .radio  > label:after { content: ''; position: absolute; left: 0px; top: 0px; display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-top: 5px; margin-left:5px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.gbookform .radio input[type='radio']:checked + label:before { border-color: #e87708; } 
.gbookform .radio input[type='radio']:checked + label:after { background: #e87708; }

.gbookform .checkbox { position: relative; height: 35px; display:inline-block} 
.gbookform .checkbox> input { position: absolute; left: 0; top: 0; width: 20px; height:20px; opacity: 0; } 
.gbookform .checkbox > label { padding:0 20px 0 30px; line-height: 20px; }
.gbookform .checkbox > label:before { content: ''; position: absolute; left: 0px; top: 0px; display: inline-block; width:18px; height: 18px; border: 1px solid #ddd; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; } 
.gbookform .checkbox  > label:after { content: ''; position: absolute; left: 0px; top: 0px; display: inline-block; width: 10px; height: 10px;margin-top: 5px; margin-left:5px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.gbookform .checkbox input[type='checkbox']:checked + label:before { border-color: #e87708; } 
.gbookform .checkbox input[type='checkbox']:checked + label:after { background: #e87708; }