@charset "utf-8";

/* Banner */
.banner {
    position: relative;
    z-index: 1;
    left: 50%;
    margin-left: -960px
}

.banner .bd {
    zoom: 1;
}

/* 主体 */
.container {
    position: relative;
    z-index: 8;
}

.wrap {
    position: relative;
    width: 1200px;
    min-height: 460px;
    _height: 460px;
    margin: 0 auto;
}

.wrap .sidebar {}

.wrap .main {
    display: block;
    /* *zoom: 1; */
}

.wrapBt {
    height: 0;
    background: none;
    overflow: hidden;
    clear: both;
}

/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    margin-bottom: 18px;
    padding: 18px 0;
    color: #333;
    display: none
}

.leftTitle i,
.leftTitle s {
    display: block;
    text-align: center;
}

.leftTitle i {
    font-size: 38px;
    line-height: 58px;
    font-weight: normal;
}

.leftTitle s {
    color: #888;
    font: 12px/18px arial;
    text-decoration: none;
    text-transform: uppercase;
}

/* 二级、三级菜单 */
.menu ul {
    zoom: 1;
    text-align: center;
}

.menu ul:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.menu ul li {
    display: inline-block;
    /* display: inline; */
    zoom: 1;
    margin: 0 2px;
    vertical-align: top;
}

.menu ul li a {
    display: inline-block;
    padding: 14px 20px;
    color: #666666;
    font-size: 18px;
}

.menu ul li a:hover,
.menu ul li .current {
    color: #ff8400;
    text-decoration: none;
    font-weight: bold;
}

.m-rdm {
    padding: 25px 0 10px;
    text-align: center;
}

.m-rdm a {
    display: inline-block;
    margin: 0 8px 10px;
    padding: 3px 20px;
    border: 1px solid #ddd;
    line-height: 24px;
}

.m-rdm a:hover,
.m-rdm .current {
    border: 1px solid #999;
    background: #999;
    color: #fff;
}


/* 面包屑 */
.location {
    position: relative;
    line-height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ececec
}

.location h3 {
    float: left;
    padding-left: 10px;
    border-left: 5px solid #069;
    color: #000;
    font-size: 21px;
    font-weight: normal;
    display: none
}

.breadcrumbs {
    width: 1200px;
    margin: 0 auto
}

.breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    font-size: 14px;
}

.breadcrumbs .u-home {
    padding-left: 34px;
    background: url(../image/u_home.png) no-repeat 0 center;
}

/* 内容模式 */
.article {
    padding: 0 0 40px;
    line-height: 2;
    font-size: 15px;
    word-wrap: break-word;
}

.article .hd {
    padding: 0 0 20px;
    text-align: center;
}

.article .hd h1 {
    color: #000;
    font-size: 20px;
}

.article .hd .titBar {
    color: #797979;
    font-size: 15px;
}

.article .hd .font-size {
    margin-top: 3px
}

.article .hd .font-size button {
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin: 0 3px;
    background: none;
}

.article .bd {
    padding-bottom: 40px;
}

.article .ft {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

/* 头部新闻 */
.hotNews {
    margin-bottom: 30px;
    background: #848484;
    overflow: hidden;
    display: none
}

.hotNews .pic {
    float: left;
    width: 390px;
    height: 250px;
    margin-right: 5px;
}

.hotNews .pic img {
    width: 100%;
    height: 100%;
}

.hotNews dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 25px 20px 0 15px;
    line-height: 22px;
}

