* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
  	  font-family: "Arial";
    font-weight: normal;
}
@font-face{
	font-family: "myFirstFont";
  	src:url('//cdn.xuansiwei.com/paras1033/font/SourceHanSansCN-Light.eot?_t=1509012687000');
  	src:url('//cdn.xuansiwei.com/paras1033/font/SourceHanSansCN-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/SourceHanSansCN-Light.ttf?_t=1509012687000') format('truetype');
}
@font-face{
	font-family: "prFirstFont";
  	src:url('//cdn.xuansiwei.com/paras1033/font/SourceHanSansCN-Regular.eot?_t=1509012687000');
  	src:url('//cdn.xuansiwei.com/paras1033/font/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype');
}
/*div{
	font-family:myFirstFont !important;
}*/
.header a{
	 font-family:myFirstFont;
}
.header .navbar-nav a{
    /*font-family:myFirstFont !important;*/
}
.header .header-top a{
	 /*font-family:myFirstFont !important;*/
    font-family: Arial;
    font-size: 14px;
}
.footer .path-box .iconfont{
	font-family:myFirstFont;
}
.side-bar a{
	/*font-family:myFirstFont !important;*/
}

@media (max-width: 768px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    html {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    html {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 25px;
    }
}
@media (min-width: 1366px) {
    .container {
        width: 1300px;
    }
}

@font-face {font-family: "iconfont";
  src: url('//cdn.xuansiwei.com/paras1033/font/iconfont.eot?t=1493086784017'); /* IE9*/
  src: url('//cdn.xuansiwei.com/paras1033/font/iconfont.eot?t=1493086784017#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/fonts/iconfont.woff?t=1493086784017') format('woff'), /* chrome, firefox */
  url('//cdn.xuansiwei.com/paras1033/font/iconfont.ttf?t=1493086784017') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('//cdn.xuansiwei.com/paras1033/font/iconfont.svg?t=1493086784017#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before { content: "\e620"; }

.icon-bianji:before { content: "\e609"; }

.icon-cha:before { content: "\e6ad"; }

.icon-shijian:before { content: "\e6ac"; }

.icon-paly:before { content: "\e675"; }

.icon-fanhuidingbu:before { content: "\e60e"; }

.icon-hanbaobao:before { content: "\e604"; }

.icon-liulanliang:before { content: "\e621"; }

.icon-boshiTT:before { content: "\e606"; }

.icon-boshiFB:before { content: "\e607"; }

.icon-boshiLK:before { content: "\e608"; }

.icon-boshiIG:before { content: "\e60a"; }

.icon-boshiPT:before { content: "\e60b"; }

.icon-boshilianxiyoujian:before { content: "\e60c"; }

.icon-boshilianxidianhua:before { content: "\e60d"; }

.icon-boshileft:before { content: "\e60f"; }

.icon-boshiright:before { content: "\e610"; }

.icon-boshiyuyanxuanze:before { content: "\e613"; }

.icon-hanbaobao:before { content: "\e604";}

.iconfont s{
    font-family: "Arial";
    text-decoration: none;
}
li{
    list-style: none;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.fl a, .fr a{
	color:#666;
}
.fl s, .fr s{
	display:inline-block;
	font-size:.7rem;
	font-family: "SimSun";
	width:38px;
	height:38px;
	text-decoration:none;
    text-align:center;
    line-height:38px;
    color:#fff;
	background-color:#b3b3b3;
}
.fl s{
    margin-right:1rem;
}
.fr s{
    margin-left:1rem;
}

.style-top,.style-right,.style-bottom,.style-left{
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    top: 0;
    left: 0;
    opacity: 1.0;
}
.i-required{
    background: url('//cdn.xuansiwei.com/paras1033/images/irequired.png?_t=1509012688000') no-repeat 95% center;
}
.i--required{
    background: url('//cdn.xuansiwei.com/paras1033/images/irequired.png?_t=1509012688000') no-repeat 95% 5%;
}
.i---required{
    background: url('//cdn.xuansiwei.com/paras1033/images/irequired.png?_t=1509012688000') no-repeat 98% 5%;
}
.inactive .style-top{
    top: -400px;
    opacity: 0;
}
.inactive .style-bottom{
    top: 400px;
    opacity: 0;
}
.inactive .style-left{
    left: -250px;
    opacity: 0;
}
.inactive .style-right{
    left: 250px;
    opacity: 0;
}

.form-float{
    position: fixed;
    right: 1rem;
    top: 10%;
    width: 100%;
    max-width: 11rem;
    z-index: 5;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.form-float h2{
    margin: 0;
    padding: .6rem;
    font-size: .72rem;
    font-weight: bold;
    background-color: #FFD264;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.form-float h2 span{
    margin-top: -.12rem;
    float: right;
    font-size: .9rem;
    font-weight: bold;
    cursor: pointer;
}
.form-float h3{
    margin-top: .9rem;
    margin-bottom: 8px;
    font-size: .48rem;
    font-weight: bold;
    color: #999;
}
.form-float i{
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #999;
    font-style: initial;
}
.form-float input{
    padding: 5px 10px;
    width: 100%;
    font-size: .64rem;
    color: #333;
    background-color: #F5F5F5;
    border: none;
    outline: none;
}
.form-float input[type=submit]{
    margin-top: 10px;
    padding: 10px 0;
    font-size: .56rem;
    font-weight: bold;
    color: #202e31;
    background-color: #FFC84D;
    border-bottom: none;
    border-radius: 4px;
}
.form-float input.a-btnxc[type=submit]{
    color: #fff;
}
.form-float textarea{
    padding: 5px 8px;
    width: 100%;
    height: 4.68rem;
    font-size: .64rem;
    line-height: 1.3;
    color: #333;
    border: none;
    outline: none;
    background-color: #f5f5f5;
}
.form-float .form-content{
    padding: .3rem .8rem 1.2rem .8rem;
    background-color: #fefefe;
    box-shadow: 0 5px 5px #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form-ctrl,.btn-right .form-ctrl{
    right: -350px;
}

.btn-right{
    position: fixed;
    right: 1rem;
    bottom: 10%;
    width: 2.4rem;
    text-align: center;
    z-index: 4;
}
.btn-right>div{
    position: relative;
    right: 0;
    margin-bottom: .5rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    background-color: #FFC74E;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.btn-right>div:hover{
    background-color: #B3B3B3;
}
.btn-right>div:act{
    background-color: #B3B3B3;
}
@media (max-width: 768px){
    .form-float{
        right: -350px;
    }
    .btn-right .form-ctrl{
        right: 0;
    }
}
.crumbs{
    padding: 1.2rem 0;
    font-family: "Microsoft YaHei";
}
.crumbs a{
    margin: 0 10px;
    font-size: .56rem;
   /* font-family: "Microsoft YaHei";*/
    font-family: Arial;
    color: #666666;
    text-decoration: none;
    /*text-transform: capitalize;*/
  	  text-transform: uppercase;
    -moz-text-transform: capitalize;
    -webkit-text-transform: capitalize;
    -ms-text-transform: capitalize;
}
.crumbs a.act{
    color: #FFC74E;
}
.crumbs a:hover{
    color: #FFC74E;
}
.crumbs a:last-of-type{
    color: #FFC74E;
}

.a-box{
    margin: .5rem 0;
    text-align: center;
}
.a-box .a-btn{
    position: relative;
    display: inline-block;
    padding-right: 0;
    width: 9rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: .56rem;
    font-weight: bold;
    color: #202e31;
    background-color: #FFC74E;
    text-decoration: none;
    overflow: hidden;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.a-box .a-btn:before{
    content:'';
    display: block;
    position: absolute;
    opacity: 0;
    top: -.5rem;
    right: -.5rem;
    width: 3.5rem;
    height: 3rem;
    background-color: #0e0430;
    transform:rotate(-9deg);
    -ms-transform:rotate(-9deg);
    -moz-transform:rotate(-9deg);
    -webkit-transform:rotate(-9deg);
    -o-transform:rotate(-9deg);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.a-box .a-btn:after{
    content:'';
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 1.3rem;
    z-index: 1;
    margin-top: -.46rem;
    width: .56rem;
    height: .92rem;
    background: url('//cdn.xuansiwei.com/paras1033/1575252939959/triangle-right.png?x-oss-process=style/small') no-repeat center;
    background-size: 100% 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.a-box .a-btn:hover{
    padding-right: 3rem;
}
.a-box .a-btn:hover:before{
    right: -.2rem;
    opacity: 1;
}
.a-box .a-btn:hover:after{
    right: 1.1rem;
    opacity: 1;
}
.a-box .a-btnxc,.a-btnxc{
    color: #fff;
}
.type-box{
    padding: 0 .4rem;
    margin-top: .8rem;
    margin-bottom: 2rem;
}
.type-box a{
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 3px .8rem;
    font-size: .72rem;
    color: #808080;
    text-decoration: none;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.type-box a:last-of-type{
    /* border-right: 1px solid transparent; */
}
.type-box a.act{
    color: #FFC74E;
    background-color: #000;
    border-radius: 20px;
}
.type-box a:hover{
    color: #FFC74E;
    background-color: #000;
    border-radius: 20px;
}
.type-box a s{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -.36rem;
    width: 2px;
    height: .72rem;
    background-color: #d9d9d9;
}
.type-box a:last-of-type s{
    background-color: transparent;
}

/* side-bar */

.side-bar{
    margin-left: -15px;
}
.side-bar li{
    position: relative;
    padding-left: .4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
}
.side-bar li:nth-child(even){
    background-color: #806ebb;
}
.side-bar li:nth-child(odd){
    background-color: #b2a3e4;
}
.side-bar li.act{
    background-color: #ffffff;
  	 color:#008aff;
}
.side-bar li.act a{
  	 color:#4a3a80;
}
.side-bar li.act:before{
    content: '';
    display: block;
    position: absolute;
    top: -.5rem;
    right: -.6rem;
    width: 3.6rem;
    height: 4rem;
    background-color: #FFC84D;
    transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.side-bar li.act:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.3rem;
    z-index: 1;
    margin-top: -.46rem;
    width: .56rem;
    height: .92rem;
    background: url(//cdn.xuansiwei.com/paras1033/1575252939959/triangle-right.png?x-oss-process=style/small) no-repeat center;
    background-size: 100% 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.side-bar li.act:hover:before{
    right: -.3rem;
}
.side-bar li.act:hover:after{
    right: 1.2rem;
}

@media (max-width: 460px){
  .side-bar{
  	 margin-left:0px; 
  }
  .side-bar li{
  		padding-left: 1.4rem;
  }
}


.product .col-sm-3 .side-bar li .side-ul a.acts{
	 border-bottom: 1px solid #806ebb;
  
}
.product .side-bar li a.act{
    background-color: #ffffff;
  	 color:#008aff;
}
.product .side-bar li a.act a{
  	 color:#4a3a80;
}
.product .side-bar li a.act:before{
    content: '';
    display: block;
    position: absolute;
    top: -.5rem;
    right: -.6rem;
    width: 3.6rem;
    height: 4rem;
    background-color: #FFC84D;
    transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.product .side-bar li a.act:after{
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    /* margin-top: 50%; */
    right: 1.3rem;
    z-index: 1;
    margin-top: 1rem;
    width: .56rem;
    height: .92rem;
    background: url(//cdn.xuansiwei.com/paras1033/1575252939959/triangle-right.png?x-oss-process=style/small) no-repeat center;
    background-size: 100% 100%;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.product .side-bar li a.act:hover:before{
    right: -.3rem;
}
.product .side-bar li a.act:hover:after{
    right: 1.2rem;
}
.product .side-bar li .side-ul{
	  background: #b2a3e4;
  	  padding-bottom:2rem;
}
.product .side-bar li .side-ul li{
	 padding: 0 15px;
    background: #b2a3e4;
}

.side-bar li a{
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
}

@media (min-width: 768px){
    .side-bar li a{
        padding-right: 3.2rem;
    }
}

/* side-bar */

/* paging */

@media (max-width: 460px){
	.row.pages-row{
		margin:0;
	}
}
.page{
    padding: 20px 0;
    text-align: center;
}
.page a{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    font-size: .64rem;
    color: #4d5155;
    background-color: transparent;
}
.page span{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    font-size: .64rem;
    color: #fff;
    background-color: #FFC74E;
}
.page i{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
    font-size: .64rem;
    color: #fff;
}
.page .prev{
    background: url("//cdn.xuansiwei.com/paras1033/1575257385155/page-left.jpg?x-oss-process=style/small") no-repeat center;
}
.page .next{
    background: url("//cdn.xuansiwei.com/paras1033/1575257385193/page-right.jpg?x-oss-process=style/small") no-repeat center;
}

.page_choose{
    margin-top:15px;
    height: 20px;
}
.page_choose a{
    color: #999;
}
.page_choose span{
    margin: 0 5px;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: middle;
}
.page_choose .prev{
    background: url("//cdn.xuansiwei.com/paras1033/1575257385155/page-left.jpg?x-oss-process=style/small") no-repeat center;
}
.page_choose .next{
    background: url("//cdn.xuansiwei.com/paras1033/1575257385193/page-right.jpg?x-oss-process=style/small") no-repeat center;
}
.page_choose .fl {
    float: left;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_choose .fr {
    float: right;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 460px) {
    .page_choose{
			display:none;
	}
}
/* paging */

/* m-header */

.m-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.m-header .x-btn {
    background-color: #0d0000;
    cursor: pointer;
}

.m-header .x-btn:before {
    content: '';
    margin-right: 5px;
    margin-left: -10px;
    display: inline-block;
    width: 40px;
    height: 55px;
    vertical-align: middle;
    background: #0d0000 url('//cdn.xuansiwei.com/paras1033/1575251970877/m-manue_left.png?x-oss-process=style/small') no-repeat center;
    background-size: 90%;
}

.m-header .mul-lv1 .x-btn a {
    color: #fff;
}

.m-header .show-ul {
    right: 0 !important;
}

.m-header .hide-ul {
    right: -280px !important;
}

.m-header .mul-lv1 {
    position: absolute;
    right: -280px;
    width: 200px;
    height: 100%;
    background-color: #ffc74e;
}

.m-header ul {
    right: -280px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.m-header .mul-lv1, .m-header .mul-lv2, .m-header .mul-lv3 {
    padding-left: 10px;
    list-style: none;
}

.m-header .mul-lv1 a {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.m-header .mul-lv1 .mli-lv1, .m-header .mul-lv2 .mli-lv2, .m-header .mul-lv3 .mli-lv3 {
    padding-bottom: 2px;
    height: 51px;
    line-height: 51px;
}

.m-header .mul-lv2, .m-header .mul-lv3 {
    position: absolute;
    top: 0;
    right: -290px;
    z-index: 2;
    width: 200px;
    height: 100%;
    background-color: #ffc74e;
}

.m-header .up-lv {
    background-color: #0d0000;
    cursor: pointer;
}

.m-header .up-lv:before {
    content: '';
    margin-right: 5px;
    margin-left: -10px;
    display: inline-block;
    width: 40px;
    height: 55px;
    vertical-align: middle;
    background: #0d0000 url('//cdn.xuansiwei.com/paras1033/1575251970877/m-manue_left.png?x-oss-process=style/small') no-repeat center;
    background-size: 90%;
}

.m-header .up-lv a {
    color: #fff;
}

/* m-header */

.header .navbar-header {

    height: 50px;
    float: right;
    line-height: 55px;
    text-align: right;
}

.header .navbar-header span {
    display: inline-block;
    margin-right: 15px;
    font-size: 35px;
    color: #ddd;
   	 padding: .3rem 0;
}
.header .navbar-header span{
	display:none;
}
@media (max-width: 460px){
	.header .navbar-header span{
		display:block;
	}
}
/* header */
.header .header-top{
    padding: 5px 0;
    text-align: right;
    background-color: #000;
}
.header .header-top a{
	color:#fff;
}
.header .header-top a:hover{
	text-decoration: none;
}
.header .header-top span{
    position:relative;
    padding-left: 28px;
    font-size: .56rem;
    color: #6b6b6b;
      position: relative;
      padding-right: .8rem;
}
.header .header-top span s:nth-child(1){
	 color:#fff;
}

.header .header-top span .webPhone{
	background:url(//cdn.xuansiwei.com/paras1033/images/webPhone.png?_t=1509012688000) no-repeat;
  width:100%;
}
.header .header-top span .webEmail{
	background:url(//cdn.xuansiwei.com/paras1033/images/webEmail.png?_t=1509012688000) no-repeat;
  width:100%;
  margin-left: -10px;
}
.header .header-top span:before{
    position:absolute;
    left: 5px;
    color: #FFD264;
    font-size: .64rem;
}
.header .header-top span.email-icon{
    margin-left: 1.5rem;
    margin-right: 0.28rem;
}
.header .header-top #google_translate_element{
    display: inline-block;
    padding-left: 30px;
}
.header #google_translate_element span{
    padding-left: 5px;
}
.header .langue-box{
    display: inline-block;
    margin-left: 1.5rem;
    margin-bottom: 0;
}
.header .langue-box span{
    padding-right: 25px;
    margin-left: 0;
    cursor: pointer;
}
.header .langue-box span:after{
    content:"\e60e";
    position: absolute;
    right: 3px;
    top:-5px;
    color: #FFD264;
    font-size: .6rem;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.header .topul-lv2{
    position: absolute;
    z-index: 6;
    margin-top: 5px;
    width: 100%;
    max-height: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.header .open .topul-lv2{
    max-height: 240px;
    opacity: 1;
    visibility: visible;
}
.header .topul-lv2 li{
    color: #cccccc;
    background-color: #0C0000;
}
.header .topul-lv2 li:hover{
    background-color: #0b365b;
}
.header .topul-lv2 a {
    display: inline-block;
    padding: 7px 0;
    color: inherit;
    text-decoration: none;
}
.header .navbar-nav a{
    display: inline-block;
    padding: 32px 29px;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.header .navbar-nav a.own-child{
    background: url('//cdn.xuansiwei.com/paras1033/1575251186295/down-side.png?x-oss-process=style/small') no-repeat 90% center;
}
.header .navbar-nav a:hover{
    color: #ad97f7;
    background-color: transparent;
}

.header .ul-lv2>li:hover .ul-lv3{
		display: block;
}
.header li{
    position: relative;
}
.header li.active>a{
    color: #ad97f7;
}
.header .header-menue{
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.header .ul-lv2{
    position: absolute;
    display: block;
    padding-top: 20px;
    padding-left: 1rem;
    padding-right: 5px;
    width: 186px;
    background: #fff url('//cdn.xuansiwei.com/paras1033/images/topshadow.png?_t=1509012688000') repeat-x top;
    border: none;
}
.header .ul-lv2>li{
    text-align: left;
}
.header .ul-lv2>li>a{
    display: block;
    padding: 10px 0;
    color: #999;
    font-size: .56rem;
    font-weight: normal;
    white-space: initial;
    text-decoration: none;
}
.header .ul-lv2>li>a:hover{
    color: #ffc74e;
    font-weight: bold;
}
.header .logo-right{
    position: absolute;
    width: 35%;
    height: 84px;
    line-height: 84px;
    padding-right: 3rem;
    text-align: right;
    background-color: #fff;
    overflow: hidden;
}
.header .logo-right:before{
    content: '';
    position: absolute;
    top: -20px;
    right: -1.1rem;
    height: 200px;
    width: 2rem;
    background-color: #fff;
    transform:rotate(-20deg);
    -ms-transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -webkit-transform:rotate(-20deg);
    -o-transform:rotate(-20deg);
    z-index: 1;
}
.header .logo-right img{
    width: auto;
    vertical-align: middle;
}
.navbar-toggle{
    border-color: #ccc;
  	 margin-top: 15px;
}
.navbar-toggle span{
    background-color: #ccc;
}

.header .ul-lv2>li .ul-lv3{
	  position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: #fff url(//cdn.xuansiwei.com/paras1033/images/topshadow.png?_t=1509012688000) repeat-x top;
    display: none;
    border-left: 5px solid #fff;
}
.header .navbar-nav .childrenC{
	/*padding: .4rem 0;*/
}
.header .navbar-nav .childrenC a{
	display: block;
    padding: 10px 5px;
    /* color: inherit; */
    text-decoration: none;
    font-size: 13px;
    text-indent: 1em;
    color: #999;
}
@media (max-width: 992px){
    .header .logo-right{
        width: 45%;
        height: 78px;
        line-height: 78px;
    }
    .header .header-menue{
        min-height: 60px;
    }
    .navbar-header{
        min-height: 78px;
    }
    .header .navbar-nav{
        text-align: center;
        margin-bottom: 20px;
    }
    .header .navbar-nav a{
        padding: 15px 0;
    }
}
@media (max-width: 768px){
    .header .logo-right{
        width: 60%;
    }
    .header .logo-right img{
      /*  max-height: 50px;*/
    }
}
@media (max-width: 460px){
  .header .header-top{
  		/*display:none;*/
  }
  .header .logo-right{
  		/*width: 30%;*/
		/*padding-right: 6rem;*/
  }
  .navbar-collapse.in{
  		display:none;
  }
    .navbar-nav>li>.dropdown-menu{
        margin-left: 30px;
	      top: 20px;
    }
  	.navbar-nav>li>.dropdown-menu li{
  	  text-align: left;
    margin-left: 40px;
 	}
  .navbar-nav>li>.dropdown-menu li a{
  		display:inline-block;
  }
  .header .navbar-nav a{
  	padding:15px;
  }
  .header .logo-right:before{
  		right: -2rem;
  }
  
}

/* header */

/* banner */
.banner img{
    max-width: 100%;
}
.banner .index-banner .swiper-slide{
    position: relative;
    height: auto;
}
.banner .index-banner .banner-box{
    position: absolute;
    top: 0;
    display: table;
    height: 100%;
    width: 100%;
}
.banner .index-banner .banner-content{
    display: table-cell;
    position: relative;
    left: 18%;
    vertical-align: middle;
}
.banner .index-banner .banner-MesRight{
    left: 55%;
}
.banner .banner-content h2{
    margin:0;
    line-height: 1.1;
    font-size: 2.8rem;
    font-weight: bold;
    color: #ffc74e;
}
.banner .banner-content p{
    margin:0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: .72rem;
    color: #0d0000;
}
.banner .text-white p{
    color: #fff;
}
.banner .banner-content .a-box{
    text-align: left;
    margin-bottom: 4%;
}
.banner .banner-pagination span{
    width: 2rem;
    height: 6px;
    border-radius: initial;
}
.banner .banner-pagination .swiper-pagination-bullet-active{
    background: #FFC74E;
}
/* banner */

/* content */
.content{
    background-color: #f5f5f5;
}
.section01{
    margin: 3.2rem 0;
    overflow: hidden;
}
.section01 .a-btnxc{
	float:right;
}
.section01 img{
    max-width: 100%;
}
.section01 h2{
    margin-top: 0;
    margin-bottom: .7rem;
    padding-left: .8rem;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #202e31;
    border-left: 5px solid #ffc74e;
}
.section01 p{
    margin-bottom: .7rem;
    /*nt-size: .6rem;*/
    color: #595959;
    font-size: 16px;
    font-family: Arial;
}
@media (min-width: 768px){
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-pull-7 {
        left: initial;
        right: 58.33333333%;
    }
}
@media (max-width: 460px){
  .section01{
  		margin: 2.2rem 0;
  }
  .section01 .a-btnxc{
  		float: initial;
  }
}

.section02{
    padding-bottom: .8rem;
    background: url("//cdn.xuansiwei.com/paras1033/images/section02-bg.jpg?_t=1509012688000") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.section02 h2{
    margin-top: 1.88rem;
    margin-bottom: 1.74rem;
    font-size: 0.96rem;
    color: #fff;
}
@media (max-width: 460px){
  .section02{
  	  width: 100%;
     height: 100%;
	  background-size: cover;
  }
}

.section03{
    padding: 3.2rem 0;
    text-align: center;
  	 background:#e6e6e6;
}
.section03 h2{
    font-size: 30px;
    font-weight: bold;
    color: #202e31;
    font-family: Arial;
}
.section03 hr{
    margin: .8rem auto;
    border: 3px solid #FDC94D;
    width: 2.4rem;
}
.section03 .style-top{
    margin-bottom: 1.5rem;
    padding: 0;
}
.section03 .pro-list .pro-irow{
    margin: 2rem 0;
}
.section03 .pro-box{
   margin: 0 10px;
  	/*background:#fff;*/
}
.section03 .pro-box a{
    text-decoration: none;
    display: block;
  	 
}
.section03 .pro-box img{
    /*max-width: 100%;*/
  	  width:100%;
    padding-bottom: 19px;
}
.section03 .pro-box p{
  	  /*font-family:prFirstFont !important;*/    
  	  font-size: 14px;
     line-height: 14px;
	  font-family: Arial;
  	  color: #4c4c4c;
     margin-bottom: 0;
  	  font-weight: bold;
      word-break: normal;
}
.section03 .pro-box span{
   /* display: block;
    margin-bottom: .8rem;
    font-size: .64rem;
    color: #4c4c4c;*/
      display: block;
    margin-bottom: 9px;
    font-size: .6rem;
  	  font-family:myFirstFont !important;
    line-height: .6rem;
    color: #4c4c4c;
}
.section03 .a-box3{
    position: relative;
    /*border-bottom: 4px solid #ccc;*/
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
  	  font-size:.6rem
}
.section03 .a-box3 a{
    position: relative;
    margin-bottom: 9px;
    display: inline-block;
    padding-right: 16px;
    font-style: italic;
    color: #4c4c4c;
    text-decoration: none;
  	  font-size: 12px;
}
.section03 .a-box3 a s{
	font-size:12px;
}
.section03 .a-box3 a:before,
.product-list .a-box3 a:before,
.pdetail-recommend .a-box3 a:before
{
    position: absolute;
    right: 0;
    font-size: 12px;
    font-style: initial;
}
.section03 .a-box3 .bar-transform{
    position: absolute;
    left: 50%;
    width: 0;
    height:4px;
    background-color: #FCCC4E;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.section03 .pro-box:hover .bar-transform{
    left: 0;
    width:100%;
}
.section03 .pro-box:hover .a-box3 a:before{
    color: #FFD264;
}
.section03 .pro-irow .swiper-button-prev{
	background-image:url(//cdn.xuansiwei.com/paras1033/1575252381495/zuo.png?x-oss-process=style/small);
  background-size: 60%;
}
.section03 .pro-irow .swiper-button-next{
	background-image:url(//cdn.xuansiwei.com/paras1033/1575252381416/you.png?x-oss-process=style/small);
    background-size: 60%;
}
	
@media (max-width: 460px){
  .section03{
  	 padding: 1.2rem 0;
  }
  .section03 .pro-list .swiper-button-prev,
  .section03 .pro-list .swiper-button-next{
  		/*display:none;*/
	  /*padding: 0;*/
     position: absolute;
	  background-size:75%;
	  margin-top: 20%;
  }
  .section03 .pro-irow .swiper-button-prev{
  		left:0;
		padding: 0;
  }
  .section03 .pro-irow .swiper-button-next{
  		right:0;
		padding: 0;
  }
  .in-products.swiper-wrapper .style-top{
  		width:100%;
  }
  .section03 .pro-box img {
  		/*max-width: 70%;*/
  }
  .section03 .pro-list .pro-irow{
  		margin: 1rem 0;
  }
  .section05 .style-bottom .a-box a.a-btn05{
  		font-size: 15px;
  }
}
.section04{
    padding: 2.8rem 0 4rem 0;
    background-color: #e6e6e6;
    overflow: hidden;
}
.section04 h2,.section05 h2{
	font-size: 1.2rem;
    font-weight: bold;
    color: #202e31;
  	 text-align: center;
}
.section04 hr.sec06-titlehr,.section05 hr.sec06-titlehr{
	margin: .8rem auto;
    border: 3px solid #FDC94D;
    width: 2.4rem;
}
.section04 .pdetail-form{
	background-color: #e6e6e6;
   box-shadow: 0 0px 0px #eee;
  	padding-left:0px;
   padding-right:0px;
  padding-top:1.5rem;
  padding-bottom:0rem;
  	
}
.section04 .pdetail-form input,#pdetail-formbox .pdetail-form input,.feedback-form .form-sub input{
	 border-radius: 5px;
  	/*color:#d5d5d5;*/
  font-size:.6rem;
  padding: 11px;
  	
}
.section04 .form-list .container{
	padding-left:0;
  padding-right:0;
}
.section04 .form-list .pdetail-form .form-sub .padding-04{
	padding-left:0;
  padding-right:0;
}
.section04 .pdetail-form .form-line {
	padding: 0px 10px;
}

.section04 .form-list .form-sub{
	padding-left:0;
  padding-right:0;
}
.section04 .news-list h3{
    position: relative;
    margin-bottom: 1.2rem;
    line-height: 1;
    padding-left: .8rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #FFC84C;
}
.section04 .news-list h3 a{
    position: absolute;
    right: 0;
    display: inline-block;
    line-height: 1.2rem;
    font-size: .64rem;
    font-weight: initial;
    color: #ffc74e;
    vertical-align: middle;
    text-decoration: none;
}
.section04 .news-box{
    height: 250px;
    overflow: hidden;
}
.section04 .news-box a{
    position: relative;
    display: block;
    height: 3.2rem;
    line-height: 3.2rem;
    background-color: #535353;
    overflow: hidden;
    text-decoration: none;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.section04 .news-box a:before{
    position: absolute;
    right: 3%;
    z-index: 2;
    color: #000;
    font-size: 1.2rem;
    opacity: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.section04 .news-box a:hover{
    background-color: #000;
}
.section04 .news-box a:hover:before{
    opacity: 1;
}
.section04 .news-box a:hover:after{
    content: '';
    display: block;
    position: absolute;
    right: -4%;
    top: -10px;
    width: 15%;
    height: 4rem;
    background-color: #FFC84D;
    transform: rotate( -9deg);
    -ms-transform: rotate( -9deg);
    -webkit-transform: rotate( -9deg);
    -moz-transform: rotate( -9deg);
}
.section04 .news-box a .news-title{
    display: inline-block;
    width: 16%;
    line-height: 1.3;
    text-align: center;
    font-size: .56rem;
    font-family: "Arial";
    color: #ffc74e;
    vertical-align: middle;
    overflow: hidden;
}
.section04 .news-box a .news-description{
    display: inline-block;
    width: 71%;
    vertical-align: middle;
}
.section04 .news-box .news-description p{
    line-height: 1.3;
    font-size: .56rem;
    font-family: 'Arial';
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.section04 .news-box .news-description s{
    display: block;
    line-height: 1.3;
    font-size: .48rem;
    font-family: 'Arial';
    color: #ccc;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.section04 .case-right{
    position: relative;
}
.section04 .case-right .a-indeximg{
    display: block;
    padding-top: 54.58%;
    background: url('//cdn.xuansiwei.com/paras1033/images/case01.jpg?_t=1509012688000') no-repeat center;
    background-size: 100% 100%;
}
.section04 .case-right img{
    max-width: 100%;
}
.section04 .case-msg{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
}
.section04 .case-msg a{
    text-decoration: none;
}
.section04 .case-msg h4{
    margin-top: 0;
    padding-left: 10px;
    font-size: .72rem;
    font-weight: bold;
    color: #fff;
}
.section04 .case-msg i{
    display: block;
    padding-left: 10px;
    font-size: 12px;
    font-style: initial;
    color: #fff;
}
.section04 .icase-swiper .icase-pagination{
    text-align: right;
    padding-right: 25px;
}
.section04 .icase-swiper span{
    background-color: #fff;
    opacity: 1;
}
.section04 .icase-swiper span.swiper-pagination-bullet-active{
    background-color: #FFC74E;
}
.section05{
    padding: 1rem 0;
    background-color: #3a3a3a;
}
.section05 .partner-box{
    margin-bottom: .8rem;
}
.section05 .style-bottom{
	padding-top: .5rem;
}
.section05 img{
    max-width: 100%;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.section05 .partner-box:hover img{
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.section05 .a-box a.a-btn05{
	  float: right;
    margin-right: 15px;
    /* line-height: 1rem; */
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}
.section05 .a-box a.a-btn05 hr{
	margin:0;
}
.section06{
    padding: 2rem 0;
    text-align: center;
      background: #fff;
}
.section06 h2{
    font-size: 1.2rem;
    font-weight: bold;
    color: #202e31;
}
.section06 hr.sec06-titlehr{
    margin: .8rem auto;
    border: 3px solid #FDC94D;
    width: 2.4rem;
}
.section06 .advantages-list{
    margin: 2rem 0 2rem 0;
}
.section06 .advantages-list .row-list{
    margin-left: 0;
    margin-right: 0;
}
.section06 .row-list .col-sm-3{
    padding-left: 0;
    padding-right: 0;
}
.section06 .advantages-img img{
    max-width: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.section06 .advantages-content{
    position: relative;
    display: table;
    height: 5.5rem;
    width: 100%;
    text-align: center;
    background-color: #626262;
}
.section06 .advantages-msg{
    display: table-cell;
    vertical-align: middle;
}
.section06 .advantages-msg hr{
    position: absolute;
    left: 50%;
    margin: 0 0 .4rem -.5rem; 
    width: 1rem;
    border-width: 4px;
    border-color: #ffc74e;
    opacity: 1;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
}
.section06 .advantages-msg s{
    position: absolute;
    left: 50%;
    font-size: .8rem;
    color: #999;
    text-decoration: none;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
}
.section06 .advantages-msg h3{
    position: relative;
    margin: .8rem 0 .4rem 0;
    font-size: .8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
}
.section06 .advantages-msg .advan-des{
    display: none;
    margin-bottom: .4rem;
    height: 1.68rem;
    line-height: 1.68rem;
    overflow: hidden;
}
.section06 .advantages-msg span{
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 1.4;
    font-size: .6rem;
    color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.section06 .advantages-box:hover .advantages-msg hr{
    opacity: 0;
}
.section06 .advantages-box:hover .advantages-msg h3{
    margin: .4rem 0 .2rem 0;
    color: #ffc74e;
}
.section06 .advantages-box:hover .advantages-msg .advan-des{
    display: block;
}
.section06 .advantages-box:hover .advantages-msg span{
    opacity: 1;
}
.section06 .advantages-box:hover .advantages-msg s{
    top: 50%;
    font-size: 4rem;
    color: rgba(107,107,107,.4);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -moz-animation-delay: .2s;
}
.section06 .advantages-swiper .swiper-slide{
    width: 25%;
}
@media (max-width: 768px){
    .section06 .advantages-swiper .swiper-wrapper{
        display: block;
    }
    .section06 .advantages-swiper .swiper-slide{
        margin-bottom: 1rem;
        width: 100%;
    }
}

/* content */

/* assort */
.assort{
    padding-bottom: 4rem;
    background-color: #F5F5F5;
}
.assort .pdetail-padding{
	padding-top:1.5rem;
}
.banner-assort{
    position: relative;
    text-align: center;
    background: url('//cdn.xuansiwei.com/paras1033/images/banner_assort.jpg?_t=1509012688000') no-repeat center;
    background-size: cover;
}
.banner-assort h2{
    margin: 0;
    display: inline-block;
    padding: 2.9rem 1rem;
    font-size: 2rem;
    color: #fff;
}
.banner-assort .bar-gray{
    display: inline-block;
    width: 2rem;
    height: 6px;
    vertical-align: .5rem;
    background-color: #9A9999;
}
.edit-content{
    padding: 1.2rem;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
}
.aboutus .certificate{
	padding:1.2rem .7rem ;
}
.edit-content img{
    max-width: 100%;
}
.edit-content p{
    font-size: .64rem;
    color: #666;
}
.edit-content .edit-row{
    /*margin-top: 2rem;
    text-align: center;*/
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    margin: 0;
}
.edit-row .o-maps{
	display:none;
}
.edit-certificate .editWebImg{
  		display:none;
}
@media (max-width: 460px){
  .edit-row>img:nth-child(1){
  		display:none;
  }
  .edit-row .o-maps{
  		display:block;
  }
  .edit-content img{
  		/*max-width:50%;*/
  }
  .edit-certificate p{
  		display:none;
  }
  .edit-certificate .editWebImg{
  		display:block;
  }
  
  
}
.edit-content p{
    margin-top: .6rem;
}
.aboutus .edit-content .area-info,
.content .section06 .area-info{
	text-align:left;
}
.content .section06 .area-info{
	margin-top: 1rem;
}
.aboutus .edit-content .area-info div,
.content .section06 .area-info div{
	padding-bottom:.5rem;
  min-height:8.5rem;
}
/*.content .section06 .area-info div{
	min-height:8.5rem;
}*/
.aboutus .edit-content .area-info img,
.content .section06 .area-info img{
	position: absolute;
    top: 8%;
}
.aboutus .edit-content .area-info h3,
.content .section06 .area-info h3{
	padding-left: 12%;
  font-weight: bold;
}
.aboutus .edit-content .area-info p,
.content .section06 .area-info p{
	color:#585f61;
}

/* product */

.product-box{
    /*background-color: #fff;*/
    margin-bottom: 1.1rem;
    text-align: center;
    /*box-shadow: 0 2px 5px #ccc;*/
    overflow: hidden;
}
.product-box img{
    max-width: 100%;
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    
}
.product-box:hover img{
    transform: scale(1.2);
}
.product-box h3{
    position: relative;
    z-index: 1;
    /*font-size: .64rem;*/
   	font-weight: bold;
  	 /*font-weight: 600;*/
    color: #262626;
    margin: 0;
  	  font-size: 14px;
    font-family: Arial;
  	 /*font-family:prFirstFont !important;*/
      height: .64rem;
    overflow: hidden;
}
.product-box .pa-box{
    margin-bottom: 5px;
    height: .64rem;
    line-height: .64rem;
    overflow: hidden;
}
.product-box .pa-box a{
	/*font-family:myFirstFont !important;*/
   font-family: Arial;
  	font-size: 12px;
}
.product-box a{
    display: block;
    padding: 0 8px;
    line-height: .64rem;
    font-size: .6rem;
    /*color: #4c4c4c;*/
    color:#262626;
    text-decoration: none;
    vertical-align: middle;
    overflow: hidden;
    /*padding-bottom: 7px;*/
}
.product-box .a-box3{
	margin-bottom: 9px;
}
.product-box .a-box3 a{
	display: inline-block;
  	font-style: italic;
}
.product-box .a-box3 a s{
	font-size:12px;
  padding:0;
}
.product-list .a-box3 a:before,
.pdetail-recommend .a-box3 a:before
{
	  /*right: 28%;*/
  		right: 33%;
     	margin-top: 2px;
  	  /*color: #b3b3b3;*/
  		color:#262626;
}
.product-box a.img-a{
  	  padding:0;
  	  /*padding-top: 18px;*/
  	  margin:0;
    margin-bottom: 19px;
  	 width:280px;
}
.product-box a.img-a img{
	/*width:222px;*/
  width:100%;
}
.product .product-list{
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}
.product .product-list:before, .product .product-list:after{
    content:'';
    display: table;
}
.product .product-list:after{
    clear: both;
}
.product .col-sm-3 .side-bar li{
  height: 100%;
  padding-left:0; 
  line-height:inherit; 
}
.product .col-sm-3 .side-bar li a{
	line-height: 3.2rem;
  /*padding-left:10px;*/
   padding-left: 20px;
}
.product .col-sm-3 .side-bar li .side-ul a{
	padding-left: 0;
}
.product .col-sm-3 .side-bar li .side-ul a{
  background: #b2a3e4;
  border-bottom: 1px solid #fff;
  line-height: 2rem;
  padding-top: .6rem;
  /*font-family: light;*/
  font-family: Arial;
  font-size: 14px;
}
.product .col-sm-3 .side-bar li .side-ul a i{
    background: url(//cdn.xuansiwei.com/paras1033/1575257331328/product-li-bottom.png?x-oss-process=style/small) no-repeat;
    position: absolute;
    right: 10%;
    top: 50%;
    width: 20px;
    height: 20px;
}
.product .col-sm-3 .side-bar li .side-ul a .i-img{
	background: url(//cdn.xuansiwei.com/paras1033/1575257525179/product-li-right.png?x-oss-process=style/small) no-repeat;
}

@media (max-width: 460px){
	.product-box a.img-a{
  		 width: 100%;
  }
  .product-list .row{
		margin:0;
	}
  .product .col-sm-3 .side-bar li .side-ul a{
		font-size:.6rem;
	}
  .product-box .a-box3 a:before{
  		right: 26%;
  }
  .pdetail-recommend .product-box .a-box3 a:before{
  		right: 38%;
  }
   .product-list .product-box .a-box3 a s{
  		font-size: 10px;
  }
}
/* product */
/* product-detail */

.pdetail-box{
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 3px 10px #eee;
  	  padding-bottom: 0rem;
}
.pdetail-box .pdetail-swiper{
    text-align: center;
}
.pdetail-box .pdetail-swiper img{
    max-width: 100%;
}
.pdetail-box .ctrl-group{
    position: relative;
}
.pdetail-box .pdetail-btn{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 100%;
}
.pdetail-box .pdetail-btn div{
    position: absolute;
    margin: 0 5px;
    cursor: pointer;
}
.pdetail-box .pdetail-prev{
    left: 0;
}
.pdetail-box .pdetail-next{
    right: 0;
}
.pdetail-box .pdetail-pagination{
    background-color: #F5F5F5;
    padding: 0 15px;
}
.pdetail-box .pdetail-pagination span{
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    background: transparent;
}
.pdetail-box .pdetial-msg{
    padding-left: 3.5rem;
}
.pdetail-box .pdetial-msg h4{
    margin-top: 2.5rem;
    font-size: .64rem;
    color: #404040;
}
.pdetail-box h3{
    margin-bottom: .8rem;
    /*padding-left: 15px;*/
    font-size: .64rem;
    font-weight: bold;
    /*color: #ffc74e;*/
}
.pdetail-box .pdetial-msg h2{
    margin-top: 10px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffc74e;
}
.pdetail-box .pdetial-msg p{
    padding-left: 15px;
    background: url('//cdn.xuansiwei.com/paras1033/images/round.png?_t=1509012688000') no-repeat left 7px;
    word-wrap: break-word;
}
.pdetail-box .pdetial-msg a{
    display: inline-block;
    margin-top: 2rem;
    padding: 10px 30px;
    font-size: .56rem;
    font-weight: bold;
    color: #202e31;
    background-color: #FFC84D;
    text-decoration: none;
  	  padding-left: 2rem;
}
.pdetail-box .pdetial-msg a.a-btnxc{
    color: #fff;
}
.pdetail-box .pdetial-msg a img{
    vertical-align: -2px;
  	  position: absolute;
    margin-top: 2px;
    margin-left: -30px;
}
.pdetail-box .pdetail-row2{
    margin: 1.5rem 0;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
    
}

.product-detail .pdetail-box .pdetail-row2:nth-child(3){
	  border-bottom: 1px solid #ccc;
}
.product-detail .pdetail-box .pdetail-row2:last-child{
	border-top:none;
}
.pdetail-box .pdetail-row2 p{
	/*padding-left:15px;*/
}
.pdetail-box .pdetail-row2 p,.pdetail-box .pdetail-row3 p{
    margin-bottom: 5px;
    font-size: .56rem;
    color: #404040;
}
.pdetail-box .pdetail-row3{
    margin: 1.5rem 0;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.pdetail-formbox{
    margin: 7% 0;
}
.pdetail-formbox h2{
    margin: 4% 0;
    padding-left: 1.3rem;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #202e31;
    border-left: 5px solid #FFC74E;
}
.pdetail-form{
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 3px 10px #eee;
}
.pdetail-form .form-line{
    padding: 0 15px;
}
.pdetail-form input{
    margin-bottom: 25px;
    padding: 8px;
    width: 100%;
    font-size: .65rem;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
}
.pdetail-form input[type=submit]{
    margin-bottom: 5px;
    padding: 12px 8px;
    color: #202e31;
    /*font-weight: bold;*/
    background-color: #FFC74E;
    border-color: #FFC74E;
}
.pdetail-form input.a-btnxc[type=submit]{
    color: #fff;
}
.pdetail-form textarea{
    margin-bottom:25px;
    padding: 8px;
    width: 100%;
    font-size: .6rem;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    resize: none;
  	 border-radius: 5px;
   	padding-bottom: .8rem;
}
.pdetail-recommend{
    margin: 7% 0 5px 0;
  	  font-family: Arial;
}
.pdetail-recommend .col-sm-3{
	padding:0 10px;
}
.pdetail-recommend h2{
    margin: 4% 0;
    padding-left: 1.3rem;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #202e31;
    border-left: 5px solid #FFC74E;
}
.pdetail-recommend .product-box a h3{
	/*font-family: Arial;*/
   font-size: 14px;
}
.pdetail-recommend .product-box a s{
	/*font-family: Arial;*/
   font-size: 12px;
}
@media (max-width: 460px){
	
  .pdetail-box .pdetail-row2 p>img{
  		width:100%;
  }
}

/* product-detail */

/* news */

.news .news-header{
    background-color: #FFC750;
    text-align: center;
}
.news .news-header h3{
    margin: 18px 0;
    font-size: .64rem;
    font-weight: bold;
    color: #202e31;
}
.news .news-header h3.a-btnxc{
    color: #fff;
}
.news .news-header div:first-of-type{
    text-align: left;
}
.news .news-header:before,.news .news-header:after,.news .news-list:before,.news .news-list:after,
.news .news-box:before,.news .news-box:after{
    content:'';
    display: table;
}
.news .news-header:after,.news .news-list:after,.news .news-box:after{
    clear: both;
}
.news .news-box{
    position: relative;
    display: table;
    width: 100%;
    height: 4rem;
    background-color: #fff;
}
.news .news-box:hover{
    background-color: #f5f5f5;
}
.news .news-box .yellow-bar{
    position: absolute;
    left: 0;
    width: .4rem;
    height: 100%;
    background-color: #FFC44A;
    opacity: 0;
    transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}
.news .news-box:hover .yellow-bar{
    opacity: 1;
}
.news .news-box a{
    text-decoration: none;
}
.news .news-box .news-cell{
    display: table-cell;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.cell-66{
    width: 83.332%;
    vertical-align: middle;
}
.cell-16{
    width: 16.666%;
    vertical-align: middle;
    text-align: center;
}
.news .news-box h4{
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%;
    line-height: 1.3;
    max-height: 1.7rem;
    vertical-align: middle;
    font-size: .64rem;
    font-weight: bold;
    color: #4c4c4c;
    overflow: hidden;
}
.news .news-box p{
    margin: 0;
    max-width: 100%;
    line-height: 1.3;
    max-height: 1.27rem;
    vertical-align: middle;
    font-size: .48rem;
    color: #595959;
    overflow: hidden;
}
.news .news-box span{
    font-size: .64rem;
    color: #999;
}

@media (min-width: 992px){
    .news .news-box,.news .news-header{
        padding: 0 .5rem 0 1rem;
    }
}
@media (max-width: 992px){
    .news .news-box{
        height: 5rem;
    }
    .news .news-box p{
        max-height: 31.2px;
    }
}
@media (max-width: 768px){
    .news .news-header .col-xs-8,.news .news-header .col-xs-2{
        padding-left: 0;
        padding-right: 0;
    }
    .news .news-header .col-xs-8{
        padding-left: 15px;
    }
}

/* news */
/* news-detail */
.news-detail .ndetail-box{
    padding: 1.5rem 7%;
    box-shadow: 0 0 5px #ccc;
}
.news-detail img{
    max-width: 100%;
}
.news-detail h2{
    text-align: center;
    font-size: .96rem;
    color: #333;
}
.news-detail .icon-line{
    margin: 1rem 0;
    text-align: right;
}
.news-detail .icon-line span{
    margin-right: 5px;
    padding-left: 30px;
    font-size: 12px;
    color: #999;
}
.news-detail .icon-line .s-time{
    padding-left: 20px;
    background: url('//cdn.xuansiwei.com/paras1033/1575265833878/clock-icon.png?x-oss-process=style/small') no-repeat left center;
    background-size: auto 100%;
}
.news-detail .icon-line .s-hit{
    background: url('//cdn.xuansiwei.com/paras1033/images/eye-icon.png?_t=1509012688000') no-repeat left center;
    background-size: auto 100%;
}
.news-detail .ndetail-img{
    margin: 1rem 0;
    text-align: center;
}
.news-detail .ndetail-img{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ccc;
}
/* news-detail */
/* case */

.case .case-content{
    position: relative;
    padding: 5rem 0;
    max-width: 980px;
    margin: 0 auto;
}
.case .case-swiper{
    box-shadow: 0 5px 8px #ccc;
}
.case .case-swiper .swiper-slide{
    padding: 1rem;
}
.case .case-slide{
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #BDBDBD;
    overflow: hidden;
}
.case .case-slide .a-img{
    display: block;
    padding-top: 54.58%;
    background: url('//cdn.xuansiwei.com/paras1033/images/case01.jpg?_t=1509012688000') no-repeat center;
    background-size: 100% 100%;
}
.case .case-slide img{
    max-width: 100%;
    width: 100%;
}
.case .case-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: .5rem 0;
    background-color: rgba(0,0,0,.5);
}
.case .case-title a{
    text-decoration: none;
}
.case .case-title h3{
    padding: 0 1rem;
    text-align: left;
    font-size: .72rem;
    color: #fff;
}
.case .ctrl-btn{
    position: absolute;
    top: 50%;
    margin-top: -1.56rem;
    width: 100%;
}
.case .ctrl-btn div{
    position: absolute;
    width: 1.76rem;
    height: 3.12rem;
    cursor: pointer;
}
.case .ctrl-btn div:before{
    font-size: 3.12rem;
    color: #FFC74E;
}
.case .ctrl-btn .prev-btn{
    left: -2.46rem;
    z-index: 2;
}
.case .ctrl-btn .next-btn{
    right: -1.1rem;
    z-index: 2;
}
.case .case-pagination{
    margin-top: 25px;
    width: 100%;
}
.case .case-pagination span{
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.case .case-pagination .swiper-pagination-bullet-active{
    background: #FFC749;
}

@media (max-width: 768px){
    .case .ctrl-btn .prev-btn{
        left: -1.26rem;
        background: url('//cdn.xuansiwei.com/paras1033/images/case-prev.png?_t=1509012688000') no-repeat center;
        background-size: 100%;
    }
    .case .ctrl-btn .next-btn{
        right: -1.26rem;
        background: url('//cdn.xuansiwei.com/paras1033/images/case-next.png?_t=1509012688000') no-repeat center;
        background-size: 100%;
    }
}
/* case */

/* feedback */
.feedback .row-map{
    padding: 1.8rem 1.25rem;
    background-color: #fff;
    box-shadow: 0px 5px 5px #ccc;
}
.feedback .row-map img{
    max-width: 100%;
}
.feedback .row-map p{
    margin: .6rem 0;
    padding-left: .5rem;
    font-size: .68rem;
    font-family: "Arial";
    color: #202e31;
}
.feedback .row-map p a{
    color: #202e31;
}
.feedback .row-map p a{
	text-decoration: none;
}
.feedback .row-map h4{
    margin-top: 1.2rem;
    padding-left: .5rem;
    font-size: .64rem;
    font-family: "Arial";
    color: #999;
}

.feedback-form{
    margin-bottom: 6%;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 3px 10px #eee;
}
.feedback-form .form-line{
    padding: 0 15px;
}
.feedback-form input{
    margin-bottom: 25px;
    padding: 8px;
    width: 100%;
    font-size: .65rem;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
}
.feedback-form input[type=submit]{
    margin-bottom: 5px;
    padding: 12px 8px;
    color: #000;
    /*font-weight: bold;*/
    background-color: #FFC74E;
    border-color: #FFC74E;
}
.feedback-form input.a-btnxc[type=submit]{
    color: #fff;
}
.feedback-form textarea{
    /*margin-bottom:25px;
    padding: 8px;
    width: 100%;
    font-size: .65rem;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    resize: none;*/
    margin-bottom: 25px;
    padding: 8px;
    width: 100%;
    font-size: .6rem;
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    resize: none;
    border-radius: 5px;
    padding-bottom: .8rem;
}
/*.feedback .iframe-box{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-right: 30px;
}*/
@media (max-width: 460px){
	.feedback .iframe-box iframe{
	   /* width: 100%;
    	height: 100%;*/
  		width:318px;
  		height:250px;
  
	}
  .aboutus .iframe-box iframe{
	   /* width: 100%;
    	height: 100%;*/
  		width:318px;
  		height:250px;
  
	}
}

.thanks-h2{
    margin: 3rem 0 1.5rem 0;
    font-size: 2rem;
    text-align: center;
}
.thanks-p{
    margin: 1.5rem 0 2.5rem 0;
    font-size: .8rem;
    text-align: center;
}
.thanks-h2 .a-box .a-btn{
	color:#fff;
}
/* feedback */

/* assort */

/* footer */
.footer{
    padding-top: 2.2rem;
    padding-bottom: 10px;
    background-color: #161616;
}
.footer .path-box h3{
    position: relative;
    padding-bottom: 8px;
    margin-right: 24%;
    margin-bottom: .8rem;
    font-size: .72rem;
    font-weight: bold;
    color: #b2b2b2;
    border-bottom: 2px solid #404040;
}
.footer .path-box .h3-last{
    margin-right: 0;
}
.footer .path-box h3 hr{
    margin: 0;
    position: absolute;
    bottom: -2px;
    width: 2rem;
    border:1px solid #B4B4B4;
}
.footer .path-box a{
    display: block;
    margin-bottom: 10px;
    font-size: .56rem;
    color: #999;
    text-decoration: none;
}
.footer .path-box .iconfont{
    margin: .5rem 5px 10px 0;
}
.footer .path-box .iconfont:before{
    margin-right: 5px;
    color: #fcc149;
}
.footer .path-box a:hover{
    color: #fff;
}
.footer .share-box{
    margin: 1rem auto 5px auto;
    padding-top: 10px;
    max-width: 550px;  
    text-align: center;
}
.footer .share-box:before, .footer .share-box:after{
    content: '';
    display: table;
}
.footer .share-box:after{
    clear: both;
}
.footer .share-box a{
    display: inline-block;
    margin-right: 0;
    padding: 0 8px;
    color: #4D4D4D;
    text-decoration: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.footer .share-box a:hover{
    color: #FFC74E;
}
.footer .share-box a:before{
    text-align: center;
    margin-right: 0;
    font-size: 1.36rem;
}
.footer .copyright{
    margin: 15px auto 25px auto;
    padding-top: 1rem;
    max-width: 550px;
    text-align: center;
    border-top: 1px solid #323232;
}
.footer .copyright p{
    margin-bottom: 5px;
    font-size: .48rem;
    color: #666;
}

@media (max-width: 768px){
    .share-box{
        text-align: center;
    }
}
@media (max-width: 460px){
  .aboutus .edit-content .area-info img, .content .section06 .area-info img{
		top: 0;
  }
  .footer{
  		padding-top: 1.2rem;
  }
  .footer .path-box div{
  		display:none;
		text-align:center;
		font-size:12px;
  }
  .footer .path-box div:last-child{
  		display:block;
  }
  .footer .path-box div s{
  		color:#4a3a80;
  }
  .footer .path-box div a{
  		color:#4a3a80;
		font-size:12px;
  }
  .footer .path-box div h3{
  		border-color: transparent;
		font-size:18px;
		color:#4a3a80;
		padding-bottom: 0px;
  }
  .footer .path-box div hr{
     border-color: transparent;
  }
}

/* footer */
