html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
button,
input,
select,
textarea {
    font-family: Microsoft YaHei, Source Han Sans CN, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

img {
 
 
    border: 0
}

ul {
    padding-left: 0;
    list-style-type: none
}

em,
i {
    font-style: normal
}

big {
    font-size: 1.3em
}

small {
    font-size: .77em
}

a {
    outline: 0;
    color: #666;
    transition: .3s
}

a,
a:focus,
a:hover {
    text-decoration: none
}

article,
aside,
audio,
canvas,
dialog,
figure,
footer,
header,
menu,
nav,
progress,
section,
video {
    display: block
}

input,
select,
textarea {
    outline: 0;
    font-family: inherit;
    font-size: 100%
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

fieldset {
    min-width: 0;
    margin: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    font-size: 1.3em;
    line-height: 2.5;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent
}

td,
th {
    padding: 0
}


/** Extra-class **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}

body .container{ max-width: 1200px; }


a{ color: #000b1c; }


img{



}


a, img, button{

    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.alignleft {
    float: left;
    margin: .060em 1.60em 1.60em 0;
}
.alignright {
    float: right;
    margin: .060em 0 1.60em 1.60em;
}

.box-shadow { box-shadow: 0 0 12px 0 rgba(0,0,0,0.08) }

.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.fix {
    *zoom: 1;
    *clear: both
}

.fix:after,
.fix:before {
    display: table;
    clear: both;
    content: ""
}

.oh {
    overflow: hidden;
    *zoom: 1
}

.l {
    float: left
}

.r {
    float: right
}

.dib {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.hide {
    display: none
}

.hidetext {
    font: 0/0 a;
    letter-spacing: -9px
}

.arr {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0
}

.opc0 {
    opacity: 0;
    filter: alpha(opacity=0)
}

header {
    background-color: #fff;
    z-index: 100;
    margin: 0;
    top: 0;
    width: 100%;
    position: relative;
}

 


header .hdt{
	background-color: #039;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}
header .hdt p{
	float: left;
}
header .hdt .tel{
	float: right;
}
header .hdt .tel span{
	color: #000
}

header .hdm{ height: 100px;}



header .logo {
    float: left
}

header .logo a {
    display: block;
    width: 100%;
    height: 90px;
    background-size: contain
}

header .logo a img {
    margin: 15px 0;
     
}


header .head_lang {
    float: right;
    width: 52px;
    height: 100px;
    position: relative;
    background: #fff;
    z-index: 5
}

header .head_lang .btn-lang {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
 
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #039;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #039;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
 


header .other{float:right;padding-top:40px;}
header .other span{float:left;color:#666666;font-size:14px;margin-left: 15px;padding-left:15px;line-height:20px; vertical-align: middle;}
header .other span i{ color: #039; font-size: 18px; font-weight: 600;}
header .other span.t{}
header .other span.m{}
 


header .nav {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
 
}

header .nav>ul>li {
    float: left;
    padding: 0 3.1%;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

header .nav>ul>li>a {
    position: relative;
    z-index: 2;
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding: 0 4px;
}
header .nav>ul>li:hover {
    /* background-color: #039 */
}

header .nav>ul>li.cur a {
    color: #039
}
header .nav>ul>li.cur>a:after {
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    background: #039;
}

header .nav>ul>li:hover a {
    color: #039
}

 

header .head_ser {
    float: right;
    width: 52px;
    height: 100px;
    position: relative;
    background: #fff;
    z-index: 5
}

header .head_ser .btn-search {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #039;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    color: #039;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
header .head_ser .btn-search i{ font-size: 18px; font-weight: 400;}

header .head_ser .search {
    right: 0;
    width: auto;
    height: 44px;
    background-color: #039;
    width: 275px;
    top: 100%;
    position: absolute;
    z-index: 10;padding: 5px;
    border-radius: 0 0 5px 5px;
    display: none;
}

header .head_ser .search.on {
    top: 100%
}

header .head_ser .item {
    transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
    -webkit-transition: top .3s
}

header .head_ser .search .inp {
    padding: 12px 20px;
    width: 200px;
    height: 16px;
    line-height: 16px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff
}

header .head_ser .search .btn {
    line-height: 16px;
    background: none;
    color: #fff;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.98)
}

header .head_ser .btn-lang {
    position: absolute;
    top: 0;
    right: -10px;
    padding: 0 10px;
    width: auto;
    height: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 76px;
    color: #666369;
    background-color: #fff;
    transition: color .3s
}

header .head_ser .btn-lang:hover {
    color: #ff2424
}


.hdm.fixed {
    margin: 0;
    animation: fadeInDown 1s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: hsla(0, 0%, 100%, 1);
    box-shadow: 0 1px 1px 0 #fff;
    border-bottom: 1px solid #ebebeb;
    border-top: #039 3px solid;
}

.hdm.fixed .logo a{ height: 70px;}
.hdm.fixed .logo a img{ height: 60px; margin: 5px 0;}
.hdm.fixed .nav>ul>li>a{
    line-height: 70px; height: 70px;
}

.hdm.fixed .head_ser{ height: 70px;}


.Hbanner {
    position: relative;
    z-index: 10
}

.Hbanner img {
    width: 100%
}

html {
    overflow-x: auto
}

.wrap,
body,
html {
    min-width: 1200px
}

.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

body {
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    background: #fff
}

a {
    color: inherit
}

a:hover {
    color: #0075c2
}

::-moz-selection {
    color: #fff;
    background: #0075c2
}

::selection {
    color: #fff;
    background: #0075c2
}

::-webkit-input-placeholder {
    color: #aaa
}

.placeholder {
    color: #aaa
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

.g-tit {
    margin: 84px 0 60px;
    position: relative
}

.g-tit,
.g-tit h2 {
    text-align: center
}

.g-tit h2 {
    font-size: 110px;
    color: #f6f6f6;
    letter-spacing: 0;
    line-height: 90px;
    font-family: Arial;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.g-tit h3 {
    font-size: 38px;
    color: #333;
    line-height: 75px;
    font-weight: 700
}

.g-tit h3:before {
    content: "";
    width: 2px;
    height: 38px;
    background: #e96a38;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -38px
}

.m-txt-1 {
    font-size: 18px;
    color: #737373;
    line-height: 42px;
    text-align: center
}

.sx-section {
    padding: 50px 0
}

.sx-section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700
}

.sx-section-title span {
    color: #dc2821
}

.sx-section-title p {
    margin: 0;
    color: #999;
    font-weight: 400;
    font-size: 16px;
    line-height: 1
}

.main,main {
    position: relative;
    z-index: 10;
    background: #fff;
}

.sx-pinzhi {
    margin-left: -8px
}

.sx-pinzhi li {
    float: left;
    width: 25%
}

.sx-pinzhi li a {
    display: block;
    position: relative;
    padding: 0 10px
}

.sx-pinzhi li .con {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(83, 115, 252, .13);
    margin-bottom: 15px;
    transition: all .3s ease;
    border-radius: 5px
}

.sx-pinzhi li .con .img-center{

     text-align: center;

}

.sx-pinzhi li .con .img-center img{

    text-align: center;
    width: 100%;

}

.sx-pinzhi li .text {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 232px;
    padding: 0 30px
}

.sx-pinzhi li i {
    display: inline-block;
    background: no-repeat 50%;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle
}

.sx-pinzhi li h4 {
    line-height: 50px;
    font-size: 18px;
    margin: 0
}

.sx-pinzhi li p {
    color: #333;
    line-height: 1.8
}

.sx-pinzhi li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(0, 51, 153, .9);
    color: #fff;
    transition: all .5s;
 
}

.sx-pinzhi li .box i {
    margin-top: 110px;
    font-size: 36px
}

.sx-pinzhi li .box h4 {
 
}

.sx-pinzhi li .box p {
    color: #fff;
    padding: 15px 30px
}

.sx-pinzhi li:hover .con {
    transform: translateY(-10px)
}

.sx-pinzhi li a:hover .text {
    opacity: 1
}

.sx-pinzhi li a:hover .box {
    top: 0;
    opacity: 1;
    display: none;
}

.i_abouts {
    height: 559px
}

.i_abouts .pic {
    width: 50%;
    height: 100%;
    float: left
}

.i_abouts img {
    width: 100%;
    min-width: 960px;
    height: 100%;
    display: block
}

.i_abouts .con {
    overflow: hidden;
    padding: 70px 60px 72px;
    height: 100%;
    color: #fff;
    background-color: #039
}

.i_abouts .tit {
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 30px
}

.i_abouts h3 {
    font-weight: 400;
    font-size: 48px;
    font-family: Arial;
    margin-bottom: -6px;
    overflow: hidden;
    white-space: nowrap
}

.i_abouts .tit span {
    font-size: 24px;
    letter-spacing: 1em
}

.i_abouts .tit:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0
}

.i_abouts .desc {
    line-height: 2em;
    height: 8em;
    overflow: hidden;
    margin-bottom: 50px
}

.i_abouts ul {
    overflow: hidden
}

.i_abouts li {
    float: left;
    width: 87px;
    height: 87px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
    text-align: center;
    background: center 10px no-repeat
}

.i_abouts li i {
    display: block;
    font-size: 22px;
    padding: 10px 0
}

.i_abouts li a {
    color: #fff
}

.i_abouts li:hover {
    background-color: #fff
}

.i_abouts li:hover a {
    color: #039
}

.i_abouts .s1:hover {
    background-image: url(../images/i6.png)
}

.i_abouts .s2:hover {
    background-image: url(../images/i7.png)
}

.i_abouts .s3:hover {
    background-image: url(../images/i8.png)
}

.news-section {
    background: #fff
}

.news-section .news-single {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, .021);
    border: 1px solid rgba(0, 0, 0, .05);
    overflow: hidden;
    border-radius: 5px
}

