* {
	-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
}

.header { width: 100%; padding-top: 10px; padding-bottom: 5px; background: #fff;  -webkit-transition: all .3s; transition: all .3s; }
.header .logo { float: left; margin-left: 5%; width: 45%; }
.header .logo img { height:50px;  -webkit-transition: all .3s; transition: all .3s;}
.header .navWrap { float: right; width: 50%; }
.fixed { position: fixed; top: 0; padding-top: 5px; border-bottom: 1px solid #eee; box-shadow: 1px 0 3px rgba(0,0,0,0.25); z-index: 98; }
.fixed .logo img { height: 40px; margin-top: 5px; }
.nav { display: none; float: left; margin-top: 26px; }
/*.nav li { float: left; padding: 0 15px; line-height: 50px; cursor: pointer; }
.nav li.current { color: #e36208; border-bottom: 2px solid #e36208; }*/
.quick_btn { float: right; margin-right: 10%; width: 60%; height: 30px; background: #e36208; color: #fff; text-align: center; line-height: 30px; margin-top: 10px; border-radius: 3px; }
.quick_btn:hover { color: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.36); }
.ercode { display: none; position: fixed; top: 450px; right: 20px; width: 120px; height: 150px; overflow: hidden; cursor: pointer; z-index: 99; background: #fff; border: 1px solid #eee; }
/*.ercode img { width: 100px; height: 100px; margin: 10px auto 5px; }
.ercode span { display: block; line-height: 30px; text-align: center; font-size: 14px; }
.ercode span { position: absolute; left: 0; top: -100%; font-size: 12px; line-height: 20px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-align: center; color: #fff; padding: 15px 0; -webkit-transition: all .5s; transition: all .5s; }
.ercode:hover span { top: 0; }*/
.banner { width: 100%; height:auto; position: relative; color: #fff; }
.banner img { width: 100%; }
.banner h2 { position: absolute; width: 100%; font-size: 20px; text-align: center; line-height: 30px; top: 45px; left: 0; font-weight: 600; }
.banner h3 { position: absolute; width: 100%; font-size: 24px; text-align: center; line-height: 30px; top: 15px; left: 0; color: #e36208; font-weight: 500; }
.banner .time { position: absolute; width: 100%; font-size: 10px; text-align: center; line-height: 25px; top: 80px; left: 0; background: url(../images/time_bg.png) center no-repeat; color: #000625; }
.bg { width: 100%; padding: 5px 10px; }
.bg .word { width: 100%; }
.bg .word h3 { font-size: 20px; margin-top: 10px; margin-bottom: 5px; color: #e36208; }
.bg .word p { font-size: 12px; line-height: 20px; color: #555; }
.bg .word .top span { display: block; margin-bottom: 5px; text-indent: 2em; }
.bg .word .more_btn { display: block; width: 60px; height: 60px; margin: 10px auto; background: url(../images/down_gray.png) center no-repeat; -webkit-transition: all .5s; transition: all .5s; }
.bg .word .up { background-image: url(../images/up_gray.png); }
.bg .word .more_btn:hover { background-image: url(../images/down_orange.png); }
.bg .word .up:hover { background-image: url(../images/up_orange.png); }
.bg .imgsWrap { width: 100%; height: 150px; position: relative; overflow: hidden; }
.bg .imgs { width: 300%; height: 150px; position: absolute; left: 0; }
.bg .imgs img { float: left; height: 100%; }
/*.bg .imgs .one { top: 150px; left: 0; width: 50%; }
.bg .imgs .two { top: 0px; left: 40%; width: 60%; }
.bg .imgs .three { top: 160px; left: 30%; width: 70%; }*/
.title { font-size: 22px; color: #333; width: 160px; text-align: center; margin: 5px auto 10px; line-height: 50px; border-bottom: 1px solid #ccc; position: relative; }
.title .line { position: absolute; width: 80px; height: 3px; background: #e36208; left: 40px; bottom: -2px; }
.set { width: 100%; background: #f6f6f6; overflow: hidden; padding: 5px 10px; }
.set .word { font-size: 12px; line-height: 20px; color: #555; width: 100%; margin: 0 auto; text-align: center; margin-bottom: 10px; }
.set .conf { width: 90%; margin: 0 auto; margin-bottom: 10px; }
.set .conf .conference { width: 100%; background: #fff; padding: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.25); margin-bottom: 10px; }
.demo .front {}
.demo .behind { width: 100%; height: 100%; padding: 20px; background: #e6ba97; background: rgba(230,186,151,0.5); box-shadow: 0 0 20px rgba(0,0,0,0.25); position: absolute; top: 0; left: 0; display: none; }
.demo.two .behind { background: #a7c1d2; background: rgba(167,193,210,0.5); box-shadow: 0 0 20px rgba(0,0,0,0.25);}
.demo .behind p { color: #000; font-size: 18px; line-height: 50px; text-align: center; margin-top: 100px; }
.demo .behind p span { font-size: 30px; }
.conference h3 { font-size: 18px; text-align: center; line-height: 36px; margin-top: 10px; color: #333; }
.conference .circle { width: 180px; height: 32px; margin: 0 auto; margin-top: 15px; line-height: 32px; background: #e6ba97; color: #fff; text-align: center; }
.conference .icon { margin: 10px auto; }
.conference .lists { margin-top: 15px; }
.conference .lists li { height: 30px; font-size: 14px; text-align: center; }
.conference.one { border-bottom: 2px solid #e36208; }
.conference.one h3 span { color: #e36208; }
.conference.two { border-bottom: 2px solid #a7c1d2; }
.conference.two h3 span { color: #a7c1d2; }
.conference.two .circle { background: #a7c1d2; }

.audience { width: 100%; padding: 5px 10px; }
.audience .word { width: 100%; }
.audience .word h3 { font-size: 20px; margin-top: 10px; margin-bottom: 5px; color: #e36208; }
.audience .word p { font-size: 12px; line-height: 20px; color: #555; }
.audience .imgs { width: 100%; }
.audience .imgs li { float: left; width: 23%; margin: 1%; position: relative; overflow: hidden; }
.audience .imgs li img { width: 100%; margin: 0 auto; }
.audience .imgs li span { position: absolute; left: 0; top: 0; font-size: 10px; line-height: 20px; width: 100%; height: 100%; background: rgba(0,102,168,0.5); text-align: center; color: #fff; padding-top: 15px; -webkit-transition: all .5s; transition: all .5s; }
.register { width: 100%; padding: 5px 10px 15px;  background: url(../images/register_bg.jpg) center bottom no-repeat; }
.register .regcon { margin-top: 10px; }
.register .contact { width: 75%; margin-left: 25%; }
.register .contact h3 { font-size: 18px; margin: 20px 0; }
.register .contact .info { padding-left: 30px; border-left: 1px solid #000; padding-top: 1px; }
.register .contact .info li { font-size: 14px; line-height: 24px; color: #fff; margin-top: 10px; position: relative; }
.register .contact .info li:nth-child(1){ color: #000; }
.register .contact .info li span { font-weight: bold; }
.register .contact .info li::before { position: absolute; content: ""; width: 16px; height: 16px; border-radius: 8px; background: #eee; top: 4px; left: -38px; }
.register .contact .info li::after { position: absolute; content: ""; width: 10px; height: 10px; border-radius: 5px; background: #ccc; top: 7px; left: -35px; }
.register .form { width: 100%; padding: 10px 0; background: rgba(255,255,255,0.5); }
.register .form li { margin-top: 10px; }
.register .form li label { width: 24%; margin-right: 1%; float: left; font-size: 12px; line-height: 38px; text-align: right; }
.register .form li input { width: 75%; float: left; background: #eee; border: 1px solid #ccc; height: 36px; line-height: 40px; }
.register_btn { margin-left: 25%; width: 50%; height: 36px; line-height: 36px; text-align: center; margin-top: 10px; background: #e6ba97; color: #fff; font-size: 16px; cursor: pointer; }
.register_btn:hover { background: #e36208; }
.zhuban { width: 100%; overflow: hidden; }
.zhuban .zhubanlogos { width: 90%; margin: 0 auto; }
.zhuban .zhubanlogos li { float: left; width: 40%; margin: 0 5%; }
.zhuban .zhubanlogos li img { width: 100%; }
.xieban { width: 100%; overflow: hidden; padding-bottom: 10px; }
.xieban .xiebanlogos { width: 90%; margin: 0 auto; }
.xieban .xiebanlogos li { margin-bottom: 5px; }
.xieban .xiebanlogos li img { height: 35px; margin: 0 auto; }
.logos { overflow: hidden; }
.logos li { float: left; width: 25%; }
.logos li img { width: 80%; margin: 0 auto 10px; }
.review { width: 100%; padding: 5px 10px; background: #f2f2f2; }
.review img { display: inline-block; }
.review .imgs-grid { max-width: 100%; }
.footer { width: 100%; padding: 10px 0; text-align: center; font-size: 12px; line-height: 20px; color: #fff; background: #606060; }

.hotel { text-align: center; background: #f6f6f6; overflow: hidden; padding-bottom: 10px; }
.hotel .hotel_info { color: #555; }
.hotel .hotel_name { font-size: 16px; line-height: 24px; margin-bottom: 5px; font-weight: bold; }
.hotel p { font-size: 14px; line-height: 22px; }
.hotel .hotel_contact { font-size: 14px; line-height: 22px; margin-top: 5px; }
.hotel .hotel_contact span { font-weight: bold; }
.hotel_imgs { width: 90%; margin: 0 auto; }
.hotel_imgs img { width: 100%; margin-bottom: 5px; }

.hiddenOnPhone { display: none; }
