/*初始化样式*/
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: #666;
  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: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #009b4c;
  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;
}

dt {
  font-weight: normal;
}

/*----- 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% !important;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800% !important;
}

#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.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}



.roll_product {
  float: left;
}

.plist {
  margin-top: 56px;
}

.plist li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.plist li:nth-child(3n) {
  margin-right: 0;
}

.plist li a.img {
  border: 1px solid #e5e5e5;
  display: block;
}

.plist li a.img img {
  width: 388px;
  height: 388px;
}

.plist li h3 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

/*头部样式*/
.top1 {
  height: 30px;
  background: #f2f2f2;
  color: #141f49;
  line-height: 30px;
  font-size: 14px;
}

.top2 {
  height: 120px;
  overflow: hidden;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  float: left;
  line-height: 112px;
}

.top2 .k2 {
  margin-left: 22px;
  font-size: 16px;
  color: #000000;
  padding-left: 48px;
  line-height: 22px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/43d19c2e13097e184a7a898b91241eddb5ea51e5.png) no-repeat left center;
  margin-top: 38px;
}

.top2 .twei {
  margin-top: 23px;
}

.logowz {
  height: 49px;
  border-left: 1px solid #272554;
  padding-left: 22px;
  margin-left: 20px;
  margin-top: 28px;
  color: #141f49;
  font-size: 20px;
  line-height: 26px;
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}

.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}

.tran-in {
  left: 120px;
}

.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}

.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}

.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.topLink a {
  color: #141f49;
}

.topLink .k2 {
  color: #074b91;
  font-size: 14px;
  font-family: "微软雅黑";
}

#menu {
  background: #141f49;
  position: relative;
  z-index: 2;
}

/*热门搜索*/
.sou {
  background: #eeeeee;
  height: 62px;
}

#formsearch {
  float: right;
  width: 418px;
  height: 40px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/46d59e12e4598215869bcb069e54d8e41f516a6f.png) no-repeat top center;
  margin-top: 13px;
}

.hotSearch {
  background: url(//cdn.xypt.top/b93dd7ac/21/06/e2fa41e732d4e07e435b65498a1b98b0e8696bd6.png) no-repeat left center;
  padding-left: 22px;
  float: left;
  height: 62px;
  line-height: 62px;
  font-weight: normal;
  color: #272554;
  font-size: 14px;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}


.sheji {
  right: -102px;
  top: 2px;
  position: absolute;
}

.isdrop {
  position: relative;
  display: inline-block;
  margin-left: -3px;
}

.drop {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 999999;
}




.shenji h2 {
  padding: 0 10px;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/7de1deb08358c63c7c7172b162f405eb79db2f20.png) no-repeat center right;
  text-indent: 15px;
  float: left
}



.shenji {}

.shenji dd {
  height: 14px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/05aa6fe4a312dad6b94b613619e5620f2a64e345.png) no-repeat left center;
}

.erji {
  color: #444;
  font-size: 14px;
  font-weight: normal;
  width: 120px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #ccc;
}


.sheji li:active .shejing {
  display: block;
}



.shejing a {
  display: block;
  font-size: 14px;
  color: #444;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  width: 136px;
}



/*搜索和热门搜索*/
.hotSearch a {
  color: #272554;
}

.hotSearch a:after {
  content: ' / ';
}

.hotSearch a:last-child:after {
  content: '  ';
}

#formsearch input {
  height: 37px;
  background: transparent;
  border: none;
  line-height: 37px;
  outline: none;
}

#formsearch input#keyword {
  height: 37px;
  line-height: 37px;
  padding-left: 14px;
  color: #8f8f8f;
  font-size: 14px;
  width: 354px;
}

#formsearch input#s_btn {
  width: 46px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f8f8f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f8f8f;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f8f8f;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f8f8f;
}










/*首页banner*/
.banner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.banner ul.bb li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner ul.bb li a img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.banner .num li {
  display: inline-block;
  margin: 0 5px;
  width: 61px;
  height: 6px;
  text-indent: -100px;
  overflow: hidden;
  background: #009b4c;
}

.banner .num li.num_hover {
  background-color: #e15616;
}

.banner .num li.num_hover a {
  color: #fff;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
}




/*导航栏样式*/
.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  /*width: 152px;*/
  padding: 0 12px;
}

.nav li:last-child {
  background: none;
}

