@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
@font-face {
  font-family: SourceHanSansCN-ExtraLight;
  src: url('../font/SourceHanSansCN-ExtraLight.otf');
}
@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url('../font/SourceHanSansCN-Medium.otf');
}
@font-face {
  font-family: SourceHanSansCN-Normal;
  src: url('../font/SourceHanSansCN-Normal.otf');
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: helvetica-light;
  src: url('../font/helvetica-light.otf');
}
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif, '宋体';
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0270bb;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
bottom {
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#topline {
  height: 16px;
  background-image: url(../Images/z1.jpg);
  background-position: center center;
}
#top {
  width: 1280px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#top .logo {
  width: 130px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#top .logo a {
  display: block;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
#top .list {
  position: absolute;
  right: -20px;
  bottom: 16px;
}
#top .list ul li {
  width: 110px;
  text-align: center;
  float: left;
  line-height: 40px;
  font-size: 16px;
  background-image: url(../Images/z2.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#top .list ul li a {
  display: block;
}
#top .list ul .onfocus a {
  color: #0270bb;
  font-weight: bold;
}
#top .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#top .search {
  position: absolute;
  right: 0;
  top: 15px;
  width: 204px;
  height: 40px;
  border-bottom: solid 1px #CCCCCC;
}
#top .search input {
  width: 160px;
  height: 36px;
  border: none;
  text-indent: 7px;
  font-size: 16px;
}
#top .search input::-webkit-input-placeholder {
  color: #cfccd2;
  font-size: 16px;
}
#top .search span {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../Images/z3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#homeBanner {
  height: 776px;
  position: relative;
}
#homeBanner .swiper-container {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeBanner .swiper-container .pagination {
  text-align: center;
  position: relative;
  top: -60px;
  z-index: 100;
}
#homeBanner .swiper-container .pagination span {
  width: 47px;
  height: 3px;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 0 5px;
}
#homeBanner .swiper-container .pagination .swiper-active-switch {
  background-color: #ffcf00;
}
#inBanner {
  height: 354px;
  position: relative;
}
#inBanner .swiper-container {
  position: relative;
  height: 100%;
}
#inBanner .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#inBanner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#inBanner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#inBanner .swiper-container .pagination {
  text-align: center;
  position: relative;
  top: -28px;
  z-index: 100;
}
#inBanner .swiper-container .pagination span {
  width: 47px;
  height: 3px;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 0 5px;
}
#inBanner .swiper-container .pagination .swiper-active-switch {
  background-color: #ffcf00;
}
#homeProduct .name {
  margin: 30px 0;
}
#homeProduct .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeProduct .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#homeProduct .content {
  padding: 30px 0;
  background-color: #f4f4f4;
  position: relative;
}
#homeProduct .content .sortname {
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 22px 2px;
}
#homeProduct .content .list {
  position: relative;
  width: 1200px;
  margin: 28px auto 15px;
}
#homeProduct .content .list .btns {
  position: absolute;
  top: 120px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
