@font-face {
	font-family: FZQKBYSJW;
	/*这里是说明调用来的字体名字*/
	src: url(../css/font/FZQKBYSJW.ttf);
	/*这里是字体文件路径*/
}

body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 1200px;
}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6E6E6E;
}

a:hover {
	text-decoration: none;
	color: #212759;
}

input:focus {
	outline: none;
}


/*头部区域*/

.top_mian {
	width: 100%;
	margin: 0 auto;
}

.top {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top_l {
	float: left;
	margin-top: 5px;
}

.top_r {
	float: right;
}

.top_ll {
	float: left;
	padding-right: 80px;
	margin-top: 15px;
}

.lo_le {
	float: left;
	margin-top: 10px;
}

.lo_top {
	float: left;
	padding-left: 10px;
}

.lo_top p {
	font-size: 18px;
	color: #ffae00;
}

.top_rr {
	float: left;
	height: 80px;
	line-height: 80px;
}

.top_rr span {
	font-size: 13px;
	background: #FFFFFF;
	padding: 2px 15px;
	text-align: center;
}

.top_rr .active_top {
	background: #212759;
	color: #ffffff;
}

.top_rr span:hover {
	background: #212759;
	color: #ffffff;
}


/*nav*/


/*.nav_main {
	width: 100%;
	margin: 0 auto;
	background: #212759;
}

.nav_qu {
	width: 1353px;
	margin: 0 auto;
	height: 40px;
	line-height: 38px;
}

.nav_qu ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.nav_qu li {
	width: 16%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.nav_qu li a {
	color: #FFFFFF;
}
.nav_qu .one {
    top: 0;
    left: 0;
    z-index: 1;
}
.nav_qu:hover .one {
    top: -52px;
    left: 0;
}
.nav_qu:hover .two {
    bottom: 0px;
    left: 0;
    font-size: 16px;
    font-family: 'AVGARDM',"微软雅黑";
    font-weight: normal;
    color: #ffae00;
}
.nav_qu .two {
    bottom: -52px;
    left: 0;
    z-index: 2;
}

.nav_qu li a:hover {
	color: #f2f5f9;
}*/

.menu {
	background: #212759;
	width: 100%;
	height: 52px;
	line-height: 52px;
}

.nav_menu {
	width: 1200px;
	margin: 0 auto;
}

.nav_menu ul li {
	float: left;
	width: 184px;
	text-align: center;
}

.nav_menu ul li a {
	font-size: 16px;
	color: #FFF;
}

.nav_menu ul li a:hover {
	color: #ffb20e
}

.nav {
	width: 1200px;
	height: 52px;
	font-family: "微软雅黑";
	margin: 0 auto
}

.nav_ {
	width: 200px;
	height: 52px;
	position: relative;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
	float: left;
}

.nav_ div {
	width: 200px;
	height: 52px;
	position: absolute;
	line-height: 52px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav_ .one {
	top: 0;
	left: 0;
	z-index: 1;
}

.nav_:hover .one {
	top: -52px;
	left: 0;
}

.nav_ .one a {
	color: #fff;
	text-decoration: none;
}

.nav_ .two {
	bottom: -52px;
	left: 0;
	z-index: 2;
}

.nav_:hover .two {
	bottom: 0px;
	left: 0;
	font-size: 16px;
	font-family: 'AVGARDM', "微软雅黑";
	font-weight: normal;
	color: #ffae00
}

.nav_ .two a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	color: #ffae00
}


/*banner*/

.banner_main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 0px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

@media screen and (max-width:768px) {
	.c-banner {
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img {
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}


/*底部区域*/

.foot_qd {
	width: 100%;
	background: #FFA838;
	padding: 5px 0;
}

.foot_main {
	width: 100%;
	margin: 0 auto;
	background: #212759;
	overflow: hidden;
}

.foot_db {
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}

.foot_left {
	width: 50%;
	float: left;
}

.foot_right {
	width: 50%;
	float: right;
}

.fo_a {
	padding: 10px;
}

.fo_b {
	padding: 8px 10px;
}

.fo_b img {
	vertical-align: middle;
}

.fo_b span {
	vertical-align: middle;
	font-size: 14px;
	color: #fafafa;
}

.foot_right ul {
	width: 100%;
}

.foot_right li {
	float: left;
	width: 25%;
	margin: 0 auto;
	text-align: left;
}

.foot_right li h2 {
	font-size: 15px;
	padding: 30px 0 20px;
	color: #FFFFFF;
}

.foot_right li p {
	font-size: 14px;
	color: #e1dfde;
	padding: 6px 0;
}

.foot_right li p:hover {
	color: #FFFFFF;
}

.pdsee {
	width: 20% !important;
	padding-top: 70px;
	text-align: left !important;
	padding-left: 10px;
}

.foot_dbb {
	width: 100%;
	margin: 0 auto;
	background: #333333;
	text-align: center;
}

.foot_dbb p {
	font-size: 12px;
	color: #c9c9c9;
	padding: 10px 0;
}
.foot_dbb a {
	color: #c9c9c9;
	
}


/*首页内容*/

.about_main {
	width: 100%;
	margin: 0 auto;
}

.pro_main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.about {
	width: 100%;
	padding: 25px 0;
	margin: 25px auto;
	background: url(../img/about_1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.about span {
	width: 100%;
	font-family: FZQKBYSJW;
	font-size: 48px;
	text-align: center;
	display: inline-block;
	color: #dbdbdb;
	opacity: 0.4;
}

.abo_bt {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
}

.abo_bt h2 {
	font-size: 30px;
	color: #333333;
	padding: 10px 0;
}

.abo_line {
	width: 74px;
	height: 3px;
	background: #212759;
	margin: 0 auto;
}

.abo_nr {
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 30px;
}

.abo_nr p {
	text-indent: 2em;
	line-height: 2em;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.abo_ade {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

.abo_ade a {
	background: #212759;
    width: 100px;
    height: 30px;
    line-height: 30px;
	text-align: center;
	display: inline-block;
}
.abo_ade a:hover{
	display: inline-block;
	background: #FFAE00;
}
.product {
	width: 100%;
	padding: 25px 0 0;
	margin: 0 auto;
	position: relative;
}

.product span {
	width: 100%;
	font-family: FZQKBYSJW;
	text-transform: uppercase;
	font-size: 48px;
	text-align: center;
	display: inline-block;
	color: #dbdbdb;
	opacity: 0.4;
}


/*案例*/

.i_lump2 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 50px;
	background: #FFFFFF;
}

.i_lump2 .ri {
	position: relative;
	width: 100%;
	margin: 0 auto;
	float: right;
	overflow: hidden;
	padding: 40px 0 0px;
}

.i_lump2 .ri .item {
	float: left;
	width: 345px;
	height: 355px;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 34px;
	padding: 10px 10px 10px;
	background: #FFFFFF;
	box-shadow: #eaeaea 3px 3px 8px 1px;
}

.i_lump2 .ri .item .cn h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.i_lump2 .ri .item p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	/*color: #333333;*/
	background: #f4f4f4;
}

.i_lump2 .ri .item .icon {
	width: 345px;
	height: 233px;
	overflow: hidden;
}
.i_lump2 .ri .item .en {
	text-transform: uppercase;
}

.i_lump2 .ri .item .icon img {
	width: 345px;
	height: 233px;
	cursor: pointer;
	transition: all 0.6s;
}

.i_lump2 .ri .it1:hover {
	background: #212759;
}

.i_lump2 .ri .item:hover .cn,
.i_lump2 .ri .item:hover .en,
.i_lump2 .ri .item:hover p {
	color: #fff;
	
}

.i_lump2 .ri .item:hover p {
	background: #FFFFFF;
	color: #212759;
}

.i_lump2 .ri .item:hover img {
	transform: scale(1.1);
}


/*营销优势*/

.Market_main {
	width: 100%;
	margin: 10px auto 0;
	background: #f8f8f8;
}

.market {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 45px;
}

.mark_bt {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.mark_bt h3 {
	font-size: 30px;
	color: #212759;
}

.mark_bt p {
	font-size: 13px;
	color: #8e8d8d;
	text-transform: uppercase;
	padding: 5px 0;
}

.mark_nr {
	width: 100%;
	margin: 0 auto;
}

.mark_nr ul {
	width: 100%;
}

.mark_nr li {
	width: 25%;
	float: left;
	text-align: center;
}

.mark_a {
	width: 117px;
	height: 117px;
	margin: 0 auto;
	background: #212759;
	border-radius: 100px;
}

.mark_a img {
	padding-top: 22px;
	transition: All 0.8s ease-in-out;
	-webkit-transition: All 0.8s ease-in-out;
	-moz-transition: All 0.8s ease-in-out;
	-o-transition: All 0.8s ease-in-out;
}
.mark_a img:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.mark_b {
	margin: 15px auto 10px;
}

.mark_b h2 {
	font-size: 25px;
	color: #212759;
	font-weight: 200;
}

.mark_c {
	font-size: 16px;
	color: #626161;
	text-align: left;
	text-indent: 2em;
	padding: 0 10px;
	line-height: 2em;
}

.Propa {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #ffae00;
	padding: 30px 0;
}

.Propa h2 {
	font-size: 32px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.Propa p {
	padding-bottom: 10px;
	font-size: 22px;
	color: #FFFFFF;
}

.pro_tel {
	width: 290px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 100px;
	padding: 5px 0;
}

.pro_tel img {
	vertical-align: middle;
}

.pro_tel span {
	vertical-align: middle;
	font-size: 24px;
	font-weight: 600;
	color: #ffae00;
}


/*关于我们*/

.whole_main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f9f9f9;
}

.whole {
	width: 1200px;
	margin: 15px auto;
	padding: 0 20px;
	overflow: hidden;
	background: #ffffff;
}

.list_bt {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
}

.active_li {
	background: #212759;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
}

.li_hh {
	float: left;
	width: 50%;
}

.li_hh h2 {
	font-size: 20px;
	font-weight: 200;
	color: #444;
}

.li_hh h2 {
	font-size: 20px;
	font-weight: 200;
	color: #444;
	display: inline-block;
}

.li_hh span {
	font-size: 18px;
	font-weight: 200;
	color: #c1c1c1;
	text-transform: capitalize
}

.li_bt_l {
	width: 60%;
	float: left;
	text-align: left;
}

.li_bt_l a {
	display: inline-block;
	padding: 10px 20px;
	background: #212759;
	color: #FFFFFF;
}

.li_bt_l a:hover {
	background: #212759;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 20px;
}

.li_bt_l .hover {
	background: #ffae00;
	color: #212759;
	display: inline-block;
	padding: 10px 20px;
}

.li_bt_l a:hover {
	background: #ffae00;
	color: #212759;
	display: inline-block;
	padding: 10px 20px;
}

.li_bt_r {
	width: 40%;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: right;
}

.li_bt_r img {
	width: 20px;
	vertical-align: middle;
}

.li_bt_r span {
	color: #6E6E6E;
	vertical-align: middle;
}

.who_nr_main {
	width: 100%;
	margin: 0 auto 20px;
}

.who_nr_main p {
	text-indent: 2em;
	line-height: 1.7em;
	padding-bottom: 10px;
	font-size: 15px;
	color: #575757;
}

.who_nr_main h3 {
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
}


/*新闻列表*/

.new_nr_main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.new_nr_main ul {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F4F4F4;
}

.new_nr_main li {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}

.new_matr {
	width: 100%;
	margin: 0 auto;
}

.new_ma_l {
	width: 33%;
	height: 120px;
	overflow: hidden;
	float: left;
}

.new_ma_l img {
	width: 200px;
	height: 120px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.9s;
}
.new_ma_l img:hover {
	border-radius: 6px;
	transform: scale(1.1);
}
.new_ma_r {
	float: left;
	padding-left: 10px;
	width: 63%;
	padding-top: 6px;
}

.new_ma_r h3 {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.new_ma_r span {
	font-size: 13px;
	display: inline-block;
	padding: 5px 0;
}

.new_ma_r p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.new_matr a:hover {
	color: #212759;
}


/*页码*/

.page_ym {
	width: 100%;
	margin: 10px auto 20px;
	text-align: center;
	padding: 20px 0;
}



/*分页*/
#pages {
    text-align: center;
	margin-left:0px;
	padding-left:0px;
}

#pages li {
    padding: 0 15px;
    margin: 2px 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}

#pages li.active {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #212759;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f14e00;
}

#pages li:hover a {
    color: #fff;
}
.ud{
	line-height: 34px;
	overflow: hidden;
	color: #666;
	text-align: left;
	font-size: 16px;
}
.ud ul {
	margin-left:0px;
	padding-left:0px;
	
}
.ud a{  
	color: #333;
	
}
.ud a:hover {
	text-decoration: underline;
	color: #d80c18;	
}


/*新闻详情*/

.new_xq_main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.new_xq_main h3 {
	text-align: center;
	font-size: 20px;
	font-weight: 200;
}

.new_xq_main span {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	padding: 10px 0;
}

.new_kdk {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.new_kdk p {	
	line-height: 1.7em;
	padding-bottom: 10px;
	font-size: 15px;
	color: #575757;
}
.new_kdk img {
	max-width:100% !important;
	height:auto;
	
}


/*产品列表*/

.pro_list {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #F4F4F4;
}

.pro_list ul {
	width: 100%;
}

.pro_list ul li {
	float: left;
	width: 23%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 10px;
}

.pro_list ul li img {
	width: 280px;
	height: 180px;
	border: 2px solid #FFFFFF;
	cursor: pointer;
	transition: all 1.0s;
}
.pro_list img:hover {
	transform: scale(1.05);
}
.pro_list ul li p {
	padding-top: 5px;
}
.pro_list ul li a {
	color: #212759;
	font-size: 14px;
}

.pro_list ul li a:hover {
	color: #3f50df;
}

.pro_list ul li a:hover img {
	border: 2px solid #ffb20e;
	width: 280px;
}