@charset "UTF-8";
/*初始化样式*/
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: 14px/1.5 Verdana,sans-serif,SourceHanSansSC-Normal,Times New Roman, 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: #3480ce;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Verdana,sans-serif,SourceHanSansSC-Normal,Times New Roman';
}

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;
}

.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;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.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);
}

.vn1200 {
  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);
}

/*头部样式*/
#header {
  height: 35px;
  line-height: 35px;
  background: #444444;
  position: relative;
  color: #ffffff;
}

.logo {
  float: left;
  padding-top: 10px;
}
.logo img{ max-width:100px}

.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 .k1 {
  line-height: 35px;
}

.topLink .k1 a {
  color: #fff;
}

.top_cc .k2 {
  margin-top: 40px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-family: Verdana,sans-serif,SourceHanSansSC-Normal,Times New Roman;
  width: 338px;
  height: 46px;
  line-height: 46px;
  background: url(../images/top_phone.png) no-repeat center center;
  padding-left: 68px;
}

.top_cc {
  height: 120px;
  position: relative;
}

.logo_txt {
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 15px;
  background: url(../images/sdfds.png) no-repeat left center;
}

.logo_txt h3 {
  color: #333;
  font-size:36px; letter-spacing:1px;
  line-height: 1; padding-left:2px; padding-bottom:5px;
}

.logo_txt span {
  display: block;
  color: #999;
  font-size: 16px;
  font-weight: normal; text-transform:uppercase;}

#menu {
  margin-top: 0px;
  height: 66px;
  background: #242423;
}

/*热门搜索*/
.search {
  text-align: left;
  height: 55px;
  padding-top: 20px;
}

#formsearch {
  width: 540px;
  float: right;
  border-bottom: 1px solid #f4f4f4;
}

.hotSearch {
  width: 480px;
  float: left;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

.hotSearch a {
  margin-right: 6px;
  color: #9b9b9b;
}

#formsearch input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
  outline: none;
}

#formsearch input#keyword {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
  float: left;
  border: none;
  width: 450px;
}

#formsearch input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
  border: none;
  background: url(../images/sas.png) no-repeat center center;
}

.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);
}

/*c1_index*/
.c1_index {
  position: relative;
  margin-top: 50px;
  padding-bottom: 70px;
}

.c1_index ul {
  position: relative;
}

.c1_index ul > li {
  float: left;
  width: 377px;
  line-height: 271px;
  position: relative;
  cursor: pointer;
}

.c1_index ul li + li {
  margin-left: 33px;
}

.c1_index ul li a.img {
  display: block;
}

.c1_index ul li:hover a.img img {
  filter: invert(58%) sepia(23%) saturate(3402%) hue-rotate(4deg) brightness(110%) contrast(101%);
}