#homeProduct .content .list .prev {
  left: -76px;
  background-image: url(../Images/z11.png);
}
#homeProduct .content .list .prev:hover {
  left: -76px;
  background-image: url(../Images/z9.png);
}
#homeProduct .content .list .next {
  right: -60px;
  background-image: url(../Images/z12.png);
}
#homeProduct .content .list .next:hover {
  right: -60px;
  background-image: url(../Images/z10.png);
}
#homeProduct .content .list .swiper-container {
  position: relative;
  height: 280px;
  width: 1160px;
  margin: 0 auto;
}
#homeProduct .content .list .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data {
  width: 264px;
  height: 100%;
  position: relative;
  top: 3px;
  background-color: #FFFFFF;
  background-image: url(../Images/z6.png);
  background-position: bottom 18px center;
  background-repeat: no-repeat;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data .img {
  height: 150px;
  background-color: #e5eaee;
  margin-bottom: 15px;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data .img a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-size: ;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data .sort,
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data:hover {
  background-image: url(../Images/z7.png);
  box-shadow: 0 0 10px #e6eaed;
}
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data:hover .sort a,
#homeProduct .content .list .swiper-container .swiper-wrapper .swiper-slide .data:hover .tit a {
  color: #0270bb;
}
#homeApplication .name {
  margin: 30px 0;
}
#homeApplication .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeApplication .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#homeApplication .list {
  width: 1280px;
  height: 510px;
  position: relative;
  margin: 25px auto;
}
#homeApplication .list ul li {
  width: 416px;
  height: 100%;
  position: absolute;
}
#homeApplication .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#homeApplication .list ul li .tits {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 87px;
  width: 100%;
  background-image: url(../Images/z17.png);
  color: #FFFFFF;
  z-index: 2;
  text-indent: 20px;
}
#homeApplication .list ul li .tits .t1 {
  line-height: 32px;
  font-size: 21px;
  font-family: helvetica-light;
  margin-top: 10px;
}
#homeApplication .list ul li .tits .t2 {
  line-height: 32px;
  font-size: 16px;
}
#homeApplication .list ul .app1 {
  left: 0;
  top: 0;
}
#homeApplication .list ul .app2 {
  height: 246px;
  left: 432px;
  top: 0;
}
#homeApplication .list ul .app3 {
  height: 246px;
  left: 432px;
  bottom: 0;
}
#homeApplication .list ul .app4 {
  right: 0;
  top: 0;
}
#homeMems {
  padding: 10px 0;
}
#homeMems .name {
  margin: 30px 0;
}
#homeMems .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeMems .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#homeMems .list {
  width: 1096px;
  height: auto;
  margin: 25px auto;
  position: relative;
}
#homeMems .list ul li {
  width: 274px;
  height: 266px;
  float: left;
  position: relative;
  text-align: center;
}
#homeMems .list ul li .tit {
  font-size: 18px;
  line-height: 40px;
  margin-top: 70px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeMems .list ul li .jianjie {
  font-size: 14px;
  line-height: 26px;
  padding: 5px 30px;
}
#homeMems .list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeMems .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#homeContact {
  position: relative;
  background-image: url(../Images/z19.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#homeContact .content {
  width: 1200px;
  height: 370px;
  position: relative;
  margin: 0 auto;
}
#homeContact .content .item {
  width: 600px;
  float: left;
  color: #FFFFFF;
}
#homeContact .content .item .name {
  margin: 30px 0;
}
#homeContact .content .item .name .en {
  line-height: 72px;
  text-align: center;
  font-size: 40px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z20.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeContact .content .item .name .cn {
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  font-family: SourceHanSansCN-Normal;
}
#homeContact .content .item .tips {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  line-height: 32px;
  color: #cedeed;
}
#homeContact .content .item .tips span {
  float: left;
}
#homeContact .content .item .tips .s2 {
  width: 510px;
  margin-left: 10px;
}
#homeContact .content .item .tips:after {
  content: " ";
  display: block;
  clear: both;
}
#homeContact .content .item .ewm {
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  line-height: 30px;
}
#homeOther {
  width: 1280px;
  margin: 55px auto;
  text-align: center;
}
#homeOther .item {
  display: inline-block;
  width: 460px;
  height: 260px;
  background-position: center center;
  background-size: cover;
  margin: 0 20px;
  position: relative;
}
#homeOther .item .name {
  margin: 46px 0;
  color: #FFFFFF;
}
#homeOther .item .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 42px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z20.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#homeOther .item .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#homeOther .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeOther .zxns {
  background-image: url(../Images/z22.jpg);
}
#homeOther .join {
  background-image: url(../Images/z23.jpg);
}
#search {
  height: 234px;
  background-color: #f4f4f4;
  background-image: url(../Images/z24.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#search .content {
  width: 830px;
  margin: 0 auto;
  padding-top: 36px;
  position: relative;
}
#search .content .name {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
  background-image: url(../Images/z25.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#search .content .group {
  height: 56px;
  position: relative;
  margin-top: 20px;
  border-bottom: solid 1px #e1e1e1;
}
#search .content .group input {
  height: 52px;
  width: 760px;
  position: absolute;
  left: 10px;
  top: 0;
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
  border: none;
  background: none;
  outline: none;
}
#search .content .group input::-webkit-input-placeholder {
  color: #cacaca;
  font-family: SourceHanSansCN-Normal;
  font-size: 24px;
}
#search .content .group span {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-image: url(../Images/z26.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#footer {
  padding: 50px 0;
  position: relative;
  background-image: url(../Images/z1.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#footer .content {
  width: 1280px;
  height: 160px;
  position: relative;
  margin: 0 auto;
}
#footer .content .links {
  position: absolute;
  left: 0;
  top: 0;
  width: 234px;
}
#footer .content .links select {
  width: 100%;
  height: 45px;
  background-color: #eaeaea;
  font-family: "微软雅黑";
  font-size: 14px;
  border: none;
  color: #444444;
  text-indent: 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../Images/z27.png);
  background-position: right 13px center;
  background-repeat: no-repeat;
}
#footer .content .links select::-ms-expand {
  display: none;
}
#footer .content .links .lxfs {
  margin-top: 24px;
}
#footer .content .links .lxfs a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#footer .content .menu {
  width: 320px;
  position: absolute;
  left: 300px;
  top: 0;
}
#footer .content .menu ul li {
  width: 160px;
  float: left;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
