@charset "utf-8";

/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
    line-height: 35px;
}

img {
    border: 0px;
}

a {
    text-decoration: none !important;
    font-size: 12px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-family: "'Microsoft YaHei";
    color: #444;
    font-size: 14px;
    font-family: 'Microsoft YaHei' !important;
    overflow-x: hidden;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.white {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.t_r {
    text-align: right;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.hidden {
    display: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/*header css*/
#top_01 {
    line-height: 35px;
    border-bottom: solid 1px rgba(0, 0, 0, .06);
    border-top: solid 3px #ca1938;
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
}

.top_sy {
    text-align: right;
}

.top_sy a {
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
    padding: 0 8px;
}

.top_sy a:hover {
    color: #fc733d;
}

@media screen and (max-width:765px) {
    .top_sy {
        text-align: left;
    }
}

.header {
    padding: 20px 0;
}

@media screen and (max-width:765px) {
    .header {
        padding: 4% 0;
    }

    .span-logo {
        padding-right: 0;
        padding-left: 0;
    }
}

.span-phone-mobile {
    text-align: center;
    padding: 2%;
}

.span-phone-mobile img {
    vertical-align: middle;
    max-width: 100%;
}

.span-logo img {
    vertical-align: middle;
    float: left;
    max-width: 100%;
}

.span-phone {
    float: right;
    background: url(../images/he_tel.png) left center no-repeat;
    line-height: 25px;
    color: #827e7e;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 10px;
}

.span-phone span {
    color: #ff5800;
    font-size: 30px;
    font-family: Impact;
}

.nav {
    background: #083e7a;
}

.nav li {
    float: left;
    text-align: center;
}

.nav_pc li {
    width: 14.25%;
    line-height: 60px;
    position: relative;
}

.nav_pc li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all .4s;
}

.nav_pc li .navson {
    display: none;
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -80px;
    z-index: 100000;
    padding-top: 10px;
    width: 160px;
}

.nav_pc li .navson>a {
    color: #fff !important;
    width: 100% !important;
    background: #083e7a !important;
    line-height: 40px !important;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.nav_pc li .navson a:first-of-type:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #083e7a;
    position: absolute;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -7px;
}

.nav_pc li .navson>a:hover {
    background: #ff5800 !important;
}


.nav_pc li a:hover {
    background: #ff5800;
}

.nav_pc li.active a {
    background: #ff5800;
}

.nav-fix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.nav-fix li {
    line-height: 45px;
}

.nav_mobile .container {
    padding-left: 0;
    padding-right: 0;
}

.nav_mobile li {
    width: 25%;
    line-height: 50px;
    border-right: solid 1px rgba(255, 255, 255, .1);
    border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.nav_mobile li a {
    display: block;
    color: #fff;
    font-size: 16px;
    transition: all .4s;
}

.nav_mobile li a:hover {
    background: #ff5800;
}

.menu {
    float: right;
    width: 30px;
    height: 40px;
    position: relative;
    z-index: 1000;
    margin-top: 2px;
}

.menu .menu_button {
    width: 100%;
    height: 40px;
    cursor: pointer
}

.menu .menu_button .line {
    float: right;
    width: 30px;
    height: 3px;
    background: #0256ac;
    margin-top: 6px;
    transition: .3s;
    transition-timing-function: ease;
}

.menu .menu_button .line:nth-child(2) {
    transition-delay: 0.05s;
}

.menu .menu_button .line:nth-child(3) {
    transition-delay: 0.1s;
    margin-bottom: 0;
}

.menu .menu_button.on .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
    -webkit-transform: translateY(13px) rotate(45deg);
}

.menu .menu_button.on .line:nth-child(2) {
    transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
    display: none;
}

.menu .menu_button.on .line:nth-child(3) {
    transform: translateY(3px) rotate(-45deg);
    -webkit-transform: translateY(3px) rotate(-45deg);
}

.mobile_nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #f2f2f2;
    z-index: 999;
    transition: .5s;
    transform: translateY(-736px);
    opacity: 0;
    top: -20px;
    transition-timing-function: cubic-bezier(0.26, 0.46, 0.3, 1.23);
}

.open {
    transform: translateY(0px);
    opacity: 1;
    top: 70px;
}

.mobile_nav li {
    padding: 10px 30px;
    width: 100vw;
    box-sizing: border-box;
}

.mobile_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    color: #666666;
    line-height: 40px;
    font-size: 16px;
}

