﻿@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body{
	overflow-x:hidden;
	}
.clear{
	clear: both;
}
h1,h2,h3,h4,h5,h6,p,a{
	margin: 0px;
	padding: 0px;
}
ul,ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a,a:focus,a:hover{
	text-decoration: none;
}
a:focus{
	outline: none;
}
h1{
	color: #222;
	font-family: 'Lato-Black';
	font-size: 60px;
}
h2{
	color: #222;
	font-size: 30px;
	font-family: 'Lato-Black';
}
h3{
	color: #222;
	font-family: 'Lato',sans-srif;
	font-weight: 400;
	font-size: 28px;
	text-transform:uppercase;
}
h4{
	font-size: 26px;
}
h6{
	color: #222;
	font-family: 'Lato-Heavy';
	font-size: 14px;
}
p{
	color: #aaa;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	font-size: 14px;
}
body{min-width: 768px;}
.wrap{
	max-width: 1200px;
	margin:0  auto;
}
/*pcstyle*/
@media (min-width:960px){
	/*header*/
	.header-top{
		overflow: hidden;
		margin-top: 15px;
		padding-bottom: 25px;
	}
	.logo a img{
		width: 30.7725vw;    margin-top: 10px;
	}
	.header-top div{
		float: left;
	}
	.header-top .phone{
		float: right;
	}
	.header-top .logo-line{
		margin-top: 24px;
		margin-left: 2%;
        margin-right: 2%;
	}
	.header-top .logo-mid{
		margin-top: 36px;
	}
	.header-top .logo-mid h3{
		font-size: 1.1561vw;
		color:#c80b0f;
		font-family: "微软雅黑";
		font-weight: bolder;
	}
	.header-top .logo-mid p{
		font-size: 0.8408vw;
		color:#333;
		font-family: "微软雅黑";
	}
	.phone{
		background: url(../bg/phone.png) no-repeat left top;
		padding-left: 5%;
        margin-top: 20px;
        /*background-size: 3.7vw;*/
	}
	.phone p{
		font-size: 0.6831vw;
		color: #333;
		letter-spacing: 14px;
	}
	.phone h1{
		font-size: 2.0663vw;

        color: #c80b0f;
        font-family: Impact;
	}
	.phone h2{
		font-size: 1.051vw;
		color:#333;
		background: url(../bg/phone02.png) no-repeat center;
		text-align:center;
		margin-top: 10px;
		background-size:8.5vw ;
	}
	
	
	/*nav*/
	.header-menu{
		width: 100%;
		height: 52px;
		background: #c80b0f;
		/*overflow: hidden;*/
	}
	.header-menu ul li{
		float: left;
	}
	.header-menu ul li a{
		display: block;
		padding-left: 1.7239vw;
		padding-right: 1.7vw;
		font-size: 0.8408vw;
		color:#fff;
		line-height: 52px;
		font-weight: bold;
	}
	.header-menu ul li a:hover{
		background: #ffff4c;
		color: #b5191d;
	}
	
	/*swiper*/
	.banner .list li a img {
		display: block;
		width: 100%;
		/*height: 450px;*/
	}
	.banner {
		width: 100%;
		height: 300px;
		overflow: hidden;
		position: relative;
	}
	.btnn {
		font: 14px/2.5em "微软雅黑";
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
	.btnn li {
		float: left;
		width: 30px;
		line-height: 30px;
		border-radius: 50%;
		background: salmon;
		margin: 0 5px;
		color: #fff;
		cursor: pointer;
	}
	.btnn .on {
		background: slateblue;
	}
	.arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		text-align: center;
		line-height: 60px;
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}
	.right {
		right: 0;
	}
	.arrow:hover {
		background: rgba(0, 0, 0, 0.5);
		font-weight: bold;
	}
	/*hotword*/
	.hotword{
		background:#f4f4f4;
		overflow: hidden;
		padding-top: 20px;
        padding-bottom: 20px;
	}
	.hotword .wrap div{
		float: left;
		font-size: 0.6831vw;
		color: #333;
		line-height: 30px;
	}
	.hotword .wrap .hot-input{
		float: right;
	}
	.hot-ul{
		width: 50%;
	}
	.hot-ul ul{
		width: 100%;
	}
	.hot-ul ul li{
		
	}
	.hot-ul ul li a{
		display: block;
		float: left;
	    font-size: 0.6831vw;
		color: #333;
		line-height: 30px;
		padding-left: 2%;
        padding-right: 5%;
	}
	.hot-input input{
		width: 12.0336vw;
		height: 30px;
	}
	.hot-input span a{
		display: block;
	    width: 3.1529vw;
	    height: 30px;
	    line-height: 30px;
	    float: right;
	    cursor: pointer;
	    background-color: #c80b0f;
	    text-align: center;
	    font-size: 0.6831vw;
	    color: #fff;
	}
	/*kinds*/
	.kinds{
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.kinds-title h2{
		text-align: center;
	    background: url(../bg/title01.png) no-repeat center;
	    padding: 10px 0;
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	}
	.kinds-title h2 a{
		font-size:2.10194vw;
		color: #333;
		display: block;
		margin-bottom: 25px;
	}
	.kinds-title h2 a em{
		color:#b5191d;
		font-style: normal;
	}
	.kinds-title h2 p{
		font-size: 0.9459vw;
		color: #666;
	}
	
	.kinds-banner{
		width: 100%;
		overflow: hidden;
	}
	.kinds-left{
		float: left;
		width: 20%;
		border: 2px solid #c80b0f;
	}
	.kinds-left .kinds-left-list a:hover{
		color: #c80b0f;
        background: url(../bg/pro_left_li.png) no-repeat 180px center;
	}
	.kinds-left h3{
		font-size: 1.051vw;
	    margin-bottom: 15px;
	    padding-left: 25%;
	    padding-top: 30px;
	    background: url(../bg/pro_left_h.png) no-repeat center top;
	    height: 100px;
	    width: 100%;
	    font-weight: bold;
	    background-size: 100%;
	}
	.kinds-left h3 a{
		color:#fff;
	}
	.kinds-left h4{
		font-size: 0.9459vw;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    font-weight: normal;
	    width: 84%;
	    padding-left: 16%;
	    height: 35px;
	    background: url(../bg/pro_left_h02.png) no-repeat 15px center;
	    background-color: #1b1b1b;
	    line-height: 35px;
	    color: #fff;
	}
	.kinds-left h5{
		font-size: 0.9459vw;
	    width: 100%;
	    padding-left: 3%;
	    margin: 0 auto;
	    margin-bottom: 5px;
	    padding-bottom: 5px;
	    border-bottom: 2px solid #8d8d8d;
	    font-weight: bold;
	    margin-top: 15px;
	}
	.kinds-left .kinds-h5{
		margin-top: 15px;
	}
	.kinds-left h5 a{
		color: #c80b0f;
	}
	.kinds-left-list a{
		display: block;
	    width: 100%;
	    padding-left: 10%;
	    font-size: 0.8408vw;
	    color: #666;
	    line-height: 40px;
	    border-bottom: 1px solid #ddd;
	    text-decoration: none;
	}
	.kinds-left h4 a{
		color:#fff;
		margin-top: 15px;
        display: block;
	}
	.kinds-left-bottom{
		overflow: hidden;
		background: #CE0B11;
		padding-left: 7%;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    width: 100%;
	}
	.kinds-left-bottom div{
		float: left;
	}
	.kinds-left-bottom .kinds-img{
		margin-right: 7%;
	}
	.kinds-left-bottom div img{
		width: 1.5765vw;
	}
	.kinds-left-bottom div span{
		font-size: 0.7357vw;
		color: #fff;
	}
	.kinds-left-bottom div h2{
		font-size: 0.8408vw;
		color: #fff;
		font-weight: bold;
	}
	.kinds-right{
		float: right;
		width: 75%;
	}
	.kinds-right-list ul{
		overflow: hidden;
	}
	.kinds-right-list ul li{
		float: left;
		position: relative;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		overflow: hidden;
		height: 238px;
	}
	.kinds-right-list ul li span{
		position: absolute;
		left: 0;
		bottom:0;
		width: 100%;
		display: block;
		background: #adadad;
		text-align: center;
		font-size: 0.8408vw;
		line-height: 42px;
	}
	.kinds-right-list ul li a img{
		width: 100%;
	}

	.kinds-right-list ul li .right-none{
		display: none;
		position: absolute;
		left: 0;
		top:0;
		right:0;
		bottom:0;
		z-index: 2;
		background: #c93331;
		text-align: center;
		padding-top: 21%;
		opacity: 0.9
	}
	.kinds-right-list ul li:hover .right-none{
		display: block;
	}
	.kinds-right-list ul li .right-none  p{
		font-size: 0.8408vw;
		color:#fff;
		padding-top: 18px;
	}
	.kinds-right-list ul li .right-none img{
		width:2.5223vw;
	}
	.kinds-right-list ul li .right-none i{
		display: block;
		width: 1vw;
		
		height: 2px;
		background: #fff;
		margin:0  auto;
		margin-top: 15px;
	}
	
	.kinds-right-list .proad{
		overflow: hidden;
		width: 98%;
		margin-top: 20px;
		height: 130px;
		background: url(../bg/pro_right_ad.jpg) no-repeat center top;
		background-size:100% ;
	}
	.kinds-right-list .proad h3{
		font-size: 1.4714vw;
		color: #fff;
		margin-bottom: 10px;
		margin-left: 1.051vw;
		margin-top: 30px;
	}
	.kinds-right-list .proad p{
		font-size: 26px;
		font-family: Impact;
		color: #fff;
		padding-left: 30px;
		background: url(../bg/ad01_phone.png) no-repeat left center;
		margin-left: 20px;
		line-height: 33px;
	}
	.kinds-right-list .proad a{
		    display: inline-block;
		    width: 110px;
		    height: 27px;
		    text-align: center;
		    line-height: 27px;
		    background-color: #ffff00;
		    border-radius: 5px;
		    color: #fff;
		    font-size: 14px;
		    color: #a52020;
		    margin-left: 20px;
		    position: relative;
		    top: -6px;
	}
	/*cooperate*/
	
	.cooperate {
		overflow: hidden;
		width: 100%;
		height: 638px;
		background: url(../bg/hezuo_bg.jpg) no-repeat center top;
	}
	
	.cooperate h3 {
		text-align: center;
		font-weight: normal;
		margin-bottom: 15px;
		font-size: 1.4714vw;
		color: #fff;
		margin-top: 220px;
	}
	
	.cooperate p {
		text-align: center;
		font-size: 1.051vw;
		color: #fff;
		background: url(../bg/hezuo_t.png) no-repeat center;
		margin-bottom: 70px;
	}
	
	.cooperate .hzbox {
		overflow: hidden;
		width: 91.7%;
		margin: 0 auto;
		height: 170px;
		position: relative;
	}
	
	.cooperate .hzbox i {
		display: block;
		width: 26px;
		height: 71px;
		cursor: pointer;
		position: absolute;
		top: 25px;
	}
	
	.cooperate .hzbox .btn01 {
		background: url(../bg/hezuo_btn.png) no-repeat center top;
		left: 0;
	}
	
	.cooperate .hzbox .btn02 {
		background: url(../bg/hezuo_btn.png) no-repeat center bottom;
		right: 0;
	}
	
	.cooperate .hzwin {
		overflow: hidden;
		width: 92%;
		margin: 0 auto;
		height: 170px;
		position: relative;
	}
	
	.cooperate .hzwin ul {
		width: 1903px !important;
		left: 0px;
		overflow: hidden;
		position: absolute;
	}
	
	.cooperate .hzwin li {
		float: left;
		width: 10vw;
		height: 112px;
		padding-bottom: 38px;
		background: url(../bg/hezuo_tubg.png) no-repeat center bottom;
		margin-right: 0.6306vw;
	}
	.cooperate .hzwin li a img{
		width: 100%;
	}
	/*case*/
	.case {
		overflow: hidden;
		width: 100%;
		margin: 50px 0;
	}
	
	.case .menu {
		overflow: hidden;
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	
	.case .menu li {
		display: inline-block;
		width: 96px;
		height: 30px;
		text-align: center;
		line-height: 27px;
		font-size: 14px;
		border: 2px solid #d2d2d2;
		margin: 0 5px;
	}
	
	.case .menu li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	
	.case .menu li.cur {
		border-color: #c80b0f;
	}
	
	.case .casebox {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		height: 350px;
		position: relative;
	}
	
	
	.casebox .caseAll .caselist {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
		display: none;
	}
	
	.caselist .list {
		position: absolute;
	}
	
	.caselist .list img {
		width: 100%;
		display: block;
	}
	
	.caselist .list p {
		display: none;
	}
	
	.caselist .list .cur {
		display: none;
	}
	
	.caselist .list01 {
		width: 30%;
		left: 70%;
		top: 15%;
		z-index: 3;
	}
	
	.caselist .list02 {
		width: 40%;
		left: 47.5%;
		top: 7.5%;
		z-index: 4;
	}
	
	.caselist .list03 {
		width: 50%;
		left: 25%;
		top: 0px;
		z-index: 5;
	}
	
	.caselist .list04 {
		width: 40%;
		left: 12.5%;
		top: 7.5%;
		z-index: 4;
	}
	
	.caselist .list05 {
		width: 30%;
		left: 0%;
		top: 15%;
		z-index: 3;
	}
	
	.caselist .list06 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list07 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list08 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list09 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list010 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list011 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list012 {
		width: 30%;
		left: 35%;
		top: 5%;
		z-index: 0;
	}
	
	
	.case .casebox i {
		display: block;
		width: 2.2%;
		height: 71px;
		cursor: pointer;
		position: absolute;
		top: 110px;
	}
	
	.case .casebox .btn01 {
		background: url(../bg/hezuo_btn.png) no-repeat center top;
		left: 0;
	}
	
	.case .casebox .btn02 {
		background: url(../bg/hezuo_btn.png) no-repeat center bottom;
		right: 0;
	}
	
	.case .caseAll {
		overflow: hidden;
		width: 92%;
		margin: 0 auto;
		height: 350px;
	}
	
	
	.case .caselist .list {
		overflow: hidden;
		background-color: #000;
		position: absolute;
	}
	
	.case .caselist .list img {
		display: block;
		opacity: 1;
		filter: alpha(opacity=50);
	}
	
	.case .caselist .list p {
		font-size: 0.7357vw;
		color: #333;
		text-align: center;
		margin-top: 15px;
	}
	
	.case .caselist .list.active {
		background: none;
	}
	
	/*consult*/
	.consult{
		overflow: hidden;
	    width: 100%;
	    height: 170px;
	    background: url(../bg/ad02.jpg) no-repeat center top;
	}
	.consult .phone{
		overflow: hidden;
	    float: right;
	    margin-top: 45px;
	}
	.consult .consult-phone span a{
		display: block;
	    font-weight: bold;
	    width: 12%;
	    height: 37px;
	    border-radius: 5px;
	    background-color: #ffff00;
	    text-align: center;
	    font-size: 0.8408vw;
	    color: #b5191d;
	    text-decoration: none;
	    line-height: 37px;
	    float: right;
	    margin-top: 50px;
	}
	.consult .consult-phone p{
		float: right;
	    font-size: 1.3663vw;
	    font-family: Impact;
	    color: #fff;
	    padding-left: 30px;
	    background: url(../bg/ad01_phone.png) no-repeat left center;
	    margin-top: 20px;
	    line-height: 22px;
	}
	
	/*vs*/
	.vs{
		overflow: hidden;
	    margin: 35px auto;
	}
	.vs h2{
		text-align: center;
	    font-size: 40px;
	    color: #000;
	    background: url(../bg/pk_t02.png) no-repeat center;
	    font-weight: normal;
	    height: 74px;
	    line-height: 74px;
	    margin-bottom: 35px;
	}
	.vs h2 b{
		position: relative;
        top:0px;
	}
	.vs h2 img{
		margin: 0 10px;
		margin-top: -15px;
	}
	.vs .vs-menu{
		overflow: hidden;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 60px;
	}
	.vs .vs-menu li{
		cursor: pointer;
	    display: inline-block;
	    width: 11%;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    font-size: 14px;
	    border: 2px solid #d2d2d2;
	    margin: 0 5px;
	    color: #333;
	}
	.vs .vs-menu .cur{
		border-color: #c80b0f;
        color: #c80b0f;
	}
	.vsbox{
		overflow: hidden;
	    width: 100%;
	    height: 560px;
	    position: relative;
	}
	.vs .vsbox ul{
		overflow: hidden;
	    width: 700%;
	    /*height: 560px;*/
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.vs .vsbox ul li{
		float: left;
	    width: 1200px;
	    /*height: 580px;*/
	    overflow: hidden;
	}
	.vs .vsbox ul li img{
		display: block;
        margin-bottom: 45px;
        width: 100%;
        height: auto;
        height: 412px;
	}
	.vsbox .wen01{
		width: 38.3333%;
	    float: left;
	    margin-left: 30px;
	    color: #c80b0f;
	}
	.vsbox .wen01 h3{
		color: #c80b0f;
	}
	.vsbox .wen01 p{
		color: #c80b0f;
	}
	.vsbox .wen01 i {
		background-color: #c80b0f;
	}
	.vs .vsbox li h3{
		font-weight: normal;
	    text-align: center;
	    font-size: 18px;
	}
	.vs .vsbox li i{
		display: block;
	    margin: 15px auto;
	    width: 8.7%;
	    height: 2px;
	}
	.vs .vsbox li p{
		font-size: 0.7357vw;
	    line-height: 25px;
	    text-align: center;
	}
	.vsbox .wen02{
		width: 38.3333%;
	    float: right;
	    margin-right: 30px;
	    color: #333;
	}
	.vsbox .wen02 h3{
		color: #333;
	}
	.vsbox .wen02 p{
		color: #333;
	}
	.vsbox .wen02 i {
		background-color: #333;
	}
	/*advantage*/
	.advantage{
		width:100%;
		overflow: hidden;
	}
	.advantage .wrap{
		max-width: 1000px;
	}
	.advantage .advantage-title{
		overflow: hidden;
	    width: 100%;
	    height: 167px;
	    background: url(../bg/youshi_tbg.jpg) no-repeat center top;
	}
	.advantage-title h2{
		text-align: center;
	    background: url(../bg/youshi_t.png) no-repeat center;
	    padding: 10px 0;
	    margin-bottom: 30px;
	    color: #ffff00;
	    font-size: 2.1019vw;
	    margin-top: 35px;
	}
	.advantage-title h2 b{
		color:#fff;
	}
	.advantage-title p{
		font-weight: normal;
	    font-size: 0.9459vw;
	    margin-top: 25px;
	    color: #fff;
	    position: relative;
	    top: -15px;
	    word-spacing: -1.5px;
	    text-align: center;
	}
	
	.advantage .advantage01{
		overflow: hidden;
	    width: 100%;
	    height: 350px;
	    background: url(../bg/youshi_01.jpg) no-repeat center top;
	}
	.advantage .wen{
		overflow: hidden;
        margin-top: 11%;
	}
	.advantage .advantage01 .wen{
	    margin-left: 10%;
	}
	.advantage .advantage02 .wen{
	    margin-left: 56%;
	}
	.advantage .advantage03 .wen{
	    margin-left: 10%;
	}
	.advantage .advantage04 .wen{
	    margin-left: 56%;
	}
	.advantage .advantage05 .wen{
	    margin-left: 10%;
	}
	
	.advantage h3{
		font-size: 1.2612vw;
        color: #000;
	}
	.advantage i{
		display: block;
	    width: 4%;
	    height: 2px;
	    background-color: #000;
	    margin: 20px 0;
	}
	.advantage .word{
		overflow: hidden;
	    padding-left: 20px;
	    background: url(../bg/youshi_p.png) no-repeat left 5px;
	    font-size: 15px;
	    color: #333;
	}
	.advantage .word p{
		margin-bottom: 22px;
	}
	.advantage a{
		display: block;
	    width: 6vw;
	    height: 38px;
	    border: 2px solid #313131;
	    text-align: center;
	    line-height: 38px;
	    font-size: 16px;
	    color: #333;
	    text-decoration: none;
	}
	.advantage .advantage02{
		overflow: hidden;
	    width: 100%;
	    height: 345px;
	    background: url(/a/youshi_02.jpg) no-repeat center top;
	}
	.advantage .advantage03{
		overflow: hidden;
	    width: 100%;
	    height: 360px;
	    background: url(../bg/youshi_03.jpg) no-repeat center top;
	}
	.advantage .advantage04{
		overflow: hidden;
	    width: 100%;
	    height: 373px;
	    background: url(../bg/youshi_04.jpg) no-repeat center top;
	}
	.advantage .advantage05{
		overflow: hidden;
	    width: 100%;
	    height: 428px;
	    background: url(../bg/youshi_05.jpg) no-repeat center top;
	}
	
	/*about*/
	.about{
		overflow: hidden;
	    width: 100%;
	    background-color: #f8f8f8;
	    padding: 60px 0 50px 0;
	}
	.about-title h2{
		text-align: center;
	    font-size: 2.1019vw;
	    background: url(../bg/about_t.png) no-repeat center;
	    margin-bottom: 50px;
	}
	.about-title h2 a{
		color: #c80b0f;
        text-decoration: none;
	}
	.about-title h2 b{
		 color: #000;
	}
	
	.about-banner{
		overflow: hidden;
	    width: 100%;
	    margin-bottom: 50px;
	}
	.about-banner-left{
		overflow: hidden;
	    width: 50%;
	    height: 335px;
	    border: 3px solid #fff;
	    float: left;
	}
	.about-banner-left iframe{
		width:100%;
		height: 335px;
	}
	.about-banner-right{
		overflow: hidden;
	    float: right;
	    width: 42%;
	    margin-right: 3%;
	    margin-top: 14px;
	}
	.about-banner-right h3{
		font-weight: normal;
	    font-size: 1.9459vw;
	    margin-bottom: 20px;
	}
	.about-banner-right h3 a{
		color:#000;
	}
	.about-banner-right i{
		display: block;
	    width: 10%;
	    height: 2px;
	    background-color: #c80b0f;
	    margin-bottom: 10px;
	}
	.about-banner-right p{
		font-size: 0.6831vw;
	    height: 125px;
	    overflow: hidden;
	    line-height: 25px;
	    color: #000;
	    text-align: justify;
	    margin-bottom: 30px;
	    word-spacing: -1.5px;
	}
	.about-banner-right .more{
		display: block;
	    width: 30%;
	    height: 35px;
	    border: 1px solid #898989;
	    text-align: center;
	    line-height: 35px;
	    font-size: 0.7357vw;
	    color: #333;
	    margin-top: 102px;
	}
	.about-menu ul{
		overflow: hidden;
	    width: 100%;
	    background: url(../bg/about_x.jpg) no-repeat right center;
	    margin-bottom: 35px;
	    background-position-x: 58%;
	}
	.about-menu ul li{
		float: left;
	    width: 11%;
	    height: 37px;
	    text-align: center;
	    line-height: 37px;
	    background-color: #adadad;
	    margin-right: 4px;
	}
	.about-menu ul li a{
		display: block;
	    font-size: 0.8408vw;
	    color: #333;
	    text-decoration: none;
	}
	.about-menu ul .cur{
		background-color: #c80b0f;
	}
	.about-menu ul .cur a{
		color:#fff;
	}
	
	
	.about .about-box{
		overflow: hidden;
	    width: 100%;
	    height: 175px;
	    position: relative;
	}
	.about .about-box i{
		display: block;
	    cursor: pointer;
	    width: 1.3663vw;
	    height: 71px;
	    position: absolute;
	    top: 32px;
	}
	.about .about-box .btn01{
		left: 0;
        background: url(../bg/hezuo_btn.png) no-repeat center top;
	}
	.about .about-box .btn02{
		right: 0;
        background: url(../bg/hezuo_btn.png) no-repeat center bottom;
	}
	.about .about-box .awin{
		overflow: hidden;
	    width: 92%;
	    height: 175px;
	    margin: 0 auto;
	    position: relative;
	}
	.about .about-box .alist{
		overflow: hidden;
	    width: 100%;
	    height: 175px;
	    position: relative;
	}
	.about .about-box .alist ul{
		overflow: hidden;
        position: absolute;
	}
	.about .about-box .alist ul li{
		float: left;
	    width: 10.9827vw;
	    height: 175px;
	    margin-right: 1.051vw;
	}
	.about .about-box .alist ul li a{
		display: block;
	    text-align: center;
	    font-size: 0.6831vw;
	    color: #333;
	    text-decoration: none;
	}
	.about .about-box .alist ul li a img{
		display: block;
	    padding: 10px 0.9459vw;
	    background-color: #fff;
	    margin-bottom: 10px;
	    width: 100%;
        height: 116px;
	}
	
	
	/*news*/
	.news{
		overflow: hidden;
	    max-width: 1200px;
	    margin: 60px auto 40px auto;
	}
	.newsleft{
		overflow: hidden;
	    width: 55%;
	    float: left;
	    height: 420px;
	}
	.newsleft .menu {
		/*overflow: hidden;*/
		width: 100%;
		height: 52px;
		padding-bottom: 6px;
		margin-bottom: 24px;
	}
	.newsleft .menu li {
		float: left;
		width: 50%;
		height: 52px;
		text-align: center;
		line-height: 52px;
		position: relative;
		background-color: #adadad;
		font-size: 20px;
	}
	.newsleft .menu li a {
		display: block;
		text-decoration: none;
		color: #333;
	}
	.newsleft .menu li img {
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -6px;
		top: 52px;
	}
	.newsleft .menu li.cur {
		background-color: #c80b0f;
	}
	.newsleft .menu li.cur a {
		color: #fff;
	}
	.newsleft .menu li.cur img {
		display: block;
	}
	.newsleft .newsbox {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		height: 330px;
		position: relative;
	}
	.newsleft .newslist {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.newsleft .newstop {
		overflow: hidden;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.newsleft .newstop img {
		display: block;
		float: left;
		border: 1px solid #adadad;
		width: 50%;
	}
	
	.newsleft .newstop .wen {
		overflow: hidden;
		float: right;
		width: 45%;
	}
	
	.newsleft .newstop h3 {
		font-size: 0.8408vw;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 10px 0;
	}
	
	.newsleft .newstop h3 a {
		color: #333;
	}
	
	.newsleft .newstop p {
		font-size: 0.6831vw;
		color: #333;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.newsleft .newstop .more {
		font-size: 0.6831vw;
		display: block;
		width: 40%;
		height: 30px;
		background: #c80b0f;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-weight: bolder;
		margin-top: 25px;
	}
	
	.newsleft .list {
		overflow: hidden;
		width: 110%;
	}
	
	.newsleft .list li {
		float: left;
		overflow: hidden;
		width: 285px;
		margin-right: 20px;
		padding-left: 10px;
		background: url(../bg/news_li.png) no-repeat left center;
		font-size: 0.6831vw;
		color: #333;
		line-height: 42px;
	}
	
	.newsleft .list li a {
		display: block;
		float: left;
		width: 180px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #666;
        text-decoration: none;
	}
	
	.newsleft .list li span {
		float: right;
	}
	
	.newsright {
		overflow: hidden;
		width: 35%;
		float: right;
		height: 420px;
	}
	
	.newsright h2 {
		font-weight: normal;
		text-align: center;
		height: 52px;
		line-height: 52px;
		margin-bottom: 30px;
		font-size: 20px;
		background-color: #adadad;
	}
	
	.newsright h2 a {
		color: #333;
	}
	
	.newsright .wenda {
		overflow: hidden;
		width: 290px;
		margin: 0 auto;
		height: 330px;
		position: relative;
	}
	
	.newsright .wenda ul {
		overflow: hidden;
		width: 100%;
		position: absolute;
	}
	
	.newsright .wenda li {
		overflow: hidden;
		width: 100%;
		height: 130px;
	}
	
	.newsright .wenda h3 {
		font-weight: normal;
		padding-left: 30px;
		background: url(../bg/news_w.png) no-repeat left center;
		line-height: 22px;
		margin-bottom: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 0.6831vw;
	}
	
	.newsright .wenda h3 a {
		color: #333
	}
	
	.newsright .wenda p {
		padding-left: 30px;
		background: url(../bg/news_d.png) no-repeat left top;
		line-height: 22px;
		font-size: 13px;
		color: #b5191d;
		height: 66px;
		overflow: hidden;
		text-align: justify
	}
	/*leave a message*/
	.message {
		overflow: hidden;
		width: 100%;
		height: 510px;
		background: url(../bg/liuyan_bg.jpg) no-repeat center bottom;
	}
	
	.message h3 {
		font-weight: normal;
		font-size: 1.051vw;
		color: #c80b0f;
		padding-left: 10px;
		border-left: 5px solid #c80b0f;
		margin-bottom: 30px;
	}
	
	.message h3 em {
		font-size: 0.8408vw;
		color: #999;
		margin-left: 10px;
	}
	
	.message input {
		display: block;
		margin-bottom: 10px;
		width: 50%;
		height: 48px;
		line-height: 48px;
		font-size: 0.6831vw;
		color: #666;
		padding-left: 55px;
		border: 2px solid #626262;
		border-radius: 5px;
		outline: none;
		background-color: #fff;
	}
	
	.message .name {
		background: url(../bg/ly01.png) no-repeat left center;
	}
	
	.message .phone {
		background: url(../bg/ly02.png) no-repeat left center;
	}
	
	.message .wchat {
		background: url(../bg/ly03.png) no-repeat left center;
	}
	
	.message textarea {
		display: block;
		margin-bottom: 10px;
		width: 50%;
		height: 95px;
		font-size: 0.6831vw;
		color: #666;
		padding: 10px;
		padding-left: 55px;
		border: 2px solid #626262;
		border-radius: 5px;
		background: url(../bg/ly04.png) no-repeat left top;
		outline: none;
		resize: none;
		background-color: #fff;
	}
	
	.message span {
		display: block;
		width: 12%;
		height: 43px;
		line-height: 43px;
		text-align: center;
		cursor: pointer;
		font-size: 0.8408vw;
		color: #fff;
		background-color: #b5191d;
		border-radius: 5px;
	}
	
	        
     /* link */
	.link {
		width: 100%;
		border-top: 1px solid #d8d8d8;
		overflow: hidden;
	}
	
	.link ul {
		width: 72%;
		float: left;
		padding: 38px 0 28px 0;
	}
	
	.link li {
		float: left;
		margin-bottom: 4px;
	}
	
	.link li:first-child a {
		padding-left: 0;
	}
	
	.link li a {
		font-size: 14px;
		color: #666666;
		display: block;
	    text-align: center;
	    margin-right: 1.051vw;
	}
	
	.link .sq {
		font-size: 0.7357vw;
		color: red;
		padding-right: 0.8408vw;
		float: right;
		margin-top: 37px;
	}
	
	
	/*footer*/
	.footer {
		overflow: hidden;
		width: 100%;
		height: 422px;
		background: url(../bg/footer_bg.jpg) no-repeat center top;
	}
	
	.footer .fnav {
		overflow: hidden;
		width: 100%;
		height: 50px;
		background-color: #c80b0f;
		line-height: 50px;
		margin-bottom: 70px;
	}
	
	.footer .fnav ul {
		overflow: hidden
	}
	
	.footer .fnav li {
		float: left;
		background: url(../bg/header_nav_bor.png) no-repeat right center;
	}
	
	.footer .fnav li.last {
		background: none;
	}
	
	.footer .fnav li a {
		display: block;
		font-size: 0.8408vw;
		color: #fff;
		text-decoration: none;
		padding-left: 1.5239vw; 
		padding-right: 1.5239vw;
	}
	
	.footer .fnav li:hover a {
		color: #b5191d;
		font-weight: bold;
		background-color: #ffff00
	}
	
	.footer .list {
		overflow: hidden;
		float: left;
		width: 15%;
		margin-right: 3%;
	}
	
	.footer .list h3 {
		font-size: 0.9459vw;
		font-weight: normal;
		padding-bottom: 20px;
		border-bottom: 1px solid #b3b0a8;
		margin-bottom: 10px;
	}
	
	.footer .list a {
		color: #333
	}
	
	.footer .list p {
		font-size: 0.6831vw;
		line-height: 30px;
	}
	
	.footer .list p a:hover {
		color: #c80b0f;
	}
	
	.footer .list.last {
		margin: 0
	}
	
	.footer .info {
		float: right;
		/*width: 42%;*/
	}
	
	.footer .info img {
		display: block;
		float: left;
		margin-left: 30px;
	}
	
	.footer .info p {
		font-size: 0.6831vw;
		line-height: 32px;
		color: #333;
		float: left;
		/*margin: 55px 0px 0px 1.051vw;*/
	}
	
	.footer .info i {
		display: block;
		width: 243px;
		height: 1px;
		background-color: #bcbbb8;
		float: right;
		/*margin: 20px 0 20px 0;*/
	}
	
	.footer .info span {
		display: block;
		font-size: 0.6831vw;
		color: #868686;
		overflow: hidden;
	}

	.footer .info span b{
		font-weight: normal;
		float: left;
	}
	.footer .info span a {
		color: #666 !important;
	}
	.footer .info img{
		margin-left: 0;
		margin-top: -4px;
	}
}

/*paidstyle*/
@media only screen and (min-width: 768px) and (max-width: 960px){
		/*header*/
		
	.header-top {
		overflow: hidden;
		margin-top: 15px;
		padding-bottom: 25px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.logo a img{
		width: 10.7725vw;
		margin-top: 27px;    margin-top: 10px;
	}
	.header-top div{
		float: left;
	}
	.header-top .phone{
		float: right;
	}
	.header-top .logo-line{
		margin-top: 24px;
		margin-left: 2%;
        margin-right: 2%;
	}
	.header-top .logo-mid{
		margin-top: 36px;
	}
	.header-top .logo-mid h3{
		font-size: 1.1561vw;
		color:#c80b0f;
		font-family: "微软雅黑";
		font-weight: bolder;
	}
	.header-top .logo-mid p{
		font-size: 0.8408vw;
		color:#333;
		font-family: "微软雅黑";
	}
	.phone{
		background: url(../bg/phone.png) no-repeat left top;
		padding-left: 5%;
        margin-top: 20px;
        background-size: 3.7vw;
	}
	.phone p{
		font-size: 0.6831vw;
		color: #333;
		letter-spacing: 14px;
	}
	.phone h1{
		font-size: 1.3663vw;
		/*font-size: 26px;*/
        color: #c80b0f;
        font-family: Impact;
	}
	.phone h2{
		font-size: 1.051vw;
		color:#333;
		background: url(../bg/phone02.png) no-repeat center;
		text-align:center;
		margin-top: 10px;
		background-size:15.5vw ;
	}
	
	
	/*nav*/
	.header-menu{
		width: 100%;
		height: 52px;
		background: #c80b0f;
		/*overflow: hidden;*/
		padding-left: 5%;
	}
	.header-menu ul li{
		float: left;
	}
	.header-menu ul li a{
		display: block;
		padding-left: 1.9239vw;
		padding-right: 1.9239vw;
		font-size: 0.8408vw;
		color:#fff;
		line-height: 52px;
		font-weight: bold;
	}
	.header-menu ul li a:hover{
		background: #ffff4c;
		color: #b5191d;
	}
	
	/*swiper*/
	.banner .list li a img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.banner {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.btnn {
		font: 14px/2.5em "微软雅黑";
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 20px;
	}
	.btnn li {
		float: left;
		width: 30px;
		line-height: 30px;
		border-radius: 50%;
		background: salmon;
		margin: 0 5px;
		color: #fff;
		cursor: pointer;
	}
	.btnn .on {
		background: slateblue;
	}
	.arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		text-align: center;
		line-height: 60px;
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		text-decoration: none;
		font-size: 20px;
	}
	.right {
		right: 0;
	}
	.arrow:hover {
		background: rgba(0, 0, 0, 0.5);
		font-weight: bold;
	}
	/*hotword*/
	.hotword{
		background:#f4f4f4;
		overflow: hidden;
		padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 5%;
	}
	.hotword .wrap div{
		float: left;
		font-size: 0.6831vw;
		color: #333;
		line-height: 30px;
	}
	.hotword .wrap .hot-input{
		float: right;
		margin-right: 5%;
	}
	.hot-ul{
		width: 50%;
	}
	.hot-ul ul{
		width: 100%;
	}
	.hot-ul ul li{
		
	}
	.hot-ul ul li a{
		display: block;
		float: left;
	    font-size: 0.6831vw;
		color: #333;
		line-height: 30px;
		padding-left: 2%;
        padding-right: 5%;
	}
	.hot-input input{
		width: 19.0336vw;
		height: 30px;
	}
	.hot-input span a{
		display: block;
	    width: 5.1529vw;
	    height: 30px;
	    line-height: 30px;
	    float: right;
	    cursor: pointer;
	    background-color: #c80b0f;
	    text-align: center;
	    font-size: 0.6831vw;
	    color: #fff;
	}
	/*kinds*/
	.kinds{
		margin-top: 65px;
		margin-bottom: 65px;
	}
	.kinds-title h2{
		text-align: center;
	    background: url(../bg/title01.png) no-repeat center;
	    padding: 10px 0;
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	    background-size:100% ;
	}
	.kinds-title h2 a{
		font-size:2.10194vw;
		color: #333;
		display: block;
		margin-bottom: 25px;
	}
	.kinds-title h2 a em{
		color:#b5191d;
		font-style: normal;
	}
	.kinds-title h2 p{
		font-size: 0.9459vw;
		color: #666;
	}
	
	.kinds-banner{
		width: 100%;
		overflow: hidden;
	}
	.kinds-left{
		float: left;
		width: 20%;
		border: 2px solid #c80b0f;
	}
	.kinds-left .kinds-left-list a:hover{
		color: #c80b0f;
        background: url(../bg/pro_left_li.png) no-repeat 180px center;
	}
	.kinds-left h3{
		font-size: 1.051vw;
	    margin-bottom: 15px;
	    padding-left: 25%;
	    padding-top: 30px;
	    background: url(../bg/pro_left_h.png) no-repeat center top;
	    height: 100px;
	    width: 100%;
	    font-weight: bold;
	    background-size: 100%;
	}
	.kinds-left h3 a{
		color:#fff;
	}
	.kinds-left h4{
		font-size: 0.9459vw;
	    margin: 0 auto;
	    margin-bottom: 15px;
	    font-weight: normal;
	    width: 84%;
	    padding-left: 16%;
	    height: 35px;
	    background: url(../bg/pro_left_h02.png) no-repeat 15px center;
	    background-color: #1b1b1b;
	    line-height: 35px;
	    color: #fff;
	}
	.kinds-left h5{
		font-size: 0.9459vw;
	    width: 100%;
	    padding-left: 3%;
	    margin: 0 auto;
	    margin-bottom: 5px;
	    padding-bottom: 5px;
	    border-bottom: 2px solid #8d8d8d;
	    font-weight: bold;
	    margin-top: 15px;
	}
	.kinds-left .kinds-h5{
		margin-top: 15px;
	}
	.kinds-left h5 a{
		color: #c80b0f;
	}
	.kinds-left-list a{
		display: block;
	    width: 100%;
	    padding-left: 10%;
	    font-size: 0.8408vw;
	    color: #666;
	    line-height: 40px;
	    border-bottom: 1px solid #ddd;
	    text-decoration: none;
	}
	.kinds-left h4 a{
		color:#fff;
		margin-top: 15px;
        display: block;
	}
	.kinds-left-bottom{
		overflow: hidden;
		background: #CE0B11;
		padding-left: 7%;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    width: 100%;
	}
	.kinds-left-bottom div{
		float: left;
	}
	.kinds-left-bottom .kinds-img{
		margin-right: 7%;
	}
	.kinds-left-bottom div img{
		width: 1.5765vw;
	}
	.kinds-left-bottom div span{
		font-size: 0.7357vw;
		color: #fff;
	}
	.kinds-left-bottom div h2{
		font-size: 0.8408vw;
		color: #fff;
		font-weight: bold;
	}
	.kinds-right{
		float: right;
		width: 75%;
	}
	.kinds-right-list ul{
		overflow: hidden;
	}
	.kinds-right-list ul li{
		float: left;
		position: relative;
		width: 48%;
		height: 238px;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.kinds-right-list ul li span{
		position: absolute;
		left: 0;
		bottom:0;
		width: 100%;
		display: block;
		background: #adadad;
		text-align: center;
		font-size: 0.8408vw;
		line-height: 42px;
	}
	.kinds-right-list ul li a img{
		width: 100%;
		height: 100%;
	}

	.kinds-right-list ul li .right-none{
		display: none;
		position: absolute;
		left: 0;
		top:0;
		right:0;
		bottom:0;
		z-index: 2;
		background: #c93331;
		text-align: center;
		padding-top: 21%;
		opacity: 0.9
	}
	.kinds-right-list ul li:hover .right-none{
		display: block;
	}
	.kinds-right-list ul li .right-none  p{
		font-size: 0.8408vw;
		color:#fff;
		padding-top: 18px;
	}
	.kinds-right-list ul li .right-none img{
		width:2.5223vw;
		height: auto;
	}
	.kinds-right-list ul li .right-none i{
		display: block;
		width: 1vw;
		
		height: 2px;
		background: #fff;
		margin:0  auto;
		margin-top: 15px;
	}
		.kinds-right-list .proad{
		overflow: hidden;
		width: 98%;
		margin-top: 20px;
		height: 130px;
		background: url(../bg/pro_right_ad.jpg) no-repeat center top;
		background-size:100% ;
	}
	.kinds-right-list .proad h3{
		font-size: 1.4714vw;
		color: #fff;
		margin-bottom: 10px;
		margin-left: 1.051vw;
		margin-top: 30px;
	}
	.kinds-right-list .proad p{
		font-size: 26px;
		font-family: Impact;
		color: #fff;
		padding-left: 30px;
		background: url(../bg/ad01_phone.png) no-repeat left center;
		margin-left: 20px;
		line-height: 33px;
	}
	.kinds-right-list .proad a{
		    display: inline-block;
		    width: 110px;
		    height: 27px;
		    text-align: center;
		    line-height: 27px;
		    background-color: #ffff00;
		    border-radius: 5px;
		    color: #fff;
		    font-size: 14px;
		    color: #a52020;
		    margin-left: 20px;
		    position: relative;
		    top: -6px;
	}
	/*cooperate*/
	
	.cooperate {
		overflow: hidden;
		width: 100%;
		height: 638px;
		background: url(../bg/hezuo_bg.jpg) no-repeat center top;
	}
	
	.cooperate h3 {
		text-align: center;
		font-weight: normal;
		margin-bottom: 15px;
		font-size: 2.4714vw;
		color: #fff;
		margin-top: 220px;
	}
	
	.cooperate p {
		text-align: center;
		font-size: 1.051vw;
		color: #fff;
		background: url(../bg/hezuo_t.png) no-repeat center;
		margin-bottom: 70px;
	}
	
	.cooperate .hzbox {
		overflow: hidden;
		width: 91.7%;
		margin: 0 auto;
		height: 170px;
		position: relative;
	}
	
	.cooperate .hzbox i {
		display: block;
		width: 26px;
		height: 71px;
		cursor: pointer;
		position: absolute;
		/*top: 25px;*/
	}
	
	.cooperate .hzbox .btn01 {
		background: url(../bg/hezuo_btn.png) no-repeat center top;
		left: 0;
	}
	
	.cooperate .hzbox .btn02 {
		background: url(../bg/hezuo_btn.png) no-repeat center bottom;
		right: 0;
	}
	
	.cooperate .hzwin {
		overflow: hidden;
		width: 92%;
		margin: 0 auto;
		height: 170px;
		position: relative;
	}
	
	.cooperate .hzwin ul {
		width: 1903px !important;
		left: 0px;
		overflow: hidden;
		position: absolute;
	}
	
	.cooperate .hzwin li {
		float: left;
		width: 16vw;
		height: 112px;
		padding-bottom: 38px;
		background: url(../bg/hezuo_tubg.png) no-repeat center bottom;
		margin-right: 0.6306vw;
	}
	.cooperate .hzwin li a img{
		width: 100%;
	}
	/*case*/
	.case {
		overflow: hidden;
		width: 100%;
		margin: 50px 0;
	}
	
	.case .menu {
		overflow: hidden;
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	
	.case .menu li {
		display: inline-block;
		width: 96px;
		height: 30px;
		text-align: center;
		line-height: 27px;
		font-size: 14px;
		border: 2px solid #d2d2d2;
		margin: 0 5px;
	}
	
	.case .menu li a {
		display: block;
		color: #333;
		text-decoration: none;
	}
	
	.case .menu li.cur {
		border-color: #c80b0f;
	}
	
	.case .casebox {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		height: 350px;
		position: relative;
	}
	
	
	.casebox .caseAll .caselist {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
		display: none;
	}
	
	.caselist .list {
		position: absolute;
	}
	
	.caselist .list img {
		width: 100%;
		display: block;
	}
	
	.caselist .list p {
		display: none;
	}
	
	.caselist .list .cur {
		display: none;
	}
	
	.caselist .list01 {
		width: 30%;
		left: 70%;
		top: 15%;
		z-index: 3;
	}
	
	.caselist .list02 {
		width: 40%;
		left: 47.5%;
		top: 7.5%;
		z-index: 4;
	}
	
	.caselist .list03 {
		width: 50%;
		left: 25%;
		top: 0px;
		z-index: 5;
	}
	
	.caselist .list04 {
		width: 40%;
		left: 12.5%;
		top: 7.5%;
		z-index: 4;
	}
	
	.caselist .list05 {
		width: 30%;
		left: 0%;
		top: 15%;
		z-index: 3;
	}
	
	.caselist .list06 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list07 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list08 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list09 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list010 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list011 {
		width: 0%;
		left: 50%;
		top: 50%;
		z-index: 0;
	}
	
	.caselist .list012 {
		width: 30%;
		left: 35%;
		top: 5%;
		z-index: 0;
	}
	
	
	.case .casebox i {
		display: block;
		width: 2.2%;
		height: 71px;
		cursor: pointer;
		position: absolute;
		top: 110px;
	}
	
	.case .casebox .btn01 {
		background: url(../bg/hezuo_btn.png) no-repeat center top;
		left: 0;
	}
	
	.case .casebox .btn02 {
		background: url(../bg/hezuo_btn.png) no-repeat center bottom;
		right: 0;
	}
	
	.case .caseAll {
		overflow: hidden;
		width: 92%;
		margin: 0 auto;
		height: 350px;
	}
	
	
	.case .caselist .list {
		overflow: hidden;
		background-color: #000;
		position: absolute;
	}
	
	.case .caselist .list img {
		display: block;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	
	.case .caselist .list p {
		font-size: 0.7357vw;
		color: #333;
		text-align: center;
		margin-top: 15px;
	}
	
	.case .caselist .list.active {
		background: none;
	}
	
	/*consult*/
	.consult{
		overflow: hidden;
	    width: 100%;
	    height: 170px;
	    background: url(../bg/ad02.jpg) no-repeat center top;
	}
	.consult .phone{
		overflow: hidden;
	    float: right;
	    margin-top: 45px;
	}
	.consult .consult-phone span a{
		display: block;
	    font-weight: bold;
	    width: 12%;
	    height: 37px;
	    border-radius: 5px;
	    background-color: #ffff00;
	    text-align: center;
	    font-size: 0.8408vw;
	    color: #b5191d;
	    text-decoration: none;
	    line-height: 37px;
	    float: right;
	    margin-top: 50px;
	}
	.consult .consult-phone p{
		float: right;
	    font-size: 1.3663vw;
	    font-family: Impact;
	    color: #fff;
	    padding-left: 30px;
	    background: url(../bg/ad01_phone.png) no-repeat left center;
	    margin-top: 20px;
	    line-height: 22px;
	}
	
	/*vs*/
	.vs{
		overflow: hidden;
	    margin: 35px auto;
	}
	.vs h2{
		text-align: center;
	    font-size: 40px;
	    color: #000;
	    background: url(../bg/pk_t02.png) no-repeat center;
	    font-weight: normal;
	    height: 74px;
	    line-height: 74px;
	    margin-bottom: 35px;
	}
	.vs h2 b{
		position: relative;
        top:0px;
	}
	.vs h2 img{
		margin: 0 10px;
		margin-top: -15px;
	}
	.vs .vs-menu{
		overflow: hidden;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 60px;
	}
	.vs .vs-menu li{
		cursor: pointer;
	    display: inline-block;
	    width: 12%;
	    height: 30px;
	    text-align: center;
	    line-height: 30px;
	    font-size: 14px;
	    border: 2px solid #d2d2d2;
	    margin: 0 5px;
	    color: #333;
	}
	.vs .vs-menu .cur{
		border-color: #c80b0f;
        color: #c80b0f;
	}
	.vsbox{
		overflow: hidden;
	    width: 100%;
	    height: 560px;
	    position: relative;
	}
	.vs .vsbox ul{
		overflow: hidden;
	    width: 700%;
	    
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.vs .vsbox ul li{
		float: left;
	    width: 14.5%;
	   
	    overflow: hidden;
	}
	.vs .vsbox ul li img{
		display: block;
        margin-bottom: 45px;
        width: 100%;
        height: auto;
	}
	.vsbox .wen01{
		width: 38.3333%;
	    float: left;
	    margin-left: 30px;
	    color: #c80b0f;
	}
	.vsbox .wen01 h3{
		color: #c80b0f;
	}
	.vsbox .wen01 p{
		color: #c80b0f;
	}
	.vsbox .wen01 i {
		background-color: #c80b0f;
	}
	.vs .vsbox li h3{
		font-weight: normal;
	    text-align: center;
	    font-size: 18px;
	}
	.vs .vsbox li i{
		display: block;
	    margin: 15px auto;
	    width: 8.7%;
	    height: 2px;
	}
	.vs .vsbox li p{
		font-size: 0.7357vw;
	    line-height: 25px;
	    text-align: center;
	}
	.vsbox .wen02{
		width: 38.3333%;
	    float: right;
	    margin-right: 30px;
	    color: #333;
	}
	.vsbox .wen02 h3{
		color: #333;
	}
	.vsbox .wen02 p{
		color: #333;
	}
	.vsbox .wen02 i {
		background-color: #333;
	}
	/*advantage*/
	.advantage{
		width:100%;
		overflow: hidden;
	}
	.advantage .wrap{
		max-width: 1000px;
	}
	.advantage .advantage-title{
		overflow: hidden;
	    width: 100%;
	    height: 167px;
	    background: url(../bg/youshi_tbg.jpg) no-repeat center top;
	}
	.advantage-title h2{
		text-align: center;
	    background: url(../bg/youshi_t.png) no-repeat center;
	    padding: 10px 0;
	    margin-bottom: 30px;
	    color: #ffff00;
	    font-size: 2.1019vw;
	    margin-top: 35px;
	}
	.advantage-title h2 b{
		color:#fff;
	}
	.advantage-title p{
		font-weight: normal;
	    font-size: 0.9459vw;
	    margin-top: 25px;
	    color: #fff;
	    position: relative;
	    top: -15px;
	    word-spacing: -1.5px;
	    text-align: center;
	}
	
	.advantage .advantage01{
		overflow: hidden;
	    width: 100%;
	    height: 350px;
	    background: url(../bg/youshi_01.jpg) no-repeat center top;
	}
	.advantage .wen{
		overflow: hidden;
        margin-top: 11%;
	}
	.advantage .advantage01 .wen{
	    margin-left: 10%;
	}
	.advantage .advantage02 .wen{
	    margin-left: 56%;
	}
	.advantage .advantage03 .wen{
	    margin-left: 10%;
	}
	.advantage .advantage04 .wen{
	    margin-left: 56%;
	}
	.advantage .advantage05 .wen{
	    margin-left: 10%;
	}
	
	.advantage h3{
		font-size: 2.2612vw;
        color: #000;
	}
	.advantage i{
		display: block;
	    width: 4%;
	    height: 2px;
	    background-color: #000;
	    margin: 20px 0;
	}
	.advantage .word{
		overflow: hidden;
	    padding-left: 20px;
	    background: url(../bg/youshi_p.png) no-repeat left 5px;
	    font-size: 15px;
	    color: #333;
	}
	.advantage .word p{
		margin-bottom: 22px;
	}
	.advantage a{
		display: block;
	    width: 15vw;
	    height: 38px;
	    border: 2px solid #313131;
	    text-align: center;
	    line-height: 38px;
	    font-size: 16px;
	    color: #333;
	    text-decoration: none;
	}
	.advantage .advantage02{
		overflow: hidden;
	    width: 100%;
	    height: 345px;
	    background: url(../bg/youshi_02.jpg) no-repeat center top;
	}
	.advantage .advantage03{
		overflow: hidden;
	    width: 100%;
	    height: 360px;
	    background: url(../bg/youshi_03.jpg) no-repeat center top;
	}
	.advantage .advantage04{
		overflow: hidden;
	    width: 100%;
	    height: 373px;
	    background: url(../bg/youshi_04.jpg) no-repeat center top;
	}
	.advantage .advantage05{
		overflow: hidden;
	    width: 100%;
	    height: 428px;
	    background: url(../bg/youshi_05.jpg) no-repeat center top;
	}
	
	/*about*/
	.about{
		overflow: hidden;
	    width: 100%;
	    background-color: #f8f8f8;
	    padding: 60px 0 50px 0;
	}
	.about-title h2{
		text-align: center;
	    font-size: 2.1019vw;
	    background: url(../bg/about_t.png) no-repeat center;
	    margin-bottom: 50px;
	}
	.about-title h2 a{
		color: #c80b0f;
        text-decoration: none;
	}
	.about-title h2 b{
		 color: #000;
	}
	
	.about-banner{
		overflow: hidden;
	    width: 100%;
	    margin-bottom: 50px;
	}
	.about-banner-left{
		overflow: hidden;
	    width: 50%;
	    height: 335px;
	    border: 3px solid #fff;
	    float: left;
	}
	.about-banner-left iframe{
		width:100%;
		height: 335px;
	}
	.about-banner-right{
		overflow: hidden;
	    float: right;
	    width: 42%;
	    margin-right: 3%;
	    margin-top: 14px;
	}
	.about-banner-right h3{
		font-weight: normal;
	    font-size: 0.9459vw;
	    margin-bottom: 20px;
	}
	.about-banner-right h3 a{
		color:#000;
	}
	.about-banner-right i{
		display: block;
	    width: 10%;
	    height: 2px;
	    background-color: #c80b0f;
	    margin-bottom: 10px;
	}
	.about-banner-right p{
		font-size: 0.6831vw;
	    height: 125px;
	    overflow: hidden;
	    line-height: 25px;
	    color: #000;
	    text-align: justify;
	    margin-bottom: 30px;
	    word-spacing: -1.5px;
	}
	.about-banner-right .more{
		display: block;
	    width: 30%;
	    height: 35px;
	    border: 1px solid #898989;
	    text-align: center;
	    line-height: 35px;
	    font-size: 0.7357vw;
	    color: #333;
	    margin-top: 102px;
	}
	.about-menu ul{
		overflow: hidden;
	    width: 100%;
	    background: url(../bg/about_x.jpg) no-repeat right center;
	    margin-bottom: 35px;
	    background-position-x: 58%;
	}
	.about-menu ul li{
		float: left;
	    width: 11%;
	    height: 37px;
	    text-align: center;
	    line-height: 37px;
	    background-color: #adadad;
	    margin-right: 4px;
	}
	.about-menu ul li a{
		display: block;
	    font-size: 0.8408vw;
	    color: #333;
	    text-decoration: none;
	}
	.about-menu ul .cur{
		background-color: #c80b0f;
	}
	.about-menu ul .cur a{
		color:#fff;
	}
	
	
	.about .about-box{
		overflow: hidden;
	    width: 100%;
	    height: 175px;
	    position: relative;
	}
	.about .about-box i{
		display: block;
	    cursor: pointer;
	    width: 1.3663vw;
	    height: 71px;
	    position: absolute;
	    top: 32px;
	}
	.about .about-box .btn01{
		left: 0;
        background: url(../bg/hezuo_btn.png) no-repeat center top;
	}
	.about .about-box .btn02{
		right: 0;
        background: url(../bg/hezuo_btn.png) no-repeat center bottom;
	}
	.about .about-box .awin{
		overflow: hidden;
	    width: 92%;
	    height: 175px;
	    margin: 0 auto;
	    position: relative;
	}
	.about .about-box .alist{
		overflow: hidden;
	    width: 100%;
	    height: 175px;
	    position: relative;
	}
	.about .about-box .alist ul{
		overflow: hidden;
        position: absolute;
	}
	.about .about-box .alist ul li{
		float: left;
	    width: 10.9827vw;
	    height: 175px;
	    margin-right: 1.051vw;
	}
	.about .about-box .alist ul li a{
		display: block;
	    text-align: center;
	    font-size: 0.6831vw;
	    color: #333;
	    text-decoration: none;
	}
	.about .about-box .alist ul li a img{
		display: block;
	    padding: 10px 0.9459vw;
	    background-color: #fff;
	    margin-bottom: 10px;
	    width: 100%;
        height: 116px;
	}
	
	
	/*news*/
	.news{
		overflow: hidden;
	    max-width: 1200px;
	    margin: 60px auto 40px auto;
	}
	.newsleft{
		overflow: hidden;
	    width: 55%;
	    float: left;
	    height: 420px;
	}
	.newsleft .menu {
		/*overflow: hidden;*/
		width: 100%;
		height: 52px;
		padding-bottom: 6px;
		margin-bottom: 24px;
	}
	.newsleft .menu li {
		float: left;
		width: 50%;
		height: 52px;
		text-align: center;
		line-height: 52px;
		position: relative;
		background-color: #adadad;
		font-size: 20px;
	}
	.newsleft .menu li a {
		display: block;
		text-decoration: none;
		color: #333;
	}
	.newsleft .menu li img {
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -6px;
		top: 52px;
	}
	.newsleft .menu li.cur {
		background-color: #c80b0f;
	}
	.newsleft .menu li.cur a {
		color: #fff;
	}
	.newsleft .menu li.cur img {
		display: block;
	}
	.newsleft .newsbox {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		height: 330px;
		position: relative;
	}
	.newsleft .newslist {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.newsleft .newstop {
		overflow: hidden;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.newsleft .newstop img {
		display: block;
		float: left;
		border: 1px solid #adadad;
		width: 50%;
	}
	
	.newsleft .newstop .wen {
		overflow: hidden;
		float: right;
		width: 45%;
	}
	
	.newsleft .newstop h3 {
		font-size: 0.8408vw;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin: 10px 0;
	}
	
	.newsleft .newstop h3 a {
		color: #333;
	}
	
	.newsleft .newstop p {
		font-size: 0.6831vw;
		color: #333;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.newsleft .newstop .more {
		font-size: 0.6831vw;
		display: block;
		width: 40%;
		height: 30px;
		background: #c80b0f;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-weight: bolder;
		margin-top: 25px;
	}
	
	.newsleft .list {
		overflow: hidden;
		width: 110%;
	}
	
	.newsleft .list li {
		float: left;
		overflow: hidden;
		width: 285px;
		margin-right: 20px;
		padding-left: 10px;
		background: url(../bg/news_li.png) no-repeat left center;
		font-size: 0.6831vw;
		color: #333;
		line-height: 42px;
	}
	
	.newsleft .list li a {
		display: block;
		float: left;
		width: 180px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		color: #666;
        text-decoration: none;
	}
	
	.newsleft .list li span {
		float: right;
	}
	
	.newsright {
		overflow: hidden;
		width: 35%;
		float: right;
		height: 420px;
	}
	
	.newsright h2 {
		font-weight: normal;
		text-align: center;
		height: 52px;
		line-height: 52px;
		margin-bottom: 30px;
		font-size: 20px;
		background-color: #adadad;
	}
	
	.newsright h2 a {
		color: #333;
	}
	
	.newsright .wenda {
		overflow: hidden;
		width: 290px;
		margin: 0 auto;
		height: 330px;
		position: relative;
	}
	
	.newsright .wenda ul {
		overflow: hidden;
		width: 100%;
		position: absolute;
	}
	
	.newsright .wenda li {
		overflow: hidden;
		width: 100%;
		height: 130px;
	}
	
	.newsright .wenda h3 {
		font-weight: normal;
		padding-left: 30px;
		background: url(../bg/news_w.png) no-repeat left center;
		line-height: 22px;
		margin-bottom: 15px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 0.6831vw;
	}
	
	.newsright .wenda h3 a {
		color: #333
	}
	
	.newsright .wenda p {
		padding-left: 30px;
		background: url(../bg/news_d.png) no-repeat left top;
		line-height: 22px;
		font-size: 13px;
		color: #b5191d;
		height: 66px;
		overflow: hidden;
		text-align: justify
	}
	/*leave a message*/
	.message {
		overflow: hidden;
		width: 100%;
		height: 510px;
		background: url(../bg/liuyan_bg.jpg) no-repeat center bottom;
		padding-left: 5%;
	}
	
	.message h3 {
		font-weight: normal;
		font-size: 1.051vw;
		color: #c80b0f;
		padding-left: 10px;
		border-left: 5px solid #c80b0f;
		margin-bottom: 30px;
	}
	
	.message h3 em {
		font-size: 0.8408vw;
		color: #999;
		margin-left: 10px;
	}
	
	.message input {
		display: block;
		margin-bottom: 10px;
		width: 50%;
		height: 48px;
		line-height: 48px;
		font-size: 0.6831vw;
		color: #666;
		padding-left: 55px;
		border: 2px solid #626262;
		border-radius: 5px;
		outline: none;
		background-color: #fff;
	}
	
	.message .name {
		background: url(../bg/ly01.png) no-repeat left center;
	}
	
	.message .phone {
		background: url(../bg/ly02.png) no-repeat left center;
	}
	
	.message .wchat {
		background: url(../bg/ly03.png) no-repeat left center;
	}
	
	.message textarea {
		display: block;
		margin-bottom: 10px;
		width: 50%;
		height: 95px;
		font-size: 0.6831vw;
		color: #666;
		padding: 10px;
		padding-left: 55px;
		border: 2px solid #626262;
		border-radius: 5px;
		background: url(../bg/ly04.png) no-repeat left top;
		outline: none;
		resize: none;
		background-color: #fff;
	}
	
	.message span {
		display: block;
		width: 12%;
		height: 43px;
		line-height: 43px;
		text-align: center;
		cursor: pointer;
		font-size: 0.8408vw;
		color: #fff;
		background-color: #b5191d;
		border-radius: 5px;
	}
	
	        
     /* link */
	.link {
		width: 100%;
		border-top: 1px solid #d8d8d8;
		overflow: hidden;
		padding-left: 5%;
        padding-right: 5%;
	}
	
	.link ul {
		width: 72%;
		float: left;
		padding: 38px 0 28px 0;
	}
	
	.link li {
		float: left;
		margin-bottom: 4px;
	}
	
	.link li:first-child a {
		padding-left: 0;
	}
	
	.link li a {
		font-size: 14px;
		color: #666666;
		display: block;
	    text-align: center;
	    margin-right: 1.051vw;
	}
	
	.link .sq {
		font-size: 0.7357vw;
		color: red;
		padding-right: 0.8408vw;
		float: right;
		margin-top: 37px;
	}
	
	
	/*footer*/
	.footer {
		overflow: hidden;
		width: 100%;
		height: 422px;
		background: url(../bg/footer_bg.jpg) no-repeat center top;
	}
	
	.footer .fnav {
		overflow: hidden;
		width: 100%;
		height: 50px;
		background-color: #c80b0f;
		line-height: 50px;
		margin-bottom: 70px;
		padding-left: 5%;
	}
	
	.footer .fnav ul {
		overflow: hidden
	}
	
	.footer .fnav li {
		float: left;
		background: url(../bg/header_nav_bor.png) no-repeat right center;
	}
	
	.footer .fnav li.last {
		background: none;
	}
	
	.footer .fnav li a {
		display: block;
		font-size: 0.8408vw;
		color: #fff;
		text-decoration: none;
		padding-left: 1.5239vw; 
		padding-right: 1.5239vw;
	}
	
	.footer .fnav li:hover a {
		color: #b5191d;
		font-weight: bold;
		background-color: #ffff00
	}
	
	.footer .list {
		overflow: hidden;
		float: left;
		width: 15%;
		margin-right: 3%;
	}
	
	.footer .list h3 {
		font-size: 0.9459vw;
		font-weight: normal;
		padding-bottom: 20px;
		border-bottom: 1px solid #b3b0a8;
		margin-bottom: 10px;
	}
	
	.footer .list a {
		color: #333
	}
	
	.footer .list p {
		font-size: 0.6831vw;
		line-height: 30px;
	}
	
	.footer .list p a:hover {
		color: #c80b0f;
	}
	
	.footer .list.last {
		margin: 0
	}
	
	.footer .info {
		float: right;
		width: 42%;
	}
	
	.footer .info img {
		display: block;
		float: left;
		margin-left: 30px;
	}
	
	.footer .info p {
		font-size: 0.6831vw;
		line-height: 32px;
		color: #333;
		float: left;
		margin: 55px 0px 0px 1.051vw;
	}
	
	.footer .info i {
		display: block;
		width: 243px;
		height: 1px;
		background-color: #bcbbb8;
		float: right;
		margin: 20px 0 20px 0;
	}


	.footer .info span {
		display: block;
		font-size: 0.6831vw;
		color: #868686;
		overflow: hidden;
	}

	.footer .info span b{
		font-weight: normal;
		float: left;
	}
	.footer .info span a {
		color: #666 !important;
	}
	.footer .info img{
		margin-left: 0;
		margin-top: -4px;
	}
}

/*phonestyle*/
@media (max-width:640px){}


/* in the page*/
.sidebar {
    float: left;
    width: 240px;
    padding-top: 24px;
}
.main {
    padding: 30px 0 0 270px;
}
.ctit h3 {
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    border: 1px solid #eb2534;
    text-transform: uppercase;
    margin-bottom: auto;
    padding-left: 20px;
    margin-top: 2px;
    background: #eb2534;
}
.bPosition {
    background: #eb2534;
    line-height: 36px;
    padding: 0 16px;
    color: #EEE;
    margin-bottom: 16px;
}
.bPosition a {
    color: #FFF !important;
}
.pcon_l {
}
.pcon_l img{
    display:block;
    margin:0 auto;
}
.pcon_r {
    padding: 0 16px 0 440px;
}
h1.pd-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: #4a4a4a;
    padding-top: 15px;
    line-height: 24px;
    border-top: 1px solid #E4E2E2;
    text-transform: none;
    margin-bottom: 20px;
    text-align:center;
}
.pcon_r .pcon_info {
    line-height: 30px;
    color: 333;
}
.pcon_r .p_more {
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
}
.pcon {
    padding-top: 30px;
    float: left;
    width: 100%;
}
.pcon .tit {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-top:20px;
    background: #eee;
    color: #000;
    font-size: 18px;
}
.pcon .pinfo {
    display: block;
    line-height: 24px;
    padding: 20px 20px 30px 20px;
}
.pcon .pinfo img {
    max-width: 100%;
    margin: 0px auto;
}
.acon {
    float: left;
    width: 100%;
}
.acon .pinfo {
    display: block;
    line-height: 24px;
    padding: 20px 0 30px 20px;
}
.proIntro {
    color: #999;
    padding: 10px 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 5px;
}
.prosubmenu li {
    float: left;
    width: 32%;
    line-height: 24px;
}
.prosubmenu {
    padding: 3px 0 0 10px;
}
.sf-menu {
    display: table;
    width: 241px;
    margin: 0px auto;
    padding-bottom: 20px;
    border: 5px solid #eee;
    position: relative;
}
.sf-menu li {
    clear: both;
    border-bottom: 1px solid #eee;
    position: relative;
}
.sf-menu li a, .sf-menu li:hover a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding: 9px 0 6px 14px;
}
.sf-menu li a:hover {
    background-color: #f2f2f2
}
.sf-menu li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
    background: #ff525e;
}
.sf-menu li li.LiLevel2 a {
    line-height: 26px;
}
.sf-menu li li.LiProDetail a {
    width: 200px;
}
.sf-menu li li a, .sf-menu li:hover li a {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 6px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu ul {
    display: none;
}
.sf-menu li:hover ul {
    display: block
}
ul.sf-menu ul ul {
    position: absolute;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999
}
.sf-menu li li:hover {
    opacity: 1
}
.sf-menu li li li a, .sf-menu li:hover li li a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
ul.sf-menu li:hover > ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}
ul.sf-menu li.Level1 > a {
    background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.sf-menu1 {
    display: table;
    width: 220px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.sf-menu1 li {
    clear: both;
    border-bottom: 1px solid #EEE;
}
.sf-menu1 li a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    background: url(../bg/pico.png) 3px 15px no-repeat;
    padding: 9px 0 6px 14px;
}
.sf-menu1 li a:hover {
    background-color: #f2f2f2
}
.sf-menu1 li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
}
.sf-menu1 li li.LiLevel2 a {
    background: url(../bg/icon01.gif) no-repeat 8px 11px;
    line-height: 26px;
}
.sf-menu1 li li.LiProDetail a {
    background: url(../bg/ico_sort.png) no-repeat 8px 11px;
}
.sf-menu1 li li a {
    display: block;
    line-height: 20px;
    color: #777;
    padding: 2px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu1 li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu1 ul {
    visibility: visible
}
ul.sf-menu1 ul ul {
    position: absolute;
    left: 220px;
    width: 220px;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999
}
.sf-menu1 li li li {
    background: #FFF;
    padding: 0px;
}
.sf-menu1 li li:hover {
    opacity: 1
}
.sf-menu1 li li li a, .sf-menu1 li:hover li li a {
    text-decoration: none;
    background: url(../bg/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: -1px;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
ul.sf-menu1 li.Level1 > a {
    background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.sf-menu2 {
    display: table;
    width: 220px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.sf-menu2 li {
    clear: both;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.sf-menu2 li a, .sf-menu2 li:hover a {
    display: block;
    color: #0a4da6;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    background: url(../bg/pico.png) 3px 15px no-repeat;
    padding: 9px 0 6px 14px;
}
.sf-menu2 li a:hover {
    background-color: #f2f2f2
}
.sf-menu2 li li {
    clear: both;
    text-transform: capitalize;
    margin: 0px auto;
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.sf-menu2 li li.LiLevel2 a {
    background: url(../bg/icon01.gif) no-repeat 8px 13;
    line-height: 26px;
}
.sf-menu2 li li.LiProDetail a {
    background: url(../bg/ico_sort.png) no-repeat 8px 13px;
}
.sf-menu2 li li a, .sf-menu2 li:hover li a {
    display: block;
    line-height: 20px;
    color: #777;
    padding: 6px 0 4px 0px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 18px;
    font-weight: normal;
}
.sf-menu2 li li a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #555;
}
ul.sf-menu2 ul {
    display: none;
}
.sf-menu2 li:hover ul {
    display: block
}
ul.sf-menu2 ul {
    position: absolute;
    left: 220px;
    width: 220px;
    top: 0px;
    margin: 0px;
    visibility: hidden;
    border: 0px;
    border-radius: 0px;
    border-left: 0px;
    z-index: 999999;
    background: #EEE;
}
.sf-menu2 li li li {
    background: #FFF;
    padding: 0px;
}
.sf-menu2 li li:hover {
    opacity: 1
}
.sf-menu2 li li li a, .sf-menu2 li:hover li li a {
    text-decoration: none;
    background: url(../bg/ico_sort.png) #f2f2f2 no-repeat 8px 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 3px 12px;
    text-indent: 8px;
}
ul.pro-menu {
    margin-top: 0px;
    position: absolute;
    padding: 0px;
    text-transform: capitalize;
    left: 231px;
    top: 0px;
    z-index:999;
}
ul.sf-menu2 li:hover > ul {
    visibility: visible;
    margin: 0px;
    padding: 0px;
}
ul.sf-menu2 li.Level1 > a {
    background: url(../bg/pico1.png) 3px 15px no-repeat;
}
.lsec {
    margin-top: 10px;
    width: 240px;
    border: 5px solid #eee;
    padding: 15px;
}

@media screen and (max-width:1266px) {
    .procate_tit {
        display: none;
    }
    .procatefenleiimg {
        display: none;
    }
}

@media screen and (min-width:1004px) {
    .top .fl {
        min-width: 690px;
        overflow: hidden;
    }
    .pro_lb1 li:nth-child(4n+5) {
        clear: both
    }
}

@media screen and (max-width:1004px) and (min-width:960px) {
    .top .fl {
        float: none;
        clear: both;
        max-width: 100%;
    }
    .col2 {
        width: 27%
    }
    .col3 {
        width: 28%
    }
    .pro_lb1 li {
        width: 33.33%;
    }
    .pro_lb1 li:nth-child(3n+4) {
        clear: both
    }
}

@media screen and (max-width:960px) and (min-width:640px) {
    .logo {
        float: none;
        width: 100%;
        text-align: center
    }
	.logo{
		width: 12%;
	}
    .head-text, .top .fr .xyz {
        display: none;
    }
    .logo img {
        max-height: 70px;
    }
    .prolist li {
        float: left;
        width: 98%;
        height: 200px;
        border: 1px solid #dddada;
        margin: 15px 0.8%;
    }
    .hotpro li {
        width: 50%;
    }
    .tnew, .lnew {

        float: none;
        width: 100%;
        clear: both
    }
    #nav .fl, #nav .fr {
        display: block;
    }
    #nav ul {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
    }
    #nav {
        height: 60px;
        position: relative;
    }
    .col1 {
        width: 50%;
    }
    .col2 {
        width: 262px;
        padding-right: 15px;
        float: right;
    }
    .col3 {
        padding-left: 15px;
        clear: both
    }
    .pro_lb1 li {
        width: 50%;
    }
    .pro_lb1 li:nth-child(2n+3) {
        clear: both
    }
    .pcon_r {
        word-break: break-word;
    }
    .newslist li a {
        width: 75%;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:960px) and (min-width:700px) {
    .pcon_l {
        float: none;
        width: 402px;
        margin: 0px auto;
        overflow: hidden;
    }
    .pcon_r {
        padding-left: 0px;
    }
    .pcon_r .pd-title, .pcon_r .pcon_info {
        padding-left: 20px;
    }
    .pcon_r .p_more {
        margin-left: 20px;
    }
    .zoomdiv, .jqZoomPup {
        display: none!important
    }
    .rnews li {
        float: none;
        display: block;
        width: 100%;
        margin: 0px auto;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:700px) and (min-width:480px) {
    .pcon_l {
        float: none;
        width: 400px;
        margin: 0px auto;
        overflow: hidden
    }
    .pcon_r {
        padding-left: 12px;
    }
    .zoomdiv, .jqZoomPup {
        display: none!important
    }
    .newslist li a {
        width: 75%;
    }
    .rnews li {
        float: none;
        display: block;
        width: 100%;
        margin: 0px auto;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    #nav li#liHome {
        border-left: 0px;
    }
}

@media screen and (max-width:640px) {
    .top .fl, .top .fr {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .tnew, .lnew {
        float: none;
        width: 100%;
        clear: both
    }
    .hotpro li {
        float: left;
        width: 50%;
    }
    .hotpro li.hotpro li .p_more {
        display: none
    }
    .tnew .tbox {
        height: 160px;
    }
    .tnew p {
        max-height: 106px;
    }
    .ttext {
        padding: 0 12px 0 172px;
    }
    .tnew img {
        width: 160px;
    }
    .prolist li {
        float: none;
        width: 98%;
        height: 160px;
    }
    .propic {
        height: 160px;
        width: 160px;
        text-align: center
    }
    .propic img {
        max-height: 160px;
        max-width: 160px;
    }
    .protext {
        padding: 0 12px 0 180px;
        font-size: 12px;
    }
    .protext h3 {
        font-size: 14px;
        margin-top: 25px;
    }
    .protext p {
        max-height: 40px;
        overflow: hidden;
    }
    .p_more {
        margin: 16px 0;
        display: inline-block;
        min-width: 85px;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: #FFF;
    }
    .col1, .col2 {
        display: none;
    }
    .col3 {
        float: none;
        width: auto;
        margin: 0px;
        padding: 0px;
    }
    .col3 h3 {
        text-indent: 15px;
    }
    .col4 {
        float: left;
    }
    .ccs {
        word-break: break-word;
        word-wrap: break-word;
        padding: 0 15px;
    }
    .col4 {
        float: left;
        padding-left: 15px;
    }
    .pro_lb1 li {
        width: 50%;
    }
    .sidebar {
        float: none;
        width: 100%;
        padding-top: 12px;
    }
    .main {
        padding: 6px 0 0 0px;
    }
    .sf-menu {
        display: table;
        width: 96%;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .lsec {
        margin-top: 10px;
        width: 96%;
        border: 5px solid #eee;
        padding: 15px;
        margin: 10px auto;
    }
    ul.sf-menu ul ul {
        display: none!important;
    }
    .ctit h3 {
        text-indent: 10px;
    }
    .newcon .prev, .newcon .next {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    .newcon {
        padding: 0 12px;
    }
    .procate_tit {
        display: none;
    }
    .procatefenleiimg {
        display: none;
    }
}
h1 {
    text-transform: capitalize;
}
.pro_lb0 {
    float: left;
    width: 100%
}
.pro_lb0 li {
    clear: both;
    border-bottom: 1px solid #EEE;
    padding: 8px 12px 8px 0;
}
.pro_lb0 li:hover {
    background: #fffcf3;
}
.pro_lb0 .fl {
    float: left;
    width: 26.5%;
	margin-right: 1.5vw;
}
.pro_lb0 .pimg {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #EEE;
    padding: 2px;
    overflow: hidden;
}
.pro_lb0 img {
    display: block;
    width: 100%;
}
.pro_lb0 .protxt {
    float: right;
    width: 71%;
    line-height: 20px;
    margin: 0px;
    padding: 6px 0 0;
}
.pro_lb0 .pinfo {
    display: block;
    font-size: 12px;
    color: #777;
    max-height: 64px;
    overflow: hidden;
}
.pro_lb0 strong {
    display: block;
    max-height: 38px;
    font-size: 14px;
    padding: 4px 0 6px 0;
    overflow: hidden
}
.pro_lb0 strong a {
    color: #333;
}
.pro_lb0 strong a:hover {
    color: #56ce3f
}
.pro_lb0 h3 {
    display: block;
    max-height: 34px;
    font-size: 14px;
    padding: 4px 0 6px 0;
    margin-bottom: 5px;
    overflow: hidden
}
.pro_lb0 h3 a {
    color: #333;
}
.pro_lb0 h3 a:hover {
    color: #ff525e;
}
.pro_lb1 h3 {
    font-weight: normal;
}
.pro_lb0 span {
    display: block;
}
.pro_lb1 {
    float: left;
    padding-top: 10px;
    width: 100%;
}
.pro_lb1 p {
    line-height: 24px;
}
.pro_lb1 li {
    float: left;
    width: 25%;
}
.pro_lb1 li .pp_box {
    margin: 15px 12px;
}
.pro_lb1 li a {
    display: block;
    position: relative;
}
.pro_lb1 li a img {
    width: 100%;
}
.pro_lb1 li a .text {
    width: 100%;
    height: 60px;
    background: #8f8f8f;
    position: absolute;
    z-index: 1;
    bottom: 0;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.pro_lb1 li a .tex {
    width: 100%;
    height: 40px;
    line-height: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.pro_lb1 li a:hover .text {
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.pro_lb1 .li0 {
    padding-right: 0;
}

@media screen and (max-width:640px) {
    .pro_lb0 .fl {
        width: 100%;
        margin-bottom: 15px;
    }
    .pro_lb0 img{
        width:auto;
        max-width:100%;
        margin:0 auto;
    }
    .pro_lb0 .protxt {
        width: 100%;
    }
}
.pages {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both
}
.pages a, .pages span {
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}
.pages a:link, .pages a:visited {
    color: #666;
    background: #FFF;
}
.pages a:hover, .pages a:active, .pages span.ctxt {
    color: #FFF;
    background: #333;
    color: #FFF;
    text-decoration: none
}
.newslist {
    margin: 12px auto 12px auto;
    float: left;
    width: 100%;
}
.newslist ul {
    padding-right: 16px
}
.newslist li {
    text-align: right;
    height: 36px;
    background: url(../bg/arrow-list.gif) 8px 10px no-repeat;
    border-bottom: 1px dashed #ddd;
    line-height: 32px;
    color: #888;
    overflow: hidden
}
.newslist li a {
    display:block;
    float: left;
    font-size: 14px;
    color:#333;
    text-align: left;
    text-indent: 6px;
}
.newslist li a:hover {
    color: #d22720;
    text-decoration: underline
}
.rnews, .rollPro {
    margin: 0px auto;
}
.rnews h3, .rollPro h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0 12px 0;
    color: #333;
    font-weight: normal;
    height: 30px;
    margin-bottom:10px;
}
.rnews li {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
}
.rnews li a {
    display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color:#333;
    border-bottom: 1px dashed #EEE;
}
.rnews li a:hover {
    color: #ff525e;
}
.rollPro {
    height: 220px;
    margin-bottom: 30px;
}
.rollPro .Cont {
    width: 94%;
    overflow: hidden;
    margin: 0px auto;
}
.rollPro .ScrCont {
    width: 10000000px;
}
.rollPro .pic {
    position: relative;
    width: 170px;
    height: 160px;
    margin: 0 3px;
    border: 1px solid #EEE;
    text-align: center;
}
.rollPro .pbox img {
    max-width: 162px;
    max-height: 100px;
}
.rollPro .pbox {
    width: 100%;
    height: 120px;
    text-align: center;
}
.rollPro p {
    height: 42px;
    overflow: hidden;
    line-height: 20px;
    position: absolute;
    bottom: 0;
}
.rollPro #List1, .rollPro #List2, .rollPro .wen_jt, .rollPro .Cont, .rollPro .pic {
    float: left;
}
.rollPro .wen_jt {
    width: 24px;
    padding-top: 45px;
}
.newcon {
    padding-top: 28px;
}
.newcon .tit {
    text-align: center;
    color: #000;
    font-size: 18px;
}
.newcon .time {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    width: 160px;
    margin: 0px auto;
    text-align: center;
}
.newcon p {
    color:#666;
    padding-top: 20px;
    line-height: 24px;
}
.pinfo {
    font-size: 14px;
}
.newcon .pn {
    padding: 12px 0 0 0;
    min-height: 59px;
}
.newcon .prev, .newcon .next {
    float: left;
    font-size: 16px;
    padding: 6px 0;
    width: 48%;
    white-space: nowrap;
    margin-right: 2%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 43px;
}
.newcon .prev a, .newcon .next a{
    color:#333;
}
.newcon .prev a:hover, .newcon .next a:hover{
    color:#ff525e;
}
.newcon .next {
    margin-right: 0;
}
.buybtn {
    clear: both;
    width: 200px;
    height: 40px;
    margin: 20px 0 0 0;
    text-align: left;
    line-height: 40px;
}
.buybtn a {
    display: inline-block;
    padding: 0 15px;
    color: #FFF;
    height: 40px;
    background: #0a4da6;
    border-radius: 2px;
    font-size: 18px;
}
.buybtn a:hover {
    background: #145cbc;
    color: #FFF;
    border-radius: 2px;
}
.pshare {
    float: left;
    padding: 8px 0 0 0;
}
.jsshare {
    text-align: center;
    padding-top: 8px;
}
.pshare li {
    float: left;
    width: 48%;
    height: 28px;
    line-height: 28px;
}
.pshare li img {
    vertical-align: middle;
    margin-right: 12px;
}
.jsshare span.stxt {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
    position: relative
}
.jsshare a, .jsshare a img {
    width: 35px;
    vertical-align: middle
}
.addthis_sharing_toolbox {
    display: inline-block
}
span.at-icon-wrapper, .at-icon-wrapper svg {
    width: 24px!important;
    height: 24px!important;
    line-height: 24px!important;
}
.p_more {
    margin: 16px 0;
    display: inline-block;
    min-width: 85px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #FFF !important;
}
.mmv {
    background-color: #ff525e;
    padding: 0px 13px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 1px rgba(0,0,0,0);
    transform: translateZ(0px);
    transition-property: color;
    transition-duration: 0.5s;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: color;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.mmv::before {
    background-color: rgb(25, 38, 52);
    transform-origin: 0% 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: transform;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
}
.mmv:hover {
    color: white;
    text-decoration: underline
}
.mmv:focus {
    color: white;
}
.mmv:active {
    color: white;
}
.mmv:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.mmv:focus::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.mmv:active::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
}
.dropdown:hover ul {
    display: block
}
.subscribe {
    margin-top: 19px;
}
.inner-banner {
    width: 100%;
}
.inner-banner img {
    width: 100%;height: 450px;
}
.lsec_tit {
    margin-top: 20px;
}
.ejfl{
    font-size:24px;
    margin:0 0 20px;
    font-weight:normal;
}

#xyz {
    right: 0;
    top: 10px;
}
.navigation-bar .container{
    position:relative;
}
@media (max-width:960px){
    #xyz{
        display:none;
    }
}


.ptit{ margin-top:30px;height: 40px; line-height: 40px; padding-left: 20px; background: #eee; color: #000; font-size: 18px;}
.rollPro1 {width:100%;margin:20px auto;overflow: hidden;}
.rollPro1 li { width:32%; float:left; margin-right:2%; text-align:center;}
.rollPro1 li a {color: #333;}
.rollPro1 li:nth-of-type(3n) { margin-right:0%;}
.rollPro1 li .pbox { border:1px solid #e2e2e2; padding:4px; height:180px;}
.rollPro1 li .pbox img { max-width:100%; max-height:170px;}
.rollPro1 li p { height:50px; line-height:25px; overflow:hidden; margin:10px auto;}
.pro-body { margin-bottom:10px;}
.table{border-collapse:collapse;}
.table td, .table th{border:1px solid #cdcdcd;padding:5px;}
.table p{padding:0px;margin:0px;}
.pshare{float:left;padding:8px 0 0 0;}
.jsshare {text-align:center;padding-top:8px;}
.pshare li{float:left;width:48%;height:28px;line-height:28px;}
.pshare li img{vertical-align:middle;margin-right:12px;}
.jsshare span.stxt{display:inline-block;font-size:14px;line-height:24px;padding:0 8px 0 0;position:relative}
.jsshare a,.jsshare a img{width:35px;vertical-align:middle}
.addthis_sharing_toolbox{display:inline-block}
.pdown1 #A_DownLoadProduct{display:inline-block;clear:both;height:32px;margin:16px 0 0 0;line-height:32px;background:url(../bg/down1_2.png) right top no-repeat;padding-right:50px}
.pdown1 #A_DownLoadProduct span{display:inline-block;height:32px;background:url(../bg/down1_1.png)no-repeat;padding:0 0 0 16px;}
.pdown2 #A_DownLoadProduct,.pdown3 #A_DownLoadProduct,.pdown4 #A_DownLoadProduct{display:inline-block;clear:both;height:45px;margin:16px 0 0 0;line-height:45px;padding-right:45px}
.pdown2 #A_DownLoadProduct span,.pdown3 #A_DownLoadProduct span,.pdown4 #A_DownLoadProduct span{display:inline-block;height:45px;background:url(../bg/down2_1.png)no-repeat;padding:0 12px 0 16px;}
.pdown2 #A_DownLoadProduct{background:url(../bg/down2_2.png) right top no-repeat;}
.pdown3 #A_DownLoadProduct{ background:url(../bg/down2_3.png) right top no-repeat;}
.pdown4 #A_DownLoadProduct{background:url(../bg/down2_4.png) right top no-repeat;}
.proCateTags{clear:both;padding:0 10px 8px 10px;margin:0 10px;border:1px solid #EEE;border-radius:5px;}
.proCateTags h3{font-size:14px;line-height:32px;margin:0px;padding:0px;}
.keywords{margin:12px auto;}
.keywords a{margin-right:10px;color:#2e66b5;line-height:1.8;text-decoration:underline;display:inline-block;white-space:nowrap;text-overflow:ellipsis;}
.keywords a:hover{text-decoration:none;}
.footlinks{
    width:100%;
    padding:5px 0;
    background-color:#ededed;
    font-size:13px;
    text-align:center;
}
.footlinks span{
    color:#161616;
}
.footlinks a{
    display:inline-block;
    color:#666;
    margin:0 5px;
}
.footlinks a:hover{
    color:#ff525e;
}
.prevNext a{
    display:inline-block;
    color:#ff525e;
}
.prevNext a:hover{
    text-decoration:underline;
}








/*xunpanstyle*/
.feedback {clear:both;margin:0px auto;padding:0px;margin:20px 0px 0px 0px;}
.submita {margin:16px auto;display:inline-block;padding:0 18px!important;line-height:22px;background:#ff9c00;border:0px;height:24px;color:#FFF;cursor:pointer;font-size:16px;}
.xh {color:#f00;padding:0 3px;}
#feedbackForm {margin:20px 0px 0px 0px;}
#feedbackForm .text {width:300px;height:26px;margin:10px 0px 0px 0px;font-size:12px;line-height:26px;padding:0px 0px 0px 5px;border:1px solid #ccc; background:none;}
#feedbackForm .lable {padding:10px 12px 0px 0px;line-height:30px;height:30px;text-align:right;}
#feedbackForm .atextarea {float:left;border:1px solid #ccc;height:100px;width:305px;ont-size:12px;margin-top:10px;line-height:24px;color:#666; background:none;}
#feedbackForm .smtcss {padding-right:112px;text-align:center;}
.table {border-collapse:collapse;}
.table td, .table th {border:1px solid #cdcdcd;padding:5px;}
.table p {padding:0px;margin:0px;}
.e_mobile {display: inline-block;height:25px;line-height:25px;background:url(../bg/emobile.png) 0px -50px no-repeat;text-indent:25px;}
.YqbYears{vertical-align:middle; padding-left:8px; margin-top:-6px;}

/*buchongstyle*/
.footlinks{
	background: #fff;
}
.footlinks span{
	float: left;
}

.dropdown-menu{
	background: #c80b0f;
	margin-top: 0px;
	border-radius: 0;
	text-align: center;
}
.dropdown ul li{
	width: 100%;
}
.footer .list li a{
	font-size: 0.6831vw;
	line-height: 28px;
}
.footer .list li a:hover{
	color: #c80b0f;
}
.leftContact .leftContact1  li{
	list-style: none;
	margin-top: 10px;
}

.pro_lb0 img{
	width:100%;
}
.pro_lb0 li p strong{
	/*width:90vw;*/
}
.plist .pro_lb0 li p{
	display: block;
	float: left;
	width: 70%;
}


@media screen and (max-width:1600px) and (min-width:960px) {
	.header-top .logo{
		margin-top: 16px;
	}

}
.sf-menu-index li ul{
	display: block;
	position: static;
}
.sf-menu-index li li.LiProDetail a{
	color:#000 ;
}
.sf-menu-index{
	width: 100%;
}
.sf-menu-index>li{

}
.sf-menu-index>li a{
	font-size: 16px;
	color: #c80b0f;
	font-weight: 900;
	border-bottom: 2px solid #8d8d8d;
}
.sf-menu-index .pro-menu li a{
	border: none;
}
.sf-menu-index li li a, .sf-menu-index li:hover li a{
	color: #000;
	width: 100%;
	font-size: 15px;
}
.sf-menu-index li li{
	background: #fff;
}
.sf-menu-index .menu-item>a:hover{
	color: #c80b0f;
}
.sf-menu-index li a, .sf-menu-index li:hover a {
	display: block;
	color: #c80b0f;
	line-height: 24px;
	font-size: 16px;
	padding: 9px 0 6px 14px;
}
.sf-menu-index li ul li a, .sf-menu-index li ul li:hover a{
	display: block;
	color: #333;
	line-height: 24px;
	font-size: 16px;
	padding: 9px 0 6px 14px;
}
/*.acon .pinfo{*/
	/*padding: 0 !important;*/
/*}*/
/*.feedbackForm{*/
	/*overflow: hidden;*/
/*}*/
/*.feedbackForm tr td{*/
	/*width:11.5942vw !important;*/
/*}*/
/*.feedbackForm tr td input{*/
	/*width:65.2173vw !important;*/
/*}*/
/*.feedbackForm tr td .atextarea{*/
	/*width:65.2173vw !important;*/
/*}*/
/*#feedbackForm .smtcss{*/
	/*padding-right: 74.8792vw !important;*/
/*}*/
.footlinks span{
	margin-top: 38px;
}
.header-menu ul li a{
	font-size: 16px;
}
