.w {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.top {
	background-color: #444444;
}

.toplist {
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 14px;
}

.toplistl,
.logo,
.aboutl,
.prolist li,
.newl,
.bottomlist p,
.bottomlist .link span,
.bottomlist .link li {
	float: left;
}

.toplistr,
.mobile,
.newr,
.bottom .bottomlist .link {
	float: right;
}

.toplist .toplistr a {
	color: #FFFFFF;
}

.toplist .toplistr a:hover,
.header .mobile h2 {
	color: #ff0017;
}

.header {
	padding: 20px 0;
}

.header .mobile {
	background: url(../images/phone.jpg)no-repeat 0 25px;
	padding: 20px 0 0 60px;
	line-height: 30px;
}

.header .mobile p {
	color: #747474;
}

.nav {
	background-color: #0062a9;
}

.navlist li {
	float: left;
	color: #FFFFFF;
}

.navlist li a {
	display: inline-block;
	width: 136px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}

.navlist .navlisto a,
.navlist li a:hover {
	color: #000;
	background: url(../images/navbg.jpg)no-repeat top center;
}

.banner img {
	width: 100%
}

.banner ul.bxslider {
	list-style: none;
}

.banner div.bx-pager {
	bottom: 4%;
}

.banner div.bx-controls-direction {
	display: none;
}

/*banner 角标样式等*/

.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;border: 5px solid #fff;left: -5px;background: #fff;*/
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif)center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f39600;
	border: 1px solid #fff;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png)no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png)no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png)-86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*banner 角标样式等结束*/

.f39600 {
	background-color: #f39600;
	padding: 10px 0;
}

.currencylist {
	background: url(../images/currency.jpg)no-repeat top center;
	width: 300px;
	height: 250px;
	margin: 50px auto;
	text-align: center;
}

.currencylist h1 {
	padding-top: 70px;
	letter-spacing: 15px;
	font-size: 50px;
}

.aboutl img {
	width: 565px;
	height: 355px;
	overflow: hidden;
}

.aboutr {
	float: left;
	margin-top: 20px;
	width: 555px;
	background-color: #f6f4f7;
	padding: 20px 40px;
	color: #404040;
}

.aboutr .aboutrlist h2 {
	letter-spacing: 5px;
}

.black {
	margin: 10px 0;
	width: 40px;
	height: 5px;
	background-color: #131114;
}

.aboutr .aboutrlist p {
	padding: 5px 0;
	text-indent: 2em;
	line-height: 25px;
}

.bg {
	background: url(../images/bg.jpg)no-repeat top center;
	width: 100%;
	/* height: 1830px; */
}

.aboutlist {
	overflow: hidden;
	margin: 70px 0;
}

.aboutlist ul {
	width: 1000px;
	margin: 150px auto 0;
	background-color: #242424;
}

.aboutlist li {
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin: 60px 15px;
	padding: 0 50px;
	border-right: 2px solid #403e41;
}

.aboutlist li h1 {
	font-size: 50px;
}

.aboutlist li p {
	color: #c4c2c5;
}

.pro {
	margin: 150px auto 0;
}

.prolist {
	margin: 30px auto;
	overflow: hidden;
}

.prolist .prolisto {
	width: 300px;
	height: 50px;
	padding: 80px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	box-shadow: none;
}

.prolist .prolisto p {
	line-height: 45px;
}

.prolist .prolisto .hei {
	width: 75px;
	height: 3px;
	margin: 0 auto;
	background-color: #151517;
}

.prolist li {
	width: 300px;
	height: 210px;
	overflow: hidden;
	box-shadow: 0 0 20px #e3e3e3;
}

.youshi {
	width: 1200px;
	margin: 100px auto 50px;
	overflow: hidden;
}

.yl {
	float: left;
	width: 600px;
}

.yl p {
	width: 535px;
	padding: 30px 0;
	background: url(../images/ybg.jpg) no-repeat;
	padding-left: 20px;
	font-size: 18px;
	line-height: 30px;
	background-position: 0 35px;
}

.yr {
	float: right;
	width: 600px;
}

.yr img {
	margin-bottom: 30px;
}

.yr p {
	width: 535px;
	background: url(../images/ybg.jpg) no-repeat;
	padding-left: 20px;
	font-size: 18px;
	line-height: 30px;
	background-position: 0 6px;
}

.newl {
	font-size: 30px;
	color: #468cc8;
}

.newlist li {
	float: left;
	width: 550px;
	height: 555px;
	margin: 20px 25px;
	overflow: hidden;
}

.newlist li img{
	width: 550px;
	height: 380px;
	overflow: hidden;
}

.date {
	float: left;
	margin: 30px 0;
	padding: 15px 20px;
	background-color: #29a2ff;
	border-radius: 8px;
	text-align: center;
	color: #FFFFFF;
}

.newslist {
	float: left;
	width: 400px;
	margin: 25px 0;
	padding: 15px 20px;
}

.newslist p {
	color: #29a2ff;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist span {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newlist li a {
	float: right;
	text-decoration: underline;
	color: #29a2ff;
}

