<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(amazeui.min.css);
@import url(owl.carousel.css);
@import url(owl.transitions.css);
@import url(reveal.css);
@import url(jquery.fancybox.css);
@import url(jquery.fancybox-buttons.css);

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0
}

body {
    color: #000;
    background: #fff;
    font-size: 14px
}

a {
    text-decoration: none;
    color: #000
}

a:hover {
    color: #0b7cc3
}

.w {
    width: 1200px;
    margin: 0 auto
}

@media (min-width: 1400px) {
    .w {
        width: 1400px
    }
}

@media (min-width: 1600px) {
    .w {
        width: 1600px
    }
}

.np {
    margin: 0;
    padding: 0
}

.np [class*="am-"] {
    margin: 0;
    padding: 0
}

.pages {
    text-align: center
}

.pages a {
    display: block;
    width: 36px;
    height: 34px;
    background-image: url(../images/page_arrow.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pages .pre-page {
    display: inline-block;
    margin-right: 60px
}

.pages .pre-page a {
    background-position: 0 0
}

.pages .pre-page a:hover {
    background-position: -36px 0
}

.pages .next-page {
    display: inline-block
}

.pages .next-page a {
    background-position: -36px -34px
}

.pages .next-page a:hover {
    background-position: 0 -34px
}

.text-center {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 30px 0;
    border-radius: 0px
}

.pagination &gt; li {
    display: inline
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 16px;
    margin-left: 0px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #414141;
    border: none;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
    margin-left: 0
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
    z-index: 3;
    color: #fff;
    background: #0b7cc3
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0b7cc3;
    border-color: #0b7cc3
}

.pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:hover, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

@font-face {
    font-family: 'BrandonText-Bold';
    src: url("../fonts/BrandonText-Bold.eot");
    src: url("../fonts/brandontext-bold.eot") format("embedded-opentype"), url("../fonts/brandontext-bold.woff") format("woff"), url("../fonts/brandontext-bold.ttf") format("truetype"), url("../fonts/brandontext-bold.svg#yourwebfontname") format("svg")
}

@font-face {
    font-family: 'bebas';
    src: url("../fonts/bebas.eot");
    src: url("../fonts/bebas.eot") format("embedded-opentype"), url("../fonts/bebas.woff") format("woff"), url("../fonts/bebas.ttf") format("truetype"), url("../fonts/bebas.svg#yourwebfontname") format("svg")
}

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../images/error.png) no-repeat left center
}

.Validform_loading {
    padding-left: 20px;
    background: url(../images/onload.gif) no-repeat left center
}

.Validform_error {
    background-color: #ffe7e7
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 19891016;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1)
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #999;
    background: -moz-linear-gradient(top, #999, #666 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')
}

#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none
}

#Validform_msg a.Validform_close:hover {
    color: #ccc
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #bbb;
    border-top: none;
    text-align: left
}

body {
    overflow-x: hidden
}

header {
    height: 90px;
    position: relative
}

header a.logo {
    width: 300px;
    height: 90px;
    position: absolute;
    left: 10px;
    top: 0
}

.headR {
    display: block;
    width: 100px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 28px
}

.headR a {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 16px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.headR a.search {
    background: url(../images/c.png) -40px -40px no-repeat
}

.headR a.search:hover {
    background: url(../images/c.png) -40px 0 no-repeat
}

.headR a.qr {
    background: url(../images/c.png) 0 -40px no-repeat;
    position: relative
}

.headR a.qr img {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 34px
}

.headR a.qr:hover {
    background: url(../images/c.png) 0 0 no-repeat
}

.headR a.qr:hover img {
    display: block
}

.topsearch h1 {
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 15px
}

.topsearch form {
    width: 100%;
    height: 28px;
    border: 1px solid #cdd9e1;
    background: #fff;
    position: relative;
    z-index: 2
}

.topsearch form .btn1, .topsearch form .btn2 {
    margin: 0;
    padding: 0;
    border: none
}

.topsearch form .btn1 {
    width: 400px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    outline: 0px
}

.topsearch form .btn2 {
    float: right;
    width: 19px;
    height: 19px;
    padding: 4px 10px 5px 0px;
    margin: 5px 10px 0 0;
    background: url(../images/c.png) -100px 0 no-repeat
}

.top_qr_img {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: 20px;
    position: absolute;
    right: 0px;
    top: 62px;
    z-index: 10000;
    text-align: center
}

.top_qr_img span {
    display: block
}

@media (min-width: 1400px) {
    header a.logo {
        left: 30px
    }

    .headR {
        right: 30px
    }
}

@media (min-width: 1800px) {
    header a.logo {
        left: 60px
    }

    .headR {
        right: 60px
    }
}

.nav {

    height: 90px;
	margin-left: 360px;
   
}

.nav ul {
    margin: 0;
    padding: 0
}

.nav ul li.m {
    display: block;
    float: left;
    width: 89px;
    font-weight: normal;
    text-align: center;
    position: relative
}

.nav ul li.m h3 {
    font-weight: normal
}

.nav ul li.m h3 a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #0b0b0b;
    height: 90px;
    line-height: 90px
}

