﻿* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font: 12px/22px "SimSun", "Microsoft YaHei";
	font-size: 100%;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, dl, dd, select, option {
	margin: 0;
	padding: 0;
}
li, img, input, em, select {
	list-style: none;
	border: none;
	font-style: normal;
	outline: none;
}
a {
	text-decoration: none !important;
	cursor: pointer !important;
}
select::-ms-expand {
display: none;
}
.img_none {
	display: none;
}
.img-position-absolute {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	padding: auto;
}
.wrap {
	max-width: 1200px !important;
	margin: 0 auto;
}
header {
	width: 100%;
	overflow: hidden;
}
.header {
	width: 100%;
	float: left;
	background: #fff;
}
.header .logo {
	float: left;
	padding: 25px 0;
}
.header .logo img {
	float: left;
	width: 100%;
	max-width: 400px;
	max-height: 40px;
}
.header_dianhua {
	float: right;
	padding-top: 14px;
}
.header_dianhua img {
	max-width: 320px;
	display: block;
	max-height: 60px;
}
nav {
	width: 100%;
	float: right;
	background: #960c1d;
}
/*导航下拉开始*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	width: 16.3333%;
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi1 {
	width: 19.5%;
}
.nav .nLi2 {
	width: 12.5%;
}
.nav .nLi h3 {
	width: 100%;
	float: left;
}
.nav .nLi h3 a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	transition: all 0.5s;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
}
.nav .nLi:hover h3 a {
	background: #b0182b;
	color: #fff;
}
/*.nav .sub{ display:none; width:100%; padding:5px; left:0; top:55px;  position:absolute;background:rgba(60, 132, 7, 0.6) none repeat scroll 0 0 !important; background-color:#3c8407; z-index:999;}
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; height:36px; line-height:36px; text-align:center; font-family:"Microsoft YaHei"; font-size:14px; color:#fff; transition:all 0.3s;}
.nav .sub a:hover{ background:#fff; color:#3c8407;  }*/
/*导航下拉结束*/

