﻿/*公共样式--开始*/
@font-face {
  font-family: "fsl";
  src: url("../images/abc.TTF");
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.htop {
  line-height: 33px;
  background: #e1e1e1;
  font-size: 12px;
  color: #666666;border-bottom: 1px solid #d6d6d6;
}
.htop a {
  color: #666666;
  transition: all 0.3s;
}
.htop a:hover {
  color: #1e5eb7;
}

.logo h2 {
  line-height: 119px;
}
.logp {
  padding-left: 25px;
  margin-left: 25px;
  margin-top: 40px;
  border-left: 1px solid #dedede;
}
.logp p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #1e5eb7;
  line-height: 24px;
}
.logp p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 10px;
}
.top_contact {
  padding-left: 57px;
  background: url(img/d086dade7144186618c324c530823d194c8fbc68.png)
    no-repeat center left;
  margin-top: 38px;
}
.top_contact p:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
}
.top_contact p:nth-child(2) {
  color: #1e5eb7;
  font-size: 28px;
  font-family: Arial;
  line-height: 28px;
  margin-top: 8px;
}
nav {
  background: #1e5eb7;
}



/* 导航样式 */
.x-menu {
  width: 100%;
}

.x-menu > li {
  float: left;
  position: relative;
  width: 11.1%;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
  /* margin: 0 0.15vw; */
}

.x-menu > li > a {
  display: block;
  color: #fff;
  /* padding: 0 0.8vw;
  font-size: 14px;
  color: #000000;
  line-height: 2.4; */
}

.x-menu > li:hover {
  background: #26ab3c;
  color: #fff;
}

.x-menu > li.active {
  background: #26ab3c;
  color: #fff;
}



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

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left:0;
  top: 64px;
  padding: 10px 0;
  opacity: 0;
  background: #1e5eb7;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

  
}

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

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



/* 搜索 */
.hotss .rs {
  background: url(img/f0114f565713fd519d2a84f5df0d85bf48f23e01.png)
    no-repeat left center;
  padding-left: 43px;
  line-height: 78px;
  font-size: 14px;
  color: #666666;
}
.hotss {
  border-bottom: 1px solid #e8e8e8;
}
.hotss .rs a {
  color: #888888;
}
.hotss .rs a::after {
  content: "|";
  color: #888888;
  margin: 0 13px;
}
.hotss .rs a:last-child::after {
  display: none;
}
.hotss .rs a:first-child {
  margin-left: 6px;
}
.hotss .rs a:hover {
  color: #1e5eb7;
}
.hotss .search-box {
  width: 294px;
  border-radius: 30px;
  background: #f2f2f2;
  position: relative;
  margin-top: 14px;margin-bottom:14px;
}
.hotss .search-box #keyword {
  width: 100%;
  font-size: 14px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  padding-left: 24px;
  padding-right: 54px;
}
.hotss .search-box #s_btn {
  position: absolute;
  right: 18px;
  width: 36px;
  height: 20px;
  top: 13px;
  border: none;
  outline: none;
  border-left: 1px solid #444444;
  background: url(img/b47ea8d79b746ecdc7785ea4ab386941fbcddde6.png)
    no-repeat right center;
}
.hotss .search-box #keyword::placeholder {
  color: #888888;
}



/* 产品中心 */


