<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html { font-size: 10px; font-size: calc(200vw/64); background-color: #E1E1E1; }
@media all and (max-width: 320px) { html { font-size: 10px; } }
@media all and (min-width: 640px) { html { font-size: 20px; } }

 @font-face { font-family: 'PT Sans';  src: url('./font/PT Sans.ttf') }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font {
	padding: 0;
	margin: 0;
	font-family: 'PT Sans';  src: url('./font/PT Sans.ttf');
}
body {
	margin: 0 auto;min-width: 320px; max-width: 750px; margin: 0 auto;
	background: #FFFFFF;
}
img, input, select {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0
}
img {
	max-width: 100%
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
i {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.header {
	width: 100%;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
}

.header .header-bottom {
	width: 100%;
	height: 100px;
	background: #555555;
}
.header .header-bottom .menuicon-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	cursor: pointer;
	display: none;
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.header .header-bottom .menuicon-label .line-top {
	width: 17px;
	height: 1px;
	margin-left: 15px;
	background: #fff;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
.header .header-bottom .menuicon-label .line-middle {
	width: 17px;
	height: 1px;
	margin-left: 15px;
	background: #fff;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
.header .header-bottom .menuicon-label .line-bottom {
	width: 17px;
	height: 1px;
	margin-left: 15px;
	background: #fff;
	display: block;
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}

.header .header-bottom .touch-nav {
	position: fixed;
	top: 86px;
	background: #006acd;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}

.header .header-bottom .touch-nav &gt;ul {
	padding: 0 20px 100px 20px;
}
.header .header-bottom .touch-nav&gt;ul&gt;li {
	/*margin-top: 12px;*/
	line-height: 40px;
	/*height: 47px;*/
	/*padding: 0 10px;*/
	border-bottom: 1px solid #013a70;
}
.header .header-bottom .touch-nav&gt;ul&gt;li a {
	color: #fff;
	font-size: 14px;
}
.header .header-bottom .touch-nav&gt;ul&gt;li a.top-menu {
	/*font-weight: bold;*/
	display: block;
	padding: 0 10px;
	font-size: 16px;
}
.header .header-bottom .touch-nav&gt;ul&gt;li&gt;.sub-menu {
	/*margin-left: 20px;*/
	display: none;
}
.header .header-bottom .touch-nav&gt;ul&gt;li.on&gt;.sub-menu {
	display: block;
}
.header .header-bottom .touch-nav&gt;ul&gt;li&gt;.sub-menu a {
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #024584;
	padding-left: 20px;
}
.header .header-bottom .touch-nav&gt;ul&gt;li&gt;.sub-menu a:last-child {
	border-bottom: none;
}
.header .header-bottom .touch-nav&gt;ul&gt;li.on&gt;a.top-menu {
	background: #013c72;
}
.header .header-bottom .touch-nav&gt;ul&gt;li.on&gt;.sub-menu a {
	background: #03498a;
}
.header .header-bottom .containerbox {
	position: relative;
}
.header .header-bottom .brand {
	width:290px; margin-right:30px;
}
.header .header-bottom .brand img {
}
.header .header-bottom .form-search {
	margin: 0;
	width: 60px;
	float: right;
}
.header .header-bottom .header-search .search-btn {
	display: block;
	width: 57px;
	height: 55px;
	background: url(../images/search-btn.png) no-repeat center center;
	margin-top: 15px;
	border: none;
}
.header .header-bottom .form-search.active .header-search .search-btn {
	background: url(../images/search-btn2.png) no-repeat center center #fff;
}
.header .header-bottom .header-search-main {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 800;
	display: none;
}
.header .header-bottom .header-search-main .search-text {
	color: #707070;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin-left: 5%;
	border: none;
	margin-bottom: 0;
	width: 80%;
	box-shadow: none;
}
.header .header-bottom .header-search-main .close-btn {
	position: absolute;
	right: 20px;
	top: 19px;
	font-size: 26px;
	color: #006acd;
}
.header .header-bottom .form-search.active .header-search-main {
	display: block;
}
.header .header-bottom .navbar {
	width: 57%;
}
.header .header-bottom .navbar ul {
	width: 100%;
}
.header .header-bottom .navbar&gt; ul &gt;li {
	/*width: 16.5%;*/
	/*width:19.5%;*/
	float: left;
	height: 98px; padding-right:6%;
}
.header .header-bottom .navbar&gt; ul &gt;li.hover{ background:#555555;}
.header .header-bottom .navbar&gt; ul &gt;li.last {
	margin-right: 0;
}
.header .header-bottom .navbar ul li:before {
	display: none;
	position: absolute;
	left: -100%;
	top: 0;
	background: #ffa800;
	content: '';
	height: 100%;
}
.header .header-bottom .navbar ul li.active:before {
	left: 0;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;a {
	color: #fff;
	height: 98px;
	line-height: 98px;
	text-align: center;
	position: relative;
	font-size: 15px;
	z-index: 400;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;a:hover{color:#ff8500;}
.header .header-bottom .navbar &gt;ul&gt;li.last&gt;a {
}
.header .header-bottom .navbar &gt;ul&gt;li.hover&gt;a {
	border-color: #fff!important;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;.sub-menu {
	background: #555555;
	text-align: left;
	position: absolute;
	left: 0;
	top: -1200px;
	width: 200px;
	width: 1200px; height: 630px;
	/*transition: top .4s linear;*/
}
.sub-menu-left{width: 310px; float: left;color: #FFFFFF;}
.sub-menu-right{width: 890px; float: right; background-color: #fff; height: 630px;}
.sub-menu-left h2{font-size: 20px; line-height: 76px;border-bottom: 1px solid #888888; text-indent: 1em;}
.sub-menu-left ul li{ line-height: 76px; text-indent:2em;border-bottom: 1px solid #888888;font-size: 13px;}
.sub-menu-left ul li a{color:#FFFFFF;cursor: pointer; display: block;}
.sub-menu-left ul li a.active{ background: #ff8500; display: block;}
.sub-menu-left ul li a span{ float: right; padding-right: 20px;}
.sub-menu-con{ display: none; padding: 25px;}
.beam-road-2{ display: block;}
.sub-menu-con dl{ display: block;overflow: hidden; margin: 30px 0;}
.sub-menu-con dl dt{width: 220px; float: left;}
.sub-menu-con dl dd{width: 600px; float: right;}
.sub-menu-con dl dd h2{font-size: 15px; color: #0031cd;}
.sub-menu-con dl dd h3{ color: #ff8500;font-size: 15px; margin: 5px 0;}
.sub-menu-con dl dd p{ font-size: 14px; margin-top: 20px;}

.sub-menu-conb{ display: none; padding-right: 5px;}
.beam-roadb-1{ display: block;}
.sub-menu-conb h2{font-size: 22px; width: 100%; display: block; margin-bottom: 10px; padding-left: 25px;}
.sub-menu-conb dl{ width:193px; float: left;}
.sub-menu-conb dl a{ color:#000}
.sub-menu-conb dl{padding-left: 25px; height:268px}
.sub-menu-conb dl dt{width:100%; float: left;}
.sub-menu-conb dl dd{ font-size: 16px; line-height: 30px; width: 100%; float: left; margin-bottom:10px; text-align:center;}
.produ_item{ display: block;overflow: hidden; padding: 11px 0;}





.header .header-bottom .navbar &gt;ul&gt;li:hover .sub-menu {
	/*transition: top .3s linear;*/
	top: 98px;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;.sub-menu .divider {
	height: 1px;
	width: 100px;
	background: #7aa3c9;
	margin-left: 15%;
	margin-top: 10px;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;.sub-menu&gt;a {
	display: block; overflow: hidden;
	color: #fff;
	font-size: 18px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.header .header-bottom .navbar &gt;ul&gt;li&gt;.sub-menu&gt;a:hover {
	background: #369eff;
}
.header .header-bottom .navbar &gt;ul&gt; li.active &gt;a {
	border-color: #006acd;
	color: #f27703;
}
.header .header-bottom .join-nav ul li {
	float: right;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.home-slider {
	background: #fff;
	margin-bottom: 0;
}

.home-slider .flex-direction-nav a.flex-next {
	width: 81px;
	height: 81px;
	background: url(../images/arrow_r_yuan.png) no-repeat;
}

.home-slider .flex-prev {
	width: 81px;
	height: 81px;
	background: url(../images/arrow_l_yuan.png) no-repeat;
}

.home-block-title {
	font-size: 35px;
	color: #006acd;
	margin-bottom: 25px;
	font-weight: normal;
	margin-top: 0;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.containerbox {
	width: 95%;
	max-width: 1230px;
	margin: 0 auto;
}
.wrap {
    width: 100%;
    padding-top:1rem;
}
.search{background:#ff8500;width: 160px;border-radius: 40px; padding:7px 15px; margin-top: 29px;}
.inp-img{width: 33px;}
.inp-word{width: 125px; height: 25px; background: #ff8500;}
.localtion{ font-size: 15px; line-height: 98px; color: #FFFFFF; margin-left: 2%; float: left;}
.main{width: 94%; margin: 3% auto;}
.about{width: 100%; margin: 1rem auto; display: block;overflow: hidden;}
.about_l{width: 94%; float: left; padding: 0 3%;}
.about_r{width: 94%;  padding-top: 1rem; margin: 0 auto;}
.about_l h2{color: #000000; font-size: 2rem; font-weight: normal;}
.about_l h3{color: #555555;font-size: 2rem; font-weight: bold;}
.about_l span{display: block; width: 100px; border-bottom: 5px solid #ff8500; margin: 13px 0;}
.about_l p{font-size: 16px; margin-bottom: 13px; line-height: 23px;text-align: justify;}
.choose_product{background: url(../images/bg.jpg); width: 100%; padding: 2rem 0;}
.product{width: 100%; margin: 0 auto;}
.product_t{width: 100%; line-height:3rem; background: #FFFFFF; color: #ff8500;font-size: 1.6rem; text-align: center;font-weight: bold;}
.product_n{margin-top: 2rem; display: flex;justify-content: space-between; flex-wrap: wrap;}
.product_n dl{width: 48%; background: #FFFFFF;position: relative; margin-bottom: 1rem;}
.product_n dl dd{padding:15px 25px; }
.product_n dl dd h2{font-size: 15px;}
.product_n dl dd h3{font-size: 17px; font-weight: bold;margin: 10px 0;}
.product_n dl dd p{font-size: 13px; margin-bottom: 65px;}
.product_n dl dd  a{width: 90%;  color: #fff;background: #F27703; line-height: 45px; text-indent: 1em;display: block; position: absolute;bottom: 20px; left: 0;right: 0; margin: 0 auto;}
.service{width: 100%; margin: 2rem auto 1rem;}
.service_t{width:100%; background: #f1f1f1; text-align: center; padding: 1rem 0;}
.service_t h2{font-size:1.6rem; font-weight: bold;}
.service_t p{width: 90%; background: #F27703; color: #FFFFFF;font-size: 1.4rem; line-height: 3.5rem;font-weight: bold; margin:1rem auto 0;} 
.service_t p a{ color:#fff;}
.service_n_l{width:94%; margin: 0 auto;}
.service_n{width: 100%; display: block;overflow: hidden; margin-top: 50px;}
.service_n_l h2{font-size: 45px;color: #ff8500;font-weight: bold;}
.service_n_l p{font-size: 1.2rem; margin: 30px 0;}
.service_n_l ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.service_n_l ul li{width: 50%; margin-bottom: 1rem; font-size: 1.2rem;}
.service_n_l a{ text-align: right; margin-top: 1rem; color: #FF8500; font-size: 1.2rem; float: right;}
.service_n_r{width: 100%; text-align: center;float:right; padding-top: 50px;}

.service_n_r p{font-size: 1.2rem; margin: 10px 0;}
.service_n_r p:nth-child(2){color: #FF8500; margin: 20px 0 50px 0;}
.service_n_r p:nth-child(3){margin-top: 0;}
.footer{background: #555555; color: #FFFFFF; padding: 70px 0 6rem 0;}
.footer_n{width: 94%; margin: 0 auto; padding: 0 3%;}
.footer_n h2{font-size: 2rem;font-weight: bold; margin-bottom: 1rem;}
.footer_n p{font-size:1.3rem; line-height: 2.5rem;}
.footer_n p a{color: #FFFFFF;}


/*about*/
.about_us{ margin:150px auto 0!important;}
.about_us dl{width: 100%; margin-top: 70px; display: block;overflow: hidden; position: relative;}
.about_us dl dt{width:633px; float: left;}
.about_us dl dd{ background: #ffffff; box-shadow: #bbbbbb 0px 0px 10px;  padding: 40px; display: block; width: 530px; height: 280px; position: absolute;right: 0; top:50px;border-radius: 20px; right: 10px;}
.about_us dl dd h2{font-size: 30px; color: #555555; text-align: center;}
.about_us dl dd p{ font-size: 14px; line-height: 35px; margin-top: 30px;}
.about_us dl:nth-child(2) dt{ float: right;}
.about_us dl:nth-child(2) dd{ position: absolute; left:10px}

.derler dl{width: 100%; margin-top: 2rem;position: relative; margin-bottom: 15rem; height: 22rem;}
.derler dl dt{width:90%; text-align: center; margin: 0 auto;}
.derler dl dd{ background: #ffffff; box-shadow: #bbbbbb 0px 0px 10px;  padding: 1rem; display: block; width: 75%;position: absolute;right: 0; top:18rem;border-radius: 20px; left: 10px; margin-bottom:5%}
.derler dl dd h2{font-size: 1.6rem; color: #555555; text-align: center;}
.derler dl dd p{ font-size: 1.1rem; line-height: 1.8rem;}
.derler dl:nth-child(even) dt{ }
.derler dl:nth-child(even) dd{ position: absolute; right:10px; left: inherit;}
.derler dl dd p strong{ color:#F27703}

.dealer_t{text-align: center; margin: 50px auto;}
.dealer_t h2{ font-size: 2rem;}
.dealer_t p{ font-size: 1.5rem; font-weight: bold;}
.article p{ font-size: 1.3rem; text-align: left; margin-top: 1rem; line-height: 1.8rem;}
.hbg{background: #f1f1f1; padding: 0px 0 2rem 0;}
.bottom_border{border-bottom: 1px solid #c4c4c4; display: block;overflow: hidden;}
.product_buy{ display: flex;overflow: hidden;  flex-wrap:wrap;}
.product_buy dl{width:43%; background: #FFFFFF; text-align: center; padding-bottom: 20px; margin-bottom:2rem; box-shadow: 0 0 10px #c3c3c3; margin:1rem;
}


.product_buy dl img{ width:100%;}
.product_buy dl dd h2{ font-size: 1.5rem; color: #ff8500; margin: 1rem 0;}
.product_buy dl dd p{font-size: 1.3rem; margin-bottom: 20px;}
.product_buy dl dd a{font-size: 1.3rem; display: inline-block; padding: 2px 6px; background: #F27703; color: #FFFFFF;}
.bgc{ background: #F27703; color: #fff; line-height: 3rem!important; width: 90%; margin: 0 auto; text-align:center!important}
.service_t h3{ padding: 0 1rem; margin-bottom: 20px; color: #575757; font-weight: normal;}
.product_xx{display: flex;justify-content: space-between; margin-bottom: 2rem;}

.product_article_banner{ background: #f1f1f1; text-align: center; margin-top: 1rem;}
.pro_art_n{width: 94%; margin: 3% auto; color:#666666}
.pro_art_n p{font-size: 1.3rem; line-height: 40px;}
.pro_art_t dl dd p {font-size: 1.3rem;color: #555555; line-height: 2.5rem;}

.pro_art_xg{width: 100%; margin: 2rem auto; display: block;overflow: hidden;}
.pro_art_xg h2{ font-size:1.4rem; margin-bottom:1rem;}
.pro_art_xg  ul{display: flex;justify-content: space-between;}
.pro_art_xg li{width: 31%; background: #f1f1f1; text-align: center;}
.pro_art_xg li p{ margin: 1rem auto; width: 100%; line-height: 2rem; color: #FFFFFF; background: #F27703; font-size: 1.3rem;}
.pro_art_xg li a{color: #FFFFFF;}

.news dl{ margin:1rem auto; display:block; overflow:hidden}
.news dl dt{ width:90%; position:relative; margin: 0 auto;} 
.news dl dd{ width: 90%; margin: 3% auto;}
.year{ width:5rem; height:5rem; background:#00367c; text-align:center; position:absolute; left:0; top:0; color:#fff}
.year h2{ font-size:1.6rem}
.year p{ font-size:1.3rem}
.news dl dd h2{ font-size:1.5rem; color:#555555; line-height:2rem; margin-bottom:20px}
.news dl dd p{ font-size:15px; line-height:2rem;}
.news dl dd a{ display:block; text-align:right; margin-top:50px; color:#00367c}

.product_inp{ width:100%!important; display:block; overflow:hidden}
.product_inp .contact_n_l_inp{ width:43%; float:left; margin-left:5%}
.product_inp  .sub{ float:right; margin-right:45px;}


.tabflexslider{position:relative; overflow:hidden; margin:0 auto; width:100%;}
.tabflexslider .bd{width: 100%;}
.tabflexslider .bd li{width: 100%;}
.tabflexslider .hd{ width: 100%; height: 11px; position: absolute; bottom: 7rem;text-align: center; z-index:1; }
.tabflexslider .hd ul{display: inline-block; height: 5px; padding: 3px 5px; /*background-color: rgba(255,255,255,0.7);*/ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;font-size: 0; vertical-align: top;}
.tabflexslider .hd li{ display: inline-block;width: 15px;height: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #8C8C8C;margin: 0 3px;vertical-align: top;overflow: hidden;}
.tabflexslider .hd li.on{ background: #ff8500;  }

.flex-control-nav{position:absolute;bottom:135px;z-index:2;width:100%;text-align:center; left:36px;}

.contact{ margin:2rem auto 0!important;}
.contact_t{width: 94%; margin: 3% auto;}
.contact_t h2{font-size: 1.5rem;}
.contact_t p{font-size: 1.3rem; margin: .5rem 0 1rem 0;}
.contact_n{width: 100%; margin: 0 auto;display: block;overflow: hidden;}
.contact_n_l{width: 94%; margin: 3% auto;}
.contact_n_r{width: 94%; margin: 3% auto;}
.contact_n_l_inp p{font-size: 1.3rem; margin: 20px 0 10px 0;}
.contact_n_l_inp select{width: 100%; height: 3rem;border:1px solid #dcdcdc;border-radius: .5rem;background: #f0f0f0; line-height: 3rem; font-size: 1.3rem;}
.contact_n_l_inp input{width: 100%; height: 3rem;border:1px solid #dcdcdc;border-radius: .5rem;background: #f0f0f0; line-height: 3rem; font-size: 1.3rem; text-indent: 1em;}

.contact_n_r h2{font-size:24px; margin: 20px 0 10px 0;}
.contact_n_r p{font-size: 18px; padding: 5px 0;}
.contact_n_r ul{display: flex; margin: 20px 0 0 35px;}
.contact_n_r ul li{padding-right: 10pxd;}
.sub{width: 200px; height: 60px;font-size: 20px; margin: 20px auto 60px ; background:#F27703;border-radius: 10px; text-align: center;line-height: 60px; color:#fff; font-weight:bold}

.product_cs{ width:100%; position:relative; margin:0 auto; text-align:center;overflow:hidden; padding:30px 0 50px 0}
.product_csnum{ position:absolute; width:10%; top:5px; right:24px; z-index:99}
.product_csnum ul{ display:flex;justify-content: space-between; flex-wrap: wrap;}
.product_csnum ul li{ width:100%; text-align:center;}
.product_csnum ul li p{ display:block; line-height:25px; font-size:.8rem; font-weight:bold; text-align:center}
.product_cs .flex-control-nav{ bottom:0!important}
.sub-menu2{ width:310px!important;}
.header .header-bottom .navbar &gt;ul&gt;li&gt;.sub-menu2{ left:350px!important;}



/*wap*/

.hdp{ position:relative; overflow:hidden; margin:0 auto; width:100%;}
.hdp .hd{ width: 100%; height: 11px; position: absolute; bottom: 5px;text-align: center; z-index:1; }
.hdp .hd ul{display: inline-block; height: 5px; padding: 3px 5px; /*background-color: rgba(255,255,255,0.7);*/ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;font-size: 0; vertical-align: top;}
.hdp .hd li{ display: inline-block;width: 15px;height: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #8C8C8C;margin: 0 3px;vertical-align: top;overflow: hidden;}
.hdp .hd li.on{ background: #ff8500;  }
.hdp .bd{ position:relative; z-index:0; }
.hdp .bd li{ position:relative; text-align:center;  }
.hdp .bd li img{ background:url(../image/loading.gif) center center no-repeat;  vertical-align:top; width:100%;}

.wap_top{width: 100%; display: flex;justify-content: space-between; background: #555555;}
.wap_top p:nth-child(1){width: 34%;}
.wap_top p:nth-child(2){width: 45%; text-align: center; font-size:1.2rem; line-height: 3.3rem; color: #fff;}
.wap_top p:nth-child(2) a{ color: #fff; border-bottom: 1px solid #fff;}
.wap_top p:nth-child(3){width: 10%; margin-top:1%;}
.wap_top p:nth-child(4){width: 10%;margin-top:1%;}

.bottom{ max-width:750px; width:100%; margin:0 auto; position:fixed; left:0; right:0; bottom:0; background:#ff8500;}
.bottom ul{ display: flex;justify-content: space-between;}
.bottom ul li{ width:33.33%; border-right:.3rem solid #fff; box-sizing:border-box; font-size:1.2rem; text-align:center;}
.bottom ul li img{ width:2.5rem; height:2.5rem; margin:0 auto}
.bottom ul li a{ color:#fff}
.bottom ul li p{font-size:1.2rem; text-align:center; line-height:2rem}
.bottom ul li:nth-child(3) { border-right:none }



.product_article_banner  table{ width:1200px; margin: 1% auto 3%; text-align:left; font-size:16px; line-height:40px; border-spacing:0;}
.product_article_banner  table tr{ background:#fff;  color:#666666}
.bgnr{ padding:2% 0;overflow: auto;}
.bgnr td{ text-indent:1em; width:12%!important;}
.bgnr tr td:nth-child(1){width:20%!important;}
.bgnr tr td:nth-child(2){width:7%!important;}
.product_article_banner  table tr:nth-child(odd){ background:#F27703; color:#fff}
.bgnr h2{ font-size:20px; text-align:left; width:1200px; margin:0 auto}

.poswz{ width:90%; margin:2% auto 0; font-size:1.3rem}
.poswz a{color:#666666; font-size:1.3rem}



.contact_yzm input{ width:80%;height: 60px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #f0f0f0;
    line-height: 60px;
    font-size: 22px;
    text-indent: 1em;}
    
  .contact_yzm p  {font-size: 1.3rem;
    margin: 20px 0 10px 0;}










</pre></body></html>