html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
{
 margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font: inherit;
  font-weight: normal;
  font-family: "PingFang SC", "Lantinghei SC", "Siyuan", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
  -webkit-font-smoothing: antialiased;
}
a{display:inline-block;text-decoration:none;text-indent:0}
div,form,img,ul,ol,li,dl,dt,dd,p {margin:0;padding:0;border:0;}
ul,li{list-style-type:none;}
img{border:0;}
input,select,textarea{vertical-align:middle;}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:12px;font-weight:normal;}
html {
	line-height: 1
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,blockquote {
	quotes: none
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}


.toolNav {
	padding: 8px 0;
	width: 100%;
	background: #fff;
	color: #444;
	font-size: 14px
}

.toolNav a {
	margin-right: 8px;
	color: #444;
	font-size: 14px
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}


mark {
	background-color: #ff0;
	color: #000
}




svg:not(:root) {
	overflow: hidden
}


button,input,select,textarea {
	font: inherit;
	margin: 0
}


button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}


textarea {
	overflow: auto
}[type="checkbox"],[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height: auto
}[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
html,body {
	background-color: #fff;
	overflow-x: hidden
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	text-rendering: optimizeLegibility
}

body {
	font-size: 1.6rem;
	font-family: 'PingFang SC', 'Noto Sans S Chinese', 'Lantinghei SC', 'Hack', 'Microsoft Yahei', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased
}



/*banner*/

.banner {display: block;background: url(../images/banner-bg.jpg) no-repeat center top;position: relative;height:100vh;background-size: 100%;}
.banner .wrap{width:100%;height:100%;perspective:2000px;perspective-origin:center center;overflow:hidden;    position: absolute;}
.box{width:100%;height:100%;transform-style:preserve-3d;}
.box p{width:100%;height:100%}
.box span{width:3px;height:3px;background:rgba(255,255,255,1);border-radius:50%;position:absolute;}
			
@-webkit-keyframes animals {
0% {
  opacity: 0.4;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
} 
100% {
  opacity:1;
  transform:translateZ(2000px);
  -webkit-transform:translateZ(2000px);
}
}
@keyframes animals {
0% {
  opacity: 0.4;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
} 
100% {
  opacity:1;
  transform:translateZ(2000px);
  -webkit-transform:translateZ(2000px);
}
}

.banner .container {position: relative;height: 100%;z-index: 9; width:1200px;margin:0 auto;}
.banner-head{width:100%;height:78px;background:#14141a; position:fixed;top:0; z-index:30;}
.banner-head .logo{width:218px;height:32px;padding-left:55px;padding-top:20px; float:left; font-size:40px;}
.banner-head .nav{width:662px;height:78px;margin-left:155px;float:left}
.banner-head .nav li{float:left;line-height:78px;}
.banner-head .nav li a{width:90px; display:block;text-align:center;color:#fff;font-size:16px;transition: color 0.2s; cursor:pointer}
.banner-head .nav li a:hover{color:#e1d030;transition: color 0.2s;}
.banner-head .qiang{float:right;font-size:40px;}

.banner-content{position: absolute;left:14%;top: 55%;-webkit-transform: translateY(-50%);transform: translateY(-50%);z-index: 2;width: 850px;}
.banner-title{width: 100%;margin-left: 11%;margin-bottom: 18px;position:relative;color: #fff;font-size:50px; font-weight:bold}
.banner-title03 span{font-size:24px;color:#0c0a0b;width:100px; height:45px;background:#fff; border-radius:4px;display:inline-block; text-align:center;line-height:45px; font-weight:normal;float:left;margin-top:6px;margin-right:5px;}
.banner-title04{width: 100%;margin-left: 15%;margin-bottom: 18px;position:relative;color: #fff;font-size:50px; font-weight:bold}
.banner-title04 b{color:#f7e432}
.banner-title04 em{width:32px;height:3px; background:#fff; display:inline-block; vertical-align:middle;margin:0 10px;}
.banner-title02{width: 100%;margin-left: 27%;font-size:30px;color:#f7e432;position:relative; margin-bottom:30px;}
.banner-title03{width: 100%;margin-left: 46%;position:relative; margin-bottom:68px;}
.erwm-top{width:120px;float:left;margin-right:32px}
.erwm-top img{width:120px;float:left;margin-right:32px}

.date{font-size:26px;color:#fff;width: 100%;margin-left: 28%;position:relative;margin-bottom:42px;}
.banner-btn{width: 100%;margin-left: 23%;}
.banner-btn a{float:left;width:150px;height:48px; border:1px solid #fff; color:#fff; line-height:48px;display:block; text-align:center;font-size:20px;transition: color 0.2s;}
.banner-btn a:hover{ background:#fff; color:#14141a;transition: color 0.2s;}
.banner .down-btn {position: absolute;display: inline-block;bottom: 50px;left: 44%;-webkit-transform: translateX(-50%);transform: translateX(-50%);z-index: 20}

.condiv{width:1200px;height:auto;margin:0 auto;}


/*大会简介*/
.dhjj{width:100%;height:502px; position:relative;min-width:1200px; background:url(../images/con01bg.jpg) repeat-x;}
.title{width:100%;height:auto;padding-top:65px; text-align:center;}
.title p{font-size:44px;color:#0c0a0b;font-weight:bold;}
.title em{color:#555555;font-size:16px;line-height:46px; font-style:normal;display:block}
.jjnr{width:1058px;height:218px; background:url(../images/con1bg02.png) no-repeat; margin:0 auto; margin-top:50px;}
.jjnr p{font-size:16px;color:#0c0a0b;line-height:36px;padding:22px 26px;}


/*大会亮点*/
.dhld{width:100%;height:475px; position:relative;min-width:1200px;background:#fff}
.ldlist{width:1200px;height:250px; background:url(../images/con2bg01.jpg)no-repeat;padding-top:46px;}
.ldlist li{float:left;width:240px;height:auto}
.ldlist li span{font-size:24px;color:#0c0a0b;display:block}
.ldlist li p{font-size:16px;line-height:28px;color:#666;margin-top:56px;}
.ldlist li.mr01 span{margin-left:86px;}
.ldlist li.mr01 p{width:180px;margin-left:42px;}
.ldlist li.mr02 span{margin-left:60px;}
.ldlist li.mr02 p{width:190px;margin-left:10px;}
.ldlist li.mr03 span{margin-left:33px;}
.ldlist li.mr03 p{width:190px;margin-left:-9px;}
.ldlist li.mr04 span{margin-left:18px;}
.ldlist li.mr04 p{width:196px;margin-left:-22px;}
.ldlist li.mr05 span{margin-left:9px;}
.ldlist li.mr05 p{width:225px;margin-left:-34px;}


/*专题介绍*/
.ztjs{width:100%;height:806px; background:url(../images/con3bg01.jpg) no-repeat; min-width:1200px;}
.ztjs .title p{color:#f7e432;}
.ztjs .title em{color:#fff}
.prolist{width:1200px;height:auto;margin-top:60px;}
.prolist li{width:272px;height:464px; border:1px dashed #4b4a4d; position:relative;float:left;margin:0 14px; }
.prolist li span{font-size:20px; color:#f7e432; font-weight:bold; padding-top:30px;line-height:35px; display:block; text-align:center}
.prolist li em{width:42px;height:4px; background:#f7e432; display:block; margin:20px auto 20px;}
.prolist li p{height:200px;padding:15px;font-size:14px;color:#d6d6d6;line-height:25px;}
.prolist .bottom{width:145px;height:78px; margin:3px auto 0; font-size:16px;color:#000; background:url(../images/zt-bottom.png) no-repeat;}
.prolist .bottom a{width:145px;display:block;line-height:36px;margin-bottom:6px;margin-left:50px;}

.prolist .fadein{width:272px;height:464px; background:#f7e432;opacity:0.95; position: absolute;bottom:0;left:0;}
.prolist .fadein span{padding-top:112px;font-size:24px;color:#0c0a0b; display:block; text-align:center; font-weight:normal}
.prolist .fadein dl{padding:30px 40px;width:auto;}
.prolist .fadein dl dd{font-size:14px;color:#0c0a0b;line-height:24px;}


/*讲师介绍*/

.zbjb{width:100%;height:806px; background:url(../images/con4bg01.jpg) no-repeat; min-width:1200px;}
.teachers{width:1200px;height:760px;background:url(../images/con4bg02.png) bottom no-repeat;margin:0 auto; position:relative}
.title02{margin-top:100px;margin-left:30px;float:left;}
.title02 p{font-size:34px;color:#f7e432;}
.title02 em{font-size:18px;line-height:46px; font-style:normal;color:#fff;  padding-left:95px;display:block}
.feng{width:260px;height:390px;margin:317px 0 0 -155px;float:left; position:relative}
.feng-img{width:260px;height:390px;-webkit-filter: grayscale(100%);filter: grayscale(100%); -webkit-transition: .8s; cursor:pointer; overflow:hidden}
.feng-warp{width:270px;height:390px; background:#d1d1d1; position:absolute;top:0;left:260px;display:none; z-index:10}
.feng-warp span{font-size:20px;color:#171315; font-weight:bold;padding-top:60px;padding-left:25px; display:block}
.feng-warp em{font-size:20px;color:#171315;line-height:55px; font-style:normal;padding-left:25px;display:block}
.feng-warp p{color:#555555;font-size:14px;line-height:24px;padding:5px 25px 0 25px;}
.feng-img:hover{-webkit-filter: grayscale(0);filter: grayscale(0); -webkit-transition: .8s}

.mao{width:338px;height:284px;margin:166px 0 0 0px;float:left; position:relative}
.mao-img{width:338px;height:284px;-webkit-filter: grayscale(100%);filter: grayscale(100%); -webkit-transition: .8s; cursor:pointer; overflow:hidden}
.mao-warp{width:398px;height:284px; background:#d1d1d1; position:absolute;top:0;left:338px;display:none; z-index:10}
.mao-warp span{font-size:20px;color:#171315; font-weight:bold;padding-top:42px;padding-left:25px; padding-bottom:14px; display:block}
.mao-warp em{font-size:20px;color:#171315;font-style:normal;padding-left:25px; display:block;line-height:30px;display:block}
.mao-warp i{font-size:20px;color:#171315;font-style:normal;padding-left:25px;line-height:30px;display:block}
.mao-warp p{color:#555555;font-size:14px;line-height:24px;padding:10px 20px 0 25px;}
.mao-img:hover{-webkit-filter: grayscale(0);filter: grayscale(0); -webkit-transition: .8s}

.cao{width:296px;height:226px;margin:200px 0 0 0px;float:left; position:relative}
.cao-img{width:296px;height:226px;-webkit-filter: grayscale(100%);filter: grayscale(100%); -webkit-transition: .8s; cursor:pointer; overflow:hidden}
.cao-warp{width:272px;height:226px; background:#d1d1d1; position:absolute;top:0;left:240px;display:none; z-index:10}
.cao-warp span{font-size:20px;color:#171315; font-weight:bold;padding-top:20px;padding-left:18px; display:block}
.cao-warp em{font-size:20px;color:#171315;line-height:42px; font-style:normal;padding-left:18px;display:block}
.cao-warp p{color:#555555;font-size:14px;line-height:24px;padding:0 15px 0 19px;}
.cao-img:hover{-webkit-filter: grayscale(0);filter: grayscale(0); -webkit-transition: .8s}

.niu{width:245px;height:255px;margin:0px 558px 0 0px;float:right; position:relative}
.niu-img{width:245px;height:255px;-webkit-filter: grayscale(100%);filter: grayscale(100%); -webkit-transition: .8s; cursor:pointer; overflow:hidden}
.niu-warp{width:496px;height:255px; background:#d1d1d1; position:absolute;top:0;left:245px;display:none; z-index:10}
.niu-warp span{font-size:20px;color:#171315; font-weight:bold;padding-top:27px;padding-left:30px; display:block}
.niu-warp em{font-size:20px;color:#171315;line-height:55px; font-style:normal;padding-left:30px;display:block}
.niu-warp p{color:#555555;font-size:14px;line-height:24px;padding:5px 30px 0 30px;}
.niu-img:hover{-webkit-filter: grayscale(0);filter: grayscale(0); -webkit-transition: .8s}

.jiao{width:285px;height:215px;margin:-220px 244px 0 0px;float:right; position:relative}
.jiao-img{width:285px;height:215px;-webkit-filter: grayscale(100%);filter: grayscale(100%); -webkit-transition: .8s; cursor:pointer; overflow:hidden}
.jiao-warp{width:285px;height:215px; background:#d1d1d1; position:absolute;top:0;left:211px;display:none; z-index:10}
.jiao-warp span{font-size:20px;color:#171315; font-weight:bold;padding-top:18px;padding-left:18px; display:block}
.jiao-warp em{font-size:20px;color:#171315;line-height:44px; font-style:normal;padding-left:18px;display:block}
.jiao-warp p{color:#555555;font-size:14px;line-height:24px;padding:0px 18px 0 18px;}
.jiao-img:hover{-webkit-filter: grayscale(0);filter: grayscale(0); -webkit-transition: .8s}


/*课程安排*/
.rcap{width:100%;height:auto;background:#fff; min-width:1200px;}
.dule{width:1200px;height:auto;}
.dule li{width:1200px;height:470px;border-bottom:1px solid #ebebeb;margin-top:120px;}
.day{width:600px;height:300px;float:left; background:url(../images/d1.png) 130px 0  no-repeat;}
.day1{background:url(../images/d1.png) 130px 0  no-repeat;}
.day2{background:url(../images/d2.png) 130px 0  no-repeat;}
.day3{background:url(../images/d3.png) 130px 0  no-repeat;}
.day4{background:url(../images/d4.png) 130px 0  no-repeat;}
.day span{font-size:34px;color:#0c0a0b;float:left;padding:35px 0 0 226px;display:block}
.day p{float:left;margin:50px 0 0 190px;font-size:16px;color:#00b38a;line-height:26px;}
.day b{color:#00b38a;font-size:20px;font-weight:bold}

.anpai{width:600px;height:auto;float:right;}
.anpai .time{font-size:24px;color:#00b38a; background:url(../images/time.png) left no-repeat; display:block; padding-left:60px;}
.anpai .gift{font-size:24px;color:#00b38a; background:url(../images/gift.png) left no-repeat; display:block; padding-left:60px;margin-top:30px;}
.anpai .wen{font-size:24px;color:#00b38a; background:url(../images/wen.png) left no-repeat; display:block; padding-left:60px;margin-top:26px;}
.anpai dl{margin-top:20px;margin-left:62px;}
.anpai dl dt{color:#0c0a0b;font-size:18px;line-height:38px;}
.anpai dl dd{color:#999;font-size:14px;line-height:24px;}

/*报名通道*/
.baoming{width:100%;height:806px; min-width:1200px;background:url(../images/con5bg01.jpg) no-repeat;}
.baoming .title p{color:#f7e432;}
.baoming .title em{color:#fff}
.zxlist{width:700px;height:auto;margin:0 auto;margin-top:55px;}
.zxlist li{width:290px;height:502px; background:rgba(41,41,39,0.8)}
.zxlist li .ermw{width:100%; text-align:center;display:block;padding:45px 0 0  0}
.zxlist li em{width:44px;height:44px; background:url(../images/icon.png) no-repeat; display:block; margin:44px auto}
.zxlist li span{font-size:18px;color:#fff;display:block; text-align:center}
.zxlist li .zxbtn{ width:162px;margin:58px auto 0}
.zxlist li .zxbtn a{width:162px;height:40px; border-radius:5px; background:#f7e432;  display:block; text-align:center ;color:#000; font-size:16px; line-height:40px;-webkit-transition: .4s; }
.zxlist li .zxbtn a:hover{background:#fff;-webkit-transition: .4s; }

/*往届回顾*/
.backjz{width:100%;height:auto; min-width:1200px;background:#fff;}
.jzlist{width:1200px;height:720px;margin-top:60px;}
.jzlist li{width:369px;height:auto;float:left;margin:0 15px 30px 15px;}
.jzlist li .jz-img{width:369px;height:229px; position:relative}
.jzlist li .jz-img .jz-con{ position:absolute;top:0;left:0;width:369px;height:229px;background:rgba(0,0,0,0.6)}
.jzlist li .jz-img .jz-con span{font-size:20px;color:#f7e432; display:block;margin:68px 0 43px 28px;}
.jzlist li .jz-img .jz-con p{font-size:14px;color:#fff;margin-left:28px;line-height:26px;}
.jz-title{line-height:60px; font-size:16px; font-weight:bold;color:#0c0a0b; border-bottom:1px solid #e9e9e9; text-align:center; display:block}
.jz-title b{color:#d5d5d5;margin-left:20px;}

/*主办方*/
.cel{width:100%;height:418px;min-width:1200px;background:url(../images/con6bg01.jpg) no-repeat;}
.cel-title{float:left;margin:33px 40px 0 10px;}
.cel-nr{width:890px;height:auto;padding-top:160px;float:left}
.cel-nr p{color:#c9c9c9;line-height:22px;font-size:14px; text-indent:2em;padding-top:10px;}


/*合作伙伴*/
.partner{width:100%;height:150px;min-width:1200px;background:#fff;}
.partdiv{width:1200px;height:150px; border-bottom:1px solid #eee;margin:0 auto;}
.partner .title-fl{width:240px;padding:70px 0 0 0px;float:left}
.partner .title-fl span{display:block; text-align:center;font-size:24px;color:#1d191b;font-weight:bold;}
.partner .title-fl em{color:#999999;font-size:16px; line-height:32px; font-style:normal;padding-left:105px;display:block}
.partner-nr{width:960px;height:auto;float:right;}
.partner-nr img{width:100%; max-width:475px; vertical-align:middle}


/*联系我们*/
.lxwm{width:100%;height:200px;min-width:1200px;background:#fff;}
.lxwm .title-fl{width:240px;padding:60px 0 0 0px;float:left}
.lxwm .title-fl span{display:block; text-align:center;font-size:24px;color:#1d191b;font-weight:bold;}
.lxwm .title-fl em{color:#999999;font-size:16px; line-height:32px; font-style:normal;padding-left:85px;display:block}
.lxwm .tel{width:960px;height:auto;float:right;padding:50px 0 0 0px; font-weight:bold;}
.lxwm .tel .hao{font-size:20px;color:#00b38a; background:url(../images/icon2.jpg) left top no-repeat; display:block; padding-left:46px;float:left;margin-right:38px;line-height:32px;font-weight:bold;}
.lxwm .tel .online{font-size:20px;color:#00b38a; background:url(../images/icon3.jpg) left top no-repeat; display:block; padding-left:46px;float:left;line-height:32px;font-weight:bold;}
.lxwm .tel .online a{color:#00b38a;font-weight:bold;}
































