/* ==========================================================================
   Global
   ========================================================================== */
   html {
    font-size: 62.5%;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}
a {
    color: #333;
}
a:hover {
    color: #d92143;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }
}
.wrapper {
    max-width: 1520px;
    _width: 1520px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* arrow */
.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.arrow * {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}
/* arrow-right */
.arr-r * {
    border-left-style: solid;
    border-width: 4px 0 4px 4px;
}
.arr-r em {
    left: 1px;
}
.arr-r span {
    border-left-color: #3675bb;
}
.tri {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}
/* ==================================
   menu
   ================================== */
.menu {
    position: relative;
}
/* menu-hd */
.menu-hd {
    position: relative;
    z-index: 1002;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 6px;
}
/* menu-bd */
.menu-bd {
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: -1px;
}
.menu-bd-panel {
    padding: 5px 0;
    border: 1px solid #eee;
    background: #fff;
    min-width: 96px;
}
.menu-bd-panel a {
    display: block;
    padding: 0 5px;
    line-height: 28px;
    white-space: nowrap;
    color: #6C6C6C
}
/* menu arrow */
.menu-hd .fa-caret-down {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 6px;
}
/* menu hover */
.menu-hover .menu-hd {
    z-index: 10002;
}
.menu-hover .menu-bd {
    z-index: 10001;
}
.menu-hover .menu-hd {
    padding: 0 19px 1px 5px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eee;
    background: #fff;
}
.menu-hover .menu-hd .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-hover .menu-bd-panel a:hover {
    background: #eee;
}
/* ==========================================================================
   Header
   ========================================================================== */
header {}
header .wrapper {
    position: relative;
    z-index: 99;
}
.topbar {
    height: 90px;
    background: #fff;
    float: right;
}
.topbar .wrapper {
    position: relative;
}
.logo {
    position: absolute;
    left: 88px;
    width: 17%;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
}
.logo img {
    max-width: 80%;
}
.langbox {
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 35px;
    z-index: 3;
    line-height: 30px;
    color: #d92143;
}
.langbox a {
    color: #d92143;
}
#globalnav.mini_top .langbox,
#globalnav.mini_top .langbox a {
    color: #00537b;
}
.envelope {
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 35px;
    z-index: 3;
    line-height: 30px;
    color: #fff;
}
.envelope a {
    color: #fff;
}
#globalnav.mini_top .envelope a {
    color: #00537b;
}
.toptel {
    position: absolute;
    right: 60px;
    font-size: 14px;
    top: 20px;
    color: #fff;
    line-height: 30px;
    display:none;
}
.toptel span {
    color: #1d4789;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}
.serchinco {
    position: absolute;
    display: none;
    width: 70px;
    height: 30px;
    right: 150px;
    top: 35px;
    line-height: 30px;
    cursor: pointer;
    z-index: 999;
    font-size: 16px;
    color: #00537b;
}
.globalsearch {
    display: none;
}
.globalsearch {
    position: absolute;
    top: 100px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #d92143;
}
.globalsearch .warp {
    background: #fff;
}
.globalsearch #q {
    float: left;
    border: 0 none;
}
.globalsearch .search-btn {
    float: right;
    border: 0 none;
}
.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}
.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../image/btn_ser.png) no-repeat center;
}
@media only screen and (max-width:1366px) {
    .logo {
        width: 15%;
    }
}
@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
    }
    .globalsearch {
        top: 48px;
    }
    .logo,
    .toptel,
    .langbox,
    .envelope {
        display: none;
    }
    .topbar {
        height: 0;
    }
    .wxinco {
        display: none;
    }
    .serchinco {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
        text-align: center;
    }
    .serchinco span {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}