.mobile_nav li:not(:last-child) a {
    border-bottom: solid 1px #999999;
}

.mobile_nav li .son {
    background: #333;
}

.show1 {
    z-index: 100000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hide1 {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}



#owl-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#owl-demo .item {
    display: block;
}

#owl-demo img {
    display: block;
    width: 100%;
}

.banner .owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -36px;
}

/*index css*/
@media screen and (max-width:765px) {
    .mobile_padding_0 {
        padding-left: 0;
        padding-right: 0;
    }
}

.container_bg {
    background: #f2f2f2;
    padding: 40px 0;
}

.red {
    color: #ff5800;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.wrap_tit {
    text-align: center;
    line-height: 35px;
    color: #767676;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    margin: 3% auto;
}

.wrap_tit:after {
    content: '';
    width: 3px;
    height: 20px;
    background: #64bfa0;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -2px;
}

.wrap_tit:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #64bfa0;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -2px;
}

.wrap_tit span {
    color: #083e7a;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width:765px) {
    .wrap_tit {
        margin: 6% auto;
    }
}

@media screen and (max-width:765px) {
    .left_fenlei {
        padding-left: 0;
        padding-right: 0;
    }
}

.left_tit {
    padding: 10% 0;
    background: #083e7a
        /* url(../images/left_tit_bg.jpg) center*/
    ;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.left_lis {
    border: solid 1px #e5e5e5;
    border-top: none;
    padding-top: 3%;
    background: #fff;
}

.left_lis li {
    width: 92%;
    margin: 0 auto;
}

.left_lis li a {
    display: block;
    text-indent: 20px;
    border-bottom: solid 1px #f6f5fa;
    font-size: 14px;
    transition: all .4s;
}

.left_lis li .left_father {
    background: #f2f2f2 url(../images/left_ico.png) right center no-repeat;
    color: #282828;
    line-height: 50px;
    margin-bottom: 2px;
}

.left_lis li .left_cur {
    background: #ff5800 url(../images/left_ico_hover.png) right center no-repeat;
    color: #fff;
}

.left_lis li .left_father:hover {
    background: #ff5800 url(../images/left_ico_hover.png) right center no-repeat;
    color: #fff;
}

.left_lis li p .left_son {
    background: url(../images/left_ico_1.png) 50px center no-repeat;
    text-indent: 70px;
    color: #585858;
    line-height: 40px;
}

.left_lis li p .left_son:hover {
    background: url(../images/left_ico_1_1.png) 50px center no-repeat;
    color: #ff5800;
}

.left_search {
    width: 92%;
    border: solid 1px #e5e5e5;
    line-height: 40px;
    margin: 10% auto;
}

.left_search .key {
    width: 85%;
    line-height: 40px;
    text-indent: 15px;
    color: #808080;
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
}

.left_search .sub {
    width: 15%;
    line-height: 40px;
    background: url(../images/search.png) center no-repeat;
    border: none;
    outline: none;
}

.left_tel {
    background: #404040 left bottom no-repeat;
    padding: 15% 0;
}

.left_tel p {
    text-align: right;
    padding-right: 5%;
    line-height: 26px;
    font-size: 16px;
    color: white;
}

.left_tel p span {
    color: rgba(255, 255, 255, .6);
    font-size: 22px;
}

._01_wrap_hot {
    border: solid 1px #e5e5e5;
    position: relative;
    padding: 3%;
    background: #fff;
}

._01_hot_tit {
    background: #ff5800;
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    padding: 1% 2%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hot_item ._hot_img {
    overflow: hidden;
}

.hot_item ._hot_img img {
    width: 100%;
}

.hot_item ._hot_con h4 {
    line-height: 50px;
    border-bottom: solid 1px #cccccc;
    color: #272129;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_item ._hot_con p {
    line-height: 30px;
    color: #8f8f8f;
    font-size: 13px;
    padding: 3% 0;
}

.hot_item ._hot_con span {
    display: block;
    width: 33%;
    line-height: 35px;
    color: #fff;
    background: #ff5800;
    font-size: 14px;
    text-align: center;
    transition: all .4s;
}

.hot_item ._hot_con span:hover {
    background: #194077;
}

.hot_item ._hot_con span i {
    padding-right: 10px;
}

@media screen and (max-width:765px) {
    ._01_wrap_hot {
        margin-top: 3%;
    }

    .hot_item ._hot_con h4 {
        text-align: center;
    }

    .hot_item ._hot_con span {
        margin: 0 auto;
        margin-top: 2%;
    }
}

._01_wrap_pro .owl-controls {
    display: none;
}

._01_wrap_pro ._pro_name {
    background: #fff url(../images/pro_arrow.png) 90% center no-repeat;
    margin-top: 2px;
    transition: all .4s;
}

._01_wrap_pro ._pro_name p {
    padding: 8% 0;
    padding-right: 25%;
    padding-left: 5%;
    font-weight: normal;
    line-height: 25px;
    color: #4e4e4e;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

._01_wrap_pro a:hover ._pro_name {
    background: #083e7a url(../images/pro_arrow_hover.png) 90% center no-repeat;
    margin-top: 2px;
}

._01_wrap_pro a:hover ._pro_name p {
    color: #fff;
}

._01_lis li {
    padding: 5px;
}

._01_lis li a {
    display: block;
    border: solid 1px #f2f2f2;
    border-bottom: solid 4px #f2f2f2;
    padding-bottom: 5px;
    background: #fff;
}

._01_lis li .img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

._01_lis li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

._01_lis li .txt {
    width: 90%;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._01_lis li:hover {
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}

#wrap_02 {
    background: url(../images/wrap_02.jpg) center no-repeat;
    padding: 4% 0;
}

#wrap_02 dl dt {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: normal;
}

#wrap_02 dl dt span {
    color: #fff;
    font-size: 24px;
}

#wrap_02 dl dd a {
    display: block;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    width: 100%;
    border: solid 1px #fff;
    color: #fff;
    transition: all .4s;
}

