﻿body {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
    min-width: 1200px;
}

body, input[type="button"], input[type="submit"], input[type="reset"], input, select, textarea, pre {
    font-family: "微软雅黑";
    line-height: 1
}

div, span, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, em, font, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    list-style: none
}

section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    display: block
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none
}

input, select, textarea {
    font-size: 14px;
}

img {
    border: none
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sanjiaoxia0.png) no-repeat center right !important;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0
}

.clearafter:after {
    content: "";
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.red {
    color: #c30d22
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    padding: 0
}

.overhide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.overhidetwo {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overhidetree {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contain {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: none
}

.index_sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle
}

.sec_box {
    display: table-cell;
    vertical-align: middle
}

.active .contain {
    display: block
}

.main1200 {
    width: 1200px;
    margin: 0 auto;
}

.radius3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.radius30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.fybjq {
    line-height: 30px;
}

.fybjq img {
    max-width: 100%;
    height: auto !important
}

table {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto
}

table tr, table tr td {
    border: 1px solid #d2d2d2
}

table tr td {
    padding: 15px 1%
}

/*图片hover效果*/
.scaleimg img, .rotateimg img, .fycpmlbg, .fycpml li .fycpmlri p, .homehyyybotimg, .homehyyybot li span {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease
}

.scaleimg:hover img, .fycpmlbg, .homehyyybotimg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.rotateimg:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

/*头部*/
.header {
    padding: 24px 0;
    height: 50px;
}

.logo {
    margin-top: 9px
}

.logo img {
    vertical-align: top;
    display: block;
    height: 32px;
}

.menu-activator {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: none
}

.visual {
    position: relative;
    margin: 9px 0 0 0;
    width: 22px;
    height: 34px;
}

.visual i.line {
    width: 100%;
    height: 3px;
    background-color: #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visual i.line01 {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}

.visual i.line02 {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}

.visual i.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}

.visual i.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.cliactnav .visual i.line:nth-child(1), .cliactnav .visual i.line:nth-child(3) {
    top: 16px
}

.cliactnav .visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cliactnav .visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cliactnav .visual i.line:nth-child(2), .cliactnav .visual i.line:nth-child(4) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.cliactnav .visual i.line.line01, .cliactnav .visual i.line.line02, .cliactnav .visual i.line.line03, .cliactnav .visual i.line.line04 {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.nav {
}

.nav li {
    position: relative;
    float: left;
    margin-right: 55px;
}

.nav li a.navyiji {
    display: block;
    z-index: 2;
    font-size: 18px;
    color: #000;
    position: relative;
    line-height: 50px;
}

.nav li span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: none;
    background: #036eb8
}

.nav li.clinav span {
    display: block
}

/*.naverji{position: absolute;top: 72px;left: 50%;width: 160px;margin-left: -80px;z-index: 3;text-align: center;padding-top: 20px;display: none}*//*.naverjisub{background:rgba(33,179,81,.8);padding: 10px 0;}*//*.naverji a{display: block;padding:7px 5px;line-height: 20px;color: #fff}*//*.naverji a:hover{background: #21b351}*//*.nav li:hover .naverji{display: block}*/
.sousuo {
    position: relative
}

.sousuo img {
    cursor: pointer;
    border: 1px solid #e8e8e8;
    display: block;
    padding: 17px;
    width: 16px;
    height: 16px;
}

.suosuodiv {
    position: absolute;
    width: 260px;
    line-height: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #eee;
    top: 0;
    right: -5px;
    display: none;
    z-index: 999
}

.suosuodivle {
    width: 68%;
    border: 0;
    background: none;
    outline: none;
    vertical-align: top;
    line-height: 50px \9;
    height: 50px;
    padding: 0 5%
}

.suosuodivri {
    width: 20%;
    border: 0;
    background: url(../images/sousuo.png) no-repeat center center;
    outline: none;
    vertical-align: top;
    line-height: 50px;
    height: 50px;
    background-size: 16px auto;
    cursor: pointer
}

.sousuo:hover .suosuodiv {
    display: block
}

.banner {
    position: relative
}

#focus {
    display: block
}

#focus_phone {
    display: none
}

.focus_slide {
    width: 100%
}

.focus_slide .item {
    position: relative;
    width: 100%
}

