﻿body {
    font-size: 14px;
    color: #333;
    transition: 0.3s;
}
.yunu-head {
	background-color: #19add1;
}
.top {
    height: 100px;
    line-height: 130px;
    position: relative;
}
.top .logo {
    width: 546px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
}
.top .logo a {
    display: block;
}
.top .logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.top .txt {
    width:48%;
    height: 66px;
    margin-left: 24px;
    display: inline-block;
    vertical-align: middle;
}
.top .txt h3 {
    font-size: 30px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.top .txt p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: rgb(63, 63, 63);
}
.top .tel {
    float: right;
    
    padding-left: 64px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.top .tel p {
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(127, 127, 127);
}
.top .tel span {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(255, 192, 0);
    font-size: 30px;
    font-weight: 700;
}
.yunu-nav {
    background: #f7f7f7;
    height: 60px;
}
.yunu-nav > ul {
    max-width: 1200px;
    margin: 0 auto;
}
.yunu-nav > ul > li {
    width: 14.2%;
    float: left;
    position: relative;
}
.yunu-nav > ul > li > a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #606060;
    display: block;
}
.yunu-nav > ul > li > a:hover,
.yunu-nav > ul > li.on > a {
    color: rgb(255, 255, 255);
    background-color: #75d6f2;
}

.yunu-nav dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #e7e8e8;
    z-index: 99;
    display: none;
}

.yunu-nav dl dd {
    width: 100%;
    height: 46px;
    line-height: 46px;
    /*border-bottom: #ffe59f 1px solid;*/
    text-align: center;
}
.yunu-nav dl dd a {
    display: block;
    color: #848484;
}
.yunu-nav dl dd a:hover {
    color: #000000;
}
.yunu-nav dl dd:last-child {
    border-bottom: none;
}

.yunu-nav li a:hover {
    /* line-height: 46px; */
}

.yunu-mNav {
    display: none;
}

.row-a1 {
    margin-top: 1px;
    overflow: hidden;
    background: url(../images/row-a1.png) left top repeat-y;
    height: 132px;
    line-height: 132px;
    background-size: 100%;
}
.row-a1 .wp {
    overflow: hidden;
}
.row-a1 .tit {
    width: 24%;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.row-a1 .tit h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.row-a1 .tit p {
    line-height: 14px;
}
.ul-procedure {
    width: 75%;
    height: 132px;
    float: right;
    background: #fff;
}
.ul-procedure li {
    width: 16.6%;
    float: left;
    text-align: center;
}
.ul-procedure li span {
    width: 70px;
    height: 60px;
    display: block;
    margin: 26px auto 0;
}
.ul-procedure li span.item1 {
    background: url("../images/icon-1.png") center center no-repeat;
}
.ul-procedure li span.item2 {
    background: url("../images/icon-2.png") center center no-repeat;
}
.ul-procedure li span.item3 {
    background: url("../images/icon-3.png") center center no-repeat;
}
.ul-procedure li span.item4 {
    background: url("../images/icon-4.png") center center no-repeat;
}
.ul-procedure li span.item5 {
    background: url("../images/icon-5.png") center center no-repeat;
}
.ul-procedure li span.item6 {
    background: url("../images/icon-6.png") center center no-repeat;
}
.ul-procedure li p {
    height: 30px;
    line-height: 30px;
}
.row-a2 {
    overflow: hidden;
}
.g-tit {
    padding: 40px 0 40px;
    text-align: center;
}
.g-tit h3 {
    font-size: 36px;
    color: #18a9ce;
    line-height: 1.2em;
    margin-bottom: 8px;
}
.g-tit h3 span {
    color: #ffc905;
}
.g-tit em {
    height: 1px;
    line-height: 14px;
    color: rgb(165, 165, 165);
    position: relative;
}
.g-tit em::after,
.g-tit em::before {
    content: "";
    height: 1px;
    width: 460px;
    display: block;
    background: #000000;
    /*position: absolute;*/
    /*top: 50%;*/
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.g-tit em::before {
    /*left: -38px;*/
    float: left;
}
.g-tit em::after {
    /*right: -38px;*/
    float: right;
}
.g-tit p {
    margin-top: 3px;
    line-height: 20px;
    font-weight: bold;
    color: rgb(127, 127, 127);
}
.ul-pro {
    overflow: hidden;
    margin: 0 -8px;
}
.ul-pro li {
    width: 33.3%;
    float: left;
}
.ul-pro li .con  {
    display: block;
    margin: 0 8px;
    padding-top: 75%;
    height: 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}
.ul-pro li .con  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.ul-pro li .con .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    -webkit-transition:0.5;
    -moz-transition:0.5;
    -ms-transition:0.5;
    -o-transition:0.5;
    opacity: 1;
}
.ul-pro li .con .mask:hover {
     opacity: 0;
}

.ul-pro li .con .on:hover {
    opacity: 0;
}
.ul-pro li .txt {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}
.ul-pro li .txt p {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    margin-top: 102px;
}
.ul-pro li .txt span {
    margin-top: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #ffba03;
    font-size: 16px;
}
.ul-pro li .txt::before,
.ul-pro li .txt::after {
    width: 1px;
    height: 60px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    background: #ffffff;
}
.ul-pro li .txt::before {
    top: 0;
}
.ul-pro li .txt::after {
    bottom: 0;
}
.row-a3 {
    margin-top: 80px;
    background: url("../images/row-a3-bg.jpg") center top no-repeat;
}
.row-a3 .wp {
    position: relative;
    width: 100%;
    min-height: 452px;
}
.row-a3 .g-tit {
    padding: 50px 0 56px;
    color: #ffffff;
}
.row-a3 .g-tit em,
.row-a3 .g-tit p {
    color: rgb(242, 242, 242);
}
.row-a3 .ul-txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 44px;
}
.row-a3 .ul-txt li {
    width: 25%;
    float: left;
    text-align: center;
}
.row-a3 .ul-txt li span {
    width: 101px;
    height: 101px;
    display: inline-block;
    position: relative;
    float: none;
    font-size: 0;
}