.nav li:first-child {
  /*background: #f37121 url(../images/home.png) no-repeat 33px center!important;*/
  /*width: 128px;*/
}

.nav li:first-child a {
  /*padding-left: 25px;*/
}

/*.nav li:first-child a:hover{background: #f37121 url(../images/home.png) no-repeat 33px center!important;}*/
.nav li a {
  display: block;
  line-height: 66px;
  color: #fff;
  height: 66px;
  padding: 0;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #273467;
}

.nav>li:focus, .nav>li:hover {
  text-decoration: none;
  background-color: #273467;
}

/*.nav .sec{height:0;background:#141f49;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:66px;left:0px;width: 100%;}*/
.nav .sec {
  height: 0;
  background: #141f49;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: 50%;
  /* width: 100%; */
  white-space: nowrap;
  transform: translateX(-50%);
  min-width: 100%;
}

.nav .sec a {
  background: #141f49;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 12px;
}

.nav .sec a:hover {
  background: #f37121;
  text-decoration: none;
}




.box1 {
  padding-top: 76px;
}

.box1 .wh h2 {
  text-align: center;
  font: bold 34px/30px "微软雅黑";
  color: #242424;
}

.box1 .wh h2 span {
  font: bold 34px/30px "微软雅黑";
  color: #141f49;
}

.box1 .wh dd {
  text-align: center;
  font: 400 14px/40px "YaHei";
  color: #888;
}

.prod1 {
  width: 277px;
  background: #fff;
}

.ptt {
  height: 119px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: #141f49;
  padding-top: 28px;
  letter-spacing: 2px;
}

.ptt p {
  font-size: 14px;
  letter-spacing: 1px;
}

.sort1 {
  height: 357px;
  padding-top: 26px;
}

.sort1 li {
  width: 229px;
  height: 41px;
  background: #eeeeee url(../images/a1.png) no-repeat 187px center;
  border-radius: 22px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.sort1 li a {
  font-size: 14px;
  padding-left: 49px;
  letter-spacing: 1px;
  color: #444444;
  display: block;
  line-height: 44px;
}

.ptel {
  background: url(../images/t.png) no-repeat;
  height: 148px;
  color: #fff;
}

.fwrx {
  font-size: 18px;
  padding-left: 122px;
  padding-top: 31px;
}

.ptel h2 {
  text-align: center;
  font-size: 30px;
  text-align: center;
  font-family: "Arial";
  margin-top: 10px;
  font-weight: normal;
}

.add {
  font-size: 14px;
  text-align: center;
  margin-top: 6px;
}


/*.prod2{width:885px;}*/
.product_list1 {
  margin-top: 32px;
}

.product_list1 li {
  float: left;
  margin-right: 30px;
  margin-bottom: 42px;
}

.product_list1 li:nth-child(3n) {
  margin-right: 0;
}

.product_list1 li img {
  width: 380px;
  height: 280px;
}

.product_list1 li h3 {
  margin-top: 10px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  background: #141f49;
  line-height: 40px;
}

.box1 .wh a.promore {
  display: block;
  font: 500 18px/45px "YaHei";
  width: 188px;
  height: 45px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #141f49;
  border-radius: 5px;
}

/*关于我们*/
.c1 {
  margin-top: 81px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/ca1962cb60efa2b72003826d202c20e346ac75f5.png) no-repeat center;
  height: 844px;
}

.about1_left {
  width: 600px;
  margin-left: 0px;
  margin-top: 100px;
}

.about1_right {
  width: 561px;
  float: right;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.about1_right h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 120px;
}

.about1_right h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
}

.about1_right a.amore {
  text-align: center;
  width: 144px;
  display: block;
  background: #141f49;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  height: 44px;
  line-height: 44px;
}

.roll1 {
  padding-top: 48px;
  position: relative;
  /* margin-top: 96px; */
  margin: 40px 38px 10px;
}

/*.l_btn,.r_btn{position:absolute;top: 34%;cursor:pointer;}*/
/*.l_btn{left:0;}*/
/*.r_btn{right:0;}*/
.roll1 h2 {
  font: bold 20px/40px "YaHei";
  color: #141f49;
  display: inline-block;
}

.roll1 a {
  font: 500 14px/40px "YaHei";
  color: #898989;
  display: inline-block;
  float: right;
}

.abproduct_list li {
  float: left;
  margin-top: 31px;
  margin-left: 5px;
  margin-right: 5px;
  _display: inline;
}

