/*公共样式*/

body {
	min-width: 1200px;
	font-size: 14px;
}

.container {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.common-title {
	text-align: center;
	font-size: 36px;
	color: #141414;
	line-height: 36px;
	color: #2b2b2b;
}

.common-title span {
	display: block;
	width: 58px;
	height: 3px;
	margin: 15px auto;
	background-color: #3398dc;
}

.common-title .common-subtitle {
	font-size: 16px;
	line-height: 16px;
	color: #9e9e9e;
	margin-top: 5px;
}

.more-btn {
	width: 150px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #3398dc;
	margin: 0 auto;
}

.more-btn a {
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	transition: all .5s;
	box-sizing: border-box;
	border-radius: 5px;
}

.more-btn a:hover {
	background-color: #fff;
	color: #3398DC;
	border: solid 1px #3398DC;
}

/*header*/

.header {
	width: 100%;
	height: 119px;
	background-color: #FFFFFF;
}

.header .container {
	padding: 0 30px 0 40px;
}

.header .header-logo {
	width: 510px;
	height: 119px;
}

.header .header-tel {
	background: url(../img/icon_phone.png)left center no-repeat;
	background-size: inherit;
	height: 119px;
	line-height: 110px;
	color: #5b5b5b;
	font-size: 30px;
	font-weight: bold;
	padding-left: 40px;
}

.nav {
	background-color: #3398dc;
	width: 100%;
	height: 55px;
	line-height: 55px;
	box-sizing: border-box;
	font-size: 18px;
}

.nav .container {
	padding: 0 40px;
}

.nav ul li a {
	display: block;
	float: left;
	width: 140px;
	height: 55px;
	text-align: center;
	color: #fff;
	transition: all .5s;
}

.nav ul li a.on,
.nav ul li a:hover{
	background-color: #FFFFFF;
	color: #3398DC;
}


/*banner*/

.banner img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 28px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 74px;
	height: 149px;
	background-size: 74px 149px;
	top: 40%;
}

.banner .swiper-button-prev {
	background-image: url(../img/prev.png);
	left: 0;
}

.banner .swiper-button-next {
	background-image: url(../img/next.png);
	right: 0;
}

.banner .swiper-pagination-item {
	border: solid 1px rgba(255, 255, 255, 0.8);
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	margin: 0 15px;
	cursor: pointer;
}

.banner .pagination-item-active {
	background-color: rgba(255, 255, 255, 0.8);
}


/*产品*/

.product {
	padding-top: 76px;
}

.product-content {
	margin-top: 77px;
	margin-bottom: 60px;
}

.product .product-item {
	width: 300px;
	height: auto;
	margin-right: 149px;
	transition: all .5s;
}

.product .product-item:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.product .product-item:nth-last-of-type(2) {
	margin-right: 0;
}

.product .product-item img {
	width: 100%;
	height: 300px;
	display: block;
}

.product .product-text-wrap {
	width: 100%;
	height: 162px;
	box-sizing: border-box;
	transition: all .5s;
	padding: 20px 10px 10px 10px;
}

.product .product-item:hover .product-text-wrap {
	background-color: #3398dc;
	color: #FFFFFF;
}

.product .product-item .product-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.product .product-item .product-text {
	font-size: 16px;
	line-height: 28px;
}


/*公司介绍*/
@media only screen and (min-width: 1300px) {
	.company {
	height: 764px !important;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px) {
	.company {
	height: 664px !important;
}
}
.company {
	margin-top: 77px;
	position: relative;
	width: 100%;
	height: auto;
	/*height: 764px;*/
	min-height: 600px;
}

.company .company-left {
	width: 44.7%;
	height: auto;
	max-width: 860px;
	/*height: 700px;*/
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 10;
}

.company .company-left img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 558px;
}

