@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    height: 150px;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    width: 300px;
    height: 150px;
}

.header .logo a {
    display: list-item;
    line-height: 150px;
    text-align: left;
    width: 173px;
    height: 150px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/

.navigation {
    float: left;
    width: 600px;
    height: 150px;
}
.navigation .header-word{
    height: 97px;
    line-height: 97px;
    text-align: center;
    border-bottom: 1px #e5e5e5 solid;
}
.navigation .header-word img{
    vertical-align: middle;
}

.nav {
    height: 48px;
}

.nav ul {}

.nav ul li {
    float: left;
    text-align: center;
    transition: none;
    margin-left: 33.5px;
}

.nav ul li:first-child {
    background: none;
    margin-left: 0;
}

.nav ul li > a {
    display: block;
    font-size: 18px;
    color: #333333;
    text-align: center;
    transition: none;
    height: 48px;
    line-height: 48px;
}
.nav ul li:hover > a ,.nav ul li.active > a {
    color: #d31044;
    border-bottom: 4px #d31044 solid;
}
/*.nav-menu{
    display: none;
    position: absolute;
    top: 136px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 45px;
    line-height: 45px;
    transition: none;
    background: rgba(0,0,0,0.34);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    float: left;
    margin-right: 50px;
}
.nav-menu dl dt a{
    display: block;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
}
.nav-menu dl dt:hover a{
    text-decoration: underline;
}*/

.header .header-right {
    float: right;
    width: 300px;
    height: 150px;
    line-height: 150px;
    text-align: right;
}
.header .header-right img{
    vertical-align: middle;
}

.index-line{
    border-bottom: 2px #dddddd solid;
}

.index-nav{
    height: 70px;
}
.index-nav ul li{
    float: left;
    height: 70px;
    padding-left: 18px;
    margin-right: 15px;
    transition: none;
}
.index-nav ul li a{
    display: block;
    line-height: 70px;
    padding-right: 18px;
    transition: none;
    cursor: pointer;
    font-weight: bold;
}
.index-nav ul li.active,.index-nav ul li:hover{
    background: url("../images/li-style01.png") left center no-repeat;
}
.index-nav ul li.active a,.index-nav ul li:hover a{
    background: url("../images/li-style02.png") right center no-repeat;
}


/*banner*/
.banner {
    height: 640px;  min-width: 1200px;  margin: 0 auto;
}

.banner .flexslider {
    height: 640px;  min-width: 1200px;  margin: 0 auto;  position: relative;  overflow: hidden;  z-index: 0;  display: block;
}

.banner .slides li {
    height: 640px;  min-width: 1200px;  margin: 0 auto;  position: relative;  z-index: 0;  display: block;
}

.banner .slides li a {
    display: block;  height: 100%;
}

.sub-banner {
    height: 310px;  min-width: 1200px;  margin: 0 auto;  position: relative;
}
.sub-banner li {
    height: 310px;
}

/* .banner .flex-control-nav {
    display: none;
} */

/*图片指示*/
.banner .flex-control-nav{
    position:absolute; bottom:18px; z-index: 2222; height: 10px; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center; 
}
.banner .flex-control-nav a{
    display:inline-block;  width: 8px; height: 8px ;cursor:pointer; background: #fff; border-radius: 50%;
}
.banner .flex-control-nav .flex-active{ background: #D31044; width: 8px; height: 8px}
/*左右方向按钮*/
/* .flex-direction-nav a{
    width:40px; height: 68px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
   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{
    right:100px; background:#d21044 url("../images/right01.png") no-repeat center; background-size: 20px;
}
.flex-direction-nav .flex-prev{
    left:100px; background: #d21044 url("../images/left01.png") no-repeat center; background-size: 20px;
}
.flexslider:hover .flex-next{opacity:1;filter:alpha(opacity=100);}
.flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
 */



/*section-one*/
.sectionbg{ background: url("../images/index-bg.jpg") center top no-repeat;}
.index-store{
    height: 412px;
    /*background: url("../images/index-bg01.jpg") center bottom no-repeat;*/
}
.index-activity{
    height: 525px;
    /*background: url("../images/index-bg02.jpg") center top no-repeat;*/
}
.index-kinds{
    /*height: 1502px;*/
   margin-bottom: 30px;
    /*background: url("../images/index-bg03.jpg") center top no-repeat;*/
}
.section-news{
    /*background: url("../images/index-bg04.jpg") center top no-repeat;*/
}
.index-contact{
    /*background: url("../images/index-bg05.jpg") center top no-repeat;*/
}

/* 品牌商店*/
.store-list{
    width: 1200px;
    overflow: hidden;
    padding-top: 30px;
    display: none;
}
.store-list ul.ul01{
    float: left;
    margin-right: 10px;
    width: 350px;
}
.store-list ul.ul02{
    width: 540px;
    float: left;
}
.store-list ul.ul03{
    width: 300px;
    float: left;
}
.store-list ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.store-list ul li.part01{
    width: 350px;
    height: 170px;
}
.store-list ul li.part02{
    width: 350px;
    height: 350px;
}
.store-list ul li.part03{
    width: 300px;
    height: 350px;
}
.store-list ul li.part04{
    width: 170px;
    height: 170px;
}
.store-list ul li img{
    display: block;
    width: 100%;
    height: 100%;
}

.store-list ul li.part-title{
    width: 170px;
    height: 350px;
    background: url("../images/store-title.png") left top no-repeat;
}
/* 品牌商店 end*/

/* 特色活动 */
.activity-title{
    padding-top: 24px;
}
.activity-title .atitile{
    float: left;
    width: 200px;
    background: url("../images/activity-title.png") left center no-repeat;
    height: 49px;
}
.activity-title .act-kinds{
    float: right;
    height: 40px;
    border-top: 1px rgba(211,16,68,0.1) solid;
    border-bottom: 1px rgba(211,16,68,0.1) solid;
    margin-top: 6px;
}
.act-kinds ul li{
    float: left;
    margin-left: 40px;
}
.act-kinds ul li:first-child{
    margin-left: 0;
}
.act-kinds ul li a{
    display: block;
    line-height: 38px;
    color: #ff7197;
    font-size: 14px;
}
.act-kinds ul li.active a{
    border-bottom: 2px #d31044 solid;
    color: #d31044;
}
.activity{
    height: 400px;
    overflow: hidden;
}
.activity-list{
    width: 1200px;
    overflow: hidden;
    margin-top: 30px;
}
.activity-list ul{
    width: 1220px;
}
.activity-list ul li{
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 230px;
    height: 180px;
}
.activity-list ul li.big{
    width: 480px;
    height: 370px;
}
.activity-list ul li a{
    display: block;
    width: 230px;
    height: 180px;
    position: relative;
}
.activity-list ul li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    text-align: center;
}

/* 特色活动  end*/

/* kinds */
.kinds{
    padding-top: 25px;
}
.kinds .kind-title{
    width: 1200px;
    height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffb4c8;
}
.kinds .kind-title ul{
    float: left;
}
.kinds .kind-title ul li{
    float: left;
    height: 50px;
    padding: 0 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.kinds .kind-title ul li a{
    display: block;
    padding-left: 55px;
    font-family: '宋体';
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #d31044;
}
.kinds .kind-title ul li.active{ background: #d31044;}
.kinds .kind-title ul li.active a{ color: #ffffff}

.kinds .kind-title ul li a{ background: url("../images/333.png") left center no-repeat;}
.kinds .kind-title ul li:nth-child(2) a{ background: url("../images/kbg22.png") left center no-repeat;}

.kinds .kind-title ul li.active:nth-child(1) a.kbg01{ background: url("../images/333.png") left center no-repeat;}
.kinds .kind-title ul li.active:nth-child(2) a.kbg01{ background: url("../images/333.png") left center no-repeat;}


.kinds .kind-title ul li a.kbg02{ background: url("../images/kbg22.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg02{ background: url("../images/kbg02.png") left center no-repeat;}

.kinds .kind-title ul li a.kbg03{ background: url("../images/111.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg03{ background: url("../images/111.png") left center no-repeat;}
.kinds .kind-title ul li a.kbg04{ background: url("../images/kbg44.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg04{ background: url("../images/kbg04.png") left center no-repeat;}

.kinds .kind-title ul li a.kbg05{ background: url("../images/222.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg05{ background: url("../images/222.png") left center no-repeat;}
.kinds .kind-title ul li a.kbg06{ background: url("../images/kbg66.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg06{ background: url("../images/kbg06.png") left center no-repeat;}

.kinds .kind-title ul li a.kbg07{ background: url("../images/kbg77.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg07{ background: url("../images/kbg07.png") left center no-repeat;}
.kinds .kind-title ul li a.kbg08{ background: url("../images/kbg88.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg08{ background: url("../images/kbg08.png") left center no-repeat;}

.kinds .kind-title ul li a.kbg09{ background: url("../images/kbg99.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg09{ background: url("../images/kbg09.png") left center no-repeat;}
.kinds .kind-title ul li a.kbg10{ background: url("../images/kbg010.png") left center no-repeat;}
.kinds .kind-title ul li.active a.kbg10{ background: url("../images/kbg10.png") left center no-repeat;}

.kinds .kind-title .more{
    float: right;
    display: block;
    width: 64px;
    height: 12px;
    background: url("../images/more.png") left center no-repeat;
    margin-right: 20px;
    margin-top: 20px;
}

.kind-box{
    padding:15px 10px;
    height: 220px;
    background: #ffeff3 url('../images/kinds-bg.png') 990px 40px no-repeat;
}
.kind-box .kind-logo{
    height: 220px;
    overflow: hidden;
}
.kind-box .kind-logo ul{
   
}
.kind-box .kind-logo ul li{
    float: left;
    margin-right: 45px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px #dddddd solid;
    overflow: hidden;
}
.kind-box .kind-logo ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kind-box .kind-list{
    float: left;
    width: 720px;
    height: 186px;
    overflow: hidden;
    margin-left: 40px;
    margin-top: 10px;
}
.kind-box .kind-list ul{
    width: 730px;
}
.kind-box .kind-list ul li{
    float: left;
    width: 140px;
    line-height: 16px;
    margin-right: 10px;
    padding-left: 30px;
    background: url("../images/kind-li.png") left center no-repeat;
    margin-bottom: 15px;
}
.kind-box .kind-list ul li a{
    font-size: 14px;
    color: #333333;
}
/* kinds end*/


.section{
    background: #ffeff3;
    padding: 30px 10px 10px;
}

.title{
    border-left: 5px #d31044 solid;
    font-family: '宋体';
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.title span{
    text-transform: uppercase;
    color: #d31044;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
}

.index-video{
    width: 600px;
    float: left;
}
.ScrollImg{
    width:570px; height:390px; float: left; position: relative;
    overflow: hidden; padding-top: 10px;
}
.ScrollImg .Scrolllider,.ScrollImg .slides li{
    width:570px; height:390px;  background-size: 100%;
}
.ScrollImg  .slides li a{
    display: block;  height: 100%;
}
.ScrollImg  .slides li a img{
    width: 570px; height: 390px; object-fit: cover;
}
.Scrolllider{
    position:relative; overflow:hidden; z-index: 0;
    }
.Scrolllider .slides{
    position:relative; z-index:0;
}
.Scrolllider .flex-control-nav{
    position:absolute; bottom:13px; z-index:2; padding-left:0; width:560px; right: 10px; text-align: right;
}
.Scrolllider .flex-control-nav li{
    display:inline-block;  height:11px; margin: 0 3px; zoom:1;text-align:center;
}
.Scrolllider .flex-control-nav a{
    display:inline-block; width:11px; height:11px; overflow:hidden;  cursor:pointer;
    background: rgba(255,255,255,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff);
}
.Scrolllider .flex-control-nav .flex-active{
    background: #ffffff;
}
.Scrolllider .slides .ImgInfo{
    position: relative; bottom: 50px;  width: 558px; padding-left: 12px; height: 46px; line-height: 46px; background: rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
}
.ImgInfo p{
    font-size: 16px; font-weight: bold; color: #FFFFFF; width: 427px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

.index-news{
    width: 580px;
    float: right;
}
.index-news .news-lists{}

.index-news .news-lists ul li{
    padding: 14px 0;
    height: 110px;
    border-top: 1px #e9dbde solid;
}

.index-news .news-lists ul li:first-child{
    border-top: none;
}

.index-news .news-lists ul li img{
    display: block;
    float: left;
    width: 160px;
    height: 110px;
}

.index-news .news-lists ul li .news-info{
    float: right;
    width: 395px;
}

.index-news .news-info h6{
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 15px;
    background: url("../images/bordbtm.jpg") left bottom no-repeat;
    margin-bottom: 12px;
}

.index-news .news-lists ul li:hover .news-info h6{
    color: #df0059;
}

.index-news .news-info p{
    font-size: 12px;
    color: #656565;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}

.index-news .news-info span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #df0059;
}

/*section-two end*/

.index-messages{
    float: left;
    width: 370px;
    padding-right: 24px;
    border-right: 1px solid #e4d6da;
}

.index-messages input,.index-messages textarea{
    width: 350px;
    height: 45px;
    border: none;
    border-bottom: 1px #e4d6da solid;
    margin-bottom: 8px;
    background: transparent;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    color: #cccccc;
    font-family: 微软雅黑;
}
.index-messages textarea{
    height: 120px;
    resize: none;
    padding-top: 10px;
}
.index-messages input:focus,.index-messages textarea:focus{
    border-bottom: 1px #d31044 solid;
}

.index-messages button{
    width: 370px;
    height: 40px;
    margin-top: 10px;
    background: #d31044;
    color: #ffffff;
    border: none;
}

.index-map{
    float: left;
    margin-left: 24px;
    width: 475px;
    height: 333px;
    padding-right: 24px;
    border-right: 1px solid #e4d6da;
}

.index-contact{
    margin-bottom: 30px;
}
.index-con{
    float: right;
    width: 234px;
}
.index-con .contact-list{}

.index-con .contact-list ul li{
    line-height: 22px;
    color: #333333;
    font-size: 14px;
    padding-left: 22px;
    margin-bottom: 10px;
}

.index-con .contact-list ul li.icon01{
    background: url("../images/c-icon01.png") left 2px no-repeat;
}

.index-con .contact-list ul li.icon02{
    background: url("../images/c-icon02.png") left 2px no-repeat;
}

.index-con .contact-list ul li.icon03{
    background: url("../images/c-icon03.png") left 3px no-repeat;
}

.index-con .share{
    margin-top: 15px;
}

.index-con .share .social-share-icon{
    background: #d31044;
    color: #ffffff;
    border: 1px #d31044 solid;
}

.index-con .code{
    margin-top: 60px;
}

.index-con .code ul li{
    width: 103px;
}

.index-con .code ul li img{
    display: block;
    width: 103px;
    height: 103px;
}

.index-con .code ul li p{
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #d31044;
}

/*footer*/
.footer{
    height: 80px;
    border-top: 2px #e5e5e5 solid;
}

.footer .footer-nav{
    float: left;
    height: 80px;
    padding-left: 122px;
    background: url("../images/foot-logo.png") left center no-repeat;
}
.footer .footer-nav p{
    float: left;
    line-height: 80px;
    font-size: 14px;
    color: #333333;
}
.footer .footer-nav p a{
    display: inline-block;
    margin-right: 10px;
}
.footer .footer-nav p a:hover{
    text-decoration: underline;
}

.footer .footer-code{
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
    color: #999999;
}

.float-box{
    position: fixed;
    right: 0;
    top: 40%;
    width: 60px;
    z-index: 99;
}
.float-box ul li{
    width: 60px;
    height: 60px;
    background: rgba(221,16,68,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66d31044,endColorstr=#66d31044);
    margin-bottom: 1px;
    text-align: center;
    position: relative;
    z-index: 999;
}
.float-box ul li .tel-num{
    display: none;
    position: absolute;
    top: 0;
    left: -150px;
    width: 150px;
    height: 60px;
    background: rgba(221,16,68,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66d31044,endColorstr=#66d31044);
    line-height: 60px;
    color: #ffffff;
    z-index: 80;
}
.float-box ul li:hover .tel-num{
    display: block;
}
.float-box ul li a{
    display: block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
}
.float-box ul li.code{}
.float-box ul li.code a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/CODE.png") center no-repeat;
}
.float-box ul li .code-img{
    display: none;
    position: absolute;
    top: -32px;
    left: -128px;
    width: 120px;
    height: 120px;
    padding: 4px;
    background: rgba(221,16,68,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66d31044,endColorstr=#66d31044);
}
.float-box ul li .code-img img{
    width: 120px;
    height: 120px;
}
.float-box ul li:hover .code-img{
    display: block;
}
.float-box ul li.backTop{}
.float-box ul li.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/TOP.png") center no-repeat;
}
/*footer end*/



.page{
    text-align: center;
    margin-top: 40px;
}
.page ul{
    display: inline-block;
}
.page ul a{
    float: left;
    margin: 0 4px;
    line-height: 26px;
}
.page ul  a{
    display: block;
    font-size: 20px;
    color: #d31044;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 1px #d31044 solid;
}
.z-crt{
    color: #ffffff!important;
    background: #d31044;
}
.page ul .first{
    display: block;
    width: 120px;
    height: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #d31044;
    color: #ffffff;
}
.page ul .last{
    display: block;
    width: 120px;
    height: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background: #d31044;
    color: #ffffff;
}
.page ul  input.turn{
    width: 24px;
    height: 24px;
    border: 1px #dddddd solid;
}

.sub-section{
    background: url("../images/sub-bg.jpg") center top repeat-y;
}

.content{
    padding: 20px 0 40px;
}

.enter-store{
    width: 1200px;
}
.enter-store ul{
    width: 1250px;
}
.enter-store ul li{
    float: left;
    width: 285px;
    margin-right: 22px;
    margin-bottom: 20px;
}
.enter-store ul li .img{
    width: 283px;
    height: 198px;
    overflow: hidden;
    border: 1px #dddddd solid;
}
.enter-store ul li .img img{
    width: 283px;
    height: 198px;
    transition: all 0.5s;
}
.enter-store ul li:hover .img img{
    transform: scale(1.2);
}
.enter-store ul li p{
    line-height: 45px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}



.news{
    padding-top: 40px;
}
.new-news{
    padding-bottom: 35px;
    border-bottom: 1px #dddddd dotted;
}
.new-news .nn-info{
    float: left;
    width: 750px;
}
.new-news .nn-info span{
    display: block;
    height: 56px;
    font-size: 30px;
    color: #d31044;
    margin-bottom: 30px;
}
.new-news .nn-info em{
    display: inline-block;
    height: 56px;
    border-bottom: 2px #d0d0d0 solid;
}
.new-news .nn-info h6 a{
    display: block;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.new-news .nn-info p{
    margin-top: 20px;
    height: 144px;
    line-height: 36px;
    font-size: 18px;
    color: #999999;
}
.new-news .nn-img{
    float: right;
    width: 413px;
    height: 256px;
    border: 6px #ffbcbc solid;
}
.new-news .nn-img img{
    width: 413px;
    height: 256px;
}

.news .news-lists{}
.news .news-lists ul li{
    padding: 30px 0;
    height: 117px;
    border-bottom: 1px #dddddd solid;
}
.news .news-lists .time{
    float: left;
    width: 120px;
    text-align: left;
    color: #999999;
    margin-right: 46px;
    padding-top: 10px;
    transition: none;
}
.news .news-lists .time h6{
    font-size: 50px;
}
.news .news-lists .time p{
    font-size: 20px;
}
.news .news-lists .news-img{
    float: left;
    width: 170px;
    height: 117px;
    margin-right: 36px;
}
.news .news-lists .news-img img{
    width: 170px;
    height: 117px;
}
.news .news-lists .news-info{
    float: right;
    width: 820px;
}
.news .news-lists .news-info h6 a{
    display: block;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: none;
}
.news .news-lists .news-info p{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: none;
}
.news .news-lists .news-info .more{
    display: block;
    font-size: 12px;
    color: #d31044;
}

.news .news-lists ul li:hover .time,.news .news-lists ul li:hover a,.news .news-lists ul li:hover p{
    color: #d31044;
}


.online-attract{
    width: 750px;
    margin: 60px auto 0;
}
.online-attract .import{
    line-height: 40px;
    margin-bottom: 20px;
}
.online-attract .import span{
    float: left;
    display: inline-block;
    width: 110px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.online-attract .import input{
    width: 358px;
    height: 38px;
    line-height: 38px;
    border: 1px #dddddd solid;
    padding: 0 10px;
}
.online-attract .import textarea{
    width: 600px;
    height: 211px;
    border: 1px #dddddd solid;
    padding: 12px 10px;
}
.submit-btn{
    padding-left: 120px;
}
.submit-btn .submit,.submit-btn .reset{
    width: 202px;
    height: 44px;
    border: 1px #d31044 solid;
    font-size: 20px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}
.submit-btn .submit{
    background: #d31044;
    color: #ffffff;
    margin-right: 20px;
}
.submit-btn .reset{
    background: #ffffff;
    color: #d31044;
}


.contact{}
.contact .map{
    width: 1188px;
    height: 600px;
    border: 6px #ffffff solid;
}

.contact .contact-box{
    margin-top: 70px;
    padding: 0 90px;
}
.contact-box .welcome{
    float: left;
    width: 480px;
    font-size: 12px;
    line-height: 24px;
}

.welcome ul li{
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    padding-left: 22px;
    margin-bottom: 20px;
}
.welcome ul li.icon01{
    background: url("../images/c-icon01.png") left 2px no-repeat;
}

.welcome ul li.icon02{
    background: url("../images/c-icon02.png") left 2px no-repeat;
}

.welcome ul li.icon03{
    background: url("../images/c-icon03.png") left 3px no-repeat;
}
.welcome ul li span{
    color: #d31044;
    font-size: 20px;
    letter-spacing: -2px;
}

.welcome .share{
    margin-top: 30px;
}

.welcome .share .social-share-icon{
    background: #d31044;
    color: #ffffff;
    border: 1px #d31044 solid;
}


.contact-form{
    float: right;
    width: 358px;
    padding-right: 24px;
}

.contact-form input,.contact-form textarea{
    width: 350px;
    height: 45px;
    border: none;
    border-bottom: 1px #e4d6da solid;
    margin-bottom: 8px;
    background: transparent;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    color: #cccccc;
    font-family: 微软雅黑;
}
.contact-form textarea{
    height: 120px;
    resize: none;
    padding-top: 10px;
}
.contact-form input:focus,.contact-form textarea:focus{
    border-bottom: 1px #d31044 solid;
}

.contact-form button{
    width: 370px;
    height: 40px;
    margin-top: 10px;
    background: #d31044;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}


.shoot{}
.shoot .shoot-title,.shoot-list ul li{
    float: left;
    width: 224px;
    height: 300px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.shoot .shoot-title{
    background: url("../images/shoot.png") left top no-repeat;

}
.shoot .shoot-title h6{
    font-weight: normal;
    font-size: 40px;
    width: 50px;
    line-height: 40px;
    padding: 15px;
    text-align: center;
    color: #ffffff;
}
.shoot-list{

}
.shoot-list ul{
    width: 1230px;
}
.shoot-list ul li{
    background: #ffffff;
}
.shoot-list ul li .img{
    display: block;
    width: 204px;
    height: 204px;
    border-top-right-radius: 30px;
    margin: 10px auto 0;
}
.shoot-list ul li img{
    width: 204px;
    height: 204px;
}
.shoot-list ul li p{
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #333333;
    overflow: hidden;
    padding: 5px 10px;
}
.shoot-list ul li .hot-icon{
    display: block;
    padding-left: 30px;
    background: url("../images/hot.png") 5px center no-repeat;
    margin-left: 10px;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}

.shoot-detail{
    margin-top: 30px;
}

.ban{
    float: left;
    width:500px; height:500px; position:relative; overflow:hidden;
    margin-right: 65px;
}
.ban2{
    width:500px;  position:relative;
}
.ban2 ul{
    position:absolute; left:0; top:0;
    transition: none;
}
.ban2 ul li{
    width:500px; height:400px;
    float: left;
}
.ban2 ul li img{
    width:500px; height:400px;
}
.prev{
    float:left; cursor:pointer;
}
.min_pic{
    width:500px; position: relative; margin-top: 410px; height: 80px; display: inline-block; z-index: 999;
  /*background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);*/
}
.num{
    width: 500px; height: 80px; position: relative; margin-left: 35px;
    z-index: 99;
}
.num ul{
    position:absolute; left:0; top:0;
}
.num ul li{
    width:100px; height:80px; margin-right: 10px; text-align: center;
}
.num ul li img{
    width:100px; height:80px;
}
.num ul li.on img{
    border:2px solid #d31044 ; box-sizing: border-box;
}
.prev_btn1{
    width:25px; height:80px; cursor:pointer; z-index:999; position:absolute; top:0px; left:0px;
    background: rgba(211,16,68,0.2) url("../images/left01.png") center no-repeat;
}
.prev_btn1:hover{
    background: rgba(211,16,68,1) url("../images/left01.png") center no-repeat;
}
.next_btn1{
    width:25px; height:80px; cursor:pointer; z-index:999; position:absolute; top:0px; right:0px;
    background: rgba(211,16,68,0.2) url("../images/right01.png") center no-repeat;
}
.next_btn1:hover{
    background: rgba(211,16,68,1) url("../images/right01.png") center no-repeat;
}
.prev1{
    position:absolute; top:50px; left:54px; width:25px; height:80px;z-index:9;cursor:pointer;
}
.next1{
    position:absolute; top:50px; right:54px; width:25px; height:80px;z-index:9;cursor:pointer;
}

.shoot-info{
    float: left;
    width: 550px;
}
.shoot-info h6{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.shoot-info .note{
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    border: 1px #999999 solid;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    margin-top: 30px;
    margin-bottom: 50px;
}
.shoot-info .price{
    font-size: 20px;
    color: #d31044;
    font-family: Arial;
}
.shoot-info .price b{
    font-weight: normal;
    font-size: 40px;
}
.shoot-info .price span{
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin-left: 10px;
}
.shoot-info .price em{
    text-decoration: line-through;
}
.shoot-info .order{
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    font-size: 24px;
    background: #d31044;
    margin-top: 60px;
    margin-bottom: 50px;
}
.service{
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}
.shoot-service{
    background: #ffffff;
    margin-top: 30px;
    padding: 0 45px 30px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.shoot-service .s-title{
    padding-left: 30px;
    font-size: 20px;
    color: #333333;
    line-height: 64px;
    background: url("../images/star.jpg") left center no-repeat;
    border-bottom: 1px #cccccc dashed;
    margin-bottom: 14px;
}


.shoot-detail .back{
    float: right;
    display: block;
    width: 79px;
    height: 79px;
    background: url("../images/back.png") left top no-repeat;
}

/* sub-section  end*/

/*详情页*/
.new-title{
    text-align: center;
    margin-top: 30px;
}
.new-title h6{
    font-size: 20px;
    color: #990000;
    height: 40px;
}
.new-title span{
    font-size: 12px;
    color: #999999;
    line-height: 40px;
}
.new-title p{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    border-top: 1px #dddddd solid;
    padding-top: 15px;
}
.news-article{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}
.next-next{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.next-next ul{
    display: inline-block;
}
.next-next ul li{
    float: left;
    padding: 0 20px;
    height: 26px;
    border-radius: 15px;
    border: 1px #dddddd solid;
    margin: 0 5px;
}
.next-next ul li a{
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.ncont-right{
    width: 1200px;
    text-align: right;
    margin: 5px auto;
}

/*公司新闻详情页 end*/









































