/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  color: #333;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  outline: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
img {
  border: none;
  background: none;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table,
th,
td {
  vertical-align: middle;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

/*----- Common css ------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.di {
  _display: inline;
}
.fwn {
  font-weight: normal;
}
.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#indemo {
  float: left;
  width: 800%;
}
#demo1 {
  float: left;
}
#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#m_indemo {
  float: left;
  width: 800%;
}
#m_demo1 {
  float: left;
}
#m_demo2 {
  float: left;
}

.wh {
  width: 1200px;
  margin: 0 auto;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}
.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*头部样式*/
.head {
  height: 45px;
  line-height: 45px;
  background: #e8e8e8;
  color: #333;
  font-size: 14px;
}
.k1 a {
  color: #363636;
  font-size: 14px;
}
.k1 a:hover {
  color: #0a519d;
}

.top {
  width: 1200px;
  margin: 0 auto;
}
#header {
  height: 110px;
}
.logo {
  float: left;
  line-height: 110px;
}

.topLink {
  float: right;
  position: relative;
  z-index: 9999;
  margin-top: 36px;
}
.topLink .k2 {
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/f73ebd8819d1072069ff4ee197f2da168f21757b.png)
    no-repeat left;
  padding-left: 30px;
  color: #373737;
  font-size: 18px;
}

/*热门搜索*/
.ss {
  background: #000;
  height: 60px;
}
.search {
  width: 1200px;
  margin: 0 auto;
}
#formsearch {
  float: right;
  margin-top: 12px;
}
.hotSearch {
  width: 400px;
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}
#search-type {
  float: left;
  width: 100px;
  height: 34px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}
#formsearch input {
  height: 24px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 24px;
}
#formsearch input#keyword {
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
  color: #666;
}
#formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #3480ce;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
}
input::-webkit-input-placeholder {
  color: #333;
}
textarea::-webkit-input-placeholder {
  color: #333;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
}
#formsearch input {
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  line-height: 34px;
  outline: none;
}
#formsearch input#keyword {
  height: 36px;
  line-height: 34px;
  padding-left: 7px;
  color: #333;
  width: 349px;
  float: left;
}
#formsearch input#s_btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #0a519d;
  color: #fefefe;
  border: none;
  cursor: pointer;
  float: left;
}

/*首页banner*/
.banner {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  height: 750px;
}
.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.banner ul.bb li {
  position: absolute;
  display: none;
}
.banner .num {
  position: absolute;
  right: 48%;
  bottom: 15px;
  z-index: 100;
}
.banner .num li {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 11px;
  background: #3f3f3f;
  line-height: 18px;
  border: 2px solid #fff;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}
.banner .num li.num_hover {
  background-color: #fff;
}
.banner .num li.num_hover a {
  color: #fff;
}
.banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* 导航样式 */

.dao {
  background: #0a519d;
  height: 60px;
}

.x-menu {
  width: 1200px;
  margin: 0 auto;
}

.x-menu > li {
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 170px;
  float: left;
  position: relative;
  z-index: 999;
}

.x-menu > li > a {
  display: block;
  line-height: 60px;
  color: #fff;
  height: 60px;
  font-size: 18px;
}

.x-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/4b3674bff80b0181b8905afbc5a482bcf2647431.png)
    no-repeat center bottom;
  font-weight: bold;
}