.product {
  margin-top: 52px;
}
.bt .p1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #1e5eb7;
  line-height: 40px;
}
.bt .p2 {
  text-align: center;
  background: url(img/92f957d107bfbdfdc0ad1e82dc2920e70b9b1150.png)
    no-repeat center;
  font-size: 20px;
  color: #666666;
  margin-top: 22px;
}
.pro .hd {
 
  margin: 0 auto;
  margin-top: 40px;
}
.pro .hd ul {
  display: flex;
  justify-content: space-between;
}
.pro .hd ul li {
  width: 174px;
  line-height: 54px;
  background: #eeeeee;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.pro .hd ul li a {
  color: #333333;
}
.pro .hd ul li.on {
  background: #1e5eb7;
}
.pro .hd ul li.on a {
  color: #ffffff;
}
.pro .hd ul li::after {
  width: 26px;
  height: 13px;
  position: absolute;
  content: "";
  background: url(img/ebae7a324afc04fd8799454cfb4de950c50855cc.png);
  bottom: -7px;
  left: 50%;
  margin-left: -13px;
  opacity: 0;
}
.pro .hd ul li.on::after {
  opacity: 1;
}
.pro .bd {
  margin-top: 57px;
}
.pro .bd ul {
  display: flex;
  justify-content: space-between;
}
.ppp {
  width: 23.3%;
}
.ppp .pimg {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.ppp .pimg img {
  transition: all 0.8s;
  width:277px;height:297px;display:block;
}
.ppp:hover .pimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ppp p {
  line-height: 56px;
  text-align: center;
  background: #e5e5e5;
  font-size: 16px;
  color: #555555;
  transition: all 0.8s;
}
.ppp:hover p {
  background: #1e5eb7;
  color: #ffffff;
}



/* 四大优势支持 */
.ys {
  background: url(img/a7d66373535d33ae99137a8cb14314def4c83fb5.png)
    no-repeat center top #f9f9f9;
  margin-top: 88px;padding-bottom: 60px;
}
.ys .bt .p2 {
  background: url(img/2ec2feca991c24a30808a4c5e3ebc49b96b2d49d.png)
    no-repeat center;
  color: #ffffff;
  margin-top: 17px;
}
.ys .bt .p1 {
  color: #ffffff;
  padding-top: 48px;
}
.ys .bt .p1 span {
  font-weight: normal;
}
.ys .bt {
  padding-bottom: 44px;
}
.youshi {
  margin-top: 77px;
}
.youshi .slz .yscont {
 
  padding-top: 70px;
}
.youshi .slz:nth-child(2n) .yscont {
  float: right;
  padding-left: 0;

}


.youshi .slz:nth-child(2n) .ysimg {
  float: left; 
}
.youshi .slz .yscont .yco {
  width: 500px;
}
.yyc .sz {
  width: 70px;
  height: 222px;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-family: Impact;
  padding-top: 13px;
  margin-right: 30px;
  background: url(img/d581d7c9437500f32e64ed12be91c234a82b9672.png);
}
.yco .p1 {
  font-size: 30px;
  color: #1e5eb7;
  line-height: 30px;
  font-weight: 600;
}
.yco .p2 {
  font-size: 26px;
  color: #666666;
  line-height: 26px;
  margin-top: 11px;
  margin-bottom: 8px;
}
.yco .p4 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;

  margin-top: 22px;
}
.yco .p4 p:nth-child(2){
  margin-top: 32px;
}


@keyframes imageAnimation{
	0%{
		transform: scaleZ(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}


/* 致力于 */
.yfsc {

  height: 310px;
  overflow: hidden;
  position: relative;margin-top:88px;
}

.yfsc  .w1200{
    position: relative;
    z-index: 2;
}
.wnm{

top: 0;
left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(img/289d8eaada5f728def3c3a96aa2ed344e67498ac.jpg) no-repeat center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
    z-index: 1;
}

.yfsc .p1 {
  font-size: 38px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
   padding-top: 69px;
}
.yfsc .p1 span {
  font-weight: 600;
}
.yfsc .p2 {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 20px;
  line-height: 24px;
  font-weight: 300;
}
.yfsc .p3 {
  width: 308px;
  line-height: 44px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.yfsc .p3 span {
  font-size: 24px;
  font-weight: 600;
  font-family: Arial;
}
.bt2 .p1 {
  font-size: 36px;
  line-height: 36px;
  color: #1e5eb7;
  text-align: center;
}
.bt2 .p1 span {
  font-weight: 600;
}
.bt2 .p2 {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  background: url(img/b28d54711a6d0afff37dfb32a0d5e6d8153cc57f.png)
    no-repeat center;
}




/* 行业案例 品质呈现 */
.case {
  margin-top: 46px;
  padding-bottom: 52px;
}
.cac {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.cse {
  margin: 0 15px;
}
.cse .cimg {
  margin-bottom: 10px;width:380px;height:270px;
}
.cse .cimg img{width:380px;height:270px;display:block;}


.cse .ccont {
  padding: 30px 27px 37px 27px;
  background: #f5f5f5;
}
.cse .ccont .p1 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.8s;
}
.cse .ccont .p2 {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.cse:hover .ccont .p1 {
  color: #1e5eb7;
}
.cac .owl-carousel .owl-nav.disabled {
  display: block;
}
.cac .owl-carousel .owl-nav.disabled .owl-next .icon-font:after {
  background: url(img/981724c3809b87354f81071b7f14efa452fbb5c4.jpg);
  width: 50px;
  height: 60px;
}
.cac .owl-carousel .owl-nav.disabled .owl-next:hover .icon-font:after {
  background: url(img/ac9bec3bd853ffca7572d8449a5087338c70da8a.jpg);
}
.cac .owl-carousel .owl-nav.disabled .owl-prev .icon-font:after {
  background: url(img/7319bea753d53e79a8fe455749627e6f21f3f111.jpg);
  width: 50px;
  height: 60px;
}
.cac .owl-carousel .owl-nav.disabled .owl-prev:hover .icon-font:after {
  background: url(img/2bbc2db940e58124e0ce87539ff3d75768217516.jpg);
}
.cac .owl-carousel .owl-nav .owl-next {
  outline: none;
  right: -48px;
  top: 50%;
  position: absolute;
}
.cac .owl-carousel .owl-nav .owl-prev {
  outline: none;
  left: -61px;
  top: 50%;
  position: absolute;
}
#o_demo {
  overflow: hidden;
  width: 1200px;
}

#o_indemo {
  float: left;
  width: 800%;
}

#o_demo1 {
  float: left;
}

#o_demo2 {
  float: left;
}
.hzimg {
  border: 1px solid #eeeeee;
  transition: all 0.8s;
  cursor: pointer;
}
.hz ul li {
  margin-right: 20px;
}
.hz {
  margin-top: 56px;
}
.hzimg:hover {
  border: 1px solid #1e5eb7;
}