.c1_index ul li .xset {
  position: absolute;
  left: 0px;
  top: 75px;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.c1_index ul li .xset h3 {
  font-size: 28px;
  color: #515251;
  padding-top:30px;
  padding-bottom: 5px;
  background: url(../images/k1.png) no-repeat center bottom;
}

.c1_index ul li .xset span {
  font-size: 15px;
  color: #262525;
  display: block;
  margin-top: 20px; padding:10px; line-height:20px;
}

.c1_index ul li .xset dd {
  font-size: 11px;
  color: #9c9999;
  margin-top: 15px;
  font-family: "Arial";
  line-height: 22px;
  padding: 0 30px;
}

.c1_index ul li:hover .xset h3 {
  background: url(../images/k11.png) no-repeat center bottom;
  color: #ff9e00;
}

.c1_index ul li:hover .xset span {
  color: #ff9e00;
}

/*c2_index*/
.c2_index {
  position: relative;
  padding: 45px 0 50px;
  background: #f9f9fa;
}

.ttt1 {
  height: 107px;
  background: url(../images/ttt1_bg.png) no-repeat center center;
  position: relative;
}

.sort1 {
  float: left;
  margin-left: 255px;
  margin-top: 50px;
}

.sort1 li {
  display: inline-block;
  margin-left: 35px;
}

.sort1 li a {
  display: block;
  color: #fff;
  font-size: 15px;
}

.ttt1 .ppmore {
  float: right;
  margin-top: 50px;
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
}

.c2_list11 {
  position: relative;
  background: #fff;
  padding: 20px;
  margin-top: -9px;
}

.c2_list11 li {
  float: left;
  margin-left: 18px;
  padding-bottom: 18px;
}

.c2_list11 li a.img {
	display: flex; width: 267px;height: 200px; justify-content:center; align-items:center; background:#f5f5f5; overflow:hidden;
}

.c2_list11 li a.img img {
  max-width: 267px;
  max-height: 200px;
}

.c2_list11 li h3 {
  padding-top: 25px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  color: #6c6a6a;
}

/*c3_index*/
.c3_index {
  height: 2642px;
  position: relative;
  padding-top: 35px;
  background: url(../images/c3_bg.png) no-repeat center center;
}

.ttt2 {
  position: relative;
  text-align: center;
}

.ttt2 h2 {
  font-size: 30px;
  color: #ccc9c9;
  font-weight: normal;
  text-transform: uppercase;
}

.ttt2 h3 {
  font-size: 36px;
  color: #1b1b1b;
  font-weight: normal;
}

.ttt2 h3 span {
  color: #ff9000;
}

.c3_conttt {
  margin-top: 50px;
  position: relative;
}

.ys_aa {
  height: 565px;
  position: relative;
  margin-bottom: 40px;
}

.ys_bb {
  height: 550px;
  position: relative;
  margin-bottom: 95px;
}

.ys_txt {
  width: 340px;
}

.ys_txt h3 {
  color: #434043;
  font-size: 30px;
}

.ys_txt h3 > span {
  color: #ff9000;
  font-size: 30px;
}

.ys_txt span {
  font-size: 12px;
  color: #c9c9cf;
  text-transform: uppercase;
  font-family: "Arial";
}

.ys_aa .ys_txt {
  text-align: right;
  padding-top: 200px;
}

.ys_txt dd {
  text-align: left;
  margin-top: 20px;
  color: #909090;
  line-height: 24px;
}

.ys_txt dd tr {
  margin-bottom: 10px;
  display: block;
}

.ys_bb .ys_txt {
  padding-top: 195px;
}

.ys_img img {
  width: 835px;
  height: 465px;
}

/*hengtu*/
.hengtu {
  height: 238px;
  position: relative;
  background: url(../images/hengtu.png) no-repeat center center;
  padding-top: 50px;
}

.home_kf {
  width: 270px;
  float: right;
  text-align: center;
}

.home_kf span {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
}

.home_kf a {
  display: block;
  width: 88px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  border-radius: 3px;
  background: #ff9000;
  margin: 10px auto 0;
}

/*c4_index*/
.c4_index {
  padding-top: 55px;
  position: relative;
}

.c4_conttt {
  position: relative;
  margin-top: 55px;
}

.case_list22 {
  position: relative;
}

.case_list22 li {
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.case_list22 li:nth-child(4n){
  margin-right: 0px;
}


.case_list22 li a.img {
display: flex; width: 285px;height: 285px; justify-content:center; align-items:center; background:#f5f5f5; overflow:hidden;
}

.case_list22 li a.img img {
  max-width: 500px;
  max-height: 300px;
}

.case_list22 li h3 {
  position: absolute;
  right: 25px;
  bottom: 30px;
  width: 243px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.case_list22 li h3 a {
  color: #fff;
  display: block;
  width: 100%;
  border: 1px solid #fff;
  transition: all .3s ease;
}

.case_list22 li:hover h3 a {
  background: #ff9e00;
  border: 1px solid #ff9e00;
}

/*abb_index*/
.abb_index {
  margin-top: 70px;
  height: 647px;
  position: relative;
  background: url(../images/ab_bg.png) no-repeat center center;
  padding-top: 120px;
}

.abb_left {
  width: 600px;
}

.abb_left .ab_img img {
  height: 349px;
  width: 600px;
}

.abb_left h3 {
  background: #ff9000;
  height: 130px;
  text-align: center;
  padding-top: 45px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.abb_left h3 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}

.abb_right {
  width: 555px;
  padding-top: 30px;
}

.abb_right .ab_txt {
  font-size: 14px;
  color: #646464;
  line-height: 24px;
  text-indent: 20px;
}

.abb_right .abbmore {
  display: block;
  margin-top: 50px;
  width: 159px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: right;
  background: #ff9000;
}

/*news_index*/
.news_index {
  padding-top: 55px;
  position: relative;
  padding-bottom: 80px;
}

.news_conttt {
  margin-top: 60px;
  position: relative;
}

.news_left {
  width: 600px;
}

.news_img img {
  width: 572px;
  height: 291px;
}

.news_list11 {
  margin-top: 15px;
  position: relative;
}

.news_list11 li .time1 {
  width: 73px;
  float: left;
  background: url(../images/qian.png) no-repeat right top;
}

.news_list11 li .time1 h3 {
  font-size: 14px;
  color: #0a0a0a;
  font-weight: normal;
}

.news_list11 li .time1 span {
  display: block;
  font-size: 48px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
}

.news_list11 li .time2 {
  width: 450px;
  float: left;
  padding-left: 30px;
}

.news_list11 li .time2 h3 a {
  display: block;
  color: #060606;
  font-size: 18px;
  font-weight: normal;
}

.news_list11 li .time2 span {
  display: block;
  color: #7e7d7d;
  font-size: 14px;
  line-height: 23px;
  padding-top: 5px;
}

.news_right {
  margin-left: 30px;
  padding-left: 50px;
  float: left;
  border-left: 1px solid #eeeeee;
  width: 515px;
  height: 405px;
}

.news_sort1 {
  position: relative;
}

.news_sort1 li {
  float: left;
  width: 140px;
  text-align: center;
}

.news_sort1 li:hover a {
  color: #000000;
  font-weight: bold;
}

.news_sort1 li + li {
  background: url(../images/shux.png) no-repeat left center;
}

.news_sort1 li a {
  display: block;
  font-size: 16px;
  color: #2d2d2d;
}

.news_list33 {
  position: relative;
  margin-top: 20px;
}

.news_list33 li {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px dashed #d8d6d6;
}

.news_list33 li .time1 {
  width: 370px;
  float: left;
}

.news_list33 li .time1 h3 a {
  display: block;
  color: #060606;
  font-size: 16px;
  font-weight: normal;
}

.news_list33 li .time1 span {
  display: block;
  color: #7e7d7d;
  font-size: 14px;
  line-height: 23px;
  padding-top: 5px;
}

.news_list33 li .time2 {
  width: 60px;
  float: right;
  padding-left: 30px;
}

.news_list33 li .time2 h3 {
  font-size: 14px;
  color: #0a0a0a;
  font-weight: normal;
}

.news_list33 li .time2 span {
  display: block;
  font-size: 48px;
  color: #666666;
  font-weight: normal;
  line-height: 1;
}

/*导航栏样式*/
.nav1 {
  height: 66px;
}

.nav1 li {
  line-height: 66px;
  height: 66px;
  text-align: center;
  width: 150px;
  float: left;
  position: relative;
  z-index: 999;
}

.nav1 li a {
  display: block;
  line-height: 66px;
  color: #fff;
  height: 66px;
  font-size: 16px;
}

.nav1 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff9e00;
}

.nav1 .sec {
  height: 0;
  background: #01557a;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: 0px;
}

.nav1 .sec a {
  background: #000000;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 150px;
}

.nav1 .sec a:hover {
  background: #ff9e00;
  text-decoration: none;
}

.link_wap {
  line-height: 52px;
  position: relative;
}

.f_link {
  width: 1200px;
  float: left;
  line-height:20px;
  word-break:break-all;
  padding-bottom:10px;
}

.f_link span {
  color: #0b0b0b;
  font-size: 14px;
}

.jishu {
  float: right;
  font-size: 14px;
  color: #8c8c8c;
}

.foot_wap {
  position: relative;
  background: #212120;
  padding-top:30px;
  min-height: 200px;
   padding-bottom:30px;
}

.f_aa {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  width:688px; color:#666;
  background: url(../images/foot_shu.png) no-repeat right top;
}

.f_bb {
  color: #fff;
  padding-left: 40px;
  font-size: 13px;
  line-height: 30px;
  width: 210px;
  background: url(../images/foot_shu.png) no-repeat right top;
}

.f_cc {
  color: #cbcaca;
  padding-left: 40px;
  font-size: 13px;
  line-height: 31px;
  width:300px;
  background: url(../images/foot_shu.png) no-repeat right top; word-break:break-all; padding:0px 20px;
}
.f_cc a{ padding:0px 10px;color:#666;}
/*.f_cc p:nth-child(1) {
  background: url(../images/vv1.png) no-repeat left center;
  padding-left: 35px;
}*/

.f_cc p:nth-child(2) {
  background: url(../images/vv2.png) no-repeat left center;
  padding-left: 35px;
}

.f_cc p:nth-child(3) {
  background: url(../images/vv3.png) no-repeat left center;
  padding-left: 35px;
}

.f_dd {
  margin-right: 65px;
}

.f_dd img {
  width: 95px;
  height: 95px;
}

/*内页左侧样式*/
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.page-position a {
  color: #000;
}

.left {
  width: 225px;
  float: left;
}

.right {
  width: 940px;
  float: right;
}

.xypg-case-list li {
  width: 270px;
}

.xypg-product-list li {
  width: 264px;
}

.xypg-product-list li .img img {
  width: 242px;
  height: 255px;
}

.relate-product-slick .owl-item .img img {
  width: 213px;
  height: 200px;
}

.xypg-case-list li .img img {
  width: 270px;
  height: 157px;
}

.page-product-inquiry a {
  color: #fff;
}

.page-mob-tool {
  display: none;
}


/*内页样式*/
.page-wrap01{ margin-top:40px; margin-bottom:20px}
.page-wrap-right01{ width:844px; float:right;}
.page-wrap-right01 .page-position{ border-bottom:#ddd solid 1px; margin:0px; padding:0px; height:40px; line-height:40px; margin-bottom:10px;}
.page-wrap-right01 .page-position span.cc{ font-size:18px; font-weight:bold; border-bottom:#292E39 solid 5px; margin-top:-3px;}