.container-full{
    width: 100%;
    margin: 0 auto;
}
.index-market{
    width: 100%;
    height: 456px;
    background: #fff url("../img/m_bg.jpg") center 0;
    background-size: cover;
    color: #fff;
}
.index-dynamic{
    position: relative;
    height: 30px;
    background-color: #333;
    width: 1350px;
    margin: 0 auto;
}
.index-dynamic .dynamic-swiper{
    position: relative;
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    overflow: hidden;
}
.index-dynamic .dynamic-swiper .dynamic-icon{
    float: left;
    width: 8%;
    text-align: right;
    margin-right: 1%;
}
.dynamic-list{
    overflow: hidden;
    width: 85%;
    float: left;
}
.dynamic-list ul li {
    float: left;
    margin-right: 50px;
    list-style: none;
}
.dynamic-list ul li:before {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 1px;
    background-color: #fff;
}
.dynamic-list ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.dynamic-list ul li  a:hover, a:focus {
    text-decoration: underline;
}

.quotation-head{
    display: flex;
    display: -ms-flexbox; /* IE 10 */
    flex-direction: row;
    -ms-flex-direction: row; /* IE 10 */
    justify-content: initial;
    -ms-flex-pack: initial; /* IE 10 */
    align-items: center;
    -ms-flex-align: center; /* IE 10 */
    flex-basis: auto;
}
.pointer {
    cursor: pointer;
}
.left-menu-item {
    background: url("../img/menubg-grey.png");
    width: 100%;
    height: 96px;
    line-height: 96px;
    font-size: 24px;
    color: #4a4a4a;
    padding-left: 25%;
    box-sizing: border-box;
    position:relative;
}
.left-menu-item > img {
    position: absolute;
    right: 30px;
    top: 25px;
}
.product-wrap {
    background:#FFF;
    padding:0 20px;
    height: 610px;
    display: flex;
    flex-direction: row;
    justify-content:space-between
}
.product-wrap-left {
    width: 850px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-flow: wrap
}
.product-item {
    width: 270px;
    height: 380px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,121,192,.21);
    box-shadow: 0 0 10px 0 rgba(0,121,192,.21);
    cursor: pointer;
 }
.product-item:hover {
    border : 1px red solid;
 }
.product-item > .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product-item > .img img{
    width: 100%;
    height: auto;
}
.product-item:hover .img img{
    transform: scale(1.05);
    /*transform: translateZ(0) scale(1);*/
    transition: all .8s;
}
.product-item:hover > p{
    color : #a43717;
 }
.product-item > img {
    width:230px;
    height:295px;
}
.product-item > p {
    background-color: #f5f5f5;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size:14px;
    color: #666666;
}
.product-item-sub {
    width: 416px;
    height: 190px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,121,192,.21);
    box-shadow: 0 0 10px 0 rgba(0,121,192,.21);
    position: relative;
    cursor: pointer;
}
.product-item-sub:hover {
    border : 1px red solid;
}
.product-item-sub:hover > p{
    height: 40px;
    transition: all .3s;
}
.product-item-sub > .img {
    width:100%;
    height:auto;
    overflow: hidden;
}
.product-item-sub > .img img{
    width:100%;
    height:auto;
}
.product-item-sub:hover .img img{
    transform: scale(1.05);
    transition: all .8s;
}
.product-item-sub > p {
    width: 374px;
    height: 0;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background-color: #000000;
    opacity: 0.58;
}

.product-wrap-right {
    height: 610px;
    width: 300px;
    cursor: pointer;
}
.product-wrap-right > img {
    height: 600px;
    width: 300px;
}
.cooperation {
    background:#FFF;
    padding:0 20px;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap
}
.coperation-item{
    width: 255px;
    height: 75px;
}
.coperation-item:nth-child(5n+5){
    width: 140px;
    height: 75px;
}
.coperation-item:nth-child(n+6){
    margin-top: 10px;
}
.coperation-item > img{
    width: 140px;
    height: 75px;
}
.index-background {
    background-image: url(../img/index-background.jpg);
    height: 700px;
    background-repeat: no-repeat;
    padding-top: 20px;
}