#wrap_02 dl dd a:hover {
    background: #ff5800;
    color: #fff;
}

#wrap_02 ._intro_con {
    line-height: 32px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    padding: 2% 0;
    padding-bottom: 6%;
}

#wrap_02 li div {
    background: #f3f3f3;
    padding: 10% 3%;
    text-align: center;
    line-height: 30px;
    color: #535353;
    font-size: 14px;
}

@media screen and (max-width:765px) {
    #wrap_02 {
        background: #f4f4f4;
    }

    #wrap_02 dl dt {
        color: #666666;
    }

    #wrap_02 dl dt span {
        color: #666666;
    }

    #wrap_02 dl dd a {
        border: solid 1px #666666;
        color: #666666;
    }

    #wrap_02 dl dd a:hover {
        background: #ff5800;
        border: solid 1px #ff5800;
        color: #fff;
    }

    #wrap_02 ._intro_con {
        color: rgba(0, 0, 0, .8);
    }

    #wrap_02 li {
        margin-bottom: 2%;
    }

    #wrap_02 li div {
        background: #fff;
        color: #666666;
    }
}

#wrap_04 {
    margin: 0 auto;
    background: url(../images/wrap_04_bg.png) center no-repeat;
    padding: 3% 0;
}

#wrap_04 .container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:765px) {
    #wrap_04 .container {
        margin-top: 10%;
    }
}

