
* {
	padding: 0;
	margin: 0;
	font-family: inherit;
	list-style: none;
	text-decoration: none;
	border: none;
	
}
.container {
	width: 1100px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #000;
	font-size: 14px;
	/* min-width: 1200px; */
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #1578b8;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
table{
	border-spacing: 0;
    border-collapse: collapse;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #1578b8;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #1578b8;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */
.topbar {
	height: 30px;
	line-height: 30px;
	background: #eee;
	font-size: 12px;
}
.topbar a {
	margin: 0 10px;
}
.head {
	height: 119px;
}
.head .logo {
	width: 429px;
	height: 119px;
	background: url(/html/skin/images/logo.png) no-repeat center;
	text-indent: -99em;
	overflow: hidden;
	background-size: 429px;
}
.fr img{
	padding-top: 10px;
}
.toptell {
	background: url(/html/skin/images/tt.jpg) no-repeat left center;
	padding-left: 70px;
	margin-top: 40px;
}
.toptell span {
	display: block;
	font-size: 16px;
	color: rgba(4,0,0,.75);
}
.toptell p {
	color: #040000;
	font-size: 30px;
	font-family: "Cambria";
}
.nav {
	height: 55px;
	background: url(/html/html/skin/images/footerbg.jpg)no-repeat bottom;
	line-height: 55px;
	background-size: 100%;
}
.nav ul {
	margin-left: -35px;
}
.nav li {
	float: left;
	font-size: 18px;
	margin-left: 16px;
	position: relative;
}
.nav li a {
	color: #fff;
	display: block;
	width: 125px;
	text-align: center;
}
.nav li a:hover, .nav li a.hover {
	background: #055487;
}
.sub-menu{
	display: none;
    width: 125px;
    position: absolute;
    top: 55px;
    height: auto;
    z-index: 2;
    left: 35px;
    margin: 0;
}
	

.sub-menu li{
	float: left;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #055487;
	margin: 0;
}
.sub-menu li:hover{
	background: #fff;
	height: 30px;
    font-size: 16;
    line-height: 30px;
	width: 100%;
	
}
.sub-menu li a{
	color: #fff;	
}




.slideBox {
	width: 100%;
	height: 526px;
	overflow: hidden;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 526px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 77px;
	height: 77px;
	background: url(/html/skin/images/pre.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: -77px 0;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.adv {
	height: 480px;
	background: url(/html/skin/images/adv.jpg) no-repeat center;
}
.adv img{
	
    width: 100%;
}
.adv a{
	color: #fff;
}


.advtit {
	text-align: center;
}
.advtit span {
	display: block;
	color: #1578b8;
	font-size: 28px;
	font-family: "宋体";
	font-weight: bold;
	padding-top: 60px;
}
.advtit p {
	padding-top: 10px;
}
.adv ul {
	margin-top: 80px;
    border: 5px solid #dedede;
    padding: 19px;
    height: 155px;
    display: inline-block;
    box-shadow: 10px 10px 5px #888888;
}
.adv li {
	text-align: center;
	float: left;
	width: 240px;
	margin-left: 20px;
}
.adv li span {
	display: block;
    font-size: 20px;
    color: #fcfcfc;
    margin-top: -120px;
}
.adv li p {
	color: #fcfcfc;
	line-height: 26px;
	margin-top: 10px;
	font-size: 16px;
}
.adv li:first-child{
	margin: 0;
}
.product {
	height: 100%;
	padding-top: 50px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 41px;
	line-height: 41px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 34px;
}
.slideTxtBox .hd ul {
	display: inline-block;
}
.slideTxtBox .hd ul li {
	float: left;
	width: 96px;
	height: 35px;
	cursor: pointer;
	background: #055487;
	font-size: 15px;
	color: #fefefe;
	border-radius: 6px;
	margin: 0px 2px;
	line-height: 35px;
}
.slideTxtBox .hd li a{
	color: #fff;
}
.slideTxtBox .hd ul li.on {
	 border-bottom: 2px solid red;
}
.slideTxtBox1 .hd {
	height: 41px;
	line-height: 41px;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
    margin-top: 25px;
}
.slideTxtBox1 .hd ul {
	display: inline-block;
}
.slideTxtBox1 .hd ul li {
	float: left;
	width: 96px;
	height: 35px;
	cursor: pointer;
	background: #055487;	
	font-size: 15px;
	color: #fefefe;
	border-radius: 6px;
	margin: 0px 2px;
	line-height: 35px;
}
.slideTxtBox1 .hd li a{
	color: #fff;
}
.slideTxtBox1 .hd ul li:hover {
	border-bottom: 2px solid red;
	color: #fff;
}
.slideTxtBox .bd ul {
	zoom: 1;
	margin-left: -18px;
}
.slideTxtBox .bd li {
	width: 261px;
	float: left;
	text-align: center;
	margin-left: 18px;
	margin-bottom: 19px;
}

.slideTxtBox .bd li img {
	width: 261px;
	height: 180px;
	float: left;
}
.slideTxtBox .bd li p {
	height: 44px;
	line-height: 44px;
	background: #f4f4f4;
	font-size: 16px;
	float: left;
	width: 100%;
}
.slideTxtBox .bd li:hover p {
	background: #055487;
	color: #fff;
}
.product a.more {
	display: block;
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #dcdcdc;
	color: #2f2f2f;
	font-size: 16px;
	border-radius: 10px;
	margin: 40px auto;
}
.product a.more:hover {
	background: #055487;
	color: #fff;
}
.about {
	height: 534px;
	background: url(/html/skin/images/abbg.jpg) no-repeat center;
}
.abtit {
	text-align: center;
	font-size: 28px;
	color: #1578b8;
	font-family: "宋体";
	font-weight: bold;
	border-bottom: 2px solid #efefef;
	padding-top: 60px;
	padding-bottom: 22px;
	margin-bottom: 45px;
}
.abright {
	width: 670px;
}
.abright p {
	color: #727170;
	line-height: 28px;
	text-indent: 2em;
	font-size: 16px;
    padding: 10px;
}
.abright a.more {
	display: block;
	width: 205px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #dcdcdc;
	color: #2f2f2f;
	font-size: 16px;
	border-radius: 10px;
	margin: 50px auto;
}
.abright a.more:hover {
	background: #1578b8;
	color: #fff;
}

.brand {
    height: 310px;
    background: url(/html/uploads/hzhbimg/brand.png)no-repeat center;
    padding-top: 50px;
}
.brand .top {
    width: 1200px;
    margin: 0 auto 25px;
    text-align: center;
	margin-top: 10px;
}
.brand .top b {
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.brand .ty_content {
    height: 109px;
    position: relative;
    width: 1240px;
    margin: 0 auto;
}
.brand .jt {
    position: absolute;
    top: 20px;
}
.brand .db {
    margin: auto;
    width: 1086px;
    height: 109px;
    overflow: hidden;
}
.brand .db .img{
    
    width: 230px;
    height: 72px;
    margin-bottom: 14px;
}
.brand .db .tempWrap {
    padding-left: 28px;
	 width: 750px;
	height: 170px;	
	overflow: hidden;
}
.brand .ri{
    right: 0px;
}
.brand .jt{
    position: absolute;
	top: 20px;
}
.brand .db li{
    float:left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-right: 41px;
}
.brand .jt{
    position: absolute;
	top: 20px;
}


.brand .db .tempWrap ul {
            width: 200%;
            height: 100%;
            animation: picmove 25s linear infinite forwards;
        }
        @keyframes picmove {
            from {
                transform: translate(0);
            }
            to {
                transform: translate(-750px);
            }
        }
        
.brand .db .tempWrap ul:hover {
            animation-play-state: paused;
        }

.foot-flink{
	display: block;
    text-align: center;
    color: #666;
}
.foot-flink a{
	color: #666;
    padding: 0 5px;
}
.container .ff{
	margin-top: 6px;
}
.container .ff ul{
	padding-bottom: 6px;
    margin-bottom: 0px;
}
.foot-flink1 span{
	    float: left;
}
.foot-flink1{
	width: 43.5em;
    line-height: 1.8em;
    font-size: 1em;
    color: #999;
}
.foot-flink1 div{
	margin-left: 72px;
}
.foot-flink1 div a{
	padding: 0 5px;
    color: #dcdcdc;
}
.newleft {
	margin-top: 55px;
	width: 710px;
}
.firstnew img {
	width: 218px;
	height: 150px;
}
.firstnew .fr {
	width: 475px;
}
.firstnew .fr span {
	display: block;
	font-size: 12px;
	color: #b5b5b5;
	margin-bottom: 10px;
	margin-top: 5px;
}
.firstnew .fr a {
	display: block;
	font-size: 18px;
	color: #5a545c;
	margin-bottom: 5px;
}
.firstnew .fr p {
	font-size: 14px;
	color: #6f6d6f;
	line-height: 24px;
}
.firstnew .fr a:hover {
	color: #1578b8;
}
.newtit {
	height: 52px;
	margin-bottom: 33px;
	border-bottom: 2px solid #d2d2d2;
}
.newtit p {
	font-size: 28px;
	color: #1578b8;
	font-weight: bold;
	font-family: "宋体";
	height: 38px;
	line-height: 38px;
	background: url(/html/skin/images/s.jpg) no-repeat left center;
	padding-left: 20px;
}
.newtit a {
	display: block;
	color: #989697;
	margin-top: 20px;
	margin-right: 15px;
}
.newleft ul {
	margin-top: 25px;
}
.newleft li {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px dashed #e2e2e2;
	padding: 0 20px 0 10px;
}
.newleft li a {
	display: block;
	float: left;
	color: rgba(19,19,19,.85);
	background: url(/html/skin/images/d.jpg) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
}
.newleft li span {
	display: block;
	float: right;
	color: rgba(88,88,88,.71);
}
.newleft li:last-child {
	border: 0;
}
.newleft li a:hover {
	color: #1578b8;
}
.newright {
	width: 330px;
	margin-top: 55px;
}
.newright li {
	border-bottom: 1px dashed #dcdcdc;
	padding: 8px;
	
}
.newright li:last-child {
	border: 0;
}
.newright li a {
	display: block;
	font-size: 16px;
	color: #5a545c;	
	white-space: nowrap
}
.newsmune li a i {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #1578b8;
	text-align: center;
	border-radius: 50%;
	font-style: normal;
	margin-right: 12px;
}
.newright li p {
	font-size: 14px;
	color: #6f6d6f;
	line-height: 24px;
}
.newsmune li p i {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #c3c3c3;
	text-align: center;
	border-radius: 50%;
	font-style: normal;
	margin-right: 12px;
	font-size: 14px;
	float: left;
}
.newright li a:hover {
	color: #1578b8;
}
.newsmune{
	width: 1100px;;
    margin: 0 auto;
    clear: both;
	padding:50px 0;
}
.newsmune li{
	float: left;
    width: 45%;
    margin-left: 20px;
	border-bottom: 1px dashed #dcdcdc;
	padding: 8px;
    height: 55px;
	font-size: 16px;
}
.newsmune img{
	width: 18%;
    padding-right: 10px;
	height: 50px;
}
.newsmune a span{
	vertical-align: top;
    display: inline-block;
    margin-top: 20px;
	white-space: nowrap;
    overflow: hidden;
}
.newsmune a span:last-child{
	vertical-align: top;
    display: inline-block;
    margin-top: 20px;
	font-size: 12px;
    float: right;
}

.link {
	font-size: 14px;
    margin-top: 20px;
	height: 68px;
	line-height: 40px;
}
.link p {
	background: url(/html/skin/images/link.jpg) no-repeat left center;
	padding-left: 70px;
}
.link a {
	margin: 0 5px;
	color: rgba(64,63,63,.9);
}
.footer {
	height: 225px;
	background: url(/html/html/skin/images/footerbg.jpg) no-repeat;
	margin-top: 22px;
	color: #fff;
	background-size: 100%;
}
.footer a {
	color: #fff;
}
.footermune{
	width: 620px;
}

.footer .flogo {
	margin-top: 52px;
	margin-left: 40px;
	width: 145px;
}
.lianxiimg{
	position: fixed;
    right: 0;
    top: 30px;
}
.lianxiimg img:first-child{
	margin-bottom: 5px;
    display: inline-block;
    position: fixed;
    top: 35px;
    right: 5px;
    width: 10px;
}
.lianxiimg img{
	position: fixed;
    right: 0;
    top: 40px;
}
.fm {
	width: 655px;
	margin-top: 33px;
	margin-left: 65px;
}
.fm ul {
	border-bottom: 1px solid #4c4c4c;
	height: 30px;
	line-height: 30px;
	padding-bottom: 18px;
	margin-bottom: 15px;
}
.fm li {
	float: left;
	font-size: 12px;
}
.fm ul li:first-child a{
	margin-left: 0;
}
.fm ul li:last-child a{
	margin-right: 0;
}
.fm li a {
	margin: 0 12px;
}
.fm span{
	margin-right: 15px;
}

.fm p {
	font-size: 15px;
	line-height: 28px;
}
.fm p.copy {
	margin-top: 5px;
}
.fm p.copy, .fm p.copy a {
	font-size: 14px;
	color: rgba(255,255,255,.51);
}
.ewm {
	text-align: center;
	margin-right: 38px;
	margin-top: 53px;
}
.ewm p {
	margin-top: 10px;
}
.banner {
	height: 250px;
    background: url(/html/skin/images/banner.jpg) no-repeat center;
    background-size: 100% 100%;
}
.main {
	margin-top: 20px;
}
.position {
	line-height: 30px;
}
.pagetop {
	text-align: center;	
	margin-top: 40px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #ffffff , #e7e7e7);
}
.pagetop h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	color: #000022;
}
.pagetop p {
	font-size: 16px;
    margin-bottom: 15px;
    color: #666;
}
.pagetop span {
	color: #cacace;
	font-family: Arial;
	font-size: 20px;
	line-height: 36px;
}
.submenu {
	text-align: center;
	margin-top: 10px;
}
.submenu ul {
	display: inline-block;
}
.submenu ul li {
	float: left;
    width: 94px;
    height: 35px;
    cursor: pointer;
    background:  #055487;
    font-size: 15px;
    color: #fefefe;
    border-radius: 6px;
    margin: 0px 2px;
    line-height: 35px;
}
.submenu ul li a {
	display: block;
	width: 94px;	
	text-align: center;	
	color: #fff;
	border-radius: 6px;
}
.submenu ul li a:hover, .submenu ul li a.hover {
	border-bottom: 2px solid red;
	color: #fff;
}
.shuixing ul li,.shuixing ul li a {	
	width: 120px;		
}
.content-news {
	line-height: 30px;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	width: 65%;
    float: left;
}
.content-news img{	
	width: 80%;
    margin: 0 auto;
    display: block;
	padding: 10px;
}
.content-news h2{	
	font-size: 18px;
}
.content-news span{	
	color: red;
}
.content-news span a{	
	color: red;
}
.content {
	line-height: 30px;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
.content h2{	
	font-size: 20px;
}

.content table{
	width: 85%;
    border: 2px solid #fff;
    margin-bottom: 10px;
    background: #efefef;
    margin: 0 auto;
}
.content table td{
	max-width: 100%;
    text-align: center;
    border: 1px solid #fff;
    vertical-align: middle;
	padding: 5px;
}
.content table tr:first-child{
	background: #1578b8;
    color: #fff;
    text-align: center;
}

.content .aUs1{
	width: 100%;
}
.pro_main_content img{
	margin:0 auto;
	display: block;}
.rightnews{
	float: right;
    width: 30%;
    margin: 10px 0;
    border: 1px solid #dcdcdc;
    padding: 5px;
	background: #fbfbfb;
}
.rightnews img{
	
    width: 30%;
}
.rightnews h3{
    color: #0069b7;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    width: 100px;
}
.rightnews div,.rightnews h4{
	padding: 5px 0;
    font-weight: normal;
}
.rightnews .news_pc a{
	padding: 5px;
    vertical-align: top;
    display: inline-block;
	margin-top: 23px;
}
.aUs1 h4{
	font-size:20px;
	text-align: center;
    line-height: 1.1;
    margin-top: 20px;
    padding: 10px 0;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #ffffff , #e7e7e7);
    background: -o-linear-gradient(bottom,#ffffff , #e7e7e7);
    background: -moz-linear-gradient(top,#ffffff ,#e7e7e7);
    background: linear-gradient(to bottom, #ffffff ,#e7e7e7);
}

.content .part1{
	padding: 0.5em 1em 2em 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8em;
    border-bottom: 1px #DCDDDD solid;
}
.content .part1 img {
    float: left;
    margin-bottom: 10px;
    width: 45%;
    margin-right: 20px;
}
.content .part1 div {
    margin: 2em auto auto auto;
	text-indent: 2em;
}
.content .floatright img {
    float: none;
    margin: 0;
}
.content .part1 h2{
    font-size: 2.5em;
    line-height: 1em;
    font-weight: bold;
    color: #1F1E1E;
    margin-bottom: 0.5em;
    padding-top: 37px;
    margin-top: 10px;
}
.content .part1 h3{
    font-size: 1.6em;
    margin: 0.6em 0;
    color: #1C1C1B;
}

.content .part3 {
    padding: 0.5em 1em 2em 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8em;
    border-bottom: 1px #DCDDDD solid;
}
.content .part3 div {
    margin: 2em auto auto auto;
}

.content .part3 img {
    float: left;
    margin-top: -8px;
    margin-bottom: 10px;
    width: 34%;
}
.content .part3 h2, .content .part2 h2 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: bold;
    color: #1F1E1E;
    margin-bottom: 0.5em;
    padding-top: 37px;
    margin-top: 10px;
}
.content .part3 h3, .content .part2 h3 {
    font-size: 1.6em;
    margin: 0.6em 0;
    color: #1C1C1B;
}
.content h3 {
    margin: 0 auto;
}

.content .part2 {
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    padding: 2em 1em 2em 0;
    border-bottom: 1px #DCDDDD solid;
}
.content .part3 img {
    float: left;
    margin-top: -8px;
    margin-bottom: 10px;
    width: 34%;
}
.content .partGrid {
    border-bottom: 1px #DCDDDD solid;
    padding: 1.8em 0 1.5em 0;
}
.content .partGrid h2 {
    width: 2em;
    line-height: 1.1em;
    display: inline-block;
    margin: 0 auto auto 0.8em;
    font-weight: bold;
}
.content .partGrid .txt1 {
    display: inline-block;
    vertical-align: top;
    width: 49.5em;
    line-height: 1.8em;
    font-size: 12px;
    margin-left: 3em;
}
.content .partGrid .txt1 h3 {
    font-size: 1.5em;
    color: #1C1C1B;
    line-height: 1.5em;
    margin: 0.2em auto 0.6em 0;
    font-weight: bold;
}
.content .partGrid h2 {
    width: 2em;
    line-height: 1.1em;
    display: inline-block;
    margin: 0 auto auto 0.8em;
    font-weight: bold;
}
.qi-text1 img{display: block;margin: 0 auto;}

.list {
	margin-top: 50px;
}
.list li {
	border-bottom: 1px dashed #e2e2e2;
	margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
    padding-top: 10px;
}
.list li img{
	width: 160px;
	height: 90px;
    float: left;
    margin-right: 20px;
}
.list li a {
	color: #333;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
    
}
.list li span {
	color: #929292;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	padding-top: 15px;
	float: right;
}
.list li p {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.list li a:hover {
	color: #1578b8;
}
.photo {
	margin-top: 30px;
	text-align: left;
}
.photo ul{
	display: inline-block;
    
}
.photo li {
	float: left;
	margin: 10px 16px 0;
	text-align: center;
	
}
.photo li p {
	line-height: 44px;
	height: 44px;
    background: #f4f4f4;
    font-size: 16px;
	white-space: nowrap;
    overflow: hidden;
    width: 240px;
   
}
.photo li:hover p {
	background: #1578b8;
	color: #fff;
}
.photo li img {
	height: 180px;
	transition: all 0.7s ease 0s;
	width: 240px;
}
.photo li:hover img {
	opacity: 0.8;
}
.photo1 {
	margin-top: 30px;
	text-align: center;
}
.photo1 ul{
	display: inline-block;
    
}
.photo1 li {
	float: left;
	margin: 10px 16px 0;
	text-align: center;
	
}
.photo1 li p {
	line-height: 44px;
	height: 44px;
    background: #f4f4f4;
    font-size: 16px;
	white-space: nowrap;
    overflow: hidden;
    width: 240px;
   
}
.photo1 li:hover p {
	background: #1578b8;
	color: #fff;
}
.photo1 li img {
	height: 180px;
	transition: all 0.7s ease 0s;
	width: 240px;
}
.photo1 li:hover img {
	opacity: 0.8;
}
.readmenu{
	margin-top: 50px;
}
.readmenu h3{
	background: #0069b7;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
	display: inline-block;
}
.readmenu .news_read{
	padding:15px;
	height: 200px;
}
.readmenu .news_item_title{
	font-size: 16px;
    border-bottom: 1px dashed #d4d4d4;
    padding: 8px 0;
	width: 45%;
    float: left;
    margin-right: 52px;
    font-weight: 100;
}
.active{
	background: #1578b8;
	color: #fff;
}

.show {
	margin-top: 50px;
}
.showtop {
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	background: linear-gradient(to bottom, #ffffff , #e7e7e7);
}
.showtop h1 {
	display: block;
	font-size: 24px;
}
.showtop .date {
	font-size: 12px;
	color: #5a5a5a;
	margin-top: 20px;
}
.showtop .date span {
	margin: 0 10px;
}
.prepage {
	font-size: 16px;
	line-height: 30px;
	padding: 50px 0;
	clear: both;
}
.prepage a {
	color: #1578b8;
	font-size: 16px;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	text-align: center;
	width: 23%;
	font-size: 16px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: auto;
	width: 100%;
}
.hotcp_top {
	background: #0069b7;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.pinglun1{
	padding: 10px 0;
    border-top: 1px dashed #ddd;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #0069b7;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-right: 30px;
	padding-left: 20px;
	width: 500px;
	background: url(/html/skin/images/d.jpg) no-repeat left center;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #0069b7;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #0069b7;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.position h1 {
	font-size: 22px;
}
/*wenzhang*/
.qi-content2 .intro {
    border-bottom: 1px solid #aaaaaa;
    padding: 10px 45px 30px;
	display: inline-block;
}
.qi-content2 .img {
    width: 410px;
    float: left;
	margin-right: 10px;
}
.qi-content2 .img img {
    max-width: 95%;
    margin: 0 auto;
    display: block;
}


.qi-content2 .txt {
    width: 570px;
    float: right;
	padding-left: 20px;
}

.qi-content2 .txt h2 {
    color: #1578b8;
	font-size: 20px;
	display: inline-block;
	border-bottom: 3px solid #1578b8;
}

.qi-text1 {
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
    overflow: hidden;
    clear: both;
}
.qi-text1 dl {
    clear: both;
    overflow: hidden;
}

.qi-text1 dl dt {
    width: 90px;
    float: left;
    color: #1578b8;
    text-align: justify;
    text-align-last: justify;
}

.qi-text1 dl dd {
    float: left;
    width: 470px;
}
.qi-content2 .hgroup {
    text-align: center;
    line-height: 1.1;
    margin-top: 20px;
    padding: 10px 0;
    background: #eaeaea;
    background: -webkit-linear-gradient(top, #ffffff , #e7e7e7);
    background: -o-linear-gradient(bottom,#ffffff , #e7e7e7);
    background: -moz-linear-gradient(top,#ffffff ,#e7e7e7);
    background: linear-gradient(to bottom, #ffffff ,#e7e7e7);
}

.qi-content2 .hgroup h3 {
    font-size: 24px;
    color: #3b3b3b;
}
.qi-content2 .hgroup span {
    display: block;
    color: #1578b8;
    font-size: 20px;
}

.qi-text,.qi-text1 {
    font-size: 16px;
    line-height: 2;
    padding: 15px 0;
    overflow: hidden;
    clear: both;
}
.qi-content2 .qi-text dl {
    clear: both;
    overflow: hidden;
    margin-bottom: 7px;
}
.qi-content2 .qi-text dl dt {
    width: 90px;
    float: left;
    color: #ffffff;
    background: #1578b8;
    text-align: center;
    border-radius: 5px;
    padding: 0px 7px;
}
.qi-content2 .qi-text dl dd {
    float: left;
    width: 980px;
    margin-left: 15px;
}
.qi-content2 .txt a.link01 {
    background: #1578b8;
}
.qi-content2 .txt a {
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0 34px;
    margin-right: 20px;
    font-size: 16px;
}
.qi-content2 .txt a.link02 {
    background: #924898;
}
.qi-text .img4 {
    width: 270px;
    float: left;
    margin-right: 5px;
	height: 215px;
}
.qi-text .img4 img {
    width: 100%;
    height: 200px;
}
.qi-content2 .qi-text1 .img4 {
    
    float: left;
    margin-right: 6px;
	height: 250px;
}
.qi-content2 .qi-text1 .img5{
	
    margin-right: 5px;
	height: 570px;
}
.qi-content2 .qi-text1 .img4 img {
    width: auto;
    height: 246px;
}

.qi-content2 .qi-text table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 1px;
    margin-left: -1px;
    margin-right: -1px;
    margin: 0 auto;
    margin-top: 5px;
}
.qi-content2 .qi-text table th:first-child {
    width: 30%;
}

.qi-content2 .qi-text table th {
    background: #1578b8;
    color: #fff;
    text-align: center;
}
.qi-content2 .qi-text table td {
    background: #efefef;
    color: #3e3a39;
    text-align: center;
    padding: 5px 20px 5px 20px;
}

.mean-txt .tit-mini {
    background: #1578b8;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 20px 0 10px;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
	padding-bottom: 0;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
#toolbarimg{
	position: fixed;
    right: 0px;
    top: 22%;
    margin-top: 5px;
    z-index: 1000000;
}
#toolbarimg img{
	width: 85%;
}
/*移动端*/
.banner{display: none;}
.header {display: none;}
.common_title{display: none;}
.nav_new{display: none;}
	#footer{display: none;}
	.header1{display:none;}
	.hotline{display:none;}
@media screen and (max-width: 800px){
	.header {display: block;}
	.head{display: none;}
	#head{display: block;}
	.slideBox{display: none;}    
	.banner{display: none;}	
	#banner{display: block;}
	.nav{display: none;}
	.adv{display: none;}
	.footer,#toolbarimg{display: none;}
	#footer{display: block;}
	.common_title{
		display: block;	
    text-align: center;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #f9f6f6;
    text-align: center;
    margin: 4.5% 0;
}
.common_title h2 {
    position: relative;
    z-index: 3;
    min-width: 18%;
    width: 18%;
    width: auto;
    color: #5f3324;
    font-size: 16px;
    padding: 0 1%;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    background-color: #f9f6f6;
    display: inline-block;
    white-space: nowrap;
}
.common_title h2 i {
    z-index: 3;
    display: inline-block;
    line-height: 19px;
    font-size: 14px;
    font-style: normal;
    white-space: nowrap;
    padding: 6px 0;
    text-transform: uppercase;
    color: #5f3324;
    background-color: #f9f6f6;
}
.common_title span {
    display: inline-block;
    position: absolute;
    top: 1.2rem;
    left: 32%;
    z-index: 0;
    width: 35%;
    height: 20px;
    border: 0.02rem solid #99776b;
    z-index: 1;
}
	.fr{display: none;}
	.header {
   
    position: relative;
    z-index: 9999;
}
.head {
	background: url(/html/skin/images/footerbg.jpg)no-repeat bottom;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 5.5em;
    top: 0;
    right: 0;
    box-shadow: 0 4px 4px rgba(9,2,4,.55);
    line-height: 0.8rem;
    z-index: 99;
	}
.logo {
    display: inline-block;
    width: 60%;
    height: auto;
}
.head .logo{background: none; width: 100%;}
#head .logo img{
	width: 70%;
	display:block;
	margin: 0 auto;
}
img {
   
    max-width: 100%;
	border: 0;
}
.content, .sub_page {
    min-height: 6rem;
    overflow: hidden;
    font-size: 0.16rem;
}
.content {
    width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}
.content .foot-flink{
    font-size: 14px;
}
.banner {
    width: 100%;
    position: relative;
	height:250px;
}
.swiper-container {
    width: 1500px;
	height: 250px;
	margin: 37px auto;
	overflow: hidden;
}
.swiper-wrapper {
    list-style: none;
	width: 200%;
	height: 100%;
	animation: picmove 25s linear infinite forwards;
}
 @keyframes picmove {
            from {
                transform: translate(0);
            }
            to {
                transform: translate(-1000px);
            }
        }
.swiper-slide img{
    width: 500px;
	height: 250px;
	float: left;
}
.swiper-wrapper:hover {
            animation-play-state: paused;
        }


.swiper-pagination {
    position: absolute;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-container-horizontal > .swiper-pagination {
    left: 0;
}
.swiper-pagination {
    width: 57% !important;
    text-align: right !important;
    bottom: 0.1rem !important;
}
.nav_new {
	display: block;
    width: 100%;
    background: url(/html/skin/images/footerbg.jpg)no-repeat bottom;
	height: 85px;
}
.nav_new1 {
	margin-top:15px;
	}
.nav_new ul li {
    width: 25%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
}
.nav_new ul li a {
    display: inline-block;
    /* padding: 80%; */
    color: #fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    margin-top: 4%;
    height: 40px;
    line-height: 40px;
}
.blue {
    border: 1px solid #055487;
    box-sizing: border-box;
}
.product{
	padding-top:20px
}
.container {
    width: 96%;
    margin: 0 auto;
}
.slideTxtBox .hd {
height: 90px;
}
.slideTxtBox .hd ul li.on {
    border-bottom: none;
}
.slideTxtBox .bd li {
	width: 45%;
}
.slideTxtBox .bd li img {
    width: 261px;
    height: 130px;
    float: left;
}
.brand {height: 224px;}
.brand .top {width: 100%;}
.brand .top b {font-size: 24px;}
.abright {
	display:block;
    width: 96%;
    margin: 0 auto;
    float: none;
}
.brand .ty_content {
    width: 100%;
}
.newleft {
    margin-top: 55px;
    width: 100%;
}
.newsmune {width: 96%;}
.newsmune li {
	width: 95%;
	margin-left: 0;
}
.newsmune img {
    width: 18%;
    padding-right: 10px;
    height: 50px;
    display: inline-block;
    float: left;
}
.newsmune a span:last-child {display: none;}
.link{display: none;}
.firstnew img {
    width: 60%;   
    padding-left: 30px;
}
.hotline {
    background-color: #e3d5ce;
    color: #6e2005;
    text-align: center;
    padding: 3% 10%;
    white-space: nowrap;
    vertical-align: middle;
	margin-top: 10px;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}
.hotline .tel_number {
    display: inline-block;
    color: #6e2005;
    font-family: Impact;
    padding: 0 4% 0 2%;
    font-size: 26px;
}
#footer {
    width: 100%;
    position: fixed!important;
    bottom: 0;
    right: 0;
	z-index: 9999;
	height: 50px;
	}
.foot-relative {
    position: relative;
    width: 100%;
    height: 0.8rem;
    background: url(/html/skin/images/footerbg.jpg)no-repeat bottom;
}

.foot {
    width: 100%;
    position: fixed;
    height: 0.8rem;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;}
.foot-relative {
    position: relative;
    width: 100%;
    height: 50px;
    background: url(/html/skin/images/footerbg.jpg)no-repeat bottom;
}
.foot a {
    display: block;
    float: left;
    width: 25%;
    color: #fff;
}
.foot a span {
    display: none;
    width: 100%;
    text-align: center;
	font-size: 16px;
    line-height: 19px;
}
.commonfont {
    font-family: "commonfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.foot a h3 {
    width: 100%;
    text-align: center;
    font:16px "microsoft yahei";
	line-height: 50px;
}
.header1{display:block;}
.header1 {
    height: 87px;
    position: relative;
    z-index: 9999;
}
.commonfont {
    font-family: "commonfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.home-btn {
    width: 14.0625%;
    left: 1.09375%;
    top: 0;
    position: absolute;
    height: 100%;
    font-size: 0.4rem;
    line-height: 0.808rem;
    color: #c58b76;
    text-align: center;
    overflow: hidden;
    display: block;
}
.top-title {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 0;
	font-size: 20px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
#header1{
	display: block;
    font-size: 16px;
    height: 44px;
	}

.pro_main_content{
	width: 92%;
    margin: 0 auto;
}
.photo li {
    width: 44%;
    margin: 10px;
}
.photo li p{
    width: 100%;
}
.photo li img {
	height: 116px;
}
.qi-text .img4 {
    width: 48%;
    float: left;
    margin-right: 5px;
    height: 100%;
    margin-top: 5px;
}
.readmenu .news_item_title{width: 98%;}

.photo .pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    padding-bottom: 0;
	width: auto;
}
.rightnews{display:none;}
.content-news{width:96%;float: none;margin: 0 auto;}
.hotcp {
    margin-top: 95px;
}
.hotcp li{width: 45%;margin: 5px;}
.hotcp li a{
	overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.slideTxtBox .hd ul li {width: 23%; margin: 3px;}
.hotline a{color: #6e2005;}
.readmenu {
    margin-top: 50px;
    display: block;
}
.position {
    line-height: 30px;
    font-size: 14px;
    padding: 5px 0;
}
.slideTxtBox1{display:none;}
.slideTxtBox1{padding:0;}
.qi-content2 .txt{padding:10px;}
.qi-content2 .qi-text1 .img5 {
    margin-right: 5px;
    height: auto;
}
.qi-content2 .intro {    
    padding: 0;}
.hotnews {
    margin-bottom: 65px;
    margin-top: 20px;
}
.main .list li{height: 65px;}
.main .list li p{display:none;}
.main .list li span{display:none;}
.list li img {width: 25%;height: auto;}
.list li a {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    
}
.hotcp li img{width: 100%}
.newleft li span {display: none;}
.newtit a {
    font-size: 14px;
}
.abtit{margin-bottom: 0;}
.index_p{font-size: 16px;}
.product a.more{width: 30%;}
.newsmune a span{display: block;}
.abright a.more{ width: 130px;}
.photo ul {
    display: block;
}
.photo1 li {
    float: left;
	margin: 6px 6px 0;
    text-align: center;
    width: 46%;
    height: auto;
}
.photo1 li img {
    height: 120px;
    transition: all 0.7s ease 0s;
    width: 100%;
}
.photo1 li p {    
    width: 100%;
}
.submenu ul li{margin: 2px;width: 23%;}
.shuixing ul li a {width: 100%;}

.pagination li {
    display: inline-block;
    height: 34px;
    margin-right: 5px;
    padding-bottom: 0;
	width: auto;
}
}