html
{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
    margin: 0;
    font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a
{
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
abbr[title]
{
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: bolder;
}
dfn
{
    font-style: italic;
}
mark
{
    background-color: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
img
{
    border-style: none;
}
svg:not(:root)
{
    overflow: hidden;
}
button, input, optgroup, select, textarea
{
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}
body, button, input, select, textarea
{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
}
button, input
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html [type=button], [type=reset], [type=submit]
{
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
fieldset
{
    padding: .35em .75em .625em;
}
legend
{
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress
{
    display: inline-block;
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
[type=checkbox], [type=radio]
{
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
summary
{
    display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu
{
    display: block;
}
pre, code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
audio, video, canvas
{
    display: inline-block;
}
template, [hidden]
{
    display: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.clearfix
{
    zoom: 1;
}
.clearfix:before, .clearfix:after
{
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after
{
    clear: both;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #11509b;
}
ul
{
    margin: 0;
    list-style: none;
    padding: 0;
}
.img-center
{
    text-align: center;
    font-size: 0;
}
.img-center img
{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.img-cover
{
    overflow: hidden;
    position: relative;
}
.img-cover span
{
    display: block;
    width: 100%;
    background: no-repeat center/cover;
    transition: all .5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.container
{
    padding: 0 10px;
    width: 1200px;
    margin: 0 auto;
}
#message
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}
.messagebg
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1001;
}
#message .m-content
{
    margin-top: 8%;
}
#message .m-content .m-message
{
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message
{
    width: 494px;
    margin: 48px auto 0;
}
.m-message label
{
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}
.m-message label em
{
    display: block;
    float: right;
    color: #f00;
    height: 32px;
    line-height: 32px;
}
.m-message label span
{
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input
{
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #ccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247,150,0,.6);
}
.m-message label textarea
{
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}
.m-message label.code
{
    line-height: 34px;
}
.m-message label.code input
{
    width: 30%;
    float: left;
    margin-right: 30px;
}
.m-message label.code .pic
{
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}
.m-message label.code img
{
    display: block;
    width: 100%;
    height: 100%;
}
.btn1
{
    display: block;
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top: 10px;
}
.btn1:hover
{
    background-color: #444;
    color: #fff;
}
.btn1 span
{
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(http://www.dzzrxcl.cn/template/default/index/images/btn-r.png);
}
.btn1-1 input
{
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: .3s;
}
.btn1-1
{
    padding-left: 100px;
}
.btn1-1 input.focus
{
    background: #11509b;
    color: #fff;
}
.btn1-1 input.focus:hover
{
    background: #444;
}
.btn1-1 input:hover
{
    background: #ccc;
}
.kf
{
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.kt-top
{
    height: 40px;
    line-height: 40px;
    background: url(../image/kefu.png) 12px center no-repeat #11509b;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover
{
    transform: rotate(90deg);
}
.kt-top span
{
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.kt-top span b
{
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child
{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child
{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con
{
    overflow: hidden;
    background: #fff;
}
.kf .qq li
{
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a
{
    height: 36px!important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img
{
    padding-right: 6px;
}
.kf .con h5
{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../image/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.kf .contact
{
    margin-top: 1px;
    height: auto;
    background-color: #fff;
}
.kf .contact p
{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}
.kf .contact p:nth-child(2n)
{
    padding-left: 32px;
}
.kf .con h5.qr-icon
{
    background: url(../image/erweima.png) 16px center no-repeat;
}
.kf .con .qr
{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img
{
    width: 110px;
    height: 110px;
}
.kf .backTop
{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../image/huidaodingbu.png) center center no-repeat #11509b;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side
{
    padding: 18px 10px 10px;
    background: #11509b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b
{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}
.kf-side span.arrow
{
    width: 12px;
    height: 12px;
    background: url(../image/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on
{
    background: url(../image/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
}
.footer-fix
{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}
.footer-fix li
{
    float: left;
    width: 25%;
}
.footer-fix li a
{
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}
.footer-fix li i
{
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}
.footer-fix li i.i1
{
    background-image: url(../image/f_01.png);
}
.footer-fix li i.i2
{
    background-image: url(../image/f_02.png);
}
.footer-fix li i.i3
{
    background-image: url(../image/f_03.png);
}
.footer-fix li i.i4
{
    background-image: url(../image/f_04.png);
}
.swiper-button-prev, .swiper-button-next
{
    outline: none;
}
.swiper-pagination-bullet
{
    background: #ca0000;
}
.swiper-pagination-bullet-active
{
    background-color: #333;
}
.topbar
{
    padding: 7px 0;
    background-color: #2e2e2e;
    color: #aeaeae;
}
.topbar em
{
    font-style: normal;
    color: #aeaeae;
    padding: 0 15px;
}
.topbar a
{
    color: #aeaeae;
}
.header
{
    background-color: #fff;
}
.header .logo
{
    float: left;
    font-size: 0;
    height: 78px;
    line-height: 78px;
    text-align: left;
    padding: 35px 0;
}
.header .tel
{
    float: right;
    background: url(../image/tel.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 50px;
    color: #000;
}
.header .tel strong
{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
}
.header .nav
{
    font-size: 0;
    background: url(../image/nav.png) repeat-x;
    height: 81px;
    position: relative;
    z-index: 2;
}
.header .nav li
{
    display: inline-block;
    vertical-align: middle;
}
.header .nav li a
{
    display: block;
    font-size: 16px;
    line-height: 65px;
    padding: 0 0 16px;
    color: #fff;
    width: 140px;
    text-align: center;
}
.header .nav li .arr
{
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}
.header .nav li .arr:after
{
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}
.header .nav li.active>a, .header .nav li.open>a, .header .nav li>a:hover
{
    background: url(../image/nav-h.png) no-repeat top center;
}
.header .nav li.dropdown
{
    position: relative;
}
.header .nav .dropdown-box
{
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0,0,0,.18);
    background-color: #eb6100;
}
.header .nav .dropdown-box p
{
    margin: 0;
}
.header .nav .dropdown-box a
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 14px;
    background-color: transparent!important;
    line-height: 40px;
    color: #fff!important;
}
.header .nav .dropdown-box a:hover
{
    background-color: #11509b!important;
    color: #fff!important;
}
.header .nav li.open .dropdown-box
{
    display: block;
}
.header .nav .search
{
    float: right;
    margin-top: 17px;
    position: relative;
}
.header .nav .search .soso
{
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: 250px;
}
.header .nav .search .soso input
{
    padding: 5px 12px;
    display: inline-block;
}
.header .nav .search .soso button
{
    display: inline-block;
    background: #11509b;
    color: #fff;
    border: none;
    padding: 6px 12px;
}
.menu-btn
{
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span
{
    display: block;
    height: 2px;
    background-color: #11509b;
    content: '';
}
.menu-btn:before
{
    width: 24px;
}
.menu-btn:after
{
    width: 18px;
    margin-left: 6px;
}
.menu-btn span
{
    width: 12px;
    margin: 6px 0 6px 12px;
}
.banner
{
    width: 100%;
    max-width: 1920px;
    margin: -17px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner .swiper-pagination-bullet
{
    background: #11509b;
    width: 49px;
    height: 4px;
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active
{
    background-color: #eb6100;
}
.banner .swiper-slide img
{
    max-width: 100%;
    display: block;
}
.yunu-link
{
    padding: 20px 0;
}
.yunu-link h4
{
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #11509b;
    padding-bottom: 15px;
}
.yunu-link h4 small
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.yunu-link ul
{
    margin-left: -20px;
}
.yunu-link li
{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.pc-slide
{
    float: left;
    width: 400px;
}
.view .swiper-slide .img-center
{
    width: 100%;
    height: 300px;
    line-height: 300px;
}
.view .swiper-container
{
    width: 100%;
}
.preview
{
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.preview .swiper-container
{
    margin: 0 30px;
}
.preview .swiper-slide .img-center
{
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px;
}
.preview .arrow-left
{
    background: url(../image/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .arrow-right
{
    background: url(../image/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}
.preview .active-nav .img-center
{
    border-color: #11509b;
}
div.zoomDiv
{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
div.zoomMask
{
    position: absolute;
    background: url(../image/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.yunu-showcase
{
    margin: 0 0 40px;
}
.yunu-showcase-info
{
    margin-left: 430px;
}
.yunu-showcase-info h1
{
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: normal;
}
.yunu-showcase-info p
{
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 250px;
}
.yunu-showcase-info .tel
{
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px;
}
.yunu-showcase-info .tel strong
{
    color: #11509b;
}
.yunu-showcase-info .tel a
{
    float: right;
    line-height: 42px;
    padding: 0 25px;
    background-color: #11509b;
    color: #fff;
}
.section
{
    padding: 60px 0;
}
.section-title
{
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    color: #000;
    background: url(../image/tit1.png) no-repeat center;
}
.section-title p
{
    color: #343434;
    font-size: 22px;
    margin: 0;
}
.section-title1
{
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: url(../image/tit2.jpg) no-repeat center top;
    padding: 30px 0 48px;
}
.section-title1 p
{
    font-size: 22px;
    margin: 0;
}
.section-title2
{
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: url(../image/tit4.png) no-repeat center 30px;
}
.section-title2 p
{
    font-size: 22px;
    margin: 0;
}
.section-title3
{
    text-align: center;
    font-size: 36px;
    color: #eb6100;
    background: url(../image/tit5.png) no-repeat center 30px;
}
.section-title3 strong span
{
    color: #000;
}
.section-title3 p
{
    font-size: 22px;
    margin: 0;
}
.section-title4
{
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    background: url(../image/tit6.png) no-repeat center 30px;
}
.section-title4 p
{
    font-size: 22px;
    margin: 0;
}
.section-title5
{
    color: #11519b;
}
.section-title5 p
{
    color: #a1a0a0;
}
.in-pro
{
    height: auto;
    overflow: hidden;
}
.in-pro-left
{
    float: left;
    width: 258px;
    border-left: 1px solid #47a9f2;
    border-right: 1px solid #47a9f2;
    border-bottom: 8px solid #06c;
}
.in-pro-right
{
    float: right;
    width: 922px;
}
.in-pro-left .tit
{
    background: #11509b;
    color: #fff;
    text-align: center;
    padding: 17px 0 17px;
}
.in-pro-left .tit span
{
    display: block;
    font-size: 32px;
    font-weight: bold;
}
.in-lanmu
{
    padding: 20px 0 20px;
}
.in-lanmu li
{
    padding-top: 10px;
}
.in-lanmu li a
{
    width: 243px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    background: url(../image/in-nav.png) no-repeat center;
    display: block;
    margin: 0 auto;
}
.in-lanmu li a:hover
{
    background-image: url(../image/in-nav-on.png);
    color: #fff;
}
.in-lanmu li span
{
    padding-left: 25px;
}
.in-tel
{
    padding: 10px 20px 10px;
}
.in-tel span
{
    color: #11509b;
}
.in-tel p
{
    margin: 0;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.in-pro-hot
{
    padding: 30px 70px 20px;
    border: 2px solid #ddd;
    background: #fff;
    position: relative;
    background: url(../image/xian1.png) no-repeat top;
}
.in-pro-hot .img-cover
{
    float: right;
    width: 45%;
    padding-top: 45%;
    margin: 0 2.5%;
}
.in-pro-hot a:hover .img-cover span
{
    transform: scale(1.2);
}
.in-pro-hot .text
{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 50px 30px;
}
.in-pro-hot .text h2
{
    color: #06c;
    border-bottom: 1px dashed #666;
    padding-bottom: 8px;
    font-size: 30px;
    margin: 0;
}
.in-pro-hot .text h4
{
    color: #000;
    margin: 8px 0 0;
    font-size: 12px;
}
.in-pro-hot .text p
{
    line-height: 23px;
    color: #000;
    margin: 0;
    font-size: 12px;
}
.in-pro-hot .text .btn
{
    margin-top: 40px;
    background: #454545;
    transform: skew(-20deg);
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 43px;
    line-height: 43px;
}
.in-pro-hot .text .btn span
{
    width: 150px;
    display: inline-block;
}
.in-pro-hot .text .btn span:first-child
{
    background: #06c;
}
.in-pro-hot .text .btn span a
{
    transform: skew(20deg);
    color: #fff;
    display: block;
}
.in-pro-hot .swiper-button-prev
{
    background: url(../image/prev.png) no-repeat;
    width: 55px;
    height: 44px;
    opacity: 1;
}
.in-pro-hot .swiper-button-next
{
    background: url(../image/next.png) no-repeat;
    width: 55px;
    height: 44px;
    opacity: 1;
}
.in-pro-hot .swiper-button-prev:hover
{
    background-image: url(../image/prev-h.png);
    width: 55px;
    height: 44px;
    opacity: 1;
}
.in-pro-hot .swiper-button-next:hover
{
    background-image: url(../image/next-h.png);
    width: 55px;
    height: 44px;
    opacity: 1;
}
.in-pro-right ul
{
    margin-top: 20px;
}
.in-pro-right ul li
{
    float: left;
    width: 32.5%;
    margin-right: 1.2%;
    position: relative;
}
.in-pro-right ul li:last-child
{
    margin-right: 0;
}
.in-pro-right ul li .img-cover
{
    padding-top: 85%;
}
.in-pro-right ul li .text
{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    display: none;
}
.in-pro-right ul li .text a
{
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 20px;
}
.in-pro-right ul li:hover .text
{
    display: block;
}
.in-pro-right ul li .btns
{
    text-align: center;
    margin-top: 10px;
}
.in-pro-right ul li .btns a
{
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #dedede;
    color: #666;
    width: 142px;
    height: 37px;
    line-height: 37px;
}
.in-pro-right ul li .btns a.hui
{
    background: #dedede;
    margin-left: 0;
}
.in-pro-right ul li .btns a:hover
{
    background: #06c;
    border-color: #06c;
    color: #fff;
}
.in-case
{
    padding-bottom: 60px;
}
.in-case-menu
{
    text-align: center;
    margin: 30px 0;
}
.in-case-menu li
{
    display: inline-block;
}
.in-case-menu li a
{
    display: block;
    line-height: 65px;
    padding: 0 85px;
    margin-left: -5px;
    border: 1px solid #dcdcdc;
    font-size: 18px;
}
.in-case-menu li a:hover
{
    background: #11519b;
    color: #fff;
}
.in-case-con a
{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
}
.in-case-con .img-cover
{
    padding-top: 50%;
}
.in-case-con .text
{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    background: url(../image/tit3.png) no-repeat;
    text-align: center;
}
.in-case-con2 li
{
    float: left;
    width: 33.33%;
}
.in-case-con2 li a
{
    display: block;
    margin: 30px 30px 0 0;
}
.in-case-con2 li:last-child a
{
    margin-right: 0;
    padding: 50px 50px;
    box-sizing: border-box;
    min-height: 223px;
    color: #fff;
    background: #11509b;
}
.in-case-con2 li .img-cover
{
    padding-top: 60%;
}
.in-case-con2 h2
{
    font-weight: normal;
    border-bottom: 1px solid #4187da;
    padding-bottom: 5px;
    margin: 0;
}
.in-case-con2 .tel
{
    background: url(../image/tel2.jpg) no-repeat 0 20px;
    padding-left: 55px;
    border-top: 1px solid #4187da;
    padding-top: 15px;
    margin-top: 2px;
}
.in-case-con2 .tel strong
{
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
}
.in-yd
{
    background: url(../image/bg1.jpg) no-repeat top center;
    padding: 60px 0;
}
.in-yd li
{
    float: left;
    width: 20%;
}
.in-yd li a
{
    display: block;
    background: url(../image/ys-ico.png) no-repeat top center;
    padding: 96px 0 60px;
    margin: 30px 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.in-yd li h2
{
    font-size: 40px;
    margin: 0;
}
.in-yd li h2 span
{
    font-weight: normal;
    font-size: 24px;
}
.in-yd li p
{
    margin: 0;
}
.in-ys
{
    padding: 60px 0;
}
.in-ys .fl
{
    width: 685px;
}
.in-ys .fr
{
    width: 507px;
}
.in-ys-con
{
    overflow: hidden;
    margin-top: 50px;
}
.in-ys-con .ys-tit
{
    padding: 15px 0 20px;
    background-repeat: no-repeat;
}
.in-ys-con .ys-tit h2
{
    margin: -20px 0 0;
    color: #11509b;
    font-size: 30px;
}
.in-ys-con .ys-tit p
{
    margin: 0;
    color: #eb6100;
    font-size: 20px;
    font-weight: bold;
}
.in-ys-con .desc
{
    color: #545353;
    font-size: 16px;
    padding: 15px 0;
}
.in-ys-con .desc p
{
    margin: 0;
    line-height: 30px;
}
.y1 .ys-tit
{
    background-image: url(../image/yt1.png);
    padding-left: 100px;
}
.y2 .ys-tit
{
    background-image: url(../image/yt2.png);
    padding-left: 80px;
}
.y3 .ys-tit
{
    background-image: url(../image/yt3.png);
    padding-left: 80px;
}
.y4 .ys-tit
{
    background-image: url(../image/yt4.png);
    padding-left: 90px;
}
.y5 .ys-tit
{
    background-image: url(../image/yt5.png);
    padding-left: 90px;
}
.in-ys .y2 .fl, .in-ys .y4 .fl
{
    float: right;
}
.in-ys .y2 .fr, .in-ys .y4 .fr
{
    float: left;
}
.in-about
{
    background: url(../image/bg2.jpg) no-repeat top center;
    padding: 40px 0;
    text-align: center;
}
.in-about-con
{
    padding: 30px 22px;
}
.in-about-con .text
{
    padding: 0 170px;
}
.in-about-con .text h2
{
    color: #000;
    margin: 20px 0 0;
}
.in-about-con .text p
{
    margin-top: 8px;
    color: #666;
    line-height: 30px;
}
.in-photo-bg
{
    padding-bottom: 60px;
}
.in-photo-bg .tit
{
    border-bottom: 1px solid #d3d3d4;
    position: relative;
    margin-bottom: 25px;
}
.in-photo-bg .tit span
{
    display: inline-block;
    border-bottom: 3px solid #11509b;
    font-size: 18px;
    padding-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #11509b;
}
.in-photo-bg .tit a
{
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #d3d3d4;
    color: #666;
}
.in-photo
{
    position: relative;
}
.in-photo .swiper-slide a
{
    display: block;
    text-align: center;
}
.in-photo .swiper-slide .img-center
{
    padding: 5px;
    border: 1px solid #d4d4d4;
}
.in-photo .swiper-button-prev
{
    left: -50px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E");
}
.in-photo .swiper-button-next
{
    right: -50px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%237b7b7b'%2F%3E%3C%2Fsvg%3E");
}
.in-photo .swiper-slide .text
{
    padding-top: 8px;
}
.in-news
{
    background: url(../image/bg3.png) no-repeat top center;
    padding-top: 60px;
}
.in-news-con
{
    float: left;
    width: 580px;
    margin-right: 40px;
}
.in-news-con:last-child
{
    margin-right: 0;
}
.in-news-con .tit
{
    background-color: #f2f2f2;
    color: #fff;
    position: relative;
}
.in-news-con .tit span
{
    display: inline-block;
    background-color: #11509b;
    padding: 15px 40px;
    text-align: center;
}
.in-news-con .tit span b
{
    display: block;
    font-size: 18px;
}
.in-news-con .tit a
{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #666;
    color: #fff;
    font-size: 16px;
}
.in-news-con li
{
    overflow: hidden;
    border-bottom: 1px solid #e7e6e6;
    padding: 12px 0;
}
.in-news-con li a
{
    color: #666;
}
.in-news-con li .date
{
    float: left;
    width: 18%;
    text-align: center;
    padding-top: 8px;
}
.in-news-con li .date span
{
    display: block;
    color: #000;
    font-size: 22px;
}
.in-news-con li .text
{
    float: right;
    width: 82%;
    line-height: 25px;
}
.in-news-con li .text h2
{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.in-news-con li .text p
{
    margin: 0;
}
.in-news-con li a:hover h2
{
    color: #11509b;
}
.in-faq
{
    margin-top: 50px;
}
.in-faq .fl
{
    width: 174px;
    height: 199px;
    background-color: #13519c;
}
.in-faq .fr
{
    width: 980px;
}
.in-faq .fl .tit
{
    padding: 45px 30px;
    font-size: 18px;
    color: #fff;
}
.in-faq .fl .tit span
{
    display: block;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.in-faq li
{
    margin-left: 90px;
    float: left;
    width: 265px;
}
.in-faq li:first-child
{
    margin-left: 0;
}
.in-faq li span
{
    display: block;
}
.in-faq li h2
{
    margin: 5px 0 15px;
    font-weight: normal;
}
.in-faq li h2 a
{
    font-size: 14px;
}
.in-faq li p
{
    margin: 5px 0;
    line-height: 25px;
    color: #666;
}
.in-faq li .more
{
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #aaa9a9;
}
.footer
{
    background: #2e2e2e;
    color: #a8a6a6;
    padding-top: 50px;
}
.footer a
{
    color: #fff;
}
.footer .flogo
{
    float: left;
    width: 260px;
    text-align: left;
}
.footer .flogo .text
{
    padding-top: 10px;
}
.footer .fnav
{
    float: left;
    width: 580px;
    margin-left: 20px;
}
.footer .fnav .dh
{
    border-bottom: 1px solid #a8a6a6;
    padding-bottom: 10px;
}
.footer .fnav .dh a
{
    margin-right: 48px;
    display: inline-block;
    line-height: 30px;
}
.footer .fnav .contact .fl
{
    float: left;
    width: 220px;
}
.footer .fnav .contact .fr
{
    float: left;
    width: 360px;
}
.footer .fnav .contact p
{
    margin: 5px 0 0;
}
.footer .fnav .contact p img
{
    position: relative;
    top: 5px;
}
.footer .ewm
{
    float: right;
    width: 310px;
}
.footer .ewm img
{
    float: left;
    width: 120px;
}
.footer .ewm .tel
{
    float: right;
    width: 180px;
    padding-top: 15px;
}
.footer .ewm .tel strong
{
    color: #fff;
    font-size: 24px;
    display: block;
    font-weight: normal;
}
.footer-copy
{
    padding: 20px 0;
    margin-top: 50px;
    color: #fff;
    background: #1b1b1b;
    text-align: center;
}
.banner-sub
{
    height: 290px;
    background: no-repeat center/cover;
    margin-top: -17px;
}
.section-sub
{
    padding: 20px 0;
}
.sub-tit
{
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #11509b;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.curmbs
{
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    background: url(http://www.dzzrxcl.cn/template/default/index/images/hom1.jpg) no-repeat 0 center;
    padding-left: 20px;
}
.curmbs em
{
    font-style: normal;
    padding: 0 5px;
}
.ct2-sd
{
    float: left;
    width: 250px;
}
.ct2-mn
{
    float: right;
    width: 920px;
}
.panel-sd
{
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
}
.panel-sd:last-child
{
    margin-bottom: 0;
}
.panel-sd .tit
{
    text-align: left;
    font-size: 16px;
    padding: 20px 0 20px 35px;
    background-color: #11509b;
    text-transform: uppercase;
    color: #a9c7ff;
}
.panel-sd .tit span
{
    font-size: 20px;
    display: block;
    font-weight: bold;
    color: #fff;
}
.panel-sd .tit i
{
    font-style: normal;
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}
.contact-sd
{
    padding: 20px;
}
.contact-sd .tel
{
    background: url(../image/ny-tel.jpg) no-repeat 0 center;
    padding-left: 55px;
}
.contact-sd .tel strong
{
    color: #5b5b5b;
    font-size: 18px;
    display: block;
}
.contact-sd .cont
{
    margin-top: 8px;
}
.contact-sd .cont p
{
    margin: 0;
    line-height: 25px;
}
.lanmu
{
    background: #fff;
}
.lanmu li
{
    margin-top: 2px;
    border-bottom: 1px solid #d1d1d1;
}
.lanmu li>a
{
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 15px;
}
.lanmu li .arr
{
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}
.lanmu li .arr:after
{
    content: '';
    border-top: 2px solid #1977c2;
    border-left: 2px solid #1977c2;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px;
}
.lanmu-box
{
    display: none;
}
.lanmu-box p
{
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px;
}
.lanmu-box p a
{
    padding: 0 25px;
    display: block;
    line-height: 40px;
}
.lanmu li>a:hover, .lanmu li.active>a
{
    color: #fff;
    background-color: #11509b;
}
.lanmu li.active .arr:after
{
    border-color: #fff;
}
.lanmu li.open .lanmu-box
{
    display: block;
}
.lanmu li.open .arr:after
{
    transform: rotate(225deg);
}
.list-3
{
    margin: -20px 0 0 -20px;
}
.list-3 li
{
    float: left;
    width: 33.333333%;
}
.list-3 li a
{
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}
.list-3 li .img-cover
{
    border: 1px solid #ddd;
    padding-top: 76%;
}
.list-3 li .text
{
    line-height: 40px;
    position: relative;
    padding: 0 14px;
    font-size: 16px;
}
.list-3 li .text p
{
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.list-3 li .btn
{
    text-align: center;
}
.list-3 li .btn a
{
    margin-top: 0;
    display: inline-block;
    background: #555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.list-3 li .btn a.blue
{
    background: #2d56a4;
}
.list-4
{
    margin: 10px 0 0 0!important;
}
.list-4 li
{
    float: left;
    width: 50%;
    margin: 0;
    position: relative;
}
.list-4 li a
{
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-4 li span
{
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc;
}
.list-5 li
{
    margin-bottom: 15px;
}
.list-5 li a
{
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden;
}
.list-5 li .img-center
{
    float: left;
    width: 250px;
}
.list-5 li .text
{
    margin-left: 270px;
}
.list-5 li .text h4
{
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.list-5 li .text h4 span
{
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.list-5 li .text p
{
    color: #797979;
}
.list-5 li .text .more
{
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #b6b6b6;
}
.list-5 li a:hover
{
    border-color: #11509b;
}
.list-5 li a:hover .text h4
{
    color: #11509b;
}
.list-5 li a:hover .text .more
{
    background-color: #11509b;
}
.list-6 li
{
    float: left;
    width: 25%;
    margin: 0;
}
.list-6 li a
{
    display: block;
    margin: 20px 0 0 20px;
    text-align: center;
}
.list-6 li .img-cover
{
    border: 1px solid #ddd;
    padding-top: 76%;
}
.list-6 li .text
{
    margin: 8px 0 0;
}
.list-6 li .text p
{
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
.yunu-infocontent-title
{
    margin-bottom: 20px;
    text-align: center;
}
.yunu-infocontent-title h1
{
    margin: 0;
    font-size: 24px;
}
.yunu-infocontent-title p
{
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
}
.yunu-infocontent-title p span
{
    padding: 0 5px;
}
.yunu-infocontent-desc
{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}
.yunu-infocontent-desc p
{
    display: inline-block;
}
.yunu-infocontent-body
{
    line-height: 2;
    margin-bottom: 20px;
}
.yunu-infocontent-body img
{
    max-width: 100%!important;
    height: auto!important;
    width: auto!important;
}
.yunu-infocontent-epx
{
    margin-bottom: 20px;
}
.yunu-infocontent-epx li
{
    line-height: 32px;
    margin-bottom: 5px;
}
.yunu-infocontent-epx li span
{
    display: inline-block;
    background-color: #a2a2a2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}
.yunu-infocontent-epx li em
{
    float: right;
    font-style: normal;
}
.yunu-infocontent-return
{
    border-top: 1px solid #000;
    line-height: 32px;
}
.yunu-infocontent-return a
{
    margin-right: 10px;
}
.yunu-infocontent-return .more
{
    margin: 0;
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
}
.yunu-infocontent-rem
{
    margin-bottom: 20px;
}
.yunu-infocontent-rem h4
{
    margin: 0;
    font-size: 24px;
    line-height: 55px;
}
.yunu-infocontent-rem li
{
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
}
.yunu-infocontent-rem li span
{
    float: right;
}
.prod-menu
{
    margin-bottom: 20px;
    border-bottom: 3px solid #11509b;
}
.prod-menu li
{
    float: left;
    margin-right: 7px;
}
.prod-menu li a
{
    display: block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    background-color: #f1f1f1;
    font-size: 16px;
}
.prod-menu li.active a
{
    background-color: #11509b;
    color: #fff;
}