.focus_slide .item img {
    display: block;
    width: 100%
}

.focus_slide .owl-controls {
    position: absolute;
    bottom: 80px;
    margin-top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    display: none
}

.focus_slide .owl-dots .owl-dot span {
    margin: 0 10px;
    background: #fff;
    width: 50px;
    height: 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    opacity: .5
}

.focus_slide .owl-dots .owl-dot.active span, .focus_slide .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #fff
}

.bannerle, .bannerri {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -26px;
    z-index: 2;
    cursor: pointer
}

.bannerle {
    left: 5%
}

.bannerri {
    right: 5%
}

.footer {
    background: #fafafa;
    position: relative
}

.footer:after {
    content: "";
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
}

.footerle {
    width: 780px;
}

.footbt {
    font-size: 24px;
    padding: 50px 0 25px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 50px
}

.footlxwm {
    position: relative
}

.footlxwm li {
    float: left;
    margin: 0 100px 28px 0
}

.footlxwm li p {
    color: #808080
}

.footlxwm li span {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-top: 10px
}

.footwx {
    position: absolute;
    top: 0;
    right: 0;
}

.footwx img {
    vertical-align: middle;
    width: 122px;
    height: 122px;
}

.footwx pre {
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
    margin-left: 30px
}

.footerri {
    width: 300px;
}

.footbq {
    padding: 30px 0;
    text-align: center;
    background: #fff;
    color: #808080;
    margin-top: 40px
}

.footbq a {
    color: #808080;
    display: inline-block;
    margin: 0 5px
}

.ksdh {
    padding-top: 10px
}

.ksdh li {
    float: left;
    width: 50%;
    margin-top: 20px;
    position: relative
}

.ksdh li:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
}

.ksdh li a {
    color: #333333;
    padding-left: 20px;
    display: inline-block
}

.fybanner {
    position: relative
}

.fybanner img {
    display: block;
    width: 100%
}

.fybanner img.fybannersj {
    display: none;
}

.fybannerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.fybannerbg p.fybannerbt {
    font-size: 36px;
    color: #fff;
    font-weight: bold
}

.fybannerbg p.fybannerjj {
    font-size: 16px;
    color: #fff;
    margin: 25px 0 40px
}

.fybannerbg p.fybannerline {
    width: 44px;
    height: 3px;
    background: #fff;
    margin: 0 auto
}

.fymbx {
    padding: 30px 0;
    background: #f0f0f0
}

.fymbxle, .fymbxle a {
    color: #333333
}

.fymbxle img {
    vertical-align: text-bottom;
    margin-right: 20px;
}

.fymbxri li {
    float: left;
    margin-left: 28px;
    position: relative
}

.fymbxri li a {
    color: #333333
}

.fymbxri li.fymbxriavt a {
    color: #d01820
}

.fymbxri li.fymbxriavt:after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 50%;
    background: url(../images/sanjiaored.png) no-repeat center center;
    width: 10px;
    height: 5px
}

.fymain {
    padding: 70px 0 120px;
}

.homebt {
}

.homebt p {
    font-size: 24px;
    color: #333333
}

.homebt span {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 10px
}

.fycpml {
    padding-bottom: 65px
}

.fycpml li {
    background: #fff;
    position: relative;
    overflow: hidden
}

.fycpml li:nth-child(2n) {
    background: #fafafa
}

.fycpml li a {
    display: block;
    padding: 30px 0;
    position: relative;
    z-index: 2
}

.fycpmlbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fycpmlbg.jpg) no-repeat center center;
    opacity: 0;
    background-size: cover
}

.fycpmlle {
    width: 380px;
    background: #fafafa
}

.fycpmlle img {
    width: 100%;
    display: block
}

.fycpmlri {
    margin-left: 430px;
    padding-top: 26px
}

.fycpmlri p.fycpmlribt {
    font-size: 18px;
    color: #333333
}

.fycpmlri p.fycpmlrijj {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    height: 56px;
    margin: 20px 0 40px
}

.fycpmlri p.fycpmlrixq {
    font-size: 14px;
    color: #333333;
    width: 120px;
    line-height: 40px;
    border: 1px solid #cccccc;
    text-align: center
}

.page {
    text-align: center;
    line-height: 50px;
}

.page a, .page span {
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin: 0 8px;
    min-width: 50px;
    border: 1px solid #eeeeee
}