.abproduct_list li h2 {
  text-align: center;
  display: block;
  font: normal 16px/40px "YaHei";
  color: #888;
}

.abproduct_list li a img {
  width: 282px;
  height: 178px;
  border: 1px solid #c7c7c7;
}



.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);
}


.box2 {
  margin-top: 75px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/622c9aae00b63e775a68109c5ad2478a29048bfe.png) no-repeat center;
  height: 1456px;
}

.bt1 {
  text-align: center;
}

.bt1 dd {
  padding-top: 28px;
}

.bt1 dt {
  padding-left: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 52px;
}

.advantage-content {
  /*background:#f9f9f9 url(../images/bj2.png) no-repeat top center;*/
  margin-top: 24px;
  padding-top: 159px;
  padding-bottom: 47px;
}

.advantage-content .advantage-box:nth-child(1) {
  margin-bottom: 118px;
}

.advantage-content .advantage-box .advantage-title {
  width: 520px;
  height: 200px;
  position: relative;
}

.advantage-content .advantage-box .advantage-title:nth-child(2) {
  right: 58px;
  top: -21px;
}

.advantage-content .advantage-box .advantage-title .advantage-img-box {
  width: 560px;
  /*height: 141px;*/
  position: relative;
  margin-bottom: 8px;
}

.advantage-content .advantage-box .advantage-title .advantage-img-box .advantage-img-small {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.advantage-content .advantage-box .advantage-title .advantage-img-box .advantage-title-box {
  height: 100%;
  width: 400px;
  position: absolute;
  top: -69px;
  left: 86px;
  padding-top: 30px;
}

.advantage-title-name {
  letter-spacing: 2px;
  color: #141f49;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
}

.advantage-title-name span {
  letter-spacing: 1px;
  line-height: 26px;
  font-size: 18px;
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.advantage-title-fname {
  font-size: 18px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Arial';
}

.advantage-content .advantage-box .advantage-title .advantage-title-content {
  width: 100%;
  padding-left: 41px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666;
  margin-top: 20px;
  margin-left: 46px;
}

.advantage-content .advantage-box .advantage-img {
  width: 595px;
}

.advantage-content .advantage-box:nth-child(2) .advantage-img {
  margin-top: -118px;
}

.advantage-content .advantage-box .advantage-img .advantage-img-big {
  max-width: 100%;
}

.advantage-content .advantage-box-left .advantage-img {
  text-align: left;
}

.advantage-content .advantage-box-right .advantage-img {
  text-align: right;
}

.advantage-content .advantage-box:nth-child(2) {
  margin-bottom: 14px;
}

.advantage-box-right .advantage-title {
  margin-top: 10px;
}

.advantage-box-left .advantage-title {
  margin-top: 45px;
}

.advantage-content .advantage-box:nth-child(3) .advantage-title {
  top: 138px;
  left: -18px;
}


/*业务分布*/
.p5 {
  background: url(//cdn.xypt.top/b93dd7ac/21/06/1aaccd4304651474f73989023883c60e4791479b.png) no-repeat;
  height: 692px;
  /*margin-top:60px;*/
  padding-top: 60px;
}

.p5-title {
  text-align: center;
  font-weight: bold;
}

.p5-title h3 {
  font-family: "YaHei";
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.p5-title h4 {
  font-size: 36px;
  font-family: "YaHei";
  color: #ffffff;
  font-weight: bold;
  margin-top: 8px;
}

.p5a {
  margin-top: 107px;
  width: 440px;
}

.p5a1 {
  width: 440px;
  background-color: #ffffff;
  height: 210px;
  padding: 1.96vw 1.5vw 2.1vw 1.96vw;
  margin-bottom: 24px;
}

.p5a1 a {
  display: block;
  color: #333333;
}

.p5a1:first-child h3 {
  display: none;
}

.p5a1:first-child P {
  font: bold 18px/30px "YaHei";
  color: #444;
}

.p5a1:first-child P:hover {
  color: #00f6ff;
}

.p5a1 h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0.8vw;
  font-weight: bold;
}

.p5a1 p {
  font-size: 16px;
  line-height: 1.625;
}

.p5a1:hover {
  background-color: #1c33be;
}

.p5a1:hover a {
  color: #00f6ff;
}


/*新闻资讯*/
.box8 {
  padding-top: 76px;
}

.box8 .pbt {
  margin-bottom: 30px;
}

.box8 .pbt h2 {
  text-align: center;
  font: bold 34px/30px "微软雅黑";
  color: #242424;
}

.box8 .pbt h2 span {
  font: bold 34px/30px "微软雅黑";
  color: #141f49;
}

.box8 .pbt dd {
  text-align: center;
  font: 400 14px/40px "YaHei";
  color: #888;
}

.nleft {
  width: 763px;
}

.nsort {
  /*background: url(../images/line10.png) no-repeat bottom center;*/
}

.nsort li a {
  display: block;
  color: #505050;
  font-weight: bold;
  font-size: 18px;
  padding-left: 38px;
  height: 45px;
  line-height: 45px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/1d6ff01794aaf421da9fa6f8cfb3b563be8118a9.png) no-repeat left center;
  /*width: 138px;*/
  margin-right: 27px;
}

.nsort li:nth-child(2) a {
  background: url(//cdn.xypt.top/b93dd7ac/21/06/add1a8e2d9a6646f2071cfa2b0770555e18322f5.png) no-repeat left center;
}

.nsort li.cur {
  background: url(//cdn.xypt.top/b93dd7ac/21/06/9555555e6f7b0f01aefe9c1571e72781de09750a.png) no-repeat bottom left;
}

.tab2 {
  display: none;
  margin-top: 30px;
}

.nimg1 img {
  display: block;
  width: 301px;
  height: 316px;
}

.news_list1 {
  width: 436px;
  margin-top: 4px;
}

.news_list1 li {
  margin-bottom: 35px;
}

.con2 {
  width: 351px;
  padding-left: 13px;
  border-left: 1px solid #e5e5e5;
}

.ntime {
  width: 70px;
  height: 80px;
  border: solid 1px #dcdcdc;
  text-align: center;
  line-height: 78px;
  text-align: center;
  padding-top: 15px;
}

.ntime dd {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.ntime dt {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  /*background: url(../images/line8.png) no-repeat 38px bottom;*/
  padding-bottom: 6px;
}

.news_list1 li a {
  color: #333333;
  font-size: 16px;
  display: block;
  margin: 3px 0 6px 0;
}

.news_list1 li span {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.news_list1 li:hover a {
  color: #141f49;
  font-weight: bold;
}

.news_list1 li:hover .ntime {
  background: #141f49;
  color: #fff;
}

.news_list1 li:hover .ntime dd,
.news_list1 li:hover .ntime dt {
  color: #fff;
}

.news_list1 li:hover .ntime dt {
  background: url(../images/line88.png) no-repeat 38px bottom;
}

.bt3 {
  /*background: url(../images/line10.png) no-repeat bottom center;*/
  width: 391px;
}

.lbt {
  font-weight: bold;
  color: #505050;
  font-size: 18px;
  padding-left: 38px;
  height: 45px;
  line-height: 45px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/2d512b08494fcb38693951c3088ae8d8478407c6.png) no-repeat left center;
}

.bt3 a {
  display: block;
  color: #444444;
  font-size: 16px;
  margin-top: 18px;
}

.liu {
  margin-top: 42px;
}

.liu .x-submit {
  width: 218px;
  height: 38px;
  font-weight: bold;
  border: none;
  outline: none;
  margin-left: 75px;
  background-color: #141f49;
  display: block;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
}

.yan li span {
  font-weight: bold;
  display: block;
  width: 75px;
  color: #505050;
  font-size: 16px;
}

.yan li textarea {
  width: 312px;
  height: 62px;
  border: solid 1px #e5e5e5;
  padding: 15px;
  display: block;
  background: #f6f6f6;
  outline: none;
  resize: none;
}

.yan li:first-child {
  margin-bottom: 17px;
}

.yan li {
  margin-bottom: 12px;
}

.yan li input {
  width: 312px;
  height: 37px;
  border: solid 1px #e5e5e5;
  line-height: 37px;
  padding-left: 15px;
  background: #f6f6f6;
}

.yan .yzm input {
  width: 96px;
  height: 39px;
  border: none;
  outline: none;
  margin-right: 13px;
}

.yan #change_code {
  color: #444444;
  font-size: 14px;
  line-height: 39px;
  margin-left: 5px;
}





.ys {
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center bottom;
}

.adv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px
}

.adv2 li {
  float: left;
  position: relative;
  ;
  width: 307px;
  height: 101px;
  margin: 0 25px
}

.tb1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999
}

.tb2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: none
}

.adv2 li:hover .tb2 {
  display: block
}

.adv2 li h2 {
  padding-left: 116px;
  text-align: left;
  position: absolute;
  line-height: 98px;
  color: #fff;
  font-size: 18px;
  z-index: 99999;
  /* right: 20px; */
  font-weight: 400;
}

.adv2 li h2 a {
  color: #fff
}

.ysnr {
  width: 1200px;
  margin: 0 auto;
  height: 555px;
  overflow: hidden;
  position: relative;
  margin-top: 40px
}

.taba {
  position: absolute;
  bottom: 26px;
  z-index: 99999;
  left: 15px;
}

.taba li {
  width: 206px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  float: left;
  background: #18a243;
  height: 154px;
  background: url(../images/tab2.png) no-repeat center top;
  margin-right: 35px
}

.taba li:last-child {
  margin-right: 0;
}

.xtb {
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  height: 52px;
  line-height: 52px;
}

.xtb .img2 {
  display: none;
}

.taba li.cur .xtb .img2 {
  display: inline-block;
}

.taba li.cur .xtb .img1 {
  display: none;
}





.taba li.cur {
  background: url(../images/tab1.png) no-repeat center top;
  color: #fff
}

.taba li.cur span {
  color: #000000
}

.taba li h2 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px
}

