@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
tfoot,
thead,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-decoration: none;
	/*font-family: Microsoft YaHei!important;*/
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}

html {
	font-size: 14px;
	font-family: "Microsoft YaHei" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	font-size: 12px;
	font-family: "SimHei" !important;
	background-color: #fff;
	overflow-x: hidden;
}

li,
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

.cb {
	clear: both
}

input,
a,
select,
textarea {
	border: none;
	outline: none;
	list-style: none;
	padding: 0;
	margin: 0;
	resize: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	resize: none;
	outline: 0;
}

a:link {
	text-decoration: none;
}

a {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

a:hover {
	text-decoration: none;
	transition: all 0.4s linear 0.01s
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.rel {
	width: 100%;
	height: 100%;
	position: relative;
}

.pic {
	width: 100%;
}

.pic img {
	width: 100%;
}

.wrap {
	width: 100%;
	max-width: 750px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.flex_center {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

img {
	max-width: 100%;
}

.hover-effect,
.hover-effect img {

	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hover-effect img {
	width: 100%;
}

.hover-effect:hover img {
	width: 100%;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	backface-visibility: hidden;
}

.hover-transform img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

.hover-transform:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

/******* 状态 ******/

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.hidden {
	overflow: hidden
}

.vertical_middle {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.vertical_top {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.b-r10 {
	border-radius: 10px;
}

.container-fluid {
	max-width: 1920px;
	padding-right: 0px;
	padding-left: 0px;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.header_top {
	height: 34px;
}

.header_top_box {
	font-size: 12px;
	color: rgba(101, 101, 101, 1);
	line-height: 34px;
}

.header {
	padding: 35px 0;
	background: rgba(255, 255, 255, 0.6);
}

.logo {
	max-width: 243px;
}

.headerNav {
	max-width: 800px;
	width: 100%;
	padding-top: 10px;
}

.headerNav ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.headerNav ul li a {
	font-size: 14px;
	color: rgba(51, 51, 51, 1);
	line-height: 2.3;
	display: block;
	position: relative;
}

.headerNav ul li a::before {
	content: '';
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -15px;
	background: rgba(255, 255, 255, 0);
}

.headerNav ul li.on a::before,
.headerNav ul li a:hover::before {
	background: url(../images/headNavbg.png) no-repeat center;
}

.headerNav ul li.on a,
.headerNav ul li a:hover {
	color: rgba(0, 103, 183, 1);
}

.index_banner {
	position: relative;
}

.index_banner .header {
	position: absolute;
	left: 0;
	top:34px;
	width: 100%;
	z-index: 99999;
}

.index_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	opacity: 1
}

.index_banner .swiper-pagination-bullet-active {
	background: rgba(0, 103, 183, 1);
}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
	background-color: rgba(0, 103, 183, 1);
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	opacity: 0.4;
}

.index_banner .swiper-button-prev:after,
.index_banner .swiper-button-next:after {
	font-size: 20px;
}

.index_about_culture {
	padding: 80px 0;
}

.index_about_img {
	max-width: 220px;
	position: relative;
}
.index_about_img i{position:absolute;right:-6px;top:48px;font-size:24px;color:#fff;}
.index_about_txt {
	max-width: 335px;
	padding-left: 20px;
}

.index_about_title h2 {
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
}

.index_about_title p {
	font-size: 12px;
	color: rgba(101, 101, 101, 1);
	position: relative;
	text-transform: uppercase;
	padding: 10px 0;
}

.index_about_title p::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: rgba(0, 103, 183, 1);
	left: 0;
	bottom: 0px;
	position: absolute;
}

.index_about_infos {
	font-size: 12px;
	font-weight: 400;
	color: rgba(101, 101, 101, 1);
	line-height: 2.5;
}

.index_about_infos p {
	text-indent: 2em;
	padding: 10px 0 20px 0;
}

.index_about_infos a {
	display: block;
	width: 110px;
	line-height: 20px;
	border: 1px solid rgba(228, 228, 228, 1);
	color: rgba(101, 101, 101, 1);
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
}

.index_about_infos a:hover {
	border-color: rgba(0, 103, 183, 1);
	color: rgba(0, 103, 183, 1);
}

.index_news_tabs_slider {
	border: 1px solid rgba(181, 181, 181, 1);
	border-radius: 40px;
	max-width: 200px;
	margin: 0 auto;
}

.index_news_tabs_slider span {
	width:50%;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
	border-left: 1px solid rgba(181, 181, 181, 1);
	cursor: pointer;
}

.index_news_tabs_slider span:first-child {
	border-left: none;
	border-bottom-left-radius: 40px;
	border-top-left-radius: 40px;
}

.index_news_tabs_slider span:last-child {
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
}

.index_news_tabs_slider span.active {
	background-color: rgba(0, 104, 183, 1);
	color: #fff;
}

.index_news {
	background-color: rgba(237, 237, 237, 1);
	padding-bottom: 40px;
}

.index_title {
	position: relative;
	margin: 50px auto
}

.index_title h2 {
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
}

.index_title p {
	color: rgba(101, 101, 101, 1);
	font-size: 22px;
	text-transform: uppercase;
	padding: 15px 0;
}

.index_title::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background-color: rgba(0, 103, 183, 1);
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0;
}

.index_news_slider li {
	width: 33.33%;
	float: left;
}

.index_news_slider h3 {
	font-size: 16px;
	color: #333;
}

.index_news_slider p span {
	font-size: 12px;
	color: #999;
	margin: 10px 0;
	display: block;
}

.index_news_slider p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.index_news_slider a {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	display: block;
	width: 120px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 14px;
	margin-top: 20px;
}

.index_news_slider a:hover {
	border-color: rgba(0, 103, 183, 1);
	color: rgba(0, 103, 183, 1);
}

.index_news_tabs_containers .swiper-wrapper {
	margin: 80px 0;
}

.index_news_tabs_containers .swiper_button {
	position: relative;
	height: 0px;
	width: 130px;
	margin: 0 auto;
}

#index_news_tabs_container .swiper-button-next,
#index_news_tabs_container .swiper-button-prev {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(0, 104, 183, 1);
	top: unset;
	bottom: 0px;
}

#index_news_tabs_container .swiper-button-prev:after,
#index_news_tabs_container .swiper-container-rtl .swiper-button-next:after,
#index_news_tabs_container .swiper-button-next:after,
#index_news_tabs_container .swiper-container-rtl .swiper-button-prev:after {
	font-size: 14px;
	color: #fff;
}

.index_news_txt {
	width: 362px;
}

.index_center_slider ul {
	margin-left: -2px;
	margin-right: -2px;
}

.index_center_slider li {
	float: left;
	width: 25%;
	padding: 0 1px;
	height: 527px;
	overflow: hidden;
	position: relative;
}

.index_center_slider li:hover .index_center_slider_txt {
	background-color: rgba(0, 104, 183, 1);
}

.index_center_slider_txt {
	position: absolute;
	left: 0;
	bottom: 60px;
	overflow: hidden;
	height: 160px;
	padding: 0 20px;
	padding-top: 30px;
}

.index_center_slider li:hover .index_center_slider_txt h3,
.index_center_slider li:hover .index_center_slider_txt h2,
.index_center_slider li:hover .index_center_slider_txt p,
.index_center_slider li:hover .index_center_slider_bnt {
	color: #fff;
}

.index_center_slider li:hover .index_center_slider_bnt {
	border-color: #fff;
}

.index_center_slider li:hover .index_center_slider_txt h2::before,
.index_center_slider li:hover .index_center_slider_txt h2::after {
	background-color: #fff;
}

.index_center_slider_txt h2 {
	font-size: 30px;
	line-height: 60px;
	width: 60px;
	color: rgba(153, 153, 153, 1);
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.index_center_slider_txt h2::before,
.index_center_slider_txt h2::after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: rgba(153, 153, 153, 1);
	;

}

.index_center_slider_txt h2::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
	top: 10px;
	right: 0;
}

.index_center_slider_txt h2::after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
	bottom: 10px;
	left: 0;
}

.index_center_slider_txt h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin: 13px 0;
}

