/* yitaishun_request_quote_101 start */
.yitaishun_request_quote_101 {
    background: #0072FF;
    padding: 11px 0;
    color: #fff;
}

.yitaishun_request_quote_101 .wrap-rule {
    position: relative;
}

.yitaishun_request_quote_101 .company-info {
    padding-right: 300px;
}

.yitaishun_request_quote_101 .company-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
}

.yitaishun_request_quote_101 .company-desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.yitaishun_request_quote_101 .tel_link {
    width: 280px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
    z-index: 2;
    background: #fff;
    overflow: hidden;
}

.yitaishun_request_quote_101 .tel_link a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    color: #0072FF;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.yitaishun_request_quote_101 .tel_link a::after {
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    display: block;
    background: none repeat scroll 0 0 #E8E8E8;
    width: 0%;
    z-index: -1;
    height: 0%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

.yitaishun_request_quote_101 .tel_link a:hover::after {
    height: 140%;
    width: 140%;
    opacity: 1;
}

/* yitaishun_request_quote_101 end */









/* .yitaishun_top_products_102 start */
.yitaishun_top_products_102 {
    padding: 63px 0 37px;
}

.yitaishun_top_products_102 .wrap-rule {
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.yitaishun_top_products_102 .main-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 66px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.yitaishun_top_products_102 .picScroll {
    position: relative;
}

.yitaishun_top_products_102 .picScroll .scroll-body .tempWrap {
    z-index: 20;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .title {
    line-height: 24px;
}

.yitaishun_top_products_102 .picScroll .scroll-body {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li {
    float: left;
    overflow: hidden;
    width: 1200px !important;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li a {
    display: block;
    width: 328px;
    height: 235px;
    line-height: 235px;
    background: #fff;
    overflow: hidden;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content {
    width: 1074px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item {
    display: inline-block;
    vertical-align: middle;
    width: 328px;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item a.postPhoto {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 220px;
    text-align: center;
    background: #DFE8EB;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 328px;
    max-height: 235px;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec {
    height: 66px;
    background: #fff;
    text-decoration: none;
    position: relative;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item:hover .text-dec .title {
    color: #0072FF;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 48px;
    font-size: 14px;
    font-weight: normal;
    color: #332D2D;
    line-height: 24px;
    padding: 0 15px;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec .title a {
    height: 36px;
    text-decoration: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec .button {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: #438fff;
    border-radius: 2px;
    margin: 10px auto 0;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec .button:hover:after {
    height: 450%;
    width: 110%;
    opacity: 1;
}

.yitaishun_top_products_102 .picScroll .scroll-body ul li .slide-content .swiper-slide-item .text-dec .button:after {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #0078e2;
    height: 0%;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 0%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .5;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.yitaishun_top_products_102 .picScroll .nav-list {
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

.yitaishun_top_products_102 .picScroll .nav-list ul li {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #D8D8D8;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer;
}

.yitaishun_top_products_102 .picScroll .nav-list ul li.on {
    background: #939393;
}

.yitaishun_top_products_102 .picScroll .prev,
.yitaishun_top_products_102 .picScroll .next {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 30;
    text-align: center;
    cursor: pointer;
    font-size: 40px;
    top: 50%;
    margin-top: -30px;
    outline: none;
    background: rgba(0, 0, 0, .15);
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    transition: background .2s ease-out;
    display: block !important;
}

.yitaishun_top_products_102 .picScroll .prev:hover,
.yitaishun_top_products_102 .picScroll .next:hover {
    background: rgba(0, 0, 0, .4);
}

.yitaishun_top_products_102 .picScroll .prev {
    left: 5px;
}

.yitaishun_top_products_102 .picScroll .next {
    right: 5px;
}

.yitaishun_top_products_102 .picScroll .next .iconfont {
    margin-top: 2px;
}

.yitaishun_top_products_102 .picScroll .prev .iconfont,
.yitaishun_top_products_102 .picScroll .next .iconfont {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* .yitaishun_top_products_102 end */












/* yitaishun_jigsaw_puzzle_103 start */
.yitaishun_jigsaw_puzzle_103 {
    margin-bottom: 42px;
}

.yitaishun_jigsaw_puzzle_103 .wrap-rule {
    width: 1122px;
}

.yitaishun_jigsaw_puzzle_103 .float-left {
    width: 743px;
}

.yitaishun_jigsaw_puzzle_103 .item {
    width: 363px;
    height: 272px;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
}

.yitaishun_jigsaw_puzzle_103 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.yitaishun_jigsaw_puzzle_103 .item.about-us {
    background: url(../image/about-us.jpg) no-repeat;
}

.yitaishun_jigsaw_puzzle_103 .item.products {
    background: url(../image/products.jpg) no-repeat;
}

.yitaishun_jigsaw_puzzle_103 .item .text-show {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 58px;
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.yitaishun_jigsaw_puzzle_103 .item:hover .text-show {
    background: rgba(0, 101, 226, 0.35);
}

.yitaishun_jigsaw_puzzle_103 .item.news-image a {
    height: 100%;
}

.yitaishun_jigsaw_puzzle_103 .item.news-image a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.yitaishun_jigsaw_puzzle_103 .item.news-image:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.yitaishun_jigsaw_puzzle_103 .item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.yitaishun_jigsaw_puzzle_103 .item .item-title {
    font-size: 36px;
    line-height: 66px;
    max-height: 198px;
    text-transform: uppercase;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 70px;
}

.yitaishun_jigsaw_puzzle_103 .item .item-desc {
    font-size: 18px;
    max-height: 56px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.yitaishun_jigsaw_puzzle_103 .item .operation {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 38px;
}

.yitaishun_jigsaw_puzzle_103 .item .operation .arrow {
    display: inline-block;
    margin-left: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.yitaishun_jigsaw_puzzle_103 .item .operation:hover .arrow {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.yitaishun_jigsaw_puzzle_103 .item .contact {
    line-height: 33px;
}

.yitaishun_jigsaw_puzzle_103 .item .contact.telphone {
    text-decoration: none;
    color: #fff;
    line-height: 33px;
}

.yitaishun_jigsaw_puzzle_103 .item .contact.telphone {
    margin-top: 55px;
}

.yitaishun_jigsaw_puzzle_103 .item .contact i,
.yitaishun_jigsaw_puzzle_103 .item .contact span {
    display: inline-block;
    vertical-align: middle;
}

.yitaishun_jigsaw_puzzle_103 .item .contact i {
    margin-right: 25px;
    font-size: 20px;
}

.yitaishun_jigsaw_puzzle_103 .item a.contact:hover {
    color: #979797;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation .item-desc,
.yitaishun_jigsaw_puzzle_103 .item.has-animation .operation,
.yitaishun_jigsaw_puzzle_103 .item .contact {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation .item-title {
    padding-left: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation.contact-us .item-title {
    padding-left: 0;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation:hover .item-title {
    padding-left: 0;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation:hover .item-desc,
.yitaishun_jigsaw_puzzle_103 .item.has-animation:hover .operation,
.yitaishun_jigsaw_puzzle_103 .item.has-animation:hover .contact {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation:hover .item-title {
    padding-top: 0;
}

.yitaishun_jigsaw_puzzle_103 .item.factory-tour {
    width: 743px;
    height: 560px;
    background: url(../image/factory-tour.jpg) no-repeat;
    margin-top: 0;
}

.yitaishun_jigsaw_puzzle_103 .item.factory-tour .text-show {
    padding: 50px 58px;
}

.yitaishun_jigsaw_puzzle_103 .item.factory-tour .item-title {
    padding-top: 180px;
    text-align: left;
}

.yitaishun_jigsaw_puzzle_103 .left-bottom .item .item-title {
    padding: 0;
}

.yitaishun_jigsaw_puzzle_103 .left-bottom .item.news {
    width: 380px;
    background: #494949;
}

.yitaishun_jigsaw_puzzle_103 .left-bottom .item.news .item-desc,
.yitaishun_jigsaw_puzzle_103 .left-bottom .item.news .operation {
    color: #979797;
}

.yitaishun_jigsaw_puzzle_103 .float-right .item:first-of-type {
    margin-top: 0;
}

.yitaishun_jigsaw_puzzle_103 .float-right .item:last-of-type .text-show {
    background: #0065E2;
}

.yitaishun_jigsaw_puzzle_103 .item.has-animation.products:hover .item-title {
    padding-top: 70px;
    padding-left: 20px;
}

/* yitaishun_jigsaw_puzzle_103 end */





/* .yitaishun_footer_104  start */
.yitaishun_footer_104 {
    background: #333;
}

.yitaishun_footer_104 #footer {
    padding: 52px 0 23px;
}

.yitaishun_footer_104 #footer .list_box {
    display: inline-block;
    width: 100%;
}

.yitaishun_footer_104 #footer .list {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.yitaishun_footer_104 #footer .list.sns {
    width: 23%;
}

.yitaishun_footer_104 #footer .list.categories {
    width: 17%;
}

.yitaishun_footer_104 #footer .list.sns>div {
    margin-right: 20px;
}

.yitaishun_footer_104 #footer .list .title {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}

.yitaishun_footer_104 #footer .list .item {
    position: relative;
    list-style-type: none;
    margin-bottom: 8px;
    padding-right: 20px;
}

.yitaishun_footer_104 #footer .list .text-zz {
    display: block;
    float: left;
    height: 30px;
    padding-top: 3px
}

.yitaishun_footer_104 #footer .list .comp-tt {
    font-size: 18px;
    color: #8C8F94;
    margin-right: 4px;
    font-weight: 400
}

.yitaishun_footer_104 #footer .list .item a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.yitaishun_footer_104 #footer .list .item:hover a {
    color: #888;
}

.yitaishun_footer_104 #footer .list.contact_list {
    width: 28%;
}

.yitaishun_footer_104 #footer .list.contact_list .item {
    padding-right: 10px;
    margin: 16px 0;
    line-height: 18px;
    font-size: 13px;
    color: #8C8F94
}

.yitaishun_footer_104 #footer .list.contact_list .item td {
    padding-bottom: 15px;
}

.yitaishun_footer_104 #footer .list.contact_list .item th {
    vertical-align: top
}

.yitaishun_footer_104 #footer .list.contact_list .item span {
    display: inline-block;
    line-height: 20px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.yitaishun_footer_104 #footer .list.contact_list .item span a {
    width: auto;
}

.yitaishun_footer_104 .footer_down {
    background: #3D3D3D;
    padding: 20px 0 30px;
}

.yitaishun_footer_104 .footer_down .link {
    height: 18px;
    line-height: 18px;
}

.yitaishun_footer_104 .footer_down .link .item {
    display: inline-block;
    vertical-align: middle;
}

.yitaishun_footer_104 .footer_down .link .item a:hover {
    color: #888;
}

.yitaishun_footer_104 .footer_down .link .item a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.yitaishun_footer_104 .footer_down .link .item a::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .3);
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.yitaishun_footer_104 .footer_down .link .item:last-of-type a::before{
    display: none;
}
.yitaishun_footer_104 #copymsg {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.yitaishun_footer_104 #copymsg span{
    text-transform: initial;
}
.yitaishun_footer_104 #copymsg a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}

.yitaishun_footer_104 #copymsg a:hover {
    color: #888;
}

.yitaishun_footer_104 #footer .friendship-link {
    margin-top: 40px
}

.yitaishun_footer_104 #footer .friendship-link .title {
    font-size: 15px;
    color: #8f8f8f;
    margin-right: 3%;
    width: 8%
}

.yitaishun_footer_104 #footer .friendship-link .list {
    width: 85%
}

.yitaishun_footer_104 #footer .friendship-link .list a {
    font-size: 16px;
    color: #8f8f8f;
    width: 9%;
    margin-right: 1%
}

.yitaishun_footer_104 #footer .friendship-link .list a.pic {
    background: #fff
}

.yitaishun_footer_104 #footer_box {
    padding-top: 55px;
}

.yitaishun_footer_104 #footer .list.sns .icon-show {
    margin-top: 20px;
}

.yitaishun_footer_104 #footer .list.sns a {
    display: inline-block;
    text-decoration: none;
}

