body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
.banner .fp-controlArrow {
	display: none;
}
.banner #fp-nav ul li, .fp-slidesNav ul li {
	width: 45px;
	height: 6px;
}
.banner #fp-nav ul li a span, .fp-slidesNav ul li a span {
	border: 0;
	width: 45px;
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.banner #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #f10940;
}
 @media screen and (max-width:768px) {
.fp-section .fp-slides .slide:nth-child(1) {
	background: url(../../images/n_img01.jpg) center center / cover !important;
}
.fp-section .fp-slides .slide:nth-child(2) {
	background: url(../../images/n_img02.jpg) center center / cover !important;
}
.fp-section .fp-slides .slide:nth-child(3) {
	background: url(../../images/n_img03.jpg) center center / cover !important;
}
}
.head_tel {
	float: right;
	color: #fff;
	font-size: 20px;
	margin-top: 35px;
	margin-left: 80px;
}
.head_tel span {
	font-size: 14px;
}
.nav_container {
	width: 1600px;
}
.navbar {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 78px;
}
.navbar-brand {
	padding: 10px;
}
.navbar-default {
	background: url(../../images/nav_bg.png) repeat;
	border: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #040404;
	font-size: 16px;
	line-height: 60px;
	margin-left: 25px;
	text-align: center;
	padding: 5px 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #f39800;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.hover {
	color: #f10940;
}
 @media screen and (max-width:1200px) {
.navbar-default .navbar-nav > li > a {
	margin-left: 18px;
}
}
 @media screen and (max-width:992px) {
.navbar-default .navbar-nav > li > a {
	margin-left: 14px;
	font-size: 12px;
	padding: 0;
}
.head_tel {
	margin-left: 20px;
	font-size: 12px;
}
.navbar-brand>img {
	width: 98%;
}
.navbar-brand {
	width: 243px !important;
}
/*.navbar-default .navbar-nav > li > a{

		font-size:15px;

	}*/

}
 @media screen and (max-width:768px) {
.navbar {
	height: 60px;
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-brand img {
	height: 33px;
	width: auto;
}
.navbar-toggle {
	margin-top: 12px;
}
.navbar-nav {
	background: rgba(46,46,46,.78);
	padding: 20px 0;
	text-align: center;
}
.navbar-brand>img {
	width: 80%;
}
.navbar-brand {
	width: 300px !important;
}
/*.navbar-default .navbar-nav > li > a{

		font-size:15px;

	}*/

}
.index_tit {
	text-align: center;
}
.index_tit p {
	color: #404040;
	font-size: 36px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 5px;
}
.index_tit span {
	font-size: 36px;
	color: #f10940;
	margin-top: 10px;
	line-height: 25px;
	padding-left: 35px;
	letter-spacing: 3px;
}
.index_tit em {
	display: block;
	color: #585858;
	font-size: 13px;
	font-style: normal;
	margin-top: 25px;
	line-height: 25px;
}
.index_info {
	color: #293146;
	line-height: 30px;
	text-align: center;
	margin-top: 45px;
	padding: 0 40px;
}
 @media screen and (max-width:1200px) {
.index_tit p {
	font-size: 30px;
}
.index_tit span {
	font-size: 20px;
}
}
 @media screen and (max-width:992px) {
.index_tit p {
	font-size: 25px;
}
.index_tit span {
	font-size: 18px;
}
.index_info {
	font-size: 12px;
	line-height: 25px;
}
}
 @media screen and (max-width:768px) {
.index_tit {
	margin-top: 20px;
}
.index_info {
	font-size: 12px;
	line-height: 25px;
}
.index_tit em {
	display: none;
}
}
.section2 {
	background: url(../../images/bg01.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.abtab {
	margin-top: 90px;
}
.section2 .ab {
	padding: 0 50px;
}
.about_txt {
}
.about_txt p {
	text-indent: 2em;
	color: #fff;
	text-align: left;
	font-size: 14px;
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,  .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 90%;
	height: 90%;
}
.ih-item.circle {
	position: relative;
	border-radius: 50%;
}
.ih-item.circle .img {
	position: relative;
	border-radius: 50%;
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
	border-radius: 50%;
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.circle.effect6 .img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	text-align: center;
}
.ih-item.circle.effect6.colored .info {
	background: none;
}
.ih-item.circle.effect6 .info {
	background: #333333;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info p {
	color: #272525;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 10px;
	padding: 150px 0 0 0;
	text-align: center;
	height: 70px;
	font-size: 16px;
}
 @media screen and (max-width:1200px) {
.ih-item.circle.effect6 .info p {
	padding: 100px 0 0 0;
}
}
 @media screen and (max-width:992px) {
.section2 .ab {
	padding: 0 30px;
}
.ih-item.circle.effect6 .info h3 {
	font-size: 16px;
}
.section2 .index_info {
	display: none;
}
.section2 .abtab {
	margin-top: 10px;
}
.section2 .ab {
	margin-top: 50px;
}
}
.section3 {
	background: url(../../images/bg02.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section3 .bus {
	padding: 0;
}
.section3 .index_info {
	margin-top: 10px;
}
.section3 .bus1 {
	margin-top: 10px;
}
.section3 .bus2 {
	margin-top: 170px;
}
.section3 .bus3 {
	margin-top: 40px;
}
.product {
	margin-top: 135px;
}
.product ul li {
	float: left;
	list-style: none;
	margin-left: 30px;
}
.product ul li .pic {
	text-align: center;
}
.product ul li .pic img {
	max-width: 247px;
	max-height: 337px;
	border: 3px solid #f10940;
	padding: 20px;
}
.product ul li p {
	text-align: center;
	color: #f10940;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-top: -65px;
	font-style: normal;
}
.ih-item.circle.effect3 .img {
	z-index: 11;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
	background: #1a4a72;
}
.ih-item.circle.effect3 .info {
	background: #d37508;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 55px 0 0 0;
	height: 80px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
	color: #fff;
	padding: 5px;
	font-style: italic;
	margin: 0 30px;
	margin-top: 5px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect3.left_to_right .img {
	-webkit-transform: scale(1) translateX(0);
	-moz-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	-o-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
 @media screen and (max-width:1200px) {
.section3 .bus {
	padding: 0;
}
.index_tit span {
	display: none;
}
.product {
	margin-top: 105px;
}
.product ul li .pic img {
	max-width: 193px;
	max-height: 261px;
	padding: 9px;
}
.product ul li p {
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0;
}
}
 @media screen and (max-width:992px) {
.section3 .bus {
	padding: 0;
}
.ih-item.circle.effect3 .info h3 {
	font-size: 16px;
}
}
 @media screen and (max-width:768px) {
.section3 .bus1 {
	margin-bottom: 66px;
}
.section3 .bus2 {
	margin-top: 20px;
}
.section3 .bus3 {
	margin-top: 20px;
}
.section3 .bus {
	padding: 0;
}
.product ul li {
	margin-left: 30px;
}
.product ul li .pic img {
	max-width: 125px;
	max-height: 117px;
	padding: 5px;
}
.product ul li p {
	font-size: 13px;
}
}
.section4 {
	background: url(../../images/bg03.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section4 .service {
	text-align: center;
	margin-top: 185px;
}
.section4 .service .pic {
	position: absolute;
	top: -68px;
	left: 20px;
}
.section4 .service .pic img {
	border-radius: 50%;
	border: 4px solid #f10940;
}
.section4 .service .name {
	padding-top: 102px;
	font-size: 15px;
	color: #030303;
	font-weight: bold;
	text-align: center;
}
.section4 .service .zhiw {
	margin-top: 15px;
	font-size: 12px;
	color: #636363;
	text-align: left;
	padding-left: 15px;
}
.section4 .service .zhiw span, .section4 .service .gey span, .section4 .service .zuop span {
	font-weight: bold;
	color: #010101;
	text-align: left;
}
.section4 .service .gey {
	margin-top: 15px;
	font-size: 12px;
	color: #636363;
	padding: 0 15px;
}
.section4 .service .zuop {
	margin-top: 5px;
	font-size: 12px;
	color: #636363;
	padding: 0 15px;
}
.ljgd {
	height: 38px;
	line-height: 42px;
	text-align: center;
	background: #f10940;
	margin-top: 15px;
	color: #fff;
}
.section4 a {
	text-decoration: none;
	border: 4px solid #f10940;
	position: relative;
	display: block;
	max-width: 222px;
}
.section4 .simg {
	padding: 0 80px;
	text-align: center;
}
.section4 .simg img {
	display: inline-block;
}
 @media screen and (max-width:1200px) {
.section4 .simg {
	padding: 0 60px;
}
.section4 .service .pic img {
	border-radius: 50%;
	width: 80%;
	border: 4px solid #f10940;
}
.section4 .service .name {
	padding-top: 54px;
	font-size: 14px;
}
.section4 .service .pic {
	position: absolute;
	top: -68px;
	left: 10px;
}
}
 @media screen and (max-width:992px) {
.section4 .service {
	margin-top: 50px;
}
.section4 .simg {
	padding: 0 30px;
}
.section4 .service p.info {
	font-size: 12px;
}
.section4 .service .pic {
	position: absolute;
	top: -40px;
	left: 5px;
}
.section4 .service .pic img {
	border-radius: 50%;
	width: 90%;
	border: 4px solid #f10940;
}
.section4 .service .name {
	padding-top: 54px;
	font-size: 14px;
}
.section4 .service .zhiw {
	text-align: center;
	padding: 0 5px;
}
.section4 .service .gey, .section4 .service .zuop {
	display: none;
}
.section4 .service {
	margin-top: 150px;
}
}
 @media screen and (max-width:768px) {
.section4 .service p.info {
	display: none;
}
/*.section4 .service{

		margin-top: 85px;

	}*/

.section4 .service p.tit {
	font-size: 16px;
	margin-top: 5px;
}
.section4 .service span {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}
.section4 .simg {
	padding: 0 35px;
}
.section4 .index_tit span {
	font-size: 14px;
}
.section4 .service .pic img {
	width: 100%;
}
.section4 a {
	border: none;
	margin-bottom: 53px;
}
.section4 .service .ljgd, .section4 .service .zhiw {
	display: none;
}
.section4 .service .name {
	padding-top: 114px;
}
}
.section5 {
	background: url(../../images/bg04.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.news_title {
	color: #f10940;
}
.news_title p {
	color: #fff;
}
.news_title em {
	color: #fff;
}
.newlist {
	margin-top: 80px;
}
.newli {
	margin-top: 0px;
}
.newli .row {
	background: none;
	padding: 10px 0;
	margin-left: 10px;
}
.newli .row img {
	margin-left: -28px;
	max-height: 200px;
}
.newli .row a {
	color: #3d6adb;
	display: block;
	line-height: 30px;
	text-align: center;
}
.newli .row a:hover {
	text-decoration: none;
}
.newli .row a span {
	float: right;
}
.newli .row p {
	font-size: 12px;
	color: #7d7d7d;
	line-height: 22px;
	max-width: 425px;
	margin: 0 auto;
	display: none;
}
.newli .col-xs-8 {
	padding-left: 0;
}
.acenter {
	text-align: center;
}
.acenter a.more {
	color: #fff;
	background: #f39800;
	display: inline-block;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	margin-top: 50px;
}
 @media screen and (max-width:992px) {
.newli .row p {
	display: block;
	color: #f10940;
	font-size: 18px;
}
.newli {
	margin-top: 10px;
}
.newlist {
	margin-top: 40px;
}
.newli .row {
	background: #fff;
}
.newli .row img {
	display: none;
}
}
.section6 {
	background: url(../../images/bg05.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section6_con {
	text-align: center;
}
.section6_con img {
	width: 65%;
	display: inline;
}
.section7 {
	background: url(../../images/bg06.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section7 .index_tit {
	margin-bottom: 30px;
}
.section7 .index_tit p {
	font-size: 30px;
	color: #3d6adb;
	font-weight: normal;
	letter-spacing: 8px;
}
.section7 .index_tit span {
	font-size: 18px;
	color: #3d6adb;
	letter-spacing: 5px;
}
.section7 .index_tit span em {
	color: #fff;
}
.section7 .cont {
	text-align: center;
	margin-top: 30px;
}
.section7 .cont p {
	font-size: 20px;
	color: #32303c;
}
.section7 .cont p span {
	color: #32303c;
	font-size: 14px;
	margin: 0 10px;
}
.indexbottom {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #585857;
	background: url(../../images/nav_bg.png) repeat-x;
	padding-top: 15px;
}
.indexbottom p, .indexbottom_ny p {
	padding-bottom: 5px;
}
.indexbottom a, .indexbottom_ny a {
	color: #585857;
}
indexbottom_ny_fff {
}
.indexbottom_ny p {
	display: none;
}
.indexbottom_ny {
	text-align: center;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background: #3d3d3d;
	padding: 30px 0;
	height: auto;
	overflow: hidden;
}
.indexbottom_ny_l {
	width: 30%;
	float: left;
}
.indexbottom_ny_c {
	width: 30%;
	float: left;
	margin-left: 85px;
	text-align: left;
}
.indexbottom_ny_c ul li {
	margin-bottom: 10px;
	padding-left: 35px;
	list-style: none;
	line-height: 30px;
	font-size: 14px;
}
.indexbottom_ny_c ul li a{ color:#fff;}
.indexbottom_ny_c ul li.li1 {
	background: url(../../images/f1.png) no-repeat left;
}
.indexbottom_ny_c ul li.li2 {
	background: url(../../images/f2.png) no-repeat left;
}
.indexbottom_ny_c ul li.li3 {
	background: url(../../images/f3.png) no-repeat left top;
}
.indexbottom_ny_r {
	width: 30%;
	float: right;
}
.contact {
	margin-top: 65px;
}
.contact_l {
	float: left;
	line-height: 35px;
	font-size: 16px;
	color: #3b3b3b;
}
.contact_l p {
	background: url(../../images/xx.png) no-repeat left;
	height: 48px;
	line-height: 48px;
	padding-left: 68px;
	font-size: 32px;
	color: #000000;
}
.contact_l span {
	margin-left: 12%;
	display: block;
}
.contact_r {
	float: right;
}
.col-xs-4-lx1 {
	width: 53.33333333%
}
.col-xs-8-lx2 {
	width: 45.66666667%
}
 @media screen and (max-width:992px) {
.indexbottom_ny_fff {
	display: none;
}
.indexbottom_ny p {
	display: inline;
}
.indexbottom_ny p a {
	color: #fff;
}
}
 @media screen and (max-width:768px) {
.section7 .index_tit {
	margin-bottom: 20px;
}
.section7 .index_tit p {
	font-size: 14px;
	margin-bottom: 5px;
}
.section7 .index_tit span {
	font-size: 16px;
	color: #565454;
	letter-spacing: 5px;
}
.section7 .cont {
	margin-top: 10px;
}
.section7 .cont p {
	font-size: 16px;
	margin-bottom: 0;
}
.section7 .cont p span {
	font-size: 12px;
	margin: 0 10px;
}
.contact_l {
	line-height: 35px;
	font-size: 12px;
	float: none;
}
.contact_l p {
	font-size: 24px;
}
.contact_l span {
	line-height: 25px;
}
.contact_r {
	float: none;
}
.indexbottom, .indexbottom_ny {
	padding-top: 10px;
}
.indexbottom img, .indexbottom_ny img {
	display: none;
}
.col-xs-8-lx2, .col-xs-4-lx1 {
	width: 90%;
	margin: 0 auto;
}
.indexbottom_ny_fff {
	display: none;
}
.indexbottom_ny p {
	display: inline;
}
.indexbottom_ny p a {
	color: #fff;
}
}
.abouttop, .producttop {
	position: relative;
	top: -150px;
	transition: all 1s;
	opacity: 0;
}
.active .abouttop {
	top: 30px;
	opacity: 1;
	transition-delay: 0.7s;
}
.active .producttop {
	top: 90px;
	opacity: 1;
	transition-delay: 0.7s;
}
.ab1 {
	position: relative;
	bottom: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .ab1 {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.7s;
}
.ab2 {
	position: relative;
	bottom: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .ab2 {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.8s;
}
.ab3 {
	position: relative;
	bottom: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .ab3 {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.9s;
}
.ab4 {
	position: relative;
	bottom: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .ab4 {
	bottom: 0;
	opacity: 1;
	transition-delay: 1s;
}
.bus1 {
	position: relative;
	z-index: 1;
	left: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .bus1 {
	left: 0;
	opacity: 1;
	transition-delay: 0.7s;
}
.bus2 {
	position: relative;
	bottom: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .bus2 {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.8s;
}
.bus3 {
	position: relative;
	z-index: 1;
	right: -200px;
	opacity: 0;
	transition: all 1s;
}
.active .bus3 {
	right: 0;
	opacity: 1;
	transition-delay: 0.7s;
}
.service1, .service2 {
	position: relative;
	left: -50%;
	opacity: 0;
	transition: all 1s;
}
.active .service1, .active .service2 {
	opacity: 1;
	left: 0;
	transition-delay: 0.7s;
}
.service3, .service4 {
	position: relative;
	right: -50%;
	opacity: 0;
	transition: all 1s;
}
.active .service3, .active .service4 {
	opacity: 1;
	right: 0;
	transition-delay: 0.7s;
}
.newli {
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
	right: -200px;
}
.active .newlist .newli {
	right: 0;
	opacity: 1;
	transition-delay: 0.5s;
}
.indexcont {
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}
.active .indexcont {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.7s;
}
.section2 .abouttop {
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}
.active.section2 .abouttop {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.7s;
}
/* 内页 */

/* pages */



.n-footer {
	height: auto;
	line-height: 30px;
	padding: 5px;
	position: relative;
}
 @media screen and (min-width:1200px) {
.n-footer {
	height: 80px;
	line-height: 80px;
	padding: 0;
}
.position .container, .main {
	width: 1170px;
}
}
.banner {
	position: relative;
}
.banner img {
	min-height: 80px;
}
 @media screen and (max-width:768px) {
.banner {
	padding-top: 50px;
}
}
.banner span {
	position: absolute;
	top: 60%;
	color: #fff;
	font-size: 35px;
	display: block;
}
.position {
	font-size: 14px;
	background: #f7f7f7;
	border: 1px solid #edecec;
	border-left: none;
	border-right: none;
}
.position a {
	color: #000000;
}
.fy_tit {
	font-size: 24px;
	color: #3d6adb;
	float: left;
	width: 400px;
	font-weight: bold;
}
.fy_dqwz {
	padding: 15px 0 15px 30px;
	background: url(../../images/home.png) no-repeat left;
}
.fy_dqwz span {
	color: #f10940;
}
.fy_list_h {
	border-bottom: 1px dashed #e3e3e3;
}
.container {
}
.page-tit {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 30px;
}
.content {
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.right {
	margin-bottom: 20px;
	margin-top: 20px;
}
.right-tit {
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
.right-tit span {
	border-bottom: 2px solid #f7001b;
	color: #585f69;
	line-height: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	margin-bottom: -2px;
}
.menu li a {
	height: 46px;
	display: block;
	line-height: 46px;
	border-bottom: 1px dotted #fff;
	color: #1e1e1e;
	font-size: 16px;
	text-decoration: none;
}
.menu li a:hover {
	color: #f7001b;
}
.menu li span {
	font-family: "宋体";
	padding-right: 10px;
}
 @media screen and (max-width:768px) {
.banner span {
	font-size: 22px;
}
.position {
	font-size: 12px;
}
.page-tit {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
.right-tit span {
	font-size: 20px;
}
.menu li a {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
}
/* list */



.list .row {
	margin: 40px 0;
}
.list-right a {
	font-size: 16px;
	color: #1e1e1e;
}
.list-right h3 {
	background: url(../../images/xx.png) no-repeat left;
	height: 52px;
	line-height: 52px;
	padding-left: 63px;
}
.list-right span {
	color: #ababab;
	font-size: 12px;
	display: block;
	margin: 8px 0;
}
.list-right p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}
.right-list .row {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
.right-list .col-xs-3 {
	padding-right: 0;
}
.right-list a {
	color: #1e1e1e;
}
.list-right a:hover, .right-list a:hover {
	color: #3d6adb;
}
.right-list p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 0;
}
 @media screen and (max-width:992px) {
.list-right a {
	margin-top: 10px;
	display: block;
}
.list-right p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.list .row {
	margin: 20px 0;
}
}
.list img:hover, .right-list img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.case-menu {
	margin-top: 20px;
}
.case-menu a {
	width: 100px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	color: #000000;
	margin: 10px 20px;
	background: #fff;
	text-decoration: none;
	border: 2px solid #cacaca;
	font-size: 14px;
}
.case-menu a:hover {
	background: #f10940;
	border: 2px solid #f10940;
	color: #fff;
}
.case-menu a.hover {
	background: #f10940;
	border: 2px solid #f10940;
	color: #fff;
}
.case-tit {
	margin-top: 30px;
	text-align: center;
}
.case-tit h3 {
	font-size: 26px;
	color: #f10940;
}
.case-tit p {
	font-size: 14px;
	color: #272626;
	line-height: 25px;
	margin-top: 20px;
}
.case-list {
	margin-top: 30px;
}
.case-list_li {
	border: 1px solid #ededed;
	padding: 10px;
	width: 30% !important;
	margin-left: 23px;
	margin-bottom: 25px;
}
.case-list img {
	margin-top: 5px;
	width: 100%;
}
.case-list span {
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	color: #110906;
}
.case-list p {
	line-height: 25px;
	color: #5c5c5c;
	font-size: 14px;
}
.case-list a {
	color: #1e1e1e;
}
.case-list a:hover {
	color: #f7001b;
}
 @media screen and (max-width:768px) {
.case-menu a {
	margin: 10px;
}
.case-list img {
	max-height: 143px;
}
.case-list_li {
	width: 90% !important;
}
}
.show-top {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.show-top span {
	margin-right: 20px;
}
.content img {
	display: inline-block !important;
	max-width: 100% !important;
	height: auto !important;
}
.case-showtop {
	text-align: center;
	margin-top: 50px;
}
.case-showtop p {
	color: #999;
}
.case-show .content {
	margin-top: 20px;
}
/* leftsead */

#leftsead {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	right: 0px;
	z-index: 999999;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
 top:expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 161px;
	height: 50px;
}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px;
}
#leftsead li a.youhui .2wm {
	display: none;
	position: absolute;
	right: 143px;
}
#p2 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../../qq/ll04.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p3 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../../qq/ll05.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p1 {
	width: 47px;
	height: 49px;
	float: left
}
.nav_tell {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.nav_tell a {
	color: #ef2425;
	margin-right: 10px;
	text-decoration: none;
}
 @media screen and (min-width:768px) {
.nav_tell {
	display: none;
}
}
.foot_link {
	position: absolute;
	bottom: 100px;
	font-size: 12px;
}
.foot_link a {
	color: #fff;
	margin-left: 10px;
}
 @media screen and (max-width:768px) {
#leftsead, .foot_link {
	display: none;
}
}
.position h1 {
	font-size: 14px;
}
.pages {
	text-align: center;
	margin: 20px 0 30px;
}
.pages ul {
	height: auto;
	overflow: hidden;
}
.pages span, .pages a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.pages span.current {
	background: #ed146b;
	color: #fff;
}
.pages a:hover {
	background: #ed146b;
	color: #fff;
}
