@charset "utf-8";

@font-face {
	font-weight:400;font-style:normal;
	font-family:Roboto;
	src:url(../fonts/roboto-regular-webfont.eot);
	src:url(../fonts/roboto-regular-webfont.eot) format('embedded-opentype'),
	url(../fonts/roboto-regular-webfont.woff) format('woff'),
	url(../fonts/roboto-regular-webfont.ttf) format('truetype'),
	url(../fonts/roboto-regular-webfont.svg#dinproregular) format('svg');
}

@font-face {
	font-weight:400;
	font-style:normal;
	font-family:montserrat;
	src:url(../fonts/montserrat-bold-webfont.eot);
	src:url(../fonts/montserrat-bold-webfont.eot) format('embedded-opentype'),
	url(../fonts/montserrat-bold-webfont.woff) format('woff'),
	url(../fonts/montserrat-bold-webfont.otf) format('truetype'),
	url(../fonts/montserrat-bold-webfont.svg#DINProRegular) format('svg');
}
body,html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #444;
	font-size: 13px;
	font-family: Roboto,Microsoft Yahei, Arial,Helvetica,sans-serif;	
}

.icon-delicious:before {
	content: "\f1a5";
}

div,p {
	margin: 0;
	padding: 0;
}

a:link,a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ee0000;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}
li{
	list-style: none;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
}
.space {
	height: 0;
}
table{
	border-top:1px solid #999;
	border-left:1px solid #999;
}
td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:6px;
}
img {
	border: 0;
}

h2 {
	text-transform: uppercase;
}
.padding-80{
	padding: 80px 0;
}
.header{

	position: relative;
}
.head-f{
	background: url(../images/banline.png) repeat-x center top;
	height:20px;
	width:100%;
	z-index:99;
	position: absolute;
	left:0;
}
.footnav,.wrap {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}

.toplogo {
	float: left;
	padding-top: 20px;
	width: 35%;
	height: 70px;
}
.toplogo img {
	width: auto;
	max-height: 100%;
	height:auto;
}
.telbg{
	background: url(../images/telbg.jpg) no-repeat center top;
	line-height: 90px;
	color:#fff;
	font-size:24px;
	text-align: center;
	margin-top:-5px;
	letter-spacing: 1px;
}
.telbg span{
	font-size:30px;
}
.toptel {
	float: right;

	width: 65%;
	text-align: right;
}
.nav {
	position: relative;
	margin: 0 auto;
	font-size: 0;
}

.nav li {
   padding:0;
   margin:0;
	display: inline-block;
	margin-left: 38px;
	vertical-align: top;
	line-height: 95px;
	position: relative;
}
.nav li:hover{


}
.nav li a {
	display: block;
	font-size: 16px;
}
.nav li a:hover{
	color: #1f498f;
}
.curret a{
	display: block;
	color: #1f498f;
}
.curret{
   line-height: 85px;
	color: #1f498f;
}
.has-more:hover .nav-sub {
    display: block;
}
.w1{
	width:120px;
}
.w2{
	width:210px;
}
.banner2{
	display: none;
}
.nav-sub {
   margin:0;
   padding:0;
	position: absolute;	
	left:-20px;
	z-index: 999;
	overflow: hidden;
	display: none;
}
.nav-sub li {
	display: block;
	width:100%;
	text-align:left;
	background: #124f88;
	margin-left:0;
}

.nav-sub li a {
	line-height: 34px;
	font-size: 13px;
	display: block;
	padding: 0;
	color: #fff;
	padding-left:20px;
}
.nav-sub li a:hover{
	color:#fff;
}
.nav-sub li:hover {
	background: #156cc9;
	border-bottom:none; 
}
.newsbg{
	background: url(../images/newbg.jpg) repeat-x center bottom;
	border-bottom:1px solid #ddd;
	height: 40px;
	line-height: 40px;
}
.news_tit{
	float:left;
	font-size:15px;
	line-height: 40px;
	color: #00a2ea;
	padding-right:15px;
}
.news_tit span{
	padding-right:10px;
	font-weight: bold;
}

#rline {
	border-right: 1px soild #04a59e;
}


