/*!static/style/reset.scss*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: 400;
}
.clear {
	clear:both;
}
html {
	width: 100%;
	overflow-x: hidden;
	float: left;
}
body {
	width: 100%;
	float: left;
	line-height: 1;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	font-family: "Microsoft YaHei", Arial, sans-serif, "\5FAE\8F6F\96C5\9ED1", 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', PingHei, 'PingFang SC', PingFangSC-Light, STHeitiSC-Light, '        Light', 'Lantinghei SC'
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-underline: none;
	color: #6e6e6e;
}
a:hover, a:link, a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
body {
	background: #fff;
 -webkit-animation: int .8s;
 animation: int .8s;
}
@keyframes int {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes int {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*broswer check*/
.m-browser-mask {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 9000
}
.m-browser-box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 500px;
	margin: -250px 0 0 -500px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .75);
	box-shadow: 0 0 10px rgba(200, 200, 200, .75);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 45px;
	z-index: 9999
}
.m-browser-box .title {
	font-size: 30px;
	padding: 20px 0;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-left: 30px
}
.m-browser-box .subtitle {
	font-size: 22px;
	color: #717171;
	padding: 25px 0 25px 30px
}
.m-browser-box .list {
	width: 100%;
	height: 200px;
	margin-top: 50px
}
.m-browser-box .list li {
	float: left;
	width: 33%;
	margin-left: -55px
}
.m-browser-box .list li a {
	display: block
}
.m-browser-box .list li a .i-chrome, .m-browser-box .list li a .i-firefox, .m-browser-box .list li a .i-safari {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	margin-bottom: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.m-browser-box .list li a .i-chrome {
	background: url(../images/i-chrome.jpg) center no-repeat
}
.m-browser-box .list li a .i-firefox {
	background: url(../images/i-firefox.jpg) center no-repeat
}
.m-browser-box .list li a .i-safari {
	background: url(../images/i-safari.jpg) center no-repeat
}
.m-browser-box .list li a .text {
	display: block;
	font-size: 14px;
	text-align: center
}
.wrap {
	padding: 0 6.3%;
	position: relative;
	font-size: 100px;
}
.menu {
	float:right
}
.menu2, #m-menu {
	display: none;
}
#m-menu {
	box-sizing: border-box;
 font-size: .3rem;
	position: fixed;
	z-index: 999999999;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 1rem;
	color: #fff;
	padding-left: 30%;
	animation-duration: 1s;
	animation-name: fadeInRight;
}
#m-menu a {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2em;
	display: block;
}
#m-menu a .p1 {
	font-size: 1.2em;
}
#m-menu a .p2 {
	padding-top: .2em;
	color: #666;
}
#m-menu a.close {
	position: absolute;
 top: .4rem;
 right: .4rem;
}
#m-menu a.close img {
 width: .4rem;
 height: .4rem;
}
.header .menu2 {
	background: url(../images/icon-menu.png) no-repeat;
	background-size: 100%;
 width: .4rem;
 height: .36rem;
	position: absolute;
	z-index: 999;
 right: .4rem;
 top: .2rem;
}
#footer {
	display:none;
}
#float {
	position: fixed;
	top: 40%;
	right: 0;
	width:70px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	font-size: 12px;
	z-index:99999;
}
#float img {
	width:auto !important
}
#float .con {
	display: none;
}
#float a {
	text-align: center;
	display: block;
	border-top: #bfbfbf 1px solid;
	height: 70px;
	padding: 15% 0;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