/*banner*/
.focus {
	width: 100%;
	float: left;
	height: 480px;
	position: relative;
}
.focusbox {
	width: 100%;
	height: 480px;
	overflow: hidden
}
.focusbox li {
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.focusbox li a {
	width: 100%;
	height: 480px;
	float: left;
	overflow: hidden;
}
.rslides {
	width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
	padding: 0
}
.rslides_nav {
	height: 51px;
	width: 31px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.5;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	background: url(../images/prev.jpg) no-repeat center center;
	margin-top: -28px
}
.rslides_nav:active {
	opacity: 1.0
}
.rslides_nav.next {
	left: auto;
	background: url(../images/next.jpg) no-repeat center center;
	right: 0
}
.rslides_tabs {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 2;
	text-align: center;
}
.rslides_tabs li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
*display:inline;
	zoom: 1;
}
.rslides_tabs a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.rslides_tabs .rslides_here a {
	background-position: 0 0;
}
/*移动端*/
#content1 {
	padding: 0px;
	float: left;
	width: 100%;
}
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	max-width: 100%;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px 0 6px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(../images/focusbg.png) repeat-x;
	color: #fff;
	text-align: left;
}
main {
	width: 100%;
	overflow: hidden;
}
.fw {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 28px 0;
	background: #f5f5f5;
}
.fw_title {
	display: block;
	text-align: center;
	overflow: hidden;
	color: #333333;
	background: url(../images/heng1.png) no-repeat center center;
}
.fw_p {
	line-height: 37px;
	font-family: 'Microsoft YaHei';
	font-size: 25px;
}
.fw_sp {
	line-height: 27px;
	font-family: Arial;
	font-size: 16px;
}
.fw_ul {
	display: block;
	padding-top: 40px;
	overflow: hidden;
}
.fw_ul li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.fw_ul li .fw_img {
	width: 100%;
	max-width: 144px;
	margin: 0 auto;
	border: 1px solid #960c1d;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.6s;
}
.fw_ul li .fw_img1 {
	background: url(../images/fw_img1.png) no-repeat center center;
}
.fw_ul li .fw_img2 {
	background: url(../images/fw_img2.png) no-repeat center center;
}
.fw_ul li .fw_img3 {
	background: url(../images/fw_img3.png) no-repeat center center;
}
.fw_ul li .fw_img4 {
	background: url(../images/fw_img4.png) no-repeat center center;
}
.fw_ul li .fw_p1 {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	color: #191919;
}
.fw_ul li .fw_more {
	width: 76px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #960c1d;
	margin: 0 auto;
	border-radius: 3px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
	transition: all 0.6s;
}
.fw_ul li:hover .fw_img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg); /* IE 9 */
	-webkit-transform: rotateY(360deg); /* Safari and Chrome */
}
.fw_ul li:hover .fw_more {
	background: #960c1d;
}
.gsjj {
	width: 100%;
	overflow: hidden;
	padding: 32px 0 0 0;
}
.gsjj_contect {
	display: block;
	padding-top: 20px;
	overflow: hidden;
}
.gsjj_B {
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
}
.gsjj_title {
	display: block;
	height: 32px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.gsjj_p {
	width: 53px;
	height: 31px;
	line-height: 40px;
	text-align: center;
	font-family: 'Arno Pro';
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	color: #fff;
	float: left;
	background: url(../images/gsjj_logo.jpg) no-repeat center center;
}
.gsjj_sp {
	line-height: 38px;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	font-weight: bold;
	color: #000;
	float: left;
	text-indent: 5px;
}
.gsjj_ul {
	display: block;
	width: 1200px;
	padding-top: 35px;
	overflow: hidden;
}
.gsjj_ul li {
	width: 584px;
	float: left;
	height: 132px;
	line-height: 36px;
	padding: 12px 20px;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	line-height: 36px;
	color: #222222;
	margin: 0 16px 15px 0;
	background: #f1f0ef;
}
.gsjj_ul .gsjj_li1 {
	background: #960c1d;
	color: #fff;
}
.gsjj_ul1 {
	display: block;
	width: 1102px;
	padding: 34px 0 10px 0;
	overflow: hidden;
}
.gsjj_ul1 .gsjj_li2 {
	float: left;
	height: 39px;
	line-height: 37px;
	background: #f4f4f4;
	padding: 0 26px;
	border: 1px solid #9c9c9c;
	border-radius: 8px 0;
	box-shadow: 5px 5px 5px #c2c2c2;
	margin: 0 10px 15px 0;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #191919;
}
.gsjj_ul1 .gsjj_jiantou {
	width: 28px;
	float: left;
	margin: 0 10px 20px 0;
	height: 39px;
	background: url(../images/jiantou.jpg) no-repeat center center;
}
.gsjj_ul2 {
	width: 1185px;
}
.gsjj_ul2 .gsjj_li2 {
	margin: 0 40px 20px 0;
}
.zm {
	width: 33.33%;
	float: left;
	padding: 0 1%;
	margin-bottom: 20px;
}
.zm_title {
	display: block;
	height: 50px;
	line-height: 48px;
	border-bottom: 2px solid #dddddd;
	overflow: hidden;
}
.zm_p {
	float: left;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: #960c1d;
	font-weight: bold;
}
.zm_sp {
	float: left;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #a6a6a6;
	text-transform: uppercase;
	text-indent: 6px;
}
.zm_img {
	display: block;
	overflow: hidden;
	margin: 12px 0;
	border: 1px solid #dddddd;
	padding: 1px;
}
.zm_img img {
	width: 100%;
	display: block;
}
.zm_ul {
	display: block;
	overflow: hidden;
}
.zm_ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/news_jia.jpg) no-repeat right center;
}
.zm_ul li a {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #2a2828;
	background: url(../images/news_logo.jpg) no-repeat 3px center;
	padding-left: 25px;
}
.zm_txt {
	display: none;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #868686;
	line-height: 18px;
}
.zm_ul li.on {
	background: url(../images/news_heng.jpg) no-repeat right center;
}
.zm_ul li.on a {
	color: #960c1d;
}
.news {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 25px 0;
	background: url(../images/hy_bj.jpg) no-repeat center center;
	background-size: cover;
}
.news_ul {
	display: block;
	width: 1124px;
	padding-top: 35px;
	overflow: hidden;
}
.news_ul li {
	width: 538px;
	height: 130px;
	float: left;
	border: 1px solid #e7e7e7;
	background: #e7e7e7;
	margin: 0 24px 35px 0;
	transition: all 0.5s;
}
.news_ul li .news_img {
	width: 143px;
	float: left;
	border: 1px solid #fff;
}
.news_ul li .news_B {
	display: block;
	height: 130px;
	overflow: hidden;
	padding: 0 15px;
	position: relative;
}
.news_ul li .news_p {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #656565;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	transition: all 0.5s;
}
.news_ul li .news_txt {
	display: block;
	height: 60px;
	line-height: 20px;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #656565;
	overflow: hidden;
	transition: all 0.5s;
}
.news_ul li .news_more {
	width: 130px;
	height: 130px;
	float: left;
	background: url(../images/hy_more.png) no-repeat center center;
	position: absolute;
	right: -131px;
	top: 0;
	z-index: 999;
	transition: all 0.5s;
}
.news_ul li:hover {
	border-color: #960c1d;
	background: #960c1d;
}
.news_ul li:hover .news_p {
	color: #fff;
}
.news_ul li:hover .news_txt {
	color: #fff;
}
.news_ul li:hover .news_more {
	right: 0;
}
.gsjj_BB {
	display: block;
	padding: 20px 0;
	overflow: hidden;
}
.gsjj_img {
	width: 393px;
	float: left;
	margin-right: 30px;
}
.gsjj_img img {
	width: 100%;
	display: block;
}
.gsjj_p1 {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #040404;
	overflow: hidden;
}
.gsjj_txt {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	line-height: 24px;
	overflow: hidden;
	margin-top: 20px;
	text-indent: 2em;
}
.gsjj_more {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}
.gsjj_more a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #960c1d;
	font-family: 'Microsoft YaHei';
	color: #fff;
	font-size: 14px;
}
.lxwm {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.lxwm_L {
	width: 50%;
	float: left;
	margin-top: 20px;
	padding: 0 1%;
}
.lxwm_p {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #383838;
}
.lxwm_txt {
	display: block;
	line-height: 24px;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
}
.lxwm_logo {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	line-height: 32px;
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/lxwm_logo.jpg) no-repeat left center;
	margin-top: 10px;
}
.lxwm_inp1 {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 36px;
	background: #f6f6f6;
	border: 1px dashed #949494;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	padding: 0 10px;
	margin-bottom: 10px;
}
.lxwm_inp2 {
	display: block;
	width: 100%;
	height: 108px;
	line-height: 36px;
	background: #f6f6f6;
	border: 1px dashed #949494;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	padding: 0 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #222222;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #222222;
}
.lxwm_btn {
	display: block;
	width: 100%;
	height: 32px;
	background: #960c1d;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
footer {
	width: 100%;
	overflow: hidden;
	background: #960c1d;
	padding: 18px 0;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
footer a {
	color: #fff;
	margin: 0 10px;
	transition: all 0.3s;
}
footer a:hover {
	color: #fff;
	text-decoration: underline !important;
}
/*手机底部*/
.hot {
	width: 100%;
	height: 68px;
	background: #222222;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.hot span {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-top: 12px;
}
.hot h6 {
	font-size: 14px;
	line-height: 26px;
	font-family: 'Microsoft YaHei';
	color: #fff;
}
.hot .row div a {
	display: block;
	color: #fff;
	padding: 5px 0;
	margin-top: 9px;
}
.hot .row div:hover {
	background: #960c1d;
}
/*公司简介*/
.main {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.main_left {
	width: 245px;
	float: left;
}
.about {
	width: 100%;
	float: left;
}
.about_title {
	display: block;
	height: 55px;
	line-height: 55px;
	background: #960c1d;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #fff;
}
.about_p {
	float: left;
	font-size: 18px;
	text-indent: 25px;
}
.about_sp {
	float: left;
	text-indent: 5px;
}
.about_txt {
	display: block;
	padding: 10px;
	line-height: 24px;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	color: #222222;
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
}
.about_txt img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.main_right {
	width: 923px;
	float: right;
}
.dqwz_title {
	display: block;
	height: 55px;
	line-height: 53px;
	border-bottom: 2px solid #d3d3d3;
	overflow: hidden;
}
.dqwz_p {
	float: left;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: #222222;
	font-weight: bold;
}
.dqwz_nav {
	float: right;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #333333;
}
.dqwz_contect {
	display: block;
	overflow: hidden;
	padding: 20px 0;
}
.company {
	display: block;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	line-height: 24px;
}
.company img {
	width: 50%;
	height: auto;
}
/*注册自贸区公司*/
.xw_ul {
	display: block;
	overflow: hidden;
}
.xw_ul li {
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	background: #eeeeee;
	transition: all 0.4s;
	padding-right: 15px;
	padding:15px;
}
.xw_ul li .xw_L {
	width: 200px;
	float: left;
	padding: 1px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #e1e1e1;
}
.xw_ul li .xw_img {
	width: 100%;
	overflow: hidden;
}
.xw_ul li .xw_p {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	transition: all 0.4s;
}
.xw_ul li .xw_txt {
	display: block;
	line-height: 28px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
}
.xw_ul li .xw_more {
	width: 106px;
	height: 30px;
	float: right;
	line-height: 30px;
	text-align: center;
	background: #960c1d;
	border-radius: 3px;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.xw_ul li:hover {
	background: #960c1d;
}
.xw_ul li:hover .xw_p {
	color: #fff;
}
.xw_ul li:hover .xw_txt {
	color: #fff;
}
.xw_ul li:hover .xw_more {
	background: #fff;
	color: #960c1d;
}
.cpxq {
	display: block;
	overflow: hidden;
}
.cpxq_p {
	display: block;
	text-align: center;
	overflow: hidden;
	line-height: 26px;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #222222;
}
.cpxq_sp {
	display: block;
	text-align: center;
	overflow: hidden;
	line-height: 26px;
	font-family: 'Microsoft YaHei';
	font-size: 13px;
	color: #b1b1b1;
	padding: 5px 0;
	border-bottom: 1px solid #f2f2f2;
}
.cpxq_txt {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	overflow: hidden;
	line-height: 24px;
	padding-top: 10px;
}
/*联系我们*/
.contact {
	display: block;
	overflow: hidden;
}
.contact_txt {
	display: block;
	line-height: 24px;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #222222;
	overflow: hidden;
}
#map {
	width: 100%;
	overflow: hidden;
	height: 280px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
#dituContent {
	width: 100%;
	height: 280px;
}
 @media (max-width:1220px) {
/*banner*/
.focus {
	width: 100%;
	height: 360px;
	position: relative;
}
.focusbox {
	width: 100%;
	height: 360px;
	overflow: hidden
}
.focusbox li {
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.focusbox li a {
	width: 100%;
	height: 360px;
	float: left;
	overflow: hidden;
}
}
@media (max-width:1120px) {
/*banner*/
.focus {
	width: 100%;
	height: 330px;
	position: relative;
}
.focusbox {
	width: 100%;
	height: 330px;
	overflow: hidden
}
.focusbox li {
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.focusbox li a {
	width: 100%;
	height: 330px;
	float: left;
	overflow: hidden;
}
.header {
	padding: 0 1%;
}
.fw {
	padding: 30px 0;
}
.fw_ul {
	width: 100%;
	padding-top: 20px;
}
.fw_ul li {
	width: 23%;
	margin: 0 1% 15px 1%;
}
.gsjj {
	padding: 30px 1%;
}
.gsjj_ul {
	width: 100%;
	padding-top: 25px;
}
.gsjj_ul li {
	width: 49%;
	margin: 0 0.5% 15px 0.5%;
}
.gsjj_ul1 {
	width: 100%;
	padding: 34px 0 10px 0;
	overflow: hidden;
}
.gsjj_ul2 {
	width: 100%;
}
.gsjj_ul2 .gsjj_li2 {
	margin: 0 40px 15px 0;
}
.news {
	padding: 25px 0;
}
.news_ul {
	width: 100%;
	padding-top: 25px;
}
.news_ul li {
	width: 48%;
	margin: 0 1% 20px 1%;
}
.gsjj_BB {
	padding-top: 20px;
}
.gsjj_img {
	width: 393px;
	float: left;
	margin-right: 30px;
}
.lxwm {
	padding: 25px 1%;
}
/*公司简介*/
.main {
	padding: 20px 1%;
}
.main_left {
	width: 29%;
}
.main_right {
	width: 69%;
}
}
@media (max-width:991px) {
.icon-menu {
	float: right;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/menu_logo.png) no-repeat center center;
	position: absolute;
	right: 1%;
	top: 50%;
	margin-top: -20px;
}
.sjdnav {
	width: 200px;
	height: auto;
	position: absolute;
	right: 0;
	top: 10%;
	z-index: 9999;
	background: rgba(150, 12, 29, 0.6) none repeat scroll 0 0 !important;
	background-color: #960c1d;
}
.sjdnav ul {
	padding: 0;
	margin: 0;
}
.sjdnav li {
	height: 40px;
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.sjdnav li a {
	display: block;
	line-height: 40px;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	color: #fff;
}
.sjdnav li a:hover {
	background: #960c1d;
	color: #fff;
}
.sjdnavhide {
	height: 0;
	overflow: hidden;
}
.header .logo {
	width: 100%;
	position: relative;
}
/*banner*/
.focus {
	width: 100%;
	height: 300px;
	position: relative;
}
.focusbox {
	width: 100%;
	height: 300px;
	overflow: hidden
}
.focusbox li {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.focusbox li a {
	width: 100%;
	height: 300px;
	float: left;
	overflow: hidden;
}
.fw {
	padding: 20px 0;
}
.gsjj {
	padding: 20px 1%;
}
.gsjj_ul {
	padding-top: 20px;
}
.gsjj_ul li {
	width: 100%;
	margin: 0 0 15px 0;
}
.gsjj_ul2 .gsjj_li2 {
	margin: 0 15px 15px 0;
}
.news {
	padding: 20px 0;
}
.news_ul {
	padding-top: 20px;
}
.gsjj_img {
	width: 40%;
	margin-right: 20px;
}
.gsjj_txt {
	overflow: initial;
}
.lxwm {
	padding: 20px 1%;
}
.lxwm_logo {
	margin-top: 20px;
}
}
 @media (max-width:767px) {
/*.header .icon-menu{font-size:30px; width:30px; margin-top:-15px;}*/
.sjdnav {
	width: 100%;
}
.logo {
	width: 100%;
}
.header .logo img {
	width: 80%;
}
.fw_ul li {
	width: 48%;
}
.gsjj_ul1 {
	padding-top: 15px;
}
.gsjj_ul2 {
	padding-top: 15px;
}
.gsjj_ul li {
	height: auto;
}
.gsjj_ul1 .gsjj_li2 {
	padding: 0 18px;
}
.gsjj_BB {
	padding: 15px 0 0 0;
}
.zm {
	width: 100%;
}
.news_ul li {
	width: 98%;
	margin: 0 1% 20px 1%;
}
.gsjj_img {
	width: 48%;
	margin-right: 10px;
}
.gsjj_txt {
	margin-top: 5px;
}
.lxwm_L {
	width: 100%;
	margin-top: 10px;
}
/*公司简介*/
.main {
	padding: 0;
}
.main_left {
	width: 100%;
}
.about_title {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	background: url(../images/sj_jiantou.png) no-repeat right center #960c1d;
	overflow: hidden;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-indent: 20px;
}
.main_right {
	width: 100%;
}
.dqwz_contect {
	padding: 20px 1%;
}
.xw_ul li {
	padding: 0;
}
.xw_ul li .xw_L {
	width: 40%;
	margin-right: 10px;
}
.xw_ul li .xw_more {
	float: none;
	margin: 10px auto;
}
}
div.page {
	margin: 10px 3px;
	padding: 3px;
	text-align: center;
}
div.page a {
	background-position: 50% bottom;
	border-color: #dedfde;
	border-style: solid;
	border-width: 1px;
	color: black;
	margin-right: 3px;
	padding: 2px 6px;
	text-decoration: none;
}
div.page span.disabled {
	color: #adaaad;
	margin-right: 3px;
	padding: 2px 6px;
}
div.page span.current {
	color: #eb5914;
	font-weight: bold;
	margin-right: 3px;
	padding: 2px 6px;
}
/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}
.dock.close {
	z-index: 50;
}
.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.dock.close ul.icons {
	right: -70px;
}
.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}
.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.dock ul.icons li.up i {
	background-position: -63px -150px;
}
.dock ul.icons li.tel i {
	background-position: -62px -108px;
}
.dock ul.icons li.im i {
	background-position: -63px -20px;
}
.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}
.dock ul.icons li.down i {
	background-position: -63px -190px;
}
.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}
.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.dock ul.icons li.tel p {
	width: 140px;
	height: 130px;
	line-height: 30px
}
.dock ul.icons li.im p {
	width: 140px;
	height: 180px;
	line-height: 18px
}
.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}
.dock ul.icons li.wechat p {
	width: 170px;
	height: 160px;
	line-height: 30px
}
.dock ul.icons li.wechat p img {
	border: 2px solid #000;
}
.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}
.dock a.switch.off {
	background-position: -32px -640px;
}
/*pages*/

 

