
/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}



html {
    font: 62.5% "微软雅黑",Arial;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: transparent;
    height: 100%;
	background:#FAFAFA;
}

html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

html,html body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff!important;
	
}


body.open {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgcw {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto
}

html .scrollView {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
}
.articlehead .scrollView{
  height: 100%;
}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}


#sitecontent{
	background: #fff;
    z-index: 1;
    position: relative;
    height: 100%;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}
body.open #sitecontent {
    transform: translate3d(-260px,0,0);
    -webkit-transform: translate3d(-260px,0,0);
}
#header{
	width: 100%;
    height: 60px;
}
#header .btn {
    padding: 10px 15px;
    background: rgba(0,0,0,0);
	margin-top:5px;
}
.lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}
.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(0deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}
.lcitem .rect {
    width: 30px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.lcitem .rect.top {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}
.lcitem .rect.bottom {
    transform: translate3d(0px, 6px, 0px);
    -webkit-transform: translate3d(0px, 6px, 0px);
}


#leftcontrol {
	opacity: 0;
    width: 260px;
    height: 100%;
    background: #FAFAFA;
    position: fixed;
	top:0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
body.open #leftcontrol {
    opacity: 1;
}
#leftcontrol >ul {
    padding-top: 0px;
}
#leftcontrol ul li {
	display: block;
    min-height: 49px;
    /* font-size: .4rem; */
    width: 100%;
    border-top: 1px solid #EBEBEB;
}
#leftcontrol ul li a {
	display: block;
	color: #666;
	padding: 0 25px;
    font-family: "HELVETICANEUELTPRO-THEX";
    height: 50px;
    line-height: 51px;
}
#leftcontrol ul li a span{
	display: inline-block;
}
#leftcontrol ul li a span.circle {
    border: #D8D8D8 1px solid;
    border-radius: 5px;
    width: 8px;
    height: 8px;
    background-color: transparent;
	margin-right: 15px;
    position: relative;
    top: 1px;
}
#leftcontrol ul li a span.more {
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 20px;
}
#leftcontrol ul li a span.more span {
    background: #474747;
    position: absolute;
}
#leftcontrol ul li a span.more span.h{
	width: 12px;
    height: 2px;
	transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
}
#leftcontrol ul li a span.more span.v {
    transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
    -webkit-transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
}
#leftcontrol > ul > li.active a {
    background: #333;
    color: #fff;
}
#leftcontrol ul li.active a span.circle {
    border-color: #fff;
    background-color: #fff;
    margin-right: 15px;
}
#leftcontrol ul li.active a span.more span.v {
    transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
    -webkit-transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
}
#leftcontrol ul li .subnav {
    height: 0;
    overflow: hidden;
}
#leftcontrol ul.subnav li a {
    background: #ebebeb;
    color: #4E4E4E;
}
#leftcontrol ul.subnav li a i {
    color: #B4B4B4;
	margin-right: 20px;
    font-size: .5rem;
}
#leftcontrol ul.subnav li a.active{
    background: #555;
    color: #fff;
}
body.open .lcbody {
    transform: translateZ(0px) rotate(90deg);
    -webkit-transform: translateZ(0px) rotate(90deg);
}
body.open .lcitem {
    transform: translateZ(0px) rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    -webkit-transform: translateZ(0px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
body.open .lcitem.bottom {
    transform: translateZ(0px) rotate(-45deg);
    -webkit-transform: translateZ(0px) rotate(-45deg);
}

body.open .lcitem .rect {
    transition: transform 0.2s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#rightcontrol {
    width: 100%;
    height: 100%;
    background: #fafafa;
    position: fixed;
    top: 0;
    z-index: -1;
}



.pctop{display:none;}

#header .logo{float:left;margin-top:12px;margin-left:15px;}



	
		/*banner*/
#indexbanner{ width:100%; overflow: hidden; position: relative;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 10px; z-index: 999; width: 100%; color: rgba(0,0,0,1);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 2px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 35px; height: 3px; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,1);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}
#indexbanner .bx-controls{display:block;}
#indexbanner img{display:block;max-width:100%;}
.insidebanner{display:none;}
.phoneinsidebanner img{max-width:100%;}

.container{width:96%;margin:auto;}




.tit{width:100%;overflow:hidden;}
.tit .cn{font-size:24px;color:#363636;margin-bottom:17px;}
.tit .cn span{color:#c9c9c9;font-size:15px;font-weight:lighter;}
.tit .line{width:39px;height:7px;background:#d5d5d5;position:relative;border-radius:3px;}
.tit .line:before{content:"";position:absolute;width:32px;height:7px;border-radius:3px;background:#894cb6;top:0px;right:0px;}



#indexproduct{display:none;}
#indexproduct-1{width:100%;overflow:hidden;padding:20px 0px ;}
.product{height:100%;margin:auto;overflow:hidden;}
.product .pro-more{float:right;display:block;margin-top:13px;font-size:14px;color:#999999;}
.product .cpzs{width:100%;margin-top:20px;}
.product .cpzs ul li .pic{width:100%;height:150px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.product .cpzs ul li .pic img{ position: relative;max-width:100%;max-height:100%;margin:auto;}
.product .cpzs ul li .pic .im2{display:none;}
.product .cpzs ul li .tt{margin-top:12px;font-size:20px;color:#333333;text-align:center;}
.product .cpzs ul li .des{width:80%;margin:auto;margin-top:18px;font-size:14px;color:#999999;line-height:21px;text-align:center;height:63px;overflow:hidden;}
.product .cpzs ul li .des *{color:#999999;}
.product .naviga{margin-top:30px;text-align:center;}
.product .swiper-next{display:inline-block;transition:0.3s; background:url(../images/fwright.png)no-repeat center; width:46px;height:46px;}
.product .swiper-prev{display:inline-block;transition:0.3s; background:url(../images/fwleft.png)no-repeat center; width:46px;height:46px;}

.product .swiper-next:hover{background:url(../images/fwri1.png)no-repeat center; }
.product .swiper-prev:hover{ background:url(../images/fwle1.png)no-repeat center;}




#indexabout{width:100%;padding:20px 0px;background:#f6f6f7;}
.about{margin:auto;overflow:hidden;}
.about .tit{}
.about .left{width:100%;padding:10px 0px;}
.about .con{overflow:hidden;line-height:25px;width:100%;}
.about .more2{width:130px;height:40px;line-height:40px;background:#662d91;text-align:center;overflow:hidden;color:#fff;display:block;margin-top:26px;position:relative;z-index:5;border-radius:20px;}
.about .more2:before{content:"";width:122px;height:40px;position:absolute;top:0;right:0;background:#363636;z-index:-1;border-radius:20px;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;}
.about .more2:hover:before{width:0px;}
.about .right{width:100%;max-width:100%;}
.about .right img{max-width:100%;}
.about .more{display:none;}

 

#indexslth{width:100%;padding:0px 0px 15px;background:#f6f6f7;}
.indexslth{height:100%;margin:auto;overflow:hidden;}
.indexslth .pro-more{float:right;display:block;margin-top:13px;font-size:14px;color:#999999;}
.indexslth .pro-more:hover{color:#894cb6;}
.indexslth .cpzs{width:100%;margin-top:20px;}
.indexslth .cpzs li{width:49%;margin-right:2%;float:left;margin-bottom:10px;}
.indexslth .cpzs li .pic{overflow:hidden;height:116px;}
.indexslth .cpzs li .pic img{transition:0.3s;max-width:100%;}
.indexslth .cpzs li:nth-child(2n){margin-right:0px;} 
.indexslth .cpzs li .tt{text-align:center;margin-top:10px;font-size:14px;color:#232323;font-weight:lighter;}

	


#indexcase{width:100%;overflow:hidden;background:#f6f6f7;padding:20px 0px;}
.case{height:100%;margin:auto;overflow:hidden;}
.case .caseleft{width:100%;padding:20px 0px;float:left;border-radius:10px;}
.case .caseleft .cn{}
.case .caseleft .line{}
.case .caseleft .naviga{}
.case .caseleft .swiper-next{display:inline-block;transition:0.3s; background:url(../images/fwright.png)no-repeat center; width:46px;height:46px;}
.case .caseleft .swiper-prev{display:inline-block;transition:0.3s; background:url(../images/fwleft.png)no-repeat center; width:46px;height:46px;}
.case .caseleft .swiper-next:hover{background:url(../images/fwri1.png)no-repeat center; }
.case .caseleft .swiper-prev:hover{ background:url(../images/fwle1.png)no-repeat center;}
.case .caseleft ul li{width:100%;overflow:hidden;}
.case .caseleft ul .tt{font-size:18px;color:#fff;margin-top:20px;margin-left:20px;}
.case .caseleft ul .des{line-height:24px;color:#fff;margin-top:14px;margin-bottom:24px;margin-left:20px;}
.case .caseright{width:100%;float:right;}  
.case .caseleft .swiper2{display:none;}
.case .caseright .tab{width:100%;height:50px;overflow:hidden;border-bottom:1px solid #d4d4d4;}
.case .caseright .tab ul{float:left;}
.case .caseright .tab ul li{float:left;height:50px;line-height:50px;margin-right:10px;}
.case .caseright .tab ul li a{width:100%;height:100%;display:block;font-size:13px;}

.case .caseright .cpzs{width:100%;}
.case .caseright .cpzs ul{display:none;}
.case .caseright .cpzs ul:first-child{display:block;}
.case .caseright .cpzs ul li{width:49%;height:155px;float:left;margin-right:2%;margin-top:15px;}
.case .caseright .cpzs ul li:nth-child(2n){margin-right:0px;}
.case .caseright .cpzs ul li .pic{width:100%;height:125px;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.case .caseright .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.case .caseright .cpzs ul li .tt{line-height:30px;height:30px;overflow:hidden;background:#e1e1e1;text-align:center;color:#666;font-size:13px;}





#indexnews{width:100%;padding:25px 0px;overflow:hidden;}
.news{margin:auto;}
.news .tit{}
.news .tit .news-li{margin-top:10px;}
.news .tit .news-li ul li{float:left;margin-right:30px;}
.news .tit .news-li ul li a{color:#999;font-size:16px;}
.news .tit .news-li ul li a:hover{color:#894cb6;}
.news .con{margin-top:10px;}
.news .newsleft{width:100%;overflow:hidden;}
.news .newsleft .pic{overflow:hidden;width:35%;float:left;}
.news .newsleft .pic img{transition:0.3s;max-width:100%;}
.news .newsleft .details{width:60%;float:right;}
.news .newsleft .date{font-size:13px;color:#535353;display:block;margin-top:5px;}
.news .newsleft .date span{font-size:13px;font-weight:lighter;color:#535353;}
.news .newsleft .tt{font-size:14px;margin-top:5px;margin-bottom:8px;color:#333333;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .newsleft .des{float:right;width:60%;color:#999;line-height:24px;font-size:13px;height:48px;overflow:hidden; 
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient:vertical;
            -webkit-line-clamp:2;}

.news .newsleft a{width:100%;}
.news .newsright{width:100%;float:right;}
.news .newsright ul{overflow:hidden;}
.news .newsright ul li{width:100%;overflow:hidden;position:relative;border-bottom:1px solid #e0e0e0;padding:10px 0px;}
.news .newsright ul li:before{content:""; position:absolute;left:0px;bottom:0px;width:0px;height:1px;background:#894cb6;transition:0.3s;}
.news .newsright ul li a{width:100%;display:block;}
.news .newsright ul li .details{width:100%;overflow:hidden;margin-bottom:10px;}
.news .newsright ul li .tt{font-size:18px;line-height:30px;color:#333333;float:left;width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .newsright ul li .date{font-size:20px;line-height:30px;color:#535353;float:right;}
.news .newsright ul li .date span{font-size:16px;font-weight:lighter;color:#535353;}
.news .newsright ul li .des{color:#999;line-height:24px;font-size:13px;height:48px;overflow:hidden; width: 100%;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient:vertical;
            -webkit-line-clamp:2;}


#indexpartner-1{width:100%;overflow:hidden;padding-bottom:10px;}
#indexpartner{display:none;}
.partner .con{width:100%;margin-top:18px;}
.partner .con img{max-width:100%;max-height:60px;}

#ne_nav{width:100%;padding:15px 0px 15px;}
#ne_nav p.cn{color:#333333;font-size:20px;line-height:25px;text-align:center;}
#ne_nav p.en{color:#999999;font-size:16px;font-weight:lighter;line-height:20px;text-align:center;text-transform:uppercase;}




.abouttit{width:100%;text-align:center;}
.abouttit p{font-size:20px;font-weight:lighter;color:#333;margin-bottom:13px;text-transform:uppercase;}
.abouttit span{font-size:14px;color:#999;font-weight:lighter;text-transform:uppercase;}


#indexachievement{width:100%;overflow:hidden;}
.achievement{margin:auto;background:#f5f5f5;padding:30px 0px 0px;}
.achievement ul li{width:50%;float:left;position:relative;margin-bottom:30px;}
.achievement ul li .tt{font-size:24px;text-align:center;}
.achievement ul li .tt span{font-size:13px;vertical-align:top;}
.achievement ul li .des{font-size:14px;line-height:20px;text-align:center;}
.achievement ul li:hover .tt{color:#6e4091;}
.achievement ul li:hover .des{color:#6e4091;}
.achievement ul li:hover p{color:#6e4091;} 


#page1{padding:20px 0px;}
#page1 .left{float:left;width:100%;}
#page1 .left .tt{font-size:20px;font-weight:lighter;color:#000;}
#page1 .left .des{font-size:14px;font-weight:lighter;color:#999;margin-top:10px;}
#page1 .left .con{line-height:25px;margin-top:20px;}
#page1 .right{float:right;width:100%;}
#page1 .right img{max-width:100%;}

#page2{width:100%;background:#6e4091;padding:27px 0px 20px;}
#page2 .abouttit{width:100%;text-align:center;margin-bottom:35px;}
#page2 .abouttit p{font-weight:lighter;color:#ffffff;margin-bottom:13px;text-transform:uppercase;}
#page2 .abouttit span{color:#ffffff;font-weight:lighter;text-transform:uppercase;}
#page2 img{display:block;margin:auto;}


#page3-1{padding:25px 0px;overflow:hidden;}
#page3-1 .abouttit{margin-bottom:35px;}
#page3-1 .swiper-next:focus{outline:none;}
#page3-1 .swiper-prev:focus{outline:none;}


#page3-1 .swiper-slide .pic{height:160px;width:100%;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
#page3-1 .swiper-slide .pic img{display:block;margin:auto;}
#page3-1 .swiper-slide .line{width:100%;height:3px;background:#f5f5f5;position:absolute;top:170px;}
#page3-1 .swiper-slide .copy{width:13px;height:12px;display:block;}
/* .swiper-slide{height:160px;text-align:center;} */
#page3-1 .swiper-slide .tt{font-size:22px;font-weight:bold;color:#8f4bc2;text-align:center;width:100%;}
#page3-1 .swiper-slide .des{font-size:13px;font-weight:lighter;color:#999;line-height:25px;text-align:center;width:100%;}
#page3-1 .con li:nth-child(odd) .pic{position:absolute;bottom:0px;left:50%;transform:translateX(-50%);}
#page3-1 .con li:nth-child(odd) .tt{position:absolute;bottom:200px;left:0px}
#page3-1 .con li:nth-child(odd) .des{position:absolute;bottom:230px;left:0px;}
#page3-1 .con li:nth-child(odd) .copy{position:absolute;bottom:173px;z-index:100;left:50%;width:13px;height:12px;background:url(../images/copy-top.png)no-repeat center;background-size:cover;}
#page3-1 .con li:nth-child(even) .pic{position:absolute;top:0px;left:50%;transform:translateX(-50%);}
#page3-1 .con li:nth-child(even) .tt{position:absolute;top:200px;left:0px;}
#page3-1 .con li:nth-child(even) .des{position:absolute;top:230px;left:0px;}
#page3-1 .con li:nth-child(even) .copy{position:absolute;bottom:173px;z-index:100;left:50%;width:13px;height:12px;background:url(../images/copy-bottom.png)no-repeat center;background-size:cover;}
#page3-1 .con li:hover .des{color:#8f4bc2;}
#page3{display:none;}
#page4{width:100%;background:#6e4091;padding:27px 0px 20px;}
#page4 .abouttit{width:100%;text-align:center;margin-bottom:35px;}
#page4 .abouttit p{font-weight:lighter;color:#ffffff;margin-bottom:13px;text-transform:uppercase;}
#page4 .abouttit span{color:#ffffff;font-weight:lighter;text-transform:uppercase;}
#page4 img{display:block;margin:auto;}

#page5{padding:20px 0px;}
#page5 .abouttit{margin-bottom:30px;}
#page5 ul li{margin-right:20px;}
#page5 ul li .pic{height:180px;}
#page5 ul li img{max-height:180px;}  
#page5 ul li .tt{text-align:center;line-height:30px;}


#page6{padding:20px 0px;background:#f5f5f5;}
#page6 .abouttit{margin-bottom:30px;}
#page6 ul li{margin-right:20px;}
#page6 ul li .pic{height:180px;}
#page6 ul li img{max-height:180px;}  
#page6 ul li .tt{text-align:center;line-height:30px;}

#page7{padding:20px 0px;}
#page7 .abouttit{margin-bottom:30px;}
#page7 ul li{margin-right:39px;}
#page7 ul li .pic{height:200px;background:#f5f5f5;}
#page7 ul li img{max-height:200px;}  






.col{line-height:220%;padding-bottom:.5rem;min-height:5rem;}
.col h2{text-align:center;font-weight:normal;color:#000;font-size:.42rem;margin-top:.4rem;margin-bottom:.4rem;}
.col h3{text-align:center;font-weight:normal;font-size:.32rem;}
.col *{max-width:100%;}




.service{min-height:10rem;padding-bottom:.8rem;}
.service .detail{margin-top:.6rem;width:100%;}
.service .detail .mt{color:#1c5a99;font-size:.47rem;font-weight:bold;padding-left:8px;position:relative;}
.service .detail .mt:before{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#1c5a99;left:0;top:8px;}
.service .detail .mc{width:100%;background:#1c5a99;margin-top:.4rem;padding:.5rem 0;}
.service .detail .mc p{position:relative;padding-left:1rem;margin-bottom:.3rem;color:#fff;font-size:.38rem;}


  




.pxxm{margin:auto;min-height:5rem;}
.pxxm ul{width:100%;overflow:hidden;}
.pxxm ul li{float:left;width:49%;margin-right:1%;margin-bottom:.2rem;}
.pxxm ul li:nth-child(2n){margin-right:0px;}
.pxxm ul li .pic{width:100%;height:3rem;background:#ffffff;}
.pxxm ul li .pic img{width:100%;height:3rem;}
.pxxm ul li p{width:100%;height:1rem;line-height:1rem;overflow:hidden;text-align:center;color:#333;background:#fff;}

.ryzz{margin:auto;min-height:5rem;}
.ryzz ul{width:100%;overflow:hidden;}
.ryzz ul li{float:left;width:49%;margin-right:1%;margin-bottom:.2rem;}
.ryzz ul li:nth-child(2n){margin-right:0px;} 
.ryzz ul li .pic{width:100%;height:3rem;background:#ffffff;}
.ryzz ul li .pic img{width:100%;height:3rem;}
.ryzz ul li p{width:100%;height:1rem;line-height:1rem;overflow:hidden;text-align:center;color:#333;background:#fff;}
.page_qywh{width:100%;background:url(../images/pagebg2.jpg);background-size:cover;padding:25px 0px ;}
.page_qywh img{display:block;margin:10px auto;max-width:90%;}  
.page_qywh_ul{width:100%;overflow:hidden;}
.page_qywh_ul p{width:50%;float:left;}
.page_qywh_p p{color:#fff;overflow:hidden;width:90%;margin:auto;}

.page_zzjg{width:100%;background:#6e4091;padding:30px 0px ;}
.page_zzjg img{display:block;margin:10px auto;max-width:97%;}  




.client_info{min-height:10rem;margin-top:.6rem;margin-bottom:1rem;}
.client_info .detail{margin-bottom:.3rem;}
.client_info .detail .mt{font-size:.45rem;color:#333;position:relative;display:inline-block;}
.client_info .detail .mt:after{content:"";position:absolute;width:100%;border-top:1px solid #cecece;left:0;top:.7rem;}
.client_info .detail .mc{margin-top:.7rem;}
.client_info .detail .mc .list{width:49%;height:4rem;border:1px solid #cecece;float:left;margin-right:2%;margin-bottom:.3rem;}
.client_info .detail .mc .list:nth-child(2n){margin-right:0;}
.client_info .detail .mc .list .img{width:100%;height:2rem;margin-top:.3rem;}
.client_info .detail .mc .list p{text-align:center;padding:0 .1rem;line-height:.6rem;height:1.2rem;overflow:hidden;margin-top:.2rem;}


.fwfw{width:100%;min-height:350px;margin-bottom:50px;}
.fwfw ul li{width:100%;float:left;background:#f5f5f5;border-radius:10px;height:180px;margin-bottom:26px;}
.fwfw ul li .details{width:100%;height:100%;border-radius:10px;overflow:hidden;transition:0.3s;}

.fwfw ul li .pic{width:38.5%;float:left;height:180px;overflow:hidden;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.fwfw ul li .pic img{display:block;margin:auto;max-width:80%;;}
.fwfw ul li .con{width:60%;height:100%;float:left;position:relative;}
.fwfw ul li .con .conn{position:absolute;left:0px;top:50%;transform:translateY(-50%);}
.fwfw ul li .con .conn .tt{font-size:20px;color:#333333;}
.fwfw ul li .con .conn .des{line-height:20px;color:#999999;margin-top:15px;}

.fwfw ul li .details2{position:fixed;z-index:1000;top:0px;left:0px;width:100%;height:100%;}
.fwfw ul li .details2 .details2-bg{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;background:rgba(0,0,0,0.8);}
.fwfw ul li .details2 .content{width:80%;height:80%;position:absolute;z-index:100;left:50%;top:50%;background:#ffffff;transform:translate(-50%,-50%);border-radius:15px;}
.fwfw ul li .details2 .content .detai-tt{width:90%;margin:auto;padding-top:60px;padding-bottom:15px;font-size:30px;color:#000000;line-height:45px;position:relative;}
.fwfw ul li .details2 .content .detai-tt:before{content:"";width:60px;height:3px;position:absolute;left:0px;bottom:0px;background:#8241b3;}
.fwfw ul li .details2 .content .detai-con{width:85%;height:70%;margin:auto;margin-top:20px;line-height:30px;overflow:auto;}
.fwfw ul li .details2 .content .detai-con img{max-width:100%;}

.fwfw ul li .details2 .content .details2-qx{position:absolute;top:10px;right:10px;z-index:100;}




.xwzx{width:100%;min-height:300px;margin:auto;margin-bottom:20px;margin-top:20px;overflow:hidden;}
.xwzx ul li{width:100%;height:120px;overflow:hidden;margin-bottom:15px;position:relative;border-bottom:1px solid #e7e7e7;}
.xwzx ul li a{width:100%;height:120px;display:block;position:relative;z-index:1;}
.xwzx ul li .pic{float:left;width:35%;height:100px;display:flex;align-items:center;background:#f7f7f7;}
.xwzx ul li .pic img{max-width:100%;max-height:100%;display:block;}
.xwzx ul li .con{float:right;width:62%;}
.xwzx ul li .con .tt{color:#333;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;margin-top:5px;overflow:hidden;}
.xwzx ul li .con .date{font-size:13px;color:#999;display:block; margin-top:8px;}
.xwzx ul li .con .des{margin-top:8px;font-size:13px;display:block; color:#999;line-height:24px;height:50px;overflow:hidden;}


.fzlc{width:100%;min-height:300px;margin:auto;margin-bottom:20px;overflow:hidden;}
.fzlc ul li{width:100%;overflow:hidden;padding:10px 0px;position:relative;border-bottom:1px solid #e7e7e7;}
.fzlc ul li:first-child{border-top:1px solid #e7e7e7;}
.fzlc ul li a{width:100%;display:block;position:relative;z-index:1;}
.fzlc ul li .pic{display:none;}
.fzlc ul li .con{width:100%;}
.fzlc ul li .con .tt{color:#333;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;margin-top:5px;overflow:hidden;}
.fzlc ul li .con .date{display:none;}
.fzlc ul li .con .des{margin-top:8px;font-size:13px;display:block; color:#999;line-height:24px;overflow:hidden;}




.rczp{width:100%;min-height:450px;overflow:hidden;padding:0px 0px 20px;}
.rczp-th{width:100%;overflow:hidden;background:#ebebeb;line-height:45px;border-bottom:1px solid #ffffff;}
.rczp-th ul{width:100%;}
.rczp-th ul li{font-size:15px; font-weight:bold;color:#333;}
.rczp .details{border-bottom:1px solid #ffffff;}
.rczp ul li:nth-child(6n+1){width:20%;float:left;text-align:center;}
.rczp ul li:nth-child(6n+2){width:40%;float:left;text-align:center;}
.rczp ul li:nth-child(6n+3){width:20%;float:left;text-align:center;}
.rczp ul li:nth-child(6n+4){display:none;width:10%;float:left;text-align:center;}
.rczp ul li:nth-child(6n+5){display:none;width:15%;float:left;text-align:center;}
.rczp ul li:nth-child(6n+6){width:20%;float:left;text-align:center;}
.rczp-td{width:100%;overflow:hidden;background:#f5f5f5;border-bottom:1px solid #ffffff;}
.rczp-td ul li{font-size:13px;color:#333;line-height:20px;}
.rczp-td ul li:last-child{background:url(../images/shenqing00.png)no-repeat 0px center;color:#73389f;font-size:13px;}

.item-hd{width:100%;overflow:hidden;padding:8px 0px;}
.item-bd{background:#fff;padding:13px 6px;line-height:30px;margin:auto;}

.rczp-gwzz{font-size:15px;color:#333;margin-top:15px;}


.zbzx{width:100%;min-height:10rem;margin-bottom:1rem;margin-top:.3rem;overflow:hidden;}
.zbzx ul li{width:100%;height:1.2rem;line-height:1.2rem;border-bottom:1px dashed #dfdfdf;}
.zbzx ul li a{width:100%;height:100%;display:block;}
.zbzx ul li .tt{float:left;width:70%;font-size:.35rem;}
.zbzx ul li .date{float:right;color:#999;font-size:.35rem;}


.lxwm-lxfs{width:100%;}
.lxwm-lxfs ul li{height:60px;margin-bottom:12px;width:100%;background:#f5f5f5;}
.lxwm-lxfs ul li .pic{float:left;height:100%;width:20%;
	overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.lxwm-lxfs ul li .pic img{max-width:40%;display:block;margin:auto;}
.lxwm-lxfs ul li .conn{font-size:20px;font-weight:lighter;color:#000;width:80%;float:left;}
.lxwm-lxfs ul li .conn .tt{width:20%;font-size:14px;font-weight:lighter;color:#000;float:left;line-height:60px;}
.lxwm-lxfs ul li .conn .des{width:80%;font-size:13px;font-weight:lighter;color:#000;float:left;line-height:60px;}
.lxwm-lxfs ul li:nth-child(5n+4){height:100px;margin-bottom:12px;width:100%;background:#f5f5f5;}
.lxwm-lxfs ul li:nth-child(5n+4) .conn .tt{font-size:14px;font-weight:lighter;color:#000;float:left;line-height:25px;margin-top:25px;}
.lxwm-lxfs ul li:nth-child(5n+4) .conn .des{font-size:12px;font-weight:lighter;color:#000;float:left;line-height:25px;margin-top:25px;}
.lxwm-lxfs ul li:nth-child(5n+5){height:100px;}
.lxwm-lxfs ul li:nth-child(5n+5) .conn .tt{float:left;width:35%;line-height:100px;}
.lxwm-lxfs ul li:nth-child(5n+5) .conn .des{width:65%;margin-top:10px;}
.lxwm-lxfs ul li:nth-child(5n+5) .conn .des img{max-height:80px;}


.lxfs-pc{display:none;}


input[type="text"],input[type="submit"],input[type="reset"]{
    -webkit-appearance: none;
}






.orientation{margin-top:20px;}






#footer{width:100%;}
.footer_top{background:#f5f5f5;}
.footer_nav{line-height:35px;border-bottom:1px solid #e5e5e5;padding:15px 0px;}
.footer_nav ul li{float:left;width:25%;text-align:center;}
.footer_nav ul li .title a{color:#838383;font-size:14px;}
.footer_top .address{height:260px;} 
.footer_top .address .address-1{width:100%;}  
.footer_top .address .address-1 img{max-width:100%;display:block;margin:auto;margin-top:20px;}
.footer_top .address .address-1 p{color:#838383;font-size:20px;margin-top:8px;letter-spacing:2px; font-weight:lighter;text-align:center;line-height:35px;border-top:1px solid #c5c5c5;}

.footer_top .address .address-2{float:left;width:75%;}
.footer_top .address .address-2 img{margin-top:20px;max-width:80%;}
.footer_top .address .address-2 .footer-lxfs-tt{display:none;}
.footer_top .address .address-2 .footer-lxfs{margin-left:0px;margin-top:15px;font-weight:lighter;font-size:12px;line-height:25px;}
.footer_top .address .address-3{float:right;width:25%;}
.footer_top .address .address-3 img{margin-top:10px;max-width:85%}
.footer_top .address .address-3 p{text-align:center;line-height:35px;}
.footer_bottom1{line-height:20px;padding:5px 0px;font-size:12px;color:#999999;background:fff;text-align:center;}
.footer_bottom{display:none;}

#sidenav{width:100%;background:#f5f5f5;}
#sidenav ul{text-align:center}
#sidenav ul li{width:25%;float:left;line-height:35px;font-size:14px;}
#sidenav ul li a{font-size:14px;}
#sidenav ul li a.cur{color:#894cb6;}


#sidenav1{width:100%;background:#f5f5f5;}
#sidenav1 ul{text-align:center}
#sidenav1 ul li{width: 47%;
float: left;
line-height: 35px;
font-size: 14px;
border: 1px solid #999;
margin-right: 2%;
margin-top: 5px;
margin-bottom:5px;}
#sidenav1 ul li a{font-size:14px;}
#sidenav1 ul li a.cur{color:#894cb6;}

.sidenav2{width:100%;background:#f5f5f5;}
.sidenav2 ul{text-align:center}
.sidenav2 ul li{width:25%;float:left;line-height:35px;font-size:14px;}
.sidenav2 ul li a{font-size:14px;}
.sidenav2 ul li a.cur{color:#894cb6;}


.mypage{
    text-align: center;
    margin:auto;
	margin-top:15px;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #557bda;
	border: 1px solid #557bda;
	padding: 4px 8px;
	margin: 5px;
	font-size:12px;
}		
.mypage	span.current,.mypage a.current{
	background: #557bda;
	color: #fff;
}




