
/*for 1200px or bigger*/
@media only screen and (min-width: 1200px) {
	.onlinemallwrap p.title-cn{font-size: 30px;}
	.onlinemallwrap p.title-eng{font-size: 18px;margin-bottom: 32px;}
	.mall ul li div{width: 245px;height: 130px;}
	.mall ul li div:hover{box-shadow: 5px 5px 50px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
        .mall ul li div img {
            width: 100%;
            height: 100%;
        }
    #fp-nav li a { float: right; width: 21px; height: 21px;color: #8F9DA4;text-decoration: none;text-align: right;background: url(../png/dot.png) 5px 5px no-repeat;}
    #fp-nav span {  display: none; }
    #fp-nav li .active { background-position: 0 bottom; }
}
/*for 1199px or less*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.onlinemallwrap p.title-cn{font-size: 32px;}
	.onlinemallwrap p.title-eng{font-size: 18px;margin-bottom: 32px;}
	.mall ul li div{width:186px;height: 80px;}
	.mall ul li div:hover{background-color: #dfdfe1;}
    .mall ul li div img {width:100%;height:100%;}
}
/*for 992px or 480px*/
@media only screen and (min-width: 768px) and (max-width:992px){
	.onlineMall .container,.col-xs-12,.col-xs-3{padding-left: 0;padding-right: 0;}
	.onlinemallwrap p.title-cn{font-size: 32px;}
	.onlinemallwrap p.title-eng{font-size: 18px;margin-bottom: 32px;}
	.mall ul{width: 100%;margin: 0 auto;}
	.mall ul li div{width:160px;height: 72px;}
	.mall ul li div:hover{background-color: #dfdfe1;}
        .mall ul li div img {
            width: 100%;
            height: 100%;
        }

}
/*for 480px or less*/
@media only screen and (max-width:768px) {
	.onlineMall .container,.col-xs-12,.col-xs-3{padding-left: 0;padding-right: 0;}
	.onlinemallwrap p.title-cn{font-size: 14px;}
	.onlinemallwrap p.title-eng{font-size: 12px;margin-bottom: 16px;}
	.mall{padding-bottom: 24px;}
	.mall ul{width: 100%;}
	.mall ul li div{width:80px;height:36px;margin: 0 auto;}
	.mall ul li div:hover{background-color: #dfdfe1;}
        .mall ul li div img {
            width: 100%;
            height: 100%;
        }

}
/*banner*/
#banner{margin: 0 auto;padding-top:200px;width:100%;}
#banner .carousel-control{width: 40px;height: 40px;top: 50%;margin-top: -20px;background: #a8a8a9;line-height: 36px;color: #fff;font-weight: 900;}
#banner .carousel-indicators li{background: transparent;border:2px solid #b7b7b7; width: 12px;height: 12px;}
#banner .carousel-indicators .active{background: #da2431;width: 12px;height: 12px;border-color: #da2431;margin: 1px;}
#banner .carousel-indicators{bottom: 5px;margin-bottom: 0;}

/* ========== */
/* = 新闻 = */
/* ========== */
.newsCenter{width: 100%;padding-top: 58px;}
.newsCenter .www{height: 300px;background: red;width: 300px;float: left;}
.newsCenter .title{text-align: center;line-height: 0;margin-bottom: 38px;}
.newsCenter .title p{font-size: 30px;line-height: 44px;margin: 0; color: #444444;font-weight: 600;}
.newsCenter .title span{font-size: 14px;font-weight: 100;line-height: 14px;color: #8b8b8b;}
.newsCenterWrap{width: 1100px;margin: 0 auto;padding-bottom: 68px;}
.newsList,.newsList li{list-style: none;padding: 0;margin: 0;}
.newsList{position: relative;overflow: hidden;}
.newsWrap{position: relative;overflow: hidden;}
.newsWrap:after{content: "";position: absolute;width: 1px;height: 100%;background: rgba(0,0,0,.1);left: 50%;top: 35px;}
.newsList > li{height: 162px; position: relative;z-index: 9;}
.newsList > li > a{color: #999999;}
.innerRight {transform:translateX(600px) ;transition: all 1s;}
.innerLeft {transform:translateX(-600px) ;transition:all 1s;}
.active .innerRight { transform:translateX(0) ;transition-delay: 0.7s;}
.active .innerLeft { transform:translateX(0) ;transition-delay: 0.7s;}
.innerRight .newsBody{width: 416px;height: 132px;position: absolute;left: 50%;margin-left: 60px;padding-top: 30px;}
.newsBody .newsBodyTit{color: #575757;font-size: 16px;line-height: 18px;position: relative;transition: all 0.7s;-webkit-transition: all 0.7s;top: 0;}
.newsBody .newsBodyInner {height: 60px;overflow: hidden;}
.newsBody .newsBodyInner p {font-size: 12px;line-height: 20px;top: 0;  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;position: relative;transition: all 0.5s;-webkit-transition: all 0.5s;}
.innerRight .newsBody .newsData{ width: 140px;height: 60px;margin-top: 0px;position: absolute;left: -200px;transition: all 0.7s;-webkit-transition: all 0.7s;top: 30px;}
.newsBody .newsData .md{font-size: 38px;font-weight: 100;line-height: 26px;}
.innerRight .newsBody .newsData .year{font-size: 12px;display: block;padding-left: 62px;line-height: 24px;}
.innerRight .newsBody .newsData:after{content: " ";position: absolute;top: 3px;right: -7px;width: 7px;height: 7px;border-radius: 10px;background: #c4c4c4;border: 3px solid #f8f8fa;z-index: 9;box-sizing: initial;}
.innerRight .newsBody .newsImg{width: 264px;height: 150px; position: absolute;left: -374px;top: 6px;z-index: 99;opacity: 0;transition: all 0.7s; -webkit-transition: all 0.7s;}
.newsBody .newsImg img{width: 100%;height: 100%;}
.innerRight .newsBody .jiantou{width: 34px;height: 11px;background: url(../png/jiantou.png) no-repeat left center;position: absolute;left: -505px; top: 135px;opacity: 0; transition: all 0.7s; -webkit-transition: all 0.7s;}
.newsList > li >a{display: block;width: 100%;height: 100%;}
.newsList > li >a:hover {background: #c30009;}
.newsList > li:hover .newsBody{color: #ffffff;}
.newsList > li:hover .newsBodyTit{color: #fff;}
.newsList > .innerRight:hover .newsData{left: -505px;top: 20px;}
.newsList > li:hover .newsBodyTit{top: -10px;}
.newsList > li:hover .newsBodyInner{top: -8px;}
.newsList > li:hover .newsImg{opacity: 1;}
.newsList > li:hover .jiantou{top: 110px;opacity: 1;}

.innerLeft .newsBody {width: 416px;height: 132px;position: absolute; right: 50%;margin-right: 60px;padding-top: 30px;}
.innerLeft .newsBody .newsData{ width: 150px;height: 60px;margin-top: 0px;padding-left: 42px; position: absolute;right: -210px;transition: all 0.7s;-webkit-transition: all 0.7s;top: 30px;}
.innerLeft .newsBody .newsData .year{font-size: 12px;display: block;padding-right: 62px;line-height: 24px;}
.innerLeft .newsBody .newsData:after{content: " ";position: absolute;top: 3px;left: -6px;width: 7px;height: 7px;border-radius: 10px;background: #c4c4c4;border: 3px solid #f8f8fa;z-index: 9;box-sizing: initial;}
.innerLeft .newsBody .newsImg{width: 264px;height: 150px; position: absolute;right: -374px;top: 6px;z-index: 99;opacity: 0;transition: all 0.7s; -webkit-transition: all 0.7s;}
.innerLeft .newsBody .jiantou{width: 34px;height: 11px;background: url(../png/jiantou.png) no-repeat left center;position: absolute;right: -505px; top: 135px;opacity: 0; transition: all 0.7s; -webkit-transition: all 0.7s;}
.newsList > .innerLeft:hover .newsData{right: -505px;top: 20px;}
.newsMore{text-align: center;margin-top: 20px;}
.newsMore a{display: inline-block;font-size: 20px; width: 218px;height: 48px;border: 1px solid #c30009;color: #c30009;line-height: 48px;position: relative;z-index: 999;}
.newsMore a:hover {background:#fff;}
/*新闻资讯pad*/
.newsCenterPad {background-color: #f8f8f8;}
.newsCenterPad .title {color: #444444; font-weight: 600;}
.newsCenterPad .titleEnglish {color: #8b8b8b;}
.newsCenterPad .container ul.row {list-style: none;-webkit-margin-before: 0;-webkit-padding-start: 0;}

/*关于碧佳*/
.aboutUs {background-color: #fff;}
.aboutUs .title {color: #444444;font-weight: 600;margin-top:30px;}
.aboutUs .titleEnglish {color: #8b8b8b;margin-bottom: 30px;}
.aboutUs .astrict-pic {padding:0}
.aboutUs p {color: #8b8b8b;line-height: 20px;word-break: break-all;text-indent:24px;}
.aboutUs a {display: block;width: 220px;height: 50px;border: 1px solid #b1b1b1;text-align: center;font-size: 22px;color: #b1b1b1;line-height: 50px;margin: 20px auto 15px;}
.aboutUs a:hover {text-decoration: none;}
/*员工风采*/
.meetOurTeam {width: 100%;position: relative;background-color: #fff;}
.meetOurTeam h2 {margin-top: 40px;}
.meetOurTeam .title {color: #444444;font-weight: 600;}
.meetOurTeam .titleEnglish {color: #8b8b8b;margin-bottom: 30px;}
.meetOurTeam .container-fluid .col-lg-3 {padding: 0;}
.meetOurTeam .container-fluid .row {margin: 0;}
.meetOurTeam .pic {position: relative;}
.meetOurTeam .phoneIntro h4 {font-size: 14px;color: #272727;width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.meetOurTeam .phoneIntro p {font-size: 12px;color: #8b8b8b;width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.meetOurTeam .pic .intro {width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5); position: absolute;left: 0;top: 0px;}
.meetOurTeam .intro h3 {font-size: 24px;color: #fff;margin-top: 18%;}
.meetOurTeam .intro .borderBottom {width: 30%;min-width: 100px; height: 50px;border-top: 1px solid #fff;margin: 5% auto 0;}
.meetOurTeam .intro .borderBottom i {display: block;width: 50px;height: 50px;background: url(../png/search.png) no-repeat;margin: 20px auto;}
/*轮播*/
.meetOurTeam .bannerBtn {position: relative;width: 86px;height: 130px;margin: 0 auto;}
.meetOurTeam .bannerBtn .carousel-control {width: 32px;height: 32px;text-align: center; position: absolute;top: 38px;background-color: #dfdfe1;opacity: 1;background-image: none;}
.meetOurTeam .bannerBtn .carousel-control.left {left: 0;}
.meetOurTeam .bannerBtn .carousel-control.right {right: 0;} 
.meetOurTeam .bannerBtn .carousel-control:focus,.meetOurTeam .bannerBtn .carousel-control:active {background-color: #da2431;}
.mainBusMaxWidth{max-width:350px;}

/*视频中心*/
.videoCenter .title {color: #444444;font-weight: 600;margin-top: 40px;}
.videoCenter .titleEnglish {color: #8b8b8b;margin-bottom: 30px;}
.videoCenter p {font-size: 14px;color: #b1b1b1;line-height: 30px;text-indent: 28px;}
.videoCenter .videoIntro {text-align:center;}
.videoCenter .videoIntro .title {color: #8b8b8b;}
.videoCenter .videoIntro .titleEnglish {color: #8b8b8b;}
.videoCenter .videoIntro a {text-align: center;font-size: 12px;color:#e87a10;}
.videoCenter .videoIntro a:hover {text-decoration: none;}
.videoCenter .videoContainer {padding: 0;line-height: 0;}
.videoCenter .videoPc {width: 100%;position: relative;}
.videoPc .videoContainer {width: 50%;margin: 0 auto;}
.videoPc .videoContainer video {display: block;}
.videoPc .videoIntro {width: 50%;margin: 0 auto;}
.videoPc .videoIntro p {padding-left: 20px;}
#a1 {width:100%;height:100%;}
/*主营业务*/
.mainBusiness {height:100%;}
.mainBusiness .title,.onlinemall-title .title-cn {color: #444444;font-weight: 600;}
.mainBusiness .titleEnglish,.onlinemall-title .title-eng {color: #8b8b8b;margin-bottom: 30px;}
.mainBusiness .content h4 {padding-left:24px;color: #2d2d2d;}
.mainBusiness .content p {font-size: 12px;color: #999999;padding: 0 24px;}
.mainBusiness .content {border-left: 1px solid #eeeeee;margin: 0 auto;}
.mainBusiness .bannerBtn {position: relative;width: 86px;height: 130px;margin: 0 auto;}
.mainBusiness .bannerBtn .carousel-control {width: 32px;height: 32px;text-align: center; position: absolute;top: 38px;background-color: #dfdfe1;opacity: 1;background-image: none;}
.mainBusiness .bannerBtn .carousel-control.left {left: 0;}
.mainBusiness .bannerBtn .carousel-control.right {right: 0;} 
.mainBusiness .bannerBtn .carousel-control:focus,.mainBusiness .bannerBtn .carousel-control:active {background-color: #da2431;}

/*联系我们*/
.contactUs {width: 100%;height: 100%;background-color: #c30009;}
.contactUs p {color: #fff;font-size: 12px;}
.contactUs h2 {margin-top: 40px;}
.contactUs .title {color: #fff;font-weight: 600;}
.contactUs .titleEnglish {color: #fff;}
.contactUs p.compony {margin: 20px -15px 18px -15px;font-size: 16px;font-weight: 600;}
.contactUs .contactMethod {width: 160px;}
.contactUs .contactMethod i {display: inline-block;width: 40px;height: 40px;border: 1px solid #fff;border-radius: 50%;margin-left: 0px;margin-right:10px;cursor: pointer;}
.contactUs .contactMethod .weibo {background: url(../png/wqw_icon.png) -158px -5px no-repeat;}
.contactUs .contactMethod .qq {background: url(../png/wqw_icon.png) -208px -5px no-repeat;}
.contactUs .contactMethod .weixin {background: url(../png/wqw_icon.png) -257px -5px no-repeat;}
.contactUs .baiduMap {margin-top: 10px;}
.contactUs .inputMethod {border-bottom: 1px solid #e18084;overflow: hidden;}
.contactUs .inputMethod input,.inputMethod textarea {background-color: #c30009;border: none;outline: none;box-shadow: none;color: #fff;}
.contactUs .inputMethod input {height: 60px;}
.contactUs .inputMethod textarea {height: 119px;resize: none;margin-top:15px;}
.contactUs .inputMethod input:focus,.inputMethod textarea:focus {box-shadow: none;}
.contactUs .control-label {color: #fff;line-height: 60px;padding:0}
.contactUs .submitBtn {margin-top: 10px;margin-bottom: 64px;}
.contactUs .submitBtn .btn-primary {background-color: #cf333a;border-color: #cf333a;outline: none;}
.contactUs .submitBtn .btn-lg {border-radius: 0;}
.contactUs label {max-width: initial;}
/*弹窗样式*/
.toolTipBox {width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);position: fixed;left: 0;top: 0;display: none;z-index: 1040;}
.toolTipBox .boxAlert,.toolTipBox .boxConfirm {display: none; width: 320px;height: 160px;border-radius: 16px; background-color: white;position: absolute;left: 50%;margin-left: -160px;top: 50%;margin-top: -80px;text-align: center;}
.toolTipBox .boxAlert p,.toolTipBox .boxConfirm p  {color: #5c5c5c;line-height: 30px;font-size: 20px;color: #464646;margin-top:30px;padding:0 20px;height:100px;}
.toolTipBox .boxAlert div,.toolTipBox .boxConfirm div {width: 100%; height: 60px;background-color: #ededed;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;}
.toolTipBox .boxAlert div span {font-size: 22px;line-height: 60px;cursor: pointer;}
.toolTipBox .weixinAlert {display: none; width: 100px;height: 120px;text-align: center;background-color: #fff;position: absolute;left: 50%;top: 50%;margin: -60px 0 0 -50px;}
.toolTipBox .weixinAlert img {margin: 8px auto;}
.toolTipBox .boxConfirm div span {float: left;width: 50%; font-size: 22px;line-height: 60px;cursor: pointer;}
.toolTipBox .boxConfirm div span.ok {background-color: #f9f9f9;border-bottom-left-radius: 16px;}
/*----------------onlinemall------------------*/
.onlinemallwrap{width: 100%;margin:0 auto;text-align: center;overflow: hidden;font-size: 12px;}
.mall{overflow: hidden;padding-bottom: 50px;}
.mall li{float: left;}

/*手机端独立样式*/
@media (max-width: 767px) {
	.mainBody #banner .carousel-indicators li{background: transparent;border:1px solid #b7b7b7; width: 8px;height: 8px;}
	.mainBody #banner .carousel-indicators li.active{background: #da2431;border-color: #da2431;}
	.mainBody #banner .carousel-indicators{bottom: 3px;}
	/*标题大小*/
	.contactUs .title,.mainBusiness .title,.videoCenter .title,.meetOurTeam .title,.aboutUs .title,.newsCenterPad .title,.onlinemall-title .title-cn {font-size: 14px;font-weight: 600;margin-top: 10px;}
	.contactUs .titleEnglish,.mainBusiness .titleEnglish,.videoCenter .titleEnglish,.meetOurTeam .titleEnglish,.aboutUs .titleEnglish,.newsCenterPad .titleEnglish, .onlinemall-title .title-eng{font-size: 12px;margin-bottom: 10px;}
	/*新闻资讯*/
	.newsCenterPad ul.row {margin: 0;}
	.newsCenterPad ul.row .col-xs-2 {padding: 0 0 0 5px;}
	.newsCenterPad ul.row .col-xs-2 p {font-size: 14px;color: #686868;margin-bottom: 5px;}
	.newsCenterPad ul.row .col-xs-2 span {font-size: 12px;color: #afafaf;}
	.newsCenterPad ul.row .col-xs-10 {border-left: 1px solid #e5e5e5;padding-right: 5px;}
	.newsCenterPad ul.row .col-xs-10 h4 {font-size: 12px;color: #353535;font-weight: 600;position: relative;}
	.newsCenterPad ul.row .col-xs-10 h4 i {display: block;position: absolute;left: -21px; width: 10px;height: 10px;background-color: #e5e5e5;border-radius: 50%;border: 2px solid #f8f8f8;}
	.newsCenterPad ul.row .col-xs-10 p {font-size: 12px;color: #8c8c8c;}
	.newsCenterPad ul.row .col-xs-10 em {display: block;width: 30px;height: 10px;border-top: 1px solid #e5e5e5;}
	.newsCenterPad>div.container>div.row>a {display: block;width: 120px;height: 30px;border: 1px solid #b1b1b1;text-align: center;font-size: 12px;color: #b1b1b1;line-height: 30px;margin: 20px auto 35px;}
	/*关于碧佳*/
	.aboutUs .container-fluid {padding: 0;}
	.aboutUs .container-fluid .row {margin: 0;}
	.aboutUs .col-xs-12 {padding: 0;}
	.aboutUs .col-xs-12 p {font-size: 12px; text-indent: 26px;}
	.aboutUs .col-xs-12 p:first-of-type {padding-top: 12px;}
	.aboutUs a {display: block;width: 120px;height: 30px;font-size: 12px;line-height: 30px;margin: 10px auto 24px;}
	/*员工风采*/
	.meetOurTeam .container-fluid {padding: 0 5px;}
	.meetOurTeam .container-fluid .row {margin: 0;}
	.meetOurTeam .container-fluid .col-xs-6:nth-child(odd) {padding:0 3px 0 0;}
	.meetOurTeam .container-fluid .col-xs-6:nth-child(even) {padding:0 0 0 3px;} 
	.meetOurTeam .phoneIntro h4 {font-size: 12px;}
	.meetOurTeam .phoneIntro p {font-size: 10px;}
	.meetOurTeam .bannerBtn {height: 60px;}
	.meetOurTeam .bannerBtn .carousel-control {top: 10px;}
	/*视频中心*/
	.videoCenter .col-lg-12 p {font-size: 12px;line-height: 20px;}
	.videoCenter .col-lg-12 p:first-of-type {margin-top: 25px;}
	.videoCenter .col-lg-12 a {width: 120px;height: 30px;line-height: 30px;font-size: 12px;margin: 10px auto 24px;}
	.videoCenter .titleEnglish {margin-bottom: 10px;}
	/*主营业务*/
	.mainBusiness .container {padding: 0;}
	.mainBusiness .container .row {margin: 0;}
	.mainBusiness .container .col-xs-6:nth-child(odd) {padding:0 3px 0 0;}
	.mainBusiness .container .col-xs-6:nth-child(even) {padding:0 0 0 3px;} 
	.mainBusiness .content {border: none;background-color: #f9f9f9;padding-bottom: 20px;margin: 0 auto;}
	.mainBusiness .content h4 {font-size: 12px;padding-left: 10px;}
	.mainBusiness .content p {font-size: 10px;padding: 0 10px;}
	.mainBusiness .bannerBtn {height: 60px;}
	.mainBusiness .bannerBtn .carousel-control {top: 10px;}
	/*联系我们*/
	.contactUs .control-label {color: #fff;line-height: 30px;padding: 0 3px;text-indent: 5px;}
	/*.contactUs .col-xs-12 {padding: 0 5px;}*/
	.contactUs .inputMethod {margin: 0 5px 10px;background-color: #cf333a;border-radius: 6px;border-bottom: none;}
	.contactUs .inputMethod .col-xs-9 {padding: 0;}
	.contactUs .inputMethod input,.inputMethod textarea {background-color: #cf333a;border: none;outline: none;box-shadow: none;color: #fff;padding: 0;}
	.contactUs .inputMethod input {height: 30px;}
	.contactUs .inputMethod textarea {height: 72px;margin-top:5px;}
	.contactUs p.compony {font-size: 12px;font-weight: 400;margin-bottom: 10px;}
	.contactUs p {font-size: 12px;}
	.contactUs .contactMethod {width: 120px;margin: 10px 0;}
	.contactUs .control-label {font-size: 12px;float: left;}
    .contactUs .submitBtn .btn-lg {width: 40%; padding: 6px 0px;font-size: 14px;margin: 0 auto;border-radius: 6px;border: 1px solid rgba(255, 255, 255, 0.5);background-color:#c30009;}
	.contactUs .contactMethod i {display: inline-block;width: 40px;height: 40px;border: 1px solid #fff;border-radius: 50%;margin-left: 10px;margin-right:0;cursor: pointer;}
	.contactUs .contactMethod .weibo {background: url(../png/wqw_icon.png) -158px -5px no-repeat;}
	.contactUs .contactMethod .qq {background: url(../png/wqw_icon.png) -208px -5px no-repeat;}
	.contactUs .contactMethod .weixin {background: url(../png/wqw_icon.png) -257px -5px no-repeat;}
    .componyInfo .row {margin: 0;}
	.componyInfo .row .col-xs-9 {padding: 0;}
	/*弹窗样式*/
	.toolTipBox .boxAlert,.toolTipBox .boxConfirm {display: none; width: 240px;height: 110px;border-radius: 12px; background-color: white;position: absolute;left: 50%;margin-left: -120px;top: 50%;margin-top: -55px;text-align: center;}
	.toolTipBox .boxAlert p,.toolTipBox .boxConfirm p {color: #5c5c5c;line-height: 30px;font-size: 20px;color: #464646;height:60px;padding:0;}
	.toolTipBox .boxAlert div,.toolTipBox .boxConfirm div {width: 100%; height: 50px;background-color: #ededed;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;}
	.toolTipBox .boxAlert div span {font-size: 22px;line-height: 50px;}
	.toolTipBox .boxConfirm div span {float: left;width: 50%; font-size: 22px;line-height: 60px;}
	.toolTipBox .boxConfirm div span.ok {background-color: #f9f9f9;border-bottom-left-radius: 16px;}
}
@media (min-width: 992px) and (max-width:1200px) {
    /*新闻资讯*/
	.newsCenterPad ul.row .col-sm-2 p {font-size: 24px;color: #686868;margin-bottom: 5px;}
	.newsCenterPad ul.row .col-sm-2 span {font-size: 12px;color: #afafaf;}
	.newsCenterPad ul.row .col-sm-10 {border-left: 1px solid #e5e5e5;}
	.newsCenterPad ul.row .col-sm-10 h4 {font-size: 16px;color: #353535;font-weight: 600;position: relative;}
	.newsCenterPad ul.row .col-sm-10 h4 i {display: block;position: absolute;left: -21px; width: 10px;height: 10px;background-color: #e5e5e5;border-radius: 50%;border: 2px solid #f8f8f8;}
	.newsCenterPad ul.row .col-sm-10 p {font-size: 12px;color: #8c8c8c;}
	.newsCenterPad ul.row .col-sm-10 em {display: block;width: 30px;height: 10px;border-top: 1px solid #e5e5e5;}
	.newsCenterPad>div.container>div.row>a {display: block;width: 220px;height: 50px;border: 1px solid #b1b1b1;text-align: center;font-size: 16px;color: #b1b1b1;line-height: 50px;margin: 20px auto 35px;}
}


/*pad端独立样式*/
@media (min-width: 768px) and (max-width: 991px) {
	/*新闻资讯*/
	.newsCenterPad ul.row .col-sm-2 p {font-size: 24px;color: #686868;margin-bottom: 5px;}
	.newsCenterPad ul.row .col-sm-2 span {font-size: 12px;color: #afafaf;}
	.newsCenterPad ul.row .col-sm-10 {border-left: 1px solid #e5e5e5;}
	.newsCenterPad ul.row .col-sm-10 h4 {font-size: 16px;color: #353535;font-weight: 600;position: relative;}
	.newsCenterPad ul.row .col-sm-10 h4 i {display: block;position: absolute;left: -21px; width: 10px;height: 10px;background-color: #e5e5e5;border-radius: 50%;border: 2px solid #f8f8f8;}
	.newsCenterPad ul.row .col-sm-10 p {font-size: 12px;color: #8c8c8c;}
	.newsCenterPad ul.row .col-sm-10 em {display: block;width: 30px;height: 10px;border-top: 1px solid #e5e5e5;}
	.newsCenterPad>div.container>div.row>a {display: block;width: 220px;height: 50px;border: 1px solid #b1b1b1;text-align: center;font-size: 16px;color: #b1b1b1;line-height: 50px;margin: 20px auto 35px;}
	/*员工风采*/
	.meetOurTeam .container-fluid .col-lg-3 {padding: 0 15px;}
	.meetOurTeam .bannerBtn {height: 60px;}
	.meetOurTeam .bannerBtn .carousel-control {top: 10px;}
	/*关于碧佳*/
	.aboutUs p {text-indent: 30px;line-height: 30px;}
	.aboutUs .col-sm-12 {padding: 0 27px;}
	.aboutUs .col-sm-12 p:first-of-type {margin-top: 20px;}
	.aboutUs a {font-size: 16px;}
	/*视频中心*/
	.videoCenter p:first-of-type {margin-top: 20px;}
	.videoCenter a {font-size: 16px;}
	/*主营业务*/
	.mainBusiness .content {border: none;padding-bottom: 20px;}
	.mainBusiness .bannerBtn {height: 60px;}
	.mainBusiness .bannerBtn .carousel-control {top: 10px;}
	/*联系我们*/
	.contactUs .row {margin:0;}
	.contactUs .control-label {text-indent: 20px;float:left;}
	.contactUs p {font-size: 14px;}
	.contactUs p.compony {font-size: 14px;font-weight: 400;margin-bottom: 10px;}
	.contactUs .inputMethod {background-color: #cf333a;border-radius: 6px;margin-bottom: 10px;}
	.contactUs .inputMethod input,.contactUs .inputMethod textarea {background-color: #cf333a;}
	.contactUs .contactMethod {width: 110px;}
	.contactUs .contactMethod i {display: inline-block;width: 40px;height: 40px;border: 1px solid #fff;border-radius: 50%;margin-left: 10px;margin-right:0;cursor: pointer;}
	.contactUs .contactMethod .weibo {background: url(../png/wqw_icon.png) -158px -5px no-repeat;}
	.contactUs .contactMethod .qq {background: url(../png/wqw_icon.png) -208px -5px no-repeat;}
	.contactUs .contactMethod .weixin {background: url(../png/wqw_icon.png) -257px -5px no-repeat;}
	
	.contactUs .submitBtn {margin:5px 0 20px;}
    .contactUs .submitBtn .btn {width: 50%;margin: 0 auto;background-color: #c30009; border: none;border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 6px;}
}
/*pad和wap端公用样式*/
@media (max-width: 991px) {
    #banner{padding-top:0px;}
	.carousel-indicators{bottom: 5px;margin-bottom: 0;}
     .mainBusiness li {list-style:none;}
    .videoCenter {margin-bottom: 100px;}
}
/*pc端样式*/
@media (min-width: 992px) {
	.onlinemallwrap,.meetOurTeam,.mainBusiness{padding-top: 50px;}
	/*员工风采*/
	.meetOurTeam .container-fluid {padding: 0;}
	/*主营业务*/
    .mainBusiness .col-lg-4 {opacity:0;    -webkit-animation-duration: 0.6s;  -webkit-animation-delay: 0.2s;}
	.mainBusiness .col-lg-4 .content {width: 89%;height: 260px;}
	.mainBusiness .col-lg-4 .content h4 {font-size: 16px;color: #333333;font-weight: 600;margin: 24px 0 36px;}
	.mainBusiness .col-lg-4 {height: 390px;}
	.mainBusiness .col-lg-4 .content:hover {box-shadow:5px 5px 50px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);height: 340px;}
	.mainBusiness .col-lg-4 .content:hover a {text-decoration: none;}
	.mainBusiness .icon {display: none; width: 32px;height: 30px; border-left: 2px solid #e6e6e6;background: url(../jpg/icon_arrow.jpg);margin-left: 24px;}
	.mainBusiness .col-lg-4 .content:hover .icon {display: block;}
	.videoCenter p {margin-right: 8%;}
    /*
        .contactUs p span {float:left; width:95px;text-align:right;}
    */
    .contactUs .submitBtn .btn-lg {border-radius: 0;border-color: #cf333a;}
    .contactUs .componyInfo .col-xs-3 {padding:0;}
    .contactUs .control-label {float:left;}
        /*主营业务*/
    .poster-main{	    width: 1000px;	    height: 500px;	    position: relative;	    margin: 30px auto;    }
    .poster-main a,.poster-main img{	    display:block;	    width: 100%;height: 100%;    }
    .poster-main .poster-list{	    width: 1000px;	    height: 500px;    }
    .poster-main .poster-list .poster-item{ 	    width: 450px;	    height: 500px;	    position:absolute;	    left:0;	    top:0;    }
    .poster-main .poster-btn{ 	    position:absolute;	    top:0;	    z-index:10; 	    cursor:pointer;      }
    .poster-main .poster-prev-btn{	    left:0;    }
    .poster-main .poster-next-btn{	    right:0;  }
     .test .poster-item {position:absolute; left:340px !important;}
     .poster-main .poster-list .aaa {transition: all 0.7s;}
    .active  .test .poster-item {left: 0;}
}

