@charset "utf-8";
/* CSS Document */

/* -------------------- banner --------------------  */

.bannerBox {
    width: 100%;
    min-width: 1180px;
    /*height: 480px;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    height: 425px;
}

.slides {
    /*height: 480px;*/
    position: relative
}

.slides li {
    height: 425px;
}

.slides li a {
    display: block;
    height: 425px;
    /*width: 100%;*/
}

.slides li.item0 a {
    background: url('../images/banner/0.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item1 a {
    background: url('../images/banner/1.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item2 a {
    background: url('../images/banner/2.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item3 a {
    background: url('../images/banner/3.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item4 a {
    background: url('../images/banner/4.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item5 a {
    background: url('../images/banner/5.jpg') center no-repeat;
    background-size: 1920px auto;
}

.slides li.item6 a {
    background: url('../images/banner/6.jpg') center no-repeat;
    background-size: 1920px auto;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    *display: inline;
    zoom: 1
}

.flex-control-nav a {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
}

.flex-control-nav .flex-active {
    border: 1px solid #f2a230;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute
}

.MainBan {
    height: 573px;
    position: relative;
    overflow: hidden;
    border-top: 7px solid #eee;
}

.BanContBg {
    width: 100%;
    min-width: 1180px;
    background: url(../images/BanBg.jpg) repeat;
    filter: alpha(opacity=20);
    opacity: 0.2;
    height: 563px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.MainBan ul.BanPic {
    width: 100%;
    min-width: 1180px;
    height: 580px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}

.MainBan ul.BanPic li {
    width: 100%;
    min-width: 1180px;
    height: 580px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
    background-repeat: no-repeat;
}

.MainBan ul.BanTxt {
    width: 100%;
    min-width: 1180px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-top: 190px;
    z-index: 20;
}

.MainBan ul.BanTxt li {
    width: 100%;
    min-width: 1180px;
    text-shadow: 1px 1px 1px #666;
    text-align: center;
}

.MainBan ul.BanTxt li .BanTxt1 {
    font-size: 55px;
    line-height: 60px;
}

.MainBan ul.BanTxt li .BanTxt2 {
    font-size: 30px;
    line-height: 36px;
    padding-top: 10px;
}

.MainBan ul.BanBtn {
    width: 1260px;
    height: 170px;
    left: 50%;
    margin-left: -630px;
    bottom: 10px;
    z-index: 30;
    position: absolute;
}

.MainBan ul.BanBtn li {
    float: left;
    padding: 20px 10px;
    width: 190px;
    height: 110px;
    overflow: hidden;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

.MainBan ul.BanBtn li .BanTxt1 {
    font-size: 20px;
    line-height: 26px;
}

.MainBan ul.BanBtn li .BanTxt2 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
}

.MainBan ul.BanBtn li.Active {
    height: 130px;
    margin-top: 0;
}

.FttCont {
    float: left;
    width: 32%;
    padding: 0;
    height: 410px;
    margin: 15px 0 10px 2%;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 4px;
}

.width1180 .FttCont:first-child {
    margin-left: 0;
}

.FttCont:hover, .FttCont:hover .FttContName {
    border-color: #7dd3fb;
}

/*.FttCont img {
    width: 366px;
}*/

.FttContPic {
    width: 100%;
    overflow: hidden;
}

.FttContPic a {
    display: block;
    padding: 10px 0 5px;
}

.FttContName {
    font-size: 24px;
    color: #1570a6;
    padding: 10px 0 5px;
    margin: 0 10px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.FttContTitle {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 10px 0;
    font-weight: bold;
}

.FttContent {
    overflow: hidden;
    padding: 10px 10px 0;
    line-height: 22px;
}

/* 媒体报道与客户见证*/
/*.WitCont { width:930px; height:171px; overflow:hidden; position:relative;}
#WitCont { width:9999999px; position:absolute; top:0; left:0;}
.WitCont dl { float:left; overflow:hidden; padding:28px; width:874px; height:115px; background-color:#4d8914;}
.WitCont dt { float:left; width:151px; overflow:hidden;}
.WitCont dd { float:right; width:695px; overflow:hidden; color:#fff; line-height:22px;}
*/
.MediaF {
    margin: 0 auto 30px;
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
    background: url("../images/index_101.jpg") center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.MediaF > .title {
    width: 1180px;
    color: #fff;
    padding-top: 42px;
}

.MediaF .title h3 {
    display: inline;
    font-size: 40px;
    padding: 42px 9px 33px 0;
}

.MediaF .title .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: -25%;
    margin-right: 5px;
}

.MediaF .title .icon-prev {
    background-image: url("../images/icon/icon-arrow-left-normal.jpg");
    background-size: 20px auto;
}

.MediaF .title .icon-next {
    background-image: url("../images/icon/icon-arrow-right-normal.jpg");
    background-size: 20px auto;
}

.MediaF .title .icon:hover {
    background-position-y: -20px;
}

.SlideCon {
    width: 1180px;
    /*height: 180px;*/
    /*margin-top: 5px;*/
    overflow: hidden;
    position: relative;
}

.SlideCon > a {
    display: block;
    width: 18px;
    height: 34px;
    position: absolute;
    top: 74px;
}

.MediaF .Slidelist {
    width: 1200px;
    height: 277px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.MediaF .Slidelist .text {
    padding: 9px 7px;
}

.MediaF .Slidelist .text .title {
    font-size: 14px;
    color: #333;
    height: 38px;
}

.MediaF .Slidelist .text .detail {
    color: #999;
    font-size: 12px;
}

.MediaF .Slidelist .text .detail .btn {
    float: right;
}

.MediaF .Slidelist .item:hover .text .detail .btn {
    color: #f2c230;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#MediaS, #WitnessS {
    width: 999999px;
    position: absolute;
    top: 20px;
    left: 0;
}

.MediaF .Slidelist ul {
    /*width: 495px;*/
    /*float: left;*/
    padding-bottom: 39px;
}

.MediaF .Slidelist ul .item {
    width: 218px;
    overflow: hidden;
    font-size: 14px;
    margin: 3px 0 3px 21px;
    /* clear: both; */
    float: left;
    background: #f5f5f5;
}

.MediaF .Slidelist ul .item:first-child {
    margin-left: 0;
}

.MediaF .Slidelist ul li a {
    color: #fff;
}

.MediaF .btn-more {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #F00;
    /* float: right; */
    margin-top: 25px;
}

/*.Slidelist ul li span.MName {
    color: #e32235;
}

.Slidelist ul li span.MTime {
    float: right;
}

.Slidelist dl {
    width: 495px;
    height: 120px;
    float: left;
    margin-top: 14px;
}

.Slidelist dl dt {
    width: 151px;
    height: 120px;
    float: left;
}

.Slidelist dl dd {
    width: 335px;
    height: 120px;
    overflow: hidden;
    float: right;
    color: #fff;
    font-size: 14px;
}

.Slidelist dl dd p {
    text-indent: 2em;
    margin: 5px 0;
}*/

.title-big {
    color: #333;
    font-size: 40px;
    text-align: center;
    padding: 40px 0 20px;
}

/*.SlideCon > a.Prev {
    left: 10px;
    background: url(../images/Prev.png) center no-repeat;
}

.SlideCon > a.Next {
    right: 10px;
    background: url(../images/Next.png) center no-repeat;
}*/

/*.MediaCon {*/
/*background: #ddac16;*/
/*}*/

.WitnessF .Slidelist {
    background: #fff;
    width: 1180px;
    height: 450px;
}

.WitnessF .Slidelist .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 54px;
    background: url("../images/icon/icon-arrow-left.png") center no-repeat;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0) \9;
}

.WitnessF .Slidelist:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100) \9;
}

.WitnessF .Slidelist .icon-next-2 {
    left: auto;
    right: 0;
    background: url("../images/icon/icon-arrow-right.png") center no-repeat;
}

.WitnessF .Slidelist #WitnessS {
    /*width: 100%;*/
    height: 100%;
}

.WitnessF .Slidelist #WitnessS .item {
    width: 1180px;
    position: relative;
    float: left;
}

.WitnessF .Slidelist #WitnessS .item .text {
    position: absolute;
    width: 430px;
    height: 330px;
    left: 100px;
    top: 60px;
    background: rgba(174, 21, 34, 0.7);
    background: #ae1522 \9;
    border-left: 20px solid #ae1522;
    color: #fff;
}

.WitnessF .Slidelist #WitnessS .item.item1 .text {
    border-left: 20px solid #ae1522;
    background: rgba(174, 21, 34, 0.7);
    background: #ae1522 \9;
}

