@charset "gb2312";
/* CSS Document 
制作人：聂志强
制作时间：2015-5-6
技术支持：尚品互动软件开发公司
*/
/* 公用代码*/
html{ overflow-x:hidden;}
*{margin:0;padding:0; border:none;}
body{font-size:12px; font-family:"宋体"; font-weight:normal; color:#626262; }
ul,ol,li{list-style:none;}
a{text-decoration:none; color:#626262;}
a:hover{text-decoration:none;}
p{margin:0;}
.clear{ clear:both;}
img{ vertical-align:bottom;}
.center{ text-align:center;}

/*网站首页*/
#align-items-right{
    flex-direction: row-reverse!important;
}

.banner {
    border-top: 5px solid #d4cdb3;
    position: relative;
    width: 100%;
    height: 800px; /* 或者你想要的任何高度 */
    overflow: hidden;
    border-bottom: 5px solid #9a989b;
}

.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/banner_home.jpg');
    background-size: cover;
    background-position: center;
}

.form {
    position: absolute;
    top: 43%;
    right: 0%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form input {
    display: block;
    margin-bottom: 10px;
}

.form button {
    display: block;
}

/*幻灯片表单*/
.banner .form {
    width: 380px;
    max-width: 100%;
    margin: 50px auto;
    padding: 38px;
    background: #252525;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.banner .form h2 {
    color: #ccc1ab;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
}
.banner .form label {
    text-align: left !important;
    display: block;
    font-size: 15px;
    color: #d4ccb5;
    float: left;
}
.banner .form textarea {
    height: 200px;
    width: 100%;
    background: #7f7b7c;
    color: #fff;
}
.banner .form input[type="text"], form textarea {
    width: calc(100% - 0px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d4ccb5;
    border-radius: 5px;
    background: #7f7b7c;
    float: left;
    color: #fff;
}
.banner #submit {
    width: 100%;
    padding: 10px;
    background: #a4b70e;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.banner #submit:hover {
    background: #449d44;
}


/*首页团队样式*/
.team-con{
    padding-top:0;
}
.team-con-top1{
    width: 100%;
    height: 100%;
    background:#fff;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 9%;
    position: fixed;
    top: 0;
    z-index: -1;
}
.team-con-top{
    padding-top: 3%;
    padding-bottom: 2%;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.team-con-top h4{
    margin: 0;
    color: #af9967;
    text-align: center;
    font-size: 40px;
    font-family: times new roman,times,serif;
    font-weight: bolder;
}
#team-p >p{
    margin: 0;
    color: #8f8b8d;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    font-family: times new roman,times,serif;
}
.team-con-bottom{
    padding-bottom: 1%;
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
    width: 1020px;
    transform: translateY(-2%);
}
.team-con-ul{
    overflow: hidden;
}
.team-con-ul li:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.team-con-ul li a{
    display: block;
}
.team-con-ul li a img{
    border: 1px solid #d6cbb7;
    margin: 5px auto;
}
.team-con-ul li {
    text-align: center;
    width: 20%;
    float: left;
    padding: 2% 0;
}
.team_p label{
    font-family: times new roman,times,serif;
    line-height: 18px;
    display: block;
    color: #636162;
}

.about-con-top{
    background: #303030;
    width: 100%;
    overflow: hidden;
}

/*首页新网左右切换*/
.Home_news{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #7f7b7c;
}
.z-list10{
    overflow: hidden;
    margin-top: 28px;
    padding-top: 1px;
    padding-left: 80px;
    background: url(../images/z-tit1.png) no-repeat left center;
    margin-bottom: 30px;
}
.z-list10 li{
    float: left;
}
.z-list10 li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    padding: 0 28px;
    background-color: #f8f7f7;
    border-top: 1px solid #e5e5e5;
}
.z-list10 li a:hover{
    color: #005f41;
}
.z-list10 li.on a{
    color: #005f41;
    background-color: #fff;
}
.z-list10 li.on a:after{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #005f41;
}
.m-z10{
    padding: 0 0 50px;
    font-size: 16px;
}

.slick-z10{
    width: 1020px;
    margin: auto;
}
.slick-z10 .item{
    margin: 0 6px;
    height: 398px;
    background: #efefef;
}
.slick-z10 .item .text{
    margin: 32px 5px;
    line-height: 22px;
}
.slick-z10 .item .text label{
    font-size: 14px;
}
.slick-z10 .item .text p{
    font-size: 15px;
    color: #303030;
    padding: 10px 0;
}
.slick-z10 .item .text p:last-child{
    color: #585858;
}
.slick-z10 .pic{
    position: relative;
    padding-top: 75%;
}
.slick-z10 .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-z10 p{
    overflow: hidden;
    text-overflow:ellipsis;
}
.arrow-dots2{
    text-align: center;
    padding: 30px 0;
}
.arrow-dots2 .arrow{
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin: 0 15px;
    cursor: pointer;
}
.arrow-dots2 .dots{
    display: inline-block;
    vertical-align: middle;
}
.arrow-dots2 .dots ul li{
    float: left;
    margin: 0 15px;
}
.arrow-dots2 .dots ul li button{
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #a19a88;
    background-color: transparent;
    font-size: 18px;
    color: #a19a88;
}
.arrow-dots2 .dots ul li.slick-active button{
    background-color: #a19a88;
    color: #ffffff;
}
.News_more a{
    transition: all .4s ease-in-out;
    display: block;
    width: 300px;
    height: 50px;
    color: #fff;
    background: #a19a88;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0px auto 50px auto;
}
.News_more a:hover{
    background: #D6CCB5;
    box-shadow: inset 0.71px 0.71px 0 #a3b70e;
    border: 1px solid #A3B70E;
}
.News_more{
    display: table;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 50px;
    font-family: 微软雅黑;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: auto;
}