/* ==========================================================================
Nav
========================================================================== */
/* primary */
.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}
.globalnav li {
    float: left;
}
.globalnav li a {
    display: block;
    color: #444;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}
.globalnav .nav-sep {
    width: 2px;
    height: 42px;
}
.globalnav .active a,
.globalnav li .active1 {
    color: #e60012;
}
.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #d92143;
    top: 100%;
    min-width: 160px;
}
.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #d92143;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}
.dropdown a {
    /*    white-space: nowrap;*/
    line-height: 40px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 920px) {
    .dropdown a {
        /*    white-space: nowrap;*/
        font-size: 14px;
        width: 100%;
        text-align: left;
    }
    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
    }
}
.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}
.dropdown a:hover,
.dropdown a:hover .fa {
    color: #d92143;
}
/* ==========================================================================
   Content
   ========================================================================== */
.hidden {
    display: none;
}
.hometit {
    font-size: 32px;
    font-weight: bold;
    color: #d92143;
}
.hometit .txten {
    font-weight: normal;
    font-size: 16px;
    color: #286c8c;
    text-transform: Uppercase;
}
.hometit a.more {
    color: #a6937c;
    font-size: 18px;
    margin-left: 20px;
}
@media only screen and (max-width: 1366px) {
    .hometit {
        font-size: 24px;
    }
    .hometit a.more {
        font-size: 16px;
    }
}
@media only screen and (max-width:920px) {
    .hometit {
        font-size: 18px;
    }
    .hometit a.more {
        font-size: 14px;
    }
    .hometit .txten {
        font-size: 12px;
    }
}
@media only screen and (max-width:768px) {
    .hometit {
        font-size: 16px;
    }
    .hometit a.more {
        font-size: 12px;
    }
}
/* ==========================================================================
   yzjcypart01
   ========================================================================== */
.yzjcypart01 {
    padding: 130px 0;
    background: url(../image/homebg01.jpg) right bottom no-repeat;
    background-size: cover;
}
.yzjcypart01 .row01 {
    max-width: 960px;
    font-size: 16px;
    margin-bottom: 60px;
}
.yzjcypart01 .hometit {
    margin-bottom: 30px;
}
.yzjcypart01 .row02 {
    max-width: 1100px;
    font-size: 16px;
}
.yzjcypart01 .row02 .warp {
    width: calc(100% - 600px);
    float: left;
}
.yzjcypart01 .row02 .shzr_imgul {
    float: right;
    position: relative;
    margin-top: -50px;
}
.yzjcypart01 .row02 .shzr_imgul li {
    float: left;
    width: 130px;
}
/* ==========================================================================
   yzjcypart02
   ========================================================================== */
.yzjcypart02 {
    padding: 100px 0 60px 0;
    background: url(../image/homebg02.jpg) right center no-repeat;
    background-size: cover;
}
.yzjcypart02 .hometit {
    text-align: center;
    margin-bottom: 40px;
}
.yzjcypart02 .cyjgtit,
.yzjcypart02 .jtcytit {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
}
.yzjcypart02 .jtcytit {
    background: url(../image/yzjpic17.jpg) left center repeat-x;
    margin-right: 16px;
}
.yzjcypart02 .cyjgtit {
    background: url(../image/yzjpic18.jpg) left center repeat-x;
    max-width: 493px;
}
.yzjcypart02 .left {
    width: 66.66%;
    float: left;
}
.jtcy_ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.jtcy_ul .jtcybox {
    width: calc(100% - 16px);
    margin-right: 16px;
}
.jtcybox {
    height: auto;
    position: relative;
    overflow: hidden;
}
.jtcybox .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}
.jtcybox .bgimg {
    width: 100%;
}
.jtcybox .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}
.jtcybox:hover .uppic {
    transform: scale(1.05);
}
.jtcybox .cover {
    position: absolute;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    background: rgb(0 83 123 / 65%);
}
.yzjcypart02 .right {
    width: 33.33%;
    float: right;
}
.cpjg_ul {
    max-width: 493px;
}
.cpjg_ul li {
    margin-bottom: 15px;
}
.cpjg_ul .jtcybox .cover {
    height: 30px;
    line-height: 30px;
    /* top: 50%; */
    margin-top: -15px;
}
/* ==========================================================================
   yzjcypart03
   ========================================================================== */