.yitaishun_footer_104 #footer .list.sns a:hover .iconfont {
    color: #0065E2;
}

.yitaishun_footer_104 #footer .list.sns .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 20px;
    color: #8C8F94;
    text-align: center;
    -webkit-transition: color .2s ease-in;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -ms-transition: color .2s ease-in;
    transition: color .2s ease-in;
}

.yitaishun_footer_104 #footer .list.sns .iconfont.icontwitter {
    font-size: 20px;
}

.yitaishun_footer_104 #footer .list.sns .iconfont.iconlinkedinFlashnews {
    font-size: 26px;
}

.yitaishun_footer_104 #footer .list .compant-tt {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.yitaishun_footer_104 #footer .list .logo-wrap {
    max-height: 63px;
    position: relative;
    width: 200px;
    margin-bottom: 20px;
}

.yitaishun_footer_104 #footer .list .logo-wrap a {
    display: table-row;
    width: auto;
    vertical-align: middle;
    height: 100px;
    box-sizing: border-box
}

.yitaishun_footer_104 #footer .list .logo-wrap a:hover {
    transform: none;
}

.yitaishun_footer_104 #footer .list .logo-wrap a img {
    max-height: 63px;
    max-width: 150px;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
}

.yitaishun_footer_104 .search {
    width: 282px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid transparent;
}