/*首页关于我们*/
.about_us{
    max-width: 1050px;
    margin: 32px auto 60px auto;
    padding: 0 20px;
    overflow: hidden;
}

.about_ryc{
    display:block;
    position:relative;
    z-index:2;
}

.about_ryt{
    width:100%;
    display:block;
}
.about_dsz_clt span {
    width: 100%;
    display: block;
    font-size: 30px;
    font-family: "beb";
    height: 35px;
    line-height: 30px;
}
.about_dsz_clt p {
    width: 100%;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 36px;
    padding-bottom: 40px;
}
.about_ryt>span{
    color:#111;
}
.about_ryt>p{
    color:#111;
}

.about_ryb,.about_ryb dl{
    width:100%;
    display:block;
}

.about_ryb dl dt{
    width:44.4%;
    float: left;
}

.about_ryb dl dt img{
    width:100%;
    display:block;
}

.about_ryb dl dd{
    width:48.6%;
    float:right;
}

.about_ryb dl dd em{
    width: 100%;
    display: block;
    line-height: 26px;
    color: #fefce3;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    font-style: normal;
}

.about_ryb dl dd em p{
    padding:0 0 15px;
    display:block;
}

.about_ryb dl dd a{
    width:155px;
    height:42px;
    background:#0064aa;
    text-align:center;
    line-height:42px;
    color:#fff;
    display:block;
    border-radius:3px;
    font-size:14px;
    float: right;
    -st-extends: StylableButton;
    transition: all 0.2s ease, visibility 0s;
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(#A19988, #A19988) #D6CCB5;
}

.contact_map{
    max-width: 100%;
    margin:auto;
    padding: 0 20px;
    overflow: hidden;
    background: #606060;
}
.contact_con{
    width: 980px;
    overflow: hidden;
    margin: auto;
    height: auto;
}
.contact_left{
    float: left;
    width: 450px;
}
.contact_left img{
    width: 100%;
}
.contact_right{
    float: right;
    width: 470px;
}
.contact_right p{
    font-size: 22px;
    line-height: 50px;
    color: #F0F0F0;
}
.contact_right p label{
    font-weight: 400;
}
.contact_right p span{
    font-weight: bold;
    color: #d6ccb5;
}
.adress_gs{
    margin-top: 20px;
    line-height: 22px;
    color: #fff;
}
.adress_gs h3{
    color: #d6ccb5;
    font-size: 22px;
}
.adress_gs p{
    font-size: 18px;
    line-height: 32px;
}

/*首页底部文章列表*/
.Home_insight{
    width: 980px;
    overflow: hidden;
    margin: auto;
    height: auto;
}
.Home_insight ul li{
    margin-bottom: 18px;
    overflow: hidden;
}
.Home_insight ul li .pic{
    width: 235px;
    height: 160px;
    float: left;
}
.Home_insight ul li .pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.Home_insight ul li .txt{
    overflow: hidden;
    padding-left: 25px;
    padding-top: 18px;
}
.Home_insight ul li .txt h3{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #0e050a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.Home_insight ul li .txt desc{
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 8px
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#INSIGHTmore{
    width: 378px;
    margin-top: 50px;
}

/*新闻列表页面*/
.cperiod{
    float: left;
}
.cnewlist{
    padding: 15px;
}
.cnewlist li a{
    display:block;
    background: #fafafa;
    padding:20px;

}
.cnewlist li a:after{ display:block; content:''; width:0px; height:0px; clear:both; visibility:hidden;}
.caspect h3{font-family: "黑体";font-size:18px; color:#383838; line-height:20px; height:30px; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    background:url(../images/cn1.png) no-repeat 0 bottom;
}
.caspect{
    box-sizing:border-box;
    float: right;
    width: 83.33333333%;
    margin-top: 10px
}
.cnewlist li{
    border:1px solid #cfcece;
    margin: 10px auto;
}
.caspect span{ display:none;}
.caspect p{font-size:14px; color:#dbdbdb; line-height:24px; height:48px; overflow:hidden;font-family: "黑体";}
.cpe_time{ text-align:center; width:60px; margin:0 auto;transform-origin:center bottom;  transition:all 0.6s; opacity:1;}
.cpe_time strong{ font-size:18px; line-height:50px; color:#3c3c3c; font-weight:normal;font-family: "黑体";}
.cpe_time span{ display:none;}
.cpe_time p{
    font-size:22px;
    font-weight: bolder;
    line-height:20px;
    color:#3c3c3c;
}
.cperiod{
    padding: 20px 0;
    width: 125px;
    position:relative;
    background: #ebebeb;
}
.cnewlist li a:hover .cperiod{ background-color:#d7aa6c;}
.cnewlist li a:hover .cperiod .cpe_time strong,.cnewlist li a:hover .cperiod .cpe_time p{
    color: #fff;
}
.cnewlist li a:hover .caspect h3,.cnewlist li a:hover .caspect  p{
    color: #b0c131;
}
/*.cnewlist li a:hover .cpe_time strong , .cnewlist li a:hover .cpe_time p{ color:#fff;}*/
.Nws_context{
    background: #7f7a7c;
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 3px;
}
.new_box{
    background: #efefef;
    width: 980px;
    float: left;
}
.news_conRight{
    padding: 15px;
    width: 256px;
    line-height: 25px;
    float: right;
    font-size: 15px;
    background: #fafafa;
    color: #3c3c3c;
}

.N_content{
    width: 1250px;
    height: auto;
    margin:5px auto;
    overflow: hidden;
}

.news_conRight label{
    font-weight: bolder;
    font-size: 18px;
    padding: 15px 0;
}
.news_conRight img{
    margin: 15px auto;
}
.News_contop{
    border-bottom: 1px solid #d6ccb5;
    position: relative;
}
.team-con-top > p{
    text-align: center;
    color: #dac9b7;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    font-style: italic;
}
.team-con-top b{
    color: #fff;
    height: 5px;
    background: #d6ccb5;
    position: absolute;
    bottom: 0;
    width: 600px;
    left: 6%;
}

/*团队展示*/
.team_con{
    overflow: hidden;
    margin: auto;
    background: #f5f6f8;
}
.team_conText{
    width: 1048px;
    overflow: hidden;
    margin: 5% auto;
}
.team_conTop{
    padding: 5% 0;
    background: url("../images/team_banner.png") no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.team_text{
    width: 960px;
    margin: auto;
}
.team_text label{
    display: table;
    margin: auto;
    font-size: 38px;
    color: #ad9967;
    font-weight: bold;
    text-transform: uppercase;
}
.team_text p{
    margin: auto;
    display: table;
    font-size: 20px;
    color: #fff;
    margin-top: 13px;
}
.gaoguan-list dl{
    margin:0;
}

.gaoguan-list dd:nth-child(2n){
    float: right;
}
.gaoguan-list dd{
    margin: 15px auto;
    width: 48.8%;
    float: left;
    background-color: #edeeef;
}
.gaoguan-pic{
    width: 180px;
    margin-right: 37px;
    float: left;
}

.gaoguan-pic .imgbox_a{
    position: relative;
    display: block;
}
.imgbox_a>img {
    /*width: 100%!important;*/
    /*height: 100%!important;*/
}
.gaoguan-con{
    padding-top: 25px;
    width: 290px;
    float: left;
}

.gaoguan-con h1{
    margin:0;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.14);
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gaoguan-con h1 a:hover{
    color: #2578c0;
}
.gaoguan-con-p p{margin:0;}

.gaoguan-con-p{
    margin-top: 20px;
    font-size: 14px;
    color: #5b5b5c;
    line-height: 2;
    max-height: 8em;
}

/*联系我们*/
.aboutuscon{
    width: 100%;
    overflow: hidden;
}
.about_intro{
    background: url("../images/about_introBj.jpg") no-repeat;
    background-position: top;
    background-size: 100% 100%;
}
.about_introtext{
    width: 980px;
    height: auto;
    margin: auto;
    line-height: 32px;
    color: #000;
    font-size: 18px;
}
#contactMore a{
    font-size: 25px;
}
.about_intro_bottom{
    background: #efefef;
    margin: auto;
    overflow: hidden;
}
.about_intro_bottom ul{
    display: table;
    margin: auto;
    background: #606060;
    width: 980px;
    padding: 0;
}
.about_intro_bottom ul li{
    float: left;
    display: inline;
    width: 32.5%;
    background: #909090;
    padding:5% 25px;
    height: 525px;
}
.about_intro_bottom ul li:first-child{
    margin-right: 10px;
    background: #a0a0a0;
}
.about_intro_bottom ul li:last-child{
    float: right;
    background: #909090;
}

.about_intro_bottom ul li label{
    font-size: 30px;
    display: block;
    color: #fff;
}
.about_intro_bottom ul li label:last-child{
    font-size: 35px;
    color: #fff;
}
.about_intro_bottom ul li p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 15% 0;
}

.about_Awards{
    background: #252525;
    margin: auto;
    padding: 20px 0;
}
.about_Awards ul{
    width: 1000px;
    margin: 50px auto;
    overflow: hidden;
    padding: 0;
}
.about_Awards ul li{
    display: inline;
    float: left;
    width: 24%;
    margin: 4px;
}
.about_Awards ul li a{
    display: block;
}
.about_Awards ul li a>img{
    width: 100%;
}
.about_Awards ul li a label{
    line-height: 22px;
    color: #fff;
    padding: 10px;
}

.about_text{
    background: #dbdbdb;
}
.AWARDS{
    width: 950px;
    margin: auto;
    padding: 50px 0;
}
.AWAR_lEFT strong{
    color: #0F1C41;
    line-height: 1.75em;
    font-size: 18px;
    font-family: raleway;
}
.AWAR_lEFT p{
    color: #0F1C41;
    line-height: 1.75em;
    font-size: 18px;
    font-family: raleway;
    margin: 10px auto;
}
#contact{
    margin: auto;
}

/*联系我们*/
#contact_banner{
    background: url("../images/contact_banner.jpg") no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding: 60px 0;
}
.cotact_txt{
    overflow: hidden;
    width: 100%;
    margin-top: 8%;
}
.cotact_txt li{
    display: inline;
    width: 33%;
    float: left;
    font-size: 15px;
    text-align: center;
}
.cotact_txt li h3{
    display: table;
    margin: 20px auto;
}
.cotact_txt li:first-child span,.cotact_txt li:first-child label{
    text-align: left;
    text-indent: 3rem;
}
.cotact_txt li:first-child h3 img{
    border-radius: 80px;
}
.cotact_txt li label{
    color: #7F7A7C;
    line-height: 32px;
    display: block;
}
.cotact_txt li span{
    display: block;
    color: #000000;
    line-height: 32px;
}
.cotact_txt li span b{
    color: #a19988;
}

/*联系我们提交表单*/
.contact_submit{
    width: 100%;
    overflow: hidden;
    background: #474340;
}
.con_submit{
    width: 990px;
    margin: auto;
    background: #474340;
    padding: 50px 30px;

}
.con_submit h2{
    color: #d6cbb7;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    font-family: times new roman,times,serif;
}
.form-container {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
}

.form-field {
    flex: 1;
    margin-right:22px; /* 可根据需要调整间距 */
}
.form-field label,.form-content label{
    display: block;
    color: #d6cbb7;
    font-size: 14px;
    font-family: times new roman,times,serif;
}
.form-field input{
    background: #7f7a7c;
    border: 1px solid #d6cbb7;
    margin: 5px auto;
    line-height: 35px;
    width: 100%;
    color: #d6cbb7;
    text-indent: 1em;
}

.form-field:last-child {
    margin-right: 0;
}

.form-content {
    flex: 2; /* 假设内容区域应该比字段区域宽两倍 */
    margin-right: 10px;
    margin: 20px auto;
}
.form-content >textarea{
    margin: 5px auto;
    border: 1px solid #d6cbb7;
    color: #d6cbb7;
}

.form-row:last-child .form-content {
    margin-right: 0;
}

.form-row:last-child button {
    margin-top: auto; /* 垂直居底 */
}
.form-submit{
    display: table;
    margin: auto;
    text-align: center;
}
.form-submit label{
    margin: auto;
    display: block;
    font-size: 15px;
    color: #d4ccb5;
    font-weight: bolder;
}
.form-submit .submit{
    width: 100%;
    padding: 10px;
    background: #52bca6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bolder;
}

#contact{
    background: url("../images/contact.jpg") no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding: 60px 0;
}
#contact .team-con-top{
    padding-bottom: 5%;

}
#contact .team-con-top h4{
    color: #a09887;
}
.contact_adress p{
    color: #000;
    font-size: 14px;
    font-family: times new roman,times,serif;
    line-height: 22px;
    margin-bottom: 40px;
}
.contact_adress label{
    color: #000;
    font-size: 15px;
    font-weight: bolder;
    font-family: times new roman,times,serif;
}

