﻿@charset "utf-8";

/* CSS Document*/


/* com-title*/

.com-title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.com-title h2 {
    color: #333333;
    font-size: 34px;
}

.com-title h2 a {
    color: #333333;
    text-decoration: none;
}

.com-title em {
    color: #e15616;
    font-weight: bold;
}

.com-title p {
    font-size: 20px;
    color: #666666;
    margin-top: 2px;
}

.com-title i {
    display: block;
    width: 398px;
    height: 3px;
    margin: 20px auto 0;
}

.com-title i img {
    display: block;
    width: 398px;
    height: 3px;
}


/* banner*/

.banner {
    /*overflow:hidden;*/
    width: 100%;
}

#flashs {
    position: relative;
    height: 550px;
    overflow: hidden;
}

#flashs .btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
    z-index: 998;
}

#flashs .btn span {
    display: inline-block;
    *display: inline-block;
    margin: 0 3px;
    background: #fff;
    width: 46px;
    height: 5px;
    cursor: pointer;
}

#flashs .btn span.on {
    background: #c74b12;
}

#flashs .bot {
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    display: none;
}

#flashs .bot1 {
    background: url(/yinuo-style/images/babot1.png) no-repeat center;
    left: 5%;
    z-index: 2;
}

#flashs .bot2 {
    background: url(/yinuo-style/images/babot2.png) no-repeat center;
    right: 5%;
    z-index: 2;
}

#flashs:hover .bot {
    display: block;
}


/* search*/

.search {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
}

.search .gjc {
    float: left;
    font-size: 14px;
    color: #666666;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 100px;
    line-height: 100px;
}

.search .gjc span {
    float: left;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.search .gjc p {
    float: left;
}

.search .gjc p a {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.search .search {
    width: 345px;
    height: 49px;
    float: right;
    margin-top: 26px;
}

.search .search input {
    padding: 0 8px 0 12px;
    font-size: 14px;
    outline: none;
    border: none;
    color: #bbbbbb;
    height: 49px;
    line-height: 49px;
    width: 271px;
    float: left;
    border-right: none;
    background: #fff;
}

.search .search .SchBtn {
    display: block;
    float: left;
    width: 54px;
    height: 49px;
    text-decoration: none;
    text-align: center;
    line-height: 49px;
    background: url(/yinuo-style/images/searchbtn.png) no-repeat center #e15616;
}


/* doing*/

.doing {
    width: 100%;
    padding-bottom: 15px;
}

.doing .mainCon {
    width: 100%;
    margin-top: 34px;
}

.doing .com-title p {
    font-size: 14px;
    margin-top: 13px;
    color: #666;
}

.doing .com-title h2 a {
    cursor: default;
}

.doing .mainCon li {
    float: left;
    width: 290px;
    margin-left: 13px;
}

.doing .mainCon li:first-child {
    margin-left: 0;
}

.doing .mainCon li span a {
    display: block;
    overflow: hidden;
}

.doing .mainCon li span a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s ease-out;
}

.doing .mainCon li span a img:hover {
    transform: scale(1.1);
}

.doing .mainCon li span {
    width: 290px;
    height: 240px;
    overflow: hidden;
}

.doing .mainCon li .zhanwei>p a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    /* margin-top: 18px;*/
}

.doing .mainCon li .zhanwei>p {
    text-align: center;
}

.doing .mainCon li a {
    text-decoration: none;
}

.doing .mainCon li .zhanwei {
    padding: 0 10px;
    border: 1px #b2b2b2 solid;
    border-top: none;
    padding-top: 18px;
}

.doing .mainCon li .zhanwei span a {
    color: #666666;
    font-size: 14px;
}

.doing .mainCon li .zhanwei .zhanwei_nr .qwe {
    width: 265px;
    margin: 0 auto;
    overflow: hidden;
}

.doing .mainCon li .zhanwei .zhanwei_nr a {
    position: relative;
    float: left;
    display: block;
    width: 255px;
    padding: 0 5px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    color: #666666;
    height: 37px;
    line-height: 37px;
    text-align: center
}

.doing .mainCon li .zhanwei .zhanwei_nr a.even {
    text-align: center;
}

.doing .mainCon li .zhanwei a:hover {
    color: #e15616;
}

.doing .mainCon li .zhanwei .zhanwei_nr .qwe a:hover {
    color: #e15616;
}

.doing .mainCon li .zhanwei .zhanwei_nr {
    width: 258px;
}

