@CHARSET "UTF-8";
/* 
Copyright 2013 Goksel. All Rights Reserved.
CSS Document
*/
html, body {
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
	font-size: 14px;
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	background: #ffffff;
}
img {border:0px;}
p{
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
a{text-decoration: none;color:white;}
a:hover{
	text-decoration:none;
}

input[type=text],input[type=password], textarea {
	float:left;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 5px 0px 5px 5px;
    border: 1px solid #ddd;
	background:#ffffff;
}
input[disabled=disabled], textarea[disabled=disabled] {
	background:#EFEFEF;
}
input[type=text]:focus,input[type=password]:focus, textarea:focus {
	/*
    box-shadow: 0 0 5px #203AB1;
	border: 1px solid #203AB1;
   */
}
input[type=number],input[type=password],input[type=text],textarea{float:left;padding:10px 0;outline:0;border:1px solid #ddd;background:#fff;text-indent:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}
input[disabled=disabled],textarea[disabled=disabled]{outline:0;background:#efefef}
input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,textarea:focus{
	outline:0;
	/*
    border:1px solid #ff5900;background:#fcfecf;box-shadow:0 0 5px #ff5900;
   */
	background-color:#EFEFEF;
}
select{
	float:left;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
	outline: none;
    padding: 2px;
    border: 1px solid #ddd;
	background:#ffffff;
}
select:focus {
	background:#fcfecf;
	box-shadow: 0 0 5px #56C3F0;
    padding: 2px;
    border: 1px solid #56C3F0;
}
.footer_nav{
	float:left;
	width:25%;
	text-align:center;
	cursor:pointer;
}

.displaynone{display:none;}
.displayblock{display:block;}


@media screen and (max-width: 1000px) { 
	.header_list_one {display:none;}
}
@media screen and (min-width: 1001px) { 
	.header_list_one {display:block;}
}
.header_list_one{float:left;width:100%;background:white;}
.header_list_one .subsection{width:96%;max-width:1200px;margin:0 auto;}

.header_list_one .subsection .menusectionarea{float:left;width:calc(100% - 200px);}
.header_list_one .subsection .toppercentarea{float:left;width:100%;margin:5px 0px 0px 0px;}
.header_list_one .subsection .toppercentarea .toparea{float:right;font-size:14px;line-height:16px;color:#333333;}
.header_list_one .subsection .toppercentarea .toparea .loginicon{float:left;margin-top:6px;}
.header_list_one .subsection .toppercentarea .toparea .loginicon img{height:32px;}
.header_list_one .subsection .toppercentarea .toparea .login{float:left;margin-left:30px;margin-top:6px;text-transform:uppercase;}
.header_list_one .subsection .toppercentarea .toparea .login a{color:#333333;}
.header_list_one .subsection .toppercentarea .toparea .logout{float:left;margin-left:10px;margin-top:10px;}
.header_list_one .subsection .toppercentarea .toparea .logout a{color:#333333;}
.header_list_one .subsection .toppercentarea .toparea .global{float:left;margin-left:10px;margin-top:10px;}
.header_list_one .subsection .toppercentarea .toparea .global img{height:16px;}
.header_list_one .subsection .toppercentarea .toparea .languagearea{float:left;margin-left:8px;margin-top:6px;text-transform:uppercase;}
.header_list_one .subsection .toppercentarea .toparea .languagearea a{color:#333333;}
.header_list_one .subsection .toppercentarea .toparea .lanchoose{float:left;margin-left:0px;margin-top:6px;}
.header_list_one .subsection .toppercentarea .toparea .lanchoose img{height:16px;}
.header_list_one .subsection .toppercentarea .toparea .search{float:left;margin-top:6px;}
.header_list_one .subsection .toppercentarea .toparea .search img{height:16px;}

.header_list_one .subsection .menuarea{float:right;font-size:14px;line-height:16px;}
.header_list_one .subsection .menuarea .list{padding:6px 0px;margin:8px 0px 8px 36px;}
.header_list_one .subsection .menuarea .list:first-child{padding:6px 0px;margin:8px 0px 8px 0px;}
.header_list_one .subsection .menuarea .menu_on{float:left;border-bottom:2px solid #56C3F0;}
.header_list_one .subsection .menuarea .menu_on a{color:#333333;text-decoration:none;}
.header_list_one .subsection .menuarea .menu_off{float:left;}
.header_list_one .subsection .menuarea .menu_off a{color:#333333;text-decoration:none;}


@media screen and (max-width: 1130px) { 
	.header_list_one .subsection .menuarea{font-size:12px;}
}
@media screen and (max-width: 1000px) { 
	.header_list_two {display:block;}
}
@media screen and (min-width: 1001px) { 
	.header_list_two {display:none;}
}
.header_list_two{width:100%;margin:0 auto;}
.header_list_two .blankheight{float:left;width:100%;height:64px;}
.header_list_two .subarea{width:100%;max-width:100%;margin:0 auto;}
.header_list_two .subarea .caidan{position:fixed;width:100%;top:0px;height:64px;z-index:20;}
.header_list_two .subarea .caidan .content{float:left;width:100%;padding-top:28px;padding-bottom:15px;background-color:rgba(0,0,0,0.5);}
.header_list_two .subarea .caidan #menu_mobile_logo{float:left;width:280px;margin-left:10px;}
.header_list_two .subarea .caidan #menu_mobile_logo img{float:left;width:100%;}

.header_list_two .subarea .caidan .rightmenuactionarea{float:right;margin:0px 15px 0px 0px;}
.header_list_two .subarea .caidan .rightmenuactionarea .controlshowandhide{float:left;margin:0px 0px 0px 18px;cursor:pointer;}
.header_list_two .subarea .caidan .rightmenuactionarea .controlshowandhide #menu_control_01{float:left;width:30px;height:30px;margin-top:0px;cursor:pointer;background:url(images/mobile_02_white.png?date=2021100101) center center / cover no-repeat;}
.header_list_two .subarea .caidan .rightmenuactionarea .controlshowandhide #menu_control_02{display:none;float:left;width:30px;height:30px;margin-top:0px;cursor:pointer;background:url(images/mobile_02_white.png?date=2021100101) center center / cover no-repeat;}
@media screen and (max-width: 800px) { 
	.header_list_two .subarea .caidan .content{padding-top:10px;padding-bottom:5px;}
}


#mobile_menu{display:none;position:absolute;z-index:2001;background-color:rgba(0,0,0,0.5);width:calc(100% - 4px);border-left:4px solid #203AB1;}
#mobile_menu .toparea{float:left;width:100%;}
#mobile_menu .toparea .logobox{float:left;margin:17px 0 0 10px;width:280px;cursor:pointer}
#mobile_menu .toparea .logobox img{float:left;width:100%}
#mobile_menu .toparea .closebox{float:right;margin:25px 15px 0 0;width:25px;cursor:pointer}
#mobile_menu .toparea .closebox img{width:100%;cursor:pointer}
#mobile_menu .contentdiv{float:left;width:calc(100% - 22px);padding-right:22px;margin:20px 0 0;font-size:14px;}
#mobile_menu .contentdiv .list{float:left;width:100%;padding:10px 0px;border-bottom:1px solid #555;text-indent:10px;}
#mobile_menu .contentdiv .list:last-child{border-bottom:1px solid white;}
#mobile_menu .contentdiv .list a{color:white;}
.mobile_search_box{float:left;width:100%;margin-top:8px;}
.mobile_search_box input{float:left;width:calc(100% - 5px - 2px);margin-left:5px;height:16px;line-height:16px;border:1px solid #CCC;}
.mobile_search_box .searchbtnarea{float:left;width:1px;margin-left:-1px;}
.mobile_search_box .searchbtnarea .searchbtn{float:left;width:80px;margin-left:-81px;padding-top:4px;margin-top:0px;height:32px;text-align:center;border:1px solid #CCC;}

.gksel_normalactionpic{background:url(images/dutchpies_banner.jpg) center center/cover no-repeat}
.gksel_normalactionbg,.gksel_normalactionpic{position:absolute;top:223px;right:0;bottom:0;left:0}
.gksel_normalactionbg{background:#000;opacity:.6}
.gksel_normalactionbgcontent{position:absolute;top:223px;right:0;bottom:0;left:0}
.gksel_normal_tabpost{float:left;margin-top:40px;margin-bottom:40px;margin-left:5%;width:89%;border-collapse:collapse;font-size:9pt}
.gksel_normal_tabpost tr td{margin:10px 0;padding:5px 15px}
.gksel_normal_tabpost tr td .title{float:left;margin-bottom:10px;width:100%;text-align:center;font-size:18px;color:white;}
.gksel_normal_tabpost .thead td{margin:20px 0;padding:10px 15px;background:#efefef;font-size:15px}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none!important}
.gksel_registeractionpic{position:absolute;top:223px;left:0px;right:0px;bottom:0px;background:url('./images/dutchpies_banner.jpg') center center / cover no-repeat;}
.gksel_registeractionbg{position:absolute;top:223px;left:0px;right:0px;bottom:0px;background:black;opacity:0.6;}
.gksel_registeractionbgcontent{position:absolute;top:223px;left:0px;right:0px;bottom:0px;}

.gksel_normal_tabpost tr td input[type=tel]{float:left;width:99%}
.gksel_normal_tabpost tr td .tipsgroupbox{float:left}
.gksel_normal_tabpost tr td .tipsgroupbox .tips{float:left;margin:4px 0 0 5px;color:#999}
.gksel_normal_tabpost tr td .tipsgroupbox .request{float:left;margin:5px 0 0 5px;color:red;font-weight:700;font-size:1pc}
.gksel_normal_tabpost tr td .tipsgroupbox .requestbox{position:absolute;margin-left:15px}
.gksel_normal_tabpost tr td .tipsgroupbox .requestbox .sanjiao{float:left;margin-top:8px}
.gksel_normal_tabpost tr td .tipsgroupbox .requestbox .sanjiao img{width:6px;height:11px}
.gksel_normal_tabpost tr td .tipsgroupbox .requestbox .content{float:left;margin-top:-1px;padding:0 15px 0 10px;height:30px;border-radius:3px;background:#ff5900;color:#fff;line-height:30px}
.gksel_normal_tabpost tr td .login_linkfp{float:right;color:white}
.gksel_normal_tabpost tr td .loginpagefootersection{margin:0 auto;width:2in;font-size:9pt}
.gksel_normal_tabpost tr td .loginpagefootersection .hasno{float:left;color:gray}
.gksel_normal_tabpost tr td .loginpagefootersection .signup{float:left;margin-left:15px;color:#f86400}
.gksel_normal_tabpost tr td .loginpagefootersection .signup a{color:white;}
.gksel_normal_tabpost tr td .loginpagefootersection .signupbtn{float:left;margin-top:-1px;margin-left:6px;color:#f86400}
.gksel_normal_tabpost tr td .loginpagefootersection .signupbtn img{float:left;width:17px;height:17px}
.gksel_normal_tabpost tr td .registerpagefooter_left{float:left;color:gray;font-size:14px}
.gksel_normal_tabpost tr td .registerpagefooter_left a{color:gray}
.gksel_normal_tabpost tr td .registerpagefooter_right{color:gray;font-size:14px}
.gksel_normal_tabpost tr td .registerpagefooter_right .hasaccount{float:left}
.gksel_normal_tabpost tr td .registerpagefooter_right .lijielogin{float:left;margin-left:5px;color:#f86400}
.gksel_normal_tabpost tr td .registerpagefooter_right .lijielogin a{color:white}
.gksel_normal_tabpost tr td select[name=eventtype_id],.gksel_normal_tabpost tr td select[name=numofpeople_id]{float:left;padding:4px 0 4px 8px;width:calc(100% - 2px);height:35px;border:1px solid #ddd;background:url(../../themes/default/images/select_arrow.png) no-repeat scroll right center hsla(0,0%,100%,.8);color:gray;font-size:14px;line-height:20px;appearance:none;-moz-appearance:none;-webkit-appearance:none}
.gksel_normal_tabpost tr td textarea[name=request_content]{width:calc(100% - 4px);height:5pc}
.gksel_btn_action_on{background:#56C3F0;color:#fff}
.gksel_btn_action_off,.gksel_btn_action_on{float:left;width:100%;height:40px;border:none;border-radius:3px;text-align:center;line-height:40px;cursor:pointer}
.gksel_btn_action_off{background:#efefef;color:#999}
.gksel_btn_action_off .icon_loading,.gksel_btn_action_off .icon_success{float:left;margin:10px 0;width:20px;height:20px}
.gksel_btn_action_off span{float:left;margin-left:5px}

::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #999; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #999; 
}

.gksel_menu_list_float{float:left;box-shadow: 2px -1px 10px #FFFFFF;}
.gksel_menu_list_fixed{position:absolute;z-index:10;}
.gksel_menu_list{width:100%;height:55px;line-height:55px;color:#404041;padding-top:30px;}
.gksel_menu_list .section{width:96%;max-width:1200px;margin:0 auto;}
.gksel_menu_list .section .logoarea{float:left;width:400px;margin-right:50px;}
.gksel_menu_list .section .logo{float:left;width:auto;height:50px;margin:-5px 0px 0px 0px;transition: all .3s;-webkit-transition: all .3s;text-shadow: 0px 2px 2px rgb(0 0 0 / 90%);}
.gksel_menu_list .section .leftarea{float:left;}
.gksel_menu_list .section .rightarea{float:right;}
.gksel_menu_list .section .rightarea .list{float:left;}
.gksel_menu_list .section .rightarea .line{float:left;border-left:1px solid #56C3F0;height:15px;margin:13px 10px 0px 10px;}
.gksel_menu_list .section .rightarea .listicon{float:left;margin-left:10px;}
.gksel_menu_list .section .rightarea .listicon img{float:left;width:35px;height:35px;margin-top:2px;}


.gksel_homebanner{float:left;width:100%;height:100%;overflow:hidden;}
.gksel_homebanner_allwidth{float:left;width:1000%;height:100%;margin-left:-100%;overflow:hidden;}
.gksel_homebanner_allwidth .list{float:left;width:10%;height:100%;cursor:pointer;}
.gksel_homebanner_allwidth .list .boxsection{margin: 0 auto; max-width: 1200px; width: 96%;}
.gksel_homebanner_allwidth .list .boxsection .boxarea{float: left; background: rgba(255, 255, 255, 0.7);}
.gksel_homebanner_allwidth .list .boxsection .boxarea .content{float: left; color: #3b3b3b;}
.gksel_homebanner_allwidth .list .boxsection .boxarea .btnbutton{cursor: pointer; float: left;background: rgb(171, 16, 50); color: white;}

.gksel_homebanner_controllarea{display:flex;justify-content:center;position:relative;float:left;width:100%;height:30px;margin-top:-30px;z-index:3;}
.gksel_homebanner_controllarea .control{float:left;margin:0px 3px;cursor:pointer;}
.gksel_homebanner_controllarea .control_on{width:16px;height:16px;background:#FFFFFF;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homebanner_controllarea .control_off{width:16px;height:16px;background:#162C5E;border-top-left-radius:6px;border-bottom-right-radius:6px;}

.homebannervideo{position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);object-fit:fill;height: 100%; width: 100%;background-size: cover;background-position: center;}
.homebannervideo_hiddenlayer{position: absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:2;}


.gksel_mobilebanner{float:left;width:100%;height:100%;overflow:hidden;}
.gksel_mobilebanner_allwidth{float:left;width:1000%;height:100%;margin-left:-100%;overflow:hidden;}
.gksel_mobilebanner_allwidth .list{float:left;width:10%;height:100%;cursor:pointer;}
.gksel_mobilebanner_allwidth .list .boxsection{margin: 0 auto; max-width: 1200px; width: 96%;}
.gksel_mobilebanner_allwidth .list .boxsection .boxarea{float: left; background: rgba(255, 255, 255, 0.7);}
.gksel_mobilebanner_allwidth .list .boxsection .boxarea .content{float: left; color: #3b3b3b;}
.gksel_mobilebanner_allwidth .list .boxsection .boxarea .btnbutton{cursor: pointer; float: left;background: rgb(171, 16, 50); color: white;}

.gksel_mobilebanner_controllarea{display:flex;justify-content:center;position:relative;float:left;width:100%;height:30px;margin-top:-30px;z-index:3;}
.gksel_mobilebanner_controllarea .control{float:left;margin:0px 3px;cursor:pointer;}
.gksel_mobilebanner_controllarea .control_on{width:16px;height:16px;background:#FFFFFF;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_mobilebanner_controllarea .control_off{width:16px;height:16px;background:#162C5E;border-top-left-radius:6px;border-bottom-right-radius:6px;}

.mobilebannervideo{position: absolute;top: 50%; left: 50%;transform: translate(-50%, -50%);object-fit:fill;height: 100%; width: 100%;background-size: cover;background-position: center;}
.mobilebannervideo_hiddenlayer{position: absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:2;}



@media screen and (max-width: 500px) { 
    .gksel_homenotice{padding-top:20px;padding-bottom:20px;margin-top:20px;}
    .gksel_homenotice .halfarea{width:100%;margin-left:0px;margin-top:20px;}
    .gksel_homenotice .halfarea:first-child{margin-top:0px;}
}
@media screen and (min-width: 500px){
    .gksel_homenotice{padding-top:30px;padding-bottom:30px;margin-top:30px;}
    .gksel_homenotice .halfarea{width:calc(50% - 20px);margin-left:40px;}
    .gksel_homenotice .halfarea:nth-child(2n-1){margin-left:0px;}
}
.gksel_homenotice{float:left;width:100%;overflow:hidden;background-color:#EEF1FA;}
.gksel_homenotice .halfarea{float:left;}
.gksel_homenotice .title{float:left;width:100%;font-size:24px;line-height:34px;font-weight:bold;border-bottom:1px solid #AEAEAC;padding-bottom:20px;}
.gksel_homenotice .title .btnmore{cursor:pointer;float:right;color:#203AB1;font-weight:bold;font-size:14px;line-height:34px;}
.homenoticeoverflowhidden{float:left;width:100%;overflow-x:hidden;}
.gksel_homenotice .subbox{cursor:pointer;float:left;width:100%;margin-top:25px;background-color:white;}
.gksel_homenotice .subbox .boxarea{float:left;width:calc(100% - 8px);padding:8px 8px 8px 0px;}
.gksel_homenotice .subbox .boxarea .dateshow{display:flex;justify-content:center;flex-direction: column;text-align:center;float:left;width:60px;border-right:1px solid black;height:42px;background-color:white;}
.gksel_homenotice .subbox .boxarea .contentshow{float:left;width:calc(100% - 60px - 10px - 1px);margin-left:10px;height:42px;}
.gksel_homenotice .subbox .boxarea .contentshow .showtitle{float:left;width:100%;font-size:14px;color:#203AB1;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 20px;line-height: 20px;}
.gksel_homenotice .subbox .boxarea .contentshow .showcontent{float:left;width:100%;font-size:13px;color:black;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 18px;line-height: 18px;margin-top:4px;}

.gksel_homenotice .subbox:hover{background-color:#EFEFEF;box-shadow: 2px -1px 10px #EFEFEF;}
.gksel_homenotice .subbox:hover .dateshow{background-color:#EFEFEF;color:#203AB1;}
.gksel_homenotice .subbox:hover .showtitle{color:#203AB1;}
.gksel_homenotice .subbox:hover .showcontent{color:#203AB1;}

.gksel_homenotice .mediabox{cursor:pointer;float:left;width:100%;margin-top:25px;background-color:white;border-top-left-radius:10px;border-bottom-right-radius:10px;}
.gksel_homenotice .mediabox .boxarea{float:left;width:calc(100% - 8px);padding:8px 8px 8px 0px;}
.gksel_homenotice .mediabox .boxarea .dateshow{display:flex;justify-content:center;flex-direction: column;text-align:center;float:left;width:60px;border-right:1px solid black;height:42px;background-color:white;}
.gksel_homenotice .mediabox .boxarea .contentshow{float:left;width:calc(100% - 60px - 10px - 1px);margin-left:10px;height:42px;}
.gksel_homenotice .mediabox .boxarea .contentshow .showtitle{float:left;width:100%;font-size:14px;color:#203AB1;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 20px;line-height: 20px;}
.gksel_homenotice .mediabox .boxarea .contentshow .showcontent{float:left;width:100%;font-size:13px;color:black;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 18px;line-height: 18px;margin-top:4px;}

.gksel_homenotice .mediabox:hover{background-color:#EFEFEF;box-shadow: 2px -1px 10px #EFEFEF;}
.gksel_homenotice .mediabox:hover .dateshow{background-color:#EFEFEF;color:#203AB1;}
.gksel_homenotice .mediabox:hover .showtitle{color:#203AB1;}
.gksel_homenotice .mediabox:hover .showcontent{color:#203AB1;}

.gksel_homenotice .line{float:left;width:100%;font-size:24px;font-weight:bold;border-top:1px solid #AEAEAC;margin-top:25px;}

.gksel_homenotice_allwidth{float:left;width:1000%;margin-left:-100%;overflow:hidden;}
.gksel_homenotice_allwidth .list{float:left;width:10%;cursor:pointer;margin-top:10px;}
.gksel_homenotice_allwidth .list .subbox{float:left;width:100%;margin-top:25px;}
.gksel_homenotice_allwidth .list .subbox .boxarea{float:left;width:100%;}
.gksel_homenotice_allwidth .list .subbox .boxarea .dateshow{display:flex;justify-content:center;flex-direction: column;text-align:center;float:left;width:50px;height:60px;background-color:white;}
.gksel_homenotice_allwidth .list .subbox .boxarea .contentshow{float:left;width:calc(100% - 50px - 10px);margin-left:10px;height:60px;}
.gksel_homenotice_allwidth .list .subbox .boxarea .contentshow .showtitle{float:left;width:100%;font-size:14px;color:#203AB1;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 20px;line-height: 20px;}
.gksel_homenotice_allwidth .list .subbox .boxarea .contentshow .showcontent{float:left;width:100%;font-size:13px;color:black;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 36px;line-height: 18px;margin-top:4px;}


.gksel_homenotice_controllarea{display:flex;justify-content:center;float:left;width:100%;height:30px;padding-top:0px;padding-bottom:20px;background-color:#EEF1FA;}
.gksel_homenotice_controllarea .control{float:left;margin:0px 3px;cursor:pointer;}
.gksel_homenotice_controllarea .control_on{width:16px;height:16px;background:#203AB1;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homenotice_controllarea .control_off{width:16px;height:16px;background:#C6C6C6;border-top-left-radius:6px;border-bottom-right-radius:6px;}



.gksel_homeennews{float:left;width:100%;overflow:hidden;}
.gksel_homeennews_allwidth{float:left;width:1000%;margin-left:-100%;overflow:hidden;}
.gksel_homeennews_allwidth .list{float:left;width:10%;cursor:pointer;}
@media screen and (max-width: 500px) { 
	.gksel_homeennews_allwidth .list .bigbox{padding-bottom:60%;}
}
@media screen and (min-width: 500px){
	.gksel_homeennews_allwidth .list .bigbox{padding-bottom:40%;}
}
.gksel_homeennews_allwidth .list .bigbox{float:left;width:100%;border-top-left-radius:40px;border-bottom-right-radius:40px;}
.gksel_homeennews_allwidth .list .titlearea{position:relative;float:left;width:calc(100% - 100px);color:#DEDFE1;height:40px;line-height:40px;margin-top:-40px;}
.gksel_homeennews_allwidth .list .titlearea .name{float:left;width:calc(100% - 100px - 20px);margin-left:20px;font-size:15px;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:40px;}

.gksel_homeennews_controllarea{float:left;width:100%;height:40px;background-color:rgba(0,26,102,0.7);margin-top:-40px;border-bottom-right-radius:40px;}
.gksel_homeennews_controllarea .control{float:left;margin:10px 3px 0px 3px;cursor:pointer;}
.gksel_homeennews_controllarea .control_on{width:16px;height:16px;background:white;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homeennews_controllarea .control_off{width:16px;height:16px;background:#C6C6C6;border-top-left-radius:6px;border-bottom-right-radius:6px;}







.majorconntrolleftrightarea{position:relative;float:left;width:100%;height:1px;}
.majorconntrolleftrightarea .leftchengtuo{float:left;width:60px;padding-bottom:140%;}
.majorconntrolleftrightarea .leftarea{float:left;width:60px;margin-left:-60px;margin-top:20%;}
.majorconntrolleftrightarea .major_prev{float:left;width:50px;height:50px;line-height:50px;background-color:#2141BC;color:white;border-radius:50%;}
.majorconntrolleftrightarea .major_prev:hover{opacity:0.5;}
.majorconntrolleftrightarea .major_prev img{cursor:pointer;float:left;width:24px;height:24px;margin:13px;}

.majorconntrolleftrightarea .rightchengtuo{float:right;width:60px;margin-right:-60px;padding-bottom:140%;}
.majorconntrolleftrightarea .rightarea{float:right;width:60px;margin-top:20%;}
.majorconntrolleftrightarea .major_next{position:relative;float:right;width:50px;height:50px;line-height:50px;background-color:#2141BC;color:white;border-radius:50%;}
.majorconntrolleftrightarea .major_next:hover{opacity:0.5;}
.majorconntrolleftrightarea .major_next img{cursor:pointer;float:left;width:24px;height:24px;margin:13px;}

.majorcentershowarea{float:left;width:calc(100% - 120px);margin-left:60px;overflow-x:hidden;}

@media only screen and  (max-width:500px){
	.gksel_homemajor{display:none;}
	.gksel_homemajor_controllarea{display:none;}
}
@media only screen and  (min-width:500px){
	.gksel_homemajor{display:block;}
	.gksel_homemajor_controllarea{display:flex;justify-content:center;}
}
.gksel_homemajor{float:left;width:100%;overflow:hidden;margin-top:30px;}
.gksel_homemajor_allwidth{float:left;width:1000%;margin-left:-66.6666666%;overflow:hidden;}
.gksel_homemajor_allwidth .list{float:left;width:3.33333333%;cursor:pointer;}
.gksel_homemajor_allwidth .list .chengkai_left{float:left;width:1px;padding-bottom:140%;}
.gksel_homemajor_allwidth .list .chengkai_center{float:left;width:calc(100% - 2px);}
.gksel_homemajor_allwidth .list .chengkai_right{float:left;width:1px;padding-bottom:140%;}
.gksel_homemajor_allwidth .list .innersection{float:left;width:80%;margin-left:10%;margin-top:12%;}
.gksel_homemajor_allwidth .list .innersection .boxarea{float:left;width:100%;border-radius:15px;padding-bottom:140%;}
.gksel_homemajor_allwidth .list .innersection .boxyinying{float:left;width:100%;border-radius:15px;padding-bottom:140%;margin-left:-100%;background-color:rgba(0,0,0,0.3);}
.gksel_homemajor_allwidth .list .innersection .boxyinying:hover{background-color:rgba(0,0,0,0.5);}
.gksel_homemajor_allwidth .list .innersection .summaryspace_80{height:80px;margin-top:-80px;}
.gksel_homemajor_allwidth .list .innersection .summaryspace_100{height:100px;margin-top:-100px;}
.gksel_homemajor_allwidth .list .innersection .summarybox{float:left;width:80%;margin-left:10%;color:white;}
.gksel_homemajor_allwidth .list .innersection .summarybox .line{float:left;width:20px;height:4px;line-height:4px;background-color:white;}
.gksel_homemajor_allwidth .list .innersection .summarybox .major_name{float:left;width:100%;line-height:25px;font-size:18px;font-weight:bold;margin-top:5px;}
.gksel_homemajor_allwidth .list .innersection .summarybox .major_shuxing{float:left;width:100%;line-height:20px;font-size:15px;margin-top:5px;}

.gksel_homemajor_controllarea{float:left;width:100%;height:30px;margin-top:20px;}
.gksel_homemajor_controllarea .control{float:left;margin:0px 3px;cursor:pointer;}
.gksel_homemajor_controllarea .control_on{width:16px;height:16px;background:#203AB1;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homemajor_controllarea .control_off{width:16px;height:16px;background:#C6C6C6;border-top-left-radius:6px;border-bottom-right-radius:6px;}



@media only screen and  (max-width:800px){
	.gksel_specialprogramlist_area .list{width:calc(50% - 12px - 2px);margin-left:16px;margin-bottom:16px;}
	.gksel_specialprogramlist_area .list:nth-child(2n-1){margin-left:0px;}
}
@media only screen and  (min-width:800px){
	.gksel_specialprogramlist_area .list{width:calc(25% - 12px - 2px);margin-left:16px;margin-bottom:16px;}
	.gksel_specialprogramlist_area .list:nth-child(4n-3){margin-left:0px;}
}
.gksel_specialprogramlist_area{float:left;width:100%;margin-top:10px;}
.gksel_specialprogramlist_area .list{float:left;border:1px solid #CCC;background:white;}

.gksel_specialprogramlist_area .list:hover .inner_border{float:left;width:calc(100% - 2px);border:2px solid #56C3F0;margin-left:-1px;margin-top:-1px;background:white;}
.gksel_specialprogramlist_area .list:hover .btn_addcart_area{display:block;}
.gksel_specialprogramlist_area .list .btn_addcart_area{display:none;cursor:pointer;position:relative;width:calc(100% + 4px);margin-left:-2px;background:#56C3F0;line-height:35px;text-align:center;color:white;font-size:14px;}
.gksel_specialprogramlist_area .list .inner_border{float:left;width:calc(100% - 2px);border:2px solid transparent;margin-left:-1px;margin-top:-1px;}

@media only screen and  (max-width:800px){
	.gksel_footer_area{padding-top:20px;}
	.gksel_footer_area .innercontent .list{width:calc(52% - 10px);margin-left:0px;}
	.gksel_footer_area .innercontent .list:nth-child(2n-1){width:calc(48% - 10px);margin-left:20px;}
}
@media only screen and  (min-width:800px){
	.gksel_footer_area{padding-top:100px;}
	.gksel_footer_area .innercontent .list{width:calc(100% / 6);}
}
.gksel_footer_area{float:left;width:100%;}
.gksel_footer_area .innercontent{float:left;width:100%;padding:30px 0px 30px 0px;}
.gksel_footer_area .innercontent .list{float:left;color:#3b3b3b;}

.gksel_section_center{width:96%;max-width:1200px;margin:0 auto;}
h1{float:left;width:100%;font-size:24px;font-weight:bold;}
h2{float:left;width:100%;margin-bottom:10px;text-align:center;font-size:14px;color:gray;margin-top:10px;}

.gksel_section_title{float:left;width:100%;text-align:center;font-size:30px;font-weight:bold;}
.gksel_section_subtitle{float:left;width:100%;margin-bottom:10px;text-align:center;font-size:14px;color:gray;margin-top:10px;}

.zhongyiyao_notice_area{float:left;width:100%;padding-top:30px;margin-top:30px;background-color:#EEF1FA;}


.zhongyiyao_news_area{float:left;width:100%;margin-top:30px;}
.zhongyiyao_news_box{float:left;width:100%;}
@media screen and (max-width: 500px) { 
	.zhongyiyao_news_box .left{width:100%;}
	.zhongyiyao_news_box .right{width:100%;margin-left:0px;margin-top:20px;}
}
@media screen and (min-width: 500px){
	.zhongyiyao_news_box .left{width:350px;}
	.zhongyiyao_news_box .right{width:calc(100% - 30px - 350px);margin-left:30px;margin-top:0px;}
}
.zhongyiyao_news_box .left{float:left;}
.zhongyiyao_news_box .right{float:left;}

.zhongyiyao_news_box .bigshowarea{cursor:pointer;float:left;width:100%;border-top-left-radius:30px;padding-bottom:70%;}
.zhongyiyao_news_box .bigcontentarea{cursor:pointer;float:left;width:calc(100% - 30px);border-bottom-right-radius:30px;padding:10px 15px 10px 15px;color:white;background-color:#203AB1;}
.zhongyiyao_news_box .bigcontentarea .date{float:left;width:100%;font-size:14px;font-weight:bold;line-height:25px;}
.zhongyiyao_news_box .bigcontentarea .title{float:left;width:100%;font-size:16px;font-weight:bold;line-height:25px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:50px;}
.zhongyiyao_news_box .bigcontentarea .summary{float:left;width:100%;font-size:14px;line-height:20px;margin-top:5px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height:80px;}

.zhongyiyao_news_area .list{cursor:pointer;float:left;width:100%;border-bottom:1px solid #EFEFEF;padding-bottom:10px;margin-bottom:10px;}
.zhongyiyao_news_area .list:hover .date{color:#203AB1;}
.zhongyiyao_news_area .list:hover .title{color:#203AB1;}
.zhongyiyao_news_area .list:hover .profile{color:#203AB1;}
.zhongyiyao_news_area .list:last-child{border:0px;}
.zhongyiyao_news_area .list .date{float:left;width:100%;}
.zhongyiyao_news_area .list .title{float:left;width:100%;font-size:18px;font-weight:bold;margin-top:9px;}
.zhongyiyao_news_area .list .profile{float:left;width:100%;font-size:12px;line-height:18px;margin-top:10px;text-align:left;color:gray;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:18px;}

.homenews_morebtnarea{display:flex;justify-content:center;float:left;width:100%;margin-top:20px;}
.homenews_morebtnarea .morebtn{cursor:pointer;float:left;line-height:40px;border:1px solid #203AB1;color:#203AB1;font-weight:bold;padding:0px 50px;border-top-left-radius:20px;border-bottom-right-radius:20px;}
.homenews_morebtnarea .morebtn:hover{background-color:#203AB1;color:white;}

@media screen and (max-width: 600px) { 
	.yikenuo_specialprogramarea .list{width:100%;margin-left:0px;}
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
	.yikenuo_specialprogramarea .list{width:calc(50% - 10px);margin-left:20px;}
	.yikenuo_specialprogramarea .list:nth-child(2n-1){margin-left:0px;}
}
@media screen and (min-width: 1000px) {
	.yikenuo_specialprogramarea .list{width:calc(33.33% - 20px);margin-left:30px;}
	.yikenuo_specialprogramarea .list:nth-child(3n-2){margin-left:0px;}
}
.yikenuo_specialprogram_area{float:left;width:100%;padding-top:30px;}
.yikenuo_specialprogramarea{float:left;width:100%;margin-top:30px;}
.yikenuo_specialprogramarea .list{float:left;height:250px;margin-bottom:30px;cursor:pointer;border-radius:4px;}
.yikenuo_specialprogramarea .list .infobox{display:none;}
.yikenuo_specialprogramarea .list:hover .infobox{transition: 3s linear;display:block;}


.zcmu_footer_area{float:left;width:100%;line-height:22px;padding:45px 0px 50px 0px;background-color:#203AB1;margin-top:20px;}

.btn_pagegototop{display:none;position:fixed;right:19px;bottom:100px;cursor:pointer;}
.btn_pagegototop .icon{float:left;width:45px;height:45px;background:url(images/totop.png) center center / cover no-repeat;background-position:0px 0px;}
.btn_pagegototop .icon:hover{background-position:0px -45px;}

/*
transition: all .3s;-webkit-transition: all .3s;text-shadow: 0px 2px 2px rgb(0 0 0 / 90%);
*/
.yikenuo_menulist{cursor:pointer;float:left;line-height:30px;font-size:14px;margin-top:15px;margin-left:15px;}
.yikenuo_menulist a{float:left;width:100%;padding:0px 20px;height:30px;line-height:30px;color:white;font-weight:bold;font-size:18px;}
/*
.yikenuo_menulist a:hover{text-decoration:none;color:#56C3F0;}
*/
.yikenuo_menuright{float:right;}
.yikenuo_menuzhanjuheight{float:left;width:100%;height:65px;}

/*
border-bottom:2px solid #56C3F0;
*/
.menu_on{height:39px;color:white;}
.menu_on a{color:white;}
.menu_off{height:39px;}
/*
border-bottom:2px solid #56C3F0;
.menu_off:hover{height:39px;color:#56C3F0;border-bottom:2px solid #56C3F0;}
*/
.menu_off{height:39px;}
/*
.menu_off:hover a{color:#56C3F0;}
*/


@media screen and (max-width: 500px) {
    .news_list_area{margin-top:10px;}
    .news_leftcategory_area{width:100%;}
    .news_leftcategory_area .track_list{margin-top:0px;}
    .news_leftcategory_area .track_on{background-color:#203AB1;}
    .news_leftcategory_area .track_on a{color:white;}
    .news_leftcategory_area .track_off{background-color:#EFEFEF;}
    .news_leftcategory_area .track_off a{color:gray;}
    .news_leftcategory_area .track_two{width:50%;text-align:center;line-height:39px;}
    .news_leftcategory_area .track_three{width:33.33%;text-align:center;line-height:39px;}
	
	.news_body_list{width:100%;margin-left:0px;margin-top:0px;}
    .news_body_list .list{width:calc(50% - 5px);margin-left:10px;margin-top:10px;}
    .news_body_list .list .title{width:calc(100% - 20px);padding:0px 10px;font-size:16px;margin-top:-40px;line-height:40px;height:40px;}
	
	.notice_body_list{width:100%;margin-left:0px;margin-top:0px;}
	.notice_body_list .list{margin-top:20px;padding-top:20px;border-top:1px solid #555555;}
	.notice_body_list .list:first-child{padding-top:0px;border-top:0px solid #555555;}
}
@media screen and (min-width: 500px){
    .news_list_area{margin-top:30px;}
    .news_leftcategory_area{width:150px;}
    .news_leftcategory_area .track_list{margin-top:20px;}
    .news_leftcategory_area .track_on{}
    .news_leftcategory_area .track_on a{color:#203AB1;}
    .news_leftcategory_area .track_off{}
    .news_leftcategory_area .track_off a{color:gray;}
    .news_leftcategory_area .track_two{width:100%;line-height:25px;}
    .news_leftcategory_area .track_three{width:100%;line-height:25px;}
	
	.news_body_list{width:calc(100% - 150px - 25px);margin-left:25px;}
    .news_body_list .list{width:calc(50% - 20px);margin-left:40px;margin-bottom:40px;}
    .news_body_list .list .title{width:calc(100% - 30px);padding:0px 15px;font-size:18px;margin-top:-60px;line-height:60px;height:60px;}
	
	.notice_body_list{width:calc(100% - 150px - 25px);margin-left:25px;}
	.notice_body_list .list{margin-top:30px;padding-top:30px;border-top:1px solid #555555;}
	.notice_body_list .list:first-child{margin-top:0px;padding-top:0px;border-top:0px solid #555555;}
}
.news_list_area{float:left;width:100%;}
.news_leftcategory_area{float:left;}
.news_leftcategory_area .track_list{float:left;font-size:18px;font-weight:bold;}
.news_leftcategory_area .track_list:first-child{;margin-top:0px;}
.news_body_list{float:left;}
.news_body_list .list{cursor:pointer;float:left;}
.news_body_list .list:nth-child(2n-1){margin-left:0px;}
.news_body_list .list .title{float:left;background-color:rgba(0,26,102,0.7);color:white;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;}

.notice_body_list{float:left;}
.notice_body_list .list{cursor:pointer;float:left;width:100%;}
.notice_body_list .list .datetimeshow{float:left;width:80px;background-color:#203AB1;color:white;text-align:center;padding:10px 0px;line-height:20px;font-weight:bold;}
.notice_body_list .list .listcontent{float:left;width:calc(100% - 80px - 15px);margin-left:15px;}
.notice_body_list .list .showtitle{float:left;width:100%;line-height:20px;font-size:16px;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:20px;}
.notice_body_list .list .showsummary{float:left;width:100%;line-height:18px;margin-top:4px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:36px;}
.notice_body_list .list:hover .showtitle{color:#203AB1;}
.notice_body_list .list:hover .showsummary{color:#203AB1;}

@media screen and (max-width: 500px) {
    .homerightmenu{display:none;}
}
@media screen and (min-width: 500px){
    .homerightmenu{display:block;}
}
.homerightmenu{z-index:101;position:fixed;right:0px;width:150px;height:245px;top:calc(50% - 100px);background-color:rgba(0,26,102,0.7);border-top-left-radius:40px;}
.homerightmenu .innercontent{float:left;width:calc(100% - 20px);margin-left:20px;line-height:25px;color:white;font-weight:bold;font-size:14px;}
.homerightmenu .innercontent .list{cursor:pointer;float:left;width:100%;margin-top:20px;}
.homerightmenu .innercontent .list .icon{float:left;width:25px;height:25px;}
.homerightmenu .innercontent .list:nth-child(1) .icon{background:url('images/icon_menu_1.png') center center / cover no-repeat;}
.homerightmenu .innercontent .list:nth-child(2) .icon{background:url('images/icon_menu_2.png') center center / cover no-repeat;}
.homerightmenu .innercontent .list:nth-child(3) .icon{background:url('images/icon_menu_3.png') center center / cover no-repeat;}
.homerightmenu .innercontent .list:nth-child(4) .icon{background:url('images/icon_menu_5.png') center center / cover no-repeat;}
.homerightmenu .innercontent .list:nth-child(5) .icon{background:url('images/icon_menu_4.png') center center / cover no-repeat;}
.homerightmenu .innercontent .list .name{float:left;width:calc(100% - 25px - 10px);margin-left:10px;}
	
.homerightnavigation{display:none;z-index:101;position:fixed;right:0px;width:250px;top:0px;background-color:rgba(0,26,102,0.7);}
.homerightnavigation .innercontent{float:left;width:calc(100% - 30px);margin-left:30px;line-height:25px;color:white;font-weight:bold;font-size:14px;}
.homerightnavigation .innercontent .closearea{float:left;width:calc(100% - 30px);margin-top:20px;}
.homerightnavigation .innercontent .closearea .close{cursor:pointer;float:right;width:20px;height:20px;background:url('images/close_white.png') center center / cover no-repeat;}
.homerightnavigation .innercontent .list{cursor:pointer;float:left;width:100%;margin-top:20px;}
.homerightnavigation .innercontent .bottomline{cursor:pointer;float:left;width:calc(100% - 30px);margin-top:20px;margin-bottom:30px;border-bottom:1px solid #A3AFD7;}

@media screen and (max-width: 500px) {
    .otherrightmenu{display:none;}
    .otherrightmenu .innercontent{width:150px;height:200px;margin-top:-220px;border-top-left-radius:40px;}
}
@media screen and (min-width: 500px){
    .otherrightmenu{display:block;}
    .otherrightmenu .innercontent{width:150px;height:200px;margin-top:-260px;border-top-left-radius:40px;}
}
.otherrightmenu{float:left;width:100%;height:1px;}
.otherrightmenu .innercontent{z-index:101;position:relative;float:right;background-color:rgba(0,26,102,0.7);}
.otherrightmenu .subcontent{float:left;width:calc(100% - 20px);margin-left:20px;line-height:25px;color:white;font-weight:bold;font-size:14px;}
.otherrightmenu .innercontent .list{cursor:pointer;float:left;width:100%;margin-top:20px;}
.otherrightmenu .innercontent .list .icon{float:left;width:25px;height:25px;}
.otherrightmenu .innercontent .list:nth-child(1) .icon{background:url('images/icon_menu_1.png') center center / cover no-repeat;}
.otherrightmenu .innercontent .list:nth-child(2) .icon{background:url('images/icon_menu_2.png') center center / cover no-repeat;}
.otherrightmenu .innercontent .list:nth-child(3) .icon{background:url('images/icon_menu_3.png') center center / cover no-repeat;}
.otherrightmenu .innercontent .list:nth-child(4) .icon{background:url('images/icon_menu_5.png') center center / cover no-repeat;}
.otherrightmenu .innercontent .list:nth-child(5) .icon{background:url('images/icon_menu_4.png') center center / cover no-repeat;}
.otherrightmenu .innercontent .list .name{float:left;width:calc(100% - 25px - 10px);margin-left:10px;}
	
.otherrightnavigation{display:none;z-index:101;position:fixed;right:0px;width:250px;top:0px;background-color:rgba(0,26,102,0.7);}
.otherrightnavigation .innercontent{float:left;width:calc(100% - 30px);margin-left:30px;line-height:25px;color:white;font-weight:bold;font-size:14px;}
.otherrightnavigation .innercontent .closearea{float:left;width:calc(100% - 30px);margin-top:20px;}
.otherrightnavigation .innercontent .closearea .close{cursor:pointer;float:right;width:20px;height:20px;background:url('images/close_white.png') center center / cover no-repeat;}
.otherrightnavigation .innercontent .list{cursor:pointer;float:left;width:100%;margin-top:10px;}
.otherrightnavigation .innercontent .bottomline{cursor:pointer;float:left;width:calc(100% - 30px);margin-top:10px;margin-bottom:30px;border-bottom:1px solid #A3AFD7;}

@media screen and (max-width: 500px) {
    .zcmu_lifeatzcmucategory_area{margin-top:10px;}
    .zcmu_lifeatzcmucategory_area .navlist{margin-right:10px;}
    .lifeatzcmu_list_left_en{float:left;width:100%;}
    .lifeatzcmu_list_right_en{float:left;width:100%;}
    .lifeatzcmu_list_left_ch{float:left;width:100%;}
    .lifeatzcmu_list_right_ch{float:left;width:100%;}
}
@media screen and (min-width: 500px){
    .zcmu_lifeatzcmucategory_area{margin-top:30px;}
    .zcmu_lifeatzcmucategory_area .navlist{width:100%;margin-right:0px;margin-bottom:0px;}
    .lifeatzcmu_list_left_en{float:left;width:300px;}
    .lifeatzcmu_list_right_en{float:left;width:calc(100% - 300px);}
    .lifeatzcmu_list_left_ch{float:left;width:170px;}
    .lifeatzcmu_list_right_ch{float:left;width:calc(100% - 170px);}
}
.zcmu_lifeatzcmucategory_area{float:left;width:100%;}
.zcmu_lifeatzcmucategory_area .navlist{float:left;}



@media screen and (max-width: 500px) {
	.zhongyiyao_homelifeatzcmu_area{margin-top:11px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea{margin-top:9px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list{width:calc(33.33% - 6px);margin-left:9px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigbox{padding-top:9px;padding-bottom:140%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigsummarybox{padding-top:9px;padding-bottom:140%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalbox{padding-bottom:70%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox{padding-bottom:70%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow{font-size:15px;line-height:20px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow_en{top:calc(50% - 20px);}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow_ch{top:calc(50% - 10px);}

    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .secondpai{margin-top:9px;}
}
@media screen and (min-width: 500px){
	.zhongyiyao_homelifeatzcmu_area{margin-top:-1px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea{margin-top:21px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list{width:calc(33.33% - 14px);margin-left:21px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigbox{padding-top:21px;padding-bottom:110%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigsummarybox{padding-top:21px;padding-bottom:110%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalbox{padding-bottom:55%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox{padding-bottom:55%;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow{top:calc(50% - 15px);font-size:20px;line-height:30px;}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow_en{top:calc(50% - 15px);}
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow_ch{top:calc(50% - 15px);}
	
    .zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .secondpai{margin-top:21px;}
}
.zhongyiyao_homelifeatzcmu_area{float:left;width:100%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea{float:left;width:100%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list{cursor:pointer;float:left;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list:nth-child(3n-2){margin-left:0px;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigbox{float:left;width:100%;height:0px;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigsummarybox{display:block;position:relative;float:left;width:100%;height:0px;background-color:rgba(0,0,0,0.3);margin-left:-100%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigsummarybox .bigshowtitle{float:left;width:100%;text-align:center;color:white;font-weight:bold;font-size:20px;margin-top:30px;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .bigsummarybox .bigshowmore{position:absolute;left:0px;right:0px;bottom:40px;color:white;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalbox{float:left;width:100%;height:0px;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox{display:block;position:relative;float:left;width:100%;height:0px;background-color:rgba(0,0,0,0.3);margin-left:-100%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .normalsummarybox .normaltitleshow{position:absolute;left:0px;right:0px;color:white;font-weight:bold;text-align:center;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .peoplebox .avatar{float:left;width:100%;padding-bottom:110%;border-radius:55%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .peoplebox .personalinfo{display:none;positon:absolute;width:100%;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .peoplebox .personalinfo .name{float:left;width:100%;color:#F76D3C;font-weight:bold;line-height:20px;margin-top:-70px;}
.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .peoplebox .personalinfo .summary{float:left;width:100%;font-size:12px;color:white;margin-top:-50px;}

.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list:hover .bigsummarybox{display:block;}

.zhongyiyao_homelifeatzcmu_area .lieftatzcmuarea .list .secondpai{float:left;width:100%;}

.zhongyiyao_homelifeatzcmu_area .quicklinkarea{cursor:pointer;display:flex;justify-content:center;float:left;width:100%;color:white;font-size:15px;margin-top:50px;text-align:center;}
.zhongyiyao_homelifeatzcmu_area .quicklinkarea .name{float:left;line-height:20px;}
.zhongyiyao_homelifeatzcmu_area .quicklinkarea .line{float:left;width:40px;height:2px;background-color:white;margin-top:9px;margin-left:10px;}
.zhongyiyao_homelifeatzcmu_area .quicklinkarea .rightarraw{float:left;line-height:20px;font-size:20px;color:white;margin-left:-9px;margin-top:-1px;}


@media screen and (max-width: 500px) {
    .zhongyiyao_homealumni_area .alumniarea{width:100%;margin-top:50px;margin-bottom:50px;}
    .zhongyiyao_homealumni_area .alumniarea .list .peoplebox{width:calc(100% - 30px);margin-left:15px}
    .zhongyiyao_homealumni_area .middleareasubtitle{font-size:24px;margin-top:20px;}
}
@media screen and (min-width: 500px){
    .zhongyiyao_homealumni_area .alumniarea{width:80%;margin-left:10%;margin-top:50px;margin-bottom:50px;}
    .zhongyiyao_homealumni_area .alumniarea .list .peoplebox{width:180px;}
    .zhongyiyao_homealumni_area .middleareasubtitle{font-size:36px;margin-top:20px;}
}
.zhongyiyao_homealumni_area{float:left;width:100%;margin-top:20px;background-color:#203AB1;}
.zhongyiyao_homealumni_area .alumniarea{float:left;}
.zhongyiyao_homealumni_area .alumniarea .list{float:left;width:33.33%;display:flex;justify-content:center;}
.zhongyiyao_homealumni_area .alumniarea .list .peoplebox{cursor:pointer;positoin:relative;float:left;width:180px;}
.zhongyiyao_homealumni_area .alumniarea .list .peoplebox .avatar{float:left;width:100%;padding-bottom:100%;border-radius:50%;}
.zhongyiyao_homealumni_area .alumniarea .list .peoplebox .personalinfo{display:none;positon:absolute;width:100%;}
.zhongyiyao_homealumni_area .alumniarea .list .peoplebox .personalinfo .name{float:left;width:100%;color:#F76D3C;font-weight:bold;line-height:20px;margin-top:-70px;}
.zhongyiyao_homealumni_area .alumniarea .list .peoplebox .personalinfo .summary{float:left;width:100%;font-size:12px;color:white;margin-top:-50px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 72px;line-height:18px;}

.zhongyiyao_homealumni_area .alumniarea .list:hover .avatar{opacity:0.5;}
.zhongyiyao_homealumni_area .alumniarea .list:hover .personalinfo{display:block;}

.zhongyiyao_homealumni_area .middleareatitle{float:left;width:100%;color:#F76D3C;font-weight:bold;font-size:16px;text-align:center;}
.zhongyiyao_homealumni_area .middleareasubtitle{float:left;width:100%;color:white;font-weight:bold;text-align:center;}
.zhongyiyao_homealumni_area .quicklinkarea{display:flex;justify-content:center;float:left;width:100%;color:white;font-size:15px;margin-top:50px;text-align:center;}
.zhongyiyao_homealumni_area .quicklinkarea .name{cursor:pointer;float:left;line-height:20px;}
.zhongyiyao_homealumni_area .quicklinkarea .line{cursor:pointer;float:left;width:40px;height:2px;background-color:#F76D3C;margin-top:9px;margin-left:10px;}
.zhongyiyao_homealumni_area .quicklinkarea .rightarraw{cursor:pointer;float:left;line-height:20px;font-size:20px;color:#F76D3C;margin-left:-9px;margin-top:-1px;}

@media screen and (max-width: 500px) {
    .homecollegeranking_area{margin-top:20px;}
    .homecollegeranking_area .bgimg{padding-bottom: 80%;}
    .homecollegeranking_area .onbgimgcontent{padding-bottom:80%;}
    .homecollegeranking_area .title{font-size:24px;line-height:32px;margin-top:18px;}
    .homecollegeranking_area .innercontent{width:100%;margin-left:0px;margin-top:calc(20% - 60px);}
    .homecollegeranking_area .sublist .subtitle{font-size:28px;height:32px;line-height:32px;}
    .homecollegeranking_area .sublist .subsummary{font-size:12px;line-height:18px;margin-top:10px;font-weight:normal;}
    .homecollegeranking_area .seemorearea{height:20px;margin-top:-45px;}
    .homecollegeranking_area .seemorearea .seemoreconent{font-size:16px;line-height:20px;}
}
@media screen and (min-width: 500px){
    .homecollegeranking_area{margin-top:68px;}
    .homecollegeranking_area .bgimg{padding-bottom: 47.5%;}
    .homecollegeranking_area .onbgimgcontent{padding-bottom:47.5%;}
    .homecollegeranking_area .title{font-size:32px;line-height:40px;margin-top:68px;}
    .homecollegeranking_area .innercontent{width:80%;margin-left:10%;margin-top:calc(20% - 60px);}
    .homecollegeranking_area .sublist .subtitle{font-size:58px;height:60px;line-height:60px;}
    .homecollegeranking_area .sublist .subsummary{font-size:15px;line-height:22px;margin-top:18px;font-weight:bold;}
    .homecollegeranking_area .seemorearea{height:20px;margin-top:-70px;}
    .homecollegeranking_area .seemorearea .seemoreconent{font-size:18px;line-height:22px;}
}
.homecollegeranking_area{float:left;width:100%;}
.homecollegeranking_area .bgimg{float: left; width: 100%; height: 0px;}
.homecollegeranking_area .onbgimgcontent{float:left;width:100%;margin-left:-100%;height:0px;}
.homecollegeranking_area .title{float:left;width:100%;font-weight:bold;text-align:center;color:white;}
.homecollegeranking_area .innercontent{float:left;text-align:center;}
.homecollegeranking_area .sublist{float:left;width:calc(33.33% - 20px);margin-left:30px;}
.homecollegeranking_area .sublist:first-child{margin-left:0px;}
.homecollegeranking_area .sublist .subtitle{float:left;width:100%;font-weight:bold;color:white;}
.homecollegeranking_area .sublist .subsummary{float:left;width:100%;color:white;}
.homecollegeranking_area .seemorearea{float:left;width:100%;}
.homecollegeranking_area .seemorearea .seemoreconent{display:flex;justify-content:center;float:left;width:100%;text-align:center;color:white;font-weight:bold;}


@media screen and (max-width: 500px) { 
    .homeenglishnews_area .leftarea{width:100%;}
    .homeenglishnews_area .leftarea .innercontent{width:100%;}
    .homeenglishnews_area .rightarea{width:100%;}
    .homeenglishnews_twolistarea .twolist{width:100%;margin-left:0px;}
    .homeenglishnews_twolistarea{width:100%;}
}
@media screen and (min-width: 500px){
    .homeenglishnews_area .leftarea{width:calc(100% - 300px);}
    .homeenglishnews_area .leftarea .innercontent{width:calc(100% - 30px);}
    .homeenglishnews_area .rightarea{width:300px;}
    .homeenglishnews_twolistarea .twolist{width:calc(33.33% - 20px);margin-left:30px;}
    .homeenglishnews_twolistarea{width:calc(100% - 30px);}
}
.homeenglishnews_area{float:left;width:100%;margin-top:20px;}
.homeenglishnewsoverflowhidden{float:left;width:100%;overflow-x:hidden;}
.homeenglishnews_area .leftarea{float:left;}
.homeenglishnews_area .leftarea .innercontent{float:left;}
.homeenglishnews_area .rightarea{float:left;}
.homeenglishnews_controlfloatright{float:right;margin-right:30px;}

.homeenglishnews_twolistarea{float:left;margin-top:20px;}
.homeenglishnews_twolistarea .twolist{cursor:pointer;float:left;}
.homeenglishnews_twolistarea .twolist:nth-child(3n-2){margin-left:0px;}
.homeenglishnews_twolistarea .twolist .boxpicture{float:left;width:100%;border-top-left-radius:40px;border-bottom-right-radius:40px;padding-bottom:70%;}
.homeenglishnews_twolistarea .twolist .showtitle{float:left;width:100%;margin-top:5px;font-size:15px;line-height:20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:20px;}
.homeenglishnews_twolistarea .twolist .showdate{float:left;width:100%;margin-top:5px;font-size:15px;line-height:20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:20px;color:#363636;}

.homeenglishnews_twolistarea .twolist:hover .showtitle{color:#203AB1;}
.homeenglishnews_twolistarea .twolist:hover .showdate{color:#203AB1;}
.homeenglishnews_twolistarea .twolist:hover .boxpicture{opacity:0.6;}

.homeenglishnews_morearea{display:flex;justify-content:center;float:left;width:100%;margin-top:20px;}
.homeenglishnews_morearea .btnmore{cursor:pointer;float:left;line-height:40px;background-color:#203AB1;color:white;font-weight:bold;padding:0px 50px;border-top-left-radius:20px;border-bottom-right-radius:20px;}

@media screen and (max-width: 500px) { 
    .hometakenextstep_area .content .list{width:100%;margin-left:0px;margin-top:30px;}
    .hometakenextstep_area .content .list:first-child{margin-top:0px;}
    .hometakenextstep_area .title{width:calc(100% - 20px);margin-left:10px;line-height:40px;font-size:32px;margin-top:50px;}
    .hometakenextstep_area .content .list .line{margin-left:10px;}
    .hometakenextstep_area .content .list .name{width:calc(100% - 20px);margin-left:10px;font-size:20px;line-height:30px;margin-top:15px;}
    .hometakenextstep_area .content .list .quicklinkarea{width:calc(100% - 20px);margin-left:10px;margin-top:20px;}
}
@media screen and (min-width: 500px){
    .hometakenextstep_area .content .list{width:calc(33.33% - 40px);margin-left:60px;}
    .hometakenextstep_area .content .list:first-child{margin-top:0px;}
    .hometakenextstep_area .title{width:100%;margin-left:0px;line-height:40px;font-size:32px;margin-top:50px;}
    .hometakenextstep_area .content .list .line{margin-left:0px;}
    .hometakenextstep_area .content .list .name{width:100%;margin-left:0px;font-size:24px;line-height:32px;margin-top:15px;}
    .hometakenextstep_area .content .list .quicklinkarea{width:100%;margin-left:0px;margin-top:20px;}
}
.hometakenextstep_area{float:left;width:100%;margin-top:20px;background-color:#203AB1;}
.hometakenextstep_area .title{float:left;width:100%;line-height:40px;font-size:32px;color:white;margin-top:50px;}
.hometakenextstep_area .content{float:left;width:100%;margin-top:40px;margin-bottom:50px;}
.hometakenextstep_area .content .list{float:left;}
.hometakenextstep_area .content .list:nth-child(3n-2){margin-left:0px;}
.hometakenextstep_area .content .list .line{float:left;width:40px;height:2px;line-height:2px;background-color:#F76D3C;}
.hometakenextstep_area .content .list .name{float:left;color:white;}
.hometakenextstep_area .content .list .quicklinkarea{float:left;cursor:pointer;}
.hometakenextstep_area .content .list .quicklinkarea .icon_xueshi{float:left;width:20px;height:20px;background:url('images/major_xueshi_blue.jpg') center center / cover no-repeat;}
.hometakenextstep_area .content .list .quicklinkarea .linkname{float:left;line-height:20px;margin-left:5px;font-size:12px;color:white;}
.hometakenextstep_area .content .list .quicklinkarea .linkarrowline{float: left;width: 20px;height: 2px;background-color: #F76D3C;margin-top: 9px;margin-left: 10px;}
.hometakenextstep_area .content .list .quicklinkarea .linkarrowright{float:left;line-height: 20px;font-size: 20px;color: #F76D3C;margin-left: -9px;margin-top: -1px;}




@media screen and (max-width: 500px) { 
.homespecialprogram_area{display:block;}
    .gksel_homespecialprogram .leftcontrolbtn{width:50px;}
    .gksel_homespecialprogram .centerwidthcontentbox{width:calc(100% - 100px);}
    .gksel_homespecialprogram .rightcontrolbtn{width:50px;}
}
@media screen and (min-width: 500px){
.homespecialprogram_area{display:none;}
    .gksel_homespecialprogram .leftcontrolbtn{width:70px;}
    .gksel_homespecialprogram .centerwidthcontentbox{width:calc(100% - 140px);}
    .gksel_homespecialprogram .rightcontrolbtn{width:70px;}
}

.homespecialprogram_area{float:left;width:100%;margin-top:20px;}
.homeenglishnewsoverflowhidden{float:left;width:100%;overflow-x:hidden;}
.homeenglishnews_controlfloatright{float:right;margin-right:30px;}

.gksel_homespecialprogram .leftcontrolbtn{float:left;overflow-x:hidden;}
.gksel_homespecialprogram .centerwidthcontentbox{float:left;overflow-x:hidden;}
.gksel_homespecialprogram .rightcontrolbtn{float:left;overflow-x:hidden;}
.gksel_homespecialprogram .homespecialprogram_prev{cursor:pointer;float: left;width: 30px;height: 30px;line-height: 30px;margin:180px 10px 10px 10px;background-color:#203AB1;border-radius: 50%;box-shadow: 2px -1px 10px #ccc;}
.gksel_homespecialprogram .homespecialprogram_prev:hover{opacity:0.5;}
.gksel_homespecialprogram .homespecialprogram_prev img{float:left;width:18px;margin:6px 6px 6px 5px;}
.gksel_homespecialprogram .homespecialprogram_next{cursor:pointer;float: left;width: 30px;height: 30px;line-height: 30px;margin:180px 10px 10px 10px;background-color:#203AB1;border-radius: 50%;box-shadow: 2px -1px 10px #ccc;}
.gksel_homespecialprogram .homespecialprogram_next:hover{opacity:0.5;}
.gksel_homespecialprogram .homespecialprogram_next img{float:left;width:18px;margin:6px 5px 6px 7px;}

.gksel_homespecialprogram{float:left;width:100%;overflow:hidden;}
.gksel_homespecialprogram_allwidth{float:left;width:1000%;margin-left:-100%;overflow:hidden;}
.gksel_homespecialprogram_allwidth .list{float:left;width:10%;cursor:pointer;}
.gksel_homespecialprogram_allwidth .list .boxarea{float:left;width:100%;height:0px;border-radius:15px;padding-bottom: 140%;}
.gksel_homespecialprogram_allwidth .list .boxyinying{float:left;width:100%;height:0px;border-radius:15px;padding-bottom:140%;margin-left:-100%;background-color:rgba(0,0,0,0.3);}
.gksel_homespecialprogram_allwidth .list .boxyinying:hover{background-color:rgba(0,0,0,0.5);}
.gksel_homespecialprogram_allwidth .list .summaryspace_80{height:80px;margin-top:-80px;}
.gksel_homespecialprogram_allwidth .list .summaryspace_100{height:100px;margin-top:-100px;}
.gksel_homespecialprogram_allwidth .list .summarybox{float:left;width:80%;margin-left:10%;color:white;}
.gksel_homespecialprogram_allwidth .list .summarybox .line{float:left;width:20px;height:4px;line-height:4px;background-color:white;}
.gksel_homespecialprogram_allwidth .list .summarybox .major_name{float:left;width:100%;line-height:25px;font-size:18px;font-weight:bold;margin-top:5px;}
.gksel_homespecialprogram_allwidth .list .summarybox .major_shuxing{float:left;width:100%;line-height:20px;font-size:15px;margin-top:5px;}

.gksel_homespecialprogram_controllarea{display:flex;justify-content:center;float:left;width:100%;height:30px;margin-top:20px;}
.gksel_homespecialprogram_controllarea .control{float:left;margin:0px 3px;cursor:pointer;}
.gksel_homespecialprogram_controllarea .control_on{width:16px;height:16px;background:#203AB1;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homespecialprogram_controllarea .control_off{width:16px;height:16px;background:#C6C6C6;border-top-left-radius:6px;border-bottom-right-radius:6px;}

.gksel_homespecialprogram_applyarea{display:flex;justify-content:center;float:left;width:100%;margin-top:20px;}
.gksel_homespecialprogram_applyarea .btnapplynow{cursor:pointer;float:left;line-height:40px;background-color:#203AB1;color:white;font-weight:bold;padding:0px 50px;border-top-left-radius:20px;border-bottom-right-radius:20px;}



.homepartynews_area{float:left;width:100%;margin-top:20px;}
.homeenglishnewsoverflowhidden{float:left;width:100%;overflow-x:hidden;}
@media screen and (max-width: 500px) { 
    .homepartynews_area .innercontent{width:100%;}
}
@media screen and (min-width: 500px){
    .homepartynews_area .innercontent{width:calc(100% - 30px);}
}
.homepartynews_area .innercontent{float:left;}
.homeenglishnews_controlfloatright{float:right;margin-right:30px;}

.gksel_homepartynews{float:left;width:100%;overflow:hidden;}
.gksel_homepartynews .xuanchaunpicture{border-top-left-radius:35px;border-bottom-right-radius:35px;float:left;width:100%;height:0px;padding-bottom:25%;background:url('images/dangjianxinwen_pic_1_400.png') center center / cover no-repeat;}
.gksel_homepartynews_allwidth{float:left;width:1000%;margin-left:-100%;overflow:hidden;}
.gksel_homepartynews_allwidth .list{float:left;width:10%;cursor:pointer;border-top-left-radius:40px;}
@media screen and (max-width: 500px) { 
    .homepartynews_area .innercontent{width:100%;}
}
.gksel_homepartynews_allwidth .list .innercontent{float:left;width:calc(100% - 20px);margin-left:10px;margin-top:10px;margin-bottom:10px;}
@media screen and (max-width: 500px) { 
    .gksel_homepartynews .leftcontrolbtn{width:50px;}
    .gksel_homepartynews .centerwidthcontentbox{width:calc(100% - 100px);}
    .gksel_homepartynews .rightcontrolbtn{width:50px;}
}
@media screen and (min-width: 500px){
    .gksel_homepartynews .leftcontrolbtn{width:70px;}
    .gksel_homepartynews .centerwidthcontentbox{width:calc(100% - 140px);}
    .gksel_homepartynews .rightcontrolbtn{width:70px;}
}
.gksel_homepartynews .leftcontrolbtn{float:left;overflow-x:hidden;}
.gksel_homepartynews .centerwidthcontentbox{float:left;overflow-x:hidden;}
.gksel_homepartynews .rightcontrolbtn{float:left;overflow-x:hidden;}
.gksel_homepartynews .homepartynews_prev{cursor:pointer;float: left;width: 30px;height: 30px;line-height: 30px;margin:90px 10px 10px 10px;color: white;border-radius: 50%;box-shadow: 2px -1px 10px #ccc;}
.gksel_homepartynews .homepartynews_prev:hover{box-shadow: 2px -1px 10px #203AB1;background-color:#203AB1;}
.gksel_homepartynews .homepartynews_prev:hover img{filter: grayscale(100%) brightness(100);}
.gksel_homepartynews .homepartynews_prev img{float:left;width:18px;margin:6px 6px 6px 5px;}
.gksel_homepartynews .homepartynews_next{cursor:pointer;float: left;width: 30px;height: 30px;line-height: 30px;margin:90px 10px 10px 10px;color: white;border-radius: 50%;box-shadow: 2px -1px 10px #ccc;}
.gksel_homepartynews .homepartynews_next:hover{box-shadow: 2px -1px 10px #203AB1;background-color:#203AB1;}
.gksel_homepartynews .homepartynews_next:hover img{filter: grayscale(100%) brightness(100);}
.gksel_homepartynews .homepartynews_next img{float:left;width:18px;margin:6px 5px 6px 7px;}
.homepartynews_morebtnarea{display:flex;justify-content:center;float:left;width:100%;margin-top:20px;}
.homepartynews_morebtnarea .morebtn{cursor:pointer;float:left;line-height:40px;border:1px solid #203AB1;background-color:white;color:#203AB1;font-weight:bold;padding:0px 50px;border-top-left-radius:20px;border-bottom-right-radius:20px;}
.homepartynews_morebtnarea .morebtn:hover{background-color:#203AB1;color:white;}

@media screen and (max-width: 500px) { 
    .gksel_homepartynews_allwidth .list .sublist{display:none;}
.gksel_homepartynews_allwidth .list .submobilelist{display:block;}
}
@media screen and (min-width: 500px){
	.gksel_homepartynews_allwidth .list .sublist{display:block;}
    .gksel_homepartynews_allwidth .list .submobilelist{display:none;}
}
.gksel_homepartynews_allwidth .list .sublist{border-bottom: 1px solid #CCC;box-shadow: 2px -1px 10px #ccc;border-top-left-radius:40px;border-bottom-right-radius:40px;float:left;width:calc(33.33% - 20px);margin-left:30px;}
.gksel_homepartynews_allwidth .list .sublist:nth-child(3n-2){margin-left:0px;}
.gksel_homepartynews_allwidth .list .sublist:hover{border-bottom: 1px solid #CCC;box-shadow: 2px -1px 10px #ccc;}
.gksel_homepartynews_allwidth .list .sublist:hover .name{color:#203AB1;}
.gksel_homepartynews_allwidth .list .sublist:hover .summary{color:#203AB1;}
.gksel_homepartynews_allwidth .list .submobilelist{border-bottom: 1px solid #CCC;box-shadow: 2px -1px 10px #ccc;border-top-left-radius:40px;border-bottom-right-radius:40px;float:left;width:100%;}
.gksel_homepartynews_allwidth .list .bigbox{float:left;width:100%;border-top-left-radius:40px;padding-bottom:40%;}
.gksel_homepartynews_allwidth .list .titlearea{position:relative;float:left;width:100%;color:black;padding-bottom:10px;}
.gksel_homepartynews_allwidth .list .titlearea .name{margin-top:5px;float:left;width:calc(100% - 30px);margin-left:15px;font-size:15px;font-weight:bold;line-height:20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height:20px;}
.gksel_homepartynews_allwidth .list .titlearea .summary{margin-top:5px;float:left;width:calc(100% - 30px);margin-left:15px;font-size:13px;line-height:18px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height:54px;}

.gksel_homepartynews_controllarea{float:left;width:100%;height:40px;background-color:rgba(0,26,102,0.7);margin-top:-40px;border-bottom-right-radius:40px;}
.gksel_homepartynews_controllarea .control{float:left;margin:10px 3px 0px 3px;cursor:pointer;}
.gksel_homepartynews_controllarea .control_on{width:16px;height:16px;background:white;border-top-left-radius:6px;border-bottom-right-radius:6px;}
.gksel_homepartynews_controllarea .control_off{width:16px;height:16px;background:#C6C6C6;border-top-left-radius:6px;border-bottom-right-radius:6px;}



@media screen and (max-width: 500px) {
    .zcmu_alumnilist_area .sectiontitle{margin-top:10px;font-size: 24px;}
    .zcmu_alumnilist_area .alumniarea .list{width:calc(25% - 10px);padding:0px 5px;}
    .zcmu_alumnievent_area .list{width:100%;margin-left:0px;margin-top:20px;}
	.zcmu_alumnievent_area .list .sectionbox .contentinfo .title{width:calc(100% - 20px);margin-left:10px;margin-top:8px;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;height: 20px;line-height:20px;}
	.zcmu_alumnievent_area .list .sectionbox .contentinfo .summary{width:calc(100% - 20px);margin-left:10px;margin-top:5px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;height: 54px;line-height:18px;}
    .zcmu_alumnievent_area{margin-top:20px;margin-bottom:0px;}
}
@media screen and (min-width: 500px){
    .zcmu_alumnilist_area .sectiontitle{margin-top:30px;font-size: 24px;}
    .zcmu_alumnilist_area .alumniarea .list{width:25%;}
    .zcmu_alumnievent_area .list{width:calc(50% - 10px);margin-left:20px;margin-top:20px;}
	.zcmu_alumnievent_area .list .sectionbox .contentinfo .title{width:calc(100% - 20px);margin-left:10px;margin-top:10px;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 40px;line-height:20px;}
	.zcmu_alumnievent_area .list .sectionbox .contentinfo .summary{width:calc(100% - 20px);margin-left:10px;margin-top:10px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-break: break-all;height: 72px;line-height:18px;}
    .zcmu_alumnievent_area{margin-top:30px;margin-bottom:50px;}
}
.zcmu_alumnilist_area{float:left;width:100%;margin-top:20px;}
.zcmu_alumnilist_area .sectiontitle{float: left;width: 100%;color:#203AB1;font-weight:bold;}
.zcmu_alumnilist_area .alumniarea{float:left;width:100%;margin-top:30px;margin-bottom:50px;}
.zcmu_alumnilist_area .alumniarea .list{float:left;display:flex;justify-content:center;}
.zcmu_alumnilist_area .alumniarea .list .peoplebox{cursor:pointer;positoin:relative;float:left;width:180px;}
.zcmu_alumnilist_area .alumniarea .list .peoplebox .avatar{float:left;width:100%;padding-bottom:100%;border-radius:50%;}
.zcmu_alumnilist_area .alumniarea .list .peoplebox .personalinfo{float:left;width:100%;}
.zcmu_alumnilist_area .alumniarea .list .peoplebox .personalinfo .name{float:left;width:100%;text-align:center;color:#292929;line-height:20px;margin-top:10px;}
.zcmu_alumnilist_area .alumniarea .list:hover .peoplebox .avatar{opacity:0.7;}
.zcmu_alumnilist_area .alumniarea .list:hover .peoplebox .personalinfo .name{color:#203AB1;font-weight:bold;}

.zcmu_alumnievent_area{float:left;width:100%;}
.zcmu_alumnievent_area .list{float:left;border-bottom: 1px solid #CCC;box-shadow: 2px -1px 10px #ccc;}
.zcmu_alumnievent_area .list:nth-child(2n - 1){margin-left:0px;}
.zcmu_alumnievent_area .list .sectionbox{cursor:pointer;positoin:relative;float:left;width:100%;}
.zcmu_alumnievent_area .list .sectionbox .picture{float:left;width:40%;padding-bottom:30%;}
.zcmu_alumnievent_area .list .sectionbox .contentinfo{float:left;width:60%;}
.zcmu_alumnievent_area .list .sectionbox .contentinfo .title{float:left;}
.zcmu_alumnievent_area .list .sectionbox .contentinfo .summary{float:left;}
.zcmu_alumnievent_area .list .sectionbox .contentinfo .date{float:left;width:calc(100% - 20px);margin-left:10px;margin-top:10px;height: 16px;line-height:16px;font-size:12px;}
.zcmu_alumnievent_area .list:hover .sectionbox .contentinfo .title{color:#203AB1;}
.zcmu_alumnievent_area .list:hover .sectionbox .contentinfo .summary{color:#203AB1;}
.zcmu_alumnievent_area .list:hover .sectionbox .contentinfo .date{color:#203AB1;}

@media screen and (max-width: 500px) {
    .otherpageonebanner{padding-bottom:60%;}
    .otherpage_webtitlearea .blueyinying{width:100%;height:60px;line-height:60px;margin-top:-61px;}
    .otherpage_webtitlearea .blueyinying .title{width:calc(100% - 20px);margin-left:20px;font-size:24px;}
	
	.otherpage_webtitlearea .smallblueyinying{width:100%;height:60px;line-height:60px;margin-top:-61px;}
    .otherpage_webtitlearea .smallblueyinying .title{width:calc(100% - 20px);margin-left:20px;font-size:20px;}
	
    .otherpage_webtitlearea .bigblueyinying{width:100%;height:60px;line-height:60px;margin-top:-61px;}
    .otherpage_webtitlearea .bigblueyinying .title{width:calc(100% - 20px);margin-left:20px;font-size:24px;}
}
@media screen and (min-width: 500px){
    .otherpageonebanner{padding-bottom:33.33%;}
	.otherpage_webtitlearea .blueyinying{width:33%;height:80px;line-height:80px;margin-top:-81px;}
    .otherpage_webtitlearea .blueyinying .title{width:calc(100% - 40px);margin-left:40px;font-size:40px;}
	
    .otherpage_webtitlearea .smallblueyinying{width:33%;height:80px;line-height:80px;margin-top:-81px;}
    .otherpage_webtitlearea .smallblueyinying .title{width:calc(100% - 40px);margin-left:40px;font-size:28px;}
	
    .otherpage_webtitlearea .bigblueyinying{width:50%;height:80px;line-height:80px;margin-top:-81px;}
    .otherpage_webtitlearea .bigblueyinying .title{width:calc(100% - 40px);margin-left:40px;font-size:40px;}
}
.otherpageonebanner{float:left;width:100%;}
.otherpage_webtitlearea{float:left;width:100%;height:1px;}
.otherpage_webtitlearea .blueyinying{position:relative;float:left;background-color:rgba(0,26,102,0.7);color:white;}
.otherpage_webtitlearea .blueyinying .title{float:left;font-weight:bold;}

.otherpage_webtitlearea .smallblueyinying{position:relative;float:left;background-color:rgba(0,26,102,0.7);color:white;}
.otherpage_webtitlearea .smallblueyinying .title{float:left;font-weight:bold;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break:break-all;}

.otherpage_webtitlearea .bigblueyinying{position:relative;float:left;background-color:rgba(0,26,102,0.7);color:white;}
.otherpage_webtitlearea .bigblueyinying .title{float:left;font-weight:bold;}


@media screen and (max-width: 500px) {
    .banner_pc{display:none;}
    .banner_mo{display:block;}
}
@media screen and (min-width: 500px){
    .banner_pc{display:block;}
    .banner_mo{display:none;}
}




.hoverbackground-zoom:hover{background-size: 150%;}

@-webkit-keyframes hover-zoom{
   50%{
       -webkit-transform:scale(0.8);
       transform:scale(0.8);
       -webkit-filter:brightness(60%)
       }
   100%{
       -webkit-transform:scale(1);
       transform:scale(1);
       /*css3滤镜亮度百分比*/
       -webkit-filter:brightness(100%)
    }
}
@-webkit-keyframes hover-zoom2{
   120%{
       -webkit-transform:scale(1.2);
       transform:scale(1.2);
       -webkit-filter:brightness(120%)
   }
}
.hover-zoom:hover{
    -webkit-animation-name:hover-zoom;
    animation-name:hover-zoom;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}

.addnewhover-zoom{
    -webkit-animation-name:hover-zoom;
    animation-name:hover-zoom;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1
}



@media screen and (max-width: 560px) {
    .zcmu_quickadmission_area{margin-top:0px;padding-bottom:20px;}
    .zcmu_quickadmission_area .innersection{width:calc(100% - 30px);margin-left:15px;box-shadow: 2px -1px 10px #ccc;border-radius:10px;}
    .zcmu_quickadmission_area .innersection .list4 .iconarea .icon{width:60%;padding-bottom:60%;}
}
@media screen and (min-width: 560px) { 
    .zcmu_quickadmission_area{margin-top:0px;padding-bottom:30px;}
    .zcmu_quickadmission_area .innersection{width:calc(100% - 6.66% - 120px);margin-left:calc(3.33% + 60px);box-shadow: 2px -1px 10px #ccc;border-radius:10px;}
    .zcmu_quickadmission_area .innersection .list4 .iconarea .icon{width:40%;padding-bottom:40%;}
}
.zcmu_quickadmission_area{float:left;width:100%;}
.zcmu_quickadmission_area .innersection{float:left;}
.zcmu_quickadmission_area .innersection .list4{float:left;width:25%;padding:20px 0px;cursor:pointer;}
.zcmu_quickadmission_area .innersection .list4 .iconarea{display:flex;justify-content:center;float:left;width:100%;}
.zcmu_quickadmission_area .innersection .list4 .iconarea .icon{float:left;height:0px;}
.zcmu_quickadmission_area .innersection .list4 .title{float:left;width:100%;text-align:center;color:#374BB1;font-weight:bold;margin-top:5px;}
.zcmu_quickadmission_area .innersection .list4:hover{background-color:#EDEEEE;}


@media screen and (max-width: 500px) {
    .zcmu_connectwithus_area .title{line-height:24px;font-size:24px;margin-top:50px;}
    .zcmu_connectwithus_area .mediacontentarea .list .icon{width:50px;height:50px;margin-left:calc(50% - 25px);}
    .zcmu_connectwithus_area .mediacontentarea .list .title{font-size:13px;line-height:20px;margin-top:15px;}
}
@media screen and (min-width: 500px){
    .zcmu_connectwithus_area .title{line-height:32px;font-size:32px;margin-top:50px;}
    .zcmu_connectwithus_area .mediacontentarea .list .icon{width:70px;height:70px;margin-left:calc(50% - 35px);}
    .zcmu_connectwithus_area .mediacontentarea .list .title{font-size:15px;line-height:20px;margin-top:15px;}
}
.zcmu_connectwithus_area{float:left;width:100%;margin-top:20px;background-color:#E7EBF6;}
.zcmu_connectwithus_area .title{float:left;width:100%;text-align:center;color:#203CB7;font-weight:bold;}
.zcmu_connectwithus_area .mediacontentarea{display:flex;justify-content:center;float:left;width:100%;margin-top:40px;margin-bottom:50px;}
.zcmu_connectwithus_area .mediacontentarea .list{cursor:pointer;float:left;width:150px;}
.zcmu_connectwithus_area .mediacontentarea .list .qrcode{display:none;float:left;width:100%;height:0px;}
.zcmu_connectwithus_area .mediacontentarea .list .qrcodecontent{float:left;width:100%;margin-top:-130px;text-align:center;}
.zcmu_connectwithus_area .mediacontentarea .list .qrcodecontent img{width:100%;max-width:120px;}
.zcmu_connectwithus_area .mediacontentarea .list:hover .qrcode{display:block;}
.zcmu_connectwithus_area .mediacontentarea .list .icon{cursor:pointer;float:left;}
.zcmu_connectwithus_area .mediacontentarea .list:nth-child(1) .icon{background:url('images/socialmedia1.jpg') center center / cover no-repeat;}
.zcmu_connectwithus_area .mediacontentarea .list:nth-child(2) .icon{background:url('images/socialmedia2.jpg') center center / cover no-repeat;}
.zcmu_connectwithus_area .mediacontentarea .list:nth-child(3) .icon{background:url('images/socialmedia3.jpg') center center / cover no-repeat;}
.zcmu_connectwithus_area .mediacontentarea .list:nth-child(4) .icon{background:url('images/socialmedia4.jpg') center center / cover no-repeat;}
.zcmu_connectwithus_area .mediacontentarea .list .title{cursor:pointer;float:left;width:100%;text-align:center;color:#203CB7;font-weight:bold;}


@media screen and (max-width: 500px) {
    .zcmu_footer_area .onenlist{width:50%;}
    .zcmu_footer_area .twolist{width:50%;}
    .zcmu_footer_area .threelist{width:50%;margin-top:20px;}
    .zcmu_footer_area .fourlist{width:50%;margin-top:40px;}
}
@media screen and (min-width: 500px){
    .zcmu_footer_area .onenlist{width:20%;}
    .zcmu_footer_area .twolist{width:20%;}
    .zcmu_footer_area .threelist{width:30%;}
    .zcmu_footer_area .fourlist{width:30%;margin-top:20px;}
}
.zcmu_footer_area .onenlist{float:left;}
.zcmu_footer_area .twolist{float:left;}
.zcmu_footer_area .threelist{float:left;}
.zcmu_footer_area .fourlist{float:left;}
.zcmu_footer_area .fourlist img{float:left;width:100%;}
.zcmu_footer_area .title{text-transform:uppercase;cursor:pointer;float:left;width:100%;color:white;line-height:30px;font-weight:bold;font-size:16px;margin-bottom:10px;}
.zcmu_footer_area .subtitle{text-transform:uppercase;cursor:pointer;float:left;width:100%;color:white;line-height:30px;font-size:15px;}


.zcmu_ennewrightsection_area{float:left;width:100%;}
.zcmu_ennotice_area{float:left;width:100%;background-color:#162C5E;border-top-right-radius:50px;}
.zcmu_ennotice_area .innercontent{float:left;width:calc(100% - 40px);margin:20px 20px 0px 20px;}
.zcmu_ennotice_area .innercontent .list{cursor:pointer;float:left;width:calc(100% - 40px);color:#203AB1;padding:20px 20px 20px 20px;background-color:white;margin-top:20px;}
.zcmu_ennotice_area .innercontent .list:first-child{margin-top:0px;border-top-right-radius:40px;}
.zcmu_ennotice_area .innercontent .list .date{float:left;width:50px;color:#203AB1;line-height:20px;font-weight:bold;}
.zcmu_ennotice_area .innercontent .list .title{float:left;width:calc(100% - 50px);color:#203AB1;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height:40px;}
		      
.zcmu_ennotice_area .morearea{float:left;width:100%;margin-top:10px;padding-bottom:15px;}
.zcmu_ennotice_area .morearea .btnmore{cursor:pointer;float:right;color:white;font-weight:bold;font-size:14px;line-height:20px;}
			
.zcmu_campusliftandtour_area{float:left;width:100%;}
.zcmu_campusliftandtour_area .list{border-bottom-left-radius:50px;cursor:pointer;float:left;width:100%;height:0px;color:white;padding-bottom:50%;}
.zcmu_campusliftandtour_area .list:first-child{border-bottom-left-radius:0px;}
.zcmu_campusliftandtour_area .list .title{float:left;margin-left:20px;margin-top:10px;font-size:18px;font-weight:bold;}

.commonlistsearcharea{float:left;width:100%;margin-bottom:15px;}
.commonlistsearcharea input[type=text]:focus{background:#EBEBEB;box-shadow: 0 0 0px #EBEBEB;border: 0px;}
.commonlistsearcharea .rightbox{float:right;width:300px;}
.commonlistsearcharea .rightbox .inputbox{float:left;width:100%;}
.commonlistsearcharea .rightbox .inputbox input{float:left;width:100%;height:20px;line-height:20px;text-indent:40px;padding:10px 0px;border:0px;border-radius:20px;background-color:#EBEBEB;}
.commonlistsearcharea .rightbox .icosearch{float:left;width:20px;margin-left:15px;margin-top:-40px;}
.commonlistsearcharea .rightbox .icosearch .btnsearch{float:left;width:20px;height:20px;margin-top:10px;background:url('images/icon_search_black.png') center center / cover no-repeat;}
