.header_top{
	width: 100%;
	background: #fafafa;
	height: 30px;
	line-height: 30px;
}
.header_top ul{
	margin-top: 8px;
}
.header_top ul li{
	float: left;
	height: 12px;
	line-height: 12px;
	background: url(../images/icon01.png) no-repeat 0;
	padding-left: 14px;
	margin-left: 20px;
}
.header_top ul li a{
	display: block;
	font-size: 12px;
	color: #666;
}
.header_top ul li a:hover{
	color: #f60;
}
.header_top ul li:last-child{
	border-right: 0;
}

.header_center{
	padding: 10px 0;
}
.search_section{
	width: 440px;
	margin: 0 auto;
}
.header_center .search_section form{
	display: flex;
	margin-bottom: 5px;
}
.header_center .search_section input.text{
	width: 360px;
	height: 34px;
	padding: 0 10px;
	border: 2px solid #f60;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	border-right: 0;
	font-size: 14px;
	color: #888;
}
.header_center .search_section input.submit{
	width: 80px;
	height: 34px;
	line-height: 34px;
	background: #f60;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	letter-spacing: 2px;
	cursor: pointer;
}
.header_center .search_section input.submit:hover{
	opacity: .9;
}
.header_center .search_section .tags li{
	float: left;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
}
.header_center .search_section .tags li a{
	color: #999;
	font-size: 12px;
}
.header_center .search_section .tags li a:hover{
	color: #f60;
}