.index_center_slider_txt p {
	font-size: 14px;
	line-height: 2;
	text-indent: 2em;
	color: #999;
}

.index_center_slider_bnt {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	border-radius: 50%;
	border: 1px solid #999;
	margin: 20px auto;
}

.index_industrial {
	background-color: rgba(0, 103, 183, 1);
	padding: 100px 0;
}

.index_indu_img {
	width: 50%;
}

.index_indu_txt {
	width: 50%;
	font-size: 26px;
	font-family: SimHei;
	font-weight: 400;
	color: rgba(254, 254, 254, 1);
	line-height: 1.5;
}

.index_indu_txt p {
	padding: 55px 0 0 30px;
}

.index_corporate ul {
	margin-left: -1px;
	margin-right: -1px;
}

.index_corporate li {
	width: 25%;
	float: left;
	padding: 0px 1px
}

.index_corporate li p {
	font-size: 16px;
	text-align: center;
	color: #333;
	padding: 17px 0 12px 0;
	border-bottom: 1px solid #036ab8;
}

/*产品中心*/
.list_crumbs {
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	line-height: 60px;
}

.list_crumbs_nav span {
	width: 170px;
	display: block;
	text-align: center;
	transition: all 0.3s;
	float: left;
}

.list_crumbs_nav span:hover,
.list_crumbs_nav span.on {
	background-color: rgba(0, 104, 183, 1);
}

