﻿
@charset "utf-8";
/* 全局 */
* {
	transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	-o-transition: background-color ease .3s
}
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all
}
/* Style Reset
*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 14px;
	color: #666666;
	font-family:'微软雅黑';
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none;
}
input, select, textarea {
	outline: none;
	border: none;
	background: #FFF;
}
textarea {
	resize: none;
}
/*清浮动*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*公共部分*/
.fl {
	float: left;
} /*左浮动*/
.fr {
	float: right;
} /*右浮动*/
.c {
	clear: both;
} /*清浮动*/
.dn {
	display: none;
} /*不显示*/

/* ------------------------------------------index----------------------------------- */

input[placeholder], [placeholder], *[placeholder] {
 color:#a4a4a4 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #a4a4a4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a4a4a4;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #a4a4a4;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a4a4a4;
}
/* 头部 */

/* 顶部样式 */
.h_top {
	width: 100%;
	height: 25px;
	background-color: #055934;
}
.h_top_c{
width: 1100px;
height: 25px;
line-height: 25px;
margin: 0 auto;
}
.h_top_c h3{
	display: block;
	width: 300px;
	height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	float: left;
	text-align: right;
}
.h_top_c span{
	float: right;
}
.h_top_c span a{
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;

}
.h_mid {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
/* 顶部样式 end*/

/* logo search */
.h_mid_c {
	width: 100%;
	height: 130px;
	position: relative;
	z-index: 99;
}
.logo {
	float: left;
	margin-top: 5px;
}
.search {
	float: right;
	/* 	width: 294px; */
	margin-top: 7px;
	border-radius: 25px;
    margin-top: -45px;
}
.s_c {
	height: 37px;
	float: left;
	/* 	border:1px solid #220630; */
	position: relative;
	z-index: 10;
	background-color: #fff;
	
}
.search_text {
	width: 242px;
	height: 37px;
	line-height: 37px;
	background-color: transparent;
	text-indent: 15px;
	color: #707070;
	float: left;
}
.drop_down {
	float: left;
	width: 73px;
	height: 37px;
	line-height: 37px;
	color: #39114e;
	padding-left: 10px;
	background: url(../images/drop_down_icon_03.png) no-repeat 90% center;
	cursor: pointer;
}
.drop_down:hover {
	color: #763696;
}
.dd_list {
	width: 83px;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 9;
	background-color: #efe6f3;
}
.dd_list span {
	display: inline-block;
	width: 73px;
	padding-left: 10px;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 35px;
	color: #39114e;
	cursor: pointer;
}
.dd_list span:hover {
	color: #763696;
}
.current_dd_span {
	color: #fff!important;
	background-color: #220630;
}
.search_submit {
	width: 56px;
	height: 37px;
	float: left;
	cursor: pointer;
	background: #fff url(../images/0014050_12.png) no-repeat center;
	margin-left:2px;
}
.search_submit:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.h_mid_news {
	width: 100%;
	height: 52px;
	background: #1D208B;
}
.h_mid_news_c {
	width: 1100px;
	margin: 0 auto;
}

/* logo search end*/

/* 头部 end*/

/* 导航 */

	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{width: 700px; float: left;height: 110px;margin-top: 20px; padding-left: 200px;  line-height:34px;  position:relative; z-index:1;  }
		.nav a{ color:#000;  }
		.nav .nLi{width: 112px; height: 80px;line-height: 80px; float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left; display: block;width: 100% }
		.nav .nLi h3 a{ display:block; width: 100%; font-size:14px; font-weight:bold;  text-align: center;}
		.nav .sub{ display:none; width:112px; left:0; top:60px;  position:absolute; background:#E6E6ED;  line-height:26px;}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; text-align: center; }
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
		.nav .on h3 a{ background:#1D208B; color:#fff;   }

.zz_nav {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 8;
}
/* nav end*/

/* banner */
.banner {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}


.txtMarquee-left {
	width: 300px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/0014050_09.png) no-repeat 0px center;
	padding-left: 95px;
	text-align: left;
}
.txtMarquee-left .bd{ padding:10px; }
		.txtMarquee-left .bd .tempWrap{ width:425px !important; }
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline; width:auto !important;  }
.txtMarquee-left .bd ul li a {
	width: 225px!important;
	color: #fff;
	font-size: 14px;
}
.about_text {
	width: 477px;
	height: 246px;
	margin-top: 12px;
	padding: 0 9px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
/* main */
.main_c {
	width: 100%;/* 	background-color: #efe6f3; */
}
.main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
/* common */
.common {
	width: 1100px;
	margin: 0 auto;
	margin-top: 10px;
}
.common_title {
	position: relative;
	height: 45px;
	margin-bottom: 15px;
	border-bottom: 2px solid #d6bae4;
}
.common_title h2 {
	width: 100px;
	padding-left: 36px;
	padding-bottom: 6px;
	position: absolute;
	left: 0;
	top: 10px;
	border-bottom: 2px solid #8241a3;
	font-size: 22px;
	font-weight: normal;
	color: #632781;
	text-align: center;
}
.common_title a {
	display: inline-block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	top: 10px;
	right: 9px;
	text-align: center;
	color: #f1a4f0;
	background-color: #632781;
}
.common_title a:hover {
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.jishu_c_t{
	width: 780px;
	float: left;
}
.jishu_c_t img{
	width: 780px;
	height: 360px;
}
.jishu_c_t .bd ul{
width: 630px;
color: #fff;
height: 140px;
line-height: 23px;
text-indent: 2rem;
 margin-top: -190px;
padding: 0 72px;
background-color: rgba(0, 0,0,0.5);
    position: absolute;
}
.jishu_c_t .bd ul h3{
	font-size: 14px;
}
.jishu_t li{
	float: left;
	margin-left: 15px;
}
.jishu_t li a{
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	border:  2px solid #1D208B;
	color: #1D208B;
	font-weight: bold;
	letter-spacing: 4px;
}
.jishu_t li a:hover{
	color: #fff;
	background: #1D208B;
}
/* 22222222222 */
.c_title_c {
	width: 1100px;
	margin: 0 auto;
}
.c_title_c .c_title {
	padding-bottom: 0!important;
	border-bottom: 0!important;
	margin-bottom: 0 !important;
}
.c_title {
	position: relative;
	height: 22px;
	margin-top: 23px;
	padding: 30px 0;
	margin-bottom: 16px;
	background: url(../images/home_02.png) no-repeat center;
}
.c_title h2 {
	font-size: 26px;
	font-weight: bold;
	color: #1D208B;
	 text-align: center;

}
.c_title a{
	display: block;
    width: 65px;
    height: 20px;
    text-align: right;
    background: url(../images/index_9.png) no-repeat;
    float: right;
    margin-right: 15px;

}
.c_title_r{
	position: relative;
	height: 38px;
	line-height: 30px;
	background: url(../images/zizhi_i.png) no-repeat;
	text-align: center;
	color: #fff;
	  font-size: 14px;
}
.c_title span {
	display: inline-block;
	font-size: 26px;
	color: #ffbc07;
	font-family: "Arial";
	padding-left: 3px;
	margin-top: 5px;
	font-weight: normal;

}
/* common */
.jishu_t{
	display: block;
	height: 37px;
}
.l_news_content{
	margin-left: 40px;
}
/* 本例子css */
.slideBox {
	width: 275px;
	margin-top: 15px;
	height: 300px;
	border: 1px solid #ccc;
	position: relative;
}
.slideBox .bd {

	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd  li{
	zoom:1;
	vertical-align: middle;
	
}
.slideBox .bd  img{
	display: block;
	width: 270px;
	height: 265px;
}
	
.slideBox .bd ul li a span {
    display: block;
    background: #4C4C4C;
    width: 100%;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.slideBox .bd ul li a p{
	height: 35px;
	line-height: 35px;
	color: #000;
	text-align: center;
	background: #fff;
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left:255px;
    display: block;
    width: 33px;
    height: 51px;
    background: url(../images/next_slidebox_03.png) -36px no-repeat;
}
.slideBox .next {
    left: 220px;
    background-position: -3px ;
}
.slideBox .prev:hover, .slideBox .next:hover{
	 background: url(../images/next_skidebox_0.1.png) -36px no-repeat;
}
.slideBox .next:hover{
	background-position: -3px ;
}
.more{
	display: block;
	width: 90px;
	height: 30px;
	font-size: 14px;
	font-family: '微软雅黑';
	line-height: 30px;
	text-align: center;
	border: 1px solid #1D208B;
	color: #1D208B;
	margin-top: 10px;
}
.big_pic {
	width: 323px;
	height: 309px;
	border: 2px solid #c4a7d2;
	overflow: hidden;
}
.big_pic img {
	width: 323px;
	height: 309px;
}
/* ------------------------------------------index end----------------------------------- */

/* ------------------------------------------subpage------------------------------------- */

/* 公共 */

.content_com_title {
	position: relative;
	height: 55px;
	margin-bottom: 15px;
	border-bottom: 1px solid #17582F;
}
.content_com_title h2 {
	display: inline-block;
	width: 166px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #333e8d;
}
.bread {
	color: #000000;
	line-height: 53px;
}
.bread a {
	display: inline-block;
	color: #000000;/* 	height: 26px;
line-height: 26px; */
}
.bread a:hover {
	color: #db0e34;
}
/* 左侧 */
.sp_left {
	width: 225px;
	float: left;
	margin-top: 15px;
	margin-bottom: 13px;
}
/* left_nav */
.sub_nav_list {
	overflow: hidden;
}
.sub_nav_list ul li {
	width: 195px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 9px;
	overflow: hidden;
}
.sub_nav_list ul li a {
	display: block;
	height: 33px;
	padding-left: 40px;
	border-radius: 20px;
	border: 1px solid #7e5195;
}
.sub_nav_list ul li a:hover {
	background-color: #cd9ae6;
	border: 1px solid #cd9ae6;
}
.current_snl a {
	color: #d6bae4!important;
	border: 1px solid #632781!important;
	background-color: #632781!important;
}
/* left_nav */

/* 左侧联系我们 */
.sub_content_list {
	padding-top: 50px;
	padding-bottom: 15px;
	line-height: 27px;
}

/* 左侧联系我们 end*/
/* 左侧  end*/

/* 右侧内容 */
.sp_content {
	width: 758px;
	float: right;
	margin-top: 15px;
}
.content {
	min-height: 672px;
	line-height: 28px;
	padding: 0 5px;
 _height:expression(this.scrollHeight < 672 ? "672px" : "auto");
}
#tip b {
	color: #333e8d;
}
/* ------------------------------------------subpage end------------------------------------- */


.select {
	float: left;
	width: 100px;
	height: 37px;
	line-height: 37px;
	border: 0;/* background:url(../images/select.jpg) right center no-repeat #000; */
}
select {
	font-family: "微软雅黑";
}
.select select {
	width: 96%;
	padding: 0 3%;
	cursor: pointer;
	background-color: transparent;
	overflow: hidden;
	color: #a4a4a4;
	border-right: 1px solid #b7bfe8;
	border-left: 1px solid #b7bfe8;
	font-size: 14px;
}
.pro_cc {
	background: url(../images/index_8.png) no-repeat center;
	margin-top: 17px;
	height: 455px;
}
.pro_cc_c {
	width: 1100px;
	margin: 0 auto;
	padding-top: 1px;
}
.picScroll-left {
	width: 1100px;
	position: relative;
	margin-top: 20px;
}
.picScroll-left .hd {
	width: 100%;
	overflow: hidden;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
	text-align: center;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 27px;
	height: 50px;
	float: left;
	cursor: pointer;
	background: url(../images/0014042_03.png) no-repeat left center;
	border-radius: 4px;/* 	margin:0 10px; */
}
.picScroll-left .hd .next {
	background-position: right center;
	float: right;
}
/* .picScroll-left .hd a:hover{background-color: #ea7724} */

.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icocircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	width: 915px;
	margin: 0 auto;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 9px;
	float: left;
	_display: inline;
	border: 1px solid #10a710;
	background-color: #10a710;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .pic img {
	width: 208px;
	height: 158px;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.picScroll-left .bd ul li .title {
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 29px;
	line-height: 29px;
	background: url(../images/pro_l_bg_11.png);
	color: #fff;
	text-align: center;
}
.picScroll-left .bd ul li .pic img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.picScroll-left .bd ul li .title a {
	color: #fff;
	display: block;
	line-height: 32px;
}
/* .about_us_aa{
	height: 371px;
} */
.about_us_aa_cc {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 16px;
	background: url(../images/common_bg_07.jpg) no-repeat center bottom;
}
.au_logo {
	text-align: center;
	margin-top: 40px;
}
.au_logo img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.au_logo img:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.au_c {
	width: 720px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
	margin-left: 140px;
	overflow: hidden;
	line-height: 28px;
}
.more_btn {
	display: inline-block;
	width: 120px;
	height: 32px;
	background-color: #fff;
	color: #23201d;
	border-radius: 15px;
	text-align: center;
	line-height: 32px;
	margin-top: 25px;
	-webkit-box-shadow: 0 3px 3px #23201d;
	box-shadow: 0 3px 3px #23201d;
}
.more_btn:hover {
	color: #fff;
	background-color: #ea7724;
}
.case_title_index {
	text-align: center;
	margin: 33px 0;
}
.case_title_index h2 {
	color: #23201d;
	font-size: 24px;
	font-weight: normal;
}
.case_title_index span {
	color: #ea7724;
	font-size: 28px;
}
.case_index_c {
	width: 1100px;
	margin: 0 auto;
}
.case_show {
	margin-bottom: 43px;
}
.case_show div img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_show div:hover img {
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.case_more {
	width: 187px;
	height: 144px;
	background: #ea7724 url(../images/001394_14.jpg) no-repeat 27px 19px;
	padding: 19px 27px;
	margin-bottom: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.case_more:hover {
	-webkit-box-shadow: 0 4px 4px #666;
	box-shadow: 0 4px 4px #666;
}
.case_more span {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 64px;
}
.case_more a {
	display: inline-block;
	width: 109px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 15px;
}
.case_more a:hover {
	background-color: #fff;
	color: #ea7724;
	font-weight: bold;
}
.bg_pic {
	margin-right: 4px;
	margin-left: 10px;
}
.right_pic {
	margin-right: 10px;
}
.news_index{
	width: 100%;
	background: #F7F7F7;
}
.news_index_new {
	margin-top: 30px;
	background-color: #f2f2f2;
}
.news_index_cc {
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.news_index_cc .hd ul li{
	float: left;
	background: #E0E0E0;
	padding: 10px;
	font-weight: bold;
	margin-left: 20px;
}
.news_index_cc .hd {
	width: 600px;
	margin: 0 auto;
}
.news_index_cc .hd ul li:hover{
color: #fff;
background: #1D208B;
}
.news_index_cc .bd {
    height: 310px;
    margin-top: 15px;
}
.news_index_cc .lh {
    overflow: hidden;
}
.news_index_cc .lh li {
    width: 270px;
    height: 310px;
    padding-left: 3px;
    float: left;
}
.news_index_cc .lh li .p-img {
    width: 270px;
    height: 260px;
}
.news_index_cc .lh li .p-img img {
    width: 270px;
    height: 260px;
}
.news_index_cc .lh li .p-name {
    height: 50px;
    background: #999;
    line-height: 50px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
}
.news_index_cc .lh li .p-name a{
 color: #fff;	
}
.news_index_cc .lh li .p-name a:hover{
	color: #1D208B;
}
.news_index_cc_new {
	background: none;
	padding-bottom: 25px;
}
.cc_common_title {
	position: relative;
}
.cc_common_title h2 {
	color: #636363;
	font-size: 24px;
}
.cc_common_title span {
	display: inline-block;
	color: #10a710;
	font-size: 28px;
	font-family: "Impact";
}
.cc_common_title a {
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-block;
	background-color: #23201d;
	color: #fff;
	padding: 2px 5px;
}

.nic_t {
	margin-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #8b8b8b;
	margin-left: 3px;
}
.right_c {
	width: 346px;
	margin-left: 13px;
	text-align: justify;
}
.right_c h2 {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #f70000;
	font-weight: normal;
}
.right_c h2:hover {
	text-decoration: underline;
}
.right_c span {
	display: inline-block;
	height: 66px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 2px;
	color: #797979;
}
.left_pic img {
	width: 128px;
	height: 94px;
	display: block;
}
.news_all {
	width: 300px;
	margin-left: 10px;
	float: left;
}
.news_all_t dl{
	height: 28px;
	line-height: 23px;
	margin-top: 20px;
	background: url(../images/home_15.png) no-repeat 0 0;
}

.news_all_t dt {
	overflow: hidden;
	background: url(../images/home_15.png) no-repeat 0 -30px;
	border-bottom:1px dashed #ccc; 
	padding-bottom: 20px;
}
.news_all_t dt:nth-child(6){
	border: none;
}
.news_all_t dl a{
	color: #1D208B;
    padding-left: 35px;
    display: block;
}
.news_all_t dt a{
	color: #4c4c4c;
    padding: 0 35px;
    display: block;
    line-height:20px;
}
.news_all ul li a:hover {
	color: #e70000;
}
.news_all ul li span {
	color: #848484;
	float: right;
}
.r_news_content {
	width: 750px;
	float: left;
	margin-right: 20px;
}
.r_news_content_new {
	width: 395px!important;
	margin-top: 35px;
	padding-left: 53px;
	overflow: hidden;
	border-left: 1px solid #ccc;
}
.big_news ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	
}
.big_news ul li a{
	display: block;
	width: 520px;
	padding-left: 18px;
	background: url(../images/index_x.png) no-repeat 0px;
	color: #3a3b3b;
	 float: left;
}
.big_news ul li a:hover{
	color: #055934;
}
.bn_date {
	float: right;
}
.contact_bottom {
	text-align: right;
}
.contact_bottom h2 {
	font-size: 30px;
	color: #636363;
}
.contact_bottom span {
	display: block;
	font-size: 36px;
	color: #10a710;
	font-family: "Impact";
}
.contact_map {
	margin-top: 20px;
}
.contact_content {
	width: 232px;
	border: 1px solid #ccc;
	margin-top: 15px;
}
.contact_content div {
	font-size: 16px;
	color: #000;
	font-family: '微软雅黑';
	
}
.contact_content h3{
	color: #1d208b;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.contact_content img{
	padding: 5px;
}
.contact_content div span {
	display: block;
	width: 167px;
	vertical-align: top;
	color: #000;
	float: right;
}
.contact_pic img {
	width: 157px;
	height: 116px;
	border: 1px solid #10a710;
}

.news_all_new ul li {
	height: 27px;
	line-height: 27px;
}
.news_all_new ul li a {
	width: 100%;
}
.footer_l{
	float: left;
}
.footer_r{
	width: 800px;
	float: left;
	margin-left:30px;
}
.footer_bt{
	width: 1100px;
	margin: 0 auto;
}
.footer_c {
	width: 100%;
	height: 335px;
	background: #1D208B;
}
.f_content {
	line-height: 25px;
	color: #fff;
	overflow: hidden;
	margin-top: 15px;
}
.f_content a {
	color: #fff;
}
.f_content a:hover {
	text-decoration: underline;
}

.bb_nav_c {
	width: 800px;
	height: 53px;
	line-height: 53px;
	margin: 15px 0;
}
.bb_nav_c ul li {
	width: 70px;
	color: #fff;
	float: left;
	text-align: center;
}
.bb_nav_c ul li a {
	color: #fff;
	font-weight: bold;
 
}
.bb_nav_c ul li a:hover {
	color: #e70000;
}
.bb_nav_c span {
	display: inline-block;
	width: 42px;
	height: 21px;
	background: url(../images/0013942_22.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -21px;
	z-index: 10;
}
.link{
	height: 50px;
    border: 1px solid #fff;
	
}
.link  a{
	display: block;
	font-size: 15px;
	height: 50px;
	margin: 5px;
	line-height: 50px;
	float: left;
	color: #fff;
	
}
.c_title_new {
	margin: 0;
	border-bottom: 0;
	padding-top: 0;
}
.c_title_new h2 {
	width: auto!important;
	height: 97px;
	line-height: 97px;
	font-size: 24px;
	color: #fff;
	background:#1D208B;
	text-align: center;
}
.contact_content_new {
	height: auto!important;
	margin-top: 5px;
}
.jishu_c {
	width: 1100px;
	margin: auto;
	margin-top: 22px;
}
.c_title_ss {
	height: 33px;
	
	background: url(../images/news_08.png) no-repeat;
}
.c_title_ss h3{
	line-height: 33px;
	padding-left: 35px;
	color: #fff;
	width: 100px;
    float: left;
}
.c_title_ss a {
	width: 55px;
	display: block;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-weight: bold;
	border: 0;
	float: right;
	
}

/* banner */
.atm_banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 0
}
.atm_banner img {
	display: block;
	margin: 0 auto;
}
.atm_banner_box {
	position: absolute;
	top: 0;
	left: 50%;
}
.atm_btns {
	width: 1002px;
	position: absolute;
	height: 81px;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -501px;
}
.atm_btns .atm_prev, .atm_btns .atm_next {
	width: 100px;
	height: 100px;/* float:left; */
	font: 700 56px/70px "simsun";
	color: #fff;
	text-align: center;
	position: absolute;
	left: -10%;
	top: 0;
	background: url(../images/qqwwqq_03.png) no-repeat left center;
}
.atm_btns .atm_next {
	float: right;
	background-position: right center;
	position: absolute;
	left: 100%;
	top: 0;
}
/*==========分页样式===========*/
.paging {
	width: 100%;
	height: 24px;
	text-align: center;
	padding: 15px 0;
	float: right
}
.paging a {
	font: 12px/24px "microsoft yahei";
	color: #333;
	text-decoration: none;
	padding: 0 8px;
	border: solid 1px #ddd;
	display: inline-block;
	white-space: nowrap;
	margin: 0 3px;
}
.paging a {
	background: none;
}
.paging a.hover {
	background: #8089ca;
	color: #fff;
}
.paging .thisclass{
	background: #1d208b;
}
.paging span {
	background: #333e8d;
	color: #fff;
}

/* 评论 */
.c-proBox h3 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	background: #333e8d;
	color: #ffffff;
	padding: 5px 10px;
	margin: 10px 0;
}
.c-comment li {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 0 15px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}
.c-comment li p {
	padding: 15px 0;
	border-top: 1px dashed #eeeeee;
}
.c-comment li p span {
	float: right;
}
.c-comment li p.on {
	border-top: 0;
}
.c-comment li p.admin {
	color: #333e8d;
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #333e8d;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #e73455;
}
/* 留言 */
.c-book ul li {
	position: relative;
	margin-top: 10px;
}
.c-book ul li em {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 7px;
	width: 150px;
	font-style: normal;
}
.c-book ul li textarea, .c-book ul li input, .c-book ul li select {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 12px;
	border: 1px solid #eeeeee;
	font-family: 'Microsoft Yahei';
}
.c-book ul li textarea:hover, .c-book ul li input:hover, .c-book ul li select:hover, .c-book ul li textarea:focus, .c-book ul li input:focus, .c-book ul li select:focus {
	border-color: #333e8d;
}
.c-book ul li textarea {
	width: 450px;
	height: 150px;
	overflow-y: hidden;
}
.c-book ul li img {
	position: absolute;
	cursor: pointer;
	top: 10px;
	margin-left: 5px;
}
.c-book ul li.bnt {
	margin-left: 150px;
}
.c-book ul li.bnt input {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	width: 120px;
	margin-left: 10px;
	border-color: #333e8d;
	background: #333e8d;
	color: #ffffff;
}
.c-book ul li.bnt input:hover {
	border-color: #e73455;
	background: #e73455;
}
.c-cb, .c-cbli li {
	zoom: 1;
}
/* product view 产品内页 */
.view_imgs {
	width: 555px;
	height: 500px;
	margin: 20px auto;
	position: relative;
	background: #f7f7f7;
}
.view_imgs .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 422px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}
.view_imgs .prev {
	left: 0;
	background: url(../images/view_left.png) no-repeat center center #bfbebe;
}
.view_imgs #prev, .view_imgs #prev #next {
	width: 15px;
	height: 70px;
	margin-left: 0;
}
.view_imgs #prevTop, .view_imgs #nextTop {
	display: none
}
.view_imgs .next {
	right: 0;
	background: url(../images/view_right.png) no-repeat center center #bfbebe;
}
.view_imgs li {
	float: left;
}
.view_imgs .prev:hover, .view_imgs .next:hover {
	background-color: #830808;
}
.view_imgs .cf li {
	position: relative;
	color: #fff;
}
.view_imgs .cf a {
	display: block;
	width: 555px;
	height: 416px;
	position: absolute;
	color: #fff;
}
.view_imgs .picBox {
	height: 416px;
	position: relative;
	overflow: hidden;
}
.view_imgs .picBox ul {
	height: 416px;
	position: absolute;
}
.view_imgs .picBox li {
	width: 555px;
	height: 374px;
}
.view_imgs .listBox {
	width: 511px;
	height: 71px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 10px;
	overflow: hidden;
}
.view_imgs .listBox ul {
	height: 71px;
	position: absolute;
}
.view_imgs .listBox li {
	width: 104px;
	height: 71px;
	cursor: pointer;
	position: relative;
}
.view_imgs .listBox li a {
	display: block;
	width: 95px;
	height: 71px;
}
.view_imgs .listBox li img {
	width: 95px;
	height: 71px;
}
.view_imgs .listBox .on img {
	width: 89px;
	height: 65px;
	border: 3px solid #830808;
}
.view_imgs .picBox li img {
	max-width: 100%;
}
.ol_width {
	width: 580px;
}