.doing .mainCon li .zhanwei .chakan a {
    display: block;
    width: 139px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    border: 1px #b4b4b4 solid;
    border-radius: 10px;
    margin: 20px auto;
}

.doing .mainCon li .zhanwei .chakan a:hover {
    background: #e15616;
    border: 1px #e15616 solid;
    color: #fff;
}


/* data*/

.data {
    width: 100%;
    height: 208px;
    background: #444;
}

.data .mainCon {
    width: 100%;
}

.data .mainCon li {
    float: left;
    width: 300px;
    text-align: center;
    background: url(/yinuo-style/images/data-xian.png) no-repeat left center;
    padding-top: 40px;
    height: 168px;
    text-align: center;
}

.data .mainCon li:first-child {
    background-image: none;
}

.data .mainCon li span {
    font-size: 86px;
    font-family: "Futura Md BT";
    font-size: 86px;
    color: #fff;
}

.data .mainCon li em {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -48px;
    left: 8px;
}

.data .mainCon li p.p2 {
    font-size: 14px;
    color: #fff;
}


/* confuse*/


/* confuse*/

.confuse {
    background: #f7f7f7;
    height: 610px;
}

.confuse .com-title h2 {
    margin-top: 10px;
    font-size: 26px;
}

.confuse .com-title p {
    font-size: 14px;
    margin-top: 4px;
    font-family: "Arial";
}

.confuse .com-title h2 a {
    cursor: default;
}

.confuse .com-title i img {
    margin-top: 30px;
}

.confuse .kunyao {
    margin-top: 56px;
}

.confuse .kunyao .left {
    margin-right: 10px;
}

.confuse .kunyao .left img {
    width: 323px;
    height: 343px;
}

.confuse .kunyao .right ul li {
    /* width: 304px;*/
    float: left;
    margin-top: 60px;
    margin-left: 84px;
}

.confuse .kunyao .right img {
    width: 50px;
    height: 51px;
}

.confuse .kunyao .right .neirong {
    float: right;
    width: 259px;
    height: 49px;
    font-family: "微软雅黑";
    border-bottom: 1px #a1a1a1 solid;
}

.confuse .kunyao .right .neirong:hover {
    color: #e15616;
}

.confuse .kunyao .right .neirong .p1 {
    margin-top: -10px;
}

.confuse .kunyao .right .neirong .p2 {
    margin-top: 10px;
}

.confuse .kunyao .right .neirong p {
    margin-top: 10px;
    font-size: 15px;
    margin-left: 16px;
}


/* adv*/

.adv {
    width: 100%;
    padding-bottom: 60px;
}

.adv .com-title h2 img {
    display: block;
    margin: 0 auto;
}

.adv .mainCon {
    width: 100%;
    margin-top: 32px;
}

.adv .mainCon .menu {
    width: 100%;
    text-align: center;
}

.adv .mainCon .menu ul {
    display: inline-block;
    *display: inline-block;
}

.adv .mainCon .menu li {
    float: left;
    width: 192px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    margin: 0 18px;
}

.adv .mainCon .menu li.cur {
    background: #e15616;
    color: #fff;
    border-color: #e15616;
}

.adv .mainCon .conBox {
    width: 100%;
    margin-top: 32px;
}

.adv .mainCon .conBox dl {
    position: relative;
    height: 495px;
}

.adv .mainCon .conBox dd {
    width: 996px;
    height: 495px;
    float: right;
}

.adv .mainCon .conBox dd img {
    display: block;
    width: 996px;
    height: 495px;
}

.adv .mainCon .conBox dt {
    background: url(/yinuo-style/images/advbg01.png) no-repeat center;
    width: 324px;
    height: 308px;
    padding: 113px 38px 21px 59px;
    position: absolute;
    left: -21px;
    top: 26px;
}

.adv .mainCon .conBox dt h3 {
    font-size: 20px;
    color: #333333;
}

.adv .mainCon .conBox dt span {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 4px;
}

.adv .mainCon .conBox dt i {
    display: block;
    width: 50px;
    height: 2px;
    background: #e15616;
    margin: 20px 0 38px 0;
}

.adv .mainCon .conBox dt p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}


/* bring*/

.bring {
    height: 640px;
    width: 100%;
    background: #f7f7f7;
    /* padding-bottom: 55px;*/
}

.bring .com-title h2 {
    color: #323232;
    font-size: 28px
}