.WitnessF .Slidelist #WitnessS .item.item2 .text {
    border-color: #48b20f;
    background: rgba(94, 199, 37, 0.75);
    background: #5ec725 \9;
}

.WitnessF .Slidelist #WitnessS .item.item3 .text {
    border-color: #2b6ad5;
    background: rgba(43, 106, 213, 0.75);
    background: #2b6ad5 \9;
}

.WitnessF .Slidelist #WitnessS .item.item4 .text {
    border-color: #b9467f;
    background: rgba(166, 70, 118, 0.75);
    background: #a64676 \9;
}

.WitnessF .Slidelist #WitnessS .item .text .title {
    font-size: 30px;
    width: 358px;
    margin: 30px auto 10px;
}

.WitnessF .Slidelist #WitnessS .item .text .detail {
    font-size: 16px;
    width: 358px;
    margin: 0 auto;
    line-height: 150%;
}

/* 企业案例 */
.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-enterprise-case {
    width: 1180px;
}

.view-enterprise-case .btn-more {
    font-size: 16px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.view-enterprise-case ul {
    display: block;
    width: 1209px;
    background: #fff;
    /*margin-right: -35px;*/
}

.view-enterprise-case .item {
    position: relative;
    background: #f5f5f5;
    width: 369px;
    height: 420px;
    margin: 0 34px 27px 0;
    float: left;
    overflow: hidden;
}

.view-enterprise-case .item img {
    width: 100%;
}

.view-enterprise-case .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    background: #000 \9;
    filter: alpha(opacity=0) \9;
    color: #fff;
}

