@font-face {
  font-family:"AVENIR";
  src: url('../font/AVENIR.TTF') format('TrueType');
}
@font-face {
  font-family:"思源黑体";
  src: url('../font/SourceHanSans-Normal.otf');
}
@charset "utf-8";
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "思源黑体";
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
	}
html,
body {
  font-size: 20px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #005eb8;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
@font-face {
}
.vcenter {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kejian {
  width: 1134px;
  margin: 0 auto;
}
.top_wrap{
  background-color:#e3e3e3;
  height:33px;
  line-height:33px;
}
.top_wrap .top_wrap_left{
	width:50%;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#656565;
}
.top_wrap .top_wrap_left img{
	padding-right:5px;
}
.top_wrap .top_wrap_left span{
	font-size:12px;
	font-weight:bold;
	color:#656565;
	padding:0 5px 0 5px;
}
.top_wrap .top_wrap_right{
	width:50%;
	float:right;
	text-align:right;
}
.top_wrap .top_wrap_right img{
	padding-left:15px;
}
.top_wrap .top_wrap_right span{
	font-size:12px;
	font-weight:bold;
	color:#656565;
	padding:0 5px 0 15px;
}
.search_dialog_box{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#005eb8;
    display:none;
    z-index:999999;
}
.search_dialog_box .close {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/search_close.png) no-repeat center;
    position: absolute;
    top: 38px;
    right: 3.6%;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}
.search_dialog_box .close:hover{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);

}
.search_dialog_box .search_content{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.search_dialog_box .search_content .search_tit{
    font-size:64px;
    line-height:80px;
    color:#fff;
    text-align:center;
    overflow:hidden;

}
.search_dialog_box .search_content .search_form{
    margin-top:30px;
    height:48px;
    overflow:hidden;
}
.search_dialog_box .search_content .search_form .search_input{
    width: 700px;
    margin: 0 auto;
    padding:14px 24px;
    background-color:#fff;
    border-radius:20px;
    box-sizing: border-box;
}
.search_dialog_box .search_content .search_form .search_input input[type=text] {
    float: left;
    height:18px;
    width: 88.8%;
    background-color: transparent;
    font-size:14px;
    line-height:18px;
    color: #000;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}
.search_dialog_box .search_content .search_form .search_input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size:18px;
    background-image: url(../images/search.png);
    float: right;
    height:18px;
    width:18px;
}
.search_dialog_box .search_content .hot_search{
    font-size: 0;
    width:700px;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    margin:0 auto;
}
.search_dialog_box .search_content .hot_search .hot_cont{
    margin-top:21px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_tit{
    font-size: 14px;
    line-height:18px;
    color: #fff;
    font-weight: bold;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size:16px;
    background-image: url(../images/hot_icon.png);
    display: inline-block;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link{
    display: inline-block;
    margin-left: 35px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-right: 26px;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover{
    text-decoration: none;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover:before {
    width:100%;
}




.top_logo{
	height:120px;
	line-height:120px;
}
.nav{
    width: 100%;
    position: relative;
}
.nav ul {
    width: 100%;
}
.nav ul li {
	width:18.75%;
	height:25px;
    float: left;
	/*position:relative;*/
	display:block;
}
.nav ul li a{
	padding:3px 10px;
	display: inline-block;
	position: relative;
	height:25px;
	font-size:14px;
	font-weight:bold;
}
.nav ul li a:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 20px;
	border-left: 2px solid #1a1a1a;

}
.nav ul li a:hover{
	color:#FFF;
	border-left-width: 0;
	border-left-style: none;
	background-color: #1a1a1a;
	padding-left:10px;

}
.nav ul li a:hover:before{
	content: '';
    position: absolute;
    top: -5px;
	left:0;
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 5px solid #1a1a1a;
    border-right: 6px solid transparent;
	border-left: 0px solid #1a1a1a;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.nav ul li.home a:before{
	border-left-color: #565656;
}
.nav ul li.home a:hover{
	background-color: #565656;

}
.nav ul li.home a:hover:before{
    border-bottom: 5px solid #565656;
	border-left: 0px solid #565656;
}

.nav ul li.aboutus a:before{
	border-left-color: #001f34;
}
.nav ul li.aboutus a:hover{
	background-color: #001f34;
}
.nav ul li.aboutus a:hover:before{
    border-bottom: 5px solid #001f34;
	border-left: 0px solid #001f34;
}
.nav ul li.aboutus .navv{
    border-top: 37px solid #001f34;
}
.nav ul li.aboutus a.active{
	background-color: #001f34;
}
.nav ul li.aboutus a.active:before {
    border-bottom: 5px solid #001f34;
	border-left: 0px solid #001f34;
}


.nav ul li.products{
	width:25%;
}
.nav ul li.products a:before{
	border-left-color: #005eb8;
}
.nav ul li.products a:hover{
	background-color: #005eb8;
}
.nav ul li.products a:hover:before{
    border-bottom: 5px solid #005eb8;
	border-left: 0px solid #005eb8;
}
.nav ul li.products .pronavv{
    border-top: 37px solid #005eb8;
}
.nav ul li.products a.active{
	background-color: #005eb8;
}
.nav ul li.products a.active:before {
    border-bottom: 5px solid #005eb8;
	border-left: 0px solid #005eb8;
}



.nav ul li.customers a:before{
	border-left-color: #692f7a;
}
.nav ul li.investors a:before{
	border-left-color: #ff5c00;
}
.nav ul li.investors a:hover{
	background-color: #ff5c00;
}
.nav ul li.investors a:hover:before{
    border-bottom: 5px solid #ff5c00;
	border-left: 0px solid #ff5c00;
}
.nav ul li.investors .navv{
    border-top: 37px solid #ff5c00;
}
.nav ul li.investors a.active{
	background-color: #ff5c00;
}
.nav ul li.investors a.active:before {
    border-bottom: 5px solid #ff5c00;
	border-left: 0px solid #ff5c00;
}

.nav ul li.contactus{
	width:11%;
}
.nav ul li.contactus a:before{
	border-left-color: #76e6ed;
}
.nav ul li.contactus a:hover{
	background-color: #76e6ed;
}
.nav ul li.contactus a:hover:before{
    border-bottom: 5px solid #76e6ed;
	border-left: 0px solid #76e6ed;
}
.nav ul li.contactus .navv{
    border-top: 37px solid #76e6ed;
}
.nav ul li.contactus a.active{
	background-color: #76e6ed;
}
.nav ul li.contactus a.active:before {
    border-bottom: 5px solid #76e6ed;
	border-left: 0px solid #76e6ed;
}


.nav ul li a.active{
	padding:3px 10px;
	border-left-width: 0;
	border-left-style: none;
	background-color: #1a1a1a;
	color:#FFF;
	padding-left:10px;
	position: relative;
	margin:0;
	display:inline-block;
}
.nav ul li a.active:before {
	content: '';
    position: absolute;
    top: -5px;
	left:0;
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 5px solid #1a1a1a;
    border-right: 6px solid transparent;
	border-left: 0px solid #1a1a1a;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}


.nav ul li .navv {
	position: absolute;
	width: 100%;
	top: 25px;
	left: 0;
	background-color:#fafafa;
	display: none;
	z-index: 9999;
	padding: 40px 0;
	box-shadow:0px 15px 10px -15px #ccc;
	border-top: 37px solid #1a1a1a;
}
.nav ul li .navv .kejian{
	padding:0 15px;
}
.nav ul li .navv .navv_l{
	display: block;
	width: 30.466666666666%;
	float: left;
	margin-right: 4.3%;
	border-left: 5px solid #dedede;
	margin-bottom:37px;
	
}
.nav ul li .navv .navv_l:nth-child(3n){
	margin-right:0;
	
}
.nav ul li .navv .navv_l a {
	display:block;
	font-size: 16px;
	color: #515151;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	text-align: left;
	margin-left:10px;
	padding:0;
	font-weight:normal;
}
.nav ul li .navv .navv_l a:hover {
	background-color:#fafafa;
	border-bottom: 1px solid #086cbb;
	color:#0067b9;
}
.nav ul li .navv .navv_l:hover{
	display: block;
	width: 30.466666666666%;
	float: left;
	margin-right: 4.3%;
	border-left: 5px solid #0067b9;
	margin-bottom:37px;
	padding:0;
}
.nav ul li.aboutus .navv .navv_l a:hover {
	color:#001f34;
	border-bottom: 1px solid #001f34;
}
.nav ul li.aboutus .navv .navv_l:hover{
	border-left: 5px solid #001f34;
}
.nav ul li.products .pronavv .navv_l a:hover {
	color:#005eb8;
	border-bottom: 1px solid #005eb8;
}
.nav ul li.products .pronavv .navv_l:hover{
	border-left: 5px solid #005eb8;
}
.nav ul li.investors .navv .navv_l a:hover {
	color:#ff5c00;
	border-bottom: 1px solid #ff5c00;
}
.nav ul li.investors .navv .navv_l:hover{
	border-left: 5px solid #ff5c00;
}
.nav ul li.contactus .navv .navv_l a:hover {
	color:#76e6ed;
	border-bottom: 1px solid #76e6ed;
}
.nav ul li.contactus .navv .navv_l:hover{
	border-left: 5px solid #76e6ed;
}




.nav ul li .navv .navv_l:nth-child(3n):hover{
	margin-right:0;
}

.nav ul li .navv .navv_l a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 20px;
	border-left: 0px solid #1a1a1a;
}
.nav ul li .navv .navv_l a:hover:before{
	content: '';
    position: absolute;
    top: -5px;
	left:0;
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 0px solid #1a1a1a;
    border-right: 0px solid transparent;
	border-left: 0px solid #1a1a1a;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.nav ul li .pronavv {
	position: absolute;
	width: 100%;
	top: 25px;
	left: 0;
	background-color:#fafafa;
	display: none;
	z-index: 9999;
	padding: 40px 0;
	box-shadow:0px 15px 10px -15px #ccc;
	border-top:37px solid rgba(255,255,255,.3);
	border-top: 37px solid #1a1a1a;
}

.nav ul li .pronavv .navv_menu{
	width:100%;
}
.nav ul li .pronavv .navv_menu .navv_con{
	width:25%;
	float:left;
	border-left:5px solid #dedede;
	padding-right:35px;
	padding-left:10px;
}
.nav ul li .pronavv .navv_menu .navv_con:hover{
	border-left:5px solid #0067b9;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_ctit{
	display:block;
	width:100%;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_ctit a{
	font-size:21px;
	display:block;
	width:100%;
	height:auto;
	line-height: 40px;
	height: 40px;
	border-bottom:2px solid #dedede;
	color:#4d4d4d;
	padding: 0;
	font-weight:normal;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_ctit a:hover{
	font-size:21px;
	display:block;
	width:100%;
	border-bottom:2px solid #086cbb;
	color:#0067b9;
	background-color: #fafafa;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_ctit a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 20px;
	border-left: 0px solid #1a1a1a;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_ctit a:hover:before{
	content: '';
    position: absolute;
    top: -5px;
	left:0;
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 0px solid #1a1a1a;
    border-right: 0px solid transparent;
	border-left: 0px solid #1a1a1a;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.nav ul li .pronavv .navv_menu .navv_con .navv_clm{
	display:block;
	width:100%;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_clm a{
	font-size:15px;
	display:block;
	width:100%;
	height:auto;
	line-height: 40px;
	height: 40px;
	border-bottom:1px solid #dedede;
	color:#4d4d4d;
	padding: 0;
	font-weight:normal;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_clm a:hover{
	display:block;
	width:100%;
	border-bottom:1px solid #086cbb;
	color:#0067b9;
	background-color: #fafafa;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_clm a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 20px;
	border-left: 0px solid #1a1a1a;
}
.nav ul li .pronavv .navv_menu .navv_con .navv_clm a:hover:before{
	content: '';
    position: absolute;
    top: -5px;
	left:0;
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 0px solid #1a1a1a;
    border-right: 0px solid transparent;
	border-left: 0px solid #1a1a1a;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.nav ul li .navvindex{
	border-top:37px solid #1a1a1a;
	margin-top:0px;
}






















.banner{
	width: 100%;
    overflow: hidden;
    position: relative;
	margin-top:5px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-wrapper img {
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
	background:#fff;
	width:36px;
	height:7px;
	border-radius:4px;
}
.index_module{
	width:100%;
	margin:57px 0 40px 0;
}
.index_line{
	border-bottom:1px solid #eeeeee;
	margin-bottom:50px;
	display:block;
}
.index_module a{
	display: block;
    width: 24%;
    margin-right:1.2%;
    float: left;
}
.index_module a:nth-child(4n) {
    margin-right:0px;
}
.index_module a .module_img{
	width: 100%;
    position: relative;
    overflow: hidden;
}
.index_module a .module_img img{
	display: block;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index_module a:hover .module_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index_module a .module_content{
	width: 100%;
    position: relative;
    overflow: hidden;
	margin-top:20px;
}
.index_module a .module_content span{
	font-size:18px;
	color:#636363;
	font-weight:bold;
}
.index_module a:hover .module_content span{
	color:#005eb8;
}
.index_module a .module_content p{
	font-size:14px;
	color:#282828;
	padding-top:10px;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
}
.index_module2{
	width:100%;
	padding-bottom:63px;
}
.index_module2 .module2_left{
	width:68%;
	float:left;
	padding-right:63px;
}
.index_module2 .module2_left span{
	font-size:22px;
	color:#636363;
	font-weight:bold;
	line-height:22px;
	margin-bottom:18px;
	display:block;
}
.index_module2 .module2_left p{
	font-size:16px;
	color:#636363;
	line-height:30px;
}
.index_module2 .module2_left p i{
	display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
	background-color: #005eb8;
}
.index_module2 .module2_right{
	width:32%;
	float:right;
}
.index_module2 .module2_right img{
	max-width:100%;
	height:auto;
	float:right;	
}
.index_news{
	width:100%;
	background-color:#f5f5f5;
	padding:47px 0 45px 0
}
.index_news .index_news_left{
	width:100%;
	background-color:#fff;
	padding:37px 50px 24px 50px;
	margin-right:3%;
	float:left;
	height:298px;
}
.index_news .index_news_left .news_left_title{
	font-size:18px;
	color:#636363;
	font-weight:bold;
	margin-bottom:30px;
}
.index_news .index_news_left a{
	width:100%;
	margin-bottom:20px;
	display:block;
}
.index_news .index_news_left a .datatime{
	font-size:16px;
	color:#005eb8;
	font-weight:bold;
}
.index_news .index_news_left a .news_title{
	font-size:16px;
	color:#282828;
	line-height:18px;
	margin-top:3px;
}
.index_news .index_news_left a:hover .news_title{
	color:#005eb8;
}
.index_news .index_news_right{
	width:33%;
	background-color:#fff;
	padding:37px 50px 24px 50px;
	float:right;
	height:298px;
}
.index_news .index_news_right .news_left_title{
	font-size:18px;
	color:#636363;
	font-weight:bold;
	margin-bottom:30px;
}
.index_news .index_news_right a{
	color:#005eb8;
	line-height:25px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
.index_news .index_news_right a:hover{
	text-decoration:underline;
}
.index_module3{
	width:100%;
	padding:30px 0;
}
.index_module3 .index_report{
	width:38%;
	margin-right:5%;
	float:left;
}
.index_module3 .index_report .module3_title{
	font-size:16px;
	color:#005eb8;
	font-weight:bold;
}
.index_module3 .index_report .module3_title a{
	color:#005eb8;
}
.index_module3 .index_report .report_content{
	margin-top:10px;
	border:3px solid #f5f5f5;
	padding:30px 40px 10px 17px;
	display: inline-block;
	border-radius: 5px;
	background-color:#FFF;
}
.index_module3 .index_report .report_content .report_co{
	font-size:16px;
	color:#656565;
	line-height:26px;
	width:64%;
	float:left;
	display:block;
	padding-right:5px;
}
.index_module3 .index_report .report_content .report_img{
	width:36%;
	float:right;
	display:block;
}
.index_module3 .index_stock{
	width:26%;
	margin-right:5%;
	float:left;
}
.index_module3 .index_stock .module3_title{
	font-size:16px;
	color:#005eb8;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px
}
.index_module3 .index_stock .module3_title a{
	color:#005eb8;
}
.index_module3 .index_stock .stock_li{
	padding:30px 0;
	border-bottom:1px solid #cccccc;
	
}
.index_module3 .index_stock .stock_li strong{
	width:88px;
	font-weight:bold;
	font-size:16px;
	color:#282828;
	padding-right:5px;
}
.index_module3 .index_stock .stock_li span{
	width:200px;
	font-size:16px;
	color:#282828;
	text-align:center;
}
.index_module3 .index_stock .stock_li span.jiantouico{
	width:18px;
	float:right;
	display:block;
}
.index_module3 .index_investors{
	width:26%;
	float:left;
}
.index_module3 .index_investors .module3_title{
	font-size:16px;
	color:#005eb8;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:10px
}
.index_module3 .index_investors .module3_title a{
	color:#005eb8;
}
.index_module3 .index_investors .investors_co{
	font-size:18px;
	color:#656565;
	padding-top:30px;
	padding-right:20px;
	line-height:26px;
	letter-spacing:2px
}
.index_module3 .index_investors .investors_button{
	background-color:#005eb8;
	line-height:32px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:40px;
	border-radius:3px;
}
.index_module3 .index_investors .investors_button a{
	color:#FFF;
}
.index_produts_type{
	width:100%;
}
.index_produts_type .inproductsbg{
	background-color:#005eb8;
	line-height:46px;
	color:#FFF;
	font-size:24px;
	padding-left:31px;
	margin-bottom:20px;
}
.index_produts_type .products_box{
	width:100%;
	margin-bottom:40px;
}
.index_produts_type .products_box .products_type_left{
	width:30%;
	border:1px solid #cccccc;
	float:left;
	margin-right:12%;
	height:166px;

}
.index_produts_type .products_box .products_type_left .products_title{
	font-size:16px;
	color:#000000;
	background-color:#c6c8ca;
	width:45%;
	text-align:center;
	padding:2px 0;
	font-weight:bold;
}
.index_produts_type .products_box .products_type_left ul{
	width:100%;
	padding:0 13px 16px 13px;
}
.index_produts_type .products_box .products_type_left ul li{
	width:100%;
}
.index_produts_type .products_box .products_type_left ul li a{
	font-size:16px;
	color:#005eb8;
	text-decoration:underline;
	margin-top:16px;
	display:block;
}
.index_produts_type .products_box .products_type_right{
	width:58%;
	border:1px solid #cccccc;
	float:right;
	height:166px;
}
.index_produts_type .products_box .products_type_right .products_title{
	font-size:16px;
	color:#000000;
	background-color:#c6c8ca;
	width:20%;
	text-align:center;
	padding:2px 0;
	font-weight:bold;
}
.index_produts_type .products_box .products_type_right ul{
	width:100%;
	padding:0 13px 16px 13px;
}
.index_produts_type .products_box .products_type_right ul li{
	width:50%;
	float:left;
	padding-right:15px;
}
.index_produts_type .products_box .products_type_right ul li a{
	font-size:16px;
	color:#005eb8;
	text-decoration:underline;
	margin-top:16px;
	display:block;
}
.index_partner{
	width:100%;
	text-align:center;
	margin-bottom:45px;
}
.index_partner .partner_title{
	font-size:18px;
	color:#636363;
	margin-bottom:60px;
}
.index_partner .partner_title strong{
	font-size:18px;
	color:#010101;
}
.index_partner .partner_img{
	width:100%;
	height:auto;
	position:relative;
}
.index_partner .partner_img img {
    width: 100%;
    display: block;
}
.index_partner .partner_img .partner_block{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.index_partner .partner_img .partner_block ul li{
	width:25%;
	float:left;
}
.index_partner .partner_img .partner_block ul li.partner_a{
	margin-left: 177px;
	margin-top:125px;
	position: absolute;
}
.index_partner .partner_img .partner_block ul li.partner_b{
	margin-left: 222px;
	margin-top:79px;
	position: absolute;
}
.index_partner .partner_img .partner_block ul li.partner_c{
	margin-left: 517px;
	margin-top:100px;
	position: absolute;
}
.index_partner .partner_img .partner_block ul li.partner_d{
	margin-left: 912px;
	margin-top:108px;
	position: absolute;
	width: 19%;
}
.index_partner .partner_img .partner_block ul li .partner_con{
	display:none;
	width:320px;
	background-color:#FFF;
	text-align:left;
	box-shadow:0 0 15px 3px #999;
	z-index:10;
	position: absolute;
	bottom:61px;
}
.index_partner .partner_img .partner_block ul li.partner_b .partner_con{
	bottom:45px;
}
.index_partner .partner_img .partner_block ul li.partner_d .partner_con{
	bottom:102px;
	right:0px;
}
.index_partner .partner_img .partner_block ul li .partner_con .global_in{
	padding:20px;
	float:left;
}
.index_partner .partner_img .partner_block ul li .partner_con .global_in span{
	font-size: 21px;
    color: #005eb8;
    margin-bottom: 15px;
    display: block;
}
.index_partner .partner_img .partner_block ul li .partner_con .global_in p{
	font-size: 16px;
    color: #656565;
    line-height: 25px;
}

.index_partner .partner_img .partner_block img{
	max-width:100%;
	width:auto;
	height:100%;
}
.footer{
	width:100%;
	background-color:#656565;
	padding:50px 0 17px 0;
}
.footer .footer_box .footer_box_left{
	width:100%;
	margin-right:10%;
	float:left;
}
.footer .footer_box .footer_box_left ul{
	width:100%;
}
.footer .footer_box .footer_box_left ul li{
	width:20.29%;
	height:147px;
	float:left;
	margin-right:6.28%;
	background-color:#005eb8;
	color:#FFF;
	position:relative;
}
.footer .footer_box .footer_box_left ul li:nth-child(4n){
	margin-right:0;
}
.footer .footer_box .footer_box_left ul li .number{
	top:30%;
	text-align:center;
	position:relative;
	font-size:36px;
}
.footer .footer_box .footer_box_left ul li .introduce{
	text-align:center;
	bottom:30px;
	position:absolute;
	font-size:16px;
	line-height:20px;
	width:100%;
}
.footer .footer_box .footer_box_left .foot_line{
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	width:100%;
	height:15px;
	display:block;
	margin-top:17px;
}
.footer .footer_box .footer_box_left .foot_line2{
	border-right: #cccccc solid 1px;
	width:50%;
	height:16px;
	display:block;
}
.footer .footer_box .footer_box_left .foot_sm{
	width:100%;
	font-size:15px;
	color:#FFF;
	margin-top:15px;
	text-align: center;
}
.footer .footer_box .footer_box_right{
	width:35%;
	float:right;
}
.footer .footer_box .footer_box_right .footer_title{
	font-size:24px;
	color:#FFF;
}
.footer .footer_box .footer_box_right .footer_jianbianline{
	width:100%;
	height:2px;
	background-color: #005fb7; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #005fb7 , #26b24f);
	margin-top:13px;
}
.footer .footer_box .footer_box_right .footer_content{
	font-size:16px;
	color:#FFF;
	line-height:23px;
	margin-top:17px;
}
.footer .footer_hengxian{
	width:100%;
	height:1px;
	background-color:#cccccc;
	display:block;
	margin-top:37px;
}
.footer .footer_menu{
	width:100%;
	margin-top:36px;
}
.footer .footer_menu .footer_menuli{
	width:21.66666666%;
	float:left;
}
.footer .footer_menu .footer_menuli span{
	font-size:16px;
	color:#FFF;
	display:block;
	padding-bottom: 8px;
}
.footer .footer_menu .footer_menuli a{
	font-size:14px;
	color:#FFF;
	display:block;
	margin-top:22px;
}
.footer .footer_menu .footer_menuli a:hover{
	text-decoration:underline;
}
.footer .footer_menu .footerwidth{
	width:35%;
}
.footer .footer_menu .footerwidth span{
	font-size:16px;
}
.footer .footer_menu .footerwidth a{
	display:inline-block;
	margin-right:16px;
}
.footer .footer_banquan{
	width:100%;
	margin-top:76px;
	padding-bottom:10px;
}
.footer .footer_banquan .banquan{
	width:50%;
	font-size:12px;
	color:#FFF;
	float:left;
}
.footer .footer_banquan .baohu{
	width:50%;
	font-size:12px;
	color:#FFF;
	float:right;
	text-align:right;
}


.position{
	width:100%;
	background-color:#1a1a1a;
	line-height:37px;
}
.position_contact{
	background-color:#76e6ed;
}
.position_investors{
	background-color:#ff5c00;
}
.position_products{
	background-color:#005eb8;
}
.position_aboutus{
	background-color:#001f34;
}
.position .route{
	font-size:14px;
	color:#FFF;
}
.position .route a{
	padding-right:21px; 
}
.position .route span{
	padding-top:5px;
	
}
.position .route span a{
	font-size:14px;
	color:#FFF;
	padding-right:0;
}
.position .route span a:hover{
	text-decoration:underline;
}
.neiyebanner{
	width:100%;
	position:relative;
}
.neiyebanner img{
	width:100%;
	display:block;
}
.neiyebanner .neiye_banner_title{
	padding-top:43px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.neiyebanner .neiye_banner_title span{
	font-size:36px;
	color:#FFF;
	text-transform:uppercase;
	font-family:"黑体";
}
.aboutus_content{
	width:100%;
	margin-top:70px;
}
.aboutus_content .contentleft{
	width:73%;
	margin-right:3%;
	float:left;
}
.aboutus_content .contentleft p{
	font-size:17px;
	color:#656565;
	line-height:30px;
}
.aboutus_content .contentleft p.font_lanse{
	font-size:21px;
	color:#005eb8;
	padding-top:93px;
}
.aboutus_content .contentirght{
	width:24%;
	float:right;
}
.lianxi_frame{
	width:100%;
	height:261px;
	border:1px solid #c5c5c5;
	padding:50px 27px 38px 27px;
}
.lianxi_frame p{
	font-size:14px;
	color:#656565;
	line-height:20px;
}
.lianxi_frame .lianxi_button{
	width:100%;
	border:1px solid #337ec6;
	text-align:center;
	margin-top:110px;

}
.lianxi_frame .lianxi_button a{
	color:#005eb8;
	font-size:12px;
	line-height:30px;
	display:block;

}
.lianxi_frame .lianxi_button a:hover{
	background-color:#3375b4;
	color:#fff;
}
.lianxi_frame .lianxi_button a img{
	padding-right:6px;
	
}
.aboutus_content .contentli{
	width:100%;
	margin-top:25px;
}
.aboutus_content .contentli p{
	font-size:16px;
	color:#656565;
	line-height:32px;
}
.aboutus_content .contentli p span{
	color:#005eb8;
}
.content_number{
	width:100%;
	margin-top:50px;
	margin-bottom:123px;
}
.content_number .number{
	float:left;
	width:32.666666666666%;
	margin-right:1%;
	margin-bottom:99px;
	text-align: center;
}
.content_number .number:nth-child(3n) {
    margin-right: 0;
}
.content_number .number .number_img{
	font-size:60px;
	color:#00a0e9;
	font-weight:bold;
}
.content_number .number .number_img img{
	padding-right:13px;
	padding-bottom:15px;
}
.content_number .number .number_con{
	font-size:18px;
	color:#282828;
	font-weight:bold;
	text-align:center;
	margin-top:13px;
}


.history{
	width:100%;
	background-color:#f5f5f5;
	padding:100px 0;
}
.history ul li{
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:#005eb8;
	
}
.history ul li span.year{
	width:21%;
	float:left;
	font-size:30px;
	color:#FFF;
	text-align:center;
}
.history ul li span.wen{
	width:79.1%;
	padding:30px 97px 10px 111px;
	display:block;
	float:right;
	position:relative;
	background-color:#fff;
}
.history ul li:first-child .wen{
	padding:50px 97px 10px 111px;
}
.history ul li span.wen:after {
	content: '';
	position: absolute;
	left: 111px;
	right:0;
	top: auto;
	bottom: 0;
	height: 1px;
	width: 75%;
	background-color: #939ba1;
}
.history ul li span.wen p{
	font-size:16px;
	color:#656565;
	line-height:23px;
	margin-bottom:23px;
	
}
.history ul li:last-child .wen{
	padding:30px 97px 50px 111px;
}
.history ul li:last-child .wen:after {
	content: '';
	position: absolute;
	left: 111px;
	right:0;
	top: auto;
	bottom: 0;
	height: 0;
	width:0;
	background-color: #939ba1;
}


.vision{
	width:100%;
	background-color:#f5f5f5;
	padding:92px 0 102px 0;
}

.vision .vision_block{
	width:80%;
	margin-right:20%;
	border:1px solid #e7e7e7;
	height:259px;
	overflow:hidden;
	background-color:#FFF;
	margin-bottom:30px;
}
.vision .vision_block .vision_img{
	float:left;
	width:38%;
}
.vision .vision_block .vision_content{
	width:62%;
	float:right;
	padding:40px 30px 0 45px;
}
.vision .vision_block .vision_content .title{
	font-size:24px;
	color:#005eb8;
	padding-bottom:28px;
}
.vision .vision_block .vision_content .content{
	overflow:hidden;
	position:relative;
	
}
.vision .vision_block .vision_content p{
	font-size:16px;
	color:#656565;
	line-height:24px;
	margin-bottom:25px;
	padding-left:20px;
}
.vision .vision_block .vision_content p span{
	color:#005eb8;
	padding-right:3px;
	font-size:18px;
}
.vision .vision_block_right{
	width:80%;
	margin-left:20%;
	border:1px solid #e7e7e7;
	height:259px;
	overflow:hidden;
	background-color:#FFF;
	margin-bottom:30px;
}
.vision .vision_block_right .vision_img{
	float:right;
	text-align:right;
}
.vision .vision_block_right .vision_content{
	float:left;
}

.global_column{
	width:100%;
	padding:79px 0 70px 0;
	height: 375px;
}
.global_column a{
	padding-left:46px;
	padding-right:46px;
	line-height:30px;
	font-size:24px;
	line-height:30px;
}
.global_column a:hover{
	text-decoration:underline;
}
.global_column a img{
	padding-right:15px;
	padding-bottom:10px;
}
.global_column a.lanse{
	color:#3164af;
}
.global_column a.hongse{
	color:#bb1444;
}
.global_column a.lvse{
	color:#a2d507;
}
.global_country{
	width:100%;
	background-color:#f5f5f5;
	padding:77px 0 41px 0;
}
.global_column a.active{
	color:#3164af;
	text-decoration:underline;
}
.global_column a.active2{
	color:#bb1444;
	text-decoration:underline;
}
.global_column a.active3{
	color:#a2d507;
	text-decoration:underline;
}
.global_country .global_block ul li{
	float:left;
	background-color:#FFF;
	width:48.75%;
	height:166px;
	margin-right:2.5%;
	margin-bottom:60px;
	border-right: 11px solid #bb1444;
	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	-ms-transition: 0.3s;
  	-o-transition: 0.3s;
  	transition: 0.3s;
}
.global_country .global_block ul li:hover {
    transform: translateY(-6px);
  }
.global_country .global_block ul li:nth-child(2n){
	margin-right:0;
}
.global_country .global_block ul li .global_xinxi{
	padding-top:15px;
	padding-right:15px; 
}
.global_country .global_block ul li .global_xinxi .global_img{
	float:left;
	width:12.5%;
	text-align:right;
}
.global_country .global_block ul li .global_xinxi .global_in{
	float:right;
	width:87.5%;
	padding-top:2px;
	padding-left:17px;
}
.global_country .global_block ul li .global_xinxi .global_in span{
	font-size:21px;
	color:#005eb8;
	margin-bottom:15px;
	display:block;
}
.global_country .global_block ul li .global_xinxi .global_in p{
	font-size:16px;
	color:#656565;
	line-height:25px;
}
.global_country .global_block ul li.global_blue{
	border-right:11px solid #3164af;
}
.global_country .global_block ul li.global_green{
	border-right:11px solid #a2d507;
}
.base{
	width:100%;
	padding:73px 0 0 0;
}
.base .base_block a{
	float:left;
	width:48.82%;
	margin-right:2.36%;
	margin-bottom:66px;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom:3px solid #005eb8;
	border-left: 1px solid #e8e8e8;
}
.base .base_block a:nth-child(2n){
	margin-right:0;
}
.base .base_block a .base_img{
	display:block;
	overflow:hidden;
	
}
.base .base_block a .base_img img{
	display: block;
    width: 100%;
	margin:0;
	padding:0;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.base .base_block a:hover .base_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.base .base_block a .base_content{
	display:block;
	position:relative;
	height:280px;
	padding:0 40px 0 30px;
	top:-22px;
	width:96%;
	background-color:#fff;
	float:right;
	overflow:hidden;
}
.base .base_block a .base_content .base_title{
	display:block;
	font-size:24px;
	color:#005eb8;
	padding-top:30px;
	padding-bottom:28px;
}
.base .base_block a .base_content p{
	font-size:16px;
	color:#656565;
	line-height:28px;
}
.base .manufa_base a .base_content p span{
	color:#005eb8;
	padding-right:3px;
}
.base .base_block a .base_content p strong{
	padding-right:3px;
	
}
.global_base{
	width:100%;
	padding:73px 0 0 0;
	background-color:#f5f5f5;
}
.global_base .base_block{
	position:relative;
	margin-top: -280px;
}
.global_base .base_block a{
	float:left;
	width:48.82%;
	margin-right:2.36%;
	margin-bottom:66px;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom:3px solid #005eb8;
	border-left: 1px solid #e8e8e8;
	background-color:#FFF;
}
.global_base .base_block a:nth-child(2n){
	margin-right:0;
}
.global_base .base_block a .base_img{
	display:block;
	overflow:hidden;
	
}
.global_base .base_block a .base_img img{
	display: block;
    width: 100%;
	margin:0;
	padding:0;
	top:0;
	right:0;
	bottom:0;
	left:0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.global_base .base_block a:hover .base_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.global_base .base_block a .base_content{
	display:block;
	position:relative;
	height:280px;
	padding:0 60px 0 30px;
	top:-22px;
	width:96%;
	background-color:#fff;
	float:right;
	overflow:hidden;
}
.global_base .base_block a .base_content .base_title{
	display:block;
	font-size:20px;
	color:#005eb8;
	padding-top:30px;
	padding-bottom:28px;
}
.global_base .base_block a .base_content p{
	font-size:16px;
	color:#656565;
	line-height:28px;
}
.global_base .manufa_base a .base_content p span{
	color:#005eb8;
	padding-right:3px;
}
.global_base .base_block a .base_content p strong{
	padding-right:3px;
	
}

.stock{
	width:100%;
	background-color:#f4f4f4;
	height:252px;
	margin-bottom:270px;
	padding-top:89px;
}
.stock .stock_block{
	box-shadow:3px 3px 5px #dcdbdb;	
}
.stock .stock_block ul{
	padding:0 27px;
	background-color:#FFF;
}
.stock .stock_block ul li{
	float:left;
	width:24%;
	padding:40px 0 44px 0;
}
.stock .stock_block ul li.stocka span{
	font-size:98px;
	color:#676767;
}
.stock .stock_block ul li.stocka p{
	font-size:16px;
	color:#9fa0a0;
	margin-top:10px;
	padding-left:5px;
}
.stock .stock_block ul li.stocka a{
	width:100%;
	display:block;
	line-height:45px;
	height:45px;
	background-color:#005eb8;
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:55px;
	border-radius:4px;
}
.stock .stock_block ul li.stocka a:hover{
	background-color:#024f98;
}
.stock .stock_block ul li.stocka a span{
	font-size:14px;
	color:#FFF;
	padding-right:20px;
	float:right;
}
.stock .stock_block ul li.stockb{
	width:26.5%;
	margin-left:3.4%;
	margin-right:6%;
}
.stock .stock_block ul li.stockb .xinxi{
	border-bottom:1px solid #aeaeae;
	display:block;
	line-height:40px;
	padding-left:2px;
}
.stock .stock_block ul li.stockb .xinxi span{
	float:left;
	width:40%;
	font-size:14px;
	color:#666464;
}
.stock .stock_block ul li.stockb .xinxi p{
	float:left;
	width:60%;
	font-size:14px;
	color:#666464;
}
.stock .stock_block ul li.stockc{
	width:40.1%;
}

.report_content{
	width:100%;
	background-color:#f5f5f5;
	margin-top:54px;
}
.report_content .report_block{
	padding:43px 0 70px 0;
}
.report_content .report_block .report_left{
	width:59.7%;
	float:left;
}
.report_content .report_block .report_left p{
	font-size:16px;
	color:#005eb8;
	line-height:35px;
}
.report_content .report_block .report_left p span{
	line-height:35px;
	color:#656565;
	padding-right:3px;
}
.report_content .report_block .report_right{
	width:40.3%;
	float:right;
}
.report_content .report_block .report_right .report_right_download .download_left{
	width:80%;
	height:196px;
	float:left;
	background-color:#597cbe;
	color:#FFF;
	font-size:24px;
	padding:57px 37px 20px 37px;
}
.report_content .report_block .report_right .report_right_download .download_right{
	width:20%;
	height:196px;
	line-height:196px;
	float:right;
	background-color:#005eb8;
	display:block;
	text-align:center;
}
.report_content .report_block .report_right .report_right_download .download_right a{
	display:block;
	
}
.download{
	padding:45px 0 35px 0;
}
.download .title{
	font-size:24px;
	color:#005eb8;
	margin-bottom:37px;
}
.download .download_list a{
	display:block;
	float:left;
	width:31.6%;
	margin-right:2.6%;
	margin-bottom:50px;
	border-top:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:3px solid #005eb8;
	border-left:1px solid #e9e9e9;
	overflow:hidden;
}
.download .download_list a:nth-child(3n){
	margin-right:0;
}
.download a .download_img{
	overflow:hidden;
}
.download a .download_img img{
	display:block;
	width:100%;
	height:auto;
	left:0;
	right:0;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.download a:hover .download_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.download a .tit{
	font-size:21px;
	color:#005eb8;
	padding:38px 38px 145px 38px;
}
.download a .pdfsize{
	padding:0 38px 33px 38px;
}
.download a .pdfsize .pdf{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	background-color:#91b7df;
	font-size:14px;
	color:#666666;
	line-height:21px;
	padding:3px 9px;
}
.download a .pdfsize .sizemb{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	font-size:14px;
	color:#666666;
	line-height:21px;
	padding:3px 8px;

}


.news_roadshow{
	width:100%;
	padding:72px 0 47px 0;
}
.news_roadshow .roadshow_title{
	font-size:18px;
	color:#656565;
}
.news_roadshow .roadshow_list{
	padding-top:26px;
}
.news_roadshow .roadshow_list ul li{
	border:1px solid #d1d1d1;
	width:31.8%;
	overflow:hidden;
	float:left;
}
.news_roadshow .roadshow_list ul li:first-child{
	width:67.2%;
	margin-right:1%;
}
.news_roadshow .roadshow_list ul li a{
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.news_roadshow .roadshow_list ul li a img{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
	webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.news_roadshow .roadshow_list ul li a:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_roadshow .roadshow_list ul li a i.ico_huigu{
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
    height: 62px;
    background: url(../images/ico_huigu.png) no-repeat;
}

.news_roadshow .roadshow_list ul li a .tit{
    width: 100%;
    height: 60px;
    position: absolute;
    padding: 10px 10px 15px 16px;
	background-color: rgba(0,0,0,.7);
    bottom: 0;
    left: 0;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	opacity:0.8;
}
.news_roadshow .roadshow_list ul li a .tit span{
	font-size:14px;
	color:#FFF;
}
.news_roadshow .roadshow_list ul li a .tit p.date{
	font-size:14px;
	color: rgba(255,255,255,.5);
	font-weight:bold;
	margin-top:5px;
}

.news_roadshow .roadshow_list ul li:first-child a .tit{
    width: 100%;
    height: 75px;
    position: absolute;
    padding: 10px 20px 15px 20px;
	background-color: rgba(0,0,0,.8);
    bottom: 0;
    left: 0;
	opacity:0.8;
}
.news_roadshow .roadshow_list ul li:first-child a .tit span{
	font-size:24px;
}
.news_roadshow .roadshow_list ul li:first-child a .tit p.date{
	font-size:16px;
	color: rgba(255,255,255,.5);
	font-weight:bold;
	margin-top:8px;
}
.news_roadshow .roadshow_list ul li:last-child {
    margin-top: 1.7%;
}
.interaction{
	width:100%;
	background-color:#f5f5f5;
	padding:45px 0 55px 0;
}
.interaction .tit{
	font-size:24px;
	color:#005eb8;
	text-align:center;
	margin-bottom:67px;
}
.interaction .tit img{
	padding-right:10px;
	padding-bottom:7px;
}
.interaction .interaction_left{
	width:65.5%;
	margin-right:2.9%;
	float:left;
}
.interaction .xgnewstitle {
    font-size: 18px;
    color: #656565;
    margin-bottom: 30px;
}
.hudong_tit{
    overflow: hidden;
	border-bottom:1px solid #cacaca;
		line-height:28px;

}
.hudong_tit li {
    cursor: pointer;
    float: left;
    position: relative;
	font-size:18px;
	color:#666666;
	margin-right:30px;
}
.hudong_tit .active {
    border-bottom:2px solid #005eb8;
	color:#005eb8;
}
.hudong_tit .active a{
	color:#005eb8;
}
.apply_cont2_w .apply_cont2 {
    display: none;
}
.apply_cont2_w .apply_cont2 .messagelist{
	margin-top:25px;
	padding-bottom:31px;
	padding-right:17px;
	border-bottom:1px solid #cacaca;
}



.apply_cont2_w .apply_cont2 .messagelist .data{
	width:5.8%;
	margin-right:2%;
	text-align:center;
	float:left;
}
.apply_cont2_w .apply_cont2 .messagelist .data .yueri{
	background-color:#cccccc;
	border-radius:4px;
	text-align:center;
}
.apply_cont2_w .apply_cont2 .messagelist .data .yueri .ri{
	font-size:24px;
	color:#FFF;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
.apply_cont2_w .apply_cont2 .messagelist .data .yueri .yue{
	font-size:12px;
	color:#FFF;
	display:block;
	padding-bottom:6px;
}
.apply_cont2_w .apply_cont2 .messagelist .data span{
	font-size:14px;
	color:#999999;
}
.apply_cont2_w .apply_cont2 .message{
	width:92.2%;
	float:right;
}
.apply_cont2_w .apply_cont2 .message .ask{
	padding-left:11px;
}
.apply_cont2_w .apply_cont2 .message .ask .ask_tit{
	font-size:14px;
	color:#656565;
}
.apply_cont2_w .apply_cont2 .message .ask .ask_tit .aska{
	color:#005eb8;
	padding-right:5px;
}
.apply_cont2_w .apply_cont2 .message .ask .ask_tit .askvt{
	color:#005eb8;
	padding-left:5px;
}
.apply_cont2_w .apply_cont2 .message .ask .ask_content{
	color:#666464;
	font-size:12px;
	line-height:16px;
	margin-top:15px;
	margin-bottom:32px;
}
.apply_cont2_w .apply_cont2 .message .answer{
	background-color:#FFF;
	padding:18px 11px 17px 11px;
	display:block;
	position:relative;
	
}
.apply_cont2_w .apply_cont2 .message .answer .answer_tit{
	background-color:#FFF;
	
}
.apply_cont2_w .apply_cont2 .message .answer .answer_tit{
	font-size:14px;
	color:#656565;
}
.apply_cont2_w .apply_cont2 .message .answer .answer_tit .answera{
	color:#005eb8;
	padding-right:5px;
}
.apply_cont2_w .apply_cont2 .message .answer .answer_tit .answervt{
	color:#005eb8;
	padding-left:5px;
}
.apply_cont2_w .apply_cont2 .message .answer .answer_content{
	color:#666464;
	font-size:12px;
	line-height:16px;
	margin-top:15px;
	margin-bottom:16px;
}
.apply_cont2_w .apply_cont2 .message .answer .answer_data{
	color:#cccccc;
	font-size:12px;
	display:block;
}
.apply_cont2_w .apply_cont2 .message .answer i.answerlogo {
    position: absolute;
    right: 28px;
    top: -19px;
    width: 39px;
    height: 39px;
    background: url(../images/answer_logo.png) no-repeat;
}


.interaction .interaction_right{
	background-color:#fff;
	width:31.6%;
	float:right;
	margin-top:31px;
	background-color:#f5f5f5;

}
.interaction .interaction_right .gujia{
	width:100%;
	height:240px;
	background-color:#eeeeee;
	padding:37px 24px 0 24px;
	border-radius:3px 3px 0 0;
}
.interaction .interaction_right .gujia span{
	font-size:14px;
	color:#656565;	
}
.interaction .interaction_right .gujia .gujia_number{
	position:relative;
}
.interaction .interaction_right .gujia .gujia_number span{
	position: relative;
    margin: 10px 0 20px;
    padding-right: 94px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    font-size: 48px;
    letter-spacing: -4px;	
}
.interaction .interaction_right .gujia .gujia_number span.up{
	color:#d00;
}
.interaction .interaction_right .gujia .gujia_number span.down{
	color:#22ac38;
}
.interaction .interaction_right .gujia .gujia_number span.up:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 86px;
    height: 22px;
    content: '';
	background-image: url(../images/gujia_red.png);
}
.interaction .interaction_right .gujia .gujia_number span.down:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 86px;
    height: 22px;
    content: '';
	background-image: url(../images/gujia_green.png);
}
.interaction .interaction_right .gujia .gujia_number p{
	position: absolute;
    right: 0px;
    top: 30px;
    padding: 0 8px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
.interaction .interaction_right .gujia .gujia_number p.up{
	color: #fff;
    background-color: #d00;	
}
.interaction .interaction_right .gujia .gujia_number p.down{
	color: #fff;
    background-color: #22ac38;	
}

.interaction .interaction_right .gujia .gujia_qita .qitanumber{
	margin-bottom:20px;
}
.interaction .interaction_right .gujia .gujia_qita .qitanumber p{
	width:50%;
    color: #333;
    font-size: 24px;
    letter-spacing: -2px;
    vertical-align: middle;
	float:left;
}
.interaction .interaction_right .gujia .gujia_qita .qitanumber p span{
	border: none;
    color: #656565;
    vertical-align: middle;
	font-size:14px;
	letter-spacing:0px;
	line-height:16px;
	width:80px;
	float:left;
}
.interaction .interaction_right .gujia .gujia_qita .qitanumber p.a span{
	border: none;
    color: #656565;
    vertical-align: middle;
	font-size:14px;
	letter-spacing:0px;
	line-height:16px;
	float:left;
	width:auto;
	padding-right:2px;
}
.interaction .interaction_right .gujia_line{
	background-color:#eeeeee;
	height:77px;
	border-top:1px solid #d9d8d8;
	border-radius:0 0 3px 3px;

}
.interaction .interaction_right .gujia_line .co{
	font-size:12px;
	line-height:18px;
	color:#656565;
	padding: 18px 24px 0 24px;
}
.interaction .interaction_right .news_right{
	margin-top:22px;
	margin-bottom:60px;
	
}
.interaction .interaction_right .news_right .news_tit{
	font-size:18px;
	color:#666666;
	border-bottom:1px solid #cacaca;
	padding-bottom:13px;
	line-height:18px;
}
.interaction .interaction_right .news_right .news_tit a{
	float:right;
	font-size:12px;
	color:#666464;
}
.interaction .interaction_right .news_right .news_tit a:hover{
	text-decoration:underline;
}
.interaction .interaction_right .news_right .news_list a{
	font-size:14px;
	color:#005eb8;
	line-height:19px;
	display:block;
	border-bottom:1px solid #cacaca;
	padding:11px 0;
	
}
.interaction .interaction_right .news_right .news_list a:hover{
	text-decoration:underline;
	
}


.company_overview{
	width:100%;
	margin-bottom:68px;
}
.company_overview .tit{
	font-size:18px;
	color:#656565;
	margin-top:60px;
	margin-bottom:20px;
}
.company_overview .company{
	border:1px solid #c5c5c5;
}
.company_overview .company .company_img{
	float:left;
	width:49.9%;
}
.company_overview .company .company_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.company_overview .company .overview{
	float:right;
	width:50.1%;
	padding:46px 35px 20px 45px;
	border-right:4px solid #005eb8;
}
.company_overview .company .overview span{
	font-size:18px;
	color:#005eb8;
}
.company_overview .company .overview p{
	font-size:14px;
	color:#656565;
	line-height:22px;
	margin-top:16px;
	margin-bottom:20px;
}
.company_overview .company .overview .company_a{
	font-size:14px;
	color:#005eb8;
}
.company_overview .company .overview .company_a a{
	font-size:14px;
	color:#005eb8;
	line-height:22px;
	padding:0 8px;
}
.company_overview .company .overview .company_a a:hover{
	text-decoration:underline;
}
.company_overview .company .overview .company_a a:first-child{
	padding-left:0;
}

.team_introduction{
	width:100%;
	margin-bottom:40px;
}
.team_introduction .team_tit{
	font-size:18px;
	color:#656565;
	margin-bottom:20px;
}
.team_introduction .teamlist .tem_left{
	width:69%;
	margin-right:4.5%;
	float:left;
}
.team_introduction .teamlist .tem_left a{
	background-color:#f5f5f5;
	margin-bottom:23px;
	display:block;
}
.team_introduction .teamlist .tem_left a .team_img{
	float:left;
	width:15.3%;
	margin-right:4%;
	overflow:hidden;
}
.team_introduction .teamlist .tem_left a .team_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.team_introduction .teamlist .tem_left a:hover .team_img img{
	-webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
 	-o-transform: scale(1.1);
  	transform: scale(1.1);
}
.team_introduction .teamlist .tem_left a .team_con{
	float:right;
	width:80.7%;
	padding-right:31px;
}
.team_introduction .teamlist .tem_left a .team_con .team_title{
	font-size:16px;
	color:#005eb8;
	border-bottom:1px solid #cacaca;
	padding-bottom:5px;
	padding-top:10px;

}
.team_introduction .teamlist .tem_left a .team_con p{
	font-size:14px;
	color:#656565;
	line-height:19px;
	margin-top:3px;
}


.team_introduction .teamlist .tem_right{
	width:26.5%;
	float:right;
}
.team_introduction .teamlist .tem_right .lianxi_frame{
	padding-top:34px;
	padding-right:20px;
}
.team_introduction .teamlist .tem_right .lianxi_frame p{
	line-height:26px;
}
.team_introduction .teamlist .tem_right .lianxi_frame .lianxi_button{
	margin-top:20px;
}
.neiyebanner .contentus_title{
	text-align:center;
	margin-top:65px;
}
.neiyebanner .contentus_title span {
    font-size: 53px;
    color: #FFF;
}
.contentus_column{
	width:100%;
	padding:60px 0;
}
.contentus_column a{
	padding-left:60px;
	padding-right:60px;
	line-height:30px;
	font-size:24px;
	line-height:30px;
	color:#3d79b0;
}
.contentus_column a:first-child{
	padding-left:50px;
}
.contentus_column a:last-child{
	padding-right:50px;
}
.contentus_column a:hover{
	text-decoration:underline;
}
.contentus_column a img{
	padding-right:15px;
	padding-bottom:10px;
}
.contentus{
	width:100%;
	background-color:#f5f5f5;
	padding:68px 0;
}
.contentus ul li{
	float:left;
	width:31.4%;
	height:188px;
	margin-right:2.9%;
	margin-bottom:30px;
	background-color:#FFF;
	padding:32px 15px;
	text-align:center;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contentus ul li:hover{
	transform: translateY(-6px);
}
.contentus ul li:nth-child(3n){
	margin-right:0;
}
.contentus ul li .corporate_name{
	font-size:18px;
	color:#3d79b0;
}
.contentus ul li p{
	font-size:14px;
	color:#656565;
	line-height:25px;
	margin-top:5px;
}
.contentus ul li strong{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.lianxi2{
	background-color:#FFF;

}
.lianxi2 ul li{
	background-color:#f5f5f5;
}
.neiyebanner .banner_lvse span{
	color:#3172aa;
}

.caigou_wen{
	width:100%;
	background-color:#f5f5f5;
	padding:50px 0;
}
.caigou_wen .caigou_wenl{
	width:76%;
	float:left;
}
.caigou_wen .caigou_wenl .wen1{
	font-size:17px;
	color:#656565;
	line-height:26px;
	padding-right:35px;
	padding-top:5px;
}
.caigou_wen .caigou_wenl .wen2{
	font-size:17px;
	color:#005eb8;
	line-height:26px;
	padding-top:163px;
}
.aa{
	display:none;
}
.caigou_wen .caigou_wenr{
	width:24%;
	float:right;
}
.caigou{
	width:100%;
	padding:56px 0;
}
.caigou ul li{
	width:20%;
	height:160px;
	margin-right:6.6666666%;
	display:block;
	float:left;
	text-align:center;
	margin-bottom:47px;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	
}
.caigou ul li:nth-child(4n){
	margin-right:0;
}
.caigou ul li .caigou_tit{
	font-size:14px;
	color:#656565;
	margin-top:15px;
	line-height:20px;
}
.caigou ul li .caigou_ico{
	width:104px;
	height:104px;
	 background: #dcdcdc;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
	text-align:center;
	margin: 0 auto;
    position: relative;
	
}
.caigou ul li:hover .caigou_ico{
	 background: #005eb8;
}
.caigou ul li .caigou_ico img{
	display: block;
    max-width: 100%;
    height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.caigou ul li .caigou_ico .in_good1{
	display: block;
}
.caigou ul li .caigou_ico .in_good2{
	display: none;
}
.caigou ul li:hover .caigou_ico .in_good2{
  display: block;
}
.caigou ul li:hover .caigou_ico .in_good1{
  display: none;
}


.online_message{
	width:100%;
	padding:52px 0 75px 0;
}
.online_message .message_left{
	width:70%;
	float:left;
}
.online_message .message_left{
	width:76%;
	float:left;
}
.online_message .message_left li{
	width:45.5%;
	float:left;
	margin-right:4.5%;
	margin-bottom:19px;
	font-size:16px;
}
.online_message .message_left li select{
	width:100%;
	height:43px;
	color:#656565;
	font-size:16px;
	padding:0 35px 0 20px;
	border-radius:3px;
	border:1px solid #005eb8;
	-webkit-appearance: none;
    -moz-appearance: none;

}
.online_message .message_left li .select_zxa{
	position:relative;
	width:100%;
}
.online_message .message_left li .select_zxa:after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 11px;
    height: 7px;
    background-image: url(../images/zixun_jiantou.png);
}

.online_message .message_left li input{
	width:100%;
	height:43px;
	color:#656565;
	font-size:16px;
	padding:0 35px 0 20px;
	border-radius:3px;
	border:1px solid #005eb8;
}
.online_message .message_left li textarea{
	width:100%;
	height:143px;
	color:#656565;
	font-size:18px;
	padding:15px 35px 0 20px;
	border-radius:3px;
	border:1px solid #005eb8;
	font-weight:500;
}
.online_message .message_left .biaott{
	padding-top:13px;
	display:block;
}
.online_message .message_left .biaott input{
	width:95.5%;
	height:38px;
	background-color:#dae3e9;
	border-radius:3px;
	border:1px solid #005eb8;
	font-size:16px;
	color:#005eb8;
}
.online_message .message_left .biaott:hover input{
	background-color:#7cb0d2;
	color:#FFF;
}
.online_message .message_left .message_Required{
	font-size:16px;
	color:#656565;
	margin-top:20px;
}
.online_message .message_left li .avatar {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    text-align: center;
    background: #D0EEFF;
    cursor: pointer;
	font-size: 16px;
	float:left;
}
.online_message .message_left li span{
    width: 40%;
    height: 43px;
    line-height: 43px;
	font-size: 16px;
	color: #656565;
	margin-left:5%;
}
.online_message .message_left li .avatar input {
    display: inline-block;
    position: absolute;　　　
    font-size: 12px;
    top: 0;
    left: 0;
    opacity: 0;　　　　　　
    z-index: 1;
    cursor: pointer;
}

.online_message .message_left li .file {
	position: relative;
    display: block;
    overflow: hidden;
    width: 30%;
    height: 43px;
    line-height: 43px;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    text-align: center;
    background: #D0EEFF;
    cursor: pointer;
	font-size: 16px;
	float:left;

}
.online_message .message_left li .file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.online_message .message_left li input.form-control {
	width:100%;
	 border:0px;
	 text-align:left;
	 background-color:#FFF;
	 padding: 0 ;
}
.online_message .message_left li .file:hover{
     background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
 






.online_message .message_right{
	width:24%;
	float:right;
}

.recruit_search{
	position:absolute;
	margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
	padding-bottom:85px;
}
.recruit_search .select_w{
	position:relative;
	width:300px;
	float:left;
	margin-right:14px;
}
.recruit_search .select_w .select_a{
	width:300px;
	height:45px;
	border:2px solid #9cc1ff;
	font-size:14px;
	color:#656565;
	padding:0 40px 0 13px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.recruit_search .select_w .select_b{
	width:300px;
	height:45px;
	border:2px solid #9cc1ff;
	font-size:14px;
	color:#656565;
	padding:0 40px 0 13px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.recruit_search .select_c {
	width:195px;
	height:43px;
	background-color:#005eb8;
	color:#FFF;
	font-size:18px;
	margin-right:14px;
	border-radius:3px;
	float:left;
	text-align: center;
}
.recruit_search .select_c:hover{
	background-color:#036bce;
}
.recruit_search .select_c a{
	color:#FFF;
	font-size:18px;
	line-height:43px;
	display:block;
}
.recruit_search .select_c:hover{
	background-color:#036bce;
}

.recruit_search .select_d {
	width:297px;
	height:43px;
	background-color:#005eb8;
	border-radius:3px;
	margin:0 auto;
	float:left;
	text-align:center;
}
.recruit_search .select_d a{
	color:#FFF;
	font-size:18px;
	line-height:43px;
	display:block;
}
.recruit_search .select_d:hover{
	background-color:#036bce;
}
.recruit_search .select_w:after{
	position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 14px;
    height: 6px;
	background-image:url(../images/search_jiantou.png);
}

.recruit{
	width:100%;
	background-color:#ffffff;
	padding:50px 0 45px 0;
}
.recruit .recruit_left{
	width:76.19%;
	float:left;
}
.recruit .recruit_left a{
	width:31.26%;
	float:left;
	margin-right:2.05%;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.recruit .recruit_left a .recruit_img{
	overflow:hidden;
	width: 100%;
}
.recruit .recruit_left a .recruit_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.recruit .recruit_left a:hover .recruit_img img{
	transform: scale(1.1);
}
.recruit .recruit_left a .recuit_co{
	padding:0 10px;
	margin:a auto;
	text-align:center;
	height:83px;
}
.recruit .recruit_left a:hover .recuit_co{
	background-color:#FFF;
}
.recruit .recruit_left a .recuit_co span{
	font-size:14px;
	color:#005eb8;
	font-weight:bold;
	padding-top:13px;
	padding-bottom:9px;
	display:block;
}
.recruit .recruit_left a .recuit_co p{
	font-size:12px;
	color:#656565;
	line-height:16px;
}

.recruit .recruit_right{
	width:23.81%;
	float:right;
}

.experience_work{
	background-color:#f5f5f5;
	padding:95px 0 105px 0;
}
.experience_work .work .t1{
	font-size:21px;
	color:#656565;
}
.experience_work .work .t2{
	font-size:38px;
	color:#005eb8;
	margin-bottom:85px;
	margin-top:10px;
}
.experience_work .work .swiper-container {
      width: 100%;
      height: 100%;
}

.experience_work .work .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 333px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.experience_work .work .prevbg, .experience_work .work .nextbg {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
}
.experience_work .work .zw{
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}
.experience_work .work .zw .con{
   width: 100%;
    height: 100%;
    position: absolute;
    bottom: -405px;
    left: 0;
	padding:0 50px 0 50px;
}
.experience_work .work .zw .con span{
	font-size:15px;
	color:#FFF;
	text-align:left;
	display:block;
}
.experience_work .work .zw .con p{
	font-size:21px;
	color:#FFF;
	margin-top:10px;
	text-align:left;
}
.ready{
	padding:100px 0 150px 0;	
}
.ready .ready_con .ready_title{
	font-size:38px;
	color:#656565;
	margin-bottom:70px;

}
.ready_tit{
	margin-bottom:35px;
}
.ready_tit li {
    cursor: pointer;
    float: left;
    position: relative;
	font-size:18px;
	color:#666666;
	border-bottom:1px solid #cacaca;
	line-height:28px;
	width:25%;
	text-align:center;
}
.ready_tit li a{
	font-size:15px;
	color:#7e7e7e;
}
.ready_tit li.active:after{
	position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    bottom: -2px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 3px;
	background-color:#005eb8;
} 

.ready_tit .active a{
	color:#005eb8;
	font-size:15px;
}
.ready_cont_w .ready_cont {
    display: none;
}
.ready_cont_w .ready_cont .re_cont .re_top{
	margin-bottom:45px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_left{
	float:left;
	width:50%;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_left img{
	max-width:100%;
	top:0;
	left:0;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right{
	float:left;
	width:50%;
	padding-left:25px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t1{
	font-size:18px;
	color:#7e7e7e;
	margin-bottom:30px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t2{
	font-size:32px;
	color:#005eb8;
	margin-bottom:20px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t3{
	font-size:17px;
	color:#7e7e7e;
	margin-bottom:20px;
	line-height:26px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t4{
	font-size:18px;
	color:#7e7e7e;
	text-align:right;
}
.ready_cont_w .ready_cont .re_cont .re_bottom .re_top_left{
	float:left;
	width:50%;
}
.ready_cont_w .ready_cont .re_cont .re_bottom .re_top_left p{
	font-size:17px;
	color:#7e7e7e;
	margin-bottom:20px;
	line-height:26px;
	padding-right:25px;
}
.ready_cont_w .ready_cont .re_cont .re_bottom .re_top_right{
	float:left;
	width:50%;
	text-align:right;
}
.ready_cont_w .ready_cont .re_cont .re_bottom .re_top_left img{
	max-width:100%;
	top:0;
	left:0;
}
.ready_cont_w .ready_cont .re_cont .m_re_bottom{
	display:none;
}

.join{
	width:100%;
	padding-top:57px;
	padding-bottom:120px;
}
.join .join_tit{
	font-size:24px;
	color:#656565; 
}
.join .join_list{
	margin-top:35px;
}
.join .join_list .join_box_title{
	font-size:21px;
	color:#005eb8; 
	position:relative;
	border-bottom:1px solid #c5c5c5;
	padding-bottom:20px;
	text-transform:Uppercase;
}
.join .join_list .join_box_title:after{
	position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 19px;
    height: 12px;
	background-image:url(../images/jion_jiantou.png);
}
.join .join_list .join_box_content ul{
	margin-top:15px;
}
.join .join_list .join_box_content ul li{
	width:42%;
	font-size:14px;
	line-height:26px;
	float:left;
}
.join .join_list .join_box_content ul li span.column_a{
	display:block;
	width:100%;
	font-size:14px;
	color:#656565;
	font-weight:bold;
}
.join .join_list .join_box_content ul li p{
	width:100%;
	padding-left:5px;
	color:#656565;
	font-size:14px;
}
.join .join_list .join_box_content ul li:first-child{
	width:16%;
}
.join .join_list .join_box_content ul li:first-child p{
	padding-left:0;
	width:80%;
}
.join .join_list .join_box_content ul li:nth-child(2) p{
	width:93%;
}

.pro_banner{
	overflow:hidden;
}
.neiyebanner .products_banner{
	padding-top:0;
}
.neiyebanner .products_banner .products_block{
	padding-top:38px;
	width:276px;
	height:353px;
	background-color:rgba(0,0,0,0.3);
	padding-left:30px;
	padding-right:29px;
}
.neiyebanner .products_banner .products_block span{
	margin-bottom:14px;
	display:block;
}

.neiyebanner .products_banner .products_block p{
	font-size:17px;
	color:#FFF;
	line-height:27px;
}

.pro_template_content{
	width:100%;
	padding-top:65px;
}
.contenttop {
    padding-top: 15px;
}
.pro_template_content .pro_co{
	border-left:4px solid #005eb8;
	padding:35px;
	background-color:#f3f3f3;
}
.pro_template_content .pro_co span{
	font-size:16px;
	color:#000000;
	line-height:24px;
	margin-bottom:15px;
	display:block;
}
.pro_template_content .pro_co p{
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.main_products{
	width:100%;
	padding-top:50px;
	padding-bottom:33px;
}
.main_products .products_title{
	font-size:18px;
	color:#656565;
	margin-bottom:40px;
}
.main_products .prolist a{
	width:23.5%;
	float:left;
	margin-right:2%;
	display:block;
	margin-bottom:40px;
}
.main_products .prolist a:nth-child(4n){
	margin-right:0;
}
.main_products .prolist a .pro_img{
	width:100%;
	overflow:hidden;
	border:1px solid #dcdddd;
}
.main_products .prolist a .pro_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main_products .prolist a:hover .pro_img img{
	transform: scale(1.1);
}
.main_products .prolist a .pro_title{
	font-size:17px;
	color:#005eb8;
	line-height:35px;
	margin-top:11px;
	text-transform : uppercase;
}
.main_products .prolist a .pro_title span{
	padding-right:5px;

}
.pro1_customers{
	width:100%;
	background-color:#f5f5f5;
	padding-top:53px;
	padding-bottom:63px;
}
.pro1_customers .pro1_customers_co{
	width:100%;
	background-color:#fefefe;
	padding-top:90px;
	padding-bottom:105px;
}
.pro1_customers .pro1_customers_co .customers_ti{
	font-size:26px;
	color:#656565;
	text-align:center;
	margin-bottom:40px;
}
.pro1_customers .pro1_customers_co .customers_img{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0 40px;
}
.pro1_customers .pro1_customers_co .customers_img img{
	max-width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.pro_technical{
	width:100%;
	padding-top:60px;
	padding-bottom:178px;
}
.pro_technical .pro_technical_tit{
	font-size:18px;
	color:#656565;
}
.pro_technical .technicalbox{
	margin-top:10px;
}
.pro_technical .technicalbox .pro_technical_left{
	width:76%;
	float:left;
	padding-right:118px;
}
.pro_technical .technicalbox .pro_technical_left a{
	background-color:#005eb8;
	font-size:14px;
	color:#FFF;
	display:block;
	line-height:48px;
	margin-top:6px;
	font-weight:bold;
	padding:0 20px;
	text-transform:uppercase;
}
.pro_technical .technicalbox .pro_technical_left a:hover{
	background-color:#014587;
}
.pro_technical .technicalbox .pro_technical_left a span{
	padding-right:10px;
}
.pro_technical .technicalbox .pro_technical_right{
	width:24%;
	float:right;
}

.material_type{
	width:100%;
	background-color:#5b5b5b;
}
.material_type ul li{
	width:25%;
	height:150px;
	float:left;
	border-right:1px solid #939393;
	position: relative;
}
.material_type ul li.active{
	background-color:#4dd8fa;
}
.material_type ul li:hover{
	background-color:#4dd8fa;
}
.material_type ul li:nth-child(4){
	border-right:0;
}

.material_type ul li a{
	width:100%;
	position: absolute;
  	top: 50%;
	transform:translateY(-50%); 
}
.material_type ul li a .material_type_img{
	float:left;
	width:40%;
	overflow:hidden;
	padding-left:5px;
	padding-right:10px;
}
.material_type ul li a .material_type_img img{
	max-width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.material_type ul li a .material_type_co{
	float:right;
	width:60%;
	padding-right:5px;
}
.material_type ul li a .material_type_co span{
	font-size:18px;
	color:#ffffff;
	line-height:20px;
}
.material_type ul li a .material_type_co p{
	font-size:14px;
	color:#ffffff;
	margin-top:12px;
	line-height:18px;
}
.material_type_box{
	width:100%;
	padding:82px 0;
}
.material_type_box .material_type_row a{
	width:23.9%;
	float:left;
	margin-right:1.46666666666%;
	margin-bottom:40px;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	overflow: hidden;
}
.material_type_box .material_type_row a:nth-child(4n){
	margin-right:0;
}
.material_type_box .material_type_row a:last-child{
	border-bottom:1px solid #c5c5c5;
	min-height:267px;
	position:relative;
}
.material_type_box .material_type_row a:last-child .lianxi_con_hegit{
    height: 306px;
}
.material_type_box .material_type_row a .material_pro_img{
	width:100%;
	overflow:hidden;
}
.material_type_box .material_type_row a .material_pro_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.material_type_box .material_type_row a:hover .material_pro_img img{
	transform: scale(1.1);
}
.material_type_box .material_type_row a .material_pro_con{
	padding:7px 5px 7px 20px;
}
.material_type_box .material_type_row a .con_hegit{
	height:117px;
}
.material_type_box .material_type_row a .lianxi_con_hegit{
	height:200px;
}
.material_type_box .material_type_row .material_type_row:nth-child(3) a .con_hegit{
	height:117px;
}
.material_type_box .material_type_row a:hover .material_pro_con{
	background: #f5f5f5;
}
.material_type_box .material_type_row a .material_pro_con span{
	font-size:14px;
	color:#656565;
	font-weight:bold;
	line-height:22px;
}
.material_type_box .material_type_row a .material_pro_con .canshu{
	font-size:12px;
	color:#656565;
	line-height:20px;
}
.material_type_box .material_type_row a .material_pro_con .canshu span{
	font-size:12px;
	color:#656565;
	line-height:20px;
	width:35px;
	padding-right:5px;
	font-weight: 300;
	float:left;
}
.material_type_box .material_type_row a .lianxi_co{
	font-size:14px;
	color:#656565;
	padding:52px 27px 0 27px;
}
.material_type_box .material_type_row a .lianxi_button{
	width:80%;
	border:1px solid #337ec6;
	text-align:center;
	line-height:30px;
	font-size:12px;
	color:#005eb8;
	bottom:38px;
	position:absolute;
	left: 50%;
	transform: translateX(-50%)
}
.material_type_box .material_type_row a:hover .lianxi_button{
	background-color:#5d96cd;
	color:#fff;
}
.material_type_box .material_type_row a .lianxi_button img{
	padding-right:6px;
}
.material_type_box .material_type_row{
	display:none;
}

.pro_gongyi{
	width:100%;
	background-color:#f5f5f5;
	padding:72px 0 138px 0;
}
.pro_gongyi .pro_gongyi_block{
	
}
.pro_gongyi .pro_gongyi_block a{
	float:left;
	width:32.5%;
	margin-right:1.25%;
	margin-bottom:17px;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
	
}
.pro_gongyi .pro_gongyi_block a:nth-child(3n){
	margin-right:0;
}
.pro_gongyi .pro_gongyi_block a .gongyi_img{
	width:100%;
	overflow:hidden;
}
.pro_gongyi .pro_gongyi_block a .gongyi_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pro_gongyi .pro_gongyi_block a:hover .gongyi_img img{
	transform: scale(1.1);
}
.pro_gongyi .pro_gongyi_block a span{
	font-size:16px;
	color:#005eb8;
	padding:20px 10px;
	display: block;
	background-color:#FFF;
	text-transform : uppercase;
}
.pro_gongyi .pro_gongyi_block a:hover span{
	background-color:#f0efef;
}
.pro_xiangmuwen{
	width:100%;
	padding:50px 0;
	background-color:#6eb8ff;
}
.pro_xiangmuwen p{
	font-size:17px;
	color:#FFF;
	line-height:26px;
	padding-left:10px;
	padding-right:120px;
}
.pro_xiangmuimg{
	width:100%;
	padding:101px 0 118px 0;
}
.pro_xiangmuimg .xiangmu_img{
	width:100%;
	overflow:hidden;
}
.pro_xiangmuimg .xiangmu_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.m_pro_xiangmu_smallimg{
	display:none;
}
.pro_xiangmu_smallimg{
	width:100%;
	background-color:#ececec;
	padding:54px 0 ;
}
.pro_xiangmu_smallimg a{
	width:27.9%;
	margin-right:8.15%;
	border:4px solid #69abec;
	display:block;
	float:left;
	background-color:#FFF;
	overflow:hidden;
	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	-ms-transition: 0.3s;
  	-o-transition: 0.3s;
  	transition: 0.3s;
}
.pro_xiangmu_smallimg a:hover{
	transform: translateY(-6px);
}
.pro_xiangmu_smallimg a:last-child{
	margin-right:0;
}
.pro_xiangmu_smallimg a img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pro_zhilian_bg{
	width:100%;
	background-color:#6eb8ff;
	height:150px;
	
}
.pro_zl_num{
	width:100%;
	padding:36px 0 66px 0;
}
.pro_zl_num .pro_zl_frame1{
	width:33.333333333%;
	float:left;
	border:1px solid #6d6d6d;
	position:relative;
}
.pro_zl_num .pro_zl_frame1:after{
	content: '';
	position: absolute;
	right:0;
	top:-1px;
	height: 1px;
	width:55px;
	background-color: #fff;
}
.pro_zl_num .pro_zl_frame1 .pro_zl_wen{
	padding:0 44px;
	line-height:104px;
}
.pro_zl_num .pro_zl_frame1 .pro_zl_wen span{
	font-size:70px;
	color:#005eb8;
	float:left;
	margin-right:34px;
}
.pro_zl_num .pro_zl_frame1 .pro_zl_wen p{
	font-size: 21px;
    color: #005eb8;
    line-height: 30px;
    width: 200px;
    float: left;
    padding-top: 25px;
}
.pro_zl_num .pro_zl_frame2{
	width:33.333333333%;
	float:left;
	border-top:1px solid #6d6d6d;
	border-right:1px solid #6d6d6d;
	border-bottom:1px solid #6d6d6d;
	position:relative;
}
.pro_zl_num .pro_zl_frame2:before{
	content: '';
	position: absolute;
	left:0;
	bottom:-1px;
	height: 1px;
	width:55px;
	background-color: #fff;
}
.pro_zl_num .pro_zl_frame2:after{
	content: '';
	position: absolute;
	right:0;
	top:-1px;
	height: 1px;
	width:55px;
	background-color: #fff;
}

.pro_zl_num .pro_zl_frame2 .pro_zl_wen{
	padding:0 44px;
}
.pro_zl_num .pro_zl_frame2 .pro_zl_wen span{
	font-size:70px;
	color:#005eb8;
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height:104px;
}
.pro_zl_num .pro_zl_frame2 .pro_zl_wen p{
	font-size:21px;
	color:#005eb8;
	line-height:30px;
	width:200px;
	float:left;
	padding-top:25px;
}
.pro_zl_num .pro_zl_frame3{
	width:33.333333333%;
	float:left;
	border-top:1px solid #6d6d6d;
	border-right:1px solid #6d6d6d;
	border-bottom:1px solid #6d6d6d;
	position:relative;
}
.pro_zl_num .pro_zl_frame3:before{
	content: '';
	position: absolute;
	left:0;
	bottom:-1px;
	height: 1px;
	width:55px;
	background-color: #fff;
}

.pro_zl_num .pro_zl_frame3 .pro_zl_wen{
	padding:0 44px;
}
.pro_zl_num .pro_zl_frame3 .pro_zl_wen span{
	font-size:70px;
	color:#005eb8;
	float:left;
	margin-left:20px;
	margin-right:20px;
	line-height:104px;
}
.pro_zl_num .pro_zl_frame3 .pro_zl_wen p{
	font-size:21px;
	color:#005eb8;
	line-height:30px;
	width:200px;
	float:left;
	padding-top:25px;
}
.pro_certificate{
	width:100%;
	padding:56px 0 70px 0;
	background-color:#ececec;
}
.pro_certificate .pro_certificate_wen{
	margin-bottom:60px;
}
.pro_certificate .pro_certificate_wen .pro_certificate_tit{
	font-size:18px;
	color:#005eb8;
	line-height:24px;
	margin-bottom:36px;
}
.pro_certificate .pro_certificate_wen p{
	font-size:14px;
	color:#000;
	line-height:20px;
	margin-bottom:21px;
}
.pro_certificate .pro_certificate_wen p span{
	font-size:14px;
	color:#005eb8;
	padding-right:6px;
}

.pro_certificate_img a{
	float:left;
	width:23.11%;
	margin-right:2.52%;
}
.pro_certificate_img a:nth-child(4n){
	margin-right:0;
}
.pro_certificate_img a .certificate_img{
	width:100%;
	overflow:hidden;
	box-shadow: 0 0 8px 1px #d0cfcf;
	margin-bottom:17px;
}
.pro_certificate_img a .certificate_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pro_certificate_img a span{
	font-size:14px;
	color:#000000;
	border-left:2px solid #005eb8;
	padding:0 6px;
	display:block;
}


.pro_quality_control{
	width:100%;
	padding:76px 0 46px 0;
}
.pro_quality_control .quality_tit{
	font-size:18px;
	color:#005eb8;
	margin-bottom:52px;
}
.pro_quality_control ul li{
	width:15%;
	margin-right:22%;
	display:block;
	float:left;
	text-align:center;
	margin-bottom:47px;
	position:relative;
	
}
.pro_quality_control ul li:after{
	content: '';
	position: absolute;
	right: -223px;
    top: 33%;
	height: 10px;
	width:195px;
	background:url(../images/quality_jiantou.png);
}
.pro_quality_control ul li:nth-child(2):after{
	content: '';
	position: absolute;
	right: -253px;
    top: 33%;
	height: 10px;
	width:195px;
	background:url(../images/quality_jiantou.png);
}

.pro_quality_control ul li:nth-child(3){
	margin-right:0;
	width:26%;
}
.pro_quality_control ul li:nth-child(3):after{
	content: '';
	position: absolute;
	right: -160px;
    top: 40%;
	height: 0;
	width:0;
}

.pro_quality_control ul li .quality_control_tit{
	font-size:18px;
	color:#656565;
	margin-top:37px;
	line-height:20px;
}
.pro_quality_control ul li .quality_control_ico{
	width:134px;
	height:134px;
	 background: #fff;
    -moz-border-radius: 67px;
    -webkit-border-radius: 67px;
    border-radius: 67px;
	text-align:center;
	margin: 0 auto;
    position: relative;
	border:5px solid #9cc1ff;
	
}
.pro_quality_control ul li:hover .quality_control_ico{
	 background: #9cc1ff;
}
.pro_quality_control ul li .quality_control_ico img{
	display: block;
    max-width: 100%;
    height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro_quality_control ul li .quality_control_ico .in_good1{
	display: block;
}
.pro_quality_control ul li .quality_control_ico .in_good2{
	display: none;
}
.pro_quality_control ul li:hover .quality_control_ico .in_good2{
  display: block;
}
.pro_quality_control ul li:hover .quality_control_ico .in_good1{
  display: none;
}

.pro_device{
	width:100%;
	margin-bottom:90px;
}
.pro_device .pro_device_tit{
	font-size:18px;
	color:#005eb8;
	margin-bottom:20px;
}
.pro_device .pro_device_list a{
	width:31.13%;
	margin-right:3.305%;
	float:left;
	margin-bottom:45px;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.pro_device .pro_device_list a:nth-child(3n){
	margin-right:0;
}
.pro_device .pro_device_list a:last-child{
	margin-right:0;
	width:65.565%;
}
.pro_device .pro_device_list a .pro_device_img{
	width:100%;
	overflow:hidden;
}
.pro_device .pro_device_list a .pro_device_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pro_device .pro_device_list a:hover .pro_device_img img{
	transform: scale(1.1);
}
.pro_device .pro_device_list a .pro_device_co{
	padding:24px 15px 21px 19px;
	height:72px;
}
.pro_device .pro_device_list a:hover .pro_device_co{
	background-color:#ececec;
}
.pro_device .pro_device_list a .pro_device_co span{
	font-size:16px;
	color:#005eb8;
	line-height:22px;
	margin-bottom:4px;
}
.pro_device .pro_device_list a .pro_device_co p{
	font-size:14px;
	color:#656565;
}
.pro_device .pro_device_list a .pro_device_canshu{
	padding:4px 15px 15px 20px;
	height:59px;
}
.pro_device .pro_device_list a:hover .pro_device_canshu{
	background-color:#ececec;
}
.pro_device .pro_device_list a .pro_device_canshu p{
	font-size:14px;
	color:#656565;
	line-height:20px;
}
.pro_device .pro_device_list a .co2{
	height:56px;
}
.pro_device .pro_device_list a .canshu2{
	height:75px;
}
.pro_device .pro_device_list a .pro_device_canshu2{
	height:81px;
}
.pro_device .pro_device_list a .pro_device_canshu2 p{
	line-height:15px;
}
.pro_device .pro_device_list a .pro_device_co2{
	height:50px;
}
.pro_znzznl{
	width:100%;
	background-color:#f5f5f5;
	padding-top:53px;
}
.pro_znzznl .pro_znzznl_list a{
	float:left;
	width:48.33%;
	margin-right:3.34%;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.pro_znzznl .pro_znzznl_list a:nth-child(2n){
	margin-right:0;
}
.pro_znzznl .pro_znzznl_list a .zzzznl_img{
	width:100%;
	overflow:hidden;
}
.pro_znzznl .pro_znzznl_list a .zzzznl_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pro_znzznl .pro_znzznl_list a:hover .zzzznl_img img{
	transform: scale(1.1);
}
.pro_znzznl .pro_znzznl_list .zzzznl_co{
	background-color:#FFF;
	padding-top:57px;
	padding-bottom:30px;
}
.pro_znzznl .pro_znzznl_list a .tit{
	font-size:16px;
	color:#005eb8;
	margin-bottom:16px;
	display:block;
	padding-left:37px;
	padding-right:37px;
}
.pro_znzznl .pro_znzznl_list a p{
	padding-left:37px;
	padding-right:37px;
	display:block;
}
.pro_znzznl .pro_znzznl_list a p strong{
	font-size:12px;
	color:#656565;
	line-height:15px;
	padding-right:40px;
	font-weight:normal;
}
.znzznl_ems{
	margin:76px 0 160px 0;
	border:1px solid #dcdddd;
}
.znzznl_ems .znzznl_ems_img{
	float:left;
	width:59.2%;
}
.znzznl_ems .znzznl_ems_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.znzznl_ems .znzznl_ems_block{
	float:right;
	width:40.8%;
	height:379px;
	background-color:#FFF;
	border-bottom:4px solid #005eb8;
	padding:57px 66px 30px 66px;
}
.znzznl_ems .znzznl_ems_block .znzznl_ems_tit{
	font-size:16px;
	color:#005eb8;
	margin-bottom:20px;
}
.znzznl_ems .znzznl_ems_block p{
	font-size:12px;
	color:#656565;
	line-height:15px;
	margin-bottom:15px;
}
.znzznl_ems .znzznl_ems_block p span{
	font-size:12px;
	color:#005eb8;
	padding-right:3px;
}
.products_wen{
	width:100%;
	background-color:#f5f5f5;
	padding:56px 0 56px 0;
	position:relative;
	z-index:9;
}
.products_wen .products_wen_l{
	float:left;
	width:76%;
	position: absolute;
	bottom:82px;
	font-size:17px;
	color:#656565;
	padding-right:50px;
}
.products_wen .products_wen_r{
	float:right ;
	width:24%;
	
}
.products_list{
	width:100%;
	padding-bottom:118px;
	z-index:10;
	position: relative;
}
.products_list .products_category{
	margin-top:-24px;
	z-index:99;
}
.products_list .products_category ul li{
	width:14.2857142857%;
	float:left;
	background-color:#68a9cf;
	line-height:48px;
	border-right:5px solid #FFF;
}
.products_list .products_category ul li:hover{
	background-color:#005eb8;
}
.products_list .products_category ul li.active{
	background-color:#005eb8;
}
.products_list .products_category ul li:last-child{
	border-right:0;
}

.products_list .products_category ul li a{
	font-size:14px;
	color:#FFF;
	display:block;
	text-align:center;
	text-transform: uppercase;
}
.products_list .products_list_row{
	border:1px solid #656565;
	margin-top:21px;
	/*padding:22px 18px;*/
	width:100%;
	overflow:hidden;
	display:block;
}
.products_list .products_list_row img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.products_list .m_pro{
	display:none;
}
.chongyamoju_content{
	width:100%;
	padding-top:65px;
}
.chongyamoju_content .pro_co{
	border-left:4px solid #005eb8;
	padding:35px;
	background-color:#f3f3f3;
}
.chongyamoju_content .pro_co span{
	font-size:18px;
	color:#000000;
	line-height:24px;
	margin-bottom:40px;
	display:block;
}
.chongyamoju_content .pro_co p{
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.chongyamoju_content .pro_co p span{
	font-size:12px;
	color:#005eb8;
	line-height:18px;
	margin-bottom: 0px;
    display: inline-block;
	padding-right:3px;
}
.main_products_chongyamoju{
	width:100%;
	padding-top:50px;
	padding-bottom:33px;
}
.main_products_chongyamoju .products_title{
	font-size:18px;
	color:#656565;
	margin-bottom:40px;
}
.main_products_chongyamoju .prolist a{
	width:31.6%;
	float:left;
	margin-right:2.6%;
	display:block;
	margin-bottom:40px;
}
.main_products_chongyamoju .prolist a:nth-child(3n){
	margin-right:0;
}
.main_products_chongyamoju .prolist a .pro_img{
	width:100%;
	overflow:hidden;
	border:1px solid #dcdddd;
}
.main_products_chongyamoju .prolist a .pro_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.main_products_chongyamoju .prolist a:hover .pro_img img{
	transform: scale(1.1);
}
.main_products_chongyamoju .prolist a .xgproimg{
    height: 185px;
    position: relative;
}
.main_products_chongyamoju .prolist a .xgproimg img{
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main_products_chongyamoju .prolist a:hover .xgproimg img{
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main_products_chongyamoju .prolist a .pro_title{
	font-size:17px;
	color:#005eb8;
	line-height:35px;
	margin-top:11px;
}
.main_products_chongyamoju .prolist a .pro_title span{
	padding-right:5px;

}

.design_engineering{
	width:100%;
	background-color:#f5f5f5;
	padding:81px 0 77px 0;
}
.design_engineering .design_engineering_block{
	width:100%;
	background-color:#fff;
	border-left:4px solid #005eb8;
	padding:16px 0 37px 27px;
}
.design_engineering .design_engineering_block span{
	width:100%;
	color:#3a3a3a;
	font-size:18px;
	border-bottom:1px solid #b0b0b0;
	display:block;
	padding-bottom:12px;
}
.design_engineering .design_engineering_block p{
	width:100%;
	color:#3a3a3a;
	font-size:16px;
	padding-top:28px;
}
.design_engineering .design_engineering_block p i{
	padding-right:4px;
}

.design_engineering_im{
	width:100%;
	padding:76px 0 46px 0;
}
.design_engineering_im .design_yuan .quality_tit{
	font-size:18px;
	color:#005eb8;
	margin-bottom:52px;
}
.design_engineering_im .design_yuan ul li{
	margin-right:285px;
	display:block;
	float:left;
	width:154px;
	height:154px;
	 background: #e1eaf6;
    -moz-border-radius: 77px;
    -webkit-border-radius: 77px;
    border-radius: 77px;
	text-align:center;
	position:relative;
}
.design_engineering_im .design_yuan ul li:hover{
	 background: #c4d8f2;
}

.design_engineering_im .design_yuan ul li:first-child{
	margin-left:51px;
}
.design_engineering_im .design_yuan ul li:first-child:after{
	content: '';
	position: absolute;
	height: 73px;
	width:72px;
	background:url(../images/jiahao.png);
	top: 50%;
    right: -178px;
    transform: translateY(-50%);
}
.design_engineering_im .design_yuan ul li:nth-child(2):after{
	content: '';
	position: absolute;
	height: 47px;
	width:72px;
	background:url(../images/denghao.png);
	top: 50%;
    right: -179px;
    transform: translateY(-50%);
}

.design_engineering_im .design_yuan ul li:last-child{
	margin-right:0;
}
.design_engineering_im .design_yuan ul li .yuan_tit{
	display: block;
    width: 100%;
    height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.design_engineering_im .design_yuan ul li .yuan_tit span{
	font-size:48px;
	color:#005eb8;
	margin-bottom:11px;
	display:block;
}
.design_engineering_im .design_yuan ul li .yuan_tit p{
	font-size:14px;
	color:#3a3a3a;
}

.design_engineering_im .design_img{
	width:100%;
	overflow:hidden;
	padding-top:86px;
	text-align:center;
}
.design_engineering_im .design_img img{
	display: block;
    width: 100%;
    height: 100%;
	margin-bottom:20px;
	
}
.design_engineering_im .design_img2{
	width:100%;
	overflow:hidden;
	padding-top:86px;
	text-align:center;
	margin-bottom:51px;
}
.design_engineering_im .design_img2 img{
	display: block;
    width: 100%;
    height: 100%;
	margin-bottom:20px;
	
}
.neiyebanner .cymj_sczz_banner span {
	padding-left:20px;

}
.manufacturing{
	width:100%;
	padding-top:67px;
	padding-bottom:55px;
}
.manufacturing .manufacturing_box{
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.manufacturing .manufacturing_box .manufacturing_box_img{
	float:left;
	width:37.81%;
}
.manufacturing .manufacturing_box .manufacturing_box_img img{
	display: block;
    width: 100%;
    height: 100%;
}
.manufacturing .manufacturing_box .manufacturing_box_co{
	float:right;
	width:62.19%;
	padding-left:60px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li{
	padding-top:50px;
	padding-bottom:19px;
	float:left;
	width:318px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li:first-child{
	width:325px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .tit{
	font-size:16px;
	color:#005eb8;
	font-weight:bold;
	margin-bottom:17px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni{
	margin-bottom:29px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi{
	font-size:14px;
	color:#656565;
	line-height:28px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi i{
	padding-right:25px;
	width:18px;
	float:left;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi i img{
	padding-bottom:8px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxer{
	font-size:14px;
	color:#656565;
	line-height:28px;
	padding-left:49px;
	display:block;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxer i{
	padding-right:3px;
	width:12px;
	float:left;
}
.manufacturing_row{
	width:100%;
	background-color:#f5f5f5;
	padding-top:55px;
	padding-bottom: 29px;
	margin-bottom:53px;
}
.manufacturing_row .equipment{
	padding-bottom:60px;
}
.manufacturing_row .equipment .tit{
	font-size:18px;
	color:#656565;
	margin-bottom:13px;
}
.manufacturing_row .equipment .img{
	width:100%;
	overflow:hidden;
}
.manufacturing_row .equipment .img img{
	display: block;
    width: 100%;
    height: 100%;
}

.project_management{
	width:100%;
	background-color:#f5f5f5;
	padding:81px 0 70px 0;
}

.project_management ul li{
	width:44%;
	margin-right:12%;
	height:174px;
	float:left;
	background-color:#fff;
	border-left:4px solid #005eb8;
	padding:16px 0 11px 27px;
}
.project_management ul li:last-child{
	margin-right:0;
}
.project_management ul li span{
	width:100%;
	color:#3a3a3a;
	font-size:18px;
	border-bottom:1px solid #b0b0b0;
	display:block;
	padding-bottom:12px;
}
.project_management ul li p{
	width:100%;
	color:#3a3a3a;
	font-size:16px;
	padding-top:13px;
}
.project_management ul li p i{
	padding-right:4px;
}
.neiyebanner .products_banner .products_block{
	width:276px;
}
.neiyebanner .products_banner .blw{
	width:410px;
}
.neiyebanner .products_banner .blw2{
	width:510px;
}
.neiyebanner .products_banner .mc {
    width: 380px;
}
.chongyamoju_zlgk{
	background-color:#FFF;
	padding-top:68px;
	margin-bottom:172px;
}
.inspectiontool{
	width:100%;
	background-color:#f5f5f5;
	height:410px;
}
.inspectiontool .inspectiontool_block{
	position:relative;
	top:-145px;
}
.inspectiontool .inspectiontool_block .tit{
	font-size:18px;
	color:#656565;
}
.inspectiontool .inspectiontool_block ul li{
	float:left;
	display:block;
	width:49.1%;
	margin-right:1.8%;
	overflow:hidden;
	margin-top:38px;
}
.inspectiontool .inspectiontool_block ul li:hover{
	float:left;
	display:block;
	width:49.1%;
	margin-right:1.8%;
	overflow:hidden;
	margin-top:38px;
}
.inspectiontool .inspectiontool_block ul li:nth-child(2n){
	margin-right:0;
}
.inspectiontool .inspectiontool_block ul li img{
	display: block;
    width: 100%;
    height: 100%;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.inspectiontool .inspectiontool_block ul li:hover img{
	transform: scale(1.1);
}
.chongyamoju_zlgk .equipment {
    padding-bottom: 30px;
}
.cymj_products_wen{
	width:100%;
	background-color:#f5f5f5;
	padding:56px 0 56px 0;
	position:relative;
	z-index:9;
}
.cymj_products_wen .products_wen_l{
	float:left;
	width:76%;
	bottom:82px;
	font-size:18px;
	color:#656565;
	padding-right:50px;
	padding-top: 18px;
}
.cymj_products_wen .products_wen_l p{
	font-size:17px;
	color:#656565;
	line-height:26px;
	padding-right:50px;
	margin-bottom:27px;
}
.cymj_products_wen .products_wen_r{
	float:right ;
	width:24%;
	
}
.chongyamoju_pro .products_category ul li {
    width: 16.66666666666%;
    float: left;
    background-color: #68a9cf;
    line-height: 48px;
    border-right: 5px solid #FFF;
}

.zidonghua_pro_content{
	width:100%;
	padding-top:65px;
}
.zidonghua_pro_content .pro_co{
	border-left:4px solid #005eb8;
	padding:35px 70px 35px 41px;
	background-color:#f3f3f3;
}
.zidonghua_pro_content .pro_co span{
	font-size:16px;
	color:#000000;
	line-height:26px;
	margin-bottom:10px;
	display:block;
	letter-spacing:0.5px;
}
.zidonghua_pro_content .pro_co p{
	font-size:16px;
	color:#000000;
	line-height:22px;
	margin-bottom: 10px;
}
.zidonghua_main_products{
	width:100%;
	padding-top:50px;
	padding-bottom:33px;
}
.zidonghua_main_products .products_title{
	font-size:18px;
	color:#656565;
	margin-bottom:40px;
}
.zidonghua_main_products .prolist a{
	width:100%;
	display:block;
	margin-bottom:53px;
}
.zidonghua_main_products .prolist a .pro_img{
	width:29.19%;
	overflow:hidden;
	float:left;
}
.zidonghua_main_products .prolist a .pro_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.zidonghua_main_products .prolist a:hover .pro_img img{
	transform: scale(1.1);
}
.zidonghua_main_products .prolist a .pro_con{
	width:70.81%;
	height:202px;
	float:right;
	background-color:#f3f3f3;
	padding:30px 45px;
}
.zidonghua_main_products .prolist a:hover .pro_con{
	background-color:#e9e9e9;
}
.zidonghua_main_products .prolist a .pro_con .pro_title{
	font-size:18px;
	color:#005eb8;
	margin-bottom:10px;
}
.zidonghua_main_products .prolist a .pro_con .pro_title span{
	padding-right:5px;
}
.zidonghua_main_products .prolist a .pro_con .pro_xx{
	width:85%;
	
}
/*.zidonghua_main_products .prolist a .pro_con .pro_xx p{
	font-size:12px;
	color:#000;
	line-height:26px;
}
*/
/*.zidonghua_main_products .prolist a .pro_con .pro_xx .pro_xx_l{
	width:50%;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
*/
.zidonghua_main_products .prolist a .pro_con .pro_xx .pro_xx_l{
	width:100%;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.zidonghua_main_products .prolist a .pro_con .pro_xx p{
	font-size:12px;
	color:#000;
	line-height:26px;
	width:50%;
	float:left;
}
.zidonghua_main_products .prolist a:last-child .pro_con .pro_xx p{
	font-size:12px;
	color:#000;
	line-height:26px;
	width:100%;
	float:left;
}

.zidonghua_main_products .prolist a .pro_con .pro_xx .pro_xx_r{
	width:50%;
	float:right;
	padding-left:10px;
	padding-right:10px;
}
.capabilities{
	width:100%;
	padding-top:67px;
	padding-bottom:55px;
}
.capabilities .manufacturing_box{
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.capabilities .manufacturing_box .manufacturing_box_img{
	float:left;
	width:37.81%;
}
.capabilities .manufacturing_box .manufacturing_box_img img{
	display: block;
    width: 100%;
    height: 100%;
}
.capabilities .manufacturing_box .manufacturing_box_co{
	float:right;
	width:62.19%;
	padding-left:60px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li{
	padding-top:50px;
	padding-bottom:19px;
	float:left;
	width:318px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li:first-child{
	width:290px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .tit{
	font-size:16px;
	color:#005eb8;
	margin-bottom:17px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni{
	margin-bottom:29px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi{
	font-size:14px;
	color:#656565;
	line-height:28px;
	padding-left:8px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi i{
	padding-right:25px;
	width:18px;
	float:left;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi i img{
	padding-bottom:8px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxer{
	font-size:14px;
	color:#656565;
	line-height:28px;
	padding-left:49px;
	display:block;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxer i{
	padding-right:3px;
	width:12px;
	float:left;
}
.cyzdh_business_scope{
	width:100%;
	background-color:#f5f5f5;
	padding-top:65px;
	padding-bottom:97px;
}
.cyzdh_business_scope .tit{
	font-size:18px;
	color:#656565;
	line-height:16px;
	margin-bottom:56px;
}
.cyzdh_business_scope ul li{
	float:left;
	width:50%;
	margin-bottom:19px;
}
.cyzdh_business_scope ul li .business_con{
	width:310px;
	height:190px;
	background-color:#FFF;
	border-left:4px solid #005eb8;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:10px;
	float:left;
	overflow:hidden;
	-webkit-transition: 0.3s;
  	-moz-transition: 0.3s;
  	-ms-transition: 0.3s;
  	-o-transition: 0.3s;
  	transition: 0.3s;
}

.cyzdh_business_scope ul li:hover .business_con {
    transform: translateY(-6px);
  }

.cyzdh_business_scope ul li .business_con .business_tit{
	font-size:16px;
	color:#005eb8;
	border-bottom:1px solid #b0b0b0;
	padding-bottom:9px;
	margin-bottom:12px;
	padding-left: 5px;
	line-height:31px;
}
.cyzdh_business_scope ul li .business_con .business_tit img{
	padding-right:20px;
}
.cyzdh_business_scope ul li .business_con .business_c{
	padding-right:10px;
}
.cyzdh_business_scope ul li .business_con .business_c p{
	font-size:14px;
	color:#3a3a3a;
	line-height:22px;
}
.cyzdh_business_scope ul li .business_ico{
	float:left;
	width:257px;
	padding-left:24px;
	padding-right:18px;
}
.cyzdh_business_scope ul li.bus_r .business_con{
	float:right;
}
.cyzdh_business_scope ul li.bus_r .business_ico{
	padding-right:42px;
	padding-left:0;
}
.cyzdh_business_scope ul li .bottom_con{
	margin-top:26px;
}
.cyzdh_block{
	width:100%;
}
.cyzdh_block .tit{
	font-size:18px;
	color:#656565;
	margin-bottom:20px;
	padding-top:63px;
}
.cyzdh_block a{
	float:left;
	width:48.42%;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:4px solid #005ebe;
	border-left:1px solid #f1f1f1;
	margin-right:3.16%;
}
.cyzdh_block a:nth-child(2){
	margin-right:0;
}
.cyzdh_block a .case_img{
	width:100%;
	overflow:hidden;
}
.cyzdh_block a .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cyzdh_block a:hover .case_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cyzdh_block a .case_con{
	padding:0 37px;
}
.cyzdh_block a:hover .case_con{
	background-color:#f5f5f5;
}
.cyzdh_block a .case_con .tit{
	font-size:17px;
	color:#626262;
	font-weight: normal;
	padding-top:40px;
}
.cyzdh_block a .case_con .canshu{
	font-size:12px;
	color:#626262;
	padding-bottom:20px;
}
.cyzdh_block a .case_con .canshu span{
	padding-right:40px;
}
.cyzdh_block a .case_con .canshu span strong{
	padding-right:5px;
}
.transfer_block{
	margin-bottom:93px;
}
.transfer_block .tit{
	font-size:18px;
	color:#656565;
	margin-bottom:20px;
	padding-top:63px;
}
.transfer_block .transfer_l{
	float:left;
	width:66.41%;
	margin-right:9.59%;
}
.transfer_block .transfer_r{
	float:right;
	width:24%;
}
.neiyebanner .gongyezidonghua span {
    color: #fff;
}
.main_scope{
	width:100%;
	background-color:#f5f5f5;
	padding-bottom:44px;
}
.main_scope .scope_title{
	width:100%;
	line-height:45px;
	background-color:#005eb8;
	color:#FFF;
	font-size:24px;
	text-align:center;
	margin-bottom:11px;
}
.main_scope ul li{
	width:100%;
	border-top:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-bottom:4px solid #005eb8;
	border-right :1px solid #e8e8e8;
	margin-bottom:30px;
}
.main_scope ul li .scope_img{
	width:100%;
	overflow:hidden;
}
.main_scope ul li .scope_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main_scope ul li .scope_con{
	background-color:#FFF;
	padding:30px 55px;
	height:244px;
}
.main_scope ul li:nth-child(2) .scope_con {
    height: 145px;
}
.main_scope ul li:hover .scope_con{
	background-color:#dedcdc;
}
.main_scope ul li .scope_con .scope_tit{
	font-size:22px;
	color:#005eb8;
	margin-bottom:12px;
}
.main_scope ul li .scope_con .scopewen{
	font-size:16px;
	color:#656565;
	line-height:20px;
	margin-bottom:22px;
}
.main_scope ul li .scope_con .scopewen p.scope_qtp{
	width:50%;
	float:left;
	margin-top:5px;

}
.main_scope ul li .scope_con .scopewen .scope_qt p{
	font-size:16px;
	color:#656565;
	line-height:22px;
	float:left;
	width:50%;
	display:block;
	padding-right:30px;
}
.main_scope ul li .scope_con .scopewen .scope_qt p span{
	color:#005eb8;
	padding-right:5px;
}
.gyzdh_business_case{
	width:100%;
	padding:85px 0 23px 0;
}
.gyzdh_business_case .tit{
	font-size:18px;
	color:#656565;
}
.gyzdh_business_case ul li{
	margin-top:35px;
}
.gyzdh_business_case ul li.case_first{
	width:327px;
	float:left;
	margin-right:6px;
}
.gyzdh_business_case ul li.case_first .case_img{
	width:100%;
	overflow:hidden;
}
.gyzdh_business_case ul li.case_first .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gyzdh_business_case ul li.case_first .case_con{
	width:100%;
	height:127px;
	margin-top:5px;
	background-color:#f5f5f5;
	padding:15px;
}
.gyzdh_business_case ul li.case_first .case_con .con_tit{
	font-size:16px;
	color:#000;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}
.gyzdh_business_case ul li.case_first .case_con .con_c{
	font-size:16px;
	color:#000;
	float:left;
	width:50%;
	line-height:22px;
}
.gyzdh_business_case ul li.case_first .case_con .con_c span{
	font-size:18px;
	color:#000;
	padding-right:5px;
	
}
.gyzdh_business_case ul li.case_second{
	width:351px;
	float:left;
	margin-right:6px;
}
.gyzdh_business_case ul li.case_second .case_img{
	width:100%;
	overflow:hidden;
}
.gyzdh_business_case ul li.case_second .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gyzdh_business_case ul li.case_third{
	width:444px;
	float:left;
}
.gyzdh_business_case ul li.case_third .case_img{
	width:100%;
	overflow:hidden;
}
.gyzdh_business_case ul li.case_third .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gyzdh_business_case ul li.case_third .case_con{
	width:100%;
	height:262px;
	margin-bottom:5px;
	background-color:#f5f5f5;
	padding:50px 15px 40px 20px;
}
.gyzdh_business_case ul li.case_third .case_con .con_tit{
	font-size:16px;
	color:#000;
	font-weight:bold;
	display:block;
	margin-bottom:6px;
}
.gyzdh_business_case ul li.case_third .case_con .con_c{
	font-size:16px;
	color:#000;
	float:left;
	width:100%;
	line-height:34px;
}
.gyzdh_business_case ul li.case_third .case_con .con_c span{
	font-size:18px;
	color:#000;
	padding-right:5px;
	
}
.gyzdh_technical{
	padding-bottom:140px;
}

.zidonghua_case{
	width:100%;
	padding:52px 0;
}
.zidonghua_case ul li{
	width:100%;
	float:left;
	margin-bottom:66px;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.zidonghua_case ul li .case_left{
	width:30.96%;
	margin-right:3.22%;
	float:left;
	overflow:hidden;
}
.zidonghua_case ul li .case_left img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zidonghua_case ul li .case_right{
	width:65.82%;
	float:right;
}
.zidonghua_case ul li .case_right .case_bigimg{
	width:100%;
	overflow:hidden;
}
.zidonghua_case ul li .case_right .case_bigimg img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zidonghua_case ul li .case_right .case_con{
	padding:25px 30px 15px 3px;
	height:111px;
	overflow:hidden;
}
.zidonghua_case ul li:hover .case_right .case_con{
	background-color:#dedcdc;
}
.zidonghua_case ul li .case_right .case_con span{
	font-size:16px;
	color:#005eb8;
	margin-bottom:10px;
	display:block;
}
.zidonghua_case ul li .case_right .case_con p{
	font-size:14px;
	color:#656565;
	line-height:19px;
}
.zidonghua_case2{
	width:100%;
	margin-top:55px;
	margin-bottom:100px;
}
.zidonghua_case2 .case_left{
	width:65.8%;
	margin-right:3.07%;
	float:left;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.zidonghua_case2 .case_left .case_img{
	width:100%;
	overflow:hidden;
}
.zidonghua_case2 .case_left .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zidonghua_case2 .case_left .case_con{
	padding:60px 25px 25px 25px;
	height:145px;
	overflow:hidden;
}
.zidonghua_case2 .case_left:hover .case_con{
	background-color:#dedcdc;
}
.zidonghua_case2 .case_left .case_con span{
	font-size:16px;
	color:#005eb8;
	margin-bottom:10px;
	display:block;
}
.zidonghua_case2 .case_left .case_con p{
	font-size:14px;
	color:#656565;
	line-height:19px;
}
.zidonghua_case2 .case_right{
	width:31.13%;
	float:right;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.zidonghua_case2 .case_right .case_img{
	width:100%;
	overflow:hidden;
}
.zidonghua_case2 .case_right .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.zidonghua_case2 .case_right .case_con{
	padding:19px 25px 25px 25px;
	height:145px;
	overflow:hidden;
}
.zidonghua_case2 .case_right:hover .case_con{
	background-color:#dedcdc;
}
.zidonghua_case2 .case_right .case_con span{
	font-size:16px;
	color:#005eb8;
	margin-bottom:10px;
	display:block;
}
.zidonghua_case2 .case_right .case_con p{
	font-size:14px;
	color:#656565;
	line-height:19px;
}
.zidonghua_system{
	width:100%;
	margin-bottom:137px;
}
.zidonghua_system .system_tit{
	width:100%;
	line-height:46px;
	background-color:#005eb8;
	color:#FFF;
	font-size:24px;
	text-align:center;
	margin-bottom:33px;
}
.zidonghua_system ul li{
	float:left;
	width:24.1%;
	margin-right:1.2%;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.zidonghua_system ul li:nth-child(4n){
	margin-right:0;
}
.zidonghua_system ul li .system_img{
	width:100%;
	overflow:hidden;
}
.zidonghua_system ul li .system_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.zidonghua_system ul li:hover .system_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zidonghua_system ul li span{
	padding:23px;
	font-size:16px;
	color:#005eb8;
	display:block;
	text-align:center;
}
.zidonghua_system ul li:hover span{
	background-color:#dedcdc;
}
.zidonghua_content{
	width:100%;
	padding-top:65px;
	padding-bottom:76px;
	background-color:#f5f5f5;
}
.zidonghua_content .pro_co{
	border-left:4px solid #005eb8;
	padding:35px;
	background-color:#fff;
}
.zidonghua_content .pro_co span{
	font-size:16px;
	color:#3a3a3a;
	line-height:22px;
	margin-bottom:18px;
	display:block;
}
.zidonghua_content .pro_co p{
	font-size:14px;
	color:#3a3a3a;
	line-height:22px;
}
.zidonghua_content .pro_co p span{
	font-size:8px;
	color:#3a3a3a;
	line-height:26px;
	margin-bottom: 0px;
    display: inline-block;
	padding-right:5px;
}
.zidonghua_rjkfnl{
	width:100%;
	padding-top:68px;
	padding-bottom:100px;
	overflow:hidden;
}
.zidonghua_rjkfnl .kejian{
	overflow:hidden;
}

.zidonghua_rjkfnl img{
	display: block;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	text-align:center;
}
.zidonghua_vat{
	width:100%;
	margin-bottom:65px;
}
.zidonghua_vat .system_tit{
	width:100%;
	line-height:46px;
	background-color:#005eb8;
	color:#FFF;
	font-size:24px;
	text-align:center;
	margin-bottom:33px;
}
.zidonghua_vat ul li{
	float:left;
	width:32.37%;
	margin-right:1.445%;
	margin-bottom:65px;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.zidonghua_vat ul li:nth-child(3n){
	margin-right:0;
}
.zidonghua_vat ul li .system_img{
	width:100%;
	overflow:hidden;
}
.zidonghua_vat ul li .system_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.zidonghua_vat ul li:hover .system_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zidonghua_vat ul li span{
	padding:23px;
	font-size:14px;
	color:#5b5b5b;
	display:block;
	text-align:center;
}
.zidonghua_vat ul li:hover span{
	background-color:#dedcdc;
}


.force_analysis{
	width:100%;
	margin-bottom:75px;
	margin-top:70px;
}
.force_analysis ul li{
	float:left;
	width:100%;
	margin-right:1.445%;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
	margin-bottom:20px;
}
.force_analysis ul li .force_analysis_img{
	width:100%;
	overflow:hidden;
}
.force_analysis ul li .force_analysis_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.force_analysis ul li:hover .force_analysis_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.force_analysis ul li .force_analysis_con{
	padding:58px 23px 23px 23px;
}

.force_analysis ul li .force_analysis_con span{
	font-size:16px;
	color:#005eb8;
	display:block;
}
.force_analysis ul li:hover .force_analysis_con{
	background-color:#dedcdc;
}
.force_analysis ul li .force_analysis_con p{
	font-size:14px;
	color:#656565;
	margin-top:15px;
	margin-bottom:15px;
}

.zidonghua_yingyong{
	width:100%;
	padding-top:130px;
	padding-bottom:40px;
	background-color:#f3f3f3;
}
.zidonghua_yingyong .system_tit{
	width:100%;
	line-height:46px;
	background-color:#005eb8;
	color:#FFF;
	font-size:24px;
	text-align:center;
	margin-bottom:33px;
}
.zidonghua_yingyong ul li{
	float:left;
	width:65.97%;
	margin-right:2.72%;
	margin-bottom:65px;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #c5c5c5;
}
.zidonghua_yingyong ul li .zidonghua_yingyong_img{
	width:100%;
	overflow:hidden;
}
.zidonghua_yingyong ul li .zidonghua_yingyong_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.zidonghua_yingyong ul li:hover .zidonghua_yingyong_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zidonghua_yingyong ul li span{
	padding:30px 23px 30px 23px;
	font-size:16px;
	color:#005eb8;
	display:block;
	text-align:center;
	background-color:#fff;
}
.zidonghua_yingyong ul li:hover span{
	background-color:#dedcdc;
}
.zidonghua_yingyong ul li:nth-child(2){
	margin-right:0;
	width:31.31%;
}
.zidonghua_yingyong ul li:nth-child(2) span{
	padding:30px 5px 30px 5px;
}

.zidonghua_main_products {
    padding-top: 100px;
	padding-bottom: 0;
}
.zidonghua_main_products .prolist a .pro_con p{
	font-size:17px;
	color:#000000;
	line-height:24px;
}
.pro_qlh_technical{
	padding-top: 20px;
    padding-bottom: 100px;
}
.qlh_cl{
	padding:44px 0 49px 0;
}
.qlh_cl ul li{
	float:left;
	width:48.33%;
	margin-right:3.34%;
	border:1px solid #656565;
}
.qlh_cl ul li:last-child{
	margin-right:0;
}
.qlh_cl ul li .cl_title{
	padding:41px 25px;
	border-left:4px solid #005eb8;
	background-color:#f3f3f3;
	font-size:17px;
	color:#575757;
	line-height:18px;
}
.qlh_cl ul li .cl_img{
	padding:21px;
	text-align:center;
	width:100%;
	overflow:hidden;
 
}
.qlh_cl ul li .cl_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.qlh_cl ul li p{
	padding:0 21px 21px 21px;
	font-size:17px;
	color:#000;
	line-height:26px;
	height: 73px;
 
}
.qlh_cl2{
	width:100%;
	padding:62px 0 68px 0;
	background-color:#f5f5f5;
}
.qlh_cl2 ul li{
	width: 23.9%;
    float: left;
    margin-right: 1.46666666666%;
    margin-bottom: 23px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-bottom: 4px solid #005eb8;
    overflow: hidden;
}
.qlh_cl2 ul li:nth-child(4n){
    margin-right:0;
}
.qlh_cl2 ul li .qlh_cl2_img{
	width:100%;
	overflow:hidden;
}
.qlh_cl2 ul li .qlh_cl2_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.qlh_cl2 ul li:hover .qlh_cl2_img img{
	transform: scale(1.1);
}
.qlh_cl2 ul li .qlh_cl2_con{
	position: relative;
	height:61px;
	background-color:#FFF;
}
.qlh_cl2 ul li span{
	width:100%;
	font-size:16px;
	color:#005eb8;
	line-height:18px;
	display:block;
	text-align:center;
	padding:0 5px;
	position: absolute;
    top:50%;
	left:50%;
    transform:translate(-50%,-50%);
}
.qlh_cl2 ul li:hover .qlh_cl2_con{
	background-color:#e7e3e3;
}
.qlh_jsys{
	padding:44px 0 49px 0;
}
.qlh_jsys ul li{
	float:left;
	width:48.33%;
	margin-right:3.34%;
	border:1px solid #656565;
}
.qlh_jsys ul li:last-child{
	margin-right:0;
}
.qlh_jsys ul li .cl_title{
	height:100px;
	border-left:4px solid #005eb8;
	background-color:#f3f3f3;
	position:relative;
}
.qlh_jsys ul li .cl_title p{
	width:100%;
	font-size:17px;
	color:#575757;
	line-height:24px;
	padding:10px 29px;
	position: absolute;
    top:50%;
	left:50%;
    transform:translate(-50%,-50%);
}

.qlh_jsys ul li .cl_img{
	text-align:center;
	width:100%;
	overflow:hidden;
 
}
.qlh_jsys ul li .cl_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.qlh_jsys2{
	width:100%;
	padding:62px 0 68px 0;
	background-color:#f5f5f5;
}
.qlh_jsys2 ul li{
	width: 23.9%;
    float: left;
    margin-right: 1.46666666666%;
    margin-bottom: 23px;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-bottom: 4px solid #005eb8;
    overflow: hidden;
}
.qlh_jsys2 ul li:nth-child(4n){
    margin-right:0;
}
.qlh_jsys2 ul li .qlh_cl2_img{
	width:100%;
	overflow:hidden;
}
.qlh_jsys2 ul li .qlh_cl2_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.qlh_jsys2 ul li:hover .qlh_cl2_img img{
	transform: scale(1.1);
}
.qlh_jsys2 ul li .qlh_cl2_con{
	position: relative;
	height:61px;
	background-color:#FFF;
}
.qlh_jsys2 ul li span{
	width:100%;
	font-size:16px;
	color:#005eb8;
	line-height:18px;
	display:block;
	text-align:center;
	padding:0 15px;
	position: absolute;
    top:50%;
	left:50%;
    transform:translate(-50%,-50%);
}
.qlh_jsys2 ul li:hover .qlh_cl2_con{
	background-color:#e7e3e3;
}
.qinglianghua_pro_content{
	width:100%;
	padding-top:65px;
	padding-bottom:75px;
}
.qinglianghua_pro_content .pro_co{
	border-left:4px solid #005eb8;
	padding:35px 35px 35px 41px;
	background-color:#f3f3f3;
}
.qinglianghua_pro_content .pro_co span{
	font-size:17px;
	color:#000000;
	line-height:26px;
	margin-bottom:10px;
	display:block;
}
.typical_equipment{
	width:100%;
	background-color:#f3f3f3;
	padding-bottom:96px;
}
.typical_equipment .tit{
	font-size:18px;
	color:#656565;
	margin-bottom:20px;
	padding-top:73px;
}
.typical_equipment a{
	float:left;
	width:48.42%;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:4px solid #005ebe;
	border-left:1px solid #c5c5c5;
	margin-right:3.16%;
	margin-bottom:42px;
}
.typical_equipment a:nth-child(2n){
	margin-right:0;
}
.typical_equipment a .case_img{
	width:100%;
	overflow:hidden;
}
.typical_equipment a .case_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.typical_equipment a:hover .case_img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.typical_equipment a .case_con{
	padding:0 20px 0 33px;
	height:146px;
}
.typical_equipment a:hover .case_con{
	background-color:#fff;
}
.typical_equipment a .case_con .title{
	font-size:16px;
	color:#005eb8;
	padding-top:48px;
}
.typical_equipment a .case_con .canshu{
	font-size:12px;
	color:#626262;
	padding-top:20px;
	padding-bottom:20px;
}
.typical_equipment a .case_con .canshu span{
	padding-right:18px;
}
.typical_equipment a .case_con .canshu span strong{
	padding-right:5px;
}
.typical_equipment a:last-child{
	float:left;
	width:100%;
	border-top:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	position:relative;
}
.typical_equipment a:last-child .case_img {
	float:left;
	width:48.42%;
    overflow: hidden;
}
.typical_equipment a:last-child .case_con {
	float:right;
	width:51.58%;
	height:376px;
    padding: 0 60px 0 82px;
	position:relative;
}
.typical_equipment a:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 51.58%;
    border-bottom: 4px solid #005ebe;
}

.typical_equipment a:last-child .case_con .title {
    padding-top: 55px;
	padding-bottom:23px;
}
.typical_equipment a:last-child .case_con .canshu p{
	font-size:12px;
	color:#656565;
	line-height:15px;
	margin-bottom:15px;
}
.typical_equipment a:last-child .case_con .canshu p span{
	color:#005eb8;
	padding-right:3px;
}
.qlh_xmglnl {
    padding-top: 77px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co {
    padding-left: 35px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi {
     padding-left: 0px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li {
	padding-bottom:0px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li:first-child {
    width: 350px;
	padding-bottom:0px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li:nth-child(2){
    padding-left: 10px;
}

.qlh_zlkz{
	padding-top: 78px;
	padding-bottom: 60px;
}
.qlh_zlkz .pro_co {
    padding: 65px 35px 70px 35px;
}
.qlh_zlkz .pro_co span {
    line-height: 26px;
    margin-bottom: 0;
}

.pro_qhl_zlkz{
	width:100%;
	padding-bottom:61px;
}
.pro_qhl_zlkz .pro_znzznl_list a{
	float:left;
	width:48.59%;
	margin-right:2.82%;
	margin-bottom:73px;
	border-top:1px solid #dcdddd;
	border-right:1px solid #dcdddd;
	border-bottom:4px solid #005eb8;
	border-left:1px solid #dcdddd;
}
.pro_qhl_zlkz .pro_znzznl_list a:nth-child(2n){
	margin-right:0;
}
.pro_qhl_zlkz .pro_znzznl_list a .zzzznl_img{
	width:100%;
	overflow:hidden;
}
.pro_qhl_zlkz .pro_znzznl_list a .zzzznl_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pro_qhl_zlkz .pro_znzznl_list a:hover .zzzznl_img img{
	transform: scale(1.1);
}
.pro_qhl_zlkz .pro_znzznl_list a .tit{
	font-size:16px;
	color:#005eb8;
	margin-top:48px;
	display:block;
	padding-left:37px;
	padding-right:37px;
}
.pro_qhl_zlkz .pro_znzznl_list a .canshu{
	padding-left:37px;
	padding-right:37px;
	margin-bottom:25px;
	display:block;
	font-size:12px;
	color:#656565;
	line-height:15px;
	padding-right:40px;
}
.pro_qhl_zlkz .pro_znzznl_list a p{
	padding-left:37px;
	padding-right:37px;
	margin-bottom:45px;
	display:block;
	font-size:12px;
	color:#656565;
	line-height:15px;
	padding-right:40px;
}
.qlh_cp{
	padding:67px 0 70px 0;
}
.qlh_cp ul li{
	float:left;
	width:32.28%;
	margin-right:1.58%;
	border:1px solid #656565;
}
.qlh_cp ul li:last-child{
	margin-right:0;
}
.qlh_cp ul li .cl_title{
	padding:41px 25px;
	border-left:4px solid #034b84;
	background-color:#f3f3f3;
	font-size:18px;
	color:#575757;
	line-height:18px;
}
.qlh_cp ul li .cl_img{
	padding:20px;
	text-align:center;
	width:100%;
	overflow:hidden;
 
}
.qlh_cp ul li .cl_img img{
	display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.qlh_cp ul li .cl_con{
	padding:0 21px 21px 21px;
	font-size:18px;
	color:#000;
	line-height:26px;
 
}
.qlh_cpico{
	width:100%;
	padding:42px 0;
	background-color:#f5f5f5;
}
.qlh_cpico .xiangmu_img{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	text-align:center;
}
.qlh_cpico .xiangmu_img img{
    max-width: 100%;
   	height: auto;
}
.performance_parameter .xiangmu_img{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	text-align:center;
}
.performance_parameter .xiangmu_img img {
    max-width: 100%;
    height: auto;
}
.qlh_cp ul li:last-child .cl_title {
    border-left: 4px solid #2fade3;
}
.performance_parameter{
	width:100%;
	padding:60px 0 94px 0;
}
.performance_parameter .tit{
	font-size:18px;
	color:#656565;
	margin-bottom:35px;
}
.performance_parameter ul li span{
	font-size:16px;
	color:#000;
	line-height:28px;
	display:block;
	float:left;
	width:28.333333333%;
	border-bottom:1px solid #FFF;
	background-color:#e4e4e4;
	padding-left:20px;
}
.performance_parameter ul li .t{
	color:#FFF;
	width:15%;
	background-color:#005eb8;
	padding-left:12px;
}
.performance_parameter ul li.firstli .c1{
	color:#005eb8;
}
.performance_parameter ul li.firstli .c1 i{
	width:11px;
	height:11px;
	display:block;
	float:left;
	background-color:#01394d;
	margin-top:8px;
	margin-right:3px;
}
.performance_parameter ul li.firstli .c2{
	color:#005eb8;
}
.performance_parameter ul li.firstli .c2 i{
	width:11px;
	height:11px;
	display:block;
	float:left;
	background-color:#034b84;
	margin-top:8px;
	margin-right:3px;
}
.performance_parameter ul li.firstli .c3{
	color:#005eb8;
}
.performance_parameter ul li.firstli .c3 i{
	width:11px;
	height:11px;
	display:block;
	float:left;
	background-color:#29abe2;
	margin-top:8px;
	margin-right:3px;
}
.top_logo .m_menu{
	display:none;
}
.top_logo .msearch{
	display:none;
}
.mbanner{
	display:none;
}
.footer .footkejian{
	width: 1134px;
    margin: 0 auto;
}
.footer_logo{
	display:none;
}
/**分页样式*/   
/**分页样式*/
.pager {
  margin: auto;
  text-align: center;
  height: 40px;
  font-size: 14px;
  margin-top:3%;
}
.pager a {
  border: #999999 1px solid;
  border-radius: 4px;
  color: #999999;
  padding: 6px 10px;
  margin-left: 5px;
}
.pager span {
  margin-left: 5px;
  padding: 6px 10px;
  border-radius: 4px;
  border: #005eb8 1px solid;
}
.pager a:hover,
#pager a:active {
  border: #005eb8 1px solid;
  color: #fff;
  background: #005eb8;
}
.pager span.current {
  font-weight: bold;
  color: #fff;
  background: #005eb8;
}
.pager span.disabled {
  color: #999999;
  padding: 6px 10px;
  border: #999999 1px solid;
}
.i2 {
  display: block;
  clear: both;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  overflow: hidden;
}
.i5 {
  display: block;
  clear: both;
  height: 5px;
  line-height: 5px;
  font-size: 5px;
  overflow: hidden;
}
.i8 {
  display: block;
  clear: both;
  height: 8px;
  line-height: 8px;
  font-size: 8px;
  overflow: hidden;
}
.i10 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 10px;
  font-size: 10px;
  overflow: hidden;
}
.i12 {
  display: block;
  clear: both;
  height: 10px;
  line-height: 12px;
  font-size: 12px;
  overflow: hidden;
}
.i15 {
  display: block;
  clear: both;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  overflow: hidden;
}
.i20 {
  display: block;
  clear: both;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  overflow: hidden;
}
.i25 {
  display: block;
  clear: both;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  overflow: hidden;
}
.i30 {
  display: block;
  clear: both;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  overflow: hidden;
}
.i50 {
  display: block;
  clear: both;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  overflow: hidden;
}
.bd {border: 1px #f00 solid!important;}
.neinewsw {
  margin-bottom: 28px;
}
.neinewsw a {
  display: block;
  border-bottom: 1px dashed #4d4d4d;
  line-height: 48px;
  padding-left: 30px;
  position: relative;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}
.neinewsw a i {
  font-size: 16px;
  color: #666666;
  float: right;
}
.neinewsw a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #005eb8;
  position: absolute;
  left: 5px;
  top: 22px;
}
.neinewsw a:hover {
  border-bottom: 1px dashed #005eb8;
}
.newslist_n{
	margin-bottom:20px;
}
.show_title {
    text-align: center;
    padding: 30px 0px;
	border-bottom:1px solid #cacaca;
}
.show_title h1 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #221815;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 12px;
}
.show_title span {
    color: #666;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 25px;
}
.show_content {
    line-height: 30px;
    color: #666;
    padding: 35px 0px 50px 0px;
    font-size: 16px;
    overflow: hidden;
}
.show_content img{
	width:100%;
	height:auto;
}

@media (max-width: 1200px) {
.kejian {
	width: 95%;
}
.top_wrap{
	display:none;
}
.top_logo{
	padding:14px 0;
	width:100%;
	height:63px;
	line-height:0;
	position: fixed;
	background-color:#FFF;
	z-index:99999;
	top: 0;
    left: 0;
}
.top_logo .m_menu{
	display:block;
	float:left;
	width:15%;
}
.top_logo .m_menu img{
	width:28px;
	margin-top:10px;
}
.top_logo .logo{
	display:block;
	float:left;
	width:73%;
	text-align:center;
}
.top_logo .logo img{
	width:160px;
}
.top_logo .msearch{
	display:block;
	float:left;
	width:12%;
	text-align:right;
}
.top_logo .msearch img{
	width:25px;
	margin-top: 7px;
}
.search_dialog_box .search_content .search_form .search_input {
    width: 90%;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a {
    margin-right: 10px;
}
.search_dialog_box .search_content .search_tit {
    font-size: 30px;
    line-height: 50px;
}
.nav {
	display:none;
}
.banner{
	display:none;
}
.mbanner{
	display:block;
	margin-top: 63px;
}
.neiyebanner {
    width: 100%;
    position: relative;
}
.neiyebanner img {
    position: relative;
    width: 190%;
	display:block;
	left: -50%;
}
.vds img {
    left: -80%;
}
.mbanner .swiper-wrapper img {
    width: 100%;
}
.index_module {
    margin: 27px 0 26px 0;
	padding-bottom: 0;
}
.index_module a {
    width: 48%;
    margin-right:4%;
	margin-bottom:15px;
}
.index_module a:nth-child(2n) {
    margin-right: 0px;
}
.index_module a .module_content {
    margin-top: 10px;
}
.index_module a .module_content span {
    font-size: 16px;
    color: #636363;
    font-weight: normal;
}
.index_module a .module_content p {
    font-size: 14px;
    padding-top: 5px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
	color:#8e8c8c;
}
.index_module2 {
    padding-bottom: 23px;
}
.index_module2 .module2_left {
    width: 100%;
    float: left;
    padding-right: 0;
}
.index_module2 .module2_left span {
    font-size: 18px;
	line-height:26px;
	font-weight:normal;
}
.index_module2 .module2_left p {
    line-height: 24px;
	padding-left: 2px;
	font-size:14px;
}
.index_module2 .module2_right {
    width: 100%;
	margin-top:10px;
	text-align: center;
}
.index_module2 .module2_right img {
    float: none;
	width:100%;
	max-width: none;
}
.index_line {
    margin-bottom: 20px;
}
.index_news .index_news_left .news_left_title {
    font-weight: normal;
}
.index_news .index_news_right .news_left_title {
    font-weight: normal;
}
.index_news {
    padding: 27px 0 25px 0;
}
.index_news .index_news_left {
    width: 100%;
	height:auto;
	margin-bottom:15px;
	padding: 37px 20px 24px 20px;
    margin-right: 0;
}
.index_news .index_news_right {
    width: 100%;
	height:auto;
	padding: 37px 20px 24px 20px;
}
.index_news .index_news_right a{
	font-size:16px;
	font-weight:normal;
}
.index_module3 .index_report {
    width: 100%;
    margin-right: 0;
}
.index_module3 .index_stock {
    width: 100%;
    margin-right: 0;
	margin-top:20px;
	margin-bottom:30px;
}
.index_module3 .index_stock .stock_li {
    padding: 10px 0;
}
.index_module3 .index_investors {
    width: 100%;
}
.index_module3 .index_investors .investors_co {
    font-size: 14px;
    padding-top: 10px;
    padding-right: 20px;
    line-height: 22px;
    letter-spacing: 1px;
}
.index_module3 .index_investors .investors_button {
    font-size: 14px;
    margin-top: 25px;
    border-radius: 3px;
	background-color: #f5f5f5;
}
.index_module3 .index_investors .investors_button a {
	color: #005eb8;
}
.index_module3 .index_report .report_content .report_co {
    line-height: 23px;
	font-size:14px;
}
.index_module3 .index_stock .module3_title {
    font-weight:normal ; 
}
.index_module3 .index_report .module3_title {
    font-weight: normal;
}
.index_module3 .index_investors .module3_title {
    font-weight: normal;
}
.index_module3 .index_stock .stock_li strong {
    font-weight: normal;
	font-size:14px;
}
.index_module3 .index_stock .stock_li span {
    font-size: 14px;
}
.index_produts_type .inproductsbg {
    line-height: 44px;
    font-size: 18px;
	text-align:center;
	padding-left: 0;
}
.index_produts_type .products_box .products_type_left {
    width: 100%;
    margin-right: 0;
    height: auto;
	margin-bottom:15px;
}
.index_produts_type .products_box .products_type_left ul li a {
    margin-top: 13px;
	font-size:14px;
}
.index_produts_type .products_box .products_type_right {
    width: 100%;
    height: auto;
}
.index_produts_type .products_box .products_type_right .products_title {
    width: 32.5%;
	font-weight:normal;
	font-size:15px;
}
.index_produts_type .products_box .products_type_right ul li a {
    margin-top: 13px;
	font-size:14px;
}
.index_produts_type .products_box .products_type_left .products_title {
    font-weight: normal;
	font-size:15px;
}
.index_partner {
	margin-bottom:30px;
}
.index_partner .partner_title {
    font-size: 16px;
    color: #636363;
    margin-bottom: 30px;
	line-height:22px;
}
.index_partner .partner_img img{
    width: 100%;
    height: auto;
	display:block;
}
.footer .footer_box .footer_box_left {
    width: 100%;
    margin-right: 0;
}
.footer .footer_box .footer_box_left ul li {
	height: 100px;
}
.footer .footer_box .footer_box_left ul li .number {
    font-size: 20px;
	top: 20%;
}
.footer .footer_box .footer_box_left ul li .introduce {
    font-size: 13px;
	padding:0 5px;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 13px;
	bottom: 15px;
}
.footer .footer_box .footer_box_right {
    width: 98%;
	margin-top:40px;
}
.footer .footer_box .footer_box_left .foot_sm {
    width: 100%;
	padding:0 20px;
    font-size: 15px;
    color: #FFF;
    margin-top: 15px;
	text-align:center;
	line-height:18px;
}
.footer .footer_box .footer_box_right .footer_title {
    font-size: 16px;
}
.footer .footer_box .footer_box_right .footer_jianbianline {
    margin-top: 8px;
}
.footer .footer_box .footer_box_right .footer_content {
    line-height: 22px;
    margin-top: 12px;
	font-size:15px;
}
.footer .footer_menu .footer_menuli {
    width: 100%;
	border-top:2px solid #414141;
}
.footer .footer_menu .footer_menuli:nth-child(3){
	display:none;
}
.footer .footer_menu .footer_menuli:last-child{
	border-bottom:2px solid #414141;
}
.footer .footer_menu .footer_menuli span {
    font-size: 16px;
	line-height:60px;
	padding-bottom: 0;
	width: 95%;
	margin:0 auto;
	position:relative;
	padding-left: 5px;
}
.footer .footer_hengxian {
	display:none;
}
.footer .footkejian{
	width:100%;
    margin: 0 auto;
}
.footer .footer_menu .footer_menuli .m_footer_block{
	display:none;
}
.footer .footer_menu .footer_menuli span .mfooterico{
    background: transparent url(../images/mico_lower.png) no-repeat;
    width: 24px;
    height: 24px;
	position:absolute;
	right:0;
	top:25px;
	float:right;
}
.footer .footer_menu .footer_menuli span .mfooterico_up{
   background: transparent url(../images/mico_up.png) no-repeat;
    overflow: hidden;
    width: 24px;
    height: 24px;
	position:absolute;
	right:0;
	top:25px;
}
.footer .footer_menu .footer_menuli .m_footer_block{
	background-color:#323232;
}
.footer .footer_menu .footer_menuli .m_footer_block a{
	font-size: 14px;
	border-bottom: 1px solid #656565;
	margin-top:0;
	padding: 16px 32px;
}
#mmenu{
  z-index: 999;
}
.footer .footer_logo{
	display:block;
	width:40%;
	float:left;
	margin-top:15px;
}
.footer .footer_logo img{
	width:100%;
}
.footer .footer_banquan {
    width: 60%;
	margin-top:15px;
	padding-bottom:0;
	padding-left:40px;
	float:right;
}
.footer .footer_banquan .banquan {
    width: 100%;
	line-height:15px;
}
.footer .footer_banquan .baohu {
    width: 100%;
	text-align:left;
	display:none;
}
.neiyebanner .neiye_banner_title span {
    font-size: 20px;
}
.aboutus_content {
    margin-top: 30px;
}
.aboutus_content .contentleft {
    width: 100%;
    margin-right: 0;
}
.aboutus_content .contentirght {
	display:none;
}
.aboutus_content .contentleft p {
    line-height: 23px;
	font-size:16px;
}
.aboutus_content .contentleft p.font_lanse {
    padding-top: 15px;
	font-size:20px;
}
.aboutus_content .contentli {
    margin-top: 15px;
}
.aboutus_content .contentli p {
    margin-bottom: 15px;
    line-height: 23px;
}
.content_number {
    margin-top: 40px;
    margin-bottom: 50px;
}
.content_number .number {
	width:45%;
	margin-right:7%;
	margin-left:3%;
	margin-bottom:30px;
	text-align: center;
}
.content_number .number:nth-child(2n){
	margin-right:0;
	margin-left:0;
}
.content_number .number .number_img {
	width:100%;
	font-size:36px;
	height:52px;
}
.content_number .number .number_img img{
	width:57px;
	padding-bottom: 10px;
}
.content_number .number:nth-child(2) .number_img{
	padding-top:10px;
}
.content_number .number:nth-child(6) .number_img img{
	width:39px;
}
.content_number .number:nth-child(8) .number_img img{
	width:39px;
}
.content_number .number:nth-child(3) {
    margin-right: 7%;
}
.content_number .number .number_con {
    font-size: 14px;
	line-height:22px;
	margin-top:0;
	text-align: center;
}
.history {
    padding: 30px 0;
}
.history ul li span.year {
    font-size: 20px;
}
.history ul li span.wen {
    width: 90%;
    padding: 10px 15px 10px 15px;
}
.history ul li:first-child .wen {
    padding: 20px 15px 10px 15px;
}
.history ul li:last-child .wen {
    padding: 10px 15px 10px 15px;
}
.history ul li span.wen:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #939ba1;
}
.history ul li span.wen p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.vision {
    padding: 30px 0;
}
.vision .vision_block .vision_img{
	display:none;
}
.vision .vision_block .vision_img img{
    width: 100%;
}
.vision .vision_block {
    width: 100%;
    margin-right: 0;
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 20px;
}
.vision .vision_block .vision_content {
    width: 100%;
    float: right;
    padding: 20px 20px 0 20px;
}
.vision .vision_block .vision_content .title {
    font-size: 18px;
    color: #005eb8;
    padding-bottom: 10px;
}
.vision .vision_block .vision_content p {
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 0;
}
.vision .vision_block_right {
    width: 100%;
    margin-left: 0;
    height: auto;
    margin-bottom: 20px;
}
.global_column {
    padding: 30px 0 20px 0;
	height:auto;
}
.global_column a {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    font-size: 19px;
	width:100%;
	display:block;
	margin-bottom:10px;
}
.global_column a img {
    padding-right: 10px;
    padding-bottom: 10px;
	width:40px;
}
.global_country {
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 0 40px 0;
}
.global_country .global_block ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
	padding-bottom:10px;
}
.global_country .global_block ul li .global_xinxi .global_img {
    width: 12.5%;
}
.global_country .global_block ul li .global_xinxi .global_img img{
    width:100%;
	padding-left:5px;
}
.global_country .global_block ul li .global_xinxi .global_in span {
    font-size: 18px;
    margin-bottom: 8px;
}
.base {
    padding: 30px 0 0 0;
}
.base .base_block a {
    width:100%;
    margin-right:0;
    margin-bottom: 20px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 2px solid #005eb8;
    border-left: 1px solid #e8e8e8;
}
.base .base_block a .base_img {
    width: 100%;
}
.base .base_block a .base_content {
    height: auto;
    padding: 0 20px 0 20px;
    top: -12px;
}
.base .base_block a .base_content .base_title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.base .base_block a .base_content p {
    font-size: 14px;
    line-height: 24px;
}
.global_base {
    padding: 30px 0 0 0;
}
.global_base .base_block a {
    width:100%;
    margin-right:0;
    margin-bottom: 20px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 2px solid #005eb8;
    border-left: 1px solid #e8e8e8;
}
.global_base .base_block a .base_img {
    width: 100%;
}
.global_base .base_block a .base_content {
    height: auto;
	min-height:220px;
    padding: 0 20px 0 20px;
    top: -12px;
}
.global_base .base_block a .base_content .base_title {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.global_base .base_block a .base_content p {
    font-size: 14px;
    line-height: 26px;
}
.global_base .base_block{
	margin-top: 0;
}

.pro_template_content {
    padding-top: 30px;
}
.pro_template_content .pro_co {
    padding: 20px;
}
.pro_template_content .pro_co span {
    line-height: 22px;
    margin-bottom: 20px;
}
.pro_template_content .pro_co p {
    font-size: 14px;
    line-height: 22px;
}
.main_products {
    padding-top: 30px;
    padding-bottom: 23px;
}
.main_products .prolist a {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
}
.main_products .prolist a:nth-child(2n){
    margin-right:0;
}
.main_products .products_title {
    margin-bottom: 20px;
}
.pro1_customers {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pro1_customers .pro1_customers_co {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pro1_customers .pro1_customers_co .customers_ti {
    font-size: 20px;
    margin-bottom: 20px;
}
.pro1_customers .pro1_customers_co .customers_img {
    padding: 0 5px;
}.pro1_customers .pro1_customers_co .customers_img img {
    width: 100%;
}
.pro_technical {
    padding-top: 30px;
    padding-bottom: 40px;
}
.pro_technical .technicalbox .pro_technical_left {
    width: 100%;
    padding-right: 0;
	margin-bottom:20px;
}
.pro_technical .technicalbox .pro_technical_right {
    width: 100%;
}
.pro_technical .technicalbox .pro_technical_left a {
    line-height: 24px;
	padding: 5px 20px;
}
.lianxi_frame {
    height: 221px;
}
.lianxi_frame .lianxi_button {
    margin-top: 60px;
}
.material_type {
	height:150px;
}
.material_type .kejian{
	width:100%;
}
.material_type ul li {
    width: 70%;
    height: 150px;
	display: inline-block;
    float: none;
}
.neiyebanner .products_banner .products_block {
    padding-top: 30px;
}
.neiyebanner .neiye_banner_title {
	width:100%;
	padding-top: 30px;
}
.neiyebanner .neiye_banner_title span {
    font-size: 20px;
	padding-left: 25px;
	font-weight:bold;
	font-family:'黑体';
}
.neiyebanner .products_banner .mc {
    width: 100%;
	padding-top:30px;
	padding-left:0;
}
.neiyebanner .products_banner .blw {
	padding-left:0;
	
}
.neiyebanner .products_banner .m_block {
    width: 100%;
}
.neiyebanner .products_banner .products_block p {
    font-size: 14px;
    line-height: 16px;
}
.neiyebanner .products_banner .m_block span {
    margin-bottom: 0;
	margin-left: 0;
	padding-left:0;
}
.typex{
	white-space: nowrap;
	height:150px;
	font-size:0
}
.material_type ul li a .material_type_co{
	white-space:pre-wrap;
    word-wrap:break-word;
}
.material_type ul li a .material_type_co span {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 16px;
	display:block;
}
.material_type ul li a .material_type_co p {
    line-height: 16px;
}.material_type ul li a .material_type_img img {
    height: auto;
}
.material_type ul li:nth-child(3) a .material_type_img img {
	padding-top:30px;
}
.material_type_box .material_type_row a {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
	border-bottom: 2px solid #005eb8;
}
.material_type_box .material_type_row a:nth-child(2n){
    margin-right:0;
}
.material_type_box .material_type_row a .material_pro_con {
    padding: 7px 10px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.material_type_box .material_type_row a .material_pro_con .canshu span {
    padding-right: 3px;
	width:auto;
}
.material_type_box .material_type_row a .material_pro_con span {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.material_type_box .material_type_row a .con_hegit {
    height: 157px;
}

.material_type_box .material_type_row a:last-child {
	width:100%;
    height: 200px;
}
.material_type_box {
    width: 100%;
    padding: 30px 0 40px 0;
}
.products_wen {
    padding: 30px 0 30px 0;
}
.products_wen .products_wen_l {
	padding:30px 0;
    width: 100%;
    bottom: 0;
    padding-right: 0;
	position:inherit;
	line-height:24px;
}
.products_wen .products_wen_r {
	display:none;
}
.products_list {
    padding-bottom: 40px;
}
.category{
	white-space: nowrap;
	font-size:0
}
.products_list .products_category ul li {
    width: auto;
    line-height: 40px;
    border-right: 1px solid #FFF;
	padding:0 10px;
	display: inline-block;
    float: none;
}
.pro_gongyi {
    padding: 30px 0 40px 0;
}
.pro_gongyi .pro_gongyi_block a {
   	width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    border-bottom: 2px solid #005eb8;
}
.pro_gongyi .pro_gongyi_block a:nth-child(3n) {
    margin-right: 3%;
}
.pro_gongyi .pro_gongyi_block a:nth-child(2n) {
    margin-right: 0;
}
.pro_xiangmuwen {
    padding: 20px 0;
}
.pro_xiangmuwen p {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 16px;
}
.pro_xiangmuimg {
    padding: 30px 0 15px 0;
}
.pro_xiangmu_smallimg a {
    width: 27.9%;
    margin-right: 8.15%;
    border: 2px solid #69abec;
}
.pro_xiangmu_smallimg {
    padding: 30px 0;
	display:none;
}

.m_pro_xiangmu_smallimg{
	display: block;
}
.m_pro_xiangmu_smallimg a{
	margin-bottom:10px;
	display:block;
}
.m_pro_xiangmu_smallimg a img{
	width:100%;
	height:100%;
}

.pro_zhilian_bg {
    height: 60px;
}
.pro_zl_num .pro_zl_frame1{
	height:115px;
}

.pro_zl_num .pro_zl_frame1 .pro_zl_wen {
    padding: 20px 5px;
    line-height: 22px;
	text-align:center;
}
.pro_zl_num .pro_zl_frame1 .pro_zl_wen span {
    font-size: 30px;
    color: #005eb8;
    float: none;
	margin-right:0;
	line-height: 30px;
}
.pro_zl_num .pro_zl_frame1 .pro_zl_wen p {
    width: auto;
    font-size: 12px;
    float: none;
    padding-top: 0;
    line-height: 14px;
}
.pro_zl_num .pro_zl_frame1:after {
    width: 25px;
}
.pro_zl_num .pro_zl_frame2{
	height:115px;
}

.pro_zl_num .pro_zl_frame2 .pro_zl_wen {
    padding: 20px 5px;
    line-height: 22px;
	text-align:center;
}
.pro_zl_num .pro_zl_frame2 .pro_zl_wen span {
    font-size: 30px;
    color: #005eb8;
    float: none;
	margin-right:0;
	margin-left: 0;
	line-height:30px;
}
.pro_zl_num .pro_zl_frame2 .pro_zl_wen p {
	width:auto;
    font-size: 12px;
    float: none;
	padding-top: 0;
	line-height: 14px;
}
.pro_zl_num .pro_zl_frame2:before {
    width: 25px;
}
.pro_zl_num .pro_zl_frame2:after {
    width: 25px;
}
.pro_zl_num .pro_zl_frame3{
	height:115px;
}
.pro_zl_num .pro_zl_frame3 .pro_zl_wen {
    padding: 20px 5px;
    line-height: 22px;
	text-align:center;
}
.pro_zl_num .pro_zl_frame3 .pro_zl_wen span {
    font-size: 30px;
    color: #005eb8;
    float: none;
	margin-right:0;
	margin-left: 0;
	line-height:30px;
}
.pro_zl_num .pro_zl_frame3 .pro_zl_wen p {
	width:auto;
    font-size: 12px;
    float: none;
	padding-top: 0;
	line-height: 14px;
}
.pro_zl_num .pro_zl_frame3:before {
    width: 25px;
}
.pro_zl_num {
    padding: 30px 0 30px 0;
}

.pro_certificate {
    padding: 30px 0 30px 0;
}
.pro_certificate .pro_certificate_wen .pro_certificate_tit {
    margin-bottom: 15px;
}
.pro_certificate_img a {
   	width: 48.5%;
    margin-right: 3%;
	margin-bottom:20px;
}
.pro_certificate_img a:nth-child(2n){
    margin-right:0;
}
.pro_certificate_img a span {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_quality_control {
    padding: 30px 0 30px 0;
}
.pro_quality_control ul li .quality_control_ico img {
    width: 60%;
	max-width:none;
}

.pro_quality_control ul li .quality_control_ico {
    width: 60px;
    height: 60px;
    background: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border: 3px solid #9cc1ff;
}
.pro_quality_control ul li:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19%;
    height: 10px;
    width: 55px;
    background: url(../images/quality_jiantou.png);
	background-position:right;
}
.pro_quality_control ul li:nth-child(2):after {
    content: '';
    position: absolute;
    right: -75px;
    top: 19%;
    height: 10px;
    width: 55px;
    background: url(../images/quality_jiantou.png);
	background-position:right;
}
.pro_quality_control ul li .quality_control_tit {
    font-size: 14px;
    margin-top: 10px;
    line-height: 16px;
}
.pro_quality_control ul li:nth-child(3) {
    margin-right: 3%;
    width: 15%;
}
.pro_quality_control ul li {
    margin-right: 26%;
	margin-bottom: 27px;
}
.pro_device {
    margin-bottom: 40px;
}
.pro_device .pro_device_list{
	width:95%;
	margin:0 auto;
}
.pro_device .pro_device_list a {
   	width: 100%;
    margin-right:0;
    margin-top: 0;
    border-bottom: 2px solid #005eb8;
	margin-bottom: 20px;
}
.pro_device .pro_device_list a:nth-child(3n) {
   margin-right: 3%;
}
.pro_device .pro_device_list a:nth-child(2n) {
    margin-right: 0;
}
.pro_device .pro_device_list a .pro_device_co {
    padding: 15px 10px 0 10px;
    height:auto;
}
.pro_device .pro_device_list a .pro_device_co span {
    font-size: 14px;
    color: #005eb8;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 4px;
	display:block;
}
.pro_device .pro_device_list a .pro_device_canshu2 p {
    line-height: 18px;
}
.pro_device .pro_device_list a:first-child .pro_device_canshu {
    padding: 4px 10px 15px 10px;
    height: auto;
	overflow:hidden;
}
.pro_device .pro_device_list a .pro_device_canshu {
    height: auto;
	padding: 4px 10px 15px 10px;
	
}
.pro_device .pro_device_list a:last-child {
    margin-right: 0;
    width: 100%;
}
.pro_znzznl {
    padding-top: 30px;
}
.pro_znzznl .pro_znzznl_list a {
   	width: 48.5%;
    margin-right: 3%;
    border-bottom: 2px solid #005eb8;
}
.pro_znzznl .pro_znzznl_list a .tit {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_znzznl .pro_znzznl_list a p {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
	height:30px;
}
.pro_znzznl .pro_znzznl_list a p span {
    font-size: 12px;
    color: #656565;
    line-height: 20px;
    padding-right: 0;
	display:block;
}
.pro_znzznl .pro_znzznl_list .zzzznl_co {
    padding-top: 10px;
    padding-bottom: 5px;
}
.pro_znzznl .pro_znzznl_list a p strong {
    width: 100%;
    display: block;
	padding-right: 0;
}
.znzznl_ems {
    margin: 30px 0 30px 0;
    border: 1px solid #dcdddd;
}
.znzznl_ems .znzznl_ems_img {
    width:100%;
	margin-bottom:10px;
}
.znzznl_ems .znzznl_ems_block {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #005eb8;
    padding: 30px 15px 30px 15px;
}
.chongyamoju_content {
    padding-top: 30px;
}
.chongyamoju_content .pro_co {
    border-left: 2px solid #005eb8;
    padding: 20px;
}
.chongyamoju_content .pro_co p {
	margin-bottom:5px;
}
.position {
	padding:5px 0;
	line-height: 0;
	margin-top: 63px;
}
.position .route a {
	float: left;
    line-height: 18px;
	padding-right: 15px;
}
.position .route span {
    padding-top: 2px;
	display:block;
	line-height:18px;
}
.position .route span a{
	float:none;
}
.main_products_chongyamoju {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main_products_chongyamoju .products_title {
    margin-bottom: 20px;
}
.main_products_chongyamoju .prolist a {
   	width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
}
.main_products_chongyamoju .prolist a:nth-child(3n) {
    margin-right: 3%;
}
.main_products_chongyamoju .prolist a:nth-child(2n) {
    margin-right: 0;
}
.main_products_chongyamoju .prolist a .pro_title {
    font-size: 16px;
    line-height: 30px;
    margin-top: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cymj_products_wen {
    padding: 30px 0 30px 0;
}
.cymj_products_wen .products_wen_l {
    width: 100%;
    bottom: 0;
    font-size: 18px;
    color: #656565;
    padding-right: 0;
    padding-top: 18px;
}
.cymj_products_wen .products_wen_l p {
    font-size: 16px;
    line-height: 22px;
    padding-right: 0;
    margin-bottom: 10px;
}
.cymj_products_wen .products_wen_r {
	display:none;
}
.design_engineering {
    padding: 30px 0 30px 0;
}
.design_engineering .design_engineering_block {
    border-left: 2px solid #005eb8;
    padding: 16px 20px 20px 15px;
}
.design_engineering .design_engineering_block span {
    padding-bottom: 10px;
	font-size:16px;
}
.design_engineering .design_engineering_block p {
    padding-top: 13px;
	line-height:20px;
	font-size:14px;
}
.design_engineering_im .design_yuan ul{
	margin:0 auto;
	display: table;
}
.design_engineering_im .design_yuan ul li {
    margin-right: 100px;
    width: 130px;
    height: 130px;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}
.design_engineering_im .design_yuan ul li .yuan_tit span {
    font-size: 22px;
    margin-bottom: 7px;
}
.design_engineering_im .design_yuan ul li:first-child {
    margin-left: 0;
}
.design_engineering_im .design_yuan ul li .yuan_tit p {
    font-size: 12px;
}
.design_engineering_im .design_yuan ul li:first-child:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../images/m_jiahao.png);
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
	background-position:center;
}
.design_engineering_im .design_yuan ul li:nth-child(2):after {
    content: '';
    position: absolute;
    height: 20px;
    width: 30px;
    background: url(../images/m_denghao.png);
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
	background-position:center;
}
.design_engineering_im {
    padding: 40px 0 10px 0;
}
.design_engineering_im .design_img {
    padding-top: 45px;
}
.design_engineering_im .design_img2 {
    padding-top: 10px;
    margin-bottom: 0;
}
.manufacturing {
    padding-top: 30px;
    padding-bottom: 30px;
}
.manufacturing .manufacturing_box {
    border-bottom: 2px solid #005eb8;
}
.manufacturing .manufacturing_box .manufacturing_box_img {
    width: 100%;
}
.manufacturing .manufacturing_box .manufacturing_box_co {
    width: 100%;
    padding-left: 20px;
	padding-right:20px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li {
    padding-top: 30px;
    padding-bottom: 0;
    width: 100%;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li:nth-child(2){
    padding-bottom: 10px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li:first-child {
    width: 100%;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni {
    margin-bottom: 5px;
}
.manufacturing_row {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.manufacturing_row .equipment {
    padding-bottom: 20px;
}
.manufacturing_row .equipment .tit {
    font-size: 17px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi {
    line-height: 22px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxer {
    line-height: 22px;
}
.manufacturing .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi i img {
	width:15px;
}
.project_management {
    padding: 30px 0 0 0;
}
.project_management ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
    height: auto;
    float: left;
    border-left: 2px solid #005eb8;
    padding: 16px 0 11px 27px;
}
.project_management ul li span {
    font-size: 16px;
    padding-bottom: 10px;
}
.project_management ul li p {
    font-size: 14px;
    padding-top: 8px;
	line-height:12px;
}
.project_management ul li p i {
	font-size:10px;
}
.chongyamoju_zlgk {
    padding-top: 30px;
    margin-bottom: 0;
	padding-bottom: 0;
}
.inspectiontool {
    height: auto;
	padding-top:20px;
	padding-bottom:40px;
}
.inspectiontool .inspectiontool_block {
    position: inherit;
    top: -125px;
}
.inspectiontool .inspectiontool_block ul li {
   	width: 100%;
    margin-right:0;
    margin-top: 15px;
}
.contentus_column {
    padding: 30px 0;
}
.contentus_column a {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #3d79b0;
	width:100%;
	display:block;
}
.contentus_column a:first-child {
    padding-left: 0;
}
.contentus_column a img {
	width:40px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.contentus {
    padding: 30px 0 0 0;
}
.contentus ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
    background-color: #FFF;
    padding: 32px 15px;
	margin-bottom:15px;
	text-align:left;
}
.lianxi2 {
    background-color: #f5f5f5;
	padding: 0 0 40px 0;
}
.caigou_wen {
    padding: 30px 0;
}
.caigou_wen .caigou_wenl {
    width: 100%;
}
.caigou_wen .caigou_wenl .wen1 {
    color: #656565;
    line-height: 26px;
    padding-right: 0;
    padding-top: 0;
}
.caigou_wen .caigou_wenl .wen2 {
    padding-top: 10px;
}
.caigou_wen .caigou_wenr {
    width: 100%;
	margin-top:15px;
}
.caigou {
    padding: 30px 0;
}
.caigou ul li {
    width: 47.5%;
	margin-right:5%;
    height: 145px;
}
.caigou ul li:nth-child(4n) {
    margin-right: 5%;
}
.caigou ul li:nth-child(2n) {
    margin-right: 0;
}
.caigou ul li .caigou_ico {
    width: 90px;
    height: 90px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}
.caigou ul li .caigou_ico img {
    max-width: 50%;
}
.caigou ul li .caigou_tit {
	text-align:center;
}
.online_message {
    padding: 30px 0 40px 0;
}
.online_message .message_left {
    width: 100%;
}
.online_message .message_left li {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 10px;
}
.online_message .message_left li textarea {
    font-size: 16px;
    padding: 15px 15px 0 15px;
}
.online_message .message_left li input {
    font-size: 16px;
    padding: 0 15px 0 15px;
}
.online_message .message_left .biaott {
	text-align:center;
}
.online_message .message_left .biaott input {
    width: 100%;
    height: 38px;
}
.online_message .message_right {
    width: 100%;
	margin-top:20px;
}
.recruit_search {
    position: relative;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}
.recruit_search .select_w {
    width: 100%;
    margin-right: 0;
	margin-top:30px;
}
.recruit_search .m_select_w{
	margin-top:10px;
}

.recruit_search .select_w .select_a {
    width: 100%;
    height: 45px;
}
.recruit_search .select_w .select_b {
    width: 100%;
    height: 45px;
}
.recruit_search .select_c {
    width: 100%;
    height: 43px;
    font-size: 16px;
	margin-top:10px
}
.recruit_search .select_d {
    width: 100%;
    height: 43px;
	margin-top:10px;
}
.recruit .recruit_left {
    width: 100%;
}
.recruit .recruit_left a {
   	width: 48.5%;
    margin-right: 3%;
    border-bottom: 2px solid #005eb8;
	margin-bottom:20px;
}
.recruit .recruit_left a:nth-child(2n){
    margin-right: 0;
}
.recruit .recruit_left a .recuit_co {
    padding: 0 5px;
    height: 100px;
}
.recruit .recruit_left a .recuit_co p {
    line-height: 14px;
}
.recruit .recruit_right {
    width: 100%;
}
.join {
    padding-top: 30px;
    padding-bottom: 40px;
}
.join .join_tit {
    font-size: 20px;
}
.join .join_list .join_box_title {
    font-size: 18px;
    padding-bottom: 15px;
}
.join .join_list .join_box_title:after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url(../images/m_jion_jiantou.png);
}
.join .join_list .join_box_content ul li {
    width: 100%;
}
.join .join_list .join_box_content ul li:first-child {
    width: 100%;
}
.join .join_list .join_box_content ul li:first-child p {
    padding-left: 0;
    width: 100%;
}
.join .join_list .join_box_content ul li:nth-child(2) p {
    width: 100%;
    padding-left: 0;
}
.experience_work .work .t1 {
    font-size: 20px;
}

.experience_work {
    padding: 30px 0 20px 0;
}
.experience_work .work .t2 {
    font-size: 20px;
	margin-bottom: 25px;
}
.experience_work .work .swiper-slide {
    width: 100%;
}
.experience_work .work .zw {
    width: 100%;
}
.experience_work .work .zw .con span {
    font-size: 17px;
}
.experience_work .work .zw img{
    width: 100%;
	height:100%;
}
.experience_work .work .zw .con {
    bottom: -435px;
    padding: 0 30px 0 30px;
}
.experience_work .work .prevbg, .experience_work .work .nextbg {
    width: 40px;
    height: 40px;
    margin-top: -25px;
    border: none;
    transform: rotate(0deg)!important;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
}
.experience_work .work .swiper-button-next:after{
    content: 'next';
	font-size:25px!important;
}
.experience_work .work .swiper-button-prev:after{
    content: 'prev';
	font-size:25px!important;
}
.ready {
    padding: 30px 0 20px 0;
}
.ready .ready_con .ready_title {
    font-size: 20px;
    margin-bottom: 20px;
	line-height:24px;
}
.ready_tit {
    white-space: nowrap;
    font-size: 0;
}
.ready_tit li {
    width: auto;
    padding: 0 10px;
    display: inline-block;
    float: none;
}
.ready_tit li a {
    font-size: 16px;
}.ready_tit {
    margin-bottom: 15px;
}
.ready_tit li.active:after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    bottom: -1px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #005eb8;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_left {
    float: left;
    width: 100%;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right {
    width: 100%;
    padding-left: 0;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t1 {
    font-size: 18px;
	margin-top:20px;
    margin-bottom: 10px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t2 {
    font-size: 18px;
    margin-bottom: 20px;
	line-height:24px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t3 {
    font-size: 16px;
    line-height: 24px;
}
.ready_cont_w .ready_cont .re_cont .re_top .re_top_right .t4 {
    font-size: 16px;
}
.ready_cont_w .ready_cont .re_cont .m_re_bottom .re_top_left {
    width: 100%;
}
.ready_cont_w .ready_cont .re_cont .m_re_bottom .re_top_left img{
    width: 100%;
	height:100%;
}

.ready_cont_w .ready_cont .re_cont .m_re_bottom .re_top_right {
    width: 100%;
}
.ready_cont_w .ready_cont .re_cont .m_re_bottom .re_top_right p{
    font-size: 16px;
    color: #7e7e7e;
    margin-bottom: 20px;
    line-height: 24px;
	margin-top:10px;

}
.ready_cont_w .ready_cont .re_cont .m_re_bottom{
	display:block;
}
.ready_cont_w .ready_cont .re_cont .re_bottom{
	display:none;
}


.zidonghua_pro_content {
    padding-top: 30px;
}
.zidonghua_pro_content .pro_co {
    border-left: 2px solid #005eb8;
    padding: 20px;
    background-color: #f3f3f3;
}
.zidonghua_pro_content .pro_co p {
    line-height: 22px;
	font-size:14px;
}
.zidonghua_main_products {
    padding-top: 30px;
}
.zidonghua_main_products .products_title {
    margin-bottom: 20px;
}
.zidonghua_main_products .prolist a .pro_img {
    width: 35%;
}
.zidonghua_main_products .prolist a .pro_con {
    width: 65%;
    padding: 10px 10px;
	overflow:hidden;
	height: 148px;
}
.zidonghua_main_products .prolist a .pro_con p {
    font-size: 14px;
    line-height: 18px;
	padding:10px;
}
.zidonghua_main_products .prolist a {
    background-color: #f3f3f3;
	margin-bottom: 15px;
}
.qlh_cl {
    padding: 30px 0 15px 0;
}
.qlh_cl ul li {
    width: 48.33%;
    margin-right: 3.34%;
}
.qlh_cl ul li .cl_title {
    padding: 20px 15px;
    border-left: 2px solid #005eb8;
    font-size: 16px;
}
.qlh_cl ul li .cl_img {
    padding: 10px;
}
.qlh_cl ul li p {
    padding: 0 10px 15px 10px;
    font-size: 16px;
    line-height: 22px;
	height:auto;
}
.qlh_cl2 ul li .qlh_cl2_con {
    height: 41px;
}
.qlh_cl2 {
    padding: 30px 0 40px 0;
}
.qlh_jsys2 ul li .qlh_cl2_con {
    height: 41px;
}
.qlh_jsys {
    padding: 30px 0 15px 0;
}
.qlh_jsys ul li .cl_title {
    border-left: 2px solid #005eb8;
	height: 120px;
}
.qlh_jsys ul li .cl_title p {
    line-height: 22px;
    padding: 5px 10px;
	font-size:16px;
}
.qlh_jsys2 {
    padding: 30px 0 30px 0;
}
.qlh_jsys2 ul li {
   	width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 23px;
    border-bottom: 2px solid #005eb8;
}
.qlh_jsys2 ul li:nth-child(4n) {
    margin-right: 3%;
}
.qlh_jsys2 ul li:nth-child(3n) {
    margin-right: 0;
}
.qinglianghua_pro_content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.qinglianghua_pro_content .pro_co {
    border-left: 2px solid #005eb8;
    padding: 30px 20px;
    background-color: #f3f3f3;
}
.qinglianghua_pro_content .pro_co span {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.typical_equipment {
    padding-bottom: 40px;
}
.typical_equipment a {
    border-bottom: 2px solid #005ebe;
    margin-bottom: 15px;
	position: relative;
}
.typical_equipment .tit {
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 20px;
}
.typical_equipment a .case_con {
    padding: 0 5px;
    height: 106px;
	word-wrap: break-word;
	word-break: normal;
	overflow:hidden;
}
.typical_equipment a .case_con .title {
    padding-top: 15px;
	font-size:14px;
}
.typical_equipment a .case_con .canshu {
    padding-top: 10px;
    padding-bottom: 20px;
}
.typical_equipment a .case_con .canshu span {
    padding-right: 0;
	display:block;
	line-height:16px;
}
.typical_equipment a:last-child .case_con {
    width: 51.58%;
    height: auto;
    padding: 0 20px 0 20px;
}
.typical_equipment a:last-child .case_con .title {
    padding-top: 20px;
    padding-bottom: 10px;
	font-size:14px;
}
.typical_equipment a:last-child .case_con .canshu p {
    line-height: 15px;
    margin-bottom: 5px;
}
.typical_equipment a:last-child .case_con .canshu p span {
    color: #005eb8;
    padding-right: 3px;
	display: inline-block;
}
.typical_equipment a:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 51.58%;
    border-bottom: 2px solid #005ebe;
}
.qlh_xmglnl {
    padding-top: 30px;
	padding-bottom: 10px;
}
.capabilities .manufacturing_box {
    border-bottom: 2px solid #005eb8;
}
.capabilities .manufacturing_box .manufacturing_box_img {
    width: 100%;
}
.capabilities .manufacturing_box .manufacturing_box_co {
    float: right;
    width: 100%;
    padding-left: 10px;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co {
    padding-left: 10px;
	padding-right:10px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li {
    padding-top: 25px;
	width:100%;
	padding-bottom:0;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li:nth-child(2) {
    padding-left: 0;
}
.qlh_zlkz {
    padding-top: 30px;
    padding-bottom: 30px;
}
.qlh_zlkz .pro_co span {
    margin-bottom: 0;
}
.pro_qhl_zlkz .pro_znzznl_list a {
    margin-bottom: 20px;
    border-bottom: 2px solid #005eb8;
}
.pro_qhl_zlkz {
    padding-bottom: 20px;
}

.pro_qhl_zlkz .pro_znzznl_list a .tit {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 5px;
	height: 15px;
	font-size: 15px;
}
.pro_qhl_zlkz .pro_znzznl_list a:nth-child(5) .tit {
	height: 25px;
}
.pro_qhl_zlkz .pro_znzznl_list a:nth-child(6) .tit {
	height: 25px;
}
.pro_qhl_zlkz .pro_znzznl_list a .canshu {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
	height:20px;
}
.pro_qhl_zlkz .pro_znzznl_list a p {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
	height:15px;
}
.qlh_cp {
    padding: 30px 0 20px 0;
}
.qlh_cp ul li .cl_title {
    padding: 20px;
    border-left: 2px solid #034b84;
	height:75px;
	line-height:20px;
}
.qlh_cpico {
    padding: 30px 0;
}
.performance_parameter {
    padding: 30px 0 40px 0;
}
.performance_parameter .tit {
    font-size: 18px;
    color: #656565;
    margin-bottom: 25px;
}
.performance_parameter ul li{
	width:100%;
	display:block;
}
.performance_parameter ul li span{
	float:left;
	width:25%;
	padding:2px;
	line-height: 15px;
	font-size:14px;
}
.performance_parameter ul li .t {
    width: 25%;
	padding-left: 3px;
	line-height: 15px;
}
.performance_parameter ul li.firstli .c1 i {
    width: 5px;
    height: 5px;
    margin-top: 5px;
}
.performance_parameter ul li.firstli .c2 i {
    width: 5px;
    height: 5px;
    margin-top: 5px;
}
.performance_parameter ul li.firstli .c3 i {
    width: 5px;
    height: 5px;
    margin-top: 5px;
}
.stock {
    width: 100%;
    background-color: #f4f4f4;
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
	padding-bottom:30px;
}
.zidonghua_pro_content .pro_co span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.zidonghua_main_products .prolist a .pro_con .pro_title {
    font-size: 16px;
    color: #005eb8;
    margin-bottom: 10px;
}
.capabilities {
    padding-top: 30px;
    padding-bottom: 30px;
}
.cyzdh_business_scope {
    padding-top: 30px;
    padding-bottom: 10px;
}
.cyzdh_business_scope .tit {
    margin-bottom: 26px;
}
.cyzdh_business_scope ul li .business_ico {
	display:none;
}
.cyzdh_business_scope ul li {
    width: 48.5%;
	margin-right:3%;
    margin-bottom: 15px;
}
.cyzdh_business_scope ul li:nth-child(2n){
	margin-right:0;
}
.cyzdh_business_scope ul li .business_con {
    width: 100%;
    height: 190px;
    background-color: #FFF;
    border-left: 2px solid #005eb8;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 10px;
}
.cyzdh_block .tit {
    padding-top: 30px;
}
.cyzdh_block a {
    width: 48.5%;
    border-bottom: 2px solid #005ebe;
    margin-right: 3%;
}
.cyzdh_block a .case_con {
    padding: 0 10px;
}
.cyzdh_block a .case_con .tit {
    padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cyzdh_block a .case_con .canshu {
    padding-top: 0;
    padding-bottom: 10px;
	word-wrap:break-word;
	word-break:break-all;
	height:82px;
	overflow:hidden;
}
.cyzdh_block a .case_con .canshu span {
    padding-right: 40px;
	display:block;
	line-height:18px;
}
.transfer_block {
    margin-bottom: 40px;
}
.transfer_block .tit {
    margin-bottom: 20px;
    padding-top: 30px;
}
.transfer_block .transfer_l {
    width: 100%;
    margin-right: 0;
	margin-bottom:20px;
}
.transfer_block .transfer_l img{
    width: 100%;
}
.transfer_block .transfer_r {
    float: right;
    width: 100%;
}
.zidonghua_case {
    padding: 30px 0;
}

.zidonghua_case ul li .case_left {
	display:none;
}
.zidonghua_case ul li{
    width: 48.5%;
	margin-right:3%;
	border-bottom: 2px solid #005eb8;
	margin-bottom: 20px;
}
.zidonghua_case ul li:nth-child(2n){
	margin-right:0;
}
.zidonghua_case ul li .case_right {
    width: 100%;
}
.zidonghua_case ul li .case_right .case_con {
    padding: 20px 10px 15px 10px;
    height: 110px;
    overflow: hidden;
}
.zidonghua_case ul li .case_right .case_con span {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zidonghua_case2 .case_left {
    width: 65.7%;
	margin-right:3%;
    border-bottom: 2px solid #005eb8;
}
.zidonghua_case2 .case_right {
    width: 31.3%;
    border-bottom: 2px solid #005eb8;
}
.zidonghua_case2 .case_right .case_bigimg{
    width: 100%;
}
.zidonghua_case2 .case_right .case_bigimg img{
    width: 100%;
}
.zidonghua_case2 .case_left .case_con span {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zidonghua_case2 .case_left .case_con {
    padding: 20px 10px 15px 10px;
    height: auto;
    overflow: hidden;
}
.zidonghua_case2 .case_right .case_con {
    padding: 20px 10px 15px 10px;
    height: 145px;
    overflow: hidden;
}
.zidonghua_case2 .case_right .case_con span {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zidonghua_case2 {
    margin-bottom: 30px;
}
.zidonghua_system {
    margin-bottom: 25px;
}
.zidonghua_system .system_tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.zidonghua_system ul li {
    width: 48.5%;
    margin-right: 3%;
	margin-bottom:15px;
    border-bottom: 2px solid #005eb8;
}
.zidonghua_system ul li:nth-child(2n){
    margin-right: 0;
}
.zidonghua_system ul li span {
    padding: 10px 5px 10px 5px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li:first-child {
    width: 100%;
}
.main_scope {
    padding-bottom: 20px;
}
.main_scope ul li {
    border-bottom: 2px solid #005eb8;
    margin-bottom: 15px;
}
.main_scope .scope_title {
    font-size: 20px;
}
.main_scope ul li .scope_con {
    padding: 20px 15px;
    height: auto;
}
.main_scope ul li:nth-child(2) .scope_con {
    height: auto;
}
.main_scope ul li .scope_con .scope_tit {
    font-size: 16px;
}
.main_scope ul li .scope_con .scopewen {
    font-size: 14px;
	line-height:20px;
	margin-bottom:10px;
}
.main_scope ul li .scope_con .scopewen p.scope_qtp {
    width: 100%;
    float: left;
    margin-top: 0;
	line-height:20px;
}
.main_scope ul li .scope_con .scope_qt .scope_qtp {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
	margin-bottom:5px;
	width:100%;
}
.main_scope ul li .scope_con .scope_qt .scope_qtp:nth-child(2n){
    padding-right: 0;
}
.gyzdh_business_case ul li.case_first .case_con .con_c span {
    font-size: 10px;
}
.gyzdh_business_case ul li.case_third .case_con .con_c span {
    font-size: 10px;
}
.gyzdh_business_case {
    padding: 30px 0 0 0;
}
.gyzdh_business_case ul li.case_first {
    width: 28%;
    margin-right: 0.5%;
}
.gyzdh_business_case ul li.case_second {
    width: 35%;
    margin-right: 0.5%;
}
.gyzdh_business_case ul li.case_third {
    width: 36%;
}
.gyzdh_business_case ul li.case_first .case_con {
    height: auto;
    margin-top: 5px;
    background-color: #e3e6ef;
    padding: 10px 5px;
	float:inherit;
}
.gyzdh_business_case ul li.case_first .case_con .con_c {
    font-size: 14px;
    width: 100%;
    line-height: 16px;
}
.gyzdh_business_case ul li.case_third .case_con {
    width: 100%;
    height: 220px;
	float:inherit;
    margin-bottom: 5px;
    background-color: #e3e6ef;
    padding: 10px 10px 20px 10px;
}
.gyzdh_business_case ul li.case_third .case_con .con_c {
    font-size: 14px;
    line-height: 19px;
}
.zidonghua_content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.zidonghua_content .pro_co {
    border-left: 2px solid #005eb8;
    padding:20px;
}
.zidonghua_rjkfnl {
    padding-top: 30px;
    padding-bottom: 30px;
}
.zidonghua_rjkfnl img {
    max-width: none;
	width:100%;
}
.zidonghua_vat {
    margin-bottom: 25px;
}
.zidonghua_vat .system_tit {
    font-size: 20px;
	line-height:20px;
    margin-bottom: 30px;
	padding:15px 5px;
}
.zidonghua_vat ul li {
    width: 32.37%;
    margin-right: 1.445%;
    margin-bottom: 15px;
    border-bottom: 2px solid #005eb8;
}
.zidonghua_vat ul li span {
    padding: 20px 10px 20px 10px;
}
.force_analysis {
    margin-bottom: 15px;
    margin-top: 30px;
}
.force_analysis ul li .force_analysis_con {
    padding: 20px 15px 20px 15px;
}
.force_analysis ul li .force_analysis_con p {
    margin-top: 10px;
    margin-bottom: 0;
	line-height:20px;
}
.zidonghua_yingyong {
    padding-top: 0;
    padding-bottom: 40px;
	background-color:#FFF;
}
.zidonghua_yingyong ul li {
    border-bottom: 2px solid #005eb8;
	margin-bottom: 0;
}
.zidonghua_yingyong ul li span {
	padding: 20px 15px 30px 15px;
	height:70px;
	text-align:left;
}
.zidonghua_yingyong ul li:nth-child(2) span {
	padding: 20px 15px 30px 15px;
}
.stock .stock_block ul li {
    width: 48.5%;
	margin-right:3%;
}
.stock .stock_block ul li.stockb {
    width: 48.5%;
    margin-left: 0;
    margin-right: 0;
}
.stock .stock_block ul li.stockc {
    width: 100%;
	margin-right: 0;
}
.stock .stock_block ul li.stockc img{
    width: 100%;
}
.report_content {
    margin-top: 30px;
}
.report_content .report_block {
    padding: 30px 0 30px 0;
}
.report_content .report_block .report_right .report_right_img{
    width: 100%;
	overflow:hidden;
}
.report_content .report_block .report_right .report_right_img img{
    width: 100%;
}
.download {
    padding: 30px 0 35px 0;
}
.download .title {
    font-size: 22px;
    margin-bottom: 20px;
}
.news_roadshow {
    width: 100%;
    padding: 30px 0 30px 0;
}
.interaction .tit {
    margin-bottom: 30px;
}
.interaction .interaction_right .gujia {
    height: 240px;
    background-color: #eeeeee;
    padding: 15px 24px 0 24px;
}
.interaction .interaction_right .gujia .gujia_number p {
    top: -5px;
}
.interaction .interaction_right .news_right .news_tit a {
	display:none;
}
.interaction .interaction_right .news_right {
    margin-top: 22px;
    margin-bottom: 30px;
}
.interaction {
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px 0 0 0;
}
.company_overview {
    margin-bottom: 40px;
}
.company_overview .tit {
    margin-top: 20px;
}
.company_overview .company .company_img {
    width: 100%;
}
.company_overview .company .overview {
    width: 100%;
    padding: 30px 20px 20px 20px;
    border-right: 2px solid #005eb8;
}
.company_overview .company .overview p {
    margin-bottom: 20px;
}
.team_introduction .teamlist .tem_left a .team_con .team_title {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding-top: 10px;
	padding-bottom: 7px;
}
.team_introduction .teamlist .tem_left a .team_img {
    float: left;
    width: 20%;
    margin-right: 4%;
    overflow: hidden;
}
.team_introduction .teamlist .tem_left a .team_con {
    width: 76%;
    padding-right: 21px;
}
.team_introduction .teamlist .tem_left a .team_con p {
    line-height: 16px;
    margin-top: 6px;
	height:48px;
	overflow:hidden;
}
.team_introduction .teamlist .tem_right .lianxi_frame {
    padding: 10px;
	height:225px;
}
.team_introduction .teamlist .tem_right .lianxi_frame p {
    line-height: 21px;
	font-size:12px;
}
.products_list .products_list_row {
    display: none;
}
.products_list .m_pro {
    display: block;
}












}
@media (max-width: 768px) {
.zidonghua_main_products .prolist a .pro_con {
    
}
.qlh_cl ul li {
    width: 48.33%;
    margin-right: 3.34%;
}
.qlh_cl2 ul li {
   	width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 23px;
    border-bottom: 2px solid #005eb8;
}
.qlh_cl2 ul li:nth-child(4n) {
    margin-right: 3%;
}
.qlh_cl2 ul li:nth-child(3n) {
    margin-right: 0;
}
.apply_cont2_w .apply_cont2 .messagelist .data {
    width: 7%;
    margin-right: 2%;
    text-align: center;
    float: left;
}
.apply_cont2_w .apply_cont2 .message {
    width: 91%;
}


}
@media (max-width: 640px) {
.design_engineering_im .design_yuan ul li {
margin-right: 32px;
width: 96px;
height: 96px;
-moz-border-radius: 48px;
-webkit-border-radius: 48px;
border-radius: 48px;
}
.design_engineering_im .design_yuan ul li:first-child {
    margin-left: 0;
}
.design_engineering_im .design_yuan ul li:first-child:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../images/m_jiahao.png);
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
	background-position:center;
}
.design_engineering_im .design_yuan ul li:nth-child(2):after {
    content: '';
    position: absolute;
    height: 20px;
    width: 30px;
    background: url(../images/m_denghao.png);
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
	background-position:center;
}
}
@media (max-width: 480px) {
.design_engineering_im .design_yuan ul li {
	margin-right: 36px;
	width: 90px;
	height: 90px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
}
.design_engineering_im .design_yuan ul li:first-child {
    margin-left: 0;
}
.design_engineering_im .design_yuan ul li:first-child:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../images/m_jiahao.png);
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
	background-position:center;
}
.design_engineering_im .design_yuan ul li:nth-child(2):after {
    content: '';
    position: absolute;
    height: 20px;
    width: 30px;
    background: url(../images/m_denghao.png);
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
	background-position:center;
}

.zidonghua_main_products .prolist a .pro_con {
    height: 57px;
}
.qlh_cl ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.qlh_cl2 ul li {
   	width: 48.5%;
    margin-right: 3%;
    margin-bottom: 23px;
    border-bottom: 2px solid #005eb8;
}
.qlh_cl2 ul li:nth-child(3n) {
    margin-right: 3%;
}
.qlh_cl2 ul li:nth-child(2n) {
    margin-right: 0;
}
.qlh_cl2 ul li span {
    font-size: 14px;
    line-height: 16px;
}
.qlh_jsys ul li {
    float: left;
    width: 100%;
    margin-right: 0%;
    border: 1px solid #656565;
}
.qlh_jsys ul li {
	margin-bottom:15px;
}
.qlh_jsys ul li .cl_title {
	height: 70px;
}
.qlh_jsys2 ul li {
   	width: 48.5%;
    margin-right: 3%;
    margin-bottom: 23px;
    border-bottom: 2px solid #005eb8;
}

.qlh_jsys2 ul li:nth-child(4n){
    margin-right: 3%;
}
.qlh_jsys2 ul li:nth-child(3n) {
    margin-right: 3%;
}
.qlh_jsys2 ul li:nth-child(2n){
    margin-right: 0;
}
.qlh_jsys2 ul li span {
    font-size: 14px;
    line-height: 16px;
}
.typical_equipment a .case_con {
    height: 110px;
}
.typical_equipment a:last-child .case_img {
    width:100%;
}
.typical_equipment a:last-child .case_con {
    width: 100%;
    height: auto;
    padding: 0 20px 0 20px;
}
.typical_equipment a:last-child:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    border-bottom: 2px solid #005ebe;
}
.qlh_xmglnl .manufacturing_box .manufacturing_box_co ul li:first-child {
    width: 100%;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .tit {
    margin-bottom: 12px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni {
    margin-bottom: 0;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li:nth-child(2) .xixni {
    margin-bottom: 15px;
}
.capabilities .manufacturing_box .manufacturing_box_co ul li .xixni .xxyi {
    line-height: 22px;
}
.pro_qhl_zlkz .pro_znzznl_list a .canshu {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 8px;
	line-height:14px;
	height:0;
	overflow:hidden;
}
.pro_qhl_zlkz .pro_znzznl_list a:nth-child(5) .canshu {
	height:15px;
}
.pro_qhl_zlkz .pro_znzznl_list a:nth-child(6) .canshu {
	height:15px;
}
.pro_template_content .pro_co span {
    font-size: 14px;
    line-height: 22px;
}
.qlh_cp ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom:15px;
}
.qlh_cp ul li .cl_title {
    padding: 15px 20px 15px 20px;
    border-left: 2px solid #034b84;
    height: auto;
    line-height: 20px;
	font-size:16px;
}
.qlh_cp ul li:last-child .cl_title {
    border-left: 2px solid #2fade3;
}
.cyzdh_business_scope ul li {
    width: 100%;
    margin-bottom: 15px;
}
.cyzdh_business_scope ul li .business_con {
    width: 100%;
    height: 175px;
    border-left: 2px solid #005eb8;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 10px;
}
.cyzdh_business_scope ul li .bottom_con {
    margin-top: 0;
}
.zidonghua_case ul li{
    width: 100%;
	margin-right:0;
}
.zidonghua_case ul li .case_right .case_con {
    height: auto;
}
.zidonghua_case2 .case_left {

    width: 100%;
    margin-right: 0;
	margin-bottom:15px;
    border-bottom: 2px solid #005eb8;
}
.zidonghua_case2 .case_right {
    width: 100%;
    border-bottom: 2px solid #005eb8;
}
.gyzdh_business_case ul li.case_first {
    width: 100%;
    margin-right:0;
}
.gyzdh_business_case ul li.case_second {
    width: 100%;
    margin-right: 0;
}
.gyzdh_business_case ul li.case_third {
    width: 100%;
	margin-top:5px;
}
.gyzdh_business_case ul li.case_third .case_con {
    height: auto;
    float: inherit;
    margin-bottom: 5px;
    background-color: #e3e6ef;
    padding: 15px 10px 20px 10px;
}
.force_analysis ul li {
    margin-bottom: 0;
	border-bottom: 2px solid #005eb8;
}
.zidonghua_content .pro_co span {
    line-height: 20px;
    margin-bottom: 15px;
}
.zidonghua_content .pro_co p {
    line-height: 22px;
}
.zidonghua_vat ul li {
    width: 48.5%;
    margin-right: 3%;
}
.zidonghua_vat ul li:nth-child(3n){
    margin-right:3%;
}
.zidonghua_vat ul li:nth-child(2n){
    margin-right:0;
}
.zidonghua_vat ul li span {
	padding: 0 10px 0 10px;
	height:41px;
	display:table-cell;
	vertical-align:middle;
}
.zidonghua_vat .system_tit {
    font-size: 18px;
    line-height: 19px;
}
.zidonghua_yingyong ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom:15px;
}
.zidonghua_yingyong ul li:nth-child(2) {
    margin-right: 0;
    width: 100%;
	margin-bottom:0;
}
.stock .stock_block ul li.stocka{
    width: 100%;
    margin-right: 0;
	text-align: center;
	padding: 30px 0 30px 0;
}
.stock .stock_block ul li.stockb{
    width:100%;
    margin-left: 0;
    margin-right: 0;
	padding: 0 0 30px 0;
}
.stock .stock_block ul li.stockc {
    width: 100%;
    margin-right: 0;
	padding: 0 0 30px 0;
}
.stock .stock_block ul li.stocka span {
    font-size: 90px;
    color: #676767;
}
.stock .stock_block ul li.stocka a {
    margin-top: 25px;
}
.report_content .report_block .report_left {
    width: 100%;
	margin-bottom:30px;
}
.report_content .report_block .report_left p {
    line-height: 25px;
}
.report_content .report_block .report_left p span {
    line-height: 28px;
}
.report_content .report_block .report_right {
    width: 100%;
}
.report_content .report_block .report_right .report_right_download .download_left {
    width: 80%;
    font-size: 22px;
    padding: 87px 30px 20px 30px;
}
.download .download_list a {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    border-bottom: 2px solid #005eb8;
}
.download .download_list a:nth-child(3n){
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 20px;
    border-bottom: 2px solid #005eb8;
}
.download .download_list a:nth-child(2n){
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #005eb8;
}
.download a .tit {
    font-size: 18px;
    color: #005eb8;
    padding: 38px 10px 50px 10px;
}
.download a .pdfsize {
    padding: 0 10px 33px 10px;
	text-align:center;
}
.news_roadshow .roadshow_list ul li:first-child {
    width: 100%;
    margin-right:0;
}
.news_roadshow .roadshow_list ul li:first-child a .tit {
    height: 55px;
    padding: 10px;
}
.news_roadshow .roadshow_list ul li:first-child a .tit span {
    font-size: 16px;
}
.news_roadshow .roadshow_list ul li:first-child a .tit p.date {
	margin-top: 5px;
	font-size:14px;
}
.news_roadshow .roadshow_list ul li {
    width: 48.5%;
	margin-right:3%;
    margin-top: 10px;
}
.news_roadshow .roadshow_list ul li:last-child {
    margin-top: 10px;
	margin-right:0;
}
.news_roadshow .roadshow_list ul li a .tit {
    height: 30px;
    padding: 5px 10px;
	overflow:hidden;
}
.interaction .tit {
	font-size:22px;
}
.interaction .interaction_left {
    width: 100%;
    margin-right: 0;
}

.interaction .interaction_right {
    width: 100%;
}

.hudong_tit li {
    font-size: 16px;
}
.apply_cont2_w .apply_cont2 .messagelist {
    padding-right: 0;
}
.apply_cont2_w .apply_cont2 .messagelist .data {
    width: 10%;
    margin-right: 2%;
    text-align: center;
    float: left;
}
.apply_cont2_w .apply_cont2 .message {
    width: 88%;
}
.interaction .interaction_right .gujia .gujia_number p {
    top: 28px;
}
.interaction .interaction_right .gujia {
    height: 210px;
}
.interaction .interaction_right .news_right .news_tit a {
	display:block;
}
.team_introduction .teamlist .tem_left {
    width: 100%;
}
.team_introduction .teamlist .tem_left a .team_img {
    float: left;
    width: 30%;
    margin-right: 4%;
    overflow: hidden;
}
.team_introduction .teamlist .tem_left a .team_con {
    width: 66%;
}
.team_introduction .teamlist .tem_left a .team_con .team_title {
	font-size:14px;
}

.team_introduction .teamlist .tem_right {
    width: 100%;
	margin-bottom:40px;
}
.team_introduction .teamlist .tem_right .lianxi_frame {
    height: 205px;
	padding: 20px 27px 38px 27px;
}
.zidonghua_main_products .prolist a .pro_img {
    width: 100%;
}
.zidonghua_main_products .prolist a .pro_con {
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
    height: auto;
	float:left;
}
.zidonghua_main_products .prolist a .pro_con .pro_xx p {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    width: 100%;
    float: left;
}
.zidonghua_main_products .prolist a .pro_con .pro_title {
	margin-top:10px;
}
.zidonghua_main_products .prolist a .pro_con .pro_xx .pro_xx_l p{
   padding: 0;
}

}

.xgtitle{
    font-size: 18px;
    color: #656565;
    margin-bottom: 30px;
}
.xginteraction{
    padding-bottom: 0;
    background-color: #ffffff;
}
.xg_pro_device{
    padding: 72px 0 0 0;
    margin-bottom: 0;
}
.xg_pro_device .pro_device_list a:last-child{
    width: 31.13%;
    margin-right: 3.305%;
}
.xg_pro_device .pro_device_list a:nth-child(3n){
    margin-right: 0;
}
.xg_pro_znzznl{
    padding-bottom: 30px;
}
.xg_typical_equipment a:last-child{
    width: 48.42%;
}
.xg_typical_equipment a:last-child .case_img {
    width: 100%;
}
.xg_typical_equipment a:last-child .case_con{
    width: 100%;
    height: 146px;
    padding: 0 20px 0 33px;
}
.xg_typical_equipment a:last-child:after {
     width: 100%;
 }
.xg_typical_equipment a:last-child .case_con .title {
    padding-top: 48px;
    padding-bottom: 0;
}
.xg_pro_qhl_zlkz{
    padding: 72px 0 0 0;
}
.xg_pro_gongyi{
    padding: 72px 0 0 0;
}