@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
    margin: 0;
    padding: 0;
    font-family: "宋体";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}

a,a:hover{
    color: #333;
    text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* ------------------------------------首页----------------------------------------- */
/*-----------------------页眉-----------------------*/
.ht-top {
	width: 100%;
	height: 120px;
	background: url(../images/ht-top-bg.jpg) center center no-repeat;
	background-size: 1920px 120px;
}
.ht-top-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.ht-top-one {
	width: 310px;
	height: 100%;
	float: left;
}
.ht-top-one img {
	margin-left: 40px;
	margin-top: 27px;
}
.ht-top-two {
	width: 825px;
	height: 70px;
	float: right;
}
.ht-top-phone {
	width: 250px;
	height: 31px;
	float: left;
	margin-top: 19px;
}
.ht-top-phone p {
	float: left;
	color: #fe0100;
	font-size: 30px;
	line-height: 31px;
	font-family: "Times New Roman";
	padding-left: 10px;
}
.ht-top-search {
	width: 242px;
	height: 56px;
	float: right;
}
.ht-search-area {
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 14px;
}
.ht-search-area input {
	width: 220px;
	height: 100%;
	border: 0px;
	float: left;
	background: #262626;
	color: #FFFFFF;
}
.ht-search-area img {
	float: right;
}
.ht-top-search p,.ht-top-search p a {
	font-size: 12px;
	color: #F2F2F2;
	line-height: 25px;
}
.ht-top-three {
	width: 825px;
	height: 50px;
	float: right;
}
.ht-top-nav {
	width: 510px;
	height: 100%;
	float: left;
	margin-left: 85px;
}
.ht-top-nav ul li {
	display: block;
	width: 85px;
	height: 50px;
	float: left;
}
.ht-top-nav ul li a {
	display: block;
	width: 85px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ebebeb;
	font-size: 16px;
	font-family: "微软雅黑";
}
.ht-top-nav ul li a:hover {
	color: #fe0100;
}
.ht-top-nav ul li a.nav-choose {
	color: #fe0100;
}
.ht-top-icon {
	height: 100%;
	float: right;
}
.ht-top-icon a{font-size:12px;color:white;vertical-align:middle;}
#icon-img1,#icon-img2 {
	margin-left: 5px;
	margin-top: 14px;
}
#icon-img3 {
	margin-left: 5px;
	margin-top: 13px;
}
/*-----------------banner-------------------*/
.swiper-container{
	width:100%;
	height:560px;
}

.swiper-slide a{
	display:block;
	height:100%;
}

.swiper-container .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-container .swiper-button-next {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 50%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 50%;
}

.swiper-pagination-bullet {
	opacity:1;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background:#21cb70;
}

