
@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;
}

#website_product_list li {
    margin: 0px 0px 5px 20px;
}
/*-------------------------------------首页-------------------------------------------*/
/*-----------index页眉----------------*/
.index_one {
	width: 100%;
	height: 120px;
	background: #FFFFFF;
	border-bottom: 1px solid #b5b5b5;
}
.one_middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.one_logo {
	width: 210px;
	height: 100%;
	float: left;
}
.one_logo img {
	margin-top: 25px;
}
.logo_text {
	width: 400px;
	height: 100%;
	float: left;
	margin-left: 35px;
}
.logo_text_p1 {
	font-size: 15px;
	font-family: "黑体";
	color: #000000;
	padding-top: 40px;
}
.logo_text_p2 {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #808080;
	padding-top: 5px;
}
.one_search {
	width: 200px;
	height: 40px;
	margin-top: 25px;
	float: left;
	margin-left: 210px;
	position: relative;
}
.one_search input {
	width: 100%;
	height: 30px;
	background: #FFFFFF;
	border: 0;
	border-bottom: 1px solid #333;
	color: #999999;
}
.one_search img {
	position: absolute;
	top: 5px;
	right: 0;
}
.one_language {
	height: 40px;
	float: left;
	margin-left: 30px;
	margin-top: 18px;
}
.one_language img {
	margin-top: 15px;
	margin-left: 10px;
}
/*-----------------导航-------------------*/
.cy-nav {
	width: 100%;
	height: 40px;
}
.cy-nav-middle {
	width: 920px;
	height: 100%;
	margin: 0 auto;
}
.cy-nav-middle ul li {
	display: block;
	width: 130px;
	height: 100%;
	float: left;
	margin-left: 20px;
	color: #333333;
}
.cy-nav-middle ul li a {
	display: block;
	width: 130px;
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
}
.cy-nav-middle ul li a:hover {
	background: #b70418;
	color: #FFFFFF;
}
.nav-choose {
	background: #b70418;
	color: #FFFFFF;
}
/*-----------------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%;
}
/*-----------------应用领域-------------------*/
.application-area {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
}
.all-port-title {
	width: 100%;
	height: 110px;
	position: relative;
}
.port-title-p1 {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #999999;
	text-align: center;
	padding-top: 38px;
}
.port-title-p2 {
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333333;
	text-align: center;
}
.left-line {
	width: 307px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 78px;
	left: 220px;
}
.round-point {
	width: 3px;
	height: 3px;
	background: #999999;
	border-radius: 100%;
	margin-top: -1px;
}
.right-line {
	width: 307px;
	height: 1px;
	background: #999999;
	position: absolute;
	top: 78px;
	right: 220px;
}
.application-area-body {
	width: 100%;
	height: 320px;
}
.application-area-body ul li {
	display: block;
	width: 240px;
	height: 270px;
	float: left;
	margin-top: 30px;
}
.application-body-p1 {
	text-align: center;
	padding-top: 20px;
}
.application-body-p2 {
	text-align: center;
	color: #010101;
	font-size: 22px;
	font-family: "微软雅黑";
	padding-top: 10px;
}
.application-body-p3 {
	text-align: center;
	color: #010101;
	font-size: 12px;
	padding-top: 10px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.know-more {
	width: 80px;
	height: 20px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	margin-top: 9px;
}
.know-more p {
	text-align: center;
	line-height: 20px;
	color: #999999;
	font-size: 12px;
}
/*----------------------公司简介------------------------------*/
.company-profile {
	width: 1200px;
	height: 460px;
	margin: 0 auto;
}
.company-profile-body {
	width: 1000px;
	height: 304px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.company-profile-text {
	width: 470px;
	height: 100%;
	float: right;
}
.profile-text-p1 {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #333333;
	padding-top: 10px;
}
.profile-text-p2 {
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	line-height: 24px;
}
.profile-text-p3 {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	word-break:break-all;
}
.know-company-more {
	width: 97px;
	height: 28px;
	background: #999999;
	margin-top: 20px;
}
.know-company-more p {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #FFFFFF;
}
.phone-number {
	width: 300px;
	height: 40px;
	background: #b70418;
	position: absolute;
	left: 350px;
	bottom: 30px;
}
.phone-number p {
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "微软雅黑";
}
/*--------------------------产品中心------------------------------*/
.product-display {
	width: 100%;
	height: 700px;
	background: #830c19;
}
.product-display-middle {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.background-white {
	background: #FFFFFF;
}
.font-c {
	color: #CCCCCC;
}
.font-white {
	color: #FFFFFF;
}
.product-display-body {
	width: 1218px;
	height: auto;
	overflow: hidden;
	margin-left: -18px;
}
.product-display-body ul li {
	display: block;
	width: 225px;
	height: 262px;
	float: left;
	margin-left: 18px;
	background: #FFFFFF;
	margin-top: 18px;
}
.product-display-body ul li p {
	text-align: center;
	color: #333333;
	font-size: 12px;
	padding: 0 15px;
	line-height: 16px;
}
/*--------------------------新闻中心------------------------------*/
.cy-news {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
}
.cy-news-body {
	width: 1010px;
	height: 340px;
	margin: 0 auto;
}
.cy-news-list {
	width: 470px;
	height: 360px;
	margin-top: -20px;
	float: right;
}
.cy-news-list ul li {
	display: block;
	width: 470px;
	height: 100px;
	background: #e5e5e5;
	margin-top: 20px;
	position: relative;
}
.news-content-text {
	width: 100%;
	height: 50px;
	overflow: hidden;
	padding-top: 15px;
}
.news-content-text p {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 15px;
}
.cy-news-list ul li span {
	font-size: 12px;
	color: #666666;
	position: absolute;
	right: 15px;
	bottom: 4px;
}
/*--------------------------联系我们------------------------------*/
.cy-contact-us {
	width: 1200px;
	height: 500px;
	margin: auto;
}
.contact-us-body {
	width: 1000px;
	height: 265px;
	margin: auto;
}
.body-left {
	width: 700px;
	height: 100%;
	float: left;
}
.name,.tel {
	width: 670px;
	height: 35px;
	background: #f2f2f2;
	margin-top: 15px;
	border: 0px;
	color: #666666;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0 15px;
	float: right;	
}
.msgcontent {
	width: 670px;
	height: 150px;
	background: #f2f2f2;
	margin-top: 15px;
	border: 0px;
	color: #666666;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0 15px;
	float: right;
}
.sub {
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	background: #707070;
	width: 110px;
	height: 30px;
	border: 0px;
	float: right;
	margin-top: 25px;
}
.body-right {
	width: 270px;
	height: 100%;
	float: right;
}
.message-div {
	width: 100%;
	height: 165px;
	background: url(../images/message-icon.png) no-repeat;
	margin-top: 15px;
	float: left;
}
.message-div ul li {
	display: block;
	width: 350px;
	height: 30px;
}
.message-div ul li p {
	text-align: left;
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
	line-height: 18px;
	padding-left: 25px;
	word-break: keep-all;
}
.body-right img {
	margin-top: 15px;
}
.left-image-test {
	width: 20px;
	height: 120px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
.left-image-test p {
	text-align: center;
	font-size: 12px;
	color: #666666;
}
/*--------------------------页尾------------------------------*/
.index_footer {
	width: 100%;
	height: 200px;
	background: #0D0D0D;
}
.footer_middle {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.footer_left {
	width: 700px;
	height: 100%;
	float: left;
	position: relative;
}
.left_p1 {
	width: 100%;
	height: auto;
	margin-top: 55px;
	overflow: hidden;
}
.left_p2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.p1_title,.p2_title {
	float: left;
	width: 110px;
	height: auto;
}
.p1_title p,.p2_title p {
	font-size: 13px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}
.p1_body,.p2_body {
	float: left;
	width: 585px;
	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: 30px;
	color: #FFFFFF;
	font-family: "微软雅黑";
}
#footer_p3 {
	padding-top: 10px;
}
.footer_right {
	width: 278px;
	height: 100%;
	float: right;
}
.right_div {
	width: 88px;
	height: 100%;
	float: left;
	position: relative;
	margin-left: 50px;
	
}
.right_div img {
	margin-top: 50px;
}
.right_div p {
	font-size: 12px;
	text-align: center;
	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: #b70418;
    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: 780px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.websiteMain .containertitle h2 {
    background: #b70418;
    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;
}