/* <!-- 走进 材料 --> */
.about .bt2 .p2 {
  background: url(img/0fdfc397cdf6ab6139c2338b8947f410ad1a220b.png)
    no-repeat center;
}
.about {
  background: #f9f9f9;
  padding-top: 69px;
  padding-bottom: 65px;
}
.abl {
  padding-top: 63px;
}
.abl .abimg {
  overflow: hidden;
}
.abl .abimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.abl .abimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.abr {
  width: 600px;
  padding-top: 70px;
}
.abr .p1 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 29px;
}
.abr .p3 {
  line-height: 32px;
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
.abr a {
  width: 155px;
  line-height: 46px;
  text-align: center;
  display: block;
  background: #1e5eb7;
  color: #fff;
  font-size: 14px;
  margin-top: 45px;
  transition: all 0.5s;
}
.abr a:hover {
  opacity: 0.8;
}
#m_demo {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

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

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}
.gshjimg {
  margin-right: 20px;
}
.gshj li p {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  color: #666666;
  transition: all 0.5s;
}
.gshj li:hover p {
  color: #1e5eb7;
}
.gshj li {
  cursor: pointer;
}
.gshj {
  margin-top: 50px;
}



/* 新闻 */
.h_news {
  /* background: #eeeeee; */
}

.lnews {
  padding: 91px 0 64px 0;
}

.xleft {
  width: 700px;
  height: 460px;
  border: 1px solid #dcdcdc;
}

.nsort li {
  float: left;
  width: 114px;
  padding: 0 15px;
  line-height: 68px;
}

.nsort li:nth-child(2) {
  border-left: 1px solid #dcdcdc;
  padding-left: 11px;
  width: 110px;
}

.nsort li a {
  display: block;
}

.nsort li a h3 {
  font: 500 18px/68px "Microsoft YaHei";
  font-weight: normal;
  color: #333;
}

.nsort li:nth-child(3) {
  float: right;
  width: 60px;
}

.nsort li:nth-child(3) a {
  font: 500 12px/68px "Microsoft YaHei";
  color: #666;
}

.nsort li a .m1 {
  font-size: 15px;
  margin-right: 15px;
}

.nsort li.cur a h3 {
  position: relative;
  font: 400 20px/68px "Microsoft YaHei";
  color: #1e5eb7;
}

.nsort li.cur a h3::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 3px;
  background: #1e5eb7;
  bottom: 0px;
  left: 0;
}

.tab1 {
  display: none;
  padding-top: 26px;
}
.xleft .nsort {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
}
.news_list1 li {
  padding-bottom: 30px;
}

.news_list1 li a.img img {
  width: 310px;
  height: 200px;
  overflow: hidden;
}

.news_list1 li .xwnr {
  width: 347px;
  padding-right: 20px;
}

.news_list1 li .xwnr a {
  color: #333;
  font: 700 20px/1 "Microsoft YaHei";
}

.news_list1 li .xwnr a:hover {
  color: #1e5eb7;
}

.xwnr a em {
  float: right;
  font: 600 12px/20px "ArialMT";
}

.sumy {
  color: #615c5c;
  font-size: 13px;
  font-weight: 400;
  margin-top: 13px;
  line-height: 24px;
}


.news_list2 li {
  width: 260px;
  padding-left: 15px;
  line-height: 45px;
  border-bottom: 1px dashed #d2d2d2;
}

/* .news_list2 li:nth-child(odd){
    margin-right:70px;
} */

.news_list2 li a {
  color: #333;
  font: 500 13px/45px "Microsoft YaHei";
  display: block;
}

.news_list2 li a:hover {
  color: #1e5eb7;
}

.news_list2 li a em {
  float: right;
  font: 500 12px/45px "ArialMT";
}

.news_list2 li:nth-child(2n) {
  float: right;
}

.news_list1 li .xwnr .lmore {
  /* width: 100px; */
  /* background: #0c3875; */
  color: #fff;
  font: 500 13px/32px "Microsoft YaHei";
  text-align: center;

}