.page span.pagecurrent, .page a:hover {
    background: #ca0000;
    color: #fff;
}

.page span.dianspan {
    padding-top: 0;
    vertical-align: top;
    background: none;
}

.fydzhfw {
    font-size: 16px;
}

.fywuwu {
    margin: 30px 0 5px
}

.fywuwu ul {
    margin-left: -30px
}

.fywuwu ul li {
    float: left;
    width: 380px;
    margin: 0 0 40px 30px;
    text-align: center;
    background: #fafafa;
    padding: 40px 0 20px
}

.fywuwu ul li img {
    display: block;
    margin: 0 auto;
    height: 62px;
}

.fywuwu ul li p {
    line-height: 24px;
    height: 48px;
    margin-top: 15px
}

.fylxmap {
    margin: 50px 0
}

.fylxmap img.fylxmapimg {
    display: block;
    width: 100%
}

.fylianxi {
    text-align: center
}

.fylianxi img {
    margin: 30px 20px
}

.fylianxi p {
    font-size: 18px;
}

.fylianxi span {
    font-size: 16px;
    color: #666666;
    display: block;
    margin: 15px 0
}

.fyzplb {
    margin-top: 40px
}

.fyzplbbot {
    border: 1px solid #ccdcea;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative
}

.fyzplbboticn {
    position: absolute;
    top: 0;
    right: 0;
}

.fyzpbt {
    padding: 40px 60px 40px 110px;
    position: relative;
    line-height: 33px;
}

.fyzpbtle {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50px;
    background: url(../images/fyzpicn1.png) no-repeat center center;
    width: 29px;
    height: 33px
}

.fyzpbt span {
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
    display: inline-block;
}

.fyzpbt i {
    color: #626262;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    margin-left: 140px;
}

.fyzpbt i.fyzpbtsj {
    margin-right: 0
}

.fyzpnr {
    padding: 50px 60px 75px 50px;
    display: none;
    border-top: 1px solid #ccdcea;
}

.clifyzpbt .fyzpbtle {
    background: url(../images/fyzpicn0.png) no-repeat center center;
}

.fywdxz {
    padding-bottom: 60px
}

.fywdxz li {
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative
}

.fywdxz li a {
    display: block;
    padding: 25px 170px 25px 75px;
    background: url(../images/xiazaiicn.png) no-repeat 35px 30px
}

.fywdxz li p.fyzlxzbt {
    font-size: 16px;
    color: #282828;
    line-height: 30px
}

.fywdxz li p.fyzlxzxz {
    color: #282828;
    font-size: 16px;
    position: absolute;
    top: 31px;
    right: 38px;
}

.fywdxz li p.fyzlxzxz img {
    vertical-align: top;
    margin-right: 10px;
}

.fywlaq {
    margin: 50px 0
}

.fywlaq li {
    float: left;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    line-height: 60px;
    margin: 0 20px 0 0
}

.fywlaq li a {
    padding: 0 45px;
    display: block
}

.fywlaq li.fywlaqatv {
}

.fywlaqbt {
    font-size: 24px;
    margin-bottom: 30px
}

.fyhyyy .fycpmlbg {
    background: url(../images/fyhybg.jpg) no-repeat center center
}

.fyhyyy .fycpmlle {
    float: left;
    width: 468px
}

.fyhyyy .fycpmlri {
    float: right;
    width: 628px;
    margin-left: 0;
    padding-top: 100px
}

.fyhyyy .fycpmlri p.fycpmlribt {
    line-height: 58px;
    height: 58px;
    font-size: 24px;
}

.fyhyyy .fycpmlri p.fycpmlribt img {
    display: inline-block;
    width: 58px;
    height: 58px;
    vertical-align: top;
    margin-right: 20px
}

.fyhyyy .fycpmlri p.fycpmlribt img.fycpmlribtimg1 {
    display: none
}

.fyhyyy .fycpmlri p.fycpmlrijj {
    font-size: 16px;
    margin-bottom: 85px
}

.fyhyyy li.fyhyyyodd .fycpmlle {
    float: right
}

.fyhyyy li.fyhyyyodd .fycpmlri {
    float: left
}