.header_nav{
	background: #3d3529;
	width: 100%;
	box-shadow: 3px 3px 6px #999;
}
.header_nav .nav > li{
	float: left;
	position: relative;
	height: 50px;
	line-height: 50px;
	margin-right: 1px;
}
.header_nav .nav > li:hover > a,
.header_nav .nav > li.on > a{
	background-color: #f60;
}
.header_nav .nav > li.has{
	background-image: url(../images/icon02.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.header_nav .nav > li > a{
	display: block;
	padding: 0 38px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}

.header_nav .nav > li > ul{
	display: none;
	position: absolute;
	top: 50px;
	z-index: 2;
	background: #505050;
	box-shadow: 3px 3px 6px #404040;
}
.header_nav .nav > li:hover > ul{
	display: block;
}
.header_nav .nav > li > ul > li{
	float: left;
	position: relative;
	z-index: 2;
   min-width: 100%;
   white-space:nowrap;
}
.header_nav .nav > li > ul > li:last-child{
	border: 0;
}
.header_nav .nav > li > ul > li > a{
	display: block;
	font-size: 13px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
}
.header_nav .nav > li > ul > li > a:hover {
	color: #f60;
}
.header_nav .nav > li > ul > li > ul{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: #696969;
	box-shadow: 3px 3px 6px #404040;
}
.header_nav .nav > li > ul > li:hover > ul{
	display: block;
}
.header_nav .nav > li > ul > li > ul li{
	float: left;
	height: 32px;
	line-height: 32px;
   width: 100%;
	padding: 0 20px;
   white-space:nowrap;
}
.header_nav .nav > li > ul > li > ul li a{
	font-size: 12px;
	color: #fff;
}
.header_nav .nav > li > ul > li > ul li a:hover{
	color: #f60;
}

.m_mine{
	background: #fff;
	margin-bottom: 10px;
	display: none;
}
.m_mine ul{
	width: 100%;
	padding: 5px 2vw;
	background: #f60;
	display: flex;
	justify-content: space-around;
}
.m_mine ul li{
	font-size: 12px;
	color: #fff;
}
.m_mine ul li a{
	background: #fff;
	padding: 0 10px;
	font-size: 12px;
	color: #555;
	display: block;
	border-radius: 4px;
	letter-spacing: 1px;
}

.m_nav{
	background: #f9f9f9;
	padding-top: 10px;
	display: none;
}
.m_nav ul li{
	float: left;
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
}
.m_nav ul li a{
	display: block;
	font-size: 12px;
	color: #525252;
	letter-spacing: 1px;
}
.m_nav ul li img{
	width: 36px;
	margin: 0 auto;
}



.index_section_top{
	margin-top: 20px;
}
.index_section_top .left{
	width: 230px;
	height: 300px;
	border: 1px solid #f60;
	padding: 10px 15px;
	box-shadow: 3px 3px 6px #b38567;
}
.index_section_top .left h2{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.index_section_top .left p{
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	line-height: 1.6;
}

.index_section_top .banner{
	width: 700px;
	margin: 0 20px;
}
.index_section_top .banner img{
	width: 100%;
}
.swiper-pagination-bullet-active{
	background: #f60;
}

.index_section_top .right{
	width: 230px;
	border: 1px solid #f60;
	padding: 10px;
	box-shadow: 3px 3px 6px #b38567;
}
.index_section_top .right .login{
	height: 160px;
}
.index_section_top .right .login .user{
	margin: 0 auto;
}
.index_section_top .right .login .welcome{
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	text-align: center;
	margin: 6px 0;
}
.index_section_top .right .login ul li{
	float: left;
	width: 45%;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}
.index_section_top .right .login ul li:hover{
	opacity: .9;
}
.index_section_top .right .login ul li:nth-of-type(even){
	float: right;
}
.index_section_top .right .login ul li a{
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	background: #f60;
	text-align: center;
	box-shadow: 3px 3px 6px #b34902;
}
.index_section_top .right .login .loginOut{
	margin-top: 20px;
}
.index_section_top .right .login .loginOn li{
	font-size: 13px;
	text-align: center;
	color: #505050;
}
.index_section_top .right .login .loginOn li:last-child a{
	background: #ff954f;
}

.index_section_top .right .news_top{
	/*height: 118px;*/
	height: 112px;
}
.index_section_top .right .news_top a{
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size: 12px;
	color: #999;
}
.index_section_top .right .news_top a:hover{
	color: #f60;
}


.index_gg{
	margin: 20px 0;
}
.index_gg ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_gg ul li{
	width: 33%;
}
.index_gg ul li img{
	width: 100%;
}


.index_cont{
	text-align: center;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	padding: 20px 0;
}
.index_cont img{
	display: inline-block;
	max-width: 100%;
}


.footer{
	text-align: center;
	background: #454545;
	padding: 20px 0 10px;
	color: #818181;
}
.footer .footer_cont{
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.footer .bottom{
	font-size: 12px;
	margin-bottom: 10px;
}
.footer .rz{
	display: flex;
	justify-content: center;
}
.footer .rz li{
	margin-right: 10px;
}
.footer .rz li:last-child{
	margin-right: 0;
}

.m_footer{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #ff9147;
	padding: 5px 2vw;
}
.m_footer ul li{
	width: 25%;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
}
.m_footer ul li:last-child{
	border: 0;
}
.m_footer ul li a{
	display: block;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
}
.m_footer ul li a img{
	margin-right: 5px;
	width: 24px;
	height: 24px;
}

/*产品中心*/
.position .w1200 {
	letter-spacing: 1px;
	padding: 20px 0;
	color: #525252;
}
.position a {
	color: #525252;
	font-size: 14px;
}
.position .w1200 a:first-child{
	background: url(../images/icon06.png) no-repeat 0;
	padding-left: 18px;
}
.position a:hover{
	color: #f60;
}
.position .w1200 a:first-child:hover{
	background: url(../images/icon07.png) no-repeat 0;
}

.fliter {
	background: #f5f5f5;
}
.fliter ul {
	border-bottom: 1px dotted #c7c7c7;
	padding: 15px 0 10px;
}
.fliter ul:last-child {
	border-bottom: 0;
}
.fliter ul li {
	float: left;
	margin-right: 10px;
   margin-bottom: 5px;
	font-size: 14px;
   color: #fff;
	letter-spacing: 1px;
   background: #3d3529;
   padding: 0 8px;
   border-radius: 7px;
}
.fliter ul li a {
	color: #fff;
}
.fliter ul li.on a,
.fliter ul li a:hover {
	color: #f60;
}

.pro_sction {
	padding: 30px 0;
}
.pro_sction ul li {
	width: 224px;
	float: left;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
}
.pro_sction ul li img {
	width: 100%;
}
.pro_sction ul li:nth-child(5n) {
	margin-right: 0;
}
.pro_sction ul li .title {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	letter-spacing: 1px;
	margin-top: 8px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro_sction ul li .title a:hover{
	color: #f60;
}
.pro_sction ul li .desc {
	font-size: 12px;
	color: #8e8e8e;
	margin: 6px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pro_sction ul li .price {
	font-size: 12px;
	color: red;
	float: left;
}
.pro_sction ul li .sales {
	font-size: 12px;
	color: #666;
	float: right;
}
.pro_sction ul li:hover {
	box-shadow: 3px 3px 6px #c5c5c5;
}

.pageList{
    width: 100%;
    text-align: center;
    padding: 50px 0 100px;
}
.pageList li{
    display: inline-block;
    margin-right: 5px;
}
.pageList li a{
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    color: #999;
}
.pageList li a:hover,
.pageList li.on a{
    background: #f60;
    color: #fff;
}

/*产品详情*/
.pro_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.pro_top .imgBox{
	width: 300px;
	
}
.pro_top .imgBox img{
	width: 100%;
	box-shadow: 2px 2px 4px #6f6f6f;
}
.gallery-top{
	border: 1px solid rgba(0,0,0,.1);
	padding: 5px;
}
.gallery-thumbs{
	margin-top: 10px;
}
.swiper-slide-thumb-active{
	border: 1px solid #f60;
}
.pro_top .center{
	width: 420px;
}
.pro_top .center .title{
	font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.pro_top .center .price{
	height: 40px;
	line-height: 40px;
	background-color: #e9e9e9;
	color: #FF0036;
    font-size: 24px;
    font-weight: bolder;
    padding: 0 10px;
}
.pro_top .center .price .fr{
	font-size: 12px;
    color: #666;
    font-weight: normal;
}
.pro_top .center .price span{
	display: inline-block;
	width: 50px;
	font-size: 12px;
    color: #666;
    font-weight: normal;
}
.pro_top .center .desc{
	font-size: 12px;
    color: #666;
    padding: 20px 0;
}
.pro_top .center .fenlei span{
	display: inline-block;
	width: 50px;
	font-size: 12px;
    color: #666;
    line-height: 23px;
}
.pro_top .center .fenlei ul li{
	float: left;
	margin-right: 15px;
	border: 1px solid #eee;
	padding: 0 10px;
	font-size: 13px;
	color: #999;
	cursor: pointer;
}
.pro_top .center .fenlei ul li.on{
	background: #f60;
	color: #fff;
	border-color: #f60;
	box-shadow: 2px 2px 4px #6f6f6f;
}
.pro_top .center .fenlei ul li:hover{
	border-color: #f60;
}
.pro_top .center .buy{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #f60;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
	box-shadow: 2px 2px 4px #6f6f6f;
}

.pro_top .pro_kf{
	width: 200px;
}
.pro_top .pro_kf .pro_kf_section{
	border: 1px solid #e5e5e5;
	border-top: 0;
	padding: 10px 20px 20px 20px;
}
.pro_top .pro_kf .pro_kf_section .desc{
	font-size: 12px;
	color: #333;
	text-align: center;
}
.pro_top .pro_kf .title{
	text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
}
.pro_top .pro_kf ul{
	padding-top: 10px;
}
.pro_top .pro_kf ul li{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding-left: 64px;
	margin-top: 10px;
}
.pro_top .pro_kf ul li:first-child{
	margin-top: 0;
}
.pro_top .pro_kf ul li.qq{
	background: url(../images/qq4.gif) no-repeat center;
}
.pro_top .pro_kf ul li.ww{
	padding-left: 0;
}
.pro_top .pro_kf ul li.ww img{
	width: 90px;
	height: 22px;
	margin: 0 auto;
}
.pro_top .pro_kf ul li.skype{
	background: url(../images/bg_skype.png) no-repeat center;
}
.pro_top .pro_kf .wx{
	width: 84px;
	margin: 10px auto 0;
}

.pro_cont_section{
	margin: 40px 0;
}

.pro_cont_section .pro_sales{
	width: 200px;
	border: 1px solid #e5e5e5;
}
.pro_cont_section .pro_sales .title{
	text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 14px;
}
.pro_cont_section .pro_sales ul{
	padding: 10px 0;
}
.pro_cont_section .pro_sales ul li{
	overflow: hidden;
	padding: 8px 5px;
	border-top: 1px dotted #eee;
}
.pro_cont_section .pro_sales ul li:first-child{
	border-top: 0;
}
.pro_cont_section .pro_sales ul li .imgBox img{
	width: 50px;
	height: 50px;
	box-shadow: 2px 2px 4px #6f6f6f;
}
.pro_cont_section .pro_sales ul li .cont{
	width: 128px;
	margin-left: 10px;
}
.pro_cont_section .pro_sales ul li .cont a{
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	color: #247FBD;
}
.pro_cont_section .pro_sales ul li .cont a:hover{
	color: #f60;
}
.pro_cont_section .pro_sales ul li .cont p{
	font-size: 12px;
	color: #f60;
}

.pro_cont_section .pro_cont{
	width: 780px;
    border: 1px solid #e5e5e5;
}
.pro_cont_section .pro_cont .title{
    background-color: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}
.pro_cont_section .pro_cont .title li{
	float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    cursor: pointer;
}
.pro_cont_section .pro_cont .title li.on{
	background: #fff;
	position: relative;
	top: 1px;
	border-color: #e5e5e5;
}
.pro_cont_section .pro_cont .title li.t_xq.on{
	border-left: 0;	
}
.pro_cont_section .pro_cont .cont{
	padding: 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}
.pro_cont_section .pro_cont .cont.cont_gz{
	display: none;
}

/*下载中心*/
.download_sction{
	background: #fbfbfb;
}
.page_nav{
}
.page_nav ul {
	display: flex;
	justify-content: center;
}
.page_nav ul li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
}
.page_nav ul li:last-child {
	margin-right: 0;
}
.page_nav ul li a {
	display: block;
	padding: 0 20px;
	border-radius: 4px;
	background: #3d3529;
	color: #fff;
	font-size: 14px;
}
.page_nav ul li a:hover{
	background: #f60;
	color: #fff;
}

.dl_title{
	margin-top: 30px;
	width: 100%;
}
.download_list{
	margin-top: 20px;
}
.download_list > li{
	float: left;
	width: 386px;
	padding: 15px 5px;
	background: #ececec;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 3px 3px 6px #c5c5c5;
}
.download_list > li:hover{
	box-shadow: 3px 3px 6px #929292;
}
.download_list > li:nth-child(3n){
	margin-right: 0;
}
.download_list > li .fl{
	border-radius: 12px;
	box-shadow: 3px 3px 6px #3d3529;
}
.download_list > li .fr{
	width: 250px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.download_list > li .title {
	font-size: 16px;
	font-weight: normal;
	color: #444;
	line-height: 1.2;
}
.download_list > li .title a:hover{
	color: #f60;
}
.download_list > li .desc {
	font-size: 14px;
	color: #6d6d6d;
	margin: 6px 0;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.download_list > li ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.download_list > li ul li{
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 1;
}
.download_list > li ul li a{
	display: block;
	width: 84px;
	height: 21px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/dl01.png);
	background-repeat: no-repeat;
	background-size: 84px 21px;
	margin-bottom: 2px;
}
.download_list > li ul li:nth-child(2) a{
	background-image: url(../images/dl03.png);
}
.download_list > li ul li:nth-child(3) a{
	background-image: url(../images/dl04.png);
}
.download_list > li ul li:last-child a{
	background-image: url(../images/dl02.png);
	background-size: 88px 21px;
    width: 88px;
}
.download_list > li ul li a:hover{
	opacity: .8;
}
.download_list > li ul li .dl_click{
	cursor: zoom-in;
}
.download_list > li ul li .dl_code{
	display: none;
}


/*常见问题*/
.question_list{
	margin-top: 10px;
}
.question_list li{
	float: left;
	width: 590px;
	background: #ececec;
	box-shadow: 3px 3px 6px #c5c5c5;
	padding: 20px 10px;
	border-radius: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.question_list li:hover{
	box-shadow: 3px 3px 6px #929292;
}
.question_list li:nth-of-type(even){
	margin-right: 0;
}
.question_list li .fl{
	box-shadow: 3px 3px 6px #4a4a4a;
}
.question_list li .fl img{
	width: 120px;
   height: 120px;
}
.question_list li .fr{
	width: 450px;
	height: 120px;
	overflow: hidden;
	padding-left: 20px;
	letter-spacing: 1px;
}
.question_list li .fr .title{
	font-size: 16px;
	color: #444;
	line-height: 1.2;
}
.question_list li .fr .title:hover{
	color: #f60;
}
.question_list li .fr .desc{
	margin-top: 10px;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 1.6;
}

.position.detail .w1200{
	width: 1000px;
}
.question_detail{
	width: 1000px;
	margin: 0 auto;
}
.question_detail .title{
	font-size: 20px;
	color: #333;
	text-align: center;
}
.question_detail .c-d{
	font-size: 14px;
	color: #888;
	text-align: center;
	margin: 8px 0 30px;
}
.question_detail .cont{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-bottom: 50px;
}

/*联系我们*/
.contact_section_title{
	font-size: 30px;
	letter-spacing: 2px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}
.contact_section{
	background: #f5f5f5;
	border-top: 1px solid #E7E7E7;
	padding: 30px 0 80px;
	text-align: center;
}
.contact_title{
	font-size: 24px;
	color: #525252;
	letter-spacing: 2px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact_top{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	border: 2px solid #f60;
	padding: 20px;
	box-shadow: 3px 3px 6px #b38567;
}
.contact_top ul{
	padding: 10px;
	padding-right: 30px;
	border-right: 1px solid #f60;
}
.contact_top ul li{
	margin-bottom: 16px;
	text-align: center;
}
.contact_top ul li a{
	font-size: 14px;
	color: #444;
}
.contact_top ul li img{
	display: inline-block;
}
.contact_top ul li{
	padding-left: 26px;
	text-align: left;
}
.contact_top ul li.qq{
	background: url(../images/icon_qq.png) no-repeat 0;
}
.contact_top ul li.tel{
	background: url(../images/icon_tel.png) no-repeat 0;
	margin-bottom: 0;
}
.contact_top ul li.skype{
	background: url(../images/icon_skype.png) no-repeat 0;
}
.contact_top ul li.ww{
	padding-left: 0;
}
.contact_top ul li.ww img{
	height: 22px;
}
.contact_top ul li:hover{
	opacity: .8;
}
.contact_top .wx{
	height: 208px;
	padding-right: 30px;
	margin-left: 30px;
	border-right: 1px solid #f60;
}
.contact_top .wx:last-child{
	border-right: 0;
}
.contact_cont{
	color: #666;
	font-size: 14px;
	padding: 30px 0;
	background: #fff;
	line-height: 1.8;
}
.contact_cont img{
	max-width: 100%;
}

/*网站公告*/
.notice_section{
	background: #fbfbfb;
	padding: 20px 0 60px;
}
.notice_section .w1200{
	width: 1100px;
}
.notice_nav{
	width: 230px;
	background: #999;
}
.page_nav.notice_page_nav{
	display: none;
}
.notice_nav .title{
	width: 230px;
    height: 92px;
    background-color: #3d3529;
    border-radius: 5px 5px 0px 0px;
    padding-top: 14px;
    padding-left: 24px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.notice_nav .title b{
	color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
}
.notice_nav .title:after {
    content: '';
    display: block;
    height: 3px;
    width: 115px;
    background-image: url(../images/icon03.png);
    position: absolute;
    bottom: 19px;
    right: 0;
}
.notice_nav ul li{
	width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #f0f0f0;
    background-image: url(../images/icon04.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 200px;
}
.notice_nav ul li a{
	display: block;
	font-size: 14px;
	padding-left: 20px;
    color: #3a434c;
}
.notice_nav ul li:hover,
.notice_nav ul li.on {
    background-color: #f60;
    background-image: url(../images/icon05.png);
}
.notice_nav ul li:hover a,
.notice_nav ul li.on a{
    color: #fff;
}

.notice_cont{
	width: 850px;
	/* background-color: #f0f0f0; */
	background-color: #fff;
	padding: 20px 30px 50px;
	font-size: 14px;
	color: #444;
	line-height: 1.8;
	letter-spacing: 1px;
}
.notice_cont h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}


/*会员中心*/
.center_section{width: 1000px;font-size: 12px;text-align: center;color: #333;margin: 30px auto;}
.left{float:left;width:190px;background-color:#fff;text-align:left;border-bottom:#E1E1E1 solid 1px;}
.left .u1{float:left;width:188px;border-top:#f60 solid 2px;border-left:#E1E1E1 solid 1px;border-right:#E1E1E1 solid 1px;height:45px;}
.left .u1 li{float:left;}
.left .u1 .l1{font-size:18px;width:140px;padding:10px 0 0 10px;}
.left .u1 .l1 a{color:#f60;float:left;width:140px;}
.left .u1 .l1 a:hover{text-decoration:none;}
.left .cap{float:left;border:#E1E1E1 solid 1px;height:40px;line-height: 38px;font-size:15px;padding-left: 38px;width:188px;color:#000;font-weight:700;}
.left .c1{background:url(../images/c1.gif) no-repeat;background-position:15px 9px;}
.left .c2{background:url(../images/icon10.png) no-repeat 15px center;}
.left .c3{background:url(../images/icon09.png) no-repeat 15px center;}
.left .c4{background:url(../images/icon08.png) no-repeat 15px center;}
.left .c5{background:url(../images/c5.gif) no-repeat;background-position:15px 9px;}
.left .u2{border-left:#E1E1E1 solid 1px;border-right:#E1E1E1 solid 1px;width:188px;float:left;padding:5px 0 10px 0;}
.left .u2 li{float:left;font-size:14px;height:28px;line-height: 28px;}
.left .u2 li a:hover{text-decoration:none;}
.left .u2 .l1{background:url(../images/dian.gif) no-repeat 0;background-position-x:28px;width:133px;padding-left: 38px;}
.left .u2 .l2{/*width:45px;*/text-align:right;}
.left .u2 .l1 .s1{float:left;color:#fff;text-align:center;font-family:Arial, Helvetica, sans-serif;position:absolute;background:url(../images/icon2.png) left top no-repeat;width:18px;height:17px;padding:1px 0 0 0;margin:-12px 0 0 130px;}

.iright{width:578px;float:left;margin-left:10px;text-align:left;}
.iright .ircap{float:left;width:574px;border-bottom:#E1E1E1 solid 1px;height:45px;}
.iright .ircap li{float:left;}
.iright .ircap .l1{font-size:16px;padding:13px 0 0 10px;}
.iright .jb{float:left;width:576px;background-color:#fff;border:#E1E1E1 solid 1px;border-top:#f60 solid 2px;}
.iright .jb .tx{float:left;width:110px;margin:20px 0 0 20px;text-align:center;}
.iright .jb .u1{float:left;font-size:14px;padding:20px 0 0 10px;width:315px;height:168px;border-right:#E1E1E1 solid 1px;}
.iright .jb .u1 li{float:left;}
.iright .jb .u1 .l1{width:315px;height:35px;}
.iright .jb .u1 .l2{width:50px;height:40px;padding:5px 0 0 0;}
.iright .jb .u1 .l3{width:240px;height:45px;}
.iright .jb .u1 .l3 img{float:left;margin-right:10px;border:0;}
.iright .jb .u2{float:left;width:129px;height: 168px;text-align:center;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.iright .jb .u2 li{margin-bottom: 15px;line-height: 1.3;}
.iright .jb .u2 li:last-child{margin-bottom: 0;}
.iright .jb .u2 li strong{color: #f60;font-size: 16px;}
.iright .jb .u2 input.my_btn{color:#fff;font-size:14px;cursor:pointer;width:68px;height:24px;	background-color:#F57403;border:#D66500 solid 1px;}
.iright .tuig{float:left;width:576px;border:#E1E1E1 solid 1px;border-top:0;text-align:left;background-color:#FDF7F7;}
.iright .tuig .u1{float:left;width:576px;}
.iright .tuig .u1 li{float:left;}
.iright .tuig .u1 .l1{padding:5px 10px 0 10px;line-height:20px;width:556px;}
.iright .tuig .u1 .l1 strong{font-size:16px;color:red;font-family:Arial, Helvetica, sans-serif;}
.iright .tuig .u1 .l2{width:556px;padding:3px 10px 5px 10px;}
.iright .tuig .u1 .l2 input{float:left;width:470px;height:20px;border:#ccc solid 1px;font-weight:700;}
.copy_btn{float: right;font-size: 12px;cursor: pointer;color: #fff;padding: 2px 6px;border: none;background: #f60;}
.iright .rzts{float:left;width:576px;background-color:#fff;border:#E1E1E1 solid 1px;border-top:#f60 solid 2px;margin:10px 0 0 0;}
.iright .rzts .u1{float:left;width:546px;border-bottom:#E1E1E1 solid 1px;height:45px;margin-left:15px;}
.iright .rzts .u1 li{float:left;padding:16px 0 0 0;height:45px;}
.iright .rzts .u1 .l1{width:130px;padding-left:30px;font-weight:700;}
.iright .rzts .u1 .ok{background:url(../images/gou.gif) left center no-repeat;}
.iright .rzts .u1 .err{background:url(../images/delbtn.png) left center no-repeat;}
.iright .rzts .u1 .l2{width:346px;}
.iright .rzts .u1 .l3{width:60px;text-align:right;}
.iright .rzts .u1 .l3 a{color:#2B6B8F;}
.iright .rzts .u0{border-bottom:0;}

.icb{width:212px;float:left;margin-left:10px;text-align:left;}
.icb .kf{width:213px;background-color:#fff;border:#E1E1E1 solid 1px;border-top:#f60 solid 2px;padding-bottom: 6px;}
.icb .kf .u1{float:left;width:100px;font-size:14px;padding-bottom:10px;}
.icb .kf .u1 li{float:left;}
.icb .kf .u1 .l1{padding:8px 0 0 10px;width:200px;}
.icb .kf .u1 .l2{padding-bottom:2px;}
.icb .kf .u1 .l2 a{float:left;margin:10px 0 0 10px;background:url(../images/qq4.gif) left top no-repeat;background-size: 77px 20px;height:20px;line-height: 18px;width:90px;font-size:12px;padding-left: 23px;}
.icb .kf .u1 .l3 a{float:left;margin:10px 0 0 10px;display: block;background:url(../images/bg_skype.png) no-repeat center/100% 100%;width: 77px;height: 19px;line-height: 17px;font-size:12px;padding-left: 26px;}
.icb .kf .u1  a:hover{text-decoration:none;color:#ff6600;}
.icb .icbcap{float:left;width:212px;border-bottom:#E1E1E1 solid 1px;height:45px;}
.icb .icbcap li{float:left;}
.icb .icbcap .l1{font-size:16px;padding:13px 0 0 10px;}

.icbad .ad1{margin-top: 10px;}

.slide_kf{
	position: fixed;
	right: 0;
	bottom: 0;
	background: #f57403;
	padding: 40px 10px 20px;
	box-shadow: 3px 3px 6px #f57403;
}
.slide_kf .kf{
	position: relative;
	background: #fff;
	padding: 10px;
}
.slide_kf .kf_close{
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
	background: #fff;
	font-size: 12px;
	color: #555;
	border-radius: 5px;
	padding: 0 5px;
}
.slide_kf ul li{font-size: 12px;color: #555;margin-bottom: 10px;height: 20px;line-height: 18px;width: 77px;}
.slide_kf ul li a{text-indent: 23px;display: block;}
.slide_kf ul li.qq{background: url(../images/qq4.gif) no-repeat center/77px 20px;}
.slide_kf ul li.ww{}
.slide_kf ul li.skype{background: url(../images/bg_skype.png) no-repeat center/77px 20px;}
.slide_kf ul li.wx{height: auto;margin-bottom: 0}


/*表单*/
.page_register{padding: 30px 0;}
.register{width: 450px;}
.register h2{font-size: 22px;color: #555555;margin-bottom: 30px;padding-left: 120px;}
.input_box{font-size: 14px;color: #333;margin-bottom: 15px;line-height: 34px;}
.input_box.line_block{display: inline-block;display: flex;flex-wrap: wrap;}
.input_box.line_block .lable{width: 120px;line-height: 34px;text-align: right;padding-right: 0;}
.input_box.line_block input{width: 150px;}
.input_box .lable{width: 120px;text-align: right;padding-right: 20px;}
.input_box input{width: 330px;height: 34px;border: 1px solid #eee;border-radius: 4px;padding: 0 10px;}
.button{height: 34px;line-height: 34px;color: #fff;font-size: 14px;padding: 0 20px;border-radius: 4px;cursor: pointer;margin-left: 120px;display: inline-block;}
.submit{background: #f60;}
.reset{background: #ccc;margin-left: 30px;}
.others{border-top: 1px solid #eee;padding: 20px 0;margin-top: 20px;}

.center_right{float: right;width: 800px;padding: 10px;border: #E1E1E1 solid 1px;border-top: #f60 solid 2px;}
.page_title{height: 34px;text-align: left;font-size: 18px;color: #f60;border-bottom: #E1E1E1 solid 1px;margin-bottom: 15px;}
.page_myList form{display: flex;flex-wrap: wrap;}
.center_right .my_list{width: 100%;padding: 20px 0;}
.center_right .my_list .my_title{width: 100%;background-color: #f5f5f5;border: 1px solid #e8e8e8;text-align: center;}
.center_right .my_list .my_title li{float: left;width: 12%;padding: 10px 0;}
.center_right .my_list .my_title li:first-child{width: 52%;}
.center_right .my_list .qxsc{text-align: left;padding: 10px;background: #fbfafa;}
.center_right .my_list .qxsc .del{cursor: pointer}
.myList >li {border-top: 1px solid #ccc;}
.myList >li:last-child{border-bottom: 1px solid #ccc;}
.myList >li .top{text-align: left;padding: 5px;background: #eee;}
.myList >li >ul{display: flex;align-items: center;}
.myList >li >ul li{float: left;width: 12%;padding: 10px 0;}
.myList >li >ul li:first-child{width: 52%;text-align: left;display: flex;align-items: center;color: #f60;}
.myList >li >ul li .imgBox{width: 60px;height: 60px;display: inline-block;margin-right: 10px;}
.myList >li >ul li .imgBox img{width: 100%;}

.my_fav ul{}
.my_fav ul li{width: 15%;margin-right: 2%;margin-bottom: 20px;float: left;}
.my_fav ul li:nth-child(6n){margin-right: 0;}
.my_fav ul li .imgBox{position: relative;}
.my_fav ul li .imgBox .del{position: absolute;right: 0;top: 0;width: 22px;height: 22px;background: rgba(0,0,0,.5) url(../images/icon17.png) no-repeat center;}
.my_fav ul li .imgBox .del:hover{background-color: #f60;}
.my_fav ul li .imgBox img{width: 100%;}
.my_fav ul li h2{font-size: 14px;color: #333;font-weight: normal;}
.my_fav ul li p{font-size: 12px;color: #f60;}

.pay_list{width: 100%;background-color: #f5f5f5;border: 1px solid #e8e8e8;padding: 10px;text-align: left;}
.pay_list .top{padding: 10px 0;border-bottom: 1px solid #e8e8e8;}
.radio_box{display: flex;align-items: center;padding: 10px 0;float: left;margin-right: 30px;}
.radio_box label{margin-left: 10px;}

.history{width: 100%;margin-bottom: 20px;}
.history table{width: 100%;border: 1px solid #e8e8e8;}
.history table tr th{background-color: #f5f5f5;color: #f60;height: 40px;}
.history table tr td{color: #333;height: 30px;}

.input_box select{width: 330px;height: 34px;border: 1px solid #e8e8e8;border-radius: 4px;padding: 0 10px;}
.cash .tips{font-size: 12px;color: #888;}
.tixian{position: relative;}
.tixian .all{position: absolute;right: 10px;cursor: pointer;color: #888;}

.authentication .top{background: #f5f5f5;padding: 20px 0;margin-bottom: 10px;}
.authentication .lable{width: 140px;}
.lable span{color: red;}
.authentication .input_box{display: flex;align-items: center;margin-bottom: 20px;}
.authentication input[type="file"]{border: none;height: auto;padding: 0;}


@media only screen and (max-width: 1200px){
	.center_right{width: 100%;}
	.page_register .imgBox{display: block;width: 100%;}
	.page_register .imgBox img{width: 100%;}
	.register{width: 100%;padding: 0 2vw;}
	.register h2{padding: 10px 0;text-align: center;}
	.input_box input{width: 54%;}
	.tixian{width: 54%;}
	.tixian input{width: 100%;}
	.input_box select{width: 54%;}
	.center_add .left{top: 0;display: none;}
	.input_box.line_block{width: 100%;}
	.input_box.line_block.date{text-align: center;justify-content: center;}
	.input_box.line_block.date .lable{width: 100%;text-align: left}
	.input_box.line_block.date input{width: 100%;}
	.center_right .my_list .my_title li,
	.myList >li >ul li{width: 17%;}
	.center_right .my_list .my_title li:first-child,
	.myList >li >ul li:first-child{width: 32%;}
	.input_box .tips{line-height: 1.3;width: 54%;text-align: left;font-size: 12px;}
	.my_fav ul li{width: 32%;}
	.my_fav ul li:nth-child(3n){margin-right: 0;}
	
	body{background: #efefef;}
	.w1200,.w1000{width: 100%;overflow: hidden;}
	.slide_kf,.header_nav,.header_top{display: none;}
	.m_mine,.m_nav,.m_footer{display: block;}
	
	.header_center{padding: 10px 2vw;display: flex;justify-content: space-between;align-items: center;}
	.header_center .fl{width: 30%;}
	.header_center .fl img{width: 100%;}
	
	.search_section{width: 50%;margin: 0;}
	.header_center:after{display: none;}
	.header_center .search_section form{margin-bottom: 0;}
	.header_center .search_section input.text {
	    width: 130px;
	    height: 24px;
	    font-size: 12px;
	}
	.header_center .search_section input.submit {
	    width: 80px;
	    height: 24px;
	    line-height: 24px;
	    font-size: 12px;
	}
	.header_center .search_section .tags,
	.index_section_top .right .login{display: none;}
	
	.index_section_top{margin-top: 0;padding: 10px;}
	.index_section_top>.w1200{border-radius: 10px;background: #fff;overflow: hidden;}
	.index_section_top .left{margin: 0 2vw;width: 96vw;height: auto;margin-bottom: 20px;display: none;}
	.index_section_top .banner{width: 100%;margin: 0;}
	.index_section_top .banner img{width: 100%;height: auto;}
	
	.index_section_top .right{width: 100%;border: none;padding-bottom: 0;box-shadow: none;}
	
	.index_gg{margin: 10px 2vw;border-radius: 10px;overflow: hidden;}
	.index_gg ul li{width: 100%;}
	.index_gg ul li img{border-radius: 10px;}
	
	.index_cont{margin: 0 2vw;padding: 10px;background: #fff;border-radius: 10px;overflow: hidden;}
	
	.footer{padding: 20px 2vw;margin-bottom: 40px;}
	.footer .rz{width: 100%;}
	.footer .rz li{max-width: 20%;}
	.footer .rz li img{width: 100%;height: auto;}
	
	.position{display: none;}
	.fliter{padding: 0 2vw;}
	.fliter ul li{font-size: 12px;}
	.fliter ul li a{font-size: 12px;}
	
	.pro_sction{padding: 20px 2vw;}
	.pro_sction ul li{width: 48%;margin-right: 4%;padding: 0;}
	.pro_sction ul li:nth-child(2n){margin-right: 0;}
	.pro_sction ul li:nth-child(5n){margin-right: 4%;}
	.pro_sction ul li img{height: auto;}
	
	.pro_top{width: 100%;padding: 20px 2vw;}
	.pro_top .imgBox{width: 100%;}
	.pro_top .center{width: 100%;margin: 20px 0;}
	.pro_top .pro_kf{width: 100%;background: #fff;display: none;}
	
	.pro_top .center .title{text-align: center;}
	.pro_top .center .buy{margin: 30px auto 0;width: 100%;}
	
	/*.pro_top .pro_kf > img{margin: 0 auto;}
	.pro_top .pro_kf ul{padding: 0;display: flex;flex-wrap: wrap;justify-content: space-around;}
	.pro_top .pro_kf ul li{width: 50%;float: left;padding-left: 21%;}
	.pro_top .pro_kf ul li:first-child{margin-top: 10px;}
	.pro_top .pro_kf .wx{width: 100px;margin-top: 10px;}*/
	
	.pro_cont_section .pro_cont{width: 100%;background: #fff;}
	.pro_cont_section .pro_sales{width: 100%;display: none;}
	/*.pro_cont_section .pro_sales ul{display: flex;flex-wrap: wrap;justify-content: center;}
	.pro_cont_section .pro_sales ul li{width: 30%;}
	.pro_cont_section .pro_sales ul li .imgBox{width: 100%;display: block;margin-bottom: 5px;}
	.pro_cont_section .pro_sales ul li .imgBox img{margin: 0 auto;}
	.pro_cont_section .pro_sales ul li .cont{width: 100%;margin-left: 0;text-align: center;}*/
	.pro_cont_section{margin: 0;}
	
	.pageList{padding: 20px 0 30px;}
	
	.page_nav{padding: 20px 2vw 0;}
	.page_nav ul{flex-wrap: wrap;justify-content: space-around;}
	.page_nav ul:after{display: none;}
	.page_nav ul li{margin-bottom: 10px;margin-right: 0;height: 24px;line-height: 24px;}
	.page_nav ul li a{padding: 0 10px;}
	.dl_title{margin-top: 20px;height: 30px;width: auto;}
	
	.download_list{padding: 0 2vw;}
	.download_list > li{width: 100%;}
	.download_list > li .fr{width: 64%;}
	
	.question_list{padding: 0 2vw;}
	.question_list li{width: 100%;}
   .question_list li .fl{width: 36%;}
   .question_list li .fl img{width: 100%;height: auto;}
	.question_list li .fr{width: 64%;}
	.question_list li .fr .title{font-size: 14px;display: block;}
	.question_list li .fr .desc{font-size: 12px;}
	
	.question_detail{width: 100%;padding: 20px 2vw;}
	.question_detail .title{font-size: 18px;}
	.question_detail .c-d{font-size: 12px;}
	
	.contact_section{padding: 20px 0 30px;}
	.contact_title{margin-bottom: 0;}
	.contact_top{flex-wrap: wrap;border: none;box-shadow: none;background: #fff;}
	.contact_top ul{border: none;}
	.contact_top .wx{border: none;margin-bottom: 20px;}
	
	.notice_section{padding-top: 0;}
	.notice_section .w1200{width: 100%;}
	.notice_nav{display: none;}
	.page_nav.notice_page_nav{display: block;padding-bottom: 20px;background: #f5f5f5;}
	.notice_cont{width: 100%;padding: 20px 2vw;}
	.notice_cont h2{font-size: 18px;}
	
	.center_section{width: 100%;}
	.left{width: 100%;position: relative;top: 366px;}
	.left .u1,.left .cap{width: 100%;}
	.left .u2 .l1{width: 50%;}
	.left .u2 .l2{width: 50%;text-align: right;padding-right: 20px;}
	.left .u1,.left .c4,{float: none;width: 100%;}
	.left .u2{float: none;width: 100%;}
	.left .u1 .l1,.left .u1 .l1 a{width: 100%;}
	
	.iright{width: 100%;margin: 0;}
	.iright .ircap{width: 100%;}
	.iright .jb{width: 100%;height: auto;position: relative;top: -614px;}
	.iright .tuig{width: 100%;position: relative;top: -614px;}
	.iright .jb .u2{width: 100%;height: auto;flex-direction: row;align-items: center;justify-content: space-around;padding: 10px 0;border-top: 1px solid #E1E1E1 ;}
	.iright .jb .u2 li{margin-bottom: 0;}
	.iright .tuig .u1,.iright .tuig .u1 .l1,.iright .tuig .u1 .l2,.iright .jb .u1 .l1{width: 100%;}
	.iright .jb .u1 .l3{width: auto;}
	.iright .jb .u1{width: 60%;border: none;}
	.iright .tuig .u1 .l2 input{width: 80%;}
	
	.iright .rzts{width: 100%;}
	.iright .rzts .u1{width: 100%;margin-left: 0;padding-left: 10px;}
	.iright .rzts .u1 .l1{width: 115px;}
	.iright .rzts .u1 .l2{width: 170px;padding-top: 5px;}
	.iright .rzts .u1 .l3{float: right;padding-right: 10px;}
	
	.icb{display: none;}
}


@media only screen and (max-width: 320px){
	.download_list > li .fl{width: 70px;height: 70px;}
	.download_list > li .fr{width: 70%;}
	.download_list > li .title{font-size: 14px;}
	.download_list > li .desc{font-size: 12px;}
	.download_list > li ul{flex-wrap: wrap;justify-content: center;margin-top: 7px;}
	.download_list > li ul li{width: 50%;margin-top: 8px;}
	.download_list > li ul li a{display: inline-block;}
	
	.question_list li .fl img{width: 80px;height: auto;}
	.question_list li .fr{width: 70%;}
	.question_list li .fr .desc{line-height: 1.7;}
	
	.center_section{margin: 20px auto;}
	.iright .jb .tx{width: 80px;}
	.iright .jb .tx a img{width: 80px;height: 80px;}
	.iright .jb .u1{float: right;}
	.iright .rzts .u1 li{padding: 12px 0 0 0;}
	.iright .rzts .u1 .l1{width: 96px;}
	.iright .rzts .u1 .l1{padding-left: 18px;}
	.iright .rzts .u1 .l2{width: 168px;}
	.iright .rzts .u1 .l3{width: 34px;}
	.iright .rzts .u1 .ok{background-position-x: -4px;}
	.iright .tuig .u1 .l2 input{width: 74%;}
	
	.header_center .search_section input.text{width: 110px;}
	.footer .footer_cont{font-size: 12px;}
}