.nleft {
  width: 700px;
  border: 1px solid #dcdcdc;height:607px;
}
.nsort1 {
  line-height: 68px;
  background: #f6f6f6;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
}
.nsort1 li {
  width: 85px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.nsort1 li a {
  color: #333333;
}
.nsort1 li.cur a {
  color: #1e5eb7;
}
.nsort1 li::after {
  position: absolute;
  content: "";
  height: 3px;
  background: #1e5eb7;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: all 0.3s;
}
.nsort1 li.cur:after {
  opacity: 1;
}
.nsort1 li + li {
  margin-left: 40px;
}
.nsort1 .gd {
  font-size: 14px;
  color: #999999;
}
.tuijiann .nimg {
  width: 292px;
  height: 170px;
  overflow: hidden;
}
.tuijiann .nimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.tuijiann:hover .nimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.tab1 {
  padding: 31px 22px 48px 22px;
}
.tuijiann .ncont {
  width: 324px;
  padding-right: 22px;
}
.tuijiann .ncont {
  padding-top: 20px;
}
.tuijiann .ncont .p1 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  transition: all 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuijiann:hover .ncont .p1 {
  color: #1e5eb7;
}
.tuijiann .ncont .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.tuijiann .ncont .p3 {
  font-size: 14px;
  line-height: 14px;
  color: #1e5eb7;
  margin-top: 15px;
}
.tuijiann {
  padding-bottom: 29px;
  border-bottom: 1px dashed #c4c4c4;
}
.put ul li {
  width: 48%;
  padding-left: 20px;
  background: url(img/dacb9d4e410736ad8b019fc6bb4ecfbe02bd97ef.png)
    no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;margin-right: 20px;
}

.put ul li:nth-child(2n){margin-right: 0px;}



.put ul li a {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  transition: all 0.5s;
}
.put ul li:hover a {
  color: #1e5eb7;
}
.put ul li {
  margin-top: 23px;
}
.put ul {
  padding-top: 17px;
}

.lnew_r {
  width: 466px;height:607px;
}

.news_size {
  height: 494px;
  margin-top: 20px;
  padding: 0 24px;
  /* padding-bottom: 25px; */
  overflow: hidden;
  margin-bottom: 24px;
}

.lnew_t {
  background: #f6f6f6;
  line-height: 68px;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
}
.lnew_r {
  border: 1px solid #dcdcdc;
}
.lnew_t a {
  display: inline-block;
}
.lnew_t .s1 {
  font-size: 18px;
  color: #333333;
  position: relative;
}
.lnew_t .s1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #1e5eb7;
}
.lnew_t .s2 {
  font-size: 14px;
  color: #999999;
}
.lnews_r_h {
  padding-left: 40px;
  background: url(img/bd6132969a8f1ed828e7e658a3d4990987f90869.png)
    no-repeat center left;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.lnews_r_h:hover {
  color: #1e5eb7;
}
.zcnr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: url(img/215b48e0ee1870afb92cfdb14e419bd2aac328b3.png)
    no-repeat top left;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  padding-left: 40px;
  margin-top: 8px;
}
.news_size ul li {
  margin-bottom: 25px;
}
.fdh ul li {
  float: left;
  width: 11.1%;
  font-size: 16px;
  line-height: 60px;
  transition: all 0.8s;
  text-align: center;
}
.fdh ul li a {
  color: #fff;
}
.fdh ul li:hover {
  background: #26ab3c;
}
.fdh {
  background: #1e5eb7;
}
.fb1 {
  background: #333333;
}
.flink {
  font-size: 14px;
  line-height: 18px;
  color: #adadad;
  padding: 32px 0;
  border-bottom: 1px solid #484848;
}
.flink a {
  color: #adadad;
  margin-left: 11px;
}
.flink a:hover {
  color: #1e5eb7;
}
.dblx {
  padding-top: 38px;
}
.dblx p {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.dblx p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 43px;
}
.dblx p:nth-child(2) {
  margin-bottom: 16px;
}
.fb3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.dbma {
  width: 266px;
  display: flex;
  justify-content: space-between;
}
.dbma div p {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  line-height: 14px;
  color: #d0d0d0;
}
.dbma div {
  padding-top: 30px;
}

.dbma div img{ max-width: 120px;}

.bq {
  border-top: 1px solid #484848;
  line-height: 80px;
  font-size: 14px;
  color: #d0d1d4;
  background: #333333;
}
.bq a {
  color: #d0d1d4;
  transition: all 0.3s;
}
.bq a:hover {
  color: #1e5eb7;
}
@media (min-width: 1230px){
.container {
    width: 1230px;
}}




/*------------内页-------------------*/
#container {
    width: 1200px;
    margin:20px auto 20px;
}

.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;left:50%;margin-left:-960px;position: relative;
    text-align: center;}
.n_banner img{width:1920px;}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(img/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}

