/* 未能缩小。正在返回未缩小的内容。
(3,1): run-time error CSS1019: Unexpected token, found '@charset'
(3,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(3,17): run-time error CSS1019: Unexpected token, found ';'
(188,12): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
 */
/*最后更新时间：2014-12-19*/
/*样式重置*/
@charset "utf-8";/*设置样式表的编码为UTF-8*/

/*主体部分,字体12px,默认字体为宋体*/
html, body{ height: 100%;}/*页面、主体高度100%*/
div{margin:0;padding:0;}
body, form, h1, h2, h3, h4, h5, h6, p, ul, ol,li,dl,dt, dd, blockquote{ margin: 0; padding: 0; line-height:180%;}  /*body，form，标题，段落，无序列表，有序列表，列表项目，定义列表，定义列表中的项目，定义条目的定义部分，引用内外边距为0,字间距1px,行距180%  */
body, tr, button, select, textarea{ font-size: 12px; color:#333;}/*主体，表格行，按扭，单选或复选，文本域字体为12像素，颜色#333*/
li{ list-style-type: none}/*去掉列表项标记*/
sup, sub{ font-size: 70%}/*上下标字体70%*/
img{ border: none;}/*图片去掉边框*/
input{ border:0; padding:0; margin:0; background:none;}
/*超级链接，默认为黑色，移上去变红色，建议改为对应网站主色调*/
a{ text-decoration: none; color:#000; } /*超链接去掉下划线，颜色为#000，建议改为对应网站主色调*/
a:hover{ color:#f33; } /*超链接移上去变#f33，建议改为对应网站主色调*/


/*标题样式*/
h1,h2,h3,h4,h5,h6{font-family:"微软雅黑"; font-weight:100; }/*设置标题下外边距为8px，字体为微软雅黑*/
h4{font-size: 24px;}  /*标题字体大小24像素，建议重点突出*/
h5{font-size: 18px;}  /*标题字体大小18像素，建议文章正文标题*/
h6{font-size: 14px;}  /*标题字体大小14像素，建议栏目标题*/

h3{font-size: 0.3rem;}

/*文本内容样式*/
.txtSize12{ font-family:"宋体"; font-size:12px; }  /*文本字体大小12px;建议文章列表、文章正文、网站页底*/
.txtSize14,.txtSize18,.txtSize24{font-family:"微软雅黑";}  /*文本字体微软雅黑*/
.txtSize14{ font-size:14px; }  /*文本字体大小为14px;建议栏目标题*/
.txtSize18{ font-size:18px; }  /*文本字体大小为18px;建议文章正文标题*/
.txtSize24{ font-size:24px; }  /*文本字体大小为24px;建议重点突出*/

.alignC{ text-align:center; }  /*居中显示*/
.alignL{ text-align:left; }  /*居左显示*/
.alignR{ text-align:right; }  /*居右显示*/

/*标重点样式 — 浅色底版面*/
.txtColor1{color:#333;} /*文本颜色为#666，建议重点突出*/
.txtColor2{color:#666;} /*文本颜色为#333，建议次重点*/
.txtColor3{color:#999;} /*文本颜色为#bbb，建议次要*/
.txtColor3{color:#ccc;} /*文本颜色为#ccc，建议次次要*/

/*标重点样式 — 深色底版面*/
/*.txtColor1{color:#dedede;} /*文本颜色为#dedede，建议重点突出*/
/*.txtColor2{color:#ccc;} /*文本颜色为#fff，建议次重点*/
/*.txtColor3{color:#fff;} /*文本颜色为#fff，建议次要*/




/* 表格样式，建议改为对应网站主色调 */
table{ width: 100%; margin: 0 auto; border-collapse: collapse}  /*设置table(表格)的宽度为100%，居中，边框合并*/
table td, th{ }  /*设置表头,单元格内边距为5px，边框实线1px颜色：#ccc*/
table th{ background:#eee;}  /*表头背景色浅灰色#eee*/


/* 文章样式,字体，字体大小,颜色为与主体部分设置一致。 */
.article p, .article ul, .article dl{ margin: 0 ; padding: 0}  /*段落，无序列表，定义列表内边距为0，下外边距为8px*/
.article li{ margin: 0; padding: 0; margin-left: 12px; list-style-position: outside!important; list-style-type: inherit}  /*列表项目内边距0，左外边距为12px，上右下外边距为0px;,列表项标记为外边标记*/
.article dt{ margin: 0; padding: 0}  /*定义列表中的项目内外边框为0*/
.article dd, .article blockquote{ margin: 8px 12px; padding: 0}  /*定义列表中定义条目的定义部分,引用内边距为0，外边距上下为8px,左右为12px,内边距为0  */
.article img{  }/*图片外边距8px*/


/*其它样式*/
.ellipsis{ text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap}/*文本溢出截取，一般为列表标题 */
.floatL{ float:left; display:inline; }  /*向左浮动*/
.floatR{ float:right; display:inline; }  /*向右浮动*/

/*分页*/
.new-paging
{
    padding: 15px 0;
    background:#fff;
}
.new-tbl-type
{
    display: table;
    width: 100%;
}
.new-tbl-cell
{
    display: table-cell;
}
.new-paging .new-tbl-cell:first-child
{
    text-align: right;
}
.new-paging .new-tbl-cell:last-child
{
    text-align: left;
}
.new-tbl-cell
{
    display: table-cell;
}
.new-tbl-cell a span
{
    color: #000;
}
.new-paging .new-tbl-cell:nth-child(2)
{
    text-align: center;
}
.new-paging .new-p-re
{
    display: block;
}
.new-p-re
{
    position: relative;
}
.new-paging .new-tbl-cell .new-a-page
{
    background: -moz-linear-gradient(center top , #F7F7F7, #EFEFEF) repeat scroll 0 0 transparent;
    border: 1px solid #D6D6D6;
    padding: 3px;
}
.new-paging .new-tbl-cell .new-a-page span.new-open
{
}
.new-paging .new-tbl-cell .new-a-page
{
    color: #545353;
    font-size: 12px;
}
.new-select
{
    height: 0.48rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.new-paging .new-tbl-cell .new-a-prve, .new-paging .new-tbl-cell span.new-a-prve
{
    padding-right: 18px;
}
.new-paging .new-tbl-cell .new-a-next, .new-paging .new-tbl-cell span.new-a-next
{
    padding-left: 18px;
}
.new-paging .new-tbl-cell a.close span
{
    color: #aaa;
}
.new-paging .new-tbl-cell .new-a-prve span
{
    background: url("/Wap/Skin/Img/pre_page.png") no-repeat left 50%;
    padding-left: 13px;
}
.new-paging .new-tbl-cell .new-a-next span
{
    background: url("/Wap/Skin/Img/next_page.png") no-repeat 100% 50%;
    padding-right: 13px;
}
/*分页 end*/

/*
HTML:文档的根元素
Body:文档的主体
form:表单
h1-6:标题1-6
blockquote:引用
p：段落)
ul：无序列表
ol：有序列表
li：列表项目
dl：定义列表[definition list]
dt：定义列表中的项目[即术语部分]
dd：定义列表中定义条目的定义部分
button：按钮
select：单选或多选菜单
textarea：文本域
tr：表格中的行
th：表头
td:单元格
*/
select{  appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
.flex {display:-webkit-box; display:-ms-flex; display:-webkit-flex; display:flex;}
.flex-hc {-webkit-box-pack:center; -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;}
.flex-vc {-webkit-box-align:center; -ms-align-items:center; -webkit-align-items:center; align-items:center;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
html{width:100%;}
body{font-family: 微软雅黑;color: #333;min-width:1250px;height:auto;}
a:hover{color: #2d3457;}
.center {max-width: 1201px;margin: 0 auto;width:100%;}
.HeCenter{max-width:1186px;width:100%;}
.clear{clear:both;}
.dummy {margin-top:100%;}
.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.None{display:none!important;}
.come{max-width:1201px!important;width:100%;}
/*Head*/
.Head{height:191px;}
.Head .center_New{width:100%;height:131px;background:url('/Skin/img/bg_Head.jpg') no-repeat;}
.Head .HomeLogoAndPhone{max-width:1201px;margin:0 auto;overflow:hidden;}

.Head .HomeLogoAndPhone .logo{width:41.13%;line-height:131px;display:inline-block;float:left;}
.Head .HomeLogoAndPhone .logo img{max-width:435px;width:100%;display: inline-block;vertical-align: middle;}
.Head .HomeLogoAndPhone .HomeTelephone{width:58.86%;display:inline-block;line-height:131px;}
.Head .HomeLogoAndPhone .HomeTelephone img{vertical-align:middle;max-width:273px;width:100%;}



/*Menu*/
.Head .menu{width:100%;height:60px;background:#20284d;}
.Head .menu>ul{line-height: 60px;word-spacing: -6px;max-width:1240px;margin:0 auto;}
.Head .menu>ul>li{font-size: 18px;line-height: 60px;color: #fff;position: relative;display: inline-block;text-align: center;border-right:1px solid #29346b;}
.Head .menu>ul>li>a{color: #fff;display: block;height:60px;overflow: hidden;padding:0 39px;}
.Head .menu>ul>li>.active{color: #fff;}

.Head .menu>ul>li:hover ul{display:block;}
.Head .menu ul ul{display:none;position: absolute;z-index: 999;background:#20284d;top:53px;}
.Head .menu ul ul>li{text-align: center;font-size: 18px;line-height: 60px;height: 60px;overflow: hidden;border-bottom:1px solid #29346b;}
.Head .menu ul ul>.ChTop{background:url(/Skin/img/ChrildTop.png)no-repeat center;height:7px;width:154px;overflow:hidden;border:none;}
.Head .menu ul ul>li>a{height: 60px;color:#fff;display:block;max-width:154px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.Head .menu ul ul>li>.active{color:#20284d !important;background:#f8c301;}
.Head .menu ul ul>li>a:hover{color:#20284d !important;background:#f8c301;}

.Head .menu .cn_en{width: 12%;}
.Head .menu .cn_en li{width:auto;}

.Head button{display:none;}

#hide{display:none;position: absolute;top: 0;z-index: 999;background-color: rgb(0, 0, 0);height: 100%;width: 100%;opacity: 0.5;}
.Menu{display:none;position: absolute;top: 0;width: 100%;height: 100%;z-index: 1000;}



/*HomeArticle*/
.HomeAbout {margin-top:65px;}
.HomeAbout .title{text-align: center;line-height: 48px;font-size: 36px;}
.HomeAbout .title .title-left{width: 215px;height: 1px;display: inline-block;border-right: 5px #666 solid;padding: 2px 0;margin: 0 40px 10px 0;}
.HomeAbout .title .title-right{width: 215px;height: 1px;display: inline-block;border-left: 5px #666 solid;padding: 2px 0;margin: 0 0 10px 40px;}
.HomeAbout .title span span{width: 215px;height: 1px;background: #666;display: block;}
.HomeAbout .title a{font-weight: bold;color: #4d7ea9;}

.HomeAbout .Category{text-align: center;line-height: 48px;font-size: 14px;}
.HomeAbout .Category a{color: #333;padding: 0 34px;border-right: 2px #ddd solid;white-space: nowrap;}
.HomeAbout .Category a:last-child{border-right: 0;}

.HomeArticle .container{margin: 35px 20px 0;}
.HomeArticle .container a{padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 33.3%;}
.HomeArticle .container a:hover .article span{color:#4d7ea9;}
.HomeArticle .container a .time{width:100%;line-height:18px;padding-bottom:10px;border-bottom:1px #ddd solid;color:#666;}
.HomeArticle .container a .time day{font-size:30px;}
.HomeArticle .container a .time date{font-size:14px;}
.HomeArticle .container a .article{width:100%;margin:0;font-size:14px;color:#999;height: 90px;overflow: hidden;}
.HomeArticle .container a .article span{font-size:18px;line-height:48px;color:#333;height: 48px;overflow: hidden;display: block;}
.HomeArticle .container a .article p{line-height:24px;}

.HomeAbout .more{margin-top: 44px;text-align: center;height: 45px;font-size: 16px;line-height: 45px;}
.HomeAbout .more a{background:#4d7ea9;width: 150px;height: 45px;display: inline-block;color: #fff !important;}



/*HomeBlock*/
.HomeBlock{margin-top: 14px;height:80px;overflow:hidden;}
.HomeBlock .background{height: 550px;padding-top: 58px;background-position: center !important;}
.HomeBlock .background .content{width: 550px;height: 408px;background: #fff;margin-right: 282px;padding: 92px 90px 0px 108px;}
.HomeBlock .background .content .name{font-size: 36px;line-height: 48px;color: #4d7ea9;}
.HomeBlock .background .content span{width: 66px;height: 25px;border-bottom: 2px #333 solid;display: inline-block;margin-bottom: 40px;}
.HomeBlock .background p{line-height: 30px;font-size: 14px;color: #333;height: 90px;overflow: hidden;}
.HomeBlock .background .more{margin-top: 60px;width: 180px;line-height: 45px;border: 1px #ddd solid;text-align: center;font-size: 16px;}
.HomeBlock .background .more a{color: #666;display: block;}
.HomeBlock .background .more a:hover{color: #4d7ea9 !important;}

.HomeBlock>p img{width: 100%;}

@media(max-width: 1219px){
    .HomeBlock .background .content{margin: 0 auto;float: none;display: block;}
}


/*HomeIntroduce*/
.HomeIntroduce .content{line-height: 24px;color: #999;font-size: 14px;margin-top: 12px;}
.HomeIntroduce .content p{line-height: 24px;}
.HomeIntroduce .container{margin:0 -72.5px;}
.HomeIntroduce .container .introduce{width: 33.3%;padding: 60px 92.5px 0;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.HomeIntroduce .container .introduce img{}
.HomeIntroduce .container .introduce .Title{font-size:18px;line-height:45px;color:#333}
.HomeIntroduce .container .introduce .SubIntroduce{font-size:14px;line-height:24px;color:#333}



/*HomeProduct*/
.HomeProduct .container{margin: 35px auto 0;}
.HomeProduct .container a{width: 25%;padding:20px 10px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.HomeProduct .container .box{width:100%;position: relative;display: block;overflow: hidden;}
.HomeProduct .container a .img{width:100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.HomeProduct .container a .img img{width:100%;display: block;}
.HomeProduct .container a .ProductName{font-size:14px;line-height:48px;color:#333;background:#f8f8f8 url(/Skin/img/jiantou.png) no-repeat 95% 22px;text-indent: 15px;overflow: hidden;height: 48px;}
.HomeProduct .container a:hover .ProductName{color:#fff;background:#4d7ea9 url(/Skin/img/jiantou1.png) no-repeat 95% 22px;}



/*HomeMessage*/
.HomeMessage{margin-top: 60px;}
.HomeMessage .left{font-size:14px;color:#333;width: 380px;margin-left:40px;}
.HomeMessage .left .name{font-size: 36px;line-height: 48px;color: #4d7ea9;}
.HomeMessage .left span{width: 66px;height: 25px;border-bottom: 2px #333 solid;display: inline-block;margin-bottom: 40px;}
.HomeMessage .left p{line-height:30px;letter-spacing: 0px;}

.HomeMessage .right{padding: 0 64px 0 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
.HomeMessage .right ul li{word-spacing: -6px;margin: 0 -17px;}
.HomeMessage .right ul li .theTextbox{padding: 0 19px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.HomeMessage .right ul li .Textbox{width: 100%;height: 38px;border: 1px #ddd solid;text-indent: 14px;font-size: 14px;color: #666;padding: 10px 0;}
.HomeMessage .right ul li .Textarea{height: 150px;margin-top: 15px;text-indent: 0;padding-left: 15px;resize: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.HomeMessage .right ul li .Submit{width: 220px;height: 46px;text-align: center;background: #4d7ea9;font-size: 14px;color: #fff;line-height: 48px;margin-top: 20px;}

.map{margin-top: 50px;height:450px;margin-bottom: 3px;}



/*foot*/
.foot{font-size:14px;background:#222;color:#fff;padding:3px 0;}
.foot p{line-height:48px;}
.foot a{color:#fff}

@media(max-width: 767px){
    .foot{font-size:.2rem;padding:.11rem 0;}
    .foot p{line-height:.48rem;}
}

/*SinglePage*/
.SinglePage{font-size:14px;color:#333;margin:0 38px;}
.SinglePage p{line-height:30px;font-size:16px!important;}
.SinglePage p img{max-width:100%;}

.SinglePage .earch{}
.SinglePage .name{font-size: 36px;line-height: 48px;color: #4d7ea9;}





/*Body*/
.Body{margin-top: 20px;}
.Body .Name{font-size: 30px;color: #20284d;padding: 26px 0 10px;border-bottom: 1px #cfcfcf solid;font-weight:bold;}
.Body .Name .CurPosition{font-size:14px;color:#333;font-weight:normal;padding-top:10px;} 
.Body .dropload-down{font-size: 16px;line-height: 36px;text-align: center;margin: 20px 0;}



/*Article*/
.Body .Article{margin: 0 20px;}
.Body .Article .row{}
.Body .Article .row .list{padding:30px 0;border-bottom:1px #eee solid;}
.Body .Article .row .list a{display: block;}
.Body .Article .row .list a:hover .text{color:#5c87af;}
.Body .Article .row .list a img{width:250px;height:187px;}
.Body .Article .row .list a .text{font-size:16px;padding:22px 0 0 40px;height: 185px;overflow: hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: inherit;}
.Body .Article .row .list a .text p{line-height:24px;}
.Body .Article .row .list a .text font{display: inline-block;height: 24px;overflow: hidden;}
.Body .Article .row .list a .text span{font-size:14px;color:#999;padding: 15px 0 20px;display: inline-block;}
.Body .Article .row .list a .text .content{font-size:14px;color:#999;}

.article {margin: 42px 0 50px;}
.article .title{text-align: center;padding-bottom: 5px;border-bottom: 1px #ccc dashed;}
.article .title .ArticleTxt{font-size: 36px;line-height: 48px;color:#5c87af;}
.article .title .time{font-family: 宋体;font-size: 12px;line-height: 45px;color: #999;}
.article .content{margin: 22px 0 20px;font-size: 14px;color: #333;}
.article .content p{line-height: 30px;}
.article .preNext{height: 50px;font-size: 14px;line-height: 50px;}
.article .preNext .thePN{width: 504px;text-indent: 20px;background: #ddd;}
.article .preNext .tolist{width: 191px;text-align:center;margin: 0 5px;background: #ddd;}
.article .preNext a{color: #333;display: block;}
.article .preNext a:hover{background: #4d7ea9;color:#ddd;}
.article .content p img{max-width: 100%;}


/*Message*/
.Body .MenuName{font-size: 30px;color:#20284d;padding:26px 0 10px;border-bottom:1px solid #cfcfcf;}
.Body .MenuName .CurPosition{font-size:14px;color:#333;padding-top:10px;} 
.MessageList{margin: 45px auto 50px;}
.MessageList .tbMessage{margin: 0 auto;max-width: 946px;width: 100%;}
.MessageList .tbMessage .left{width: 50%;padding: 0 10px 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.MessageList .tbMessage .right{width: 50%;padding: 0 20px 0 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.MessageList .message{margin-bottom: 30px;}
.MessageList .message .input{font-size: 14px;width: 100%;border:1px #ddd solid;height: 33px;color: #999;text-indent: 12px;padding: 10px 0;}
.MessageList .message .textarea{height: 203px;resize: none;}
.MessageList .tdFormFie{text-align: center;}
.MessageList .btn{margin: 30px 0 0;width: 100%;}
.MessageList .tdFormFie .btSubmit{background:#666;border:1px #666 solid;width: 164px;height: 46px;font-size: 16px;line-height: 46px;color: #fff;border-radius: 20px;}
.MessageList .tdFormFie .btReturn{border:1px #ccc solid;color: #666;margin-right:34px;background:0;}



/*Product*/
.Product{margin:0 auto;}
.Product a{width: 25%;padding:20px 10px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.Product .box{width:100%;position: relative;display: block;overflow: hidden;}
.Product a .img{width:100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.Product a .img img{width:100%;display: block;}
.Product a .ProductName{font-size:14px;line-height:48px;color:#333;background:#f8f8f8 url(/Skin/img/jiantou.png) no-repeat 95% 22px;text-indent: 15px;overflow: hidden;height: 48px;}
.Product a:hover .ProductName{color:#fff;background:#4d7ea9 url(/Skin/img/jiantou1.png) no-repeat 95% 22px;}

.ProductForm{padding-top: 2px;background: #eee;font-size: 14px;line-height: 48px;color: #333;text-indent: 3px;text-align:center;}
.ProductForm a {color: #333;margin: 0 20px;}
.ProductForm a:hover {color: #4d7ea9 !important;}
.ProductForm .active {color: #4d7ea9;}
.ProductForm .wapCategory {display:none;}
.product{margin: 49px 0 48px;}
.product .title{}
.product .title img{border: 1px #ddd solid;width: 498px;height: 498px;display: block;}
.product .title .right{margin-left: 50px;width: 440px;max-height: 500px;overflow: hidden;}
.product .title .right .name{font-size: 36px;line-height: 48px;color: #4d7ea9;margin: 20px 0 30px;word-wrap:break-word;}
.product .title .right .Pcontent{font-size: 14px;line-height: 36px;color: #333;}
.product .text{margin: 50px 0 40px;text-align: center;font-size: 18px;line-height: 59px;border-top: 1px #ddd solid;border-bottom: 1px #ddd solid;height: 59px;}
.product .content{font-size: 14px;color: #333;}
.product .content p{line-height: 30px;}
.product .content p img{max-width: 100%;}


/*首页地址和图片*/
.theBox1{margin:20px auto 14px;}
.theBox1 .theBox1_left{max-width:299px;height:400px;border:1px solid #cfcfcf;margin-right:15px;width:100%;}
.theBox1 .theBox1_left .left_telephone{line-height:75px;border-bottom:1px dashed #dfdfdf;height:75px;margin:0 10px;}
.theBox1 .theBox1_left .left_telephone >.leftImg{width:100%;float:left;max-width:48px;}
.theBox1 .theBox1_left .left_telephone >.leftImg>img{vertical-align:middle;}
.theBox1 .theBox1_left .left_telephone .leftFont{float:left;height:75px;line-height:75px;padding-left:10px;}
.theBox1 .theBox1_left .left_telephone .leftFont>p{font-size:19px;color:#20284d;line-height:5px;font-weight:bold;}
.theBox1 .theBox1_left .left_telephone .leftFont>p>span{display:block;font-size:18px;color:#666;line-height:45px;}
.theBox1 .theBox1_left .left_telephone .leftFont>p>a>img{display:inline-block;}
.theBox1 .theBox1_left .left_telephone .leftFont>p>a>.qq{line-height:25px;}
.theBox1 .theBox1_left>ul{display:block;padding:10px 10px;}
.theBox1 .theBox1_left>ul>li{width:100%;max-width:95px;}
.theBox1 .theBox1_left>ul>li:last-child{max-width:88px;text-align:right;}
.theBox1 .theBox1_left>ul>li >a{display:inline-block;width:100%;}
.theBox1 .theBox1_left>ul>li >a>img{width:100%;max-width:88px;}
.theBox1 .theBox1_center{max-width:582px;margin-right:15px;width:100%;}
.theBox1 .theBox1_center .center_top{width:100%;}
 .theBox1 .theBox1_center .center_top > ul{height:41px;line-height:41px;background:#f3f3f3;border-bottom:#c2c7dd solid 2px;width:100%;display:block;max-width:582px;}
    .theBox1 .theBox1_center .center_top > ul > li {line-height:41px;padding:0 20px;color:#333;font-size:16px;cursor:pointer;}
    .theBox1 .theBox1_center .center_top > ul > li:hover{height:43px;background:#20284d;color:#fff;}
    .theBox1 .theBox1_center .center_top > ul >.item-cur{height:43px;background:#20284d;color:#fff;}
    .theBox1 .theBox1_center .center_top .center_middle {width:100%;margin-top:10px;width:100%;max-width:582px;}
    .theBox1 .theBox1_center  .center_top .center_middle .first_middle{display:block;border-bottom:1px dotted #e9e9e9;padding:0 0 5px 0;background:unset;height:105px;overflow:hidden;}
    .theBox1 .theBox1_center  .center_top .center_middle .first_middle>.middle_img {max-width:150px;height:105px;overflow:hidden;}
     .theBox1 .theBox1_center  .center_top .center_middle .first_middle>.middle_img >img{max-width:150px;width:100%;}
    .theBox1 .theBox1_center .center_top .center_middle .first_middle> .middle_content{max-width:422px;padding-left:10px;color:#333;}
     .theBox1 .theBox1_center .center_top .center_middle .first_middle> .middle_content>span{font-size:18px;font-weight:bold;color:#20284d;display:block;width:100%;}
     .theBox1 .theBox1_center .center_top .center_middle .first_middle> .middle_content>p{font-size:14px;padding:15px 0;}
     .theBox1 .theBox1_center .center_top .center_middle div>a{font-size:14px;color:#333;display:block;width:100%;display:block;padding:5px 0;border-bottom:1px dotted #efefef;background:url('/Skin/img/zhibiao.png') no-repeat left;line-height:24px;}
     .theBox1 .theBox1_center .center_top .center_middle div>a>p{width:84%;display:inline-block;padding-left:10px;}
     .theBox1 .theBox1_center .center_top .center_middle div>a >date{color:#666;width:13%;display:inline-block;line-height:180%;letter-spacing:-1px;}
    .theBox1 .theBox1_right{max-width:288px;width:100%;}
   .theBox1 .theBox1_right  .right_top{background:#f3f3f3;color:#333;font-size:18px;font-weight:bold;height:41px;line-height:41px;border-bottom:2px solid #c2c7dd;}
      .theBox1 .theBox1_right  .right_top>p{line-height:41px;padding-left:20px;}
   .theBox1 .theBox1_right .right_middle{margin:15px 0 5px 0;max-height:347px;overflow:hidden;}
   .theBox1 .theBox1_right .right_middle a{display:inline-block;width:100%;padding-bottom:3px;}
   .theBox1 .theBox1_right .right_middle a>.view_img{max-width:145px;height:109px;}
    .theBox1 .theBox1_right .right_middle a>.view_img > img{width:100%;}
   .theBox1 .theBox1_right .right_middle a> .view_font{font-size:14px;color:#333;max-width:142px;text-align:center;width:100%;}
     .theBox1 .theBox1_right .right_middle a> .view_font>p{display:inline-block;text-align:left;margin-left:10px;height:48px;overflow:hidden;line-height:24px;letter-spacing:0;}
       .theBox1 .theBox1_right .right_middle a> .view_font>span{display:inline-block;width:88px;height:26px;line-height:26px;color:#fff;background:#20284d;border-radius:5px;margin:15px 0;}
/*首页专业图标*/
.theBox2 .theBox2_left{margin-right:10px;max-width:175px;width:100%;}
.theBox2 .theBox2_left>img{width:100%;}
.theBox2 .theBox2_right{max-width:1015px;width:100%;overflow:hidden;} 
.theBox2 .theBox2_right>ul{width:100%;}
.theBox2 .theBox2_right>ul>li{margin-right:1px;max-width:144px;}
.theBox2 .theBox2_right>ul>li>a >img{width:100%;}
/*首页学生作品*/
.theBox3{width:100%;padding:20px 0 13px;}
.theBox3 img{width:100%;}
.theBox3 .theBox3_top{width:100%;}
.theBox3 .theBox3_top .theBox3_title {font-size:18px;text-indent:15px;;width:26.89%;height:41px;line-height:41px;background:#f3f3f3;border-bottom:2px solid #b8e4fa;}
.theBox3 .theBox3_top>ul{width:73.11%;height:41px;line-height:41px;background:#f3f3f3;border-bottom:2px solid #b8e4fa;}
.theBox3 .theBox3_top>ul>li{line-height:41px;padding:0 20px;font-size:14px;}
.theBox3 .theBox3_top>ul>.item-cur{background:#fff;border:1px solid #b8e4fa;border-bottom:0;border-top:2px solid #b8e4fa;}
.theBox3 .theBox3_top>ul>li:hover{background:#fff;border:1px solid #b8e4fa;border-bottom:0;border-top:2px solid #b8e4fa;cursor:pointer;}
.theBox3 .theBox3_top >.theBox3_center{width:100%;}
.theBox3 .theBox3_top >.theBox3_center .theBox3_left{max-width:228px;width:100%;} 
.theBox3 .theBox3_top >.theBox3_center .theBox3_right{max-width:973px;width:100%;} 
.theBox3 .theBox3_top >.theBox3_center .theBox3_right > div>ul >li{width:228px;margin-left:15px;margin-top:15px;height:172px;overflow:hidden;}
.theBox3 .theBox3_top >.theBox3_center .theBox3_right > div>ul >li img{width:100%;height:172px;}
/*首页教师风采*/
.theBox4{width:100%;}
.theBox4 img{width:100%;max-width:189px;}
.theBox4 .theBox4_top{height:41px;line-height:41px;background:#f3f3f3;border-bottom:2px solid #f6c5d5;font-size:18px;padding:0 20px;position:relative;}
.theBox4 .theBox4_top .hd{border:1px solid #d1d1d1;border-left:0;display:inline;width:57px;height:28px;overflow:hidden;margin:5px 0;}
.theBox4 .theBox4_top .hd .left,.theBox4 .theBox4_top .hd .right{text-align:center;cursor:pointer;overflow:hidden;height:28px;width:27px;border-left:1px solid #d1d1d1;display:inline-block;}
.theBox4 .theBox4_top .hd .left{background:url('/Skin/img/Tleft.png') no-repeat center;}
.theBox4 .theBox4_top .hd .right{background:url('/Skin/img/Tright.png') no-repeat center;}
.theBox4  .theBox4_center{margin-top:15px;width:100%;}
.theBox4  .theBox4_center ul li{width:390px;background:#f8f8f8;margin-right:15px;}
.theBox4  .theBox4_center ul li> a .theBox4_left{width:50%;max-width:210px;overflow:hidden;height:235px;}
.theBox4  .theBox4_center ul li> a .theBox4_right{width:50%;max-height:235px;overflow:hidden;}
.theBox4  .theBox4_center ul li> a .theBox4_right>p{padding:20px 20px 0 25px;font-size:14px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;max-height:220px;}
.theBox4  .theBox4_center ul li> a .theBox4_right>p>span{display:block;width:100%;}
.theBox4  .theBox4_center ul li> a .theBox4_right>p>.first_Name{display:block;font-size:18px;font-weight:bold;}

/*首页成功学子*/
.theBox5{padding:20px 0 0;}
.theBox5 img{width:auto;height:172px;}
.theBox5 .theBox5_top{height:41px;line-height:41px;background:#f3f3f3;border-bottom:2px solid #f6c5d5;font-size:18px;padding:0 20px;}
.theBox5 .theBox5_center{margin-top:15px;width:100%;}
.theBox5 .theBox5_center .theBox5_img>ul{width:100%;}
.theBox5 .theBox5_center .theBox5_img>ul>li{width:243px;}
.theBox5 .theBox5_center .theBox5_img>ul>li:last-child{width:228px;}
.theBox5 .theBox5_center .theBox5_img>ul>li>a{display:inline-block;width:228px;height:172px;overflow:hidden;}
.theBox5 .theBox5_center .theBox5_font>ul>li{width:580px;height:36px;margin-right:40px;}
.theBox5 .theBox5_center .theBox5_font>ul>li:nth-child(2n){margin-right:unset;}
.theBox5 .theBox5_center .theBox5_font>ul>li>a{width:100%;display:inline-block;font-size:14px;border-bottom:1px dashed #e9e9e9;height:36px;line-height:36px;overflow:hidden;}
.theBox5 .theBox5_center .theBox5_font>ul>li>a>span{display:inline-block;width:145px;}
.theBox5 .theBox5_center .theBox5_font>ul>li>a>.li_font1,.theBox5 .theBox5_center .theBox5_font>ul>li>a>.li_font2{width:100px;}
.theBox5 .theBox5_center .theBox5_font>ul>li>a>.li_font3{width:235px;}
.theBox5 .theBox5_center .theBox5_font>ul>li>a>.li_font4{text-align:right;}

/*首页合作*/
.theBox6{width:100%;background:#f6f6f6;padding:20px 0 10px;margin-top:1px;}
.theBox6 img{max-width:100%;max-height:75px;vertical-align:middle;}
.theBox6 .center> .theBox6_top{height:40px;line-height:40px;font-size:18px;border-bottom:1px solid #e2e2e2;position:relative;}
.theBox6 .center> .theBox6_top>.hd{width:48px;height:19px;line-height:19px;position:absolute;right:0;top:30%;}
.theBox6 .center> .theBox6_top>.hd>a{width:19px;height:19px;margin-right:10px;cursor:pointer;}
.theBox6 .center> .theBox6_top>.hd>.left{background:url('/Skin/img/Hleft.png') no-repeat center;}
.theBox6 .center> .theBox6_top>.hd>.right{background:url('/Skin/img/Hright.png') no-repeat center;margin-right:0px;}
.theBox6  .center>.bd{margin-top:15px;width:100%;}
.theBox6  .center>.bd .ulWrap{display:block;width:100%;}
.theBox6  .center> .bd .ulWrap ul >li{margin:0 14px 9px 0;border:1px solid #eee;width:224px;height:79px;overflow:hidden;line-height:79px;}
.theBox6  .center> .bd .ulWrap ul >li>a{display:inline-block;width:100%;background:#fff;text-align:center;}
.theBox6  .center> .bd .ulWrap ul >li>a > .theBox6_img{width:auto;padding:0 20px;}
/*页脚上方*/
.foot_top{width:100%;background:#4d4d4d;}
.foot_top .center  ul{display:inline-block;padding:40px 0;width:100%;height:151px;line-height:151px;}
.foot_top .center  ul li{font-size:14px;color:#fff;border-right:1px solid #6b6b6b;width:600px;}
.foot_top .center  ul li>span{line-height:160%;display:inline-block;width:100%;padding:0 0 35px 60px;}
.foot_top .center  ul li:first-child{width:280px;}
.foot_top .center  ul li:first-child>img{max-width:220px;width:100%;padding:10px 0;}
.foot_top .center  ul li:last-child{width:318px;text-align:right;border:unset;margin-top:10px;}
.foot_top .center  ul li:last-child>div{width:50%;}
.foot_top .center  ul li:last-child>div:nth-child(2){text-align:center;}
.foot_top .center  ul li:last-child>div>img{max-width:110px;width:100%;}
.foot_top .center  ul li:last-child>div>span{display:block;width:100%;text-align:right;font-size:14px;color:#fff;letter-spacing:-1px;}
.foot_top .center  ul li:last-child>div:nth-child(2) >span{text-align:center;}
/*内页右边框*/
.Body .CMenuL {max-width:300px;width:100%;margin:20px 15px 0 0;margin-left:unset!important;}
.Body .CMenuL  .FMenu{height:81px;line-height:81px;font-size:30px;color:#fff;background:#2d3457;text-indent:30px;background:url('/Skin/img/bgImg.jpg') no-repeat center;}
.Body .CMenuL>ul{display:block;padding:15px 0;background:#eee;width:100%;border-bottom:3px solid #cccccc;}
.Body .CMenuL>ul>li{text-align:center;line-height:50px;width:240px;margin:0 auto 15px;font-size:20px;font-weight:bold;}
.Body .CMenuL>ul>li>a{color:#20284d;background:#fff;display:inline-block;width:100%;}
.Body .CMenuL>ul>li:hover > a{background:#20284d ;color:#fff;}
.Body .CMenuL>ul>li> .bg{background:#fff url('/Skin/img/x.png') no-repeat right;background-position-x:220px;}
.Body .CMenuL>ul>li:hover > .bg{background:#fff url('/Skin/img/x.png') no-repeat right;background-position-x:220px;color:#20284d;}
.Body .CMenuL>ul>li .on{color:#fff;background:#20284d;}
.Body .CMenuL>ul>li ul{padding:2px 0;width:100%;display:block;}
.Body .CMenuL>ul>li ul li{width:100%;border-bottom:2px solid #eee;line-height:40px;}
.Body .CMenuL>ul>li ul li >a{display:inline-block;width:100%;background:#ccc;}
.Body .CMenuL>ul>li ul li:hover >a{background:#20284d;color:#fff;}
.Body  .CLeft{max-width:300px;width:100%;}
.Body .CMenuR{max-width:880px;width:100%;border:1px solid #cfcfcf;margin:20px 0;}
.Body .CMenuR .name{font-size:30px;color:#20284d;padding:26px 0 10px;border-bottom:1px solid #cfcfcf;font-weight:bold;line-height:unset;}
.Body .CMenuR .name> .CurPosition{font-size:14px;font-weight:normal;padding-top:10px;}
.Body .CMenuR .SinglePage_Content{padding:20px 0;}

/*师资列表*/
.Body .CMenuR .TeacherList{width:100%;display:inline-block;}
.Body .CMenuR .TeacherList > li{padding:20px 0;border-bottom:1px dashed #b5b5b5;}
.Body .CMenuR .TeacherList > li>.li_img{margin-right:10px;height:174px;overflow:hidden;width:17.5%;}
.Body .CMenuR .TeacherList > li>.li_img >img{width:100%;}
.Body .CMenuR .TeacherList > li> .li_font{width:81.25%;} 
.Body .CMenuR .TeacherList > li> .li_font>p{font-size:14px!important;line-height:24px;}
.Body .CMenuR .TeacherList > li> .li_font>p>span{display:block;width:100%;}
.Body .CMenuR .TeacherList > li> .li_font>p>.first_Name >strong{font-size:18px;}
/*成功学子*/
.Body .CMenuR .TeacherList > li > .Student{margin-right:15px;width:31.25%;height:172px;}
.Body .CMenuR .TeacherList > li > .Student_font{width:66.875%;}
.Body .CMenuR .TeacherList > li > .Student_font>p>span{font-size:14px;font-weight:normal;}
/*产品列表*/
.SinglePage  .Product .row{padding:20px 0;}
.SinglePage  .Product .row a{max-width:274px;padding:unset;width:100%;display:inline-block;height:230px;overflow:hidden;margin-right:unset;}
.SinglePage  .Product .row a .New_box{width:250px;height:188px;overflow:hidden;text-align:center;padding:unset;}
.SinglePage  .Product .row a:nth-child(3n){max-width:250px;width:100%;}
    .SinglePage .Product .row .HeHeight {height:133px;max-width:252px;margin-right:24px;}
      .SinglePage .Product .row .HeHeight:nth-child(3n){width:252px;max-width:unset;margin:unset;}
/*.SinglePage  .Product .row a> .New_box{max-width:268px;width:100%;}
.SinglePage  .Product .row a> .New_box>img{max-width:268px;width:100%;}*/
.SinglePage .Product .row a .HeDiv{width:250px;height:93px;border:1px solid #cfcfcf;line-height:93px;width:auto;padding:0 20px;} 
.SinglePage  .Product .row a> .New_box>img{height:188px;width:100%;}
.SinglePage  .Product .row a> .New_box>.HeImg{height:unset;max-width:100%;max-height:100%;vertical-align:middle;}
.SinglePage  .Product .row a> p{max-width:250px;text-align:center;display:block;height:40px;line-height:30px;font-size:14px;}

/*新闻列表*/
.SinglePage .Article_font ul{display:block;padding:10px 0;border-bottom:1px solid #cfcfcf;}
.SinglePage .Article_font li{width:100%;}
.SinglePage .Article_font .li_font_left{background:url('/Skin/img/font_left.png') no-repeat left;width:100%;}
.SinglePage .Article_font .li_font_left p{font-size:14px!important;color:#333;padding-left:10px;display:inline-block;}
.SinglePage .Article_font .li_font_left .li_date{font-size:14px;color:#333;line-height:30px;} 
.SinglePage .Article_font li a:hover .li_font_left p{color:#20284d;}
.SinglePage .Article_font li a:hover .li_font_left .li_date{color:#20284d;}
/*图片新闻*/
.SinglePage .Article_font .img_yes{padding:20px 0;border-bottom:1px dashed #e9e9e9;height:112px;overflow:hidden;}
.SinglePage .Article_font .img_yes >a{display:inline-block;width:100%;}
.SinglePage .Article_font .img_yes >a .Article_img{width:100%;max-width:150px;}
.SinglePage .Article_font .img_yes >a .Article_img >img{width:100%;}
.SinglePage .Article_font .img_yes >a .ArticleImg_font{max-width:639px;padding-left:15px;}
.SinglePage .Article_font .img_yes >a .ArticleImg_font >span{display:block;font-size:18px;width:100%;margin:5px 0;}
.SinglePage .Article_font .img_yes >a .ArticleImg_font >p{font-size:14px!important;height:48px;overflow:hidden;text-indent:2em;margin-bottom:15px;line-height:24px;}
.SinglePage .Article_font .img_yes >a:hover .ArticleImg_font >span,.SinglePage .Article_font .img_yes >a:hover .ArticleImg_font >p{color:#20284d;}
/*分页*/
.pages{margin:20px auto!important;width:100%!important;}
.pages a{display:inline-block;border:1px solid #d7d7d7;padding:10px 15px;text-align:center;font-size:14px;color:#333;cursor:pointer;}
.pages span a{display:inline-block;padding:10px 15px;text-align:center;color:#333;}
.pages .cpb{border:1px solid #fd6d01;background:#ffede1;color:#fd8149;display:inline-block;padding:10px 15px;text-align:center;}
.page >a:hover{border:1px solid #fd6d01;background:#ffede1;color:#fd8149;display:inline-block;padding:10px 15px;text-align:center;}
.pages span:hover a{border:1px solid #fd6d01;background:#ffede1;color:#fd8149;display:inline-block;padding:10px 15px;text-align:center;}

/*产品内页*/
.SinglePage  .product{width:100%;margin:unset;}
.SinglePage  .product .title{text-align:center;font-size:18px;font-weight:bold;padding:40px 0 20px;border-bottom:1px dashed #e9e9e9;}
.SinglePage  .product .title >p{font-size:14px;font-weight:normal;letter-spacing:-1px;}
.SinglePage  .product .content{font-size:14px;color:#333;text-align:center;width:auto;padding:20px 0;border-bottom:1px dashed #e9e9e9;}
.SinglePage  .product .content img{width:100%;}
.SinglePage .preNext {padding:20px 0;width:100%;}

/*新闻内页*/
.SinglePage .title{width:100%;text-align:center;padding:40px 0 20px;font-size:14px;border-bottom:1px dashed #e9e9e9;}
.SinglePage .title>.ArticleTxt{font-size:18px;}
.SinglePage  .content{padding:20px 0;width:100%;border-bottom:1px dashed #e9e9e9;}

/*网上报名*/
.MessageContent{width:100%;}
.MessageContent .title >.title_span{font-size:18px;font-weight:bold;}
.MessageContent ul{width:100%;background:url('/Skin/img/Messagebgleft.png') no-repeat right;}
.MessageContent ul li{width:50%;display:block;margin-bottom:15px;}
.MessageContent ul li> .callvalue{display:inline-block;width:85px;text-align:center;font-size:14px;}
.MessageContent ul li> span > i{color:#cc0000;}
.MessageContent ul li> .Textbox{width:282px;border:1px solid #cfcfcf;height:33px;line-height:33px;padding-left:5px;}
.MessageContent ul li> .Selectbox{width:192px;border:1px solid #cfcfcf;height:33px;line-height:33px;font-size:14px;background:url('/Skin/img/Mxiala.png') no-repeat right;background-position-x:170px;}
.MessageContent ul li:last-child{text-align:right;}
.MessageContent ul li> .Submit{width:135px;height:35px;line-height:35px;background:#20284d;color:#fff;margin:0 15px 0 0;cursor:pointer;}
.MessageContent ul li> .Reset{width:135px;height:35px;line-height:35px;background:#f8c301;color:#fff;margin-right:23px; cursor:pointer;}

/*视频页面*/
.SinglePage .Product .row .Video_img_a{width:50%;padding:unset;max-width:unset;height:auto;}
.SinglePage .Product .row .Video_img_a:nth-child(3n){max-width:unset;width:50%;}
.SinglePage .Product .row  a > .Video_img{max-width:391px;width:100%;height:293px;overflow:hidden;}
.SinglePage .Product .row  a > .Video_img>img{width:100%;}
.SinglePage .Product .row  a > .Video_font{text-align:center;font-size:14px;color:#333;line-height:180%;max-width:unset;max-width:391px;width:100%;}

/*专业设置*/
.SinglePage .Majors{display:block;width:100%;padding:10px 0;}
.SinglePage .Majors li{max-width:276px;height:60px;line-height:60px;width:100%;margin:10px 0;}
.SinglePage .Majors li:nth-child(3n){max-width:248px;width:100%;}
.SinglePage .Majors li >a{display:inline-block;max-width:248px;width:100%;text-align:center;background:#eee;font-size:16px;color:#333;font-weight:bold;}
.SinglePage .Majors li >a:hover{background:#20284d;color:#fff;}
.SinglePage .beizhu{font-size:14px;line-height:220%;letter-spacing:0;}
.main_image {width:100%; height:419px !important;overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:100%;min-width:1920px; height:700px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:700px;}
.main_image li span {display:block; width:100%; height:700px}
.main_image li a {display:block; width:100%; height:700px}
div.flicking_con { position:relative; z-index:99; width:100%; margin:0 auto;}
div.flicking_con .flicking_inner { position:absolute; top:-35px; width:100%; height:21px; text-align:center;} /* 121126 */
div.flicking_con span { cursor: pointer;display: inline-block;width: 11px;height: 11px;line-height: 70px;overflow: hidden;padding: 0;margin:0;margin-left: 8px;background:url('/Skin/img/on_.png') no-repeat;}
div.flicking_con span.on {background:url('/Skin/img/on.png') no-repeat;}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:46px!important;height:59px!important;top:50%;margin-top:-29px;display:none;}
#btn_prev{background:url(/Skin/images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(/Skin/images/hover_right.png) no-repeat right top;right:100px;}