.hotNews dl dt {
    margin-bottom: 13px;
    padding-left: 10px;
    background: url(o_ico_05.jpg) no-repeat 0 13px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.hotNews dl dt a {
    color: #fff;
}

.hotNews dl dt a:hover {
    color: #000;
}

.hotNews dl .i {
    min-height: 110px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #eee;
}

.hotNews dl .m {
    width: 84px;
    height: 24px;
    margin-left: 10px;
    background: #fff;
    line-height: 24px;
    text-align: center;
}

.hotNews dl .m a {
    display: block;
    color: #333;
}

.hotNews dl .m a:hover {
    background: #666;
    color: #fff;
}

/* 新闻列表 */
.news {
    padding: 0 0 40px;
}

.newsTable th {
    border: 1px solid #fff;
    background: #c8cacb;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newsTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #dcd9d4;
    line-height: 20px;
}

.list {
    padding: 0 0 40px;
}

.list li {
    padding: 9px 0;
    border-bottom: 1px dashed #e0e0e0;
    background: url(o_ico_18.gif) no-repeat 2px 17px;
    font-size: 14px;
    line-height: 20px;
    clear: both;
}

.list li span {
    float: right;
    color: #999;
    font-size: 12px;
}

.list li a {
    padding-left: 0px;
}

.list li a:hover {
    text-decoration: underline;
}

/* 图文新闻 */
.pothoItem {
    margin: 0 0 40px;
}

.pothoItem .item {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.pothoItem .item .pic {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 20px;
    padding: 4px;
    border: 1px solid #e7e7e7;
}

.pothoItem .item .pic img {
    width: 200px;
    height: 150px;
}

.pothoItem .item dl {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    line-height: 20px;
}

.pothoItem .item dl dt {
    font-size: 16px;
    line-height: 32px;
}

.pothoItem .item dl .d,
.pothoItem .item dl .m {
    display: none;
}

.pothoItem .item dl .i {
    padding: 5px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

/* 图片列表 */
.pic-item-list {
    margin: 0 0 20px;
}

.pic-item-list .pic-item {
    display: block;
    float: left;
    width: 130px;
    margin-bottom: 10px;
    padding: 0;
}

.pic-item-list .list-pic {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #919090;
    line-height: 100px;
    text-align: center;
}

.pic-item-list dl {
    padding: 0 5px;
    line-height: 26px;
    text-align: center;
}

.piList {
    padding: 0 0 20px;
    overflow: hidden;
}

.piList .pic-item-list {
    width: 1028px;
    margin: 0;
    padding: 0;
}

.piList .pic-item {
    position: relative;
    width: 230px;
    margin: 0 27px 23px 0;
    padding: 0;
    display: inline;
}

.piList .list-pic {
    display: block;
    width: 230px;
    height: 172px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    line-height: 148px;
}

.piList .list-pic img {
    width: 230px;
    height: 172px;
}

.piList dl {
    padding: 4px 5px;
    line-height: 20px;
}

.piList dl dt {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 分页 */

#page_1 {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 20px 0px 40px 0px;
}

#page_1 a {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    padding: 0 10px;
    border: 1px solid #bfbfbf;
    line-height: 24px;
    transition: all 0.3s ease;
}

#page_1 a:hover {
    background: #ff8e01;
    color: #fff;
    border: 1px solid #ff8e01;
}

#page_1 .on {
    background: #ff8e01;
    color: #fff;
    border: 1px solid #ff8e01;
}

