@charset "utf-8";

/* 注重：以下长度用em换算，，，，，1em=10px。。。。特殊注重文字巨细，，，，，父子层级会继续，，，，，以是不要在div中界说字体巨细，，，，，只能用span修改字体。。。。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"微软雅黑","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:13px;}
body{ background-color:#FFFFFF; }

*{margin:0;padding:0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}
body,button,input,select,textarea{outline:none;}
ul,ol,li{list-style:none;}

img{border:0px;}
table{ }
html,body{height:auto;margin:0 auto;}
.hide{display:none;}
.clear{clear:both;}


h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
/* 全局 */
.w1200m { width:1200px; margin:0 auto; }
/* banner */
.banner_n { width:100%; height:400px; background:url("/skin/images/banner1.jpg") no-repeat top center; 
	box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);
	-moz-box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);     /*兼容FF*/
    -webkit-box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);     /*兼容Chrome、Safari、Opera12+*/
	margin-top:121px;
	position: relative;
}
/* 一级导航 */
.menu > li {
    float: left;
    position: relative;
	padding: 16px 0 15px;
	margin:0 16px;
}
/* 子菜单样式 */
.submenu {
    left: 0;
    position: absolute;
    top: 46px;
    z-index: 1;
	width:100%;
}
.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
	margin-top:1px;
	background:#2255a2;
	text-align:center;
}
.submenu li a{
	font-size:14px;
    color: #fff;
	line-height:30px;
}
.menu .submenu li:hover{
    background:#1e72b6;
}
.menu .submenu li:hover a{
	color:#fff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* CSS3 过渡效果的延迟 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.header{background:#fff;position: fixed;top: 32px;z-index: 999999;width: 100%;padding:14px 0;
	box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);
	-moz-box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);     /*兼容FF*/
    -webkit-box-shadow: 0px 3px 5px rgba(159,159,159, 0.75);}