._04_item {
    margin-bottom: 1%;
    padding-left: 10px;
    padding-right: 10px;
}

._04_li {
    background: #f2f2f2;
    padding: 3% 2%;
    min-height: 261px;
    transition: all .4s;
    border-radius: 5px;
}

@media screen and (max-width:765px) {
    ._04_li {
        min-height: auto;
    }

    ._04_li dl {
        margin-bottom: 0;
    }
}

._04_li dl dt {
    color: #262626;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
}

._04_li dl dt i {
    color: #ff5800;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
}

._04_li dl dd {
    color: #262626;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/adv_ico.png) left top no-repeat;
    padding-left: 25px;
    margin-bottom: 5px;
}

._04_li dl dd i {
    color: #fb8750;
    font-style: normal;
}

._04_li ._04_img {
    margin-top: 6%;
}

._04_li ._04_img img {
    width: 100%;
}

._04_li:hover {
    background: #083e7a;
}

._04_li:hover dl dt {
    color: #fff;
}

._04_li:hover dl dt i {
    color: #fff;
}

._04_li:hover dl dd {
    color: #fff;
    background: url(../images/adv_ico1.png) left top no-repeat;
}

._04_li:hover dl dd i {
    color: #fff;
}


#wrap_05 {
    margin: 4% auto;
}

#wrap_05 .owl-controls {
    display: none;
}

._05_case a {
    display: block;
    padding-bottom: 2%;
}

._05_case a:hover {
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}

._05_case .img {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 1px #ccc;
}

._05_case img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

._05_case h4 {
    line-height: 35px;
    font-size: 15px;
    color: #404040;
    padding: 1% 4%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

._05_case p {
    line-height: 28px;
    font-size: 14px;
    color: #404040;
    padding: 0 4%;
}

#wrap_06 {
    background: url(../images/wrap_06.jpg) center no-repeat;
    padding: 2% 0;
    padding-bottom: 4%;
    background-attachment: fixed;
}

@media screen and (max-width:765px) {
    #wrap_06 {
        padding-top: 4%;
    }

    #wrap_05 {
        padding-top: 4%;
    }
}

._06_lis li {
    padding: 4% 3%;
    background: #fff;
    transition: all .4s;
    margin-bottom: 2%;
}

._06_lis li .news_date {
    width: 15%;
    text-align: center;
    font-size: 28px;
    color: #404040;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 3%;
}

._06_lis li .news_date span {
    font-size: 18px;
    color: #bbbbbb;
}

._06_lis li .news_capital {
    width: 80%;
    font-size: 25px;
    color: #363636;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
}

._06_lis li .news_capital:after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background: rgba(0, 0, 0, .06);
    content: '';
}

._06_lis li .news_capital h4 {
    color: #363636;
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

._06_lis li .news_capital p {
    color: #7e7e7f;
    font-size: 14px;
    line-height: 30px;
}

._06_lis li:hover {
    background: #083e7a;
}

._06_lis li:hover .news_date {
    color: #fff;
}

._06_lis li:hover .news_date span {
    color: #fff;
}

._06_lis li:hover .news_capital h4 {
    color: #fff;
}

._06_lis li:hover .news_capital p {
    color: #fff;
}

._06_lis li:hover {
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
}

._06_lis li:hover .news_capital:after {
    background: rgba(255, 255, 255, .2);
}

@media screen and (max-width:765px) {
    ._06_lis li:first-child {
        margin-top: 3%;
    }
}

._06_qa_lis {
    background: #fff;
}

._06_qa_lis li {
    border-bottom: dashed 1px #e1e1e1;
    padding: 4% 0;
}

._06_qa_lis li:last-child {
    border: none;
}

._06_qa_lis li dl {
    padding: 0 3%;
    margin-bottom: 0;
}

._06_qa_lis li dt {
    line-height: 35px;
    width: 8%;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 3%;
}

._06_qa_lis li dt:nth-of-type(2) {
    margin-bottom: 0;
}

._06_qa_lis li ._q {
    background: #083e7a;
}

._06_qa_lis li ._a {
    background: #ff5800;
}

._06_qa_lis li dd {
    width: 88%;
}

._06_qa_lis li ._qi {
    line-height: 35px;
    color: #271d19;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._06_qa_lis li ._ai {
    line-height: 22px;
    color: #8f918e;
    font-size: 14px;
}

/*footer css*/
#footer {
    background: #404040;
    padding-top: 3%;
    padding-bottom: 1%;
}