.view-enterprise-case .item .title {
    font-size: 24px;
    background: #0272c8;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.view-enterprise-case .item .detail {
    padding: 28px 36px;
    font-size: 15px;
    line-height: 170%;
    opacity: 0;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view-enterprise-case .item:first-child {
    background: #f5f5f5;
    width: 770px;
    height: 420px;
    margin-right: 35px;
}

.view-enterprise-case .item:first-child .text {
    padding: 10px 11px;
    width: auto;
    height: auto;
    position: static;
    background: none;
    filter: alpha(opacity=100) \9;
    color: #666;
}

.view-enterprise-case li :first-child.title {
    position: static;
    background: none;
    margin-bottom: 5px;
    text-align: left;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.view-enterprise-case li:first-child .detail {
    padding: 0;
    opacity: 1;
}

.view-enterprise-case li:hover .text {
    opacity: 1;
    filter: alpha(opacity=100) \9;
    background: rgba(0, 0, 0, 0.6);
}

.view-enterprise-case li:hover .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.view-enterprise-case li:hover .detail {
    opacity: 1;
}

.view-enterprise-case li:hover img {
    margin-top: -31px;
}

.view-enterprise-case li:first-child:hover img {
    margin-top: 0;
}

/* 新闻动态 */
.NewCont {
    float: left;
    width: 366px;
    overflow: hidden;
    padding-right: 41px;
    padding-bottom: 40px;
}

.NewCont a:link, .NewCont a:visited {
    color: #333;
}

.NewCont a:hover {
    text-decoration: underline;
}

.NewContName {
    width: 366px;
    font-size: 24px;
    line-height: 30px;
    padding: 40px 0 20px 0;
    overflow: hidden;
    color: #fff;
}

.NewContent {
    color: #fff;
    padding: 20px;
    width: 326px;
    font-size: 12px;
    line-height: 22px;
    _line-height: 20px;
    overflow: hidden;
}

.NewContent ul li {
    width: 326px;
    height: 22px;
    _height: 20px;
    overflow: hidden;
}

.NewContent ul li a {
    float: left;
    height: 22px;
    overflow: hidden;
}

.NewContent ul li span {
    float: right;
    color: #333;
}

.NewContent img.FloatLeft {
    margin-left: 5px;
    height: auto;
    width: 35px;
}

/* 友情链接 */
.LinksImg {
    position: relative;
    height: 85px;
    overflow: hidden;
	margin-bottom: 50px;
}

.LinksImg ul {
    position: absolute;
    width: 9999999px;
    left: 0;
    top: 0;
    padding: 20px 0;
    height: 45px;
    padding-left: 2px;
    overflow: hidden;
}

.LinksImg li {
    float: left;
    width: 180px;
    height: 45px;
    overflow: hidden;
    padding: 0 8px;
}

.LinkTxt {
    overflow: hidden;
    padding-bottom: 50px;
}

.LinkTxt li {
    float: left;
    width: 131px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.LinkTxt li a:link, .LinkTxt li a:visited {
    color: #fff;
}

.LinkTxt li a:hover {
    text-decoration: underline;
}

/* 案例 */
.CaseCont {
    position: relative;
    height: 630px;
}

#CaseCont {
    width: 9999999px;
    height: 630px;
    position: absolute;
    top: 0;
    left: 0;
}

#CaseCont .FloatLeft {
    width: 590px;
}

.CaseCont dl {
    float: left;
    overflow: hidden;
    width: 590px;
    padding: 20px 0 25px;
    height: 165px;
}

.CaseCont dt {
    float: left;
    width: 218px;
    height: 163px;
    border: 1px solid #e8e8e8;
}

.CaseCont dd {
    float: left;
    width: 300px;
    padding-left: 30px;
    overflow: hidden;
}

.CaseName {
    width: 300px;
    color: #1570a6;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
}

.CaseAbout {
    width: 300px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.FloatRight.width668 .width668.OverHid {
    margin-top: 14px;
    text-align: justify;
}

.news-container {
    background: url("../images/index_103.jpg") center no-repeat;
    background-size: cover;
}

.news-container .Bgf90,
.news-container .Bg0ea0ed,
.news-container .Bg0bd531 {
    background: #f8f8f8;
}

.partner-container .Cwhite {
    padding: 40px 0;
}

.adv {
    /*margin-top: 30px;*/
    padding: 60px 0;
    background: #fbfbfb;
    color: #333;
}

.Goods_Flow .sec-title,.Goods .sec-title,.adv .title,
.adv .sec-title {
    text-align: center;
}

.Goods_Flow .title,.Goods .title,.adv .title {
    padding: 0;
}

.Goods_Flow .sec-title,.Goods .sec-title,.adv .sec-title {
    padding: 5px 0 80px;
    font-size: 16px;
    line-height: 30px;
}

.adv .contents .item {
    width: 25%;
}

.adv .contents .item img {
    display: block;
    margin: 0 auto;
}

.adv .contents .item h4 {
    padding: 5px 0;
    font-size: 18px;
    text-align: center;
}

.adv .contents .item p {
    padding: 0 14%;
    font-size: 12px;
    line-height: 140%;
}

.temp-info-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 100000;
}

.temp-info-container .cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 \9;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.temp-info-container .temp-info {
    width: 700px;
    padding: 15px;
    line-height: 200%;
    background: #826259;
    font-size: 16px;
    z-index: 2;
    margin-top: 15%;
    border-radius: 1%;
    box-shadow: 0 5px 15px #333;
}

.temp-info-container .temp-info .title {
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
}

.temp-info-container .temp-info,
.temp-info-container .temp-info a {
    color: #fff;
}

.temp-info-container .temp-info .sender-msg {
    margin-top: 15px;
    text-align: right;
}
.Market {
    margin-top: 30px;
    padding: 15px 0;
    background: url("../images/index_98.jpg") center center fixed;
    background-size: 100% 405px;
    color: #fff;
    height: 405px;
    box-sizing: border-box;
}
.MarketTitle{
    font-size: 40px;
    text-align: center;
    padding: 40px 0 0 0;
}
.Market ul{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 60px;
}
.Market li{
    width: 11%;
    float: left;
    text-align: center;
}
.Market li p{
    width: 100%;
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.Market li img{
    transition:All 0.8s ease-in-out;
    -webkit-transition:All 0.8s ease-in-out;
    -moz-transition:All 0.8s ease-in-out;
    -o-transition:All 0.8s ease-in-out;
}
.Market li:hover img{
    transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}
.Goods{
    padding: 60px 0;
    background:#fbfbfb url("../images/index_02.jpg") center  top no-repeat;
    text-align: center;
}
.Goods img{
    transition:All 0.4s ease-in-out;
    -webkit-transition:All 0.4s ease-in-out;
    -moz-transition:All 0.4s ease-in-out;
    -o-transition:All 0.4s ease-in-out;
}
.Goods:hover img{
    transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -ms-transform:translate(0,-10px);
}
.Goods ul{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}
.Goods li{
    padding: 8px 20px;
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.Goods li:hover,.Goods li.act{
    background:#1d8fe1;
    border-radius:10px;
} 
.Goods li:hover a,.Goods li.act a{
    color:#fff;
}
.Goods_Flow{
    padding: 60px 0;
}
.Goods_Flow ul{
    width: 100%;
    float: left;
}
.Goods_Flow li{
    width: 280px;
    float: left;
    margin-right: 25px;
    margin-top: 25px;
    border: solid #eeeeee 1px;
    /* box-shadow: 0 0 1px 0 #ccc; */
    border-radius: 2px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 15px;
    height: 395px;
    position: relative;
}
.Goods_Flow li:nth-child(4n){
    margin-right: 0;
}
.Goods_FlowListTu{
    width: 100%;
    float: left;
    height: 145px;
    border-bottom: solid #ccc 1px;
    box-sizing: border-box;
    padding: 23px 0;
    font-size: 25px;
    line-height: 66px;
}
.Goods_FlowListTu p{
    line-height: 40px;
}
.Goods_FlowListZi{
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0;
}
.Goods_FlowListZi b{
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
.Goods_FlowListZi ol{
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 25px;
    background: url("../images/Dot6.jpg") left top no-repeat;
    background-position-y: 10px;
    text-indent: 10px;
}
.TuHover{
    background: #108ee9;
    display: none;
    color: #fff;
    position: absolute;
    padding-top: 30px;
    height: 155px;
    top: 0px;
    left: 0;
}
.Goods_Flow li:hover{
    border: solid #108ee9 1px;
    box-shadow: 0 0 10px 2px #B0DEFF;
    background: #ecf5fe;
    color: #108ee9;
}
.Goods_Flow li:hover .Goods_FlowListZi ol{
    background: url("../images/Dot7.jpg") left top no-repeat;
    background-position-y: 10px;
}
.AHover{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    box-sizing: border-box;
}
.AHover a{
    padding: 5px 20px;
    border: solid #1D8FE1 1px;
    border-radius: 20px;
    font-size: 16px;
    color: #1D8FE1;
    cursor: pointer;
    background: #fff;
    display: none;
}
.AHover a.act{
    background: #1D8FE1;
    color: #fff;
}

.Goods_Flow li:hover .TuHover,.Goods_Flow li:hover .AHover a{
    display: inline-block;
}
.MediaFtitle{
    font-size: 40px;
    text-align: center;
    padding: 55px 0 0 0;
    color: #fff;
    margin-bottom: 20px;
}

.Slidelist ul {
    -webkit-transition: left 800ms ease-in 0;
    -moz-transition: left 800ms ease-in 0;
    -o-transition: left 800ms ease-in 0;
    -ms-transition: left 800ms ease-in 0;
    transition: left 800ms ease-in 0
}
.Slidelist ul li{
    position: relative;
}

.Slidelist #pagenavi {
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: center;
    width: 100%
}

.Slidelist #pagenavi a {
    line-height: 99em;
    overflow: hidden;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 20px;
    height: 10px;
    border-radius: 6px;
    background: #000;
    display: inline-block;
    margin: 0 3px;
    opacity: .3
}

.Slidelist #pagenavi a.active {
    position: relative;
    background: #fff;
    opacity: 1
}

.index_adscr{
   background: url(../images/index_100.jpg) center no-repeat;
   width: 100%;
   height: 380px;
   float: left; 
}
.index_adscr ul{
    width: 100%;
    float: left;
}
.index_adscr li{
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 100px 35px;
    text-align: center;
    color: #fff;
}
.index_adscr li b{
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: 100;
    color: #fff;
}
.index_adscr li p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
}