.header .title{float:left;}
.header .menu{float:right;}
.menu .menu-a{font-size:16px;color:#333333;line-height:30px;display: inline-block;padding: 0 8px;}
.menu .menu-li:hover .menu-a{color:#fff!important;background:#2255a2;}
.menu .current{color:#fff;background:#2255a2;}
.header-top{background:#434343;position: fixed;top: 0px;z-index: 999999;width: 100%;}
.header-top span{display:inline-block;width:50%;line-height:32px;color:#999999;font-size:14px;}
.header-top p{float:right;width:50%;line-height:32px;color:#999999;font-size:14px;text-align:right;}
#scroll_container .w1200m{ width:1200px!important; margin:0 auto;position:relative;}
/*mk1*/
.mk1{position: absolute;top:721px;height:530px;z-index:107;background:url('/skin/images/k0.png') no-repeat center bottom;}
.mk1-s1{position: absolute;width: 150px; height: 35px;text-align:center;}
.mk1-s1 span{color: #fff;font-size: 24px;line-height: 24px;display: block;}
.mk1-s2{position: absolute;width: 175px; height: 80px;text-align:center;}
.mk1-s2 span{color: #fff;font-size: 14px;line-height: 24px;display: block;}
.mk1-s3{position: absolute;width: 276px; height: 320px;overflow: hidden;}

/*mk2*/
.mk2{position: absolute;top:1161px;height:600px;z-index:100;background:url('/skin/images/mk2-bg.jpg') no-repeat center top;background-attachment: fixed;background-size: cover;}
.mk2 .button_btndefault-label{width:158px;line-height:44px;text-align:center;color:#fff;background:#f1a604;border-radius:5px;display:block;font-size:20px;border:1px solid #f1a604;}
.mk2 .button_btndefault-label:hover{color:#f1a604;background:#fff;}
.mk2-s1{position: absolute;width: 158px; height: 46px;}
.mk2-s2{position: absolute;width: 990px;text-align:center;padding:0 105px;height: 72px;overflow:hidden;}
.mk2-s2 span{font-size:14px;color:#fff;line-height:24px;display:block;}
.mk2-s3{position: absolute;width: 78px; height: 78px;overflow:hidden;}
.mk2-s4{position: absolute;width: 150px; height: 24px;overflow:hidden;text-align:center;}
.mk2-s4 span{font-size:14px;color:#fff;line-height:24px;display:block;}
.mk2-s5{width: 271px; height: 48px;overflow:hidden;}
.mk2-s5 span{line-height:24px;font-size:14px;color:#fff;text-align:center;display:block;}
/*mk3*/
.mk3{position: absolute;top:1761px;height:568px;z-index:108;background:#fbfbfb;}
div.indexmaindiv{height:354px;margin:auto;width:1200px;position:relative;top:74px;}
div.indexmaindiv1{margin-top:25px; overflow:hidden;}
div.indexmaindiv1 div.playerdetail{width:276px;height:354px;position:relative;}
div.indexmaindiv1 div.playerdetail div.detailimg{width:132px;height:132px;overflow:hidden;border-radius:500px;position:absolute;top:0;left:50%;margin-left:-66px;z-index:99;}
div.indexmaindiv1 div.playerdetail div.detailimg img{width:132px;height:132px;}
div.indexmaindiv1 div.playerdetail div.detailc{width:274px;height:220px;position:absolute;top:66px;border:1px solid #e2e2e2;padding-top:66px;}
div.indexmaindiv1 div.playerdetail div.teanames{margin:20px 0 10px;text-align:center;font-size:16px;margin-bottom:10px;color:#000;line-height:24px;display:block;}
div.indexmaindiv1 div.playerdetail div.teadetail{text-align:center;margin:0 auto;display:block;width:90px;color:#666666;font-size:14px;line-height:30px;border-top:1px solid #d1ccc9;border-bottom:1px solid #d1ccc9;}
div.indexmaindiv1 div.playerdetail .checkdetail{width:184px;display:block;color:#666666;font-size:14px;line-height:24px;margin:30px auto 0;height: 72px;overflow: hidden;}
/*转动*/
div.maindiv1{float:left;width:1200px;height:359px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;}
div.maindiv1 ul li{float:left;width:276px;height:354px;margin-left:32px;}
div.maindiv1 ul li:nth-child(1){margin-left:0px;}
.mk3-s1{position: absolute;width: 160px; height: 46px;}
.mk3 .button_btndefault-label{width:158px;line-height:44px;text-align:center;color:#fff;background:#274f9e;border-radius:5px;display:block;font-size:20px;border: 1px solid #274f9e;}
.mk3 .button_btndefault-label:hover{color:#274f9e;background:#fff;}
/*mk4*/
.mk4{position: absolute;top:2329px;height:554px;z-index:109;background:#fff;}
.mk4-s1{position: absolute;width: 307px;height: 44px;}
.mk4-s1 span{display:block;font-size:28px;color:#111111;text-align:center;line-height: 44px;}
.mk4-s2{position: absolute; width: 261px; height: 20px;}
.mk4-s2 span{display:block;font-size:14px;color:#666666;text-align:center;line-height: 20px;}
.mk4-s3{position: absolute;width: 276px; height: 94px;overflow:hidden;}
.mk4-s3 img{width: 276px; height: 94px;}
.mk4-s4{ position: absolute; width: 174px; height: 30px;}
.mk4-s4 span{display:block;font-size:20px;color:#333333;line-height: 24px;}
.mk4-s5{position: absolute; width: 184px; height: 24px;}
.mk4-s5 span{display:block;font-size:14px;color:#666666;line-height: 24px;}
.mk4-s6{ position: absolute;width: 584px; height: 362px;}
/*mk5*/
.mk5{position: absolute;top:2945px;height:616px;z-index:110;background:url('/skin/images/mk5-bg.jpg') no-repeat center top;}
.mk5-s1{position: absolute; width: 307px; height: 44px;}
.mk5-s1 span{display:block;font-size:28px;color:#111111;line-height: 44px;text-align: center;}
.mk5-s1 span:hover{color:#2255a2;}
.mk5-s2{ position: absolute; width: 260px; height: 24px;}
.mk5-s2 span{display:block;font-size:14px;color:#666666;line-height: 24px;text-align:center;}
.mk5-s3{position: absolute; width: 360px; height: 388px;}
.mk5-s4{position: absolute; width: 360px; height: 196px;overflow:hidden;}
.mk5-s4 img{width: 360px; height: 196px;transition: all 0.8s;}
.mk5-s5{position: absolute; width: 320px; height: 135px;background:#fff;padding:35px 20px 22px 20px;}
.mk5-s5 font{display:block;font-size:16px;color:#111111;line-height:24px;height:24px;overflow:hidden;}
.mk5-s5 strong{display:block;font-size:12px;color:#999999;line-height:24px;}
.mk5-s5 p{display:block;font-size:14px;color:#666666;line-height:20px;height:40px;overflow:hidden;}
.mk5-s5-1{text-align:center;width:100%}
.mk5-s5-1 span{width:60px;height:24px;display:inline-block;font-size:14px;color:#666666;line-height:24px;text-align:center;border-radius:50px;margin-top:23px;border:1px solid #666666}
.mk5-s3:hover .mk5-s5 font{color:#2255a2;}
.mk5-s3:hover .mk5-s4 img{transform: scale(1.2); }
.mk5-s3:hover .mk5-s5-1 span{border:1px solid #2255a2;color:#2255a2;}
.mk5-s3:hover{
	box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important;
	-moz-box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important;
    -webkit-box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important;
}
.mk5-s3 .bk-name{width: 40px; height: 40px;position: absolute;top: 0;left: 20px;background: #274f9e;z-index: 999;font-size: 16px;line-height: 22px;color: #fff;padding: 8px 10px;text-align: center;}
/*links*/
.links{position: absolute;top:3561px;height:80px;z-index:110;width:100%;padding:27px 0;}
.links font{width: 20px; height: 20px;background: #274f9e;margin: 3px 15px 3px 0;float:left;}
.links span{font-size:18px;color:#274f9e;line-height:24px;display: inline-block;}
.links strong{font-size:14px;color:#274f9e;margin:0 10px;line-height:24px;display: inline-block;}
.links a{font-size:14px;color:#333333;line-height:24px;margin:0 5px;display: inline-block;}
/*footer*/
.footer{position: initial;top:3641px;height:426px;z-index:110;width:100%;}
.footer-top1920{background:#222222;}
.footer-bottom1920{background:#151515;}
.footer-top{padding: 45px 0;overflow: hidden;}
.footer1{float:left;width:520px;}
.footer2{float:left;width:680px;}
.footer-top span{display:block;font-size:18px;color:#fff;line-height:56px;}
.footer-top p{display:block;font-size:14px;color:#999999;line-height:40px;}
.footer-top span font{font-size:14px;color:#999999;}
.index-liuyan li{float:left;width:320px;}
.index-liuyan li:nth-child(2){margin-left:40px;}
.index-liuyan li:nth-child(4){margin-left:40px;}
.index-liuyan .title{font-size:14px;color:#999999;line-height:36px;font-family:'微软雅黑';}
.index-liuyan .inptext{font-size:14px;width:310px;height:34px;background:#5a5a5a;color:#fff;line-height:34px;font-family:'微软雅黑';padding-left:10px;}
.index-liuyan .submit{cursor:pointer;font-family:'微软雅黑';width:140px;line-height:40px;background:#274f9e;text-align:center;font-size:14px;color:#fff;margin-top:20px;}
.footer-bottom{padding:20px 0;text-align:center;}
.footer-bottom span{display:inline-block;font-size:14px;color:#ababab;line-height:40px;margin:0 3px;}
.footer-bottom span a{font-size:14px;color:#ababab;line-height:40px;}
.footer-bottom span a:hover{color:#2255a2;}
/* common */
.wz_1920{overflow:hidden;background:#f5f5f5;}
.wz_s1{float: right;line-height: 60px; padding-left:20px;background:url(/skin/images/position.png) no-repeat center left;}
.wz_s1 a{color: #666666; font-size: 14px;}
.wz_s1 a:hover{color:#2255a2;}
.wz_d1{float:left;line-height: 60px;}
.wz_d1 a{color: #000; font-size: 14px;line-height:60px;padding:0 32px;display:inline-block;}
.wz_d1 a:hover{color:#fff;background:#2255a2;}
/*简介*/
.about-1{overflow:hidden;padding:40px 0 60px;}
.about-1 img{float:left;width:600px;height:400px;}
.about-1-r{float:right;width:560px;}
.about-1-r span{font-size:18px;color:#000;line-height:24px;padding-bottom:20px;display:block;}
.about-1-r p{font-size:16px;color:#333333;line-height:24px;text-indent:2em;}
.about-2{padding:60px 0;overflow:hidden;}
.about-2 font{font-size:28px;color:#111111;display:block;font-weight:bold;text-align:center;}
.about-2 strong{font-size:14px;color:#666666;line-height:24px;padding:20px 0;display:block;text-align:center;}
.about-2-c{float:left;cursor:pointer;width:276px;height:320px;margin-left:32px;background:url(/skin/images/k3.jpg) no-repeat top left;position:relative;color: #fff;
    text-align: center;
    padding-top: 58px;}
.about-2-c:nth-child(1){margin-left:0px;}
.about-2-c:hover{background:url(/skin/images/k4.jpg) no-repeat top left;}
.about-2-c span{position:absolute;top:62px;left:30px;width:216px;text-align:center;display:block;font-size:24px;color:#fff;font-weight:bold;}
.about-2-c p{position:absolute;top:144px;left:50px;width:176px;text-align:center;display:block;font-size:14px;color:#fff;line-height:24px;}
.about-3{position:relative;margin-top:60px;overflow: hidden;}
.about-3-img1{
    /*position:absolute;*/
    top:60px;left:0;width:1145px;height:400px;}
.about-3-img2{float:right;width:960px;height:520px;cursor:pointer;}
.about-4{padding-top:60px;overflow:hidden;}
.about-4 div{float:left;width:370px;height:220px;margin-left:45px;margin-bottom:45px;overflow:hidden;}
.about-4 div:nth-child(1){margin-left:0px;}
.about-4 div:nth-child(4){margin-left:0px;}
.about-4 img{width:370px;height:220px;transition: all 0.8s;cursor:pointer;}
.about-4 img:hover{-moz-transform: scale(1.2);-ms-transform: scale(1.2);-webkit-transform: scale(1.2);transform: scale(1.2);}
/*文化*/
.wenhua{padding:30px;margin:60px auto;background:#f9f9f9;width:1140px;}
.wenhua p{font-size:14px;color:#666666;line-height:40px;}
.wenhua span{font-size:18px;color:#111111;line-height:40px;display:inline-block;}
.wenhua img{width:1140px;height:344px;margin-top:20px;}
/*园地展示放大*/
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot');
  src: url('http://weloveiconfonts.com/api/fonts/entypo/entypo.eot?#iefix') format('eot'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.woff') format('woff'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.ttf') format('truetype'), 
  url('http://weloveiconfonts.com/api/fonts/entypo/entypo.svg#entypo') format('svg');
}
.entypo-note:before{content:"\266a"}.entypo-note-beamed:before{content:"\266b"}.entypo-music:before{content:"\1f3b5"}.entypo-search:before{content:"\1f50d"}.entypo-flashlight:before{content:"\1f526"}.entypo-mail:before{content:"\2709"}.entypo-heart:before{content:"\2665"}.entypo-heart-empty:before{content:"\2661"}.entypo-star:before{content:"\2605"}.entypo-star-empty:before{content:"\2606"}.entypo-user:before{content:"\1f464"}.entypo-users:before{content:"\1f465"}.entypo-user-add:before{content:"\e700"}.entypo-video:before{content:"\1f3ac"}.entypo-picture:before{content:"\1f304"}.entypo-camera:before{content:"\1f4f7"}.entypo-layout:before{content:"\268f"}.entypo-menu:before{content:"\2630"}.entypo-check:before{content:"\2713"}.entypo-cancel:before{content:"\2715"}.entypo-cancel-circled:before{content:"\2716"}.entypo-cancel-squared:before{content:"\274e"}.entypo-plus:before{content:"\2b"}.entypo-plus-circled:before{content:"\2795"}.entypo-plus-squared:before{content:"\229e"}.entypo-minus:before{content:"\2d"}.entypo-minus-circled:before{content:"\2796"}.entypo-minus-squared:before{content:"\229f"}.entypo-help:before{content:"\2753"}.entypo-help-circled:before{content:"\e704"}.entypo-info:before{content:"\2139"}.entypo-info-circled:before{content:"\e705"}.entypo-back:before{content:"\1f519"}.entypo-home:before{content:"\2302"}.entypo-link:before{content:"\1f517"}.entypo-attach:before{content:"\1f4ce"}.entypo-lock:before{content:"\1f512"}.entypo-lock-open:before{content:"\1f513"}.entypo-eye:before{content:"\e70a"}.entypo-tag:before{content:"\e70c"}.entypo-bookmark:before{content:"\1f516"}.entypo-bookmarks:before{content:"\1f4d1"}.entypo-flag:before{content:"\2691"}.entypo-thumbs-up:before{content:"\1f44d"}.entypo-thumbs-down:before{content:"\1f44e"}.entypo-download:before{content:"\1f4e5"}.entypo-upload:before{content:"\1f4e4"}.entypo-upload-cloud:before{content:"\e711"}.entypo-reply:before{content:"\e712"}.entypo-reply-all:before{content:"\e713"}.entypo-forward:before{content:"\27a6"}.entypo-quote:before{content:"\275e"}.entypo-code:before{content:"\e714"}.entypo-export:before{content:"\e715"}.entypo-pencil:before{content:"\270e"}.entypo-feather:before{content:"\2712"}.entypo-print:before{content:"\e716"}.entypo-retweet:before{content:"\e717"}.entypo-keyboard:before{content:"\2328"}.entypo-comment:before{content:"\e718"}.entypo-chat:before{content:"\e720"}.entypo-bell:before{content:"\1f514"}.entypo-attention:before{content:"\26a0"}.entypo-alert:before{content:"\1f4a5'"}.entypo-vcard:before{content:"\e722"}.entypo-address:before{content:"\e723"}.entypo-location:before{content:"\e724"}.entypo-map:before{content:"\e727"}.entypo-direction:before{content:"\27a2"}.entypo-compass:before{content:"\e728"}.entypo-cup:before{content:"\2615"}.entypo-trash:before{content:"\e729"}.entypo-doc:before{content:"\e730"}.entypo-docs:before{content:"\e736"}.entypo-doc-landscape:before{content:"\e737"}.entypo-doc-text:before{content:"\1f4c4"}.entypo-doc-text-inv:before{content:"\e731"}.entypo-newspaper:before{content:"\1f4f0"}.entypo-book-open:before{content:"\1f4d6"}.entypo-book:before{content:"\1f4d5"}.entypo-folder:before{content:"\1f4c1"}.entypo-archive:before{content:"\e738"}.entypo-box:before{content:"\1f4e6"}.entypo-rss:before{content:"\e73a"}.entypo-phone:before{content:"\1f4dE"}.entypo-cog:before{content:"\2699"}.entypo-tools:before{content:"\2692"}.entypo-share:before{content:"\e73c"}.entypo-shareable:before{content:"\e73e"}.entypo-basket:before{content:"\e73d"}.entypo-bag:before{content:"\1f45c'"}.entypo-calendar:before{content:"\1f4c5"}.entypo-login:before{content:"\e740"}.entypo-logout:before{content:"\e741"}.entypo-mic:before{content:"\1f3a4"}.entypo-mute:before{content:"\1f507"}.entypo-sound:before{content:"\1f50a"}.entypo-volume:before{content:"\e742"}.entypo-clock:before{content:"\1f554"}.entypo-hourglass:before{content:"\23f3"}.entypo-lamp:before{content:"\1f4a1"}.entypo-light-down:before{content:"\1f505"}.entypo-light-up:before{content:"\1f506"}.entypo-adjust:before{content:"\25d1"}.entypo-block:before{content:"\1f6ab"}.entypo-resize-full:before{content:"\e744"}.entypo-resize-small:before{content:"\e746"}.entypo-popup:before{content:"\e74c"}.entypo-publish:before{content:"\e74d"}.entypo-window:before{content:"\e74e"}.entypo-arrow-combo:before{content:"\e74f"}.entypo-down-circled:before{content:"\e758"}.entypo-left-circled:before{content:"\e759"}.entypo-right-circled:before{content:"\e75a"}.entypo-up-circled:before{content:"\e75b"}.entypo-down-open:before{content:"\e75c"}.entypo-left-open:before{content:"\e75d"}.entypo-right-open:before{content:"\e75e"}.entypo-up-open:before{content:"\e75f"}.entypo-down-open-mini:before{content:"\e760"}.entypo-left-open-mini:before{content:"\e761"}.entypo-right-open-mini:before{content:"\e762"}.entypo-up-open-mini:before{content:"\e763"}.entypo-down-open-big:before{content:"\e764"}.entypo-left-open-big:before{content:"\e765"}.entypo-right-open-big:before{content:"\e766"}.entypo-up-open-big:before{content:"\e767"}.entypo-down:before{content:"\2b07"}.entypo-left:before{content:"\2b05"}.entypo-right:before{content:"\27a1"}.entypo-up:before{content:"\2b06"}.entypo-down-dir:before{content:"\25be"}.entypo-left-dir:before{content:"\25c2"}.entypo-right-dir:before{content:"\25b8"}.entypo-up-dir:before{content:"\25b4"}.entypo-down-bold:before{content:"\e4b0"}.entypo-left-bold:before{content:"\e4ad"}.entypo-right-bold:before{content:"\e4ae"}.entypo-up-bold:before{content:"\e4af"}.entypo-down-thin:before{content:"\2193"}.entypo-left-thin:before{content:"\2190"}.entypo-right-thin:before{content:"\2192"}.entypo-up-thin:before{content:"\2191"}.entypo-ccw:before{content:"\27f2"}.entypo-cw:before{content:"\27f3"}.entypo-arrows-ccw:before{content:"\1f504"}.entypo-level-down:before{content:"\21b3"}.entypo-level-up:before{content:"\21b0"}.entypo-shuffle:before{content:"\1f500"}.entypo-loop:before{content:"\1f501"}.entypo-switch:before{content:"\21c6"}.entypo-play:before{content:"\25b6"}.entypo-stop:before{content:"\25a0"}.entypo-pause:before{content:"\2389"}.entypo-record:before{content:"\26ab"}.entypo-to-end:before{content:"\23ed"}.entypo-to-start:before{content:"\23ee"}.entypo-fast-forward:before{content:"\23e9"}.entypo-fast-backward:before{content:"\23ea"}.entypo-progress-0:before{content:"\e768"}.entypo-progress-1:before{content:"\e769"}.entypo-progress-2:before{content:"\e76a"}.entypo-progress-3:before{content:"\e76b"}.entypo-target:before{content:"\1f3af"}.entypo-palette:before{content:"\1f3a8"}.entypo-list:before{content:"\e005"}.entypo-list-add:before{content:"\e003"}.entypo-signal:before{content:"\1f4f6"}.entypo-trophy:before{content:"\1f3c6"}.entypo-battery:before{content:"\1f50b"}.entypo-back-in-time:before{content:"\e771"}.entypo-monitor:before{content:"\1f4bb"}.entypo-mobile:before{content:"\1f4f1"}.entypo-network:before{content:"\e776"}.entypo-cd:before{content:"\1f4bf"}.entypo-inbox:before{content:"\e777"}.entypo-install:before{content:"\e778"}.entypo-globe:before{content:"\1f30e"}.entypo-cloud:before{content:"\2601"}.entypo-cloud-thunder:before{content:"\26c8"}.entypo-flash:before{content:"\26a1"}.entypo-moon:before{content:"\263d"}.entypo-flight:before{content:"\2708"}.entypo-paper-plane:before{content:"\e79b"}.entypo-leaf:before{content:"\1f342"}.entypo-lifebuoy:before{content:"\e788"}.entypo-mouse:before{content:"\e789"}.entypo-briefcase:before{content:"\1f4bc"}.entypo-suitcase:before{content:"\e78e"}.entypo-dot:before{content:"\e78b"}.entypo-dot-2:before{content:"\e78c"}.entypo-dot-3:before{content:"\e78d"}.entypo-brush:before{content:"\e79a"}.entypo-magnet:before{content:"\e7a1"}.entypo-infinity:before{content:"\221e"}.entypo-erase:before{content:"\232b"}.entypo-chart-pie:before{content:"\e751"}.entypo-chart-line:before{content:"\1f4c8"}.entypo-chart-bar:before{content:"\1f4ca"}.entypo-chart-area:before{content:"\1f53e"}.entypo-tape:before{content:"\2707"}.entypo-graduation-cap:before{content:"\1f393"}.entypo-language:before{content:"\e752"}.entypo-ticket:before{content:"\1f3ab"}.entypo-water:before{content:"\1f4a6"}.entypo-droplet:before{content:"\1f4a7"}.entypo-air:before{content:"\e753"}.entypo-credit-card:before{content:"\1f4b3"}.entypo-floppy:before{content:"\1f4be"}.entypo-clipboard:before{content:"\1f4cb"}.entypo-megaphone:before{content:"\1f4e3"}.entypo-database:before{content:"\e754"}.entypo-drive:before{content:"\e755"}.entypo-bucket:before{content:"\e756"}.entypo-thermometer:before{content:"\e757"}.entypo-key:before{content:"\1f511"}.entypo-flow-cascade:before{content:"\e790"}.entypo-flow-branch:before{content:"\e791"}.entypo-flow-tree:before{content:"\e792"}.entypo-flow-line:before{content:"\e793"}.entypo-flow-parallel:before{content:"\e794"}.entypo-rocket:before{content:"\1f680"}.entypo-gauge:before{content:"\e7a2"}.entypo-traffic-cone:before{content:"\e7a3"}.entypo-cc:before{content:"\e7a5"}.entypo-cc-by:before{content:"\e7a6"}.entypo-cc-nc:before{content:"\e7a7"}.entypo-cc-nc-eu:before{content:"\e7a8"}.entypo-cc-nc-jp:before{content:"\e7a9"}.entypo-cc-sa:before{content:"\e7aa"}.entypo-cc-nd:before{content:"\e7ab"}.entypo-cc-pd:before{content:"\e7ac"}.entypo-cc-zero:before{content:"\e7ad"}.entypo-cc-share:before{content:"\e7ae"}.entypo-cc-remix:before{content:"\e7af"}.entypo-github:before{content:"\f300"}.entypo-github-circled:before{content:"\f301"}.entypo-flickr:before{content:"\f303"}.entypo-flickr-circled:before{content:"\f304"}.entypo-vimeo:before{content:"\f306"}.entypo-vimeo-circled:before{content:"\f307"}.entypo-twitter:before{content:"\f309"}.entypo-twitter-circled:before{content:"\f30a"}.entypo-facebook:before{content:"\f30c"}.entypo-facebook-circled:before{content:"\f30d"}.entypo-facebook-squared:before{content:"\f30e"}.entypo-gplus:before{content:"\f30f"}.entypo-gplus-circled:before{content:"\f310"}.entypo-pinterest:before{content:"\f312"}.entypo-pinterest-circled:before{content:"\f313"}.entypo-tumblr:before{content:"\f315"}.entypo-tumblr-circled:before{content:"\f316"}.entypo-linkedin:before{content:"\f318"}.entypo-linkedin-circled:before{content:"\f319"}.entypo-dribbble:before{content:"\f31b"}.entypo-dribbble-circled:before{content:"\f31c"}.entypo-stumbleupon:before{content:"\f31e"}.entypo-stumbleupon-circled:before{content:"\f31f"}.entypo-lastfm:before{content:"\f321"}.entypo-lastfm-circled:before{content:"\f322"}.entypo-rdio:before{content:"\f324"}.entypo-rdio-circled:before{content:"\f325"}.entypo-spotify:before{content:"\f327"}.entypo-spotify-circled:before{content:"\f328"}.entypo-qq:before{content:"\f32a"}.entypo-instagrem:before{content:"\f32d"}.entypo-dropbox:before{content:"\f330"}.entypo-evernote:before{content:"\f333"}.entypo-flattr:before{content:"\f336"}.entypo-skype:before{content:"\f339"}.entypo-skype-circled:before{content:"\f33a"}.entypo-renren:before{content:"\f33c"}.entypo-sina-weibo:before{content:"\f33f"}.entypo-paypal:before{content:"\f342"}.entypo-picasa:before{content:"\f345"}.entypo-soundcloud:before{content:"\f348"}.entypo-mixi:before{content:"\f34b"}.entypo-behance:before{content:"\f34e"}.entypo-google-circles:before{content:"\f351"}.entypo-vkontakte:before{content:"\f354"}.entypo-smashing:before{content:"\f357"}.entypo-sweden:before{content:"\f601"}.entypo-db-shape:before{content:"\f600"}.entypo-logo-db:before{content:"\f603"}
[class*="entypo-"]:before {font-family: 'entypo', sans-serif;}
.center-block, .carrousel, .carrousel .wrappers{margin: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.portrait:hover img{-moz-transform: scale(1.2);-ms-transform: scale(1.2);-webkit-transform: scale(1.2);transform: scale(1.2);}
.portrait .date {font-size: 10px;font-weight: bold;}
.portrait .foot {font-size: 11px;}
.portrait .foot .heart {margin-left: 4px;}
.carrousel{position: fixed;background-color: rgba(10, 10, 10, 0.8);display: none;}
.carrousel .wrappers > img {width: 100%;}
.close{cursor: pointer;color: #FFF;position: absolute;top: 94px;right: 8px;font-size: 18px;}
.close:hover {font-size: 20px;color: #DDD;}
.list-changdi .portrait{overflow:hidden;width: 370px;margin-left: 15px;text-align: center;cursor: pointer;float: left;}
.list-changdi .portrait div{overflow:hidden;width: 370px;height:220px;}
.list-changdi .portrait:nth-child(1){margin-left:0px;}
.list-changdi .portrait:nth-child(4){margin-left:0px;}
.list-changdi .portrait:nth-child(7){margin-left:0px;}
.list-changdi .portrait:nth-child(10){margin-left:0px;}
.list-changdi .portrait img{width: 370px;height:220px;-moz-transition: all 0.8s ease;-o-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.list-changdi .portrait p{font-size:16px;color:#111111;line-height:44px;text-align:center;}
.list-changdi .carrousel .wrappers {width: 700px;height: 416px;overflow: hidden;}
.list-changdi .portrait:hover p{color:#2255a2;}
.list-changdi{padding: 40px 30px 25px;overflow: hidden;background:#f9f9f9;width:1140px;margin:40px auto 60px;}
/*liuyan*/
.liuyan{margin:40px auto 50px;background:#f9f9f9;}
.liuyan-top{padding-top:40px;border-bottom:1px dotted #c7c7c7;}
.liuyan-top span{font-size:24px;color:#2255a2;font-weight:bold;display:block;text-align:center;}
.liuyan-top font{font-size:14px;color:#999999;line-height:24px;display:block;text-align:center;}
.liuyan-top p{font-size:16px;color:#999999;line-height:24px;display:block;width:340px;margin:30px auto;}
.liuyan-c{padding:40px 195px;}
.liuyan-c .title{font-size:16px;color:#999999;line-height:34px;margin-top:10px;}
.liuyan-c .inptext{width:800px;height:30px;padding-left:10px;line-height:30px;background:#e8e8e8;color:#000;font-size:16px;font-family:'微软雅黑';}
.liuyan-c .inpnr{width:790px;height:120px;padding:10px;line-height:30px;background:#e8e8e8;color:#000;font-size:16px;font-family:'微软雅黑';}
.liuyan-c .submit{width:810px;line-height:40px;color:#fff;font-size:16px;font-family:'微软雅黑';text-align:center;margin-top:30px;background:#2255a2;cursor:pointer;}
/*lxwm*/
.lxwm{padding:40px 30px;width:1140px;margin:40px auto 60px;background:#f9f9f9;}
.lxwm-top p{font-size:24px;color:#f1a604;line-height:36px;display:block;text-align:center;padding-bottom:16px;}
.lxwm-top span{font-size:18px;color:#111111;display:block;text-align:center;line-height:36px;padding-bottom:16px;}
.lxwm-top font{font-size:16px;color:#111111;line-height:36px;display:block;text-align:center;padding-bottom:20px;}
.lxwm-top strong{font-size:16px;color:#f1a604;line-height:36px;display:inline-block;}
.lxwm-ewm{text-align: center;margin-bottom: 20px;}
.lxwm-ewm img{width:200px;height:200px;}
#dituContent{width:1140px;height:320px;}
/*教练*/
.list-jiaolian{padding:40px 30px;margin:40px auto 60px;width:1140px;background:#f9f9f9;overflow:hidden;}
.jiaolian .playerdetail{float:left;width:276px;height:354px;position:relative;margin-left:12px;margin-bottom:30px;}
.jiaolian .playerdetail:nth-child(1){margin-left:0;}
.jiaolian .playerdetail:nth-child(5){margin-left:0;}
.jiaolian .playerdetail:nth-child(9){margin-left:0;}
.jiaolian .playerdetail .detailimg{width:132px;height:132px;overflow:hidden;border-radius:500px;position:absolute;top:0;left:50%;margin-left:-66px;z-index:99;}
.jiaolian .playerdetail .detailimg img{width:132px;height:132px;}
.jiaolian .playerdetail .detailc{width:274px;height:220px;position:absolute;top:66px;border:1px solid #e2e2e2;padding-top:66px;}
.jiaolian .playerdetail .teanames{margin:20px 0 10px;text-align:center;font-size:16px;margin-bottom:10px;color:#000;line-height:24px;display:block;}
.jiaolian .playerdetail .teadetail{text-align:center;margin:0 auto;display:block;width:90px;color:#666666;font-size:14px;line-height:30px;border-top:1px solid #d1ccc9;border-bottom:1px solid #d1ccc9;}
.jiaolian .playerdetail .checkdetail{width:184px;display:block;color:#666666;font-size:14px;line-height:24px;margin:30px auto 0;height: 72px;overflow: hidden;}
.playerdetail:hover .detailc{border:1px solid #2255a2!important;
	box-shadow: 2px 2px 5px rgba(170,170,170, 0.75)!important;
	-moz-box-shadow: 2px 2px 5px rgba(170,170,170, 0.75)!important;
    -webkit-box-shadow: 2px 2px 5px rgba(170,170,170, 0.75)!important; 
}
.jiaolian-nr{padding:40px 30px;margin:40px auto 60px;width:1140px;background:#f9f9f9;overflow:hidden;}
.jiaolian-nr strong{font-size:20px;color:#666666;line-height:24px;text-align:center;display:block;}
.jiaolian-c{overflow:hidden;}
.jiaolian-time{text-align:center;}
.jiaolian-time span{font-size:14px;color:#999999;line-height:24px;display:inline-block;margin:30px 15px;}
.jiaolian-left{padding-left:120px;float:left;width:400px;height:400px;}
.jiaolian-left img{float:left;width:400px;width:height:400px;}
.jiaolian-right{padding-right:120px;float:right;width:400px;}
.jiaolian-right span{display:block;font-size:16px;color:#666666;line-height:24px;padding:10px 0;}
.detailPage span{margin:30px 0;display: block;}
.detailPage p{background:#e0e0e0;margin-top: 10px;line-height: 34px;padding-left: 20px;color: #666666;font-size: 14px;}
.detailPage p a{line-height: 34px;color: #666666;font-size: 14px;display: inline-block;}
.detailPage p a:hover{color:#2255a2;}
/*分页*/
.dede_pages {width: 100%;margin: 0 auto;overflow: hidden;text-align: center;}
.pagelist {overflow: hidden;float: right;}
.pagelist li{height: 24px; float: left; background: #274f9e;line-height: 24px; color: #fff;margin: 0 5px;border: 1px solid #274f9e;padding:0 8px;}
.pagelist li a{background: #274f9e;color: #fff;}
.pagelist .thisclass{height: 24px;float: left;background: #fff;line-height: 26px;color:#274f9e;margin: 0 5px;border:none;padding:0 8px;border:1px solid #274f9e;}
.pageinfo{color:#fff;}
/*新闻*/
.list-news{padding:40px 30px;margin:40px auto 60px;width:1140px;background:#f9f9f9;overflow:hidden;}
.news-ul li{float:left;width:360px;height:388px;margin-left:30px;margin-bottom:25px;background:#fff;position:relative;}
.news-ul li:nth-child(1){margin-left:0;}
.news-ul li:nth-child(4){margin-left:0;}
.news-ul li:nth-child(7){margin-left:0;}
.list-news-img{width:360px;height:196px;overflow:hidden;}
.list-news-img img{width:360px;height:196px;transition: all 0.8s;}
.list-news-c{padding:35px 20px 22px 20px;}
.list-news-c font{display:block;font-size:16px;color:#111111;line-height:24px;height:24px;overflow:hidden;}
.list-news-c strong{display:block;font-size:12px;color:#999999;line-height:24px;}
.list-news-c p{display:block;font-size:14px;color:#666666;line-height:20px;height:40px;overflow:hidden;}
.list-news-more{text-align:center;width:100%}
.list-news-more span{width:60px;height:24px;display:inline-block;font-size:14px;color:#666666;line-height:24px;text-align:center;border-radius:50px;margin-top:23px;border:1px solid #666666}
.news-ul li:hover .list-news-c font{color:#2255a2;}
.news-ul li:hover .list-news-img img{transform: scale(1.2); }
.news-ul li:hover .list-news-more span{border:1px solid #2255a2;color:#2255a2;}
.news-ul li:hover{
	box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important;
	-moz-box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important;
    -webkit-box-shadow: 3px 3px 4px rgba(181,181,181, 0.75)!important; }
.news-nr{padding:40px 30px;margin:40px auto 60px;width:1140px;background:#f9f9f9;overflow:hidden;}
.news-nr strong{font-size:20px;color:#666666;line-height:24px;}
.news-c{overflow:hidden;}
.news-time{text-align:center;}
.news-time span{font-size:14px;color:#999999;line-height:24px;display:inline-block;margin:30px 15px;}
.news-c p{font-size:14px;color:#666666;line-height:32px;text-indent:2em;}
.news-c span{font-size:14px;color:#666666;line-height:32px;display:block;font-weight:bold;}
.news-c img{margin:20px auto;text-align:center;}
/*悬浮*/
.slide{
	width: 53px;
	height: 224px;
	position: fixed;
	bottom:80px;
	right: 40px;
	z-index: 999;
}
.slide ul{
	list-style: none;
}
.slide .icon li{
	width: 53px;
	height: 53px;
	cursor:pointer;
	margin-bottom:3px;
}
.slide .icon .up{
	background: url(/skin/images/index-top.png) no-repeat top left;
}
.slide .icon li.qq{
	background: url(/skin/images/index-qq.png) no-repeat top left;
}
.slide .icon li.tel{
	background: url(/skin/images/index-tel.png) no-repeat top left;
}
.slide .icon li.wx{
	background: url(/skin/images/index-ewm.png) no-repeat top left;
}
.slide .info{
	bottom:3px;
	height: 140px;
	position: absolute;
	right: 56px;
	background: #2255a2;
	width: 0px;
	overflow: hidden;
	transition:0.5s;
	border-radius:4px;
}
.slide .info.hover{
	width: 145px;
	
}
.slide .info li{
	width: 145px;
	color: #fff;
	text-align: center;
}
.slide .info li p{
	font-size: 16px;
	line-height: 30px;
	padding: 25px 15px;
	text-align: left;
	color:#fff;
	text-align: center;
}
.slide .info li div.img{
	margin: 15px 17.5px;
}
.slide .info li div.img img{
	width: 110px;
	height: 110px;
}

.quanjing{
	display:none;    
	position: fixed;
    top: 0;
    left: 0;   
    width: 100%;
    z-index: 999999;
    background: #000;	
}
.close-quanjing{
	position:absolute;
	top:20px;
	right:10px;
	cursor:pointer;
}
@media only screen and (max-height:1080px) {
	.quanjing{padding: 61px 0;max-height:922px;}
	.quanjing iframe{height:800px;}
}
@media only screen and (max-height:900px) {
	.quanjing{padding: 51px 0;max-height:742px;}
	.quanjing iframe{height:640px;}
}
@media only screen and (max-height:768px) {
	.quanjing{padding: 50px 0;max-height:610px;}
	.quanjing iframe{height:510px;}
}
<!--耗时1753624829.8045秒-->