/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
}
body,td,th {
	font-size: 12px;
	color: #484848;
	font-family:"微软雅黑","Arial Black",Verdana ,Gadget, sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
em,i{
	font-style:normal;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl2{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl3{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl4{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl5{
	height: 50px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.demoOver{
	background-color:#ece8de;
}
.demoBg{
	background-color:#fff;
}
.demoBg1{
	background-color:#ebf7fa;
}
.hide{
	display:none;
}
/*head start*/
.head_box{
	width:100%;
	height:auto;
	min-height:120px;
	margin:0px auto;
}
.head_set{
	width:100%;
	height:30px;
	margin:0px auto;
	background:-moz-linear-gradient(left,#f37d29,#ff605e);
	background:-webkit-gradient(linear,0 50%,100% 50%,from(#f37d29),to(#ff605e));
	background:-webkit-linear-gradient(left,#f37d29,#ff605e);
	background:-o-linear-gradient(left,#f37d29,#ff605e); 
}
.head_set center{
	width:1000px;
	height:auto;
	height:30px;
	text-align:left;
	font-size:13px;
	line-height:30px;
	text-indent:4px;
	margin:0px auto;
	color: #fff;
}
.head_set span{
	float:right;
	text-indent:0px;
}
.head_set b{
	width:1px;
	height:10px;
	float:right;
	background-color:#fff;
	margin:10px 15px 0px 15px;
}
.head_set span a{
	color:#fff;
}
.head_set span a:hover{
	color:#ffc;
}
.head_bg_box{
	width:100%;
	height:auto;
	min-height:90px;
	margin:0px auto;
	background-color: #fff;
}
.head_bg{
	width:1000px;
	height:auto;
	min-height:90px;
	margin:0px auto;
	position:relative;
}
.logo{
	width:260px;
	height:90px;
	float:left;
	background:url(../images/logo.png) no-repeat 1px center;
	background-size: 56%;
}
.logo a{
	width:260px;
	height:90px;
	display:block;
	margin:10px auto 0px auto;
}
.head_nav{
	width:740px;
	height: 68px;
	float: left;
}
.head_nav dl{
	padding: 0px;
	margin-top: 22px;
}
.head_nav dl dd{
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	position:relative;
}
.head_nav dl dd dl {
	width: 90px;
	height: auto;
	visibility: hidden;
	position: absolute;
	z-index: 20000;
	left: -11px;
	padding-top: 8px;
	margin-top: 0px;
}
.head_nav dl dd dl dd {
	width: 90px;
	height: 28px;
	line-height: 30px;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	background-color: #fe8d40;
}
.head_nav dl dd dl dd:last-child{
	background-image: none;
	background-color: #fe8d40;
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dd dl dd a {
	color: #fff;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.head_nav dl dd dl dd a:hover {
	background-color: #f37c2a;
	color: #fff;
}
.head_nav dl dd dl dd:last-child a:hover{
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dt{
	width: 38px;
	height: 30px;
	float: left;
}
.head_nav dl dd span{ 
	width:0; 
	height:2px; 
	background:#ff5f5e; 
	position:absolute; 
	bottom:0; 
	left:50%;
}
.head_nav dl dd:hover span,.head_nav dl dd.sel span{
	width: 100%;
	left:0;	
	transition: all 0.8s; 
}
.head_nav dl dd a{
	padding: 0px 2px;
}
.head_nav section{
	float: right;
	font-size: 13px;
	margin: 14px 1px 0px 0px;
}
.head_nav section a{
	color: #333;
}
.wx_box{
	position: absolute;
	top: 83px;
	right: 0px;
	width: 240px;
	height: 300px;
	display: none;
	z-index: 9999;
	background:url(../images/wx_triangle.png) no-repeat 0px 0px;
	border-radius: 0px 0px 3px 3px;
	background-color: #fff;
}
.wx_box b{
	width: 184px;
	height: 40px;
	font-size:20px;
	line-height: 40px;
	text-align: left;
	display: block;
	text-indent: 32px;
	margin: 20px auto 0px auto;
	background:url(../images/phone.png) no-repeat 0px center;
	background-size: 14%;	
}
.wx_box img{
	width: 178px;
	height: 178px;
	margin: 2px auto 0px auto;
	display: block;
}
.wx_box span{
	width: 168px;
	margin: 0px auto;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #999;
	padding-top: 2px;
}
/*head end*/
/*focus_box*/
.focus_box{
	width:100%;
	height:auto;
	min-height: 450px;
	margin:0px auto;
	position:relative;
	background-color: #f0f0f0;
}
.wrap{
	height: 450px;
	position: relative;
}
.wrapper{
	height: 450px;
	position: relative;
}
.product_list {
	position: relative;
	height: 100%;
}
.product_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
	z-index: -1;
}
.show{
	z-index: 1;
}
.bg_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.bg_main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg_box img {
	width: 100%;
	height: 450px;
}
.product_box .content {
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5;
	background:url(../images/f_bg.png) repeat 0px bottom;
}
.product_box h2 {
	width: 100%;
	height: 80px;
	margin: 320px auto 0px auto;
}
.product_box h2 b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.product_box h2 span {
	display: block;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
}
.btn_product {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}
.btn_product:hover {
	text-decoration: none;
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.product_box.show h2 {
	animation: tt_effect .6s .3s linear both;
	-webkit-animation: tt_effect .6s .3s linear both;
}
.product_box.show .btn_product {
	animation: opacity .5s 1s linear both;
	-webkit-animation: opacity .5s 1s linear both;
}
.product_btns {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 6;
	transition: bottom .3s;
	-webkit-transition: bottom .3s;
	z-index: 10;
}
.product_btns .content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*big size*/
.product_btns .btns_area {
	height: 10px;
	background:url(../images/head_spr.png) repeat 0px 10px;
	margin: 0px auto;
	position: relative;
}
.product_btns .btns_box {
	height: 10px;
}
.product_btns .btns_box a {
	width: 20px;
	height: 10px;
	float: left;
}
.product_btns .ic_line {
	position: absolute;
	height: 10px;
	left: 0;
	bottom: 0;
	transition: left .3s;
	-webkit-transition: left .3s;
	width: 10px;
	background:url(../images/head_spr.png) repeat 0px 0px;
}
.product_btns .btns_box .btn_ipr {
	margin: 0 5px 0 0;
}
.product_btns .btns_box .btn_xav {
	margin: 0 0 0 5px;
}
/*search_box*/
.search_box{
	width: 1000px;
	height: 52px;
	margin: 0px auto;
	background-color: #eee;
}
.search{
	width: 1000px;
	height: 52px;
	margin: 0px auto;
	line-height: 52px;
	font-size: 14px;
	text-align: left;
	text-indent: 42px;
	background:url(../images/info.png) no-repeat 15px center;
	background-size: 2%;
}
.search span{
	width: 240px;
	height: 30px;
	float: right;
	background-color: #fff;
	border-radius: 3px;
	margin: 10px 12px 0px 0px;
}
.search span i{
	width: 50px;
	height: 30px;
	float: right;
	border-radius: 0px 3px 3px 0px;
	background:url(../images/search.png) no-repeat center center;
	background-size: 36%;
	cursor: pointer;
	background-color: #f08519;
}
.search span input{
	float: left;
	width: 190px;
	height: 30px;
	text-indent: 5px;
	background-color: #fff;
	color: #999;
}
/*pic_show*/
.pic_show{
	width: 1000px;
	height: 226px;
	margin: 0px auto;
	position: relative;
}
.pic_show img{
	width: 100%;
	border-radius:3px;
}
#slideimg_bg img {
	width:1000px;
	height:226px;
	z-index:8;
    position: absolute; 
	top: 0px; 
	left: 0px; 
	opacity: 0.0;
}
#slideimg_bg img.active {
	 z-index: 10;
	 opacity: 1.0
}
#slideimg_bg img.last-active {
	z-index: 9
}
/*main_box*/
.main_box{
	width:100%;
	height:auto;
	min-height:600px;
	margin:0px auto;
}
.main_con{
	width:1000px;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
#qt_site{
	width:100%;
	height:65px;
	margin:0px auto;
	background-color:#fff;
	font-size:15px;
	text-align:left;
	line-height:65px;
	text-indent:50px;
	font-weight:bold;
	color:#f08519;
	border-bottom:solid 1px #eee;
	background:url(../images/icos_1.png) no-repeat 1px center;
	background-size: 4%;
}
#qt_site span{
	float:right;
	font-weight:normal;
	padding-right:20px;
	font-size:13px;
	color:#999;
}
#qt_site span a{
	color:#1e8efc;
}
#qt_site em{
	font-style:normal;
	padding:3px 12px 3px 12px;
	background-color:#eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
	margin-left:10px;
	font-weight:normal;
	font-size:13px;
}
#qt_site em a{
	color:#333;
}
#qt_site a:hover{
	text-decoration:underline;
}
/*about_box*/
.about_box{
	width:1000px;
	height: auto;
	display: block;
	min-height: 300px;
	margin: 0px auto;
}
.about_box h1{
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	position: relative;
	border-bottom: solid 1px #eee;
}
.about_box h1 section{
	width: 30%;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-weight: normal;
	font-size: 28px;
	text-align: left;
	margin:0px auto;
	padding-top: 22px;
}
.about_box h1 section span{
	color: #666;
	font-size: 18px;
	float: right;
	font-weight:bold;
	border-left:solid 1px #f2f2f2;
	padding-left: 20px;
}
.about_box h1 b{
	width: 20%;
	height: 28px;
	font-size: 14px;
	padding: 5px 20px;
	background-color: #fff;
	position: absolute;
	font-weight: normal;
	bottom: -20px;
	left: 380px;
	color: #999;
}
.about_con{
	width: 1000px;
	height: auto;
	min-height: 200px;
	margin: 40px auto 0px auto;
}
.about_con dl{
	width: 50%;
	height: auto;
	min-height: 260px;
	float: left;
	position: relative;
}
.about_con dl dt{
	width: 96%;
	float: left;
}
.about_con dl dt img{
	width: 100%;
	border-radius: 2px;
}
.about_con dl dd{
	width: 98%;
	height: auto;
	min-height: 260px;
	float: right;
}
.about_con dl dd b{
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	padding-top: 4px;
}
.about_con dl dd i{
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}
.about_con dl dd strong{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 50px;
	border-bottom: solid 1px #eee;
}
.about_con dl dd span{
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}
.about_box ul{
	width: 1000px;
	height: auto;
	min-height: 140px;
	margin: 50px auto 0px auto;
}
.about_box ul li{
	width: 25%;
	float: left;
}
.about_box ul li img{
	width: 88%;
}
.about_box ul li b{
	display: block;
	font-size: 15px;
	padding-top: 5px;
	font-weight: normal;
}
/*foot start*/
.foot_box{
	width:100%;
	height:160px;
	margin:0px auto;
	background-color: #fff;		
}
.foot_nav{
	width:100%;
	height:32px;
	margin:0px auto;
	background:-moz-linear-gradient(left,#f37d29,#ff605e);
	background:-webkit-gradient(linear,0 50%,100% 50%,from(#f37d29),to(#ff605e));
	background:-webkit-linear-gradient(left,#f37d29,#ff605e);
	background:-o-linear-gradient(left,#f37d29,#ff605e); 
}
.foot_nav dl{
	width:460px;
	height:32px;
	margin:0px auto;
}
.foot_nav dl dd{
	float:left;
}
.foot_nav dl dd{
	float:left;
	margin:0px 0px 12px 0px;
}
.foot_nav dl dd {
	float: left;
	font-size: 14px;
	line-height: 32px;
}
.foot_nav dl dd a {
	display: block;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}
.foot_nav dl dd a:hover {
	color: #fff;
}
.foot_nav dl dt {
	width: 1px;
	height: 14px;
	float: left;
	background: url(../images/foot_line.png) no-repeat 0px center;
	margin: 9px 12px 0px 12px;
}
.footer{
	width:700px;
	height:auto;
	min-height: 120px;
	margin:0px auto;
}
.footer dl{
	width:500px;
	height:auto;
	margin:0px auto;
	padding-top: 12px;
}
.footer dl dt{
	width:100%;
	height: 20px;
	display: block;
	margin:0px auto;	
}
.footer dl em{
	font-style:normal;
	display:block;
	width:500px;
	margin:0px auto;
	line-height:20px;
}
.footer dl em a{
	color: #d1292e;
}
.footer dl em a:hover{
	text-decoration: underline;
}
.footer ul{
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
.footer ul img{
	width: 100%;
   	border-radius: 3px;	
}
.plan_con{
	width:100%;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
.plan_con dl{
	padding:0px;
}
.plan_con dl dd{
	width:100%;
	height:50px;
	margin: 0px auto;
	display: block;
	text-align:left;
	line-height:50px;
	font-size:14px;
	border-bottom: dotted 1px #eee;
	text-indent:10px;
}
.plan_con dl dd img{
	width:18px;
	height:18px;
	float:left;
	padding-left:2px;
	margin-top:16px;
}
.plan_con dl dd b{
	padding-left:10px;
	font-size:12px;
	font-weight:normal;
}
.plan_con dl dd b a{
	color:#999;
}
.plan_con dl dd b a:hover{
	color:#e2ae11;
}
.plan_con dl dd span{
	width:90px;
	text-align:left;
	float:right;
	font-size:11px;
	color:#999;
}
.plan_con dl dd a{
	color:#333;
}
.plan_con dl dd a:hover{
	color:#000;
	text-decoration:underline;
}
/*page*/
.page_info{
	text-align:center;
	margin-top:15px;
	color:#333;
}
.page_info span{
	padding:0 2px;
	font-weight:bold;
}
.page_list{
	width:100%;
	height:46px;
	margin:20px auto 0px  auto;
	text-align:center;
	background-color:#fafafa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #fafafa;
	border-bottom-color: #fafafa;
}
.page_list span{
	display:block;
	margin-top:15px;
}
.page_list span a{
	color:#666;
	background:#ddd;
	text-align:center;
	padding:2px 7px;
	 margin:0px 4px;
}
.page_list span a:hover{
	color:#fff;
	background:#d1292e;
}
.page_list span a.on{
	color:#fff;
	background:#d1292e;
}
.news_conlp{
	width:1000px;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	overflow:hidden;
}
.news_conlp h3{
	width: 98%;
	height: 90px;
	margin: 0px auto;
	font-size:24px;
	text-align:center;
	line-height:90px;
	font-weight:bold;
	border-bottom: solid 1px #fff;
	color:#000;
}
.news_conlp h4{
	width: 98%;
	height: 50px;
	margin: 0px auto;
	font-size:13px;
	text-align:center;
	line-height:50px;
	font-weight:normal;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	color:#666;
}
.news_conlp h4 em{
	color:#999;
	font-style:normal;
}
.news_conlp h4 small{
	padding:0px 8px;
}
.small{
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	cursor:pointer;
}
.news_conlp h5{
	width:96%;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
	border-bottom: solid 1px #eee;
}
.big{
	color:#f00;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	cursor:pointer;
}
.news_show{
	width:88%;
	height:auto;
	min-height:400px;
	_height:300px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	text-align:left;
	line-height:26px;
	margin-top:40px;
    color:#000;
}
.news_show b a{
	color: #f00;
}
.commlist_box{
	width:950px;
	height:auto;
	text-align:left;
	margin:0px auto;
}
.preNext{position:relative;}
.preNext .pagetext{
	width:96%;
	height:80px;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	background-color:#fff;
}
.pagetext li{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	float:left;
	text-indent:10px;
	border-bottom:solid 1px #eee;
}
.pagetext li a{
	color:#001938;
}
.pagetext li a:hover{
	color:#000;
	text-decoration:underline;
}
.preNext .actBox{
	width:920px; 
	text-align:right; 
	margin:10px auto 0px auto
}
.preNext .actBox li{
	display:inline;
	padding-left:22px;
	margin-left:10px;
}
.preNext .actBox li img{
	width:26px; 
	height:25px;
	 padding-right:5px;
}
.preNext .actBox li a{
	color:#001938;
}
/*foot end*/
.wrapps{
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0px auto;
 	border-radius: 50%;
	border: 1px solid #ddd;
}
.wrapps span{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	right: -10px;
	top: 50px;
	font-size: 15px;
	z-index: 998;
}
.wrapps b{
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 20%;
	top: 20%;
	font-size: 40px;
	color: #7d7d7d;
	z-index: 888;
 	font-weight: normal;
}
.circle{
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #c70000;
	border-radius: 50%;
}
.circle:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	border: 2px solid #c70000;
	border-top: transparent;
	border-radius:  0 0 50% 50%/ 0 0 100% 100%;
	z-index: 2;
}
.top, .bottom{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	background: white;

}
.top{
	top: 0;
	z-index: 1;
	transform-origin: center bottom;
	animation: 1s back-half linear 1s;
	animation-fill-mode: forwards;
}
.bottom{
	z-index: 3;
	top: 50%;
	transform-origin: center top;
	animation: 1s front-half linear;
	animation-fill-mode: forwards;
}
@keyframes front-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
@keyframes back-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
.protocol{
	width:90%;
	height:auto;
	text-align: left;
	min-height:500px;
	margin:0px auto;	
}
.protocol h1{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 100px;
}
.protocol b{
	display: block;
	font-size: 20px;
	text-align: left;
	line-height: 22px;
	padding: 12px 0px;
}
.protocol span{
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	padding: 3px 0px;	
}