.bring .com-title h2 em {
    color: #e96441;
}

.bring .com-title p {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}

.bring .com-title i {
    margin-top: 27px;
}

.bring .container .anli {
    width: 101%;
    margin-top: 30px;
}

.bring .container .anli li {
    width: 235px;
}

.bring .container .anli li a {
    text-decoration: none;
    background: #313131;
}

.bring .container .anli a p {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 235px;
    font-size: 20px;
    background: #999;
    color: #000;
    text-align: center;
}

.bring .container .anli a p:hover {
    background: #e15616;
    color: #fff;
}

.bring .container .anli a p>i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-style: normal;
    text-align: center;
    padding: 0 5px;
}

.bring .container .anli a img {
    height: 347px;
    width: 100%;
}

.bring .container .anli li a span {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: red;
    position: relative;
    top: 10px;
    background: url(/yinuo-style/images/case-icon01.png) no-repeat 0 0;
}

.bring .container .anli li {
    float: left;
    margin-left: 7px;
}

.bring .container .anli li:first-child {
    margin-left: 0;
}

.bring .container .anli li .zh01 {
    background: url(/yinuo-style/images/case-icon01.png) no-repeat 0 0;
}

.bring .container .anli li .zh02 {
    background: url(/yinuo-style/images/case-icon02.png) no-repeat 0 0;
}

.bring .container .anli li .zh03 {
    background: url(/yinuo-style/images/case-icon03.png) no-repeat 0 0;
}

.bring .container .anli li .zh04 {
    background: url(/yinuo-style/images/case-icon04.png) no-repeat 0 0;
}

.bring .container .anli li a .cut {
    background: #e15616;
    color: #fff;
}

.bring .container .anli li:hover {
    background: #e15616;
    color: #fff;
}


/* case*/

.case {
    height: 520px;
    width: 100%;
    padding-bottom: 14px;
    background: #ffffff;
}

.case .com-img {
    margin-top: 10px;
}

.case .com-title h2 {
    font-size: 28px;
    margin-top: 10px;
}

.case .com-title p {
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
}

.case .com-title i {
    margin-top: 40px;
}

.case .com-title h2 img {
    display: block;
    margin: 0 auto;
}

.case .mainCon {
    width: 100%;
    margin-top: 42px;
}

