﻿/*------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;
}

a:hover{
	text-decoration:none;
	color: #ca1c28;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
@-webkit-keyframes fromBottomFade { from {
-webkit-transform: translateY(20%);
opacity:0;
}
}
@keyframes fromBottomFade { from {
transform: translateY(20%);
opacity:0;
}
}

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;

}

/*header*/
#header{display:none;}
#leftcontrol{display:none;}
#rightcontrol{display:none;}
.pctop{width:100%;position:relative;/*position:fixed;top:0;left:0;z-index:100;*/}
.pctop::after{content:"";position:absolute;z-index:-1;left:0;top:0px;width:100%;height:525px;background:url(../images/header_bg.jpg)no-repeat center;background-size:cover;}
.pctop .top{height:180px;width:100%;}
.pctop .logo{float:left;height:180px;font-size:0px;
	max-width:43%;
	display:flex;
	align-items:center;
	display:-webkit-flex;
    -webkit-align-items:center;
	display:-ms-flex;
    -ms-align-items:center;}
.pctop .logo img{max-width:100%;}

.pctop .right{float:right;height:50px;position:relative;}
.pctop .right .icon{float:left;height:180px;font-size:0px;
	display:flex;
	align-items:center;
	display:-webkit-flex;
    -webkit-align-items:center;
	display:-ms-flex;
    -ms-align-items:center;margin-right:10px;}
