@charset "utf-8";
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
body {
  font-family: "microsoft yahei";
  overflow-x: hidden;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  color: #666;
}
a:hover {
  color: #e75826;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width: 1200px;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  display: block;
  content: "";
}
/*-header-*/
.header {
  clear: both;
}
/*-banner-*/
.banner {
  clear: both;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.banner .slick-dots .slick-active button {
  background: #e75826;
}
.logo {
  padding-top: 30px;
}
.logo .Language {
  font-family: arial;
}
.logo .Language a {
  border: 1px solid #dedede;
  float: left;
  padding: 3px 10px;
  font-size: 14px;
  color: #343c48;
  transition: 0.5s;
}
.logo .Language a:hover {
  border: 1px solid #e75826;
  color: #e75826;
}
.logo .Language a.en {
  margin-left: -1px;
}
.logo .Language a.active {
  border: 1px solid #e75826;
  color: #e75826;
  position: relative;
  z-index: 2;
}
.logo .search {
  margin-left: 14px;
  position: relative;
  display: none;
}
.logo .search .searbtn {
  cursor: pointer;
}
.logo .search .seardown {
  width: 365px;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 10px 15px;
  background: #f7f7f7;
  box-shadow: 0 0 10px #999;
  display: none;
  z-index: 555;
}
.logo .search .seardown .searinput {
  width: 78%;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  float: left;
}
.logo .search .seardown .searsub {
  width: 10%;
  height: 30px;
  background: url(../images/sear.png) no-repeat center;
  border: 1px solid #ddd;
}
.logo .search .searclosed {
  height: 28px;
  float: right;
  margin-top: 1px;
  cursor: pointer;
}
.nav {
  border-bottom: 4px solid #e4e8ea;
  margin-top: 33px;
}
.nav ul li {
  float: left;
  list-style: none;
  width: 12.5%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid #d1d3d5;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  color: #312d2d;
}
.nav ul li:hover a {
  border-bottom: 4px solid #e75826;
}
.nav ul li:hover ul li a {
  border: 0;
}

.nav ul li ul {
  position: absolute;
  width: 100%;
  min-width: 200px;
  z-index: 5555;
  background: #fff;
  padding: 10px 0;
  display: none;
}
.nav ul li ul li {
  float: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.nav ul li ul li:hover a {
  color: #e75826;
}
.nav ul li ul li:hover .threedown a {
  color: #312d2d;
}
.nav ul li ul li a {
  display: block;
  font-size: 13px;
}
.nav ul li ul li .threedown {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  background: #fff;
}
.nav ul li ul li .threedown a:hover {
  color: #e75826;
}
.nav ul li.active a {
  border-bottom: 4px solid #e75826;
}
.nav ul li.active ul li a {
  border: 0;
}
.inn {
  max-width: 1600px;
  margin: 1px auto 0;
}
.inn .col-md-3 {
  padding: 0;
}
.inn .col-md-3:after {
  padding-bottom: 38.75%;
}
.inpro {
  margin-bottom: 105px;
}
.inptit {
  text-align: center;
  margin: 60px 0 85px;
}
.inptit span {
  font-size: 26px;
  color: #101011;
  display: block;
  background: url(../images/inpline.jpg) repeat-x center;
  max-width: 1600px;
  margin: 0 auto;
}
.inptit span em {
  font-style: normal;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}
.inptit p {
  font-size: 14px;
  width: 75%;
  margin: 25px auto;
  line-height: 30px;
  max-height: 118px;
  overflow: hidden;
  text-indent:2em;
  text-align:left;
}
.inptit a {
  width: 180px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  overflow: hidden;
  background: #006699;
  color: #fff;
  display: inline-block;
}
.inpcon .col-md-3 {
  padding: 0;
}
.inpcon .col-md-3 .pic:after {
  padding-bottom: 76.65369649805447%;
}
.inpcon .col-md-3 .pic img {
  transition: 0.5s;
}
.inpcon .col-md-3 .inpca {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #373535;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  transition: 0.5s;
}
.inpcon .col-md-3:hover img {
  transform: scale(1.2);
}
.inpcon .col-md-3:hover .inpca {
  color: #e75826;
}
.inpcon .slick-prev,
.inpcon .slick-next {
  width: 26px;
  height: 48px;
  transform: rotate(0);
}
.inpcon .slick-prev {
  background: url(../images/inpprev.jpg) no-repeat center;
  left: -30px;
}
.inpcon .slick-next {
  background: url(../images/inpnext.jpg) no-repeat center;
  right: -30px;
}
.innews {
  padding: 0 0 45px;
  overflow: hidden;
  /*background: url(../images/innew.jpg) no-repeat top center;*/
  background:#EEEEEE;
}
.innews .inptit {
  margin-bottom: 80px;
}
.innews .inptit span {
  background: none;
  position: relative;
}
.innews .inptit span em {
  width: 44%;
  position: absolute;
  border-bottom: 1px solid #88898a;
  top: 50%;
}
.innews .inptit span em.left {
  left: 0;
}
.innews .inptit span em.right {
  right: 0;
}
.innewcon ul li {
  list-style: none;
  float: left;
  width: 30%;
  margin-right: 5%;
}
.innewcon ul li:last-child {
 
  margin-right: 0;
}
.innewcon ul li .pic {
  width: 100%;
}
.innewcon ul li .pic:after {
  padding-bottom: 31.818181818181817%;
}
.innewcon ul li .pic img {
  transition: 0.5s;
}
.innewcon ul li .innewtxt {
  background: #fff;
  padding: 20px 18px;
}
.innewcon ul li .innewtxt a {
  display: block;
  font-size: 14px;
  color: #000;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  transition: 0.5s;
}
.innewcon ul li .innewtxt span {
  font-size: 14px;
  color: #717171;
}
.innewcon ul li .innewtxt p {
  font-size: 14px;
  color: #767676;
  line-height: 23px;
  margin-top: 5px;
  height: 46px;
  overflow: hidden;
  transition: 0.5s;
}
.innewcon ul li:hover .innewtxt a {
  color: #e75826;
}
.innewcon ul li:hover .innewtxt p {
  color: #444;
}
.innewcon ul li:hover img {
  transform: scale(1.2);
}
.inabout .inptit {
  margin-bottom: 40px;
}
.inabout a {
  width: 250px;
  height: 30px;
  font-size: 16px;
  font-family: arial;
  display: block;
  border: 2px solid #bbb;
  text-align: center;
  line-height: 30px;
  margin: 60px auto 0;
  color: #9d9d9d;
  background: url(../images/more.jpg) no-repeat 98% center;
  border-radius: 5px;
  transition: 0.5s;
}
.inabout a:hover {
  background: #e75826;
  color: #fff;
  border: 2px solid #e75826;
}
.inabcon {
  min-height: 90px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  text-indent:2em;
}
.inabcon p {
  margin-bottom: 0;
  line-height: 30px;
}
.footer-logo {
  max-width: 1440px;
  margin: 40px auto 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  line-height: 50px;
}
.footer-logo span {
  float: right;
  display: inline-block;
  width: 40%;
  height: 50px;
  text-align: center;
  background: #006699;
  font-size: 18px;
  color: #fff;
}
.footer-logo span b {
  font-size: 24px;
  font-weight: 100;
  font-family: arial;
}
.footernav {
  border-bottom: 1px solid #dfdfdf;
}
.footernav dl {
  float: left;
  width: 20%;
  border-left: 1px solid #dfdfdf;
  min-height: 270px;
  padding: 30px 0 0 28px;
  font-size: 14px;
  margin: 0;
}
.footernav dl dt {
  margin-bottom: 5px;
}
.footernav dl dt a {
  color: #e75826;
}
.footernav dl dd {
  line-height: 25px;
}
.footernav dl dd a:hover {
  font-size: 13px;
  font-weight: 600;
}
.copy {
  line-height: 78px;
  font-size: 14px;
  text-align: center;
}
.copy .link {
  display: inline-block;
  width: 81px;
  height: 18px;
  border: 1px solid #bebebe;
  line-height: 18px;
  text-align: left;
  text-indent: 5px;
  margin: 0 10px;
  cursor: pointer;
  background: url(../images/linkbg.jpg) no-repeat 93% center;
  position: relative;
}
.copy .link .lindown {
  position: absolute;
  bottom: 20px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 5px #ddd;
  padding: 5px 0;
  display: none;
}
.copy .link .lindown a {
  display: block;
  text-align: center;
}
.copy .ferweima {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.copy .ferweima .ewmwrap {
  width: 140px;
  border: 1px solid #999;
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -70px;
}
.copy .ferweima .ewmwrap:after {
  padding-bottom: 100%;
}
.copy .ferweima:hover .ewmwrap {
  display: block;
}
.mbx {
  text-align: right;
  line-height: 35px;
  font-size: 14px;
  color: #838383;
}
.mbx a {
  color: #838383;
  transition: 0.5s;
}
.mbx a:hover {
  color: #e75826;
}
.ny .inptit {
  margin: 10px 0 30px;
}
.ny .inptit span {
  font-size: 30px;
}
.about .container {
  width: 1000px;
  padding: 0;
}
.about .container .aboutimg {
  margin-bottom: 30px;
}
.about .container p {
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 30px;
  line-height: 25px;
  text-align: left;
  text-indent: 2em;
}
.xgnews {
  background: #f7f7f7;
  padding: 35px 0;
}
.xgnews h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.xgnews ul {
  margin: 20px 0 0;
  width: 41.198%;
}
.xgnews ul li {
  font-size: 14px;
  list-style: none;
}
.xgnews ul li a {
  color: #636363;
  transition: 0.5s;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  float: left;
  width: 80%;
}
.xgnews ul li a:hover {
  color: #e75826;
}
.xgnews ul li span {
  float: right;
  font-family: arial;
  color: #7c7c7c;
  line-height: 35px;
}
.nyfooterlogo {
  margin-top: 0;
}
.fenlei {
  margin-top: 20px;
}
.fenlei .menu {
  width: 52.549%;
  margin: 0 auto;
  padding: 0;
}

.fenlei .menu a {
  display: inline-block;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}


.fenlei .menu .cur {
  position: relative;
}
.fenlei .menu .cur:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #e75826;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.fenlei .menu .slick-slide {
  text-align: center;
}
.fenlei .menu .slick-arrow {
  width: 20px;
  height: 30px;
  transform: rotate(0);
  top: 47px;
}
.fenlei .menu .slick-next {
  right: -20px;
  background: url(../images/next.png) no-repeat center;
}
.fenlei .menu .slick-prev {
  left: -20px;
  background: url(../images/prev.png) no-repeat center;
}
.fenlei .line {
  height: 4px;
  background: #e4e4e4;
  position: relative;
  top: -9px;
}
.twofenlei {
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  margin-top: -9px;
}
.twofenlei .flcon {
  width: 100%;
  max-width:800px;
  margin: 0 auto;
  padding: 40px 0;
	/*text-align:center;*/
}
.twofenlei .flcon a {
  color: #fff;
  /*margin-right: 5%;*/
  transition: 0.5s;
  text-align:center;
}
.twofenlei .flcon a:hover {
  color: #e75826;
}
.pro ul li {
  list-style: none;
  float: left;
  width: 16.24%;
  margin: 0 11.68% 5% 0;
}
.pro ul li .pic img {
  transition: 0.5s;
}
.pro ul li .pic:after {
  padding-bottom: 75%;
}
.pro ul li a.protita {
  display: block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  transition: 0.5s;
}
.pro ul li:hover img {
  transform: scale(1.2);
}
.pro ul li:hover a.protita {
  background: #e75826;
  color: #fff;
}
.page {
  text-align: center;
  font-family: arial;
  font-size: 13px;
  background: #f1f1f1;
  padding: 20px 0;
  margin: 55px 0;
}
.page a {
  margin: 0 8px;
  color: #828282;
  transition: 0.5s;
}
.page a:hover {
  color: #e75826;
  text-decoration: underline;
}
.page a.prev,
.page a.next {
  margin: 0 20px;
}
.pro_show .container {
  width: 1030px;
}
.pshowtit {
  border-bottom: 1px solid #d2d2d2;
  line-height: 35px;
  margin-top: 20px;
  font-size: 24px;
  color: #373535;
  text-align:center;
}
.pshowtit span {
  font-size: 14px;
  color: #787878;
}
.proimg {
  margin: 40px 0;
}
.proimg .big {
  float: left;
  width: 85.1%;
  border: 1px solid #ececec;
  margin-top: 4px;
}
.proimg .big ul li {
  list-style: none;
  position: relative;
  overflow: hidden;
}
.proimg .big ul li:after {
  content: "";
  display: block;
  padding-bottom: 54.9%;
}
.proimg .small {
  float: right;
  width: 14%;
}
.proimg .small span {
  position: relative;
  display: block;
  border: 1px solid #ededed;
  margin: 2.1% 0;
  cursor: pointer;
}
.proimg .small span:after {
  content: "";
  display: block;
  padding-bottom: 51.5%;
}
.proimg .small .slick-current {
  border: 1px solid #e75826;
}
.protit {
  border-top: 1px solid #d2d2d2;
  font-size: 24px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.protit span {
  display: inline-block;
  border-top: 3px solid #e75826;
  position: relative;
  top: -2px;
  padding-right: 20px;
}
.detailed_pro {
  margin-bottom: 50px;
}
.detailed_pro table {
  width: 100%;
}
.detailed_pro td {
  height: 40px;
  line-height: 40px;
  border: 1px solid #d5d9da;
  text-align: center;
  font-family: arial;
}
.parameter {
  margin-bottom: 50px;
}
.parameter p {
  font-size: 14px;
  color: #575757;
  line-height: 25px;
  margin-bottom: 25px;
}
.inquiry p {
  font-size: 14px;
  color: #575757;
  line-height: 25px;
  margin-bottom: 25px;
}
.inquiry .inquirycon label {
  width: 49.6%;
  margin-bottom: 10px;
  position: relative;
}
.inquiry .inquirycon label input {
  width: 95%;
  border: 1px solid #cfcfcf;
  font-weight: 100;
  font-family: "微软雅黑";
  padding-left: 10px;
  line-height: 40px;
  height: 40px;
  transition: 0.5s;
}
.inquiry .inquirycon label input:focus {
  border: 1px solid #e75826;
  box-shadow: 0 0 2px #e75826;
}
.inquiry .inquirycon label textarea {
  font-size: 14px;
  font-weight: 100;
  font-family: "微软雅黑";
  padding-left: 10px;
  border: 1px solid #cfcfcf;
  width: 100%;
  height: 105px;
  transition: 0.5s;
}
.inquiry .inquirycon label textarea:focus {
  border: 1px solid #e75826;
  box-shadow: 0 0 2px #e75826;
}
.inquiry .inquirycon label span {
  color: #f00;
  font-weight: 100;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 5px;
}
.inquiry .inquirycon label.content {
  width: 97.4%;
}
.inquiry .inquirycon label.code {
  width: 100%;
}
.inquiry .inquirycon label.code input {
  width: 40%;
  float: left;
}
.inquiry .inquirycon label.code img {
  cursor: pointer;
  float: left;
}
.inquiry .inquirycon label.code a {
  float: left;
  font-weight: 100;
  line-height: 40px;
  font-size: 13px;
  color: #626262;
  margin-left: 2%;
}
.inquiry .inquirycon label.code a:hover {
  color: #e75826;
}
.inquiry .inquirycon label.sub {
  width: 17%;
}
.inquiry .inquirycon label.sub input {
  padding-left: 0;
  background: #e75826;
  border: 0;
  color: #fff;
}
.pre_next {
  line-height: 45px;
  margin: 30px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.pre_next a {
  display: inline-block;
  width: 50%;
  height: 45px;
  overflow: hidden;
}
.pre_next a.next {
  text-align: right;
}
.xgcptit {
  font-size: 24px;
  color: #414141;
  text-align: center;
  margin: 80px 0 20px;
  background: url(../images/xgcpbg.jpg) repeat-x center;
}
.xgcptit span {
  background: #fff;
  padding: 0 20px;
}
.xgcp ul li {
  margin-right: 11.68%;
}
.contacttit {
  text-align: center;
  font-size: 30px;
  color: #232323;
  background: url(../images/xgcpbg.jpg) repeat-x center;
  margin: 20px 0;
}
.contacttit span {
  background: #fff;
  padding: 0 20px;
}
.contact .container {
  width: 1030px;
}
.contacttxt {
  margin-bottom: 35px;
}
.contacttxt p {
  font-size: 14px;
  color: #636363;
  line-height: 25px;
}
.contact_us li {
  list-style: none;
  float: left;
  font-family: arial;
  /**margin: 0 18% 2% 0;**/
  color: #4e4e4e;
  font-size: 13px;
  width:50%;
}
.contact_us li b {
  /**display: block;**/
  color: #3a3a3a;
  font-size: 14px;
  line-height: 35px;
}
.messageTitle{
	height:50px;
	line-height:50px;
	width:90%;
	border-left:10px solid orange;
	padding-left:10px;
	margin-top:50px;
	font-size: 24px;
}
.message {
  margin: 25px 0 85px;
  background: #eaebec;
  padding: 60px 0;
}
.message label {
  width: 49%;
  position: relative;
  font-weight: 100;
  color: #f00;
}
.message label em {
  font-style: normal;
  position: absolute;
}
.message label input {
  width: 80%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d1d3d5;
  border-radius: 3px;
  padding-left: 5px;
  margin-bottom: 28px;
  transition: 0.5s;
  color: #333;
}
.message label input:focus {
  border: 1px solid #e75826;
  box-shadow: 0 0 5px #e75826;
}
.message label span {
  display: inline-block;
  width: 75px;
  font-weight: 100;
  text-align: right;
  font-size: 14px;
  color: #727272;
  margin-right: 10px;
  float: left;
  line-height: 40px;
}
.message .messagecon {
  width: 100%;
}
.message .messagecon textarea {
  width: 89%;
  border: 1px solid #d1d3d5;
  border-radius: 3px;
  padding-left: 5px;
  margin-bottom: 28px;
  height: 160px;
  transition: 0.5s;
  color: #333;
}
.message .messagecon textarea:focus {
  border: 1px solid #e75826;
  box-shadow: 0 0 5px #e75826;
}
.message .code {
  width: 100%;
}
.message .code em {
  left: 480px;
}
.message .code input {
  width: 39.5%;
  float: left;
}
.message .code img {
  float: left;
  cursor: pointer;
  margin: 0 20px;
}
.message .code a {
  font-size: 14px;
  font-weight: 100;
  color: #999;
  line-height: 40px;
  transition: 0.5s;
}
.message .code a:hover {
  color: #e75826;
}
.message .reset,
.message .sub {
  width: 14%;
  transition: 0.5s;
}
.message .reset input,
.message .sub input {
  width: 100%;
  line-height: 55px;
  height: 55px;
  background: url(../images/messagebg.jpg) no-repeat 95% center;
  font-size: 18px;
  font-family: "微软雅黑";
  font-weight: 100;
  color: #a0a0a0;
  transition: 0.5s;
}
.message .reset:hover,
.message .sub:hover {
  width: 30%;
}
.message .reset:hover input,
.message .sub:hover input {
  border: 1px solid #e75826;
  color: #e75826;
  background: url(../images/messagebgh.jpg) no-repeat 95% center;
}
.message .sub {
  margin-left: 85px;
}
.culture .container {
  margin: 75px auto 40px;
}
.culture .txtfl {
  width: 60%;
  font-size: 16px;
  line-height: 32px;
  color: #5f5f5f;
}
.culture .txtfl p {
  margin-bottom: 50px;
}
.culture .imgfr {
  width: 35%;
  background-image:url(./../images/climb.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  min-height:1400px;
  background-size:contain;
}

.honor .container {
  margin: 75px auto 40px;
}
.honor ul {
  text-align: center;
}
.honor ul li {
  list-style: none;
  display: inline-block;
  background: #e8e8e8;
  padding: 13px 10px 0;
  margin: 0 5px 40px;
  width: 363px;
  transition: 0.5s;
  float:left;
}
.honor ul li .pic:after {
  padding-bottom: 137%;
}
.honor ul li .pic img {
  transition: 0.5s;
}
.honor ul li span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #6c6c6c;
  line-height: 40px;
  transition: 0.5s;
}
.honor ul li:hover {
  background: #e75826;
}
.honor ul li:hover span {
  color: #fff;
}
.honor ul li:hover img {
  transform: scale(1.2);
}
.phonehonor {
  background: #e8e8e8;
  width: 50%;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  display: none;
}
.phonehonor .slick-slide {
  display: inline-block;
}
.phonehonor .slick-slide img {
  display: inline-block;
}
.phonehonor .pic:after {
  padding-bottom: 50%;
}
.phonehonor ul {
  height: 15px;
  bottom: 0;
}
.phonehonor ul li {
  width: 10px;
  padding: 0;
  margin: 0 5px;
}
.ption ul {
  text-align: center;
}
.ption ul li {
  list-style: none;
  width: 19%;
  position: relative;
  display: inline-block;
  margin: 0 5px 30px 0;
  float:left;
}
.ption ul li:after {
  padding-bottom: 64.55696202531645%;
  content: "";
  display: block;
}
.ption ul li .zzc {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=80);
  background: #006699;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 25% 25px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s;
}
.ption ul li .zzc span {
  font-size: 20px;
  line-height: 55px;
  display: block;
  height: 55px;
  overflow: hidden;
}
.ption ul li .zzc p {
  height: 34px;
  overflow: hidden;
}
.ption ul li:hover .zzc {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ptionshow .container {
  width: 1030px;
  margin-top: 40px;
}
.ptionshow .container .imgbox {
  text-align: center;
  margin-bottom: 30px;
}
.ptionshow .container .ptionshowtxt {
  margin-bottom: 70px;
}
.ptionshow .container .ptionshowtxt p {
  font-size: 13px;
  color: #787878;
  line-height: 25px;
  margin-bottom: 30px;
}
.ptionshow .container .xgcp ul li {
  width: 22.47%;
  margin: 30px 2.674% 50px 0;
}
.news .innewcon ul {
  margin-top: 30px;
}
.news .innewcon ul li {
  border: 1px solid #e8e8e8;
  margin-bottom: 70px;
}
.news .page {
  margin-top: 0;
}
.ntit {
  margin: 30px 0;
}
.ntit h1 {
  font-size: 26px;
  color: #232323;
}
.ntit .date {
  font-family: arial;
  color: #8b8b8b;
  line-height: 35px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  font-size: 14px;
}
.ntit .date span {
  margin-right: 4%;
}
.newsshow .container {
  width: 1030px;
}
.newsshow .pre_next {
  margin: 60px 0;
}
.nshow {
  text-align: center;
  margin: 30px 0;
}
.ntxt p {
  font-size: 14px;
  color: #757575;
  line-height: 25px;
  margin-bottom: 20px;
}
/*站点地图*/
.mapwrap {
  margin: 40px auto;
  padding-bottom: 100px;
}
.mapwrap dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.mapwrap dl:hover {
  box-shadow: 0 0 2px #e75826;
}
.mapwrap dl:hover dt a {
  color: #e75826;
  font-weight: bold;
}
.mapwrap dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.mapwrap dt:hover {
  background: #e75826;
}
.mapwrap dt:hover a {
  color: #fff !important;
}
.mapwrap dt a {
  color: #e75826;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.mapwrap dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.mapwrap dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.mapwrap dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.mapwrap dd .p2 a {
  color: #e75826;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.mapwrap dd .p2 a:hover {
  color: #000;
}
.mapwrap dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.mapwrap dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.mapwrap dd div a:hover {
  background: #e75826;
  color: #fff;
}
@media (max-width: 768px) {
  .mapwrap dt {
    width: 15%;
  }
  .mapwrap dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .mapwrap dt {
    width: 20%;
  }
  .mapwrap dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .mapwrap dt {
    width: 100%;
  }
  .mapwrap dd {
    width: 100%;
  }
}
.map {
  width: 100%;
  height: 300px;
  border: 2px solid #ddd;
}
.map img {
  max-width: 1000px;
  max-height: 300px;
}
@media (max-width: 1000px) {
	
  .inpcon .slick-arrow {
    width: 20px;
    height: 20px;
  }
  .inpcon .slick-prev {
    left: 45%;
    margin-left: -3%;
    top: 130%;
    background-position: left center;
  }
  .inpcon .slick-next {
    right: 45%;
    margin-right: -3%;
    top: 130%;
    background-position: right center;
  }
}
@media (max-width: 1200px) {
	
	.twofenlei .flcon {
	  width: 60%;
	  margin: 0 auto;
	  padding: 40px 0;
	}
  .container {
    width: 992px !important;
  }
  .footer-logo span {
    font-size: 15px;
  }
  .footer-logo span b {
    font-size: 18px;
  }
  .about .container {
    width: 100%;
    padding: 0 15px;
  }
  .about .container .aboutimg {
    text-align: center;
  }
  .about .container .aboutimg img {
    max-width: 100%;
    float: none !important;
  }
  .xgnews ul {
    width: 100%;
  }
  .ptionshow .container .xgcp ul li {
    margin-right: 2.6%;
  }
  .ptionshow .container .xgcp {
    margin-bottom: 50px;
  }
  .ptionshow .container .xgcp ul li {
    width: 44%;
    margin-bottom: 20px;
    margin: 0 !important;
  }
}
@media (max-width: 1279px) {
	.fenlei .menu {
	  width: 90%;
	  margin: 0 auto;
	  padding: 0;
	}
}
@media (max-width: 992px) {
  .container {
    width: 768px !important;
  }
  .footer-logo span {
    font-size: 14px;
  }
  .footer-logo span b {
    font-size: 15px;
  }
  .inptit p {
    width: 95%;
	text-indent:2em;
	text-align:left;
  }
  .inn .col-md-3 {
    width: 25%;
    float: left;
  }
  .fenlei .menu {
    width: 90%;
  }
  .twofenlei .flcon {
    width: 68%;
  }
  .pro_show .container {
    width: 768px;
  }
  .contact .container {
    width: 768px;
  }
  .contact .message label {
    width: 100%;
  }
  .contact .message label input {
    margin-bottom: 17px;
  }
  .contact .message .code em {
    left: 375px;
  }
  .contact .message .messagecon textarea {
    width: 80%;
  }
  .contact .message .reset,
  .contact .message .sub {
    width: 39.5%;
  }
  .contact_us li {
    width: 100%;
  }
  .ption ul li .zzc {
    padding: 0;
  }
  .ption ul li .zzc span {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin: 15px 0;
  }
  .innews .inptit span em {
    width: 40%;
  }
}

@media (min-width: 1920px) {
	.container {
		width: 1600px !important;
	}
	
	
}
@media (max-width: 768px) {
  .container {
    width: 100% !important;
  }
  .logo {
    margin-bottom: 20px;
  }
  .logo .Language {
    display: none;
  }
  .nav {
    display: none;
  }
  .search {
    margin-right: 10%;
	display: none;
  }
  .search .seardown {
    z-index: 222;
  }
  .inpcon .slick-arrow {
    display: none;
  }
  .footernav dl {
    padding-left: 15px;
  }
  .inpcon .slick-arrow {
    display: none !important;
  }
  .pro ul {
    text-align: center;
  }
  .pro ul li {
    width: 48%;
    margin: 0 3px;
    float: none;
    display: inline-block;
  }
  .twofenlei .flcon {
	display: table-cell;
	text-align:center;
  }
  .twofenlei .flcon a {
    display: block;
	margin-top:5px;
	text-align: center;
	
	width: 44%;
    float: left;
    margin: 10px 10px;
  }
  .pro_show .container {
    width: 100%;
  }
  .pro_show .proimg .big {
    width: 100%;
  }
  .pro_show .proimg .small {
    width: 100%;
  }
  .pro_show .proimg .small span {
    margin: 10px 0;
  }
  .inquiry .inquirycon label {
    width: 100%;
  }
  .inquiry .inquirycon label input {
    width: 100%;
  }
  .inquiry .inquirycon label.content {
    width: 100%;
  }
  .contact .container {
    width: 100%;
  }
  .contact .message {
    padding: 60px 15px;
  }
  .contact .message label input {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact .message label span {
    float: none;
    display: block;
    text-align: left;
    line-height: 25px;
  }
  .contact .message label textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .contact .message .code em {
    left: 30%;
  }
  .contact .message .code input {
    width: 30%;
  }
  .contact .message .reset {
    margin-left: 0;
  }
  .culture .txtfl {
    width: 100%;
  }
  .culture .imgfr {
    width: 100%;
    text-align: center;
	
  }
  .honor ul {
    /*display: none;*/
  }
  .honor ul li{
	  width:45%;
  }
  .phonehonor {
    display: block;
  }
  .ption ul li {
    width: 32%;
  }
  .ption ul li .zzc {
    padding-top: 10px;
  }
  .news .innewcon ul {
    text-align: center;
  }
  .news .innewcon ul li {
    width: 40%;
    margin: 10px;
    float: none;
    display: inline-block;
  }
  .footer-logo span {
    display: none;
  }
}
@media (max-width: 480px) {
  .logo .search {
    margin-right: 15%;
	display:none;
  }
  .logo .search .seardown {
    width: 263px;
    right: -30px;
  }
  .logo .search .seardown .searinput {
    width: 87%;
  }
  .logo .search .searclosed {
    display: none;
  }
  .logoa {
    width: 100px;
  }
  .inptit p {
    width: 100%;
    padding: 0 15px;
  }
  .innews {
    background: none;
  }
  .innews .innewcon ul li {
    width: 100%;
  }
  .innews .inptit span em {
    width: 30%;
  }
  .footernav dl {
    width: 50%;
  }
  .xgnews ul li a {
    width: 70%;
  }
  .pro ul li {
    width: 45%;
    margin-bottom: 10%;
  }
  .pro ul li .pic:after {
    padding-bottom: 52%;
  }
  .pshowtit {
    font-size: 22px;
  }
  .pshowtit span {
    display: block;
  }
  .inquiry .inquirycon label.sub {
    width: 100%;
  }
  .message .code em {
    left: 43% !important;
  }
  .message .code img {
    margin-right: 0;
  }
  .message .code input {
    width: 42% !important;
  }
  .message .code a {
    display: none;
  }
  .message .reset,
  .message .sub {
    width: 48.5% !important;
  }
  .phonehonor {
    display: block;
    width: 100%;
  }
  .ption ul li {
    width: 31%;
  }
  .ption ul li:hover .zzc {
    display: none;
  }
  .ptionshow .container .xgcp ul li {
    width: 100%;
  }
  .news .innewcon ul li {
    width: 90%;
  }
  .ntit h1 {
    font-size: 18px;
  }
}
#mmenu {
  font-family: arial;
}
/*-phone-nav-*/
.phone-nav {
  position: absolute;
  font-size: 24px;
  right: 15px;
  top: 17px;
  line-height: 50px;
  display: none;
  color: #999;
  z-index: 9;
}
.phone-nav:hover {
  color: #000;
}
@media (max-width: 768px) {
  .phone-nav {
    display: block;
  }
}

.inn2{
 width:85%;
 max-width: 1600px;
 margin: 20px auto;
 clear:both;
 /*height:200px;*/
 z-index:99999; 
 white-space:nowrap;
 display:flex;
 justify-content:space-between;
 align-items: center
}
.inn2 div{
	width:18%;
	
	display:block;
	text-align:center;
	vertical-align:middle;
	background:#006699;
	height:100px;
	line-height:100px;
	color:white;
	font-size:24px;
}
.inn2 div img{
	width:90%;
	margin:0 auto;
	
}

@media (max-width: 768px) {
	.inn2{
		width:100%;
	}
	.message .sub {
	  margin-left: 0;
	}
  .inn2 div{
	  font-size:14px;
	  height:50px;
	  line-height:50px;
  }
  
	.footernav {
		display:none;
	}
	.footer-logo .container{	
		text-align:center
    
	}
	.slick-slide img {
		display: block;
		height: 200px!important;
		width:100%;
	}
}
.adressYl{
	width:90%;
	height:40px;
	line-height:40px;
	border-left:10px solid #0033ff;
	text-indent:2rem;
	font-size:24px;
	margin-top:20px;
}
.globalAddress{
	width:100%;
	display:inline;
	margin-bottom:20px;
	
	
}
.globalAddress .addressOffice{
	width:50%;
	float:left;
	height:100px;
}
.companyLogo{
	width:90%;
	margin:10px auto;
	text-align:center;
	display:none;
}
.companyLogo img{
	width:100%;
}

@media (max-width: 768px) {
	video{
		margin:10px auto;
		display:block;
	}
	.video{
		width:100%;
		height:auto;
	}
}
@media (min-width: 1024px) {
	video{
		margin:10px auto;
		display:block;
	}
	.video{
		width:960px;
		height:auto;
		text-align:center;
	}
}
.jy-intcondigital {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 47px;
    margin-bottom: 63px;
	list-style: none;
}
.jy-intcondigital li {
    background: url(./../images/dataBg.png) no-repeat;
    width: 24.3%;
    background-size: auto;
    text-align: center;
    background-position: 50% 76%;
    padding-bottom: 26px;
}
.jy-intcondigital h4 {
    font-size: 14px;
    color: #666666;
}
.jy-intcondigital h4 span {
    font-size: 60px;
    font-weight: bold;
    color: #006699;
    padding-right: 2px;
}
.jy-intcondigital b {
    position: relative;
    top: -35px;
    font-size: 20px;
    color: #006699;
}
@media (max-width: 767px){

	
	.jy-intcondigital {
		flex-wrap: wrap;
		margin-top: 25px;
		margin-bottom: 17px;
		display: flex;
		justify-content: space-between;
		list-style: none;
	}
	.jy-intcondigital li {
		width: 48.5%;
	}
	
}
@media (max-width: 1000px){
	.develop{
	}
	.develop2{
		display:none;
	}
}
@media (min-width: 1001px){
	.develop{
		display:none;
	}
	.develop2{
		
	}
}
/*发展历程*/
.develop{
	width:100%;
	line-height:30px;
	font-size:14px;
}
.develop .item{
	width:100%;
}
.develop .item .line{
	display:flex;
	justify-content:center;
	align-items:stretch;
	
}
.line .left1{
	flex-basis:10%;
	background:url(./../images/lic2.jpg) no-repeat center center;
}
.item:hover .left1{
	flex-basis:10%;
	background:url(./../images/lic5.jpg) no-repeat center center;
}
.line .left2{
	flex-basis:10%;
	background:url(./../images/lic6.jpg) repeat-y  center center;
	line-height:50px;
}
.line .right1{
	flex-basis:80%;
	line-height:30px;
	color:#3399cc;
	
}
.line .right1 img{
	width:30px;
	height:30px;
	
}
.line .right2{
	flex-basis:80%;
	line-height:80px;
	color:black;
	font-weight:bold;
	
}
@media (max-width: 768px) {
	.line .right2{
		line-height:20px;
		
	}
}
/*发展历程电脑*/
.dbg{
	background:#EEE;
	padding:5px;
}
.develop2{
	width:100%;
	line-height:30px;
	font-size:14px;
}
.develop2 .item2{
	width:100%;
}
.develop2 .item2 .line2{
	display:flex;
	justify-content:center;
	align-items:stretch;
	
}
.line2 .v1{
	flex-basis:45%;
	text-align:right;
}
.line2 .v2{
	flex-basis:10%;
	background:url(./../images/lic2.jpg) no-repeat center center;
}
.line2 .v22{
	flex-basis:10%;
	background:url(./../images/lic6.jpg) repeat-y  center center;
	line-height:50px;
}
.line2 .v3{
	flex-basis:45%;
	text-align:left;
}
.line2  img{
	width:30px;
	height:30px;
	
}
.item2:hover .v2{
	flex-basis:10%;
	background:url(./../images/lic5.jpg) no-repeat center center;
}
.item2:hover .dbg{
	background:#0033ff;
	color:white;
}
/*发展历程*/			

/*人才招聘*/
.job_list ul{ padding:0;}
.job_list table{border-collapse:collapse;border-spacing:0; margin-bottom:10px;}
.job_list table td{ /*line-height:44px;*/height:60px; color:#333333; font-size:14px; text-align:center;}
.job_list ul li{ height:60px; overflow:hidden; cursor:pointer;transition:all 0.3s;margin-bottom:10px; background:#EEE;margin-bottom:20px;}
.job_list ul li tr:first-child td:last-child{background:url(./../images/job_pic.png) 56% 15px no-repeat; }
.job_list ul li:Hover{/*border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9;background:url(../images/job_pic3.png) 97.5% 10px no-repeat;*/}
.job_list ul li.hauto{height:auto; background:none; }
.job_list ul li.hauto tr:first-child{background:#006699; }
.job_list ul li.hauto tr:first-child td:last-child{background:url(./../images/job_pic3.png) 56% 15px no-repeat;}
.job_list ul li.hauto tr:first-child td{color:#fff;}
.job_list ul li .job_con{ line-height:22px; font-size:12px; padding-bottom:10px; padding-top:10px;}
.job_list .job_a a{ float:left; padding-right:23px; padding-left:50px; height:39px; line-height:39px; background:url(./../images/job_pic4.png) #818181 15px center no-repeat; font-size:14px; color:#fff; text-align:left;}
.job_list .job_a a:Hover{ /*background:url(../images/job_pic5.png) #fff 15px center no-repeat; color:#ca9361; */text-decoration:none;filter:alpha(opacity=70);opacity:0.7;transition:all 0.3s; }

.logoa{
	width:300px;
	height:60px
}
/*关于我们*/
.i_about_con {
    width: 100%;
    max-width: 1282px;
    margin: 0 auto;
    padding-top: 3%;
    overflow: hidden;
}
.i_about_r {
    float: right;
    width: 47.6%;
    margin-left: 2.5%;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-right: 2.5%;
    padding-top: 4%;
}
.i_about_con .imgs {
    float: left;
    width: 45%;
    overflow: hidden;
    margin-top: 2%;
}
.i_about_con .imgs img {
    width: 100%;
}


.bannercontainer {
	position: relative; /* 设置容器为相对定位 */
	display: inline-block; /* 内联元素布局 */
	text-align: center; /* 水平居中 */
	vertical-align: middle; /* 垂直居中 */
	 width:100%!important;
}
		
.bannercontainer img{min-height:100px}
.bannercontainer span {
	position: absolute; /* 绝对定位 */
	top: 50%; /* 距离顶部50% */
	left: 50%; /* 距离左侧50% */
	transform: translate(-50%, -50%); /* 向左、向上移动自身宽度/高度的一半 */
	color: white; /* 修改文本颜色 */
	font-size: 32px; /* 修改文本大小 */
}

@media screen and (min-width: 781px){
	.bannerBig{
		display:block;
	}
	.bannerSmall{
		display:none;
	}
}
@media screen and (max-width: 780px){
	.bannerBig{
		display:none;
	}
	.bannerSmall{
		display:block;
	}
	.bannercontainer span{
		font-size:16px;
	}
}
@media screen and (max-width: 780px){
	
	.i_about_con .imgs {
		width: 94%;
		margin-left: 3%;
	}
	.i_about_con .imgs img{
		width: 100%;
	}
	.i_about_con .i_about_r {
		width: 94%;
		padding-top: 2%;
		padding-bottom: 1%;
		margin-right: 3%;
	}
	.mbx{
		display:none;
	}
	.icp{
		display:none;
	}
}
@media (min-width: 1023px) {
	.fenlei .menu {
	  min-width:900px!important;
	}
	.fenlei .menu a{
		min-width:180px!important;
		font-size:14px;
	}
	
	.twofenlei .flcon{
		min-width:1000px!important;
	}
	
	
}
@media (min-width: 1280px) {
	.fenlei .menu {
	  min-width:1250px!important;
	}
	.fenlei .menu a{
		min-width:250px!important;
		font-size:14px;
	}
	
	.twofenlei .flcon{
		min-width:1000px!important;
	}
	
	
}

.englishfenlei {
	width:100%;
	max-width:1200px;
	margin:20px auto;
	background:rgba(0, 0, 0, 0.7);
	
	padding:30px 10px;
	display:none;
}

@media (max-width: 1023px) {
	
	.englishfenlei  {
		display:block;
		text-align:left;
	}
	
	.englishfenlei a {
		display:inline-block;
		padding:10px 10px; 
		border:1px solid #CCC;
		color:white;
		margin-left:10px;
		margin-top:10px;
		text-align:center;
		width:30%;
	}
	.englishfenlei .cur{
		color:#e75826;
		background:white;
	}
	

}
@media (max-width: 768px){
	.englishfenlei a {
		width:40%;
	}
	.copy{
		display:none;
	}
	.footer-logo{
		margin-bottom:20px;
	}
}



		
/*# sourceMappingURL=style.css.map */
