body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/

}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; /*background:rgba(255,255,255,0.5);*/}
.banner	.slideBox .hd li.on{ /*background:rgba(255,255,255,1);*/ background:#265353; width:20px;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ /*background:url(images/loading.gif) center center no-repeat;*/  vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }


.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #265353; border:#265353 1px solid; color: #fff }
.pages a:hover {  background: #265353; border:#265353 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #265353; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #265353 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #265353; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #333333;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.i_t_title{ height:50px; line-height:50px; text-align:center; background:#305496; font-size:20px; color:#fff; font-weight:bold; letter-spacing:10px;}
.n_banner{ display:block; width:100%; position:relative;}
.n_banner img{ display:block; width:100%;}
.banner_rq{ position:absolute; right:10px; top:10px; width:80px; height:80px; background:#fff; border-radius:10px;}
.banner_rq .txt1{ font-size:14px; color:#cd3420; text-align:center; line-height:30px; font-weight:bold; padding-top:10px;}
.banner_rq .txt2{ font-size:16px; color:#333; text-align:center; line-height:30px;}

.i_title1 .title1{ font-size:16px; color:#305496; font-weight:bold; line-height:25px;}
.i_title1 .title2{ font-size:14px; color:#999999; line-height:25px;}
.i_title1 .hr{ width:20px; height:1px; background:#cccccc; margin-top:5px;}

.i_d2{ background:url(../images/i_d2_bg.jpg) top center no-repeat; background-size:cover; padding:0 15px;}
.i_title2 .title1{ font-size:16px; color:#222222; font-weight:bold; line-height:25px; text-align:center;}
.i_title2 .title2{ font-size:14px; color:#222222; line-height:25px; text-align:center;}
.i_title2 .hr{ width:20px; height:1px; background:#222222; margin:5px auto 0 auto;}

.i_d2_list li{ float:left; margin-left:2%; width:32%;}
.i_d2_list li:nth-child(3n+1){margin-left:0;}
.i_d2_list li img{ display:block; width:100%; border-radius:5px;}

.i_d3_list li{ float:left; margin-left:4%; width:48%; margin-bottom:10px;}
.i_d3_list li:nth-child(2n+1){margin-left:0;}
.i_d3_list li img{ display:block; width:100%; height:2.42rem; object-fit: cover;}
.i_d3_list li .txt{ font-size:14px; color:#222222; line-height:30px; text-align:center; padding:5px 0;}

.i_d4_list li{ float:left; margin-left:4%; width:48%; border:#e1e1e1 1px solid; padding:5px; line-height:2.2rem; text-align:center; height:calc(2.2rem + 13px); box-sizing:border-box; margin-bottom:10px;}
.i_d4_list li:nth-child(2n+1){margin-left:0;}
.i_d4_list li img{ max-width:100%; max-height:2.2rem; vertical-align:middle;}

.i_d5{ background:#f9fbfe; padding:0 15px;}
.i_d5_title_ico{ line-height:50px; text-align:center;}
.i_d5_title_ico img{ height:40px; vertical-align:middle;}
.i_d5_txt{ font-size:14px; color:#222222; line-height:30px; text-align:center;}


.bottom_nav{ position:fixed; left:50%; bottom:0; margin-left:-3.75rem; width:7.5rem; max-width:100%; height:50px; background:#fff; padding:3px 0; box-shadow: 0px 0px 5px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#999999; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}
.bottom_nav li.on a{ color:#03367c;}
.bottom_nav .bottom_c{ position:absolute; left:50%; top:-26px; width:90px; margin-left:-45px;}

/*报价页面*/
.baojia_d1_list li{ float:left; margin-left:2%; width:32%;}
.baojia_d1_list li:nth-child(3n+1){margin-left:0;}
.baojia_d1_list li img{ display:block; width:100%; border-radius:5px;}

/*原卷*/
.n_title{ padding:0 3%; height:50px; line-height:50px; background:#305496; font-size:18px; color:#fff; font-weight:bold; position:relative;}
.n_title a{ color:#fff;}
.n_title a img{ height:18px; margin-right:10px; position:relative; top:-2px; vertical-align:middle;}
.n_title .rq{ position:absolute; right:3%; top:0; line-height:50px; font-size:16px; color:#fff;}

.yj_d1_title{ height:30px; padding-left:10px; position:relative; font-size:16px; color:#222222; font-weight:bold;}
.yj_d1_title:after { content: ""; position: absolute; left: 0; top: 5px; width: 4px; height: 20px; background: #305496; border-radius:2px;}
.yj_d1_title span{ padding-left:5px; font-size:14px; color:#999999; font-weight:normal;}

.yj_d1_list li{ float:left; margin-left:4%; width:48%; margin-bottom:10px;}
.yj_d1_list li:nth-child(2n+1){margin-left:0;}
.yj_d1_list li img{ display:block; width:100%; height:2.24rem; object-fit: cover; border-radius:5px !important;}
.yj_d1_list li .txt{ font-size:14px; color:#222222; line-height:30px; text-align:center; padding:5px 0;}

.yj_d2_title{ background:#c5d9ff; height:30px; line-height:30px; padding:10px 10px; font-size:16px; color:#305496; font-weight:bold;}
.yj_d2_title img{ height:22px; vertical-align:middle; position:relative; top:-2px; margin-right:5px;}

.yj_d2_list li{}
.yj_d2_list li .title{ background:#f2f1ef; line-height:30px; padding:5px 10px; font-size:14px; color:#666666;}
.yj_d2_list li .txt{ line-height:25px; padding:5px 10px; font-size:14px; color:#333; font-weight:bold;}
.yj_d2_list li .txt *{ line-height:25px;}
.yj_d2_list li .txt2{ background:#f2f1ef; line-height:30px; padding:5px 10px; font-size:14px; color:#f20000;}
.yj_d2_list li .txt2 *{ line-height:30px;}

.yj_d3_list li{ float:left; margin-left:4%; width:48%; margin-bottom:10px;}
.yj_d3_list li:nth-child(2n+1){margin-left:0;}
.yj_d3_list li img{ display:block; width:100%; height:2.24rem; object-fit: cover; border-radius:5px !important;}

/*分条*/
table.ft_table{ width:100%;}
table.ft_table tr{}
table.ft_table tr td{ background:#f2f1ef; width:33.33%; text-align:center; font-size:14px; color:#666666; line-height:25px; border:#fff 2px solid; padding:5px 0;/* word-break:break-all;*/}
table.ft_table tr td *{ line-height:25px;}
/*table.ft_table tr:nth-child(2n+1) td{ background:#f5f7fc;}*/
table.ft_table tr.biaoti td{ background:#c5d9ff; font-size:14px; color:#305496; font-weight:bold; line-height:30px; border-left:#c5d9ff 2px; border-right:#c5d9ff 2px; border-top:#c5d9ff 2px;}
table.ft_table tr.dbt td{ background:#305496; text-align:center; padding:5px 10px; font-size:16px; color:#fff; font-weight:bold; line-height:30px; border:#305496 2px;}
table.ft_table2 tr td{ background:#f2f1ef; border:0; border-top:#fff 1px solid;}
table.ft_table2 tr:nth-child(1) td{ border-top:0;}

.ft_d3{ background:#305496; padding:20px 10px;}
.ft_d3_txt1{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.ft_d3_txt1 *{ line-height:25px;}
.xm_img{ text-align:center;}
.xm_img img{ height:100px;}
.ft_d3_rq{ width:120px; text-align:center; line-height:40px; height:40px; background:#fff; border-radius:25px; margin:0 auto;}

/*现货*/
.xh_nav li{ float:left; margin-left:4%; width:48%; margin-top:10px;}
.xh_nav li:nth-child(1),
.xh_nav li:nth-child(2){margin-top:0;}
.xh_nav li a{ display:block; width:100%; background:#cccccc; font-size:14px; color:#ffffff; text-align:center; line-height:30px; padding:5px 0; border-radius:5px;}
.xh_nav li:nth-child(2n+1){margin-left:0;}
.xh_nav li.on a{ background:#305496;}

.xh_title{ background:#305496; text-align:center; padding:5px 10px; font-size:16px; color:#fff; font-weight:bold; line-height:30px;}
table.xh_table1{ float:left; width:50%;}
table.xh_table1 tr{}
table.xh_table1 tr td{ background:#f2f1ef; width:33.33%; text-align:center; font-size:14px; color:#666666; line-height:25px; border:#fff 2px solid; padding:5px 0;}
table.xh_table1 tr td *{ line-height:25px;}
table.xh_table1 tr.biaoti td{ background:#c5d9ff; font-size:14px; color:#305496; font-weight:bold; line-height:30px; border-left:#c5d9ff 2px; border-right:#c5d9ff 2px; border-top:#c5d9ff 2px;}

table.xh_table2{ width:100%;}
table.xh_table2 tr{}
table.xh_table2 tr td{ background:#f2f1ef; width:25%; text-align:center; font-size:14px; color:#666666; line-height:25px; border:#fff 2px solid; padding:5px 0;}
table.xh_table2 tr td *{ line-height:25px;}
table.xh_table2 tr.biaoti td{ background:#c5d9ff; font-size:14px; color:#305496; font-weight:bold; line-height:30px; border-left:#c5d9ff 2px; border-right:#c5d9ff 2px; border-top:#c5d9ff 2px;}
table.xh_table2 tr.dbt td{ background:#305496; text-align:center; padding:5px 10px; font-size:16px; color:#fff; font-weight:bold; line-height:30px; border:#305496 2px;}

table.xh2_table1{ width:100%;}
table.xh2_table1 tr{}
table.xh2_table1 tr td{ background:#f2f1ef; width:25%; text-align:center; font-size:14px; color:#666666; line-height:25px; border:#fff 2px solid; padding:5px 0;}
table.xh2_table1 tr td *{ line-height:25px;}
table.xh2_table1 tr.biaoti td{ background:#c5d9ff; font-size:14px; color:#305496; font-weight:bold; line-height:30px; border-left:#c5d9ff 2px; border-right:#c5d9ff 2px; border-top:#c5d9ff 2px;}
table.xh2_table1 tr.dbt td{ background:#305496; text-align:center; padding:5px 10px; font-size:16px; color:#fff; font-weight:bold; line-height:30px; border:#305496 2px;}

.hongse{ color:#F00 !important;}
.jiacu{ font-weight:bold;}