.fygywm {
    background: url(../images/fygywmbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 150px
}

.fygybjq {
    margin-top: 30px;
    font-size: 16px;
    margin-right: 27%
}

.fyqywh {
    padding: 78px 0 70px;
}

.fyqywh .homebt, .fygszz .homebt {
    text-align: center
}

.fyqywhbot {
    margin-top: 50px
}

.fyqywhbot li {
    float: left;
    width: 50%;
    background: #f5f5f5
}

.fyqywhbotle {
    width: 41%;
    padding: 45px 3% 0 6%;
    float: left
}

.fyqywhbotle p.fywywhbt {
    font-size: 24px;
    padding-bottom: 50px;
    position: relative
}

.fyqywhbotle p.fywywhbt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    width: 1px;
    height: 30px;
    background: #a8141a
}

.fyqywhbotle p.fyqywhjj {
    white-space: pre-line;
    font-size: 18px;
    margin: 20px 0 8px
}

.fyqywhbotle p.fyqywhen {
    white-space: pre-line;
    font-size: 14px;
    color: #a6a6a6;
}

.fyqywhbotri {
    width: 50%;
    float: right;
    overflow: hidden
}

.fyqywhbotri img {
    width: 100%;
    display: block;
}

.fyqywhbot li.fyqywhbotli2 .fyqywhbotle, .fyqywhbot li.fyqywhbotli3 .fyqywhbotle {
    float: right
}

.fyqywhbot li.fyqywhbotli2 .fyqywhbotri, .fyqywhbot li.fyqywhbotli3 .fyqywhbotri {
    float: right
}

.fygszzbot {
    margin-top: 60px;
    position: relative
}

#certify {
    position: relative;
    width: 1055px;
    margin: 0 auto;
}

#certify .swiper-slide {
    width: 473px;
    height: 326px;
    background: #fff;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

.fyzhizibtnle, .fyzhizibtnri {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #d7d7d7;
    cursor: pointer
}

.fyzhizibtnle {
    left: 0
}

.fyzhizibtnri {
    right: 0
}

.fyzzlb {
    margin-top: 75px;
    padding-top: 48px;
    border-top: 1px solid #e6e1e0;
    margin-bottom: 90px
}

.fyzzlb ul {
    margin-left: -9px
}

.fyzzlb li {
    float: left;
    width: 163px;
    margin: 0 0 15px 9px
}

.fyzzlb li img {
    display: block;
    width: 100%
}

.ckxq {
    margin-top: 45px
}

.ckxq a {
    display: block;
    width: 124px;
    height: 40px;
    background: #c30d22;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border: 1px solid #c30d22
}

.ckxq a:hover {
    color: #c30d22;
    background: #fff
}

.cpzs {
    padding: 70px 0;
    position: relative
}

.cpzs:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 47%
}

.cpzs:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: 47%
}

.cpzsbot {
    height: 716px;
    position: relative
}

.cpzsbot li {
    position: absolute;
    width: 47%;
}

.cpzsbotimg {
    overflow: hidden;
    position: relative
}

.cpzsbotimg img {
    display: block;
    width: 100%
}

.cpzsbotbt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 7% 0;
    width: 86%;
    color: #fff;
    font-size: 20px;
    z-index: 3
}

.cpzsbotbt span {
    font-size: 14px;
    margin-left: 8px
}

.cpzsbotjh {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 2;
    background: #c30d22;
    font-size: 20px
}

.cpzsbotsz {
    position: absolute;
    color: #333333;
    z-index: 2;
    font-size: 20px;
    font-weight: bold
}

.cpzsbot li.cpzsbotli0 {
    top: -55px;
    right: 0
}

.cpzsbot li.cpzsbotli0 .cpzsbotsz {
    top: 30px;
    left: -40px;
}

.cpzsbot li.cpzsbotli1 {
    top: 88px;
    left: 0
}

.cpzsbot li.cpzsbotli1 .cpzsbotsz {
    top: 30px;
    right: -40px;
}

.cpzsbot li.cpzsbotli2 {
    bottom: 0;
    right: 0
}

.cpzsbot li.cpzsbotli2 .cpzsbotbt {
    position: relative;
    color: #333
}

.cpzsbot li.cpzsbotli2 .cpzsbotbt span {
    color: #808080
}

.cpzsbot li.cpzsbotli2 .cpzsbotsz {
    bottom: 0;
    left: -40px;
}