.row-a3 .ul-txt li span::after {
    width: 40px;
    height: 2px;
    background: #ffc905;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -25px;
}
.row-a3 .ul-txt li .txt {
    width: 100%;
    color: #ffffff;
    margin-top: 38px;
    overflow: hidden;
}
.row-a3 .ul-txt li .txt p {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.row-a3 .ul-txt li .txt em {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.row-a4 {
    overflow: hidden;
}
.ul-case {
    /*overflow: hidden;*/
    margin: 0 -5px;
}
.ul-case li {
    width: 365px;
    float: left;
    margin-right: 3.55rem;
    margin-bottom: 10px;
}
.ul-case li:last-child{
	margin-right: 0;
}
.ul-case li .con {
    margin: 0 5px;
}
.ul-case>li>.con>a {
    padding-top: 55%;
    display: block;
    position: relative;
    overflow: hidden;
}
.ul-case>li>.con>a>img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    
}
.ul-case>li>.con>a:hover>img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-case li .con p a{
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: block;
}
.ul-case li .con p a:hover{
    color: #ffc000;
}
.row-a5 {
	width: 1200px;
	margin:40px auto 0 auto;
    overflow: hidden;
    background: url("../images/row-a5-bg.jpg") center top no-repeat #3d464f;
    margin-top: 70px;
    min-height: 560px;
    background-size: cover;
}
.row-a5 .g-tit h3 {
    color: #ffffff;
}
.row-a5 .g-tit em {
    color: rgb(242, 242, 242);
}
.row-a5 .g-tit p {
    color: rgb(216, 216, 216);
}
.row-a5 .ul-imgtxt {
    margin: 0 -5px;
    overflow: hidden;
}
.row-a5 .ul-imgtxt li {
    width: 25%;
    float: left;
}
.row-a5 .ul-imgtxt li .con {
    margin: 0 5px;
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.24);
    text-align: center;
}
.row-a5 .ul-imgtxt li .con span {
    width: 100%;
    height: 73px;
    display: inline-block;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.row-a5 .ul-imgtxt li h4 {
    width: 100%;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    margin-top: 15px;
    color: #ffffff;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.row-a5 .ul-imgtxt li .txt {
    margin-top: 24px;
}
.row-a5 .ul-imgtxt li .txt p {
    height: 22px;
    line-height: 22px;
    color: rgb(191, 191, 191);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.row-a6-1 {
    /* overflow: hidden; */
}
.tabTit{
    position: relative;
    overflow: hidden;
}
.tabTit .slick-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tabTit  button.slick-arrow {
    border: none;
    font-size: 0;
}
.tabTit .slick-prev::before,
.tabTit .slick-next::before {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    
}

.tabTit .slick-prev::before {
    background: #fff;
    background: url("../images/pres.png") no-repeat center center;
    background-size: 100%;
}

.tabTit .slick-next::before {
    background: #fff;
    background: url("../images/nexts.png") no-repeat center center;
    background-size: 100%;
}

.tabTit .slick-prev {
    left: 0;
}

.tabTit  .slick-next {
    right: 0;
}
.tabTit .slick-slider .slick-track, .slick-slider .slick-list{
    overflow: visible;
}
.tabTit li {
    width: 16.6%;
    float: left;
    border-top: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    padding: 34px 0;
    position: relative;
}
.tabTit li a {
    border-right: #e6e6e6 1px solid;
    display: block;
    text-align: center;
    position: relative;
}
.tabTit li:last-child a {
    border-right: none;
}
.tabTit li a span {
    width: 62px;
    height: 58px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}

.tabTit li a p {
    margin-top: 1px;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgb(63, 63, 63);
}
.tabTit li a:hover p {
    color: rgb(63, 63, 63);
}
.tabTit li:hover::before,
.tabTit li:hover::after {
    width: 100%;
    content: "";
    height: 2px;
    background: #ffc905;
    display: block;
    position: absolute;
    left: 0;
}
.tabTit li:hover::before {
    top: 0;
}
.tabTit li:hover::after {
    bottom: 0;
}
.tabTit li a:hover::after {
    content: "";
    height: 0;
    border-top: #ffc905 10px solid;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
    border-bottom: transparent 10px solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -54px;
}
.tabCon {
    padding-top: 34px;
    overflow: hidden;
}
.tabCon dd {
    display: none;
}
.tabCon .tit {
    text-align: center;
}
.tabCon .tit h5 {
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: rgb(89, 89, 89);
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.tabCon .tit em {
    color: rgb(191, 191, 191);
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    height: 18px;
    line-height: 18px;
}
.tabCon .tit p {
    padding: 24px 0;
    line-height: 24px;
    color: rgb(127, 127, 127);
}
.tabCon .pic {
    text-align: center;
}
.tabCon .pic img {
    max-width: 100%;
}
.row-a7 .g-tit {
    color: #ffffff;
}
.row-a7 {
    overflow: hidden;
    background: url(../images/row-a7-bg.jpg) center top;
    padding: 80px 0 100px;
    margin-top: 60px;
}
.row-a7 .col-l {
    width: 25%;
    text-align: center;
}
.row-a7 .col-l .pic {
    width: 254px;
    height: 216px;
    margin: 0 auto;
}
.row-a7 .col-l .pic img {
    width: 100%;
    height: 100%;
    display: block;
}
.row-a7 a {
    padding: 15px 70px;
    background: #ffba02;
    display: inline-block;
    color: #ffffff;
    margin: 50px auto 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.row-a7 a:hover {
    background: #ffc905;
    color: #ffffff;
}
.row-a7 .col-r a {
    display: none;
}
.row-a7 .g-tit {
    display: none;
}
.row-a7 .col-r {
    float: none;
    overflow: hidden;
}
.row-a7 .col-r .txt {
    color: rgb(191, 191, 191);
    line-height: 24px;
}
.row-a7 .col-r .txt p {
    margin-bottom: 20px;
}
.ul-roll {
    overflow: hidden;
    margin-top: 70px;
}
.ul-roll li {
    width: 33.3%;
    float: left;
    border-right: #7f7f7f 1px solid;
    text-align: center;
}
.ul-roll li span {
    font-size: 52px;
    color: rgb(255, 192, 0);
}
.ul-roll li em {
    vertical-align: top;
    color: #ffffff;
}
.ul-roll li p {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgb(242, 242, 242);
    font-size: 16px;
}
.ul-roll li:last-child {
    border-right: none;
}
.row-a8 {
    overflow: hidden;
}
.ul-news {
    overflow: hidden;
    margin: 0 -10px;
}
.ul-news li {
    width: 25%;
    float: left;
    cursor: pointer;
}
.ul-news li .pack {
    margin: 0 10px;
    position: relative;
    padding-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
}
.ul-news li:hover .pack {
    margin-top: -10px;
}
.ul-news li .pack::after {
    width: 0;
    content: "";
    height: 1px;
    display: block;
    background: #cccccc;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.ul-news li:hover .pack::after {
    width: 100%;
}

.ul-news li .pack .pic {
    padding-top: 60%;
    height: 0;
    position: relative;
}
.ul-news li .pack .pic a {
    display: block;
}
.ul-news li .pack .pic img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.ul-news li .pack .txt {
    margin-top: 12px;
}
.ul-news li .pack .txt h4 {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: normal;
}
.ul-news li .pack .txt h4 a:hover{
    color: #ffc000;
}
.ul-news li .pack .txt span {
    height: 22px;
    line-height: 22px;
    display: block;
    font-size: 12px;
    color: rgb(210, 210, 210);
}
.ul-news li .pack .txt p {
    margin-top: 10px;
    color: #999999;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ul-news .slick-arrow {
    position: absolute;
    width: 26px;
    height: 45px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    z-index: 9;
    transition: all 0.3s;
    cursor: pointer;
}

.ul-news button.slick-arrow {
    border: none;
    font-size: 0;
}

.ul-news .slick-prev::before,
.ul-news .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 17px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ul-news .slick-prev::before {
    background: #fff;
    background: url("../images/pres.png") no-repeat center;
    background-size: 100%;
}

.ul-news .slick-next::before {
    background: #fff;
    background: url("../images/nexts.png") no-repeat center;
    background-size: 100%;
}

.ul-news .slick-prev {
    left: 10px;
}

.ul-news .slick-next {
    right: 10px;
}
.footer {
    /* margin-top: 60px; */
}
.fd-top {
    overflow: hidden;
    background: #444444;
    position: relative;
    padding: 40px 0;
}
.fd-logo {
    width: 30%;
    float: left;
    margin-right: 9%;
    /*text-align: center;*/
    /*padding-top: 22px;*/
}
.fd-logo h3{
	margin-bottom: 20px;
}
.footLink{
	float:left;
	width: 100%;
	margin-right: 30px;
}
.footLinkr{
	width: 100%;
	float:left;
	
}

.fd-logo img {
    width: 154px;
    height: 130px;
    display: inline-block;
    font-size: 0;
}
.fd-logo p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: rgb(216, 216, 216);
    font-size: 16px;
}
.fd-top .col-r {
    overflow: hidden;
    float: none;
}
.fd-nav {
    height: 60px;
    border-bottom: #3f3f3f 1px solid;
}
.fd-nav li {
    width: 12.5%;
    float: left;
    padding: 22px 0;
    text-align: center;
}
.fd-nav li:last-child a{
    border-right: none;
}
.fd-nav li a {
    border-right: rgb(216, 216, 216) 1px solid;
    color: rgb(216, 216, 216);
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}
.fd-nav li a:hover{
    text-decoration: underline;
}
.fd-top .col-r .txt {
    padding: 36px 0 0 28px;
}
.fd-top .col-r .txt p {
    color: rgb(165, 165, 165);
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.copy {
    line-height: 24px;
    padding: 15px 0px;
    color: rgb(255, 255, 255);
    background: #000;
    text-align: center;
}
.artimg{
	width: 100px;
	float: left;
	margin-right: 20px;
}
.ul-news-1 li{
	height: 100px;
}
.fff li{
	height: 30px;
	line-height: 30px;
}
.yunu-nav{
	font-size: 17px;
	font-weight: bold;
	color: #606060;
}
.yunu-nav ul li dl dd a{
	font-weight: normal;
}