.pctop .right .con{float:left;margin-top:67px;}
.pctop .right .con p:first-child{font-size:16px;color:#ffffff;margin-bottom:6px;}
.pctop .right .con p:last-child{font-size:26px;color:#ffffff;}
.nav{width:100%;height:90px;}
.navul{background:#3691ee;}
.navul li{float:left;height:90px;width:11.1%;text-align:center;position:relative;background:#3691ee;}
.navul li:first-child{width: 11.2%;}
.navul li::after{content:"";position:absolute;left:0px; top:0px;width:1px;height:100%;background:#1f70c5;}
.navul li a .pic{height:30px;margin-top:15px;width:100%;margin-bottom:5px;}
.navul li a p{line-height:30px;font-size:15px;color:#ffffff;text-align:center;width:100%;}
/* .navul li.cur>a{color:#d61919;} */
/* .navul li>a:hover{color:#d61919;} */
.navul li .nav_son{display: none;position: absolute;left: 50%;z-index:100;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);top: 90px;margin-left: -50%;width: 100%;font-size: 14px;background: #FFF;animation: fromBottomFade .6s ease both;-webkit-animation: fromBottomFade .6s ease both;}
.navul li .nav_son a{overflow: hidden;font-size:15px;white-space: nowrap;text-overflow: ellipsis;color:#222;display:block;padding:10px 20px;border-bottom:1px solid #ebebeb;line-height:23px;}
.navul li .nav_son a:hover{color:#03b7f9;background:#f5f5f5;}
.navul li .line{width:0px;height:6px;position:absolute;top:74px;left:5%;background:#ffffff;}
.navul li:hover .line{width:90%;}
.navul li.cur{background:#03b7f9;}
.navul li:hover .nav_son{display:block;}
.navul li:hover{background: #03b7f9;}




	/*banner*/
#indexbanner{overflow: hidden; position: relative;font-size:0;display: none;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#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: 45px; height: 4px; 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,0.8);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

.insidebanner{margin-top:90px;}





.tit{width:100%;text-align:center;overflow:hidden;border-bottom:1px solid #eff0f4;}
.tit .cn{font-size:26px;color:#333333;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:#186fc9;}
.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:#186fc9;}


#indexnews{width:100%;overflow:hidden;margin-top:20px;}
.news{margin:auto;padding:40px 0px;}
.news .con{margin-top:25px;}
.news .con .left{width:49%;float:left;overflow: hidden; position: relative;font-size:0;margin-bottom: 20px;}
.news .con .left .swiper-container{width: 100%;}
.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: 11px; height: 11px; border-radius:5px;overflow: hidden; line-height: 50px; background-color: #ffffff;}
.news .con .left .swiper-pagination-bullet-active{background-color: #ffc659;}

.news .con .right{width:49%;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:20px;color:#333333;float: left;text-align: center;line-height: 60px;}
.news .con .right .news_cat a.cur{font-size:24px;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:18px;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:16px;color:#909090;width:100%;float:left;line-height:30px;overflow:hidden;}
.news .con .right ul li .date{font-size:16px;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{margin-top:11px;}
.notice{width:32%;float:left;overflow:hidden;margin-right:2%;padding:40px 0;}
.notice:nth-child(3n+3){margin-right:0;}
.notice .con{margin-top:25px;}
.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:16px;position:relative;width:70%;float:left;padding-left:20px;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:16px;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{margin:30px auto;overflow:hidden;}
.indexad ul li{float:left;width:15%;margin-right:2%;position:relative;border-radius: 4px;transition:0.6s;overflow:hidden;font-size: 0;line-height: none;}
.indexad ul li:last-child{margin-right:0;}
.indexad ul li img{max-width:100%;transition:0.6s;}
.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;}
.indexad ul li:hover{background: rgba(0,0,0,1);}
.indexad ul li:hover img{opacity: 0.5;background: rgba(0,0,0,1);}

#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:40px auto;}
.product{height:100%;margin:auto;overflow:hidden;padding:40px 0px;}
.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs ul li{width:calc(20% - 10px);margin-right:10px;float:left;}
.product .cpzs ul li .pic{width:calc(100% - 36px);display:block;overflow:hidden;border-radius:2px;padding:18px; background:#f4f5f9;}
.product .cpzs ul li .pic img{width:100%;max-height:100%;margin:auto;display:block;transition: 0.6s;overflow: hidden}
.product .cpzs ul li .tt{line-height:30px;width:calc(100% - 36px);padding:0 18px;font-size:16px;font-weight:bold;color: #333333;}
.product .cpzs ul li .des{line-height:25px;width:calc(100% - 36px);padding:0 18px;height:25px;font-size:15px;color:#c7c7c7;}
/*.product .cpzs ul li:nth-child(5n+5){width:20%;margin-right:0px;}*/
.product .cpzs ul li .con{padding: 15px 0px;}
.product .cpzs ul li:hover .pic img{transform: scale(1.1,1.1);}
.product .cpzs ul li:hover .tt{color:#186fc9;}
#indexcase{width:100%;overflow:hidden;margin-bottom:50px;}
.casetit{width:100%;text-align:center;overflow:hidden;}
.casetit .cn{border-left:6px solid #186fc9;padding-left:25px;font-size:26px;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;padding:40px 0px;}
.case .cpzs{width:100%;margin-top:50px;}
.case .cpzs ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.case .cpzs ul li{width:15%;float:left;height:110px;overflow:hidden;margin-bottom:10px;}
.case .cpzs ul li a{text-align:center;width:100%;display:block;}
.case .cpzs ul li img{display:block;margin:auto;width: 100%;transition: 0.3s;}
.case .cpzs ul li:hover img{transform:scale(1.1,1.1);}





.inset{/*background:#f4f4f4;width:100%;*/overflow:hidden;margin-top:40px;margin-bottom:60px;border-top:8px solid #4da4ff;}

#ne_nav{padding-top:50px;padding-bottom:25px;border-bottom:1px solid #edf2f6;margin-bottom:30px;}
#ne_nav .catname{border-left:6px solid #3892f0;padding-left:22px; font-size:28px;line-height:1.2;color:#333333;margin-bottom:25px;}
#ne_nav .crumb{font-size:18px;color:#333333;line-height:1;padding-left:27px;}
#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;}
#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{background:#ffffff;min-height:450px;line-height:220%;margin-bottom:60px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.colcon{float:right;width:calc(100% - 300px);}
.colcon .catname{line-height:60px;font-size:28px;color:#333333;margin-bottom:10px;}




.newscol{float:right;width:calc(100% - 300px);}
.newscol .tt{line-height:2;font-size:24px;color:#333333;padding:10px 0px;}
.newscol .subtt{font-size:30px;color:#000000;text-align:center;line-height:1;margin-bottom:10px;}
.newscol .time{font-size:16px;color:#999999;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #edf2f6;}
.newscol .con{line-height:2;margin-bottom:40px;}
.newscol img{max-width: 100%;}


.newscol1{float:right;width:100%;}
.newscol1 .tt{line-height:2;font-size:24px;color:#333333;padding:10px 0px;}
.newscol1 .subtt{font-size:30px;color:#000000;text-align:center;line-height:1;margin-bottom:10px;}
.newscol1 .time{font-size:16px;color:#999999;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #edf2f6;}
.newscol1 .con{line-height:2;margin-bottom:40px;}
.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%;}


.maintit{text-align:center;margin-top:45px;}
.maintit p{font-size:30px;color:#333;font-weight:lighter;margin-bottom:10px;}
.maintit span{font-size:16px;color:#999;text-transform:uppercase;}
.son_nav{margin-top:25px;text-align:center;}
.son_nav a{padding:0px 20px;height:45px;line-height:45px;border-radius:2px;border:1px solid #dcdcdc;color:#333;display:inline-block;margin:0px 10px;transition: color 0s;}
.son_nav a.active{background:#008b92;color:#fff;border:1px solid #008b92;}
.son_nav a:hover{background:#008b92;color:#fff;border:1px solid #008b92;}




.pxxm{width:100%;min-height:450px;margin-bottom:50px;margin-top:30px;overflow:hidden;}
.pxxm ul{margin:0px 2px;}
.pxxm ul li{width:calc(32% - 2px);height:370px;float:left;margin-bottom:22px;border:1px solid rgb(238, 238, 238);margin-right:2%;}
.pxxm ul li a{width:100%;display:block;}
.pxxm ul li:nth-child(3n){margin-right:0px;}
.pxxm ul li .pic{width:100%;height:300px;overflow:hidden;display:flex;align-items:center;display:-webkit-flex; /* Safari */-webkit-align-items: center; /* Safari 7.0+ */}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.pxxm ul li p{width:100%;text-align:center;line-height:20px;margin-top:10px;color:#000;font-size:16px;}
.pxxm ul li .des{font-size:12px;height:36px;line-height:18px;margin-top:12px;padding:0 3px;color:#666;}
.pxxm ul li:hover{border:1px solid #d61919;box-shadow: rgba(238,238,238,1) 0px 0px 2px 2px;}
.pxxm ul li:hover img{opacity:0.9;}
.pxxm ul li:hover p{color:#d61919;}




.online{width:100%;margin:auto;margin-top:20px;margin-bottom:20px;overflow:hidden;}
.online form{padding-left:150px;}
.online .text{width:381px;height:38px;float:left;margin-bottom:20px;margin-right:25px;}
.online .text input{width:268px;height:36px;border:1px solid #c9c9c9;padding-left:20px;}
.online .text p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:927px;height:205px;float:left;margin-bottom:20px;}
.online .con textarea{padding:20px;border:1px solid #c9c9c9;height:163px;width:760px;}
.online .con p{float:left;width:81px;padding-right:5px;line-height:38px;padding-left:5px;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:20px;}
.online .verify p{float:left;width:76px;padding-right:10px;line-height:38px;padding-left:5px;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:154px;height:36px;border:1px solid #c9c9c9;float:left;padding-left:20px;margin-right:10px;}
.online .verify img{cursor:pointer;}
.online .submit{width:107px;height:35px;color:#fff;cursor:pointer;background:#be252e;margin-left:91px;float:left;border:none;margin-right:47px;}
.online .reset{width:107px;height:35px;color:#fff;cursor:pointer;background:#008b92;float:left;border:none;}



.xwlb{float:right;width:calc(100% - 300px);min-height:350px;font-size:0;margin-bottom:75px;}
.xwlb ul li{width:100%;background:#ffffff;overflow:hidden;transition:0.3s;margin-top:9px;position:relative;}
.xwlb ul li a{padding:15px 0px;display:block;overflow:hidden;display:block;border-bottom:1px dashed #dcdcdc;}
.xwlb ul li .tt{font-size:16px;color:#333333;width:70%;float:left;line-height:25px;padding-left:30px;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(30% - 30px);float:right;text-align:right;}
.xwlb ul li:hover .tt{color:#3892f0;}
.xwlb ul li:hover .tt::after{background:#3892f0;}
.xwlb ul li:hover .date{color:#3892f0;}


.zsk{float:right;width:100%;min-height:350px;font-size:0;margin-bottom:75px;}
.zsk ul li{width:100%;background:#ffffff;overflow:hidden;transition:0.3s;margin-top:9px;position:relative;}
.zsk ul li a{padding:15px 0px;display:block;overflow:hidden;display:block;border-bottom:1px dashed #dcdcdc;}
.zsk ul li .tt{font-size:16px;color:#333333;width:70%;float:left;line-height:25px;padding-left:30px;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(30% - 30px);float:right;text-align:right;}
.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(20% - 10px);margin-right:10px; float:left;}
.xhhk ul li .pic{width:calc(100% - 36px);display:block;overflow:hidden;border-radius:2px;padding:18px; background:#f4f5f9;}
.xhhk ul li .pic img{width:100%;max-height:100%;margin:auto;display:block;transition: 0.6s;}
.xhhk ul li .con{padding: 15px 0px;}
.xhhk ul li .tt{line-height:30px;width:calc(100% - 36px);padding:0 18px;font-size:16px;font-weight:bold;color: #333333;}
.xhhk ul li .date{line-height:25px;width:calc(100% - 36px);padding:0 18px;height:25px;font-size:15px;color:#c7c7c7;}
/*.xhhk ul li:nth-child(5n+5){width:20%;margin-right:0px;}*/
.xhhk ul li:hover .pic img{transform: scale(1.1,1.1);}
.xhhk ul li:hover .tt{color:#186fc9;}



.xwzx{float:right;width:calc(100% - 300px);min-height:350px;margin-bottom:75px;}
.xwzx ul{width:100%;overflow:hidden;}
.xwzx ul li{width:100%;overflow:hidden;transition:0.3s;padding-bottom:25px;margin-bottom:30px;border-bottom:1px dashed #e6e6e6;position:relative;}
.xwzx ul li a{display:block;margin:auto;height:156px;display:block;}
.xwzx ul li .pic{float:left;width:235px;background:#f5f5f5;height:156px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex;
	-webkit-align-items: center;}
.xwzx ul li .pic img{max-width:100%;max-height:187px;transition:0.6s;}
.xwzx ul li .con{width:calc(100% - 280px);margin-right:20px;float:right;}
.xwzx ul li .con .tt{font-size:18px;color:#000000;margin-top:7px;line-height:2;}
.xwzx ul li .con .des{font-size:15px;margin-top:10px;color:#666666;line-height:30px;height:60px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		}

.xwzx ul li .con .date{line-height:25px;font-size:14px;color:#999999;margin-top:10px;}
.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 */}






.orientation{border-top:1px solid #edf2f6;line-height:2;padding:40px 0px;overflow:hidden;width:100%;}






#footer{width:100%;padding:65px 0px 50px;background:url(../images/footer_bg.jpg)no-repeat center center;background-size:cover;overflow:hidden;}
.footer_tit{width:100%;height:115px;}
.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:22%;}
#footer .footer_left ul{float:left;width:100px;}
#footer .footer_left ul li{margin-bottom:25px;}
#footer .footer_center{float:left;width:calc(56% - 122px);padding:0px 60px;border-left:1px dashed #b5bfcf;border-right: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;font-size:16px;color:#666666;}
#footer .footer_lxfs p{margin-bottom:25px;}
#footer .footer_lxfs .tt{font-size:14px;margin-top:15px;}

#footer .footer_right{float:right;width:22%;text-align:right;}
#footer .footer_right p{margin-bottom:25px;}





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




