 @charset "utf-8";
/*通用样式*/

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 12px;
}
body {
    font: 12px 'microsoft yahei';
    color: #000;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    line-height: 2;
    min-width: 1200px;
}
em, i {
    font-style: normal;
}
ul, p, h1, h2, h3, h4, h5, h6, dl, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
input {
    border: 0;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
.clear:after {
    content: "";
    clear: both;
    font-size: 0;
    height: 0;
    display: block;
}
input, button, select, textarea {
    outline: none;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
img {
    vertical-align: bottom;
}
ul {
    padding: 0 !important;
}
img {
    vertical-align: text-top;
    max-width: 100%;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #06789b;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
@font-face {
    font-family: 'iconfont';
    src: url('fonticon/iconfont.eot');
    src: url('fonticon/iconfont.eot?#iefix') format('embedded-opentype'), url('fonticon/iconfont.woff') format('woff'), url('fonticon/iconfont.ttf') format('truetype'), url('fonticon/iconfont.svg#iconfont') format('svg');
}
.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
    content: "\e625";
}
#scrollUp {
    background-color: #2aa1fd;
    bottom: 30px;
    color: #ffffff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
#scrollUp:hover {
    background: #ff6600;
    color: #fff;
}
/*头部导航*/
#header {
    z-index: 999;
    background: #fff;
    position: relative;
    width: 100%;
}
#header {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.container {
    position: relative;
    width: 1200px;
    margin: 18px auto;
    padding: 0;
}
.container .three.columns {
    width: 205px;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
#logo {
    margin-top: 10px;
}
#logo a img {
    float: left;
    width: auto;
    height: 70px;
}
.container .thirteen.columns {
    width: 955px;
}
.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
#navigation {
    float: left;
}
.js .selectnav {
    display: none;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul li {
    position: relative;
    margin-left: 5px;
    line-height: 18px;
}
.menu ul ul {
    background-color: #333;
    z-index: 999;
    border-top: 3px solid #808080;
    margin: -3px 0 0 0;
}
.menu ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 160px;
}
.menu > ul li {
    float: left;
}
.menu ul li:hover > ul {
    display: block;
}
.menu ul a {
    display: block;
    position: relative;
}
.menu ul ul ul {
    top: 0;
    left: 100%;
}
#current, .menu ul li a:hover, .menu ul > li:hover > a, .menu ul ul {
    border-color: #f6eb46 !important;
}
#current {
    border-bottom: 3px solid #f6eb46;
    color: #505050;
}
.menu ul li a {
    -webkit-transition: border 150ms ease-in-out, color 150ms ease-in-out;
    -moz-transition: border 150ms ease-in-out, color 150ms ease-in-out;
    -o-transition: border 150ms ease-in-out, color 150ms ease-in-out;
    -ms-transition: border 150ms ease-in-out, color 150ms ease-in-out;
    transition: border 150ms ease-in-out, color 150ms ease-in-out;
}
.menu ul > li > a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    padding: 28px 20px 25px 20px;
    overflow: hidden;
    border-bottom: 3px solid transparent;
}
.menu ul ul li a, .sf-arrows ul li ul a.sf-with-ul:after {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.menu > ul ul li:hover > a {
    border-bottom: 0;
    background: transparent;
}
.menu ul ul li a:hover {
    color: #fff;
    background-color: #3a3a3a;
    border: 0;
}
.menu ul ul li {
    width: 95%;
}
.menu > ul ul li:hover > a {
    border-bottom: 0;
    background: transparent;
    color: #faea07;
}
.menu ul ul li a {
    font-weight: 500;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 16px !important;
    border: 0;
}
.header_top {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background: #000;
    border-bottom: 1px solid #fff;
}
.header_top {
    position: relative;
    z-index: 2000;
}
.fixed, .clearfix {
}
.header_top_part2 {
    padding: 1px 18px 0;
}
.header_top_part2 {
    float: right;
}
.header_top_part4 {
    float: left;
}
.header_top_part4 span {
    padding: 0 6px;
}
.header_top_part4 a {
    color: #fff;
    font-size: 30px;
    line-height: 58px;
}
.yj01 {
    color: #797979;
    font-size: 12px;
    width: 500px;
    overflow: hidden;
    height: 24px;
}
.width-hearders {
    width: 1200px;
    margin: 0 auto;
    background: #000;
    padding: 20px 0px;
}
.bdshare-button-style0-32 a {
    font-size: 16px;
    float: left;
    display: inline-block;
    margin: 0 14px 0 0;
    color: #ddc286;
    padding-right: 10px;
}
.icon-page-lianxi {
    float: left;
}
.icon-page-lianxi:before {
    content: "\e611";
    font-size: 30px;
    color: #787878;
    padding-right: 8px;
    font-family: "iconfont" !important;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}
/*头部结束*/
 
 
/* flexslider */
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    /*height: 520px;*/
    overflow: hidden;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.flexslider .slides {
    zoom: 1;
}
.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
*display:inline;
}
.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active {
    background-position: 0 0;
}
.flex-active-slide a {
    width: 100%;
}
.cont-ainer {
    width: 100%;
    margin: 0 auto;
    background: #797979;
}
.thirteen {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
/*导航*/
.dh {
    background: #797979;
    height: 49px;
    line-height: 49px;
    vertical-align: middle;
    width: 1200px;
    margin: 0 auto;
}
.dh1 {
    width: 1100px;
    margin: 0px auto;
}
.dh1 li {
    float: left;
    line-height: 49px;
    margin: 0px 10px;
    width: 102px;
    height: 49px;
    position: relative;
    text-align: center;
}
.dh1 li a {
    font-size: 16px;
    color: #fff;
    display: block;
}
.dh1 li.active .nav01 {
    background: url(../images/dh_bh.png) center no-repeat;
    display: block;
    width: 102px;
    height: 49px;
}
.dh1 li.hhh .nav01 {
    background: url(../images/dh_bh.png) center no-repeat;
    display: block;
    width: 102px;
    height: 49px;
}
.dh1 li a:hover.nav01 {
    background: url(../images/dh_bh.png) center no-repeat;
    display: block;
    width: 102px;
    height: 49px;
}
.nav li .sub-nav {
    position: absolute;
    top: 48px;
    left: 0px;
    list-style: none;
    background-color: #000;
    display: none;
}
.nav li .sub-nav li {
    text-align: center;
    clear: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0px 0px;
}
.nav li .sub-nav li a {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    display: inline-block;
}
.nav li .sub-nav li a:hover {
    background: #4e4e4e;
}
/*底部开始*/

.f_link {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #797979;
    clear: both;
    border-bottom: 1px solid #fff;
}
.f_link .main2 {
    width: 1200px;
    margin: 0 auto;
    background: #797979;
    font-size: 14px;
    text-align: center;
}
.f_link a {
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
}
.foot-02-right {
    width: 150px;
    overflow: hidden;
    float: right;
}
.footer {
    width: 100%;
    margin: 0 auto;
    background: #000000;
}
.footer-body {
    width: 1200px;
    margin: 0 auto;
    background: #000;
}
.foot-02 {
}
.foot-02-right p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}
.foot-02-right img {
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.foot-02-left {
    float: left;
    width: 75%;
    color: #fff;
    margin-left: 12%;
}
.foot-02-left a {
    color: #fff;
    font-size: 13px;
}
.foot-02-left p {
    color: #fff;
}
.foot-02-left p em {
    color: #e7b138;
    font-size: 20px;
    padding-left: 6px;
    display: inline-block;
}
.footer-left-ul02 a {
    color: #fff;
}
.foot-02-left-ul a {
    display: inline-block;
    margin: 8px 6px;
    font-size: 13px;
    font-family: '微软雅黑';
}
.foot-02-left-ul a:hover {
    color: #fff
}
.foot-02-left-ul {
    margin: 10px 0px 0px;
}
.footer-left-ul02 {
    margin: 0px 0px;
}
.footer-left-ul02 li {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
/*底部结束*/
.about_riga {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
    font-size: 13px;
}
.about_riga a {
    display: inline-block;
    font-size: 14px;
    color: #000;
}
.about_riga a:hover {
    color: #e7b138;
}
.main03 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.main03 .fyMain-left {
    width: 25%;
    float: left;
    overflow: hidden;
}
.main03 .fyMain-right {
    width: 72%;
    float: right;
    overflow: hidden;
}
.ribbon-product01-h2 {
    background: url(../images/daohang.png) no-repeat;
    width: 300px;
    overflow: hidden;
    background-size: contain;
    height: 65px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.ribbon-product01-ul {
    text-align: center;
}
.ribbon-product01-ul li em {
    float: left;
    width: 70px;
    text-align: center;
    margin-left: 15px
}
.ribbon-product01-ul li img {
    height: 33px;
    vertical-align: middle;
    overflow: hidden;
}
.ribbon-product01-ul li {
    margin-bottom: 9px;
}
.ribbon-product01-ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ribbon-product03-ul, .ribbon-product02-ul {
    margin: 20px 6px;
}
.ribbon-product03-ul li {
    margin-top: 1px;
    font-size: 14px;
    color: #3a3a3a;
}
.ribbon-product03-ul li span {
    float: left;
}
.ribbon-product01 {
    padding-bottom: 30px;
}
.ribbon-product02-ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.ribbon-product02-ul li:before {
    content: '\e621';
    font-family: "iconfont" !important;
    font-size: 16px;
    float: left;
    font-style: normal;
    display: inline-block;
}
.ribbon-product02-ul li a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
/*新闻中心开始*/
.details-data-h2 {
    line-height: 30px;
    color: #000;
    font-size: 26px;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: 500;
    padding-bottom: 10px;
}
/*新闻中心结束*/
.navbar-default-contanct {
    margin: 40px 0px;
    width: 100%;
    overflow: hidden
}
.xinw-contanct li {
    padding: 10px 15px 10px;
}
.xinw-contanct .nei-contanct {
    background: url(../images/lid.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 13px;
}
.xinw-contanct li:nth-child(even) {
    background: #fff;
}
.xinw-contanct li:nth-child(odd) {
    background: #e9e9e9;
}
.xinw-contanct a {
    display: block;
    width: 100%;
    color: #000;
}
.nei-contanct {
    line-height: 35px;
}
.nei-contanct h2 {
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-left: 26px;
}
.qing-alce3 {
    font-size: 13px;
    float: right;
}
.pagerout {
    text-align: center;
    padding: 15px 0 15px;
    margin: 26px 0px;
}
.pager a, .pager strong, .pager .current {
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 1px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #000;
    border: 1px solid #797979;
    font: 700 14px/30px "Hiragino Sans GB", "Microsoft YaHei";
}
.pager strong, .pager .current {
    color: #fff;
    z-index: 2;
    font-size: 14px;
    background: #797979;
}
.pager a:hover {
    color: #000;
}
.font-header {
    text-align: center;
    font-size: 28px;
    color: #353535
}
.axls-ts {
    text-align: center;
    margin: 20px auto;
    color: #9c9c9c;
    font-size: 13px;
}
.axls-ts li {
    display: inline-block;
    margin: 0px 13px;
}
.default-contanct {
    border-top: 1px solid #d0ceca;
    width: 100%;
}
.fault-contan {
    margin: 30px 0px;
    line-height: 2;
    font-size: 16px;
    color: #3a3a3a
}
.cpxl-links {
    padding: 30px 0px;
    display: block;
    width: 100%;
}
.cpxl-links span {
 display: block;
    width: 100%;
    color: #1573bb;
    font-size: 15px;
}
.cpxl-links span a {
    color: #1573bb;
    font-size: 15px;
}
.gotop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 80px;
    height: 70px;
    width: 70px;
    right: 50px;
}
.gotop img {
    display: block;
    height: 70px;
    width: 60px;
}
.gotop:active, .gotop:focus {
    outline: none;
}
.default-contanct02 {
    margin: 20px 30px;
}
.default-contanct02 p{
    font-size: 16px;
}
.default-contanct02 li span {
    float: left;
    color: #3a3a3a;
}
.default-contanct02 li {
    color: #3a3a3a;
    font-size: 18px;
}
.teachar-contanct {
    width: 100%;
    margin: 1px auto;
}
.ry_news_media_header {
    width: 50%;
    float: left;
    overflow: hidden;
    margin: 1px auto 15px;
}
.ry_news_media_header img {
    border: 3px solid #ae9867;
    border-radius: 2px;
    height: 155px;
    width: 175px;
    overflow: hidden
}
.ry_news_media_h_right {
    padding-right: 10px;
}
.ry_news_media_header > a {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    color: #000;
}
.ry_news_media_h_right dt {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ry_news_media_h_right dd {
    font-size: 13px;
    color: #6e6e6e;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 8px;
    max-height: 75px;
}
a.in_more {
    font-size: 12px;
    color: #353534;
    border-radius: 5px;
    padding: 4px 15px;
    background: #d0ceca;
    display: inline-block;
}
.product-contanct {
    width: 100%;
    overflow: hidden;
    margin: 0px auto
}
.product-contanct li {
    margin: 0px auto;
    border-bottom: 1px dashed #dddddd;
    padding: 12px 0px;
}
.product-contanct02 {
    color: #000;
    font-size: 17px;
    padding-left: 20px;
    background: url(../images/Q.png) no-repeat left 10px;
    margin-bottom: 5px;
}
.product-answers {
    background: url(../images/a.png) no-repeat left 6px;
    color: #9c9c9c;
    font-size: 13px;
    padding-left: 20px;
}
.navbar-default-contanct03 {
    margin: 30px 0px;
    width: 100%;
    overflow: hidden;
}
.accordion {
    width: 100%;
    background: #fff;
}
.accordion .ribbon-link {
    cursor: pointer;
    display: block;
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    padding: 1px 0px;
    text-align: left;
    border-radius: 4px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.accordion li i {
    margin-left: 30px;
    padding-right: 6px;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}
.accordion li.open .ribbon-link {
    color: #b63b4d
}
.accordion li.open i {
    color: #000
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.ribbon-submenu {
    display: none;
    margin: 10px 2px;
    font-size: 13px
}
.ribbon-submenu li {
    position: relative;
    background: #e5e5e5;
    border-radius: 6px;
    text-align: left;
}
.ribbon-submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 40px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
.ribbon-submenu a:hover {
    background: #b63b4d;
    color: #fff;
    border-radius: 6px;
}
.ribbon-submenu a:hover i {
    color: #fff;
}
.iconjt:before {
    content: '\e621';
}
.ribbon-product03 {
    border: 1px solid #c3c3c3;
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 30px;
}
.ribbon-product03 li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.left-imgs img {
    width: 268px;
    height: 200px;
    overflow: hidden;
}
.left-ribbon-02 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
}
.ribbon-product03-h2 {
    overflow: hidden;
    background-size: contain;
    height: 45px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.center-sculpture {
    width: 100%;
    overflow: hidden;
}
.cebter-dl {
    width: 31%;
    float: left;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
.cebter-dl a {
    display: block;
    border-radius: 5px;
    border: 2px solid #ae9867;
}

.cebter-dt {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0 auto;
    line-height: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.cebter-dt img {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    width: 281px;
    height: 236px;
    overflow: hidden;
}

.cebter-dd {
    border-top: 2px solid #ae9867;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
}
.cebter-dl a:hover {
    border: 2px solid #b63b4d;
}
.cebter-dl a:hover .cebter-dd {
    border-top: 2px solid #b63b4d;
}
.fault-contan img {
    max-width: 100%;
    overflow: hidden;
}
.product_center, .contancts-index {
    position: relative;
}
.login_model_form {
    padding: 15px 20px;
}
.contancts-index {
    width: 400px;
    text-align: left;
    font-size: 14px;
    padding: 10px 10px;
}
.form-group {
    margin-bottom: 15px;
}
.login_model_form input[type=text], .login_model_form input[type=password] {
    border: solid 1px #c7c7c7;
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding-left: 10px;
    border-radius: 2px;
}
input[type='text'] {
    -webkit-appearance: none;
}
.login_model_form input {
    font-family: 'Microsoft YaHei';
    outline: none;
    font-size: 13px;
    background: #fff;
}
.login_model_form input, .login_model_form textarea {
    font-family: 'Microsoft YaHei';
    outline: none;
    font-size: 13px;
    background: #fff;
}
.login_model_form textarea[type=text] {
    border: solid 1px #c7c7c7;
    height: 100px;
    width: 100%;
    padding-left: 10px;
    border-radius: 2px;
    padding-top: 5px;
}
.login_model_form input:focus, .login_model_form textarea:focus {
    border: solid 1px #c90606;
    background: #fff;
}
.recovery-pay01 {
    background: #bdad88;
    color: #fff;
    border: 1px solid #bdad88;
    font-size: 16px;
    text-align: center;
    padding: 8px 23px;
}
.recovery-pay02 {
    background: #9b9b9b;
    color: #fff;
    border: 1px solid #9b9b9b;
    font-size: 16px;
    text-align: center;
    padding: 8px 23px;
}
.form-group button {
    border-radius: 3px;
    margin: 5px 10px;
}
.contancts-index img {
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.related-prod {
    width: 100%;
    margin: 25px auto;
}
.related-prod-h2 {
    line-height: 30px;
    color: #797979;
    font-size: 26px;
    border-bottom: 1px solid #797979;
    text-align: left;
    font-weight: 500;
    padding-bottom: 10px;
}
.related-footers02 {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}
.related-footers02 li {
    float: left;
    width: 31%;
    padding: 10px;
    text-align: center;
}
.contact-body01 {
    background: #eaeaea;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
}
.contact-body01-pheral {
    width: 1200px;
    margin: 10px auto;
}
.body01-pheral-eight {
    float: left;
    width: 550px;
    margin: 0 auto;
    height: 320px;
    overflow: hidden;
}
.body01-pheral-left {
    float: left;
    width: 650px;
    margin: 0 auto;
}
.pheral-left-h2 {
    color: #383838;
    font-size: 30px;
    font-weight: 500;
    font-family: '微软雅黑';
}
.body01-pheral-ul {
    width: 100%;
    overflow: hidden;
    margin: 15px auto;
}
.body01-pheral-ul li {
    color: #383838;
    font-size: 15px;
    margin-top: 4px;
}
.body01-pheral-ul li span {
    float: left;
}
.contact-body02 {
    width: 100%;
    background: #fff;
    padding:20px 0px;
}
.culpture-probl {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}
.body02-probl-left, .body02-probl-right {
    width: 50%;
    float: left;
    overflow: hidden;
}
.body02-left-h2 {
    background: url(../images/daohang02.png) no-repeat;
    width: 190px;
    overflow: hidden;
    background-size: contain;
    height: 65px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}
.body02-left-h2 a {
    display: block;
    width: 100%;
    color: #fff;
}
.icon-yuandian:before {
    content: '\e757';
    color: #ae9867
}
.body02-left-contanct li {
    border-bottom: 1px dashed #e0e0e0;
}
.body02-left-contanct li span {
    float: right;
}
.body02-left-contanct {
    width: 93%;
    text-align: left;
    margin: 20px 0px;
}
.body02-left-contanct li a {
    display: block;
    width: 100%;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 50px;
    overflow: hidden;
}
.body02-left-navbar {
    margin: 0px 0px;
    width: 100%;
    overflow: hidden;
}
.body02-contanct {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
.body02-contanct li {
    margin: 0px auto;
    border-bottom: 1px dashed #dddddd;
    padding: 4px 0px;
}
.body02-contanct .product-answers {
    height: 52px;
    overflow: hidden;
}
.body02-contanct .product-contanct02 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.body03-news {
    width: 100%;
    margin: 0 auto;
    background: #eaeaea;
    display: block;
}
.body03-news-contanct {
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0px;
}
.body03-news-h2 {
    background: url(../images/daohang02.png) no-repeat;
    width: 190px;
    overflow: hidden;
    background-size: contain;
    height: 65px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}
.body03-news-h2 a {
    display: block;
    width: 100%;
    color: #fff;
}
.body03-four-ul dl {
    width: 48%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
}
.picMarquee-left2 .next {
    display: block;
    width: 22px;
    height: 73px;
    right: 0px;
    top: 60px;
    position: absolute;
    z-index: 66;
    cursor: pointer;
    background: url(../images/next.png) no-repeat;
}
 .picMarquee-left2 .prev {
    display: block;
    width: 22px;
    height: 73px;
    left: 0px;
    top: 60px;
    position: absolute;
    z-index: 66;
    cursor: pointer;
    background: url(../images/pre.png) no-repeat;
}
.body03-four-ul dl a {
    padding: 10px;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #d8d8d8;
}
.body03-four-dt {
    float: left;
    width: 200px;
    overflow: hidden;
    margin-right: 9px;
}
.body03-four-dt img {
    width: 200px;
    height: 170px;
    overflow: hidden;
}
.body03-four-h2 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.body03-four-dd p {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    max-height: 82px;
    overflow: hidden;
}
.body04-process {
    background: #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.body04-substanc {
    width: 1200px;
    margin: 30px auto;
    padding-bottom: 30px;
}
.body04-news-h2 {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
}
.body04-news-h2 img {
    width: 418px;
    height: 138px;
    overflow: hidden;
}
.body03-four-cte {
    padding: 15px 0px;
}
.body04-right-img {
    float: left;
    overflow: hidden;
    width: 400px;
    height: 364px;
}
.body04-right-img img {
    overflow: hidden;
    width: 400px;
    height: 364px;
    text-align: center;
    vertical-align: middle;
}
.body04-left04 {
    float: left;
    width: 798px;
    overflow: hidden;
}
.body04-left04-ul li {
    float: left;
    position: relative;
}
.body04-left04-ul li a {
    display: block;
    width: 100%;
}
.body04-left04-ul li img {
    overflow: hidden;
}
.body04-left04-ul li:nth-child(1) .left04-li-first01 img {
    width: 199px;
    height: 181px;
    overflow: hidden;
}
.body04-left04-ul li:nth-child(2) .left04-li-first01 img {
    width: 400px;
    height: 181px;
    overflow: hidden;
}
.body04-left04-ul li:nth-child(3) .left04-li-first01 img {
    width: 199px;
    height: 181px;
    overflow: hidden;
}
.body04-left04-ul li:nth-child(4) .left04-li-first01 img {
    width: 199px;
    height: 181px;
    overflow: hidden;
}
.body04-left04-ul li:nth-child(5) {
    height: 121px;
    overflow: hidden;
    padding: 32px;
    width: 137px;
    background: #fff;
}
.left04-li-div {
    color: #000;
    font-size: 18px;
}
.body04-left04-ul li:nth-child(5) p {
    line-height: 30px;
    font-size: 13px;
    overflow: hidden;
    color: #595959;
}
.body04-left04-ul li:nth-child(6) .left04-li-first01 img {
    width: 199px;
    height: 181px;
    overflow: hidden;
}
.body04-left04-ul li:nth-child(7) {
    height: 121px;
    overflow: hidden;
    padding: 32px;
    width: 135px;
    background: #fff;
}
.body04-left04-ul li:nth-child(7) p {
    line-height: 30px;
    font-size: 13px;
    overflow: hidden;
    color: #595959;
}
.left04-li-first01 {
    position: relative;
    line-height: 0;
}
.mud-stage {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    text-align: left;
    font-size: 13px;
    padding: 2px 10px;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.body05-honor-content {
    width: 1200px;
    margin: 15px auto;
}
.honor-imgs02 {
    background: #fff;
    display: block;
    width: 244px;
    height: 142px;
    overflow: hidden;
    text-align: center;
    padding: 15px 0px;
    border: 1px solid #e6e0e0;
}
.honor-imgs02 img {
    width: 197px;
    height: 141px;
    overflow: hidden;
}
.related-body05-honor li {
    float: left;
    width: 270px;
    display: block;
}
.related-body05-honor a {
    background: #fff;
    margin: 0px 10px;
    color: #000;
}
.left-honor-02 {
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    width: 244px;
}
.picMarquee-left2 {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.picMarquee-left2 .bd {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.picMarquee-left2 .bd .tempWrap {
    width: 1200px !important;
    text-align: center;
    margin: 0 auto;
}
.picMarquee-left2 {
    position: relative;
}
.honor-zhanshi {
    display: block;
    font-weight: 500;
    font-size: 25px;
    padding-top: 20px;
}
.body06-advantage {
    width: 100%;
    background: #fff;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.body06-advantage-box {
    width: 1200px;
    overflow: hidden;
    margin: 25px auto;
}
.wdysbt {
    text-align: center;
     padding-top: 15px;
     margin:0 auto;
  
}
  .wdysbt02 {
    text-align: center;
    padding-top: 45px;
    margin:0 auto;
}
.wdysbt img {
    width: 398px;
    height: 147px;
    overflow: hidden;
}
.wdysbt02 img {
    width: 1200px;
    height: 103px;
    overflow: hidden;
}
.wdysnr2 {
    float: left;
       height: 418px;
    width: 620px;
}
.wdysnr3 {
    float: left;
    margin-top: 45px;
}
.wdysnr2_1, .wdysnr2_4 {
    float: left;
    width: 90px;
}
.wdysnr2_1 img, .wdysnr2_4 img {
    height: 90px;
    width: 90px;
    overflow: hidden;
}
.wdysnr2_2 {
  display: block;
    margin-left: 17px;
    width: 462px;
    background: #fff;
    line-height: 40px;
    font-size: 23px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 10px;
}
.dysn {
    float: left;
}
.wdysnr2_3 {
    width: 490px;
    line-height: 30px;
    font-size: 14px;
    color: #1f1f1f;
    padding-left: 10px;
    padding-top: 10px;
    height: 145px;
    overflow: hidden;
}
.wdy-sbt02-dicv dl:nth-child(odd) .wdysnr2 {
    float: left;
}
.wdy-sbt02-dicv dl:nth-child(even) .wdysnr2 {
    float: right;
}
.wdy-sbt02-dicv dl:nth-child(odd) .wdysnr3 {
    float: right;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    height: 418px;
    vertical-align: middle;
}
.wdy-sbt02-dicv dl:nth-child(even) .wdysnr3 {
    float: left;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    height: 418px;
    vertical-align: middle;
}
.wdysnr2_4 {
    float: left;
    width: 90px;
    margin-top: 20px;
}
.wdysnr2_5 {
   display: block;
    margin-left: 17px;
    width: 439px;
    background: #fff;
    line-height: 40px;
    font-size: 23px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 30px;
     
}
.wdysnr3 img {
    vertical-align: middle;
    text-align: center;
}
.dysn{
    float: left;
}
.wdysbt02{
    padding-bottom: 20px;
}
.wdy-sbt02-dicv{
    padding-top: 25px;
    margin-top: 20px;
}
.body06-enterprise{
    width: 100%;
    margin:0 auto;
}
.enter-prise{
    width: 1200px;
    margin:20px auto;
    text-align: center;
    overflow: hidden;
}
.enter-prise .getmore-compay{
    font-size:25px;
    overflow: hidden;
}
.getmore-compay a{
    color: #000;
    font-size: 25px;
}
 .hz-r {
     margin: 30px auto;
    width: 1060px;
    height: 159px;
    overflow: hidden;
    text-align: center;
}
  .hz-r ul li {
    line-height: 0;
    width: 161px;
    height: 69px;
    border: 1px solid #dedfdf;
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}
.hz-r ul li img{
    width: 161px;
    height: 68px;
    cursor:pointer;
    overflow: hidden;
}
.wdysbt07 {
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
}
.wdysbt07 img{
    width: 535px;
    height: 138px;
    overflow: hidden;
}
.body07-customer-ul{
    width: 1200px;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
}
 
.customer-li-first img{
    width: 564px;
    height: 270px;
    overflow: hidden;
}
.body07-customer-ul li{
    float: left;
    line-height: 0px;
    width: 272px;
    height: 270px;
    /*border: 2px solid #ae9867;*/
   margin:10px;
}
.body07-customer-ul li a{
    display: block;
    width: 100%;
    line-height: 0;
}
.cebter-dd02{
    border-top: 2px solid #ae9867;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    background: #fff;
}
.body07-customer-ul li.customer-li-first{
    width: 564px;
    line-height: 0px;
}
.cebter-dt02{
     width: 100%;
    display: block;
    padding: 0px;
    height: 227px;
    margin: 0 auto;
    line-height: 0px;
    
}
.cebter-dt02 img{
    width: 272px;
    height: 227px;
    overflow: hidden;
}

.cebter-dd02{
     overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.body07-customer-ul li.customer-li-first a:hover{
    border:  2px solid #b63b4d;
}
.body07-customer-ul li.customer-li-first:hover .cebter-dd02{
    border-top:  2px solid #b63b4d;
}
.body07-customer-ul{
   display: block;
    margin:20px auto; 
}
.body07-customer02{
    
    padding-bottom: 20px;
}
.body08-brief-left{
    margin:10px;
    float: left;
    width: 451px;
    overflow: hidden;
    height: 417px;
}
.body08-brief-left img{
    width: 461px;
    height: 417px;
    overflow: hidden;
}
.body08-brief-right{
    float: left;
    overflow: hidden;
    margin-left:23px;
    width: 690px;
    height: 424px;
  
}
.y08-brief-right{
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-indent: 2em; 

}
.body09-h2-ul{
    width: 1200px;
    text-align:center;
    margin:20px auto;
}
.body09-h2-ul a{
    text-align: center;
    color: #3c3c3c;
    font-size: 16px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    margin:10px;
    padding: 3px 13px;
    display: inline-block;

}
.wdysbt09{
    text-align: center;
    margin:0 auto;
}
.wdysbt09 img{
    height: 138px;
    width: 773px;
    overflow: hidden;
}
.body09-category{
    padding-top: 35px;

}
.ssified-produc{
    width: 100%;
    overflow: hidden;
    margin:20px auto;
}
.ssified-produc li{
       float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
   height: 450px;
   margin-bottom: 10px;
}
.ssified-produc li a{
      padding: 11px;
    overflow: hidden;
    display: block;
}
.ssified-prod-img{
    position: relative;


}
.ssified-prod-img img{
    height: 270px;
    width: 100%;
    line-height: 0px;
    overflow: hidden;

}
.ssified-pro-vertical{
    background: rgba(0,0,0,0.4);
    color: #fff;
    left: 0;
    top: 4px;
    width:25px;
    padding:10px 13px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    position: absolute;
    vertical-align:text-top;
}
.ssified-prod-text{
    background: #2a2a2a;
    padding:10px;
    color: #fff;
    height: 127px;
    overflow: hidden;
}
.ssified-prod-h2{
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ssified-pro-div{
    font-size: 14px;
    height: 84px;
    overflow: hidden;
}
.ssified-produc li:hover .ssified-prod-text{
    background:#9f9e9e;
}
/**/
.cebter-dl a,.ssified-produc li a{
        box-sizing: border-box;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: all .5s;
}
.cebter-dl a:hover ,.ssified-produc li a:hover  {
  
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
   
}
.body07-customer-ul li.customer-li-first a{
      box-sizing: border-box;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    transition: all .5s;
       border: 2px solid #ae9867; 
}

.body07-customer-ul li.customer-li-first a:hover  {
  
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
   
}
/**/
.he_3DFlipY_caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: rgba(0,0,0,0.75);
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.80);
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}.he_3DFlipY_caption h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 25%;
    left: 5px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.he_3DFlipY_caption p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
   
    margin: 0;
    padding: 0;
    color: #fff;
}
.cebter-dl:hover > dt.cebter-dt{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}.he_3DFlipY_inner > div img{max-width:100%;padding:0;margin:0;display:block;position:relative}

.cebter-dl:hover .he_3DFlipY_caption{opacity:1;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);transform:rotateY(0)}

 
/**/
    
/*动画特效结束*/
 
.winston {
    position: relative;
    top: 0;
    left: 0;
    /* background: #fff; */
    width: 272px;
    height: 275px;
    text-align: center;
}
.winston .wins {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 272px;
    display: block;
    height: 275px;
    background: url(../images/phover3.png) no-repeat;
    background-size: cover;
}
.winston .wins:hover {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.5s, transform 0.5s;
}
.winston .wins p {
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -35px;
}
.winston .wins p a {
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fbfc03;
        display: block;
    position: relative;
    z-index: 1000;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 25px;
    border-radius: 2px;
    line-height: 25px;
}
.body07-customer-ul li{
    position: relative;
}
.gallery-inner > li:hover .gallery-overlay-ef {-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);opacity: 1;}

.gallery-inner a::before{border-bottom: 2px solid #fff; border-top: 2px solid #fff; bottom: 5%; content: ""; left: 5%; position: absolute; right: 5%; top: 5%; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -o-transform: scale(0, 1); -ms-transform: scale(0, 1); transform: scale(0, 1);
    -o-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; -moz-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; -webkit-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.gallery-inner a::after {border-left: 2px solid #fff; border-right: 2px solid #fff; bottom: 5%; content: ""; left: 5%; position: absolute; right: 5%; top: 5%; -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); -o-transform: scale(1, 0); -ms-transform: scale(1, 0); transform: scale(1, 0);
    -o-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; -moz-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; -webkit-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s; transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.gallery-inner > li:hover a::before, .gallery-inner > li:hover a::after{-webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);opacity: 1; }
.gallery-inner > li:hover a .ssified-prod-img {opacity: 0.5;  }
.gallery-inner > li:hover a .ssified-prod-h2 {opacity: 0.5;  }
.gallery-inner > li:hover a img {opacity: 0.5;  }
.gallery-overlay-ef {
    bottom: 0;
    opacity: 0;
    background: #fff none repeat scroll 0 0;
    height: 92px;
    top: 50%;
    left: 0;
    position: absolute;
    right: 0;
    width: 92px;
    line-height: 92px;
    border-radius: 100%;
    text-align: center;
    margin: -45px auto 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}.gallery-inner.clearfix a::after {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: 5%;
    content: "";
    left: 5%;
    position: absolute;
    right: 5%;
    top: 5%;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -o-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
    -moz-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
    -webkit-transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
    transition: opacity 0.7s ease 0s, transform 0.7s ease 0s;
}
.gallery-overlay-ef .fa.fa-search-plus, .gallery-overlay-ef .icon.wedding-gallery-search {
    color:#ed2437;
    font-size: 35px;
    vertical-align: middle;
    margin-right: 0;
}
.wedding-gallery-search:before {  
     font-size: 35px;
    content: "\e634"; 
     color:#ed2437;
}
.icon03{
        font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.body04-left04-ul li:nth-child(5):hover{
    background: #f3f3f3;
    color: #fff
}
.body04-left04-ul li:nth-child(7):hover{
    background: #f3f3f3;
    color: #fff
}
.body03-four-ul dl a:hover{
    background: #fff;
    border: 1px solid #003333;
}
 .picMarquee-top .bd .tempWrap{
    height: 480px !important
 }
 .body02-left-contanct li:hover{
    padding-left: 8px;
    
 }
 .body02-left-contanct li:hover a{
    color: #f44336;

 }
  .body02-left-contanct li:hover .icon-yuandian:before{
    color: #f44336
 }
 
.body02-contanct li:hover .product-contanct02 {
   color: #f44336
 }
 .body02-contanct li:hover .product-answers{
    color: #f44336
 }