.x-menu > li.active > a {
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  display: none;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #0a519d;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

/* .x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
} */

/*  */
.a1 {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
}
.a2 {
  width: 1200px;
  margin: 0 auto;
}
/*  */
.product_list1 {
  margin-top: 36px;
}
.product_list1 li {
  float: left;
  width: 380px;
  text-align: center;
  margin-right: 30px;
}
.product_list1 li:nth-child(3) {
  margin-right: 0px;
}
.product_list1 li img {
  width: 378px;
  height: 278px;
  border: 1px solid #ccc;
}
.product_list1 li:hover img {
  border-color: #0a519d;
}
.product_list1 li span {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
}
.product_list1 li p {
  color: #999999;
  font-size: 15px;
}
.product_list1 li:hover span {
  color: #0a519d;
}
.product_list1 li:hover p {
  color: #0a519d;
}
/* 关于我们 */
.ab {
  margin-top: 70px;
}
.ab-tit {
  text-align: center;
  font-size: 18px;
  color: #999;
  font-family: "arial";
  text-transform: uppercase;
}
.ab-tit h3 {
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/e7bceff35a095b72abc5d4eafa0867b2636f18e9.png)
    no-repeat center;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.ab-tit h3 span {
  color: #0a519d;
}
.ab-tit p {
  margin-top: 15px;
  color: #999;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 30px;
}
.ab-cont {
  margin-top: 20px;
}
.abimg {
  width: 525px;
  height: 209px;
  overflow: hidden;
}
.ab-ri {
  width: 645px;
}
.ab-ri div {
  color: #666;
  font-size: 16px;
  height: 167px;
  overflow: hidden;
  text-align: justify;
  line-height: 28px;
}
.ab-ri a {
  display: inline-block;
  width: 156px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0a519d;
  color: #fff;
  font-size: 14px;
}
/*  */
.s2 {
  margin-top: 80px;
  background: rgba(0, 0, 0, 0.8);
  height: 140px;
}
.s2 ul {
  overflow: hidden;
  padding-top: 42px;
  margin-left: 97px;
}
.s2 ul li {
  float: left;
  overflow: hidden;
  margin-right: 185px;
}
.s2 ul li:nth-child(3) {
  margin-right: 0px;
}
.s2 ul li img {
  width: 60px;
  height: 60px;
  float: left;
}
.s2 ul li .cont {
  float: left;
  margin-left: 22px;
}
.s2 ul li .cont span {
  color: #fff;
  font-size: 18px;
}
.s2 ul li .cont p {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
}
/* 产品 */
.chan {
  margin-top: 75px;
}
.product_list2 {
  margin-top: 5px;
}
.product_list2 li {
  float: left;
  margin-right: 26px;
  margin-top: 30px;
  text-align: center;
}
.product_list2 li:nth-child(4n) {
  margin-right: 0px;
}
.product_list2 li img {
  width: 278px;
  height: 198px;
  border: 1px solid #ccc;
}
.product_list2 li:hover img {
  border-color: #0a519d;
}
.product_list2 li span {
  display: block;
  padding-top: 10px;
  color: #333;
  font-size: 16px;
}
.product_list2 li:hover span {
  color: #0a519d;
}
a.chan-more {
  display: block;
  width: 176px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 45px;
  background: #0a519d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

/* 新闻 */
.xin {
  height: 568px;
  background: #e8e8e8;
  margin-top: 40px;
  padding-top: 35px;
}
.xin-cont {
  margin-top: 37px;
}
.xin-le {
  width: 529px;
  height: 334px;
  overflow: hidden;
}
.xin-ri {
  width: 659px;
}
.news_list1 {
}
.news_list1 li {
  height: 48px;
  line-height: 48px;
  position: relative;
  border-bottom: 1px dashed #cbcbcb;
}
.news_list1 li a {
  color: #333;
  font-size: 16px;
}
.news_list1 li span {
  color: #0a519d;
  font-size: 14px;
}
.news_list1 li p {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 14px;
}
.news_list1 li:hover a {
  color: #0a519d;
}
a.xin-more {
  margin-top: 49px;
  margin-left: 15px;
  width: 157px;
  height: 40px;
  line-height: 40px;
  background: #0a519d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
}
a.xin-more:hover,a.chan-more:hover,.ab-ri a:hover{
       background: #3368a0;
  color: #fff;
     transition: all 0.5s;
}
/* 资质荣誉 */
.honor {
  margin-top: 35px;
}
.honor-cont {
  margin-top: 34px;
  position: relative;
}
.l_btn {
  position: absolute;
  top: 112px;
  cursor: pointer;
  z-index: 99;
  left: -41px;
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/d4e177c01dd7204d1bb883abb386b0df86ac30e2.png)
    no-repeat;
  width: 31px;
  height: 83px;
}
.r_btn {
  position: absolute;
  top: 112px;
  cursor: pointer;
  z-index: 99;
  right: -41px;
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/fba6842b46844e697a00f925b184a8dd5e785d5b.png)
    no-repeat;
  width: 31px;
  height: 83px;
}
.l_btn:hover {
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/ba1451350925a8fd9f29acc6672b003614ac4282.png)
    no-repeat;
}
.r_btn:hover {
  background: url(//cdn.myxypt.com/c1b8de0a/21/04/a0211cd079127c111ff452c62a9388f556112b87.png)
    no-repeat;
}
.product_list3 {
}
.product_list3 li {
  float: left;
  width: 200px;
  height: 280px;
  margin-right: 50px;
}
.product_list3 li img {
  width: 200px;
  height: 280px;
}

/*友情链接*/
.f_link {
  width: 100%;
  margin: 0 auto;
  /*margin-top: 117px;*/
  color: #999;
  font-size: 14px;
  line-height: 41px;
  overflow: hidden;
  background: #e8e8e8;
}
.f_link a {
  color: #999;
  font-size: 14px;
}

/*页面底部*/
#footer {
  background: #0a519d;
  /* height: 235px; */
  padding-bottom: 30px;
}

.nav_foot {
  text-align: center;
  line-height: 24px;
  color: #666;
  padding-top: 35px;
}
.nav_foot a {
  color: #fff;
  font-size: 18px;
}
.nav_foot a:hover {
  font-weight: bold;
}

.foot {
  margin-top: 40px;
}
.ewr {
 margin-left: 46px;
    float: left;
    margin-right: 62px;
    margin-top: 10px;
}
.copyright {
  margin-left: 8px;
  width: 940px;
}

.copyright {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-top: 6px;
}
.copyright a {
  color: #fff;
  font-size: 14px;
}

#gotop2 {
  background: url(../images/top.png) no-repeat;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 268px;
  bottom: 282px;
  cursor: pointer;
}

/*内页左侧样式*/

.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.page-position a {
  color: #333;
}
.page-product-inquiry a {
  color: #fff;
}
.page-mob-tool {
  display: none;
}

.xypg-left-title {
  background-color: #0a519d;
}
.xypg-job-list .job-title {
  background-color: #0a519d;
}
.xypg-news-list li .more span:hover {
  background-color: #0a519d;
}
.xypg-pagination a:hover {
  background-color: #0a519d;
}
.xypg-news-list li:hover .more span {
  background-color: #0a519d;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #0a519d;
  background: #0a519d;
}
#toolbar li a {
  background-color: #0a519d;
}
#toolbar li:hover .icon-font {
  background-color: #0a519d;
}

.head{
    position: relative
}

/*.top-left{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    right: 12%;*/
/*}*/

.top-left .p-ban{
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  line-height: 45px;
  float: right;
  margin-left: 10px;
  background: url(//cdn.myxypt.com/c1b8de0a/21/12/3b3a8c9b99fd152c440212c92edc0b030f324807.png)no-repeat left center;
}
.top-bon{
  position: absolute;
  top: 35px;
  padding: 10px 0;
  left: -10px;  
  background: #fff;
  width: 130%;
  box-shadow: 0px 0px 4px 3px #4444;
  z-index: 99999;
  display: none;
}

.top-bon a{
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: .5em;
  color: #444;
  text-align: center;
}
.top-bon a:hover{
  background: #e9eaeb;
}