#footer h4 {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 3%;
    text-indent: 15px;
    position: relative;
    line-height: 20px;
}

#footer h4:after {
    width: 3px;
    height: 100%;
    background: #ff5800;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

#footer dl dt {
    line-height: 35px;
    color: white;
    font-size: 14px;
    font-weight: normal;
}

#footer dl dt i {
    margin-right: 10px;
}

#footer p {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}

#footer p a {
    color: white;
    font-size: 14px;
    width: 34%;
    float: left;
}

#footer p a:hover {
    color: #ff5800;
}

#footer ul {
    padding-top: 3%;
}

#footer li {
    width: 40%;
    float: left;
    margin-right: 10%;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 14px;
}

#footer li img {
    width: 100%;
}

#copyright {
    background: #383838;
    border-top: solid 1px rgba(255, 255, 255, .1);
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

#copyright a {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

#copyright a:hover {
    color: #fff;
}

.mobile_footer {
    width: 100%;
    height: 60px;
    background: #262932;
    left: 0px;
    bottom: 0px;
    position: fixed;
    float: left;
    z-index: 999;
}

.mobile_footer a {
    color: #fff;
    display: block;
    width: 20%;
    height: 100%;
    float: left;
    line-height: 80px;
    text-align: center;
    font-size: 100%;
    font-family: "微软雅黑";
}

.f1 {
    width: 100%;
    background: url(../images/footer_home.png) no-repeat center 20%;
    background-size: 20px;
    height: 100%;
    float: left;
    text-align: center;
}

.f2 {
    width: 100%;
    background: url(../images/footer_tel.png) no-repeat center 20%;
    background-size: 20px;
    height: 100%;
    float: left;
    text-align: center;
}

.f3 {
    width: 100%;
    background: url(../images/footer_email.png) no-repeat center 20%;
    background-size: 20px;
    height: 100%;
    float: left;
    text-align: center;
}

.f4 {
    width: 100%;
    background: url(../images/footer_map.png) no-repeat center 20%;
    background-size: 20px;
    height: 100%;
    float: left;
    text-align: center;
}

.f5 {
    width: 100%;
    background: url(../images/footer_top.png) no-repeat center 20%;
    background-size: 20px;
    height: 100%;
    float: left;
    text-align: center;
}

.mobile_webchat {
    width: 100%;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 10000;
    text-align: center;
    display: none;
    z-index: 11000;
}

.mobile_webchat img {
    width: 50%;
}

.mobile_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

@media screen and (max-width:765px) {
    #footer {
        margin-bottom: 60px;
        padding-bottom: 4%;
    }
}

/*zy_header css*/
.zy_banner {
    width: 100%;
    margin: 0 auto;
}

.zy_banner img {
    width: 100%;
}

/*zy css*/
#wrap {
    margin: 2% auto;
}

.zy_right {
    border: solid 1px #dbdbdb;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5%;
}

@media screen and (max-width:765px) {
    .zy_right {
        margin-top: 3%;
    }
}

._zy_tit {
    padding: 0 2%;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #083e7a;
    background: #ebebeb;
    position: relative;
    border-bottom: solid 1px #dbdbdb;
}

#zy_position {
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

#zy_position a {
    font-size: 14px;
    color: #333;
}

#zy_position a:hover {
    text-decoration: underline;
}