.case .mainCon .menu {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.case .mainCon .menu ul {
    float: left;
}

.case .mainCon .menu li {
    float: left;
    width: 299px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    margin-left: 1px;
    background: #fff;
}

.case .mainCon .menu li:first-child {
    margin-left: 0;
}

.case .mainCon .menu li span {
    display: inline-block;
    display: inline-block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: relative;
    margin-right: 26px;
    top: 15px;
}

.case .mainCon .menu img {
    display: block;
    width: 46px;
    height: 92px;
    position: relative;
}

.case .mainCon .menu li.cur {
    background: #e15616;
    color: #fff;
    border-color: #e15616;
}

.case .mainCon .menu li.cur img {
    top: -46px;
}

.case .mainCon .conBox ul li p {
    font-size: 16px;
    color: #fff;
}

.case .mainCon .menu a.more {
    display: block;
    float: right;
    width: 299px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    margin-left: 1px;
    background: #fff;
    text-decoration: none
}

.case .mainCon .menu a.more span {
    display: inline-block;
    display: inline-block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    top: 15px;
}

.case .mainCon .menu a.more:hover {
    background: #e15616;
    color: #fff;
    border-color: #e15616;
}

.case .mainCon .menu a.more:hover img {
    top: -46px;
}

.case .mainCon .conBox {
    margin-top: 10px;
}

.case .mainCon .conBox .caseBtns {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.case .mainCon .conBox i.caseBtn {
    position: absolute;
    top: 228px;
    width: 125px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
}

.case .mainCon .conBox i img {
    display: block;
    width: 126px;
    height: 130px;
    position: relative;
}

.case .mainCon .conBox i.prev {
    left: -63px;
}

.case .mainCon .conBox i.next {
    right: -63px;
}

.case .mainCon .conBox i.next img {
    top: -65px;
}

.case .case-lunb {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

.case .box2 {
    width: 1200px;
    height: 355px;
    margin: 0 auto;
}

.case .box2 .iteam {
    position: absolute;
    overflow: hidden;
    top: 8% !important;
}

.case .box2 .iteam b {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/yinuo-style/images/bringbg01.png);
    left: 0;
    top: 0;
}

.case .box2 .iteam img {
    display: block
}

.case .box2 .iteam.active {
    height: 570px;
    top: 0 !important;
}

.case .box2 .iteam.active b {
    display: none;
}


/*acse轮播图*/

.case .mainCon {
    /* width: 100%;*/
    margin-top: 0;
}

.case .mainCon .about0 {
    width: 100%;
}

.case .mainCon .about0 .container {
    position: relative;
    height: 307px;
}

.case .mainCon .about0 .com-title h2 a {
    color: #fff;
}

.case .mainCon .about0 .com-title p {
    color: #fff;
}

.case .mainCon .about0 .mainCon {
    width: 100%;
    /* margin-top: 32px;*/
}

.case .mainCon .about0 .about-article {
    text-align: center;
}

.case .mainCon .about0 .about-article p {
    font-size: 14px;
    line-height: 27px;
    color: #fff;
}

.case .mainCon .about0 .about-article a.more {
    display: block;
    width: 60px;
    height: 60px;
    margin: 34px auto 0;
}

.case .mainCon .about0 .about-article a.more img {
    display: block;
    width: 60px;
    height: 60px;
    transition: all 1s ease-out;
}

.case .mainCon .about0 .about-article a.more:hover img {
    transform: rotate(360deg);
}

.case .mainCon .about0 .about-honor {
    /* padding: 0 46px 0 43px;*/
    /* height: 434px;*/
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    /* bottom: -308px;*/
    width: 1111px;
    /* box-shadow: 0px 10px 16px #e4e4e4;*/
}

.case .mainCon .about0 .about-honor .menu {
    width: 100%;
    height: 54px;
    text-align: center;
}

.case .mainCon .about0 .about-honor .menu li {
    width: 160px;
    text-align: center;
    line-height: 52px;
    height: 52px;
    font-size: 16px;
    border: 1px solid #b3b3b3;
    margin-left: 12px;
    display: inline-block;
    *display: inline-block;
    border-radius: 6px;
    background: #fff;
}

.case .mainCon .about0 .about-honor .menu li a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.case .mainCon .about0 .about-honor .menu li:first-child {
    margin-left: 0;
}

.case .mainCon .about0 .about-honor .menu li.cur {
    background: #e15616;
    border-color: #e15616;
}

.case .mainCon .about0 .about-honor .menu li.cur a {
    color: #fff;
}

.case .mainCon .about0 .about-honor .conBox {
    /* margin-top: 33px;*/
}

.case .mainCon .about0 .about-honor .conBox .box {
    overflow: hidden;
    position: relative;
    height: 302px;
}

.case .mainCon .about0 .about-honor .conBox ul {
    width: 108%;
    position: absolute;
    left: 0;
    top: 0;
}

.case .mainCon .about0 .about-honor .conBox li {
    float: left;
    width: 372px;
    height: 302px;
    position: relative;
    float: left;
    margin-right: 42px;
}

.case .mainCon .about0 .about-honor .conBox li span {
    display: block;
    width: 372px;
    height: 256px;
    overflow: hidden;
}

.case .mainCon .about0 .about-honor .conBox li img {
    display: block;
    /* width: 336px;*/
    width: 100%;
    height: 256px;
    /*transition: all 1s ease-out;*/
}


/*.case .mainCon .about0 .about-honor .conBox li:hover img{transform: scale(1.1);}*/

.case .mainCon .about0 .about-honor .conBox li div {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1b1b1b;
    font-size: 16px;
    color: #fff;
    width: 372px;
    /* position: absolute;*/
    /* bottom: 0;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 999;
}

.case .mainCon .about0 .about-honor .conBox li a {
    display: block;
    text-decoration: none;
}

.case .mainCon .about0 .about-honor i.aboutBtn {
    position: absolute;
    top: 125px;
    width: 69px;
    height: 69px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
}

.case .mainCon .about0 .about-honor i img {
    display: block;
    width: 69px;
    height: 138px;
    position: relative;
}

.case .mainCon .about0 .about-honor i.prev {
    left: -112px;
}

.case .mainCon .about0 .about-honor i.next {
    right: -196px;
}

.case .mainCon .about0 .about-honor i.aboutBtn:hover img {
    top: -69px;
}


/* flow*/

.flow {
    background: #f7f7f7 !important;
    width: 100%;
    background: url(/yinuo-style/images/flowbg02.jpg) no-repeat center;
    /* height: 392px;*/
    padding-bottom: 38px;
}

.flow .com-title {
    padding-top: 52px;
}

.flow .com-title p {
    font-size: 14px;
    color: #666666;
    margin-top: 13px;
}

.flow .com-title h2 {
    font-size: 28px;
    color: #333333;
}

.flow .com-title h2 a {
    cursor: default;
}

.flow .com-title h2 em {
    margin-left: -9px;
}

.flow .mainCon {
    width: 100%;
    margin-top: 53px;
}

.flow .mainCon {
    width: 100%;
    margin-top: 53px;
}

.flow .mainCon li {
    float: left;
    width: 149px;
    height: 130px;
    padding-top: 42px;
    background: url(/yinuo-style/images/flowbg01.png) no-repeat center top;
    text-align: center;
    margin-left: 113px;
}

.flow .mainCon li img {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto;
}

.flow .mainCon li p {
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
}

.flow .mainCon li:first-child {
    margin-left: 0;
}

.flow .mainCon li.odd {
    background-position: center bottom;
}

.flow .mainCon li.odd p {
    color: #fff;
}

.flow .mainCon li .img {
    position: relative;
    right: -130px;
    top: -65px;
    width: 12px;
    height: 22px;
}


/* project*/

.project {
    width: 100%;
    background: url(/yinuo-style/images/projectbg01.jpg) no-repeat center;
    height: 339px;
    padding-top: 42px;
    text-align: center;
}

.project h2 {
    font-size: 33px;
    color: #000;
}

.project span {
    display: block;
    font-size: 18px;
    color: #666666;
}

.project em {
    display: block;
    margin-top: 22px;
    font-size: 21px;
    color: #666;
}

.project h4 {
    font-size: 21px;
    color: #000;
    margin-top: 6px;
    font-weight: normal;
}

.project h4 em {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.project .biaodan {
    width: 764px;
    margin: 32px auto 0;
    height: 48px;
}

.project .biaodan Input {
    width: 277px;
    float: left;
    border: none;
    border-right: 1px solid #cfcfcf;
    height: 48px;
    line-height: 48px;
    outline: none;
    padding: 0 10px 0 18px;
    font-size: 14px;
    color: #333333;
}

.project .biaodan .coolbg {
    display: block;
    width: 152px;
    height: 48px;
    float: left;
    line-height: 48px;
    text-align: center;
    background: #e15616;
    font-size: 14px;
    color: #fff;
    border-radius: 0 30px 30px 0;
}

.project .Input .name {
    border-radius: 30px 0 0 30px;
}

.project p {
    font-size: 18px;
    color: #000;
    margin-top: 26px;
}

.project p i {
    font-size: 36px;
    color: #F00;
    font-weight: bold;
    font-style: normal;
}


/* partner*/

.partner {
    width: 100%;
}

.partner .com-title h2 {
    font-size: 28px;
}

.partner .com-title p {
    font-size: 18px;
    color: #666666;
}

.partner .mainCon {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 10px;
}

.partner .mainCon ul {
    width: 105%;
}

.partner .mainCon li {
    float: left;
    width: 223px;
    height: 117px;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin-right: 18px;
    margin-bottom: 16px;
}

.partner .mainCon li img {
    display: block;
    width: 223px;
    height: 117px;
    transition: all 1s ease-out;
}

.partner .mainCon li:hover img {
    transform: scale(1.1);
}

.partner .mainCon li:hover {
    border-color: #f4f4f4;
    box-shadow: 1px 1px 10px 3px #f4f4f4;
}


/* about*/

.about {
    width: 100%;
    height: 528px;
    background: #FFF;
}

.about .container {
    position: relative;
    height: 573px;
}

.about .com-title h2 a {
    font-size: 28px;
    color: #333333;
}

.about .com-title p {
    color: #666666;
    opacity: 0.75;
}

.about .mainCon {
    width: 100%;
    margin-top: 32px;
}

.about .about-article {
    margin-top: 40px;
    /* text-align: center;*/
}

.about .about-article .container-left {
    width: 602px;
    height: 326px;
    /* background: red;*/
}

.about .about-article .container-left img {
    width: 602px;
    height: 326px;
    /* background: red;*/
}

.about .about-article .container-right {
    margin-left: 30px;
    width: 544px;
    height: 326px;
    color: #f0f0f0;
    /* background: blue;*/
}

.about .about-article h3 {
    font-size: 22px;
}

.about .about-article p {
    margin-top: 44px;
    font-size: 16px;
    line-height: 33px;
    color: #333333;
}

.stmore {
    margin: auto;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCC;
    border-radius: 2px;
    float: right;
}

.stmore>a {
    display: block;
}

.stmore:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.about .about-article a.more {
    display: block;
    width: 60px;
    height: 60px;
    margin: 34px auto 0;
}

.about .about-article a.more img {
    display: block;
    width: 60px;
    height: 60px;
    transition: all 1s ease-out;
}

.about .about-article a.more:hover img {
    transform: rotate(360deg);
}

.about .about-honor {
    padding: 36px 46px 0 43px;
    height: 434px;
    background: #fff;
    position: absolute;
    top: 545px;
    left: 0;
    bottom: -308px;
    width: 1111px;
    /* box-shadow: 0px 10px 16px #e4e4e4;*/
}

.about .about-honor .menu {
    width: 100%;
    height: 54px;
    text-align: center;
}

.about .about-honor .menu li {
    width: 160px;
    text-align: center;
    line-height: 52px;
    height: 52px;
    font-size: 16px;
    border: 1px solid #aaaaaa;
    margin-left: 12px;
    display: inline-block;
    *display: inline-block;
    border-radius: 6px;
    background: #fff;
}

.about .about-honor .menu li a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.about .about-honor .menu li:first-child {
    margin-left: 0;
}

.about .about-honor .menu li.cur {
    background: #e15616;
    border-color: #e15616;
}

.about .about-honor .menu li.cur a {
    color: #fff;
}

.about .about-honor .conBox {
    margin-top: 33px;
}

.about .about-honor .conBox .box {
    overflow: hidden;
    position: relative;
    height: 316px;
}

.about .about-honor .conBox ul {
    width: 108%;
    position: absolute;
    left: 0;
    top: 0;
}

.about .about-honor .conBox li {
    float: left;
    width: 336px;
    height: 316px;
    position: relative;
    float: left;
    margin-right: 52px;
}

.about .about-honor .conBox li span {
    display: block;
    width: 336px;
    height: 282px;
    overflow: hidden;
}

.about .about-honor .conBox li img {
    display: block;
    width: 336px;
    height: 282px;
    transition: all 1s ease-out;
}

.about .about-honor .conBox li:hover img {
    transform: scale(0.6);
}

.about .about-honor .conBox li p {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    margin-top: 12px;
}

.about .about-honor .conBox li a {
    display: block;
    text-decoration: none;
}

.about .about-honor i.aboutBtn {
    position: absolute;
    top: 229px;
    width: 69px;
    height: 69px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
}

.about .about-honor i img {
    display: block;
    width: 69px;
    height: 138px;
    position: relative;
}

.about .about-honor i.prev {
    left: -34px;
}

.about .about-honor i.next {
    right: -34px;
}

.about .about-honor i.aboutBtn:hover img {
    top: -69px;
}


/* news*/

.news {
    background: #f7f7f7;
    margin-top: 500px;
    padding-bottom: 40px;
}

.news .top {
    padding-top: 58px;
    width: 100%;
}

.news .top h2 {
    float: left;
    height: 40px;
    line-height: 40px;
}

.news .top h2 a {
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    text-decoration: none
}

.news .top h2 em {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-right: 4px;
}

.news .top ul {
    float: right;
}

.news .top li {
    float: left;
    margin-left: 7px;
    width: 106px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.news .top li a {
    color: #333333;
    text-decoration: none;
    display: block;
}

.news .top li.cur {
    background: #e15616;
}

.news .top li.cur a {
    color: #fff;
}

.news .mainCon {
    width: 100%;
    margin-top: 30px;
}

.news .mainCon .newsL {
    float: left;
    width: 472px;
    height: 512px;
    padding: 66px 56px 0;
    background: #fff;
}

.news .mainCon .newsL span {
    display: block;
    font-size: 30px;
    color: #999999;
    font-weight: lighter;
}

.news .mainCon .newsL h3 {
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 22px 0 16px 0;
}

.news .mainCon .newsL h3 a {
    color: #333333;
    text-decoration: none;
}

.news .mainCon .newsL p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .mainCon .newsL p a {
    color: #666666;
    text-decoration: none;
}

.news .mainCon .newsL .newsL-pic {
    display: block;
    width: 472px;
    height: 257px;
    margin-top: 30px;
}

.news .mainCon .newsL .newsL-pic img {
    display: block;
    width: 472px;
    height: 257px;
}

.news .mainCon .newsR {
    float: right;
    width: 100%;
}

.news .mainCon .newsR dl {
    padding-top: 54px;
    border-bottom: 1px solid #eee;
    height: 138px;
}

.news .mainCon .newsR dl:first-child {
    border-top: 1px solid #eee;
}

.news .mainCon .newsR dt {
    float: left;
    width: 448px;
    margin-left: 26px;
}

.news .mainCon .newsR dd {
    width: 64px;
    float: right;
    margin-right: 8px;
}

.news .mainCon .newsR dt h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    background: url(/yinuo-style/images/news-icon01.png) no-repeat left center;
}

.news .mainCon .newsR dt h3 a {
    color: #333333;
    text-decoration: none;
}

.news .mainCon .newsR p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    margin-top: 16px;
}

.news .mainCon .newsR p a {
    color: #666666;
    text-decoration: none;
}

.news .mainCon .newsR dd span {
    display: block;
    font-size: 22px;
    color: #999999;
    font-weight: lighter;
}

.news .mainCon .newsR dd a {
    display: block;
    border-left: 1px solid #eeeeee;
    height: 32px;
    background: url(/yinuo-style/images/news-icon02.png) no-repeat center;
    margin-top: 16px;
}

.news .mainCon .newsR dl:hover {
    background: #fff;
    box-shadow: 1px 1px 10px 3px #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


/* link*/

.link {
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.link dl {
    padding: 28px 0 22px 0;
}

.link dt {
    float: left;
    width: 110px;
    background: url(/yinuo-style/images/link_xian.png) no-repeat right 5px;
}

.link dt a {
    display: block;
    text-decoration: none;
}

.link dt p {
    font-size: 31px;
    color: #131313;
    text-transform: uppercase;
}

.link dt p em {
    color: #e15616;
}

.link dt span {
    display: block;
    font-size: 17px;
    color: #666666;
    margin-top: -4px;
}

.link dd {
    float: left;
    width: 1058px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 30px;
}

.link dd a {
    display: block;
    font-size: 14px;
    color: #666666;
    float: left;
    margin-bottom: 6px;
    margin-right: 20px;
}

@media only screen and (min-width:1456px) {
    .case .case-lunb {
        height: 570px;
    }
    .case .mainCon .conBox i.caseBtn {
        top: 228px;
    }
    .case .mainCon .conBox i.prev {
        left: -63px;
    }
    .case .mainCon .conBox i.next {
        right: -63px;
    }
}

@media only screen and (max-width:1760px) {
    .case .case-lunb {
        height: 480px;
    }
    .case .mainCon .conBox i.caseBtn {
        top: 180px;
    }
    .case .mainCon .conBox i.prev {
        left: -63px;
    }
    .case .mainCon .conBox i.next {
        right: -63px;
    }
}

@media only screen and (max-width:1456px) {
    .case .case-lunb {
        height: 400px;
    }
    .case .mainCon .conBox i.caseBtn {
        top: 180px;
    }
    .case .mainCon .conBox i.prev {
        left: -63px;
    }
    .case .mainCon .conBox i.next {
        right: -63px;
    }
}

@media only screen and (max-width:1380px) {
    .case .case-lunb {
        height: 360px;
    }
}

@media only screen and (max-width:1290px) {
    .header .headerL {
        left: -250px;
        z-index: 9;
    }
    .header .headerR .worldWeb {
        z-index: 9;
        margin-right: 290px;
    }
    .header .headerR .header-nav {
        width: 821px;
    }
}

#wpforms-form-146 {
    display: flex;
    align-items: center;
}

#wpforms-form-146 .wpforms-field-container {
    padding: 0 !important;
    display: flex;
    align-items: center;
}

#wpforms-form-146 .wpforms-field-container div {
    padding: 0 !important;
    height: 100% !important;
    width: 306px !important;
    height: 48px !important;
}

#wpforms-form-146 .wpforms-field-container input {
    max-width: 100% !important;
    height: 100% !important;
    width: 100%;
    border: none;
    outline: none;
}

#wpforms-146-field_1-container {
    margin-right: 1px !important;
}

#wpforms-submit-146 {
    width: 152px !important;
    height: 48px !important;
    float: left;
    line-height: 48px !important;
    text-align: center !important;
    background: #e15616 !important;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 0 !important;
    border: none;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}