/********* base ***********/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
img{vertical-align:middle;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.t2{text-indent:2em;}
.lh150{line-height:150%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}
.unl{text-decoration:underline;}
a:link {
    /*color:#fff;*/
    text-decoration:none;}
a:visited {
    /*color:#fff;*/
    text-decoration:none;
    outline:none;}
a:hover {
    /*color:#fff;*/
    text-decoration:none;}
a:active {
    /*color:#fff;*/
    text-decoration:none;}
.m10{margin:10px;}
.m15{margin:15px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}
.vt{vertical-align:top;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
/*文本单行溢出*/
.ellipsis{ display:block; overflow:hidden; text-align:left; /* opera */ text-overflow:ellipsis; /* ie, safari (webkit) */ white-space: nowrap;}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
*{zoom:1;}


/*清除浮动*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;}

.clearfix {
    zoom: 1;}

/*弹性图片*/
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;}

.colorFFF { color:#FFF;}
.colorRed { color:red;}
.colorBlue{ color: #093c78;}
.colorOrange{ color:#e9c080;}
.bgf1{ background: #f1f1f1;}
.bgBlue{ background: #093c78;}
.bgLightblue{ background:#4778c0;}
.bgOrange{ background:#e9c080;}
.bgYellow{ background: #e9bb40;}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;}
.btn-yellow {
    color: #fff;
    background-color: #d49b31;
    border-color: #d49b31;}
.btn-blue {
    color: #FFF;
    background-color: #2a579a;
    border-color: #2a579a;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;}
.form-control:-ms-input-placeholder {
    color: #999;}
.form-control::-webkit-input-placeholder {
    color: #999;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;}
textarea.form-control {
    height: auto;}

input[type="radio"],
input[type="checkbox"] {
    margin: 7px 0 0;
    margin-top: 1px \9;
    line-height: normal;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;}
.radio,
.checkbox {
    position: relative;
    display: block;}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;}

/*html{*/
/*font-size: 122.3px;*/
/*}*/
html, body {
    height: 100%;}
body {
    background:#fff;
    color: #332c2b;
    font-size:16px;
    font-family:"微软雅黑","宋体", 'Times New Roman', Helvetica,'Helvetica Neue', 'Segoe UI', stheiti, Arial, "microsoft yahei",   sans-serif;}

.baseWidth {
    width: 1282px;}
.headerBg {
    background:url(/cxcy/dfiles/16318/images/headerbg.png) repeat center top;}
.header{
    height: 138px;}
.header .logo{
    float:left;
    margin-top: 36px;}
/*搜索*/
.headerBg .search{
    /*background: url(/cxcy/dfiles/16318/images/searchbg.jpg) no-repeat;*/
    width: 274px;
    height: 42px;
    float: right;
    margin-top: 60px;
    position: relative;}
.headerBg .txtKeyword{
    background: transparent;
    width: 222px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 6px;
    left: 13px;}
.headerBg .btnSearch{
    background: url(/cxcy/dfiles/16318/images/searchbtnbg.jpg) no-repeat center center;
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 6px;
    cursor: pointer;}

/*菜单*/
.menuBg{
    background: #4B0082;
    height: 87px;
    position: relative;
    z-index: 999;}
.menu{
    text-align: center;}
.menu a{
    color: #211615;
    text-align: center;
    display: block;}
.menu a span{
    display: block;}
.menu>li{
    display: inline-block;
    zoom:1;
    *display:inline;
    position: relative;
    padding: 10px 0;
    height: 90px;}
.menu>li>a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 20px 5px;}
.menu>li>a .en{
    font-size: 12px;}
.menu>li>a .cn{
    color: #fff;
    font-size: 18px;
    padding-top: 5px;}
.menuChild{
    width: 210px;
    position: absolute;
    top: 87px;
    left: -30px;
    display: none;}
.menuChild>li{
    position:relative;
    width: 210px;
    height: 53px;
    margin-top: 1px;}
.menuChild>li>a{
    width: 190px;
    height: 53px;
    position: absolute;
    left: 10px;
    background: #a6a4f5;
    background: rgba(93, 90, 232, 0.8);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    float-size: 14px;
    padding: 6px;}
.menuChild>li>a .en{
    font-size: 12px;}
.menuChild>li>a .cn{
    color: #fff;
    font-size: 16px;
    padding-top: 5px;}
.menuChild>li>a:hover{
    background: #d1a146;
    background:rgba(49, 70, 234, 0.8);
    width: 210px;
    position: absolute;
    left: 0px;}

/*轮播图*/
.sliderBox{ position:relative; max-width: 1920px;}
.sliderBox .bd{ position:relative; z-index:0;}
.sliderBox .bd li{ position:relative;}
.sliderBox .bd li img{width:100%; vertical-align:top; display:block;}
.sliderBox .bd li .textBg {position:absolute; bottom: 0; width: 100%; font-size: 16px; padding: 10px 0 10px 0; background: #000; background: rgba(0,0,0,0.6); color: #FFF;}
.sliderBox .bd li p { padding-right: 125px; height: 18px;}
.sliderBox .icon{  position:absolute; bottom: 5px; left: 50%; z-index:1; margin-left: -600px; width: 1200px;}
.sliderBox .hd{ float: right;}
.sliderBox .hd ul{ text-align:center;}
.sliderBox .hd ul li{ cursor:pointer; display:inline-block; *display:inline;  zoom:1; width:21px; height:21px; margin:0 5px; background:url(/cxcy/dfiles/16318/images/btn_main_img.jpg) 0 0 no-repeat; overflow:hidden; font-size:0;}
.sliderBox .hd ul .on{ background-position:0 -21px;}

/*院训*/
.yuanXunBg{
    background: #f5dea6;}
.yuanXun{
    width: 840px;
    padding: 60px 0 100px;
    line-height: 2em;}
.yuanXun>h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;}
.yuanXun .bd li p { padding-right: 0; height: auto;}
.yuanXun .hd{ position:relative; left: 50%; margin-left: -47px; margin-top: 10px; z-index:1;  height:18px; line-height:18px;  text-align:center; width: 94px; float: none;}
.yuanXun .hd ul{ background: #FFF; border-radius: 10px; padding: 0 8px;}
.yuanXun .hd ul li{  display:inline-block; *display:inline; background:url(/cxcy/dfiles/16318/images/btn_main_img2.jpg) -5px -6px no-repeat; width:9px; height:9px;margin:0 5px;}
.yuanXun .hd ul .on{ background-position:-5px -27px; width:10px;}

.homeH{
    background: url(/cxcy/dfiles/16318/images/hometz_h_bg.jpg) no-repeat center bottom;
    width: 288px;
    height: 76px;
    color: #FFF;}
.homeH span{
    display: block;
    text-align: center;}
.homeH .en{
    font-size: 24px;
    padding-bottom: 5px;}
.homeH .cn{
    color: #fff;
    font-size: 24px;}
/*新闻通知*/
.homeNewsBg{
    background: url(/cxcy/dfiles/16318/images/homenewsbg.jpg) repeat-x;
    height:687px;}
.homeNews{
    padding-top: 70px;
    position: relative;}
.homeNews .more{
    float: right;
    width: 126px;
    height: 50px;
    background: url(/cxcy/dfiles/16318/images/homemore.jpg) no-repeat;
    margin-top: 20px;
    margin-right: 50px;}
.homeNews .list{
    background: url(/cxcy/dfiles/16318/images/homenewsbg.jpg) no-repeat;
    width: 1282px;
    height: 650px;
    position:absolute;
    top: 194px;
    left: 0;}
.homeNews .list li a{
    display: block;}
.homeNews .list li a .title{
    text-align: center;
    font-size: 16px;
    color: #231815;
    padding: 18px 5px 0;}

.homeNews .list .img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 407px;
    height: 286px;
    overflow:hidden;}
.homeNews .list li.news2 .img{
    width: 408px;
    height: 365px;
    overflow:hidden;}
.homeNews .list li.news1,.homeNews .list li.news3{
    width: 407px;
    position:absolute;
    top: 119px;}
.homeNews .list li.news1{
    left: 1px;}
.homeNews .list li.news2{
    position:absolute;
    top: 82px;
    left: 437px;
    width: 408px;}
.homeNews .list li.news2 .title{
    padding:18px 15px 0;}
.homeNews .list li.news3{
    right: 0;}

/*活动nba三分球排行榜*/
.homeNews .noticeList{
    background: #efcb70;
    padding: 50px;
    margin-top: 50px;}
.homeNews .noticeList li{}
.homeNews .noticeList li a{
    display: block;
    background: url(/cxcy/dfiles/16318/images/iconhomenews.jpg) no-repeat 0 16px;
    padding: 15px 0 15px 61px;
    color: #231815;
    font-size: 18px;}
.homeNews .noticeList li a .date{
    display: block;
    width: 110px;
    text-align: center;
    float: right;}
.homeNews .noticeList li a .title{
    margin-right: 130px;}
.homeNews .noticeList li a:hover{
    color: #981e23;}

/*关于至诚*/
.homeAboutbg{
    background: url(/cxcy/dfiles/16318/images/homeaboutbg.jpg) repeat;
    padding: 200px 0 100px;}
.homeAbout .homeH{
    background-image:url(/cxcy/dfiles/16318/images/homeaboutus_h_bg.jpg);
    color: #887456;
    height: 78px;}
.homeAbout .cont {
    color: #5d5b5a;
    font-size: 16px;
    line-height: 2em;
    padding-top: 63px;}
.homeAbout .imgList{
    padding-top: 10px;}
.homeAbout .imgList li{
    display: inline-block;
    zoom:1;
    *display:inline;}
.homeAbout .imgList a{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 406px;
    height:292px;}
.homeAbout .imgList li:nth-child(2){
    margin: 0 32px;}


/*homeBanner2*/
.homeBanner2{
    background:#e9bb40 url(../images/homebanner2.jpg) no-repeat center;
    height:427px;}

/*拓展课程*/
.homeTuoZhanBg{
    background:#e9bb40;
    padding: 100px 0;}
.homeTuoZhan .list{
    padding-top: 80px;}
.homeTuoZhan .list li{
    display: inline-block;
    zoom:1;
    *display:inline;}
.homeTuoZhan .list li+li{
    margin-left:13px;}
.homeTuoZhan .list li a{
    display: block;}
.homeTuoZhan .list li a p{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    padding-top: 35px;}
.tz {
    width:246px;
    height:246px;
    background-repeat:no-repeat;
    padding:13px;}
.tz img {
    border-radius:50%;}
.tz1 {
    background-image:url(/cxcy/dfiles/16318/images/kctzbg1.jpg);}
.tz2 {
    background-image:url(/cxcy/dfiles/16318/images/kctzbg2.jpg);}
.tz3 {
    background-image:url(/cxcy/dfiles/16318/images/kctzbg3.jpg);}
.tz4 {
    background-image:url(/cxcy/dfiles/16318/images/kctzbg4.jpg);}
.tz5 {
    background-image:url(/cxcy/dfiles/16318/images/kctzbg5.jpg);}


/* 内页 Banner */
.bannerBg{
    /*background-repeat: no-repeat;
    background-position: center;*/
    max-width:1920px;}
.bannerH{
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 15px 30px;
    background: #d1a146;
    background:rgba(233, 188,74, 0.6);
    font-size: 24px;
    color: #FFF;
    margin-top: 180px;}


.contWrap{
    padding: 30px 0;}

/*二级菜单*/
.subMenu{
    text-align: center;
    margin-bottom: 50px;}
.subMenu li{
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 0 10px 10px;}
.subMenu li a{
    display: block;
    padding:0 8px 5px;
    color: #332c2b;
    font-size: 18px;
    border-bottom: 5px solid transparent;}
.subMenu li a:hover,.subMenu li a.on{
    border-bottom: 5px solid #f3d387;}

.container>dt>h3{
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    zoom:1;
    *display:inline;
    background: url(/cxcy/dfiles/16318/images/inner_h_bg.png) no-repeat right bottom;
    height:55px;
    text-align: center;
    padding-right:30px;}
.container>dd{
    padding-top: 30px;
    overflow:hidden;}


/*新闻详细页*/
.newsTitle{
    text-align: center;
    font-size: 18px;}
.newsDate{
    text-align: center;}
.newsCont{}

/*至诚校友*/
.infoNewsList{ margin-top: 15px; border:1px solid #e9bc4a; border-width: 0 1px 1px;}
.infoNewsList dt{ padding:10px 15px; background:#fdeac5;  color:#433b37; cursor:pointer; border-top:1px solid #e9bc4a;}
.infoNewsList .on{ background:#e9bc4a; color:#000;}
.infoNewsList dd{  border-top:1px solid #e9bc4a; padding:15px; display:none; line-height:2em;}

/*拓展课程*/
.fancyBox{
    margin: 0 -15px;}
.fancyBox>li{
    display: inline-block;
    zoom:1;
    *display:inline;
    width: 25%;
    padding: 15px;
    float: left;}
.fancyBox>li>a{
    display: block;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;}

/*友情链接*/
.linksList{
    margin: 0 -10px;}
.linksList li{
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 10px;
    width: 20%;}
.linksList li a{
    display: block;
    color: #3d3435;}
.linksList li a:hover{
    text-decoration: underline;}

/*新闻列表*/
.newsList{}
.newsList li:nth-child(odd){
    background: #fff;
}
.newsList li a{
    display: block;
    color: #000;
    padding: 15px;}


/*友情链接*/
.footerLinksBg{
    background: #f6f7f7;}
.footerLinks{
    color: #716f70;
    padding: 40px 0;}
.footerLinks dt{
    font-size: 24px;}
.footerLinks .list{
    margin: 0 -10px;}
.footerLinks .list li{
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 30px 10px 0;}
.footerLinks .list li a{
    display:block;
    color: #716f70;}
.footerLinks .list li a:hover{
    text-decoration:underline;}

.footerBg{
    background: #4B0082;}
.footer{
    padding: 40px 0;}
.footer .contact{
    float: left;
    width: 750px;
    height: 99px;
    border-left: 1px solid #FFF;
    color: #FFF;
    margin-left: 50px;
    padding-left: 50px;}
.footer .contact p{
    padding-top: 10px;}
.footer .contact a{
    color: #FFF;}
.footer .contact a:hover{
    text-decoration: underline;}

/*  内页分页 */
.fenyeneirong{
    margin: 30px auto 0;
    text-align: center;}
.fenyeneirong ul.pagination {
    width:auto !important;
    display: inline-block;
    zoom:1;
    *display:inline;
    padding: 0;
    margin: 0;}
.fenyeneirong ul.pagination li {display: inline;}
.fenyeneirong ul.pagination li a,.fenyeneirong ul.pagination li span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #FFF;
    font-size:14px;
    border: 1px solid #ddd;
    border-radius:5px;
    margin:0 3px;}
.fenyeneirong ul.pagination li a.active,.fenyeneirong ul.pagination li .active {
    background-color:#eabc4c;
    color: white;}
.fenyeneirong ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
    border: 1px solid #ddd;}