.nav ul li.m h3 a span {
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative
}

.nav ul li.m h3 a span:after {
    content: '';
    width: 2px;
    height: 2px;
    line-height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav ul li.m h3 a:hover span {
    color: #000;
    font-weight: bold
}

.nav ul li.m h3 a:hover span:after {
    width: 100%;
    background: #000;
    left: 0px
}

.nav ul li.m.on h3 a span {
    color: #000;
    font-weight: bold
}

.nav ul li.m.on h3 a span:after {
    width: 100%;
    background: #000;
    left: 0px
}

.nav ul li.m .sub {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    position: absolute;
    left: -1px;
    top: 90px;
    z-index: 200;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.nav ul li.m .sub ul {
    padding: 0 10px
}

.nav ul li.m .sub ul li {
    display: block;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.nav ul li.m .sub ul li a {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 12px
}

.nav ul li.m .sub ul li a:hover {
    color: #d1d1d1
}

.nav ul li.m .sub07 {
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    top: -10000px
}






    .nav ul li.m {
        width: 95px
    }

    .nav ul li.m h3 a {
        font-size: 16px
    }


#index_banner .item a {
    display: block
}

#index_banner .item img {
    display: block;
    width: 100%;
    height: auto
}

#index_banner .owl-controls {
    margin: 0;
    width: 100%;
    text-align: center;
    height: 16px;
    position: absolute;
    bottom: 20px
}

#index_banner .owl-controls .owl-page {
    display: inline-block
}

#index_banner .owl-controls .owl-page span {
    display: block;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    background: #000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    opacity: .5;
    filter: alpha(opacity=50)
}

#index_banner .owl-controls .active span {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #33a1db
}

.in_casec_w {
    margin-top: 20px;
    margin-bottom: 45px
}

@media (min-width: 1600px) {
    .in_casec_w {
        margin-top: 40px;
        margin-bottom: 90px
    }
}

.in_casec {
    overflow: hidden;
    margin-right: -10px
}

.in_casec .col {
    float: left;
    padding: 0;
    width: 33.33333%;
    padding: 0 10px 0 0
}

.in_casec .col .item {
    display: block;
    position: relative
}

.in_casec .col .item .txt {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_casec .col .item .txt b {
    display: block;
    font-size: 16px
}

.in_casec .col .item .txt span {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_casec .col .item .txt span a {
    margin: 0 5px
}

.in_casec .col .item .txt a {
    color: #fff
}

.in_casec .col .item .txt a:hover {
    text-decoration: underline
}

.in_casec .col .item .bg {
    display: block;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

/*.in_casec .col .item .thumb {*/
    /*display: block;*/
    /*width: 526px;*/
    /*height: 400px;*/
    /*overflow: hidden*/
/*}*/

.in_casec .col .item .thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.in_casec .col .item:hover .txt {
    bottom: 50%;
    margin-bottom: -25px
}

.in_casec .col .item:hover .txt span {
    opacity: 1;
    filter: alpha(opacity=100)
}

.in_casec .col .item:hover .bg {
    height: 100%
}

.in_casec .col .item:hover .thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.in_title {
    display: block;
    width: 550px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.in_title em {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 100px;
    color: #ededed;
    font-family: arial;
    font-style: normal
}

.in_title span {
    display: block;
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -120px
}

.in_pro_w {
    margin-top: 50px
}

@media (min-width: 1600px) {
    .in_pro_w {
        margin-top: 80px
    }
}

.in_pro_warp {
    margin-right: -30px
}

#in_pro .item {
    padding-right: 30px
}

#in_pro .item a {
    display: block;
    height: 100%;
    position: relative
}

#in_pro .item a span {
    display: block;
    width: 100%
}

#in_pro .item a span.bg {
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#in_pro .item a span.txt {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#in_pro .item a span.ico {
    width: 104px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -52px;
    margin-top: 75px;
    z-index: 3;
    background: url(../images/c.png) -500px 0 no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#in_pro .item a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#in_pro .item a span.thumb img {
    width: 378px;
    height: 290px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

#in_pro .item a:hover span.bg {
    height: 100%
}

#in_pro .item a:hover span.txt {
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0)
}