#footer .content .menu ul:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .content .tiplist {
  width: 430px;
  position: absolute;
  right: 182px;
  top: 0;
}
#footer .content .tiplist .tips {
  font-size: 14px;
  line-height: 36px;
}
#footer .content .tiplist .tips span {
  float: left;
}
#footer .content .tiplist .tips .s2 {
  width: 380px;
  margin-left: 10px;
}
#footer .content .tiplist .tips:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .content .ewm {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 92px;
  height: 92px;
}
#footer .copyright {
  width: 1280px;
  margin: 25px auto 0;
  position: relative;
  font-size: 13px;
  line-height: 32px;
  color: #888888;
}
#footer .copyright img {
  max-width: 100%;
}
#footer .copyright a {
  color: #888888;
}
#address {
  border-bottom: solid 1px #ebebeb;
}
#address .content {
  width: 1280px;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  position: relative;
}
#address .content .list a {
  font-size: 20px;
  margin-right: 40px;
  font-family: SourceHanSansCN-Regular;
  display: inline-block;
}
#address .content .list .onfocus {
  font-weight: bold;
  color: #0270bb;
  border-bottom: solid 3px #0270bb;
  height: 64px;
}
#address .content .right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #878787;
}
#about {
  width: 1280px;
  margin: 0 auto 20px;
}
#about .name {
  margin: 30px 0;
}
#about .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#about .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#about .text {
  font-size: 15px;
  line-height: 32px;
}
#about .text img {
  max-width: 100%;
}
#application .content {
  background-color: #F4F4F4;
  padding: 10px 0;
}
#application .content .data {
  width: 1280px;
  margin: 0 auto;
}
#application .content .data .name {
  margin: 30px 0;
}
#application .content .data .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#application .content .data .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#application .content .data .text {
  font-size: 15px;
  line-height: 32px;
  margin: 30px 0;
}
#application .content .data .text img {
  max-width: 100%;
}
#application .container {
  padding: 40px 0;
  background-image: url(../Images/z42.jpg);
  background-repeat: no-repeat;
  background-size: 50% 100%;
  position: relative;
}
#application .container .groups {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#application .container .groups .group {
  width: 590px;
  float: left;
  position: relative;
}
#application .container .groups .group .sname {
  line-height: 60px;
  font-size: 28px;
  font-family: SourceHanSansCN-Normal;
}
#application .container .groups .group .stext {
  font-size: 16px;
  line-height: 42px;
  padding-left: 24px;
  background-image: url(../Images/z44.png);
  background-repeat: repeat-y;
  background-position: left 5px top;
}
#application .container .groups .group .product {
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  color: #fc8a4e;
  padding-left: 24px;
  background-image: url(../Images/z45.png);
  background-position: left 2px center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#application .container .groups .group .product a {
  color: #fc8a4e;
}
#application .container .groups .r {
  float: right;
}
#product_show .content {
  background-color: #F4F4F4;
  padding: 10px 0;
}
#product_show .content .data {
  width: 1280px;
  margin: 0 auto;
}
#product_show .content .data .name {
  margin: 30px 0;
}
#product_show .content .data .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#product_show .content .data .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#product_show .content .data .group {
  margin: 30px 0;
  position: relative;
}
#product_show .content .data .group .text {
  font-size: 15px;
  line-height: 32px;
  float: left;
  width: 620px;
}
#product_show .content .data .group .text img {
  max-width: 100%;
}
#product_show .content .data .group .img {
  width: 616px;
  height: 350px;
  background-color: #e5eaee;
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  border: solid 1px #DDDDDD;
}
#product_show .container {
  padding: 40px 0;
  background-color: #e9e9e9;
  position: relative;
}
#product_show .container .groups {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#product_show .container .groups .group {
  width: 590px;
  float: left;
  position: relative;
}
#product_show .container .groups .group .sname {
  line-height: 60px;
  font-size: 28px;
  font-family: SourceHanSansCN-Normal;
}
#product_show .container .groups .group .stext {
  font-size: 16px;
  line-height: 42px;
  padding-left: 24px;
  background-image: url(../Images/z44.png);
  background-repeat: repeat-y;
  background-position: left 5px top;
}
#product_show .container .groups .group .product {
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  color: #fc8a4e;
  padding-left: 24px;
  background-image: url(../Images/z45.png);
  background-position: left 2px center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product_show .container .groups .group .product a {
  color: #fc8a4e;
}
#product_show .container .groups .group .items {
  margin-top: 36px;
}
#product_show .container .groups .group .items .item {
  line-height: 60px;
  border: solid 1px #0270bb;
  border-radius: 3px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  font-family: SourceHanSansCN-Normal;
}
#product_show .container .groups .group .items .item a {
  color: #0270bb;
  display: block;
}
#product_show .container .groups .group .items .item img {
  vertical-align: middle;
  margin-right: 22px;
}
#product_show .container .groups .r {
  float: right;
}
#OEM_introduction .content {
  padding: 10px 0;
}
#OEM_introduction .content .data {
  width: 1280px;
  margin: 0 auto;
}
#OEM_introduction .content .data .name {
  margin: 30px 0;
}
#OEM_introduction .content .data .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#OEM_introduction .content .data .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#OEM_introduction .content .data .text {
  font-size: 15px;
  line-height: 32px;
  margin: 30px 0;
}
#OEM_introduction .content .data .text img {
  max-width: 100%;
}
#OEM_introduction .container {
  padding: 40px 0;
  position: relative;
}
#OEM_introduction .container .groups {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#OEM_introduction .container .groups .group {
  width: 604px;
  float: left;
  position: relative;
  border: solid 1px #DDDDDD;
  padding-bottom: 10px;
  margin: 10px;
}
#OEM_introduction .container .groups .group .sname {
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #0470bb;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#OEM_introduction .container .groups .group .img {
  padding: 15px;
}
#OEM_introduction .container .groups .group .text {
  padding: 0 15px;
}
#OEM_introduction .container .groups .group .text .stext {
  font-size: 15px;
  line-height: 36px;
  padding-left: 32px;
  background-image: url(../Images/z49.png);
  background-repeat: repeat-y;
  background-position: left 5px top;
}
#OEM_introduction .container .groups .group .rean {
  font-size: 14px;
  line-height: 36px;
  color: #0270bb;
  padding: 0 47px;
}
#OEM_introduction .container .groups .group .rean a {
  color: #0270bb;
}
#OEM_introduction .container .groups .group .product {
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  color: #fc8a4e;
  padding-left: 24px;
  background-image: url(../Images/z45.png);
  background-position: left 2px center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#OEM_introduction .container .groups .group .product a {
  color: #fc8a4e;
}
#OEM_introduction .container .groups .group .items {
  margin-top: 36px;
}
#OEM_introduction .container .groups .group .items .item {
  line-height: 60px;
  border: solid 1px #0270bb;
  border-radius: 3px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  font-family: SourceHanSansCN-Normal;
}
#OEM_introduction .container .groups .group .items .item a {
  color: #0270bb;
  display: block;
}
#OEM_introduction .container .groups .group .items .item img {
  vertical-align: middle;
  margin-right: 22px;
}
#OEM_introduction .container .groups .r {
  float: right;
}
#process .content {
  padding: 10px 0;
}
#process .content .data {
  width: 1280px;
  margin: 0 auto;
}
#process .content .data .name {
  margin: 30px 0;
}
#process .content .data .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#process .content .data .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#process .content .data .text {
  font-size: 15px;
  line-height: 32px;
  margin: 30px 0;
}
#process .content .data .text img {
  max-width: 100%;
}
#process .content .data .downdata {
  line-height: 90px;
  height: 90px;
  font-size: 16px;
  position: relative;
  padding-left: 150px;
  background-image: url(../Images/z55.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#process .content .data .downdata a {
  display: inline-block;
  padding-right: 26px;
  background-position: right center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #fc8a4e;
}
#process .content .data .downdata .down {
  background-image: url(../Images/z56.png);
}
#process .content .data .downdata .view {
  background-image: url(../Images/z57.png);
}
#process .content .data .jianjie {
  margin: 30px 0;
  font-size: 16px;
  line-height: 32px;
}
#process .container {
  position: relative;
}
#process .container .groups {
  width: 1280px;
  margin: 0 auto 40px;
  position: relative;
}
#process .container .groups .group {
  width: 604px;
  float: left;
  position: relative;
  padding-bottom: 10px;
  margin: 10px;
}
#process .container .groups .group .sname {
  line-height: 32px;
  font-size: 20px;
  margin: 10px 0;
  color: #0270bb;
}
#process .container .groups .group .img {
  padding: 15px;
}
#process .container .groups .group .text .stext {
  font-size: 15px;
  line-height: 32px;
  padding-left: 15px;
  background-image: url(../Images/z58.png);
  background-repeat: repeat-y;
  background-position: left top;
}
#process .container .groups .group .rean {
  font-size: 14px;
  line-height: 36px;
  color: #0270bb;
  padding: 0 47px;
}
#process .container .groups .group .rean a {
  color: #0270bb;
}
#process .container .groups .group .product {
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  color: #fc8a4e;
  padding-left: 24px;
  background-image: url(../Images/z45.png);
  background-position: left 2px center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#process .container .groups .group .product a {
  color: #fc8a4e;
}
#process .container .groups .group .items {
  margin-top: 36px;
}
#process .container .groups .group .items .item {
  line-height: 60px;
  border: solid 1px #0270bb;
  border-radius: 3px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 22px;
  font-family: SourceHanSansCN-Normal;
}
#process .container .groups .group .items .item a {
  color: #0270bb;
  display: block;
}
#process .container .groups .group .items .item img {
  vertical-align: middle;
  margin-right: 22px;
}
#process .container .groups .r {
  float: right;
}
#product .content {
  background-color: #F4F4F4;
  padding: 10px 0;
}
#product .content .data {
  width: 1280px;
  margin: 0 auto;
}
#product .content .data .name {
  margin: 30px 0;
}
#product .content .data .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#product .content .data .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#product .content .data .text {
  font-size: 15px;
  line-height: 32px;
  margin: 30px 0;
}
#product .content .data .text img {
  max-width: 100%;
}
#product .container {
  width: 1280px;
  margin: 0 auto 40px;
  position: relative;
}
#product .container .row {
  border-bottom: solid 1px #DDDDDD;
  position: relative;
}
#product .container .row .item {
  float: left;
  position: relative;
  line-height: 40px;
  padding: 12px;
  font-family: SourceHanSansCN-Normal;
  font-size: 20px;
  text-align: center;
}
#product .container .row .proname {
  width: 280px;
  font-family: SourceHanSansCN-Regular;
  font-size: 26px;
}
#product .container .row .proname3 {
  width: 280px;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
}
#product .container .row .onfocus {
  height: 40px;
  font-size: 30px;
}
#product .container .row .app {
  width: 210px;
  margin-right: 10px;
}
#product .container .row:after {
  content: " ";
  display: block;
  clear: both;
}
#product .container .tabpName .proname2 {
  background-color: #ecedef;
}
#product .container .tabaName .app {
  background-color: #3b5997;
  color: #FFFFFF;
}
#product .container .bottomtips {
  line-height: 60px;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #444444;
  text-indent: 60px;
}
#recruit {
  width: 1280px;
  margin: 0 auto 20px;
}
#recruit .name {
  margin: 30px 0;
}
#recruit .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#recruit .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#recruit .datalist {
  padding: 30px 0;
}
#recruit .datalist ul li {
  line-height: 46px;
  height: 46px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  font-size: 16px;
  padding-left: 26px;
  background-image: url(../Images/z37.jpg);
  background-position: left 7px center;
  background-repeat: no-repeat;
}
#recruit .datalist ul li a {
  display: block;
  max-width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#recruit .datalist ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: rgba(59, 59, 59, 0.7);
}
#recruit .datalist ul li:hover a {
  font-weight: bold;
  color: #0270bb;
}
#recruitshow .content {
  background-color: #F4F4F4;
  padding: 50px 0;
}
#recruitshow .content .data {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#recruitshow .content .data .title {
  line-height: 70px;
  font-family: SourceHanSansCN-Normal;
  font-size: 30px;
  border-bottom: solid 1px #DDDDDD;
}
#recruitshow .content .data .items {
  margin-top: 36px;
  position: relative;
  height: 85px;
}
#recruitshow .content .data .items .item {
  width: 336px;
  height: 85px;
  float: left;
  position: relative;
}
#recruitshow .content .data .items .item .icon {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 0;
}
#recruitshow .content .data .items .item .obj {
  padding: 0 20px 0 100px;
}
#recruitshow .content .data .items .item .obj .t1 {
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
}
#recruitshow .content .data .items .item .obj .t2 {
  font-size: 15px;
  line-height: 35px;
  color: #0270bb;
}
#recruitshow .content .data .items .date {
  width: 270px;
}
#recruitshow .show {
  width: 1280px;
  margin: 30px auto;
  position: relative;
  font-size: 15px;
  line-height: 32px;
}
#recruitshow .show img {
  max-width: 100%;
}
#newslist {
  position: relative;
}
#newslist .content {
  padding: 10px 0 40px 0;
  background-color: #f4f4f4;
}
#newslist .content .name {
  margin: 30px 0;
}
#newslist .content .name .en {
  line-height: 90px;
  text-align: center;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#newslist .content .name .cn {
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#newslist .content .tjlist {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#newslist .content .tjlist ul {
  width: 1330px;
  position: relative;
}
#newslist .content .tjlist ul li {
  width: 400px;
  height: 380px;
  position: relative;
  float: left;
  margin-right: 40px;
}
#newslist .content .tjlist ul li .img {
  height: 254px;
  border: solid 1px #DDDDDD;
  position: relative;
  padding: 4px;
}
#newslist .content .tjlist ul li .img .pic {
  height: 100%;
}
#newslist .content .tjlist ul li .img .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#newslist .content .tjlist ul li .tit {
  font-size: 16px;
  line-height: 32px;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}