/* 人才招聘 */
.hrTop {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.hrTop li {
    padding-left: 16px;
    background: url(ico_05.gif) no-repeat 0 8px;
    font-weight: bold;
    line-height: 24px;
}

.hrTable .hrTableTh {
    height: 32px;
    background: #666;
    color: #fff;
}

.hrTable th {
    color: #fff;
    font-weight: normal;
}

.hrTable td {
    padding: 0 8px;
}

.hrTable .bg td {
    background: #eee;
}

.hr {
    position: relative;
    padding: 0 0 40px;
}

.hr h3 {
    padding-left: 0;
    border-bottom: 1px dotted #ccc;
    color: #0063be;
    font-size: 20px;
    line-height: 55px;
}

.hr h3 s {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.hr h3 .off {
    background: url(hr_down.gif) no-repeat center;
}

.hr h3 .on {
    background: url(hr_up.gif) no-repeat center;
}

.hrItem {
    margin-bottom: 5px;
}

.hrItem .title {
    border-bottom: 1px dotted #ccc;
    color: #999;
    font-weight: bold;
    line-height: 36px;
}

.hrItem .title span {
    float: right;
    font-weight: 100;
}

.hrItem .title span a {
    color: #88000c;
}

.hrItem .con {
    margin-bottom: 10px;
    padding: 15px 0;
    line-height: 24px;
}

.hrItem .con h4 {
    font-size: 14px;
    line-height: 36px;
}

.hrItem .apply {
    width: 95px;
    height: 25px;
    padding: 0;
    background: #01286f;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.hrItem .apply a {
    color: #fff;
}

.hr-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #777;
}

.hr-list .title {
    padding: 0;
    color: #0063be;
    font-weight: bold;
    line-height: 20px;
}

.hr-list .title span {
    float: right;
    font-weight: 100;
}

.hr-list .info {
    padding: 5px 0;
    line-height: 24px;
}

.hr-list .apply {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/* 新闻列表 */
.message {
    padding: 0 0 30px;
}

.message-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #ddd;
}

.message-list .m-title {
    padding: 0;
    color: #0063be;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.message-list .m-title span {
    float: right;
    color: #01286f;
    font-size: 12px;
    font-weight: 100;
}

.message-list .m-info {
    padding: 5px 0;
    line-height: 24px;
}

.message-list .r-title {
    padding: 0;
    line-height: 20px;
}

.message-list .r-info {
    padding: 5px 0;
    line-height: 24px;
}

/* 人才招聘 */
.form-panel {
    padding: 0 0 30px;
}

.form-panel h4 {
    margin-bottom: 10px;
    padding: 0 20px;
    background: #666;
    color: #fff;
    line-height: 30px;
}

.form-panel .tips {
    padding: 10px 0 10px 100px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.form-panel .field {
    clear: both;
}

.form-panel li.field label {
    display: block;
    float: left;
    width: 100px;
    line-height: 24px;
    text-align: right;
}

.form-panel .input {
    padding: 5px 0;
    zoom: 1;
}

.form-panel .field:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.form-panel .text {
    height: 20px;
    padding: 2px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .textarea {
    width: 450px;
    height: 100px;
    padding: 1px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.form-panel .submit-field {
    padding: 0 10px 20px 100px;
    _padding: 0 10px 20px 100px;
    clear: both;
}

.form-panel .submit-field input {
    margin-right: 10px;
}

.form-panel .submit-field .btn-submit,
.form-panel .submit-field .btn-reset {
    width: 93px;
    height: 29px;
    border: none;
    background: #666;
    color: #fff;
    cursor: pointer;
}

/* 产品详细页 */
.m-detail {
    margin-bottom: 30px;
}

.m-detail .m-property {
    float: left;
    width: 100%;
}

.m-detail .property {
    margin-left: 350px;
}

.m-detail .property h1 {
    font-weight: 100;
    font-size: 18px;
    line-height: 34px;
}

.m-detail .property .m-i-a {
    margin-bottom: 8px;
    padding: 8px 0 15px;
    border-bottom: 1px dotted #d9d9d9;
    color: #888;
    font-size: 14px;
    line-height: 25px;
}

.m-detail .gallery {
    position: relative;
    float: left;
    width: 350px;
    margin-left: -100%;
}

.m-detail .gallery .bigPic {
    width: 300px;
    height: 224px;
}

.product-detail {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.product-detail .hd {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    background: #f6f6f6;
}

.product-detail .hd h2 {
    float: left;
    width: 136px;
    height: 46px;
    margin: -2px 0 -1px;
    border-top: 2px solid #0058af;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    font-size: 22px;
    font-weight: 100;
    line-height: 46px;
    text-align: center;
}

.product-detail .bd {
    padding: 25px;
    line-height: 28px;
    font-size: 14px;
}


.con {
    margin-top: 26px
}

.con .prev {
    cursor: pointer;
    width: 54px;
    height: 36px;
    background: url(prev_01.png)no-repeat;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    display: inline-block;
    margin-right: 17px
}

.con .next {
    cursor: pointer;
    width: 54px;
    height: 36px;
    background: url(next_01.png)no-repeat;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    display: inline-block;
}

.con .prev:hover {
    background: url(prev_02.png)no-repeat;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.con .next:hover {
    background: url(next_02.png)no-repeat;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2)
}


/*标题*/
.ins_title {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px
}

/*横幅*/
.ins_bg {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px
}

/*新闻*/
.ins_news {
    margin-top: 10px;
}

.news_list {}

.news_list ul li {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ececec;
    padding: 5px 6px
}

.news_list .i .pic {
    width: 292px;
    height: 188px;
    overflow: hidden;
    border: 1px solid #ececec
}

.news_list ul li .pic img {
    display: block;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    max-width: 100%;
}

.news_list ul li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news_list .i .text {
    width: 869px;
    box-sizing: border-box;
    padding-right: 25px;
    padding-top: 20px
}

.news_list .i .text .ti a {
    font-size: 18px;
    color: #333333;
    display: block;
}

.news_list .i .text .time {
    font-family: arial;
    font-size: 16px;
    color: #333333;
    margin-top: 10px
}

.news_list .i .text .content {
    margin-top: 18px;
    font-size: 14px;
    color: #999999;
    line-height: 21px
}

.news_list .i:hover .text .ti a {
    color: #ff8e01
}

/*关于我们*/
.ins_about_a {
    padding: 25px 0 58px
}

.ins_about_a .text {
    width: 692px
}

.ins_about_a .pic {
    width: 489px;
    height: 300px;
    overflow: hidden;
}

.ins_about_a .pic img {
    display: block;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    max-width: 100%;
}

.ins_about_a:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ins_about_a .text .title {
    margin-top: 25px
}

.ins_about_a .text .title .ti a {
    font-size: 18px;
    color: #ff8400;
    letter-spacing: 1px;
    display: block;
}

.ins_about_a .text .title .sti {
    font-size: 16px;
    color: #999999;
    letter-spacing: 1px;
    margin-top: 5px
}

.ins_about_a .text .intro {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 19px 15px 35px;
    background: #f5f5f5;
    margin-top: 45px
}

.ins_about_b {
    padding: 30px 0 58px
}

.ins_about_b .c ul li {
    float: left;
    margin-right: 21px;
}

.ins_about_b .c .i {
    position: relative;
}

.ins_about_b .c .i .pic {
    width: 386px;
    height: 250px;
    overflow: hidden;
}

.ins_about_b .c .i .pic img {
    display: block;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    max-width: 100%;
}

.ins_about_b .c .i:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ins_about_b .c .i .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none
}

.ins_about_b .c .i .mask .ico {
    display: inline-block;
    margin-top: 87px
}

.ins_about_b .c .i .mask .ico p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 14px
}

/*联系我们*/
.contact {
    padding: 40px 0 60px
}

.contact .text {
    width: 320px;
    padding-top: 45px
}

.contact .text .ti {
    font-size: 22px;
    color: #ff8e01;
    font-weight: bold;
    padding-bottom: 25px;
    background: url(ins_ico_02.png)no-repeat left bottom;
}

.contact .text .content {
    margin-top: 45px;
    font-size: 14px;
    color: #333333;
    line-height: 32px
}

.contact .text .content p {
    padding-left: 30px
}

.contact .text .content p:nth-child(1) {
    background: url(../image/ins_ico_03.png)no-repeat left center;
}

.contact .text .content p:nth-child(2) {
    background: url(../image/ins_ico_04.png)no-repeat left center;
}

.contact .text .content p:nth-child(3) {
    background: url(../image/ins_ico_05.png)no-repeat left center;
}

.contact .text .content p:nth-child(4) {
    background: url(../image/ins_ico_06.png)no-repeat left 0;
    line-height: 22px;
    margin-top: 8px
}


.contact_form {
    padding: 52px 0 60px
}

.contact_form .title {
    text-align: center;
    font-size: 24px;
    color: #333333
}

.contact_form .title .o {
    font-weight: bold;
    font-size: 30px;
    color: #ff8e01;
    font-style: oblique;
}

.contact_form .form {
    margin-top: 25px
}

.contact_form .a {
    margin-bottom: 10px
}

.contact_form .b {
    margin-bottom: 20px
}

.contact_form .a .f1 {
    float: left;
}

.contact_form .a .f1:last-child {
    float: right;
}

.contact_form .a .change {
    margin: 0 28px;
    float: left;
}

.contact_form .a .f1 input {
    width: 550px;
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #999999;
    font-size: 14px
}

.contact_form .b .f2 {
    float: left;
    margin-right: 20px
}

.contact_form .b .f2:last-child {
    margin-right: 0;
    float: right;
}

.contact_form .b .f2 input {
    width: 386px;
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #999999;
    font-size: 14px
}

.contact_form .c input {
    width: 100%;
    background: #ff9a00;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.ins_message .d textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #999999;
    font-size: 14px;
    background: #f5f5f5;
    margin-bottom: 20px
}

/*服务项目*/
.ins_ser {
    padding-bottom: 70px
}

.ins_ser .c {
    margin-top: 22px
}

.ins_ser .c ul li {
    width: 276px;
    height: 230px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px
}

.ins_ser .c ul li:nth-child(4n) {
    margin-right: 0
}

.ins_ser .c ul li .i {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

.ins_ser .c ul li .i  {
    width: 276px;
    height: 230px;
    overflow: hidden;
}

.ins_ser .c ul li .i img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 等比例填满，超出裁剪 */
  object-position: center;
    display: block;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    max-width: 100%;
}

.ins_ser .c ul li .i:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*.ins_ser .c ul li .i .mask {*/
/*    position: absolute;*/
/*    top: 180px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: all .5s ease;*/
/*    text-align: center;*/
/*    background: rgba(0, 0, 0, .5);*/
/*    z-index: 3*/
/*}*/

.ins_ser .c ul li .i .mask .ti {
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
}

.ins_ser .c ul li .i .mask .cont {
    width: 223px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 5px auto 0 auto
}

.ins_ser .c ul li .i .mask .more {
    display: block;
    color: #fff;
    font-size: 14px;
    width: 128px;
    height: 36px;
    line-height: 36px;
    background: #ff9a00;
    border-radius: 3px;
    margin: 35px auto 0 auto
}

/*.ins_ser .c ul li .i:hover {*/
/*    box-shadow: 3px 3px 16px rgba(0, 0, 0, .3);*/
/*    transform: translateY(-10px);*/
/*}*/

/*.ins_ser .c ul li .i:hover .mask {*/
/*    transform: translateY(-180px);*/
/*    padding-top: 25px*/
/*}*/

.ins_case {
    padding-bottom: 0
}

.ins_piclist {
    padding-top: 20px;
    padding-bottom: 60px
}

.ins_piclist ul li {
    float: left;
    margin-right: 21px;
    margin-bottom: 15px
}

.ins_piclist ul li:nth-child(3n) {
    margin-right: 0
}

.ins_piclist ul li .i {
    text-align: center;
}

.ins_piclist ul li .i p {
    font-size: 14px;
    color: #333;
    padding: 3px 0;
    transition: all .5s;
}

.ins_piclist ul li .i .pic {
    width: 385px;
    height: 100%;
    max-height: 280px;
    overflow: hidden;
}

.ins_piclist ul li .i .pic img {
    display: block;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    max-width: 100%;
}

.ins_piclist ul li .i:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ins_piclist ul li .i:hover p {
    color: #ff8e01
}