﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

.header , .content , .footer { width:1200px; margin:0 auto;  }

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/*---------------nav-----------*/
#nav{background: #0f0f0f;
    width: 100%;
    height: 60px;}
.nav{ font-size:18px; font-family:"微软雅黑"; width:1200px; margin:0 auto; height:60px; line-height:60px; position: relative; z-index:100; }
.navmain{ height:60px; position:relative; width:100%; }
#nav_all{ width:1200px; height:60px; margin:0 auto; line-height:60px; position:relative; z-index:222;}
#nav_all .nav_li{ float:left;text-align:center;}
#nav_all .nav_li:hover{    background: #e60012;}
.nav_li .nav_a{ color:#FFF; display:block; cursor:pointer; height:60px; line-height:60px; white-space:nowrap; width: 149px;}
.ul_er{display:none; position:absolute; z-index:99;    width: 149px; background:#444;}
.ul_er li{ line-height:42px; height:42px; font-size:14px;}
.ul_er li a{height:42px; line-height:42px; color:#fff; font-weight:normal; display:block; cursor:pointer; white-space:nowrap;}
.ul_er li a:hover { margin:0px auto; height:42px; line-height:42px; background:#e60012;}
#nav_all .active{ height:40px;}
#nav_all .active .nav_a{ background:#727071;}

/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}


  .h_top{background: url(../images/h_bg.jpg) repeat-x center 0; height:199px;font-family:"Microsoft Yahei";}
  .header{width:1200px; margin:0 auto;}
  .h_zc{color: #666;height:30px;line-height:30px;font-size: 14px;}
  .h_zc p{float: right;}
  .h_zc a{color: #666;padding: 0 10px;}
.h_zc a img{     vertical-align: sub;    padding-right: 4px;}
  .h_con{height:109px;overflow: hidden;}
  .t_text{float: left; margin-top: 30px;}
  .t_text img{width: 322px; height: 48px;}
  .h_logo{margin:24px 10px 0 0; }
  .h_logo img{     width: 600px;}

 .dianhua{    float: right;
       margin-top: 18px;
    margin-left: 16px;}
.dianhua .fl{    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;}
.dianhua .fl .one{}
.dianhua .fl .num{    font-size: 24px;
    color: #e60012;    font-weight: bold;
    line-height: 30px;}
.dianhua .fr{    margin-left: 2px;}
.dianhua .fr img{}


  .menu{height:60px;font-size:16px;overflow: hidden;}
  .menu li{float: left;margin-left: -2px;text-align: center; background: url(../images/nav_x.png) no-repeat right center;}
  .menu li a{color:#fff;line-height:60px;display:inline-block;height: 60px; padding: 0 39px;}
  .menu li.cur a,.menu li a:hover{color: #fff; text-decoration: none;    background: #e60012;}
  .menu li.nones{background: none;}
  

  .g_ser{    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 40px;}
  .h_sea{ height:78px;line-height: 78px; overflow:hidden; color:#666666; font-size: 14px;}
  .h_sea b{font-weight: bold; color: #333333;}
  .inp01{height:42px;line-height:42px;   padding-left: 12px; width:368px;float:left;color:#999999; font-size: 14px;  border: none; background: none; font-family:"Microsoft Yahei"}
  .s_ss{float:left; width:72px; height:42px; background: none;border: none; cursor: pointer;}
  .key a{color:#666666;padding:0 15px;}
  .key .lasta{background: none;}
  .s_inp{ margin-top: 20px; background:url(../images/ss.png) no-repeat; width: 458px;height: 42px;}
  
 

    .f_bj{font-family: "Microsoft Yahei"; font-size: 14px; line-height:30px;background:url(../images/f_bg.jpg) repeat-x center top;clear:both;height:350px;overflow: hidden;}

   .ty-banner-1 {
            overflow: hidden;
            text-align:center;
        }
.ty-banner-1 img{ width:100%;}

     .p12-curmbs-1{font-size: 14px;border-bottom: 1px dashed #dcdcdc; line-height:30px;}
        .p12-curmbs-1 b{font-weight: normal;padding-left: 8px;}
            /*.xnznr-mbx .blk-main{}*/
        .p12-curmbs-1 span{font-family: '宋体';padding: 0 5px;height: 46px;line-height: 46px;}
    


/*底部开始*/
.foot{    background: url(../images/dtbg.jpg) no-repeat center top;
    height: 372px;
    padding-top: 4px;
    overflow: hidden;}
.foot ul{ float:left; }
.foot .u1{width:220px;}
.foot .u1 img{ display:block; margin:0 auto; text-align:center;}
.foot .u1 p{ font-size:24px; font-weight:bold; color:#fff; text-align:center; margin:14px 0px;}
.foot .u1 a{ width:130px; height:38px; border-radius:40px; background:#d71618; color:#fff; text-align:center; line-height:38px; font-size:16px; display:block;margin: 0 auto;}
.foot .u1 a:hover{ background:#ca0d0f;}

.foot .u2 { padding: 4px 24px 0px 0px;
    margin-top: 12px;
    border-right: 1px #464646 solid;width: 412px;}
.foot .u2 .tit{    font-size: 16px; height:44px;
    color: #fff;
    position: relative;}
.foot .u2 .tit span{position: absolute;
    width: 31px;
    height: 1px;
    background: #d71618;
    display: block;
    top: 27px;
    left: 0;}
.foot .u2 li{    color: #ababab;    font-size: 14px;
    line-height: 32px;}

.foot .u3 {     width: 420px;
       padding: 4px 0px 0px 44px;
    margin-top: 12px;
    border-right: 1px #464646 solid;}
.foot .u3 .fl{ float:left;margin-right: 54px;}
.foot .u3 .tit{    font-size: 16px; height:44px;
    color: #fff;
    position: relative;}
.foot .u3 .tit span{position: absolute;
    width: 31px;
    height: 1px;
    background: #d71618;
    display: block;
    top: 27px;
    left: 0;}
.foot .u3 li{     color: #ababab;
    margin-right: 0px;
    font-size: 14px;
    line-height: 32px;
    list-style-type: disc;}
	.foot .u3 li a{ color:#ababab;}

.foot .u4{  padding: 4px 0px 0px 40px;    font-size: 14px;
    margin-top: 12px;}
.foot .u4 .tit{    font-size: 16px; height:44px;
    color: #fff;
    position: relative;}
.foot .u4 li{     float: left;
    margin-right: 20px;
    margin-top: 20px;}
.foot .u4 .tit span{position: absolute;
    width: 31px;
    height: 1px;
    background: #d71618;
    display: block;
    top: 27px;
    left: 0;}
	.foot .u4 li img{     width: 108px;}
.foot .u4 li  p{    line-height: 30px;
    text-align: center;
    color: #ababab;}
	
.foot .bottom{    height: 40px;
    border-top: 1px #464646 solid;
    line-height: 40px;
    color: #ababab;}
.foot .bottom .fl p{}
.foot .bottom .fr a{color: #ababab;}
/*底部结束*/

        .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: 71px;
            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: 14px;
            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-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: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            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: #163588;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #163588;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            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;
        }
		/*page*/
		.fyq li{
			float: left;
			border: 1px solid #dedede;
			padding: 8px;
			margin-left: 10px;
			text-align: center;
		}
		.fyq li:hover a{color:#e60012;}
		.fyq ul{float:left;text-align: center;padding:}
		.fyq{padding-top:10px;padding-bottom: 80px;margin-left:30%;}
