* {
	padding: 0;
	margin: 0;
}
.a{
	text-decoration:none;
}
.clr{
	clear: both;
}
.one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 多行换行 */
.some-line{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 首页样式 */
.warp{
    position: relative;
	width: 100%;
	background-color: #FFFFFF;
	background-position: center;	
}

.content{
	position: relative;
	width: 1200px;
	margin:auto;
	overflow: hidden;
}

/* 网站侧边栏开始 */
.my-kefu{position: fixed;right: 0px;top: 20%;z-index: 9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #3a3a3a;margin-top: 1px;padding: 9px 0;height: 74px;width: 77px;}
.my-kefu li i{background: url(../images/tb.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.my-kefu li p{height: 20px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{width: 246px;height: 145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{width: 246px;height: 155px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color: #0067d0;}
.my-kefu .my-kefu-ftop i{width: 33px;height: 35px;background-position: -27px -51px;}
.my-kefu-left{float: left;width: 77px;height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 20px;color: #fff;float: left;height: 40px;line-height: 24px;padding-left: 15px;border-left: 1px solid #fff;padding-top: 10px;}
.my-kefu-tel1-right{font-size: 20px;color: #fff;float: left;height: 24px;line-height: 22px;margin-top: 8px;border: none;margin: 0 auto;margin-bottom: 5px;}
.my-kefu-tel2-right{font-size: 20px;color: #fff;float: left;height: 24px;line-height: 22px;margin-top: 8px;border: none;margin: 0 auto;margin-bottom: 5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff;margin-top: 9px;height: 47px;width: 247px;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px;display: none;}
/* 网站侧边栏结束 */
/* 头部 */
.top{
	width: 100%;
	min-width: 1200px;
	height: 30px;
    line-height: 30px;
    background-color: #222;
}
.top-left{
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
}
.top-right a{
  font-size: 14px;
  color: #fff;
}

.logo{
	width: 100%;
	min-width: 1200px;
	height: 100px;
}
.logo-left img{
	max-width: 100%;
	max-height: 100px;
}

.logo-right{
    height: 100px;
}
.logo-right img{
	display: inline-block;
	margin-top: -3px;
}

/* 菜单 */
.nav{
	width: 100%;
	min-width: 1200px;
	height: 48px;
	background-color:#0053a9;
}
.content-nav{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.nav-list{ 
	height:48px;
}
.menu{ 
	width:100%; 
	overflow:hidden; 
	float:left
}
.menu .menu_item{
	float:left;
	font-size: 14px;
	width: 170px;
	text-align:center;
	font-family:"微软雅黑";
}
.menu .menu_item a{
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: block;
	width: auto; 
	line-height:48px;
	font-family:"微软雅黑";
}
.menu .menu_item:hover{
	background:#eb6100;
}

.cur-nav{
	text-decoration:none;
	background:#eb6100; 
}
.cur-nav a{
	color:#FFF;
}
.menu .menu_item:hover .submenu{
	display:block; 
	z-index:999999; 
	position:absolute;
}
.submenu{
	width: 265px;
	height: auto;
	background-color:#0053a9;
	 overflow: hidden;
	 z-index:999999999; 
	 display:none;
	}
.submenu_item {
	padding:0 2px; 
	border-bottom: 1px dashed #929292;
}
.submenu_item a{ 
	font-weight:100;
	line-height:35px!important;
}
.submenu_item:hover{ 
	background:#fff;
}
.submenu_item a:hover{
	 color:#333;
}



/* 产品 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
.product {
	display: inline-block;
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	/* background-image: url('../images/p_bg.jpg');
	background-position: center;
	margin: 50px auto; */
	
}
.product-box {
	background-color: #014fa2;
	color: #fff;
	padding: 5px;
}
.product-title {
	padding: 20px 0;
}
.product-title span {
	display: block;
	font-size: 16px;
	color: #3772b4;
	padding-top: 5px;
}
.product-title h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.product-list, .contact {
	background-color: #fff;
	padding: 10px;
}
.product-list li {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover {
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dl {
	margin-bottom: 0;
}
.product-list dt, .product-list dd {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list dt a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dd a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list dd a:hover {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}

.hot-title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.hot-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #014fa2;
	padding-top: 10px;
}
.hot-title a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #014fa2;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}
.hot-product {
	margin-top: 30px;
}
.hot-product a {
	display: block;
	border: 1px solid #ededed;
}
.hot-product img {
	width: 100%;
	min-height: 220px;
}
.hot-product span {
	height: 30px;
	line-height: 30px;
	background-color: #e5e5e5;
	font-size: 16px;
}
.hot-product a:hover {
	border: 1px solid #0053a9;
}
.hot-product a:hover span {
	background-color: #0053a9;
	color: #fff;
}
/*侧边*/
.menu_list {
	background: #fff;
	padding: 5px;
}
.menu_list .current {
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_head {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
	margin-top: 10px;
}
.menu_head a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
}
.menu_heads {
	height: 40px;
	line-height: 40px;
	/*padding: 0px 10px;*/
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	margin-top: 10px;
}
.menu_heads a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
	text-align:center;
}
.menu_heads a:hover {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
}
.menu_heads .active {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
	text-align:center;
}
.menu_body {
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}
.menu-left-code{
	max-width: 260px;
}
.menu-left-code img{
	max-width: 250px;
	margin: 10px auto;
}
.menu-left-code p{
	color: #000;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
}
.icon01{
	display: inline-block;
	margin-right: 7px;
	width: 32px;
	height: 32px;
	background-image: url('../images/shouji.png');
	background-position: center;
	vertical-align: middle;
}
.icon02{
	display: inline-block;
	margin-right: 7px;
	width: 32px;
	height: 32px;
	background-image: url('../images/tel.png');
	background-position: center;
	vertical-align: middle;
}
.icon03{
	display: inline-block;
	margin-right: 7px;
	width: 32px;
	height: 32px;
	background-image: url('../images/lianxiren.png');
	background-position: center;
	vertical-align: middle;
}

#maximg img{ max-width:100% !important; height:auto !important}


.ad {
	height: 400px;
	background: url(../images/ad.jpg) no-repeat center top;
}
/* 案例展示 */
.adv-title h3 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: bold;
}
.adv-title h3 span {
	color: #0053a9;
}
.adv-title i {
	display: block;
	font-style: normal;
	color: #444;
	font-size: 14px;
}
/* 图片展示 */
.mt40{
	margin-top: 40px;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
}
.picMarquee-left .bd {
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 30px 10px 0;
	width: 240px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.picMarquee-left .bd ul li a {
	display: block;
	border: 1px solid #ececec;
}
.picMarquee-left .bd ul li img {
	width: 100%;
	height: 180px;
}
.picMarquee-left .bd ul li a span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}
.picMarquee-left .bd ul li a:hover {
	border: 1px solid #0053a9;
}
.picMarquee-left .bd ul li a:hover span {
	background-color: #0053a9;
	color: #fff;
}


/* slogan2 */
.ad2 {
	height: 200px;
	background: url(../images/ad02.jpg) no-repeat center top;
}

/* 优势 */
.adv {
	padding: 60px;
	background-color: #ecedf0;
}
.adv-title h3 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: bold;
}
.adv-title h3 span {
	color: #0053a9;
}
.adv-title i {
	display: block;
	font-style: normal;
	color: #444;
	font-size: 14px;
}
.adv-text {
	border-bottom: 1px solid #ececec;
	margin-top: 20px;
}
.adv-text h4 {
	height: 62px;
	/* line-height: 62px; */
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: bold;
}
.adv-text h4 i {
	float: left;
	padding-top: 8px;
	width: 77px;
	height: 62px;
	background: url(../images/icon_adv.png) no-repeat center top;
	color: #fff;
	font-size: 40px;
	text-indent: 10px;
	margin-right: 15px;
	font-style: normal;
}
.adv-text h4 span {
	color: #0053a9;
}
.adv-text p {
	line-height: 30px;
    color: #666;
    font-size: 16px;
    margin: 0 0 5px;
}
.adv img {
	margin-top: 170px;
}



/* banner 图 */
.pics_wrap{
	height: 700px;
}



/* 关于我们 */
.box {width: 100%; min-width: 1200px; height: auto;}
.w1200 {width: 1200px; height: auto; margin: 0 auto;}

.homeAbout {margin-top: 62px;}
.homeAboutTxt {width: 625px;height: 380px; font-size: 16px;line-height: 30px;text-indent: 2em;}
.homeAboutTxt p {line-height: 28px; font-size: 16px; color: #666;}
a.more {display: block;text-indent: 0em; width: 104px; height: 38px; margin-top: 24px; margin-bottom: 38px; line-height: 38px; text-align: center; font-size: 16px; color: #fff; background: #1970B9; border-radius: 4px;}
a.more:hover {background: #13528a;}
.homeAboutBottom {
	height: 220px; 
	background: url(../images/about_bg1.jpg) no-repeat center top;
	/* background-attachment: fixed;
	background-repeat: no-repeat; */
}
.homeAboutBottom .w1200 {height: 100%; position: relative;}
.homeAboutBottom ul {padding-top: 50px;}
.homeAboutBottom ul li {float: left; width: 250px; text-align: center; color: #fff;}
.homeAboutBottom ul li:first-child {margin-left: 0;}
.homeAboutBottom ul li h3 {line-height: 34px; font-size: 18px;}
.homeAboutBottom ul li p {line-height: 44px; font-size: 30px; color: #f3be40;}
.homeAboutHead { padding: 22px 20px 0 0; background: url(../images/about_bg.png) no-repeat right top; position: absolute; right: 0; top: -20px; z-index: 22;}
.homeAboutHead .pic {height: 100%; position: relative;}
.homeAboutHead .pic:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.homeAboutHead .pic h2 {height: 64px; line-height: 64px; font-size: 28px; color: #fff; position: absolute; right: 22px; top: -30px; z-index: 24;}
.homeAboutHead .pic h2:after {display: block; width: 56px; height: 1px; background: #fff; position: absolute; right: 6px; bottom: 0; content: "";}


.about-pic a{
	display: inline-block;
}
.about-pic a img{
	max-width: 520px;
}
.content-about{
	position: relative;
    width: 1200px;
    margin: auto;
}

/*领域*/

.yingy{ width:100%; float:left;background: url(../images/bjt2.jpg) no-repeat; height:188px; overflow: hidden;}
.yingy h2{ margin-top: 30px;border:4px solid #fff; position: relative; width:259px; height:122px; padding:28px 0 0 33px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; float: left;}
.yingy h2 a{ color:#fff; font-size: 22px; line-height: 40px;}
.yingy h2 i{ display: block; font-size: 14px; font-family: Arial; color:#6aaae9;font-weight: normal;}
.yingy h2::before{position: absolute; content:""; width:45px; height:4px; top: 46px; right: -24px;background:#f5f5f5;}
.yingy ul{width:930px; position: relative;margin-right: -30px; margin-top: 52px; float: right;overflow: hidden;}
.yingy li{ float: left;padding: 0 34px; overflow: hidden; font-size: 18px; color:#fff; text-align: center; line-height: 24px; position: relative;}
.yingy li img{display: block; width: 54px; height:54px; border-radius: 100%;background:#006b5e; margin: 0 auto 10px;}
.yingy li::before{position: absolute;content:""; top: 11px;right: 0; width:1px;height:80px;background:#6aaae9;}
.yingy li a{ color:#fff;}
.yingy li:last-child::before{height:0;}
.yingy li:nth-child(2) img{background:#d77f35;}
.yingy li:nth-child(3) img{background:#d2584d;}
.yingy li:nth-child(4) img{background:#3bab38;}
.yingy li:nth-child(5) img{background:#3b4c60;}
.yingy li:nth-child(6) img{background:#e2c432;}
.yingy li:nth-child(7) img{background:#5991cc;}

/* 新闻 */
.top-news-title
{
    width:615px;
    height:36px;
    line-height:36px;
	text-align:center;
	margin: 0 auto;
}
.sub-ptoduct-title{
	font-size: 16px;
	margin: 5px auto;
	text-align: center;
}
.line
{
    display:inline-block;
    width:100px;
    border-top:1px solid #cccccc;
    vertical-align:5px;  
}
.text{
	font-size: 30px;
}
.mt-50{
	margin-top: 50px;
}
.mb-50{
	margin-bottom: 50px;
}

.text-color{
	color: rgb(30, 80, 174);
}
.news{
	width: 100%;
	min-width: 1200px;
	height: auto;
	/* background-image: url('../images/new-bg.jpg'); */
	background-position: center;
	padding: 50px 0px;
}
.news-left{
	width: 785px;
}
.news-left a{
	float: left;
	min-height: 190px;
	border-bottom: 1px dotted #ccc;
}
.news-sticky{
	display: inline-block;
}
.news-sticky img{
	width: 285px;
	float: left;
}
.sticky-title{
	float: right;
	width: 465px;
	height: 50px;
	line-height: 30px;
}
.sticky-title span{
	font-size: 16px;
	margin-right: 65px;
}
.sticky-description{
	float: right;
	width: 465px;
	font-size: 14px;
    font-family: 微软雅黑;
	color: rgba(153, 153, 153, 1);
	margin-top: 50px;
}
.news-list{
	display: inline-block;
}
.news-list li{
	width: 780px;
	height: 60px;
	border-bottom: 1px dotted #ccc;
}
.news-title{	
	width: 780px;
	height: 60px;
	line-height: 60px;
}
.news-title span{
	font-size: 16px;
}

.news-right-list li{
	width: 380px;
	min-height:100px ;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.right-news{
	font-size: 16px;
    font-family: 微软雅黑;
    color: rgba(53, 53, 53, 1);
}
.right-description{
	font-size: 14px;
    font-family: 微软雅黑;
	color: rgba(153, 153, 153, 1);
	line-height: 25px;
	margin-top: 10px;
}



.mar{ margin:0 auto}
.w1200{ width:1200px; clear:both; }

.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}

.pic a{
	display: inline-block;
}
.pic a img{
	max-width: 485px;
}
/* 底部 */

.foot{
	width: 100%;
	min-width: 1200px;
	height: 310px;
    padding-top: 50px;
	background-color: #0067d0;
	border-bottom: 1px solid #ccc;
}
.foot-left{
	width: 350px;
}

.foot-nav{
	display: inline-block;
	width: 350px;
	margin-top: 20px;
	border-right: 1px solid #ccc;
}
.foot-nav li{
	width: 140px;
	height: 45px;
	float: left;
	line-height: 45px;
	text-align: center;
}
.foot-nav li a{
	display: inline-block;
	color: #fff;
}


/* 中间 */
.foot-middle{
	width: 550px;
	margin-left: 30px;
}
.foot-title img{
	padding-left: 10px;
}
.foot-title{
	width: 500px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
}
.foot-title span{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}


.content-size{
	display: inline-block;
	padding-left: 30px;
}

.content-list{
	margin-top: 34px;
}
.content-list li span{
	float: left;
	color: #fff;
	line-height: 30px;
	width: 240px;
}

.foot-right{
	width: 245px;
}


.foot-code{
	padding-top: 50px;
	padding-left: 50px;
}
.foot-code img{
	max-width: 140px;
}

.foot-bottom{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	line-height: 40px;
	background-color:#0067d0;
	text-align: center;
}
.foot-bottom p{
	color: #fff;
	font-size: 16px;
}
.foot-bottom p a{
	display: inline-block;
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
}


/*sub_banner*/
.sub_banner{ width:100%; min-width: 1200px; overflow: hidden; height: 450px}
.sub_banner img{ width:1920px; margin:0 calc(50% - 960px)}


.sub-about{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
.sub-nav-title{
	width: 300px;
	background-color: #014fa2;
	height: 80px;
	text-align: center;
}
.sub-nav-title span{
	display: inline-block;
	color: #fff;
	font-size: 26px;
	padding: 5px;	
}
.nav-list-bg{
	display: inline-block;
	width: 280px;
	background-color: #fff;
	padding: 20px 0px;
}
.sub-nav-list{
	width: 300px;
	text-align: center;
	background-color: #014fa2;
	padding: 10px;
}
.sub-nav-list li{
	display: inline-block;
	width: 270px;
	height: 40px;
	background-color: #fff;
	padding: 0px 0px;
	line-height: 40px;
	margin: 5px auto;
	border: 1px solid #ccc;
}
.sub-nav-list li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	color: #333;
	font-weight: bold;
}
.sub-nav-lxwm{
	width: 300px;
	background-color: #014fa2;
	text-align: center;
}
.sub-nav-lxwm span{
	color: #fff;
	font-size: 26px;	
}
.sub-nav-lxwm p{
	display: block;
    font-size: 16px;
    color: #3772b4;
	padding-top: 5px;
	margin: 0px;
}


.sub-bottom-info{
	width: 300px;
	background-color: #014fa2;
	padding: 10px;
}

.bottom-info-bg {
	display: inline-block;
    background-color: #fff;
    padding: 15px;
}
.bottom-info-bg p{
	margin: 0px;
	line-height: 35px;
}

.clean30{clear:both;height:15px;overflow:hidden;}
.sub-about1{ width:870px; float:right}
.sub-about1 p{ line-height:36px; font-size:16px}
.sub-about1 img{ max-width:100%;}

.cp_right{ width:913px; float:right; overflow:hidden}
.cp_dt{ width:100%; float:left; height:46px; line-height:46px; border-bottom:1px solid #124185}
.cp_dt b{ color:#124185;font-size:16px; float:left; padding-left:5px;}
.cp_dt span{ float:left}
.cp_dt span a{ font-size:15px;}
.cp_dt span img{ width:29px; float:left; padding-right:10px; padding-top:13px;}
.cp_dt p a{ float:right; font-size:16px; font-weight:bold; color:#124185; padding-right:5px;}


.mainRight{float: right; overflow:hidden;width: 870px;}
.brandnavbox{ width:870px; height:55px; background:url(../images/brandnavbg.jpg) no-repeat; overflow:hidden}
.brandnavbox p.ccsl{ float:left; max-width:250px;height:55px; line-height:55px;margin-left: 20px; color:#333; font-size:20px;}
.brandnavbox .con{ float:right; max-width:350px;height:55px; line-height:55px;}

.detailbox{ overflow:hidden}
.detailbox .xq{ padding-top:20px}
.detailbox .xq .con{ line-height:30px; color:#333;}


ul.piclistul{ overflow:hidden; padding-top:20px; line-height:30px;}
ul.piclistul li{float: left;width: 265px;height: auto;text-align: center;margin-left: 10px;margin-right: 13px;margin-bottom: 10px;}
ul.piclistul li a{width: 282px;height: auto;text-align: center;border: 1px solid #ccc; display: block;color: #333;line-height: 42px;}
ul.piclistul li a img{ display:block;width: 260px;height: auto;margin:0 auto; padding-top:4px;}
ul.piclistul li a p{ text-align:center;margin-top: 5px;padding: 0 10px; height:42px; line-height:42px;}
ul.piclistul li:hover a p{ background:#C30C22; color:#fff}



/*翻页样式*/
#pre{margin-top:20px; padding-top:10px; font-size:14px; clear:both; text-align:right; margin-bottom:15px}
#pre a{ color:#069}
#pages {width: 100%;height: 50px;text-align: center;line-height: 22px;padding-top: 1px; clear:both;}
#pages a {background: #f5f5f5;border: #ddd solid 1px;padding: 2px 8px;margin: 0 2px;float: none;color: #9d7751;font-size: 14px;}
#pages span {background: #198ede; color: #fff;border: #DDD solid 1px;padding: 2px 8px;margin: 0 2px;float: none;}

.detailbox .xq .box1{width: 700px; overflow:hidden;margin: 0 auto; padding-bottom: 5px;}
.detailbox .xq .box1 h1{width: 95%;margin: 0 auto;padding: 15px 0;border-bottom: 1px solid #e0e1dc; text-align:center;color: #666;font-size: 14px;}
.detailbox .xq .box1 img{ display:block; margin:10px auto; max-width:700px;}
.detailbox .xq .box2{ margin-top:10px;height: 24px;background:#00aef0}
.detailbox .xq .box2 p{padding-left: 20px;color: #fff;line-height: 24px;}
.detailbox .xq .box3{padding: 15px;line-height: 30px;font-size: 12px;color:#333;font-size: 16px;}


/* 新闻 */
.contWrap {margin-top: 15px;}
/****************新闻资讯****************/
.contBoxR .contWrap ul.newsList {width: 100%;}
.contBoxR .contWrap ul.newsList li {width: 100%; height: 36px; margin-bottom: 10px; line-height: 36px; border-bottom: 1px dashed #ccc;}
.contBoxR .contWrap ul.newsList li a {display: block; height: 100%;}
.contBoxR .contWrap ul.newsList li a:hover {color: #1970B9;}
.contBoxR .contWrap ul.newsList a:after {display: block; clear: both; overflow: hidden; content: "";}
.contBoxR .contWrap ul.newsList span {float: left; width: 10px; height: 100%; margin-right: 8px; background: url(../images/icon_sj.png) no-repeat center;}
.contBoxR .contWrap ul.newsList p {float: left; width: 726px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis;text-overflow: ellipsis;}
.contBoxR .contWrap ul.newsList em {float: right; color: #666;font-style: initial;}

/* 新闻详情页 */
.newsWrap {}
.newsDHead {text-align: center;}
.newsDHead h3 {margin: 10px 0; font-size: 20px;}
.newsDHead p {font-size: 12px; color: #999;}
.newsWrap .txt {margin-top: 26px; color: #666;}
.newsWrap .txt h4 {margin-top: 26px; line-height: 30px; text-indent: 2em;}
.newsWrap .txt p {line-height: 30px; text-indent: 2em;}
.newsWrap .txt .pic {margin: 20px 0; text-align: center;}
.newsWrap .txt .pic img {width: auto; max-width: 100%;}

.articlebook { margin-top: 10px; display: inline-block; text-align: left; float: left;}
.articlebook p{ margin-top: 10px; font-size: 14px;font-family: "微软雅黑";color: #999;}
.articlebook p:hover{ color: #009944;}


/* 表单 */
.mainWarp{ width:1200px; margin:0 auto; overflow:hidden; }
.contact_bg{
	width: 100%;
	min-width: 1200px;
	min-height: 815px;
	background-image: url('../images/contact_bg.jpg');
	background-position: center;
}
.back-fff{
	background-color: #fff;
	padding: 20px;
}


/* 表单 */
.form-title{
	width: 1140px;
	height: 40px;
	background-image: url('../images/form.png');
	background-position: left;
	background-repeat: no-repeat;
	background-color: #F9F8F8;
}
.form-font{
	line-height: 40px;
	padding-left: 90px;
	font-size: 14px;
	color: #0088d4;
}


.form-content{
	width: 1160px;
	text-align: center;
	margin-top: 50px;
}
.company-name{
	font-size: 24px;
    color: #252565;
}
.company-school{
	color: #999999;
    font-family: Microsoft YaHei;
	font-size: 16px;
	margin: 10px 0px;
}

/* 表单 */
.form-list{
	display: inline-block;
	margin-top: 30px;
}
.table_form tbody th {
	display: inline-block;
    width: 220px;
    font-size: 16px;
}
.table_form tbody td{
	border-bottom: none!important;
}
.table_form tbody th{
	border-bottom: none!important;
}
.input-text{
	width: 320px;
	height: 35px!important;
}
.service-img{
	margin-top: 10px;
}


/* 地图 */
.map{
	width: 870px;
	margin-top: 30px;
}


.bottom-info-bg a{
	color: #000;
}


.col-md-3{
	float: left;
   width: 25%;
}
.container {
    width: 1200px;
}
.col-md-9{
	width: 75%;
}
.col-md-4 {
	float: right;
	width: 33.33333333%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
}

@media screen and (max-width: 1440px) {
.pics_wrap{
	height: 520px!important;
}
}