.news-section .news-single .news-img {
    position: relative;
    overflow: hidden;
    height: 250px
}

.news-section .news-single .news-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.news-section .news-single .news-img .blog-date {
    position: absolute;
    display: block;
    padding: 5px 10px;
    background: #039;
    top: 12px;
    right: 12px;
    z-index: 100
}

.news-section .news-single .blog-date span.month {
    display: block;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .78);
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}

.news-section .news-single .blog-date span.date {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1
}

.news-section .news-single .news-content {
    text-align: center;
    padding: 25px 20px
}

.news-section .news-single .news-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 1rem;
    cursor: pointer;
    transition: all .3s;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-section .news-single .news-content p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: left;
    line-height: 24px;
    margin-top: 1rem
}

.news-section .news-single:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.hz-section {
    background: #f7f7f7;

}

.hz-section .section-title {
    margin-bottom: 40px
}

.hz-section .friendlylinks{ }
.hz-section .friendlylinks .image-holder{ margin: 0; padding: 0; border: 1px solid rgba(0, 0, 0, 0.05)  }
.hz-section .friendlylinks .image-holder img{ padding: 10px  15px ; background: #fff; width: 100%;}

.pageFooter {
    width: 100%;
    background: url(../img/foot_bg.jpg) top no-repeat;
    height: 395px;
    z-index: 1
}

.pageFooter .foot_top {
    padding: 60px 0 50px
}

.pageFooter .foot_top,
.pageFooter .foot_top a {
    color: #fff
}

.pageFooter .foot_top .f_logo {
    margin-right: 6%;
    margin-top: 12px
}

.pageFooter .foot_top .f_dl {
    width: 12%;
    margin-right: 3%
}

.pageFooter .foot_top .f_dl4 dt,
.pageFooter .foot_top .f_dl dt {
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.pageFooter .foot_top .f_dl4 dt:after,
.pageFooter .foot_top .f_dl dt:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    bottom: 0;
    left: 0
}

.pageFooter .foot_top .f_dl dd a {
    display: block;
    line-height: 2
}

.pageFooter .foot_top .f_dl3 {
    width: 15%
}

.pageFooter .foot_top .f_dl3 .f_dl3_arr {
    width: 11px;
    height: 6px;
    background: url(../img/f_dl3_arr.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.pageFooter .foot_top .f_dl3 .dl3_arr_next {
    background-position: -11px 0;
    margin-left: 12px
}

.pageFooter .foot_top .f_dl3 dd {
    overflow: hidden;
    position: relative
}

.pageFooter .foot_top .f_dl3 dd .scroll_bar {
    background: url(../img/white.2.png) top repeat-y
}

.pageFooter .foot_top .f_dl3 dd .scroll_bar .scroll_slider {
    background: #e60012
}

.pageFooter .foot_top .f_dl3 dd .hd ul {
    display: none
}

.pageFooter .foot_top .f_dl4 {
    width: 300px
}

.pageFooter .foot_top .f_dl4 dt {
    margin-bottom: 30px
}

.pageFooter .foot_top .f_dl4 .f_erwm li {
    float: left;
    margin-right: 20px
}

.pageFooter .foot_top .f_dl4 .f_erwm .li3 {
    margin-right: 0
}

.pageFooter .foot_top .f_dl4 .f_erwm li img{ padding: 5px; background: #fff; text-align: center;}
.pageFooter .foot_top .f_dl4 .f_erwm li p{ line-height: 1.8; text-align: center;}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox {
    margin-top: 20px
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox span {
    line-height: 28px;
    margin-right: 10px
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a {
    background: url(../img/f_share.png) no-repeat;
    width: 30px;
    height: 28px;
    padding-left: 0;
    margin: 0 6px 0 0
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a.bds_tqq {
    background-position: -39px 0
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a.bds_tqf {
    background-position: -77px 0
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a.bds_qzone {
    background-position: -116px 0
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a.bds_kaixin001 {
    background-position: -154px 0
}

.pageFooter .foot_top .f_dl4 .bdsharebuttonbox a.bds_douban {
    background-position: -193px 0
}

.pageFooter .foot_bottom {
    background: url(../img/black.6.png) repeat;
    padding: 26px 0
}

.pageFooter .foot_bottom,
.pageFooter .foot_bottom a {
    color: #909092
}

.pageFooter .foot_bottom ._beian {
    margin: 0 15px
}

.pageFooter .foot_bottom .r em {
    margin: 0 10px
}


/*** 

====================================================================
    Footer end
====================================================================

***/



/* page_banner  */
.page_banner {
    width: 100%;
    height: 360px;
    position: relative;
    background: #f5f5f5 url(../images/page_banner.jpg) center center  no-repeat;
}

.page_banner .width {
    height: 360px;
}

.pbr-breadscrumb {
    display: none;
}

.h_text h1 {
    line-height: 44px;
    color: #fff;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    padding-top: 100px;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

.h_text p {
 
    margin-top: 25px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000;
}

.page_banner .breadcrumb{ background: none; color: #fff; text-align: center; margin-top: 15px;}
.page_banner .breadcrumb{     -webkit-text-shadow: 0 0 10px #000;
    -moz-text-shadow: 0 0 10px #000;
    -o-text-shadow: 0 0 10px #000;
    text-shadow: 0 0 10px #000; }


/* 联系我们 开始 */
.contact-section {
    background: #fff
}

.contact-section  .sec-title{ text-align: center; position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;}

.contact-section  .sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
}

.contact-section  .sec-title.centered h2:after {
    content: '';
    display: block;
    margin: 10px auto 5px;
    width: 36px;
    height: 3px;
    background-color: #1064b0;
}


/* contact_ul */

.contact_ul {
    padding-bottom: 80px;
}

.contact_ul .li {
    transition: 0.3s;
    width: 25%;
    float: left;
}

.contact_ul .li i {
    font-size: 38px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact_ul .li p {
    font-size: 16px;
    color: #999;
    padding-bottom: 15px;
    text-align: center;
}

.contact_ul .li h4 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-align: center;
}



.contact_ul2 {
    padding-bottom: 0;
    background-color: #f9f9f9;
    margin: -5px;
    margin-bottom: 25px;
}

.contact_ul2 .li {
    transition: 0.3s;
    text-align: center;
    padding: 35px 10px;
    cursor: pointer;
    border: 1px rgba(0, 0, 0, 0.1) solid;
}

.contact_ul2 .li h3 {
    font-size: 18px;
    font-size: 16px;
    color: #999;
    padding-bottom: 15px;
}

.contact_ul2 .li p {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.contact_ul2 .li.hover {
    background: #1064b0;
    color: #fff;
}

.contact_ul2 .li.hover * {
    color: #fff;
}





/* 在线留言表单   */
.guest_box {
    width: 100%;
    margin: 0 auto;
}

li.error {
    position: relative;
}

.guest_box li {
    width: 540px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    float: left;
    margin-bottom: 10px;
}

.guest_box li .input {
    font-size: 12px;
    border: 1px solid #fff;
    width: 510px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #666;
    background: #fff;
    background-color: #eee;
}

.guest_box li.error {}

span.error {
    position: absolute;
    top: 72px;
    left: 0;
    color: #ff0000;
    font-size: 12px;
}

.guest_box li .textarea {
    font-size: 12px;
    width: 510px;
    height: 230px;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-top: 10px;
    color: #666;
    line-height: 20px;
    background-color: #eee;
    font-family: 微软雅黑;
}

textarea {
    overflow: auto;
}

.guest_box .submit {
    width: 198px;
    height: 57px;
    margin: 0 auto;
    margin-top: 67px;
    background: none;
    display: block;
    color: #a8673f;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #a8673f;
    font-family: 微软雅黑;
}

.zxly .list_title2 {
    margin-bottom: 65px;
}

.guest_box2 li {
    width: 386px;
    margin-bottom: 15px;
}

.guest_box2 li.error {
    margin-right: 20px;
}

.guest_box2 .submit {
    width: 145px;
    height: 40px;
}

.biaodan li {
    width: 32%;
    float: left;
    margin-right: 1.6%;
    line-height: 58px;
    height: 62px;
    border: 1px solid #999;
}

.biaodan li.m_r {
    margin-right: 0px;
}

.biaodan li .input {
    font-family: '微软雅黑';
    outline: none;
    width: 89.4%;
    line-height: 60px;
    height: 60px;
    background-color: #fff;
}

.biaodan li.text_error {
    width: 99.5%;
    height: 285px;
}

.biaodan li.text_error textarea {
    font-family: '微软雅黑';
    outline: none;
    width: 97.4%;
    padding-left: 2.4%;
    padding-top: 20px;
    height: 263px;
    background-color: #fff;
}

.biaodan li.vcode {
    width: 99.5%;
    border: none
}

.biaodan li.vcode input {
    border: 1px solid #999;
    width: 180px;
}

.biaodan_con .submit {
    margin: 0 auto;
    width: 258px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background-color: #1064b0;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 15px;
    overflow: hidden;
}

.biaodan_con .submit:hover {
    color: #fff;
    background-color: #ed1d27;
}


label.BMapLabel {
    width: auto !important;
    max-width: none !important;
}

#map34 a,#map34  img,#map34  button{

    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

/* 联系我们 结束 */


/* 新闻资讯 */
.featured-imagebox{ margin-bottom: 30px; }

.featured-imagebox-post  .featured-thumbnail{ overflow: hidden;}

.featured-imagebox-post  .featured-thumbnail img{ width:100%;}

.featured-imagebox-post .featured-content{
    padding: 18px 25px 18px;
    background-color: #fff;
    position: relative;
    border-bottom: 3px solid rgba(0,51,153,0.50);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.08);

    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.featured-imagebox-post .featured-content .featured-title h5{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
}
.post-meta span{ 
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 6px;
    cursor: text;
}
.post-meta span:last-child{ margin-right: 0; }
.post-meta span:not(:last-child):after{
    display: block;
    position: absolute;
    content: "";
    height: 55%;
    width: 1px;
    right: -10px;
    top: 22%;
    background-color: #d7dbe4;
}
.post-meta span i{ padding-right: 5px; }
.post-meta-line a,
.post-meta .post-meta-line a {
    color: #656c76;
    font-size: 14px;
    text-transform: uppercase;
}
.post-meta .post-meta-line i {
    padding-right: 7px;
}
.featured-imagebox-post .ttm-box-post-date {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 57px;
    width: 57px;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #2457aa;
}
.ttm-box-post-date .entry-month, .ttm-box-post-date .entry-date {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

/* post-hover-effect*/
.featured-imagebox-post:hover .featured-thumbnail img{
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-imagebox-post:hover .featured-content{border-bottom: 3px solid rgba(0,51,153,0.9); }


/* 详细内容显示页面 开始*/
.contentshow{line-height:25px;font-size:14px;padding:0 0 15px 0;}
.contentshow .title{text-align: center;font-size: 26px;line-height: 30px;font-weight: 500;font-variant: normal;margin: 0;padding: 15px 0;}
.contentshow .info{text-align: center;color: #999;padding: 0 0 15px 0;font-size: 14px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.contentshow p{margin:5px 0;font-size:14px;}
.contentshow img{max-width:100%;}
.contentshow .pre{margin:5px 0 5px 0;color:#999;}
.contentshow .next{margin:0 0 5px 0;color:#999;}
/* 详细内容显示页面 结束*/



/* 分页代码显示 开始*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px; margin: 0; padding: 0; }
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;margin: 0; padding: 0; }
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
/* 分页代码显示 结束*/



/* ===============================================
    17. Products
-------------------------------------------*/
.product {
    overflow: hidden;
    position: relative;
}
.product .product-box{
    border: 1px solid #e9eef6;
    padding: 8px;
    background: #fafafa;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.slick_slider .product-box{
    margin-bottom: 0;
}
.product-image-box img{
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.product-box,
.sidebar .product-box,
.tab-content .product-box,
.content-tab .slick_slider .product-box {
    margin-bottom: 32px;
}
.product-box-inner {
    position: relative;
    overflow: hidden;
}
.product-banner-section .product-box{
    margin-top: 38px;
}

/* product-hover-image-fliper*/
.pro-image-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -o-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.product-box:hover .pro-image-back {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.product-box:hover .pro-image-front {
    opacity: 0;
    visibility: hidden;
}

/* product-btn */
.product .product-box .product-btn-links-wrapper {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
.product .product-box .product-btn-links-wrapper>div{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
}
.product .product-box .product-btn-links-wrapper a{
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 13px;
    margin: 0 2px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.product .product-box .product-btn-links-wrapper > div:nth-child(1){
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.product .product-box .product-btn-links-wrapper > div:nth-child(2){
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.product .product-box .product-btn-links-wrapper > div:nth-child(3){
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.product .product-box:hover .product-btn-links-wrapper>div {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.product .product-box .product-btn-links-wrapper a i{ line-height: 32px; }
.product .tooltip:after, .product [data-tooltip]:after{
    width: 130px;
}
.product .tooltip-top:after, .product .tooltip:after, .product [data-tooltip]:after {
    margin-left: -60px;
}

.product .product-content-box {
    text-align: center;
    padding: 10px 15px 10px 15px;
    position: relative;
    border-top: 1px solid #e9eef6;
}
.product .product-content-box .product-title h2{
    padding: 0;
    margin: 0;
    font-size: 17px;
    padding-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.product .price {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    display: block;
}
.price .product-Price-amount {
    font-weight: 600;
}
.price del .product-Price-amount {
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 5px;
    color: #656c76;
}
.price ins { 
    text-decoration: none;
}
.product .star-ratings{ line-height: 27px; font-size: 10px; }
.product .star-ratings ul{ display: block; padding: 0; margin: 0; }
.product .star-ratings ul li{ display: inline-block; }
.product .star-ratings ul li i{ font-size: 13px; }

.star-ratings, 
.sidebar .star-ratings ul li,
.sidebar .star-ratings ul li {
    width: auto;
    margin: 0px;
    font-size: 10px;
    line-height: 1;
    padding: 0;
    border: 0;
}

.product .onsale {
    height: 20px;
    width: 35px;
    padding-left: 4px;
    line-height: 20px;
    color: #fff;
    background: #dc242b;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding-top: 0;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1;
    min-height: auto;
    font-weight: 400;
}
.product .onsale:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    right: 0;
    border-right: 8px solid transparent;
    border-top: 10px solid #dc242b;
    border-left: 8px solid #dc242b;
    border-bottom: 10px solid #dc242b;
}


.product:hover .product-box{ background: #039; color: #fff;}
.product:hover .product-box a{ background: #039; color: #fff;}

/* 设备展示 开始 */



/* 设备展示 结束 */
.eq-section .featured-imagebox-post .featured-content .featured-title h5 { margin: 0; text-align: center;}


/*产品详细页面  开始*/
.pro_show *, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pro_show{box-shadow:1px 2px 10px rgba(0,0,0,0.1);border:1px solid #f3f3f3; background: #fff;}
  .pro_show .showleft{float:left;width:700px;text-align:center;border-right:1px solid #f3f3f3;padding:40px;}
  .pro_show .showleft .zoom{text-align:center;}
  .pro_show .showleft .zoom img{width:auto;max-width:500px;}
  .pro_show .showleft .thumb_pic{margin:15px 0 0 0;text-align:center;}
  .pro_show .showleft .thumb_pic ul{margin:0 auto;}
  .pro_show .showleft .thumb_pic ul li{display:inline-block;margin-right:5px;border:1px solid #eaeaea;padding:3px;cursor:pointer;position:relative;}
  .pro_show .showleft .thumb_pic ul li img{ padding: 10px; background:#fff;}
  .pro_show .showleft .thumb_pic ul li.hover{border:1px solid #f90;background:#fff;}
  .pro_show .showleft .thumb_pic ul li.hover:after{content:" ";position:absolute;right:27px;top:-6px;width:11px;height:11px;border:#f90 solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#f90;z-index:-1;}
  
  .pro_show .showright{margin-left:700px;padding:40px;}
  .pro_show .showright h1{font-size:20px;margin:0;padding:0;font-weight:400;text-align:left;     margin: 0 0 10px 0;padding: 0;}
  .pro_show .showright .intro {font-size:13px;margin:10px 0;padding:0;color:#999;font-weight:normal; line-height: 1.6;}
  .pro_show .showright hr{margin-top: 1.6rem;}
  .pro_show .showright .attribute{}
  .pro_show .showright .attribute li{font-size:14px;line-height:30px;}
  .pro_show .showright .attribute li em{display:inline-block;width:80px;font-style:normal;color:#555;font-size:14px;}
  .pro_show .showright .price{font-size:14px;line-height:30px;margin:20px 0;}
  .pro_show .showright .price span{font-size:36px;color:#f60;}
  .pro_show .showright .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
  .pro_show .showright .tags{margin:20px 0;}
  .pro_show .showright .tags a{margin-left:10px;display:inline-block;border-radius:4px;border:1px solid #dadada;background:#fff;padding:2px 6px;font-weight:normal;font-size:14px;}
  .pro_show .showright .tags a:hover{background:#2384D5;color:#fff;border-color:#2384D5;}
  .pro_show .showright .action{margin:30px 0 50px 0;}
  .pro_show .showright .action button{ border-radius: 8px; padding: 8px 25px; font-size: 16px}

  .pro_show .showright .other .tag{ color: #888; }
  .pro_show .showright .other .tag a{ padding: 0 4px;}

.pro_intro{margin:20px 0;}
.pro_intro .showleft{width:100%; margin-top: 20px; }
.box20190429 {border:1px solid #f3f3f3;box-shadow:1px 2px 10px rgba(0,0,0,0.1); background: #fff;}
.pro_intro .plist{margin:15px; }
.pro_intro .plist ul{ }
.pro_intro .plist ul li{ margin: 0 0 15px 0;}
.pro_intro .plist ul li a{border:1px solid #ededed;padding:8px;display:block;background:#fafafa;border-radius:4px;}
.pro_intro .plist ul li a div{overflow:hidden;width:100%;height:100%;}
.pro_intro .plist ul li a div img{width:100%;height:100%; display:block;border:0;}
.pro_intro .plist ul li a p{text-align:center;font-size:14px;color:#333;margin:0;padding:5px 0;}
.pro_intro .plist ul li a:hover {color:#f30; background: #ed6d00;}
.pro_intro .plist ul li a:hover p{color:#fff;}

.pro_intro .showright{ width:100%;border:1px solid #f3f3f3;box-shadow:1px 2px 10px rgba(0,0,0,0.1); background: #fff;}
.pro_intro .tabs{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul{width:100%;background:#f7f7f7;}
.pro_intro .tabs ul li{float:left;}
.pro_intro .tabs ul li a{display:block;padding:10px 30px;text-align:center;font-size:14px;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;background:#fff;color:#999;border-top:2px solid #fff;}
.pro_intro .tabs ul li.hover a{border-bottom:1px solid #fff;background:#fff;font-weight:bold;color:#333;border-top:2px solid #ed6d00;}
.pro_intro .intro{padding:30px;}
.pro_intro .intro p{margin:0;padding:0;}
.pro_intro .intro img{max-width:710px;}
.pro_intro .intro table{ margin: 5px 0;}
.pro_intro .intro table td,.pro_intro .intro table th {
  padding: 5px 8px;
  border: 1px solid #DDD;
  font-size: 12px;
}

.pro_intro .intro .extend{}
.pro_intro .intro .extend li{font-size:14px;line-height:30px;}
.pro_intro .intro .extend li em{display:inline-block;width:120px;font-style:normal;color:#666;font-size:14px;}


  /*产品详细页面  结束*/

  /* 关于我们页面  开始 */
.about .title{ height:28px; border-bottom:1px solid #cbcbcb; margin:60px auto 85px auto; width: 184px; text-align: center;}
.about .title span{ font-size:28px; color: #000; background:#fff; padding:0 6px;}
.about .title div{ font-size:14px; color:#000; text-transform:uppercase; padding-top:0; }
.about .box1{background: url(../images/ab1_bg.jpg) no-repeat right top; padding-bottom:40px; }
.about .box1 .wrap{     min-width: 1000px; width: 1000px; }
.about .box1 p{ margin-bottom: 15px;}
.about .box1 p img{ max-width: 100%;}
.about .box2{background:#efeeee; padding-top:1px;}
.about .box2 .wrap{     min-width: 1000px; width: 1000px; }
.about .box2 .title span{background: #efeeee;}
.about .box3{ padding-bottom: 100px; }
.about .box3 .wrap{     min-width: 1000px; width: 1000px; }
.about .box3 .contents .img{ width:400px; float: left; }
.about .box3 .contents .img img{ max-width:360px; }
.about .box3 .contents .txt{ width:580px; float: right; }

.about .box2 { padding-bottom: 60px;}
.honor { position: relative;}
.honor .swiper-container{ padding-bottom: 60px;}
.honor .swiper-button-next, .honor  .swiper-button-prev{ top: 280px;  background: url(../images/05.jpg) no-repeat -2px 1px !important; width: 38px; height: 38px; }
.honor .swiper-button-next{ background: url(../images/06.jpg) no-repeat -2px 1px !important; width: 38px; height: 38px; }
.honor .swiper-button-prev:hover {  background: url(../images/05-on.jpg) no-repeat -2px 1px !important; width: 38px; height: 38px; }
.honor .swiper-button-next:hover {  background: url(../images/06-on.jpg) no-repeat -2px 1px !important; width: 38px; height: 38px; }
.honor-image-box{ border:1px solid #e1e1e1;  height:250px; background:#fff; text-align: center; }
.honor-image-box img{ max-width:100%; max-height:100%; padding: 10px 0;}
.honor-title h2{font-size: 16px;color: #000;margin-top: 20px; text-align: center;}


  /* 关于我们页面  结束 */


  /*导航菜单动画定义*/
  .submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    height: 55px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: #fff;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #000;
 
    text-align: center;
}

.nav .submenu li a {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 13px;
}

.nav .submenu li:hover a {
    border-left: 0px solid #454545;
    border-radius: 0;
 
    height: 50px;
    line-height: 50px;
    color: #039;
}

.nav>ul>li:hover>a:after {
    height: 4px;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    background: #039;
}


.nav>ul>li:hover .submenu,
.nav>ul>li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}

.nav>ul>li:hover .submenu li a{ color: #000;}

.nav>ul>li:hover .submenu li a:hover{ color: #039;}

.nav>ul>li:hover .submenu li,
.nav>ul>li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.nav li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.nav li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.nav li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.nav li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.nav li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.nav li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/*内页子菜单 开始*/
.nav-1{ text-align:center; border-bottom:1px solid #eee; margin-top:0; background: #fff; }
.nav-1 ul{ display:inline-block; max-width:98%; padding:0 1%; }
.nav-1 li{ width:auto; display:inline-block; }
.nav-1 li a{ margin:0 30px; display:block; font-size:17px; line-height:60px; border-bottom:3px solid transparent; }
.nav-1 li.cur a{ border-color:#2478be; color:#2478be; }


/* 扩充栏目描述 */
.lanmunr {
    margin-bottom: 50px;
    background: #f9f9f9;
    padding: 30px;
    text-indent: 2em;
    color: #555;
}


/*分页代码*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}


/* 搜索结果 */
.search-section {}
.search-section .sear_result .li{margin-bottom:10px;margin-top: 20px;}
.search-section .sear_result a{color:#333;}
.search-section .sear_result a:hover{text-decoration:underline;}
.search-section .sear_result .el{font-size:14px;_width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd; padding-bottom: 10px;}
.search-section .sear_result .p{padding:10px 20px;margin-top:0;}
.search-section .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.search-section .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.search-section .sear_filt label span{vertical-align: -2px;}
.search-section .submit{background-color: #fff;width: 125px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.search-section .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.search-section .search-section-flag{background: transparent;}
.search-section .dib { padding:0; }
.search-section .sear_f .inp { line-height:28px; border:none; }
.search-section .sear_f .inp {color:#666;text-indent: 10px;}

/* 标签列表 */
#tag-area {}
#tag-area .tag_result .li{margin-bottom:10px;margin-top: 20px;}
#tag-area .tag_result a{color:#333;}
#tag-area .tag_result a:hover{text-decoration:underline;}
#tag-area .tag_result .el{font-size:14px;_width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd; padding-bottom: 10px;}
#tag-area .tag_result .p{padding:10px 20px;margin-top:0;}
#tag-area .tag_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
#tag-area .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
#tag-area .sear_filt label span{vertical-align: -2px;}
#tag-area .submit{background-color: #fff;width: 125px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
#tag-area .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
#tag-area #tag-area-flag{background: transparent;}
#tag-area .dib { padding:0; }
#tag-area .sear_f .inp { line-height:28px; border:none; }
#tag-area .sear_f .inp {color:#666;text-indent: 10px;}