/*新闻详情页面*/
.m-texth1{
    overflow: hidden;
    padding: 50px 0;
    background: #fff;
}
.m-texth1 .top{overflow:hidden;padding:1.4vw 20px 16px;background:url(../images/iconh26.png) bottom no-repeat #fff}
.m-texth1 .top .l span{font-size:17px;color:#a3a2a2;margin-right:2.2vw}
.m-texth1 h1{margin-bottom:1.88vw;text-align:center;font-size:1.38vw;font-weight:400;color:#202020}
.m-texth1 .top .box{overflow:hidden;line-height:24px; padding-bottom: 22px; border-bottom: 1px dashed #ddd}
.m-texth1 .bom{background:url(../images/iconh8.png) bottom no-repeat #fff;overflow:hidden;padding:26px 3.13vw 2.92vw;}
.m-texth1 .bom .info{font-size:16px;color:#2c2c2c;line-height:2.33}
.m-texth1 .bom .info img{margin:0 auto;display:block;overflow:hidden;}
.m-texth1 .bom .txt .item{font-size:18px;margin-bottom:2.92vw;color:#2c2c2c}
.m-texth1 .bom .txt h3{font-size:22px;margin-bottom:10px;color:#2c2c2c}
.page{text-align:center; padding:45px 0 22px 0;}
.page a{display:inline-block;font-size:14px;color:#666;margin:0 48px;line-height:25px}
.page a.prev{padding-left:32px;background:url(../images/iconh9.png) left center no-repeat}
.page a.next{padding-right:32px;background:url(../images/iconh10.png) right center no-repeat}
.page a.prev:hover{background-image:url(../images/iconh12.png)}
.page a.next:hover{background-image:url(../images/iconh11.png)}
.nrtitle{text-align: center; color: #6e6e6e;}
.nrtitle span{font-size: 16px;}

/*详情翻页*/
.news-sccon-pn{
    padding:2VH 0;
    border-top: .1rem solid #dcdcdc;
    border-bottom: .1rem solid #dcdcdc;
    margin-top: 50px;
}
.news-sccon-pn span,.news-sccon-pn a{
    color: #1e1e1e;
}
.news-sccon-n{
    margin-top:2VH;
}
.d-flex div.onnec{
    background: #a0896a;
    color: #fff;
}

/*列表翻页*/
.quotes{
    display: table;
    margin: auto;
    text-align: center;
    padding: 45px 0;
}
.quotes li{
    display: inline;
    float: left;
}
.quotes li span{
    display: table;
    padding: 6px 20px;
    margin: 5px;
    color: #fff;
    border-radius: 6px;
    cursor: default;
    background-color: #dab55d;
    border-color: #dab55d;
}
.quotes li span:hover{
    cursor: pointer;
}
.quotes li a:hover{
    cursor: pointer;
    color: #fff;
    background-color: #dab55d;
    border-color: #dab55d;
}
.pageNum >.quotes li.page-item a{
    display: table;
    padding: 6px 20px;
    border-radius: 6px;
    margin: 5px;
    color: #666;
    cursor: pointer;
    background-color: #eeeef2;
    border-color: #eeeef2;
}
.quotes li a{
    display: table;
    padding: 6px 20px;
    margin: 5px;
    color: #4f4f4f;
    border-radius: 6px;
    cursor: default;
    background-color: #eeeef2;
    border-color: #eeeef2;
}

/*律师业务范围*/
.yewu01_1{
    background:url(../images/yewu01_1.jpg) bottom no-repeat;
    width: 100%;
    height: 632px;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.yewu01_1content{
    width: 783px;
    height: 370px;
    padding: 5% 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8; /* 整个元素组和所有子元素都会50%透明 */
    background-color: rgba(255, 255, 255, 0.8); /* 白色背景，50% 透明度 */
}
.yewu01_1content  h2{
    letter-spacing: normal;
    font-size: 38px;
    font-weight: bold;
    color: #00305B;
    text-align: center;
}
.yewu01_1content  h5{
    letter-spacing: normal;
    font-size: 28px;
    color: #666;
    text-align: center;
}
.yewu01_1content a{
    padding: 10px 38px;
    background: #a4b70e;
    color: white;
    border: none;
    display: table;
    margin: 32px auto;
    border-radius: 5px;
    cursor: pointer;
}
.yewu01_1content a:hover{
    background: #449d44;
}

.yewu01_2{
    background: #36332d;
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
}
.yewu02_1content{
    width: 840px;
    height: auto;
    text-align: center;
    margin: auto;
    padding: 8% 0;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
}

/*留言*/
.m-cont{
    float: left;
    width: 32%;
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat left center;
    background-size: cover;
    height: 100%;
}
.m-cont .ma{float:right;overflow:hidden;margin-left:10px;padding-top:81px}
.m-cont .ma .pic{width:136px;height:136px;overflow:hidden;margin:0 auto 8px}
.m-cont .ma .pic img{display:block;width:100%;height:100%}
.m-cont .ma span{display:block;text-align:center;font-size:14px;line-height:2.14em;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.m-cont .con{
    padding: 25% 0 42.5% 10%;
    overflow:hidden;
    height: 100%;
    opacity: 0.65; /* 整个元素组和所有子元素都会50%透明 */
    background-color: rgba(19, 18, 18, 0.65); /* 白色背景，50% 透明度 */
}
.m-cont .con h3{font-size:36px;font-weight:400;line-height:1.11em;color:#fff;padding-bottom:24px;margin-bottom:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative}
.m-cont .con h3:after{content:'';width:32px;height:2px;background-color:#fff;position:absolute;bottom:0;left:0}
.m-cont .con h3 em{display:block;font-size:18px;font-family:Arial;text-transform:uppercase;line-height:1.33em;margin-top:10px}
.m-cont .txt{font-size:14px;color:#fff;line-height:2.5em;height:10em;overflow:hidden}
.m-cont .txt p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.m-cont .txt p a{color:#fff;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.m-cont .txt p a:hover{text-decoration:underline}

.m-message{
    width:68%;
    overflow:hidden;
    background: url(../images/yewu01_3bj.jpg) no-repeat left center;
    background-size: cover;
}
.m-message .form1{
    overflow:hidden;
    overflow: hidden;
    padding: 10% 15%;
    opacity: 0.65; /* 整个元素组和所有子元素都会50%透明 */
    background-color: rgba(19, 18, 18, 0.65); /* 白色背景，50% 透明度 */
}
.m-message .form1 h3{font-size:26px;font-weight:400;color:#fff;line-height:1.15em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:25px}
.m-message .form1 .item{overflow:hidden;margin-bottom:13px}
.m-message .form1 .last{margin-bottom:0}
.m-message .form1 .inp{ background:#7f7a7c;display:block;width:100%;height:46px;border:1px solid #d6ccb5;padding:0 15px;line-height:44px;font-size:16px;color:#fff}
.m-message .form1 .inp:focus{color:#fff}
.m-message .form1 .item2 .inp{float:left;width:49.15%}
.m-message .form1 .item2 .inp2{float:right}
.m-message .form1 .textarea{position:relative;overflow:hidden}
.m-message .form1 textarea{display:block;width:100%;height:133px;line-height:44px;font-size:16px;color:#333;padding:0 15px;border:1px solid #dadada;resize:none;margin-top:2px}
.m-message .form1 .textarea .ple{display:block;font-size:16px;color:#c6c6c6;padding:0 15px;line-height:44px;position:absolute;top:0;left:0;bottom:0;right:0;cursor:auto;overflow:hidden}
.m-message .form1 .sub{
    width: auto;
    margin: 20px auto;
    display: table;
    padding: 10px 55px;
    background: #a4b70e;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.m-message .form1 .sub:hover{opacity:.8;filter:alpha(opacity=80);filter:alpha(Opacity=80 -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';)}

.yewu01_3{
    position: relative;
    overflow: hidden;
    height: 1182px;
}
.yewu01_5{
    position: relative;
    overflow: hidden;
    height: 568px;
}

.yewu01_3{
    width: 100%;
    overflow: hidden;
    height: 1182px;
}
.yewu01_3left{
    float: left;
    width: 32%;
    height: 1182px;
}
.yewu01_3left >img{
    height: 100%;
}
.yewu01_3right{
    float: right;
    width: 68%;
    padding: 5% 10%;
    background: #efefef;
    color: #666;
}
.yewu01_3right >div{
    font-size: 18px;
    line-height: 28px;
    color: #00305b;
    font-weight: bolder;
}
.yewu01_3right ul{
    overflow: hidden;
    width: 100%;
    padding: 45px 0;
}
.yewu01_3right ul li{
    display: inline;
    float: left;
    width: 50%;
    padding-right: 30px;
}
.yewu01_3right ul li h2{
    font-size: 30px;
    color: #00305b;
    display: block;
    font-weight: bolder;
}
.yewu01_3right ul li label{
    font-size: 18px;
    color: #00305b;
    font-weight: bolder;
    display: block;
    margin-top: 15px;
}
.yewu01_3right ul li p{
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin: 20% 0;
}
.yewu01_4{
    width: 100%;
    padding: 5% 0;
    background: #efefef;
}
.yewu01_4 >div{
    font-size: 50px;
    display: table;
    width: 60%;
    margin: auto;
    text-align: center;
    font-family: times new roman,times,serif;
}
#yewu01_6{

}
#yewu01_6 >.team-con-top1{
    background: #fff;
    /*background: url(../images/yewu01_6bj.jpg) no-repeat;*/
}
.yewu01_6ul{
    display: table;
    margin:15px auto;
    width: 1100px;
}
.yewu01_6ul li{
    display: inline;
    margin: 10px 5px;
    float: left;
    width: 32%;
    background: #fff;
    position: relative;
    padding:6% 3% ;
}
.yewu01_6con{
    padding: 5% 0;
    width:100%;
    opacity: 0.8;
    background-color: #18374e;
}
.yewu01_6ul li strong{
    position: absolute;
    font-size: 36px;
    top: -40px;
    border-radius: 50px;
    left: 38%;
    display: block;
    color: #000;
    padding: 14px 33px;
    background: #bfbfbf;
    font-family: times new roman,times,serif;
}
.yewu01_6ul li label{
    font-size: 25px;
    color: #00305b;
    font-family: times new roman,times,serif;
    font-weight: bolder;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.yewu01_6ul li p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.yewu2_01{
    background: #efefef;
    padding: 25px 0;
}
.yewu2_01txt{
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.yewu2_01 h2{
    font-size: 28px;
    color: #a3b70e;
    margin: 20px auto;
    font-family: times new roman,times,serif;
}
.yewu2_01 p{
    margin: 20px auto;
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-family: times new roman,times,serif;
}
.yewu2_02{
    background: #c9c9c9;
    padding: 20px 0;
}
.yewu2_02txt{
    width: 900px;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.yewu2_02txt >label{
    font-size: 30px;
    color: #a3b70e;
    margin: 30px auto;
    font-family: times new roman,times,serif;
}
.yewu2_02ul >ul li{
    display: inline;
    float: left;
    font-family: times new roman,times,serif;
    font-size: 18px;
    overflow: hidden;
}
.yewu2_02ul ul{
    overflow: hidden;
    padding: 0;
}

.yewu2_02ul >ul li label{
    width: 150px;
    float: left;
    background: url("../images/gou.png")no-repeat left center;
    padding:10px 60px 20px ;
}
.yewu2_02ul >ul li span{
    line-height: 32px;
    float: right;
    margin-bottom: 40px;
    color: #000;
    width: 720px;
}
.yewu2_02ul_more{
    padding: 12px 90px;
    background: #a4b70e;
    color: white;
    border: none;
    display: table;
    margin: 32px auto;
    border-radius: 5px;
    cursor: pointer;
}

.yewu2_03{
    background: url("../images/yewu2_03.jpg")no-repeat center center;
}
.yewu2_03txt{
    width: 1000px;
    height: auto;
    margin: auto;
    padding: 50px 0;
}
.yewu2_03txt ul{
    overflow: hidden;
    padding: 0;
}
.yewu2_03txt ul li{
    display: inline;
    float: left;
    padding: 10px 5px;
    height: 200px;
    opacity: 0.8;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}
.yewu2_03txt ul li img{
    display: block;
    margin:10px auto;
}
.yewu2_03txt ul li label{
    color: #000;
    width: 70%;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 22px;
    font-family: times new roman,times,serif;
    font-size: 15px;
    padding: 10px 0px;
}
.yewu2_03txt h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-family: times new roman,times,serif;
}
.yewu2_04{
    background: #efefef;
    overflow: hidden;
}
.yewu2_04txt{
    overflow: hidden;
}
.yewu2_04txt >label{
    font-family: times new roman,times,serif;
    font-size: 45px;
    display: table;
    margin:30px auto;
    text-align: center;
    color: #a3b70e;
    font-weight: bolder;
    border-bottom: 3px solid #a3b70e;
}
.yewu2_04txt h3{
    width: 900px;
    margin:52px auto;
    display: block;
    font-family: times new roman,times,serif;
    font-size: 18px;
    line-height: 28px;
}
.yewu2_04txt >ul{
    overflow: hidden;
    width: 82%;
    margin:30px auto auto;
}
.yewu2_04txt >ul li{
    display: inline;
    float: left;
    background: linear-gradient(to right, #c0cb62, #cecb9a);
    border: 1px solid #a3b70e;
    padding: 15px;
    width: 33%;
    margin: 2px;
    border-radius: 10px;
}
.yewu2_04txt >ul li span{
    display: block;
    float: right;
}
.yewu2_04txt >ul li span img{
    border-radius: 100px;
}
.yewu2_04txt >ul li >div >label{
    font-family: times new roman,times,serif;
    font-size: 20px;
    margin: 15px auto;
}
.yewu2_04txt >ul li >div p{
    line-height: 28px;
    font-family: times new roman,times,serif;
    font-size: 16px;
    color: #000;
}
.yewu2_05{
    background: #303030;
    overflow: hidden;
    padding: 50px 0;
}
.yewu2_05 >div{
    width: 938px;
    height: auto;
    margin: auto;
}
.yewu2_05 >div label:first-child{
    font-family: times new roman,times,serif;
    font-size: 20px;
    color: #fff;
    background: url("../images/yewu2_0501.png")no-repeat left center;
    padding: 20px 100px 20px;
}
.yewu2_05 >div label:last-child{
    font-family: times new roman,times,serif;
    font-size: 20px;
    color: #fff;
    background: url("../images/yewu2_0502.png")no-repeat left center;
    padding: 20px 100px 20px;
}

.yewu2_06{
    background: #efefef;
    overflow: hidden;
    padding: 50px 0;
}
.yewu2_06txt label{
    font-family: times new roman,times,serif;
    font-size: 45px;
    display: table;
    margin: 30px auto;
    text-align: center;
    color: #a3b70e;
    font-weight: bolder;
    border-bottom: 3px solid #a3b70e;
}
.yewu2_06txt >div{
    width: 900px;
    margin: 52px auto;
    display: block;
    font-family: times new roman,times,serif;
    font-size: 18px;
    line-height: 28px;
}

#yewu03_1{
    background-image: linear-gradient(to right, #002F5E, #2c5a89);
    overflow: hidden;
}
#yewu03_1 >.team-con-top1{
    background: #fff;
    /*background: url(../images/yewu01_6bj.jpg) no-repeat;*/
}
.yewu03_1conLMore{
    width: auto;
    padding: 10px 40px;
    background: #a4b70e;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    display: block;
}
.yewu03_1con{
    width: 95%;
    margin:60px auto;
    overflow: hidden;
    background: #efefef;

}
.yewu03_1conLeft{
    width: 70%;
    height: auto;
    float: left;
    background: #efefef;
}
.yewu03_1conRight{
    width: 30%;
    float: right;
    background: #bfbfbf;
}
.yewu03_1conRight img{
    width: 594px;
    height: 613px;
    object-fit: cover;
    object-position: 50% 50%;
}
.yewu03_1conLcon{
    width: 630px;
    height: auto;
    margin: 50px auto;
}
.yewu03_1conLcon h2{
    font-family: times new roman,times,serif;
    font-size: 38px;
    color: #000;
}
.yewu03_1conLcon p{
    font-family: times new roman,times,serif;
    font-size: 20px;
    line-height: 32px;
}
.yewu03_1conLcon a:hover{
    color: #626262;
    background: #efefef;
    border: 1px solid #000;
}

.yewu03_2txt{
    width: 1080px;
    height: auto;
    margin: auto;
    padding: 50px 0;
}
.yewu03_2txt ul{
    overflow: hidden;
    padding: 0;
}
.yewu03_2txt ul li{
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 31%;
    height: auto;
    opacity: 0.8;
    margin: 5px 12px;
}
.yewu03_2txt ul li strong{
    color: #303e57;
    line-height: 22px;
    font-family: times new roman,times,serif;
    font-size: 18px;
    display: table;
    margin: 30px auto 15px;
}
.yewu03_2txt ul li img{
    display: block;
    margin:10px auto;
}
.yewu03_2txt ul li label{
    color: #000;
    width: 70%;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 22px;
    font-family: times new roman,times,serif;
    font-size: 15px;
    padding: 10px 0px;
}
.yewu03_2txt h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-family: times new roman,times,serif;
}
#team-con-top1{
    background: url(../images/yewu03_1.jpg) no-repeat;
    background-size: cover;
}
.yewu03_2{
    background-color: rgba(255, 255, 255, 0.8); /* 半透明白色 */
    /*background: #cccccc;*/
}
.yewu03_2 >.team-con-top h4{
    color: #a3b70e;
}
.yewu03_2 >.team-con-top p{
    color: #363739;
    margin-top: 40px;
}

.yewu03_3{
    background: #cccccc;
    overflow: hidden;
    padding:20px 0 50px;
    margin: auto;
}
.yewu03_3txt{
    width: 1000px;
    height: auto;
    margin: auto;
}
.yewu03_3txt h2{
    color: #a3b70e;
    text-align: left;
    display: block;
    margin: 20px auto;
    font-size: 28px;
    font-family: times new roman,times,serif;
    font-weight: bolder;
}
.yewu03_3txt h3{
    font-size: 20px;
    color: #000;
    font-family: times new roman,times,serif;
    font-weight: bolder;
}
.yewu03_3txt p{
    font-size: 18px;
    line-height: 32px;
    font-family: times new roman,times,serif;
    color: #000;
}
.yewu03_3 .team-con-top >h4{
    color: #a3b70e;
}

.yewu03_4{
    overflow: hidden;
    background-color: #5f6570;
}
.yewu03_4txt{
    width: 100%;
    overflow: hidden;
}
.yewu03_4 >.team-con-top h4{
    color: #a3b70e;
}
.yewu03_4txt >div:first-child{
    width: 50%;
    float: left;
}
.yewu03_4txt >div:first-child img{
    width: 100%;
}
.yewu03_4txt >div:last-child{
    width: 30%;
    float: left;
    color: #e7e1d5;
    margin-left: 10%;
    font-size: 18px;
}
.yewu03_4txt >div:last-child p{
    width: 450px;
    margin:30px  auto;
    font-size: 18px;
    line-height: 32px;
    font-family: times new roman,times,serif;
}
#m-cont{
    background: url(../images/yewu03_5.jpg) no-repeat;
    background-size: cover;
}
#m-cont >.con >h3{
    color: #F7F5E1;
    text-align: left;
    font-size: 40px;
    font-family: times new roman,times,serif;
    font-weight: bolder;
}
#m-cont >.con >h3:after{
    content:none;
}
#m-cont >.con >.txt{
    color: #F7F5E1;
    font-size: 15px;
    line-height: 28px;
    padding-left: 30px;
}

.yewu03_5{
    background: url(../images/yewu03_5top.jpg) no-repeat;
    background-size: cover;
}
.yewu03_5txt{
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
.yewu03_5txtLeft{
    width: 470px;
    float: left;
    color: #e7e1d5;
    font-size: 18px;
    line-height: 32px;
    font-family: times new roman,times,serif;
}
.About_more a{
    transition: all .4s ease-in-out;
    display: block;
    width: 150px;
    height: 50px;
    color: #fff;
    background: #a19a88;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0px auto 50px auto;
}
.About_more a:hover{
    background: #D6CCB5;
    box-shadow: inset 0.71px 0.71px 0 #a3b70e;
    border: 1px solid #A3B70E;
}
.About_more{
    display: table;
    float: right;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 50px;
    font-family: 微软雅黑;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: auto;
}
.yewu03_5bj{
    opacity: 0.8;
    background-color: rgba(19, 18, 18, 0.65);
}

#yewu03_1conRight img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
    margin: auto;
    display: table;
}

#yewu04_1{
    background-image: linear-gradient(to right, #002F5E, #2c5a89);
    overflow: hidden;
}
.yewu04_1conLMore{
    width: auto;
    padding: 10px 40px;
    background: #a4b70e;
    color: white;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    display: block;
}
.yewu04_1conRight{
    width: 30%;
    float: right;
}
.yewu04_1conRight img{
    width: 394px;
    margin: 15%;
    height: 396px;
    object-fit: cover;
    object-position: 50% 50%;
}

.yewu04_2{
    background-color: rgba(255, 255, 255, 0.8); /* 半透明白色 */
    /*background: #cccccc;*/
}
.yewu04_2 >.team-con-top h4{
    color: #a3b70e;
}
.yewu04_2 >.team-con-top p{
    color: #363739;
    margin-top: 40px;
}
.yewu04_2txt{
    width: 950px;
    margin: auto;
    padding: 50px 0;
}
.yewu04_2txt h2{
    color: #303e57;
    line-height: 1.75em;
    font-size: 18px;
    font-family: raleway;
}
.yewu04_2txt p{
    color: #6b665b;
    line-height: 1.75em;
    font-size: 18px;
    font-family: raleway;
}
#team-con-top4{
    background: url(../images/yewu04_2.jpg) no-repeat;
    background-size: cover;
}
.yewu04_3{
    height: 500px;
}
#team-con-top4_3{
    background: url(../images/yewu04_3.jpg) no-repeat;
    background-size: contain;
}

/*头部导航css*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu >li {
    position: relative;
    float: left;
    margin-right: 15px;
}
.menu li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #dac9b7;
    margin: auto;
    font-size: 18px;
    /* font-weight: bold; */
}
.menu li a:hover {
    background-color: #a0896a;
    color: #fff;
}
.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 15px;
    left: 0;
    background: #343434;
    z-index: 999;
}
.menu li:hover ul {
    display: block;
}

.yewuhz{
    width: 100%;
    height: auto;
    margin: auto;
    background: #efefef;
}
.ywtop{
    width: 1048px;
    height: auto;
    margin:auto;
    padding: 50px 0 0 0;
    overflow:hidden ;
}
.ywtopLeft{
    width: 170px;
    height: 300px;
    max-height: 120px;
    padding-left: 20px;
    float: left;
   font-family: times new roman,times,serif;
   font-weight: bold;
   font-size: 20px;
   color: #000;
   border-left: 3px solid #a19988;
}

.yetopRight{
    font-size:18px;
    width: 630px;
    color: #080808;
    line-height: 22px;
    float: right;
}

.yewubotNav{
    width: 1108px;
    height: auto;
    margin:auto;
    padding: 50px 0;
    overflow:hidden ;
}
.yewubotNav div.yewuBn{
    float: left;
    line-height: 18PX;
    font-size: 15px;
    display: inline;
    margin: 25px;
    padding: 20px;
    height: 355px;
    width: 318px;
    box-shadow: 5px 5px 8px #888888;
}

.yewuBn h3{
    font-family: times new roman,times,serif;
   font-weight: bold;
   font-size: 20px;
   height: 66px;
   color: #000;
    text-align: center;
    padding-bottom: 18px;
}
.yewuBn ul.ywbnav{
    overflow:hidden ;
    width: 100%;
}
.yewuBn ul.ywbnav li{
    line-height: 22px;
    color: #a19988;
    font-size: 14px;
    
}
.yewuBn ul.ywbnav li a{
    list-style-type: disc;
}
.yewutopcate{
    background: #252525;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 60px 0;
}
.gaodu{
    margin-top: 0;
}
.yew_context{
    background: #7f7a7c;
    overflow: hidden;
}

.ixdowhat {padding: 50px 0 30px;}
.ixdowhat .cont {padding-top: 50px;}
.ixdowhat .cont li {text-align: center;display: table;width: 380px; height: 200px; margin-bottom: 30px; background: #eef0f2; float: left; margin-right: 30px;}
.ixdowhat .cont li:nth-child(3n) {margin-right: 0;}
.ixdowhat .cont li h3 {padding: 26px 0 0 20px;}
.ixdowhat .cont li h3 img {transition: all 0.5s;position: relative; top: 0; }
.ixdowhat .cont li P {padding: 10px 20px 0 20px; font-size: 14px; line-height: 30px; color: #666666;}
.ixdowhat .cont li h1 {padding-top: 10px; font-size: 20px; padding-left: 20px; font-weight: normal;}
.ixdowhat .cont li:hover {background: #efe4e4;}
.ixdowhat .cont li:hover h3 img {top: -10px;} 
.w {
    width: 1200px;
    margin: 0 auto;
}