#in_pro .item a:hover span.ico {
    margin-top: -15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

#in_pro .item a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#in_pro .owl-controls {
    margin: 0;
    padding: 0;
    width: 100%
}

#in_pro .owl-controls .owl-buttons div {
    display: block;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background-image: url(../images/c.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#in_pro .owl-controls .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#in_pro .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
    background-position: -200px 0
}

#in_pro .owl-controls .owl-buttons div.owl-next {
    right: 48px;
    background-position: -300px -50px
}

.in_pro_list_warp {
    width: 1200px;
    overflow: hidden
}

@media (min-width: 1400px) {
    .in_pro_list_warp {
        width: 1400px
    }
}

@media (min-width: 1600px) {
    .in_pro_list_warp {
        width: 1600px
    }
}

@media (min-width: 1800px) {
    #in_pro .owl-controls .owl-buttons div.owl-prev {
        left: -60px
    }

    #in_pro .owl-controls .owl-buttons div.owl-next {
        right: -32px
    }
}

.in_more {
    display: block;
    width: 145px;
    height: 42px;
    margin: 40px auto;
    line-height: 40px;
    text-align: center;
    border: 1px solid #cdcdcd;
    color: #656565;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_more:hover {
    background: #0b7cc3;
    border-color: #0b7cc3;
    color: #fff
}

@media (min-width: 1600px) {
    .in_more {
        margin: 80px auto
    }
}

.in_case {
    overflow: hidden;
    margin-top: 40px
}

.in_case ul {
    width: 1212px;
    overflow: hidden
}

.in_case ul li {
    display: block;
    float: left;
    width: 291px;
    margin: 0 12px 12px 0
}

.in_case ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.in_case ul li a span {
    display: block
}

