@charset "utf-8";
html {
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}
body, 
button, 
input, 
select, 
textarea {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6,
* {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing:antialiased
}
address, 
cite, 
dfn, 
em, 
var {
    font-style: normal;
}
html, 
body, 
div, 
span, 
iframe, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre, 
a, 
address, 
big, 
cite, 
code, 
del, 
em, 
font, 
img, 
ins, 
small, 
strong, 
var, 
b, 
u, 
i, 
center, 
dl, 
dt, 
dd, 
ol, 
ul, 
li, 
fieldset, 
form, 
label, 
legend{
	margin: 0px;
	padding: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

textarea:focus,input[type=text]:focus,input[type=password]:focus{border:1px solid #00a8fa !important;}
input.ria,input.ria:hover{border: none !important;}
input:hover{border: 1px solid #cac9c9 !important;}
input[type=button]:hover,input[type="submit"]:hover{ cursor: pointer;border: none !important;}
input.ria:hover{background: #91a144;cursor: pointer;}
img{
	
	border: none;
}
.floatImg{
	float: left;
}

textarea {
	resize: none;
	border: none;
}
button,input{
	outline: none;
	border: none;
}
ul,li{
	list-style: none;
}

body {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif !important;
  /* background: no-repeat #F5F5F5; */
  background-position: 0 800px;
  background-size: 100% auto;
  margin-top: 150px; 
}



/*header制作*/
header {
	position: fixed;
	z-index: 8888;
	height: 72px;
	width: 100%;
	top:0px;
	left: 0PX;
	background-color: #fff;
	box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-webkit-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-moz-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-o-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	-ms-box-shadow:rgba(0,0,0,.1) 0 1px 5px;
	/**border-bottom:1px solid #ddd;
	border-bottom:1px solid #ddd\0;*/
}
.header {
	width: 1200px;
	margin: 0 auto;
	height: 73px;
}
.logo{
	height: 70px;
	width: 150px;
	overflow: hidden;
}
.logo a img {
	height: 70px;	
	width: 150px;
}
.logo a {
	display: block;
	height: 70px;
	width: auto;
	overflow: hidden;
}
nav{
	display: inline-block;
	height: 72px;
	width: auto
}
nav a {
	display: inline-block;
	height: 72px;
	line-height: 72px;
	width: auto;
	padding:0 38px;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 4;
}
nav a .posAbs{
	display:block;
	width:6px;
	height: 6px;
	position: absolute;
	bottom:16px;
	left:50%;
	margin-left: -3px;
	z-index: 2;
	display: none;
	background:url(https://www.51shebao.com/statics/output/images/icon.png) no-repeat -0px -80px;
}

nav a.opt .posAbs{
	display: block;
}
nav a:hover,
nav a.opt {
	color: #ff150e;
}



.right_content {
   position: fixed;
   z-index: 9999999;
   top:40%;
   right: -127px;
   cursor: pointer;
   transition: all .3s ease;
   /*transition: 过渡效果 */
}

.content-bar ul li {
   width: 168px;
   height: 40px;
   font: 16px / 53px 'Microsoft YaHei';
   /* 16 文字大小 53 行高 当使用这种格式时后面必须跟上字体: font: fontSize/line-height font-family */
   color: #fff;
   text-indent: 54px;
   margin-bottom: 3px;
   border-radius: 3px;
   transition: all .5s ease;
   overflow: hidden;
}

.content-bar .bar-tel {
   background:url(images/call.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-weixin {
   background:url(images/code.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-qq {
   text-indent: 0;
   background:url(images/service.png);
   background-size:40px 40px;
   width:40px;
   height:40px;
}
 
.content-bar .bar-top {
   background:url(images/top.png);
   background-size:40px 40px;

   height:40px;

}
 
.bar-qq a {
   display: block;
   text-indent: 54px;
   width: 100%;
   height: 100%;
   text-decoration: none;
   color: #fff;
}
 
.bar-weixin img {
   padding: 0 29px 25px 29px;
}

.uc-tel {
    position: absolute;
    right: 190px;
    top: 48px;
    width: 110px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #d92422;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.dn {
    display: none;
}


.sanjiao_right{
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:10px;
    border-style:solid dashed dashed dashed;/*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color: transparent  transparent  transparent #d92422;
    position: absolute;
    right: -15px;
    top: 5px;
}

.uc-2vm-pop {
    position: absolute;
    right: 190px;
    top: -50px;
    width: 160px;
    height: 160px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #fff;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -33px;
    top: 75px;
    background-color: #ffffff;
    line-height: 30px;
    font-size: 14px;
    font-family: '宋体',Tahoma,Helvetica,Arial,sans-serif;
    text-align: center;
    min-width: 152px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content a:hover {
    color: #d92422;
}


.projuct_child a:hover {
    color: #d92422;
}


.sanjiao_up{
    width:0;
    height:0;
    overflow:hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width:10px;
    border-style: dashed dashed solid dashed ;/*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color: transparent transparent #ffffff transparent ;
    position: absolute;
    right: 50px;
    top: -20px;
}

.imgPhoto .dropdown-content {
    padding: 0;
}


.imgPhoto .dropdown-content p:nth-child(2) a {
    padding-top: 10px;
}
.imgPhoto .dropdown-content p:last-child a {
    padding-bottom: 10px;
}
.imgPhoto .dropdown-content a {
    display: block;
    padding: 2px 16px;
}
.imgPhoto .dropdown-content a:hover {
    background-color: rgba(0,0,0,.02);
}


.imgPhoto_hide{
    display: none !important;
}
.logintu_show{
    display: inline-block !important;
}