﻿@charset "utf-8";
/* CSS Document */
html,body{width:100%;height:100%; min-width:1366px;}
html{overflow:hidden;}
body{ position:relative; font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;}
*{ margin:0; padding:0;}
a{ text-decoration:none;}
ul,li{ list-style:none;}
.c-b{clear:both;}
body::-webkit-scrollbar {display:none}
*::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
        }
*::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
            background: rgba(0,0,0,0.1);
        }
*::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
            border-radius: 5px;
            background: rgba(0,0,0,0.1);
        }
/**/
.lg-height-100{ height:100%;}
.lg-margin-auto{ margin:0 auto;}
.lg-display-block{ display:block;}
.lg-display-inline-block{ display:inline-block;}
.lg-color-fff{ color:#fff;}
.lg-background-911923{ background:#911923;}
.lg-background-272727{ background:#272727;}
.lg-m-p-0{ margin:0 !important; padding:0 !important;}
.lg-position-relative{ position:relative;}
.lg-padding-bottom-100{ padding-bottom:100px;}
.w1200{ width:1200px; margin:0 auto; position:relative;}

/**/
.floatBox{display:block;position:fixed; right:0; top:25%; z-index:9999;}

.headWrap{ width:270px; position:fixed; left:0; top:0; z-index:99;}
.headWrap .h-logo{ width:160px; height:60px; background:#0e2c5e; display:flex;align-items:center;}
.headWrap .h-logo img{align-items: center; margin:0 auto; max-height:90%;}
.headWrap .navMenu{ width:110px; height:60px; padding:8px 0 0 0; position:absolute; right:0; top:0; background:#e4eaf6; cursor:pointer;}
.headWrap .navMenu p{ width:40px; height:4px; border-radius:3px; background:#113f95; margin:8px auto;transition:300ms;-webkit-transition:300ms;}
.headWrap .navMenu.act p:nth-child(2){ display:none;}
.headWrap .navMenu.act p:nth-child(1){transform:rotate(45deg);-webkit-transform:rotate(45deg); margin:17px auto; width:50px;}
.headWrap .navMenu.act p:nth-child(3){transform:rotate(-45deg);-webkit-transform:rotate(-45deg); margin:-20px auto; width:50px;}
.headWrap .nav{background:#fff; width:100%; position:absolute; top:60px; left:-270px;transition:300ms;-webkit-transition:300ms;}
.headWrap .nav.act{ left:0;}
.headWrap .nav ul li.copy{ padding:15px; color:#999;}

.container-fluid.lg-part-1{ position:relative; z-index:10; overflow:hidden;}
.header{ position:absolute; top:0; left:0; background:#262626; height:60px; width:100%; padding:0 0 0 300px; z-index:2;}
.header .add{ float:left; margin:20px;}
.h-contact{ float:right; height:60px; padding:0 20px 0 75px; background:#323232 url(../images/phone.png) 20px center no-repeat; color:#fff; line-height:60px;}
a.h-lan{ display:block; float:right; width:40px; height:40px; margin:10px 20px; border-radius:50%; background:#323232; color:#fff; text-align:center; line-height:40px;}
.search{ float:right; margin:10px 0;}
.search .txtsearch{ border:0; outline:none; float:left; height:40px; padding:0 10px; background:none; color:#fff; display:none;}
.search .btnsearch{ border:0; outline:none; float:right; width:40px; height:40px; background:#323232 url(../images/search.png) center center no-repeat; border-radius:50%;}
.search:hover .txtsearch{ display:block;}
.search:hover{ background:#323232;}

.leftMenu{ float:left; width:270px; height:100%; background:#fff; position:relative; z-index:3; display:none;}
.logo{ height:209px; padding-top:30px; border-bottom:1px solid #d8d8d8; text-align:center;}
.logo img{ margin:10px;}
.nav{ padding:10% 0;}
.nav ul{}
.nav ul li{ padding:15px 0 15px 130px; margin:2% 0;}
.nav ul li a{ color:#303030;}
.nav ul li span{ display:block; line-height:25px;}
.nav ul li span.cn{ font-size:16px;}
.nav ul li span.en{ color:#a3afbb;}
.nav ul li:nth-child(1){ background:url(../images/home.png) 70px center no-repeat;}
.nav ul li:nth-child(2){ background:url(../images/about.png) 70px center no-repeat;}
.nav ul li:nth-child(3){ background:url(../images/pro.png) 70px center no-repeat;}
.nav ul li:nth-child(4){ background:url(../images/news.png) 70px center no-repeat;}
.nav ul li:nth-child(5){ background:url(../images/contact.png) 70px center no-repeat;}
.nav ul li:nth-child(6){ background:url(../images/pro.png) 70px center no-repeat;}
.copyright{ padding:20px; color:#a6a9ae;}

.rightBanner{ height:100%;}
.bannerImg{width:100%;height:100%;overflow:hidden}
.bannerImg img{width:100%;min-height:100%; height:auto;}



.container-fluid.lg-part-2{ background:url(../images/block2.png) top center no-repeat; background-size:cover; position:relative; overflow:hidden;}
.productContainer{ width:100%; height:530px; position:absolute; left:0; top:50%; margin-top:-265px;}
.productContent{ width:200%; height:100%; background:#f5f6ee; border-radius:100px 0 0 0;}
.productBox{ width:1110px; height:490px; margin:20px 0 20px 50px; overflow:hidden;}
.productBox ul{}
.productBox ul:after{ clear:both; display:block; content:"";}
.productBox ul li{ float:left; width:350px; height:450px; margin:20px 10px;}
.productBox ul li a{ display:block;}
.productBox ul li .img{ width:350px; height:400px; overflow:hidden; text-align:center;display: flex;align-items: center}
.productBox ul li .img img{align-items: center; margin:0 auto;  max-width:100%}
.productBox ul li span{ display:block; line-height:50px; font-size:16px; text-align:center; color:#333;}
.productContent a.Slide_Prev{ display:block; width:75px; height:75px; border-radius:50%; background:#f5f6ee url(../images/pl.png) center center no-repeat; position:absolute; top:200px; left:-35px;}
.productContent a.Slide_Next{ display:block; width:75px; height:75px; border-radius:50%; background:#f5f6ee url(../images/pr.png) center center no-repeat; position:absolute; top:200px; right:-35px;}

.container-fluid.lg-part-3{ background:url(../images/block3.png) top center no-repeat; background-size:cover;}
.newsContainer{ width:1200px; height:100%; margin:0 auto;}
.newsleft{ float:left; width:600px; height:100%; margin-left:85px; border-left:1px solid #444; position:relative;}
.imgNews{ position:absolute; top:50%; left:0; width:460px; height:520px; margin:-260px 0 0 0;}
.imgNews .title{ width:51px; height:199px; background:url(../images/newsbt.png) center center no-repeat; position:absolute; top:0; left:-60px;}
.imgNews .img{  width:460px; height:300px; overflow:hidden;}
.imgNews .img img{ width:100%;}
.imgNews dl{ text-align:right; width:90px; font-family:宋体; position:absolute; top:300px; left:-100px;}
.imgNews dl dt{ font-size:18px; color:#fff; line-height:25px;}
.imgNews dl dd{ font-size:14px; color:#ccc;}
.imgNews h4{ padding:30px 0 0 30px; color:#fff; font-weight:bold; margin:0 0 10px 0; line-height:30px;}
.imgNews p{ padding-left:30px; color:#9aa4ae; line-height:25px;}
.imgNews a{ padding-left:30px; color:#cdced2;}

.newsright{  margin:0 0 0 770px; height:100%; border-left:1px solid #444; position:relative;}
.listNews{ height:510px; position:absolute; top:50%; margin-top:-270px;}
.listNews li{ position:relative; width:100%; height:170px; border-bottom:1px solid #444; padding:20px;}
.listNews li dl{ text-align:right; width:90px; font-family:宋体; position:absolute; top:30px; left:-100px;}
.listNews li dl dt{font-size:18px; color:#fff; line-height:25px;}
.listNews li dl dd{font-size:14px; color:#ccc;}
.listNews li span{ display:block; font-size:18px; color:#fff; padding:10px 0;}
.listNews li p{ color:#98a5ae; line-height:23px; height:46px; overflow:hidden;}
.listNews li a{ color:#a9aeb2; margin:10px 0;}
.listNews li:hover{ background:url(../images/newslibg.png) center center no-repeat; background-size:cover; border:3px solid #fff; padding:17px;}

.newslist{padding:20px 25px;}
.newslist ul{margin:0 10px 10px 10px;padding:0;list-style:none;overflow:hidden;}
.newslist ul li{clear:both;line-height:50px;height:50px;border-bottom:1px dashed #ccc;}
.newslist ul li a{font-size:16px;}
.newslist ul li span{float:right;color:#999;font-family:verdana;font-size:12px;}
.newsshow h1{text-align:center;font-size:16px;font-weight:normal;font-family:microsoft yahei;}
.newsshow .info{text-align:center;color:#999;padding:5px 0;}
.newsshow .content{line-height:24px; width:100%}
.newsshow .content p{margin:5px 0;}
.newsshow .content img{max-width:640px;}
.newsshow .pre{margin:10px 0 5px 0;color:#999;}
.newsshow .next{margin:0 0 10px 0;color:#999;}

.container-fluid.lg-part-4{ background:url(../images/block4.jpg) top center no-repeat; background-size:cover;}
.aboutusContainer{ width:1003px; margin:0 auto; padding:100px 0 0 0; position:relative;}
.aboutusContainer .video{ width:700px; height:450px; background:#000; border-radius:10px;}
.aboutusContainer .text{ margin-top:20px; width:700px;}
.aboutusContainer .text span{ display:block; font-size:20px; line-height:50px;}
.aboutusContainer .text p{ font-size:14px; color:#333; line-height:22px;}
.aboutusContainer .text a{ font-size:16px; color:#999;}

.container-fluid.lg-part-5{ background:url(../images/block5.jpg) top center no-repeat; background-size:100%; position:relative;}
.blockContainer{ width:1200px; margin:0 auto; height:100%;}
.blockContent{ width:300px; height:100%; float:left; position:relative; background:rgba(255,255,255,0.7);border-right:1px solid #eee; transition:0.3s ease;}
.blockBox{ height:380px; width:100%; padding:0 50px;position:absolute; top:50%; left:0; margin-top:-350px;}
.blockBox .img{ width:160px; height:160px; margin:20px auto;}
.blockContent:nth-child(1) .img{ background:url(../images/chun.png) center center no-repeat;}
.blockContent:nth-child(2) .img{ background:url(../images/xia.png) center center no-repeat;}
.blockContent:nth-child(3) .img{ background:url(../images/qiu.png) center center no-repeat;}
.blockContent:nth-child(4) .img{ background:url(../images/dong.png) center center no-repeat;}
.blockBox .title{ margin:20px 0; text-align:center;}
.blockBox .title font{ font-size:30px; margin:0 10px; font-family:宋体;}
.blockBox .title span{ display:block;}
.blockBox .title span.cn{ font-size:18px; color:#000;}
.blockBox .title span.en{ font-size:12px; color:#999;}
.blockBox p{ line-height:25px; height:100px; overflow:hidden; color:#666;}
.blockContent:hover{ background:#11459b;}
.blockContent:hover .blockBox .title span.cn{ color:#fff;}
.blockContent:hover .blockBox .title span.en{ color:#a8b0d5}
.blockContent:hover .blockBox p{ color:#a8b0d5}

.footWrap{ position:absolute; left:0; bottom:0; width:100%; height:160px; padding:40px 60px; background:#111;}
.ft-ewm{ float:left; width:150px; height:40px; margin-top:20px; }
.ft-phone{float:left; width:240px; padding:15px 0 0 80px; height:80px; margin-left:60px; background:url(../images/fcon1.png) 10px center no-repeat;}
.ft-dress{float:left; width:340px; padding:15px 0 0 80px; height:80px; margin-left:60px; background:url(../images/fcon2.png) 10px center no-repeat;}
.ft-copyright{ float:right; width:300px; color:#ccc; padding:20px 0;}
.footWrap span{ display:block; line-height:25px;}
.footWrap span.tit{ color:#ccc; font-size:14px;}
.footWrap span.txt{ color:#fff; font-size:16px;}



/*内页*/
.bodyWrap{margin:0; transition:0.3s ease;}
.backUp{ position:fixed; top:50px; right:50px;text-align:center;}
.backUp a{ display:block; width:100px; height:100px; padding-top:60px; border-radius:30px; background:rgba(255,255,255,0.5) url(../images/back.png) center 10px no-repeat; font-size:20px; color:#333; opacity:0.5;}
.backUp a:hover{ opacity:1;}

.inbanner{ width:100%; height:283px; padding:150px 0 0 0; background:url(../images/about_bann.jpg) center center no-repeat; background-size:cover; text-align:center; color:#0e2c5e;}
.inbanner span{ display:block;}
.inbanner span.cn{ font-size:30px; font-weight:bold;}
.inbanner span.en{ font-size:18px;}

.nyfootWrap{ position:static;}

.content{ width:1200px; margin:25px auto;}
/*大段内容部分公用内容*/
.content{margin:0 auto;padding:10px 10px;min-height:400px;text-align:left;color:#535353; font-size:16px; line-height:30px;}
.content h1{text-align:center;font-size:28px;height:70px; line-height:70px; color:#f60;margin-top:10px; border-bottom:1px dashed #ccc;}
.content h2{ text-align:center; font-size:14px; font-weight:normal;}
.contentsummary{ padding:10px; margin:10px 0; font-size:14px; background:#f9f9f9;}
.contentmain{ padding:20px;background:#f8f8f7; box-shadow: 1px 1px 2px 2px #ddd;}
.contentfooter{ color:#999;}
.contentfooter a{ color:#ccc;}
.contentfooter a:hover{ color:#f90;}
.content p.subTitle{height:50px;line-height:50px; border-top:1px dotted #f0f0f0; border-bottom:1px dotted #f0f0f0;margin-bottom:15px;text-align:center}
.content div.contentMain{margin:0 auto;padding:10px 0;font-size:12px;line-height:2;}
.content p.info{height:50px;line-height:50px; border-top:1px dotted #f0f0f0; border-bottom:1px dotted #f0f0f0;margin-bottom:15px;text-align:center}
span.btnPrev a,span.btnNext a{ color:#737373}
span.btnPrev a:hover,span.btnNext a:hover{ color:#f00}


/*产品展示*/
.proTop{ width:100%; padding:100px 0; text-align:center; background:url(../images/cptop.png) bottom center no-repeat; background-size:cover;}
.proTop .title{ line-height:70px; font-size:36px; color:#80b70b; font-weight:bold;}
.proTop .subtitle{ line-height:50px; font-size:18px;}
.proTop .img{ padding:20px;}
.proTop .img img{ max-width:400px; max-height:400px;}
.proContent{ width:100%; padding:1px 0; background:#0e56ac;}
.proContent .title{ height:1px; padding:1px 0 0 0; background:#467dbf; margin:50px 10%;}
.proContent .title span{ display:block; width:220px; margin:0 auto;  background:#0e56ac; text-align:center; color:#fff;}
.proContent .title span.cn{ font-size:30px; font-weight:bold; margin-top:-35px;}
.proContent .title span.en{ font-size:18px; color:#7190c5;}
.proContent .content{ width:1200px; margin:20px auto; padding:20px 0;}
.proImgs{ width:100%; padding:50px 0; background:url(../images/cpbotoom.png);}
.proImgText{ width:1000px; margin:50px auto; font-size:16px; color:#111; line-height:30px;}

.proImgList{ width:1200px; margin:20px auto; text-align:center;}
.proImgBox{ width:1000px; height:500px; margin:0 auto; overflow:hidden;}
.proImg img{ margin:0 auto;}
.carousel-control.left{border-radius: 10px 0 0 10px; background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);}
.carousel-control.right{border-radius: 0 10px 10px 0; background-image: linear-gradient(to left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);}


.proContent table{}
.proContent table td{ padding:20px; }
.proContent table td p{color:#fff; line-height:23px; font-size:12px; padding:0 0 0 100px;}
.proContent table td span{ font-size:18px; line-height:40px; font-weight:bold; color:#fff; padding:0 0 0 100px;}

.pc_body{border-top:0;font-size:14px;line-height:35px;}
.piclist{padding:20px 15px;overflow:hidden;}
.piclist ul{margin:0;padding:0;list-style:none;width:100%;}
.piclist ul li{float:left;width:275px;text-align:center;padding-bottom:10px;}
.piclist ul li img{vertical-align:top}
.piclist ul li div{line-height:30px;height:30px;}
.piclist ul li a img{border:1px solid #ccc;padding:2px;}
.piclist ul li a:hover img{border:1px solid #738CBA;padding:2px;}

/*Page分页*/
.page{width:auto;margin:20px auto;}
.morePage{float:left;}
.morePage a{word-break:normal;word-wrap:normal;color:#3384c5;text-align:center;}
.morePage *{font-style:normal;font:normal 12px/18px Srial,SimSun,serif;text-decoration:none;}
.morePage b{display:block;float:left;width:auto; line-height:18px;margin:0 4px;padding:4px 10px;color:#404040;border:1px #ccc solid;}
.morePage code{display:block;float:left; background:none !important;}
.morePage code a,.morePage code i{display:block;float:left;width:auto; line-height:18px;margin:0 4px;padding:2px 10px;color:#404040;border:1px #ccc solid;}
.morePage code a{border-radius:3px;}
.morePage code a:hover{color:#fff;border-color:#e78034;background:#e78034;}
.morePage code a.active{color:#fff;border-color:#e78034;background:#e78034;font-weight:bold;}
.morePage code a:hover.active{}
.morePage code i{display:block;border:0;margin:0;padding:0;font-weight:bold;line-height:14px;}
.morePage kbd,.morePage dfn{display:block;float:left;width:auto; line-height:18px;margin:0 4px;padding:4px 10px;border:1px #ccc solid;color:#fff;border-color:#e78034;
background:#e78034;box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); border-radius:3px;}
.morePage dfn{}
.morePage dfn.disable{}
.morePage kbd a,.morePage dfn a{display:block;overflow:hidden;color:#fff;}
.morePage dfn a{}
.morePage dfn.disable,.morePage kbd.disable{background:#ccc;border:1px #ccc solid;}
.morePage kbd.disable{}
.morePage .disable a{color:#fff;background:#ccc;}
.disable {background-color:#eee;}
.morePage .off{display:none;}
.morePage input{display:none;float:left;width:50px; line-height:18px;font-family:Verdana,SimSun;border:1px solid #999;background:#fff;color:#3384c5;text-align:center;}

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

/*文字列表*/
.base_TextList{}
.base_TextList li{ line-height:50px; border-bottom:1px dashed #ccc;font-size:16px; }
.base_TextList li span{ float:left; line-height:20px; margin:15px; padding:0 20px 0 0; color:#999; border-right:1px solid #eee;}
.base_TextList li a.a1{color:#333;}
.base_TextList li a.a2{ display:inline-block; float:right; width:110px; height:35px; line-height:35px; margin:7.5px 0; text-align:center; font-size:14px; background:#e2e8ee; color:#95a1ad;}
.base_TextList li a.a1:hover{ color:#113f95;}
.base_TextList li a.a2:hover{ color:#fff; background:#113f95;}
/*文字详情列表*/
.base_TextIntroList{}
.base_TextIntroList li{ border-bottom:1px dashed #ccc; padding:10px;}
.base_TextIntroList li span{ float:right; color:#999;}
.base_TextIntroList li a{ font-size:16px; color:#333; line-height:40px; display:block;background:url(../images/libg.png) 10px center no-repeat; padding:0 0 0 30px;}
.base_TextIntroList li p{ color:#999; padding:0 0 0 30px;}
.base_TextIntroList li a:hover{ color:#f90;}

/*图片列表*/
.base_PicList{}
.base_PicList dl{ display:inline-block;width:350px; margin:15px 20px;}
.base_PicList dl dt{ width:350px; height:240px; overflow:hidden; position:relative;text-align:center;background:#fff;}
.base_PicList dl dt img{ width:auto; height:100%;}
.base_PicList dl dt a{ display:none; width:100%; height:100%; background:rgba(14,44,94,0.5) url(../images/search.png) center no-repeat; position:absolute; top:0; left:0;}
.base_PicList dl dd{background:#e2e8ee;text-align:center; padding:10px 0;}
.base_PicList dl dd span{ display:block;}
.base_PicList dl dd span.tit{ color:#353535; font-size:16px; line-height:30px;}
.base_PicList dl dd span.key{ font-size:12px; color:#bbb; line-height:20px;}
.base_PicList dl:hover a{ display:block;}

/*图文列表*/
.base_PicTextList{}
.base_PicTextList li{ border:1px solid #eee; margin:10px;}
.base_PicTextList li:after{ display:block; clear:both; content:"";}
.base_PicTextList li dl{ width:140px; height:140px; float:left; margin:25px 15px; background:#e1eaf2; color:#1d3f8d; font-family:Tahoma, Geneva, sans-serif; text-align:center;}
.base_PicTextList li dl dt{font-weight:normal; font-size:30px; line-height:100px;}
.base_PicTextList li dl dd{ font-size:20px; line-height:0;}
.base_PicTextList li .img{ width:230px; height:140px; overflow:hidden; float:right; margin:25px 15px; background:#eee;}
.base_PicTextList li .img img{width:100%;}
.base_PicTextList li a{ display:block; margin:30px 280px 0 200px; font-size:18px; color:#353535; line-height:30px;}
.base_PicTextList li p{margin:0 280px 0 200px;  font-size:14px; color:#95a1ad; line-height:25px;}
.base_PicTextList li:hover{ background:#f0f3f4;}
.base_PicTextList li:hover dl{ background:#86c127; color:#fff;}
.base_PicTextList li:hover a{ color:#86c127;}



@media screen and (max-width: 1367px){
	
.headWrap{ width:220px;}
.headWrap .h-logo{ width:140px; height:60px;}
.headWrap .h-logo img{max-width:90%;max-height:90%;}
.headWrap .navMenu{ width:80px; height:60px; padding:10px 0 0 0;}
.headWrap .nav{ top:70px;}
.header{ height:60px; width:100%; padding:0 0 0 240px; z-index:2;}
.header .add{ float:left; margin:15px;}
.h-contact{ float:right; height:60px; padding:0 20px 0 75px; line-height:60px;}
a.h-lan{ margin:10px 20px; }
.search{ float:right; margin:10px 0;}

.leftMenu{ width:220px; }
.logo{ height:160px; padding-top:20px;}
.logo img{ margin:10px; max-width:90%; height:auto;}
.nav{ padding:5% 0;}
.nav ul li{ padding:5px 0 5px 100px; margin:10px 0;}
.nav ul li:nth-child(1){ background:url(../images/home.png) 30px center no-repeat;}
.nav ul li:nth-child(2){ background:url(../images/about.png) 30px center no-repeat;}
.nav ul li:nth-child(3){ background:url(../images/pro.png) 30px center no-repeat;}
.nav ul li:nth-child(4){ background:url(../images/news.png) 30px center no-repeat;}
.nav ul li:nth-child(5){ background:url(../images/contact.png) 30px center no-repeat;}
.nav ul li:nth-child(6){ background:url(../images/pro.png) 30px center no-repeat;}
.copyright{ padding:10px 20px; color:#a6a9ae;}
	
.rightBanner{ height:100%;}

.aboutusContainer .video{ width:600px; height:350px;}

.blockContent{ width:33.33%;}
.blockBox .img{ margin:50px auto 20px auto;}

.ft-ewm{width:80px;}
.ft-phone{width:240px;}
.ft-dress{width:380px;}
.ft-copyright{width:320px;}

.backUp a{ display:block; width:80px; height:80px; padding-top:50px; font-size:14px; }

.inbanner{ width:100%; height:183px; padding:100px 0 0 0; background:url(../images/about_bann.jpg) center center no-repeat; background-size:cover; text-align:center; }
.inbanner span{ display:block;}
.inbanner span.cn{ font-size:30px; font-weight:bold;}
.inbanner span.en{ font-size:18px;}



	}