.yzjcypart03 {
    background: url(../image/homebg03.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}
.yzjcypart03 .hometit {
    margin-bottom: 40px;
}
.yzjcypart03 .hometit a.more {
    background: url(../image/yzjpic19.jpg) center repeat-x;
    float: right;
    margin-right: 80px;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
#owl-hpro .jtcybox .cover {
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    font-size: 16px;
    padding: 0 20px;
    background: rgb(0 83 123 / 65%);
}
#owl-hpro .owl-dots {
    height: 0px;
    overflow: hidden;
}
#owl-hpro .owl-prev,
#owl-hpro .owl-next {
    width: 70px;
    top: -94px;
    height: 35px;
    background: none;
    text-indent: 100px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-hpro .owl-prev {
    position: absolute;
    right: 185px;
    background: url(../image/arr05.png) left top no-repeat;
}
#owl-hpro .owl-next {
    position: absolute;
    right: 0;
    background: url(../image/arr06.png) right top no-repeat;
}
/* ==========================================================================
   yzjcypart04
   ========================================================================== */
.yzjcypart04 {
    padding: 100px 0;
    background: url(../image/homebg04.jpg) top center no-repeat;
    background-size: cover;
}
.yzjcypart04 .hometit {
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
}
.yzjcypart04 .hometit .txten {
    color: #fff;
}
.yzjcypart04 .left {
    width: calc(66.66% - 30px);
    float: left;
}
.yzjcypart04 .right {
    width: 33.33%;
    float: right;
}
.hnewsbox {
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #fff no-repeat;
}
.hnewsbox .hd {
    height: 40px;
    line-height: 40px;
}
.hnewsbox .hd ul {
    float: right;
    text-align: right;
    height: 40px;
}
.hnewsbox .hd li {
    padding: 0 30px;
    font-size: 16px;
    display: inline-block;
    background: url(../image/yzjpic17.jpg) center repeat-x;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
.hnewsbox .hd span.tit {
    float: left;
    color: #d92143;
    font-size: 20px;
    font-weight: bold;
}
.hnewsbox .bd {
    height: 360px;
    overflow: hidden;
    position: relative;
}
.hnewsbox .bd .zxzsbox a.more {
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #005377;
    color: #e2e8ea;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.lastnews {
    height: 150px;
    overflow: hidden;
    margin: 30px 0;
}
.lastnews .pic {
    width: 260px;
    float: left;
}
.lastnews .pic img {
    max-width: 100%;
}
.lastnews .txtarea {
    width: calc(100% - 280px);
    float: right;
}
.lastnews .txtarea .date {
    color: #a99781;
}
.lastnews .txtarea h3 {
    font-size: 18px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lastnews .txtarea .desc {
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.hnewslist li {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hnewslist li:before {
    content: "";
    display: block;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #b2a18d;
    border-bottom: 5px solid transparent;
}
.hnewslist li .date {
    color: #66666678;
    width: 100px;
    display: inline-block;
}
.hnewslist li a:hover {
    color: #00537b;
}
.tzzgxbox {
    padding: 50px;
    height: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #fff no-repeat;
    position: relative;
}
.zqxxbox {
    border: 1px solid #d2d2d2;
    margin: 20px 0;
    height: 122px;
    overflow: hidden;
    text-align: center;
}
.tzzgx_tit {
    font-size: 20px;
    color: #d92143;
    font-weight: bold;
}
.tzzgx_tit span {
    font-size: 16px;
    float: right;
    font-weight: normal;
}
.tzzgxbox .gtlx {
    height: 99px;
    background: url(../image/yzjpic14.png) right bottom no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}
.tzzgxbox .gtlx .txt {
    padding: 10px 80px 0 0;
    text-align: right;
    color: #fff;
    font-size: 22px;
    margin-top: 18px;
}
.tzzgxbox .gtlx .txt span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.tzzgx_tit a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #0a3980;
}
/* ==========================================================================
   yzjcypart05
   ========================================================================== */
.yzjcypart05 {
    padding: 30px 0 20px 0;
    background: url(../image/homebg05.jpg) top center no-repeat;
    background-size: cover;
}
.yzjcypart05 .hometit {
    margin-bottom: 40px;
    color: #d92143;
    text-align: center;
}
.yzjcypart05 .hometit .txten {
    color: #00527d;
}
.yzjcypart05 .yin {
    padding: 60px 0 100px;
}
.yzjcypart05 .yin .content {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
}
.yzjcypart05 .yin .fuwu {
    width: 1400px;
    margin: 0 auto;
}
.yzjcypart05 .yin_t {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    height: 85px;
    overflow: hidden;
    padding-bottom: 44px
}
.yzjcypart05 .yin_t a {
    color: #000
}
.yzjcypart05 .yin_t b {
    color: #009c4b
}
.yzjcypart05 .yin_t span {
    display: block;
    font-size: 20px;
    color: #333
}
.yzjcypart05 .yin_t i {
    color: #009c4b;
    padding: 0 15px
}
.yzjcypart05 .yin_t2 {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    height: 45px;
    overflow: hidden
}
.yzjcypart05 .yin_t2 a {
    color: #000
}
.yzjcypart05 .yin_t2 b {
    color: #009c4b
}
.yzjcypart05 .yin_t2 span {
    display: block;
    font-size: 20px;
    color: #333
}
.yzjcypart05 .yin_t2 i {
    color: #009c4b;
    padding: 0 15px
}
.yzjcypart05 .yin dl {
    width: 335px;
    height: 302px;
    position: relative;
    margin: 0px 18px 0 0;
    float: left;
    overflow: hidden;
    -webkit-transition: transform .3;
    transition: transform .3
}
.yzjcypart05 .yin dl:nth-last-of-type(1) {
    margin: 0
}
.yzjcypart05 .yin dl dt {
    width: 335px;
    line-height: 0;
    position: relative;
    height: 303px
}
.yzjcypart05 .yin dl dt img {
    width: 335px;
    height: 240px
}
.yzjcypart05 .yin dl dt .yin_title {
    font-size: 18px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    width: 335px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00517f;
    transition: height .5;
    -moz-transition: height .5;
    -webkit-transition: height .5;
    -o-transition: height .5
}
.yzjcypart05 .yin dl dt .yin_title em {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 0;
    background: #ffffff;
    border-radiu: 50%;
    position: absolute;
    top: -25px;
    left: 148px
}
.yzjcypart05 .yin dl dt .yin_title em img {
    width: 46px;
    height: 46px
}
.yzjcypart05 .yin .nobor {
    margin-right: 0
}
.techbox {
    width: calc(50% - 20px);
    height: auto;
    position: relative;
    float: left;
}
.techbox02 {
    float: right;
}
.techbox .pic {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 280px;
    float: left;
}
.techbox .bgimg {
    width: 100%;
}
.techbox .uppic {
    width: 100%;
    transition: transform 1s;
    position: absolute;
    left: 0;
    top: 0;
}
.techbox:hover .uppic {
    transform: scale(1.05);
}
.techbox .txtarea {
    width: calc(100% - 320px);
    float: right;
    position: relative;
    z-index: 1;
}
.techbox .hnewslist {
    margin-top: 80px;
}
.techbox .hnewslist a {
    color: #fff;
}
.techbox .txtarea h3.tit {
    color: #fff;
    font-size: 20px;
    margin: 30px 0 40px 0;
}
.techbox:before {
    content: "";
    display: block;
    bottom: -10px;
    left: -20px;
    position: absolute;
    width: 100%;
    height: 300px;
    border: 1px solid #6585ac;
}
.techbox .more {
    margin-top: 10px;
    margin-left: 20px;
}
.techbox .more a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
@media only screen and (max-width: 1440px) {
    .yzjcypart01,
    .yzjcypart02,
    .yzjcypart03,
    .yzjcypart04,
    .yzjcypart05 {
        padding: 60px 0;
    }
    .yzjcypart02 .right {
        max-width: 450px;
    }
    .techbox .txtarea {
        margin-right: 20px;
    }
    .techbox {
        margin-left: 20px;
    }
    .hnewsbox .hd li {
        font-size: 14px;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1366px) {
    .yzjcypart01 .row01,
    .yzjcypart01 .row02 {
        font-size: 14px;
    }
    .yzjcypart01 .row01 {
        margin-bottom: 30px;
    }
    .yzjcypart01 .hometit {
        margin-bottom: 20px;
    }
    #owl-hpro .owl-prev,
    #owl-hpro .owl-next {
        top: -80px;
    }
    .tzzgx_tit {
        font-size: 18px;
        line-height: 30px;
    }
    .tzzgx_tit span {
        font-size: 14px;
    }
    .hnewsnav span.tit {
        font-size: 18px;
    }
    .hnewsnav a {
        padding: 0 25px;
        font-size: 14px;
    }
    .hnewsnav {
        line-height: 36px;
        height: 36px;
    }
    .techbox .hnewslist a,
    .techbox .more a {
        font-size: 14px;
    }
    .techbox .txtarea h3.tit {
        font-size: 18px;
    }
    .hnewsbox .hd li {
        font-size: 13px;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .hnewsbox,
    .tzzgxbox {
        padding: 30px;
    }
    .tzzgx_tit span {
        font-size: 12px;
    }
    .hnewsnav span.tit,
    .tzzgx_tit {
        font-size: 16px;
    }
    .hnewsnav a {
        margin-left: 0;
    }
    .hnewslist li {
        font-size: 14px;
    }
    .tzzgxbox .gtlx .txt {
        font-size: 18px;
    }
    .tzzgxbox .gtlx {
        height: 75px;
        background-size: auto 75px;
    }
    .tzzgxbox .gtlx .txt {
        margin-top: 10px;
        padding-right: 50px;
    }
    .tzzgxbox .gtlx .txt span {
        font-size: 20px;
    }
    .techbox .pic {
        width: 200px;
    }
    .techbox .txtarea {
        width: calc(100% - 240px);
    }
    .techbox:before {
        height: 210px;
    }
    .techbox .txtarea h3.tit {
        margin: 30px 0;
    }
    .techbox .hnewslist {
        margin-top: 30px;
    }
    .techbox .hnewslist li {
        color: #fff;
    }
}
@media only screen and (max-width:920px) {
    .yzjcypart01,
    .yzjcypart02,
    .yzjcypart03,
    .yzjcypart04,
    .yzjcypart05 {
        padding: 40px 0;
    }
    .yzjcypart01 .row01 {}
    .yzjcypart01 .row02 {
        margin-right: 300px;
    }
    .yzjcypart01 .row02 .shzr_img {
        float: none;
        margin-top: 10px;
        max-width: 90%;
    }
    .yzjcypart01 .row02 .warp {
        width: 100%;
    }
    .yzjcypart01 {
        background-size: auto 60%;
    }
    .yzjcypart02 .left {
        width: 100%;
        float: none;
    }
    .yzjcypart02 .right {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .yzjcypart02 .cyjgtit {
        max-width: 100%;
    }
    .cpjg_ul li {
        width: calc(33.33% - 10px);
        float: left;
        margin-left: 10px;
    }
    .cpjg_ul {
        max-width: 100%;
        margin-left: -10px;
    }
    .yzjcypart02 .cyjgtit,
    .yzjcypart02 .jtcytit {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #owl-hpro .owl-prev,
    #owl-hpro .owl-next {
        top: -70px;
    }
    .yzjcypart04 .left,
    .yzjcypart04 .right {
        width: 100%;
        float: none;
    }
    .yzjcypart04 .right {
        margin-top: 20px;
    }
    .techbox .pic {
        width: 150px;
    }
    .techbox .txtarea {
        width: calc(100% - 180px);
    }
    .techbox .txtarea h3.tit {
        margin: 0;
    }
    .techbox .hnewslist a,
    .techbox .more a {
        font-size: 12px;
    }
    .techbox .more {
        margin-top: 0;
    }
    .techbox .hnewslist {
        margin-top: 0;
    }
    .techbox:before {
        height: 185px;
        left: -10px;
        bottom: -5px;
    }
    .techbox .txtarea h3.tit {
        font-size: 14px;
    }
    .yzjcypart01 .row02 .shzr_imgul {
        float: none;
        margin-top: 0;
    }
    .hnewsbox .hd span.tit {
        font-size: 14px;
    }
    .yzjcypart05 .yin .fuwu {
        width: 100%;
    }
    .yzjcypart05 .yin dl dt .yin_title em {
        left: calc(50% - 23px);
    }
    .yzjcypart05 .yin dl dt .yin_title {
        width: 100%;
    }
    .yzjcypart05 .yin dl {
        width: calc(50% - 5px);
        height: 220px;
        position: relative;
        margin: 0px 10px 10px 0;
        float: left;
        overflow: hidden;
        -webkit-transition: transform .3;
        transition: transform .3
    }
    .yzjcypart05 .yin dl:nth-of-type(2n) {
        margin: 0
    }
    .yzjcypart05 .yin dl dt {
        width: 100%;
        line-height: 0;
        position: relative;
        height: 218px
    }
    .yzjcypart05 .yin dl dt img {
        width: 100%;
        height: auto
    }
}
@media only screen and (max-width:768px) {
    .yzjcypart01,
    .yzjcypart02,
    .yzjcypart03,
    .yzjcypart04,
    .yzjcypart05 {
        padding: 20px 0;
    }
    .yzjcypart01 .row01,
    .yzjcypart01 .row02 {
        font-size: 12px;
    }
    .yzjcypart01 .row02 {
        margin-right: 0;
    }
    .yzjcypart01 {
        background-size: auto 30%;
    }
    .yzjcypart02 .hometit,
    .yzjcypart03 .hometit,
    .yzjcypart04 .hometit {
        margin-bottom: 20px;
    }
    .yzjcypart02 .jtcytit {
        margin-right: 0;
    }
    .jtcy_ul .jtcybox {
        width: 100%;
        margin-right: 0;
    }
    .jtcy_ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .cpjg_ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .yzjcypart02 .cyjgtit,
    .yzjcypart02 .jtcytit {
        margin-bottom: 10px;
    }
    #owl-hpro .owl-prev,
    #owl-hpro .owl-next {
        display: none;
        height: 0;
        overflow: hidden;
    }
    .yzjcypart03 .hometit a.more {
        margin-right: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
    }
    #owl-hpro .owl-dots {
        height: auto;
        overflow: hidden;
    }
    .hnewsbox .hd li {
        font-size: 12px;
        padding: 0;
        color: #d92143;
        background: none;
    }
    .hnewsbox .hd .tit {
        font-size: 14px;
    }
    .hnewsbox,
    .tzzgxbox {
        padding: 10px;
    }
    .hnewsbox .hd {
        height: auto;
    }
    .techbox {
        width: calc(100% - 20px);
        float: none;
        margin-left: 0;
        height: 210px;
        border: 1px solid #6585ac;
        padding: 10px;
    }
    .techbox:before {
        display: none;
    }
    .techbox02 {
        margin-top: 10px;
    }
    .techbox .txtarea {
        margin-right: 0;
        width: calc(100% - 170px);
    }
    .yzjcypart01 .row02 .shzr_imgul li {
        width: 20%;
    }
    .yzjcypart01 .row02 .shzr_imgul li img {
        width: 110px;
    }
    .lastnews {
        height: auto;
        margin: 10px 0;
    }
    .lastnews .pic {
        width: 160px;
    }
    .lastnews .txtarea {
        width: calc(100% - 180px);
    }
    .lastnews .txtarea .desc {
        height: 48px;
    }
    .lastnews .txtarea h3 {
        font-size: 14px;
        margin: 0;
    }
    .hnewslist li {
        font-size: 12px;
    }
    .hnewslist li .date {
        width: 80px;
    }
    .hnewsbox .hd li {
        margin-left: 3px;
    }
    .hnewsbox .hd span.tit {
        font-size: 12px;
    }
    .hnewsbox .bd {
        height: 320px;
    }
    .hnewsbox .bd .zxzsbox a.more {
        font-size: 12px;
        width: 110px;
    }
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    font-size: 12px;
    font-family: microsoft yahei;
    padding: 30px 0 15px 0;
    color: #ffffffa3;
    background: #c4092b;
    position: relative;
}
footer a {
    color: #efefef;
}
footer a:hover {
    text-decoration: underline;
}
.footer-nav {
    text-align: justify;
}
.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}
.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.fn-col h3 {
    margin-bottom: 10px;
    padding: 0 20px 10px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 1px solid #46589a;
}
.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}
.fn-col li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.fn-col li a {
    color: #ffffffa3;
}
.fn-col li a:hover {
    text-decoration: underline;
    color: #fff;
}
.fn-contact {
    padding-right: 30px;
    width: 200px;
    overflow: hidden;
}
.fn-contact img {
    max-width: 100%;
}
footer .ewm {
    font-size: 14px;
    color: color: #ffffffa3;
    ;
    margin-top: 20px;
}
footer .ewm img {
    width: 100px;
}
.foothd {
    text-align: center;
    padding: 15px 0;
    color: #ffffffa3;
    font-size: 14px;
}
.foothd a {
    color: color: #ffffffa3;
    ;
}
.yinsi a:after {
    content: '|';
}
.yinsi a:last-child:after {
    content: '';
}
.foothd a:hover {
    text-decoration: underline;
}
.foothd span {
    margin: 0 20px;
}
@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }
    .foothd {
        padding: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }
    .fn-col h3 {
        font-size: 14px;
    }
    .fn-ewm {
        width: 150px;
        padding-left: 10px;
    }
    footer .ewm {
        width: 70px;
        font-size: 12px;
        margin-left: 5px;
    }
    footer .ewm img {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 768px) {
    footer {
        padding-top: 10px;
    }
    .fn-col {
        width: 70px;
        float: left;
        background: none;
    }
    footer .wrapper:after {
        display: none;
    }
    .footer-nav {
        height: 60px;
    }
    .foothd {
        margin-top: 0;
        font-size: 12px;
        padding: 10px 0;
        line-height: 18px;
        text-align: left;
    }
    .fn-col ul {
        display: none;
    }
    .fn-contact {
        display: none;
    }
    .fn-col h3 {
        font-size: 12px;
        border-bottom: 0;
        padding: 0;
        margin-bottom: 0;
    }
    .foothd p:first-child {
        display: none;
    }
}
.toggle-btn {
    display: none;
}
.tupian1 {
    display: block
}
.tupian2 {
    display: none
}
@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }
    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .tupian1 {
        display: none
    }
    .tupian2 {
        display: block
    }
}
.cp_bg {
    height: 860px;
    overflow: hidden;
    padding: 71px 0 0;
}
#rev_slider_151_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(31, 53, 134, 0.1)
}
#rev_slider_151_1_wrapper .zeus.tparrows:before {
    font-family: 'revicons';
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}
#rev_slider_151_1_wrapper .zeus.tparrows.tp-leftarrow:before {
    content: '\e824'
}
#rev_slider_151_1_wrapper .zeus.tparrows.tp-rightarrow:before {
    content: '\e825'
}
#rev_slider_151_1_wrapper .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}
#rev_slider_151_1_wrapper .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}
#rev_slider_151_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}
#rev_slider_151_1_wrapper .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}
#rev_slider_151_1_wrapper .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}