/*********************************网页公共部分************************************/
@charset "utf-8";

html {
	font-family: 'Microsoft Yahei';
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	border: medium none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

a,
img {
	border: 0;
}

img {
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a {
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}

a:hover {
	color: #333;
}

li {
	list-style-type: none;
}

.wrapper {
	width: 1200px;
	margin: 0px auto;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: " ";
	clear: both;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	font-weight: normal;
}

input {
	outline: none;
}

.text-center {
	text-align: center;
}


/***********************************page***************************************/


div.page {
	padding: 3px;
	margin: 3px;
	text-align: center;
	margin-top: 10px;
}

div.page a {
	border: #164ba3 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #164ba3;
	text-decoration: none
}

div.page a:hover {
	border: #164ba3 1px solid;
	color: #000;
}

div.page a:active {
	border: #164ba3 1px solid;
	color: #000;
}

div.page span.current {
	border: solid 1px #164ba3;
	padding: 2px 5px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #164ba3;
}

div.page span.disabled {
	border: #164ba3 1px solid;
	padding: 2px 5px;
	margin: 2px;
	color: #164ba3;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: #eee;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
	background-color: #eee;
}


::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
	background-color: #c3c3c3;
}



/*********************************header************************************/
.logo-tel {
	height: 100px;
	background-color: #fff;
}

.logo-tel .logo {
	margin-top: 20px;
}

.logo-tel .tel {
	padding-left: 50px;
	background: url('../Images/phone.png')no-repeat 0px center;
	height: 100px;
}

.logo-tel .tel small {
	display: block;
	font-size: 14px;
	padding-top: 24px;
}

.logo-tel .tel span {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #007bc8;
}

.header_top {
	box-shadow: 0 0 10px #909090;
	position: fixed !important;
	top: 0px;
}

.header-nav {
	position: relative;
	z-index: 9999;
	width: 100%;
	background-color: #727171;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	transition: all 0.4s linear 0s;
}

.header-nav>.wrapper>ul>li {
	line-height: 45px;
	float: left;
	color: #fff;
	width: 150px;
	text-align: center;
}

.header-nav>.wrapper>ul>li>a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

/* 
.header-nav>.wrapper>ul>li>a:before {
	display: block;
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-nav>.wrapper>ul>li:last-child>a:after {
	display: block;
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
} */

.header-nav>.wrapper>ul>li>a:hover {
	background-color: #fff;
	color: #007BC8;
}

.header-nav>.wrapper>ul>li.check_on>a {
	background-color: #fff;
	color: #007BC8;
}

.header-nav>.wrapper>ul>li:hover .product-nav-list {
	top: 46px;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.product-nav-list {
	visibility: hidden;
	position: absolute;
	top: 200px;
	width: 100%;
	left: 0px;
	opacity: 0;
	background: rgba(242, 242, 242, 0.9);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.product-nav-list>ul.wrapper {
	width: 900px;
}

.product-nav-list>ul>li {
	float: left;
	width: 33.33%;
	text-align: left;
	padding: 20px;
}

.product-nav-list>ul>li>a {
	display: block;
	border-bottom: 1px solid #bfbfbf;
	color: #007BC8;
	font-size: 20px;
	line-height: 40px;
}

.product-nav-list>ul>li>ul>li {
	line-height: 30px;
	font-size: 14px;
}

.product-nav-list>ul>li>a:hover {
	color: #19538E;
}


.index-youshi01 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.index-youshi01 .title-top {
	width: 410px;
	height: 100px;
	border: 4px solid #8CC01F;
	color: #036EB5;
	text-align: center;
	position: relative;
	margin: auto;
}

.index-youshi01 .title-top b {
	display: block;
	width: 80%;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
	z-index: 9999;
	margin: -22px auto 0px;
	background-color: #fff;
}

.index-youshi01 .title-top span {
	display: block;
	font-size: 30px;
	line-height: 42px;
	padding-top: 10px;
}

.index-youshi01 ul {
	padding-top: 65px;
}

.index-youshi01 ul li {
	width: 260px;
	height: 185px;
	background-color: #036EB5;
	color: #fff;
	float: left;
	margin-right: 53px;
	text-align: center;
	position: relative;
}

.index-youshi01 ul li:last-child {
	margin-right: 0px;
}

.index-youshi01 ul li b {
	font-size: 90px;
	line-height: 130px;
}

.index-youshi01 ul li small {
	font-size: 16px;
}

.index-youshi01 ul li span {
	display: block;
	line-height: 54px;
	font-size: 20px;
	border-top: 1px solid #fff;
}


.index-product {
	background-color: #f7f7f7;
	padding-top: 70px;
	padding-bottom: 70px;
}

.index-product .title-top {
	width: 410px;
	height: 100px;
	border: 4px solid #8CC01F;
	color: #036EB5;
	text-align: center;
	position: relative;
	margin: auto;
}

.index-product .title-top b {
	display: block;
	width: 80%;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
	z-index: 9999;
	margin: -22px auto 0px;
	background-color: #f7f7f7;
}

.index-product .title-top span {
	display: block;
	font-size: 30px;
	line-height: 42px;
	padding-top: 10px;
}

.index-product ul {
	padding-top: 50px;
}

.index-product ul li {
	position: relative;
	width: 280px;
	height: 280px;
	margin-right: 26px;
	margin-top: 20px;
	float: left;
}

.index-product ul li:nth-child(4n) {
	margin-right: 0px;
}

.index-product ul li img {
	width: 100%;
	height: 100%;
}

.index-product ul li .txt {
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	background: rgba(73, 152, 213, 0.8);
	color: #fff;
	width: 100%;
}


.index-advantage{padding: 70px 0px 160px 0px;}
.index-advantage-title{width: 100%;height: 147px;background: url('../Images/youshi_title.png')no-repeat center center;margin-bottom: 40px;}
.index-advantage-intro{height: 1231px;background: url('../Images/y2.png')no-repeat center center;padding: 14px 0px;position: relative;}
.index-advantage-intro ul li{position: absolute;}
.index-advantage-intro ul li .box{width: 488px;padding-top: 30px;}
.index-advantage-intro ul li .box b{color: #181818;font-size: 32px;display: block;line-height: 36px;}
.index-advantage-intro ul li .box span{font-size: 18px;color: #6f6f6f;padding: 10px 0px 26px 0px;display: block;}
.index-advantage-intro ul li .box p{padding-left: 20px;background: url('../Images/dian.png')no-repeat 2px 8px;}


.index-advantage-intro ul li:nth-child(1){left: 0px;top: 0px;}
.index-advantage-intro ul li:nth-child(2){right: 0px;top: 0px;}

.index-advantage-intro ul li:nth-child(3){right: 0px;top: 278px;}
.index-advantage-intro ul li:nth-child(4){left: 0px;top: 278px;}

.index-advantage-intro ul li:nth-child(5){left: 0px;top: 530px;}
.index-advantage-intro ul li:nth-child(6){right: 0px;top: 556px;}

.index-advantage-intro ul li:nth-child(7){right: 0px;top: 810px;}
.index-advantage-intro ul li:nth-child(8){left: 0px;top: 840px;}

.index-advantage-intro ul li:nth-child(9){left: 0px;top: 1072px;}
.index-advantage-intro ul li:nth-child(10){right: 0px;top: 1090px;}



/* .ys {
	overflow: hidden;
}

.ys .ys_title {
	text-align: center;
	background: url("../Images/sanda.png") no-repeat center;
	padding: 65px 0;
}

.ys .ys_title p {
	display: inline-block;
	margin-right: 95px;
}

.ys .ys_title p>* {
	display: block;
}

.ys .ys_title p b {
	font-size: 32px;
	color: #3d3d3d;
}

.ys .ys_title p span {
	font-size: 12px;
	color: #919191;
}

.ys .ys_title div {
	display: inline-block;
	margin-top: 10px;
}

.ys .ys_title div>* {
	display: block;
}

.ys .ys_title div b {
	font-size: 32px;
	color: #ffab27;
}

.ys .ys_title div span {
	font-size: 16px;
	color: #494949;
}

.ys .ys_con ul li {
	overflow: hidden;
	display: flex;
	display: -webkit-box;
	justify-content: space-between;
	padding: 65px 0;
	border-bottom: 1px dotted #ccc;
}

.ys .ys_con ul li:nth-of-type(1) {
	padding-top: 0;
}

.ys .ys_con ul li div {
	width: 700px;
	display: flex;
	display: -webkit-box;
	justify-content: space-between;
}

.ys .ys_con ul li div b {
	width: 170px;
	height: 170px;
	background: url("../Images/ys_list.png") no-repeat center;
	font-size: 72px;
	color: #ffab27;
	font-style: italic;
	line-height: 168px;
	display: block;
	text-align: left;
	text-indent: 57px;
}

.ys .ys_con ul li div p {
	width: 530px;
	padding: 0 50px;
}

.ys .ys_con ul li div p>* {
	display: block;
}

.ys .ys_con ul li div p a>* {
	display: block;
}

.ys .ys_con ul li div p strong {
	font-size: 28px;
	color: #454545;
}

.ys .ys_con ul li div p strong span {
	color: #177ecd;
}

.ys .ys_con ul li div p small {
	font-size: 14px;
	color: #a8a9ad;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.ys .ys_con ul li div p em {
	font-size: 14px;
	color: #606060;
	font-style: normal;
}

.ys .ys_con ul li div p a.a_btn {
	display: block;
	width: 240px;
	line-height: 40px;
	background: #177ecd url("../Images/shou.png") no-repeat 30px center;
	padding-left: 60px;
	color: #fff;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-top: 10px;
}

.ys .ys_con ul li div p a.a_btn:hover {
	background-color: #ffab27;
}

.ys .ys_con ul li img {
	width: 500px;
	height: 200px;
	border: 1px solid #eee;
} */


.index-news {
	width: 100%;
	padding: 40px 0px;
	background-color: #0067AF;
}

.index-news-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
	color: #fff;
}

.index-news .index-company {
	width: 580px;
	padding: 20px;
	background-color: #fff;
}

.index-news .index-company img {
	width: 100%;
}

.index-news .index-company p {
	padding-top: 12px;
	color: #333;
	line-height: 30px;
	font-size: 14px;
}

.index-news .index-news-list {
	width: 580px;
	padding: 20px;
	background-color: #fff;
}

.index-news .index-news-list .title {
	line-height: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.index-news .index-news-list .title span {
	display: block;
	float: left;
	font-size: 22px;
	position: relative;
}

.index-news .index-news-list .title span:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background-color: #FFC32E;
	position: absolute;
	bottom: -2px;
}

.index-news .index-news-list .title a {
	display: block;
	float: right;
	font-size: 22px;
}

.index-news .index-news-list ul li {
	height: 70px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 14px;
	padding-left: 30px;
	background: url('../Images/news_ico01.gif')no-repeat 10px 8px;
}

.index-news .index-news-list ul li b {
	display: block;
	font-size: 16px;
	padding-bottom: 4px;
}

.index-news .index-news-list ul li p {
	display: block;
	color: #666;
}


.index-hezuo {
	padding: 70px 0px;
}


.index-hezuo .title-top {
	width: 410px;
	height: 100px;
	border: 4px solid #8CC01F;
	color: #036EB5;
	text-align: center;
	position: relative;
	margin:0px auto 30px;
}

.index-hezuo .title-top b {
	display: block;
	width: 80%;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
	z-index: 9999;
	margin: -22px auto 0px;
	background-color: #fff;
}

.index-hezuo .title-top span {
	display: block;
	font-size: 30px;
	line-height: 42px;
	padding-top: 10px;
}

.index-hezuo .box img{
	width: 600px;
}


/*********************************footer************************************/
.footer {
	width: 100%;
	padding-top: 40px;
	background-color: #162d5f;
	border-top: 4px solid #f69c0f;
	color: #5f6f92;
}

.footer a {
	color: #5f6f92;
}

.footer a:hover {
	color: #fff;
}

.footer .logo-f13 {
	width: 590px;
	overflow: hidden;
	padding-right: 60px;
}

.footer .logo-f13 .footer-logo {
	float: left;
}

.footer .logo-f13 ul {
	float: right;
	padding-top: 25px;
}

.footer .logo-f13 ul li {
	float: left;
	margin-left: 30px;
}

.footer .logo-f13 ul li:nth-child(1) img {
	margin-top: 2px;
}

.footer .logo-f13 ul li:nth-child(2) img {
	margin-top: 2px;
}

.footer .logo-f13 ul li:nth-child(3) img {
	margin-top: 5px;
}

.footer .logo-f13 .box {
	padding-top: 5px;
}

.footer .logo-f13 p {
	width: 50%;
	float: left;
	padding-top: 15px;
}

.footer .footer-nav {
	width: 400px;
	border-right: 1px dashed #5f6f92;
	border-left: 1px dashed #5f6f92;
	padding: 0px 48px;
}

.footer .footer-nav ul li {
	float: left;
	width: 150px;
	line-height: 44px;
	text-align: center;
}

.footer .erweima {
	width: 110px;
	text-align: center;
}

.footer .erweima img {
	width: 110px;
	height: 110px;
}

.footer .erweima span {
	font-size: 12px;
	line-height: 30px;
	display: block;
	text-align: center;
}

.footer-admin {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #5f6f92;
	margin-top: 40px;
}
.flink {
	width: 100%;
	background-color: #162d5f;
	color: #5f6f92;
}

.flink a {
	color: #5f6f92;
}
.footlink {
	height: 30px;
	line-height: 30px;
}

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999;
	right: -127px;
	cursor: pointer;
	top: 230px;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #035EB7 url(../Images/on_line.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #035EB7 url(../Images/on_line.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #035EB7 url(../Images/on_line.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: #035EB7 url(../Images/on_line.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}


/*location*/
.location {
	overflow: hidden;
	line-height: 60px;
	font-size: 14px;
	background: #eee;
	margin-bottom: 40px;
	color: #666;
}

.location i {
	padding-right: 5px;
	font-size: 25px;
}

.location a {
	color: #666;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.location a:hover {
	color: #177ecd;
}

.location b {
	float: left;
	font-size: 20px;
	font-weight: 300;
}

.location span {
	float: right;
}

/*联系我们*/
.info_title_all {
	text-align: center;
	padding: 0 0 45px;
}

.info_title_all h3 {
	display: block;
	font-size: 36px;
	color: #434242;
	margin-bottom: 15px;
}

.info_title_all small {
	font-size: 20px;
	color: #848484;
	font-family: pictos;
}

.info_title_all b {
	font-size: 20px;
	color: #177ecd;
	display: block;
	margin-top: 20px;
}

.info_contact {
	overflow: hidden;
}

.h-contact-list {
	background-color: #fff;
	width: 48%;
	float: left;
	overflow: hidden;
}

.h-contact-list ul {
	margin: 0 20px;
	width: 92%;
}

.h-contact-li {
	position: relative;
	padding: 23px 10px 22px 50px;
	border-bottom: 1px solid #D2D2D2;
	font-size: 16px;
}

.h-contact-li:last-child {
	border: none;
}

.h-contact-li .ico {
	position: absolute;
	left: 0;
	top: 25px;
	display: block;
	width: 32px;
	height: 32px;
	background-position: 0 0;
	background-size: 100% 100%;
}

.h-contact-li .addr {
	background-image: url(../Images/h_ctc_ico1.png);
}

.h-contact-li .tel {
	background-image: url(../Images/h_ctc_ico2.png);
}

.h-contact-li .fax {
	background-image: url(../Images/h_ctc_ico3.png);
}

.h-contact-li .mail {
	background-image: url(../Images/h_ctc_ico4.png);
}

.h-contact-li .cop {
	background-image: url(../Images/h_ctc_ico5.png);
}

.h-contact-li .txt {
	color: #888;
}

#allmap {
	width: 51%;
	height: 457px;
	float: right;
	border: 1px solid #ccc;
}


/*在线留言*/
.info_mes {
	overflow: hidden;
	margin-bottom: 40px;
}

.info_mes .info_mes_l {
	float: left;
	width: 46%;
}

.info_mes .info_mes_l h3 {
	font-size: 20px;
}

.info_mes .info_mes_l span {
	display: block;
	margin: 15px 0;
	color: #666;
	font-size: 14px;
}

.info_mes .info_mes_l form {
	margin-top: 40px;
}

.info_mes .info_mes_l .input-group {
	margin-bottom: 10px;
	clear: both;
	/*overflow: hidden;*/
}

.info_mes .info_mes_l .input-group:after {
	display: block;
	content: '';
	clear: both;
}

.info_mes .info_mes_l .input-group label {
	width: 62px;
	font-size: 15px;
	display: inline-block;
	text-align-last: justify;
	color: #606060;
	font-weight: bold;
}

.info_mes .info_mes_l .input-group input[type=text] {
	border: 1px solid #aaa;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	width: 276px;
	text-indent: 1em;
	font-family: "microsoft yahei", "sans-serif";
	/* background: #f0f2ef; */
	transition: 300ms;
	-webkit-transition: 300ms;
	outline: none;
}

.info_mes .info_mes_l .input-group input[type=text]:focus {
	width: 300px;
	box-shadow: 0 0 5px #177ecd;
	border: 1px solid #177ecd;
}

.info_mes .info_mes_l .input-group textarea:focus {
	width: 440px;
	box-shadow: 0 0 5px #177ecd;
	border: 1px solid #177ecd;
}

.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
	width: 90px;
	box-shadow: 0 0 5px #177ecd;
	border: 1px solid #177ecd;
}

.info_mes .info_mes_l .input-group textarea {
	transition: 300ms;
	-webkit-transition: 300ms;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 2px;
	text-indent: 1em;
	padding-top: 5px;
	font-family: "microsoft yahei", "sans-serif";
	outline: none;
	margin-left: 4px;
}

.info_mes .info_mes_l #submit {
	display: block;
	clear: both;
	width: 80px;
	line-height: 30px;
	background: #177ecd;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin-left: 64px;
}

.info_mes .info_mes_l #submit:hover {
	background: #BB0000;
}

