@charset "utf-8";
/*->主体框架类
*********************/
em, a {
	font-style: normal;
}
a:hover {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.bg_fafafa {
	background: #fafafa;
	padding: 0;
}
.bg_333 {
	background: #333;
	color: #d3d3d3;
	padding: 50px 0;
}
.clear {
	clear: both;
}
.lost {
	margin-right: 0 !important;
}
body, html {
	overflow-x: hidden;
	font-family: '微软雅黑';
	color: #000;
}
div, ul, li, dt, dl, dd, h1, h2, h3, h4, h5, h6, h7, img, p, span {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*->网站标题
*********************/

.bubble2 {
	animation: updown 4s ease-in infinite alternate;
	line-height: 10;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
/*->间距填充
*********************/
.hg_70 {
	height: 70px;
	clear: both;
}
.hg_40 {
	height: 40px;
	background: #f3f3f3;
	clear: both;
}
.hg_46 {
	height: 46px;
}
.hg_20 {
	height: 20px;
}
 @media (max-width:768px) {
.hg_70 {
	height: 30px;
	clear: both;
}
.hg_46 {
	height: 20px;
}
.hg_20 {
	height: 10px;
}
}
/*->字体样式
*********************/
.fw {
	width: 100%;
	margin: 0 auto;
	background: url(../images/qygk.jpg);
	background-position: center center;
	height: 787px;
}
.fw1 {
	width: 80%;
	margin: 0 auto;
}
.fw2 {
	
	float: left;
	padding-top:20px;
}
.fw2_
{
	animation: fw2_ 5s linear infinite;
	width:150px;
}
@keyframes fw2_{
	0%,100%{transform:translateX(-15px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(15px)}	
}
.fw3_
{
	width:150px;
	animation: fw3_ 10s linear infinite;
	text-align:right;
}
@keyframes fw3_{
	0%,100%{transform:translateX(-20px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(20px)}	
}
.fw4_
{
	animation: fw2_ 5s linear infinite;
	width:150px;
	float:right;
	text-align:right;
	padding-top:20px;
}
@keyframes fw4_{
	0%,100%{transform:translateX(-15px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(15px)}	
}
.fw5_
{
	float:right;
	width:150px;
	animation: fw3_ 10s linear infinite;
	text-align:left;
}
@keyframes fw5_{
	0%,100%{transform:translateX(-20px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(20px)}	
}

.fw3 {
	
	float: left;
}
.fw4 {
	
	float: left;
}

.fuwu01 {
	color: #323232;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.fuwu02 {
	color: #323232;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	transition: all 1s ease 0s;
	text-transform: uppercase;
}
.fuwu01:hover {
	font-size: 30px;
}
.fuwu02:hover {
	animation: tada 1s;
}
.fuwu03 {
	animation: art 5s linear infinite;
	background: url(../images/qygk3.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #323232;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 45px auto;
	text-align: center;
	width: 134px;
	transition: all 1s ease 0s;
}


 @media (max-width:1000px) {
.fuwu03 {
	animation: art 5s linear infinite;
	-webkit-animation: art 5s linear infinite;
	background: url(../images/qygk3.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.fw1{ width:100%;}
.fw2_{width:80%;}
.fw3_{width:80%;}
.fw2_ img{width:50%;}
.fw3_ img{width:70%;}

.fw4_{width:80%;}
.fw5_{width:80%;}
.fw4_ img{width:50%;}
.fw5_ img{width:70%;}
}
.font_1 {
	font-family: 'Myriad Pro';
	font-size: 40px;
	color: #010101;
	text-align: center;
	color: #010101;
	padding-top: 50px;
	margin: 0;
	transition: all 1s ease 0s;
}
.font_1:hover {
	color: #F3BC00;
}
.font_2 {
	text-align: center;
	color: #333333;
	font-size: 18px;
	padding-bottom: 25px;
	margin: 0;
}
.font_3 {
	font-size: 80px;
	text-align: center;
}
.font_3:hover {
	animation: rubberBand 1s;
}
.font_4 {
	font-size: 18px;
	text-align: center;
}
.font_4 {
	transition: all 1s ease 0s;
}
.font_4:hover {
	transform: scale(1.2, 1.2) !important;
}
.touch_head {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	background: #133063;
}
.touch_head a {
	color: #FFF;
	padding: 3%;
	display: block;
	font-size: 16px;
}
.fw5 {
	width: 100%;
	height: 260px;
	text-align:center;
}


.Rotation{ margin:0 auto; display:block;}
 @-webkit-keyframes rotation {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }

        .Rotation {
            -webkit-transform: rotate(360deg);
            animation: rotation 20s linear infinite;
            -moz-animation: rotation 20s linear infinite;
            -webkit-animation: rotation 20s linear infinite;
            -o-animation: rotation 20s linear infinite;
        }
.fw6 {
	color: #323232;
	font-size: 16px;
	text-align: center;
	line-height: 29px;
	height: 116px;
	overflow: hidden;
}
.fw7 {
	width: 70%;
	margin: 40px auto 0 auto;
	text-align: center;
}
.fw7 a {
	background: url(../images/fw7.png);
	background-repeat:no-repeat; 
	background-position:center center;
	line-height: 45px;
	height: 45px;
	color: #323232;
	font-size: 18px;
	display: inline-block;
}
 @media (max-width:1000px) and (min-width:768px) {
	
.fuwu02 {
	font-size: 28px;
	height: 50px;
	line-height: 50px;
}

}
 @media (max-width:768px) {
	  .Rotation{ margin:0 auto; width:150px; display:block;}
	  .fw5{ height:160px}
.fuwu01 {
	width: 142px;
	background-size: 100%;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
.fw7 {
	width:100%;
	margin: 20px auto;
}
.fw7 a {
	background: url(../images/fw7.png);
	background-repeat:no-repeat; 
	background-position:center center;
	background-size:90% auto;
	line-height: 45px;
	height: 45px;
	color: #323232;
	font-size:16px;
	display: inline-block;
}
.fw {
    width: 100%;
    margin: 0 auto;
    background: url(../images/qygk.jpg);
    background-position: center center;
	height:auto;

}
.fuwu02 {
	font-size: 12px;
	line-height: 25px;
	height:25px;
	width: 90%;
}
.fuwu03 {
	margin: 0 auto 10px auto;
}
.font_3 {
	font-size: 40px;
}
.font_4 {
	font-size: 12px;
}
}
.syggt {
	width: 100%;
	height: 263px;
	background: url(../images/syggt.jpg) fixed no-repeat center center;
	background-size: auto;
	background-size: 100% 100%;
}
.syggt1 {
	width: 100%;
	height: 263px;
	background: url(../images/syggt1.jpg) fixed no-repeat center center;
	background-size: auto;
	background-size: 100% 100%;
	text-align:center;
}
.syggt2{ width:100%; margin:0 auto; padding-top:140px;}
.syggt2  img{
	animation: updown 4s ease-in infinite alternate;
	line-height: 10;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	
	

}

 @media (max-width:768px) {
.syggt {
	width: 100%;
	height: 100px;
	background: url(../images/syggt.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.syggt1 {
	width: 100%;
	height: 260px;
	background: url(../images/syggt1.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
}
.gcal_1{ width:100%; margin:0 auto; background:url(../images/gcal_1.jpg); background-repeat:no-repeat; background-position:bottom right;}
.gcal {
	width: 100%;
	margin: 10px auto;
}
.gcal1 {
	float: left;
	position: relative;
	overflow: hidden;
}
.gcal1 img{
	width:100%;
}
.gcal1 a .gcal2 {
	display: none
}

.gcal1 a {
	width: 100%;
	height: 500px;
}
.gcal1 a:hover .gcal2 {
	display: block;
	background: url(../images/gcal1.png);
	background-repeat: repeat;
	width: 90%;
	height: 350px;
	position: absolute;
	top: 90px;
	left:5%;
	text-align: center;
	
}
.gcal1 a:hover .gcal2 p {
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.gcal1 a:hover .gcal2 span {
	color: #ffffff;
	font-size: 14px;
	height: 78px;
	line-height: 26px;
	overflow: hidden;
	width: 80%;
	display: block;
	margin: 0 auto;
}
.gcal1 a:hover .gcal2 img {
	padding-top: 110px;
	width:35px !important;
}
.gcal3 {
	float: left;
}

.gcal4 {
	float: right;
}
.gcal5{
	width:100%;
	position:relative;
}
.gcal5 img{
	width:100%;
}
.gcal6{
	width:100%;
	position:absolute; bottom:0;
	background: url(../images/cpzs4.png);
	background-repeat:repeat;
	height:30px; line-height:30px; text-align:center;
	color:#ffffff; font-size:16px;
	
	overflow:hidden;
	
	
}
.gcal6 a{
	
	color:#ffffff; font-size:16px;
}
.cpzs li {
}
.cpzs li a {
	background: url(../images/cpzs.jpg);
	background-repeat: no-repeat;
	width: 110px;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #323232;
	font-size: 18px;
	margin-bottom:5px;
}
.cpzs li a:hover {
	color: #323232;
	font-size: 18px;
}
.cpzs1 img {
	width: 220px;
}
.cpzs3 {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	border:#e3e3e3 solid 1px;
}
.cpzs3 img {
	width: 100%;
	
}
.cpzs4 {
	position: absolute;
	bottom: 0;
	background: url(../images/cpzs4.png);
	background-repeat: repeat;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.cpzs4 a {
	color: #ffffff;
	font-size: 16px;
}
.syxw {
	width: 60%;
	margin: 0 auto;
}
.syxw1 {
	color: #323232;
	font-size: 16px;
	border-bottom: #494949 solid 1px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.syxw2 {
	color: #b91f2b;
	font-size: 16px;
	border-bottom: #b91f2b solid 1px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.syxw1:hover {
	color: #b91f2b;
	font-size: 16px;
	border-bottom: #b91f2b solid 1px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
 @media (max-width:768px) {
.syxw {
	width: 100%;
}
}
/*->Header 头部
*********************/
#header {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 9;
	border-top: 5px solid #ff675b;
}
.logo {
	float: left;
	font-family: 'Arial';
	color: #472e34;
	font-weight: bold;
	padding: 25px 0 25px 0px;
}
.logo img {
	transition: all 1s;
}
.logo img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);	/* IE 9 */
	-webkit-transform: scale(1.2, 1.2);	/* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2);	/* Opera */
	-moz-transform: scale(1.2, 1.2);	/* Firefox */
}
.search {
}
@media (max-width:768px) {
.logo img {
	width: 100%;
}
.navbar-header {
	border-bottom: 1px solid #CCC;
}
.navbar-toggle {
	background: #1c1d1f;
}
.navbar-toggle span {
	background: #FFF;
}
.zyw {
	width: 10%;
	float: right;
}
}
/*->Nav 导航
*********************/
#navlist {
	padding: 0px;
	overflow: hidden;
}
#navlist .nav li a {
	color: #333333;
	text-align: center;
	background: url(../images/nav_1.jpg) no-repeat right center;
	padding: 31px 38px;
	line-height: 18px;
}
#navlist .nav li a span {
	color: #666666;
}
#navlist .nav li a:hover {
	color: #fb383c !important;
}
 @media (max-width:768px) {
#navlist .nav {
	padding-left: 0 !important;
}
#navlist .nav li a {
	padding: 10px 0;
}
.logo {
	font-size: 20px;
	padding: 10px;
	width: 40%;
}
}
@media (max-width:1000px) and (min-width:768px) {
#navlist {
	padding: 0;
}
.logo {
	font-size: 40px;
	padding: 10px;
}
.navbar-nav > li > a {
	padding-bottom: 30px;
	padding-top: 30px;
}
#navlist .nav li a {
	padding: 25px 8px;
}
}
@media (max-width:1200px) and (min-width:1000px) {
#navlist {
	padding: 0;
}
.navbar-nav > li > a {
	padding: 44px 15px
}
#navlist .nav li a {
	padding: 28px 20px;
}
}
#botnav {
	position: fixed;
	z-index: 99;
	left: 0;
	bottom: 0;
	background: #26312d;
	width: 100%;
}
#botnav td {
	text-align: center;
	padding: 3% 0;
}
#botnav td a {
	color: #FFF;
	display: block;
}
#botnav td a span {
	font-size: 2rem;
	text-align: center;
}
#botnav td img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: -70%;
}
.botpadding {
	padding: 10% 0;
}
/*->SubNav 侧导航
*********************/
#subNav {
	line-height: 46px;
}
#subNav a {
	margin-right: 10px;
	color: #646464;
	font-size: 14px;
	transition: all 0.5s ease 0s;
}
#subNav a:hover {
	color: #00416f;
	font-size: 14px;
}
#subNav2 {
	line-height: 30px;
	float: left;
}
#subNav2 a {
	margin-right: 3px;
	font-size: 14px;
	transition: all 0.5s ease 0s;
	padding: 5px 10px;
}
#subNav2 a:hover {
	color: #a13300;
	font-size: 14px;
}
.subNav3 {
	background: #a13300;
	color: #ffffff !important;
}
.subNav3 a {
	color: #ffffff;
}
.subNav3:hover {
	color: #ffffff;
}
.subNav4 {
	color: #646464;
	white-space: nowrap;
}
.subNav4 a {
	color: #646464;
}
.subNav6 {
	color: #a13300;
	white-space: nowrap;
}
.subNav6 a {
	color: #228eda;
}
.subNav5 {
	height: 46px;
	float: right;
	text-align: right;
	font-family: "宋体";
	color: #646464;
	font-size: 12px;
	line-height: 46px;
}
.subNav5 a {
	font-family: "宋体";
	color: #646464;
	font-size: 12px;
}
.subNav5 a:hover {
	font-family: "宋体";
	color: #00416f;
	font-size: 12px;
}
@media (max-width:768px) {
.subNav5 {
	height: 30px;
	float: right;
	text-align: right;
	font-family: "宋体";
	color: #646464;
	font-size: 12px;
	line-height: 30px;
}
#subNav2 {
	line-height: 30px;
	float: left;
}
#subNav2 a {
	margin-right: 3px;
	font-size: 13px;
	transition: all 0.5s ease 0s;
	padding: 5px 2px;
}
#subNav2 a:hover {
	color: #00416f;
	font-size: 13px;
}
}
/* main_image */
.main_visual {
	height: 790px;
}
.main_image {
	height: 790px;
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width: 9999px;
	height: 916px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 800px;
}
.main_image li a {
	display: block;
	width: 100%;
	height: 790px;
	background-repeat: no-repeat;
	background-position: center top;
}
div.flicking_con {
	position: absolute;
	top: 880px;
	z-index: 999;
	height: 10px;
	width:300px; left:45%;
}
div.flicking_con a {
	width: 40px;
	height:10px;
	margin: 0;
	padding: 0;
	display:inline-block;
	background:#b2b5b5;
	border-radius:10px;
	margin-right:10px;
}
div.flicking_con a.on {
	width: 75px;
	height:10px;
	border-radius:10px;
}
#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}
#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 100px;
}
#btn_next {
	background: url(../images/hover_right.png) no-repeat right top;
	right: 100px;
}
 @media (max-width:768px) {
.main_visual {
	height: 230px;
}
.main_image {
	height: 230px;
	overflow: hidden;
	position: relative;
}
.main_image ul {
	width: 9999px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.main_image li {
	float: left;
	width: 100%;
	height: 230px;
}
.main_image li a {
	display: block;
	width: 100%;
	height: 230px;
	background-size: 200% auto;
	background-position: center center;
}
div.flicking_con {
	position: absolute;
	top: 100px;
	right: 2%;
	z-index: 999;
	width: 21px;
	height: 21px;
	margin: 0 0 0 -50px;
}
div.flicking_con a {
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url('../images/btn_main_img.png') 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}
div.flicking_con a.on {
	background-position: -1px -21px
}
#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}
#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 100px;
}
#btn_next {
	background: url(../images/hover_right.png) no-repeat right top;
	right: 100px;
}
}
/*荣誉资质*/
.honor_1 {
	background: none;
	border: 0;
	box-sizing: border-box;/*border和padding全会在你设置的宽高内部*/
	box-shadow: -2px 0px 8px #f8f8f8, 0px -2px 8px #f8f8f8, 0px 10px 10px #f6f6f6, 2px 0px 8px #f8f8f8;
	-webkit-transition: opacity 0.3s;
	position: relative;
}
.honor_1::before, .honor_1::after {
	box-sizing: inherit;/*继承父的*/
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.honor_1 {
	transition: color 2s;/*字体颜色出现渐变一个用时2s*/
}
.honor_1::before, .honor_1::after {
	border: 2px solid transparent;/*边框设置为透明的*/
	width: 0;
	height: 0;
}
.honor_1::before {
	top: 0;
	left: 0;
}
.honor_1::after {
	bottom: 0;
	right: 0;
}
.honor_1:hover {
	color: black;
}
.honor_1:hover::before, .honor_1:hover::after {
	width: 100%;
	height: 100%;
}
.honor_1:hover::before {
	border-top-color: #228eda;
	border-right-color: #228eda;
	transition: width 0.25s ease-out, /*ease-out是结束是慢的*/ height 0.25s ease-out 0.25s;
}
.honor_1:hover::after {
	border-bottom-color: #228eda;
	border-left-color: #228eda;
	transition: width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.honor1 {
	animation: art 5s linear infinite;
	-webkit-animation: art 5s linear infinite;
	background: url(../images/honor1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #323232;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
 @media (max-width:1000px) {
.honor1 {
	animation: art 5s linear infinite;
	-webkit-animation: art 5s linear infinite;
	background: url(../images/honor1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
}
 @keyframes art {
 0% {
background-size:66px 3px;
}
 50% {
background-size:230px 3px;
}
 100% {
background-size:66px 3px;
}
}
.honor {
	padding: 2% 0 4%;
}
.honor_list a {
	display: block;
}
.honor_list li {
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.honor_list li img {
	width: 100%;
}
.honor2_con {
	width: 90%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 5%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	z-index: 999;
}
.honor2_con h4 {
	font-size: 20px;
	line-height: 50px;
	padding: 35% 10%;
}
.honor2_con p {
	font-size: 30px;
}
.honor_list li:hover .honor2_con {
	height: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
@media (max-width:1000px) {
.honor_list li img {
	width: 95%;
	margin: 0 auto;
}
.honor2_con {
	width: 85%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 5%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	color: #ffffff;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	z-index: 999;
}
}
 @media (max-width:768px) {
.honor2_con h4 {
	font-size: 16px;
	line-height: 30px;
	padding: 20% 10% 10% 10%;
}
}
.honor3 {
	padding-top: 20px;
	border-radius: 5px;
	text-align: center;
	text-align: center;
	background: url(../images/honor3.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
}
.honor8 {
	padding-top: 20px;
	border-radius: 5px;
	text-align: center;
	text-align: center;
	bwidth: 100%;
}
.honor4 {
	padding-left: 80px;
	font-size: 80px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #323232;
	float: left;
	height: 80px;
	line-height: 80px;
}
.honor5 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	color: #646464;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-top: 50px;
}
.honor6 {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	color: #646464;
	display: block;
	padding-bottom: 50px;
}
.honor7 li {
	width: 100%;
}
 @media (max-width:768px) {
.honor4 {
	padding-left: 10px;
}
.honor6 {
	font-size: 14px;
}
}
/*Banner*/
#Banner {
	padding: 0 !important;
	z-index: 0;
}
.piccon1 {
	position: absolute;
	left: 23%;
	top: 20%;
	z-index: 10;
}
.piccon1_1{ position:absolute; top:80px; left:450px; color:#3e0f05; font-size:25px;}
.piccon1_2{ position:absolute; top:100px;left:450px; color:#3e0f05; font-size:83px; font-weight:bold;}
.piccon1_3{ position:absolute; top:40px;left:630px; color:#af5f27; font-size:138px; font-weight:bold;}
.piccon1_4{ position:absolute; top:240px;left:400px; color:#3e0f05; font-size:22px; width:410px; text-align:center;}

.piccon1 p {
	font-family: "Comic Sans MS";
	font-size: 28px;
	color: #613246;
}
.piccon1 ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.piccon1 ul li {
	font-family: "楷体";
	font-size: 16px;
	color: #613246;
}
.piccon1 .pic1 {
	padding-left: 122px;
}
.piccon1 span {
	font-size: 56px;
	color: #613246;
	font-family: "楷体";
	padding: 0 15px;
	font-weight: bold;
	display: -moz-inline-stack;
}
.piccon2 {
	position: absolute;
	left: 0;
	top: 25%;
	z-index: 10;
	text-align:center;
	width:100%;
}
.piccon2 .pic1 {
	font-size: 48px;
	white-space: nowrap;
	color: #f3bc00;
	background: url(../images/ban21_10.png);
	display: block;
	padding: 1% 3%;
	margin: 18px 0 12px 0;
	font-family: "华文中宋";
	font-weight: bold;
}
.piccon2 .pic2 {
	color: #ffffff;
	font-size:28px;
	text-align:center; 
	width:100%;
	padding-top:10px;
}
.piccon2 img {
	vertical-align: bottom;
}
.piccon2 .pic3 {
	text-align:center;
	padding-top:50px;
}
.piccon2 .pic4 {
	padding-bottom: 39px;
	padding-right: 6px;
}
.piccon3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.piccon3 .contextpic {
	width: 760px;
	margin: 15% auto 0 auto;
	position: relative;
}
.piccon3 .pos {
	position: absolute;
}
.piccon3 .pic1 {
	left: 0;
	top: 0;
}
.piccon3 .pic2 {
	left: 145px;
	top: 56px;
}
.piccon3 .pic3 {
	left: 255px;
	top: 56px;
}
.piccon3 .pic4 {
	left: 370px;
	top: 2px;
}
.piccon3 .pic5 {
	left: 494px;
	top: 1px;
}
.piccon3 .pic6 {
	left: 547px;
	top: 55px;
}
.piccon3 .pic7 {
	left: 663px;
	top: 56px;
}
.piccon3 .pic2_1 {
	left: 220px;
	top: -20px;
	font-size: 83px;
	color: #ffffff;
	line-height: 50px;
	font-family:"微软雅黑";
	font-weight: bold;
}
.piccon3 .pic2_2 {
	top:100px;
	font-size: 50px;
	color: #ff4343;
}
.piccon3 .pic2_3 {
	background:#ffffff;
	height:2px; line-height:2px;
	width:100%;
}
.piccon3 .pic2_4 {
	top: 100px;
	border-radius: 50%;
	color: #ffffff;
	background: #ea68a2;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 68px;
	display: block;
	font-size: 21px;
}
.piccon3 .pic2_5 {
	position: absolute;	
	top: 130px;
	font-size: 21px;
	line-height: 38px;
	text-align:center;
	padding: 0 13px;
	font-family:"微软雅黑";
	color:#ffffff;
}
.piccon3 .pic0_1 {
	left: 90px;
	top: -40px;
}
 @-webkit-keyframes pic0_1 {
            from {
                -webkit-transform: rotate(0deg);
            }
            to {
                -webkit-transform: rotate(360deg);
            }
        }

        .pic0_1 {
            -webkit-transform: rotate(360deg);
            animation: rotation 20s linear infinite;
            -moz-animation: rotation 20s linear infinite;
            -webkit-animation: rotation 20s linear infinite;
            -o-animation: rotation 20s linear infinite;
        }
.piccon3 .pic0_2 {
	left: -65px;
	top: 85px;
}
.piccon3 .pic0_3 {
	left: 0px;
	top: 79px;
}
.piccon3 .pic0_4 {
	left: 26px;
	top: 50px;
}
.piccon3 .pic0_5 {
	right: 0px;
	top: 0px;
}
.piccon3 .pic0_6 {
	left: 740px;
	top: 130px;
}
.piccon3 .pic0_7 {
	left: 778px;
	top: 111px;
}
 @media (min-width:1000px) and (max-width:1200px) {
.piccon1 {
	left: 15%;
	top: 10%;
}
.piccon2 {
	left: 15%;
	top: 10%;
}
.piccon3 .contextpic {
	margin-top: 8%;
}
.piccon2 .pic1 {
	font-size: 36px;
	text-align: center;
}
}
@media (max-width:1000px) {
.piccon1, .piccon2, .contextpic {
	display: none;
}
}
/*->企业概况
*********************/
.sysz {
	width: 100%;
	height: 254px;
	background: url(../images/sysz.jpg) fixed no-repeat center center;
	background-size: auto;
	background-size: 100% 100%;
}
@media (max-width:1000px) {
.sysz {
	width: 100%;
	height:300px;
	background: url(../images/sysz.jpg) no-repeat center center;
	background-size: auto;
	background-size: 120% auto;
	padding:5% 0;
}
}
.counter {
	padding-top: 20px;
	text-align: center;
}
.count-title {
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}
.count-title1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}
.count-text {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	display: block;
}
.count-text .count-text1 {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0;
}
.count-text .count-text1 p {
	color: #000000;
	line-height: 30px;
}
.tiao1 {
	position: absolute;
	bottom: 50px;
	left: 5%;
}
.tiao2 {
	position: absolute;
	bottom: 300px;
	right: 5%;
}
.bubble {
	animation: updown 4s ease-in infinite alternate;
	z-index: 3;
	line-height: 6;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
 @media (max-width:768px) {
.counter {
	padding: 10px 0;
	border-radius: 5px;
	text-align:center;
}
.count-title {
	font-size: 20px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
}
.count-text {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
}
.count-text .count-text1 {
	width: 75%;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
}
.count-text .count-text1 p {
	color: #000000;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
}
.fa-2x {
	margin: 0 auto;
	float: none;
	display: table;
	color: #4ad1e5
}
.syqyjj {
	color: #323232;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 28px;
}
.syqyjj1 img {
	width: 100%;
}
.syqyjj2 img {
	width: 100%;
	padding-top: 40px;
}
 @media (max-width:768px) {
.syqyjj {
	color: #000000;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	height: auto;
	overflow: hidden;
}
.syqyjj2 img {
	width: 100%;
	padding-top: 5px;
}
.syqyjj2 {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-top: 0px;
}
.syqyjj2 a {
	width: 100%;
	display: block;
	border: #02153c solid 1px;
	color: #02153c;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}
}
/*->加入招聘，招聘列表
*********************/
.job1 {
	width: 80%;
	margin: 0 auto;
	line-height: 35px;
}
.job1 a {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 15px;
}
.job1 a:hover {
	background: #228eda;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	text-align: center;
}
.job2 {
	color: #323232;
	font-size: 20px;
	font-family: "微软雅黑";
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
.job2 a {
	color: #323232;
	font-size: 20px;
	font-family: "微软雅黑";
}
.job2 a span {
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 10px;
}
.job3 {
	background: #f6f6f6;
	color: #323232;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 36px;
	padding-top: 15px;
	padding-left: 30px;
}
.job3 a {
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	float: right;
	margin-right: 3%;
	padding-bottom: 2%;
}
.job3 a span {
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 10px;
}
.job4 {
	color: #323232;
	font-size: 24px;
	font-family: "微软雅黑";
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.job5 {
	line-height: 40px;
	width: 100%;
	color: #969696;
	font-size: 16px;
}
.job6 img {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.job7 {
	text-align: right;
}
.job7 a {
	background: #228eda;
	color: #ffffff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	display: block;
	width: 30%;
	text-align: center;
	float: right;
	border-radius: 10px;
}
.job7 a:hover {
	background: #22b24c;
	color: #ffffff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	display: block;
	width: 30%;
	text-align: center;
	float: right;
	border-radius: 10px;
}
.job8 {
	text-align: left;
}
.job8 a {
	background: #30afe8;
	color: #ffffff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	display: block;
	width: 30%;
	text-align: center;
	float: left;
	border-radius: 10px;
}
.job8 a:hover {
	background: #22b24c;
	color: #ffffff;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	display: block;
	width: 30%;
	text-align: center;
	float: left;
	border-radius: 10px;
}
.jianli {
	margin: 0 auto;
	color: #4444;
	font-size: 14px;
}
.jianli div {
	height: 40px;
	line-height: 40px;
}
.main_bd3 {
	width: 60%;
	height: 30px;
	line-height: 30px;
	background: #eaeaea;
	border-top: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 10px;
}
.main_bd4 {
	width: 100%;
	height: 102px;
	background: #eaeaea;
	border-top: solid 1px #d0d0d0;
	border-left: solid 1px #d0d0d0;
	border-right: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	font-size: 14px;
	line-height: 25px;
	padding: 5px;
	margin-bottom: 3px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tijiao {
	background: #228eda;
	border: 0px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 15px;
	width: 50%;
	margin: 2% auto;
}
#chongzhi {
	background: #00a651;
	border: 0px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 15px;
	width: 50%;
	margin: 2% auto;
}
.nTab {
	width: 100%;
	margin: 0 auto;
	background: url(../images/rctx.jpg);
	background-repeat: no-repeat;
	background-position: center 4px;
	min-height: 600px;
	z-index: 0;
}
.nTab .TabTitle {
	clear: both;
	overflow: hidden;
	background: url(../images/TabTitle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 80%;
	margin: 0 auto;
	padding-left: 5%;
}
.nTab .TabTitle ul {
	border: 0;
	margin: 0;
	padding: 0;
}
.nTab .TabTitle li {
	float: left;
	width: 25%;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.nTab .TabTitle .active {
	height: 96px;
	background: url(../images/active.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #228eda;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: left;
	padding-left: 7%;
	z-index: 999;
	padding-top: 25px;
}
.nTab .TabTitle .normal {
	height: 96px;
	background: url(../images/normal.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #323232;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: left;
	padding-left: 7%;
	z-index: 999;
	padding-top: 25px;
}
.nTab .TabContent {
	width: auto;
	margin: 0px auto;
	padding: 20px 0 0 0;
	color: #323232;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 36px;
}
.none {
	display: none;
}
@media (max-width:768px) {
.job2 {
	color: #323232;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
.job2 a {
	color: #323232;
	font-size: 18px;
	font-family: "微软雅黑";
}
.job3 {
	background: #f6f6f6;
	color: #323232;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	padding: 5%;
}
.job3 a {
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	float: right;
	margin-right: 3%;
	padding-bottom: 2%;
}
.job3 a span {
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 10px;
}
.job4 {
	color: #323232;
	font-size: 18px;
	font-family: "微软雅黑";
	height: auto;
	line-height: 25px;
	text-align: center;
}
.job5 {
	line-height: 40px;
	width: 100%;
	color: #969696;
	font-size: 14px;
	line-height: 30px;
}
.job7 {
	text-align: right;
}
.job7 a {
	background: #228eda;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 40%;
	text-align: center;
	float: right;
	border-radius: 10px;
}
.job7 a:hover {
	background: #22b24c;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 40%;
	text-align: center;
	float: right;
	border-radius: 10px;
}
.job8 {
	text-align: left;
}
.job8 a {
	background: #30afe8;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 40%;
	text-align: center;
	float: left;
	border-radius: 10px;
}
.job8 a:hover {
	background: #22b24c;
	color: #ffffff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 40%;
	text-align: center;
	float: left;
	border-radius: 10px;
}
}
@media (max-width:768px) {
.nTab {
	width: 100%;
	margin: 0 auto;
	background: url(../images/rctx.jpg);
	background-repeat: no-repeat;
	background-position: center 4px;
	min-height: 600px;
	z-index: 0;
}
.nTab .TabTitle {
	clear: both;
	overflow: hidden;
	background: url(../images/TabTitle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	margin: 0 auto;
}
.nTab .TabTitle ul {
	border: 0;
	margin: 0;
	padding: 0;
}
.nTab .TabTitle li {
	float: left;
	width: 25%;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.nTab .TabTitle .active {
	height: 96px;
	background: url(../images/active.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #228eda;
	font-family: "微软雅黑";
	font-size: 13px;
	text-align: left;
	padding-left: 7%;
	z-index: 999;
	padding-top: 55px;
}
.nTab .TabTitle .normal {
	height: 96px;
	background: url(../images/normal.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #323232;
	font-family: "微软雅黑";
	font-size: 13px;
	text-align: left;
	padding-left: 7%;
	z-index: 999;
	padding-top: 55px;
}
.nTab .TabContent {
	width: 95%;
	margin: 0px auto;
	padding: 20px 0 0 0;
	color: #323232;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 36px;
}
.nTab .TabContent img {
	width: 100%;
	margin: 0px auto;
}
}
<!--
新闻--> 
/*->网站首页样式类
*********************/
.inx_products_bg {
	background: url(../images/bg_1.jpg) no-repeat center top;
}
.inx_products img {
	width: 100%;
}
.inx_anli_list .anli {
	padding: 7px;
	background: #f2f2f2;
	transition: all 0.8s ease 0s;
}
.inx_anli_list div {
	margin-bottom: 10px;
}
.inx_anli_list .anli a {
	display: block;
}
.inx_anli_list .anli img {
	width: 100%;
	display: block;
}
.inx_anli_list .anli p {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
}
.inx_anli_list .anli p span {
	font-size: 80%;
}
.inx_anli_list .anli:hover {
	background: #ffc701;
	transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	box-shadow: 0 0 30px #CCC;
	-moz-box-shadow: 0 0 30px #CCC;
	-ms-box-shadow: 0 0 30px #CCC;
	-o-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
}
.inx_news_bg {
	background: url(../images/bg_2.jpg) no-repeat center top;
}
.inx_news_list .inx_news a {
	display: block;
}
.inx_news_list .news_img {
	border: 3px solid #f3bc00;
	height: 194px;
	margin-bottom: 15px;
	position: relative;
	background-size: 100% !important;
	overflow: hidden;
	transition: all 1s ease 0s;
}
.inx_news_list .news_img img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
	min-height: 100%;
}
.inx_news:hover img {
	transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-o-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
}
.inx_news:hover .news_img {
	border-color: #fb383c;
}
.inx_news:hover .news_date {
	background: #fb383c;
}
.inx_news .news_info>p {
	transition: all 1s ease 0s;
}
.inx_news:hover .news_info>p {
	color: #FF675B
}
.inx_news_list .news_date {
	background: #f3bc00 none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 50%;
	top: -46px;
	color: #fff;
	font-size: 14px;
	height: 55px;
	left: 10px;
	line-height: 80%;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	width: 54px;
	transition: all 1s ease 0s;
}
.inx_news_list .news_date p {
	margin: 0;
}
.news_more {
	background: rgba(0, 0, 0, 0) url("../images/news_more.png") no-repeat scroll 0 48%;
	color: #fb383c;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 200px;
}
.qq_weibo_weixin {
	height: 50px;
	margin: 50px auto;
	padding-bottom: 20px;
	width: 300px;
}
.qq_weibo_weixin a div {
	bottom: -28px;
	display: none;
	height: 100px;
	left: 70px;
	position: absolute;
	width: 100px;
}
.erweima2 {
	bottom: -100px;
	display: none;
	height: 100px;
	left: -10px;
	position: absolute;
	width: 100px;
	z-index: 111;
}
.qq_weibo_weixin a {
	display: block;
	float: left;
	margin: 0 21px;
	position: relative;
}
.qq_weibo_weixin a>span {
	transition: all 0.5s ease 0s;
}
.qq_weibo_weixin a>span:hover {
	transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-o-transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	color: #fb383c;
}
.news_info {
	position: relative;
}
.inx_bottom {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 40px 0;
}
.inx_bottom div>div {
	transition: all 1s ease 0s;
}
.inx_bottom div>div:hover {
	transform: scale(1.1, 1.1);
	color: #fb383c
}
.inx_bottom img {
	float: left;
	margin: 0 15px;
}
.inx_bottom p {
	margin: 0;
}
.inx_bottom span {
	font-size: 18px;
}
.piclist img {
	padding-bottom: 5px;
	padding-right: 5px;
	width: 100%;
}
.piclist dd {
	float: left;
	overflow: hidden;
	position: relative;
	width: 50%;
}
.piclist_mx, .piclist dd a {
	color: #333;
}
.piclist_mx {
	position: relative;
	overflow: hidden;
}
.piclist_mx span {
	position: absolute;
	left: 50%;
	top: -10%;
	z-index: 2;
	font-size: 5rem;
	opacity: 0;
	transition: all 0.2s ease 0s;
	margin-left: -7%;
	margin-top: -7%
}
.piclist dd span {
	position: absolute;
	left: 50%;
	top: -10%;
	z-index: 2;
	font-size: 5rem;
	opacity: 0;
	transition: all 0.2s ease 0s;
	margin-left: -15%;
	margin-top: -15%
}
.img-mask {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.piclist dd .img-mask {
	margin-left: -5px;
	margin-top: -5px;
}
.piclist_mx:hover .img-mask {
	opacity: 0.5;
}
.piclist_mx:hover span {
	opacity: 1;
	top: 50%;
	color: #F3BC00;
}
.piclist dd:hover .img-mask {
	opacity: 0.5;
}
.piclist dd:hover span {
	opacity: 1;
	top: 50%;
	color: #F3BC00;
}
.inx_fuwu {
	text-align: center;
	margin-top: 20px;
}
.inx_fuwu .inx_fuwu1 {
	margin-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
.inx_fuwu1 li {
	width: 100%;
	float: left;
}
.inx_fuwu1 li a {
	font-family: "微软雅黑";
	background: #f4f4f4;
	border-radius: 10px;
	color: #333333;
	display: block;
	transition: all 0.3s ease 0s;
	z-index: 999;
	font-family: "微软雅黑";
	padding-bottom: 40px;
}
.inx_fuwu1 li a .cImg {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}
.inx_fuwu1 li a .cImg img {
	display: block;
	transition: all 1s ease 0s;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a .cImg1 {
	display: none;
	position: relative;
	overflow: hidden;
}
.inx_fuwu1 li a .cImg1 img {
	display: none;
	transition: all 1s ease 0s;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a .cJianjie {
	display: block;
	height: 230px;
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	color: #323232;
	font-size: 14px;
	text-align: center;
	line-height: 30px !important;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a .cTitle {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #323232;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.inx_fuwu1 li a .cTitle1 {
	width: 80%;
	margin: 0 auto;
	display: block;
	height: 35px;
	line-height: 35px;
	border: #679fd3 solid 1px;
	border-radius: 10px;
	color: #666666;
	font-size: 14px;
}
.inx_fuwu1 li a .cTitle samp {
	padding-bottom: 15px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
}
.inx_fuwu1 li a .cTitle samp span {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999999;
}
.inx_fuwu1 li a .cErTitle {
	display: none;
	text-align: center;
	height: 0px;
	color: #fff;
	font-family: "微软雅黑";
	line-height: 30px;
}
.inx_fuwu1 li a:hover {
	transition: all 0.5s ease 0s;
	color: #fff;
	font-family: "微软雅黑";
	background: url(../images/inx_fuwu1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	color: #333333;
	display: block;
	z-index: 999;
	font-family: "微软雅黑";
	padding-bottom: 40px;
}
.inx_fuwu1 li a:hover {
	margin-top: -20px;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a:hover .cImg {
	display: none;
	position: relative;
	overflow: hidden;
}
.inx_fuwu1 li a:hover .cImg img {
	display: none;
	transition: all 0.5s ease 0s;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a:hover .cImg1 {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}
.inx_fuwu1 li a:hover .cImg1 img {
	display: block;
	transition: all 0.5s ease 0s;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a:hover .cJianjie {
	display: block;
	transition: all 0.3s ease 0s;
	display: block;
	height: 230px;
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 30px !important;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a:hover .cTitle {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
	transition: all 0.3s ease 0s;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a:hover .cTitle1 {
	display: none;
	width: 80%;
	margin: 0 auto;
	display: block;
	height: 35px;
	line-height: 35px;
	border: #f4f4f4 solid 1px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	background: #f4f4f4;
}
.inx_fuwu img {
	max-width: 80%;
	transition: all 1s;
}
.inx_fuwu img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);		/* IE 9 */
	-webkit-transform: rotate(360deg);	/* Safari and Chrome */
	-o-transform: rotate(360deg);		/* Opera */
	-moz-transform: rotate(360deg);		/* Firefox */
}
.piclists {
	padding: 0 12px;
}
#GoTop {
	display: none;
	padding: 5px 20px;
	color: #fff;
}
.more {
	background: #a13300 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-family: "微软雅黑";
	font-size: 18px;
	margin: 30px auto;
	padding: 1% 0;
	text-align: center;
	width: 45%;
	border-radius: 5px;
}
.more :hover{
	
	color: #fff;
	

}
.more :focus{
	
	color: #fff;
}
@media (max-width:768px) {
.inx_fuwu {
	padding: 0 2%;
}
.inx_fuwu1 {
	font-size: 12px !important;
}
.inx_fuwu1 li a {
	font-family: "微软雅黑";
	background: #f4f4f4;
	border-radius: 10px;
	color: #333333;
	display: block;
	transition: all 0.3s ease 0s;
	z-index: 999;
	font-family: "微软雅黑";
	padding-bottom: 10px;
}
.inx_fuwu1 li a .cImg {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
}
.inx_fuwu1 li a .cImg img {
	display: block;
	transition: all 1s ease 0s;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a .cTitle {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #323232;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.inx_fuwu1 li a .cJianjie {
	display: block;
	height: 75px;
	width: 85%;
	overflow: hidden;
	margin: 0 auto 5px auto;
	color: #323232;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-height: 25px !important;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a .cTitle1 {
	width: 80%;
	margin: 0 auto;
	display: block;
	height: 25px;
	line-height: 25px;
	border: #679fd3 solid 1px;
	border-radius: 10px;
	color: #666666;
	font-size: 14px;
}
.inx_fuwu1 li a:hover {
	color: #fff;
	font-family: "微软雅黑";
	background: url(../images/inx_fuwu1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	color: #333333;
	display: block;
	z-index: 999;
	font-family: "微软雅黑";
	padding-bottom: 10px;
}
.inx_fuwu1 li a:hover {
	margin-top: 0px;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a:hover .cImg {
	display: none;
	position: relative;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
}
.inx_fuwu1 li a:hover .cImg img {
	display: none;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a:hover .cImg1 {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
}
.inx_fuwu1 li a:hover .cImg1 img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
.inx_fuwu1 li a:hover .cJianjie {
	display: block;
	height: 75px;
	width: 85%;
	overflow: hidden;
	margin: 0 auto 5px auto;
	color: #ffffff;
	padding: 0;
	font-size: 12px;
	text-align: center;
	line-height: 25px !important;
	font-family: "微软雅黑";
}
.inx_fuwu1 li a:hover .cTitle {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.inx_fuwu1 li a:hover .cTitle1 {
	display: none;
	width: 80%;
	margin: 0 auto;
	display: block;
	height: 25px;
	line-height: 25px;
	border: #f4f4f4 solid 1px;
	border-radius: 10px;
	color: #000000;
	font-size: 14px;
	background: #f4f4f4;
}
.inx_anli_list {
	padding: 0 5%;
}
.inx_bottom span {
	font-size: 12px !important;
}
.inx_bottom img {
	width: 20%;
	margin: 0 3px;
}
.bot1 {
	padding-bottom: 15px;
}
}
 @media(max-width:1200px) and (min-width:1000px) {
.inx_news_list .news_img {
	height: 154px;
}
}
@media (max-width:1000px) and (min-width:768px) {
.bot1 {
	padding-bottom: 15px;
}
}
/*->网站二级页样式类
*********************/
.about {
	padding-left: 0px;
	padding-right: 0px;
}
.about p {
	margin: 0;
}
.about .contents {
	line-height: 36px;
	color: #323232;
	padding-bottom: 70px;
	font-size: 16px;
}
.about .contents img {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.about .contents p {
	line-height: 36px;
	color: #323232;
	font-size: 16px;
}
.about .contents3g {
	line-height: 30px;
	color: #323232;
	padding-bottom: 20px;
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
}
.about .contents3g img {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 100%;
}
.about .contents3g p {
	line-height: 30px;
	color: #323232;
	font-size: 14px;
}
.aboutd {
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutd1 {
	background-repeat: no-repeat;
	background-position: center top;
}
.title_bg {
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.title_bg .title_bg1 {
	line-height: 40px;
	height: 40px;
	color: #323232;
	font-size: 34px;
	margin-top: 110px;
	text-transform: uppercase;
	z-index: 0;
}
.title_bg .title_bg1 span {
	color: #228eda;
	font-size: 34px;
	font-weight: bold;
	z-index: 0;
}
.title_bg p {
	color: #646464;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.title_bg .title_bg3 {
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 34px;
	margin-top: 110px;
	text-transform: uppercase;
}
.title_bg .title_bg3 span {
	color: #228eda;
	font-size: 34px;
	font-weight: bold;
}
.title_bg .title_bg4 {
	color: #ffffff;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.title_bg2 {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	left: 49%;
}
.title_bg2 img {
	margin: 0 auto;
	display: block;
}
 @media (max-width:768px) {
.aboutd {
	background-size: 200% 150px;
}
.aboutd1 {
	background-size: 200% 200px;
}
.title_bg {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.title_bg .title_bg1 {
	line-height: 40px;
	height: 40px;
	color: #323232;
	font-size: 20px;
	margin-top: 15px;
	text-transform: uppercase;
	z-index: 0;
}
.title_bg .title_bg1 span {
	color: #228eda;
	font-size: 20px;
	font-weight: bold;
	z-index: 0;
}
.title_bg p {
	color: #646464;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.title_bg .title_bg3 {
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
.title_bg .title_bg3 span {
	color: #228eda;
	font-size: 20px;
	font-weight: bold;
}
.title_bg .title_bg4 {
	color: #ffffff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: block;
}
.title_bg2 {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	position: relative;
	left: 49%;
}
.title_bg2 img {
	margin: 0 auto;
	display: block;
}
}
.pro3g {
	line-height: 28px;
	color: #323232;
	padding-bottom: 20px;
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
}
.pro3g img {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 100%;
}
.pro3g p {
	line-height: 28px;
	color: #323232;
	font-size: 14px;
}
.news_show {
	padding: 30px 15px;
}
.news_show h4 {
	color: #323232;
	text-align: center;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
.news_show h6 {
	color: #999999;
	text-align: center;
	line-height: 35px;
}
.news_show .context {
	line-height: 36px;
	color: #969695;
	border-bottom: 1px dashed #e2e2e2;
	border-top: 1px dashed #e2e2e2;
	padding: 15px 0;
}
.news_show .context img {
	max-width: 100%;
}
.news_page {
	padding-top: 20px;
	color: #666666;
	line-height: 28px;
}
.contact {
	line-height: 36px;
	color: #323232;
	font-size: 16px;
}
.contact1 {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
}
.contact1 li {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	height: 282px;
	padding-top: 10px;
}
.contact1 li:hover {
	color: #1e7bb6;
	font-size: 16px;
	line-height: 36px;
	height: 282px;
	padding-top: 10px;
}
.contact2 {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	background-repeat: repeat;
	background: url(../images/contact1.jpg);
	margin-top: 20px;
}
.contact3 {
	background: url(../images/contact3.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.contact4 {
	background-position: bottom right;
	background-repeat: no-repeat;
}
@media (max-width:768px) {
.news_show h4 {
	color: #323232;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.contact4 {
	line-height: 30px !important;
	font-size: 14px !important;
}
.contact4 p {
	line-height: 30px !important;
	font-size: 14px !important;
}
}
@media (max-width:768px) {
.contact1 {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	height: auto;
}
.contact1 li {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	height: auto;
	padding-top: 10px;
}
.contact1 li:hover {
	color: #1e7bb6;
	font-size: 16px;
	line-height: 36px;
	height: auto;
	padding-top: 10px;
}
.contact2 {
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	background-repeat: repeat;
	margin-top: 20px;
	background: none;
}
.contactd {
	background: #f6f6f6;
	border-top: #e2e2e3 solid 1px;
	border-bottom: #e2e2e3 solid 1px;
}
}
/*->友情链接
*********************/
.links {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
}
.links a {
	color: #ffffff;
	padding-right: 2%;
	background: url(../images/links.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.links a:hover {
	color: #ffffff;
}
.links1 {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
	padding-top: 30px;
}
.links1 a {
	color: #ffffff;
	background: none !important;
	background-position: center right;
	background-repeat: no-repeat;
}
.links1 a:hover {
	color: #ffffff;
}
.links2 {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
}
.links2 a {
	color: #ffffff;
}
.links2 a:hover {
	color: #ffffff;
}
.links3 {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
	padding-top: 30px;
}
.links3 p {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
}
.links3 a {
	color: #ffffff;
}
.links3 a:hover {
	color: #ffffff;
}
.links4 {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.links4 img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
/*->Copyright 底部版权
*********************/
.copyright_bg {
	background:url(../images/foot.jpg);
	background-repeat:no-repeat; background-position:center center; height:286px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.copyright{background:url(../images/copyright.jpg);background-repeat:no-repeat; background-position:center center; height:69px; line-height:69px; text-align:center; color:#ffffff; font-size:13px;}
.foot1{ color:#ffffff; font-size:16px; font-weight:bold; padding:20px 0;}
.foot1 img{ margin-right:10px; width:24px;}
.foot2{  margin:10px auto; color:#aaaaaa;font-size:16px; line-height:30px; margin-left:34px; }
.foot3{margin:10px auto; color:#aaaaaa;font-size:16px; line-height:30px; margin-left:34px;}
.foot5{ width:100%; margin:3% auto;}
.foot6 input{ width:95%; background:#cfcfcf; height:31px; line-height:31px; border:0; padding-left:1%;} 
.foot6 textarea{ width:95%; background:#cfcfcf; height:74px; line-height:25px; border:0; padding-left:1%; } 
.foot7{ text-align:right;}
.foot7 input{ width:74px; background:#d24846; height:74px; line-height:74px; border:0;  margin-right:6px; color:#ffffff;} 
#copyright {
	padding-top: 10px;
	line-height: 22px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: "宋体";
	color: #969696
}
 @media (max-width:768px) {
.copyright_bg {
	padding-top: 10px
}
}
/*->底部页码
*********************/
.pages {
	padding: 30px 0;
	color: #3a3a3a;
	line-height: 30px;
}
.pages a {
	color: #3a3a3a;
	padding: 5px 20px;
}
.pages a:hover {
	color: #ff675b;
}
.pages .xuanzhong {
	color: #009842;
}
@media (max-width:768px) {
.pages {
	padding: 20px 0;
	color: #3a3a3a;
	line-height: 30px;
}
.pages a {
	color: #3a3a3a;
	padding: 5px 10px;
}
.pages a:hover {
	color: #ff675b;
}
.pages .xuanzhong {
	color: #ff675b;
}
}
/*->News
*********************/
.news_list {
	margin-left: 0px;
	margin-right: 0px;
}
.news_list dd {
	padding: 15px 0;
	color: #969695;
	transition: all 2s;
	border: #e2e2e2 solid 1px;
	margin: 2% 0;
}
.news_list dd p a {
	display: block;
	font-size: 16px;
	color: #323232;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.news_list dd p {
	display: block;
	font-size: 14px;
	color: #969695;
	line-height: 30px;
}
.news_list dd a:hover {
	font-weight: bold;
}
.news_list dd img {
	max-width: 100%;
	cursor: pointer;
}
.news_list dd.evers {
}
.news_list dd:hover {
	transition: all 2s;
	border: #228eda solid 1px;
	background: #f6f6f6;
}
.news_list1 {
	color: #646464;
	font-size: 24px;
	padding-top: 20px;
	text-align: center;
}
.news_list1 span {
	color: #969695;
	font-size: 16px;
	display: block;
	padding-bottom: 20px;
	margin: 0 auto;
}
/*->Products
*********************/
.products_img {
	display: block;
	margin: 0 auto;
	padding-top: 50px;
	width: 60%;
	padding-bottom: 30px;
}
@media (max-width: 1000px) {
.products_img {
	padding-top: 3%;
	width: 100%;
}
}
.pro_img {
	overflow: hidden;
	width: 100%;
}
.pro_img img{
	border:#CCC solid 1px;
}
.Products_list>div {
	transition: all 1s ease 0s;
}
.Products_list>div:hover {
	transform: translate(0px, -20px);
}
.pro_img img {
	width: 100%;
}
.pro_title {
	border-bottom: 2px solid #7f7f7f;
	height: 52px;
	width: 100%;
}
.pro_price {
	color: #333333;
	line-height: 28px;
	width: 100%;
	padding-bottom: 16px;
}
.topro_show1 {
	color: #333333;
	float: left;
	height: 22px;
	margin-top: 16px;
	overflow:hidden;
}
.topro_show2 {
	background: #32312f none repeat scroll 0 0;
	color: #fff;
	float: right;
	height: 22px;
	margin-top: 16px;
	padding: 0 6px;
}
.topro_show2:hover {
	color: #ff675b;
}
/*->Gbook
*********************/
.gbook_title {
	padding: 80px 0 45px 0;
}
.gbook_title div {
	text-align: center;
	color: #2f3338;
	line-height: 35px;
}
.gbook_title div p {
	font-size: 16px;
	color: #ec68a4;
}
.gbook_title div span {
	font-size: 40px;
	color: #2f3338;
}
.texts {
	height: 100px !important;
	background: #f7f7f7;
	color: #000 !important;
}
.about input.form-control {
	background: #f7f7f7;
	color: #000 !important;
	height: 50px;
	line-height: 50px;
}
 @media (max-width:768px) {
.btn-sub {
	padding: 3% 15%;
	margin-top: 20px;
}
.gbook_title {
	padding-top: 10px;
}
}
/*导航*/
.menu {
	font-family: "微软雅黑";
	padding-left: 30px;
	_overflow: hidden;
	z-index: 99;
	margin-top: 30px;
}
.top {
	position: relative;
	z-index: 2
}
.menu li {
	font-size: 16px;
	float: left;
	width: 111px;
	background: url(../images/nav1.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	line-height: 29px;
	height: 29px;
	color: #26312d;
}
.menu .no_sub {
	width: 111px;
	display: inline-block;
	background: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 29px;
	height: 29px;
	color: #a13300;
}
.menu .no_sub a {
	color: #a13300;
}
.menu .no_sub1 a {
	color: #26312d;
}
 @media (max-width:1000px) {
.menu li {
	font-size: 16px;
	width:auto !important;
	float: left;
	padding:0 10px;
	background: url(../images/nav1.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	line-height: 29px;
	height: 29px;
	color: #26312d;
}
.menu .no_sub {
	
	display: inline-block;
	background: url(../images/nav2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 29px;
	height: 29px;
	color: #a13300;
}
}
/*IE6*/

.enyw {
	background: #22b24c;
	width: 40px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.enzw {
	background: #2293d9;
	width: 40px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
/*相关产品*/
.proli {
	text-align: center;
	color: #000000;
	font-size: 16px;
	border: #929292 solid 1px;
	text-align: center;
	width: 95%;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.proli img {
	width: 100%;
}
.proli p {
	text-align: center;
	color: #000000;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.proli1 {
	text-align: center;
	font-size: 24px;
	padding: 30px 0;
}
/*项目报备*/
.apply {
	width: 60%;
	margin: 0 auto;
}
.apply p {
	width: 10%;
	float: left;
	padding: 1% 0;
}
.apply div {
	width: 60%;
	float: left;
}
.apply span {
	width: 28%;
	float: right;
	text-align: left;
	padding: 1% 0;
	color: #e1110f;
}
.baobei {
	margin: 0 auto;
	float: none !important;
}
.baobei div {
	padding-left: 0px;
	padding-right: 0px;
}
.baobei1 {
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.baobei3 {
	margin-right: 5px;
}
.baobei2 input {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	width: 64%;
	padding-left: 5%;
	color: #555;
}
.baobei2 span {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 2%;
	text-align: right;
	color: #e34242;
}
.baobei2 i {
	float: left;
	width: 5%;
	left: 0;
	margin-top: 3px;
}
.baobei2 small {
	float: left;
	width: 32%;
	height: 40px;
	line-height: 40px;
	margin-left: 2%;
}
@media (max-width:768px) {
.baobei1 {
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.baobei2 input {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	float: left;
	width: 90%;
	padding-left: 5%;
	color: #555;
}
.form-group {
	margin-bottom: 5px;
}
}
.help-block {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.btn-sub {
	margin: 0 auto;
	display: block;
	color: #fff;
	background: #228eda;
	padding: 1% 8%;
	margin-top: 20px;
	width: 30%;
}
.btn-sub:hover {
	color: #FFF;
}
.baobeizy {
	color: #969696;
	font-size: 12px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.baobeizy span {
	color: #e34242;
}
.user_bb {
	width: 100%
}
.user_bb .user_bb1 {
	width: 25%;
	float: left;
	background: #51c3f0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.user_bb .user_bb1:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb .user_bb2 {
	width: 25%;
	float: left;
	background: #ffffff;
	border-top: #73bb71 solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #73bb71;
	font-size: 16px;
}
.user_bb .user_bb2:hover {
	background: #00a651;
	border-top: #00a651 solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}
.user_bb .user_bb3 {
	width: 25%;
	float: left;
	background: #ffa94d;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px
}
.user_bb .user_bb3:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb .user_bb_1 {
	width: 25%;
	float: left;
	border-bottom: #73bb71 solid 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	line-height: 39px;
}
.user_bb4 {
	border: #73bb71 solid 1px;
	border-top: none;
}
.user_add {
	width: 60%;
	margin: 15px auto 0 auto;
}
.user_add label {
	width: 30%;
	float: left;
	text-align: right;
	height: 40px;
	line-height: 40px;
	color: #323232l;
	font-size: 16px;
	font-weight: normal;
}
.user_add input {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 2%;
	display: block;
	height: 40px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.user_add span {
	width: 17%;
	float: right;
	text-align: left;
	color: #de0000;
	height: 40px;
	line-height: 40px;
}
.user_add_button {
	width: 60%;
	margin: 15px auto 50px auto;
}
.user_add_button input {
	background: #228eda;
	margin-left: 30%;
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #ffffff;
	font-size: 16px;
	width: 50%;
	border-radius: 5px;
}
.user_bb_y {
	width: 100%;
}
.user_bb_y .user_bb1 {
	width: 25%;
	float: left;
	background: #ffffff;
	border-top: #51c3f0 solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #73bb71;
	font-size: 16px;
	border-left: #51c3f0 solid 1px;
}
.user_bb_y .user_bb1:hover {
	background: #00a651;
	border-top: #00a651 solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}
.user_bb_y .user_bb2 {
	width: 25%;
	float: left;
	background: #73bb71;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.user_bb_y .user_bb2:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb_y .user_bb3 {
	width: 25%;
	float: left;
	background: #ffa94d;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px
}
.user_bb_y .user_bb3:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb_y .user_bb_1 {
	width: 25%;
	float: left;
	border-bottom: #51c3f0 solid 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	line-height: 39px;
}
.user_bb_y1 {
	border: #51c3f0 solid 1px;
	border-top: none;
}
.user_bb_ytd {
	border: #51c3f0 solid 1px;
}
.user_bb_ytd8 {
	border: #51c3f0 solid 1px;
	margin-left: 15px;
	margin-right: 15px;
}
.user_bb_ytd9 {
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
}
.user_bb_ytd9 span {
	color: #de0000;
}
.user_bb_y2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #eaeaea;
	text-align: center;
	font-size: 16px;
}
.user_bb_y2 .user_bb_y3 {
	width: 15%;
	float: left;
}
.user_bb_y2 .user_bb_y4 {
	width: 17%;
	float: left;
}
.user_bb_y2 .user_bb_y5 {
	width: 17%;
	float: left;
}
.user_bb_y2 .user_bb_y6 {
	width: 11%;
	float: left;
}
.user_bb_y2 .user_bb_y7 {
	width: 8%;
	float: left;
}
.user_bb_y2 .user_bb_y8 {
	width: 8%;
	float: left;
}
.user_bb_y2 .user_bb_y9 {
	width: 8%;
	float: left;
}
.user_bb_y2 .user_bb_y10 {
	width: 16%;
	float: left;
}
.user_bb_tit {
	vertical-align: middle;
	border-bottom: #eaeaea solid 1px;
	text-align: center;
	padding: 1% 0;
}
.user_bb_tit1 {
	width: 15%;
	vertical-align: middle;
}
.user_bb_tit1 a {
	color: #000000;
}
.user_bb_tit1 a:hover {
	color: #de0000;
}
.user_bb_tit2 {
	width: 17%;
	padding: 0 1%;
}
.user_bb_tit3 {
	width: 17%;
	vertical-align: middle;
	padding: 0 1%;
}
.user_bb_tit4 {
	width: 11%;
}
.user_bb_tit5 {
	width: 8%;
}
.user_bb_tit6 {
	width: 8%;
}
.user_bb_tit7 {
	width: 8%;
}
.user_bb_tit8 {
	width: 16%;
}
.user_bb_y2 .yuser_bb_y3 {
	width: 15%;
	float: left;
}
.user_bb_y2 .yuser_bb_y4 {
	width: 20%;
	float: left;
}
.user_bb_y2 .yuser_bb_y5 {
	width: 20%;
	float: left;
}
.user_bb_y2 .yuser_bb_y6 {
	width: 13%;
	float: left;
}
.user_bb_y2 .yuser_bb_y7 {
	width: 8%;
	float: left;
}
.user_bb_y2 .yuser_bb_y8 {
	width: 8%;
	float: left;
}
.user_bb_y2 .yuser_bb_y9 {
	width: 8%;
	float: left;
}
.user_bb_y2 .yuser_bb_y10 {
	width: 8%;
	float: left;
}
.yuser_bb_tit1 {
	width: 15%;
	vertical-align: middle;
}
.yuser_bb_tit1 a {
	color: #000000;
}
.yuser_bb_tit1 a:hover {
	color: #de0000;
}
.yuser_bb_tit2 {
	width: 20%;
	padding: 0 1%;
}
.yuser_bb_tit3 {
	width: 20%;
	vertical-align: middle;
	padding: 0 1%;
}
.yuser_bb_tit4 {
	width: 13%;
}
.yuser_bb_tit5 {
	width: 8%;
}
.yuser_bb_tit6 {
	width: 8%;
}
.yuser_bb_tit7 {
	width: 8%;
}
.yuser_bb_tit8 {
	width: 8%;
}
 @media (max-width:768px) {
.user_bb_y2 .yuser_bb_y3 {
	width: 70%;
	float: left;
}
.user_bb_y2 .yuser_bb_y4 {
	width: 30%;
	float: left;
}
.user_bb_y2 .yuser_bb_y5 {
	width: 30%;
	float: left;
}
.yuser_bb_tit1 {
	width: 70%;
	vertical-align: middle;
}
.yuser_bb_tit1 a {
	color: #000000;
}
.yuser_bb_tit1 a:hover {
	color: #de0000;
}
.yuser_bb_tit2 {
	width: 30%;
	padding: 0 1%;
}
}
.user_bb_s {
	width: 100%;
}
.user_bb_s .user_bb1 {
	width: 25%;
	float: left;
	background: #51c3f0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px
}
.user_bb_s .user_bb1:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb_s .user_bb2 {
	width: 25%;
	float: left;
	background: #73bb71;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.user_bb_s .user_bb2:hover {
	background: #00a651;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.user_bb_s .user_bb3 {
	width: 25%;
	float: left;
	background: #ffffff;
	border-top: #ffa94d solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #ffa94d;
	font-size: 16px;
	border-right: #ffa94d solid 1px;
}
.user_bb_s .user_bb3:hover {
	background: #ffa94d;
	border-top: #ffa94d solid 5px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}
.user_bb_s .user_bb_1 {
	width: 25%;
	float: left;
	border-bottom: #ffa94d solid 1px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	line-height: 39px;
}
.user_bb_ys {
	border: #ffa94d solid 1px;
	border-top: none;
}
.bbxq {
	color: #969696;
	font-size: 16px;
	line-height: 35px;
	width: 60%;
	margin: 0 auto;
}
.bbxq span {
	color: #00a651;
	font-size: 16px;
	line-height: 35px;
}
.bbxq a {
	background: #dcdcdc;
	color: #000000;
	font-size: 14px;
	line-height: 35px;
	width: 80px;
	float: right;
	text-align: center;
	border-radius: 10px;
}
.tcdl {
	width: 100px;
	text-align: center;
	color: #646464;
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	line-height: 30px;
	float: right;
}
.tcdl img {
	padding-right: 10px;
	vertical-align: middle;
}
.tcdl a {
	color: #646464;
	font-size: 12px;
	font-family: "宋体";
}
.tcdl a:hover {
	color: #228eda;
	font-size: 12px;
	font-family: "宋体";
}
.xgmm {
	background: url(../images/xgmm.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100px;
	text-align: center;
	color: #646464;
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	line-height: 30px;
	float: right;
}
.xgmm a {
	color: #646464;
	font-size: 12px;
	font-family: "宋体";
}
.xgmm a:hover {
	color: #228eda;
	font-size: 12px;
	font-family: "宋体";
}
.bkqd {
	padding-left: 15px;
	padding-right: 15px;
}
.user_xq3 {
	width: 200px;
	float: right;
	border: #cccccc solid 1px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	color: #909090;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 0 10px;
}
.user_xq4 {
	width: 50px;
	float: right;
	border: #228eda solid 1px;
	background: #228eda;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 10px;
	height: 30px;
	color: #ffffff;
}
.user_xq5 {
	text-align: right;
	padding-bottom: 0px;
}
.user_xq5 a {
	width: 50%;
	float: right;
	text-align: center;
	background: #228eda;
	border-radius: 10px;
	height: 30px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	display: block;
}
.user_xqzj {
	background: #248eda;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
}
.user_xqzj1 {
	background: #eaeaea;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-left: 10px;
}
 @media (max-width:768px) {
.user_xq p {
	float: left;
	background: #228eda;
	width: 20%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
}
.user_xq .user_xq1 {
	float: right;
	width: 100%;
	margin-left: 0;
	font-size: 16px;
	text-align: right;
	height: 35px;
	line-height: 35px;
	color: #646464;
}
.user_xq .user_xq1 span {
	margin-left: 5px;
	font-size: 14px;
	text-align: left;
	height: 35px;
	line-height: 35px;
	color: #969696;
}
.user_xqzj {
	background: #248eda;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 12px;
	color: #ffffff;
	display: inline-block;
	margin-left: 5px;
}
.user_xqzj1 {
	background: #eaeaea;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-left: 5px;
}
.user_xq4 {
	width: 60px;
	float: right;
	border: #228eda solid 1px;
	background: #228eda;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-right: 0px;
	height: 30px;
	color: #ffffff;
	text-align: center;
}
.bbxq {
	color: #969696;
	font-size: 16px;
	line-height: 35px;
	width: 90%;
	margin: 0 auto;
}
.user_xq5 {
	text-align: right;
	padding-bottom: 10px;
}
.user_xq5 a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	background: #228eda;
	border-radius: 10px;
	height: 30px;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	display: block;
}
.tcdl {
	text-align: center;
	color: #646464;
	font-size: 12px;
	font-family: "宋体";
	height: 30px;
	line-height: 30px;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
}
.tcdl img {
	padding-right: 10px;
	vertical-align: middle;
}
}
.fenxiang {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.yan_bg {
	display: block;
	position: absolute;
	left: 25%;
	border-radius: 8px;
	top: 5%;
	z-index: 88888;
	width: 50%;
	background: #fff;
	overflow: hidden;
	border: #000000 solid 1px;
}
.yan_bg .yan_bg1 {
	color: #133063;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: bold;
}
.yan_bg .yan_bg_1 {
	width: 100%;
	margin: 0 auto;
	border-top: #e0e0e0 solid 1px;
	text-align: center;
	padding: 2% 0;
	color: #a3a3a3;
	font-size: 16px;
}
.yan_bg .yan_bg_2 {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	padding-top: 1%;
	color: #333333;
	line-height: 25px;
	padding-bottom: 2%;
}
.yan_bg .yan_bg_2 span {
	color: #de0000;
	line-height: 25px;
	font-weight: bold;
}
.yan_bg .yan_bg_1 button {
	margin-top: 6%;
	font-size: 16px;
	font-family: "微软雅黑";
}
.huibg {
	display: block;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.guanbi {
	background: url(../images/guanbi1.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 3%
}
.guanbi a {
	display: block
}
.guanbi_1 {
	background: url(../images/guanbi1.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 3%
}
.guanbi_1 a {
	display: block
}
.user_add_bb {
	width: 90%;
	margin: 7px auto 0 auto;
}
.user_add_bb label {
	width: 30%;
	float: left;
	text-align: right;
	height: 35px;
	line-height: 35px;
	color: #323232;
	font-size: 16px;
	font-weight: normal;
}
.user_add_bb input {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 2%;
	display: block;
	height: 35px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}
.user_add_bb select {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 2%;
	display: block;
	height: 35px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}
.user_add_bb span {
	width: 17%;
	float: right;
	text-align: left;
	color: #de0000;
	height: 35px;
	line-height: 35px;
}
.user_add_bb_button {
	width: 90%;
	margin: 10px auto 10px auto;
}
.user_add_bb_button input {
	float: left;
	background: #228eda;
	margin-left: 30%;
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #ffffff;
	font-size: 16px;
	width: 50%;
	border-radius: 5px;
}
 @media (max-width:768px) {
.fenxiang {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.yan_bg {
	display: block;
	position: absolute;
	left: 2%;
	border-radius: 8px;
	top: 5%;
	z-index: 88888;
	width: 96%;
	background: #fff;
	overflow: hidden;
	border: #000000 solid 1px;
}
.yan_bg .yan_bg1 {
	color: #133063;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	font-weight: bold;
}
.yan_bg .yan_bg_1 {
	width: 100%;
	margin: 0 auto;
	border-top: #e0e0e0 solid 1px;
	text-align: center;
	padding: 2% 0;
	color: #a3a3a3;
	font-size: 16px;
}
.yan_bg .yan_bg_2 {
	width: 70%;
	margin: 0 auto;
	text-align: left;
	padding-top: 1%;
	color: #333333;
	line-height: 25px;
	padding-bottom: 2%;
}
.yan_bg .yan_bg_2 span {
	color: #de0000;
	line-height: 25px;
	font-weight: bold;
}
.yan_bg .yan_bg_1 button {
	margin-top: 6%;
	font-size: 16px;
	font-family: "微软雅黑";
}
.huibg {
	display: block;
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.guanbi {
	background: url(../images/guanbi1.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 2%
}
.guanbi a {
	display: block
}
.guanbi_1 {
	background: url(../images/guanbi1.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 3%
}
.guanbi_1 a {
	display: block
}
.user_add_bb {
	width: 95%;
	margin: 7px auto 0 auto;
}
.user_add_bb label {
	width: 40%;
	float: left;
	text-align: right;
	height: 35px;
	line-height: 35px;
	color: #323232;
	font-size: 13px;
	font-weight: normal;
}
.user_add_bb input {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 2%;
	display: block;
	height: 35px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}
.user_add_bb select {
	width: 50%;
	float: left;
	text-align: left;
	padding: 0 2%;
	display: block;
	height: 35px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}
.user_add_bb span {
	width: 10%;
	float: right;
	text-align: left;
	color: #de0000;
	height: 35px;
	line-height: 35px;
}
.user_add_bb_button {
	width: 90%;
	margin: 10px auto 10px auto;
}
.user_add_bb_button input {
	background: #228eda;
	margin-left: 0%;
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	border-radius: 5px;
}
}
.pages1 {
	padding: 10px 0;
	color: #3a3a3a;
	line-height: 30px;
}
.pages1 a {
	color: #3a3a3a;
	padding: 5px 20px;
}
.pages1 a:hover {
	color: #ff675b;
}
.pages1 .xuanzhong {
	color: #ff675b;
}
.tishi {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
	color: #de0000;
	font-size: 14px;
}
.tishi1 {
	width: 300px;
	background-color: #ededed;
	border: 1px solid #d3d3d3;
	display: none;
	position: absolute;
	top: 10%;
	z-index: 999;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	color: #000000;
	line-height: 25px;
	font-family: "宋体";
}
.tishi2 {
	position: relative;
	color: #000000;
}
.tishi2 a {
	color: #000000;
}
.tishi3 {
	width: 180px;
	background-color: #ededed;
	border: 1px solid #d3d3d3;
	display: none;
	position: absolute;
	top: 10%;
	z-index: 999;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	color: #000000;
	line-height: 25px;
	font-family: "宋体";
}
.tishi4 {
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	color: #de0000;
	font-size: 14px;
}
 @media (max-width:768px) {
.tishi {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
	color: #de0000;
	font-size: 12px;
}
}
/*修改密码*/
.userindex_nm {
	text-align: right;
	color: #323232;
	font-size: 16px;
	font-family: "微软雅黑";
	height: 50px;
	line-height: 50px;
	padding-right: 5px;
}
.userindex_nm1 {
	text-align: left;
	color: #323232;
	font-size: 16px;
}
.userindex_nm1 input {
	border: #c8c8c8 solid 1px;
	height: 40px;
	line-height: 40px;
	width: 270px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 15px;
}
.userindex_nm2 {
	text-align: left;
	color: #323232;
	font-size: 16px;
}
.userindex_nm2 input {
	margin-top: 15px;
	border: #228eda solid 1px;
	background: #228eda;
	height: 40px;
	line-height: 40px;
	width: 270px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 15px;
	color: #ffffff;
}
/*登录*/
.formsub1 {
	margin: 0 auto;
	float: none !important;
}
.formsub1 label {
	width: 20%;
	float: left;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #323232;
	font-weight: normal;
	text-align: right;
	height: 40px;
	line-height: 40px;
}
.formsub1 .formbk1 {
	border: #c8c8c8 solid 1px;
	float: left;
	background: url(../images/formbk1.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	width: 80%;
	text-align: left;
	padding-left: 10%;
	display: block;
	outline: none;
}
.formsub1 div {
	clear: both;
}
.formsub1 .formbk2 {
	border: #c8c8c8 solid 1px;
	float: left;
	background: url(../images/formbk2.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	width: 80%;
	text-align: left;
	padding-left: 10%;
	display: block;
	outline: none;
}
.formsub1 .formbk3 {
	border: #c8c8c8 solid 1px;
	float: left;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	width: 30%;
	text-align: center;
	display: block;
	outline: none;
	margin-right: 10px;
}
.formsub4 {
	margin: 10px auto;
	float: none !important;
}
.formsub4 input {
	width: 80%;
	float: right;
	background: #228eda;
	font-size: 16px;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
.formsub5 {
	margin: 0 auto;
	float: none !important;
}
.formsub5 .formsub6 {
	float: left;
	margin-left: 20%;
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
}
.formsub5 .formsub6:hover {
	color: #00a651;
	font-size: 14px;
	font-family: "微软雅黑";
}
.formsub5 .formsub7 {
	float: left;
	margin-left: 5%;
	color: #228eda;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
}
.formsub5 .formsub7:hover {
	color: #00a651;
	font-size: 14px;
	font-family: "微软雅黑";
}
.formsub5 .formsub8 {
	float: left;
	margin-left: 5%;
	color: #969696;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
}
.formsub5 .formsub8 span {
	color: #de0000;
	font-size: 14px;
	font-family: "微软雅黑";
}
.formsub5 .formsub8:hover {
	color: #00a651;
	font-size: 14px;
	font-family: "微软雅黑";
}
.new_cont {
	margin-bottom: 24px;
	height: 242px;
}
.new_cont>a>img {
	width:100%;
	float: left;
}
.new_font {
	float: left;
}
.new_font>a {
	color: #4c4c4c;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 30px;
	display: block;
	margin-left: 30px;
}
.new_font>a:hover {
	color: #b7202b;
}
.new_font p {
	color: #4c4c4c;
	height: 200px;
	margin-left: 30px;
	overflow: hidden;
	line-height:25px;
}
.new_font>em>a {
	float: left;
	width: 115px;
	height: 30px;
	display: block;
	margin-right: 40px;
	margin-top: 20px;
	background-color: #920000;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 30px;
	font-size: 14px;
}


.new_font>em>a:hover {
	background-color: #363636;
	color: #fff;
}
.new_font2 {
	float: left;
	height: 72px;
}
.new_font2 .xwzx {
	height: 40px;
	line-height:20px;
	overflow: hidden;
	display:block;
	color: #808080;
	white-space:pre-wrap;
}
.new_font2 a {
	margin-bottom: 4px;
	display: block;
	color: #4c4c4c;
	height: 20px;
	overflow: hidden;
}

.new_con {
	overflow: hidden;
	margin-top: 30px;
}
.new_l {
	width: 256px;
	height: 206px;
	background-color: #1543d6;
	text-align: center;
}
.new_con ul {
	margin: 0 auto;
	width: 1180px;
}
.new_con ul li {
	float: left;
	height: 72px;
	margin-top:20px;
}
.new_con ul li:hover em p {
	color: #b7202b;
}
.new_con ul li:hover em i {
	color: #b7202b;
}
.new_con ul li:hover .new_font2 a {
	color: #b7202b;
}
.new_con ul li em {
	display: block;
	width: 66px;
	height: 50px;
	float: left;
	background: url(../images/new_icon.jpg) no-repeat 26px 22px;
	margin-top: 10px;
	margin-right: 16px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.new_con ul li em>p {
	color: #4c4c4c;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}
.new_con ul li em>i {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
	float: right;
}

 @media (max-width:768px) {
.new_font p  {
	margin-left: 0px;
}
.new_font>a {
	color: #4c4c4c;
	font-size: 16px;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	margin-left: 0px;
}
.new_font>em>a {

	width: 100%;
	height: 30px;
	display: block;
	margin-top: 10px;
	background-color: #920000;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 0px;
	font-size: 14px;
	margin-right:0;
}
.new_font2 {
    float: left;
    height: 40px;
}
.new_con ul li {
    float: left;
    height: 40px;
}

}
.tupian{width:100%; margin:3% auto; text-align:center;}
.tupian1{ text-align:center; width:20%; float:left; padding-top:10%;}
.tupian2{ text-align:center; width:20%; float:right; padding-top:10%;}
 @media (max-width:768px) {
.tupian {
	width:100%;
}
.tupian img {
	width:100%;
}
}