.company .company-left .company-tips {
	width: 100%;
	height: 142px;
	box-sizing: border-box;
	padding: 25px;
	background-color: #3398dc;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}

.company .company-left .company-tips p {
	width: 400px;
	margin-top: 15px;
	text-indent: 60px;
}

.company .company-right {
	width: 60%;
	height: auto;
	max-width: 1158px;
	max-height: 683px;
	background-color: #f4f3f3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	box-sizing: border-box;
	padding-left: 144px;
	padding-bottom: 10%;
}

.company .company-right .common-title {
	text-align: left;
	margin-top: 12%;
	margin-bottom: 8%;
	/*margin-top: 137px;*/
	/*margin-bottom: 83px;*/
}

.company .company-right .company-text {
	font-size: 16px;
	line-height: 30px;
}

.company .company-right .company-text p {
	text-indent: 20px;
	width: 564px;
}

.company .company-right .more-btn {
	margin-left: 0;
	/*margin-top: 106px;*/
	margin-top: 8%;
}

.news {
	margin-top: 82px;
	margin-bottom: 100px;
}

.news .news-content {
	margin-top: 80px;
}

.focus {
	position: relative;
	width: 487px;
	height: 326px;
	background-color: #000;
	/*	float: left;*/
}

.focus img {
	width: 487px;
	height: 326px;
}

.focus .shadow .title {
	width: 306px;
	height: 70px;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 70px;
	line-height: 30px;
	background: rgba(51, 152, 220, 0.95);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
	color: #FFFFFF;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 0px;
	left: 0px;
	position: absolute;
	height: 70px;
	text-align: center;
	z-index: 200;
	background: none;
	width: 100%;
	box-sizing: border-box;
}

.focus .fbg div {
	position: absolute;
	overflow: hidden;
	zoom: 1;
	height: 14px;
	right: 15px;
	bottom: 12px;
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 50%;
	color: #FFFFFF;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	box-sizing: border-box;
	border: solid 1px #FFFFFF;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #FFFFFF;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .fbg_title {
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	text-align: left;
	padding-left: 15px;
	overflow: hidden;
}

.news .news-right {
	width: 610px;
	height: auto;
	box-sizing: border-box;
	padding-top: 20px;
}

.news .news-right ul li {
	margin-bottom: 32px;
}

.news .news-right ul li:last-child {
	margin-bottom: 0;
}

.news .news-right ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #303734;
}

.news .news-right ul li:hover a {
	color: #3398dc;
}

.news .more-btn {
	margin-top: 90px;
}


/*联系我们*/

.contact {
	background-color: #f4f3f3;
	width: 100%;
	height: 511px;
	position: relative;
}

.contact .container {
	position: relative;
}

.contact .contact-text {
	padding-top: 145px;
}

.contact .contact-text .common-title {
	text-align: left;
	margin-bottom: 45px;
}

.contact .contact-text ul li {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.contact .contact-text ul li span {
	font-weight: bold;
	color: #5c5b5b;
}

.contact .contact-text ul li img {
	margin-top: 10px;
	margin-right: 5px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
}

.contact .contact-bg {
	width: 775px;
	height: 326px;
	background-color: #3398dc;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.contact .contact-map {
	position: absolute;
	top: 80px;
	right: 0;
	background-color: #FFFFFF;
	width: 638px;
	height: 329px;
	z-index: 2;
}


/*footer*/

.footer {
	background-color: #464646;
}

.footer .footer-nav {
	border-bottom: solid 1px #535151;
}

.footer .footer-nav ul {
	width: 470px;
	margin: 0 auto;
}

.footer .footer-nav ul li {
	float: left;
	margin: 0 26px;
}

.footer .footer-nav ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}

.footer .copyright {
	color: #fff;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
}

.footer .copyright a {
	color: #fff;
}


/*内页样式*/

.in_banner {
	width: 100%;
	height: 297px;
}

.in_banner img {
	width: 100%;
	height: 100%;
}