.info_mes .info_mes_r {
	float: right;
	width: 50%;
}

.info_mes .info_mes_r img {
	max-width: 100%;
	display: block;
}


/*banner2*/
.banner2 {
	height: 410px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0;
}

.c-banner {
	background-image: url("../Images/news.jpg");
}

.right_you {
	width: 810px;
}

.news-list {}

.news-list ul li {
	padding: 15px 10px 15px 10px;
	border-bottom: 1px dashed #ddd;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}

.news-list ul li:hover {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.news-list ul li a {
	display: inline-block;
	color: #de0f18;
	cursor: pointer;
	padding-left: 10px;
	letter-spacing: 1px;
}

.news-list ul li span {
	display: block;
	font-size: 16px;
	color: #000;
	padding-bottom: 10px;
}

.news-list ul li p {
	display: block;
	font-size: 14px;
	color: #777;
	text-align: justify;
}



.news_title {
	font-size: 18px;
	color: #333;
	text-align: center;
	display: block;
	margin: 10px auto;
}

.username_click {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #eee;
	margin: 20px auto;
}

.xq {
	max-width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.xq img {
	max-width: 100%;
	display: block;
	margin: 5px auto;
}

.xq table {
	border: 1px solid #808080;
	width: 98%;
	border-collapse: collapse;
}

.xq table td {
	border: 1px solid #808080;
	padding: 5px 10px;
}




/*上一页+下一页*/
#prev_next {
	margin-top: 30px;
}

#prev_next li {
	line-height: 40px;
	text-indent: 20px;
	width: 100%;
	font-size: 14px;
}

#prev_next li:nth-child(1) {
	background: url('../Images/up.png')no-repeat 0px 15px;
	border-top: 1px solid #ccc;
}