.footer {
	background: url(../images/fbg.jpg)no-repeat top center;
	width: 100%;
	height: 480px;
}

.foot {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 0 0;
}

.foot li {
	float: left;
}

.foot li h2 {
	color: #FFFFFF;
	font-weight: 400;
}

.foot li b {
	color: #848484;
}

.foot li p {
	color: #e1e1e1;
	line-height: 30px;
}

.footlist img {
	padding: 50px 150px 20px 80px;
}

.phone {
	display: block;
	width: 382px;
	height: 40px;
	margin-bottom: 10px;
	background-color: #363435;
	padding-left: 10px;
	font-size: 16px;
	border: 0;
}

.email {
	display: block;
	width: 382px;
	height: 40px;
	margin-bottom: 10px;
	background-color: #363435;
	padding-left: 10px;
	font-size: 16px;
	border: 0;
}

.maxcontent {
	display: block;
	width: 380px;
	height: 230px;
	margin-bottom: 10px;
	background-color: #363435;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 16px;
	resize: none;
	border: 0;
	overflow: auto;
}

.sub {
	width: 390px;
	height: 60px;
	text-align: center;
	font-size: 25px;
	background-color: #363435;
	color: #e1e1e1;
	border: 0;
}

.bottom {
	background-color: #000000;
}

.bottomlist,
.bottom .bottomlist a {
	padding: 20px 5px;
	color: #e1e1e1;
	text-decoration: underline;
}

/* 内页go */
.ltit {
	background: #0062a9;
	padding: 20px 0px;
	color: #fff
}
.ltit h2{
	color: #FFFFFF;
}
.kuang {
	overflow: hidden;
	border: 1px solid #ddd;
}

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

.left {
	width: 255px;
	float: left;
	overflow: hidden;
}

.right {
	width: 940px;
	float: right;
	overflow: hidden;
}

.ichanpin2 {
	overflow: hidden;
}

.ichanpin2 li {
	width: 300px;
	height: 240px;
	text-align: center;
	float: left;
	margin-left: 12px;
	margin-bottom: 10px;
	box-shadow: 0 0 20px #eee;
}
.ichanpin2 li img{
	width: 300px;
	height: 210px;
}

.ichanpin2 li .title {
	font-size: 18px;
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px solid #ddd;
	width: 93%;
	margin: 0px auto;
}

.ichanpin2 li .pic {
	height: 315px;
	background: #666666;
}

.ichanpin2 li .info {
	color: #666;
	padding: 5px 0px 5px 15px;
	height: 60px;
	overflow: hidden;
}

.ichanpin2 li .info2 {
	color: #666;
	padding: 5px 0px 5px 5px;
	height: 40px;
	overflow: hidden;
}

.ichanpin2 li .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.ichanpin2 li a:hover .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #F00;
	color: #FFF;
}
.ichanpin22 {
	overflow: hidden;
}

.ichanpin22 li {
	width: 290px;
	height: 135px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.ichanpin22 li img{
	width: 290px;
	height: 135px;
}

.ichanpin22 li .title {
	font-size: 18px;
	line-height: 40px;
	text-indent: 1em;
	border-bottom: 1px solid #ddd;
	width: 93%;
	margin: 0px auto;
}

.ichanpin22 li .pic {
	height: 315px;
	background: #666666;
}

.ichanpin22 li .info {
	color: #666;
	padding: 5px 0px 5px 15px;
	height: 60px;
	overflow: hidden;
}

.ichanpin22 li .info2 {
	color: #666;
	padding: 5px 0px 5px 5px;
	height: 40px;
	overflow: hidden;
}

.ichanpin22 li .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

.ichanpin22 li a:hover .anniu {
	width: 100px;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
	border: 1px solid #ccc;
	background: #F00;
	color: #FFF;
}

.content-container {
	background: #FFF;
	width: 96%;
	margin-top: 8px;
	padding: 10px;
	position: relative;
}

.xw {
	width: 98%;
	overflow: hidden;
	margin: 0px auto;
}

.right .xw li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.right .xw li a {
	float: left;
	width: 730px;
	line-height: 40px;
	padding-left: 20px;
	background: url(../images/left.png) no-repeat 10px 15px;
	text-align: left;
}

.right .xw li span {
	width: 90px;
	line-height: 40px;
	float: right;
	color: #666666
}

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

.fenlei span {
	font-size: 20px;
	font-weight: 700;
}

.fenlei li {
	line-height: 40px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.fenlei a:link li {
	color: #666;
	text-decoration: none;
}

.fenlei a:visited li {
	text-decoration: none;
	color: #666;
}

.fenlei a:hover li {
	text-decoration: none;
	color: #666;
	background: #f2f2f2;
}

.fenlei a:active li {
	text-decoration: none;
}

.place {
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.dede_pages {}

.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}

.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}

.dede_pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}

.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	padding: 2px 4px 2px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 2px 4px 2px;
	font-weight: bold;
}

.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}

.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/* 内页end */