.swiper-pagination-bullet{
	border-radius:0%;
}
/*---------------------产品展示-------------------------*/
.ht-product-display {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ht-product-left {
	width: 200px;
	height: 100%;
	background: #fe0100;
	float: left;
}
.product-left-title {
	width: 100%;
	height: 60px;
	background: #333333;
}
.left-title-p1 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: "黑体";
	padding-left: 18px;
	padding-top: 10px;
}
.left-title-p2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Arial Narrow";
	padding-left: 18px;
}
.ht-product-directory {
	width: 188px;
	height: 420px;
	float: right;
}
.ht-product-directory ul li {
	display: block;
	width: 168px;
	height: 40px;
}
.ht-product-directory ul li a {
	display: block;
	width: 168px;
	height: 40px;
	background: #fe0100;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 40px;
	padding-left: 20px;
}
.ht-product-directory ul li a:hover {
	background: #FFFFFF;
	color: #333333;
}
.ht-product-directory ul li a.product-choose {
	background: #FFFFFF;
	color: #333333;
}
.ht-product-right {
	width: 1000px;
	height: 500px;
	float: right;
	margin-top: -20px;
}
.ht-product-right ul li {
	display: block;
	width: 230px;
	height: 230px;
	margin: 18px 0 0 18px;
	float: left;
	border: 1px solid #FFFFFF;
}
.ht-product-right ul li:hover {
	border: 1px solid #fe0100;
}
#r1 {
	display: block;
}
#r2,#r3,#r4,#r5,#r6,#r7,#r8,#r9,#r10 {
	display: none;
}
/* ------------------------------关于宏太--------------------------- */
.ht-about {
	width: 100%;
	height: 440px;
	background: #FE0100;
}
.ht-about-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.ht-about-title {
	width: 100%;
	height: 80px;
}
.ht-about-title p {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	padding-top: 35px;
}
.bottom-line {
	width: 80px;
	height: 2px;
	background: #ffffff;
	margin: 0 auto;
	margin-top: -1px;
}
.ht-about-body {
	width: 100%;
	height: 260px;
	margin-top: 20px;
}
.ht-about-body img {
	margin-left: 40px;
}
.ht-about-text {
	width: 680px;
	height: 100%;
	float: right;
	margin-right: 40px;
}
.ht-about-text p {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 24px;
}
.ht-about-more {
	width: 180px;
	height: 30px;
	background: #FFFFFF;
	margin-top: 30px;
}
.ht-about-more:hover {
	background: #F5F5F5;
}
.ht-about-more p {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FE0100;
}
/* --------------------------新闻中心-------------------------------- */
.ht-news {
	width: 1200px;
	height: 400px;
	margin: 40px auto;
}
.ht-news-left {
	width: 360px;
	height: 100%;
	float: left;
}
.ht-news-title {
	width: 100%;
	height: 60px;
}
.news-title-left {
	width: 300px;
	height: 100%;
	float: left;
	background: #eb1925;
}
.title-left-p1 {
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 13px;
}
.title-left-p2 {
	padding-left: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Arial Narrow";
}
.news-title-right {
	width: 60px;
	height: 100%;
	float: left;
	background: #000000;
}
.news-title-right img {
	margin-left: 24px;
	margin-top: 19px;
}
.ht-news-right {
	width: 800px;
	height: 100%;
	float: right;
}
.ht-news-right ul li {
	display: block;
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #D9D9D9;
}
.ht-news-right ul li:last-child {
	border-bottom: 0px solid #D9D9D9;
}
.news-title {
	width: 700px;
	height: 100%;
	float: left;
	overflow: hidden;
}
.news-title p {
	font-size: 14px;
	line-height: 39px;
	color: #333333;
}
.news-title p span {
	color: #ed2d38;
	font-weight: bold;
	padding-right: 10px;
}
.news-time {
	width: 85px;
	height: 100%;
	float: right;
}
.news-time p {
	font-size: 14px;
	line-height: 39px;
	color: #333333;
	float: right;
}
/* ---------------------------公司信息--------------------------- */
.ht-message {
	width: 100%;
	height: 120px;
	background: #0d0d0d;
}
.ht-message-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.ht-message-middle ul li {
	display: block;
	width: 400px;
	height: 85px;
	float: left;
	margin-top: 35px;
}
.ht-message-images {
	width: 88px;
	height: 50px;
	float: left;
	border-right: 1px solid #FFFFFF;
}
.ht-message-images img {
	margin-left: 19px;
}
.ht-message-content {
	width: 300px;
	height: 100%;
	float: left;
}
.ht-message-content p {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 21px;
	padding-left: 19px;
}
/*--------------------footer-----------------------*/
.foot-acshoes{width:200px;background-color: white;margin:20px auto;border:1px solid #eee;}
.index-footer {
	width: 100%;
	height: 160px;
	background: #433f3d;
}
.footer-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.footer-left {
	width: 780px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 23px;
}
.left_p1 {
	width: 100%;
	height: 30px;
	margin-top: 25px;
}
.left_p2 {
	width: 100%;
	height: 30px;
}
.p1_title,.p2_title {
	float: left;
	width: 65px;
	height: 100%;
}
.p1_title p,.p2_title p {
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}
.p1_body,.p2_body {
	float: left;
	width: 700px;
	height: 100%;
}
.p1_body ul li,.p2_body ul li {
	display: block;
	width: auto;
	height: 16px;
	float: left;
	margin-top: 7px;
	border-right: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.p1_body ul li:last-child ,.p2_body ul li:last-child {
	border-right: 0px solid #FFFFFF;
}
.p1_body ul li a,.p2_body ul li a {
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	text-align: center;
}
#footer_p3,#footer_p3 a {
	font-size: 12px;
	line-height: 60px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}
#footer_p3 {
	padding-top: 10px;
}
.one-line7 {
	width: 564px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 105px;
	left: 0px;
}
.footer-right {
	width: 370px;
	height: 100%;
	float: right;
}
.footer-images {
	width: 88px;
	height: 100%;
	margin-left: 25px;
	float: left;
}
.footer-images img {
	margin-top: 25px;
}
.footer-images p {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
/* ------------------------------------内页----------------------------------------- */
#websiteContent {
    padding-top: 20px;
    padding-bottom: 20px;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
#websiteContent .websiteSidebar {
    width: 300px;
    float: left;
}

#websiteContent .websiteSidebar h2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 30px;
    background: #fe0100;
    font-size: 20px;
	font-family: "黑体";
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom: 1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}
.sideabrone ul li.visiting a {
	display: block;
    color: #bf760e;
}
.sideabrone ul li a:hover {
    color: #f11b27;
}

.sideabrtwo {
    margin-top: 12px;
    border: 1px solid #edddde;
    background: #fff;
}
.sideabrtwo .containpic img{
	width: 100%;
}
.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
}

.websiteMain {
    float: right;
    width: 750px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.websiteMain .containertitle h2 {
    background: #fe0100;
    font-size: 20px;
    padding-left: 33px;
    color: #fff;
    height: 40px;
    line-height: 40px;
	font-family: "黑体";
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p, #website_company_page div {
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent: 2em;
}

#website_news_content img{max-width:100%;}