.yitaishun_footer_104 .search input {
    display: block;
    width: 100%;
    background: #4E5054;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 63px 0 18px;
    color: #fff;
}

.yitaishun_footer_104 .search .iconfont {
    height: 45px;
    width: 45px;
    border-radius: 0 4px 4px 0;
    font-size: 20px;
    background: #0065E2;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.yitaishun_footer_104 .search .iconfont:hover {
    background: #0052B9;
}

/* yitaishun_footer_104  end */


/* shanghaishenghua_global_header_101 start */
.shanghaishenghua_global_header_101 {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 1000;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.shanghaishenghua_global_header_101.on {
    background: rgba(0, 0, 0, 1);
}

.shanghaishenghua_global_header_101 .wrap-rule {
    height: 100%;
}

.shanghaishenghua_global_header_101 a {
    text-decoration: none;
}

.shanghaishenghua_global_header_101 .header-left {
    float: left;
    width: 230px;
    height: 80px;
    line-height: 80px;
}

.shanghaishenghua_global_header_101 .header-left .logo{
    display: inline-block;
    vertical-align: middle;
}

.shanghaishenghua_global_header_101 .header-left .logo {
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.shanghaishenghua_global_header_101 .header-left .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl .languages-list {
    position: relative;
    padding: 14px 0px 14px;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu:before,
.shanghaishenghua_global_header_101 .ecer-quote .cl .languages-list:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shanghaishenghua_global_header_101 .header-logo-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.shanghaishenghua_global_header_101 .header-right {
    float: right;
    height: 80px;
    line-height: 80px;
    /* -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex-grow: 1;
    flex-shrink: 1; */
}

.shanghaishenghua_global_header_101 .ecer-menu-header-container {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    box-sizing: border-box;
    padding-right: 190px;
    z-index: 50;
    padding-left: 320px;
}

.shanghaishenghua_global_header_101 .menu-header-container {
    font-family: 'AvenirLTStd-Heavy';
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation {
    position: relative;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    left: 0;
    bottom: 0;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li {
    height: 32px;
    line-height: 32px;
    margin-right: 32px;
    float: left;
    position: relative;
    text-transform: capitalize;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li.on a:before {
    width: 100%;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li:hover>a:before {
    width: 100%;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li a {
    display: inline-block;
    transition: color .3s ease-in-out;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    text-transform: capitalize;
    position: relative;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li a:before {
    transition: all .3s ease;
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    display: block;
    background-color: #fff;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li a span {
    font-family: 'Avenir-Heavy,Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 74px;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li:hover .ecer-sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu>dt {
    z-index: 1;
    height: 28px;
    position: relative;
}


.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu {
    margin-top: 30px;
    padding: 14px 0 14px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 203;
    opacity: 0;
    transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    width: 200px;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu:after {
    display: block;
    content: '';
    clear: both
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu dt>a {
    font-weight: normal;
    text-align: left;
    width: 80%;
    padding: 0 10%;
    line-height: 28px;
    height: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    text-transform: capitalize;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu dt:hover>a {
    color: #2A75BD;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu dt a:after {
    transition: all .3s ease;
}

.shanghaishenghua_global_header_101 .menu-header-container>ul.navigation>li .ecer-sub-menu dt:hover>:after {
    content: '';
    width: 5px;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 0px 6px 6px 0;
}

.shanghaishenghua_global_header_101 .ecer-quote {
    display: inline-block;
    vertical-align: middle;
}

.shanghaishenghua_global_header_101 .ecer-quote .language {
    position: relative;
    font-size: 14px;
}

.shanghaishenghua_global_header_101 .ecer-quote .iconxiangxia {
    margin-left: 10px;
    font-size: 12px;
}

.shanghaishenghua_global_header_101 .ecer-quote .on {
    color: #fff;
}

.shanghaishenghua_global_header_101 .ecer-quote .on .drop-searchbox {
    visibility: visible;
    opacity: 1;
}

.shanghaishenghua_global_header_101 .ecer-quote>span:first-child i {
    font-size: 25px;
    cursor: pointer;
}


.shanghaishenghua_global_header_101 .ecer-quote>span {
    height: 32px;
    margin: 0 34px 0px 0;
    float: left;
    text-transform: capitalize;
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
}


.shanghaishenghua_global_header_101 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.shanghaishenghua_global_header_101 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.shanghaishenghua_global_header_101 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.shanghaishenghua_global_header_101 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}


.shanghaishenghua_global_header_101 .mail_submit {
    background: #2A75BD;
    height: 40px;
    color: #fff;
    width: 134px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-left: 45px;
    font-family: 'AvenirLTStd-Heavy';
}

.shanghaishenghua_global_header_101 .mail_submit>span {
    font-size: 18px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.shanghaishenghua_global_header_101 .mail_submit>span:after {
    position: absolute;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    display: block;
    background: none repeat scroll 0 0 #00268D;
    width: 0%;
    z-index: -1;
    height: 0%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

.shanghaishenghua_global_header_101 .mail_submit>span:hover:after {
    height: 160%;
    width: 160%;
    opacity: 1;
}

.shanghaishenghua_global_header_101 .header-logo-wrap span {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-top: 7px;
    position: relative;
    margin-right: 20px;
}

.shanghaishenghua_global_header_101 .header-logo-wrap h1 {
    width: 198px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 16px;
    text-transform: capitalize;
}

.shanghaishenghua_global_header_101 .ecer-quote>span:last-child:hover .cl {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl {
    margin-top: 30px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 203;
    opacity: 0;
    transition: opacity .3s ease-in-out .5s, margin .3s ease-in-out .5s;
    width: 140px;
    background: rgba(0, 0, 0, 0.6);
    max-height: 360px;
    overflow: auto;
}


.shanghaishenghua_global_header_101 .ecer-quote .cl li {
    line-height: 34px;
    height: 34px;
    position: relative;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl a {
    text-align: left;
    width: 60%;
    margin: 0 20%;
    height: 34px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    position: relative;
    line-height: 34px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl .languages-list li {
    position: relative;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl .languages-list li:hover:after {
    content: '';
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
}

.shanghaishenghua_global_header_101 .ecer-quote .cl .languages-list li:hover a {
    color: #2A75BD;
}

.shanghaishenghua_global_header_101 .ecer-quote .searchForm .iconfont .shanghaishenghua_global_header_101 .ecer-quote .searchForm.on .iconfont {
    color: #009dff;
}

.shanghaishenghua_global_header_101 .ecer-quote .searchForm.on .drop-searchbox {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.shanghaishenghua_global_header_101 .ecer-quote .drop-searchbox {
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 30px;
    list-style: none;
    visibility: hidden;
    position: absolute;
    right: -25px;
    z-index: 203;
    opacity: 0;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 378px;
    height: 50px;
    top: 24px;
}

.shanghaishenghua_global_header_101 .ecer-quote .drop-searchbox>input {
    font-family: "AvenirLTStd-Book";
    float: left;
    height: 50px;
    border: 0;
    width: 320px;
    background: transparent;
    padding: 0 20px;
    box-sizing: border-box;
    outline: 0;
    color: #fff;
}

.shanghaishenghua_global_header_101 .ecer-quote .drop-searchbox button {
    width: 50px;
    background: transparent;
    border: 0;
    float: right;
    height: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    cursor: pointer;
    outline: 0;
}

/* shanghaishenghua_global_header_101 end */



/* .shanghaishenghua_global_banner_102 start */
.shanghaishenghua_global_banner_102 {
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.shanghaishenghua_global_banner_102 .picScroll {
    position: relative;
}

.shanghaishenghua_global_banner_102 .picScroll .tempWrap {
    margin: 0 auto;
}

.shanghaishenghua_global_banner_102 .picScroll li {
    height: 600px;
    position: relative;
}

.shanghaishenghua_global_banner_102 .picScroll li>a {
    display: block;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 600px;
}

.shanghaishenghua_global_banner_102 .picScroll li a img {
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.shanghaishenghua_global_banner_102 .picScroll li a.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 84, 202, 0.45);
}

.shanghaishenghua_global_banner_102 .picScroll li .texts {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.shanghaishenghua_global_banner_102 .picScroll li .text-desc {
    display: block;
    width: 670px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.shanghaishenghua_global_banner_102 .picScroll li .text-desc .text1 {
    font-size: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.shanghaishenghua_global_banner_102 .picScroll li .text-desc .text2 {
    font-size: 18px;
    line-height: 28px;
    max-height: 84px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.shanghaishenghua_global_banner_102 .picScroll .nav-list {
    position: absolute;
    width: 100%;
    bottom: 22px;
    z-index: 10;
}

.shanghaishenghua_global_banner_102 .picScroll .nav-list ul {
    height: 17px;
    line-height: 17px;
    text-align: center;
}

.shanghaishenghua_global_banner_102 .picScroll .nav-list ul li {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 8px;
    font-size: 0;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.3;
}

.shanghaishenghua_global_banner_102 .picScroll .nav-list ul li.on {
    opacity: 1;
}

/* shanghaishenghua_global_banner_102 end */