*{ margin: 0; padding: 0; font-family: "微软雅黑"; }
img{ border: 0;}
a,p,span,h1,i{ text-decoration: none; margin: 0;}
li,ul{ list-style: none;}
input,button{ border: none; outline: none; background: none; margin: 0;}
a{cursor: pointer;}
body{ min-width: 1300px;}


.fl {float: left;}

.fr {float: right;}

.clear {clear: both;}

.clearfix, .container:after,
.row:after, ul {  *zoom: 1;}

.clearfix:after, .container:after,
.row:after, ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: relative;
}

.header .top_top {
  widows: 100%;
  height: 45px;
  background: #efefef;
}

.header .top_top p {
  float: left;
  line-height: 45px;
  font-size: 14px;
  color: #666;
}

.header .top_top .pc_yuanchuang {
  float: right;
}

.header .top_top .pc_yuanchuang span a {
  font-size: 14px;
  line-height: 45px;
  float: left;
  margin-right:5px;
  color: #323232;
}
.header .top_top .pc_yuanchuang span a:hover{
    color:#dc323b;
}
.header .head_top {
  width: 100%;
  background: #fff;
}

.header .head_top .fl a {
  float: left;
}

.header .head_top .fl a img {
  height: 130px;
  display: block;
}

.header .head_top .fr {
  margin-top: 35px;
}

.header .head_top .fr .tel {
  float: right;
}

.header .head_top .fr .tel p {
  padding-left: 60px;
  background: url(/static/pc/img/dianh.png) no-repeat left center;
}

.header .head_top .fr .tel p i {
  font-size: 14px;
  color: #666;
  display: block;
  font-style: normal;
}

.header .head_top .fr .tel p span {
  display: block;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}

.nav {
  width: 100%;
  background: #434343;
  height: 60px;
}

.nav ul li {
  float: left;
  width: 11.11%;
  height: 60px;
  position: relative;
}

.nav ul li a {
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  display: block;
}

.nav ul li a:hover {
  background: #1f4db2;
}

.nav ul li.active >a{
  background: #1f4db2;
}

.nav ul li .v_list {
  position: absolute;
  width: 150px;
  top: 60px;
  left: 0;
  z-index: 99;
  display: none;
  min-width: 100%;
  background: rgba(0,0,0,0.7); 
  transition: all 0.5s;
}

.nav ul li .v_list .fl {width:150px;float:left;}

.nav ul li .v_list .fr {width:350px;float:right;height: 100%;}

.nav ul li .v_list .fr img{padding: 10%; width: 80%;height: 80%;}


.nav ul li .v_list a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  transition: .5s;
}

.nav ul li .v_list a:hover {
  transition: .5s;
  background: #1f4db2;
}

.nav ul li:hover .v_list {
  display: block;
}

.fixed {
  position: fixed;
  max-width: 1920px;
  top: 0;
  z-index: 10000;
  float: none !important;
}


#swiper01{ margin-top: 0px;}
.swiper-container{ width: 100%;}
.swiper-slide{ position: relative;}
.banner_pic{ display: block; width: 100%; opacity: 0.8;}
.banner_word{ position: absolute; top: 25%; left: 50%; margin-left: -405px; z-index: 9999; width: 811px; opacity: 0; visibility: hidden; transition: all 4s;}
.swiper-slide-active .banner_pic{ transition: opacity 1.5s; opacity: 1;}
.swiper-slide-active .banner_word{ opacity: 1; visibility: visible;}

@media (min-width: 768px) and (max-width: 1600px) {
	.header .header_logo{ width: 365px; margin-top: 10px;}
	.header .header_title{ margin-right: 35px;}
	.header_word01{ padding: 0 25px;}
	.banner_word{ top: 20%; width: 611px; margin-left: -305px;}
}

@media (min-width: 768px) and (max-width: 1496px) {
	.header_word01{ padding: 0 20px;}
}
@media (min-width: 768px) and (max-width: 1416px) {
	.header_word01{ padding: 0 15px;}
}
@media (min-width: 768px) and (max-width: 1336px) {
	.header_word01{ padding: 0 12px;}
}

.container{ width: 1400px; margin: 0 auto;}
#swiper02{ padding-bottom: 100px;}
#swiper02 .swiper-pagination-bullet{ width: 12px; height: 12px; border-radius: 0; background: #cfcfcf;}
#swiper02 .swiper-pagination-bullet-active{ width: 12px; height: 12px; background: #1f4db2;}
#swiper02 .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 5px;}