.crumbs {
	font-size: 25px;
	color: #313131;
	line-height: 63px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.crumbs .crumbs-left .en-title {
	text-transform: uppercase;
	color: #8c8989;
}

.crumbs .crumbs-right {
	font-size: 18px;
	color: #616060;
}

.crumbs .crumbs-right a {
	color: #616060;
}

.content-wrap {
	margin-top: 54px;
		padding-bottom: 100px;
}

.content-wrap .menu {
	font-size: 18px;
	width: 226px;
	height: auto;
	border: solid 1px #e1e1e1;
	border-radius: 5px;
	overflow: hidden;
}

.subNav{
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-bottom: solid 1px #e1e1e1;
	box-sizing: border-box;
	transition: all .5s;
}
.subNav a{
	display: block;
    padding-left: 8px;
	
}
.subNav span{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #c6c6c6;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	font-family: '宋体';
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	transition: all .5s;
}
.subNav:hover span{
	background-color: #FFFFFF;
	color: #3398DC;
}

.subNav:hover{
	color: #FFFFFF;
	background-color: #3398dc;
}
.subNav:hover a{
	color: #fff;
}
.currentDd{
	color: #FFFFFF;
	background-color: #3398dc;
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd span {
	background-color: #FFFFFF;
	color: #3398DC;
}
.currentDt span{
	transform: rotate(90deg);
	/*background-image: url(images/jiantou.jpg);*/

}

.navContent {
	/*display: none;*/
	border-bottom: solid 1px #e1e1e1;
}
.navContent li .current{
	color: #fff;
	background-color: #65aedf
}
.navContent li a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #828282;
	font-size: 16px;
	padding-left: 8px;
	box-sizing: border-box;
	border-bottom: solid 1px #e1e1e1;
}

.navContent li a:hover {
	color: #fff;
	background-color: #65aedf
}

.data-show{
	width: 884px;
	min-height: 500px;
	line-height: 35px;
}
.data-show .current-title{
	width: 100%;
	height: auto;
	font-size: 25px;
	padding-bottom: 18px;
	border-bottom: solid 3px #3398DC;
}
.data-show .productList{
	min-height: 500px;
}
.data-show .productList li{
	border: solid 1px #E1E1E1;
	border-radius: 5px;
	width: 248px;
	height: auto;
	float: left;
	margin-top: 56px;
	margin-bottom: 56px;
}
.data-show .productList li:nth-of-type(2),.data-show .productList li:nth-of-type(5),.data-show .productList li:nth-of-type(8){
	margin-left:66px;
	margin-right: 66px;
	
}
.data-show .productList li img{
	width: 100%;
	height: 246px;
}
.data-show .productList li .product-title{
	color: #FFFFFF;
	background-color: #3398DC;
	text-align: center;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
}

/*服务*/
.data-show .data-title span{
	width: 174px;
	margin-top: 30px;
}

.data-show .server-list{
	margin-top: 100px;
}
.data-show .server-list li{
	float: left;
	width: 50%;
	margin-bottom: 120px;
}
.data-show .server-list li a{
	color: #403f3f;
	font-size: 25px;
}
.data-show .server-list li p{
	text-align: center;
	margin-top: 30px;
}
.data-show .server-list li img{
	width: 180px;
	height: 155px;
	margin: 0 auto;
	display: block;
}

/*关于我们*/
.data-show .about-title{
	text-align: left;
	margin-bottom: 36px;
}
.data-show .about-title span{
	width: 106px;
	margin-left: 0;
	margin-top: 20px;
}

.data-show .about-content-fl{
	font-size: 16px;
	line-height: 30px;
	width: 430px;
	height: auto;
}
.data-show .about-content-fl p{
	text-indent: 20px;
}
.data-show .about-content-fr{
	width: 408px;
	height: auto;
}
.data-show .about-content-fr img{
	width: 100%;
	display: block;
}

.data-show .about-content-fr .company-txt{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.data-show .about-content-fr .company-txt{
	padding: 10px 10px;
	background-color: #3398dc;
}

.data-show .culture{
	font-size: 18px;
	line-height: 30px;
	text-indent: 20px;
}

/*人力资源*/
.data-show .human-text{
	font-size: 14px;
	line-height: 24px;
	width: 365px;
	height: auto;
}
.data-show .human-text p{
	margin-bottom: 30px;
}

.data-show .human-text p:last-of-type{
	margin-bottom: 20px;
}
.data-show .human-text:after{
	content: "";
	display: block;
	width: 58px;
	height: 3px;
	background-color: #3398DC;
}

.data-show .submitResume{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #3398DC;
	text-align: center;
	border-radius: 5px;
	margin-top: 48px;
}
.data-show .submitResume a{
	color: #fff;
	display: block;
}

.data-show .position{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}

/*新闻动态*/
.newsList li a{ 
 display: block;
}
.newsList li{
	border-bottom: solid 1px #d9d6d6;
	padding: 30px 10px 13px 10px;
}

.newsList li .newsImg{
	width: 183px;
	height: 126px;
	margin-top: 30px;
}
.newsList li .news-wrap{
	width: 640px;
	height: auto;
}
.newsList li .news-title{
	color: #3398DC;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}

.newsList li .news-time{
	background:url(../img/icon_time.png)left center no-repeat;
	background-size: 20px 16px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #818181;
	padding-left: 30px;
}
.newsList li .news-summary{
	font-size: 14px;
	color: #818181;
	line-height: 20px;
	height: 80px;
}
.newsList li .news-detail-btn{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #3398DC;
	border-radius: 5px;
	margin-top: 30px;
}

/*在线留言*/
.message .common-title{
	margin-bottom: 50px;
}
.message .user, .message .email{
	width: 48%;
	box-sizing: border-box;
}
.message input{
	border-radius: 10px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	box-shadow: none;
	border: solid 1px #E1E1E1;
}
.message textarea{
	width: 100%;
	border-radius: 10px;
	min-height: 350px;
	padding: 10px;
	box-sizing: border-box;
}
.message .submit-btn{
	width:172px;
	height:64px;
	line-height:64px;
	color:#fff;
	text-align:center;
	font-size:26px;
	display: block;
	border: none;
	margin: 30px auto 0 auto;
	background-color: #3398DC;
	border-radius: 10px;
}
.message .form-row{
	margin-bottom: 10px;
}
.message .icon{
	display:block;
	width: auto;
	height: 25px;
	margin-right: 10px;
	background-size: 25px 25px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}
.message .icon-user{
	background: url(../img/icon_admin.png)left center no-repeat;
}

.message .icon-email{
	background: url(../img/icon_email.png)left center no-repeat;
}

.message .icon-tel{
	background: url(../img/icon_tel.png)left center no-repeat;
}

.message .icon-message{
	background: url(../img/icon_message.png)left center no-repeat;
}

/*产品详情*/
.productShow {
	margin-top: 40px;
}
.productShow img{
	display: block;
	width: 786px;
	height: 480px;
	margin: 0 auto;
}
.product-detail .common-title{
	font-size: 18px; text-align: left;
	margin-top: 36px;
	line-height: 20px;
}
.product-detail .common-title span{
	margin-left: 0;
}
.product-detail .product-detail-text{
	font-size: 18px;
	line-height: 30px;
}
.product-detail .product-detail-text p{
	text-indent: 30px;
}

/*分页样式*/
.page_info
{
    margin-top: 10px;

    text-align: center;

    color: #333;

      font-size: 14px;
}
.page_info span
{
    font-weight: bold;

    padding: 0 2px;
}
.page_list
{
    font-family: 'Arial Black';
    font-size: 14px;
    line-height: 24px;

    height: 24px;
    margin-top: 20px;

    text-align: center;
    letter-spacing: 0;
}
.page_list a
{
    display: inline-block;

    margin: 0 1px;
    padding: 0 8px;

    text-align: center;

    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
}
.page_list a:hover
{
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}
.page_list a.on
{
    color: #333;
    border: 1px solid #ccc;
    background: #e5edf2;
}

/*新闻列表内容页*/
.listConts
{
    line-height: 26px;

    color: #666;
}
.listConts .title
{
    font-size: 24px;
    line-height: 40px;

    text-align: center;

    color: #000;
}
.listConts .info
{
    line-height: 28px;

    width: 480px;
    height: 27px;
    margin: 15px auto;

    text-align: center;

    color: #666;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}
.listConts .info small
{
    font-size: 12px;

    margin-right: 3px;
    margin-left: 8px;

    color: #999;
}
.listConts .info .small,
.info .big
{
    font-family: Georgia;
    font-weight: bold;

    cursor: pointer;
}
.listConts .info .small
{
    font-size: 10px;

    padding-right: 3px;
}
.listConts .info .big
{
    padding-left: 3px;

    color: #003ba6;
}
.listConts .desc
{
    line-height: 20px;

    margin: 20px 0 15px;
    padding: 5px 10px;

    border: 1px solid #f4e4b4;
    background: #fffff0;
}
.listConts .showimg
{
    margin: 20px 0;

    text-align: center;
}
.listConts .showimg a img
{
    padding: 1px;

    border: 1px solid #ccc;
}
.listConts .showimg a:hover img
{
    padding: 1px;

    border: 1px solid #f90;
}
.listConts .conttitle
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    margin-bottom: 7px;
    padding-bottom: 7px;

    color: #2f2f2f;
    border-bottom: 1px solid #ddd;
}
.listConts .author
{
    text-align: right;

    color: #999;
}


/*商品内容页*/
.goodsConts
{
    color: #666;
}
.goodsConts h1.title
{
    font-size: 24px;
    line-height: 40px;

    margin-bottom: 20px;

    text-align: center;

    color: #000;
}
.goodsConts .cloud-zoom
{
    display: block;
    width: 400px;
    margin-bottom: 30px;
    margin: 0 auto;
}
.goodsConts .cloud-zoom img
{
    width: 100%;
    border: 1px solid #ccc;
}
.goodsConts .zoomlist li
{
    float: left;

    height: 45px;
    margin-right: 3px;

    border: 1px solid #ccc;
}
.goodsConts .zoomlist li img
{
    width: 45px;
    height: 45px;
}
.goodsConts .cloud-zoom-lens
{
    cursor: move;

    background: #fff;
}
.goodsConts .cloud-zoom-title
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;

    position: absolute !important;
    top: 0;

    width: 100%;
    padding: 3px;

    text-align: center;

    color: #fff;
    background: #000;
}
.goodsConts .cloud-zoom-big
{
    overflow: hidden;
}
.goodsConts .cloud-zoom-loading
{
    padding: 3px;

    color: white;
    border: 1px solid #000;
    background: #222;
}
.goodsConts .tb-meta
{
    width: 100%;

    color: #999;
}
.goodsConts .tb-meta li
{
    line-height: 30px;

    padding-left: 10px;
}
.goodsConts .tb-meta li span
{
    display: inline-block;

    width: 60px;
}
.goodsConts .tb-meta li strong.price
{
    font-family: Verdana;
    font-size: 24px;

    margin-right: 5px;

    color: #c00;
}
.goodsConts .tb-meta li strong.lt
{
    font-family: Verdana;

    margin-right: 5px;

    text-decoration: line-through;

    color: #333;
}
.goodsConts .tb-skin
{
    width: 360px;
    margin-top: 10px;
    padding: 20px;

    border: 1px solid #f7f5f3;
    border-right: none;
    border-left: none;
    background: #fcfaf9;
}
.goodsConts .tb-skin .tb-note-title
{
    height: 22px;
    margin-bottom: 8px;
}
.goodsConts .tb-skin .tb-note-title span
{
    float: left;
}
.goodsConts .tb-skin .tb-note-title a
{
    font-weight: bold;

    float: right;

    color: #333;
}
.goodsConts .tb-action
{
    margin-top: 20px;
}
.goodsConts .tb-action a
{
    float: left;
    overflow: hidden;

    text-indent: -9999px;

    background-image: url(../images/buybtn.png);
}
.goodsConts .tb-action a#buynow
{
    display: block;

    width: 131px;
    height: 37px;
    margin-right: 10px;

    background-position: left 0;
}
.goodsConts .tb-action a#addcart
{
    display: block;

    width: 156px;
    height: 37px;

    background-position: -132px 0;
}
.goodsConts .tb-prop dt
{
    float: left;

    margin-bottom: 8px;
}
.goodsConts .tb-prop dd
{
    margin-bottom: 8px;
}
.goodsConts .tb-prop dd a
{
    margin-right: 5px;
    padding: 2px 5px;

    color: #816957;
    border: 1px solid #eae5e3;
    background: #f0edec;
}
.goodsConts .tb-prop dd a:hover
{
    text-decoration: none;

    color: #000;
}
.goodsConts .tb-prop dd a.selected
{
    border: 1px solid #816957;
}
.goodsConts .tb-note-title
{
    color: #816957;
}
.goodsConts .tabs
{
    height: 28px;
    margin: 35px 0 15px;

    border-bottom: 1px solid #ccc;
}
.goodsConts #tabs_content0{
    line-height: 30px;
}
.goodsConts .tabs li
{
    float: left;

    margin-right: 5px;
}
.goodsConts .tabs li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;

    display: block;

    width: 83px;
    height: 29px;

    text-align: center;
}
.goodsConts .tabs li a:hover
{
    text-decoration: none;
}
.goodsConts .tabs li.active a
{
    background: url(../images/soft_tabs_on.png) no-repeat;
}
.goodsConts .tabs li.normal a
{
    background: url(../images/soft_tabs.png) no-repeat;
}
.goodsConts .buynum
{
    width: 50px;
    height: 20px;

    text-align: center;

    border: 1px solid #ccc;
    background: url(../images/input_gray_bg.png) repeat-x;
}
.goodsarea .fr
{
    width: 650px;
    height: 400px;
}
.goodsarea .fr p
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 200px;
}
/*人才招聘*/
.join-table .tab_r{
 padding: 5px 0;
}
.join-table .tab_b{
 padding: 5px 0;
border-bottom: 1px solid #efeeee;
}
.table_box td {
	border-bottom: solid 1px #e1e1e1;
}
.table_box .jobConts span{ padding:10px 0; display: inline-block;  }
.table_box .jobConts td{ border-bottom:none; padding:5px 0;}
.table_box .jobConts  tr:hover{background-color:#fff;  }
.table_box .jobConts{
	font-size: 16px; 
	line-height: 20px;
}
.table_box .jobConts .jobdesc{
    padding: 10px;
    background: #efefef;
    margin: 10px 0px;
}
.table_box tr:hover{ background-color:#e1e1e1;  }

/* ==========================================================================
   Component: Pagination
 ============================================================================ */
.am-pagination {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  color: #999999;
  text-align: left;
}
.am-pagination:before,
.am-pagination:after {
  content: " ";
  display: table;
}
.am-pagination:after {
  clear: both;
}
.am-pagination > li {
  display: inline-block;
}
.am-pagination > li > a,
.am-pagination > li > span {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.am-pagination > li:last-child > a,
.am-pagination > li:last-child > span {
  margin-right: 0;
}
.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
  background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
  cursor: default;
}
.am-pagination > .am-disabled > span,
.am-pagination > .am-disabled > span:hover,
.am-pagination > .am-disabled > span:focus,
.am-pagination > .am-disabled > a,
.am-pagination > .am-disabled > a:hover,
.am-pagination > .am-disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
.am-pagination .am-pagination-prev {
  float: left;
}
.am-pagination .am-pagination-prev a {
  border-radius: 0;
}
.am-pagination .am-pagination-next {
  float: right;
}
.am-pagination .am-pagination-next a {
  border-radius: 0;
}
.am-pagination-centered {
  text-align: center;
}
.am-pagination-right {
  text-align: right;
}