/*服务项目*/
.homeService{float: left; width: 100%; padding-bottom: 70px;}
.homeSerList{float: left; width: 100%; position: relative; margin-top: 11px;}
.homeSerList::after,
/*.homeSerList::before{position: absolute; width: 100%; height: 38px; background: #fff; left: 0; top: 0; content: ""; z-index: 9;}*/
.homeSerList::after{top: auto; bottom: 0;}
.homeSerList ul{float: left; width: 100%; position: relative;}
.homeSerList ul::after{position: absolute; content: ""; right: 0; top: 0; width: 1px; height: 100%; background: #fff;}
.homeSerList ul li{float: left; width: 25%; border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; padding: 38px 0;}
.homeSerList ul li a{float: left; width: 100%; text-align: center; padding: 0 66px; display: block;}
.homeSerList ul li i{display: inline-block; *display: inline; *zoom:1; vertical-align: top; position: relative;  width: 100px;}
.homeSerList ul li i img{display: block; width: 100%; 
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.homeSerList ul li i img.img02{position: absolute; left: 0; top: 0; filter:alpha(opacity=00);opacity:0;}
.homeSerList ul li h4{float: left; width: 100%; line-height: 28px; height: 28px; font-size: 18px; color: #222222; margin-top: 13px;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
.homeSerList ul li span{float: left; width: 100%; line-height: 22px; height: 44px; overflow: hidden; font-size: 14px; color: #888888; display: block; margin-top: 9px;}
.homeSerList ul li a:hover .img01{filter:alpha(opacity=00);opacity:0;}
.homeSerList ul li a:hover .img02{filter:alpha(opacity=100);opacity:1;}
.homeSerList ul li a:hover h4{color: #284b90;}
.homeSerMore{float: left; width: 100%; margin-top: 11px; text-align: center;}
.homeSerMore a{display: inline-block; *display: inline; *zoom:1; vertical-align: top; width: 187px;  background: #960c1d; text-align: center; font-size: 16px; color: #fff;
 -webkit-border-radius:23px; 
    -moz-border-radius:23px;
         border-radius:23px;}
.homeSerMore a span{padding-right: 42px; height: 46px; line-height: 46px; display: inline-block; background:url(../images/hser_bg1.png) no-repeat right;}
.homeSerMore a:hover{
   -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
         box-shadow: 1px 1px 10px rgba(0,0,0,.3);}

@media  screen and (max-width:1399px){
  .homeSerList ul li a{padding: 0 40px;}
}
@media  screen and (max-width:1199px){
  .homeSerList ul li a{padding: 0 20px;}
}
@media  screen and (max-width:991px){
  .homeService{padding-bottom: 40px;}
  .homeSerList::after,
  .homeSerList::before{height: 28px;}
  .homeSerList ul li{ padding: 28px 0;}
  .homeSerList ul li a{padding: 0 10px;}
  .homeSerList ul li h4{font-size: 15px; margin-top: 8px;}
  .homeSerList ul li i{ width: 80px;}
  .homeSerList ul li span{font-size: 12px; margin-top: 5px;}
}
@media  screen and (max-width:767px){
  .homeService{padding-bottom: 30px;}
  .homeSerList::after,
  .homeSerList::before{height: 20px;}
  .homeSerList ul li{ padding: 20px 0; width: 50%;}
  .homeSerList ul li a{padding: 0 10px;}
  .homeSerList ul li i{ width: 60px;}
  .homeSerMore a{width: 127px; font-size: 14px; }
.homeSerMore a span{padding-right: 22px; height: 36px; line-height: 36px; background-size: 15px;}
}


.registerCl{float: left; width: 100%; padding-bottom: 90px;}
.regClList{float: left; width: 100%; margin-top: 40px;}
.regClList ul{ margin: 0 -14px;}
.regClList ul li{float: left; width:20%;}
.regClList ul li i{padding: 0 69px;float: left; width: 100%; margin-bottom: 40px;}
.regClList ul li img{width: 100%; display: block; background: #fff;
 -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
         box-shadow: 1px 1px 10px rgba(0,0,0,.2);  
 -webkit-border-radius:50%; 
    -moz-border-radius:50%;
         border-radius:50%;}
.regClList ul li .regClTxt{float: left; width: 100%; border-top: 1px solid #d7d7d7; position: relative;  padding: 19px 49px 0 49px;}
.regClList ul li .regClTxt::after{position: absolute; content: ""; left: 50%; bottom: 100%; width: 72px; height: 6px; background: #960c1d; margin-left: -36px;}
.regClList ul li .regClTxt span{float: left; width: 100%; display: block; line-height: 38px; height: 38px; font-size: 20px; color: #333333; text-align: center;}
.regClList ul li:hover .regClTxt span{color: #294b92;}

@media  screen and (max-width:1429px){
  .regClList ul li i{padding: 0 49px; margin-bottom: 30px;}
  .regClList ul li .regClTxt{ padding: 19px 39px 0 39px;}
}
@media  screen and (max-width:1199px){
  .regClList ul li i{padding: 0 39px; margin-bottom: 30px;}
  .regClList ul li .regClTxt{ padding: 15px 30px 0 30px;}
  .regClList ul li .regClTxt::after{width: 52px; height: 3px;  margin-left: -26px;}
  .regClList ul li .regClTxt span{line-height: 32px; height: 32px; font-size: 16px;}
}
@media  screen and (max-width:991px){
  .registerCl{padding-bottom: 50px;}
  .regClList ul li i{padding: 0 29px; margin-bottom: 20px;}
  .regClList ul li .regClTxt{ padding: 10px 20px 0 20px;}
  .regClList ul li .regClTxt::after{width: 52px; height: 3px;  margin-left: -26px;}
  .regClList ul li .regClTxt span{line-height: 24px; height: 24px; font-size: 14px;}
}
@media  screen and (max-width:767px){
  .registerCl{padding-bottom: 30px;}
  .regClList{margin-top: 0;}
  .regClList ul li{width: 33.33333%; margin-top: 25px;}
  .regClList ul li i{padding: 0 25px; margin-bottom: 15px;}
  .regClList ul li .regClTxt{ padding: 10px 10px 0 10px;}
  .regClList ul li .regClTxt::after{width: 32px; height: 2px;  margin-left: -16px;}
  .regClList ul li .regClTxt span{font-size: 13px; line-height: 20px; height: 20px;}
  .regClList ul li:nth-child(4){margin-left: 16%;}
}


/*内页服务*/
/*.list {
  padding: 20px 0 218px;
  background-color: #f4f8fb;
} */
.list .item {
  max-width: 290px;
  float: left;
  text-align: center;
  margin: 0 7px 20px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform .4s ease;
  font-size: 0;
}
.list .item img {
  width: 290px;
  height: 245px;
}
.list .item:hover {
  z-index: 2;
  transform: scale(1.05, 1.05);
}
.wait {
  height: 325px;
  width: 25%;
  min-width: 290px;
  float: left;
  margin: 0 7px 20px 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
}
.wait img{
  width: 290px;
  height: 325px;
}
.list .item > p {
  line-height: 30px;
  width: 290px; height: 80px;
  display: table-cell;
  vertical-align:middle;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
}
.list .item-info {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(57, 57, 57, .6);
  padding: 20px;
  opacity: 0;
}
.list .item-info:hover {
  opacity: 1;
}
.list .item-img {
  position: relative;
}
.list .item-info p {
  font-size: 14px;
  max-height: 150px;
  text-align: justify;
  color: #fff;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .item-info p + p {
  position: absolute;
  right: 10px; bottom: 10px;
  background-color: rgba(193, 59, 59, .8);
  padding: 10px 20px;
  font-size: 16px;
}