﻿@charset "utf-8";
/*公用样式*/
html{background:#FFF; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden; position:relative;} 
body,a{color:#333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.dn{display:none;}
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}
/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#0073bd;}
a:focus{outline:0;}

.ewm img,.ewm2 img{ width:200px; height:200px; display:block;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs,.topadcs a.fullad{ height:320px;}



/* -- 页面整体布局大小 --
.header , .content , .footer { width:1200px; margin:0 auto;  }

*/
.content{width:1200px; margin:0 auto;}

/*公用内容样式*/
.content_box{ padding-bottom:24px; }
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{margin-top: 20px;display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:240px;
    float:left;
    padding-top:20px;
}
.right {
    width:930px;
    float:right;
    padding-top:20px;
}


.video{ position:relative;}
.video img{ position:absolute; left:0; z-index:999;}



.h_nav li a:-webkit-any-link{ display:block;}




/*如果屏幕小于1200*/
@media (min-width: 320px) and (max-width: 1200px) 
{
 
}



/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999;}
.addr h4 em a,.addr h4 a:hover{ color:#0068b7;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}




.pages{ background:#fff; padding:28px 0; text-align:center;}
.pages a{ display:inline-block; min-width:22px; background:#fff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px; font:16px Arial; line-height:22px; color:#999;}
.pages a:hover,.pages a.cur{ background:#0073bd; color:#fff; border:1px solid #0073bd;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}


/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#0073bd;}
.notfound dt b{ display:block; font-size:70px; color:#333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#fff; margin-right:20px; border-radius:4px; background:#333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#0073bd;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666;}
.notfound dt span{ font-size:28px; color:#333; font-weight:bold; display:block; background:url(/Skins/Default/Img/404/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }
 

/*在线客服*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
        
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
        
.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
        
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
        
.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}
        
.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-calc i {
    background-position:center center;
    
}
        
.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}
        
.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}
        
.client-2 .my-kefu-ftop {
    display: none;
}
        
.client-2 .my-kefu-ftop i {
        width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}
        
.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
        
.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
        
.client-2 .my-kefu-right {
    width: 20px;
}
        
.client-2 .my-kefu-tel-main {
    background: #1c7bda;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-main {
    background: #1c7bda;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
        
.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*-------------内页公用部分------头部开始--------------------------*/
.head{height:110px;}
  .head h1{float: left;margin-right: 112px;}
  .head .tel{float: right;margin: 44px -25px 0 0;}
  .head .tel a{float: left;margin-right: 45px;}
  .h_nav{float: left;height: 110px;}
  .h_nav li{float:left;height:110px;position: relative;}
  .h_nav li>a{display:block;font-size: 15px;line-height: 15px;color:#222;padding:34px 27px 0;height: 76px;position: relative;z-index: 20;}
  .h_nav li i{display: block;font-size: 10px;color: #999;line-height: 24px;text-transform: uppercase;opacity: 0.5;}
  .h_nav li:nth-child(1)>a{background: url(/skins/default/images/nav1.png) no-repeat center 102px;}
  .h_nav li:nth-child(2)>a{background: url(/skins/default/images/nav2.png) no-repeat center 102px;}
  .h_nav li:nth-child(3)>a{background: url(/skins/default/images/nav3.png) no-repeat center 102px;}
  .h_nav li:nth-child(4)>a{background: url(/skins/default/images/nav4.png) no-repeat center 102px;}
  .h_nav li:nth-child(5)>a{background: url(/skins/default/images/nav5.png) no-repeat center 102px;}
  .h_nav li:nth-child(6)>a{background: url(/skins/default/images/nav6.png) no-repeat center 102px;}
  .h_nav .l2 >a:after{position: absolute;width: 0;height: 0;border: 4px solid transparent;border-top-color: #333;content: "";right: 15px;top: 64px;}
  .h_nav li>a:hover,.h_nav li.cur>a{background-color: #005aa7;color: #fff;height: 100px;text-align: center;}
  .h_nav li>a:hover i,.h_nav li.cur i{color: #fff;}
  .h_nav .l2>a:hover:after,.h_nav li.l2.cur>a:after{border-top-color: #fff;}
  .h_nav li .erji{display: none;position: absolute;width: 500px;height: 270px;left: -140px;top: 110px;z-index: 10;background: rgba(255,255,255,0.9);border-bottom: 5px solid #005aa7;box-shadow: 0 1px 10px rgba(0,0,0,0.1) inset;}
  .pro_t{float: left;width: 198px;text-align: center;margin-top: 28px; padding-left: 18px;padding-right: 18px;}
  .pro_t a{display: block;font-size: 15px;color: #222;line-height: 43px; white-space: nowrap;overflow: hidden;word-spacing: -3px;text-overflow: ellipsis;word-break: break-all;letter-spacing: 2px;}
  .pro_t a.on,.pro_t a:hover{color: #005aa7;}
  .pro_pic{float: right;width: 225px;height: 168px;margin: 50px 40px 0 0;}
  .pro_pic img{ width:225px; display:block; height:168px;}





/*底部开始*/
.footer{background: #f5f5f5;}
  .f_con{padding: 100px 0 0;height: 230px;border-bottom: 1px solid #b5b5b5;}
  .f_con ul{float: left;}
  .f_con li{float: left;width: 270px;}
  .f_con h3{font-size: 20px;color: #4f4f4f;line-height: 20px;margin-bottom: 26px;}
  .f_nav a{display: block;font-size: 14px;color: #666;line-height: 27px;width: 170px;}
  .f_con .l3{width: 370px;}
  .f_con li p{font-size: 14px;color: #666;line-height: 27px;}
  .f_con li p a{color: #666;}
  .sao{float: right;width: 235px;}
  .sao h2{margin-bottom: 34px;}
  .sao p img{display: block;width: 104px;height: 104px;}
  .sao p span{display: block;font-size: 14px;color: #666;line-height: 26px;text-align: center;}
  .f_lg{height: 190px;padding-top: 36px;}
  .f_lg h2{height: 101px;text-align: center;}
  .f_lg p{font-size: 18px;color: #666;font-weight: bold;text-align: center;line-height: 54px;}
  .links{height: 74px;background: #ebebeb;}
  .links b{float: left;padding-left: 40px;width: 100px;font-size: 14px;color: #999;height: 74px;line-height: 74px;background: url(/skins/default/images/link.png) no-repeat left center;}
  .links p{float: left;height: 20px;line-height: 20px;margin: 27px 0;border-left: 1px solid #c2c2c2;}
  .links p a{font-size: 12px;color: #999;margin-left: 30px;}
  .sqrk{float: right;font-size: 14px;color: #999;font-weight: bold;line-height: 74px;}
/*底部结束*/