.list_crumbs_nav span:hover a,
.list_crumbs_nav span.on a {
	color: #fff;
}

.list_crumbs_nav span a {
	display: block;
	font-size: 18px;
	color: rgba(151, 151, 151, 1);
}

.list_produc_title {
	padding: 40px 0;
}

.list_produc_title h2 {
	font-size: 30px;
	color: #333;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.list_produc_title h2::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px dashed rgba(0, 104, 183, 1);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.list_produc_title p {
	text-align: center;
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	line-height: 2;
	padding-top: 20px;
}

.list_product_slider {
	background: rgba(238, 238, 238, 1);
}

.list_product_slider h2 {
	font-size: 16px;
	color: #54596c;
	line-height: 2.2;
}

.list_product_slider li {
	padding: 20px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.list_product_slider li a {
	display: block;
	border-left: 1px solid #bfbfbf;
}

.list_product_slider li:hover a {
	border-left-color: rgba(43, 140, 214, 1);
}

.list_product_slider li:first-child a {
	border-left: none;
}

.list_product_slider li:hover {
	background-color: rgba(43, 140, 214, 1);
}

.list_product_slider li:hover h2 {
	color: #fff;
}

.list_product_list li:hover .list_product_txt span {
	display: block;
}

.list_product_txt {
	margin-top: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.list_product_txt::after {
	content: '+';
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(238, 238, 238, 1);
	color: #fff;
	font-size: 36px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

.list_product_txt {
	border-radius: 4px;
	box-shadow: 0px 0px 10px 5px #d5d9dc;
}

.list_product_txt h2 a {
	font-size: 16px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 2;
	display: block;
}

.list_product_txt span {
	width: 90px;
	background: url(../images/pro_imgmore.jpg) repeat-x;
	font-size: 14px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: -14px;
	z-index: 2;
	display: none;
}

.list_product_txt span a {
	color: #fff;
	padding: 12px 15px;
	display: block;
}

/*药物警戒*/
.list_drug_note {
	font-size: 18px;
	font-weight: 400;
	color: rgba(0, 104, 183, 1);
	line-height: 1.5;
	width: 900px;
	margin: 0 auto;
}

.list_drug_form {
	width: 900px;
	margin: 0 auto;
}
.list_drug_form ul{border-bottom:1px solid rgba(221,221,221,1);padding:20px 0 20px 70px;}
.list_drug_form ul:nth-of-type(4){border-bottom-color:#fff;}
.list_drug_form li {
	padding: 10px 0;
	font-size: 14px;
}
.list_drug_form li label{width:140px;text-align:right;}
.list_drug_form li label span{color:#f00;}
.list_drug_form h3{
    padding-left: 10px;
    font-size:16px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:30px;
    position: relative;
    margin-top:20px;
}
.list_drug_form h3:before{
    content:'';display:block;width:3px;
    height:20px;
    background:rgba(0,104,183,1);
    border-radius:2px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-10px;
}
.list_drug_form button{
    
    border:none;
    width:90px;
    line-height:40px;
    background:rgba(156,29,32,1);
    border-radius:4px;
    text-align: center;
    color:#fff;
    font-size:18px;
    display: block;
    margin:5px auto;
}
.list_drug_form input[type=text] {
	border: 1px solid #ddd;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
	width: 300px;
	padding: 0 15px;
}

.list_drug_form textarea {
	border: 1px solid #ddd;
	width: 480px;
	height: 200px;
}

.list_drug_form_note {
	width: 900px;
	margin: 30px auto 0 auto;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.list_drug_form_note span {
	background: rgba(0, 104, 183, 1);
	color: #fff;
	padding: 10px;
}

.list_drug_remarks {
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

/*留言板*/
.list_message {
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 40px 30px;
}

.list_message .table>tbody>tr>td {
	border-top: 0px solid;
}

.list_message input[type=text] {
	line-height: 40px;
	border: 1px solid rgba(220, 220, 220, 1);
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	padding: 0 10px 0 40px;
	width: 520px;
	background-color: #fff;
}

.list_message input:-internal-autofill-selected {
	-webkit-appearance: inherit;
	background-color: inherit !important;
	background-image: inherit !important;
	color: inherit !important;
}

.list_message .messcont {
	width: 1072px;
	height: 174px;
	border: 1px solid rgba(220, 220, 220, 1);
	padding: 10px 40px;
	font-size: 14px;
	line-height: 2;
}
.list_message tr td{position:relative;}
.list_message tr img{position:absolute;right: 28px;
    height: 35px;
    top: 12px;}
.list_message .btn{text-align:center;width:1072px;}
.list_message .button {
	width: 110px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	border-radius: 2px;
	border: 0px solid;
	color: #fff;
}

.list_message .button[type=submit] {
	background: rgba(0, 104, 183, 1);
}

.list_message .button[type=reset] {
	background: rgba(153, 153, 153, 1);
}

.messName {
	background: url(../images/list_mesicon1.png) no-repeat left 10px center;
}

.messtel {
	background: url(../images/list_mesicon2.png) no-repeat left 10px center;
}

.messadd {
	background: url(../images/list_mesicon3.png) no-repeat left 10px center;
}

.messmail {
	background: url(../images/list_mesicon4.png) no-repeat left 10px center;
}

.messthem {
	background: url(../images/list_mesicon5.png) no-repeat left 10px center;
}

.messcode {
	background: url(../images/list_mesicon6.png) no-repeat left 10px center;
}

.messcont {
	background: url(../images/list_mesicon7.png) no-repeat 10px 10px;
}

/*人才理念*/
.index_concept_tit {
	padding-bottom: 30px;
}

.index_conceptx_txt li {
	padding-bottom: 20px;
}

.index_concept_tit h2 {
	font-size: 30px;
	color: rgba(89, 89, 89, 1);
}

.index_concept_tit h2 span {
	padding-left: 30px;
	color: rgba(100, 176, 152, 1);

}

.index_conceptx_txt h3 {
	font-size: 28px;
	color: rgba(100, 176, 152, 1);
	margin-bottom: 30px;
}

.index_conceptx_txt h3 i {
	color: rgba(48, 131, 104, 1);
	font-size: 12px;
	top: -4px;
	margin-right: 30px;
}

.index_conceptx_infos {
	background: rgba(228, 226, 223, 1);
	padding: 10px 15px;
	font-size: 22px;
	color: rgba(104, 104, 104, 1);
	line-height: 1.5;
	position: relative;
	margin-left: 50px;

}

.index_conceptx_infos i {
	font-size: 36px;
	color: rgba(228, 226, 223, 1);
	position: absolute;
	left: 15px;
	top: -26px;
}

/*人才招聘详情页*/
.article_job_form{width:810px !important;height:600px;}
.show_job_layer{padding:20px;}
.show_job_detail {
	background: rgba(245, 245, 245, 0.5);
	line-height: 1.2;
	font-size: 16px;
	padding: 30px;
}

.show_job_title {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.show_job_title h1 {
	font-size: 24px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.show_job_title h5 {
	font-size: 14px;
	color: rgba(105, 105, 105, 1);
	line-height: 30px;
}

.show_job_btn {
	width: 180px;
	line-height: 50px;
	background: rgba(0, 104, 183, 1);
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	margin: 20px auto;
	cursor: pointer;
}

.show_job_layer {
	background-color: #fff;
	width: 800px;
}

.show_job_layer h3 {
	text-align: center;
	font-size: 24px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.show_job_layer li {
    overflow: hidden;
	padding-bottom: 10px;
}
.show_job_layer li img{margin-left:3px;}
.show_job_layer li label span{color:#CC0000;}
.show_job_layer li label{
	font-size: 14px;
	font-weight: 400;
	color:#333;
	line-height: 30px;
	width: 90px;
	text-align: right;
	float: left;
	margin-right:5px;
}

.show_job_layer li textarea {
	width: 602px;
	height: 152px;
	border: 1px solid rgba(238, 238, 238, 1);
	padding: 10px;
}

.show_job_layer li input[type=text] {
	width: 203px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(238, 238, 238, 1);
	border-radius: 4px;
	padding: 0 5px;
}

.show_job_layer button[type=submit] {
	margin: 10px auto;
	width: 90px;
	display: block;
	border: none;
	line-height: 40px;
	background: rgba(156, 29, 32, 1);
	border-radius: 4px;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
}

.resumeUpFile {
	position: relative;
	float:left;
	width:400px;


}

.resumeUpFile span {
	position: relative;
	background-color: #fff;
	font-size: 12px;
	line-height: 30px;
	padding-left: 5px;
}

.resumeUpFile .upFile {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 104, 183, 1);
	border-radius: 4px;
	width: 80px;
	line-height: 30px;
	text-align: center;
	display: inline-block;

}

.show_job_layer #resume {
	height: 30px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.benefits{padding-bottom:20px;}
.show_job_lists{margin-left:0px;margin-right:0px;padding-bottom:10px;}
.show_job_lists li{padding:5px 0;}
.show_job_detail article{color:#666;font-size:16px;}
.jobs_tit{border-bottom:1px solid rgba(210,210,210,1);
font-size:16px;
font-family:SimHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:36px;padding-left:10px;position:relative;margin-bottom:15px;}
.jobs_tit:before{content:'';display:block;width:3px;height:18px;position:absolute;background-color:rgba(105,105,105,1);left:0;top:50%;margin-top:-9px;}
/*人才理念*/
.list_concept {
	background: url(../images/list_concept1.jpg) no-repeat top;
	background-size: cover;
}

.body_concept .footer,
.corporate_body .footer {
	margin-top: 0;
}

.list_concept_box {
	background: url(../images/list_concept2.png) no-repeat center;
}

.list_concept_tit h2 {
	font-size: 26px;
	color:#333;
	line-height: 30px;
	padding-bottom: 25px;
}

.list_concept_list li {
	position: absolute;
}

.list_concept_list {
	width: 100%;
	height: 670px;
	position: relative;
}

.list_concept_list h3 {
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
	position: relative;
	display: inline-block;
	float: left;
}

.list_concept_list h3::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid rgba(234, 22, 27, 1);
	position: absolute;
	right: -20px;
	bottom: -9px;
}

.list_concept_list p {
	font-size: 20px;
	line-height: 30px;
	color: rgba(104, 104, 104, 1);
	text-align: center;
	display: inline-block;
	max-width: 320px;
	margin-left: 20px;
	padding-top: 25px;
}

.list_concept_list .competence {
	right: 8px;
}

.list_concept_list .dedicated {
	right: -1px;
	top: 140px;
}

.list_concept_list .occupation {
	right: 300px;
	top: 280px;
}

.list_concept_list .integrity {
	right: 568px;
	bottom: 120px;
}

/*人才招聘*/
.list_job {
	background: rgba(245, 245, 245, 1);
	padding: 40px 20px;
}

.list_job_search {
	background-color: #fff;
	border-radius: 30px;
	line-height: 50px;
	width: 800px;
	margin: 0 auto;
}

.list_job_search input {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	float: left;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	width: 720px;
}

.list_job_search button {
	background: rgba(0, 103, 183, 1);
	width: 60px;
	color: #fff;
	font-size: 20px;
	border: none;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	float: right
}

.list_job_lists ul li {
	background-color: #fff;
	font-size: 16px;
	color: rgba(101, 101, 101, 1);
	padding: 30px 0;
	margin-bottom: 10px;
}

.list_job_lists ul li a {
	display: block;
	width: 90px;
	line-height: 30px;
	background: rgba(47, 147, 223, 1);
	color: #fff;
	border-radius: 20px;
}

.list_job_select {
	font-size: 16px;
	color: #999;
	padding: 30px 0;
}

.list_job_select a {
	color: #999;
	margin:0 2px;
}

.list_job_select a:hover {
	color: #0067B7;
}

/*企业内刊*/
.list_journal ul li {
	margin-bottom: 40px;
}

.list_journal_infos {
	background-color: #bfbfbf;
	padding-top: 30px;
}

.list_journal li:hover h2 a {
	color: rgba(0, 104, 183, 1);
}

.list_journal .journal_thumb {
	background-color: #bfbfbf;
	width: 316px;
	height: 332px;
	margin: 0px auto 30px auto;
}

.list_journal h2 {
	height: 60px;
	background-color: #dcdcdc;
}

.list_journal h2 a {
	font-size: 16px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	text-align: center;
	display: block;
	line-height: 60px;
}

/*企业理念*/
.list_corporate {
	background: url(../images/climate-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 84px 0;
}

.list_cor_lists {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 3px 7px 0px rgba(2, 47, 27, 0.35);
	height: 606px;
	padding-top: 25px;
}

.list_cor_lists img {
	margin: 0 auto;
	display: block;
}

.list_cor_lists h2 {
	font-size: 22px;
	color: rgba(0, 165, 197, 1);
	line-height: 30px;
	text-align: center;
	padding-top: 25px;
}

.list_cor_lists h3 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

.list_cor_lists p strong {
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	display: block;
	text-align: center;
}

.list_cor_lists p {
	font-size: 14px;
	color: rgba(105, 105, 105, 1);
	line-height: 30px;
	padding: 0 30px 20px 30px;

}

.list_corporate_box ul li:last-child .list_cor_lists p {
	text-align: center;
}

.list_climate {
	background: url(../images/climate-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0 20px 0;
}

.list_climate_tit h2 {
	font-size: 30px;
	color: rgba(0, 165, 197, 1);
	padding-bottom: 10px;

}

.list_climate_tit h2 span {
	color: rgba(219, 219, 219, 1);
	padding-left: 10px;
}

.list_climate_txt {
	width: 1000px;
	height: 303px;
	padding: 75px 40px 0 40px;
	margin: 30px auto;
}

.list_climate_txt h2 {
	font-size: 37px;
	font-family: SimSun;
	line-height: 29px;
	color: rgba(255, 255, 255, 1);
}

.list_climate_txt h3 {
	font-size: 25px;
	font-family: Times New Roman;
	color: rgba(255, 255, 255, 1);
	line-height: 29px;
	padding: 20px 0 25px 0;
}

.list_climate_txt p {
	font-size: 23px;
	font-family: SimSun;
	color: rgba(255, 255, 255, 1);
	line-height: 1.4;
}

.list_climate_swap {
	background: url(../images/list_climate_swap.jpg);
}

.list_climate_relation {
	background: url(../images/list_climate_relation.jpg);
}

.list_climate_action {
	background: url(../images/list_climate_action.jpg);
}

.list_climate_growth {
	background: url(../images/list_climate_growth.jpg);
}

/*产品详情页*/
.show_products {
	border: 1px solid #aaa;
}

.show_products_tit {
	font-size: 30px;
	font-family: SimHei;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
	padding: 40px 0
}

.show_products .col-md-4 {
	text-align: center;
	width: 301px;
	padding: 24px 22px;
	box-sizing: content-box;
}

.show_products .col-md-8 {
	border-left: 1px solid #aaa;
	padding: 24px 22px;
}

.show_products {
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

/*企业布局*/
.index_layout {
	position: relative;
}

.index_layout_txt {
	border-left: 1px solid rgba(83, 83, 83, 1);
	border-right: 1px solid rgba(83, 83, 83, 1);
	border-bottom: 1px solid rgba(83, 83, 83, 1);
	font-size: 24px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	padding: 60px 120px;
}

.index_layout .swiper-button-next,
.index_layout .swiper-button-prev {
	width: 50px;
	line-height: 50px;
	height: 50px;
	border: 2px solid #d1d0d0;
	text-align: center;
	border-radius: 50%;
}

.index_layout .swiper-button-next:after,
.index_layout .swiper-container-rtl .swiper-button-prev:after,
.index_layout .swiper-button-prev:after,
.index_layout .swiper-container-rtl .swiper-button-next:after {
	font-size: 24px;
	color: #d1d0d0;
}

.index_layout .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -55px;
}

.index_layout .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -55px;
}

/*销售体系*/
.list_sales_map {
	position: relative;
	text-align: center;
	color: rgba(0, 103, 183, 1);
}
.list_products_ttt{	font-size: 26px;
	font-family: SimSun;
	line-height: 30px;
    color: rgba(0, 103, 183, 1);
    padding:40px 0;
}
.list_sales_map h2 {
	font-size: 26px;
	font-family: SimSun;
	line-height: 30px;
	position: absolute;
	color: #333;
	left: 0;
	top: 0;

}

.list_sales_map .china-map {
	font-size: 26px;
	font-family: SimSun;
	color:#333;
	line-height: 30px;
	left: 0;
	bottom: 189px;
	position: absolute;
}

.lists_system p {
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	text-indent: 2em;
}

.lists_system_txt {
	padding-top: 50px;
}

.lists_system_list {
	border: 2px solid #535353;
	margin-top: 40px;
	padding: 60px 40px;
}

.lists_system_list li {
	color: #fff;
}

.list_sys_txt {
	background: rgba(0, 103, 183, 1);
	padding-bottom: 20px;
}

.lists_system_list li img {
	margin: 20px auto;
}

.lists_system_list li h2 {
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	line-height: 30px;
}
.list_product_more{
    width:150px;
    line-height:42px;
    border:1px solid rgba(238,238,238,1);
    border-radius:20px;margin:60px auto 0 auto;
    text-align: center;
}
.list_product_more a{display:block;
font-size:16px;
color:rgba(0,104,183,1);}

/*文章详情页*/
.article_tit {
	border-bottom: 1px solid rgba(210, 210, 210, 1);
	padding: 15px 0;
}

.article_tit h1 {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.article_small {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(153, 153, 153, 1);
	line-height: 2.5;
}

.show_article article {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: rgba(102, 102, 102, 1);
	line-height: 2;
	padding: 40px 0;
}

.show_go {
	width: 148px;
	height: 42px;
	background: rgba(170, 170, 170, 1) url(../images/fanhui.png) no-repeat 18px center;
	text-align: center;
	transition: all 0.3s;
	float: right;
}

.show_go a {
	display: block;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
}

.show_go:hover {
	background: rgba(0, 104, 183, 1) url(../images/fanhui.png) no-repeat 18px center;
}

/*企业要闻*/
.news_thumb_small {
	width: 443px;
}

.news_thumb_small li,
.news_thumb_big {
	position: relative;
}

.news_thumb_big {
	width: 705px;
}
.news_thumb_big img{
	width:100%;
	height:640px;
}
.news_thumb_small li h2,
.news_thumb_big h2 {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 2;
}

.news_thumb_small li h2 a,
.news_thumb_big h2 a {
	color: #fff;
}

.news_thumb_small li:first-child {
	margin-bottom: 25px;
}
.list_news_thumb{padding-bottom:30px;}
.list_news_lists li .list_news_tiem {
	border-right: 1px solid rgba(153, 153, 153, 1);
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
}

.list_news_lists li .list_news_tiem h5 {
	font-size: 48px;
	color: rgba(51, 51, 51, 1);
}

.list_news_lists li .list_news_txt h2 {
	font-size: 18px;
	color: rgba(51, 51, 51, 1);
	line-height:2;
}

.list_news_lists li .list_news_txt p {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
}

.list_news_lists li {
	padding: 15px 0;
	transform: all 1s;
}
.list_news_lists li a{display: block;}
.list_news_lists li:hover {
	background: rgba(0, 104, 183, 1);
	transition: all 0.4s linear 0.01s;
}

.list_news_lists li:hover .list_news_txt p,
.list_news_lists li:hover h2,
.list_news_lists li:hover .list_news_tiem p,
.list_news_lists li:hover .list_news_tiem h5 {
	color: #fff;
}

.list_news_lists li:hover .list_news_tiem {
	border-right-color: #fff;
}
/*关于我们*/
.list_abouts{
font-size:16px;
color:rgba(102,102,102,1);
line-height:1.5;}
/*.list_abouts p{text-indent: 2em;}*/
.list_abouts img{float:left;margin:0 40px 40px 0;}
/*分页样式*/
.xlist_pages{text-align:center;padding:20px 0 80px 0;}
.xlist_pages li{width:570px;
line-height:50px;
background:rgba(210,210,210,1);float:left;}
.xlist_pages li a{color:#999;font-size:24px;text-align:center;display:block;position:relative;}
.xlist_pages li:nth-child(2){float:right;}
/*第二种样式*/
.list_pages{text-align:center;font-size:16px;padding:30px 0;}
.list_pages li{border:1px solid rgba(191,191,191,1);display:inline-flex;}
.list_pages li a,.list_pages li .pageinfo{
color:rgba(153,153,153,1);
padding:5px 10px;
}
.list_pages li.thisclass{background:rgba(0,104,183,1);padding:5px 10px;color: #fff;}
.list_pages li.thisclass a{color:#fff;}
/*底部样式*/
.footer {
	background: url(../images/footerbg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	margin-top: 90px;
}

.footer_top {}

.footer_nav {
	width: 700px;
}

.footer_nav li {
	width: 14.2857%;
	float: left;
}

.footer_nav li h3 a {
	color: #fff;
	font-size: 14px;
	position: relative;
}

.footer_nav li h3 a::before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: -25px;
	top: 50%;
	margin-top: -2px;
}

.footer_nav li p {
	padding-top: 20px;
}

.footer_nav li a {
	color: #999;
	font-size: 14px;
}

.footer_nav li a:hover {
	color: #fff;
}

.footer_link {width:340px;}

.footer_links {
	line-height: 40px;
	width: 100%;
}

.footer_links .btn-group-lg>.btn,
.btn-lg {
	width: 100%;
	background-color: unset;
	border-radius: 0px;
}

.footer_links .btn-group>.btn {
	text-align: left;
}

.footer_links .btn-lg .caret {
	border-width: 8px 8px;
	float: right;
	position: relative;
	top: 9px;
}

.footer_links .dropdown-menu {
	/* max-width: 241px; */
	width: 100%;
	border-radius: 0px;
	margin-top: 0px;
	padding-top: 0;
}

.footer_links .dropdown-menu>li>a {
	display: block;
	padding: 10px;
}
.footer_links .btn-default.active,.footer_links .btn-default:active,.footer_links .open>.dropdown-toggle.btn-default,.footer_links .open>.dropdown-toggle.btn-default:focus{background-color:#fff;}
.footer_links .dropdown-menu>li>a {
	color: #fff;
}

.footer_links .dropdown-menu>li>a:hover {
	color: #333;
}

.footer_links .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0 0px 0px rgba(255, 255, 255, 1)
}

.footer_links .btn-default:hover,
.footer_links .open>.dropdown-toggle.btn-default:focus,
.footer_links .open>.dropdown-toggle.btn-default:hover {
	background-color: #fff;
}

.footer_links .dropdown-menu {
	background-color: unset;
}

.footer_top_phone {
	background: url(../images/footTel.png) no-repeat center right;
	padding-right: 54px;
	margin-top: 90px;
	margin-bottom: 30px;
}

.footer_top_phone p {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	line-height: 2;
}

.footer_top_phone h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}

.footer_bottom {
	font-size: 12px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 10px;
}

.footer_bottom p {
	padding-top: 15px;
}

.footer_bottom a {
	color: #fff;
}

@media only screen and (min-width: 1000px) and (max-width: 2000px) {}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1420px) {}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 768px) and (min-width: 768px) {}

@media only screen and (max-width:600px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 479px) and (min-width: 321px) {
	html {
		font-size: 70px;
	}
}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 411px) {}

@media only screen and (max-width: 384px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {
	html {
		ont-size: 60px;
	}


}