#prev_next li:nth-child(2) {
	background: url('../Images/down.png')no-repeat 0px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.article-title {
	font-size: 20px;
	color: #007bc8;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	text-align: center;
}


/*人才招聘*/
.job_tab {
	line-height: 54px;
	background: #007bc8;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.job_tab span {
	display: block;
	width: 20%;
	text-align: center;
	float: left;
}

.jobs ul li>p {
	line-height: 54px;
	background: #ffffff;
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
	overflow: hidden;
}

.jobs ul li:hover>p {
	background: #f3f3f3;
}

.jobs ul li>p span {
	float: left;
	display: block;
	width: 20%;
}

.jobs ul li div {
	background: #f7f7f7;
	padding: 20px;
	display: none;
}

.jobs ul li div small {
	font-size: 14px;
	line-height: 30px;
	color: #7c7c7c;
}

.jobs ul li div>p {
	font-size: 16px;
	color: #B59A80;
	margin-bottom: 10px;
	font-weight: bold;
}

.jobs ul li div>span {
	display: block;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	color: #7C7C7C;
	padding-top: 20px;
}

.jobs ul li div>span a {
	color: #a3906f;
}




/*产品列表*/
.product-img-list {}

.product-img-list ul li {
	width: 255px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}

.product-img-list ul li:hover {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.product-img-list ul li:nth-child(3n) {
	margin-right: 0px;
}

.product-img-list ul li .img-box {
	width: 255px;
	height: 230px;
	position: relative;
	border: 1px solid #eee;
}

.product-img-list ul li .img-box img {
	position: absolute;
	max-width: 253px;
	max-height: 229px;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-img-list ul li span {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #164ba3;
	color: #fff;
}



.sidebar {
	width: 263px;
}

.sidebar .product-type-name {
	line-height: 50px;
}

.sidebar .product-type-name b {
	font-weight: normal;
	font-size: 20px;
	color: #164ba3;
}

.sidebar .product-type-name b small {
	color: #b1b1b1;
	font-size: 12px;
	padding-left: 10px;
}

.sidebar ul li {
	line-height: 52px;
	width: 100%;
	text-align: center;
	background-color: #ececec;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.sidebar ul li:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #164ba3;
	position: absolute;
	left: -100%;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

.sidebar ul li:hover:before {
	left: 0px;
}

.sidebar ul li:hover a {
	color: #fff;
}



.sidebar ul li a {
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.sidebar ul.cr li:nth-child(1) a {
	background: url('../Images/s1.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(2) a {
	background: url('../Images/s2.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(3) a {
	background: url('../Images/s3.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(4) a {
	background: url('../Images/s4.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(5) a {
	background: url('../Images/s5.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(6) a {
	background: url('../Images/s12.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(7) a {
	background: url('../Images/s13.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(8) a {
	background: url('../Images/s14.png')no-repeat 30px center;
}

.sidebar ul.cr li:nth-child(9) a {
	background: url('../Images/s15.png')no-repeat 30px center;
}

.index-sidebar ul.cr li:nth-child(6) a {
	background: url('../Images/s11.png')no-repeat 30px center #164ba3 !important;
	color: #fff !important;
}

.index-sidebar ul.cr li:nth-child(6):hover a {
	background: url('../Images/s11.png')no-repeat 220px center #164ba3 !important;
}


.sidebar ul.et li:nth-child(1) a {
	background: url('../Images/s6.png')no-repeat 30px center;
}

.sidebar ul.et li:nth-child(2) a {
	background: url('../Images/s7.png')no-repeat 30px center;
}

.sidebar ul.et li:nth-child(3) a {
	background: url('../Images/s8.png')no-repeat 30px center;
}

.sidebar ul.kf li {
	text-align: left;
	text-indent: 2rem;
}

.sidebar .message {
	padding-top: 16px;
	background: url('../Images/s9.png')no-repeat center center;
	width: 100%;
	height: 111px;
	text-align: center;
	color: #fff;
}

.sidebar .message i {
	display: block;
	width: 38px;
	height: 32px;
	background: url('../Images/s10.png')no-repeat center center;
	margin: 0px auto 6px;
}

.sidebar .message b {
	display: block;
	font-size: 18px;
}

.sidebar .message small {
	opacity: .5;
}





/*子页面统一样式*/
#info {
	position: relative;
	top: -184px;
	z-index: 1000;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 40px;
	width: 1200px;
	margin: 0 auto -84px;
	box-shadow: 0px 7px 19px 0px #ededed;
}

#info:after {
	display: block;
	content: '';
	clear: both
}

.info-right {
	width: 100%;
}


.info-loca {
	top: -186px;
	color: #0076c7;
	overflow: hidden;
}

.info-loca h3 {
	float: left;
	line-height: 50px;
	font-size: 25px;
	color: #434343
}

.info-loca .loca {
	float: right;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	line-height: 30px;
}

.info-loca .loca a {
	color: #fff
}

.met_title {
	display: inline-block;
	margin-bottom: 50px;
}

.met_title li {
	float: left;
}

.met_title li:last-child {
	margin-right: 0;
}

.met_title li a {
	display: block;
	width: 96px;
	color: #626262;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url("../Images/metline.png") no-repeat right center;
	line-height: 40px;
	-webkit-transition: 300ms 0s all ease;
	-moz-transition: 300ms 0s all ease;
	-ms-transition: 300ms 0s all ease;
	-o-transition: 300ms 0s all ease;
	transition: 300ms 0s all ease;
	position: relative;
	overflow: hidden;
}

.met_title li:last-child a {
	background: none;
}

.met_title li a b {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	-webkit-transition: 300ms 0s all ease;
	-moz-transition: 300ms 0s all ease;
	-ms-transition: 300ms 0s all ease;
	-o-transition: 300ms 0s all ease;
	transition: 300ms 0s all ease;
	z-index: -1;
}

.met_title li a:hover b {
	background: #ddd;
}

.met_combg a {
	color: #0076c7 !important;
}

.new_right li {
	padding: 15px 0;
}

.new_right li p {
	overflow: hidden
}

.new_right li b {
	float: left;
	color: #000;
	font-weight: 700;
	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear
}

.new_right li a {
	display: block;
	height: 232px;
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.new_right li a img {
	float: left;
	width: 270px;
	height: 200px
}

.new_right li a div {
	float: right;
	width: 70%
}

.new_right li a h2 {
	color: #000;
	font-size: 20px
}

.new_right li small {
	color: #000;
	font-size: 14px;
	margin-top: 70px;
	display: block;
	position: absolute;
	left: 340px;
	bottom: 29px
}

.new_right li span {
	transition: 0.5s 0s all ease;
	display: block;
	line-height: 26px;
	color: #666;
	padding: 10px 0 0 0;
	font-size: 14px
}

.new_right li:hover a {
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, .18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.p_content {
	font-size: 15px;
	line-height: 30px;
	color: #333
}

.p_content img {
	max-width: 100%;
	margin: 0px auto;
}

.news_time {
	font-size: 14px;
	margin-bottom: 20px
}

.news_info_title {
	text-align: center;
	border-bottom: 1px dashed #ccc;
	font-size: 24px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}


.proinfo .info_img_detail {
	float: left;
	width: 35%;
	border: 1px solid #ddd;
}

.proinfo .info_img_detail img {
	max-width: 100%;
	height: 330px;
}

.proinfo div:last-child {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 64%;
	background: #f8f8f8;
	height: 332px;
	padding-left: 50px;
	padding-right: 50px;
}

.proinfo .food_name {
	margin-top: 23px;
	font-size: 20px;
	text-align: left;
}

.proinfo div:last-child p {
	font-size: 14px;
	line-height: 25px;
}

.proinfo div:last-child small {
	display: block;
	margin-top: 12px;
	line-height: 23px;
}

.content_p {
	margin-top: 40px;
}

.content_p table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc
}

.content_p table td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc
}

.content_p img {
	max-width: 95%
}

.content_p p {
	font-size: 14px;
	line-height: 30px
}

.content_p span.sp {
	display: block;
	background-color: #ddd;
	color: #fff;
	margin-bottom: 20px;
	overflow: hidden
}

.content_p span.sp small {
	background: #0076c7;
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	width: 120px
}
