.ms-contact .title{width: 100%; text-align: center; padding-bottom: 60px}
.ms-contact .title h3{font-size: 22px; color: #666; margin-bottom: 16px}
.ms-contact .title p{font-size: 14px; color: #999; margin-bottom: 30px}
.ms-contact .title .btn{width: 80px; display: block; font-size: 12px; color: #000; background: #ffed00; border-radius: 6px; padding: 4px 40px; margin: 0 auto; transition: all .4s; -webkit-transition: all .4s}
.ms-contact .title .btn:hover{background: #ffed00; padding: 4px 60px}




.list01_bg{position: relative; width: 100%; height: 240px; background: #d10000; overflow: hidden}
.list01_bg .li{width: 25%; float: left; margin-top: 100px; text-align: center; position: relative; z-index: 2}
.list01_bg .li span{height: 60px; font-size: 50px; color: #fff; margin-top: 10px; font-family:'novecentowide-book'}
.list01_bg .li i{font-size: 12px; font-style: normal; color: #fff; vertical-align: top; line-height: 32px; padding-left: 6px}
.list01_bg .li p{font-size: 12px; color: #fff; line-height: 30px}
.w1200{width: 1200px; margin: 0 auto; position: relative}

/*----banner----*/

#banner{width: 100%; height: 800px; overflow: hidden; position: fixed; top: 0}
#banner1{width: 100%; height: 500px; overflow: hidden; position: fixed; top: 0}

.banner .swiper-slide img{width: 100%; height: 100%}
.banner .swiper-slide1 img{width: 100%; height: 100%}
.banner .swiper-slide video{position: absolute; left: 0; bottom: 0;width:100%; object-fit:cover}

.banner .swiper-slide .mask{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: transparent; z-index: 9}


.swiper-slide .detail{width: 50%; height: 90px; position: absolute; top: 36%; left: 10%; color: #fff; opacity: 0; transform: translateY(60px); -webkit-transform: translateY(60px); transition: all .8s .6s; -moz-transition: all .8s .6s}
.swiper-slide-active .detail{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; -webkit-opacity:1}
.swiper-slide .detail h3{font-size: 28px; font-weight: 500; width: 100%; margin: 15px 0}
.swiper-slide .detail p{font-size: 14px; width: 100%; margin: 5px 0}
.effect1 img{transform: scale(1.25,1.25) translate(10%,10%)}
.swiper-pagination-bullet{background: #fff}
.swiper-pagination-bullet-active{background: #fff}


.leftUp img{-webkit-animation-name:leftUp;animation-name:leftUp;}
@-webkit-keyframes leftUp{
    0%{transform:scale(1.1,1.1) translate(4.545%,4.545%); }
    100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}
@keyframes leftUp{
    0%{transform:scale(1.1,1.1) translate(4.545%,4.545%);}
    100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}

.moveRight img{-webkit-animation-name:moveRight;animation-name:moveRight;}
@-webkit-keyframes moveRight{
    0%{transform:scale(1.1,1.1) translate(-4.545%,0); }
    100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}
@keyframes moveRight{
    0%{transform:scale(1.1,1.1) translate(-4.545%,0);}
    100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}

.moveDown img{-webkit-animation-name:moveDown;animation-name:moveDown;}
@-webkit-keyframes moveDown{
    0%{transform:scale(1.1,1.1) translate(0,-4.545%); }
    100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}
@keyframes moveDown{
    0%{transform:scale(1.1,1.1) translate(0,-4.545%);}
    100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}

.centerBig img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{
    100%{transform:scale(1.1,1.1);}}
@keyframes centerBig{
    100%{transform:scale(1.1,1.1);}}

.rightDownBig img{-webkit-animation-name:rightDownBig;animation-name:rightDownBig;}
@-webkit-keyframes rightDownBig{
    100%{transform:scale(1.1,1.1) translate(4%,4%);}}
@keyframes rightDownBig{
    100%{transform:scale(1.1,1.1) translate(4%,4%);}}

.swiper-slide img{
    animation-duration:5s;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration:5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-fill-mode: forwards;
}

#banner_mark{height: 800px}
.banner_mark{width: 100%; height: 800px; position: relative}

/*-------------------------------------------------------------------------------------------------------------------------------*/


/*----------------------------index-----------------------------*/
/*----content----*/
.content{width: 100%; position: relative; background: #fff; z-index: 9}

/*----ms-server----*/
.ms-server{width: 100%; height: 340px; background: #383838; overflow: hidden; margin-bottom: 40px; position: relative}
.ms-server ul{width: 100%; margin-left: 1%; margin-top: 0; list-style: none}
.ms-server li{float: left; width: 32%; margin-top: 20px; margin-right: 1%; text-align: center; border-radius: 20px; transition: all .4s; -webkit-transition: all .4s}
.ms-server .img{display: block; width: 320px; height: 120px; margin: 20px auto }
.ms-server h3{color: #fff; margin-bottom: 40px; font-size: 16px}
.ms-server p{color: #999; font-size: 14px; padding: 0 40px; margin-bottom: 40px}
.ms-server li:hover{background: #222; box-shadow: 0 8px 16px rgba(0,0,0,.3)}


/*----ms-product----*/
.ms-product{width: 100%; margin:0 auto; overflow: hidden; margin-bottom: 40px; padding-top:10px;}
.ms-product .title{width: 100%; text-align: center; margin-bottom: 40px;}
.ms-product .title h3{font-size: 22px; color: #666; margin-bottom: 16px;}
.ms-product .title p{font-size: 14px; color: #999; margin-bottom: 30px; letter-spacing: 1px;}
.ms-product .title .btn{width: 80px; display: block; font-size: 12px; color: #000; background: #ffed00; border-radius: 6px; padding: 4px 40px; margin: 0 auto; transition: all .4s; -webkit-transition: all .4s}
.ms-product .title .btn:hover{background: #ffed00; padding: 4px 60px}

.ms-product ul{list-style: none; width: 100%;  margin-left: 1%; }
.ms-product li{width: 31.9%; margin-right: 1%; margin-top: 20px; float: left; overflow: hidden; position: relative}
.ms-product .img{display: block; overflow: hidden}
.ms-product .img img{width: 100%; height: auto; transition: all .4s; -webkit-transition: all .5s}
.ms-product .img:hover img{transform: scale(1.2); -webkit-transform: scale(1.2)}

.ms-product .product-info{width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .6s; -webkit-transition: all .6s}
.ms-product .product-info:hover{background: rgba(0,0,0,.2)}
.ms-product .product-info .product-info-text{width: 100%; height: 90px;  position: absolute; bottom: -90px; left: 0;  padding-left: 20px; background: #231815; color: #fff; opacity: .7; transition: all .5s; -webkit-transition: all .5s}
.ms-product .product-info:hover .product-info-text{bottom: 0}
.ms-product .product-info .product-info-text h3{padding-top: 20px; font-size: 16px; font-weight: 300;}
.ms-product .product-info .product-info-text p{font-size: 12px; padding-top: 4px}

/*----banner-one----*/
.banner-one{position: relative; overflow: hidden}
.banner-one .banner-one-bg{width: 100%; height: 400px; background-size: cover}

.banner-one .list1{width: 30%; padding: 120px 100px 0 100px; text-align: center; color: #000; box-sizing: border-box}
.banner-one .list1 h3{font-size: 18px; padding-bottom: 16px; letter-spacing: 2px}
.banner-one .list1 p{font-size: 13px; line-height: 24px}


/*----ms-about----*/
.ms-about{width: 100%; position: relative; overflow: hidden}
.ms-about .title{width: 100%; text-align: center; margin-bottom: 60px}
.ms-about .title h3{font-size: 22px; color: #666; margin-bottom: 16px;}
.ms-about .title .btn{width: 80px; display: block; font-size: 12px; color: #000; background: #ffed00; border-radius: 6px; padding: 4px 40px; margin: 0 auto; transition: all .4s; -webkit-transition: all .4s}
.ms-about .title .btn:hover{background: #ffed00; padding: 4px 60px}

.ms-about .img{width: 100%; overflow: hidden; position: relative}
.ms-about .img img{width: 100%; height: auto}
.ms-about .img .about_con{position: absolute; top: 0; right: 0; width: 50%; height: 100%; padding: 5% 5% 0 5%; box-sizing: border-box }
.ms-about .img .about_con p{font-size: 13px; color: #444444; line-height: 28px}

/*----ms-news----*/
.ms-news{width: 100%;  position: relative; padding: 50px 0; overflow: hidden; background: #f4f4f4}

.ms-news .title{width: 100%; text-align: center; padding-bottom: 60px}
.ms-news .title h3{font-size: 22px; color: #666; margin-bottom: 16px}
.ms-news .title p{font-size: 14px; color: #999; margin-bottom: 30px}
.ms-news .title .btn{width: 80px; display: block; font-size: 12px; color: #000; background: #ffed00; border-radius: 6px; padding: 4px 40px; margin: 0 auto; transition: all .4s; -webkit-transition: all .4s}
.ms-news .title .btn:hover{background: #ffed00; padding: 4px 60px}

.ms-news ul{width: 100%; list-style: none; margin: 0 auto; position: relative; background: #f4f4f4}
.ms-news li{padding-top: 10px; border-top: 1px solid #e0e0e0; transition: all .5s; -webkit-transition: all .5s; position: relative}
.ms-news li i{display: block; width: 12px; height: 22px; position: absolute; right: -20px; top: 50%; margin-top: -18px; background: url("../image/right-3.png") no-repeat; background-size: cover; opacity: 0; transition: all .4s; -webkit-transition: all .4s}
.ms-news li:hover i{right: -80px; opacity: 1}
.ms-news ul a{width: 800px; height: 80px; margin: 0 auto; display: block; padding-left: 80px; padding-bottom: 20px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.ms-news .date{float: left; width: 160px; height: 100px; margin-right: 40px; font-family: 'novecentowide-book', "microsoft yahei", "simhei", sans-serif}
.ms-news .date h1{font-size: 42px; color: #d0d0d0; font-weight: 100; text-align: right}
.ms-news .date p{font-size: 14px; color: #c0c0c0; text-align: right}
.ms-news .news-content{float: right; width: 600px; height: 100px; overflow: hidden}
.ms-news .news-content h3{font-size: 16px; color: #666; padding-bottom: 16px; padding-top: 6px}
.ms-news .news-content p{font-size: 12px; color: #888}
.ms-news li:hover{background: #383838}
.ms-news li:hover a{padding-left: 0;}
.ms-news li:hover h3{color: #fff}
.ms-news li:hover p{color: #fff}

/*----contact----*/
.ms-contact{width: 100%; margin-top: 40px; position: relative; overflow: hidden}
.ms-contact .title{padding-bottom: 40px; text-align: center}
.ms-contact .title h3{font-size: 22px; color: #666 }

.ms-contact .net_map{width: 100%; overflow: hidden}
.ms-contact .net_map img{width: 100%}
.ms-contact .net_list{margin-top: 40px; padding-bottom: 60px}
.ms-contact .net_list .net_logo{width: 92%; margin: 0 auto}
.ms-contact .net_list ul{list-style: none; margin-right: -1%}
.ms-contact .net_list li{width: 23.9%; float: left; margin-right: 1%; padding: 0 5px; margin-bottom: 12px; border: 1px solid #f0f0f0; box-sizing: border-box}
.ms-contact .net_list li img{width: 100%}


/*-----------------------------------------------page--------------------------------------*/

/*----page-content----*/
.page-content{width: 100%; position: relative}
.banner-bg{width: 100%; height: 370px; position: relative }
.banner-bg .img{background-color: #39383e; background-repeat: no-repeat; background-position: center; background-size: cover; position: fixed; width: 105%; height: 370px;}
.box{width: 100%; position: relative; padding-bottom: 80px; background: #fff; z-index: 1; }
.banner-bg-mob{display: none}


.banner-bg-animation{animation: bg-zoom 10s linear; animation-fill-mode: forwards; -webkit-animation: bg-zoom 10s linear; -webkit-animation-fill-mode: forwards}

@keyframes bg-zoom {
    0%{transform: scale(1.1)}
    100%{transform: scale(1)}
}

@-webkit-keyframes bg-zoom {
    0%{transform: scale(1.1)}
    100%{transform: scale(1)}
}

/*--------about-page--------*/
.title_list{width: 100%; padding: 20px 0 16px 0; text-align: left; border-bottom: 1px solid #f0f0f0;}
.title_list .list_link{position: relative; font-size: 14px; color: #000; padding: 2px 10px 10px 10px; margin-left: 20px; transition: all ease .3s; -webkit-transition: all ease .3s;   background:#feed01;border-radius:10px;}
.title_list .list_link:hover:before{content: ""; display: block; width: 100%; height: 2px; background:#feed01; position: absolute; bottom: 0; left: 0; margin-bottom: -7px}
.title_list .list_link.on:before{content: ""; display: block; width: 100%; height: 2px; background: -webkit-gradient(linear,110% 0%, 0% 110%, from(#fff), to(#FFFFFF), color-stop(0.5,#f5a100)); position: absolute; bottom: 0; left: 0; margin-bottom: -7px}

.page_about{width: 100%; padding-top: 60px; position: relative}
.page_about img{width: 100%}

.page_about .about_left{width: 100%; }
.page_about .about_left .about_bg01{margin-bottom: 40px; float: none; width:40%}
.page_about .about_left h3{font-size: 20px; color: #333; margin-bottom: 26px; padding-left: 30px; background: url("../image/about_bg01_ico.png") no-repeat left center;}
.page_about .about_left p{padding-right: 20px; font-size: 12px; color: #666; line-height: 26px}

.page_about .about_right{width: 45%;}
.page_about .about_right p{font-size: 12px; color: #666; line-height: 26px; margin-bottom: 16px}
.page_about .about_right .about_bg02{margin-top: 10px; margin-bottom: 10px}

.page_about_list{display: none}
.page_about_list.active{display: block}

/*----pinpai_page----*/
.page_pinpai{margin-top: 60px;}
.pin_pai{padding-bottom: 80px; position: relative}
.pin_pai .img{width: 48%;}
.pin_pai .img img{width: 100%}
.pin_pai .txt{width: 47%; margin-left: 5%}
.pin_pai .txt h3{font-size: 20px; color: #333; margin-bottom: 26px; padding-left: 30px; background: url("../image/about_bg01_ico.png") no-repeat left center}
.pin_pai .txt p{padding-right: 20px; font-size: 12px; color: #666; line-height: 26px}
.pin02 .txt{margin-left: 0; margin-right: 5%}


/*----culture-page----*/
.page_culture{width: 100%; padding-top: 60px; position: relative}
.page_culture img{width: 100%}

.page_culture .culture_left{width:100%; margin-right: 3%}
.page_culture .culture_left .culture_bg01{margin-bottom: 40px; float: none}
.page_culture .culture_left h3{font-size: 20px; color: #333; margin-bottom: 26px; padding-left: 30px; background: url("../image/about_bg01_ico.png") no-repeat left center}
.page_culture .culture_left p{padding-right: 20px; font-size: 12px; color: #666; line-height: 26px}

.page_culture .culture_right{width: 47%; margin-left: 3%}
.page_culture .culture_right h3{font-size: 20px; color: #333; margin-bottom: 26px; padding-left: 30px; background: url("../image/about_bg01_ico.png") no-repeat left center}
.page_culture .culture_right p{font-size: 12px; color: #666; line-height: 26px; margin-bottom: 16px}
.page_culture .culture_right .culture_bg02{margin-top: 10px; margin-bottom: 10px}


/*----page_honor----*/
.page_honor{width: 100%; padding-top: 60px; position: relative}
.page_honor h3{font-size: 20px; color: #333; margin-bottom: 26px; padding-left: 30px; background: url("../image/about_bg01_ico.png") no-repeat left center}
.page_honor .honor_list{list-style: none; margin-right: -1.3333%}
.page_honor .honor{padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #f0f0f0}
.page_honor .honor_list li{width: 32%; margin-right: 1.333%; float: left; margin-bottom: 20px}
.page_honor .honor_list li .img{width: 100%; overflow: hidden}
.page_honor .honor_list li .img img{width: 100%}
.page_honor .honor_list li p{padding: 10px 20px; text-align: center; font-size: 12px; color: #666}


/*--------news-page--------*/
.news-page{width: 100%; position: relative; overflow: hidden; padding-top: 60px; padding-bottom: 40px}
.news-page ul{width: 100%; list-style: none; margin: 0 auto; position: relative; background: #fff}
.news-page li{padding-top: 30px; border-bottom: 1px solid #f0f0f0; transition: all .5s; -webkit-transition: all .5s; position: relative}
.news-page li i{display: block; width: 12px; height: 22px; position: absolute; right: -20px; top: 50%; margin-top: -18px; background: url("../image/right-3.png") no-repeat; background-size: cover; opacity: 0; transition: all .4s; -webkit-transition: all .4s}
.news-page li:hover i{right: -80px; opacity: 1}
.news-page ul a{width: 800px; height: 100px; margin: 0 auto; display: block; padding-left: 80px; padding-bottom: 30px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.news-page .date{float: left; width: 160px; height: 100px; margin-right: 40px; font-family: 'novecentowide-book', "microsoft yahei", "simhei", sans-serif}
.news-page .date h1{font-size: 48px; color: #d0d0d0; font-weight: 100; text-align: right}
.news-page .date p{font-size: 14px; color: #c0c0c0; text-align: right}
.news-page .news-content{float: right; width: 600px; height: 100px; overflow: hidden}
.news-page .news-content h3{font-size: 1.1rem; color: #666; font-weight: 100; padding-bottom: 16px; padding-top: 6px}
.news-page .news-content p{font-size: 0.8rem; color: #888}
.news-page li:hover{background: #383838}
.news-page li:hover a{padding-left: 0;}
.news-page li:hover h3{color: #fff}
.news-page li:hover p{color: #fff}

/*---------news-show-page----------------------*/
.news-show-page{width: 100%; position: relative; padding-top: 60px; padding-bottom: 60px}
.news-show-page .news-show-content{width: 60%; margin: 0 auto}
.news-show-page .news-show-content .title{font-size: 20px; color: #555; padding-bottom: 10px}
.news-show-page .news-show-content .time{position: relative; margin-bottom: 40px; font-family: 'novecentowide-book', "microsoft yahei", "simhei", sans-serif}
.news-show-page .news-show-content .time span{font-size: 15px; color: #666; margin-right: 20px}
.news-show-page .news-show-content .news-txt{font-size: 14px; color: #666}
.news-show-page .news-show-content .news-txt p{line-height: 23px; margin-bottom: 16px}
.news-show-page .news-show-content .news-txt img{display: block; margin: 20px auto; float: none; height: auto}

.preNext{width: 60%;  margin: 60px auto 0 auto}
.preNext .text{list-style: none}
.preNext .text li{font-size: 13px; color: #333; margin: 0 20px}
.preNext .text li:nth-child(1){float:left}
.preNext .text li:nth-child(2){float:right}
.preNext .text li a{font-size: 13px; color: #333333}
.preNext .text li:hover a{color: #ed7b00}

.showMorehandle{width: 120px; margin: 60px auto 0 auto; padding: 5px 0; font-size: 13px; text-align: center; color: #666; border: 1px solid #e0e0e0; border-radius: 5px; cursor: pointer}
.showMorehandle:hover{color: #ed7b00}

/*--------products-page--------*/
.product{width: 80%; padding-top: 60px; margin: 0 auto }

.product-li{width: 100%; margin: 0 auto}

.product-li .product-li-boxi{width: 100%; margin: 0 auto; padding-bottom: 30px; text-align: center}
.product-li .product-li-boxi a{position: relative; padding: 4px 16px; margin-bottom: 10px; display: inline-block; font-size: 14px; color: #fff; text-align: center; background: #ed7b00; border-radius: 4px;  transition: all .4s; -webkit-transition: all .4s}
.product-li .product-li-boxi a:hover{color: #fff; background: #383838; }
.product-li .product-li-boxi a.on{color: #000; background: #383838; }

.product-li .product-li-box{width: 100%; margin: 0 auto; padding-bottom: 30px; text-align: center; }
.product-li .product-li-box a{position: relative; width: 150px; padding: 4px 10px; margin-bottom: 10px; display: inline-block; text-align: center; background: #feed01; border-radius: 5px; border: 1px solid #ed7b00; transition: all .4s; -webkit-transition: all .4s}
.product-li .product-li-box a h3{font-size: 14px; color: #000}
.product-li .product-li-box a p{width: 270px; text-align: center; position: absolute; top: 0; left: 0; font-size: 14px; color: #fff;  opacity: 0}
.product-li .product-li-box a:hover h3{color: #383838}
.product-li .product-li-box a:hover p{opacity: 1; padding: 4px 16px}
.product-li .product-li-box a.on{color: #fff; background: #383838; border: 1px solid #383838; width: 270px;}
.product-li .product-li-box a.on h3{color: #383838}
.product-li .product-li-box a.on p{opacity: 1; padding: 4px 16px;}


.product .product-box{list-style: none; width: 100%;  margin-left: 1%; padding-bottom: 40px}
.product .product-box li{width: 32.1%; margin-right: 1%; margin-top: 20px; float: left; overflow: hidden; position: relative}
.product .product-box li a{display: block}
.product .product-box .img{width: 100%; position: relative; overflow: hidden; }
.product .product-box .img span{display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all .4s; -webkit-transition: all .4s}
.product .product-box li:hover .img span{background: rgba(0,0,0,.4)}
.product .product-box .img img{width: 100%; height: auto; transition: all .4s; -webkit-transition: all .5s}
.product .product-box li:hover .img img{transform: scale(1.2); -webkit-transform: scale(1.2);}

.product .product-box .product-info{width: 100%; height: 100%; position: relative; transition: all .6s; -webkit-transition: all .6s}
.product .product-box li:hover .product-info{transform: translateY(-90px); -webkit-transform: translateY(-90px);}
.product .product-box .product-info .product-info-text{width: 100%; height: 90px; position: relative; transition: all .5s; -webkit-transition: all .5s}
.product .product-box .product-info .product-info-text h3{padding-top: 20px; padding-left: 10px; font-size: 16px; font-weight: 300; color: #717171}
.product .product-box li:hover .product-info .product-info-text h3{color: #fff}
.product .product-box .product-info .product-info-text p{font-size: 12px; padding-top: 2px; padding-left: 10px; color: #8c8c8c}
.product .product-box li:hover .product-info .product-info-text p{color: #fff}


/*------------products-show-page----------------------*/
.product-show{width: 80%; margin: 0 auto; padding-top: 80px; padding-bottom: 60px}
.product-show .title{float: left; width: 25%; }
.product-show .title h3{ color: #444; padding-bottom: 10px}
.product-show .title p{font-size: 14px; color: #8c8c8c; padding-bottom: 50px}
.product-show .title span{content: ""; display: block; width: 100%; height: 1px; border-bottom: 1px dotted; border-bottom-color: #999}

.product-show .title .product-list{width: 100%; margin-top: 30px}
.product-show .title .product-list a{display: inline-block; padding: 4px 10px; margin-right: 6px; margin-bottom: 8px; border-radius: 4px; font-size: 14px; text-align: center; background: #ed7b00; color: #f0f0f0;  transition: all .3s; -webkit-transition: all .3s}
.product-show .title .product-list a:hover {background: #383838; color: #f0f0f0}

.product-show .product-content{float: right; width:55%; margin-right: 8%; margin-top: 40px}
.product-show .product-content .product-content-nu{width: 100%; font-size: 14px; color: #3c3c3c}
.product-show .product-content img{width: 100%; height: auto; float: none; margin: 24px 0}

.product-show .product-content p{font-size: 13px; line-height: 26px;}
.product-show .product-content strong{font-size: 14px;}
.product-show .product-content hr{border-color: #f4f4f4; border-bottom: none}

.product-show .product-content .product-content-nu .product-show-lb{width: 100%; margin-bottom: 6px}
.product-show .product-content .product-content-nu .product-show-lb img{width: 100%; margin: 0}
.product-show .product-content .product-content-nu .product-show-lb1{width: 100%; margin-bottom: 40px;}
.product-show .product-content .product-content-nu .product-show-lb1 img{width: 100%; margin: 0}


.product-show .product-title{width: 25%; float: left; list-style: none; margin-top: 40px;}
.product-show .product-title li{width: 48%; margin-right: 2%; margin-bottom: 10px; overflow: hidden; float: left}
.product-show .product-title .img{width: 100%; overflow: hidden}
.product-show .product-title .img img{float:none; width: 100%;}
.product-show .product-title h5{font-size: 14px; color: #717171; font-weight: 100; padding-top: 6px;}
.product-show .product-title p{font-size: 12px; color: #8c8c8c; padding-top: 2px; padding-bottom: 10px}


/*-----------contact-page-------------*/
.contact{padding-top: 100px}
.contact .word{float: left; width: 50%}
.contact .word img{float: none}

.contact .contact-us{float: left; width: 50%}
.contact .contact-us .list1{padding-bottom: 40px}
.contact .contact-us .list1 h3{font-size: 18px; color: #666; padding-bottom: 8px}
.contact .contact-us .list1 p{font-size: 14px; line-height: 26px; color: #999}

.contact .contact-us .list2{position: relative}
.contact .contact-us .list2 h3{font-size: 16px; color: #666; padding-bottom: 8px}
.contact .contact-us .list2 span{display: block; width: 340px; height: 0; border-bottom: 2px solid #e0e0e0; margin-top: 10px; margin-bottom: 30px}
.contact .contact-us .list2 p{font-size: 14px; color: #6a6a6a; line-height: 26px; font-family: 'novecentowide-book', "microsoft yahei", "simhei", sans-serif}
.contact .contact-us .list2 .p1{padding-bottom: 20px}
.contact .contact-us .list2 .p1 strong{font-size: 15px}
.contact .contact-us .list2 .h3{font-size: 14px; font-family: 'novecentowide-book', "microsoft yahei", "simhei", sans-serif}
.contact .contact-us .list2 ul{list-style: none; margin-top: 20px}
.contact .contact-us .list2 li{float: left; margin-right: 10px}
.contact .contact-us .list2 li a{display: block; color: transparent; width: 32px; height: 32px}
.contact .contact-us .list2 .qq{background: url("../image/qq.png") no-repeat; background-size: cover}
.contact .contact-us .list2 .wei{background: url("../image/wei.png") no-repeat; background-size: cover}
.contact .contact-us .list2 .face{background: url("../image/face.png") no-repeat; background-size: cover}
.contact .contact-us .list2 .tw{background: url("../image/tw.png") no-repeat; background-size: cover}
.contact .contact-us .list2 .ewm{width: 160px; height: 160px; position: absolute; top: 0; left: 0; margin: 70px 0 0 190px}
.contact .contact-us .list2 .ewm img{width: 100%}



/*-------------------video-page-----------------------*/
.video-page{width: 80%; padding-top: 100px; margin: 0 auto}
.video-page ul{list-style: none}
.video-page li{float: left; width: 31%; margin-right: 2%; margin-bottom: 4%; overflow: hidden}
.video-page .video-list{width: 100%; overflow: hidden}
.video-page .video-title{text-align: center; color: #6a6a6a}
.video-page .video-title h3{font-size: 14px; padding-top: 20px}



.ms-cjwt ul li{ float:left; width:100%; height:35px; background:#dfdfdf; line-height:35px; padding-left:10px; margin-bottom:10px;}
.ms-cjwt ul li a{ color:#000}
.cjwtrq{ float:right; padding-right:10px;}