#zy_position i {
    padding-right: 5px;
}

._zy_con {
    line-height: 35px;
    color: #575757;
    font-size: 14px;
    padding: 2% 3%;
}

._zy_con img {
    max-width: 100%;
}

._zy_page {
    padding: 0 3%;
    line-height: 35px;
    color: #575757;
    font-size: 14px;
}

._zy_page a {
    color: #575757;
    font-size: 14px;
}

._zy_page a:hover {
    color: #ff5800;
}

.page {
    text-align: center;
    color: #575757;
    font-size: 14px;
}

.page a {
    color: #575757;
    font-size: 14px;
}

/*contact css*/
#contact_01 {
    padding: 3%;
    margin-bottom: 3%;
}

#contact_01 li {
    line-height: 40px;
    color: #666666;
    border-bottom: solid 1px #f6f5fa;
    text-indent: 10px;
    font-size: 16px;
    font-weight: normal;
}

#contact_01 li i {
    color: #666666;
    padding-right: 10px;
    font-style: normal;
}

#contact_02 {
    padding: 3%;
}

#contact_02 p {
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    text-align: center;
}

#contact_02 i {
    background: #c6c6c6;
    width: 72px;
    height: 1px;
    display: block;
    margin: 9px auto 0;
}






/*联系我们 留言 css*/
/* #contact_03 {
    width: 100%;
    margin:0 auto;
} */
#contact_03_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #898989;
}

#contact_03 p {
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    text-align: center;
}

#contact_03 i {
    background: #c6c6c6;
    width: 72px;
    height: 1px;
    display: block;
    margin: 9px auto 0;
}


#contact_03_form {
	width: 95%;
	margin: 18px auto 0;
}

#contact_03_form .form01{
    margin: 0 10px;
    padding-top: 20px;
}


#contact_03_form .form02{
    width: 300px;
}




#contact_03_form .form01 .line1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 46px 0 13px;
	/* float: left; */
	margin: 0 0 25px 0;
}


#contact_03_form .form01 input {
	border: 1px solid #d5d5d5;
	font-size: 14px;
	font-family: "微软雅黑";
}

#contact_03_form .form01 .name {
    background: #fff url("../images/i_form_ico1.png") no-repeat right 0;
}
#contact_03_form .form01 .phone {
    background: #fff url("../images/i_form_ico2.png") no-repeat right 0;
}
#contact_03_form .form01 .address {
    margin-right: 0;
    background: #fff url("../images/i_form_ico3.png") no-repeat right 0;
}

#contact_03_form .form01 textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	padding: 10px 46px 10px 13px;
	height: 149px;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin-bottom: 20px;
	background: #fff url("../images/i_form_ico4.png") no-repeat right top;
}


#contact_03_form .form02 {
	width: 90%;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 80px;
}


#contact_03_form .form02 input {
	width: 100%;
	height: 50px;
	border: 0;
	background: #083e7a;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .4s;
}


#contact_03_form .form02 input:hover {
	background: #848484;
}





















/*news css*/
.news_lis li {
    padding: 2% 3%;
    margin-bottom: 3%;
    background: #fafafa;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .1);
    transition: all .4s;
}

.news_lis li .n_date {
    width: 20%;
    text-align: center;
    font-size: 28px;
    color: #363636;
    line-height: 35px;
    vertical-align: middle;
    padding: 2% 0;
}

.news_lis li .n_date span {
    font-size: 18px;
    color: #ff5800;
}

.news_lis li .n_capital {
    width: 70%;
    font-size: 28px;
    color: #363636;
    line-height: 40px;
    vertical-align: middle;
}

.news_lis li .n_capital h4 {
    color: #363636;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_lis li .n_capital p {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.news_lis li:hover {
    background: #ff5800;
}

.news_lis li:hover .n_capital h4 {
    text-decoration: underline;
}