.in_case ul li a span.txt {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_case ul li a span.line {
    width: 100%;
    height: 100%;
    position: relative
}

.in_case ul li a span.line::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_case ul li a span.line::after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_case ul li a span.line b {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    font-weight: normal;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

/*.in_case ul li a span.thumb {*/
    /*width:391px;*/
    /*height: 291px;*/
    /*overflow: hidden*/
/*}*/

.in_case ul li a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.in_case ul li a:hover span.txt {
    background: rgba(0, 0, 0, 0.6)
}

.in_case ul li a:hover span.line {
    width: 100%;
    height: 100%
}

.in_case ul li a:hover span.line::before {
    height: 100%;
    top: 0
}

.in_case ul li a:hover span.line::after {
    width: 100%;
    left: 0
}

.in_case ul li a:hover span.line b {
    margin-top: -25px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.in_case ul li a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (min-width: 1400px) {
    .in_case ul {
        width: 1412px
    }

    .in_case ul li {
        width: 341px;
        margin: 0 12px 12px 0
    }
}

@media (min-width: 1600px) {
    .in_case {
        margin-top: 80px
    }

    .in_case ul {
        width: 1612px
    }

    .in_case ul li {
        width: 391px;
        margin: 0 12px 12px 0
    }
}

.in_col {
    background: #f8f8f8
}

.in_col .in_col02 {
    padding: 20px 40px
}

.in_col .in_col02 h3.t {
    font-size: 18px;
    font-weight: normal
}

.in_col .in_col02 ul li {
    display: block;
    padding-bottom: 10px
}

.in_col .in_col02 ul li a {
    display: block
}

.in_col .in_col02 ul li a em {
    display: block;
    font-size: 12px;
    color: #c5c5c5;
    font-style: normal
}

.in_col .in_col02 ul li a b {
    display: block;
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_col .in_col02 ul li a p {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #888
}

.in_col .in_col02 ul li a:hover b {
    color: #0b7cc3
}

.in_col .in_col02 a.in_more {
    margin: 0;
    width: 122px;
    height: 32px;
    line-height: 30px
}

@media (min-width: 1400px) {
    .in_col .in_col02 {
        padding: 20px 50px
    }

    .in_col .in_col02 h3.t {
        font-size: 20px;
        padding-bottom: 20px
    }

    .in_col .in_col02 ul li {
        padding-bottom: 20px
    }
}

@media (min-width: 1600px) {
    .in_col .in_col02 {
        padding: 20px 70px
    }

    .in_col .in_col02 h3.t {
        font-size: 22px;
        padding-bottom: 20px
    }

    .in_col .in_col02 ul li {
        padding-bottom: 20px
    }

    .in_col .in_col02 ul li a b {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    .in_col .in_col02 ul li a p {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .in_col .in_col02 a.in_more {
        margin: 0;
        width: 142px;
        height: 42px;
        line-height: 40px
    }
}

.in_col01 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.in_col01 a span {
    display: block
}

.in_col01 a span.txt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    color: #c5c5c5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_col01 a span.txt em {
    width: 80px;
    float: right;
    font-style: normal;
    text-align: right
}

.in_col01 a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.in_col01 a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.in_col01 a:hover span.txt {
    color: #fff
}
.in_col01{
    width: 50%;
}
.in_col01 a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.in_col_c a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.in_col_c a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.in_col_c a span {
    display: block
}

.in_col_c a span.join {
    width: 400px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    margin: 0 auto;
    padding-left: 30px;
    border: 1px solid #898989;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -201px;
    margin-top: -31px;
    z-index: 3;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: url(../images/c.png) -880px -200px no-repeat
}

.in_col_c a span.ico {
    padding: 10px 0 10px 60px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    background-image: url(../images/c.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3
}

.in_col_c a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.in_col_c a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.in_col_c a:hover::before {
    background: rgba(0, 0, 0, 0.8)
}

.in_col_c a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.in_col03 .ico {
    background-position: -900px 0
}

.in_col04 .ico {
    background-position: -900px -60px
}

.in_col05 .ico {
    background-position: -900px -120px
}

@media (min-width: 1600px) {
    .in_col_c a span.join {
        width: 500px;
        font-size: 24px;
        margin-left: -251px
    }

    .in_col_c a span.ico {
        padding: 5px 0 5px 60px;
        line-height: 25px;
        font-size: 20px;
        left: 30px
    }
}

.ft_01 {
    margin: 40px auto 30px;
    line-height: 30px;
    color: #555
}

.ft_01 a {
    color: #555
}

.ft_01 a:hover {
    color: #0b7cc3
}

.ft_01 h6.t {
    display: block;
    padding-bottom: 20px
}

.ft_01 h6.t a {
    font-size: 16px;
    color: #111
}

.ft_01 h6.t a:hover {
    color: #0b7cc3
}

.ft_01 .ft_nav ul {
    width: 100%;
    overflow: hidden
}

.ft_01 .ft_nav ul li {
    display: block;
    float: left;
    width: 16.6666%
}

.ft_01 .ft_nav ul li .sub ul li {
    display: block;
    width: 100%
}

.ft_01 .ft_nav ul li .sub ul li a {
    font-size: 14px
}

.ft_01 .ft_contact .des {
    position: relative
}

.ft_01 .ft_contact .des .qr {
    width: 80px;
    height: 120px;
    text-align: center;
    font-size: 12px;
    color: #111;
    position: absolute;
    right: 10px;
    bottom: 110px;
}

.ft_02 {
    border-top: 2px solid #d4b270;
    color: #444;
    font-size: 12px;
    height: 52px;
    line-height: 50px
}

.ft_02 a {
    color: #444
}

@media (min-width: 1600px) {
    .ft_01 {
        margin: 80px auto 30px
    }

    .ft_01 h6.t {
        padding-bottom: 20px
    }

    .ft_01 .ft_contact .des .qr {
        width: 120px;
        height: 150px
    }

    .ft_02 {
        height: 72px;
        line-height: 70px
    }
}

.n_banner {
    position: relative
}

.n_banner .sub_nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.n_banner .sub_nav ul {
    overflow: hidden
}

.n_banner .sub_nav ul li {
    display: block;
    float: left
}

.n_banner .sub_nav ul li a {
    display: block;
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.n_banner .sub_nav ul li a:hover, .n_banner .sub_nav ul li a.cur {
    background: #fff;
    color: #000
}

@media (min-width: 1400px) {
    .n_banner .sub_nav {
        height: 70px;
        line-height: 70px
    }

    .n_banner .sub_nav ul li a {
        font-size: 16px
    }
}

.inner_t {
    padding: 60px 0;
    text-align: center;
    font-size: 30px;
    color: #000
}

.inner_t span {
    display: block;
    font-size: 36px;
    color: #ccc;
    text-transform: uppercase
}

.index_pro {
    background: #fafafa
}

.index_pro .list .img {
    position: relative
}

.index_pro .list .img span {
    display: block
}

.index_pro .list .img span.sublink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.index_pro .list .img span.sublink span {
    width: 100%;
    height: 100%;
    display: table
}

.index_pro .list .img span.sublink span b {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.index_pro .list .img span.sublink span b a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: lighter
}

.index_pro .list .img span.sublink span b a:hover {
    text-decoration: underline
}

.index_pro .list .img span.bg {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.index_pro .list .img span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.index_pro .list .img span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.index_pro .list .txt {
    padding: 40px 80px
}

.index_pro .list .txt .des {
    font-size: 14px;
    line-height: 30px;
    color: #4c4c4c
}

.index_pro .list .txt .des b {
    display: block;
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.index_pro .list .txt .des b::after {
    content: '';
    width: 50px;
    height: 3px;
    line-height: 3px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    bottom: 0
}

.index_pro .list .txt .des a.more {
    display: block;
    margin-top: 20px;
    color: #4c4c4c;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.index_pro .list .txt .des a.more:hover {
    color: #0b7cc3;
    margin-left: 5px
}

.index_pro .list.sec .img {
    float: right
}

.index_pro .list.sec .txt {
    float: left
}

.index_pro .list:hover .img span.sublink {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.index_pro .list:hover .img span.bg {
    background: rgba(0, 0, 0, 0.5)
}

.index_pro .list:hover .img span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (min-width: 1400px) {
    .inner_t {
        padding: 100px 0 60px
    }

    .index_pro .list .txt {
        padding: 40px 120px
    }
}

@media (min-width: 1600px) {
    .inner_t {
        padding: 100px 0 60px
    }

    .index_pro .list .img span.sublink span b a {
        font-size: 18px;
        line-height: 36px
    }

    .index_pro .list .txt {
        padding: 100px 120px
    }

    .index_pro .list .txt .des b {
        font-size: 26px;
        color: #000;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.list_pro {
    background: #fff
}

.list_pro ul {
    width: 1220px;
    overflow: hidden
}

.list_pro ul li {
    display: block;
    float: left;
    width: 285px;
    margin: 0 20px 20px 0
}

.list_pro ul li a {
    display: block;
    height: 100%;
    position: relative
}

.list_pro ul li a span {
    display: block;
    width: 100%
}

.list_pro ul li a span.bg {
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_pro ul li a span.txt {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_pro ul li a span.ico {
    width: 104px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -52px;
    margin-top: 75px;
    z-index: 3;
    background: url(../images/c.png) -500px 0 no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_pro ul li a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.list_pro ul li a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.list_pro ul li a:hover span.bg {
    height: 100%
}

.list_pro ul li a:hover span.txt {
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.list_pro ul li a:hover span.ico {
    margin-top: -15px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.list_pro ul li a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (min-width: 1400px) {
    .list_pro ul {
        width: 1420px
    }

    .list_pro ul li {
        width: 335px;
        margin: 0 20px 20px 0
    }
}

@media (min-width: 1600px) {
    .list_pro ul {
        width: 1628px
    }

    .list_pro ul li {
        width: 379px;
        margin: 0 28px 28px 0
    }
}

.content_pro_slide {
    position: relative
}

#sync1 .item {
    text-align: center
}

#sync1 .owl-controls {
    width: 700px;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -350px;
    z-index: 2
}

#sync1 .owl-controls .owl-buttons {
    width: 100%;
    height: 100%;
    position: relative
}

#sync1 .owl-controls .owl-buttons div {
    width: 10px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../images/c.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    opacity: .4;
    filter: alpha(opacity=40);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#sync1 .owl-controls .owl-buttons div:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#sync1 .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
    background-position: 0 -200px
}

#sync1 .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    background-position: -40px -200px
}

#sync2 {
    width: 640px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -320px;
    z-index: 2
}

#sync2 .item {
    margin: 0 5px;
    text-align: center;
    cursor: pointer
}

#sync2 .item img {
    width: 150px;
    height: 60px
}

#sync2 .item span {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px
}

#sync2 .synced .item span {
    background: #0b7cc3;
    color: #fff
}

.content_pro_txt {
    width: 740px;
    margin: 50px auto
}

.content_pro_txt h1.t {
    font-weight: normal;
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 20px;
    color: #000
}

.content_pro_txt .word {
    padding: 20px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    font-size: 14px;
    line-height: 30px;
    color: #585858
}

@media (min-width: 1400px) {
    .content_pro_txt {
        margin: 80px auto
    }

    .content_pro_txt h1.t {
        margin: 0 0 80px 0;
        font-size: 26px
    }

    .content_pro_txt .word {
        padding: 30px 0
    }
}

.list_case {
    overflow: hidden
}

.list_case ul {
    width: 1230px;
    overflow: hidden
}

.list_case ul li {
    display: block;
    float: left;
    width: 380px;
    margin: 0 30px 30px 0
}

.list_case ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.list_case ul li a span {
    display: block
}

.list_case ul li a span.txt {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_case ul li a span.line {
    width: 100%;
    height: 100%;
    position: relative
}

.list_case ul li a span.line::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_case ul li a span.line::after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_case ul li a span.line b {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_case ul li a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.list_case ul li a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.list_case ul li a:hover span.txt {
    background: rgba(0, 0, 0, 0.6)
}

.list_case ul li a:hover span.line {
    width: 100%;
    height: 100%
}

.list_case ul li a:hover span.line::before {
    height: 100%;
    top: 0
}

.list_case ul li a:hover span.line::after {
    width: 100%;
    left: 0
}

.list_case ul li a:hover span.line b {
    margin-top: -25px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.list_case ul li a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (min-width: 1400px) {
    .list_case ul {
        width: 1431px
    }

    .list_case ul li {
        width: 446px;
        margin: 0 31px 31px 0
    }
}

@media (min-width: 1600px) {
    .list_case ul {
        width: 1632px
    }

    .list_case ul li {
        width: 512px;
        margin: 0 32px 32px 0
    }

    .list_case ul li a span.txt {
        padding: 30px
    }
}

.content_news {
    border-bottom: 2px solid #f0f0f0;
    padding: 30px 0
}

.content_news .warp {
    width: 1000px;
    margin: 0 auto
}

.content_news .warp h1.title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #000
}

.content_news .warp .info {
    text-align: center;
    color: #afafaf;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 30px
}

.content_news .warp .word {
    font-size: 14px;
    line-height: 30px;
    color: #585858
}

.content_news .warp .updown {
    font-size: 12px;
    color: #aaa;
    padding-top: 30px;
    line-height: 30px
}

.content_news .warp .updown a {
    color: #aaa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.content_news .warp .updown a:hover {
    color: #0b7cc3
}

@media (min-width: 1400px) {
    .content_news {
        padding: 50px 0
    }

    .content_news .warp h1.title {
        font-size: 26px
    }

    .content_news .warp .info {
        padding-bottom: 50px
    }

    .content_news .warp .updown {
        padding-top: 50px
    }
}

.advantage {
    overflow: hidden
}

.advantage ul {
    width: 1220px;
    overflow: hidden
}

.advantage ul li {
    display: block;
    float: left;
    width: 285px;
    margin: 0 20px 20px 0;
    color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 24px
}

.advantage ul li:nth-child(1) {
    background: #4082d9
}

.advantage ul li:nth-child(2) {
    background: #39cac5
}

.advantage ul li:nth-child(3) {
    background: #26b9de
}

.advantage ul li:nth-child(4) {
    background: #565656
}

.advantage ul li b {
    display: block;
    font-size: 20px;
    padding: 10px 0 20px;
    font-weight: normal
}

@media (min-width: 1400px) {
    .advantage ul {
        width: 1420px
    }

    .advantage ul li {
        width: 335px;
        margin: 0 20px 20px 0;
        padding: 40px;
        line-height: 24px
    }

    .advantage ul li b {
        font-size: 28px;
        padding: 20px 0 20px
    }
}

@media (min-width: 1600px) {
    .advantage ul {
        width: 1628px
    }

    .advantage ul li {
        width: 379px;
        margin: 0 28px 28px 0;
        padding: 40px;
        line-height: 24px
    }

    .advantage ul li b {
        font-size: 28px;
        padding: 20px 0 30px
    }
}

.process {
    background: url(../images/process.jpg) center top no-repeat;
    padding-bottom: 90px;
    margin: 65px 0 0
}

.process .inner_t {
    padding: 50px 0;
    color: #fff
}

.process .txt {
    max-width: 1400px;
    margin: 0 auto
}

@media (min-width: 1400px) {
    .process .inner_t {
        padding: 50px 0
    }
}

@media (min-width: 1600px) {
    .process .inner_t {
        padding: 50px 0
    }
}

.want_join {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 40px
}

.message_box {
    width: 780px;
    overflow: hidden;
    margin: 0 auto
}

.message_box .list {
    width: 380px;
    margin-bottom: 20px
}

.message_box .list.list_w {
    width: 780px
}

.message_box .list input {
    background: none;
    color: #b1aeb0;
    border-color: #eeeeee;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.message_box .list :-moz-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list ::-moz-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list input:-ms-input-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list input::-webkit-input-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list2 {
    width: 100%;
    margin: 0 0 40px 0;
    background: none;
    color: #b1aeb0;
    border-color: #eeeeee;
    font-size: 14px;
    height: 210px;
    line-height: 30px;
    padding: 0 10px
}

.message_box .list2 :-moz-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list2 ::-moz-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list2:-ms-input-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .list2::-webkit-input-placeholder {
    color: #b1aeb0;
    opacity: 1
}

.message_box .submit {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #818181;
    color: #fff;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.message_box .submit:hover {
    background: #33a1db;
    color: #fff
}

.intro_about {
    padding: 100px 0 80px
}

.intro_about .w {
    margin: 0 auto
}

.intro_about .txt h3.t {
    padding-left: 30px;
    font-size: 26px;
    color: #000;
    font-weight: normal
}

.intro_about .txt h3.t span {
    display: block;
    font-size: 30px;
    color: #ececec;
    font-weight: bold
}

.intro_about .txt .des {
    background: #000;
    color: #fff;
    padding: 20px 30px;
    font-size: 12px
}

.intro_about .txt a.more {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #a0a0a0;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 10px 0 0 30px
}

.intro_about .txt a.more:hover {
    background: #0b7cc3;
    border-color: #0b7cc3;
    color: #fff
}

@media (min-width: 1400px) {
    .intro_about .txt h3.t {
        padding-left: 70px
    }

    .intro_about .txt h3.t span {
        font-size: 36px
    }

    .intro_about .txt .des {
        padding: 20px 70px;
        font-size: 14px
    }

    .intro_about .txt a.more {
        margin: 30px 0 0 70px
    }
}

@media (min-width: 1600px) {
    .intro_about .txt h3.t {
        padding-left: 70px
    }

    .intro_about .txt .des {
        padding: 30px 70px;
        font-size: 14px;
        line-height: 30px
    }

    .intro_about .txt a.more {
        margin: 30px 0 0 70px
    }
}

.intro_culture {
    background: url(../images/intro_culture.jpg) center top no-repeat
}

.intro_culture h3.t {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    padding: 60px 0 80px;
    text-align: center
}

.intro_culture .list ul {
    width: 100%;
    overflow: hidden
}

.intro_culture .list ul li {
    display: block;
    width: 25%;
    float: left
}

.intro_culture .list ul li .item {
    width: 190px;
    margin: 0 auto
}

.intro_culture .list ul li .item span.ico {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px
}

.intro_culture .list ul li .item b {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative
}

.intro_culture .list ul li .item b::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    line-height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0
}

.intro_culture .list ul li .item p {
    height: 50px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    font-size: 12px
}

.intro_honor {
    padding-bottom: 60px
}

.intro_honor h3.t {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    padding: 60px 0;
    text-align: center
}

#intro_honor .item {
    padding: 0px 10px
}

#intro_honor .item a {
    display: block;
    height: 100%;
    position: relative
}

#intro_honor .item a span {
    display: block;
    width: 100%
}

#intro_honor .item a span.bg {
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#intro_honor .item a span.txt {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#intro_honor .item a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#intro_honor .item a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

#intro_honor .item a:hover span.bg {
    height: 100%
}

#intro_honor .item a:hover span.txt {
    bottom: 50%;
    margin-bottom: -25px;
    opacity: 1;
    filter: alpha(opacity=100)
}

#intro_honor .item a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#intro_honor .owl-controls {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -50px
}

#intro_honor .owl-controls .owl-pagination {
    text-align: center
}

