/*初始化样式*/
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,navs,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;color: #000000;}

a:hover,a:active,a:focus{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{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
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%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

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

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

/* 放大 效果 */
.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;}




/* 1 【头部】 */
/* 1 */
.top1{display: none;background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;/* margin: 0 3px; */}
/* 2 */
.top2{display: none;height:100px;}
.top2 .logo{float:left;line-height:100px;}
.top2 .adv{display: none; height: 65px;margin-top: 21px;padding-left: 25px;margin-left: 25px;border-left: 1px solid #e6e6e6;}
.top2 .adv p:nth-child(1){font-size: 22px;color: #333333;font-weight: bold;letter-spacing: 1px;}
.top2 .adv p:nth-child(2){font-size: 14px;color: #808080;}
/* .top2 .phone1{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/main/phone1.png) no-repeat left center;font-family:"黑体";}
.top2 .phone1 p:nth-child(2){color:#2459a9;font-size:27px;} */
.top2 .phone1{font-size:26.06px;color:#ff0000;padding: 13px 0 0 48px;background: url(../images/main/phone1.png) no-repeat 5px 0px;margin-top: 32px;height: 50px;font-weight: bold;} 
.top2 .phone1 p{} /* 文字 */




/* 2_1【导航栏】 */
#menu{background: url(../images/main/nav_bg.png) repeat-x;height: 91px;} /* 背景图片、高度 */
/* 菜单 */
/* 平均 分布 */
#menu .logo{/* display: none;  *//* 导航栏 Logo */line-height: 91px;float: left;}
.x-menu{display: flex;flex-direction: row;width: 816px;float: right;/* margin-left: 430px; */}
.x-menu li{flex:1;} 
/* 平均 分布 end */
.x-menu > li {  float: left;  position: relative; text-align:center;width:120px; /*    height: 59px; */}
.x-menu > li+li{background: url(../images/main/line2.png) no-repeat center left;}
.x-menu > li > a {display: block;font-size: 16px;color: #444444;line-height: 91px;background: url(../images/main/nav_line1.png) no-repeat center right;}
.x-menu > li:last-child a{background: none;}
/* 鼠标 进入 状态 */
.x-menu > li > a:hover {}   
/* 激活 状态 */
.x-menu > li.active > a { /* filter: invert(100%); background-color: #f3570f;*/ }    
.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: 99999;
  width: 150%;
  left: -25%;
  top: 99px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  }
.x-sub-menu > li > a {  display: block;  text-align: center;  font-size: 14px;  color: #333;  line-height:40px; height:40px;overflow:hidden;}
.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: -9px;  left: 50%;  margin-left: -10px;  z-index: 99;}




/* 【banner】 */
.banner{width:1920px;margin:0 auto;position:relative;left:50%;margin-left:-960px;height:500px;}
.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:46%;bottom:10px;z-index:100;}
.banner .num li{width:18px;height:18px;display:inline-block;margin:0 4px;background:#fff;line-height:18px;
	text-indent:-100px;overflow:hidden;border-radius:10px;}
.banner .num li.num_hover{background-color:#ff7c00;}
.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;}




/* 关键字 + 搜索 */
.key1{display: table;padding: 14px 0;}
/* 关键词 */
.key1 .a3{line-height: 41px;margin-right: 6px;font-size: 14px;color: #666666;}
.key1 .a3 a{color: #666666;font-size: 14px;margin-right: 10px;}
/* .key1 .a3 a:hover{color: #666666;} */
/* .key1 .a3 a::after {content: "、";} */
/* .key1 .a3 a:last-child:after {content: none;} */
/* 搜索 */
/* 容器 */
.search1 #formsearch{height: 40px;line-height: 41px;margin-right: 13px;margin-top: 0px;} 
.search1 #formsearch input::-webkit-input-placeholder {color:#9a9a9a;}
.search1 #formsearch textarea::-webkit-input-placeholder {color: #9a9a9a;}
/* 输入框 */
.search1 #keyword{padding-right: 46px;width: 326px;height: 43px;color: #666666;font-size: 16px;margin-left: 10px;border: none;outline: none;background: none;line-height: 40px;border: 1px #666666 solid;padding-left: 15px;border-radius: 111px 0 0 111px;} 
/* 按钮 */
.search1 #s_btn{width: 66px;height: 43px;margin-left: -35px;border: none;background: none;outline: none;color: #fff;font-size: 16px;line-height: 12px;background-color: #1170B8;border-radius: 112px;} 
/* 提示文字的 颜色 */




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




 /* <!--{* 产品中心 *}--> */  
.c1 {     margin-top: 42px; }
h2.bt {     text-align: center;     font-size: 32px;     color: #363636;     line-height: 1;     padding-top: 29px;     padding-bottom: 26px;     background: url(//cdn.myxypt.com/b53c4238/21/01/aa6e1f573bdf2c7e91fe74860b42847213294ce8.png) no-repeat center 0; font-weight: bold;}
h2.bt span{font-feature-settings: 32px;font-weight: bold;color: #1170b8;margin: 0 10px;}
h2.bt p {     font-weight: 500;     font-size: 14px;     color: #6f6f6f;     margin-top: 19px; }
.c1 .yin {      box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.2); }
.c1 .yin .list2 {     text-align: center; }
.c1 .yin .list2 li {     display: inline-block;     font-family: simhei;     font-size: 22px;     line-height: 65px;     margin: 0 11px;  }
.c1 .yin .list2 li a {     color: #595959; }
.c1 .yin .list2 li:hover {     background: url(../images/heng.png) no-repeat center 50px; }
.c1 .yin .list2 li:hover a {     color: #b40000;  }
.c1 .list3 {margin-top: 10px;}
.c1 .list3 li {float: left;margin-right: 26px;margin-bottom: 32px;position: relative;}
.c1 .list3 li a.img {display: block;width: 280px;height: 205px;overflow: hidden;}
.c1 .list3 li a.img img {width: 280px;height: 205px;transition-duration: .3s;}
.c1 .list3 li h3 {font-weight: normal;text-align: center;background: none;/* margin-bottom: 12px; */background: #00000077;position: absolute;bottom: 0px;left: 0;right: 0;}
.c1 .list3 li h3 a {color: #fff;font-size: 14px;line-height: 40px;}
.c1 .list3 li:hover h3 { }
.c1 .list3 li:hover h3 a {}
.c1 .list3 li:nth-child(4n) {     margin-right: 0; }




/* <!--{* 祥云三大优势 *}
--> */  .c2 {background: url(//cdn.myxypt.com/b53c4238/21/01/45a5a59e48c617c456fa45f8f0fc794b425fd205.jpg) no-repeat center 0;height: 831px;margin-top: 20px;}
.c2 .zi {width: 405px;box-sizing: border-box;padding-left: 53px;color: #fff;padding-top: 182px;}
.c2 .c2-2 {     width: 753px;     margin-top: 80px;     position: relative; }
.c2 .c2-2 .xx {position: absolute;z-index: 1111;cursor: pointer;bottom: 92px;left: -353px;}
.c2 .c2-2 .yb {     left: -250px; }
.c2 .c2-2 .list2 li {float: left;padding-left: 48px;font-size: 24px;margin-top: 42px;color: #474747;background: url(//cdn.myxypt.com/b53c4238/21/01/ba5bf5195a9c10d9c22f991cf0e3b0fe4de552ee.png) no-repeat right 50%;line-height: 90px;padding-right: 34px;position: relative;}
.c2 .c2-2 .list2 li:nth-child(3) {     background: none; }
.c2 .c2-2 .list2 li.on {background: url(//cdn.myxypt.com/b53c4238/21/01/a1480fc3f7b2788c6ac271b2135154cc9ae264dd.png) no-repeat 22px 50%, url(//cdn.myxypt.com/b53c4238/21/01/ba5bf5195a9c10d9c22f991cf0e3b0fe4de552ee.png) no-repeat right 50%;color: #1170b8;}
.c2 .c2-2 .list2 li:nth-child(3).on {background: url(//cdn.myxypt.com/b53c4238/21/01/a1480fc3f7b2788c6ac271b2135154cc9ae264dd.png) no-repeat 22px 50%, url(//cdn.myxypt.com/b53c4238/21/01/ba5bf5195a9c10d9c22f991cf0e3b0fe4de552ee.png) no-repeat right 50%;     color: #6a493c; }
.c2 .c2-2 .list3 li {     position: relative; }
.c2 .c2-2 .list3 li img {     width: 752px;     height: 524px; }
.c2 .c2-2 .list3 li .zi1 {background: url(../images/c2x.png) no-repeat center 0;width: 553px;height: 276px;position: absolute;z-index: 111;bottom: 39px;left: -397px;box-sizing: border-box;padding-top: 40px;padding-left: 43px;}
.c2 .c2-2 .list3 li .zi1 h3 {color: #454545;font-size: 28px;line-height: 1;vertical-align: top;height: 60px;font-weight: bold;}
.c2 .c2-2 .list3 li .zi1 h3 span {     font-size: 60px;     vertical-align: top;     line-height: 48px; }
.c2 .c2-2 .list3 li .zi1 dd {font-size: 20px;line-height: 38px;color: #454545;margin-top: 1px;width: 391px;}
.c2 .zi h2 {font-weight: 500;font-size: 37.5px;line-height: 42px;text-transform: uppercase;}
.c2 .zi h3 {     font-weight: 500;     font-size: 46px;     margin-top: 24px; }
.c2 .zi h3 p {     font-size: 20px;     margin-top: 16px; }





/* <!--{* 案例展示 *}--> */  
.c4x {margin-top: 60px;padding: 24px 0 109px 0;}
.c4x h2.bt {     /* margin-bottom: 50px; */     background: url(//cdn.myxypt.com/b53c4238/21/01/d962b09a1cf6cf4720a103c1214a15e508d1f552.png) no-repeat center 0; }
.x-company-list {margin-top: 0px;}
.x-company-list .owl-carousel {     position: relative; }
.x-company-list .owl-carousel .x-company-item {width: 280px;float: left;padding: 0px 0px;margin: 10px 10px;display: block;overflow: hidden;position: relative;box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);}
.x-company-item .owl-carousel .owl-item img {     width: 280px;     height: 230px; }
.morex {     position: absolute;     right: 0px;     bottom: -4px }
.x-company-list .owl-carousel .x-company-item h2 {color: #555555;font-size: 18px;display: block;text-align: center;font-weight: 500;padding: 26px 0;}
.x-company-list .x-company-item a {font-size: 16px;font-weight: 400;color: #555555;margin-top: 4px;}
.x-company-list .x-company-item a span {text-align: center;color: #555555;display: block;font-weight: 400;margin-top: 5px;font-size: 14px;}
.x-company-list .owl-carousel .owl-nav .owl-prev {     left: -64px; }
.x-company-list .owl-carousel .owl-nav .owl-next {     right: -64px; }
.x-company-list .owl-carousel .owl-nav button.owl-prev {outline: none;position: absolute;top: 40%;left: -55px;z-index: 9999;background: url(//cdn.myxypt.com/b53c4238/21/01/92b34855783bda0a86a7b59fc6b25611bcdd7c2c.png) no-repeat center top;height: 56px;width: 30px;border-radius: 0;-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-company-list .owl-carousel .owl-nav button.owl-next {outline: none;position: absolute;z-index: 9999;top: 40%;right: -55px;background: url(//cdn.myxypt.com/b53c4238/21/01/b5038d27a1a792db1aff13e40d3b11cbe19c01de.png) no-repeat center top;height: 56px;width: 30px;border-radius: 0;-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-company-list .owl-carousel .owl-nav .icon-font {     display: block;     width: 100%;     height: 100%; }
.x-company-list .owl-carousel .owl-nav .icon-left-arrow:after {     background-position: -34px -180px;     display: none }
.x-company-list .owl-carousel .owl-nav .icon-right-arrow:after {     background-position: -26px -480px;     display: none }
.x-company-list .owl-carousel .owl-dots {     position: absolute;     z-index: 999;     left: 0;     width: 100%;     text-align: center;     font-size: 0;     bottom: 5%;     display: none; }
.x-company-list .owl-carousel .owl-dots button.owl-dot {     display: inline-block;     vertical-align: middle;     font-size: 14px;     margin: 0 .5em;     outline: none;     background: #cccccc;     border-radius: 50%;     width: 1em;     height: 1em;  }
.x-company-list .owl-carousel .owl-dots button.owl-dot:hover {     background: #ff0000; }
.x-company-list .owl-carousel .owl-dots button.owl-dot.active {     background: #ff0000; }
.x-company-list .x-company-item:hover .morex img {filter: hue-rotate(200deg)brightness(193%);}




/* <!--{* 合作客户 *}--> */  
.c4 {     margin-top: 64px; }
.c4 {     margin-top: 58px; }
.c4 .content {     overflow: hidden; }
.c4 .content .list2 li {     float: left;     margin-right: 40px;     width: 269px; }
.c4 .content .list2 li img {     width: 267px;     height: 135px;     border: 1px solid #bfbfbf; }
.c4 .content .hd {     height: 22px;     position: relative;     margin-top: 36px; }
.c4 .content .hd .xx {     position: absolute;     top: 0;     cursor: pointer; }
.c4 .content .hd .prev {     right: 500px; }
.c4 .content .hd .next {     left: 500px; }
.c4 .content .hd ul {     height: 22px;     text-align: center;     line-height: 22px; }
.c4 .content .hd ul li {     display: inline-block;     border-radius: 100px;     margin: 0 7px;     background: #808080;     width: 10px;     height: 10px;     font-size: 0; }
.c4 .content .hd ul li.on {     background: #de070e; }
.c4 h2.bt {     margin-bottom: 50px;     background: url(//cdn.myxypt.com/b53c4238/21/01/d962b09a1cf6cf4720a103c1214a15e508d1f552.png) no-repeat center 0; }




/* <!--{* 关于祥云 *}
--> */  .c5 {background: url(//cdn.myxypt.com/b53c4238/21/01/1554fc8304b7c901fd7c6233eeecee3eb9549362.jpg) no-repeat center 0;height: 695px;/* margin-top: 45px; */}
.c5 .c5-1 {     width: 609px;     padding-top: 109px;     margin-left: 13px; }
.c5 .c5-1 .tu {width: 609px;height: 407px;margin-left: 24px;}
.c5 .c5-1 .btx {     text-align: center;     font-size: 36px;     color: #6a493c;     margin-top: 21px;     font-weight: 600; }
.c5 .c5-1 .btx p {     font-size: 14px;     color: #9e9e9e;     text-transform: uppercase;     font-weight: normal;     font-family: arial; }
.c5 .c5-2 {width: 487px;padding-top: 86px;/* margin-right: 34px; */}
.c5 .c5-2 h2 {line-height: 1;color: #232323;font-size: 36px;margin-bottom: 40px;font-weight: 400;}
.c5 .c5-2 h6{background-color: #FF9E01;height: 3px;width: 120px;display: table;margin-left: -174px;margin-bottom: 28px;}
.c5 .c5-2 h3 {color: #232323;font-weight: 400;text-transform: uppercase;line-height: 46px;margin-bottom: 21px;font-size: 32px;margin-top: 10px;}
.c5 .c5-2 h2 p {     margin-top: 16px;     font-size: 20px;     font-weight: 500; }
.c5 .c5-2 dd {color: #202020;font-size: 14px;line-height: 30px;height: 220px;overflow: hidden;width: 440px;}
.c5 .c5-2 a.ck {font-size: 16px;color: #202020;display: block;width: 124px;height: 34px;line-height: 30px;text-align: center;border: 2px solid #202020;margin-top: 12px;margin-left: -7px;}




/* <!--{* 解决方案 *}
--> */  .c6 {     margin-top: 88px;         background: url(//cdn.myxypt.com/b53c4238/21/01/a0156340eda456c1072d34b1cf5bf29604d68f7a.png) no-repeat center bottom; }
.c6 h2.bt {background: url(//cdn.myxypt.com/b53c4238/21/01/bd9488cadf6a2399bcf66c74c2a988b865bea11d.png) no-repeat center 0;margin-bottom: -48px;}
.c3bg {     padding-bottom: 64px; }
.listx li {border-radius: 100px;box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);position: relative;float: left;margin-right: 72px;text-align: center;margin-top: 10px;padding-top: 24px;background: url(//cdn.myxypt.com/b53c4238/21/01/f73d2a65acb443c478ae960cc06caaf5ec27938c.png) no-repeat center -6px;width: 139px;height: 139px;box-sizing: border-box;transition: .5s;}
.listx li .tu {     height: 45px;     line-height: 45px; }
  .listx li p {     font-size: 18px;     line-height: 42px;     color: #565656;transition: .5s; }
.listx li .ci {     font-size: 20px;     color: #ffffff; transition: .5s;    line-height: 29px; }
.listx li .jh {     position: absolute;     bottom: -84px;     left: 61px;  transition: .5s;  width: 20px;     height: 20px; }
.listx li:last-child {     margin-right: 0; }
.listx li:nth-child(1) {     margin-left: 6px; }
.listx li:nth-child(2n) {     margin-top: 44px; }
.listx li:nth-child(2n) .jh {     position: absolute;     bottom: -50px;     left: 61px; }
.listx li:hover {     background: url(//cdn.myxypt.com/b53c4238/21/01/0040557cc35756b0848f075fac1aca8bcd3fa27e.png) no-repeat center -6px; transition: .5s;}
.listx li:hover .jh {     background: url(../images/sd.png) no-repeat center 0;transition: .5s; }
.listx li:hover p {     color: #fff; transition: .5s;}
.listx li:hover .ci {     color: #5b5b5b;transition: .5s; }
.listx li:hover .tu img.img1 {     filter: brightness(10000000%);transition: .5s; }




  /* <!--{* 新闻资讯 *}
--> */  .c7 {margin-top: 83px;background-color: #FAF9FE;padding-top: 90px;}
.c7 h2.bt {background: url(//cdn.myxypt.com/b53c4238/21/01/f54d3b3a13bc4583d0a3f1a498b110697358119b.png) no-repeat center 0;margin-bottom: 7px;}
.c7 .content .c7-1 {     width: 386px;     margin-right: 21px; }
.c7 .content .c7-1 h3 {     background: url(../images/c71.png) no-repeat center 0;     line-height: 40px;     padding-left: 24px;     padding-right: 18px;     color: #343434;     font-size: 16px;     font-weight: 500; }
.c7 .content .c7-1 h3 span {     color: #666666;     font-size: 12px;     text-transform: uppercase; }
.c7 .content .c7-1 h3 a.ck {     display: block;     float: right;     color: #999999;     font-size: 12px; }
.c7 .content .c7-1 .contentx {     border: 1px solid #f8f8f8;     padding: 14px 15px 27px;     box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.1); }
.c7 .content .c7-1 .contentx .tu {     width: 355px;     height: 155px;     overflow: hidden; }
.c7 .content .c7-1 .contentx .list2 {     margin-top: 10px; }
.c7 .content .c7-1 .contentx .list2 li {     border-bottom: 1px dashed #cdcdcd;     font-size: 14px;     line-height: 30px;     padding-left: 20px;     background: url(../images/yj.png) no-repeat 0 center; }
.c7 .content .c7-1 .contentx .list2 li a {     color: #666666; }
.c7 .content .c7-1 .contentx .list2 li a span {     float: right;     font-size: 12px;     color: #999999; }
.c7 .content .c7-1 .contentx .list2 li a:hover {     color: #1e348a; }
.c7 .list1{display: table;}
.c7 .list1 li{display: table;float: left;border-bottom: 3px solid #fff;}
.c7 .list1 li a{display: table;background-color: #fff;transition: .5s;}
.c7 .list1 li+li{margin-left: 30px;}
.c7 .list1 li .img{}
.c7 .list1 li h1{font-size: 16px;color: #454545;margin-top: 21px;margin-left: 17px;}
.c7 .list1 li h2{font-size: 14px;color: #848484;line-height: 2;width: 342px;height: 46px;margin-left: 17px;margin-top: 10px;}
.c7 .list1 li h3{font-size: 14px;color: #848484;margin-left: 17px;margin-top: 26px;margin-bottom: 20px;background: url(../images/main/icon.png) no-repeat center right;margin-right: 22px;}
.c7 .list1 li:hover{box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);border-bottom: 4px solid #1170B8;transition: .5s;}




/* 【 友情链接 2 】 */
.f_link{color: #848484;font-size: 16px;padding-bottom: 49px;background: #FAF9FE;padding-top: 82px;}
.f_link .wh{border: 1px solid #D7D7D8;height: 63px;}
.f_link h1{padding: 0 4px;background: #FAF9FE;margin-left: 11px;line-height: 28px;font-size: 30px;font-weight: bold;color: #1170b8;margin-top: -15px;float: left;}
.f_link h2{font-size: 16px;float: left;background: #FAF9FE;margin-top: -9px;padding: 1px 13px 0 4px;}
.f_link .list1{clear: both;font-size: 14px;padding: 12px 18px;}
.f_link a{color: #aba8a8;}
.f_link a+a{margin-left: 6px;}




/* 【页脚】 */
/* 导航 */
.footerNav{background-color: #2b7ce2;}
.footerNav .wh{display: flex;}
.footerNav a{color: #fff;font-size: 14px;flex: 1;display: table;height: 45px;line-height: 45px;text-align: center;transition: .5s;}
.footerNav a:hover{background-color: #0855b6;transition: .5s;}
/* Box */
.footer{text-align:left;background-color: #2d2d2d;padding-top: 56px;color: #fff;}
.footer .wh{display: table;}
/* Logo */
.footer .logo{}
/* 联系方式 */
.footer .contactUs{/* margin-left: 50px; */margin-right: 30px;}
.footer .contactUs h1{font-size: 20px;margin-bottom: 58px;}
.footer .contactUs h2{width: 584px;}
.footer .contactUs p{font-size: 14px;color: #fff;width: 274px;margin-bottom: 35px;float: left;padding-top: 7px;padding-left: 40px;height: 28px;}
.footer .contactUs a{color: #fff;}
.footer .contactUs p:nth-child(1){background: url(//cdn.myxypt.com/b53c4238/21/01/f979fcfc1f9abcd9004dd9da2273cdc4c82e8bef.png) no-repeat center left;}
.footer .contactUs p:nth-child(2){background: url(//cdn.myxypt.com/b53c4238/21/01/42c09b9f6010bcb9f867ea57b69b13585aa3de56.png) no-repeat center left;}
.footer .contactUs p:nth-child(3){background: url(  //cdn.myxypt.com/b53c4238/21/01/98b0e0740cdb451ffae0e7744d5a778923f9dd50.png) no-repeat center left;}
.footer .contactUs p:nth-child(4){background: url(//cdn.myxypt.com/b53c4238/21/01/6d30aa9afc7115d1cd87172f52388f4c4550699b.png  ) no-repeat center left;}
/* 电话 */
.footer .endPhone{font-size: 20px;padding: 23px 0 0 54px;font-weight: bold;background: url(../images/main/endPhone1.png) no-repeat top left;}
/* 栏目 分类 (列表) */
.f_nav{/* width: 696px; *//* display: none; */margin-left: 40px;}
.f_nav dl{float:left;width:136px;/* height:186px; */overflow:hidden;text-align:left;}
.f_nav dl a{color: #fff;}
.f_nav dt{margin-bottom: 20px;font-size:20px;font-weight: normal;} /* 标题 */
/* .f_nav dt a{color:#999999;} */
.f_nav dd{line-height: 34px;/* text-align: left; */}
.f_nav dd a{font-size:14px;color: #fff;}  /* 列表 */
/* 二维码 */
/* 左侧 文字 */
.qrcode{}
.qrcode h1{font-size: 20px;margin-bottom: 45px;margin-top: 10px;}
.qrcode .txt_Left{float: left;margin-right: 5px;margin-top: 10px;background: url(../images/main/qrcode_pic1.png) no-repeat center top;padding-top: 20px;}    
.qrcode .txt_Left{  width: 14px; line-height: 14px;    font-size: 14px;}  /* 文字 竖排 */
/* 图片 */
.qrcode .code1{overflow: hidden;float: left;}  /*  大小 */
.qrcode .code1 img{border:1px #e6e6e6 solid;width: 100px;overflow: hidden;float: left;}  /*  边框 */
/* 底部 文字 */
.qrcode .txt_bottom{text-align: center;font-size: 14px;float: left;background: url( //cdn.myxypt.com/b53c4238/21/01/ac4fc076428b79d5f9e1659767b5812dff2c3bfc.png ) no-repeat 29px 32px;width: 190px;height: 101px;padding-top: 39px;border: 1px solid #fff;padding-left: 60px;border-left: none;}

 /* 2 */
 .copyright{color: #6c6c6c;font-size: 12px;line-height:24px;padding: 20px 0;margin-top: 11px;clear: both;background: #222222;}
.copyright a{color: #6c6c6c;font-size: 12px;}
/* ======== 页脚 New ========= */
.footer{}
.hotMessage{clear: both;}



/* 【内页 左侧】 */
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}
.com-img img{width: 378px;height:auto;}