.news_lis li:hover .n_capital h4,
.news_lis li:hover .n_capital p,
.news_lis li:hover .n_date span,
.news_lis li:hover .n_date {
    color: #fff;
}

/*custom css*/
#custom_01 {
    margin-top: 3%;
}

#custom_01 .custom_item {
    border: solid 1px #f2f2f2;
    border-bottom: solid 4px #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#custom_01 .custom_item ._p_img {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    position: relative;
}

#custom_01 .custom_item ._p_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 1s ease 0s;
}

#custom_01 .custom_item ._p_title {
    width: 90%;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#custom_01 .custom_item:hover {
    -moz-box-shadow: 0px 0px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 10px #cccccc;
    box-shadow: 0px 0px 10px #cccccc;
}

/*product css*/
.product_img ._p_img {
    padding-left: 0;
    padding-right: 0;
}

.product_img ._p_img img {
    width: 100%;
    padding: 5px;
    border: solid 1px #f6f5fa;
}

.product_img ._p_con {
    padding-right: 0;
}

@media screen and (max-width:765px) {
    .product_img ._p_con {
        padding-left: 0;
    }

    ._04_li dl dt {
        font-size: 16px;
    }

    ._04_li dl dt i {
        font-size: 20px;
    }
}

.product_img ._p_con h4 {
    color: #000;
    font-size: 22px;
    line-height: 50px;
}

.product_img ._p_con p {
    line-height: 35px;
    color: #575757;
    padding: 3% 0;
}

.product_img ._p_con .p_qq {
    width: 40%;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 21px;
    background: #ff5800;
    transition: all .4s;
    font-weight: bold;
}

.product_img ._p_con .p_qq:hover {
    background: #ff9012;
}

.product_img ._p_con span {
    line-height: 60px;
    color: #ff0000;
    font-size: 20px;
}

.product_btn {
    border-top: solid 1px #ccc;
    padding: 10px 0;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    margin: 0 auto;
}

.product_btn a {
    color: #575757;
    font-size: 14px;
}

.product_btn a:hover {
    color: #e6820c;
}

.product_nav {
    border-bottom: solid 1px #dedede;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 2%;
    position: relative;
}

.product_nav span {
    border-bottom: solid 1px #ff5800;
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    color: #333333;
    font-size: 24px;
    text-indent: 10px;
}

.product_details {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    padding-top: 20px;
}

.product_details img {
    max-width: 100%;
}

/*news css*/
#news_Title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #194077;
    margin-top: 3%;
}

#news_Capital {
    text-align: center;
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 2%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#news_Img {
    width: 80%;
    margin: 2% auto;
    text-align: center;
}

#news_Img img {
    max-width: 100%;
}

.left_fenlei_mobile {
    background: #083e7a;
}

._left_mt {
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    padding: 0 2%;
}

._left_mt a {
    display: block;
    color: #fff;
    font-size: 20px;
}

._left_mt i {
    padding-right: 6px;
}

._left_mt i:nth-of-type(2) {
    font-size: 28px;
    line-height: 54px;
    transition: all .4s;
    float: right;
}

._left_mt.show i:nth-of-type(2) {
    transform: rotate(90deg);
}

._left_mf {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate3d(0, 100%, 0);
    transition: transform .2s;
}

._left_mf.show {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    height: auto;
}

._left_mf li {
    width: 100%;
    margin: 0 auto;
}

._left_mf li a {
    display: block;
    text-indent: 50px;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    font-size: 16px;
    transition: all .4s;
}

._left_mf li .left_father {
    background: url(../images/left_ico_mobile.png) 15px center no-repeat;
    color: #fff;
    line-height: 45px;
}

._left_mf li .left_cur {
    font-weight: bold;
}

._left_mf li p .left_son {
    background: url(../images/left_ico_1_mobile.png) 50px center no-repeat;
    text-indent: 70px;
    color: #fff;
    line-height: 40px;
}

/*分页*/
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 36px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #083e7a;
    background: #083e7a;
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 14px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}