#intro_honor .owl-controls .owl-pagination div.owl-page {
    display: inline-block;
    margin: 0 5px
}

#intro_honor .owl-controls .owl-pagination div.owl-page span {
    display: block;
    width: 22px;
    height: 7px;
    background: #cbcbcb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#intro_honor .owl-controls .owl-pagination div.active span {
    background: #e0bd7a;
    width: 29px
}

.list_news_w {
    border-bottom: 2px solid #f0f0f0
}

.list_news {
    overflow: hidden
}

.list_news ul {
    width: 1230px;
    overflow: hidden
}

.list_news ul li {
    display: block;
    float: left;
    width: 380px;
    margin: 0 30px 30px 0
}

.list_news ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.list_news ul li a span {
    display: block
}

.list_news ul li a span.thumb {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.list_news ul li a span.thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.list_news ul li a span.txt {
    width: 100%;
    background: #f5f5f5;
    color: #666;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_news ul li a span.txt b {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_news ul li a span.txt span {
    display: block;
    line-height: 30px;
    font-size: 12px
}

.list_news ul li a span.txt p {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px
}

.list_news ul li a:hover span.txt {
    background: #000;
    color: #fff
}

.list_news ul li a:hover span.txt b {
    color: #fff
}

.list_news ul li a:hover span.thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

@media (min-width: 1400px) {
    .list_news ul {
        width: 1431px
    }

    .list_news ul li {
        width: 446px;
        margin: 0 31px 31px 0
    }
}

@media (min-width: 1600px) {
    .list_news ul {
        width: 1632px
    }

    .list_news ul li {
        width: 512px;
        margin: 0 32px 32px 0
    }

    .list_news ul li a span.txt {
        padding: 30px
    }
}

.page_contact {
    border-bottom: 2px solid #f0f0ef
}

.page_contact .list {
    padding-bottom: 50px
}

.page_contact .list ul {
    width: 100%;
    overflow: hidden
}

.page_contact .list ul li {
    display: block;
    float: left
}

.page_contact .list ul li span {
    display: block
}

.page_contact .list ul li span.ico {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url("../images/c.png");
    background-repeat: no-repeat
}

.page_contact .list ul li span.txt {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #6c6c6c
}

.page_contact .list ul li span.txt b {
    display: block;
    line-height: 40px;
    font-size: 22px;
    font-weight: normal;
    font-family: arial
}

.page_contact .list ul li:nth-child(1) {
    width: 30%
}

.page_contact .list ul li:nth-child(1) b {
    color: #999
}

.page_contact .list ul li:nth-child(1) span.ico {
    background-position: 0 -300px
}

.page_contact .list ul li:nth-child(2) {
    width: 20%
}

.page_contact .list ul li:nth-child(2) b {
    color: #efcf4d
}

.page_contact .list ul li:nth-child(2) span.ico {
    background-position: -70px -300px
}

.page_contact .list ul li:nth-child(3) {
    width: 25%
}

.page_contact .list ul li:nth-child(3) b {
    color: #e46f49
}

.page_contact .list ul li:nth-child(3) span.ico {
    background-position: -140px -300px
}

.page_contact .list ul li:nth-child(4) {
    width: 25%
}

.page_contact .list ul li:nth-child(4) b {
    color: #5891dd
}

.page_contact .list ul li:nth-child(4) span.ico {
    background-position: -210px -300px
}

#map01 {
    height: 500px;
    margin-top: 50px;
    font-size: 14px
}