/*search*/
.index_search {
  background-color: #efefef;
  padding: 40px 0;
  width:100%;
}
.index_search .h_content {
  width: 70%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.index_search .h_content .left h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.index_search .h_content .left h2 span {
  color: #d40715;
  font-weight: bold;
  font-size:20px;
}
.index_search .h_content .left h3 {
  display: flex;
}
.index_search .h_content .left h3 a {
  margin-right: 25px;
  font-size: 14px;
  color: #666;
}
.index_search .h_content .right {
  display: flex;
  height: 70px;
}
.index_search .h_content .right input {
  width: 498px;
  height: 100%;
  background-color: #fff;
  padding-left: 30px;
  font-size: 14px;
  color: #aaa;
}
.index_search .h_content .right button {
  width: 70px;
  height: 100%;
  background-color: #1f4db2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*产品中心*/
.i_box1 {
  width: 100%;
  *margin-top: 50px;
  background: url(/static/pc/img/bg1.jpg) no-repeat center 0;
  padding-bottom: 50px;
}
.box_tit {
  position: relative;
}

.box_tit p {
  line-height: 212px;
  color: #efefef;
  font-family: impact;
  font-size: 126px;
  text-align: center;
  text-transform: uppercase;
}

.box_tit span {
  position: absolute;
  line-height: 60px;
  font-size: 45px;
  color: #222;
  top: 80px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
}

.box_tit span i {
  line-height: 60px;
  font-size: 45px;
  color: #dc323b;
  font-style: normal;
}

.box_tit em {
  position: absolute;
  line-height: 25px;
  font-size: 20px;
  color: #222222;
  top: 145px;
  font-weight: 100;
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  font-style: normal;
}

.ml_tit {
  display: block;
  width: 100%;
  height: 70px;
  padding-top: 10px;
  background: #1f4db2;
  text-align: center;
}

.ml_tit span {
  font-size: 25px;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
}

.ml_tit p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.main_l {
  width: 24%;
  padding-bottom: 20px;
}

.main_l .text {
  width: 100%;
}

.main_l .text ul {
  width: 100%;
  background: #fff;
}

.main_l .text ul li {
  display: block;
}

.main_l .text ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-indent: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(/static/pc/img/pro01.png) no-repeat 19px 17px;
  border-bottom: 1px solid #e3e3e3;
  color: #323232;
}

.main_l .main_contact {
  margin-top: 20px;
  background: #fff;
}

.main_l .main_contact .cont_contact {
  padding: 15px 0;
}

.main_l .main_contact .cont_contact li{ width: 90%; border-bottom: solid 1px #e1e1e1;  margin: 0 auto; cursor: pointer;padding-bottom: 10px;}
.main_l .main_contact .cont_contact li img{ display: block; width: 290px; height: 120px;}
.main_l .main_contact .cont_contact li h1{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; line-height: 20px; margin: 18px 0 12px 40px;}
.main_l .main_contact .cont_contact li p{ font-size: 14px; color: #323232;}
.main_l .main_contact .cont_contact li:last-child{ border-bottom: 0;}

.main_r {
  width: 74%;
  overflow: hidden;
}

.box1_js {
  background: #fff;
  padding: 40px 60px;
  position: relative;
}

.box1_js .swiper-container {
  width: 100%;
  overflow: hidden;
}

.box1_js .swiper-slide .s_box .pic {
  width: 400px;
  float: left;
  height: 300px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.box1_js .swiper-slide .s_box .pic img {
  transform: scale(1);
  transition: .5s;
  width:100%;
  height: 300px;
}

.box1_js .swiper-slide .s_box .pic:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.box1_js .swiper-slide .s_box .text {
  float: right;
  width: 300px;
  padding-left: 20px;
}

.box1_js .swiper-slide .s_box .text span {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #d7d7d7;
  display: block;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
}

.box1_js .swiper-slide .s_box .text p {
  width: 100%;
  max-height: 125px;
  overflow: hidden;
  margin: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: justify;
}

.box1_js .swiper-slide .s_box .text i {
  display: block;
  width: 136px;
  height: 31px;
  background: #1f4db2;
  line-height: 31px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
}

.box1_js .swiper-slide .s_box .text i:hover {
  background: #323232;
  color: #fff;
}

.box1_js .next {
  cursor: pointer;
  outline: 0;
  left: 0px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: url(/static/pc/img/ble.gif) no-repeat center;
  z-index: 4;
}

.box1_js .prev {
  cursor: pointer;
  outline: 0;
  right: 0px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background: url(/static/pc/img/bri.gif) no-repeat center;
  z-index: 4;
}

.box1_list {
  margin-top: 20px;
}

.box1_list ul li {
  width: 270px;
  margin-right: 39px;
  margin-bottom: 2%;
  float: left;
  box-shadow: 0px 1px 5px 1px #ddd;
}

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

.box1_list ul li .imgauto {
  width: 100%;
  height: 165px;
  background: #fff;
}

.box1_list ul li .imgauto img {
  transform: scale(1);
  transition: .5s;
  width:100%;
  height: 165px;
}

.box1_list ul li span {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: block;
  text-align: center;
  padding: 8px 0;
  background: #ebebeb;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.box1_list ul li:hover .imgauto img {
  transform: scale(1.1);
  transition: .5s;
}

.box1_list ul li:hover span {
  background: #1f4db2;
  color: #fff;
}



.product{ position: relative;}
.product01{ background: #f2f2f2;}
.product_title{ padding: 75px 0 65px;}
.product_title01{text-align: center;}
.product_title .title_img01{ width: 318px;}
.product_title .title_img02{ width: 374px;}
.product_title .title_img03{ width: 306px;}
.product_title .title_img04{ width: 388px;}
.product_title .title_img05{ width: 221px;}
.product_title .title_img06{ width: 630px;}
.product_title .title_img07{ width: 292px;}
.product_title .title_img08{ width: 326px;}
.product_title .product_text{ height: 55px; overflow: hidden;}
.product_title h1{ font-size: 30px; margin: 10px 0 15px;}
.product_title span{ font-size: 14px; color: #999;}
.product_title .product_title_h1{ color: #fff;}
.product_title .product_title_span{ color: #fff;}

/*销售网络*/
.sales{	width: 100%; background: #1f4db2; display: inline-flex;}
.sales .map{width:60%;}
.sales .explain{ width: 40%;}
.sales_title{ padding: 75px 0 65px;text-align: left;margin-left:10%; }
.sales_title .sales_text{ height: 55px; overflow: hidden;}
.sales_title h1{ font-size: 30px; margin: 10px 0 15px;}
.sales_title .sales_title_h1{ color: #fff;}
.sales_title span{ font-size: 14px; color: #999;}
.sales_title .sales_title_span{ color: #fff;}
.sales_word{ color: #fff; line-height: 30px; height: 210px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7; overflow: hidden;margin-left:10%;margin-right:10%;}
.sales_a{ color: #fff; font-weight: bold; margin-top: 10%;padding-left:10%;}

/*解决方案*/
.advert{ cursor: pointer;}
.advert_tu{ *background: #1f4db2; padding: 0; text-align: center;}
.advert_tu img{ width: 100%; transition: all 0.5s;}
.advert_word{ background: #fff; padding: 18px 18px 30px;}
.advert_word h1{ font-size: 16px;color: #323232;}
.advert_word p{ display: block; font-size: 14px; line-height: 24px; height: 120px; color: #999; margin-top: 18px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; overflow: hidden;}
.advert:hover .advert_tu{ *background: #bb0101;}
.advert:hover .advert_tu img{ transform: rotateY(360deg);}

.product_title02{ text-align: left;}
.product_title_locat{ position: absolute; top: 0; left: 0;}
.tab-pic{ overflow: hidden;}
.tag-nav{ overflow: hidden; float: right; padding: 130px 0 60px;}
.tag-nav li{ float: left; padding: 0 15px; background: #efefef; margin: 0 8px 0 0; line-height: 50px; height: 50px; cursor: pointer;}
.tag-nav .on{ background: #1f4db2; color: #fff; transition: all 0.3s;}
.piclist{ width: 100%;}
.piclist li{ width: 100%; overflow: hidden;}
.case01{ position: relative; float: left; width: 692px; cursor: pointer; overflow: hidden;}
.case01_img{ display: block; width: 692px; height: 518px;}
.case01_tip{ background: rgba(0,0,0,0.5); overflow: hidden; position: absolute; bottom: 0; left: 0; z-index: 99; width: 90%; padding: 20px 5%;
transition: all 0.5s; -webkit-transition: all 0.5s; opacity: 1; visibility: visible;}
.case01_tip01{ float: left;}
.case01_tip01 h1{ font-size: 18px; color: #fff; font-weight: 500;}
.case01_tip01 p{ margin-top: 6px;}
.case01_tip01 p,.case01_tip01 span{ font-size: 14px; color: #fff;}
.case01_tip02{ float: right; padding: 6px 30px; font-size: 14px; color: #fff; border-radius: 30px; background: #1f4db2; margin-top: 9px;}
.case02{ float: right; overflow: hidden; width: 705px;}
.case02a{ position: relative; float: right; width: 335px; margin: 0 0 18px 15px; cursor: pointer; overflow: hidden;}
.case02_img{ display: block; width: 335px; height: 250px;}
.case02_tip{ background: rgba(0,0,0,0.5); overflow: hidden; position: absolute; bottom: 0; left: 0; z-index: 99; width: 90%; padding: 13px 5%;
transition: all 0.5s; -webkit-transition: all 0.5s; opacity: 1; visibility: visible;}
.case02_tip01{ float: left;}
.case02_tip01 h1{ font-size: 16px; color: #fff; font-weight: 500;}
.case02_tip01 p{ margin-top: 6px;}
.case02_tip01 p,.case02_tip01 span{ font-size: 14px; color: #fff;}
.case02_tip02{ float: right; width: 34px; margin-top: 6px;}
.interpret_tier01{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: calc(100% - 200px); padding-top: 200px; background: rgba(0,0,0,0.8); text-align: center;
transition: all 0.5s;-webkit-transition: all 0.5s; opacity: 0; visibility: hidden;}
.interpret_tier01 h1{ color: #fff; font-size: 20px;}
.interpret_tier01 p{ margin-top: 15px;}
.interpret_tier01 p,.interpret_tier01 span{ font-size: 16px; color: #fff;}
.interpret_tier01 a{ display: inline-block; font-size: 16px; color: #fff; padding: 8px 20px; background: #1f4db2; border-radius: 30px; margin-top: 40px;
transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateY(250px);}
.interpret_tier02{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: calc(100% - 70px); padding-top: 70px; background: rgba(0,0,0,0.8); text-align: center;
transition: all 0.5s;-webkit-transition: all 0.5s; opacity: 0; visibility: hidden;}
.interpret_tier02 h1{ color: #fff; font-size: 16px;}
.interpret_tier02 p{ margin-top: 10px;}
.interpret_tier02 p,.interpret_tier02 span{ font-size: 14px; color: #fff;}
.interpret_tier02 a{ display: inline-block; font-size: 14px; color: #fff; padding: 6px 18px; background: #1f4db2; border-radius: 30px; margin-top: 30px;
transition: all 0.8s; -webkit-transition: all 0.8s; transform: translateY(150px);}
.case01:hover .interpret_tier01{ opacity: 1; visibility: visible;}
.case01:hover .case01_tip{ padding: 0 5%; opacity: 0; visibility: hidden;}
.case01:hover .interpret_tier01 a{ transform: translateY(0);}
.case02a:hover .interpret_tier02{ opacity: 1; visibility: visible;}
.case02a:hover .case02_tip{ padding: 0 5%; opacity: 0; visibility: hidden;}
.case02a:hover .interpret_tier02 a{ transform: translateY(0);}

.plat img{ width: 100%;}
.brand{ overflow: hidden;}
.brand li{ float: left; width: 231px; border-top: solid 1px #e1e1e1; border-left: solid 1px #e1e1e1; cursor: pointer;}
.brand li img{ display: block; width: 231px; height: 143px;}
.brand li:nth-child(6n){ border-right: solid 1px #e1e1e1;}
.brand li:nth-child(n+6){ border-bottom: solid 1px #e1e1e1;}

@media (min-width: 768px) and (max-width: 1400px){
	.container{ width: 1200px;}
	.tag-nav li{ font-size: 14px; padding: 0 10px; margin: 0 5px 0 0;}
	.case01{ width: 592px;}
	.case01_img{ width: 592px; height: 442px;}
	.case02{ width: 605px;}
	.case02a{ width: 292px; margin: 0 0 6px 9px;}
	.case02_img{ width: 292px; height: 218px;}
	.brand li{ width: 198px;}
	.brand li img{ display: block; width: 198px; height: 122px;}
	.interpret_tier01{height: calc(100% - 160px); padding-top: 160px;}
	.interpret_tier02{height: calc(100% - 60px); padding-top: 60px;}
}

.brand li .brand02{ display: none;}
.brand li:hover .brand01{ display: none;}
.brand li:hover .brand02{ display: block;}


.profit{ position: relative; margin-top: 105px; background: url(/static/pc/img/p01.jpg) top right no-repeat; background-size: 100% 100%;}
.product_title03{ position: absolute; top: 0; left: 66%; z-index: 99; text-align: left;}
.superiority{ position: relative; width: 100%; cursor: pointer;}
.superiority01{width: 62%; overflow: hidden;}
.superiority01 img{ display: block; width: 100%; height: 37.5vw; transition: all 0.5s;}
.superiority02{ position: absolute; bottom: 10%; right: calc( 38% - 468px); z-index: 999; width: 700px; opacity: 0; transform: translateX(300px); transition: all 1s; height: 365px; overflow: hidden;}
.superiority02a{ float: left; width: 231px; height: 365px; border-right: dashed 1px #fff;}
.swiper-slide-active .superiority02{ background: #010101; opacity: 1; transform: translateX(0);}
.great01{ width: 125px; height: 110px; padding-top: 15px; text-align: center; border: dashed 1px #fff; margin: 50px auto 50px;}
.great01 p{ font-size: 36px; font-weight: bold; color: #fff;}
.great01 span{ font-size: 24px; font-weight: bold; color: #fff; margin-top: 25px;}
.great02{ display: block; width: 125px; line-height: 40px; text-align: center; margin: 10px auto; border: dashed 1px #fff; color: #fff;}
.superiority02b{ float: left; width: 360px; padding: 65px 62px 0 46px;}
.superiority02b h1{ font-size: 24px; color: #fff; font-weight: bold; text-align: right;}
.superiority02b span{ display: block; font-size: 12px; color: #fff; text-align: right; text-transform:uppercase; margin: 15px 0 60px;}
.superiority02b p{ font-size: 14px; color: #fff; line-height: 30px; text-align: right;}
.superiority01:hover img{ transform: scale(1.08);}

@media (min-width: 1500px) and (max-width: 1800px){
	.superiority02{ width: 600px; height: 312px; bottom: 6%; right: calc( 38% - 402px);}
	.superiority02a{ width: 197px; height: 312px;}
	.superiority02b{ width: 324px; padding: 45px 42px 0 36px;}
	.great01{ margin: 40px auto 50px; height: 105px; padding-top: 20px;}
	.great01 p{ font-size: 32px;}
	.great01 span{ font-size: 22px; margin-top: 25px;}
	.superiority02b h1{ font-size: 20px;}
	.superiority02b span{ font-size: 10px; margin: 15px 0 35px;}
	.superiority02b p{ font-size: 12px; line-height: 24px;}
}
@media (min-width: 768px) and (max-width: 1500px){
	.product_title03{ padding: 55px 0 65px;}
	.superiority02{ height: 260px; right: calc( 38% - 468px); bottom: 8%;}
	.superiority02a{ height: 260px;}
	.great01{ margin: 30px auto 30px; height: 105px; padding-top: 20px;}
	.great01 p{ font-size: 32px;}
	.great01 span{ font-size: 22px; margin-top: 25px;}
	.superiority02b{ padding: 30px 62px 0 46px;}
	.superiority02b h1{ font-size: 22px;}
	.superiority02b span{ font-size: 10px; margin: 15px 0 30px;}
	.superiority02b p{ font-size: 12px; line-height: 26px;}
}

.serve{ overflow: hidden;}
.serve li{ float: left; width: 19%; margin-right: 1%; position: relative; cursor: pointer;}
.serve .serve01{ display: block; width: 100%;}
.serve .serve02{ width: 100%; padding: 15px 0 18px; text-align: center; background: rgba(0,0,0,0.5); position: absolute; bottom: 115px; left: 0; z-index: 9999;}
.serve02 h1{ font-size: 32px; font-weight: bold; color: #fff;}
.serve02 p{ margin-top: 8px; font-weight: bold; color: #fff;}
.serve02 span{ display: block; font-weight: bold; color: #fff; line-height: 22px;}
.serve03{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; background: url(../img/bg01.png) center center no-repeat; background-size: 0 0; text-align: center;
transition: all 0.5s; opacity: 0; visibility: hidden;}
.serve03 img{ display: block; width: 63px; margin: 60px auto 0;}
.serve03 p{ font-size: 14px; color: #fff; margin-top: 30px; line-height: 24px;}
.serve03 a{ display: block; font-size: 14px; color: #fff; width: 100px; line-height: 36px; border-radius: 30px; border: solid 1px #fff; margin: 210px auto 0;}
.serve li:hover .serve03{ opacity: 1; visibility: visible; background-size: 100% 100%;}
.touch{ text-align: center; margin: 75px 0 80px;}
.touch p{ display: inline-block; background: #1f4db2; padding: 12px 80px; color: #fff; font-size: 24px; font-weight: bold; border-radius: 30px;}
.touch span{ color: #fff; font-size: 24px; font-weight: bold;}

@media (min-width: 768px) and (max-width: 1400px){
	.serve .serve02{ bottom: 95px;}
	.serve03 img{ margin: 40px auto 0;}
	.serve03 a{ margin: 175px auto 0;}
}

.introduce{ width: 100%; background: url(../img/about_tu.jpg) top right #1f4db2 no-repeat; background-size: 60% 100%;}
.introduce01{ float: left; width: 32%; margin-right: 8%; padding-bottom: 6%;}
.introduce01_word{ color: #fff; line-height: 30px; height: 210px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7; overflow: hidden;}
.introduce01_a{ color: #fff; font-weight: bold; margin-top: 50%;}
.introduce02{ float: left; width: 60%; overflow: hidden;}
.introduce02a{ overflow: hidden; margin-top: 15%; float: right;}
.introduce02a li{ float: left; width: 115px; line-height: 46px; height: 46px; background: #fff; margin: 0 9px; text-align: center; cursor: pointer;}
.introduce02a li a{color:#323232;}
.introduce02a li:hover{ background: #1f4db2;}
.introduce02a li:hover a{ color: #fff;}
.introduce02b{ overflow: hidden; float: left; margin-top: 40%;width:100%;}
.introduce02b li{ width: 20%; height: 175px; padding: 18px 1% 0; background: #fff; float: left; margin: 0 1%;}
.figure{ overflow: hidden;}
.figure h1{ font-weight: 500; font-size: 60px; color: #d40715; float: left;}
.figure .figure01{ float: left;}
.figure01 span{ font-weight: bold; color: #d40715; font-size: 30px;}
.figure01 p{ font-size: 20px;}
.introduce02b li h2{ font-size: 20px; font-weight: 500; margin: 20px 0 0;}

.news01{ text-align: center; margin-bottom: 60px;}
.tag-work li{ display: inline-block; background: #fff; margin: 0 15px; width: 146px; height: 46px; line-height: 46px; border: solid 1px #323232; cursor: pointer;}
.tag-work .on{ background: #1f4db2; color: #fff; border: solid 1px #1f4db2;}
.news02{ overflow: hidden;}
.news02a{width: 345px; height: 435px; float: left; margin-right: 40px; background: #fff; cursor: pointer; transition: all 0.3s;}
.news02a_img{ width: 345px; height: 258px; overflow: hidden;}
.news02a_img img{ display: block; width: 345px; height: 258px; transition: all 0.5s;}
.news02a_content{ padding: 20px 5% 0;color: #323232;}
.news02a_content h1{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:18px;font-family: "微软雅黑";}
.news02a_content span{ display: block; font-size: 14px; margin: 15px 0;}
.news02a_content p{ font-size: 14px; line-height: 24px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden;}
.news02b{ float: right; width: 580px;}
.news02b_content{ border-bottom: dashed 1px #666; padding: 0 0 25px; margin-bottom: 25px; overflow: hidden; cursor: pointer;}
.news02b_title{ float: left; width: 90px; height: 90px; padding-top: 6px; border: solid 3px #ccc; text-align: center;color: #323232;}
.news02b_title p{ font-size: 40px; font-weight: bold;}
.news02b_title span{ font-size: 14px;}
.news02b_plain{ float: right; width: 462px; padding-top: 6px;color: #323232;}
.news02b_plain h1{font-size:18px;text-decoration: none; margin: 0;font-family: "微软雅黑";}
.news02b_plain p{ font-size: 14px; line-height: 24px; margin-top: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.more{ padding-bottom: 95px; margin-top: 60px;}
.more p{ display: block; width: 160px; height: 50px; line-height: 50px; border: solid 2px #1f4db2; background: #fff; text-align: center; margin: 0 auto;color: #323232;}
.news02a:hover{ background: #1f4db2;}
.news02a:hover .news02a_img img{ transform: scale(1.08);}
.news02a:hover .news02a_content h1{ color: #fff;}
.news02a:hover .news02a_content span{ color: #fff;}
.news02a:hover .news02a_content p{ color: #fff;}
.news02b_content:hover .news02b_title{ border: solid 3px #1f4db2;}
.news02b_content:hover .news02b_title p{ color: #1f4db2;}
.news02b_content:hover .news02b_plain h1{ color: #1f4db2;}
.more p:hover{ background: #1f4db2; color: #fff; cursor: pointer;}

@media (min-width: 768px) and (max-width: 1400px){
	.news02a{ width: 300px; height: 400px; margin-right: 25px;}
	.news02a_img{ width: 300px; height: 224px;}
	.news02b_content{ padding: 0 0 18px; margin-bottom: 18px;}
	.news02b{ width: 525px;}
	.news02b_plain{ width: 405px; padding-top: 10px;}
	.news02b_plain p{ margin-top: 15px;}
}


.footer{ background: #404040; padding: 60px 0 90px;}
.footer01{ overflow: hidden; border-bottom: solid 1px #5f5f5f; padding-bottom: 40px;}
.footer01a{ float: left; width: 20%;}
.footer01a img{ display: block; width: 160px;}
.footer01a p{ display: inline-block; font-size: 18px; color: #fafafa; line-height: 50px; border-bottom: solid 1px #fff; margin-top: 50px;}
.footer01a span{ display: block; font-size: 24px; color: #fff; margin-top: 20px;}

.footer01b{ float: left; width: 52%;}
.footer01b ul{ overflow: hidden;}
.footer01b li{ width: 18%; float: left;}
.footer01b li p{ color: #fafafa; font-weight: bold; line-height: 36px; margin-bottom: 25px;}
.footer01b li a{ display: block; color: #fafafa; font-size: 14px; line-height: 36px;}
.footer01b li a:hover{ text-decoration: underline;}
.footer01b li:nth-child(2){ width: 36%;}
.footer01b li:nth-child(3){ width: 28%;}

.footer01c{ float: right; padding-left: 3%; width: 25%;}
.footer01c h1{ color: #fafafa; font-weight: bold; line-height: 36px; margin-bottom: 25px;}
.footer01c p{ color: #fafafa; font-size: 14px; line-height: 36px;}
.footer01c span{ font-size: 14px; color: #fff;}
.footer01c ul{ margin-top: 50px;}
.footer01c li{ float: left; margin-right: 30px; position: relative;}
.footer01c li .contact_icon{ display: block; width: 43px; cursor: pointer;}
.footer01c li .contact_pic{ display: none; width: 90px; height: 90px; position: absolute; top: 55px; left: -23.5px;}
.footer01c .contact_icon:hover+.contact_pic{ display: block;}

.footer02{ overflow: hidden; margin-top: 30px;}
.footer02 p{ float: left; font-size: 14px; color: #fff;}
.footer02 span{ float: right; font-size: 14px; color: #fff;}
.footer02 span a {color: #fff;}
.re_icon{ position: absolute; top: -70px; right: 0; z-index: 9; cursor: pointer;}
.re_icon img{ width: 81px;}




.picture{ width: 100%; margin-top: 0px;}
.picture img{ display: block; width: 100%;}
.read{ background: #f2f2f2; padding: 0 0 60px;}
.read01{ overflow: hidden; height: 130px; *position: absolute; *top: -25px; left: 0; width: 100%; z-index: 99;}
.read01_title{ float: left; width: 343px; height: 108px; padding: 22px 0 0 25px; background: url(/static/pc/img/t_bg.png) center center no-repeat; background-size: 100% 100%;}
.read01_title p{ font-size: 30px; font-weight: bold; color: #fff; text-transform:uppercase;}
.read01_title span{ font-size: 30px; font-weight: bold; color: #fff;}
.read01_word{ float: left; margin-left: 15px; padding-top: 100px;    display: inline-flex;}
.read01_word img{margin: 8px 15px 0px 0px; vertical-align: middle; width: 15px;height: 12px;}
.read01_word h1{ font-size: 20px;}
.read01_word p{ font-size: 16px; color: #323232; margin-top: 5px;}
.read01_word p a{font-size: 16px; color: #323232;}
.read01_search{ float: right; width: 362px; height: 40px; margin-top: 88px; border-radius: 5px; border: solid 1px #e1e1e1; background: #fff; position: relative;}
.read01_search input{ line-height: 40px; width: calc( 100% - 75px); padding: 0 15px;}
.read01_search .read01_search_icon{ width: 46px; height: 32px; padding-top: 12px; text-align: center; background: #1f4db2; position: absolute; top: -2px; right: -1px; z-index: 99;
border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.read01_search_icon img{ width: 16px;}

.read02{ overflow: hidden; padding-top: 60px;}
.read02_word{ float: left; width: 328px;}
.guide{padding-bottom: 45px;}
.guide a{ display: block; width: calc( 100% - 50px); padding: 0 25px; height: 60px; line-height: 60px; background: #fff; margin-bottom: 15px; cursor: pointer; transition: all 0.2s;color: #323232;}
.guide i{display: block; background: url(/static/pc/img/seo.gif)no-repeat; width: 300px;  height:60px; position: absolute;}

.guide .guide_active{ color: #fff; background: #1f4db2;}
.guide a:hover{ color: #fff; background: #1f4db2;}
.correlation{ background: #fff; padding-bottom: 10px;  margin-bottom: 40px;}
.correlation01{font-weight: bold;line-height: 50px; height: 50px; padding: 0 25px;color: #fff;background-color: #434343;}

.left_vidoe{
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.left_vidoe i{
	display: block;
    background: url(/static/pc/img/seo.gif)no-repeat;
    width: 328px;
    height: 328px;
    position: absolute;
    z-index: 50;
}


.correlation02 li{ width: 290px; border-bottom: solid 1px #e1e1e1;  margin: 0 auto; cursor: pointer;padding-bottom: 10px;}
.correlation02 li img{ display: block; width: 290px; height: 120px;}
.correlation02 li h1{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; line-height: 20px; margin: 18px 0 12px 40px;color: #323232;font-size: 16px;}
.correlation02 li p{ font-size: 14px; color: #323232; margin-left: 40px;}
.correlation02 li:last-child{ border-bottom: 0;}


.correlation03 li{ width: 290px; border-bottom: solid 1px #e1e1e1; padding: 22px 0 22px; margin: 0 auto 20px; cursor: pointer;}
.correlation03 li img{ display: block; width: 290px; height: 225px;}
.correlation03 li h1{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; line-height: 20px; margin: 18px 0 12px;color: #323232;font-size: 16px;}
.correlation03 li p{ font-size: 14px; color: #999;}
.correlation03 li span{ font-size: 14px; color: #999;}
.correlation03 li:last-child{ border-bottom: 0;}
.correlation03 li:hover h1{ color: #1f4db2;}
.correlation04{ width: 80%; line-height: 50px; height: 50px; margin: 10px auto 0; color: #434343; font-weight: bold; text-align: center; border: solid 1px #434343; border-radius: 5px;}
.correlation04:hover{ background: #1f4db2; color: #fff;}

/*新闻侧边栏-start*/
.left_news{ background: #fff; padding-bottom: 20px; margin-bottom: 40px;}
.left_news .title{font-weight: bold;line-height: 50px; height: 50px; padding: 0 25px;color: #fff;background-color: #434343;}
.left_news .msglist {background: #fff;}
.left_news .msglist li{ width: 100%; border-bottom: solid 1px #e1e1e1;  margin: 0 auto; cursor: pointer;padding-bottom: 20px;}
.left_news .msglist li img{ display: block; width: 290px; height: 120px;}
.left_news .msglist li h1{line-height: 20px; margin: 18px 0 12px 5%;float:left;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;color: #323232;font-size: 16px;}
.left_news .msglist li span{font-size: 15px; margin: 0 5% 0 0; color: #999999;}
.left_news .msglist li p{ font-size: 14px;  color: #323232;  margin-left: 5%;  width:90%; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;	  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical;}
.left_news .msglist li:last-child{ border-bottom: 0;}
.left_news .all{ width: 80%; line-height: 50px; height: 50px; margin: 10px auto 0; color: #434343; font-weight: bold; text-align: center; border: solid 1px #434343; border-radius: 5px;}
.left_news .all:hover{ background: #1f4db2; color: #fff;}
/*新闻侧边栏-end*/


.read02_content{ float: right; width: 880px; padding: 0 70px; background: #fff; min-height: 1200px; position: relative;}
.read02_content01{float: right;width: 1020px; min-height: 1200px;}

.read02_content_h1{ height: 50px; line-height: 100px; font-size: 24px; font-weight: bold; *border-bottom: solid 1px #c7c7c7;}
.read02_about{ padding-top:36px;margin: 36px 0; line-height: 30px; border-top: 1px solid #cccccc;}
.read02_about a{color:#000;*font-size:16px;*font-weight:100;}
.read02_about table{border-collapse:collapse;}

.share{ position: absolute; bottom: 0; left: 0; width: calc(100% - 140px); padding: 0 70px; height: 90px; line-height: 90px; text-align: right; border-top: solid 1px #c7c7c7;}
.share span{ font-size: 14px; color: #666;}
.share img{ width: 195px; vertical-align: middle;}

.show{ padding: 36px 0; line-height: 30px; color: #666;text-align: center;}
.show .box{width:200px; text-align:center; font-szie:18px;display: inline-block;padding-right: 40px;}
.show .box img {width:100%;}
.show .box a{color:#323232;}

.work{ *position: absolute; bottom: 0; left: 0; width: calc(100% - 140px); padding: 0 70px; height: 90px; line-height: 90px; border-top: solid 1px #c7c7c7;}
.work p{ font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.work span{ font-size: 14px; color: #666;}
.work a { font-size: 14px; color: #666;}
.work01{ float: left; width: 40%;}
.work02{ float: right; width: 40%;}
.work03{width: 20%;  float: left;  text-align: center;}
.work03 a{ color: #1858e2;    border: 1px solid #1858e2;}
.read02_content02{ float: right; width: 880px; padding: 0 70px; background: #fff; position: relative;}
.picCompany{ margin:0 auto;  width:800px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;   }
.picCompany .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picCompany .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.picCompany .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
.picCompany .hd ul li img{ width:90px; height:68px; border:2px solid #ddd; cursor:pointer; margin-right:5px;   }
.picCompany .hd ul li.on{ background:url("/static/pc/img/icoUp.gif") no-repeat center 0; }
.picCompany .hd ul li.on img{ border-color:#f60;  }
.picCompany .bd li{ vertical-align:middle; }
.picCompany .bd li span{ display:block; background:#000; height:136px; line-height:30px; color:#fff; z-index:100; margin-top:-146px; position:relative;padding-left:5px; padding-right:3px; overflow:hidden; font-size:16px;background: url("/static/pc/seo/box_shadow.png")repeat;}
.picCompany .bd img{ width:800px; height:600px; display:block;  }


.honor{min-height:1000px;}

/*网站地图样式*/
.website{ overflow: hidden; padding-top: 60px;width: 100%;}

.website_content{ min-width: 1060px; padding: 0 70px; background: #fff; min-height: 1200px; position: relative;}
.website_content_h1{ height: 130px; line-height: 130px; font-size: 24px; font-weight: bold; border-bottom: solid 1px #c7c7c7;}
.website_map{ padding: 36px 0; line-height: 30px; color: #666;}

.bs_main_r{width:100%;padding:0 15px 15px 20px;background:#fff;border:1px #ddd solid;margin:20px 0 30px 0;}
.itable{width:100%; margin:0 auto; padding:0 0; font-size:14px; } 
.it-title{background:url(/static/pc/img/wzdt_bg1.jpg) repeat-x; font-family:Microsoft YaHei;margin-top:10px;} 
.it-title{ height:30px; line-height:30px; border:1px #ddd solid; margin-top:30px; color:#333;} 
.it-title strong{background:url(/static/pc/img/wzdt_icon1.jpg) 10px center no-repeat; padding-left:25px; display:block; font-size: 18px;} 
.it-content{padding:10px; line-height:28px; border:1px #ddd solid;border-top:0;} 
.it-content a{display:inline-block;margin-right:21px; color: #323232;font-size:18px;} 
.it-content a:hover{color:#fe0000;}

/*公司风采*/
.inkPhoBox { width: 732px; margin: 15px auto 0px; }
.inkPhoBox .main{ width:732px;}
.inkPhoBox .mod18{width:677px;position:relative;}
.inkPhoBox #prev{ background: url(../images/prevBtn.png) no-repeat; height: 48px; width: 24px; position: absolute; z-index: 99; left: 11px; top: 37px; cursor: pointer; }
.inkPhoBox #next{ background: url(../images/nextBtn.png) no-repeat; height: 48px; width: 25px; position: absolute; z-index: 99; top: 37px; right: 11px; cursor: pointer; }
.inkPhoBox .mod18 #prevTop{display:none}
.inkPhoBox .mod18 #nextTop{display:none}
.inkPhoBox .mod18 li{float:left;}
.inkPhoBox .mod18 .cf li{position:relative;color:#fff;}
.inkPhoBox .mod18 .cf a{display:block;width:526px;height:377px;position:absolute;color:#fff;}
.inkPhoBox .mod18 .cf li span{display:block;width:688px;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.inkPhoBox .bigImgBox{width: 688px; height: 514px; border: 1px solid #E1E1E1; padding:21px; }
.inkPhoBox .mod18 .picBox{width: 688px; height: 514px; position: relative; overflow: hidden;}
.inkPhoBox .mod18 .picBox ul{height:514px;position:absolute; left:0;}
.inkPhoBox .mod18 .picBox li{ width: 688px; height: 514px;}
.inkPhoBox .smImgBox{ width: 707px; height: 101px; padding: 11px; border: 1px solid #E1E1E1; margin-top: 12px; position: relative; }
.inkPhoBox .mod18 .listBox{ width: 707px; height: 101px; margin: 0 auto; position: relative; overflow: hidden; }
.inkPhoBox .mod18 .listBox ul{height:101px;position:absolute; padding-left:0px;}
.inkPhoBox .mod18 .listBox li{ width: 134px; height: 101px; cursor: pointer; position: relative; padding: 0 9px 0 0; }
.inkPhoBox .mod18 .listBox li i{display:none;}
.inkPhoBox .mod18 .listBox li a{display:block;width:134px;height:101px;}
.inkPhoBox .mod18 .listBox li img{ width:134px; height:101px;}
.inkPhoBox .mod18 .listBox .on img{border:2px solid #B42222; width:130px; height:97px;}
.inkPhoBox .mod18 .listBox .on { background:url(../images/img_bg.jpg) center top no-repeat;}
.inkPhoBox .mod18 .listBox .on i{display:block;}
.inkPhoBox .left_top { font-family:Arial; font-size:32px; color:#fff; text-align:center; height:30px; line-height:30px; background:#333}



/*在线订单*/
.read02_order{ float: right; width: 880px; padding: 0 70px; background: #fff; min-height: 1200px; position: relative;}
.read02_order .title{width:100%;border-bottom:1px solid #cccccc;height:100px;}
.read02_order .title .fl{ float: left;   font-size: 40px;   color: #000;   font-weight: bold;   margin-top: 25px;}
.read02_order .title .fr{float: right;   margin-top: 25px;  font-size: 18px;  color: #000;  text-align: right; font-weight: bold;}
.read02_order .title .fr span{font-size: 18px; color: #1f4db2; font-weight: bold;}

.order {width: 100%;margin: 5px auto;display:inline-flex;}
.order .order_left{width:70%;float:left;}
.order .order_right{width: 30%;  text-align: center;  margin-top: 80px;display: inline-grid;margin-left: 20%;}
.order .order_right .box1{width:200px; text-align:center; font-szie:18px;display: inline-block;}
.order .order_right .box1 img {width:100%;}

.order_form {width: 100%;	margin: 100px auto;}
.order_form form {width: 100%;	float: left;	margin-top: 1px;	margin-left: 50px;}


.order_form .order_form_left{ width:30%; float:left; height:80px; line-height:40px;margin-bottom: 40px;}
.order_form .order_form_right{  width:70%; margin-bottom: 40px; float:right;  font-family:"微软雅黑";  color:#333;  height:80px;  line-height:40px;}

.order_form form input[type="text"] {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	border: 1px solid #ccc; 
	font-size: 15px;
	color: #999999;
	width: 100% !important;
	text-indent: 10px;
	background-color: #fff;
}
.order_form form input[type="submit"] {
	background: url(/static/pc/img/submit.png) no-repeat center center;
	width: 100px;
	height: 30px;
	border: none;
}
.order_form form textarea {
	width: 100%;
	line-height: 50px;
	border: 1px solid #ccc; 
	text-indent: 10px;
}







.contact_card{ border-top: solid 8px #1f4db2; background: #fff; padding: 30px 0 50px;}
.contact_card h1{ font-size: 24px;}
.contact{ overflow: hidden; margin: 40px 0 0;}
.contact01{ float: left; width: 40%; overflow: hidden;}
.contact01a{ width: 45%; line-height: 45px; height: 45px; float: left; border: solid 1px #ddd; overflow: hidden; padding-left: 3%; border-radius: 8px;}
.contact01a:nth-child(2){ float: right;}
.contact01a img{ width: 18px; float: left; margin-top: 13.5px;}
.contact01a input{ float: left; width: 80%; margin-left: 15px; line-height: 45px;}
.contact01b{ float: left; width: calc(97% - 2px); padding-left: 3%; margin-top: 15px; border: solid 1px #ddd; line-height: 45px; height: 45px; overflow: hidden; border-radius: 8px;}
.contact01b img{ width: 18px; float: left; margin-top: 13.5px;}
.contact01b input{ float: left; width: 80%; margin-left: 15px; line-height: 45px;}
.contact02{ width: 46%; float: left; height: 107px; margin-left: 1.5%; padding-left: 1.5%; border: solid 1px #ddd; border-radius: 8px; overflow: hidden;}
.contact02 img{ width: 18px; float: left; margin-top: 13.5px;}
.contact02 textarea{ float: left; width: 93%; margin: 11.5px 0 0 15px; border: 0; outline: 0; resize: none;}
.contact03{ width: 9.5%; height: 107px; float: right;border-radius: 8px;background: #1f4db2; font-size: 18px; font-weight: bold; color: #fff;}

@media (min-width: 768px) and (max-width: 1400px){
	.read01_title{ width: 300px;}
	.read01_title p{ font-size: 28px;}
	.read01_title span{ font-size: 28px;}
	.read02_word{ width: 290px;}
	.correlation02 li{ width: 250px;}
	.correlation02 li img{ width: 250px;}
	.read02_content{ width: 750px; padding: 60px;}
	.read02_order{ width: 750px; padding: 60px;}
	.correlation03{ width: 250px;}
}


.proud01{ overflow: hidden; padding-bottom: 30px; border-bottom: dashed 1px #ccc;}
.proud01 li{ width: 436px; float: left; margin-right: 45px; margin-bottom: 10px;}
.proud01 li img{ width: 436px; height: 327px; display: block;}
.proud01 li p{ font-size: 16px; padding: 0 2%; text-align: center; line-height: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.proud01 li:nth-child(3n){ margin-right: 0;}
.proud02{ overflow: hidden; padding: 60px 0 30px; border-bottom: dashed 1px #ccc; margin-bottom: 100px;}
.proud02 li{ width: 326px; float: left; margin-right: 32px; margin-bottom: 10px;}
.proud02 li img{ width: 326px; height: 438px; display: block;}
.proud02 li p{ font-size: 16px; padding: 0 2%; margin: 18px 0; text-align: center; line-height: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.proud02 li:nth-child(4n){ margin-right: 0;}

.case_content li{ float: left; width: 32%; height: 400px; margin: 0 2% 30px 0; background: #fff; border-bottom: solid 3px #fff; cursor: pointer; transition: all 0.5s;}
.case_content li:nth-child(3n){ margin-right: 0;}
.case_content p{ display: block; width: 280px; font-size: 14px; margin: 0 auto;}
.case_content h1{display: block; width: 280px; font-size: 16px; margin: 10px auto; box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #323232;}
.case_content img{ display: block; width:100%; height:250px;}
.case_content span{ color: #666; margin-left: calc( 50% - 140px);display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size:15px;}
.case_content li:hover{ border-bottom: solid 3px #1f4db2; box-shadow: 0 0 20px #aaa;}
.case_content li:hover p{ color: #1f4db2;}
.case_content li:hover h1{color: #1f4db2;}
.case_content li:hover span{ color: #1f4db2;}


.honor_content li{ float: left; width: 32%; height: 400px; margin: 0 2% 30px 0; background: #fff; border-bottom: solid 3px #fff; cursor: pointer; transition: all 0.5s;}
.honor_content li:nth-child(3n){ margin-right: 0;}
.honor_content p{ display: block; width: 280px; font-size: 14px; margin: 0 auto;}
.honor_content h1{display: block; width: 280px; font-size: 16px; margin: 10px auto; box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #323232;}
.honor_content img{ display: block; width:100%; height:250px;}
.honor_content span{ color: #666; margin-left: calc( 50% - 140px);display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size:15px;}
.honor_content .see{ background-color: #1f4db2; margin-right: 0px;  width: 50%;  float: left;height: 40px;  line-height: 40px; border-radius: 5px; text-align: center;  margin-left: 25%; margin-top: 10px;}
.honor_content .see a{color: #fff;    font-size: 14px;}	
.honor_content li:hover{ border-bottom: solid 3px #1f4db2; box-shadow: 0 0 20px #aaa;}
.honor_content li:hover p{ color: #1f4db2;}
.honor_content li:hover h1{color: #1f4db2;}
.honor_content li:hover span{ color: #1f4db2;}



@media (min-width: 768px) and (max-width: 1400px){
        .proud01 li{ width: 370px;}
	.proud01 li img{ width: 370px; height: 277.5px;}
	.proud02 li{ width: 276px;}
	.proud02 li img{ width: 276px; height: 368px;}
	.read02_content01{ width: 870px;}
	.case_content p{ display: block; width: 220px; font-size: 14px; margin: 0 auto;}
    .case_content h1{display: block; width: 220px; font-size: 20px; margin: 10px auto; box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .case_content img{ display: block; width: 220px; height: 165px; margin: 35px auto 50px;}
    .case_content span{ margin-left: calc( 50% - 110px);}

	.honor_content p{ display: block; width: 220px; font-size: 14px; margin: 0 auto;}
    .honor_content h1{display: block; width: 220px; font-size: 20px; margin: 10px auto; box-sizing: border-box;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .honor_content img{ display: block; width: 220px; height: 165px; margin: 35px auto 50px;}
    .honor_content span{ margin-left: calc( 50% - 110px);}
	
}


.fabric{ overflow: hidden;}
.fabric li{ float: left; width: 49%; margin: 0 2% 30px 0; background: #fff; overflow: hidden; border: solid 1px #e1e1e1; box-sizing: border-box; transition: all 0.2s; cursor: pointer;}
.fabric li:nth-child(2n){ margin-right: 0;}
.fabric01{ text-align: center; width: 30%; height: 160px; padding-top: 40px; line-height: 200px; float: left; border-right: solid 1px #e1e1e1; transition: all 0.2s;}
.fabric01 img{ width: 139px; display: inline-block;}
.fabric01 .fabric01_img02{ display: none;}
.fabric02{ float: left; width: 62%; padding: 30px 0 0 4%;}
.fabric02 h1{ font-size: 18px;}
.fabric02 .fabric02_p{ font-size: 14px; color: #999; line-height: 24px; margin-top: 15px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.fabric02 p{ font-size: 14px; color: #999; margin-top: 25px;}
.fabric02 span{ color: #1f4db2; font-weight: bold;}
.fabric li:hover{ border: solid 1px #1f4db2;}
.fabric li:hover .fabric01_img01{ display: none;}
.fabric li:hover .fabric01_img02{ display: inline-block;}
.fabric li:hover .fabric01{ background: #1f4db2;}
.fabric li:hover .fabric02 h1{ color: #1f4db2;}

.put_in{ overflow: hidden; background: #fff; padding: 60px 55px;}
.put_in01{ float: left; width: 60%;}
.put_in01 h1{ font-size: 24px; margin-bottom: 20px;}
.put_in01 p{ font-size: 14px; line-height: 42px;}
.put_in01 button{ padding: 8px 25px; background: #1f4db2; color: #fff; border-radius: 30px; margin-top: 42px; cursor: pointer;}
.put_in01 img{ width: 16px; vertical-align: middle; margin-left: 15px;}
.put_in02{ width: 400px; height: 301px; float: right;}
.put_in02 img{ display: block; width: 400px; height: 301px;}

.tariff{background: #fff; padding: 30px 0 0; margin-top: 30px;}
.tariff01{ overflow: hidden; border-bottom: solid 1px #e1e1e1; padding: 0 55px;}
.tariff01 li{ float: left; line-height: 50px; border-bottom: solid 2px #fff; margin-right: 60px; cursor: pointer;}
.tariff01 .tariff01_active{ border-bottom: solid 3px #1f4db2;}
.tariff02{ overflow: hidden; padding: 0 0 0 55px;}
.tariff02 li{ display: none; min-height: 600px;}
.tariff02 .tariff02_p{ font-size: 14px; color: #666; line-height: 30px; width: 95%; padding: 50px 5% 0 0; min-height: 620px;}
.tariff02 .tariff02_active{ display: block;}
.relate{ width: 45%; background: url(../img/relate_tu.png) top right no-repeat; background-size: auto 100%; padding: 50px 55% 0 0; min-height: 620px;}
.relate01 p{ font-size: 24px; font-weight: bold; line-height: 40px;}
.relate02{ margin: 50px 0 0; overflow: hidden;}
.relate_text{ width: calc(98.5% - 2px); float: left; height: 200px; margin: 15px 0 0; padding-left: 1.5%; border: solid 1px #ddd; border-radius: 8px; overflow: hidden;}
.relate_text img{ width: 18px; float: left; margin-top: 13.5px;}
.relate_text textarea{ float: left; width: 93%; margin: 11.5px 0 0 15px; border: 0; outline: 0; resize: none;}
.relate button{ padding: 12px 45px; font-size: 14px; color: #fff; background: #1f4db2; border-radius: 6px; cursor: pointer; margin: 60px 0 0;}
.related_case{ background: #f2f2f2; padding: 0 0 60px;}
.related_case h1{ font-size: 24px;}
.related_case ul{ overflow: hidden; margin-top: 40px;}
.related_case li{ width: 335px; margin-right: 20px; float: left;}
.related_case li:last-child{ margin-right: 0;}
.related_case li img{ display: block; width: 335px; height: 251px;}
.related_case li p{ font-size: 16px; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.related_case button{ font-size: 14px; color: #fff; background: #1f4db2; padding: 8px 25px; cursor: pointer; margin-top: 30px;}

@media (min-width: 768px) and (max-width: 1400px){
	.related_case li{ width: 285px; margin-right: 20px;}
	.related_case li img{ width: 285px; height: 212px;}
}


.information{ padding-bottom: 60px;}
.information li{ padding: 0px 40px 0px;  background: #fff;  border-bottom: solid 3px #fff;  overflow: hidden;margin-bottom: 20px;  cursor: pointer;}	
.information01{ float: left; width: 220px; height: 165px;}
.information02{width:100%;padding-top: 8px;}
.information02 h1,.information03 h1{ font-size: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: #323232;}
.information02a{ margin-top: 45px; line-height: 20px;}
.information02a img{ width: 17px; vertical-align: middle; margin-right: 10px;}
.information02a p{ font-size: 14px; color: #999; display: inline-block; margin-right: 50px; vertical-align: middle;}
.information02a span{ font-size: 14px; color: #999;}
.information02b{ font-size: 14px; line-height: 24px; color: #999; margin-top: 20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.information03{ width: 100%; cursor: pointer; margin:5px 0;}
.information03 .taglist{border: 1px solid #547192;color: #547192;font-size:14px;float:left;margin-right: 10px; padding: 4px;}
.information li:hover .information02 h1{ color: #1f4db2;}
.information li:hover .information03 h1{ color: #1f4db2;}
.information li:hover .information02a p{ color: #1f4db2;}
.information li:hover .information02a span{ color: #1f4db2;}
.information li:hover{ border-bottom: solid 3px #1f4db2; box-shadow: 0 10px 20px #aaa;}
@media (min-width: 768px) and (max-width: 1400px){
	.information02{width: 540px;}
}

.article_title{ width: 70%; margin: 0 auto; font-size: 24px; line-height: 36px; font-weight: bold; padding: 55px 0; text-align: center;}
.article_point{ height: 45px; line-height: 45px; padding: 0 35px; background: #f8f8f8; overflow: hidden; margin-bottom: 15px;}
.article_point p{ font-size: 14px; color: #666; float: left; width:33%;}
.article_point span{ font-size: 14px; color: #666;}

.mask{
    width:880px;
    position: absolute;
    top:0;
    height: 100%;
    background-image: -webkit-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -moz-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: -o-linear-gradient(top, hsla(0,0%,100%,0), #fff);
    background-image: linear-gradient(top, hsla(0,0%,100%,0), #fff);
}
.read02_headtitle{ float: right; width: 880px; padding: 0 70px; background: #fff; position: relative;}
.read02_nmcontent{ float: right; width: 880px; padding: 0 70px; background: #fff; position: relative;}
.read02_footlink{ float: right; width: 880px; padding: 0 70px; background: #fff; position: relative;}

.infor_source{height:50px; margin: 5px 0 30px 0;text-align: center;background:url(/static/pc/img/look_more.gif)  no-repeat center top;}
.infor_source .ahtml{font-size: 18px; color: #fff; padding-top: 12px;}



.article_kwd{padding:20px 35px 20px; background: #f8f8f8; overflow: hidden; margin-bottom: 15px;}
.article_kwd h1{line-height: 45px;border-bottom: solid 1px #aaa;font-size:18px; margin-bottom: 10px;}
.article_kwd li{ float:left; width:45%;  line-height:35px;}
.article_kwd li:nth-child(2n+1){float:right;width:45%;padding-left:5%; border-left: solid 1px #aaa;}

.article_kwd li a{color:#000;}
.article_kwd li a:hover{color:#1eaf0c;text-decoration:none;}
.page_info {
	width: 100%;
	margin: 30px auto 60px auto;
	text-align: center;
	height: 30px;
	line-height: 30px;
	clear: both;
}
.page_info div {
	display: inline;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 8px 14px;
	text-align: center;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	color: #999;
}
.page_info .current {
	background-color: #1f4db2;
	border: 1px solid #1f4db2;
	color: #fff;
}
.page_info .tiaozhuan {
	font-size: 14px;
	color: #999;
	border: none;
}
.page_info .tiaozhuan input:first-child {
	width: 30px;
	height: 30px;
	padding: 0px;
	text-align: center;
}
.page_info .tiaozhuan input {
	border: 1px solid #000;
	padding: 8px 14px;
	font-size: 14px;
	background: none;
	width: auto;
	cursor: pointer;
	color: #000;border-radius: 2px;
}
.page_info a {
	font-size: 14px;
	color: #999;
	display: inline;
}
.page_info a:hover {
	color: #000;
}

/*友链和tag标签*/
.section {
	padding: 50px 0 30px;
	background: #f2f2f2;
}
.con_link {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}
.yunu-link {
	padding: 10px 0 20px;
}
.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #1f4db2;
	padding-bottom: 15px;
}
.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.yunu-link ul {
	margin-left: -20px;
}
.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.yunu-link li a{
	color:#323232;
}
/*footer*/
.site-footer { font-size: 14px; line-height: 1.8; color: #a8aaba; background: #323232;}
.site-footer a { color: #a8aaba;}
.site-footer a:hover { color: #f44 !important;}
.site-footer .footer-article { padding: 30px 0 20px; overflow: hidden;}
.site-footer .contact { float: left; width: 12%;margin-right:5%}
.site-footer .contact dt { width: 90px;}
.site-footer .contact .iconfont { width: 100%;height: 100px; display: block;}
.site-footer .contact .iconfont img{width:100%;}
.site-footer .contact .text {font-size: 30px;font-weight: bolder;line-height: 30px;color: #fff;}
.site-footer .contact .tel { *padding: 3px 0 15px; font-size: 18px; color: #fff;}
.site-footer .contact a { display: block; width: 100%; font-size: 14px; line-height: 30px; color: #fff; text-align: center; border: 1px solid #fff; border-radius: 4px;}
.site-footer .contact a:hover { color: #fff !important;}
.site-footer .col-article { float: left; width:12%;}
.site-footer .col-article dt { margin-bottom: 15px; font-size: 18px; font-family: "微软雅黑";font-weight: bold; color: #fff;}
.site-footer .col-article dd { margin-bottom: 8px; overflow: hidden; color:#fff;}
.site-footer .col-article dd a { font-size:16px; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.site-footer .col-article2 { float: left; width: 33%;}
.site-footer .col-article2 dt { margin-bottom: 15px; font-size: 18px; font-family: "微软雅黑";font-weight: bold; color: #fff;}
.site-footer .col-article2 dd { margin-bottom: 8px; overflow: hidden; color:#fff;}
.site-footer .col-article2 dd a { font-size:16px; color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}


.site-footer .col-article2  .contact_icon{display: inline; height: 21px; line-height: 21px; cursor: pointer; vertical-align: top; color: #fff;}
.site-footer .col-article2  .contact_pic{ display: none;  position: absolute; }
.site-footer .col-article2  .contact_pic img{width: 90px; height: 90px;}
.site-footer .col-article2  .contact_icon:hover+.contact_pic{ display: block;}

.site-footer .col-article2  .contact_icon2{display: inline; height: 21px; line-height: 21px; cursor: pointer; vertical-align: top; color: #fff; padding-left: 20px;}
.site-footer .col-article2  .contact_pic2{ display: none; position: absolute; padding-left: 120px;}
.site-footer .col-article2  .contact_pic2 img{width: 90px; height: 90px;}
.site-footer .col-article2  .contact_icon2:hover+.contact_pic2{ display: block;}

.site-footer .col-article2  .contact_icon3{display: inline; height: 21px; line-height: 21px; cursor: pointer; vertical-align: top; color: #fff; padding-left: 20px;}
.site-footer .col-article2  .contact_pic3{ display: none; position: absolute; padding-left: 240px;}
.site-footer .col-article2  .contact_pic3 img{width: 90px; height: 90px;}
.site-footer .col-article2  .contact_icon3:hover+.contact_pic3{ display: block;}


.footer-info{padding: 25px 0 80px;border-top: 1px solid #41424c;}
.footer-info .info-text { font-size: 12px; text-align: center;}
.footer-info .info-text .nav-bottom { padding: 20px 0 5px; font-size: 14px; color: #ccc; text-align: center;}
.footer-info .info-text .nav-bottom a { padding: 0 8px; color: #9b9ea0;}
.footer-info .info-text .copyright { color: #fff;   float: left;     font-size: 15px;}
.footer-info .info-text .beian {float: right;}
.footer-info .info-text .beian  a{color: #fff;font-size: 15px; }
.footer-info .info-text .fz{float:left;}
.footer-info .info-text select {	margin-left: 35px;	width: 150px;	height: 30px;	line-height: 30px;
border: 1px solid #ffffff;	background-color: #323232;	font-size: 14px;	color: #fff;text-indent: 5px;}
.footer-info .info-text option{color:#fff;} 




/*产品列表页*/
.pro_list {
	width: 100%;
	*margin: 35px auto;
}
.pro_list li {
	float: left;
	width: 31%;
	height: auto;
	position: relative;
	margin-right: 3.1%;
	margin-bottom: 40px;
}
.pro_list li:nth-child(3n+0) {
	margin-right: 0px;
}
.pro_list li .pic {
	float: left;
	width: 100%;
}
.pro_list li .pic img {
    width: 100%;
    margin-bottom: 0px;
    height: 200px;
    border: 1px solid #e4e4e4;
}
.pro_list li .right {
	float: left;
	margin-top: -5px;
	width: 90%;
	padding: 0px 5%;
	background-color: #fff;
	border: 1px solid #e4e4e4;
}
.pro_list li .right .title {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	padding-top: 0px !important;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro_list li .title2 {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro_list li .des {
	color: #999999;
	font-size: 14px;
	height: 60px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pro_list li .view {
	margin-bottom: 10px;
	margin-top: 20px;
}
.pro_list li .view .view_1, .pro_list li .view .view_2 {
	width: 48%;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin-right: 4%;
	margin-bottom: 10px;
}
.pro_list li .view .view_1 {
	background-color: #434343;
}
.pro_list li .view .view_2 {
	background-color: #1f4db2;
	margin-right: 0px;
}
.pro_list li .view a, .pro_list li .view a:hover {
	font-size: 14px;
	display: inline;
	color: #fff;
}
.pro_list li .view img:last-child {
	float: right;
}
.pro_list li .view img {
	width: 48%;
}
.pro_detail {
	width: 100%;
	background-color: #fff;
	margin: 0px auto;
}
.pro_detail .pro_detail_1 {
	width: 96%;
	padding: 2%;
	position: relative;
}
.pro_detail .pro_detail_1 .pro_detail_1_left {
	width:55%;
	float: left;
	margin-right: 5%;
}


/*产品详情页样式*/
.pro_detail {
	width: 100%;
	background-color: #fff;
	margin: 0px auto;
}
.pro_detail .pro_detail_1 {
	width: 100%;
	padding: 10% 0;
	position: relative;
}
.pro_detail .pro_detail_1 .pro_detail_1_left {
	width:480px;
	float: left;
	margin-right: 10px;
}

.pro_detail .pro_detail_1 .pro_detail_1_left img{width:480px;height:360px;}

.proBox{width: 480px; height:360px; position: relative; overflow:hidden; float:left; *margin-top:15px; }
.proBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.proBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.proBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.proBox .hd ul li.on{ background:#f00; color:#fff; }
.proBox .bd{ position:relative; height:100%; z-index:0;   }
.proBox .bd li{ zoom:1; vertical-align:middle; }
.proBox .bd img{ width:480px; height:360px; display:block;  }

.proBox .prev,
.proBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/static/pc/seo/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.proBox .next{ left:auto; right:3%; background-position:8px 5px; }
.proBox .prev:hover,
.proBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.proBox .prevStop{ display:none;  }
.proBox .nextStop{ display:none;  }



.pro_detail .pro_detail_1 .pro_detail_1_right {width: 390px;float: left;}
.pro_detail .pro_detail_1 .pro_detail_1_right .title {font-weight: normal; display: inline-flex; width: 100%; height: 30px;}
.pro_detail .pro_detail_1 .pro_detail_1_right .title h1{ font-size: 18px;}
.pro_detail .pro_detail_1 .pro_detail_1_right .title p{ font-size: 18px; color: #323232;}
.pro_detail .pro_detail_1 .pro_detail_1_right  textarea{border: 0;  width: 380px;  height: 200px;    resize: none;   outline: none;   background-color: #f6f6f6;padding:5px;font-size:16px;}

.pro_detail .pro_detail_1 .pro_detail_1_right .des {
	/*	margin-top:50px;*/
	position: absolute;
	bottom: 5%;
}
.pro_detail_2 {
	margin-top: 20px;
	margin: 0px auto;
}

.pro_detail_2_1 {
	float: left;
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-top: 70px;
}
.pro_detail_2_2 {
	float: right;
	margin-top: 25px;
	font-size: 18px;
	color: #000;
	text-align: right;
	font-weight: bold;
}
.pro_detail_2_2 span {
	font-size: 18px;
	color: #1f4db2;
	font-weight: bold;
}

.pro_detail_2_about{ padding-top:36px;margin: 36px 0; line-height: 30px; border-top: 1px solid #cccccc;}
.pro_detail_2_about a{color:#000;*font-size:16px;*font-weight:100;}
.pro_detail_2_about table{border-collapse:collapse;}

/*推广页面*/


.header-video-bg{
	width:100%;
	height:auto;
}

.seo{ background: #f2f2f2; padding: 0 0 60px;}
.seo_word01{ float: left; width: 30%; padding-right: 5%; display: inline-block;}
.seo_word02{ width: 30%;display: inline-block;}
.seo_word03{ float: right; width: 30%;display: inline-block;}

.seo .daohang{
	float: right;
    margin-left: 15px;
    padding-top: 80px;
    display: inline-flex;
}
.seo .daohang a{    
    display: inline-block;
    padding: 0 15px;
    background: #ddd;
    margin: 0 10px 0 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #323232;
}
.seo .daohang a:hover{
	background: #1f4db2;
	color: #fff;
}
.seo .daohang .dh_active{
    color: #fff;
    background: #1f4db2;
}
.seo .content{ background: #fff; margin-top: 45px;padding-bottom:40px; }
.seo .content2{ background: #fff; margin-top: 45px;}

.seo .taglist {background: #666;width:100%;height:410px;}
.seo .taglist .tagcloud{height: 410px;visibility: visible;position: relative;width:100%;min-width:380px!important;max-width:410px!important;}
.seo .taglist .tagcloud a{ position: absolute;  top: 0; left: 0;  display: block; padding: 11px 30px; 
	 color: #fff; font-size: 18px;  text-decoration: none;  white-space: nowrap;}
.seo .taglist .tagcloud a:hover{ color: #3385cf; }

/*p1*/
.p1_topnews{text-align:center; border-bottom:#323232 5px solid; margin:30px auto 0; padding:0 0 20px; }
.p1_topnews a{font-size:50px; color:#323232; font-weight:bold;line-height:140%;}
.p1_topnews a:link,.p1_topnews a:visited{color:#cf021a; text-decoration:none;-moz-transition:all 300ms ease-out;transition:all 300ms ease-out;text-transform:uppercase;}
.p1_topnews a:hover{ color:#9c0b0e;}
.p1_topnews i{ display:block; font-size:30px;}

.p1_con{background:#fff; border:#eaeaea 1px solid; border-top:none; width:1348px; padding:25px; margin-bottom:30px;}
.p1_con .p1_left{ width:405px; float:left;}
.p1_con .p1_right{ width:900px; float:right;}

.p1_con h2{ font-size:18px; font-weight:bold;}
.p1_con h2 img{ vertical-align:middle; margin-right:6px;}
.p1_con h2 b{ float:left;}
.p1_con h2 i{ float:right; font-size:14px; color:#dc161d; font-weight:normal;}
.p1_con h2 i a,.p1_con h2 i a:hover{color:#dc161d;}
.p1_con .p1_left h1{  color:#cf021a; margin:20px auto; }
.p1_con .p1_left h1 a{font-size:22px; line-height:140%;font-weight:bold;}
.p1_con .p1_left h1 a:link,.p1_con .p1_left h1 a:visited,.p1_con .p1_left h1 a:hover{ color:#cf021a;}
.p1_con .p1_left ul{text-align:left;font:normal 12px/270% Microsoft YaHei;}
.p1_con .p1_left ul li{background:url("/static/pc/seo/dot01.png") 0 10px no-repeat; padding-left:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.p1_con .p1_left ul li a{ font-size:16px;color:#323232;}
.p1_con .p1_left ul li a:hover{color:#cf021a;}
.p1_con .p1_left ul li:nth-child(5n+0){ border-bottom:#eaeaea 1px solid; padding-bottom:12px; margin-bottom:12px;}
.p1_con .p1_left ul li:nth-child(20){ border-bottom:none; margin-bottom:0; padding-bottom:0;}

.p1_con .p1_rtBox01{ margin-bottom:20px;}

/* 焦点图*/
.slideBox{width: 580px; height:390px; position: relative; overflow:hidden; float:left; margin-top:15px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:580px; height:390px; display:block;  }
.slideBox .bd p{ height:50px; line-height:50px; color:#fff; padding:0 15px; margin-top:-50px; position:relative; background:#000; z-index:100;opacity:0.7;  filter:alpha(opacity=70); font-size:14px;}
.slideBox .bd p a:link,.device .swiper-slide div p a:visited,.device .swiper-slide div p a:hover{ color:#fff;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/static/pc/seo/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }



.p1_con .p1_rtBox01 .p1_rtBox01_rt{ width:280px; float:right;}
.p1_con .p1_rtBox01 .p1_rtBox01_rt h2 b{ float:left;color:#fff; padding:10px;}
.p1_con .p1_rtBox01 .p1_rtBox01_rt h2 i{ float:right; font-size:14px; color:#dc161d; font-weight:normal;}
.p1_con .p1_rtBox01 .p1_rtBox01_rt div img{ margin-top:8px;}
.p1_con .p1_rtBox01 .p1_rtBox01_rt div img:hover{box-shadow: 3px 3px 5px #bfbfbf;}

.p1_con .p1_rtBox02{ background:url("line.gif") 50% 0 repeat-y;}
.p1_con .p1_rtBox02 div{ width:47%;}
.p1_con .p1_rtBox02 div h2{ margin-bottom:15px;}
.p1_con .p1_rtBox02 div p{ font-size:14px;text-align:justify; display:block; margin-bottom:10px;line-height: 190%; height: 130px; overflow: hidden;}
.p1_con .p1_rtBox02 div p span{ line-height:180%;}
.p1_con .p1_rtBox02 div p span b{ font-size:16px; display:block;}
.p1_con .p1_rtBox02 div p span em{ display:block; text-indent:2em;}
.p1_con .p1_rtBox02 div p img{ float:left; display:block; margin:5px 16px 0 0;}
.p1_con .p1_rtBox02 div ul li{background:url("/static/pc/seo/dot01.png") 0 15px no-repeat; padding-left:15px; line-height:210%;}
.p1_con .p1_rtBox02 div ul li a{font-size:16px; color:#323232;}
.p1_con .p1_rtBox02 div ul li a:hover{color:#cf021a;}
.p1_con .p1_rtBox02 div ul li span{float:right;font-size:14px;font-style:oblique;}
.p1_con .p1_rtBox02 div ul li i{ color:#dc050d;}
.p1_con .p1_rtBox02 div ul.ul_noneDot li{ background:none; padding-left:0;}


/*ad*/
.TLBanner{ margin:30px auto;}
.TLBanner a:nth-child(1){ display:block;}
.TLBanner a:nth-child(2){ display:none;}
/*p2*/
.p2_con{ margin-top:30px;}
.p2_con .p2_left{ width:920px;}
.p2_con .p2_right{ width:430px;}

/*文章栏目切换*/
.slideTxtBox{ margin-bottom:22px;  }
.slideTxtBox .hd{height:50px; line-height:50px; background:#1f4db21a; margin-bottom:25px; position:relative;display: flex; }
.slideTxtBox .hd .titel{  float:left; background:url("/static/pc/seo/bg01.png") no-repeat; min-width:167px; text-align:center; }
.slideTxtBox .hd .titel a{color:#fff;font:bold 24px/50px Microsoft YaHei;}
.slideTxtBox .hd .nav_seo{float: left;padding-left: 450px;font-size: 16px;}
.slideTxtBox .hd ul{ float:left;  position:absolute; height:50px;   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
.slideTxtBox .hd ul li.on{ color:#dc161d; }
.slideTxtBox .bd ul{ zoom:1; margin-top:16px; }
.slideTxtBox .bd li{ width:285px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; float:left; }
.slideTxtBox .bd li:nth-child(n+1):nth-child(-n+3){ margin-bottom: 10px;}
.slideTxtBox .bd li:nth-child(3n+2){margin-left:32px; margin-right:32px;}
.slideTxtBox .bd li:nth-child(n+4):nth-child(-n+12) img{display:none;}
.slideTxtBox .bd li:nth-child(n+4):nth-child(-n+12) span{color:#323232; background:#fff;height:36px; line-height:36px;  padding-left:5px; margin:0;font: normal 16px/200% Microsoft YaHei;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.slideTxtBox .bd li:nth-child(n+4):nth-child(-n+12) span:hover{color:#dc161d;}
.slideTxtBox .bd li span{ display:block; background:#000; height:36px; line-height:36px; color:#fff; z-index:100; margin-top:-46px; position:relative;padding-left:5px; padding-right:3px; overflow:hidden; font-size:14px;text-overflow: ellipsis;white-space: nowrap;background: url("/static/pc/seo/box_shadow.png")repeat;}
.slideTxtBox .bd li span:hover{color:#dc161d;}


.p2_con .p2_right .bor{ margin-bottom:27px; padding:20px 15px; border:#e5e5e5 1px solid; border-top:#e5e5e5 4px solid;}
.p2_con .p2_right h2{ background:#1f4db2; color:#fff; text-align:center; font:bold 24px/55px "微软雅黑"; border-radius:30px; width:230px; margin:0 auto 15px;}
.p2_con .p2_right h2 a:link,.p2_con .p2_right h2 a:visited,.p2_con .p2_right h2 a:hover{ color:#fff;}
.p2_con .p2_right .box01{}
.p2_con .p2_right .box01 h3{ background:url("/static/pc/seo/icon04.png")0 12px no-repeat; padding-left:25px; font-size:18px; font-weight:bold; margin:30px 0 15px;}
.p2_con .p2_right .box01 .ul01{}
.p2_con .p2_right .box01 .ul01 li{ text-align:center;background:#f3f8fe; border:#e3ebf5 1px solid; border-radius:50%; width:102px; height:102px; float:left; margin:0 3.5%; font-size:16px; color:#547192; font-weight:bold;margin-bottom: 10px;}
.p2_con .p2_right .box01 .ul01 li:hover{ background:#e3ebf5;cursor:pointer;}
.p2_con .p2_right .box01 .ul01 li a,.p2_con .p2_right .box01 .ul01 li a:hover{ color:#547192; text-decoration:none;}
.p2_con .p2_right .box01 .ul01 li img{ display:block; margin:20px auto 5px;}
.p2_con .p2_right .box01 .ul02 li{background:#f3f8fe; border:#e3ebf5 1px solid; width:23%; margin:1%;box-sizing: border-box; float:left; height:32px; text-align:center; line-height:32px; font-size:16px; font-weight:bold;color:#547192;}
.p2_con .p2_right .box01 .ul02 li:hover{ background:#e3ebf5;cursor:pointer;}
.p2_con .p2_right .box01 .ul02 li a,.p2_con .p2_right .box01 .ul02 li a:hover{color:#547192; text-decoration:none;}
.p2_con .p2_right .box01 .ul03{ margin-bottom:10px;}
.p2_con .p2_right .box01 .ul03 li{  width:398px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.p2_con .p2_right .box01 .ul03 li a{color:#323232;font: normal 16px/200% Microsoft YaHei;}
.p2_con .p2_right .box01 .ul03 li a:hover{color:#dc161d}

.p2_con .p2_right .box02{ padding:10px 15px 0;}
.p2_con .p2_right .box02 h3{ font-size:18px; font-weight:bold; margin:5px 0 5px; text-align:center;}
.p2_con .p2_right .box02 h3 img{ vertical-align:middle; margin-right:10px;}
.p2_con .p2_right .box02 div{background:#f3f8fe; border:#e3ebf5 1px solid; margin-bottom:10px; padding:0 0px 10px 0px;}
.p2_con .p2_right .box02 div p img{ display:block; margin:0px auto; border:#dadbdb 1px solid;}
.p2_con .p2_right .box02 div p{font-size:14px;}
.p2_con .p2_right .box02 div i{ display:block; color:#ee1d23;}
.p2_con .p2_right .box02 div i a,.p2_con .p2_right .box02 div i a:hover{ color:#ee1d23;}
.p2_con .p2_right .box02 div ul li{ width:50%; text-align:center; float:left;}

.p2_con .p2_right .box03 ul{ margin:20px auto;}
.p2_con .p2_right .box03 ul li{ float:left; text-align:center; font-size:14px; margin:23px auto 30px; width:33%; line-height:180%;}
.p2_con .p2_right .box03 ul li a{color: #323232;}
.p2_con .p2_right .box03 ul li a:hover{color: #dc161d;}
.p2_con .p2_right .box03 ul li img{ display:block; margin:0 auto 5px; border:#dadbdb 1px solid;}

.p2_con .p2_right .box04 ul{ margin:26px auto;}
.p2_con .p2_right .box04 li{ font-size:24px; color:#547192;background:#f3f8fe; border:#e3ebf5 1px solid; text-align:center; margin-bottom:45px; border-radius:10px; padding:5px 0;}
.p2_con .p2_right .box04 li:hover{ background:#e3ebf5;}
.p2_con .p2_right .box04 li a,.p2_con .p2_right .box04 li a:hover{color:#547192;    font-size: 20px;}

.p2_con .p2_right .box05 div{ text-align:center;}
.p2_con .p2_right .box05 div img{ margin:10px auto 13px;}

.p2_con .p2_right .box06{}
.p2_con .p2_right .box06 h3{ width:370px; height:36px; margin:20px auto 20px; background:#f3f8fe; line-height:36px;}
.p2_con .p2_right .box06 h3 i{ width:50%; float:left; text-align:center; display:block;color:#547192; font-size:16px;cursor:pointer;-moz-transition:all 300ms ease-out;transition:all 300ms ease-out;text-transform:uppercase;}
.p2_con .p2_right .box06 h3 i.this{ color:#fff; background:#547192;}
.p2_con .p2_right .box06 ol{ width:370px; margin:0 auto;}
.p2_con .p2_right .box06 ol li a{ display:inline-block; width:330px; color: #323232;}
.p2_con .p2_right .box06 ol li a:hover{color:#dc161d;}
.p2_con .p2_right .box06 ol li{ border-bottom:#e1e1e1 1px solid; font-size:16px; padding:12px 0; line-height:170%; width:370px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.p2_con .p2_right .box06 ol li i{ display:inline-block; width:22px; height:22px; text-align:center; line-height:22px; border-radius:50%; margin-right:15px; background:#f3f8fe; color:#547192; float:left; margin-top:2px; }
.p2_con .p2_right .box06 ol li:nth-child(1) i,.p2_con .p2_right .box06 ol li:nth-child(2) i,.p2_con .p2_right .box06 ol li:nth-child(3) i{ background:#547192; color:#fff;}
.p2_con .p2_right .box06 ol li:nth-child(10){ border-bottom:none;}

.p2_con .p2_right .box07 ul{ margin:20px 20px 10px;}
.p2_con .p2_right .box07 ul li{ font-size:16px; padding:3px 0; width:360px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

.p3_con{ margin:20px auto 30px;}
.p3_con h2{ height:50px; line-height:50px; background:#1f4db21a; margin-bottom:25px;}
.p3_con h2 b{ font:bold 24px/50px Microsoft YaHei; float:left; background:url("/static/pc/seo/bg01.png") no-repeat; min-width:167px; text-align:center; color:#fff;}
.p3_con h2 b,.p3_con h2 b a{ color:#fff;}
.p3_con h2 i{ float:right; padding-right:10px; font-size:16px;}
.p3_con h2 i a{color: #000000; text-decoration: none;}
.p3_con ul{ margin-left:-37px;}
.p3_con ul li{ font-size:16px; position:relative; text-align:center; float:left; width:250px;box-sizing: border-box; margin:10px 0px 10px 37px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

.p3_con ul li i{ display:block; background:url("/static/pc/seo/play2.png")no-repeat; width:59px; height:59px; position:absolute; top:35%; left:40%; z-index:100;}
.p3_con ul li:hover i{ width:60px; height:60px; background-size:100%; top:32%; left:38%;}

.p3_con ul li img{ display:block; margin:0 auto 5px;}

/*shipin*/
.videolist { position:relative; float:left; width:400px; height:300px; margin-right:100px; margin-top:15px; margin-bottom:30px; }
.videolist:nth-child(3n){ margin-right: 0;}
 .videolist i{ display:block; background:url("/static/pc/seo/play2.png")no-repeat; width:400px; height:300px; position:absolute; z-index:50;}
.videolist:hover{ cursor: pointer; }
.vtit{ text-align: center; font-size: 16px;   height: 36px;  line-height: 36px;}
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:80; border-radius:100%; }
.videos{ display:none; border: 10px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-350px; z-index:100; width:800px; height:450px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.vlogo { position:absolute;left:1%; top:1%; cursor: pointer; }


/*p4*/
.p4_con{ margin:20px auto 30px;}
.p4_con h2{ height:50px; line-height:50px; background:#1f4db21a; margin-bottom:25px;}
.p4_con h2 b{ font:bold 24px/50px Microsoft YaHei; float:left; background:url("/static/pc/seo/bg01.png") no-repeat; min-width:167px; text-align:center; color:#fff;}
.p4_con h2 b,.p4_con h2 b a{ color:#fff;}
.p4_con h2 i{ float:right; padding-right:10px; font-size:16px;}
.p4_con h2 i a{color: #000000; text-decoration: none;}
.p4_con ul{ margin-left:-37px;}
.p4_con ul li{ font-size:16px; position:relative; text-align:center; float:left; width:250px;box-sizing: border-box; margin:10px 0px 10px 37px; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.p4_con ul li a{color:#323232;}
.p4_con ul li a:hover{color:#dc161d;}

/*推广文章、微信微博文章、资料下载等栏目侧边*/
.left_seo{ background: #fff; padding-bottom: 20px; margin-bottom: 40px;}
.left_seo .title{font-weight: bold;line-height: 50px; height: 50px; padding: 0 25px;color: #fff;background-color: #434343;}
.left_seo .msglist {background: #fff;}
.left_seo .msglist li{ width: 100%; border-bottom: solid 1px #e1e1e1;  margin: 0 auto; cursor: pointer;padding-bottom: 20px;}
.left_seo .msglist li img{ display: block; width: 290px; height: 120px;}
.left_seo .msglist li h1{
	line-height: 20px; 
	margin: 18px 0 12px 5%;
	float:left;
	color: #323232;
	font-size: 16px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:250px;
}
.left_seo .msglist li span{font-size: 15px; margin: 0 5% 0 0; color: #999999;}
.left_seo .msglist li p{ font-size: 14px;  color: #323232;  margin-left: 5%;  width:90%; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;	  -webkit-line-clamp: 2;  line-clamp: 2;  -webkit-box-orient: vertical;}
.left_seo .msglist li:last-child{ border-bottom: 0;}
.left_seo .all{ width: 80%; line-height: 50px; height: 50px; margin: 10px auto 0; color: #434343; font-weight: bold; text-align: center; border: solid 1px #434343; border-radius: 5px;}
.left_seo .all:hover{ background: #1f4db2; color: #fff;}

/*tag页面*/
.read_js{
	overflow: hidden;
    padding: 20px 40px 20px;
    background: #fff;
	margin-top:40px;
}
.read_js .portlet{margin-bottom: 25px;}

.portlet .portlet-title {
    min-height: 48px;
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.portlet .portlet-title .caption {
    padding: 10px 0;
	float: left;
    display: inline-block;
    font-size: 18px;
	color: #40aae2;
    line-height: 18px;
}

.portlet .portlet-body {
    padding-top: 8px;
	font-size:16px;
}

.read_tag{ overflow: hidden; padding-top: 60px;}
.read_tag_left{float:left;width:50%;}
.read_tag_right{float:right;width:50%;}
.read_tag li{
    background: #fff;
    border-bottom: solid 3px #fff;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
	width: 47%;
    float: left;
	height:300px;
}
.read_tag li h1{
	margin-top:0px;
	padding: 20px 40px 20px;
	background: #ccc;
	font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
	font-weight:bold;
}
.read_tag li:nth-child(2n){margin-left:6%}

.read_tag li a{
	width: 80%;
    font-size: 16px;
    float: left;
    padding: 20px 40px 0px;
    color: #000;
}

.read_tag li a:hover{color:#1f4db2; text-decoration:none;}