.taba li h2 a {
  color: #444444;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
}

.ttz {
  display: none;
}

.ttz li {
  width: 1200px;
  height: 442px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}

.img3 {
  float: right
}

.img3 a img {
  width: 848px;
  height: 442px;
}

.zac {
  position: absolute;
  width: 605px;
  left: 20px;
  top: 95px;
  z-index: 999;
  height: 202px;
  background: url(../images/dac.png) no-repeat center top
}

.zac h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 30px
}

.zac h2 a {
  text-align: left;
  color: #ffffff;
  font-size: 24px
}

.zac span {
  display: block;
  text-align: center;
  color: #141f49;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  height: auto;
  overflow: hidden;
  padding: 77px 54px 0;
}

.mm2 {
  position: absolute;
  top: 275px;
  left: 300px;
  z-index: 99999
}




.bt2 {
  text-align: center;
  padding-bottom: 32px;
  background: url(../images/line3.png) no-repeat bottom center;
}

.bt2 dd {
  color: #272554;
  font-size: 30px;
  font-weight: bold;
}

.bt2 dt {
  color: #272554;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}






.box3 {
  background: url(../images/lc.png) no-repeat center top;
  height: 196px
}

.adv1 {
  float: right;
  margin-top: 56px;
  margin-right: 40px;
}

.adv1 li {
  float: left;
  width: 100px;
  margin-left: 88px;
}

.adv1 li:first-child {
  margin-left: 0;
}

.adv1 li .img1 {
  margin: 0 auto;
  text-align: center;
}

.adv1 li .img1 a img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.adv1 li h2 {
  display: block;
  margin-top: 7px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.adv1 li h2 a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}

.box3 h3 {
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 30px;
  line-height: 196px;
}


.zzs {
  background: url(../images/bj3.png) no-repeat center bottom;
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 4px;
}

.shangtt {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 600px;
  background: url(../images/zs.png) no-repeat center
}

.shangtt span {
  color: #ff0000
}

.shang1 {
  float: left;
  width: 802px;
  height: 515px;
  overflow: hidden;
  margin-top: 31px
}

.shang1 img {
  display: block;
  width: 802px;
  height: 515px;
}

.shang2 {
  width: 398px;
  float: right;
  margin-top: 31px
}

.s_nr1 {
  background: #141f49;
  height: 217px;
  overflow: hidden;
  padding: 26px 24px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px
}

.s_nrtt {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.xtp {
  background: #fff;
  padding: 25px 0 0 33px;
  text-align: center;
  height: 298px;
}

.xtp img {
  text-align: center;
  overflow: hidden;
  width: 335px;
  height: 256px;
  display: block;
}

.ab_about {
  display: block;
  height: 94px;
  overflow: hidden;
  margin-top: 8px;
  background: url(../images/ab.png) no-repeat center top;
}

.ab_about li {
  width: 400px;
  float: left;
  text-align: center;
  color: #000000;
  font-size: 18px;
  line-height: 94px
}

.ab_about li a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #141f49;
}

.ab_about li:hover a {
  color: #165fac
}

.zzs .bt2 dd {
  color: #141f49;
}

.ab_about li a .img {
  display: inline-block;
  padding-right: 5px;
}

.ab_about li a .abt {
  display: inline-block;
}






.dh {
  height: 193px;
  overflow: hidden;
  background: url(../images/dh.png) no-repeat center top;
}

.dh_nr {
  width: 315px;
  float: right
}

.fwrx2 {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.dh .mm1 {
  width: 115px;
  height: 31px;
  font-size: 14px;
  color: #fff;
  line-height: 31px;
  padding-left: 18px;
  background: #141f49 url(../images/jt.png) no-repeat 85px center;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  letter-spacing: 1px;
  color: #fff;
}

.wenaa {
  background: url(../images/fgagf.png) no-repeat center 12px;
  width: 696px;
  margin-top: 52px;
  padding-bottom: 30px;
}

.wenaa h2 {
  color: #ffffff;
  font: 500 24px/24px "微软雅黑";
  text-align: center;
  padding-left: 28px;
  letter-spacing: 0.4px;
}

.wenaa h2 span {
  color: #f37121;
}

.wenaa h3 {
  color: #ffffff;
  font: 500 18px/24px "微软雅黑";
  padding: 18px 0 0 207px;
}





.box5 {
  margin-top: 40px;
}

.gun {
  margin-top: 33px;
  position: relative;
}

.gun .prev {
  position: absolute;
  z-index: 1111;
  cursor: pointer;
  bottom: 80px;
  left: 0;
}

.gun .next {
  position: absolute;
  z-index: 1111;
  cursor: pointer;
  bottom: 80px;
  left: 46px;
}

.cul li {
  margin: 0 3px;
}

.cul li .img img {
  display: block;
  width: 297px;
  height: 184px;
}

.cul li h3 a {
  display: block;
  letter-spacing: 1px;
  color: #373737;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  background: #eeeeee;
  text-align: center;
}

.cul li:hover h3 a {
  color: #272554;
}


/* <!--{* 新闻资讯 *}--> */
.c7 {
  padding-top: 10px;
  background: #eeeeee;
  padding-bottom: 58px;
  margin-top: 68px;
}

.c7 .content {
  margin-top: 60px;
}

.c7 .content .c7-1 h3 {
  font-weight: 500;
  font-size: 26px;
  color: #000;
  letter-spacing: 2px;
}

.c7 .content .c7-1 h3 p {
  font-size: 14px;
  color: #7b7b7b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
}

.c7 .content .c7-1 .xx {
  cursor: pointer;
  margin-top: 58px;
}

.c7 .content .c7-1 .xx.prev {
  margin-left: 3px;
}

.c7 .content .c7-2 {
  width: 1038px;
}

.c7 .content .bd {
  overflow: hidden;
}

.c7 .content .list2 li {
  float: left;
  width: 510px !important;
  height: 140px;
  border: 1px solid #d2d2d2;
  margin-right: 18px;
  padding: 25px 30px 0 28px;
}

.c7 .content .list2 li h3 {
  display: block;
  padding-left: 42px;
  background: url(../images/wen.png) no-repeat 0 50%;
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  line-height: 27px;
}

.c7 .content .list2 li dd {
  padding-left: 42px;
  background: url(../images/da.png) no-repeat 0 0;
  line-height: 24px;
  color: #868686;
  margin-top: 10px;
  font-size: 12px;
}

.c7 .list3 {
  margin-top: 52px;
}

.c7 .list3 li {
  float: left;
  margin-right: 33px;
  width: 275px;
}

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

.c7 .list3 li:last-child {
  margin-right: 0;
}

.c7 .list3 li .img img {
  width: 275px;
  height: 178px;
}

.c7 .list3 li h3 {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 25px;
  padding: 8px 0;
}

.c7 .list3 li h3:hover {
  color: #165fac
}

.c7 .list3 li dd {
  font-size: 12px;
  color: #868686;
  line-height: 24px;
}



/*合作案例*/
.box6 {
  height: 924px;
  padding-top: 79px;
}

.box6 .pbt span {
  opacity: 1;
  color: #d7d7d7;
  padding-left: 6px;
}

.meng {
  position: relative;
  height: 534px;
}

.meng img {
  display: block;
  width: 720px;
  height: 534px;
}

.meng .pbt h3 {
  padding-top: 16px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/a0854bc8b99231f9271f87b63dc2edf6bfa678f1.png) no-repeat top left;
  color: #141f49;
  font-size: 36px;
}

.meng .pbt span {
  color: #d7d7d7;
  text-transform: uppercase;
  padding-left: 43px;
}

.mcon {
  width: 600px;
  position: absolute;
  top: 148px;
  left: 0;
  z-index: auto;
  height: 268px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 4px 10px 0px rgba(4, 0, 0, 0.15);
  padding: 74px 51px 0 56px;
}

.mcon h3 {
  color: #333333;
  font-size: 24px;
  padding-bottom: 14px;
  /*background: url(../images/line4.png) no-repeat left bottom;*/
  font-weight: normal;
}

.jian2 {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

.mmore a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #141f49;
  text-align: center;
  font-weight: lighter;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 560px;
  bottom: 118px;
  z-index: 1;
}

.mimg {
  position: absolute;
  top: -136px;
  right: -573px;
  z-index: -1;
}

.roll_product li {
  width: 290px;
  height: 218px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.roll_product li img {
  width: 290px;
  height: 218px;
}

/*友情链接*/

.f_link {
  font-weight: bold;
  line-height: 29px;
  margin: 0 auto;
  letter-spacing: 1px;
  color: #666;
  font-size: 14px;
  padding-bottom: 5px;
}

.f_link a {
  color: #666;
  letter-spacing: 0;
}

/*页面底部*/

/* <!--{* foot *}--> */
.foot {
  height: 322px;
  background: #141f49;
  padding-top: 47px;
  padding-bottom: 20px;
}

.foot .foot1 {
  color: #fff;
  line-height: 33px;
  font-size: 14px;
  width: 250px;
}

.foot1 .dtt {
  padding-left: 14px;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/67b416abda33da1811490f3901eb87c868376287.png) no-repeat left center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.foot .foot1 a {
  margin-left: -10px;
  font-family: "YaHei";
  font-size: 16px;
  color: #444;
  width:220px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  display: block;
  padding-left: 32px;
  background: #fff;
}

.foot .foot2 .dtt {
  padding-left: 14px;
  color: #fff;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/67b416abda33da1811490f3901eb87c868376287.png) no-repeat left center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.foot .foot22 {
  margin-left: 150px
}

.foot .foot22 .dtt {
  padding-left: 14px;
  color: #fff;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/67b416abda33da1811490f3901eb87c868376287.png) no-repeat left center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}


.foot .foot2 dl {
  float: left;
  margin-left: 98px;
}

.foot .foot2 {
  width: 300px;
}

.foot .foot2 dl p {
  /*float: left;*/
  /*width: 100px;*/
  color: #fff;
}

.foot .foot2 dl p a {
  color: #fff;
  line-height: 30px;
  font-size: 13px;
}

.foot .foot2 dl:last-child {
  margin-right: 0;
}

.foot .foot2 dl dt {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
}

.foot .foot2 dl dt p {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}

.foot .foot2 dl dd {
  /* margin-top: 8px; */
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  padding-left: 4px;
}

.foot .foot2 dl dd a {
  color: #fff;
  display: block;
}

.foot .foot3 {
  /*width:200px;*/
  /*text-align: center;*/
  /*padding-top: 18px;*/
  /*background: rgba(255,255,255,.1);*/
}

.foot .foot3 .dtt {
  padding-left: 14px;
  color: #fff;
  background: url(//cdn.xypt.top/b93dd7ac/21/06/67b416abda33da1811490f3901eb87c868376287.png) no-repeat left center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

.foot .dh {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  margin-top: 20px;
}

.foot .dh img {
  vertical-align: baseline;
}

.foot .dh p {
  display: inline;
  padding-left: 10px;
}

.foot .link {
  margin-top: 34px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}

.foot .link a {
  color: #fff;
  padding: 0 10px;
}

.a_ahgagh {
  font: 500 12px/24px "微软雅黑";
}

.ft1 {
  background: #0f183b;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  color: #ccc;
  /* border-top: 1px solid #fff; */
  margin-top: 37px;
  padding-top: 18px;
}

.ft1 a {
  color: #ccc;
}












/*内页左侧样式*/


.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}


.page-product-inquiry a {
  color: #fff;
}