.pa:link,.pa:visited {
	display: inline-block;
	margin-right: 5px;
	padding: 4px 12px;
	background: #dcd9d4;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

.pa:hover {
	background: #999;
	color:#fff;
	text-decoration: none;
}

.paon {
	display: inline-block;
	margin-right: 5px;
	padding: 4px 12px;
	background: #dcd9d4;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

.paon2 {
	display: inline-block;
	margin-right: 5px;
	padding: 4px 12px;
	background: #00a2ea;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.info-icos {
	margin-top: 40px;
}

.info-icos a {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffbf6d;
	color: #fff;
	font-size: 20px;
}

.info-icos a:hover {
	background: #e37c42;
}

.foot {
	position: relative;
    padding: 60px 0;
    margin-top: 20px;
    width: 100%;
    background: #262930;
    color: #fff;
    text-align: center;
}

.footpic {
	float: left;
	width: 60%;
	text-align: left;
}

.footico {
	float: right;
	text-align: right;
}
.footnav{
	text-align: center;
}
.footnav li {
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.footnav li p {
	padding-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.footnav li a {
	color: #e5ecf1;
	line-height: 24px;
	display: block;
	margin-top: 5px;
}

.footnav li a:hover {
	text-decoration: underline;
}

.foottel {
	display: block;
	padding: 5px 0;
	font-weight: 700;
	font-size: 22px;
}
.footbg {
	padding: 22px 0;
	background: #262930;
	color: #fff;
	font-size: 14px;
   text-align:center;
   border-top: 1px solid #3f424a;
}
.footbg a{
	padding:0 10px;
	color:#fff;
}
.footbg a:hover{
   text-decoration: underline;
}
.mk {
	font-size: 14px;
	padding-left:2%;
	width:26%;
}
.mk img{
	width:100px;
	margin-right:10px;
	float:left;
}
.nk {
	/* background: url(../images/fline.jpg) no-repeat right center; */
	padding:0 6.5% 0 2%;
}

.bg {
	padding:50px 0 80px 0;
	background: url(../images/jj_bg.jpg) no-repeat center top;
}
.homepro {
	font-size: 0;
	margin-top:30px;
}
.homepro ul {
	width: 102%;
}
.homepro li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 1%;
	width: 23%;	
	text-align: center;
	font-size: 14px;	
}
.homepro li p {
	width: 100%;
	text-align: center;
	line-height: 24px;
	padding-top:5px;
}
.homepro li img{
	max-width:96%;
	height:auto;
}
.pick{
	height:200px;
	width:94%;
	margin:0 auto;
	padding:2%;
	text-align: center;
	background: #fff;
	border:1px solid #fff;
}
.homepro li:hover .pick{
	border:1px solid #52a740;
}
.pick span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.pick img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.picsk2{
	height:340px;
	width:100%;
	margin:0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	
}
.picsk2 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picsk2 img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.picsk3{
	height:60px;
	width:100%;
	margin:0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
}
.picsk3 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picsk3 img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.ban {
	overflow: hidden;
	height: 240px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

.ban img {
	height: auto;
	max-width: 100%;
}

.banline {
	margin-bottom: 10px;
	width: 100%;

	background: #f7f7f7;
	color: #999;
	text-align: right;
	font-size: 12px;
	line-height: 46px;
}
.banline a{
	color:#777;
}
.banline a:hover{
	color:#00a2ea;
}
h2 {
	padding-bottom: 15px;
	color: #000;
}

.dline {
	border-bottom: 1px dotted #ddd;
}

.white {
	color: #fff;
}

.ka:link,.ka:visited {
	margin-right: 50px;
	padding-left: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.ka:hover {
	text-decoration: underline;
}

.con-l {
	float: left;
	margin-top: 20px;
	width: 21%;
}

.con-r {
	float: right;
	width: 75%;
}

.c-title {
	padding-left: 80px;
	background: url(../images/about_18.jpg) no-repeat left center;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 80px;
}

.c-tit {
	margin-top: 20px;
	padding-left: 4px;
	background: url(../images/c_t.jpg) no-repeat left bottom;
	font-weight: 700;
	font-size: 24px;
	line-height: 80px;
}

.conbox {
	padding: 10px 15px;
	border-top: none;
	color: #666;
	background: #f0f0ee;
	line-height: 24px;
}

.conbox p {
	color: #e00000;
	font-size: 19px;
	line-height: 28px;
}

.conbox span {
	display: inline-block;
	width: 40px;
}

.wid20 {
	display: inline-block;
	width: 12px;
	font-size: 12px;
}

.class-tit {
	font-size: 17px;
	color: #fff;
	background: #124f88;
	line-height: 50px;
	padding-left:20px;
}

.class-tit span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.class-tit2 {
	padding-left: 20px;
	background: #52a740;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
}
.la:link,.la:visited {
	display: block;
    padding-left: 20px;
    color: #444;
    background: #f9f9f9 url(../images/ico1.png) no-repeat 90% center;
    font-size: 15px;
    line-height: 50px;
    border-top: 1px solid #eeeeee;
}

.la:hover {
	color: #1f498f;
}

.laon {
	display: block;
	padding-left: 20px;
	font-size: 13px;
	line-height: 44px;
	color: #000000;
	background:#eeeeee url(../images/ico1.png) no-repeat 90% center;
	border-top:1px solid #eeeeee;
}
.con-info {
	padding:10px 10px 30px 10px;
	height: auto;
	min-height: 350px;
	font-size: 14px;
	line-height: 25px;
	color:#444444;
}
.con-info  p{
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.con-info hr{
	border: #ddd solid 1px;
    border-top: none;
}
.con-info b{
	font-size: 16px;
	color: #121212;
}
.con-info td {
	border: 1px solid #DDD;
}
.con-info table {
        width: 100% !important;
    }

	.con-info table span {
        border-collapse: collapse;

        text-align: center;
        line-height: 28px;
    }

	.con-info table, th, td {
        border: 1px solid #e3e3e3 !important;

		border-collapse: collapse;
		    padding: 3px 15px;
    line-height: 28px;
	color: #666;
    }

.con-info img {
	height: auto;
	max-width: 100%;
}
.lines{
	background: #ddd;
	height: 1px;
	margin:15px 0;
}
.prolist {
	margin-top: 25px;
	font-size: 0;
}
.prolist ul{
	width:103%;
}
.prolist li {
	display: inline-block;
	width: 30.33%;
	margin-right:3%;
	color: #666;
	vertical-align: top;
	margin-bottom:20px;
}
.prolist li p {
	overflow: hidden;
	height: 28px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.picsk {
   width:100%;
   height:180px;
   background-size:cover;
   background-position: center center;
   background-repeat: no-repeat;
   margin-bottom:8px;
}
.proinfo{
	font-size:12px;
	line-height: 22px;
}
.caselist {
	margin-top: 30px;
	font-size: 0;
}
.caselist ul {
	overflow: hidden;
	width: 102%;
}

.caselist li {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	width: 23%;
	margin-right:2%;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
}
.caselist li img{
	max-width:100%;
	height:auto;
}
.pro-info {
	position: absolute;
	bottom: -85%;
	z-index: 99;
	padding: 1% 3%;
	width: 94%;
	height: 98%;
	background: rgba(30,30,30,.7);
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	-webkit-transition: .2s ease-in 0s;
	-moz-transition: .2s ease-in 0s;
	-o-transition: .2s ease-in 0s;
	transition: .2s ease-in 0s;
	-ms-transition: .2s ease-in 0s;
}

.prolist li:hover .pro-info {
	bottom: 0;
}

.pages {
	padding: 20px 0;
	text-align: center;
}

.picbox {
	overflow: hidden;
	margin: 0 auto;
	width: 94%;
	height: 240px;
}

.picboxs {
	margin-right: 10px;
	padding: 5px;
	width: 200px;
	border: 1px solid #ddd;
}

.picboxs img {
	width: 100%;
}

.inpu {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.part_t{
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-bottom:15px;
	margin-top:20px;
}
.sousuo {
	display: inline-block;
	padding: 4px;
	width: 80%;
	border: none;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 24px;
	font-family: Microsoft Yahei, Arial,Helvetica,sans-serif;	
}

.send {
	display: inline-block;
	padding: 8px 30px;
	border: none;
	background: #3d3d3d;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-family: Microsoft Yahei, Arial,Helvetica,sans-serif;
}

.sousuo2 {
	display: inline-block;
	margin-bottom: 10px;
	padding: 7px 2%;
	width: 96%;
	border: none;
	border: 1px solid #ddd;
	font-size: 13px;
	font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
	line-height: 20px;
}

.send2 {
	float: right;
	display: inline-block;
	width: 100px;
	border: none;
	background: #01b0a9;
	color: #fff;
	vertical-align: top;
	font-size: 14px;
	font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
	line-height: 34px;
}

.sousuo3 {
	display: inline-block;
	padding: 4px;
	width: 70%;
	border: none;
	background: 0 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 20px;
}

.send3 {
	display: inline-block;
	margin-right: 6px;
	padding: 4px 10px;
	border: none;
	background: url(../images/large.jpg) no-repeat center center;
	line-height: 20px;
}

.f-title {
	display: inline-block;
	width: 25%;
}

.form1 {
	float: left;
	margin-top: 20px;
	width: 55%;
}

.form2 {
	float: right;
	margin-top: 20px;
	width: 40%;
}

.p_tit {
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
	color: #000;
	font-size: 19px;
	line-height: 50px;
}
.p_tit2 {
	border-bottom: 1px dashed #ddd;
    color: #146dcc;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    padding: 20px 0;
    margin: 25px 0;
}
.homeright .con-s p{
	line-height: 25px;
    margin-bottom: 15px;
    font-size: 15px;
}
.homeright .con-s p b{
	font-weight: bold;
}
.homel {
	float: left;
	margin-top: 25px;
	width: 72%;
	text-align: left;
}

.homer {
	position: relative;
	float: right;
	margin-top: 25px;
	width: 28%;
	height: auto;
	text-align: left;
}

.homeleft {
	float: left;
	margin-top: 10px;
	width: 21%;
}

.homeright {
	position: relative;
	float: right;
	margin-top: 10px;
	width: 74%;
	border-left:1px solid #eee; 
	padding-left:2.5%;
}

.finds {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 999;
	display: none;
	color: #fff;
	font-size: 16px;
}

.homeleft2 {
	float: left;
	width: 42%;
}

.homeright2 {
	float: right;
	padding-top: 10px;
	width: 53%;
}

.home1 {
	position: relative;
	float: left;
	width: 65%;
}
.home2 {
	position: relative;
	float: right;
	width: 31%;
}
.home1s {
	position: relative;
	float: left;
	width: 56%;
}
.home2s {
	position: relative;
	float: right;
	width: 40%;
}

.homeabout {
	font-size: 14px;
	line-height: 24px;
	margin-bottom:80px;

}
.morepic{
	padding:10px;
	text-align: center;
}
.mores{

	padding-top:60px;
	text-align: center;
}
.mores a {
	display: inline-block;
	border-radius:20px;
	background: #307cad;
	padding:10px 30px 10px 30px;
	font-size: 14px;
	line-height: 20px;
	color:#fff;
}
.mores a:hover{
	background:#00a2ea;
}

.mores span{
	display: inline-block;
	text-align: center;
	width:16px;
	height:16px;
	font-size:14px;
	line-height: 16px;
	margin-right:5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #888;
}
.home1-tit {
	position: relative;
	padding-left: 10px;
	border: 1px solid #58d7d4;
	background: url(../images/titlebg.jpg) repeat center bottom;
	color: #333;
	font-weight: 700;
	font-size: 15px;
	line-height: 32px;
}

.home1-tit span {
	padding-left: 6px;
	font-weight: 400;
	font-size: 16px;
}

.dixian {
	margin-top: -10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.promore {
	margin-top: 10px;
	width: 100%;
	text-align: left;
	font-size: 0;
	margin-bottom:-30px;
}

.promore li {
	display: inline-block;
	width: 18%;
	margin-right:2%;
	vertical-align: top;
	cursor: pointer;
}

.pro_title {
	margin-top: -20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.pro_title li {
	display: inline-block;
	margin-right: 5px;
	padding: 0 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: url(../images/titbg.jpg) center top;
	color: #01b0a9;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}

.pro_title li.hover {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #fff;
	color: #f58a00;
}

.home-info {
	padding: 10px 0;
	line-height: 22px;
}

.home-info2 {
	padding: 15px;
	line-height: 22px;
}
.home_tit{
	font-size:30px;
	line-height:28px;
	text-align: center;
	margin:0px 0 60px 0;;
	color:#000;
	background:url(../images/lines.png) repeat-x center bottom;
}
.home_tit span{
	font-size:13px;
	display:inline-block;
	padding:0 15px;
	background: #fff;
	font-weight: normal;
	color:#999;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
}
.home_tits{
	font-size:30px;
	line-height:28px;
	text-align: center;
	margin:0px 0 60px 0;
	color:#000;
	background:url(../images/lines.png) repeat-x center bottom;
}
.home_tits span{
	font-size:13px;
	display:inline-block;
	padding:0 15px;
	background: #f5f5f5;
	font-weight: normal;
	color:#999;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family:  Arial, Helvetica, sans-serif;
}
.home_tit2{
	line-height:36px;
	text-align:left;
	margin:30px 0 20px 0;
	border-bottom:1px solid #ddd;
}
.home_tit2 p{
	border-bottom:3px solid #156ac5;
	color:#000;
	font-size:18px;
	margin-bottom:-1px;
	display:inline-block;
}
.home_tit2 span{
	font-size:15px;
	color:#666;
	display:inline-block;
	padding-left:6px;
	margin-bottom:-1px;
}
.homenews {
   font-size:0;   
}
.homenews ul{
	width:102%;
}
.homenews li{
	display: inline-block;
	vertical-align: top;
	width:23%;
	margin-right:2%;
	font-size:13px;
	line-height: 24px;
}
.homenews li p{
	color:#000;
	font-size:15px;
	line-height: 20px;
	padding-top:3px;
	text-align: center;
	margin-bottom:20px;
}
.homenews li p span{
	color:#00a2ea;
	padding-right:5px;
	font-weight: bold;
}
.homenews li img{
	width:100%;
	height:auto;
}
.homenews li:hover img{
	/* box-shadow:0 0 10px #666;  */
}
.homenews-info {
	color: #888;
	height:72px;
	overflow: hidden;
	
}

.swiper3{
	width:84%;
	margin:0 auto;
}
.homelink {
	font-size: 0;
}

.homelink ul {
	width: 101%;
}

.homelink li {
	display: inline-block;
	margin-bottom: 15px;
	width: 20%;
	vertical-align: top;
}

.homelink li img {
	height: auto;
	max-width: 93%;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.linklist {
	font-size: 0;
	padding:10px;
}

.linklist ul {
	width: 102%;
}

.linklist li {
	display: inline-block;
	margin-right: 3%;
	margin-bottom: 15px;
	width: 30%;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: top;
}

.linklist li img {
	height: auto;
	max-width: 100%;
}

.solulist {
	margin: 0 auto;
	width: 1100px;
	font-size: 0;
}

.solulist li {
	display: inline-block;
	margin: 0 1.5%;
	width: 22%;
	color: #666;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

.solulist li p {
	color: #333;
	font-size: 17px;
	line-height: 50px;
}

.solulist li:hover .rounds {
	border: 6px solid #005fb0;
}

.solulist li:hover .rounds3 {
	background: #e5ecf5;
}

.rounds4 {
	float: left;
	overflow: hidden;
	margin-right: 20px;
	padding: 0;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
}

.rounds4 img {
	width: 100%;
	height: auto;
}

.dates {
	float: right;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
}

.workPic {
	overflow: hidden;
	margin: 0 5px;
	width: 183px;
	text-align: center;
}

.workPic p {
	overflow: hidden;
	margin: 0 auto;
	width: 98%;
	height: 20px;
	line-height: 20px;
}

.workPic img {
	width: 98%;
	height: auto;
	border: 1px solid #e9e9e9;
}
.homelist {
	font-size: 0;
	border-top:1px dotted #ddd;
   margin-top:15px;
   padding-top:10px;
}
.homelist li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding:6px 0;
	font-size:13px;	
}
.homelist li  img{
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
}
.title {
	position: relative;
	color: #156ac5;
	text-align: center;
	font-size: 17px;
}
.title2 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-weight: 700;
	font-size: 17px;
}
.c_date {
	color: #888;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px dotted #ddd;
	margin-bottom:15px;
}
.c_dates {
	color: #888;
	font-size: 12px;
	right:0;
	top:10px;
	position: absolute;
}
.newlist li {
	position: relative;
	padding: 10px 3px;
	border-bottom: 1px dotted #ddd;
}
.newlist li span{
	color:#999;
	padding-right:10px;
	font-size:13px;
}
.newsinfo {
	color: #666;
	font-size: 13px;
	line-height: 24px;
}
.newsinfo img{
	width:150px;
	height:90px;
	float:left;
	margin-right:15px;
}
.newsinfo p{
	font-size:17px;
	color:#000;
	padding-bottom:10px;
}
.keywords {
	display: inline-block;
	padding: 4px;
	border: 1px solid #2a95c9;
}

.searchs {
	display: inline-block;
	padding: 5px 20px;
	border: none;
	background-color: #2a95c9;
}
.homestand{
	font-size:0;
	padding-top:10px;
}
.homestand li{
	width:100%;
	display: inline-block;
	vertical-align: top;
	font-size:14px;
	padding:5px 0;
	border-bottom:0px dotted #ddd;
}
.homestand li span{
	color:#999;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.standpic{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:120px; 
}
.home-pro {
	display: none;
}

.ltable {
	margin-top: 10px;
	width: 90%;
}

.homr,.mob-tit {
	display: none;
}

.mobnav {
	display: none;
}

.service_box {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 100;
	width: 130px;
}

.service_tit img {
	margin-bottom: -8px;
	-webkit-border-radius: 5px 4px 0 0;
	-moz-border-radius: 5px 4px 0 0;
	border-radius: 5px 4px 0 0;
}

.telssk {
	margin-bottom: 6px;
	color: #e00;
	font-size: 14px;
}

.tab_plan {
	padding: 10px 15px 0 15px;
	border-right: 2px solid #0066ae;
	border-left: 2px solid #0066ae;
	background: #fff;
	text-align: center;
}

.tab_plan2 {
	padding: 0 0 10px 0;
	border: 2px solid #0066ae;
	border-top: none;
	background: #fff;
	text-align: center;
	line-height: 22px;
}

.mt10 {
	padding-top: 6px;
	border-top: 1px dotted #ddd;
	text-align: left;
	line-height: 20px;
}

.foot-wms {
	display: none;
}

.fs14 span {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.mobfind {
	position: fixed;
	top: 60px;
	width: 100%;
	background: url(../images/ban_d.jpg);
	text-align: center;
}

.drawer-toggle {
	top: -50px;
}
.sfoot,.mnav{
	display: none;
}
.homecase{
	display: none;
}
#Marquee_x { overflow:hidden; width: 100%;}  
#Marquee_x ul li{ float:left;overflow:hidden}
#Marquee_x ul li div{ float:left;height:230px;overflow:hidden;text-align: center;} 
#Marquee_x ul li div img{width:auto; height:200px; display:block;} 
#Marquee_x ul li div p{ display:block;text-align: center;line-height: 30px;font-size:15px;height:30px;overflow:hidden} 

@media screen and (max-width:1200px) {
	.footnav,.wrap {
	    width: 92%;
	}
	.padding-80{
		padding: 30px 0;
	}
	.homenews ul,.caselist ul,.prolist ul,.linklist ul{
	    width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media screen and (max-width:1024px) {
   .service_box{
   	display:none;
   }
   .swiper3{
   	width:100%;
   }
   .nav li {
	   margin-left: 30px;
   }
   .nav li a {
	   font-size: 15px;
   }
   .toplogo {
	   padding-top: 20px;
	   width: 35%;
	   height: 60px;
   }
   .has-more:hover .nav-sub {
       display:none;
   }   
   .telbg{
	   line-height: 70px;
   }
}
@media screen and (max-width:800px) {
    .toplogo,.toptel{
    	  float:none;
    	  width:100%;
    }
    .nav{
    	border-top:1px solid #ddd;
    }
    .nav li {
	     margin-left: auto;
	     width:14.28%;
	     text-align: center;	
	     line-height: 40px;     
    }
    .nav li:hover{
      line-height: 40px;
      padding-top:0px;
	   border-bottom:0px solid #1f498f;
   }
   .caselist li {
	   width: 30.33%;
	   margin:0 1.5%;
   }
   .homeleft {
	   width: 26%;
   }
   .homeright {
	   width: 69%;
	   padding-left:2.5%;
   }
   .picsk{
   	height:160px;
   }
   .picsk2{
   	height:230px;
   }
   .picsk3{
   	height:40px;
   }
   .promore{
   	padding-bottom:20px;
   }
   .linklist li {
	   margin:0 1.8%;
	   margin-bottom: 15px;
	   width: 29%;
   }
   .ban {
	   height: 200px;
   }
   .mk {
	   width: 40%;
	   padding-left:2%;
    }
   .nk {
	   width: 24%;
	   padding:0 1%;
   }
   .la:link,.la:visited {
   	background:#f9f9f9;
	   line-height: 42px;
	   padding-left:10px;
   }
   .laon {
	   line-height: 42px;
	   color: #000000;
	   background:#eeeeee;
	   padding-left:10px;
   }
   #wk{
   	display:none;
   }
   .homenews li p{
	   font-size:14px;
   }
   .homenews li span{
   	display:none;
   }
   .homelist li{
   	height:22px;
   	line-height: 26px;
   	overflow: hidden;
   	width:48%;
   	margin-right:2%;
   }
   .home1 {
	   width: 63%;
   }
   .home2 {
	   width: 33%;
   }
   .home_tit2 span{
	   font-size:13px;
   }
}

@media (max-width:740px) {
	body{
		font-size:14px;
	}
	.header {
		position: fixed;
		top: 0;
		z-index: 9;
		margin-top: 0;
		width: 100%;
		background: #fff;
		border-bottom:1px solid #ddd;
	}
	.space {
		height:0px;
	}
	#Marquee_x{
		display: none;
	}
	.homenews{
		padding:0;
	}
	.homenews li{
	    width:48.5%;
	    margin:0 0 5% 0;
   }
   .homenews li p{
   	margin-bottom:0;
   }
	.fcopy{
	   position: relative;
	   padding-left:20px;
	}
	.toplogo {
		padding:10px 0;
		height:auto;
		float:none;
		width:100%;
		text-align: center;
	}
	.toplogo img{
		height: 42px;
		max-height: auto;
	}
	.mnav{
		font-size:0;
		display: block;
		width:100%;
		margin-top: 66px;
	}
	.mnav li{
		display: inline-block;
		vertical-align: top;
		text-align: center;		
		background: #1655a2;	
		width:33.33%;
		font-size:15px;
		border-top:1px rgba(255, 255, 255, .2) solid;	
	}
	.mnav li a{
		color:#fff;
		display: block;
		line-height: 38px;
	}
	.riline{
		border-right:1px rgba(255, 255, 255, .2) solid;
		box-sizing: border-box;	
	}
	.telbg,.newsinfo{
		display: none;
	}
	.foot,.swiper3{
		display:none;
	}
	.toptel,.head-f,.newsbg,.ban,.homeleft,.banline,.p_tit,.c_dates,.c_date,.banner1{
		display: none;
	}
   .banner2{
   	display: block;
   }
   .bg{
   	background:transparent;
   	padding:0;
   	margin:0;
   }
	.home1,.home2,.homel,.homer {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
	.home2{
		display:none;
	}
	.homecase{
		font-size:0;
		display: block;
	}
	.homecase li{
		display: inline-block;
		vertical-align: top;
		width:33.33%;
		margin:0;
		font-size:13px;
	}
	.homecase li img{
		max-width:100%;
		height:auto;
	}
	.homelist{
		border-top:none;
		margin-top:0;
		padding-top:0;
	}
	.homelist li{
		width:100%;
		margin:0;
	}
	.homeright {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border: none;
	}

	.homepro li {
		margin: 0 1% 10px 1%;
		padding: 1.5% 1%;
		width: 29.33%;
		border: 0 solid #d4d4d4;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.homepro li:hover {
		border: 0 solid #00afaa;
		background: #00afaa url(../images/picon.jpg) repeat-x center top;
	}

	.homepro li p {
		font-size: 15px;
		line-height: 28px;
	}

	.newsbox {
		border: none;
	}

	.newsbox li {
		padding: 3px 0;
		font-size: 14px;
	}

	.prolist li {
		margin: 0 2% 10px 2%;
		padding: 0;
		width: 46%;
		font-size: 12px;
		line-height: 20px;
	}

	.prolist li p {
		font-size: 13px;
		line-height: 20px;
		background: transparent;
		padding-top:0;
		margin-top:0;
	}
    .promore{
    	 padding-bottom:20px;
    }
	.pa:link,.pa:visited {
		padding: 3px 10px;
	}

	.paon {
		margin: 20px 0;
    padding: 5px 9px;
    margin-right: 2px;
    font-size: 13px;
    background: #eee;
	}

	.paon2 {
		padding: 3px 10px;
	}

	.prolist {
		margin-top: 45px;
	}
	.homeleft2,.homeright2{
		float:none;
		width:98%;
		margin:0 auto;
	}
	.homeleft2{
		padding-top:50px;
	}
	.homeright2{
		padding-top:30px;
	}
	.picsk2{
		border:none;
	}
	.con-info {
	    padding:50px 0 20px 0;
   }
   .linklist{
   	padding-top:50px;
   }
   .linklist li {
	   margin:0 1.5%;
	   margin-bottom: 15px;
	   width: 46%;
   }
   .title {
   	color: #333;
	   text-align: center;
	   font-size: 15px;
	   border-bottom: 1px solid #ddd;
	   padding-bottom:10px;
	   margin-bottom:15px;
   }
	.mob-tit {
		display: block;
		width: 100%;
		background:#666666;
		color: #fff;
		text-align: center;
		font-size: 16px;
		line-height: 36px;
		cursor: pointer;
		position: relative;
	}

	.moblist {
		position: absolute;
		top: 0;
		z-index: 99;
		padding-top: 36px;
		width: 100%;
		text-align: center;
	}

	.moblist li {
		border-bottom: 1px solid #f2f2f2;
		background: #ddd;
		font-size: 14px;
		line-height: 32px;
	}

	.moblist li a {
		display: block;
	}

	.drawer-toggle {
		top: auto;
		display: block;
	}

	.mobnav {
		position: relative;
		display: block;
		padding-top: 4px;
		background: #124f88;
		text-align: center;
	}

	.roundsk {
		width: 92px;
		height: 92px;
	}

	.rounds {
		width: 90px;
		height: 90px;
	}
	.home_tit2{
	   line-height:36px;
	   text-align:center;
	   margin:0;
	   padding:0;
	   border-bottom:none;
   }
   .home_tit2 p{
	   border-bottom:0px solid #156ac5;
	   color:#000;
	   font-size:22px;
	   margin-bottom:0px;
	   display:inline-block;
   }
   .home_tit2 span,.home_tit span,.home_tits span{
      display:none;
   }
   .home_tit,.home_tits{
   	font-size:22px;
   	line-height:36px;
   	background: transparent;
   	margin:0;
   	padding:0;	
   }
   .home_tit{
   	padding:20px 0 10px 0;
   }
   .footbg{
   	/* display:none; */
	   padding: 22px 4%;
   }
   .mores {
    padding-top: 30px;
    text-align: center;
}
.con-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.homeright .con-s p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
}
   .sfoot{
   	display: block;
   	background: #124f88;
   	color:#fff;
   	position: fixed;
   	bottom:0;
   	width:100%;
   	padding:10px 0;
   	font-size:0;
   }
   .sfoot li{
   	display: inline-block;
   	vertical-align: top;
   	text-align: center;
   	width:25%;
   	font-size:15px;
   }
   .sfoot li a{
   	color:#fff;
   }
   .sfoot li img{
   	width:23px;
   	height:auto;
   }
   .p_tit2{
   	padding-top:30px;
	   font-size: 20px;
   }
   .caselist{
   	padding-top:30px;
   }
   .caselist li{
   	width:48%;
   	margin:0 1% 10px 1%; 
   }
   .newlist{
   	padding-top:50px;
   }
   .newlist li{
   	height:26px;
   	line-height: 30px;
   	overflow: hidden;
   }
}