#float a:hover {
	background-color: #e1e1e1;
}
#float a.t {
	height: 45px;
	border-top: none;
	padding: 5% 0;
}
#float .code {
	position: absolute;
	z-index: 100;
	left:-150px;
	bottom: 0;
	width: 150px;
	height: 150px;
	background-color: #fff;
	display: none;
}
#float .code img {
	width: 100%;
	max-height: 100%;
}
#float .tel {
	position: absolute;
	z-index: 100;
	left:-150px;
	bottom: 0;
	width: 150px;
	height: 70px;
	background-color: #fff;
	display: none;
	line-height:70px;
	font-size:1rem
}
#float a:hover .tel {
	display:block;
}
.bottom {
	line-height: 42px;
	height: 42px;
	background-color: #fafafa;
	color: #7d7d7d;
	font-size: 12px;
	text-align: center;
}
.bottom a {
	color: #7d7d7d;
}
.bottom .t {
	float: left;
	padding-right: 20px;
	position: relative;
	margin-right: 20px;
}
.bottom .t:after {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	width: 1px;
	background-color: #7d7d7d;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.bottom .c {
	overflow: hidden;
}
.bottom .c a {
	float: left;
	padding: 0 20px;
}
.bottom {
	padding:10px;
	overflow: hidden;
	height: auto;
	line-height:20px;
}
.bottom .t {
	margin-right: 5px;
	padding-right: 10px;
}
.bottom .t:after {
	height: 15px;
	background-color:#999;
}
.bottom .c a {
	padding: 0 5px;
	font-size: 12px;
}
.liuyan {
	position:fixed;
	bottom:0px;
	right:0px;
	width:240px;
	background:#FFF;
	line-height:36px;
	box-shadow:-4px -4px 20px 0px #7b7b7b
}
.liuyan .tit {
	line-height:35px;
	background:#f00;
	color:#fff;
	display:block;
}
.liuyan>div {
	margin-bottom:10px;
	padding:0 20px;
}
.liuyan input {
	height:36px;
	width:100%;
	padding-left:5px;
}
.liuyan textarea {
	height:100px;
	width:100%;
	padding-left:5px;
}
.liuyan .bnt input {
	width:50%;
	margin:auto;
	background:#f00;
	color:#fff;
	border:0
}
.index_news {
	padding:20px 0;
	background:#E5E5E5
}
.index_news ul:after {
	clear:both;
	display: table;
	content: " ";
}
.index_news ul li {
	width:32.3333%;
	margin:0.5%;
	float:left;
	background:#fff;
}
.index_news ul li .pic {
	padding-bottom: 56%;
	width: 100%;
	position: relative;
}
.index_news ul li .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_news_t {
	font-size: 28px;
	line-height:60px;
	height:60px;
}
.index_news_b {
	font-size: 18px;
	line-height:40px;
	height:40px;
}
.index_news ul li .tit {
	line-height:30px;
	font-size:16px;
	height:30px;
	overflow:hidden;padding:0 10px;
	text-align:left
}
.index_news ul li .tit strong {
	font-weight:normal;font-size:16px;
}
.index_news ul li .txt {
	line-height:25px;
	height:50px;
	overflow:hidden;
	padding:0 10px;
	color:#999;
	text-align:left
}
.index_news ul li .txt2 {
	height:30px;
	padding:0 20px;color:#999;
	background:url(../images/icos.gif) 10px center no-repeat;
	background-size: auto 40%;
}
.index_news ul li .txt2 p {
	float:left;
	padding-left:15px;
	line-height:30px;
}
.index_news ul li .txt2 i {
	float:right;
	font-style:normal
}
.nbd {
	border-top: 1px solid #f5f5f5;
 padding-top: .5rem;
 margin-top: .5rem;
	font-size: 1rem;
}
.nbd p {
	display: block;
	border: 1px solid #eee;
	border-radius: 20px;
	text-align: center;
	color: #b8b8b8;
	font-size: 16px;
	padding: 0 1rem;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 40%;
}
.nbd p a {
	color: #b8b8b8;
}
.nbd p {
	float: left;
}
 .nbd p:nth-child(2) {
 float: right;
}
.nbd p:hover, .nbd p.on, .nbd p:active, .nbd p:hover a, .nbd p.on a, .nbd p:active a {
	background-color: #e80303;
	color: #fff;
	border-color: #e80303;
}
@media all and (min-width: 1920px) {
 .wrap {
 padding:0;
 width: 1675px;
 margin: 0 auto;
}
}
 @media all and (min-width: 1920px) {
 .servicewrap {
 padding:0;
 width: 100%;
 margin: 0 auto;
}
}
.header {
 font-size: .18rem;
	overflow: hidden;
}
.header a {
	display: inline-block;
	width:120px;
	color: #666;
	font-weight: normal;
	text-align: center;
	font-size: 1rem;
}
.header a:hover, .header a.on, .header a:active {
	color: #3282cf;
}
.header a:hover .p1, .header a.on .p1 {
	display: none;
}
.header a:hover .p2, .header a.on .p2 {
	display: inline;
}
.header .logo {
	float: left;
	position: relative;
}
.header .logo a {
	font-size: 0 !important;
	width:auto;
	line-height: 0;
}
.header .logo h1 {
	padding: 0;
	margin: 0;
	font-size: unset;
	line-height:unset;
}
@media all and (min-width: 1024px) {
.header .logo img {
 bottom: 0;
 left: 0;
 height:78px;
 width:auto;
}
}
@media all and (max-width: 960px) {
 html {
font-size: 60px;
}
.wrap {
padding:0 20px;
box-sizing: border-box;
}
.header .menu {
display: none;
}
.header .menu2 {
display: block;
}
.header .logo img {
position:absolute;
height:45px;
width:auto;
bottom: 0;
left: 0;
}
#bt_footer {
display:none;
}
#footer {
display:block;
background-color: #4d4d4d;
}
#footer .top {
padding: 30px 0;
font-size: 12px;
color: #fff;
overflow: hidden;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
#footer .top a {
color: #fff;
}
#footer .wechat {
float: left;
width: 20%;
line-height: 1.4;
flex: 1;
}
#footer .wechat .flogo {
margin-bottom: 10px;
}
#footer .wechat .flogo img {
width: 90px;
}
#footer .link {
overflow: hidden;
line-height: 2;
flex: 4;
text-align: center;
}
#footer .link a {
display: block;
}
#footer .info {
line-height: 2;
flex: 1;
}
#footer .top {
padding: 10px;
flex-direction: column;
}
#footer .wechat {
width: 100%;
text-align: center;
font-size: 14px;
}
#footer .link {
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
}
#footer .link a {
display: inline-block;
}
#footer .info {
line-height: 1.5;
text-align: center;
font-size: 14px;
}
#float {
width: 60px;
}
#float a {
height: 60px;
font-size: 12px;
}
#float .con img {
width: 30px;
}
#float a:hover .tel {
display:none;
}
.index_news ul li {
width:49%
}
.liuyan {
display:none
}
 .nbd {
 border-top: 1px solid #f5f5f5;
 padding-top: .5rem;
 margin-top: .5rem;
 font-size: 1rem;
}
.nbd p {
 width:100%;
 max-width:100%;
 display:block;
 box-sizing:border-box;
 margin-bottom:.4rem;
 height:.6rem;
 line-height:.6rem;
}
 .nbd a.pr {
 float: none;
}
 .nbd a.nx {
 float: none;
}
}
}
.header .menu {
	text-align: right;
	text-transform: uppercase;
}
.header .menu p {
	display: inline;
}
.header .menu .p2 {
	display: none;
}
.header .menu a {
	line-height: 80px;
}
a.av {
	border: 2px solid #666;
	top: 9px;
	position: absolute;
	left: 70%;
	border-radius: 3px;
	padding: 5px 15px;
	line-height: 25px;
	font-size: 16px;
}
.p2 a:hover {
	background: #4a99e4;
	color: #fff;
	border: 3px solid #4a99e5;
}
.footer {
	background-color: #1b1b1b;
	height: 170px;
	margin-top: 130px;
	color: #fff;
	padding-top: 130px;
	font-size: 0;
}
.footer .flogo {
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}
.footer .rtxt {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	float: right;
	position: relative;
}
.footer .flogo .h1 {
 font-size: .36rem;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
.footer .flogo .h2 {
	font-size: 14px;
	color: rgb(169, 169, 169);
	line-height: 1.2;
}
.footer .rtxt .h3 {
 font-size: .18rem;
	color: rgb(255, 255, 255);
	line-height: 1;
	padding-bottom: 30px;
}
.footer .rtxt .h4 {
 font-size: .14rem;
	color: rgb(169, 169, 169);
	line-height: 1.6;
}
.footer .rtxt .r1 {
	width: 226px;
	display: inline-block;
	vertical-align: top;
}
.footer .rtxt .r2 {
	display: inline-block;
	padding: 0 70px 0 115px;
	vertical-align: top;
	float: right;
}
.footer .rtxt .r3 {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
@media all and (max-width: 1200px) {
 .footer .flogo {
 display: none;
}
 .footer .rtxt {
 width:100%;
 float:left;
}
}
.copyright {
	height: 99px;
	border-top: 1px solid #535353;
	color: #fff;
	font-size: 0;
	background: #1b1b1b;
}
.copyright .ctext {
	font-size: 14px;
	line-height: 99px;
	color: #a9a9a9;
	position: relative;
}
.gotop {
	font-size: 0;
	text-align: center;
	padding-top: 1.27rem;
	background: url('../images/gotop.png') no-repeat;
 background-size: .23rem .14rem;
	background-position: 50% 1.27rem;
	clear: both;
}
.gotop a {
	border-width: 1px;
	border-color: rgb(220, 220, 220);
	border-radius: 2rem;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-style: solid;
	display: inline-block;
	width: 128px;
 margin-top: .2rem;
	height:40px;
}
.copyright .cshare {
	bottom: 35px;
	right: 0;
	position: absolute;/* line-height: 100px; */
}
.copyright .cshare {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 8000;
	font-size: 100px;
}
 @media all and (max-width: 960px) {
 body {
 font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
 .copyright {
/* height: auto; */
    }
 .copyright .cshare {
 position: absolute;
 left: 0;
 font-size: 1rem;
}
 a.av {
 top:5px;
 width: 36px;
 left: 70%;
 border-radius: 3px;
 padding: 5px;
 line-height: 18px;
 font-size: 12px;
}
}
.copyright .cshare a {
	float: left;
	display: block;
 width: .4rem;
 height: .4rem;
 margin-left: .2rem;
	cursor: pointer;
	border: 1px solid #6c6c6c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #a0a0a0;
}
.copyright .cshare a.nav-share-b {
	background-image: url("../images/l-s-b.png");
	-webkit-background-size: cover;
	background-size: cover
}
.copyright .cshare a.nav-share-d {
	background-image: url("../images/l-s-d.png");
	-webkit-background-size: cover;
	background-size: cover
}
.copyright .cshare a.nav-share-x {
	background-image: url("../images/l-s-x.png");
	-webkit-background-size: cover;
	background-size: cover
}
.copyright .cshare a.nav-share-w {
	background-image: url("../images/l-s-w.png");
	-webkit-background-size: cover;
	background-size: cover
}
.copyright .cshare a:hover {
	border-color: #fff;
	background-position: 0 0;
	background-color: #fff
}
 @media all and (max-width: 960px) {
 .copyright {
 padding-top:1.5rem;
 width: 100%;
 float: left;
}
 .copyright .cshare {
 position:initial;
 left:0;
 font-size: 1rem;
 margin-top:-1.8rem;
}
 .copyright .cshare a {
 margin-left: 0;
 margin-right: .2rem;
}
 .copyright .ctext {
 position: relative;
 padding-top: 0;
 line-height: .45rem;
 font-size:.24rem;
 padding-bottom:.5rem;
 width: 100%;
}
 .footer {
        /*! font-family: arial; */
        background-color: #1b1b1b;
 height: auto;
 margin-top: 1.3rem;
 color: #fff;
 padding-top: .6rem;
 font-size: .2rem;
 line-height: .2rem;
 padding-bottom:.3rem;
 width: 100%;
 display: block;
 float: left;
}
 .footer .flogo {
 display: none;
}
 .footer .rtxt .r1, .footer .rtxt .r2 {
 width: 100%;
 display: inline-block;
 vertical-align: top;
 padding: 5px;
 float: left;
}
 .footer .rtxt .r3 {
 position:initial;
 float:left;
 margin-top: .24rem;
 margin-bottom: .24rem;
}
 .footer .rtxt .h3 {
 font-size: .34rem;
 line-height: 1;
 padding-top: .14rem;
 padding-bottom: .1rem;
}
 .footer .rtxt .h4 {
 font-size: .24rem;
 line-height: 2;
 margin-bottom:.4rem;
 display: block;
}
}
@media all and (max-width: 760px) {
.index_news ul li{ width:99%}
}
.banner {
	text-align: center;
	position: relative;
	font-size: 0;
}
.banner img {
	width: 100%;
}
.fullSlide {
	position: relative;
	margin: 0 auto;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide .hd {
	position: absolute;
	width: 100%;
	z-index: 1;
 bottom: .3rem;
 line-height: .3rem;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 width: .14rem;
 height: .14rem;
	border: none;
	border-radius: 100%;
	font-size: 0;
 margin: 0 .1rem;
	background-color: rgba(0, 0, 0, .2);
}
.fullSlide .hd ul .on {
	background-color: #D50404;
}
.fullSlide .prev, .fullSlide .next {
	z-index: 1;
	display: block;
 width: .33rem;
 height: .6rem;
	position: absolute;
	top:50%;
 margin-top: -.3rem;
	background: url(../images/icon-slide.png) 0 0 no-repeat;
 background-size: .99rem 1.2rem;
	z-index:999;
}
.fullSlide .prev {
 background-position: left -.6rem;
	left: 10%;
}
.fullSlide .next {
 background-position: right -.6rem;
	right: 10%;
}
.fullSlide .prev:hover, .fullSlide .next:hover {
	background-position-y: 0;
}
.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.dialog .dialog_mask {
	height: 100%;
	background: #2a2b2f;
	opacity: .9;
}
.dialog .dialog_main {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
}
.dialog .dialog_main_active {
	display: block;
}
.dialog .dialog_wx {
	width: 200px;
	margin: -160px 0 0 -145px;
	padding: 45px 45px 30px 45px;
}
.dialog .dialog_wx img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 1000px;
	margin-top: -1000px;
}
.dialog .dialog_wx p {
	line-height: 1;
	font-size: 18px;
	letter-spacing: 5px;
	text-align: center;
}
.gotop a:hover {
	background-color: #3282cf;
	color: #fff;
}
 @media all and (min-width: 1024px) {
 .fullSlide .bd li img {
 width: 100%;
 vertical-align: top;
}
.fullSlide .hd {
 position: absolute;
 width: 100%;
 z-index: 1;
 bottom: .3rem;
 line-height: .3rem;
 text-align: center;
}
 .fullSlide .hd ul {
 text-align: center;
 padding-top: 5px;
}
 .fullSlide .hd ul li {
 cursor: pointer;
 display: inline-block;
 width: 1rem;
 height: 1rem;
 border: none;
 border-radius: 100%;
 font-size: 0;
 margin: 0 .1rem;
 background-color: rgba(0, 0, 0, .2);
}
 .fullSlide .hd ul .on {
 background-color: #D50404;
}
 .fullSlide .prev, .fullSlide .next {
 z-index: 1;
 display: block;
 width: 60px;
 height: 60px;
 position: absolute;
 top:50%;
 margin-top: -.3rem;
 background: url(../images/icon-slide.png) 0 0 no-repeat;
 z-index:999;
}
.fullSlide .prev {
}
.fullSlide .next {
 background-position: right 0rem;
 right: 10%;
}
}
}
