﻿@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}

html,body{height:100%;}

body{padding:0;margin:0;font-size:0.16rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family: Arial,"微软雅黑";background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: Arial,"微软雅黑";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: Arial,"微软雅黑","宋体";}
aside{font-family:systr,Microsoft YaHei,arial, sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#0082ca;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #edeef2;
	background: #f7f7f7 url(../images/selectarr.png) no-repeat right 0.19rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{
            border-radius: 5px;
												background: #0082ca url(../images/scrollbg.png) center center no-repeat;
												}
::-webkit-scrollbar-button{
            height: 0px;width: 0;
            background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.auto{margin:0px auto;}
.show{ display:inline-block;vertical-align: middle;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1440{ z-index:1; position:relative; clear:both; max-width:14.4rem;width: 90%; margin:0px auto;}
.w1280{ z-index:1; position:relative; clear:both; max-width:12.8rem;width: 90%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.ptb80{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt80{padding-top:0.8rem;}
.pb80{padding-bottom:0.8rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flexj{display: flex;justify-content: center;}
.flexa{display: flex;align-items: center;}
.flexja{display: flex;justify-content: center;align-items: center;}
.flexcad{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flexcd{display: flex;justify-content: center;flex-direction: column;}
.flexbwa{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.flexba{display: flex;justify-content: space-between;align-items: center;}
.flexbw{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexb{display: flex;justify-content: space-between;}


/*font*/
.t-justify{text-align: justify;}
.Roboto{font-family: "Roboto";}
.DINM{font-family: "DINM";}
.fcred{color: #f0154a;}
.fc333{color: #333;}
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.l32{line-height: 0.32rem;}
.l36{line-height: 0.36rem;}
.f_666{color:#666;}
.f_999{color:#999;}
.f_blue{color:#00358a;}
.f_red{color:#e80c22;}
.date{font-family: "DINM";}
.f_lighter{font-weight: lighter;}
.iconfont{ font-size:0.24rem;display: inline-block;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.desc{color: #666;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
body{min-width:300px;}
::-webkit-scrollbar{width: 5px; height:5px;}
.f_lighter{font-weight:normal;}
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1000) * 100 * 1vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
}
	@media (max-width:580px) {
		select,input,textarea,button{font-size: 14px;}
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.l36{line-height: 24px;}
		.l32{line-height: 24px;}
		.iconfont{font-size: 16px;}
		.ptb80{padding-top:0.65rem;padding-bottom:0.65rem;}
	.pt80{padding-top:0.65rem;}
	.pb80{padding-bottom:0.65rem;}
	.SearchLost {display: inline-block;width: 100%}
	.SearchLost .txt,.SearchLost form{width: 100%;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ico{display:block;position: relative;align-items: center;justify-content: center;margin: 0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2,.item.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1,.item.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#666666;background-color:#eeeeee;margin:0 0.08rem;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:#0082ca;}
.Pages .arr {background-color:#fff;border: 1px solid #eeeeee;color: #333;}
.Pages .a_prevall i,.Pages .a_nextall i{margin: 0 -8px;}
@media ( max-width:640px){
.Pages{line-height: 30px;}
.Pages a{width: 30px;height: 30px;}
.Pages .a_prevall i,.Pages .a_nextall i{margin: 0 -5px;}
.Pages a{margin: 0 2px;}
}
/*pages end*/


/*Top*/
.Header{ height:1rem;line-height:1rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;background: #fff;}
.Header .w1440{position: static;}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {float: left;position: relative;z-index: 10;}
.Header .Logo img{height: 46px;transition: all 0.3s;}
.Header .Logo .show{display: none;}
.Header .Logo .hide{display: inline-block;}

.Searchico{ cursor:pointer;width:0.45rem;color:#0082ca;text-align: center;font-weight: bold;height: 0.45rem;line-height: 0.45rem;background:rgba(0,130,202,0.1);border-radius: 50%;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:25px;}
.searchbox{position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;text-align: left;width: 3.5rem;padding: 12px;background: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);right: 5%;}
.searchbox .input{width:calc(100% - 70px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background: #eee;}
.searchbox .input::-webkit-input-placeholder{color:#999;}
.searchbox .btn {width: 70px;height: 46px;color:#fff;background: #0082ca;position: absolute;right: 12px;top: 12px;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav{padding-right: 0.3rem;}
.MainNav li{float: left; padding: 0 0.5rem 0 0;}
.MainNav li:last-child{padding-right: 0;}
.MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0s;}
.MainNav span a:after{width: 0;left: 50%;height: 0;width:1px;position: absolute;background: rgba(0,130,202,0.2);content: "";transition: all 0.3s;bottom: 13px; z-index: 10;}
.MainNav span a:before{width: 0;left: 50%;height: 0;width:0;position: absolute;background:#0082ca;border:0 solid #fff;content: "";transition: all 0.3s;bottom: -7px;border-radius:50%;margin-left: -6px; z-index: 10;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#0082ca;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{height: 20px;}
.MainNav li:hover a:before,.MainNav li.onnav a:before{height: 14px;width: 14px;border:2px solid #fff;}
.MainNav li:nth-child(5) .NavPull,.MainNav li:nth-child(6) .NavPull,.MainNav li:nth-child(7) .NavPull,.MainNav li:nth-child(8) .NavPull{text-align: right;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:0;height: 80%; z-index:1001;color:#fff;font-family: Arial, Helvetica, sans-serif;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background:#333; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}

.Header .login{padding-left: 0.2rem;}
.Header .login a{color: #0082ca;}
.Header .login i{vertical-align: middle;margin: -2px 3px 0 0;}


.Header.fix,.Header:hover{box-shadow: 0 10px 10px rgba(0,0,0,0.08);background: #fff;}
.Header.fix .Logo .hide,.Header:hover .Logo .hide{display: inline-block;}
.Header.fix .Logo .show,.Header:hover .Logo .show{display: none;}
.Header.fix .MainNav span a,.Header:hover .MainNav span a{color: #333;}
.Header.fix .Searchico,.Header:hover .Searchico{color:#0082ca;background:rgba(0,130,202,0.1);}
.Header.fix .openbtn i,.Header:hover .openbtn i{background: #0082ca;;}
.Header.fix .MainNav li:hover span a,
.Header.fix .MainNav li.onnav span a,
.Header:hover .MainNav li:hover span a,
.Header:hover .MainNav li.onnav span a{color:#0082ca;}
.Header.fix .MainNav span a:after,.Header:hover .MainNav span a:after{background: rgba(0,130,202,0.2);}


.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:0;width:100%;padding:0.3rem 0;text-align: center;line-height: 0.48rem;background: rgba(0,32,79,0.7);}
.NavPull.null{display: none !important;}
.NavPull dd{display: inline-block;position: relative;overflow: hidden;vertical-align: top;}
.NavPull dd:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 25px;background: #0097e9;content: "";opacity: 0;transition: all 0.5s;}
.NavPull dd a{padding: 0 0.35rem;color: #fff;border-radius: 25px;position: relative;z-index: 2;}
.NavPull dd:hover:after{opacity: 1;}

@media(max-width:1024px){
.Header,.Header.fix{height: 50px;line-height: 50px;}
.Header .auto{padding-left: 5%;z-index: auto;}
.Header .Logo img{height: 35px !important;}
.Header .w1600{position: relative;z-index: 1000;}
.Header .tel span{display: none !important;}
.Header .menu {margin-right: 40px;}
.openbtn{display: block;}
.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#02438d;}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.MainNav li:hover a:after, .MainNav li.onnav a:after{display: none;}

.Header .login{padding-right:40px;}
.Searchico{margin-right: 14px;}
.searchbox{width: 90%;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0);line-height: 1.8;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.MainNav span a:after {bottom: 0;}
}
@media(max-width:480px){
	.Searchico .iconfont{font-size: 18px;}
}

/*Bottom*/
.Footer{ position:relative;padding: 0.59rem 0 0.38rem;background:#f1f8ff url(../images/footerbg.gif) 0px 0px no-repeat;border-top: 4px solid #0082ca;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer .SiteMap{float: left;width:62%;padding-bottom: 0.64rem;}
.Footer .SiteMap dl {flex: 1;}
.Footer .SiteMap dl dt{line-height: 0.57rem;font-size: 0.18rem;margin-bottom: 0.21rem;position: relative;}
.Footer .SiteMap dl dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap dl dt a{display: inline-block;vertical-align: top;border-bottom: 1px solid #dbdddf;position: relative;}
.Footer .SiteMap dl dt a:after{content: "";width: 11px;height: 11px;position: absolute;left: 0;bottom: -6px;border: 2px solid #0082ca;background: #f1f8ff;border-radius: 50%;transition: all 0.3s;}
.Footer .SiteMap dl:hover:hover a:after{left: 100%;}
.Footer .SiteMap dl dd a{transition: all 0.3s;color: #666666;}
.Footer .SiteMap dl dd a:hover{color: #0082ca;}

.Footer .Contact{width: 36.11%;float: right;color: #666666;padding-bottom: 0.64rem;}
.Footer .Contact .logo{border-bottom: 1px solid #dbdddf;padding: 0.21rem 0 0.3rem;margin-bottom: 0.27rem;}
.Footer .Contact .logo img{height: 0.6rem;}
.Footer .Contact dl{padding-bottom: 0.14rem;}
.Footer .Contact .item{margin-bottom: 0.1rem;position: relative;padding-left: 40px;min-height: 0.3rem;}
.Footer .Contact .item img{position: absolute;left: 0;top: 0;height: 30px;}

.Footer .Contact .ewm{text-align: center;line-height: 24px;}
.Footer .Contact .ewm img{display: block;margin: 0px auto 0.06rem;width: 1.4rem;height: 1.4rem;background: #fff;border: 1px solid #dbdddf;padding: 0.16rem;}

.Footer .Copyright{padding: 0.3rem 0 0.28rem;clear: both;border-top: 1px solid #dcdcdc;}

.totop{position:fixed;right:1.7%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.49rem;height: 0.49rem;line-height:0.49rem;z-index:210;background:#0082ca;color:#fff;box-shadow: 0 6px 30px rgba(0,130,202,0.2);border-radius: 50%;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop.fix{position: absolute;top: -0.25rem;bottom: auto;}
.totop.fix:hover{background-color:#d71617;}

@media(max-width:1024px){
	.Footer{padding: 0.5rem 0 0;}
	.Footer .SiteMap{display: block;float: none;width: auto;}
	.Footer .SiteMap dl{border-bottom: 1px solid rgba(0,0,0,0.08);padding-left: 0;margin-bottom: 5px;min-width: auto;float: none;}
	.Footer .SiteMap dl dd{display: none;padding-bottom: 9px;font-size: 15px;line-height: 30px;}
	.Footer .SiteMap dl dt{font-size: 16px;line-height: 38px;margin-bottom: 0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);}
	.Footer .SiteMap dl dt a{border-bottom: 0;}
	.Footer .SiteMap dl dd a{font-size: 14px;margin-left: 15px;}
	.Footer .SiteMap dl dt i{display: block;}
	.Footer .Contact .logo{display: none;}
	.Footer .Contact{width: auto;float: none;}
	.Footer .Contact .ewm{justify-content: center;}
	.Footer .Contact .ewm li{margin: 0 10px;}
	.Footer .Copyright{text-align: center;}
	.totop{width: 30px;height: 30px;line-height: 30px;}
	.totop i{font-size: 18px;}
}
@media(max-width:640px){
	.Footer .Copyright{font-size: 12px;}
	.Footer .Contact .item{padding-left: 30px;}
	.Footer .Contact .item img{height: 22px;}
}
/*Bottom*/

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.12);
	box-shadow: 0 5px 20px rgba(0,0,0,0.12);
	-webkit-transform: translate3d(0, -0px, 0);
	transform: translate3d(0, -0px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}

.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10000;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#e50010;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;left: 0;top: 0;position: absolute;object-fit: cover;background:#000;}

.wow {visibility: hidden;}
.TabSlide{position: relative;}


/*liMarquee.css*/
.str_wrap {
	overflow:hidden;
	zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_move {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	display:inline;
	zoom:1;
	vertical-align:top;
	position:absolute;
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
}