@charset "utf-8";
/* CSS Document */

body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-family: microsoft yahei,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background: #fff; overflow-x: hidden; color:#666; font-size:13px; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
input { -webkit-appearance: none; }
a { color:#333; text-decoration: none;}
a:hover {}
div{display:block;}
/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar { width: 6px; height: 12px; }
::-webkit-scrollbar-button:vertical { display: none; }
::-webkit-scrollbar-track:vertical { background-color: black; }
::-webkit-scrollbar-track-piece { background: #fff; }
::-webkit-scrollbar-thumb:vertical { background-color: #8e8e8e; border-radius: 5px; }
::-webkit-scrollbar-thumb:vertical:hover { background-color: #3b3b3b; }
::-webkit-scrollbar-corner:vertical { background-color: #535353; }
::-webkit-scrollbar-resizer:vertical { background-color: #ff6e00; }

.fl{float:left;}
.fr{float:right;}

.wapper{ padding:0 40px;}
.container{ max-width:1140px; margin:0 auto;}

.top{ background-color:#70b5ff; line-height:40px; height:40px; color:#fff;}
.top ul li{ float:left; color:#6672b6; padding:0 5px;}
.top ul li a{ color:#fff;}

/*导航栏*/
.header{ background-color:#1a3f97; height:90px;text-align:center;}
.header .logo{ display:block; float:left; padding:15px 0; }

.header .hottel{ padding:10px 0;}
.header .hottel .t1{ display:inline-block; color:#ccc; background:url(../img/shoiji.png) no-repeat left; padding:10px 0 10px 30px;}
.header .hottel .t2{ display:block; font-weight:bold; font-size:17px; font-family:Verdana, Geneva, sans-serif; color:#ffffff;}

.header .nav{ text-align:center;}
.header .nav a{
	font-size:14px;
	line-height:90px;
	padding:0 15px;
	display:inline-block;
	color:#fff;
}
.header .nav a:hover{ background-color:#00adef;}

/*banner*/
.bannerslide { height:700px; width: 100%; position: relative; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .swiper-slide { background-position: center; background-size: cover; }
.paginationw { position: absolute; left: 0; z-index: 999; text-align: center; bottom:10px; width: 100%; }
.swiper-pagination-switch {display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 3px; cursor: pointer;}
.swiper-active-switch { background: #fff;}
.bannerslide .arrow-left { background: url(../img/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.bannerslide .arrow-right { background: url(../img/arrows.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }

.bantit{ text-align:center; margin-top:90px;}
.bantit .p1{ 
	color:#fff; 
	font:normal 400 50px/1.2 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif;}
.bantit .p2{ 
	color:#fff; 
	font:normal 400 14px/1.75 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif; 
	margin-top:18px; 
	max-width:640px; 
	margin-left:auto; 
	margin-right:auto;}
.bantit .home_btn{ 
	display:block; 
	color:#fff; 
	background-color:#0a48b5; 
	width:100px; 
	padding:6px 0; 
	margin-top:20px; 
	margin-left:auto; 
	margin-right:auto;}

/*首页关键词搜索栏*/
.home_search{ background:#f6f6f6; height:45px; border-bottom:#eee 1px solid;}
.home_search dl{ float:left; color:#666; font-size:12px; line-height:45px;}
.home_search dl a{ color:#666;}
.home_search dl dt,dd{ float:left;}
.home_search dl dd{ padding-right:20px;}

.search{ 
	float:right;
	border-bottom: #ccc 1px solid; 
	border-left: #eee 1px solid; 
	border-top: #eee 1px solid;
	padding-top:5px;
}
.search input{ 
	height:35px; 
	width:160px; 
	background:#fff;
	float:left;
	border:none;
	padding-left:20px;
	font-size:12px;
	color:#666;
}
.search button{ 
	width:60px; 
	height:35px; 
	padding:0 15px; 
	background:#70b5ff; 
	color:#fff; 
	border:none; 
	float:left; 
	cursor:pointer;
}



/*首页产品*/
.home_pro{ margin-top:70px;}
.home_pro h1,.home_case .case_tit h1,.home_contact h1{ 
	font-size:40px; 
	color:#666; 
	font-weight:normal; 
	text-align:center;
	margin-bottom:30px;
}
.home_pro .pro { text-align: center; margin-bottom: 30px; }
.home_pro .pro a { font-size: 13px; line-height: 40px; height: 40px; border: 1px solid #ccc; padding: 0 20px; display: inline-block; text-decoration: none; background:#fff; }
.home_pro .pro a:first-child { color: #fff; background:#70b5ff; border-color: #70b5ff; }
.home_pro .pro a:first-child:hover{ background:#70b5ff;}
.home_pro .pro a:hover { background:#f6f6f6;}

.home_pro ul{ margin-top:30px; margin-bottom:50px;}
.home_pro ul li{ float:left; padding-right:10px; width:24.12%; padding-bottom:20px;}
.home_pro ul li:nth-child{ padding-right:0;}
.home_pro .proimg{ display:block; width:100%;}
.home_pro ul li .ptxt{ text-align:center; background:#f6fbff; padding:20px 0;}
.home_pro ul li .ptxt .p3{ font-size:18px;}
.home_pro ul li .ptxt .p4{ font-size:12px; padding:10px 0 17px 0;}
.home_pro ul li .ptxt .roundsa{border:#CCC 1px solid; padding:6px; font-size:12px; display:block; width:80px; border-radius:30px; margin:0 auto;}
.home_pro ul li .ptxt .roundsa:hover{ background:#70b5ff; color:#fff;}

.home_pro .roundsa1{ 
	display:block; 
	width:100px; 
	padding:14px 25px; 
	color:#fff; 
	background:#70b5ff; 
	border-radius:30px; 
	font-size:12px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-bottom:50px;
}

/*首页案例*/
.home_case{ background:#f1f1f1; padding-top:80px;}
.home_case .case_tit{ text-align:center;}
.home_case .case_tit p{ font-size:14px; line-height:1.8; padding-bottom:50px;}
.home_case .njtu{ height:100%;}
.home_case .njtu img{ width:100%;}

.home_case .super4{ padding-top:70px; padding-bottom:20px;}
.home_case .super4 .s1{ padding-bottom:50px;}
.home_case .super4 .s1 .txt1{ float:left; width:50%; padding:70px 70px 0 0; box-sizing:border-box;}
.home_case .super4 .s1 .img1{ float:right; width:50%;}
.home_case .super4 .s1 .img1 img{ width:100%;}
.home_case .super4 .s2{ padding-bottom:50px;}
.home_case .super4 .s2 .txt2{ float:right; width:50%; padding:70px 0 0 70px; box-sizing:border-box;}
.home_case .super4 .s2 .img2{ float:left; width:50%;}
.home_case .super4 .s2 .img2 img{ width:100%;}

.home_case .super4 h3{ padding-bottom:30px; display:block; font-size:24px; font-weight:normal; width:100%;}
.home_case .super4 p{ display:block; line-height:2;}



/*首页联系我们*/
.home_contact{ margin-top:80px;}
.home_contact ul{ padding-bottom:56px;}
.home_contact ul li{ float:left; width:20%; font-size:14px;}


/*实景展示*/
.home_cerd{ background:#f1f1f1; padding-top:90px; padding-bottom:60px;}
.home_cerd h1{
	font-size:40px; 
	color:#666; 
	font-weight:normal; 
	text-align:center;
}
.home_cerd p{
	font-size:12px; 
	font-weight:bold; 
	color:#333; 
	text-transform:uppercase; 
	color:#999; 
	text-align:center; 
	padding-bottom:30px;
}
.home_cerd .cerd { text-align: center; margin-bottom: 30px; }
.home_cerd .cerd a { font-size: 13px; line-height: 40px; height: 40px; border: 1px solid #ccc; padding: 0 20px; display: inline-block; text-decoration: none; background:#fff; }
.home_cerd .cerd a:first-child { color: #fff; background:#70b5ff; border-color: #70b5ff; }
.home_cerd .cerd a:first-child:hover{ background:#70b5ff;}
.home_cerd .cerd a:hover { background:#f6f6f6;}


.hb02list { padding: 0 0 40px; margin: 0 30px; }
.hb02list .swiper-slide { background: #fff; }
.hb02list .swiper-pagination-bullet { background: #333; }
.hb02list .swiper-pagination-bullet-active { background: #007bba; }
.hb02list .swiper-slide .img {  }
.hb02list .swiper-slide .img img { display: block; width: 100%; }
.hb02list .swiper-slide .box { padding:34px 0px; }
.hb02list .swiper-slide .box .nam { text-align:center; font-size: 18px; margin-bottom:14px;overflow: hidden; }
.hb02list .swiper-slide .box .more{border:#CCC 1px solid; padding:5px 0; font-size:12px; display:block; width:65px; text-align:center; border-radius:30px; margin:0 auto;}
.hb02list .swiper-slide .box .more:hover{ background:#70b5ff; color:#fff;}


/*首页新闻动态*/
.home_news{ margin-top:55px; margin-bottom:50px;}
.home_news .newstit .n1{ float:left; font-size:21px;}
.home_news .newstit .n1 span{ font-size:15px; color:#999;}
.home_news .newstit ul{ float:right;}
.home_news .newstit ul li{ float:left;list-style-type:disc; margin-right:30px;}
.home_news .newstit ul li:last-child{ margin:0;}
.home_news .newstit ul li:first-child{ list-style-type:none;}
.home_news .newstit ul li a.on{ color:#405ca3; text-decoration:underline;}

.home_news .newscon{ margin-top:35px;}
.home_news .newscon .newstop{ float:left; width:500px;}
.home_news .newscon .newstop .img a{ display:block;}
.home_news .newscon .newstop .img a img{ display:block; width:100%;}
.home_news .newscon .newsbox{ box-sizing:border-box; padding:40px 50px; border:#eee 1px solid;}
.home_news .newscon .newsbox .data{ font-size:12px;}
.home_news .newscon .newsbox .nam{ display:block; height: auto; font-size:21px; margin-bottom:10px; margin-top:4px; line-height:120%;}
.home_news .newscon .nam a{ color:#666;}
.home_news .newscon .newsbox .txt{ line-height:1.5; width:100%;; display:block; height:auto; font-size:13px; padding-top:5px;}
.home_news .newscon .nam a:hover{ color: #405ca3; text-decoration: underline;}

.home_news .newlist{ float:right; width:53%;}
.home_news .newlist .bg1{ background:#f1f1f1;}

.home_news .newlist .nlist{ padding:40px 50px;}
.home_news .newlist .nlist .data{ font-size:12px;}
.home_news .newlist .nlist .data span{float:left; font-size:61px; width:100px; line-height:100%; font-weight:100; color:#CCC;}
.home_news .newlist .nlist .nam{ display:block; height: auto; font-size:21px; margin-bottom:10px; margin-top:4px; line-height:120%;}
.home_news .newlist .nlist .nam a{ color:#666;}
.home_news .newlist .nlist .nam a:hover{ color: #405ca3; text-decoration: underline;}
.home_news .newlist .nlist .txt{ width:100%;; display:block; height: auto; font-size:13px; padding-top:17px;}

/*首页底部*/
.foot{ background:#f1f1f1; padding:50px 0;}
.foot dl{ float:left; width:20%;}
.foot dl:last-child{ padding-right:0;}
.foot dl dt{font-size:17px; padding-bottom:10px; color:#333;}
.foot dl dd{padding-top:5px; line-height:180%; color:#333; font-size:14px; float:none;}
.foot dl.ddl{ column-count:2; width:40%;}
.foot dl.ddl2{ width:15%; float:right;}
.foot dl.ddl2 img{ width:150px;}

.footer{ background:#4b97ff;}
.footer .bei { text-align: center; padding:35px 0;}
.footer .bei a { display: inline-block; line-height: 30px; padding: 0 20px 0 46px; background: url(../img/fdh.png) no-repeat 20px center; background-size: auto 20px; border: 1px solid #ddd; font-size: 14px; border-radius: 4px; color: #fff; text-decoration: none; }
.footer .copy { color: #ddd; line-height: 22px; font-size: 14px; text-align: center; padding-bottom:40px;}
.footer .copy span{ color:#fff;}


/*内页banner*/
.inbanner { height: 200px; background: url(../img/inbanner01.jpg) no-repeat center top; position: relative; color: #fff; display: table; width: 100%; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); z-index: 2; }
.inbanner:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../img/a.png) repeat center; content: ''; }
.inbanner .title { position: relative; text-align: center; display: table-cell;vertical-align: middle; }
.inbanner .title .cn { font-size: 38px; letter-spacing: 5px; font-weight: bold; margin-bottom: 5px; }
.inbanner .title .en { font-size: 20px; text-transform: uppercase; font-family: arial; }


.inpage { background: #f5f7f9; overflow: hidden; padding: 30px 0; }

.side { width: 300px; float: left; }

.main { width: calc(100% - 330px); float: right; }

.snav { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); border-top: 3px solid #405ca3; box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.snav .hd { text-align: center; font-size: 20px; color: #1a3f97; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.snav .hd .split { margin: 0 10px; font-family: simsun; }
.snav .bd { background: #fff; padding: 10px; }
.snav .bd .bul { padding: 0 10px; }
.snav .bd .bul .bli { line-height: 40px; height: 40px; overflow: hidden; border-bottom: 1px dashed #fff; position: relative; }
.snav .bd .bul .bli .ba { display: block; font-size: 16px; color: #39424b; position: relative; text-align: center; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; padding: 0 20px; }
.snav .bd .bul .bli:before { content: ''; background: #1a3f97; display: block; border-radius: 10px; -webkit-transform: translateX(-100%); transform: translateX(-100%); height: 40px; width: 100%; position: absolute; left: 0; right: 0; top: 0; -webkit-transition: all .2s; transition: all .2s; text-decoration: none; }
.snav .bd .bul .bli:hover:before, .snav .bd .bul .bli.on:before { -webkit-transform: translateY(0); transform: translateY(0); }
.snav .bd .bul .bli:hover .ba, .snav .bd .bul .bli.on .ba { color: #fff; }
.snav .bd .bul .bli.on { border-color: transparent; }
.snav .bd .bul .bsub { background: #f3f3f3; margin: -20px 0 2px 0; padding-top: 25px; padding-bottom: 10px; text-align: center; border-radius: 0 0 20px 20px; }
.snav .bd .bul .bsub li { line-height: 36px; }
.snav .bd .bul .bsub li a { font-size: 14px; color: #666; }
.snav .bd .bul .bsub li a:hover, .snav .bd .bul .bsub li.on a { color: #d00c18; }

.sbox { background: #fff; padding: 4px; margin-bottom: 30px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.sbox .hd { text-align: center; font-size: 18px; color: #1a3f97; font-weight: bold; line-height: 20px; padding: 20px 0 10px; }
.sbox .hd .split { margin: 0 10px; font-family: simsun; }
.sbox .bd { background: #fff; padding: 15px; }
.scon { font-size: 14px; color: #666; line-height: 24px; }


.mainbox { background: #fff; border: 0 solid #dedede; border-top: 3px solid #1a3f97; padding: 40px 64px; -webkit-box-shadow: 2px 2px 30px rgba(0,0,0,0.1); box-shadow: 2px 2px 30px rgba(0,0,0,0.1); }
.mainbox .hd { height: 20px; border-bottom: 1px solid #dedede; margin-bottom: 60px; }
.mainbox .hd h1 { float: left; background: #fff; line-height: 40px; font-weight: normal; color: #39424b; padding-right: 20px; font-size: 30px; }
.mainbox .now { float: right; background: #fff; line-height: 40px; color: #999; padding-left: 10px; font-size: 12px; }
.mainbox .now .split { margin: 0 4px; font-family: simsun; }
.mainbox .now a { color: #999; }
.mainbox .now a:hover { color: #405ca3; }

.mainbox .bd { font-size: 15px; line-height: 30px; color: #333; word-wrap: break-word; }
.mainbox .bd img { max-width: 100%; }
.mainbox .bd p { margin-bottom: 20px;}
.mainbox .bd h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 30px; padding: 5px 20px; border-radius: 20px 0 20px 0; margin-bottom: 20px; margin-top: 40px; }

.snav .sd { display: none; }

.mainbox .bd .honor { overflow: hidden; }
.mainbox .bd .honor li { float: left; width: 50%; margin: 0 0 20px; }
.mainbox .bd .honor li img { display: block; max-width: 90%; margin: 0 auto; }


/*新闻动态内页*/
.newslist { }
.newslist .item { width: 100%; float: left; margin-bottom: 20px; box-sizing: border-box; -webkit-transition: all .4s; transition: all .4s; background: #f6f6f6; padding: 30px; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 10px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; }
.newslist .item .name a:hover { color: #1a3f97; text-decoration:underline; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 56px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a {display: block; float: right;border:#CCC 1px solid; font-size:12px; width:65px; text-align:center; border-radius:30px;}
.newslist .item .link a:hover{ background:#70b5ff; color:#fff;}

.newstitle { font-size: 26px; text-align: center; line-height: 30px; font-family: microsoft yahei; margin-bottom: 5px; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; font-family: microsoft yahei; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; font-family: microsoft yahei; }
.newsmaincon img { max-width: 100%; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 40px; height: 40px; padding: 0 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #ea0000; font-weight: bold; margin-right: 10px; }



/*产品中心内页*/
.prolist { }
.prolist .item { width: 32.333333333%; float: left; margin: 0 1.5% 10px 0; box-sizing: border-box; border: 1px solid #dedede; -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:nth-child(3n) { margin-right: 0; }
.prolist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); z-index: 1; }
.prolist .item .img a { display: block; }
.prolist .item .img img { width: 100%; display: block; }
.prolist .item .box { padding: 20px 30px; position: relative; overflow: hidden; }
.prolist .item .box .nam { font-size: 14px; font-weight: bold; line-height: 30px; margin-bottom: 10px; overflow: hidden; height: 30px; }
.prolist .item:hover .box .nam {  }
.prolist .item .box .nam a { color: #333; }
.prolist .item:hover .box .nam a { color: #405ca3; }
.prolist .item .box .txt { font-size: 12px; color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.prolist .item:hover .box .txt { }
.prolist .item .box .btn { position: absolute; left: 0; bottom: 0; right: 0; height: 58px; line-height: 58px; background: #1a3f97; color: #fff; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all .4s; transition: all .4s; }
.prolist .item:hover .box .btn { -webkit-transform: translateY(0); transform: translateY(0); }
.prolist .item .box .btn a { color: #fff; font-size: 14px; display: block; text-decoration: none; padding-left: 30px; }

/*客户反馈*/
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }

.messagebtn.btnon { background: #1a3f97; }

.newsbackline { height: 30px; line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 50px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }

@media (max-width: 1140px){
	.container,.wapper{ width: 100%; padding: 0 20px; box-sizing: border-box; }
	.nav .hottel{ display:none;}
	.home_pro ul li{ width:24%;}
	.foot dl{ padding:50px 100px 50px 0;}
}

@media (max-width: 720px){
	.top ul{ display:none;}
	.header { height: auto; padding: 0 20px; }
	.header .logo{ float:none; margin:0 auto; background:#1a3f97;}
	.header .nav{ overflow: hidden; height: auto; text-align: center; background:#1a3f97; margin: 0 -20px; margin-bottom:10px; border-top:1px solid #4082ca;}
	.header .nav a{ display:block; float:left; width:25%; padding:10px 0; line-height:normal;}
	.header .hottel{ display:none;}
	
	.search{ display:none;}
	.home_pro .pro a{font-size: 12px; line-height: 30px; height: 30px; margin-bottom: 4px; padding: 0 12px;}
	.home_pro ul li{ width:48%; padding:1%;}
	
	.home_case .super4 .s1 .txt1{ width:100%; float:none; padding:0;}
	.home_case .super4 .s2 .txt2{ width:100%; float:none; padding:0;}
	.home_case .super4 .s1 .img1{ width:100%; float:none;}
	.home_case .super4 .s2 .img2{ width:100%; float:none;}
	
	.home_news .newscon .newstop{ float:none; width:100%;}
	.home_news .newlist{ float:none; width:100%;}
	.foot{ display:none;}
	
	.inbanner { height: 120px; background-size: cover; }
	.inbanner .title .cn { font-size: 22px; }
	.inbanner .title .en { font-size: 14px; }
	
	.side { width: 100%; float: none; }
	.main { width: 100%; float: none; }
	
	.sbox { display: none; }
	
	.snav { padding: 0; margin-bottom: 0; }
	.snav .sd { background: #666; line-height: 36px; font-size: 12px; color: #fff; text-align: center; display: block; }
	.snav .hd { display: none; }
	.snav .bd { display: none; }
	.snav .bd.sbon { display: block; }
	
	.snav .bd .bul .bli .ba { font-size: 14px; }
	.mainbox .now { display: none; }
	
	.mainbox { padding: 20px; }
	.mainbox .hd { border-color: transparent; margin: -20px -20px 40px; }
	.mainbox .hd h1 { float: none; text-align: center; background: #405ca3; color: #fff; font-size: 16px; padding-right: 0; }
	
	
	.newsbackline ul li a { width: 100%; }
	
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	.newslist .item .name { height: auto; }
	
	.messagecon p  { }
	.messagetarea { width: 90%; margin: 0 auto; display: block; }
	.messagetit { text-align: center; margin-top: 5px; font-size: .75rem; }
	.messageinput { width: 90%; margin: 0 auto; display: block; margin-bottom: 5px; }
	.main .con .yanzhengma { display: block; width: 20%; margin: 20px auto; }
	.messagebtn { margin: 5px auto 0; width: 80%; display: block; }
	.messagebtn.btnon { width: 80%; }
	
	.prolist .item { width: 100%; margin: 0 0 10px; }
	
	.home_contact ul li{ width:100%; padding-top:10px;}
	.top{ display:none;}
	.bantit .p1{ font:normal 400 30px/1.2 "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "SimHei", Helvetica, Arial, serif}
	.home_search{ display:none;}
	.home_pro h1, .home_case .case_tit h1, .home_contact h1,.home_cerd h1{ font-size:24px; font-weight:bold;}
	.home_news .newstit ul{ float:left; padding-top:15px;}
	.home_news .newscon .newsbox .nam,.home_news .newlist .nlist .nam{ font-size:18px;}
	.home_contact ul{ text-align:center;}
	.bannerslide{ height:300px;}
	.bantit{ margin-top:50px;}
	
}
