
/*------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:15px;margin-left:15px;}
#header .search{float:left;margin-left: 25px;margin-top: 15px;}

.maptit{font-size: 26px;margin-bottom:20px;font-weight: bold;color: #333333;}
.sitemap{width: 100%;}
.sitemap li{width: 100%;line-height: 2;}
.sitemap li .btn{font-size: 18px;font-weight: bold;color: #333333;}
.sitemap li .nav_son{width: 100%;}
.sitemap li .nav_son a{margin-right: 20px;color: #333333;font-size: 15px;}
.sitemap li a:hover{color:#005187;}
	
#searchform1{margin-right:5px;width: 100%;height: 42px;border-radius:10px; border:1px solid #1776a9;margin-top: 13px;overflow: hidden;position: relative;}
#searchform1 input{width: 280px;height: 40px;border:none;text-indent: 20px;line-height: 40px;outline:none;}
#searchform1 .searchimg1{position: absolute;right:15px;top: 8px;display: block;z-index: 100;cursor: pointer;}

		/*banner*/
#indexbanner{ width:92%;margin:auto; 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{position: relative;}
.insidebanner .insidecon{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.insidebanner .insidecon .cat{font-size: 24px;color: #ffffff;line-height: 1.2;}
.insidebanner .insidecon .caten{font-size: 16px;color: #ffffff;line-height: 1.2;}

.container{width:92%;margin:auto;}





.tit{width:100%;text-align:center;overflow:hidden;}
.tit .cn{font-size:26px;color:#393939;margin-bottom:8px;}
.tit .line{width:300px;height:1px;background:#e8e8e8;margin:auto;position:relative;margin-top:15px;margin-bottom:15px;}
.tit .line:before{content:"";position:absolute;width:42px;height:3px;background:#393939;left:50%;top:-1px;transform:translateX(-50%); }
.tit .en{color:rgba(57,57,57,0.1);font-size:26px;line-height:30px;text-transform:uppercase;font-weight:bold;}





#indexabout{width:100%; overflow: hidden;padding: 15px 0;}
.about .left{width: 100%; font-size:0; }
.about .left .con{ right: 0;  height: 50%; background: rgba(29,101,171,0.95);}
.about .left img{max-width: 100%;}
.about .left .con .conn{padding: 10px;}
.about .left .con .tt{font-size: 22px;color: #ffffff;line-height: 2;}
.about .left .con .tt2{font-size: 16px;line-height: 30px;color: #ffffff;}
.about .right{width: 100%; margin-top:20px;}
.about .right .cn{margin-bottom: 20px; }
.about .right .details{font-size: 16px;line-height: 2;}
.about .right ul{width: 100%; overflow: hidden;}
.about .right ul li{float: left;width: 20%;max-width: 80px;margin-right: 5%; text-align: center;}
.about .right ul li .pic{width: 80px;height: 80px;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
   	-webkit-align-items:center;
	display:-ms-flex; 
   	-ms-align-items:center;}
.about .right ul li .pic img{display: block;margin: auto;}
.about .right ul li .tt{font-size:16px; color:#296daf;}
.about .more{width:130px;height:40px;line-height:40px;border:1px solid rgba(29,101,171,0.95); overflow:hidden;border-radius:28px;font-size:16px;font-weight:bold;text-align:center;display:block;margin-top:40px;position:relative;z-index:5;}
.about .more:before{content:"";width:0;height:40px;position:absolute;top:0;left:0;background:rgb(29,101,171); 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 a{color:rgb(29,101,171);transition: 0.6s; display: block;width: 100%;height: 100%;}



#indexproduct{width:100%;overflow:hidden;}
.product{height:100%;margin:auto;overflow:hidden;background: #f8f8f8;}
.product .left{width: 100%; position: relative;padding: 25px 0px;}
.product .left .content{width: 92%;margin:auto;max-width: 750px;}
.product .left .tab{max-width: 580px;margin-top:20px;overflow: hidden;}
.product .left .tab ul li{float:left; width:32%; max-width: 150px; line-height:30px;margin-right:2%;text-align: center;}
.product .left .tab ul li .pic{height: 70px;}
.product .left .tab ul li .tt{font-size:14px;color:#646464;font-family: SimHei;}
.product .left .tab ul li:nth-child(3n){margin-right: 0;}
.product .more{width:130px;height:40px;line-height:40px;border:1px solid rgba(29,101,171,0.95);overflow:hidden;border-radius:28px;font-size:16px;font-weight:bold;text-align:center;display:block;margin-top:20px;position:relative;z-index:5;}
.product .more:before{content:"";width:0;height:40px;position:absolute;top:0;left:0;background:rgb(29,101,171); 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;}
.product .more a{color:rgb(29,101,171);transition: 0.6s; display: block;width: 100%;height: 100%;}
.product .more:hover:before{width:100%;}
.product .more:hover a{color:rgb(255,255,255); }

.product .right{width: 100%;height: 400px;display:block; position: relative;}
.product .right .caticon{position:absolute;left:0px;top:0px;height:100%;width:100%;}
.product .right .caticon ul{max-width: 160px;height: 100%;}
.product .right .caticon ul li{height: 25%;background: rgba(22,112,200,0.9);}
.product .right .caticon ul li:nth-child(2n){height: 25%;background: rgba(66,144,219,0.9);}
.product .right .caticon ul li .pic{height: 45px;padding:20px 0px 0px 33px;}
.product .right .caticon ul li .pic img{max-width:28px;max-height:35px;transition:0.6s;}
.product .right .caticon ul li .tt{padding-left:30px;font-size: 16px;color:#ffffff;}
.product .right .caticon ul li:hover .pic img{transform: rotate(360deg);}
.product .right .image ul li{display:none;}
.product .right .image ul li:first-child{display:block;} 




#indexcase{width:100%;overflow:hidden;padding:25px 0px;}
.case{height:100%;margin:auto;overflow:hidden;}
.case .cpzs{width:100%;margin-top:20px;}
.case .cpzs ul li{width:48%;margin-right:2%;margin-bottom:8px;float:left;position: relative;}
.case .cpzs ul li .pic{width:100%;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 .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.case .cpzs ul li .conn{position: absolute;top: 15%;left: 30px;}
.case .cpzs ul li .conn .icon{height: 40px;}
.case .cpzs ul li .conn .icon img{max-height:40px;}
.case .cpzs ul li .tt{text-align:center;line-height:30px;margin-top:12px;font-size:18px;color:#ffffff;}





#indexnews{width:100%;padding:25px 0px;overflow:hidden;}
.news{margin:auto;}
.news .tit ul{margin-top:27px;}
.news .tit ul li{width:25%;float:left;}
.news .tit ul li a{font-size: 16px;line-height:18px;color:#000000;}
.news .con{margin-top:10px;}
.news .con .left{width: 100%;float: left;}
.news .con .left ul{overflow:hidden;}
.news .con .left ul li{width:100%;float:left;padding:10px 0px;border-bottom: 1px solid #cecece;}}
.news .con .left ul li:nth-child(2n){float: right;}
.news .con .left ul li a{display:block;margin:auto;}
.news .con .left ul li .pic{width:100%;overflow:hidden;font-size: 0;}
.news .con .left ul li .pic img{width:100%;transition:0.6s;}
.news .con .left ul li .details{margin:auto;padding:10px 0px;}
.news .con .left ul li .tt{font-size:18px;color:#000000;font-weight:bold;margin-bottom:13px;margin-top:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news .con .left ul li .des{color:#666666;line-height:30px;font-size:16px;height:60px;overflow: hidden;display:none;
		/*text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;*/}
.news .con .left ul li .date{font-size:14px;font-weight:bold;color:#000000;margin-top:15px;margin-bottom:15px;}
.news .con .left ul li .more{color:#666666;font-size:16px;margin-top: 10px;}
.news .con .left ul li:hover .tt{color:#005187;}
.news .con .left ul li:hover img{transform:scale(1.1,1.1);}

.news .con .right{width: 100%;float: right;}
.news .con .right ul{overflow:hidden;}
.news .con .right ul li{width:100%;padding:15px 0px;overflow:hidden;border-bottom: 1px solid #cecece;}
.news .con .right ul li:nth-child(2n){float: right;}
.news .con .right ul li a{display:block;margin:auto;}
.news .con .right ul li .date{width:20%;float:left;margin-bottom:15px;}
.news .con .right ul li .date1{font-size: 36px;color:#005187;}
.news .con .right ul li .date2{font-size: 14px;color:#666666;margin-top:10px;}
.news .con .right ul li .details{width:80%;float:right;}
.news .con .right ul li .tt{font-size:18px;color:#000000;font-weight:bold;margin-bottom:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.news .con .right ul li .des{color:#666666;line-height:30px;font-size:16px;height:60px;overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;}

.news .con .right ul li:hover .tt{color:#005187;}










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






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

.newcol{}
.newscol{overflow:hidden;width:100%;float:left;line-height: 2;}
.newscol img{max-width: 100%;}
.newscol .title{font-size:18px;font-weight: bold;margin-top:.5rem; color:#333333;line-height:1.5;margin-bottom:10px;}
.newscol .data{color:#999999;font-size:14px; margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #dedede;}
.newsright{display: none;}
.jxjdcol{max-width:1000px;margin: auto;}
.jxjdcol img{max-width: 100%;}
.jxjdcol *{color:#000;}

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

.insetpage{padding:30px 0px 0px;width: 100%;overflow: hidden;}
.insetpage .catname{font-size: 30px;color: #000000;margin-bottom: 10px;}

.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:100%;margin-bottom:.2rem;}
.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;margin-top:10px;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;}


.kytd{width:100%;min-height:350px;margin-bottom:50px;}
.kytd .catname{width: 100%;padding: 20px 0px 10px;line-height:2;border-bottom:1px solid #e9e9e9;margin-bottom: 15px;color:#383838;font-size: 16px;}
.kytd ul {overflow: hidden;width: 100%;} 
.kytd ul li{float: left;background: #f8f8f8;width: 48%;margin-right:2%;line-height: 40px;text-align: center;}
.kytd ul li a{font-size: 20px;color:#383838;}




.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 ul{margin:auto;}
.xwlb ul li{border-bottom:1px dashed #dcdcdc; padding:5px 0px; background:#ffffff; transition:0.6s;margin-bottom:10px;overflow:hidden;}
.xwlb ul li a{margin:auto;display:block;overflow: hidden;position:relative;}
.xwlb ul li .tt{width:100%;transition:0.6s;font-size:16px;line-height:30px;color:#333333;overflow:hidden;}
.xwlb ul li .date{width:100%;text-align:left;transition:0.6s;font-size:14px;line-height:30px;color:#333333;}


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








#footer{width:100%;background:#005187;}
#footer .footer_center{border-bottom:1px solid #0062a3;width: 100%;padding:20px 0;overflow: hidden;}
#footer .footer_logo{float: left;width: 100%;margin-bottom:20px;}
#footer .footer_link{}
#footer .footer_link .tt{float: left;height: 50px;line-height: 50px;font-size: 15px;color:#5ca2d1;}
#footer .footer_link select{width: 240px;height: 50px;line-height: 50px;background: #0f67a1;border:none;border-radius:6px;text-indent:10px;font-size:15px;color:#ffffff;}
#footer .footer_link option{color:#ffffff;font-size: 16px;background: #ffffff;height: 50px;line-height: 50px;}
#footer .footer_lxfs{width: 100%; line-height:2;margin-top: 25px;overflow: hidden;}
#footer .footer_lxfs .tt{font-size:14px;color:#5ca2d1;float: left;}
#footer .footer_lxfs .conn{font-size:14px;color:#ffffff;white-space: nowrap;}
#footer .footer_qrcode{display:flex;justify-content: space-between;margin-top: 25px;}
#footer .footer_qrcode .pic{display:block;font-size:0px;}
#footer .footer_qrcode .tt{font-size:15px;text-align:center;color:#e8e8e8;display:block;line-height:42px;}
#footer .footer_qrcode .pic img{max-width: 100px;}
#footer .footer_bottom{display: none;}
#footer .footer_bottom1{line-height: 25px;font-size: 13px;text-align: left;color: #e8e8e8;  padding: 10px 0px;}




#sidenav{width:100%;background:#f5f5f5;}
#sidenav ul{text-align:center}
#sidenav ul li{width:25%;float:left;line-height:40px;font-size:16px;}
#sidenav ul li a{font-size:16px;}
#sidenav ul li.cur a{color:#005187;}
#sidenav ul li:hover a{color:#005187;cursor:pointer;}




.mypage{
    text-align: center;
    margin:auto;
	margin-top:15px;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #005187;
	border: 1px solid #005187;
	padding: 4px 8px;
	margin: 5px;
	font-size:12px;
}		
.mypage	span.current,.mypage a.current{
	background:#005187;
	color: #fff;
}