#newslist .content .tjlist ul li .date {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  line-height: 26px;
  color: #555555;
}
#newslist .datalist {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}
#newslist .datalist ul li {
  line-height: 46px;
  height: 46px;
  position: relative;
  font-size: 16px;
  padding-left: 18px;
  background-image: url(../Images/z32.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#newslist .datalist ul li a {
  display: block;
  max-width: 1000px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .datalist ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: rgba(59, 59, 59, 0.7);
}
#newslist .datalist ul li:hover a {
  font-weight: bold;
  color: #0270bb;
}
#contact {
  width: 1280px;
  margin: 30px auto;
  position: relative;
}
#contact .name {
  margin: 30px 0;
}
#contact .name .en {
  line-height: 90px;
  text-align: left;
  font-size: 48px;
  font-family: SourceHanSansCN-ExtraLight;
  background-image: url(../Images/z4.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
#contact .name .cn {
  line-height: 70px;
  text-align: left;
  font-size: 30px;
  font-family: SourceHanSansCN-Normal;
}
#contact .content {
  margin: 50px 0;
  position: relative;
}
#contact .content .data {
  width: 620px;
  float: left;
  position: relative;
}
#contact .content .data .webname {
  font-size: 20px;
  line-height: 32px;
}
#contact .content .data .address {
  font-size: 15px;
  line-height: 32px;
  color: #555555;
}
#contact .content .data .items {
  margin-top: 30px;
}
#contact .content .data .items .item {
  width: 190px;
  float: left;
  text-align: center;
  padding-top: 80px;
  font-size: 16px;
  line-height: 40px;
  background-position: top 15px center;
  background-repeat: no-repeat;
}
#contact .content .data .items .tel {
  background-image: url(../Images/z33.png);
}
#contact .content .data .items .fax {
  background-image: url(../Images/z34.png);
}
#contact .content .data .items .email {
  background-image: url(../Images/z35.png);
}
#contact .content .guestbook {
  width: 590px;
  float: right;
  position: relative;
}
#contact .content .guestbook form select {
  margin: 5px 0;
  width: 100%;
  border: solid 1px #d6d6d6;
  height: 54px;
  font-size: 15px;
  text-indent: 18px;
  color: rgba(70, 70, 70, 0.5);
  border-radius: 3px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../Images/z27.png);
  background-position: right 18px center;
  background-repeat: no-repeat;
}
#contact .content .guestbook form select option {
  font-size: 15px;
}
#contact .content .guestbook form input {
  margin: 5px 0;
  width: 588px;
  border: solid 1px #d6d6d6;
  height: 50px;
  font-size: 15px;
  text-indent: 18px;
  color: rgba(70, 70, 70, 0.5);
  border-radius: 3px;
}
#contact .content .guestbook form input::-webkit-input-placeholder {
  color: rgba(70, 70, 70, 0.5);
}
#contact .content .guestbook form textarea {
  margin: 5px 0;
  width: 556px;
  border: solid 1px #d6d6d6;
  height: 130px;
  font-size: 15px;
  color: rgba(70, 70, 70, 0.5);
  border-radius: 3px;
  padding: 15px;
}
#contact .content .guestbook form textarea::-webkit-input-placeholder {
  font-family: "微软雅黑";
  color: rgba(70, 70, 70, 0.5);
}
#contact .content .guestbook form .submit {
  border: solid 1px #0270bb;
  color: #0270bb;
  background-color: #FFFFFF;
  text-indent: 0;
  font-family: arial;
  font-size: 22px;
}
#contips {
  height: 156px;
  background-image: url(../Images/z36.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#contips .content {
  height: 156px;
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#contips .content .link1 {
  width: 530px;
  height: 60px;
  position: absolute;
  left: 150px;
  top: 50px;
}
#contips .content .link2 {
  width: 330px;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 50px;
}
/*内容详情页*/
#show {
  width: 1280px;
  margin: 30px auto;
  position: relative;
}
#show .title {
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}
#show .miaoshu {
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #888888;
}
#show .text {
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 15px;
  color: #3F3F3D;
}
#show .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
#page {
  text-align: center;
  margin-bottom: 40px;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  padding: 4px 10px;
  font-size: 14px;
  margin: 0 3px;
}
#page .current {
  background-color: #0270bb;
  border-color: #0270bb;
  color: #FFFFFF;
}
#searchlist .list {
  width: 1280px;
  margin: 30px auto;
  position: relative;
}
#searchlist .list ul li {
  line-height: 45px;
  font-size: 16px;
  border-bottom: dashed 1px #DDDDDD;
  position: relative;
}
#searchlist .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #888888;
}