.homehyyy {
    background: url(../images/hyyybg.jpg) no-repeat center top;
    background-size: cover;
    padding: 88px 0 135px
}

.homehyyy .homebt {
    text-align: center
}

.homehyyy .homebt p, .homehyyy .homebt span {
    color: #fff
}

.homehyyybot {
    margin-top: 60px
}

.homehyyybot li {
    float: left;
    height: 218px;
    width: 298px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px
}

.homehyyybot li img {
    width: 91px;
    height: 91px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.homehyyybot li p {
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
    position: relative;
    z-index: 2
}

.homehyyybot li span {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 2;
    background: #c30d22;
    font-size: 20px;
}

.homehyyybotimg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.fyzpxqmain{margin-bottom: 40px;}
.fyzpxqle{width: 45%;position: relative}
.fyzpxqlelbt{position: relative}
.fyzpxqlelbt .item img{width:100%;display: block}
.fyzpxqlelbt .owl-controls{display: none}
.fyzpxqlelbtbtn{position: absolute;top: 50%;left: 0;z-index: 2;width: 100%}
.fyzpxqlelbtbtn img{padding: 30px 10px;display: block;background: rgba(0,0,0,.8);margin-top: -41.5px;cursor: pointer}
.fyzpxqlelbtbtn img:hover{background: #c30d22}
.fyzpxqri{width: 50%;padding-top: 40px}


.homehyyybot li:hover .homehyyybotimg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.homehyyybot li:hover span {
    bottom: 0
}

.fyqywhbot li:hover {
    background: #cd181b
}

.fyqywhbot li:hover p {
    color: #fff
}

.fyqywhbot li:hover .fyqywhbotle p.fywywhbt:after {
    background: #fff
}

.fyzhizibtnle:hover, .fyzhizibtnri:hover {
    border-color: #cd181b;
}

.fywdxz li:hover {
    border-color: #cd181b
}

.fycpml li:hover .fycpmlri p {
    color: #fff
}

.fycpml li:hover .fycpmlri p.fycpmlrixq {
    color: #fff;
    background: #cd181b;
    border-color: #cd181b
}

.fycpml li:hover .fycpmlbg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.footbq a:hover, .fymbxle a:hover, .fymbxri li a:hover {
    color: #c30d22
}

.fyhyyy li:hover .fycpmlri p.fycpmlribt img.fycpmlribtimg0 {
    display: none
}

.fyhyyy li:hover .fycpmlri p.fycpmlribt img.fycpmlribtimg1 {
    display: inline-block
}

.fywlaq li:hover, .fywlaq li.fywlaqatv {
    border-color: #036eb8
}

.fywlaq li:hover a, .fywlaq li.fywlaqatv a {
    color: #036eb8
}

/**********************************************适配*******************************************************/
@media only screen and (max-width: 768px) {
    body {
        min-width: inherit;
    }

    .main1200 {
        width: 94%;
    }

    .header {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 999;
        box-shadow: 0 0 20px #ccc;
        border-bottom: 0;
        line-height: 50px;
        height: 50px;
    }

    .headerhei {
        height: 50px
    }

    .logo {
        margin-top: 14px
    }

    .logo img {
        height: 22px
    }

    .nav {
        display: none;
        position: fixed;
        top: 50px;
        width: 100%;
        text-align: center;
        left: 0;
        background: #000;
        height: 100%;
        z-index: 999;
        margin: 0
    }

    .nav ul {
        padding-top: 40px
    }

    .nav li {
        float: inherit;
        width: 100%;
        margin: 0;
        height: auto
    }

    .nav li a.navyiji {
        line-height: 2px;
        height: 32px;
        color: #fff;
        font-size: 16px
    }

    .nav li span {
        display: none !important;
    }

    .sousuo {
        margin: 10px 15px 0 0
    }

    .sousuo img {
        padding: 8px;
        width: 12px;
        height: 12px;
    }

    .suosuodiv {
        width: 86%;
        height: 30px;
        line-height: 30px;
        top: 10px;
        position: fixed;
        left: 2%;
    }

    .suosuodivle {
        height: 30px;
        line-height: 30px \9
    }

    .suosuodivri {
        height: 30px;
        line-height: 30px
    }

    .focus_slide .owl-controls {
        bottom: 20px;
        display: block
    }

    .focus_slide .owl-dots .owl-dot span {
        margin: 0 8px;
        width: 30px;
        height: 4px
    }

    .fybannerbg p.fybannerbt {
        font-size: 20px
    }

    .fybannerbg p.fybannerjj {
        font-size: 14px;
        margin: 15px 3%
    }

    .fymbx {
        padding: 15px 0
    }

    .fymbxri {
        margin-top: 20px
    }

    .fymbxri li {
        margin: 0 15px 0 0
    }

    .fymain {
        padding: 30px 0
    }

    .homebt p {
        font-size: 18px;
    }

    .homebt span {
        font-size: 26px
    }

    .fycpmlri p.fycpmlrijj {
        height: auto;
        max-height: 40px;
        margin: 15px 0;
        line-height: 20px
    }

    .fycpmlri p.fycpmlrixq {
        width: 100px;
        line-height: 30px;
    }

    .page {
        line-height: 30px;
    }

    .page a, .page span {
        margin: 0 2px;
        min-width: 30px
    }

    .page a, .page span {
        border-color: #fff
    }

    .footbt {
        font-size: 18px;
        padding: 20px 0 18px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .footlxwm li {
        margin: 0 20px 20px 0
    }

    .footwx {
        position: relative
    }

    .footer:after {
        top: 60px
    }

    .footlxwm li span, .fycpmlri p.fycpmlribt {
        font-size: 16px
    }

    .footerri .footbt {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .ksdh li {
        margin-top: 10px
    }

    .footbq {
        padding: 20px 0;
        margin-top: 20px;
        line-height: 20px
    }

    .fywuwu {
        margin: 30px 0 5px
    }

    .fywuwu ul li {
        width: 50%;
        margin: 0 0 20px 0;
        padding: 30px 0 15px
    }

    .fywuwu ul li img {
        height: 40px;
    }

    .fywuwu ul li p {
        line-height: 20px;
        height: 40px;
        margin-top: 10px
    }

    .fylxmap {
        margin: 30px 0
    }

    .fylianxi img {
        margin: 20px 5px
    }

    .fyzplb {
        margin-top: 20px
    }

    .fyzplbbot {
        margin-bottom: 20px;
    }

    .fyzpbtle {
        margin-top: 0;
        background-size: cover;
        width: 18px;
        height: 20px;
        top: 14px;
        left: 15px;
    }

    .clifyzpbt .fyzpbtle {
        background-size: cover;
        width: 18px;
        height: 20px;
    }

    .fyzpbt {
        padding: 10px 0 10px 40px;
        line-height: 24px
    }

    .fyzpbt span {
        font-size: 16px;
    }

    .fyzpnr {
        padding: 15px
    }

    .fyzpbt i {
        margin: 0 5px 0 0;
        display: inline-block;
        font-size: 14px;
    }

    .fyzpbt i.fyzpbtsj {
        float: inherit
    }

    .fywdxz {
        padding-bottom: 15px;
    }

    .fywdxz li a {
        padding: 15px 10px 15px 30px;
        background-position: 10px 20px;
        background-size: 12px auto;
    }

    .fywdxz li p.fyzlxzbt {
        line-height: 24px
    }

    .fywdxz li p.fyzlxzxz {
        position: relative;
        top: 0;
        right: auto;
        font-size: 14px;
        margin-top: 15px
    }

    .fywlaq {
        margin: 30px 0 20px
    }

    .fywlaq li {
        line-height: 40px;
        margin: 0 10px 10px 0
    }

    .fywlaq li a {
        padding: 0 10px;
        font-size: 14px
    }

    .fywlaqbt {
        font-size: 18px;
        margin-bottom: 20px
    }

    .fyhyyy .fycpmlri {
        padding-top: 20px
    }

    .fyhyyy .fycpmlri p.fycpmlribt {
        font-size: 16px;
        line-height: 24px;
        height: 24px
    }

    .fyhyyy .fycpmlri p.fycpmlribt img {
        width: 24px;
        height: 24px;
        margin-right: 10px
    }

    .fyhyyy .fycpmlri p.fycpmlrijj {
        font-size: 14px;
        margin-bottom: 15px
    }

    .fyqywhbotle {
        padding: 15px 3% 0;
        width: 44%
    }

    .fyqywhbotle p.fywywhbt {
        font-size: 18px;
        padding-bottom: 25px
    }

    .fyqywhbotle p.fywywhbt:after {
        height: 10px
    }

    .fyqywhbotle p.fyqywhjj {
        font-size: 16px;
        margin: 10px 0
    }

    .fyqywhbotle p.fyqywhen {
        font-size: 12px;
    }

    .fyqywhbot li.fyqywhbotli0 .fyqywhbotle, .fyqywhbot li.fyqywhbotli2 .fyqywhbotle {
        float: left
    }

    .fyqywhbot li.fyqywhbotli0 .fyqywhbotri, .fyqywhbot li.fyqywhbotli2 .fyqywhbotri {
        float: right
    }

    .fyqywhbot li.fyqywhbotli1 .fyqywhbotle, .fyqywhbot li.fyqywhbotli4 .fyqywhbotle {
        float: right
    }

    .fyqywhbot li.fyqywhbotli1 .fyqywhbotri, .fyqywhbot li.fyqywhbotli4 .fyqywhbotri {
        float: left
    }

    #certify {
        width: 100%
    }

    #certify .swiper-slide {
        width: 100%;
        height: auto
    }

    .fyzhizibt {
        text-align: center
    }

    .fyzhizibtnle, .fyzhizibtnri {
        position: relative;
        top: 0;
        display: inline-block;
        margin: 20px 20px 0
    }

    .fyzzlb {
        margin: 30px auto 0;
        padding-top: 30px
    }

    .fyzzlb li {
        width: 50%;
        margin: 0 0 15px 0
    }

    .fygybjq {
        margin-right: 0
    }

    .fygywm {
        background-size: 100% auto;
        background-position: bottom right;
        padding: 30px 0 90px;
    }

    .fybjq {
        line-height: 26px;
    }

    .cpzsbot {
        height: auto;
        margin-top: 20px;
    }

    .cpzsbot li {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
        top: 0 !important;
        left: 0 !important;
        bottom: auto !important;
        right: auto !important;
    }

    .cpzsbot li.cpzsbotli2 .cpzsbotbt {
        position: absolute;
        color: #fff;
    }

    .cpzsbot li.cpzsbotli2 .cpzsbotbt span {
        color: #fff;
    }

    .cpzsbotbt {
        padding: 20px 5% 0;
        width: 90%;
        font-size: 16px
    }

    .cpzsbotbt span {
        font-size: 12px
    }

    .cpzsbotsz {
        top: auto !important;
        left: 5% !important;
        right: auto !important;
        bottom: 0 !important;
        color: #fff;
        line-height: 36px;
        font-size: 14px
    }

    .cpzsbotjh, .homehyyybot li span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 14px
    }

    .homehyyybot li {
        width: 49.6%;
        height: auto;
        padding: 35px 0;
        margin: 0 0 -1px -1px
    }

    .homehyyybot li img {
        width: 40px;
        height: 40px
    }

    .homehyyybot li p {
        font-size: 16px;
        margin-top: 15px;
    }

    .fyzzlb ul {
        margin-left: 0
    }

    .fyqywh, .cpzs, .homehyyy {
        padding: 30px 0
    }

    .fygybjq, .fyqywhbot, .fygszzbot, .homehyyybot {
        margin-top: 20px
    }

    .fylianxi span, .fydzhfw, .fygybjq {
        font-size: 14px
    }

    .fylianxi p {
        font-size: 16px;
    }

    .fycpmlri, .fywuwu ul {
        margin-left: 0
    }

    .fycpml {
        padding-bottom: 30px
    }

    .fymbxle, .fymbxri, .fycpmlle, .footerri, .footerle, .fycpmlri, .fyqywhbot li {
        float: inherit !important;
        width: 100% !important;
    }

    #focus_phone, .menu-activator, .fybanner img.fybannersj {
        display: block
    }

    #focus, .fybanner img.fybanerpc, .fymbxri li.fymbxriavt:after, .bannerle, .bannerri, .cpzs:before, .cpzs:after {
        display: none
    }


    .fyzpxqmain{margin-bottom: 30px;}
    .fyzpxqle,.fyzpxqri{width: 100%;float: inherit}
    .fyzpxqri{padding-top: 20px;}
}