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: 1200px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    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;
    max-width: 100%;
}

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], /* 1 */
[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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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, /* 1 */
menu {
    display: block;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.fl{
    float: left!important;
}
.fr{
    float: right!important;
}
a {
    color: #333;
    text-decoration: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.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;
}

.yunu-header .topbar {
    line-height: 35px;
    background-color: #f8f8f8;
}

.yunu-header .topbar ul {
    float: right;
}

.yunu-header .topbar li {
    float: left;
}

.yunu-header .topbar li.pipe {
    padding: 0 10px;
    color: #ccc;
}

.yunu-header .logo {
    float: left;
    padding: 20px 0;
}

.yunu-header .logo img {
    display: block;
    height: 86px;
    width: auto;
}

.yunu-header .text {
    float: left;
    font-size: 16px;
    margin: 35px 0 0 20px;
    border-left: 1px dotted #dfdfdf;
    padding: 10px 0 10px 20px;
}

.yunu-header .text strong {
    display: block;
    font-size: 22px;
    color: #fc6b00;
}

.yunu-header .tel {
    float: right;
    background: url(../images/header_phone.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/header_phone.png*/ no-repeat right center;
    padding-right: 55px;
    color: #666;
    margin-top: 40px;
    text-align: right;
}

.yunu-header .tel strong {
    display: block;
    color: #fc6b00;
    font-size: 24px;
}

.dropdown {
    position: relative;
}

.dropdown-box {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #f8f8f8;
    border-bottom: 3px solid #fc6b00;
    border-radius: 0 0 4px 4px;
    width: 126px;
    display: none;
    overflow: hidden;
}

.dropdown-box li {
    border-top: 1px solid #ddd;
    text-align: center;
}

.dropdown-box li a {
    padding: 15px 10px;
}

.dropdown-box li a:hover {
    background-color: #fff;
}

.yunu-header-fix {
    position: fixed;
    top: -83px;
    left: 0;
    width: 100%;
    background-color: #fc6b00;
    z-index: 100;
    padding: 10px 0;
    height: 63px;
}

.yunu-header-fix .logo {
    float: left;
}

.yunu-header-fix .logo img {
    display: block;
}

.yunu-header-fix .tel {
    float: right;
    color: #fff;
    line-height: 40px;
    background: url(../images/headerSideNav_phone.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/headerSideNav_phone.png*/ no-repeat 0 center;
    font-size: 28px;
    padding-left: 30px;
    font-family: Impact;
    margin-top: 10px;
}

.yunu-header-fix .nav {
    float: left;
    margin-top: 15px;
}

.yunu-header-fix .nav li {
    float: left;
    margin-left: 25px;
}

.yunu-header-fix .nav li a {
    display: block;
    line-height: 32px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.yunu-header-fix .nav li a:hover, .yunu-header-fix .nav li.open > a {
    border-color: #fff;
}

.yunu-header-fix .nav li.open .dropdown-box {
    display: block;
}

.yunu-header-fix .nav .dropdown-box {
    border-radius: 4px;
    margin-left: -63px;
    left: 50%;
}

.yunu-header-fix .nav .dropdown-box li {
    margin: 0;
    float: none;
}

.yunu-header-fix .nav .dropdown-box li:first-child {
    border-top: 0;
}

.yunu-header-fix .nav .dropdown-box li a {
    border: 0;
    color: #333;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.yunu-nav {
    border-top: 1px solid #ddd;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.yunu-nav li {
    float: left;
    margin: -1px 0 0 -1px;
}

.yunu-nav li a {
    display: block;
    border-top: 2px solid transparent;
    line-height: 64px;
    font-size: 18px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0 30px;
}

.yunu-nav li a:hover, .yunu-nav li.active a, .yunu-nav li.open > a {
    border-top-color: #fc6b00;
    color: #fc6b00;
}

.yunu-nav .dropdown-box li {
    float: none;
    margin: 0;
}

.yunu-nav .dropdown-box li a {
    border: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;
}

.yunu-nav .open .dropdown-box {
    display: block;
}

.yunu-slideBox {
    position: relative;
}

.yunu-slideBox .hd {
    position: absolute;
    bottom: 20px;
    font-size: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.yunu-slideBox .hd li {
    display: inline-block;
    width: 80px;
    height: 5px;
    margin: 0 3px;
    background-color: #fff;
    cursor: pointer;
}

.yunu-slideBox .hd li.on {
    background-color: #131313;
}

.yunu-slideBox .bd, .yunu-slideBox .bd ul, .yunu-slideBox .bd li {
    width: 100% !important;
    height: 100% !important;
}

.yunu-slideBox .bd li {
    background: no-repeat center;
}

.yunu-slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-sou {
    padding: 20px 0;
    background-color: #eee;
}

.yunu-sou .hot {
    float: left;
    padding: 8px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    font-size: 14px;
    padding: 7px 10px;
    line-height: 20px;
    width: 240px;
    border: 1px solid #ddd;
}

.yunu-sou .hform button {
    border: 0;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 49px;
    height: 36px;
    background: url(../images/searchBtn.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/searchBtn.png*/ no-repeat center;
}

.yunu-section {
    padding: 20px 0;
}

.yunu-section-title {
    text-align: center;
    background: url(../images/title_xian.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/title_xian.png*/ no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.yunu-section-title small {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.yunu-section-title h4 {
    margin: 0;
    font-size: 24px;
}

.yunu-project-in {
    margin-left: -12px;
}

.yunu-project-in li {
    float: left;
    width: 20%;
}

.yunu-project-in li a {
    display: block;
    margin-left: 12px;
    background-color: #f3f4f6;
}

.yunu-project-in li .m {
    height: 122px;
    line-height: 122px;
}

.yunu-project-in li .text {
    padding: 10px 20px 30px 20px;
    text-align: center;
}

.yunu-project-in li .text h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.yunu-project-in li .text p {
    margin: 0;
    color: #666;
}

.yunu-project-in li .text i {
    display: block;
    margin: 25px auto 0;
    width: 40px;
    height: 40px;
    background: url(../images/project_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/project_icon01.png*/ no-repeat center 0;
}

.yunu-project-in li a:hover .text i {
    background-position: center -40px;
}

.yunu-case-in {
}

.yunu-case-in .hd {
    background-color: #313538;
}

.yunu-case-in .hd li {
    float: left;
    color: #fff;
    line-height: 66px;
    cursor: pointer;
    border-left: 1px solid #232628;
    border-right: 1px solid #3b3f42;
    width: 170px;
    text-align: center;
    font-size: 16px;
    position: relative;
}

.yunu-case-in .hd li:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -5px;
    display: none;
    border: 5px solid transparent;
    border-top: 5px solid #fc6b00;
}

.yunu-case-in .hd li.on {
    background-color: #fc6b00;
}

.yunu-case-in .hd li.on:after {
    display: block;
}

.yunu-case-in .bd {
    background-color: #EFF0F4;
}

.yunu-case-in .case-btn {
    padding: 40px 0 30px 0;
    margin-left: -10px;
}

.yunu-case-in .case-btn a {
    float: left;
    margin: 0 0 10px 10px;
    line-height: 45px;
    background-color: #fff;
    padding: 0 20px;
}

.yunu-case-in .case-btn a:hover {
    color: #fc6b00;
}

.list-1 {
}

.list-1 li {
    float: left;
    width: 25%;
}

.list-1 li a {
    display: block;
}

.list-1 li .m {
    position: relative;
    overflow: hidden;
}

.list-1 li .m img {
    display: block;
    width: 100%;
    height: auto;
}

.list-1 li .intro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/caseBg02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/caseBg02.png*/ repeat center;
    color: #fff;
    display: none;
}

.list-1 li .intro .box {
    padding: 15px;
}

.list-1 li .intro .box p {
    margin: 0 0 10px;
}

.list-1 li .text {
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-1 li a:hover .text {
    background-color: #fc6b00;
    color: #fff;
}

.list-1 li a:hover .intro {
    display: block;
}


.about_img{
    width: 500px;
    margin-right: 50px;
}
.about_cont{
    width: 500px;
    font-size: 14px;
    line-height: 28px;
    height: 308px;
    overflow: hidden;
}
.product{
    background-color: #EEEFF4;
}
.yunu-trouble {
}

.yunu-trouble .container {
    position: relative;
    height: 100%;
}

.yunu-trouble ul {
    padding-top: 220px;
    width: 500px;
}

.yunu-trouble li {
    border-bottom: 1px dotted #ebebeb;
    line-height: 35px;
    font-size: 16px;
    padding: 12px 0;
}

.yunu-trouble li span {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #414141;
    border-radius: 50%;
    margin-right: 15px;
    position: static;
}

.yunu-trouble .people {
    position: absolute;
    bottom: 0;
    right: 130px;
}

.yunu-trouble span {
    position: absolute;
}

.yunu-trouble span.wz01 {
    left: 550px;
    top: 502px;
}

.yunu-trouble span.wz02 {
    left: 600px;
    top: 274px;
}

.yunu-trouble span.wz03 {
    left: 970px;
    top: 210px;
}

.yunu-trouble span.wz04 {
    right: 0;
    top: 414px;
}

.yunu-adv {
    background-color: #f7f7f7;
    overflow: hidden;
}

.yunu-adv dl {
    margin: 0 auto;
}

.yunu-adv dt {
    float: right;
    width: 600px;
    position: relative;
    height: 445px;
}

.yunu-adv dt img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.yunu-adv dd {
    float: left;
    width: 558px;
    height: 360px;
    padding-top: 85px;
    padding-right: 42px;
    overflow: hidden;
    margin: 0;
}

.yunu-adv dd .num {
    font-size: 0;
}

.yunu-adv dd .num span, .yunu-adv dd .num em {
    display: inline-block;
    vertical-align: top;
    color: #fc6b00;
}

.yunu-adv dd .num span {
    font-size: 50px;
    margin-right: 10px;
    line-height: 70px;
}

.yunu-adv dd .num em {
    font-size: 42px;
    font-style: normal;
    border: 5px solid #fc6b00;
    line-height: 60px;
    padding: 0 10px;
}

.yunu-adv dd h4 {
    margin: 30px 0 0;
    font-size: 20px;
}

.yunu-adv dd h4:after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background-color: #fc6b00;
    margin-top: 12px;
}

.yunu-adv dd p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin: 25px 0 0;
}

.yunu-adv dl.r dt {
    float: left;
}

.yunu-adv dl.r dt img {
    left: auto;
    right: 0;
}

.yunu-adv dl.r dd {
    float: right;
    padding-left: 42px;
    padding-right: 0;
}

.yunu-partner-in .bd ul {
    padding-left: 1px;
}

.yunu-partner-in .bd li {
    float: left;
    width: 16.6666666667%;
}

.yunu-partner-in .bd li a {
    display: block;
    margin-left: -1px;
    margin-bottom: 25px;
}

.yunu-partner-in .bd li .m {
    border: 1px solid #ddd;
    height: 95px;
    line-height: 95px;
}

.yunu-partner-in .bd li .text {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-partner-in .hd {
    text-align: center;
    font-size: 0;
}

.yunu-partner-in .hd li {
    width: 10px;
    height: 10px;
    background-color: #414141;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}

.yunu-partner-in .hd li.on {
    background-color: #fc6b00;
}

.yunu-yzkehu-in {
    margin-left: -16px;
}

.yunu-yzkehu-in li {
    float: left;
    width: 25%;
}

.yunu-yzkehu-in li a {
    margin-left: 16px;
    display: block;
    background-color: #fff;
}

.yunu-yzkehu-in li .m {
    overflow: hidden;
}

.yunu-yzkehu-in li .m img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.yunu-yzkehu-in li .text {
    padding: 20px;
    text-align: center;
}

.yunu-yzkehu-in li .text h4 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
}

.yunu-yzkehu-in li .text p {
    color: #999;
    line-height: 24px;
}

.yunu-yzkehu-in li .text span {
    display: inline-block;
    background-color: #e3e3e3;
    width: 124px;
    line-height: 30px;
}

.yunu-yzkehu-in li a:hover .m img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.yunu-yzkehu-in li a:hover .text span {
    background-color: #fc6b00;
    color: #fff;
}

.yunu-honor-text {
    background: url(../images/honorBg01.jpg) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honorBg01.jpg*/ no-repeat center;
    padding: 30px 70px;
    height: 160px;
    margin-bottom: 30px;
}

.yunu-honor-text ul {
    margin-left: 250px;
}

.yunu-honor-text li {
    float: left;
    width: 50%;
}

.yunu-honor-text li a {
    display: block;
    line-height: 2.4;
    background: url(../images/honor_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honor_icon01.png*/ no-repeat left center;
    padding-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-honor-pic {
    padding: 0 59px;
    position: relative;
}

.yunu-honor-pic .bd {
    overflow: hidden;
}

.yunu-honor-pic li {
    float: left;
    background: url(../images/honor_yy.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honor_yy.png*/ no-repeat center bottom;
    padding-bottom: 14px;
    margin-right: 47px;
}

.yunu-honor-pic li a {
    display: block;
    border: 1px solid #f2f2f2;
    width: 233px;
    padding-top: 20px;
}

.yunu-honor-pic li .m {
    width: 177px;
    height: 132px;
    padding: 7px 6px;
    line-height: 132px;
    background: url(../images/honorBg02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honorBg02.png*/ no-repeat 0 0;
    margin: 0 auto;
}

.yunu-honor-pic li .text {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}

.yunu-honor-pic .next, .yunu-honor-pic .prev {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 29px;
    background: no-repeat 0 0;
    margin-top: -15px;
}

.yunu-honor-pic .prev {
    background-image: url(../images/honorBtn01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honorBtn01.png*/;
    left: 0;
}

.yunu-honor-pic .next {
    background-image: url(../images/honorBtn02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honorBtn02.png*/;
    right: 0;
}

.yunu-honor-pic .next:hover, .yunu-honor-pic .prev:hover {
    background-position: 0 -29px;
}

.yunu-mien {
    position: relative;
}

.yunu-mien .mienBox {
    width: 1000px;
    height: 456px;
    margin: 0 auto;
}

.yunu-mien-con {
    overflow: hidden;
    width: 1000px;
    height: 456px;
    margin: 0 auto;
    position: relative;
}

.yunu-mien .iteam .Pic {
    position: relative;
    display: block;
}

.yunu-mien .iteam img {
    display: block;
}

.yunu-mien .iteam b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/mienBg02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/mienBg02.png*/;
}

.yunu-mien .iteam.active b {
    display: none;
}

.yunu-mien .iteam.active {
    height: 456px;
    top: 0 !important;
}

.yunu-mien .iteam.active .Pic {
    display: block;
    border: 5px solid #f6f6f6;
}

.yunu-mien .iteam.active p {
    color: #fff;
    font-size: 14px;
    margin-top: 22px;
    text-align: center;
    margin-bottom: 0;
}

.yunu-mien .iteam.active p a {
    color: #fff;
}

.yunu-mien .iteam {
    overflow: hidden;
    position: absolute;
}

.yunu-mien span {
    display: block;
    width: 14px;
    height: 29px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    overflow: hidden;
    z-index: 99;
}

.yunu-mien .btn01 {
    background: url(../images/mienBtn01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/mienBtn01.png*/ no-repeat left top;
    left: 92px;
}

.yunu-mien .btn02 {
    background: url(../images/mienBtn02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/mienBtn02.png*/ no-repeat left top;
    right: 92px;
}

.yunu-liuyan-in {
    background: url(../images/lyBg.jpg) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/lyBg.jpg*/ no-repeat center;
    height: 523px;
}

.yunu-liuyan-in .container {
    position: relative;
}

.yunu-liuyan-in .tel {
    position: absolute;
    left: 225px;
    top: 388px;
    background: url(../images/ly_phone.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/ly_phone.png*/ no-repeat left center;
    padding-left: 32px;
    line-height: 24px;
    color: #fc6b00;
    font-size: 20px;
}

.yunu-liuyan-in .form {
    padding-top: 100px;
    margin-left: 765px;
    width: 320px;
}

.yunu-liuyan-in .form li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.yunu-liuyan-in .form label {
    float: left;
    color: #777;
    line-height: 36px;
    width: 80px;
}

.yunu-liuyan-in .form label span {
    color: red;
}

.yunu-liuyan-in .form input {
    float: left;
    border: 0;
    line-height: 36px;
    height: 36px;
    padding: 0;
    width: 235px;
    font-size: 14px;
}

.yunu-liuyan-in .form textarea {
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    font-size: 14px;
    width: 298px;
}

.yunu-liuyan-in .form button {
    display: block;
    width: 100%;
    line-height: 36px;
    margin-top: 20px;
    border: 0;
    padding: 0;
    color: #fff;
    background-color: #fc6b00;
    cursor: pointer;
    font-size: 14px;
}

.yunu-news-in {
    margin-left: -15px;
}

.yunu-news-in .item {
    background-color: #fff;
}

.yunu-news-in h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fc6b00;
}

.yunu-news-in h4 span {
    display: block;
    font-size: 0;
    position: relative;
}

.yunu-news-in h4 span:before {
    height: 1px;
    width: 100%;
    content: '';
    background-color: #eee;
    left: 0;
    top: 50%;
    position: absolute;
}

.yunu-news-in h4 small {
    display: inline-block;
    font-size: 16px;
    color: #999;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
}

.yunu-news-in dl {
    margin: 0 0 10px;
    overflow: hidden;
    width: 550px;
    float: left;
    padding: 10px;
    background: #fafafa;
    margin-right: 15px;
    margin-bottom: 20px;
}

.yunu-news-in dt {
    float: left;
    width: 150px;
}

.yunu-news-in dt img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-news-in dd {
    margin-left: 160px;
}

.yunu-news-in dd h5 {
    font-size: 16px;
    overflow: hidden;
    margin: 15px 0;
}
.yunu-news-in dd h5 a{
    width: 270px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yunu-news-in dd p {
    height: 48px;
    overflow: hidden;
    margin: 0;
    color: #666;
    line-height: 24px;
    text-indent: 2em;
}

.yunu-news-in li {
    line-height: 30px;
}

.yunu-news-in li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/news_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/news_icon01.png*/ no-repeat 0 center;
    padding-left: 14px;
}

.yunu-news-in li a:hover {
    color: #fc6b00;
}

.yunu-footer {
    background-color: #000;
    color: #777777;
}

.yunu-footer a {
    color: #999;
}

.yunu-footer a:hover {
    color: #fff;
}

.yunu-footer-top {
    background-color: #fff;
    color: #666;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0;
}

.yunu-footer-top dl {
    margin: 0;
    width: 20%;
    float: left;
}

.yunu-footer-top dt {
    float: left;
    background: url(../images/footerBg01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/footerBg01.png*/ no-repeat center;
    width: 51px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}

.yunu-footer-top dd {
    margin-left: 65px;
}

.yunu-footer-top dd h4 {
    margin: 0;
    font-size: 16px;
    color: #fc6b00;
}

.yunu-footer-top dd p {
    margin: 0;
}

.yunu-footer-conter {
    padding-top: 50px;
    padding-bottom: 20px;
}

.yunu-footer-conter dl {
    float: left;
    width: 300px;
    margin: 0;
}
.yunu-footer-conter dl.contact_box{
    width: 400px;
}

.yunu-footer-conter dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}
.footer_nav a{
    display: inline-block;
    width: 49%;
    line-height: 30px;
}
.yunu-footer-conter dt small {
    display: block;
    font-size: 12px;
    color: #666;
}

.yunu-footer-conter dd {
    margin: 0;
}

.yunu-footer-conter dd p {
    margin: 0;
    line-height: 30px;
    color: #999;
}

.yunu-footer-conter dl.contact {
    float: right;
    width: auto;
}

.yunu-footer-conter dl.contact .tel {
    font-size: 12px;
    color: #777;
}

.yunu-footer-conter dl.contact .tel strong {
    display: block;
    font-size: 24px;
    color: #fc6b00;
}

.yunu-footer-conter dl.contact .btn {
    display: block;
    width: 148px;
    height: 44px;
    line-height: 44px;
    text-indent: 54px;
    font-size: 14px;
    color: #fc6b00;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/footer_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/footer_icon01.png*/ no-repeat 20px center;
    border: 1px solid #fc6b00;
    border-radius: 3px;
    margin-top: 32px;
}

.yunu-footer-conter dl.ewm {
    float: left;
    width: auto;
    text-align: center;
    margin-left: 58px;
}

.yunu-footer-conter dl.ewm img {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    height: auto;
}

.yunu-footer-link {
    padding: 10px 0;
    border-top: 1px solid #2d2c2c;
    margin-top: 40px;
    color: #fc6b00;
}

.yunu-footer-link a {
    margin-right: 10px;
}

.yunu-footer-copy {
    color: #333;
    background-color: #b2b2b2;
    padding: 20px 0;
    text-align: center;
}
.yunu-footer-copy a{
    color: #333;
}
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/fx.png*/ no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #fc6b00;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #fc6b00;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.yunu-curmbs {
    padding: 15px 0;
    font-size: 12px;
    border-bottom: 2px solid #fc6b00;
}

.yunu-curmbs em {
    font-style: normal;
    padding: 0 5px;
    color: #999;
}

.yunu-sort {
    margin-bottom: 30px;
    border: 1px solid #f3f2f2;
    border-bottom: 0;
    border-top: 2px solid #fc6b00;
}

.yunu-sort dl {
    margin: 0;
    overflow: hidden;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f3f2f2;
}

.yunu-sort dt {
    line-height: 28px;
    float: left;
    width: 120px;
    padding: 20px;
}

.yunu-sort dt img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 5px;
}

.yunu-sort dd {
    margin-left: 160px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px 10px 0;
}

.yunu-sort dd a {
    float: left;
    line-height: 28px;
    margin: 0 0 10px 20px;
    padding: 0 8px;
    border-radius: 3px;
}

.yunu-sort dd a.active, .yunu-sort dd a:hover {
    background-color: #fc6b00;
    color: #fff;
}

.list-2 {
    margin: -20px 0 0 -20px;
}

.list-2 li {
    float: left;
    width: 33.333333%;
}

.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-2 li .m {
    height: 242px;
    line-height: 242px;
}

.list-2 li .text {
    margin: 20px 0 0;
}

.list-2 li .text h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.list-2 li .text p {
    margin: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-2 li .text .more {
    float: right;
    padding: 40px 10px 10px;
    margin-left: 10px;
    border-radius: 5px;
    background: url(../images/zlztCon1_icon04.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/zlztCon1_icon04.png*/ no-repeat center 10px #ccc;
    color: #fff;
}

.list-2 li a:hover .text .more {
    background-color: #fc6b00;
    color: #fff;
    border-color: #00456b;
}

.list-2-2 li a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.list-2-2 li a:hover {
    border-color: #fc6b00;
}

.list-2-2 li .text p span {
    margin-right: 15px;
}

.yunu-pages {
    text-align: center;
    margin: 30px 0;
}

.yunu-pages a {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #fff;
}

.yunu-pages a.active, .yunu-pages a:hover {
    background-color: #fc6b00;
    border-color: #fc6b00;
    color: #fff;
}

.yunu-inapge {
    background: url(../images/InapgeAdvBg.jpg) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InapgeAdvBg.jpg*/ repeat center;
}

.yunu-inapge .container {
    position: relative;
    height: 450px;
}

.yunu-inapge img {
    display: block;
    margin: 0 auto;
}

.yunu-inapge .box {
    position: absolute;
    width: 372px;
}

.yunu-inapge .box h3 {
    font-size: 25px;
    color: #333333;
    font-weight: normal;
    margin: 0;
}

.yunu-inapge .box h3 em {
    font-weight: bold;
    font-style: normal;
}

.yunu-inapge .box p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
}

.yunu-inapge .box1, .yunu-inapge .box2 {
    top: 0;
}

.yunu-inapge .box1, .yunu-inapge .box3 {
    left: 0;
    text-align: right;
}

.yunu-inapge .box2, .yunu-inapge .box4 {
    right: 0;
}

.yunu-inapge .box3, .yunu-inapge .box4 {
    top: 166px;
}

.yunu-inapge .box5 {
    width: 100%;
    text-align: center;
    top: 347px;
}

.yunu-inapge .box5 p {
    margin-top: 6px;
    margin-bottom: 0;
}

.yunu-promise {
    background: url(../images/InpagePromiseBg02.jpg) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpagePromiseBg02.jpg*/ no-repeat center;
    height: 273px;
    padding: 60px 50px 0;
}

.yunu-promise li {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.yunu-promise li h4 {
    width: 120px;
    height: 86px;
    margin: 0 auto;
    padding-top: 34px;
    font-size: 20px;
    color: #fff;
    background-color: #fc6b00;
    border-radius: 50%;
}

.yunu-promise li p {
    margin: 22px 0 0;
    color: #666;
    padding: 0 40px;
    line-height: 25px;
}

.yunu-liuyan-2 {
    padding: 30px;
    background-color: #fff;
}

.yunu-liuyan-2 .cover {
    float: left;
}

.yunu-liuyan-2 .form {
    float: left;
    margin-left: 30px;
}

.yunu-liuyan-2 .form .l {
    float: left;
    width: 350px;
}

.yunu-liuyan-2 .form .l li {
    border: 1px solid #ddd;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}

.yunu-liuyan-2 .form label {
    float: left;
    line-height: 30px;
    width: 80px;
    padding-left: 10px;
}

.yunu-liuyan-2 .form label span {
    color: red;
}

.yunu-liuyan-2 .form input {
    float: left;
    border: 0;
    line-height: 30px;
    padding: 0;
    width: 245px;
    font-size: 14px;
}

.yunu-liuyan-2 .form img {
    float: right;
    height: 30px;
    width: auto;
}

.yunu-liuyan-2 .form .r {
    float: left;
    margin-left: 30px;
}

.yunu-liuyan-2 .form textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 394px;
    height: 179px;
    display: block;
    font-size: 14px;
}

.yunu-liuyan-2 .form button {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: #fc6b00;
    padding: 0;
    border: 0;
    cursor: pointer;
    line-height: 43px;
}

.yunu-news-box {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 25px;
    position: relative;
}

.yunu-news-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/InpageNews_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageNews_icon01.png*/ no-repeat 0 0;
}

.yunu-news-box a.more {
    float: right;
    color: #fc6b00;
}

.yunu-news-box ul {
    margin: 0 60px 0 20px;
}

.yunu-news-box li {
    float: left;
    width: 33.333333%;
    line-height: 2;
}

.yunu-news-box li a {
    display: block;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focusBox {
    float: left;
    width: 570px;
    position: relative;
}

.focusBox .prev, .focusBox .next {
    position: absolute;
    top: 50%;
    background: no-repeat 0 0;
    width: 47px;
    height: 79px;
    margin-top: -45px;
    z-index: 2;
}

.focusBox .prev {
    left: 0;
    background-image: url(../images/InpageNewsBtn01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageNewsBtn01.png*/;
}

.focusBox .next {
    right: 0;
    background-image: url(../images/InpageNewsBtn02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageNewsBtn02.png*/;
}

.focusBox li {
    width: 570px;
}

.focusBox li img {
    display: block;
    width: 100%;
    height: auto;
}

.focusBox li p {
    margin: 0;
    line-height: 50px;
    padding: 0 20px;
    background-color: #fc6b00;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-3 li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list-3 li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-3 li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.list-3 li a:hover {
    color: #fc6b00;
}

.yunu-banner {
    height: 450px;
    background: no-repeat center;
}

.yunu-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-banner .container {
    position: relative;
    height: 100%;
}

.yunu-banner .tit {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 35px;
    margin-top: -50px;
}

.yunu-banner .tit:before {
    display: block;
    width: 46px;
    height: 3px;
    background-color: #fc6b00;
    content: '';
    margin-bottom: 24px;
}

.yunu-banner small {
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.yunu-hbzt {
    margin: 0;
}

.yunu-hbzt dt {
    float: left;
    width: 480px;
}

.yunu-hbzt dt img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-hbzt dd {
    padding: 0 0 0 50px;
    margin-left: 480px;
}

.yunu-hbzt dd .tit {
    position: relative;
    margin-bottom: 15px;
}

.yunu-hbzt dd .tit small {
    display: block;
    font-size: 28px;
}

.yunu-hbzt dd .tit img {
    display: block;
    margin-top: 5px;
}

.yunu-hbzt dd .tit:after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #fc6b00;
    margin-top: 15px;
}
.aboutus{
    height: 192px;
    overflow: hidden;
}
.yunu-hbzt dd p {
    line-height: 24px;
    color: #666;
    text-align: justify;
    margin: 0;
}

.list-4 {
    margin: -10px 0 0 -10px;
}

.list-4 li {
    float: left;
    width: 33.333333%;
}

.list-4 li .item {
    background-color: #fff;
    margin: 10px 0 0 10px;
    padding: 15px;
}

.list-4 li .m {
    line-height: 227px;
    height: 227px;
}

.list-4 li .text {
    margin-top: 20px;
    text-align: center;
}

.list-4 li h4 {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-4 li h4:after {
    display: block;
    content: '';
    width: 45px;
    height: 2px;
    background: #fc6b00;
    margin: 14px auto 0;
}

.list-4 li p {
    margin: 0;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-4 li .btn {
    display: inline-block;
    margin: 20px 5px 0;
    width: 92px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    background-color: #fc6b00;
    border-radius: 20px;
}

.list-4 li .btn.a {
    background-color: #414141;
}

.list-4 li .item:hover {
    -webkit-box-shadow: 0 5px 6px 6px #e6e6e6;
    box-shadow: 0 5px 6px 6px #e6e6e6;
}

.yunu-zlsj dt h3 {
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.yunu-zlsj dt p {
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}

.yunu-zlsj dd {
    margin: 0;
}

.yunu-zlsj .dl1 {
    height: 291px;
}

.yunu-zlsj .dl1 dt {
    float: left;
    width: 568px;
}

.yunu-zlsj .dl1 dd {
    width: 492px;
    height: 291px;
    float: right;
}

.yunu-zlsj .dl2 {
    height: 227px;
}

.yunu-zlsj .dl2 dt {
    float: right;
    padding-top: 27px;
    width: 496px;
    height: 200px;
}

.yunu-zlsj .dl2 dd {
    position: relative;
    height: 227px;
}

.yunu-zlsj .dl2 dd img {
    position: relative;
    top: -109px;
}

.yunu-zlsj .dl3 {
    height: 413px;
    position: relative;
    margin-top: 48px;
}

.yunu-zlsj .dl3 dt {
    position: absolute;
    background: url(../images/zlsjCon3Bg01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/zlsjCon3Bg01.png*/;
    width: 469px;
    height: 214px;
    padding: 41px 49px 0 44px;
    left: 0;
    bottom: 0;
}

.yunu-zlsj .dl3 dd {
    width: 1100px;
    height: 413px;
}

.yunu-zlsj .dl3 dd img {
    display: block;
}

.list-5 li {
    margin-bottom: 10px;
}

.list-5 li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.list-5 li .m {
    float: left;
    width: 500px;
}

.list-5 li .m img {
    display: block;
    width: 100%;
    height: auto;
}

.list-5 li .text {
    margin-left: 500px;
    padding: 46px 0 0 40px;
}

.list-5 li .text h4 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
}

.list-5 li .text h5 {
    font-size: 16px;
    margin: 0 0 0 -20px;
    color: #666;
    font-weight: normal;
}

.list-5 li .text h5 span {
    margin-left: 20px;
}

.list-5 li .text p {
    margin: 0px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}

.list-5 li .text .more {
    width: 127px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-top: 20px;
}

.list-5 li a:hover .text .more {
    background-color: #fc6b00;
    border-color: #fc6b00;
    color: #fff;
}

.list-6 {
    margin: -40px 0 0 -40px;
}

.list-6 li {
    float: left;
    width: 50%;
}

.list-6 li .item {
    margin: 40px 0 0 40px;
}

.list-6 li .m {
    position: relative;
    height: 363px;
    line-height: 363px;
    font-size: 0;
    text-align: center;
}

.list-6 li .m img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.list-6 li .m p {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 68px;
    background: url(../images/hdhyCon2Bg.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/hdhyCon2Bg.png*/ repeat;
    color: #fff;
}

.list-6 li .m p span {
    float: left;
    width: 33.333333%;
}

.list-6 li .text {
    margin-top: 20px;
}

.list-6 li .text h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-6 li .text p {
    overflow: hidden;
    margin: 0;
    text-align: justify;
    color: #666;
    line-height: 24px;
}

.list-6 li .text p span {
    margin-right: 15px;
}

.foucebox {
    position: relative;
    width: 550px;
    height: 505px;
    overflow: hidden;
    float: left;;
}

.foucebox .bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.foucebox .bd img {
    width: 550px;
    height: 462px;
    display: block;
}

.foucebox .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.foucebox .hd ul {
    text-align: center;
    font-size: 0;
}

.foucebox .hd li {
    display: inline-block;
    margin: 0 2px;
    width: 100px;
    cursor: pointer;
}

.foucebox .hd img {
    height: auto;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.foucebox .hd li:hover img {
    top: -20px;
}

.yunu-news-zx {
    float: right;
    width: 620px;
}

.yunu-news-zx dl {
    margin: 0;
}

.yunu-news-zx dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-news-zx dt .more {
    float: right;
    font-size: 14px;
}

.yunu-news-zx dd {
    margin: 0;
    padding: 10px;
    background-color: #f7f7f7;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.yunu-news-zx li {
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    background: url(../images/newsZx_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/newsZx_icon01.png*/ no-repeat 0 center;
    padding-left: 15px;
}

.yunu-news-zx li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.yunu-news-zx li a:hover {
    color: #fc6b00;
}

.yunu-news-brank {
    margin-left: -20px;
}

.yunu-news-brank .item {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    width: 386px;
}

.yunu-news-brank .tit {
    margin-bottom: 20px;
    background-color: #fc6b00;
    color: #fff;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
}

.yunu-news-brank .tit .more {
    float: right;
    color: #fff;
    font-size: 14px;
}

.yunu-news-brank .top {
    display: block;
    overflow: hidden;
}

.yunu-news-brank .top h4 {
    margin: 0 0 10px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-news-brank .top .m {
    float: left;
    width: 126px;
    height: 106px;
}

.yunu-news-brank .top .m img {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-news-brank .top .text {
    margin-left: 126px;
    padding: 15px;
    background-color: #f7f7f7;
    color: #666;
    height: 76px;
    overflow: hidden;
    line-height: 25px;
}

.yunu-news-brank li {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    background: url(../images/newsZx_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/newsZx_icon01.png*/ no-repeat 0 center;
    padding-left: 15px;
}

.yunu-news-brank li a:hover {
    color: #fc6b00;
}
.ct2{
    margin: 30px 0;
}
.ct2-sd {
    float: left;
    width: 240px;
}

.ct2-mn {
    float: right;
    width: 946px;
}

.yunu-menu-sd {
    margin-bottom: 20px;
}

.yunu-menu-sd h4 {
    height: 90px;
    background: url(../images/InpageSideBarBg.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageSideBarBg.png*/ no-repeat center;
    color: #fff;
    padding: 0 20px;
    margin: 0;
    line-height: 90px;
    font-size: 24px;
}

.yunu-menu-sd h4 span {
    display: block;
    background: url(../images/InpageSideBar_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageSideBar_icon01.png*/ no-repeat 0 center;
    padding-left: 45px;
    height: 90px;
    overflow: hidden;
}

.yunu-menu-sd ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}

.yunu-menu-sd li {
    margin-bottom: 2px;
}

.yunu-menu-sd li a {
    display: block;
    line-height: 65px;
    padding: 0 40px 0 20px;
    background: url(../images/InpageSideBar_icon02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageSideBar_icon02.png*/ no-repeat 90% center #f7f7f7;
    color: #666;
    font-size: 16px;
}

.yunu-menu-sd li a:hover, .yunu-menu-sd li.active a {
    background-color: #fc6b00;
    color: #fff;
    background-image: url(../images/InpageSideBar_icon03.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/InpageSideBar_icon03.png*/;
}

.yunu-menu-sd .list {
    padding: 0;
}

.yunu-menu-sd .list li {
    border-top: 1px solid #f5f5f5;
    margin: 0;
}

.yunu-menu-sd .list li a {
    background: #fff;
    padding: 15px;
}

.yunu-menu-sd .list li a:hover {
    background-color: #f7f7f7;
}

.yunu-menu-sd .list li h5 {
    margin: 0 0 10px;
    color: #333;
    line-height: 20px;
}

.yunu-menu-sd .list li p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    text-align: justify;
}

.yunu-rem-sd {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-top: 5px solid #000;
    border-radius: 5px;
    padding: 10px;
}

.yunu-rem-sd h4 {
    margin: 0 0 10px;
    font-size: 24px;
}

.yunu-rem-sd li {
    margin-top: 10px;
}

.yunu-rem-sd li a {
    display: block;
}

.yunu-rem-sd li img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-rem-sd li p {
    margin: 10px 0 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-rem-sd dl {
    margin: 0 -10px;
}

.yunu-rem-sd dt {
    background-color: #333;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
}

.yunu-rem-sd dd {
    overflow: hidden;
    padding-top: 20px;
    margin: 0;
}

.yunu-rem-sd dd a {
    float: left;
    width: 50%;
    margin-bottom: 14px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-rem-sd dd a:hover {
    color: #fc6b00;
}

.yunu-panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 20px;
}

.yunu-panel-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px 0;
}

.yunu-panel-title h4 {
    line-height: 1;
    font-size: 24px;
    border-left: 5px solid #fc6b00;
    padding-left: 20px;
    color: #fc6b00;
    margin: 0;
}

.yunu-panel-title .yunu-curmbs {
    float: right;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.list-7 li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.list-7 li a {
    display: block;
    overflow: hidden;
}

.list-7 li .m {
    float: left;
    width: 260px;
    overflow: hidden;
}

.list-7 li .m img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.list-7 li .text {
    margin-left: 280px;
}

.list-7 li .text h4 {
    font-size: 16px;
    margin: 0 0 15px;
}

.list-7 li .text h4 small {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-top: 5px;
}

.list-7 li .text p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
}

.list-7 li a:hover .m img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-7 li a:hover h4 {
    color: #fc6b00;
}

.yunu-tags {
    padding-top: 15px;
    border-top: 2px solid #fc6b00;
    margin: 20px 0;
}

.yunu-tags span {
    float: right;
    color: #666;
}

.list-8 li {
    float: left;
    background: url(../images/honor_yy.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honor_yy.png*/ no-repeat center bottom;
    padding-bottom: 14px;
    margin: 10px 33px;
}

.list-8 li a {
    display: block;
    border: 1px solid #f2f2f2;
    width: 233px;
    padding-top: 20px;
}

.list-8 li .m {
    width: 177px;
    height: 132px;
    padding: 7px 6px;
    line-height: 132px;
    background: url(../images/honorBg02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/honorBg02.png*/ no-repeat 0 0;
    margin: 0 auto;
}

.list-8 li .text {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}

.list-9 {
    margin: -20px 0 0 -20px;
}

.list-9 li {
    float: left;
    width: 33.3333333%;
}

.list-9 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-9 li .m {
    border: 1px solid #ddd;
    padding: 1px;
    height: 152px;
    line-height: 152px;
}

.list-9 li a:hover .m {
    border-color: #fc6b00;
}

.list-9 li .text {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-contact {
    margin: 30px 0 30px -20px;
}

.yunu-contact .item {
    float: left;
    margin-left: 20px;
    width: 442px;
}

.yunu-contact h4 {
    margin: 0;
    color: #fc6b00;
    font-size: 16px;
}

.yunu-contact p {
    color: #666;
    margin: 10px 0 0;
    line-height: 24px;
}

.yunu-job {
    margin-top: 30px;
}

.yunu-job h3 {
    margin: 10px 0 0;
    background-color: #ebebeb;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    padding: 0 10px;
}

.yunu-job h3.on {
    background-color: #fc6b00;
    color: #fff;
}

.yunu-job h3 span {
    padding: 0 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-job h3 span.s1 {
    font-weight: bold;
    width: 110px;
    font-size: 16px;
}

.yunu-job h3 span.s2 {
    width: 390px;
}

.yunu-job h3 span.s3 {
    width: 150px;
}

.yunu-job-con {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 30px;
    display: none;
}

.yunu-job-con h4 {
    font-size: 18px;
    margin-top: 0;
}

.yunu-job-con .cc {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.yunu-infocontent-title {
    margin: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.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-right: 10px;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
}

.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;
    background: url(../images/newsZx_icon01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/newsZx_icon01.png*/ no-repeat 5px center;
    padding-left: 25px;
}

.yunu-infocontent-rem li a:hover {
    color: #fc6b00;
}
.yunu-infocontent-rem li a.b{
    font-weight: bold;
}
.yunu-infocontent-tags {
    margin-bottom: 20px;
    text-align: center;
}

.yunu-infocontent-tags a {
    display: inline-block;
    padding: 3px 6px;
    background-color: #ff505f;
    color: #fff;
    margin-left: 5px;
}

.yunu-showcase {
    margin-bottom: 30px;
}

.yunu-showcase-pic {
    position: relative;
    width: 700px;
    overflow: hidden;
    float: left;
}

.yunu-showcase-pic .bd {
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.yunu-showcase-pic .bd li {
    height: 59px;
    line-height: 59px;
    cursor: pointer;
    display: inline-block;
    width: 95px;
    margin-right: 13px;
}

.yunu-showcase-pic .prev, .yunu-showcase-pic .next {
    position: absolute;
    background: no-repeat 0 0;
    width: 14px;
    height: 27px;
    margin-top: -13px;
    bottom: 16px;
    z-index: 2;
}

.yunu-showcase-pic .prev {
    background-image: url(../images/zlztDetailsCon1Btn01.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/zlztDetailsCon1Btn01.png*/;
    left: 0;
}

.yunu-showcase-pic .next {
    background-image: url(../images/zlztDetailsCon1Btn02.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/zlztDetailsCon1Btn02.png*/;
    right: 0;
}

.yunu-showcase-pic .prev:hover, .yunu-showcase-pic .next:hover {
    background-position: 0 bottom;
}

.yunu-showcase-pic .cover {
    height: 438px;
    line-height: 438px;
}

.yunu-showcase-info {
    float: right;
    width: 460px;
}

.yunu-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.yunu-showcase-info p {
    margin: 0;
    color: #666;
    padding: 3px 0;
}

.yunu-showcase-info .tel {
    overflow: hidden;
    margin-top: 30px;
    background: url(../images/zlztDetailsCon1_phone.png) /*tpa=http://170070.websitetemplate.cn/template/default/index/images/zlztDetailsCon1_phone.png*/ no-repeat 0 center;
    padding-left: 30px;
}

.yunu-showcase-info .tel strong {
    color: #fc6b00;
    font-size: 16px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}
.pagination-inner li:first-child {
    margin-left: 0;
}
.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 500;
}
.pagination-inner li.active {
    background: #fc6b00 none repeat scroll 0 0;
    border-color: #fc6b00;
    color: #fff;
}
.pagination-inner li:hover {
    background: #fc6b00 none repeat scroll 0 0;
    border-color: #fc6b00;
    color: #fff;
}
.pagination-inner li:hover a {
    color: #fff;
}
.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner {
    text-align: center;
    margin-bottom: 40px;
}