@charset "utf-8";
/* CSS Document */
ul, li, span, b, p, strong, ol, dl, dd, dt, h1, h2, h3, h4, h5, input, a, div, img {
    margin: 0;
    padding: 0;
}
body {
    min-width: 960px;
}
.content {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 998px;
}
.content::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
body {
    font-family: "微软雅黑";
    position: relative;
}
li {
    font-family: "微软雅黑";
    list-style: outside none none;
}
img {
    border: 0 none;
}



/*头部css*/


.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 80px;
	z-index: 9;
}
.header-main {
	width: 960px;
	height: 60px;
	padding-top: 20px;
	margin: 0 auto;
}
.logo {
	width: 170px;
	height: 50px;
	margin-top: 5px;
	float: left;
	overflow: hidden;
}
.header-nav {
	width: 790px;
	height: 60px;
	float: right;
}
.search {
	width: 196px;
	height: 27px;
	float: right;
	overflow: hidden;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
}
.search input {
	border: none;
	background-color: transparent;
}
.search input[type=text] {
	width: 140px;
	height: 18px;
	float: left;
	margin-left: 14px;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
.search input[type=submit] {
	width: 25px;
	height: 25px;
	margin-top: 1px;
	float: right;
	background-image: url(../img/sub.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav-list {
	width: 100%;
	height: 20px;
	margin-top: 12px;
	overflow: hidden;
}
.nav-list a {
	width: 112px;
	height: 20px;
	float: right;
	font-size: 14px;
	color: #666;
	text-align: right;
	line-height: 20px;
}
.nav-list a:hover {
	color: #1e6fc2;
}
.nav-list a.navon {
	color: #1e6fc2;
}

.footer {
	width: 100%;
	min-width: 960px;
	height: 370px;
	padding-top: 280px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}

.footer-main {
	width: 960px;
	height: 290px;
	margin: 0 auto;
	border-bottom: 1px solid #96bfe7;
}
.footer-nav {
	width: 334px;
	height: 290px;
	float: left;
}
.footer-nav ul {
	width: 100%;
	margin: 0;
}
.footer-nav ul li {
	width: 33.33%;
	height: 290px;
	float: left;
	margin-left:27px;
}
.footer-nav ul li a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #dbe8f8;
}
.footer-nav ul li a:hover {
	color: #fff;
}
.footer-nav ul li a.title {
	font-size: 15px;
	margin-bottom: 10px;
}
.inline {
	float: left;
	width: 1px;
	height: 165px;
	background-color: #76aee4;
}
.footer-info {
	width: 283px;
	padding-left: 40px;
	height: 290px;
	float: left;
}
.footer-info h2 {
	line-height: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
}
.footer-info p {
	font-size: 30px;
	font-family: Impact;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
.footer-info span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.share {
	width: 100%;
	height: 20px;
	margin-top: 25px;
}
.share b {
	float: left;
	width: 48px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.share a {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
.share a.sina {
	background-image: url(../img/sina.png);
}
.share a.sina:hover {
	background-image: url(../img/sinaon.png);
}
.share a.tenct {
	background-image: url(../img/tenct.png);
}
.share a.tenct:hover {
	background-image: url(../img/tencton.png);
}
.share a.code {
	background-image: url(../img/code.png);
}
.share a.code:hover {
	background-image: url(../img/codeon.png);
}
.footer-code {
	width: 250px;
	padding-left: 50px;
	height: 290px;
	float: left;
}
.code-list {
	width: 50%;
	height: 290px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.code-list img {
	width: 101px;
	height: 101px;
	margin: 0 auto;
}
.code-list p {
	margin-top: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.bottom {
	width: 960px;
	height: 80px;
	margin: 0 auto;
}
.bottom p {
	float: left;
	width: 60%;
	height: 80px;
	line-height: 80px;
	font-size: 12px;
	color: #dbe8f8;
	text-align: left;
}
.bottom-link {
	float: right;
	width: 120px;
	height: 80px;
	text-align: right;
}
.bottom-link a {
	display: inline;
	font-size: 12px;
	color: #dbe8f8;
	line-height: 80px;
}
.bottom-link a:hover {
	color: #fff;
}
.bottom-link span {
	display: inline;
	font-size: 12px;
	color: #dbe8f8;
	line-height: 80px;
}


.banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	padding-top: 260px;
	height: 616px;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	overflow: hidden;
}
.banner-i{
	width: 1920px;
	height: 616px;
	overflow: hidden;
	position: relative;
	left:50%;
	margin-left:-960px;
}
.banner-i .banner-sub{
	overflow: hidden;
	width:1920px;
	height: 616px;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
}
.banner-i .banner-sub img{
display: inline-block;
position: relative;
left:50%;
margin-left: -960px;
}
.m-btn{
	display: block;
	width: 180px;
	height: 40px;
	margin-top: 45px;
	line-height: 40px;
	font-size: 14px;
	font-family: Arial;
	color: #23609e;
	text-align: center;
	background-color: #f8f9fa;
	border: 2px solid #fff;
	position: absolute;
	top:270px;
	left:468px;
}
.m-btn:hover {
	background-color: #23609e;
	border: 2px solid #23609e;
	color: #fff;
}
.banner-num-s{
	position: absolute;
	bottom: 29px;
	right:25%;
	padding: 1px;
	height: 18px;
	float: none;	
}
.banner-num-s li{
	width: 16px;
	height: 16px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	background-color:#dcdcdc; 
	margin-left:24px;
	cursor:pointer;
} 
.banner-num-s li:hover{
	border:1px solid:#287dce;
	background-color:#287dce; 
}
.banner-num-s li.hover{
	border:1px solid:#287dce;
	background-color:#287dce; 
}
.banner-title {
	position: absolute;
	top: 260px;
	left: 0;
	width: 48%;
	height: 170px;
	background-image: url(../img/banner_title.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 3;
}
.banner-main {
	position: relative;
	width: 960px;
	height: 616px;
	margin: 0 auto;
	z-index: 4;
}
.banner-info {
	width: 480px;
	height: 616px;
	float: left;
}
.banner-info h2 {
	width: 420px;
	height: 170px;
	line-height: 60px;
	margin-top: 30px;
	font-size: 58px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.banner-info h3 {
	margin-top: 30px;
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	color: #1e6fc2;
	text-align: left;
}
 
.banner-img {
	width: 480px;
	height: 616px;
	float: right;
	overflow: hidden;
}
.index-pro {
	width: 100%;
	min-width: 1200px;
	height: 576px;
	background-image: url(../img/index_pro.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.pro-main {
	position: relative;
	width: 1200px;
	height: 535px;
	padding-top: 82px;
	margin: 0 auto;
}
.pro-title {
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 100px;
}
.pro-title h2 {
	line-height: 36px;
	font-size: 36px;
	font-weight: normal;
	color: #287dce;
	text-align: left;
}
.pro-title span {
	display: block;
	margin-top: 15px;
	line-height: 14px;
	font-size: 14px;
	font-family: Arial;
	color: #287dce;
	text-align: left;
}
.pro-title b {
	display: block;
	width: 65px;
	height: 1px;
	margin-top: 30px;
	background-color: #287dce;
}
.prev {
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.prev:hover {
	background-image: url(../img/prevon.png);
}
.next {
	position: absolute;
	top: 50%;
	right: 0;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.next:hover {
	background-image: url(../img/nexton.png);
}
.pro-cont {
	position: relative;
	width: 720px;
	height: 430px;
	margin: 0 auto;
	overflow: hidden;
}
.pro-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pro-list ul {
	width: 100%;
	margin: 0;
}
.pro-list ul li {
	width: 720px;
	height: 430px;
	float: left;
}
.pro-list-img {
	width: 285px;
	height: 430px;
	float: left;
	overflow: hidden;
}
.pro-list-info {
	width: 360px;
	padding-top: 160px;
	height: 270px;
	float: left;
}
.pro-list-info p {
	line-height: 25px;
	font-size: 14px;
	color: #7f8e9d;
	text-align: left;
}
.pro-list-info a {
	display: block;
	width: 80px;
	height: 80px;
	margin-top: 78px;
	background-image: url(../img/pro_more.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-news {
	margin-top:42px;
	width: 100%;
	min-width: 990px;
	/*height: 520px;*/
}
.index-news-title {
	width: 990px;
	height: 120px;
	margin: 0 auto;
}
.index-news-title h2 {
	line-height: 36px;
	font-size: 36px;
	font-weight: normal;
	color: #287dce;
	text-align: center;
}
.index-news-title span {
	display: block;
	margin-top: 14px;
	line-height: 14px;
	font-family: Arial;
	color: #287dce;
	text-align: center;
}
.index-news-title b {
	display: block;
	width: 65px;
	height: 1px;
	margin-top: 22px;
	margin-left: auto;
	margin-right: auto;
	background-color: #287dce;
}
.index-nlist {
	width: 990px;
	min-height: 420px;
	margin: 0 auto;
	overflow: hidden;
}
.index-nlist ul {
	width: 100%;
	margin: 0;
}
.index-nlist ul li {
	width: 290px;
	height: 406px;
	padding: 35px 20px 0;
	margin-top:-15px;
	float: left;
	background-image: url(../img/index_nlist.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	overflow: hidden;
}
.index-nlist ul li img {
	width: 287px;
	height: 187px;
}
.index-nlist ul li h2 {
	margin-top: 28px;
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 18px;
	font-weight: normal;
	color: #23609e;
	text-align: left;
}
.index-nlist ul li p {
	margin-bottom: 30px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.index-nlist ul li a.nlist-btn {
	display: block;
	width: 130px;
	height: 35px;
	/*padding: 8px 20px;*/
	line-height: 35px;
	font-size: 12px;
	font-family: Arial;
	color: #999;
	text-align: center;
	border: 1px solid #999;
}
.index-nlist ul li a.nlist-btn:hover {
	color: #287dce;
	border: 1px solid #287dce;
}


.about-banner {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 400px;
	background-image: url(../img/about_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.about-title {
	position: absolute;
	top: 155px;
	left: 0;
	width: 37.5%;
	min-width: 240px;
	height: 80px;
	background-image: url(../img/banner_title.png);
	background-repeat: repeat;
	background-position: center;
}
.about-title h2 {
	margin-right: 120px;
	margin-top: 15px;
	width: 140px;
	float: right;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #b4ceeb;
	text-align: center;
}
.about-title h3 {
	width: 140px;
	margin-right: 120px;
	font-size: 30px;
	float: right;
	font-weight: normal;
	color: #fff;
	line-height: 35px;
	text-align: center;
}
.page-title {
	width: 960px;
	height: 95px;
	margin: 0 auto;
}
.page-title h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #287dce;
	text-align: center;
}
.page-title span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-family: Arial;
	color: #287dce;
	text-align: center;
}
.page-title b {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 65px;
	height: 1px;
	background-color: #287dce;
}
.page-nav {
	width: 665px;
	height: 37px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.page-nav a {
	display: inline-block;
	width: 125px;
	height: 35px;
	margin-right: 45px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-align: center;
	border: 1px solid #a0a0a0;
}
.page-nav a:hover {
	color: #fff;
	border: 1px solid #287dce;
	background-color: #287dce;
}
.page-nav a.page-navon {
	color: #fff;
	border: 1px solid #287dce;
	background-color: #287dce;
}
.about-cont {
	width: 960px;
	min-height: 730px;
	margin-top: 115px;
	margin-left: auto;
	margin-right: auto;
}
.about-img {
	width: 360px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.about-word {
	width: 550px;
	float: right;
	font-size: 14px;
	color: #666;
}
.a-title {
	line-height: 25px;
	font-size: 24px;
	font-weight: normal;
	color: #287dce;
	text-align: left;
}
.a-inline {
	display: block;
	margin-top: 25px;
	width: 50px;
	height: 1px;
	background-color: #287dce;
}
.word {
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.blue {
	color: #287dce;
}
.a3-title {
	font-size: 18px;
	color: #666;
	font-weight: normal;
}

.deve {
	width: 100%;
	min-width: 960px;
	margin-top: 75px;
}
.deve-title {
	height: 172px;
	width: 172px;
	margin: 0 auto;
	background-image: url(../img/deve_title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.deve-title h2 {
	padding-top: 60px;
	line-height: 15px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	color: #8da6cc;
	text-align: center;
}
.deve-title h3 {
	margin-top: 10px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.deve-main {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.deve-main ul.deve-left {
	width: 491px;
	float: left;
	margin-top: 60px;
}
.deve-main ul.deve-right {
	width: 491px;
	float: right;
	margin-left: -22px;
	margin-top: 240px;
}
.deve-main ul li {
	width: 100%;
	height: 375px;
	overflow: hidden;
}
.deve-cont {
	width: 100%;
}
.deve-left li div {
	width: 100%;
	height: 138px;
	background-image: url(../img/div_lw.png);
	background-repeat: no-repeat;
	background-position: center;
}
.deve-left li div.deve-b {
	background-image: url(../img/div_lb.png);
}
.deve-left li div h2 {
	width: 137px;
	height: 137px;
	margin-top: 50px;
	float: left;
	font-size: 30px;
	line-height: 25px;
	font-family: Arial;
	font-weight: normal;
	color: #0255a5;
	text-align: center;
}
.deve-left li div h2 span {
	font-size: 18px;
}
.deve-left li div.deve-b h2 {
	color: #fff;
}
.deve-left li div.deve-b h2 span {
	color: #fff;
}
.deve-left li h3 {
	width: 100%;
	float: left;
	/*margin-top: 35px;*/
	font-size: 18px;
	font-weight: normal;
	color: #0255a5;
	text-align: left;
	line-height: 20px;
}
.deve-left li p {
	margin-top: 30px;
	width: 445px;
	float: left;
	font-size: 14px;
	color: #666;
	text-align: left;
}
.deve-right li div {
	width: 100%;
	height: 138px;
	background-image: url(../img/div_rw.png);
	background-repeat: no-repeat;
	background-position: center;
}
.deve-right li div.deve-b {
	background-image: url(../img/div_rb.png);
}
.deve-right li div h2 {
	width: 137px;
	height: 137px;
	margin-top: 50px;
	float: right;
	font-size: 30px;
	line-height: 25px;
	font-family: Arial;
	font-weight: normal;
	color: #0255a5;
	text-align: center;
}
.deve-right li div h2 span {
	font-size: 18px;
}
.deve-right li div.deve-b h2 {
	color: #fff;
}
.deve-right li div.deve-b h2 span {
	color: #fff;
}
.deve-right li h3 {
	width: 445px;
	float: right;
	/*margin-top: 35px;*/
	font-size: 18px;
	font-weight: normal;
	color: #0255a5;
	text-align: right;
	line-height: 20px;
}
.deve-right li p {
	margin-top: 30px;
	float: right;
	width: 445px;
	font-size: 14px;
	color: #666;
	text-align: right;
}
.deve-more {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background-image: url(../img/deve_more.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.bg-inline {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background-color: #ddd;
	z-index: -1;
}
.process-main {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 575px;
}
.process-cont {
	position: relative;
	width: 768px;
	height: 352px;
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
}
.process-bg {
	width: 389px;
	height: 256px;
	padding: 46px 26px;
	margin: 0 auto;
	background-image: url(../img/process_show.png);
	background-repeat: no-repeat;
	background-position: center;
}
.process-show {
	position: relative;
	width: 389px;
	height: 256px;
	overflow: hidden;
}
.process-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.process-img ul {
	width: 100%;
	margin: 0;
}
.process-img ul li {
	width: 389px;
	height: 256px;
	float: left;
	overflow: hidden;
}
.process-nav {
	position: relative;
	margin-top: 60px;
	width: 960px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
}
.process-navbg {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 940px;
	height: 2px;
	margin-top: -1px;
	background-color: #ddd;
	z-index: 0;
}
.process-nav a {
	display: inline-block;
	position: relative;
	width: 116px;
	height: 136px;
	float: left;
	margin-right: 24px;
	font-size: 21px;
	color: #fff;
	line-height: 136px;
	text-align: center;
	background-image: url(../img/process_nav.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
.process-nav a.process-on {
	background-image: url(../img/process_on.png);
}


.partn-banner {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 400px;
	background-image: url(../img/partn_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.partn-main {
	width: 100%;
	min-width: 960px;
	min-height: 535px;
}
.partn-cont {
	width: 960px;
	min-height: 535px;
	margin-top: 70px;
	/*padding-top: 70px;*/
	margin-left: auto;
	margin-right: auto;
}
.partn-four {
	width: 960px;
	height: 208px;
	margin-top: -68px;
	overflow: hidden;
}
.partn-three {
	width: 740px;
	height: 208px;
	margin-left: 126px;
	margin-top: -68px;
}
.partn-cont ul li {
	position: relative;
	width: 208px;
	height: 208px;
	margin-right: 42px;
	overflow: hidden;
}
.partn-cont ul li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/partn_cont.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 9;
}
.partn-cont ul li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.product-banner {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	background-image: url(../img/product_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.product-main {
	width: 1131px;
	min-height: 1000px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
.product-nav {
	width: 240px;
	height: 100px;
	float: left;
}
.pro-navlist {
	width: 100%;
	margin-bottom: 20px;
}
.pro-navlist h2 {
	width: 100%;
	height: 48px;
	font-size: 18px;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background-color: #287dce;
	border: 1px solid #287dce;
}
.pro-navlist a {
	display: block;
	width: 100%;
	height: 48px;
	font-size: 14px;
	color: #666;
	line-height: 48px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
}
.pro-navlist a:hover {
	color: #fff;
	/*border-top: 1px solid #fff;*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #ddd;
}
.pro-navlist a.pro-navon {
	color: #fff;
	/*border-top: 1px solid #fff;*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #ddd;
}
.product-cont {
	width: 866px;
	min-height: 1000px;
	float: right;
}
.product-cont ul {
	width: 100%;
	margin: 0;
}
.product-cont ul li {
	width: 250px;
	height: 332px;
	padding: 28px 16px 0;
	margin-right: 10px;
	float: left;
	background-image: url(../img/product_cont.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.product-cont ul li img {
	width: 250px;
	height: 185px;
}
.product-cont ul li h6 {
	margin-top: 45px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #287dce;
	text-align: left;
}
.product-cont ul li p {
	line-height: 20px;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.news-banner {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	background-image: url(../img/news_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.news-main {
	width: 100%;
	min-width: 990px;
}
.news-cont {
	width: 960px;
	min-height: 600px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.news-cont h2 {
	width: 960px;
	line-height: 60px;
	font-size: 18px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.news-word {
	width: 100%;
	min-height: 400px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
}
.pn-back {
	width: 100%;
	height: 60px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}
.prevnext {
	width: 60%;
	height: 60px;
	float: left;
}
.prevnext a {
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	color: #333;
}
.prevnext a:hover {
	color: #287dce;
}
.back {
	width: 80px;
	height: 40px;
	margin-top: 10px;
	float: right;
}
.back a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #287dce;
	text-align: center;
	border: 1px solid #ccc;
}
.back a:hover {
	color: #fff;
	background-color: #287dce;
	border-color: #287dce;
}
.service-banner {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	background-image: url(../img/service_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.service-main {
	width: 960px;
	height: 700px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #c9c9c9;
}
.service-img {
	width: 960px;
	height: 290px;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
}
.service-sub {
	width: 960px;
	height: 250px;
	margin-top: 15px;
}
.service-sub ul {
	width: 100%;
	margin: 0;
}
.service-sub ul li {
	width: 416px;
	height: 35px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}
.service-sub ul li p {
	width: 50px;
	float: left;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	color: #555;
}
.service-sub ul li input {
	width: 345px;
	height: 33px;
	padding-left: 15px;
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 33px;
	text-align: left;
	border: 1px solid #d2d2d2;
}
.service-sub ul li.length {
	width: 910px;
	height: 133px;
	margin-left: 25px;
}
.service-sub ul li.length p {
	width: 75px;
}
.service-sub ul li.length textarea {
	width: 815px;
	height: 131px;
	padding-left: 15px;
	line-height: 33px;
	font-size: 14px;
	color: #333;
	float: left;
	border: 1px solid #d2d2d2;
}
.service-btn {
	width: 380px;
	height: 36px;
	margin-top: 25px;
	margin-left: 100px;
}
.service-btn input {
	width: 95px;
	height: 35px;
	float: left;
	margin-right: 16px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	border: none;
	background-color: #287dce;
}
.job-banner {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	background-image: url(../img/job_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.join-main {
	width: 960px;
	min-height: 200px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.join-main ul {
	width: 100%;
	margin: 0;
}
.join-main ul li {
	width: 958px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}
.join-title {
	width: 922px;
	height: 48px;
	padding: 0 36px 0 0;
	background-color: #f6f5f5;
	cursor: pointer;
}
.join-titleon {
	width: 922px;
	height: 48px;
	padding: 0 36px 0 0;
	background-color: #287dce;
}
.join-title span {
	display: inline-block;
	width: 120px;
	height: 48px;
	margin-right: 120px;
	line-height: 48px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.join-titleon span {
	display: inline-block;
	width: 120px;
	height: 48px;
	margin-right: 120px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.join-title span.first {
	width: 80px;
	margin-left: 40px;
	text-align: left;
}
.join-titleon span.first {
	width: 80px;
	margin-left: 40px;
	text-align: left;
}
.join-title i {
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 16px;
	background-image: url(../img/join_title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.join-titleon i {
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 16px;
	background-image: url(../img/join_titleon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.join-info {
	display: none;
	padding: 12px 36px 30px 40px;
}
.join-info p {
	line-height: 25px;
	text-align: left;
	font-size: 14px;
	color: #999;
}
.join-info p span {
	display: inline-block;
	margin-right: 50px;
}
.join-info input {
	display: block;
	margin-top: 30px;
	width: 80px;
	height: 32px;
	line-height: 27px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	background-color: #287dce;
	border-radius: 2px;
}
.pub-list {
	width: 990px;
	height: 620px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}
.pub-list ul {
	width: 100%;
	margin: 0;
}
.pub-list ul li {
	width: 290px;
	height: 310px;
	padding: 35px 20px 0;
	float: left;
	text-align: center;
	background-image: url(../img/index_nlist.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.pub-list ul li img {
	width: 287px;
	height: 187px;
}
.pub-list ul li p {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #666;
}
.contact-banner {
	position: relative;
	width: 100%;
	min-width: 1080px;
	height: 400px;
	background-image: url(../img/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.contact-main {
	width: 960px;
	height: 670px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}
.map {
	width: 960px;
	height: 437px;
}
.contact-info {
	width: 960px;
	min-height: 170px;
	margin-top: 25px;
	border-top: 2px solid #3d3d3d;
}
.info-list {
	width: 960px;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.info-list h6 {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
	background-color: #f9fbfc;
}
.info-list p {
	display: inline-block;
	width: 360px;
	height: 40px;
	padding-left: 30px;
	font-size: 12px;
	color: #666;
	text-align: left;
}
.contact-info .info-list h6,.contact-info .info-list p{
	float: left;
}
.anchorBL {
	display: none;
}
.float {
	position: fixed;
	top: 30%;
	right: 0;
	width: 200px;
	height: 300px;
	z-index: 13;
}
.float a {
	/*display: block;*/
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	/*margin-bottom: 10px;*/
	background-color: #498ed0;
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 14;
}
.float a:hover {
	background-color: #287dce;
}
.float a.fl-phone {
	width: 200px;
	top: 0;
	margin-right: -150px;
	background-image: url(../img/fl_phone.png);
}
.float a.fl-phone-i {
	width: 200px;
	top: 60px;
	margin-right: -150px;
	background-image: url(../img/fl_phone.png);
}
.float a.fl-phone-s {
	width: 200px;
	top: 119px;
	margin-right: -150px;
	background-image: url(../img/fl_phone.png);
}
.float a.fl-phone span,
.float a.fl-phone-i span,
.float a.fl-phone-s span
 {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding-left: 50px;
}
.float a.fl-tenct {
	width: 200px;
	top:235px;
	margin-right: -150px;
	background-image: url(../img/fl_tenct.png);
}
.float a.fl-tenct span {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	padding-left: 50px;
}
.float a.fl-wechat {
	width: 200px;
	top: 177px;
	margin-right: -150px;
	background-image: url(../img/fl_wechat.png);
}

.fl-weimg {
	display: none;
	position: absolute;
	top: 70px;
	left: 30px;
	width: 101px;
	height: 101px;
	z-index: 13;
}
.joinus_tb {
	line-height: 40px;
	font-size: 14px;
}
.tdbgtwo {
	padding-left: 25px;
}
.b {
	font-weight: bold;
}
.hr-input {
	display: block;
	margin-top: 60px;
	margin-bottom: 40px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
	background-color: #287dce;
	border-radius: 2px;
}
.joinus_ta input[type=text],select,textarea {
	border: 1px solid #d2d2d2;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
#spred {
	line-height: 40px;
	margin-left: 5px;
}
.joinus_ta {
	line-height: 50px;
	font-size: 14px;
}