﻿@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;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"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;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#0066d9;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
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;}


/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }



/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto;  }

/* function */
h2 a:hover{ text-decoration: none;}
input,textarea{ outline:none; }
textarea{ resize:none;}
em{ font-style: normal;}
.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f_cb,.f_cbli li{zoom:1;}
.f_ib{display:inline-block;*display:inline;*zoom:1;}
.f_dn{display:none;}
.f_db{display:block;}
.f_pr{position:relative;}
.f_pa{position:absolute;}
.f_fl{float:left;}
.f_fr{float:right;}
.f_prz{position:relative;zoom:1;}
.f_oh{overflow:hidden;}
.f_fa{font-family:Arial, Helvetica, sans-serif;}
.f_fw{ font-family:"Microsoft Yahei" }



/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto;  }
.left,.leftr{ width:260px; float:left; overflow:hidden;}
.leftr{ float:left;}
.left2 { width:910px; float:left; overflow:hidden; margin-top:15px;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop {height:0px; font-size:0; overflow:hidden; margin-top:10px;}
.leftbot { height:0px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right,.rightl{ width:910px; float:right; display:inline;overflow:hidden;}
.rightl{ float:right;}
.right2 { width:275px;  float:right; overflow:hidden;margin-top:15px;}
.right3 { width:260px; float:right; overflow:hidden; color:#666;}
.rightbot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { height:0px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:910px; overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px; }
.right2_main { width:273px;overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px;}
.left2_main { width:910px;overflow:hidden;border:solid 0 #d5d5d5;border-top:0;border-bottom:0;padding-bottom:15px;}



.h_nav li a:-webkit-any-link{ display:block;}
i,em{ font-style:normal;}






a.gf {padding-left: 0; position: relative;}
.m_wx { background: #fff none repeat scroll 0 0; border: 1px dashed #ccc; color: #333; display: none; left: -127px; position: absolute; text-align: center; top: -10px; width: 120px;}
.m_wx img { height: 120px; width: 120px;}


/*下拉框*/
.header .erj{position: absolute;top: 124px;left:0;width: 100%;display: none;z-index: 100;}
.header .erj li{background: none;height: 38px; float:left; width:100%; border-bottom:1px solid #EEEFEA;}
.header .erj li a{margin-top: 0; line-height:38px;text-align: center;width:100%; padding:0;background: #DDD1C3; color:#333}
.header .erj li:hover a{background: #1c202d;color:#fff;}
 /*temp.css*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}
/*rollup.css*/


.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(img/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(img/im_01.gif)}
.ImRow0{background:url(img/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(img/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#333; font-size:14px;}
.ImFooter{height:90px;background:url(img/im_04.jpg) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'Microsoft Yahei';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}



/* -- 当前位置 -- */
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0 auto; margin-bottom:20px;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:350px;}

.plc,.plc2{ background:url(img/logo_03.png) no-repeat 4px 8px;height:32px;line-height:32px;padding:7px 8px 8px 42px; position:relative; color:#666; overflow:hidden; font-size:16px; border-bottom:1px solid #ececec; padding-bottom:8px; font-family:"Microsoft Yahei","微软雅黑";}
.plc span {}
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:16px; color:#666;}
.red_x { color:#1c202d; display:inline; font-family:"Microsoft YaHei"; font-size:16px;}
.plc .red_x,.plc2 .red_x,.plc span{ color:#1C1C1C; font-weight:bold; font-size:16px;}
.red_x1 { color:#f00; display:inline; font-family:"Microsoft YaHei"; font-size:16px;}
.plc a:hover,.plc2 a:hover{ text-decoration:none; color:#1C1C1C}



/*--客服样式--*/
.fleft_kh {
    top: 223px; width: 66px; right: 0%; margin-right: 2px; position: fixed; z-index: 987654;
}
.fleft_kh a.nofows{ position:relative}
.fleft_kh span.ws{ position:absolute; right:66px; top:0; border:1px solid #ccc; padding:4px; background:#fff; display:none}
.fleft_kh span.ws img{ width:120px; height:120px; display:block}
.fleft_kh span.ws i { display: block; font-size:14px; color:#333; text-align:center; line-height:38px;}

.fleft_kh a:link {
    background: no-repeat center 8px #1c202d; width:66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;font-size: 14px; 
}
.fleft_kh a:visited {
    background: no-repeat center 8px #1c202d; width: 66px; height: 38px; text-align: center; color: #fff; line-height: 38px; padding-top: 30px; margin-top: 1px; display: block; z-index: 545;
}
.fleft_kh a:hover {
    background-color: #1c202d;
}
.fleft_kh a {
    position: relative;
}
.fleft_kh a.rtel {
    padding: 0px; height:66px; position: relative;
}
.fleft_kh a.rtel span {
    background: rgb(0, 204, 255); top: 0px; width: 66px; height: 66px; text-align: left; right: 0px; line-height: 66px; overflow: hidden; font-size: 24px; position: absolute;
}
.fleft_kh a.rtel span i {
    background: no-repeat center 8px #1c202d; width: 66px; height: 38px; text-align: center; color: #fff; line-height:38px; padding-top: 30px; font-size: 14px; font-style: normal; margin-right: 10px; float: left;
}
.fleft_kh a.rtel:hover span i {
    background-color: #1c202d; 
}
.fleft_kh .fript {
    margin: 10px 0px 0px 5px; width: 120px; height: 28px; line-height: 26px; font-family: "微软雅黑"; font-size: 12px;
}
.fleft_kh .frbtn {
    background: rgb(51, 153, 204); border: currentColor; width: 70px; height: 32px; color: white; line-height: 32px; font-family: "微软雅黑"; font-size: 14px; font-weight: bold; margin-left: 5px; cursor: pointer;
}
/* 分页 */
.list_pages {
    text-align: center;
    clear: both;
    height: 58px;
    padding: 34px 0px 0px;
}
ul.pagelist li {
    border: solid 1px #1c202d;
    
    color: #1c202d;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 0.9rem 1.3rem;
}
ul.pagelist li:hover a {
    color: #fdfdfd;
    background-color: #1c202d;
/*     border: solid 1px #1c202d; */
}
ul.pagelist li a {
    padding: 0.9rem 1.3rem;
    margin: -0.9rem -1.3rem;
    /* border: solid 1px transparent; */
    color: #1c202d;
    display: block;
}
.list_pages select {
    border: 0px;
    background: transparent;
    font-size: 16px;
}
ul.pagelist li.thisclass {
    background: #1c202d;
    color: #fff;
}
.xban_jz{
    background: url(img/sban-jz.jpg) no-repeat 100%;
    height: 92px;
}
.xban_jz .pro_pr{
    text-align: center;
    font-size: 26px;
    line-height: 92px;
    color:#fff;
}


/* 展示 */

.xbox_zs1 ul li {
    display: inline-block;
    float: left;
    width: 590px;
    position: relative;
}

.xbox_zs1 {
    overflow: hidden;
    clear: both;
}

.xbox_zs1 ul li:nth-child(1) {
    margin-right: 18px;
}

.xbox_zs1 ul li img {
    width: 100%;
}

.box_zs {
    padding: 38px 0px;
}

.xbox_zs1 ul li p,.xbox_zs2 ul li p {
    background: #000000b5;
    color: #fff;
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    line-height: 56px;
    font-size: 15px;
}

.xbox_zs2 ul li {
    display: inline-block;
    float: left;
    width: 286px;
    margin-right: 18px;
    position: relative;
}

.xbox_zs2 ul li img {
    width: 100%;
}

.xbox_zs2 {
    margin-top: 18px;
}

.xbox_zs2 ul li:nth-child(4) {
    margin-right: 0px;
}


.top_bg{ height:150px; padding:22px 0 0; background:url(img/top_bg.gif) repeat-x; overflow:hidden;}
.header{width: 1200px; margin:0 auto;}
.h_con{ height:93px; overflow:hidden;}
.h_con h1{ float:left;width: 214px;}
.h_con h1 img{ width:214px; height:74px;}
.h_con .h_dw{float:left;font-size: 15px;color:#666;line-height: 34px;width:430px;text-align:center;margin-top: 10px;}
.h_dw b{display: block;font-size: 23px;color: #333;font-weight: normal;}
.h_con .tel{ float:right;font-size: 18px;color: #333; background:url(img/tel.gif) no-repeat 0 15px; padding:12px 0 10px 55px;line-height: 28px;}
.tel span{display: block;font-size: 26px;font-weight: bold;}
.h_nav{ height:57px; line-height:57px;overflow: hidden;}
.h_nav li{height: 57px; float:left;position: relative; background:url(img/nav_bor.gif) no-repeat right 23px;margin-right: -1px;}
.h_nav li a{font-size:16px;color:#fff;padding: 0 26px;display:block;float:left;position: relative;z-index: 4;text-decoration:none;}
.h_nav li a:hover{background:#d3a850\9;}/* IE6Ã£â‚¬ÂIE7Ã£â‚¬ÂIE8Ã¦â€Â¯Ã¦Å’Â */
.h_nav li:after{content:'';position:absolute;width:100%;height:0;background-color: #424242;bottom:0;left:0;-webkit-transition:height .3s;transition:height .3s;}
.h_nav li:hover:after,.h_nav li.cur:after{height:100%;}
.h_nav .nobor{background: none;}
em,i{ font-style:normal;}


        /*banner*/
        .fullSlide{ min-width:1200px; position:relative;  /*height:700px;*/ overflow:hidden;  }
        .fullSlide .bd{ position:relative; z-index:0;  }
        .fullSlide .bd ul{ width:100% !important;  }
        .fullSlide .bd li{ width:100% !important; /* height:700px;*/ overflow:hidden; text-align:center;  }
        .fullSlide .bd li a{ display:block; height:700px; }
        .fullSlide .hd{ width:1200px; left:50%; margin-left:-600px; bottom:55px; position:absolute; z-index:1;overflow:hidden; }
        .fullSlide .hd ul li{ float:left; margin:0 18px 0 0; display:inline; cursor:pointer; width: 88px;height: 5px;border: #ffde9c 2px solid; text-indent: -999px;}
        .fullSlide .hd ul .on{background: #333;}
        .fullSlide .bd li img{width:100% !important;}
      

.s_bg{height: 77px;overflow: hidden; background:url(img/s_bg.gif) repeat-x;}
.search{ width:1200px; margin:0 auto;}
.search p{ float:left;font-size: 14px; color:#333; width:890px; height:77px; line-height:77px; overflow:hidden;}
.search p a{font-size: 14px; color:#333; padding:0 0 0 10px;}
.search p a:hover{font-weight: bold;}
.search .ser_inp{ background:url(img/s_inp.gif) no-repeat; width:260px; height:38px; border:none; padding:0 0 0 5px; float:left; font-family:"Microsoft YaHei";font-size: 14px; color:#333; line-height:38px; outline:none;margin-top: 22px;}
.search .ser_so{cursor: pointer; float:left; background:url(img/s_so.gif) no-repeat; border:none; width:43px; height:38px;margin-top: 22px;}
input::-webkit-input-placeholder {color: #333;}


.f_bg{ background:url(img/f_bg.gif) repeat-x; height:489px; overflow:hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_nav{height: 110px;line-height: 110px;overflow: hidden;font-size: 14px;color: #666;text-align: center;}
.f_nav a{font-size: 14px;color: #666;padding: 0 30px;}
.f_nav a:hover{color: #000;}
.f_logo{width: 220px;padding: 50px 0 0 25px;height: 200px;}
.f_logo img{width: 155px;/* height: 122px; */}
.f_ban{width: 350px;height: 236px; padding:40px 0 0 40px;font-size: 14px;color: #666; background:url(img/f_line.png) no-repeat 0 45px;}
.f_ban b,.f_lx b{display: block;font-size: 18px;height: 36px;}
.f_ban p{line-height: 30px;}
.f_ban p a{font-size: 14px;color: #666;}
.f_ban .f_p01{ background:url(img/f_ico01.png) no-repeat 0 7px;padding-left: 25px;width: 290px;}
.f_ban span{padding: 0 0 0 20px;}
.f_lx{font-size: 14px;color: #666;width: 200px;height: 236px; padding:40px 0 0 20px;}
.f_lx p{line-height: 36px;padding: 0 0 0 30px;}
.f_lx .f_p02{ background:url(img/f_ico02.png) no-repeat 0 10px;}
.f_lx .f_p03{ background:url(img/f_ico03.png) no-repeat 0 10px;}
.f_lx .f_p04{ background:url(img/f_ico04.png) no-repeat 0 10px;}
.f_lx .f_p05{ background:url(img/f_ico05.png) no-repeat 0 10px;}
.f_er{height: 231px;width: 345px; padding:45px 0 0;}
.f_er p{ padding:0 0 0 30px;width: 142px;float: left;text-align: center;}
.f_er p em{ width:122px; height:122px;display: block; border:#d3d3d3 1px solid;padding: 9px;border-radius:5px;line-height: 0;}
.f_er p img{ width:122px; height:122px;}
.f_er p span{display: block;font-size: 16px;color: #666; padding:10px 0 0;line-height: 30px;}
.f_bot{height: 103px;overflow: hidden;}
.f_bot b{display: block;font-size: 18px;color: #fff;font-weight: normal;line-height: 50px;padding: 10px 0 0;}
.f_bot p{font-size: 14px;color: #fff;}
.f_bot p a{font-size: 14px;color: #fff; padding:0 20px 0 0;}
  

        
.section-contain {
    width: 1000px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}
.section-contain .title {
    color: #333;
    padding-bottom: 10px;
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
}
.decorate-line {
    margin: 10px auto;
    width: 5pc;
    height: 3px;
    background-color: #c21c1e;
}
 .t-main p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 20px;
}
.c-m-r-title {
    text-align: left;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding:0 20px 2rem 20px;
}
.c-m-r-title h2 a{ font-size:24px; color:#333; font-weight:700;}

p.nr-text2 {
    font-size: 18px;
    line-height: 45px;
}

.content {width: 1200px; margin:0px auto;}
.educate{font-family:'微软雅黑';line-height: 25px;overflow: hidden;}
.educate h1, .ke-content h1 {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    margin: 30px 0 10px;
    text-align: center;
    vertical-align: top;
}
.edu1 {margin-top: 25px;}
.edu1 ul li {
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    float: left;
    height: 190px;
    margin-right: 28px;
    width:198px;
}
.edu1 ul li h2 {
    border-bottom: 1px solid #c8c8c8;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.edu1 .ee2 {
    padding: 15px;
    text-align: center;
}
.edu1 ul li.mrnone {margin-right: 0;}
.edu1 p {
    line-height: 18px!important;
    margin: 0px!important;
    padding-top: 15px!important;
}
.edu1 p img {
    width: 50px;
    height: 50px;
}
.allcontent p {
    margin: 15px 0;
}

.g_link .content{
    margin: 0px auto;
}
.n_info_con p {
    font-size: 16px;
}