.list_search {
    border-top: 2px solid #f0f0ef;
    border-bottom: 2px solid #f0f0ef
}

.list_search ul {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
}

.list_search ul h3.t {
    display: block;
    line-height: 50px;
    font-size: 18px
}

.list_search ul h3.t span {
    color: #0b7cc3
}

.list_search ul li {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 20px
}

.list_search ul li a {
    display: block;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.list_search ul li a b {
    display: block;
    font-size: 16px;
    color: #000
}

.list_search ul li a em {
    display: block;
    font-size: 12px;
    color: #999;
    font-style: normal
}

.list_search ul li a p {
    display: block;
    font-size: 12px;
    color: #666
}

.list_search ul li a:hover {
    background: #000
}

.list_search ul li a:hover b, .list_search ul li a:hover em, .list_search ul li a:hover p {
    color: #fff
}

/*疑虑*/
.yilv {
    overflow: hidden;
    margin-top: 40px;
    width: 100%;
    padding-bottom: 147px;
    background: url(../images/yiwen_bg.jpg) no-repeat center bottom;
}

.yilv h3 {
    width: 570px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.yilv h3 span {
    float: left;
    font-weight: normal;
    display: block;
    font-size: 18px;
    color: #342c2a;
    width: 240px;
    text-align: right;
    margin-top: 10px;
}

.yilv h3 em {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #c2c0c0;
    font-family: Arial;
}

.yilv h3 b {
    font-size: 45px;
    color: #342c2a;
    font-family: '宋体';
    float: right
}

.yilv ul {
    overflow: hidden;
    width: 110%;
    margin-bottom: 50px;
}

.yilv li {
    float: left;
    width: 260px;
    padding-right: 45px;
    padding-left: 8px;
    background: url(../images/yiwen01.png) no-repeat right 103px;
    position: relative
}

.yilv li.last {
    padding-right: 0;
    background: none;
}

.yilv li .tu {
    overflow: hidden;
    width: 208px;
    height: 208px;
    margin-bottom: 17px;
}

.yilv li .tu img {
    display: block;
    z-index: 1;
    position: relative
}

.yilv li .tu b {
    display: block;
    width: 208px;
    height: 208px;
    position: absolute;
    left: 8px;
    top: 0;
    background: url(../images/yiwen.png) no-repeat center top;
    z-index: 2
}

.yilv li h5 {
    text-align: center;
    font-size: 24px;
    color: #342c2a;
    text-align: center;
    font-weight: normal
}

.yilv li p {
    font-size: 18px;
    color: #342c2a;
    text-align: center
}

.yilv li:hover b {
    background-position: bottom;
}

.yilv li:hover h5, .yilv li:hover p {
    color: #fce14e;
}

.yilv .wen {
    overflow: hidden;
    width: 570px;
    height: 140px;
    background-color: #edecec;
    margin: 0 auto;
}

.yilv .wen h4 {
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    color: #342c2a;
    margin-top: 30px;
}

.yilv .wen p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #342c2a;
    text-align: center
}

.yilv .wen em {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #a30c01;
}
</pre></body></html>