
/*------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);
    background: #fbfcff;
}
.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;
    background:#3892f0;
    /*background:url(../images/header_bg.jpg)no-repeat center;background-size:cover;*/
}
#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: #fff;
    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 img{display:block;}

body{background:#fbfcff;}

a{text-decoration:none;}

.content{
    width:94%;
    max-width:1300px;
    margin:0 auto;
    clear:both;
    background:#ffffff;
}
.footer_content{
    width:94%;
    max-width:1300px;
    margin:0 auto;
    clear:both;
}
/*container*/
.container{
    width:94%;
    max-width:1214px;
    margin:0 auto;
    clear:both;

}




.tit{width:100%;text-align:center;overflow:hidden;border-bottom:1px solid #e3e3e3;}
.tit .cn{font-size:22px;color:#2070dd;float:left;font-weight:bold;line-height:30px;padding-bottom:14px;position:relative;}
.tit .cn:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:#2070dd;}
.tit .more{float:right;color:rgba(255,255,255,1);font-size:14px;width:80px;height:37px;text-align:center;display:block;border-radius:18px;overflow:hidden;line-height:37px;background:#2070dd;}



#indexnews{width:100%;overflow:hidden;margin-top:20px;}
.news{margin:auto;padding:20px 0px;}
.news .con{margin-top:25px;}
.news .con .left{width:100%;float:left;overflow: hidden; position: relative;font-size:0;}
.news .con .left .pic img{width: 100%;}
.news .con .left .details{position:absolute;bottom:0;left:0;width:100%;height:60px;background:rgba(0,0,0,0.6);}
.news .con .left .details .tt{width:70%;margin-left:5%;line-height:60px;font-size:16px;color:#ffffff;}
.news .con .left .swiper-pagination{position: absolute;left:75%; width: 25%;bottom: 23px;text-align: center;}
.news .con .left .swiper-pagination-bullet{opacity:1;display:inline-block;width: 8px; height: 8px; border-radius:4px;overflow: hidden; line-height: 50px; background-color: #ffffff;}
.news .con .left .swiper-pagination-bullet-active{background-color: #ffc659;}

.news .con .right{width:100%;float:right;}
.news .con .right .news_cat{width: 100%;overflow: hidden;height: 60px;margin-bottom: 10px;}
.news .con .right .news_cat a{width: 25%;font-size:18px;color:#333333;float: left;text-align: center;line-height: 60px;}
.news .con .right .news_cat a.cur{font-size:20px;color:#333333;font-weight:bold;background: url("../images/acur.png")no-repeat bottom center;}
.news .con .right .news_con ul{overflow:hidden;display:none;}
.news .con .right .news_con ul:first-child{display:block;}
.news .con .right ul li{width:100%;overflow:hidden;margin-bottom:13px;}
.news .con .right ul li a{width: 100%;overflow: hidden;display: block;}
.news .con .right ul li .tt{font-size:15px;position:relative;padding-left:20px;width:70%;line-height:35px;float:left;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news .con .right ul li .tt::after{content:""; position:absolute;left:0px;top:14px;width:10px;height:10px;background:#e8edef;}
.news .con .right ul li .des{display:none;height:60px;font-size:15px;color:#909090;width:100%;float:left;line-height:30px;overflow:hidden;}
.news .con .right ul li .date{font-size:14px;width:calc(30% - 20px);float:right;color:#c7c7c7;text-align:right;line-height:35px;}
.news .con .right ul li:first-child{border-bottom:1px solid #ebebeb;}
.news .con .right ul li:first-child .tt{width:calc(100% - 20px);}
.news .con .right ul li:first-child .des{width:calc(100% - 20px);padding-left: 20px;overflow: hidden;display:block;}
.news .con .right ul li:first-child .date{width:calc(100% - 20px);padding-left: 20px;text-align: left;}
.news .con .right ul li:hover .tt{color:#3590ed;}
.news .con .right ul li:hover .tt::after{background:#3590ed;}
.news .con .right ul li:hover img{transform:scale(1.1,1.1);}


.indexfa{padding:15px 0px;}
.notice{width:100%;overflow:hidden;padding:10px 0;}
.notice .con ul{overflow:hidden;}
.notice .con ul li{width:100%;overflow:hidden;padding:5px 0px;line-height:35px;}
.notice .con ul li .tt{font-size:15px;position:relative;width:70%;float:left;padding-left:18px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.notice .con ul li .tt::after{content:""; position:absolute;left:0px;top:13px;width:10px;height:10px;background:#e8edef;}
.notice .con ul li .date{font-size:14px;width:calc(30% - 20px);float:right;color:#c7c7c7;text-align:right}
.notice .con ul li:hover .tt{color:#3590ed;}
.notice .con ul li:hover .tt::after{background:#3590ed;}

.indexad{overflow:hidden;}
.indexad ul li{float:left;width:48%;height:120px;margin-right:2%;position:relative;}
.indexad ul li:last-child{margin-right:0;}
.indexad ul li img{max-width:100%;}
.indexad ul li .cn{position:absolute;left:15px;top:45px;color:#ffffff;font-size:24px;font-weight:bold;}
.indexad ul li .en{position:absolute;left:15px;top:75px;color:rgba(255,255,255,0.3);font-size:14px;text-transform:uppercase;}



#indexabout{width:100%;padding:30px 0px;}
.aboutfa{padding:100px 0px;}
.about{margin:auto;overflow:hidden;}
.about .tit{text-align:left;margin-bottom:40px;}
.about .con{width:100%;max-width:1060px;background:#ffffff;border-radius:15px;padding:90px 0px 60px;}
.about .con .left{padding-left:86px;}
.about .con .left .details{line-height:2;max-width:820px;font-family: SimHei;color:#393939;font-weight:bold;}
.about .more{width:172px;height:54px;line-height:54px;background:#e33f3f;border-radius:28px;font-size:18px;text-align:center;color:#ffffff;display:block;margin-top:40px;position:relative;z-index:5;}
.about .more:before{content:"";width:0;height:54px;position:absolute;top:0;left:0;background:rgba(255,255,255,0.8);z-index:-1;
	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 .more:hover:before{width:100%;}

.banner-rj img{max-width:100%;}



#indexproduct{width:100%;overflow:hidden;margin:10px auto;}
.product{height:100%;margin:auto;overflow:hidden;padding:20px 0px;}
.product .cpzs{width:100%;margin-top:20px;height: 466px;overflow:hidden; }
.product .cpzs ul li{width:calc(50% - 10px);margin-right:10px;float:left;}
.product .cpzs ul li .pic{width:calc(100% - 18px);display:block;overflow:hidden;border-radius:2px;padding:9px; background:#f4f5f9;}
.product .cpzs ul li .pic img{max-width: 100%;max-height:170px;margin:auto;display:block;}
.product .cpzs ul li .tt{line-height:30px;/*width:calc(100% - 18px);padding:0 9px;*/font-size:14px;font-weight:bold;color: #333333;}
.product .cpzs ul li .des{line-height:25px;width:calc(100% - 18px);padding:0 9px;height:25px;font-size:15px;color:#c7c7c7;}


#indexcase{width:100%;overflow:hidden;padding:25px 0px;}
.casetit{width:100%;text-align:center;overflow:hidden;}
.casetit .cn{border-left:6px solid #186fc9;padding-left:25px;font-size:22px;color:#333333;float:left;font-weight:bold;line-height:30px;position:relative;}
.casetit .more{float:right;color:rgba(255,255,255,1);font-size:14px;width:80px;height:37px;text-align:center;display:block;border-radius:18px;overflow:hidden;line-height:37px;background:#186fc9;}

.case{height:100%;margin:auto;overflow:hidden;}
.case .cpzs{width:100%;margin-top:20px;}
.case .cpzs ul li{width:48%;margin-right:2%;float:left;display:flex;margin-bottom: 10px;
	align-items:center;
	display:-webkit-flex;
    -webkit-align-items:center;
	display:-ms-flex;
    -ms-align-items:center;}
.case .cpzs ul li a{text-align:center;width:100%;display:block;}
.case .cpzs ul li img{display:block;margin:auto;max-width: 100%;max-height: 100%;}




/*
#ne_nav{width:100%;height:40px;background:#f5f5f5;line-height:40px;}
#ne_nav p{line-height:40px;padding-left:30px;background:url(../images/home.png) no-repeat left center;}

*/


.inset{/*background:#f4f4f4;width:100%;*/overflow:hidden;margin: 15px auto;}

#ne_nav{padding-top:20px;padding-bottom:15px;border-bottom:1px solid #edf2f6;margin-bottom:5px;}
#ne_nav .catname{border-left:6px solid #3892f0;padding-left:22px; font-size:22px;line-height:1.2;color:#333333;margin-bottom:15px;}
#ne_nav .crumb{font-size:16px;color:#333333;line-height:1;}
#ne_nav .crumb a{color:#333333;}
#ne_nav .crumb span{color:#999999;padding-right:15px;border-right:1px solid #c1cfde;margin-right:15px;}
#sidenav{width:268px;float:left;display: none;}
#sidenav ul{width:100%;}
#sidenav ul li{line-height:60px;margin-bottom:8px;}
#sidenav ul li a{font-size:20px;position:relative;color:#666666;background:#f7f8fc;display:block;line-height:60px;text-align:center;width:100%;height:100%;}
#sidenav ul li a::after{content:"";position:absolute;left:0;top:0;width:0px;height:3px;background:#3892f0;transition:0.6s;}
#sidenav ul li .cur{color:#3892f0;}
#sidenav ul li .cur::after{width:100%;}
#sidenav ul li:hover a{color:#3892f0;cursor:pointer;}
#sidenav ul li:hover a::after{width:100%;}




/* .col{line-height:220%;margin-top:.5rem;padding-bottom:.5rem;min-height:10rem;} */
/* .col h2{text-align:center;font-weight:normal;color:#000;font-size:.42rem;} */
/* .col h3{text-align:center;font-weight:normal;font-size:.32rem;} */
/* .col *{max-width:100%;} */

.col{background:#ffffff;min-height:450px;line-height:220%;margin-top:10px;margin-bottom:10px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.col img{max-width: 100%;}
.colcon .catname{line-height:40px;font-size:22px;color:#333333;margin-bottom:10px;display: none;}


.newscol{width:100%;background:#ffffff;margin-top:10px;margin-bottom:10px;line-height: 2;}
.newscol .ne_nav{font-size:20px;line-height:50px;color:#000000;font-weight:bold;border-bottom:1px solid #ececec;}
.newscol .tt{font-size:18px;color:#000000;text-align:center;margin-bottom:10px;line-height:1.5;}
.newscol .subtt{font-size:30px;color:#000000;text-align:center;line-height:2;margin-bottom:10px;}
.newscol .time{font-size:14px;color:#666666;text-align:center;margin-top:10px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #ececec;}
.newscol .con{padding:20px 0px;text-align: justify;}
.newscol img{max-width: 100%;}


.newscol1{width:100%;background:#ffffff;margin-top:10px;margin-bottom:10px;line-height: 2;}
.newscol1 .ne_nav{font-size:20px;line-height:50px;color:#000000;font-weight:bold;border-bottom:1px solid #ececec;}
.newscol1 .tt{font-size:18px;color:#000000;text-align:center;margin-top:25px;margin-bottom:10px;line-height:1.5;}
.newscol1 .subtt{font-size:30px;color:#000000;text-align:center;line-height:1;margin-bottom:10px;}
.newscol1 .time{font-size:14px;color:#666666;text-align:center;margin-top:10px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #ececec;}
.newscol1 .con{padding:20px 0px;text-align: justify;}
.newscol1 img{max-width: 100%;}



.albums{max-width:800px;margin:auto;}
.albums li{width:24%;float:left;margin-right:1.33%}
.albums li:nth-child(4n){margin-right:0;}
.albums img{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:10rem;margin-top:.6rem;margin-bottom:1rem;}
.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%;border:1px solid #dcdcdc;}
.pxxm ul li .pic img{max-width:100%;}
.pxxm ul li p{width:100%;height:1rem;overflow:hidden;line-height:.5rem;text-align:center;color:#333;background:#fff;}






.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;}





/*
.xwzx{width:100%;min-height:10rem;margin-bottom:1rem;margin-top:.6rem;}
.xwzx ul{min-height:6rem;margin-top:.6rem;}
.xwzx ul li{width:100%;margin-bottom:.5rem;box-shadow:0 0 3px 2px rgba(204,204,204,.3);}
.xwzx ul li a{height:100%;padding:.4rem .3rem;background:#fff;display:block;overflow:hidden;}
.xwzx ul li .pic{width:100%;}
.xwzx ul li .pic img{width:100%;}
.xwzx ul li .tt{font-size:.4rem;color:#333;margin-top:.4rem}
.xwzx ul li .des{height:1.2rem;line-height:.6rem;overflow:hidden;margin-bottom:.2rem;margin-top:.1rem;font-size:.32rem;color:#999;}
.xwzx ul li .date{margin-top:.2rem;background:url(../../images/time.png) no-repeat left center;font-size:.32rem;color:#999;}

*/



.xwlb{min-height:350px;font-size:0;margin-bottom:10px;}
.xwlb ul li{width:100%;background:#ffffff;overflow:hidden;transition:0.3s;position:relative;}
.xwlb ul li a{padding:15px 0px;display:block;overflow:hidden;border-bottom:1px dashed #dcdcdc;}
.xwlb ul li .tt{font-size:16px;color:#333333;width:calc(100% - 30px);float:left;line-height:25px;padding-left:30px;margin-bottom:10px;position:relative;overflow:hidden;}
.xwlb ul li .tt::after{content:""; position:absolute;left:0px;top:9px;width:10px;height:10px;background:#e8edef;}
.xwlb ul li .date{line-height:25px;font-size:16px;color:#666666;width:calc(100% - 30px);float:left;padding-left:30px;}
.xwlb ul li:hover .tt{color:#3892f0;}
.xwlb ul li:hover .tt::after{background:#3892f0;}
.xwlb ul li:hover .date{color:#3892f0;}


.zsk{min-height:350px;font-size:0;margin-bottom:10px;}
.zsk ul li{width:100%;background:#ffffff;overflow:hidden;transition:0.3s;position:relative;}
.zsk ul li a{padding:15px 0px;display:block;overflow:hidden;border-bottom:1px dashed #dcdcdc;}
.zsk ul li .tt{font-size:16px;color:#333333;width:calc(100% - 30px);float:left;line-height:25px;padding-left:30px;margin-bottom:10px;position:relative;overflow:hidden;}
.zsk ul li .tt::after{content:""; position:absolute;left:0px;top:9px;width:10px;height:10px;background:#e8edef;}
.zsk ul li .date{line-height:25px;font-size:16px;color:#666666;width:calc(100% - 30px);float:left;padding-left:30px;}
.zsk ul li:hover .tt{color:#3892f0;}
.zsk ul li:hover .tt::after{background:#3892f0;}
.zsk ul li:hover .date{color:#3892f0;}



.xhhk{width:100%;margin-bottom:75px;}
.xhhk ul li{width:calc(50% - 10px);margin-right:10px; float:left;}
.xhhk ul li .pic{width:calc(100% - 18px);display:block;overflow:hidden;border-radius:2px;padding:9px; background:#f4f5f9;}
.xhhk ul li .pic img{width:100%;max-height:100%;margin:auto;display:block;}
.xhhk ul li .tt{line-height:30px;/*width:calc(100% - 18px);padding:0 9px;*/font-size:14px;font-weight:bold;color: #333333;}
.xhhk ul li .date{line-height:25px;width:calc(100% - 18px);padding:0 9px;height:25px;font-size:15px;color:#c7c7c7;}




.xwzx{min-height:350px;background:#ffffff;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;overflow:hidden;transition:0.3s;border-bottom:1px dashed #e6e6e6;position:relative;}
.xwzx ul li a{padding:12px 0px;display:block;margin:auto;height:90px;}
.xwzx ul li .pic{float:left;width:110px;background:#f5f5f5;height:90px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.xwzx ul li .pic img{max-width:100%;max-height:90px;transition:0.6s;}
.xwzx ul li .con{width:calc(100% - 130px);margin-right:10px;float:right;}
.xwzx ul li .con .tt{font-size:15px;color:#000000;margin-top:5px;line-height:25px;height:50px;overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;}
.xwzx ul li .con .des{font-size:15px;display:none;

		}

.xwzx ul li .con .date{line-height:25px;font-size:14px;color:#999999;margin-top:10px;}
.xwzx ul li:hover{background:#f8f8f8;}
.xwzx ul li:hover .tt{color:#185ec5;}
.xwzx ul li:hover .des{color:#185ec5;}
.xwzx ul li:hover .date{color:#185ec5;}
.xwzx ul li:hover .pic img{transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	/* IE 9 */
-moz-transform:scale(1.1,1.1); 	/* Firefox */
-webkit-transform:scale(1.1,1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1,1.1); 	/* Opera */}





.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;}





.contact_info{min-height:10rem;margin-bottom:1rem;}
.contact_info .mt{margin-top:.6rem;padding-bottom:.3rem;border-bottom:1px solid #e1e1e1;overflow:hidden;}
.contact_info .mt .tt{float:left;font-size:.45rem;color:#080808;margin-top:.2rem;}
.contact_info .mt .phone{float:right;}
.contact_info .mt .phone p{margin-bottom:.15rem;text-align:right;}
.contact_info .mt .phone span{font-size:.36rem;color:#1c5a99;}
.contact_info .con{margin-top:.3rem;line-height:220%;}
.contact_info .detail{margin-top:.5rem;}
.contact_info .detail .list{width:100%;padding:.36rem .2rem;padding-top:.5rem;background:#f5f5f5;display:block;margin-bottom:.3rem;overflow:hidden;}
.contact_info .detail .list .tt{padding-bottom:.2rem;padding-left:.5rem;font-size:.38rem;color:#000;font-weight:bold;border-bottom:1px dashed #d5d5d5;}
.contact_info .detail .list .des{font-size:.32rem;line-height:200%;padding-left:.5rem;padding-right:.3rem;margin-top:.2rem;color:#666;}




.office_info{min-height:10rem;margin-bottom:1rem;}
.office_info .mt{margin-top:.6rem;padding-bottom:.3rem;border-bottom:1px solid #e1e1e1;overflow:hidden;}
.office_info .mt .tt{float:left;font-size:.45rem;color:#080808;margin-top:.2rem;}
.office_info .mt .phone{float:right;}
.office_info .mt .phone p{margin-bottom:.15rem;text-align:right;}
.office_info .mt .phone span{font-size:.36rem;color:#1c5a99;}
.office_info .con{margin-top:.4rem;}
.office_info .con .im{width:100%}
.office_info .con .content{line-height:.7rem;margin-top:.3rem;}
.office_info .detail{margin-top:.5rem;}
.office_info .detail .tt{padding-bottom:.3rem;text-transform:uppercase;border-bottom:1px solid #eaeaea;}
.office_info .detail .content{margin-top:.3rem;line-height:.7rem;}





input[type="text"],input[type="submit"],input[type="reset"]{
    -webkit-appearance: none;
}






.orientation{margin-top:20px;margin-bottom:20px;overflow:hidden;width:100%;}
.orientation .previous{margin-bottom:10px;}
.orientation .next{}














#footer{width:100%;padding:20px 0;background:url(../images/footer_bg.jpg)no-repeat center center;background-size:cover;overflow:hidden;}
.footer_tit{width:100%;height:115px;display: none;}
.footer_tit .en{width:100%;font-size:16px;text-transform:uppercase;margin-bottom:10px;}
.footer_tit .cn{width:100%;font-size:30px;color:#333333;margin-bottom:10px;}
.footer_tit .line{width:52px;height:4px;background:#186fc9;}
#footer .footer_left{float:left;width:100%;}
#footer .footer_left ul{width:100%;}
#footer .footer_left ul li{float:left;margin-bottom:15px;width:25%;text-align: center;}
#footer .footer_center{float:left;width:100%;padding-top:15px;border-top:1px dashed #b5bfcf;border-bottom:1px dashed #b5bfcf;}
#footer .footer_qrcode{float:left;}
#footer .footer_qrcode .pic{display:block;font-size:0px;height:120px;max-height:120px;}
#footer .footer_qrcode .pic img{max-height:120px;border:8px solid #bad2ef;}
#footer .footer_qrcode .tt{font-size:15px;font-weight:bold;text-align:center;color:#186fc9;display:block;line-height:42px;}
#footer .footer_lxfs{float:right;width:60%;font-size:16px;color:#666666;}
#footer .footer_lxfs p{line-height: 30px;}
#footer .footer_lxfs .tt{font-size:14px;margin-top:15px;}

#footer .footer_right{float:right;width:100%;margin-top:10px;text-align: center;}
#footer .footer_right p{line-height: 30px;}






.mypage{
    text-align: center;
    width:100%;
    margin-top:20px;
    overflow:hidden;
}
.mypage	span,.mypage a{
    display: inline-block;
    vertical-align: top;
    color:#186fc9;
    font-size: 16px;
    border: 1px solid #186fc9;
    padding: 5px 10px;
    margin: 5px;
}
.mypage	span.current,.mypage a.current{
    background: #186fc9;
    color: #fff;
}






