@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    /*color:#e84c3d;*/
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
	font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color:#999999;
    opacity:1;
}

input::-moz-placeholder,
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color:#999999;
    opacity:1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color:#999999;
    opacity:1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:#999999;
    opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -o-transition:all .3s ;
    transition:all .3s ;
}
.wrapfix{
	width:1200px;
    margin:0 auto;
    position: relative;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:14px;
    color:#333333;
    line-height:20px;
    font-family: arial,"Microsoft YaHei",PingFangSC-Regular, sans-serif;
    background:#ffffff;
    min-width:1200px;
}
body{
	min-width: 1200px;
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
.ared { color:#A51E35!important; }
.agreen { color:#389E0D!important; }

@font-face {
    font-family: 'DIN-Regular';
    src: url("../fonts/DIN-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN-Bold';
    src: url("../fonts/DIN-Bold.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url("../fonts/Barlow-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}


/* common end */


/*-- ��ҳ start --*/
.header{
	width: 100%;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.header_top{
	background: #F7F8FA;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666666;
}
.header_top .wrapfix{
	height: 36px;
}
.header_top .wel{
	color: #227CF7;
}
.lan_switch a{
	display: inline-block;
	vertical-align: top;
	color: #666666;
}
.lan_switch a.active,
.lan_switch a:hover{
	color: #227CF7;
}
.lan_switch em{
	font-style: normal;
	margin: 0 8px;
}
.header_cont{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 66px;
}
.header .logo{
	width: 280px;
	float: left;
	padding: 14px 0 0;
	line-height: 38px;
	height: 38px;
}
.header .logo a{
	display: inline-block;
	vertical-align: top;
}
.header .logo img{
	display: block;
	height: 38px;
}
.header .logo span{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 16px;
	color: #666666;
	border-left: 1px solid #F0F0F0;
}
.nav_box{
	height: 66px;
	float: right;
	width: 900px;
	position: relative;
}
.nav_list{
	float: right;
}
.nav_list > li{
	float: left;
	margin-left: 50px;
	position: relative;
}
.nav_list > li:first-child{
	margin-left: 0 !important;
}
.nav_list > li > a{
	display: block;
	height: 66px;
	line-height: 66px;
	color: #333333;
	font-size: 18px;
	position: relative;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.nav_list > li > a:after{
	content: "";
	width: 100%;
	height: 4px;
	background: #227CF7;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.nav_list > li.active > a,
.nav_list > li > a:hover{
	color: #227CF7;
}
.nav_list > li.active > a:after{
	opacity: 1;
	visibility: visible;
}
.header.min .header_top{
	margin-top: -36px;
}
.nav_layer{
	width: 128px;
	padding: 20px 0;
	background: #ffffff;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -64px;
	z-index: 600;
}
.nav_layer a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.nav_layer a.active,
.nav_layer a:hover{
	background: rgba(34,124,247,0.1);
	color: #227CF7;
}
.hm_loginbtn{
	display: inline-block;
	float: right;
	margin-left: 50px;
	margin-top: 15px;
	width: 66px;
	height: 34px;
	border: 1px solid #E5E5E5;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_loginbtn:hover{
	color: #227CF7;
	border-color: #227CF7;
}
.user_info{
	position: relative;
	height: 66px;
	float: right;
	margin-left: 50px;
}
.user_info .link{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 16px;
	color: #333333;
	padding-left: 28px;
	position: relative;
	cursor: pointer;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.user_info .link i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images_zg/user_ic01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.user_info .link:after{
	content: "";
	width: 100%;
	height: 4px;
	background: #227CF7;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.user_info .link:hover,
.user_info .link.active{
	color: #227CF7;
}
.user_info .link:hover i,
.user_info .link.active i{
	background-image: url(../images_zg/user_ic01_on.png);
}
.user_info .link.active:after{
	opacity: 1;
	visibility: visible;
}
.user_info .layer{
	width: 128px;
	padding: 20px 0;
	background: #ffffff;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 66px;
	right: 0;
	z-index: 600;
}
.user_info .layer a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.user_info .layer a.active,
.user_info .layer a:hover{
	background: rgba(34,124,247,0.1);
	color: #227CF7;
}
.user_info .layer a.log_out{
	color: #E73146;
}
.user_info .layer a.log_out:hover{
	background: none;
	color: #E73146;
}
.footer{
	background: url(../images_zg/foot_bg.png) no-repeat center top;
}
.foot_box{
	padding: 50px 0 40px;
}
.foot_rt{
	width: 600px;
	float: right;
}
.foot_codebox{
	width: 112px;
	float: right;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	padding-left: 37px;
	margin-left: 30px;
	position: relative;
}
.foot_codebox:before{
	content: "";
	width: 1px;
	height: 80px;
	background: rgba(175,175,175,0.5);
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
}
.foot_codebox .pic{
	width: 80px;
	height: 80px;
	margin: 0 auto 7px;
	background: #ffffff;
}
.foot_codebox .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_csinfo{
	float: right;
	text-align: right;
	color: #666666;
	font-size: 16px;
}
.foot_csinfo p{
	line-height: 22px;
}
.foot_csinfo .cs_tel{
	margin-bottom: 8px;
}
.foot_csinfo .cs_tel strong{
	font-size: 32px;
	font-family: 'DIN-Regular';
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 37px;
	height: 37px;
	margin-left: 6px;
}
.foot_csinfo .cs_tel .tel{
	display: inline-block;
	vertical-align: top;
	line-height: 37px;
	height: 37px;
	padding: 0 7px 0 29px;
	position: relative;
}
.foot_csinfo .cs_tel .tel:before{
	content: "";
	width: 19px;
	height: 19px;
	background: url(../images_zg/foot_tel.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.foot_csinfo .cs_tel .tel:after{
	content: "";
	width: 1px;
	height: 14px;
	background: rgba(102,102,102,0.5);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 0;
}

.foot_lt{
	width: 600px;
	float: left;
}
.foot_lt p{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
.foot_link{
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.foot_link a{
	color: #666666;
	margin: 0 12px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.foot_link a:first-child{
	margin-left: 0 !important;
}
.foot_link a:hover{
	color: #227CF7;
}
.fship_link {
	width: 180px;
	height: 30px;
	background: #ffffff;
	margin: 19px 0;
	position: relative;
}
.fship_link .value{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px 0 10px;
	font-size: 12px;
	color: rgba(102,102,102,0.7);
	position: relative;
	cursor: pointer;
}
.fship_link .value:hover{
	color: #227CF7;
}
.fship_link .value .arrow{
	width: 16px;
	height: 16px;
	background: url(../images_zg/down_icon_02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 8px;
}
.fship_link .list{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	max-height: 110px;
	overflow: auto;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 50;
}
.fship_link .list li a{
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.fship_link .list li a img{
	display: block;
	height: 18px;
}
.fship_link .list li a:hover{
	color: #227CF7;
}

.foot_bottom{
	background: #043490;
	color: rgba(255,255,255,0.8);
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
}
.foot_bottom .fr{
	color: #ffffff;
}
.section{
	padding-top: 102px;
	background: #ffffff;
}
.banner_box{
	position: relative;
	height: 600px;
}
.banner_box .swiper-container {
    position: relative;
    height: 600px;
	overflow: hidden;
}
.banner_box .swiper-slide .item{
    display: block;
    width: 100%;
    height: 100%;
	overflow: hidden;
	position: relative;
}
.banner_box .pc_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_txt{
	width: 1200px;
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -600px;
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
}
.banner_txt h2{
	font-size: 54px;
	line-height: 1.33;
	font-weight: normal;
	margin-bottom: 10px;
}
.banner_txt h3{
	font-size: 36px;
	line-height: 1.33;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.dot_box {
    width: 1200px;
    height: 8px;
    text-align: center;
	font-size: 0;
	line-height: 0;
    position: absolute;
    left: 50%;
	margin-left: -600px;
    bottom: 26px;
    z-index: 99;
}
.dot_box span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #FFFFFF;
	border-radius: 50%;
    -webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -o-transition:all .3s ;
    transition:all .3s ;
    cursor: pointer;
}
.dot_box span.swiper-active-switch{
    opacity: 1;
	background: #E73146;
}
.ban_btn_prev,
.ban_btn_next{
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	z-index: 50;
	background: url(../images_zg/banner_arrow.png) no-repeat;
}
.ban_btn_prev{
	left: 50px;
	background-position: 0 0;
}
.ban_btn_next{
	right: 50px;
	background-position: right 0;
}
.ban_btn_prev:hover{
	background-position: 0 bottom;
}
.ban_btn_next:hover{
	background-position: right bottom;
}
.banner_box_h5{
	height: 250px;
	display: none;
}
.banner_box_h5 .h5_img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_box_h5 .swiper-container {
    position: relative;
    height: 250px;
	overflow: hidden;
}
.banner_box_h5 .swiper-slide .item{
    display: block;
    width: 100%;
    height: 100%;
	overflow: hidden;
	position: relative;
}
.home_module.section01{
	padding: 60px 0 86px;
	background: url(../images_zg/hm_bg01.png) no-repeat center bottom;
}
.home_mod_title{
	position: relative;
	margin-bottom: 30px;
}
.home_mod_title h3{
	font-size: 36px;
	line-height: 44px;
	font-weight: normal;
}
.hm_busnav {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.hm_busnav li{
	width: 400px;
	float: left;
}
.hm_busnav li a{
	display: block;
	padding: 45px 60px 0;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 240px;
	position: relative;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_busnav li a .icon{
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 23px;
}
.hm_busnav li a .icon img{
	display: block;
	width: 100%;
}
.hm_busnav li a h5{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 6px;
}
.hm_busnav li a p{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.hm_busnav li a:hover{
	z-index: 5;
	box-shadow: 0 5px 18px rgba(0,0,0,0.1);
	color: #227CF7;
}
.hm_busnav li a:hover p{
	color: #333333;
}
.home_module.section02{
	padding: 60px 0;
	background: #ffffff;
}
.pro_artbox .pic{
	width: 384px;
	float: left;
}
.pro_artbox .pic img{
	display: block;
	width: 100%;
}
.pro_artbox .cont{
	margin-left: 384px;
}
.pro_artlist li{
	width: 384px;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
}
.pro_artlist li:nth-child(1),
.pro_artlist li:nth-child(2){
	margin-top: 0;
}
.pro_artlist li a{
	display: block;
	padding: 25px 30px 35px;
	background: #F6F7F9;
	color: #333333;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_artlist li a .time{
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 12px;
	margin-bottom: 25px;
	position: relative;
	color: #999999;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_artlist li a .time:before{
	content: "";
	width: 24px;
	height: 2px;
	background: #227CF7;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_artlist li a h5{
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pro_artlist li a:hover{
	background: #ffffff;
	box-shadow: 0 5px 18px rgba(0,0,0,0.1);
	color: #227CF7;
}
.pro_artlist li a:hover .time{
	color: #227CF7;
}
.pro_artlist li a:hover .time:before{
	width: 40px;
}
.more_btn{
	display: inline-block;
	vertical-align: top;
	width: 108px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #A6CCFF;
	font-size: 16px;
	color: #227CF7;
	border-radius: 40px;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.more_btn:hover{
	background: #227CF7;
	border-color: #227CF7;
	color: #ffffff;
}
.cen_btn_box{
	margin-top: 40px;
	text-align: center;
}
.page_banner{
	position: relative;
	min-height: 200px;
	overflow: hidden;
}
.page_banner .pic{
	width: 100%;
	overflow: hidden;
}
.page_banner .pic img{
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.page_title{
	width: 1200px;
	font-size: 32px;
	line-height: 45px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -600px;
	z-index: 50;
}
.page_title.spel{
	color: #333333;
}
.page_title em{
	display: block;
	font-style: normal;
	margin-top: 6px;
	font-size: 24px;
	line-height: 29px;
	font-family: 'Barlow-Regular';
}
.path_box{
	width: 1200px;
	margin: 0 auto;
	padding: 13px 0;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}
.path_box a{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	color: #999999;
}
.path_box a.now{
	color: #666666;
}
.path_box a.home{
	padding-left: 20px;
	background: url(../images_zg/home_icon.png) no-repeat left center;
}
.path_box a:hover{
	color: #227CF7;
}
.top_wrap_line{
	padding: 30px 0;
	border-bottom: 1px solid #F0F0F0;
}
.search_box{
	position: relative;
	height: 40px;
	width: 437px;
}
.search_box .t1{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #F0F0F0;
	padding: 9px 80px 9px 46px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	outline: none;
}
.search_box .t1:focus{
	border-color: #dddddd;
}
.search_box .icon{
	width: 17px;
	height: 16px;
	background: url(../images_zg/search_icon.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 17px;
	z-index: 10;
}
.search_box .btn{
	width: 68px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #227CF7;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.pro_notpage{
	padding-bottom: 60px;
}
.pro_notitem{
	padding: 30px 0;
	border-bottom: 1px solid #F0F0F0;
}
.pro_notitem .date{
	width: 103px;
	float: left;
	font-family: 'Barlow-Regular';
	font-size: 28px;
	line-height: 34px;
}
.pro_notitem .date span{
	display: block;
	font-weight: 700;
}
.pro_notitem .date em{
	display: block;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	margin-top: 6px;
	color: #666666;
}
.pro_notitem .cont{
	margin-left: 103px;
	min-height: 62px;
}
.pro_notlist li a{
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	vertical-align: top;
	padding: 11px 0 11px 12px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_notlist li a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #D8D8D8;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_notlist li a:hover{
	color: #227CF7;
	text-decoration: underline;
}
.pro_notlist li a:hover:before{
	border-color: transparent transparent transparent #227CF7;
}
.pagination_list {
	font-size: 0;
	text-align: right;
	margin-top: 30px;
}
.pagination_list a,
.pagination_list span {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
	min-width: 28px;
	padding: 0 5px;
	height: 28px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	margin-left: 8px;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 26px;
}
.pagination_list span {
	border: none;
	min-width: auto;
	padding: 0;
}
.pagination_list a:hover,
.pagination_list a.on {
	border-color: #227CF7;
	background: #227CF7;
	color: #FFFFFF;
}
.pagination_list .prev,
.pagination_list .prev:hover {
	border-color: #E9E9E9;
	background: #fff url(../images_zg/page_prev_icon.png) center no-repeat;
}
.pagination_list .next,
.pagination_list .next:hover {
	border-color: #E9E9E9;
	background: #fff url(../images_zg/page_next_icon.png) center no-repeat;
}
.pagination_list .sel_page_num{
	margin-right: 8px;
}
.pagination_list .sel_page_num:hover {
	border-color: #E9E9E9;
	background: #FFFFFF;
	color: #666666;
}
.pagination_list .sel_page_num:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 26px;
	background: url(../images_zg/page_sel_icon.png) center no-repeat;
	vertical-align: top;
	margin-left: 10px;
}
.pagination_list .page_num_input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48px;
	height: 28px;
	border: 1px solid #E9E9E9;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-left: 8px;
}
.article_box{
	padding: 20px 0 50px;
	min-height:500px;
}
.article_title{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F0F0F0;
}
.article_title h2{
	font-size: 32px;
	line-height: 44px;
	font-weight: normal;
}
.article_title .info{
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}
.article_title .info b{
	color: #666666;
	font-weight: normal;
}
.art_download{
	color: #227CF7;
	display: inline-block;
	padding-left: 22px;
	font-size: 16px;
	line-height: 22px;
	background: url(../images_zg/down_ic01.png) no-repeat left center;
}
.art_download:hover{
	text-decoration: underline;
}
.article_title .art_download{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.article_cont{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.pdf_window{
	height: 764px;
	background: #3F3F3F;
	overflow: auto;
}
.mt30{
	margin-top: 30px !important;
}
.page_contwrap{
	padding: 30px 0 50px;
}
.com_link{
	color: #227CF7;
}
.com_link:hover{
	text-decoration: underline;
}
.pro_table{
	width: 100%;
}
.pro_table th{
	background: #F6F7F9;
	border-bottom: 1px solid #F0F0F0;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
	padding: 5px;
	height: 40px;
}
.pro_table th:first-child{
	text-align: left;
	padding-left: 20px;
}
.pro_table td{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #F0F0F0;
	padding: 14px 5px;
	font-size: 16px;
	line-height: 22px;
}
.pro_table td:first-child{
	text-align: left;
	padding-left: 0;
}
.tb_pro_name{
	font-size: 16px;
	line-height: 22px;
}
.tb_pro_name em{
	font-style: normal;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.sort_span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-left: 3px;
	position: relative;
}
.sort_span i{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -4px;
}
.sort_span i.up{
	border-width: 0 4px 4px;
	border-color: transparent transparent #999999;
	top: 3px;
}
.sort_span i.down{
	border-width: 4px 4px 0;
	border-color: #999999 transparent transparent;
	bottom: 3px;
}
.sort_span i.up.act{
	border-color: transparent transparent #227CF7;
}
.sort_span i.down.act{
	border-color: #227CF7 transparent transparent;
}
.gray_bg{
	background: #F6F7F9 !important;
}
.pro_detailpage{
	background: #F6F7F9 url(../images_zg/pro_detailbg.png) no-repeat center top;
	padding-bottom: 30px;
}
.pro_detailpage .path_box{
	color: #ffffff;
}
.pro_detailpage .path_box a{
	color: #ffffff !important;
}
.pro_detailpage .path_box a.home{
	background-image: url(../images_zg/home_icon2.png);
}
.pro_detail_top{
	background: #ffffff;
	margin-bottom: 20px;
	min-height: 352px;
}
.pro_detail_top .left_box{
	padding: 20px 30px;
	width: 560px;
	float: left;
}
.pro_detail_name{
	font-size: 24px;
	line-height: 34px;
	height: 70px;
	font-weight: 700;
	padding: 5px 0;
}
.pro_detail_name em{
	font-style: normal;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}
.pro_detail_base dl{
	width: 178px;
	padding-left: 50px;
	position: relative;
	float: left;
}
.pro_detail_base dl:before{
	content: "";
	width: 1px;
	height: 48px;
	background: #EDEDED;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
}
.pro_detail_base dl:first-child{
	padding-left: 0;
}
.pro_detail_base dl:first-child:before{
	display: none;
}
.pro_detail_base dl dd{
	height: 50px;
	line-height: 50px;
	font-size: 36px;
	color: #E73146;
}
.pro_detail_base dl dt{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.pro_detail_other{
	margin-top: 40px;
}
.pro_detail_other .item{
	width: 198px;
	float: left;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.pro_detail_other .item:first-child{
	padding-left: 0;
}
.pro_detail_other .item b{
	font-weight: normal;
	color: #000000;
}
.pro_detail_top .right_box{
	padding: 20px 30px;
	width: 520px;
	float: left;
}
.pro_tabnav{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 14px;
}
.pro_tabnav a{
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.pro_tabnav a:before{
	content: "";
	width: 1px;
	height: 14px;
	background: #EDEDED;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}
.pro_tabnav a:first-child{
	padding-left: 0;
	margin-left: 0;
}
.pro_tabnav a:first-child:before{
	display: none;
}
.pro_tabnav a.active,
.pro_tabnav a:hover{
	color: #227CF7;
}
.chart_tabnav{
	margin-bottom: 14px;
}
.chart_tabnav span{
	display: inline-block;
	padding: 0 11px;
	margin-left: 10px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
}
.chart_tabnav span:first-child{
	margin-left: 0;
}
.chart_tabnav span.active{
	color: #000000;
	background: #F0F0F0;
}
.chart_tabnav span:hover{
	color: #000000;
}
.detail_chartimg{
	height: 230px;
}
.pro_detail_cont{
	background: #ffffff;
}
.tab_navbox{
	border-bottom: 1px solid #F0F0F0;
}
.tab_nav{
	padding: 0 10px;
	height: 69px;
}
.tab_nav li{
	float: left;
	padding: 0 20px;
}
.tab_nav li a{
	display: block;
	height: 69px;
	line-height: 69px;
	font-size: 20px;
	color: #666666;
	position: relative;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.tab_nav li a:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #227CF7;
	position: absolute;
	bottom: -1px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.tab_nav li a:hover{
	color: #227CF7;
}
.tab_nav li.active a{
	color: #227CF7;
}
.tab_nav li.active a:after{
	opacity: 1;
	visibility: visible;
}
.detail_tabcont{
	padding: 30px;
}
.detail_txt_item{
	margin-top: 40px;
	position: relative;
}
.detail_txt_item:first-child{
	margin-top: 0 !important;
}
.detail_txt_item h3{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 14px;
	font-weight: normal;
	position: relative;
	padding-left: 12px;
	color: #000000;
	margin-top: 20px;
}
.detail_txt_item h3:first-child{
	margin-top: 0 !important;
}
.detail_txt_item h3:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #227CF7;
	position: absolute;
	top: 9px;
	left: 0;
}
.detail_txt_item .cont{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.txt_table{
	width: 100%;
}
.txt_table th{
	border: 1px solid #F0F0F0;
	background: #F6F7F9;
	padding: 12px 15px;
	line-height: 20px;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	width: 90px;
}
.txt_table td{
	border: 1px solid #F0F0F0;
	padding: 12px 15px;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
.search_box.right{
	width: 337px;
	float: right;
	position: relative;
	z-index: 50;
}
.sub_tabnav{
	margin-bottom: 20px;
	height: 40px;
}
.sub_tabnav a{
	display: inline-block;
	float: left;
	margin-left: -1px;
	border: 1px solid #F0F0F0;
	padding: 0 17px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.sub_tabnav a:hover{
	color: #227CF7;
}
.sub_tabnav a.active,
.sub_tabnav a.active:hover{
	border-color: #227CF7;
	background: #227CF7;
	color: #ffffff;
}
.article_list li{
	border-bottom: 1px solid #F0F0F0;
	position: relative;
}
.article_list li a{
	display: block;
	padding: 11px 100px 11px 12px;
	position: relative;
	z-index: 5;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.article_list li a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #227CF7;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
}
.article_list li .time{
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	position: absolute;
	top: 11px;
	right: 0;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.article_list li:hover a,
.article_list li:hover .time{
	color: #227CF7;
}
.data_table{
	width: 100%;
}
.data_table th{
	background: #F7F8FA;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 5px;
	text-align: center;
	font-weight: normal;
}
.data_table td{
	text-align: center;
	padding: 10px 5px;
	border-bottom: 1px solid #F0F0F0;
	font-size: 14px;
	line-height: 20px;
}
.detail_txt_item h3.spel{
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.detail_txt_item h3.spel:before{
	top: 17px;
	background: #A4A4A4;
}
.date_select{
	height: 40px;
}
.date_select .item{
	float: left;
	width: 162px;
	margin-right: 10px;
	position: relative;
}
.date_select .item .t1{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #F0F0F0;
	background: #ffffff;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	outline: none;
}
.date_select .item:after{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images_zg/date_icon.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 16px;
	z-index: 10;
}
.date_select.right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.query_btn{
	display: inline-block;
	width: 90px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	background: #227CF7;
	opacity: 1;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.query_btn:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 16px;
	background: url(../images_zg/search_icon2.png) no-repeat center;
	margin-right: 5px;
}
.query_btn:hover{
	opacity: 0.9;
}
.date_select .query_btn{
	float: left;
}
.article_list.large li a{
	padding-top: 17px;
	padding-bottom: 17px;
}
.article_list.large li .time{
	top: 17px;
}
.com_tabbox{
	border-bottom: 1px solid #F0F0F0;
}
.com_tabbox .wrap{
	width: 1200px;
	margin: 0 auto;
}
.com_tabnav li{
	float: left;
	margin-left: 50px;
}
.com_tabnav li:first-child{
	margin-left: 0 !important;
}
.com_tabnav li a{
	display: block;
	font-size: 20px;
	height: 69px;
	line-height: 69px;
	color: #666666;
	position: relative;
}
.com_tabnav li a:before{
	content: "";
	width: 100%;
	height: 3px;
	background: #227CF7;
	position: absolute;
	bottom: -1px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.com_tabnav li.active a{
	color: #227CF7;
}
.com_tabnav li a:hover{
	color: #227CF7;
}
.com_tabnav li.active a:before{
	opacity: 1;
	visibility: visible;
}
.pro_reservepage{
	padding: 40px 0 60px;
	background: url(../images_zg/reserve_bg.png) no-repeat center;
	background-size: cover;
}
.pro_reservepage .title{
	width: 800px;
	margin: 0 auto 40px;
	font-size: 32px;
	line-height: 45px;
	font-weight: normal;
	color: #ffffff;
}
.reserve_box{
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	background: #ffffff;
}
.input_form{
	width: 476px;
	margin: 0 auto;
}
.input_item{
	margin-top: 15px;
	position: relative;
	min-height: 50px;
}
.input_item:first-child{
	margin-top: 0 !important;
}
.input_item .tit{
	width: 116px;
	float: left;
	font-size: 16px;
	line-height: 22px;
	padding: 14px 0;
}
.input_item .ct{
	position: relative;
}
.input_item.text .ct{
	margin-left: 116px;
	min-height: 50px;
}
.p_input{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	line-height: 22px;
	padding: 13px 19px;
	border: 1px solid #D8D8D8;
	font-size: 16px;
	color: #333333;
	outline: none;
}
.p_input:focus{
	border-color: #999999;
}
.p_select{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	border: 1px solid #D8D8D8;
	position: relative;
}
.p_select .value{
	display: block;
	height: 22px;
	padding: 13px 40px 13px 19px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_select .value .default{
	color: #999999;
}
.p_select .value:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0;
	border-color: #a4a4a4 transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 17px;
}
.p_select .layer{
	width: 100%;
	border: 1px solid #D8D8D8;
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	position: absolute;
	top: 48px;
	left: -1px;
	z-index: 60;
}
.p_select .list{
	max-height: 220px;
	overflow: auto;
}
.p_select .list li{
	cursor: pointer;
	padding: 10px 19px;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.p_select .list li:hover{
	color: #227CF7;
}
.p_select .list li.active{
	background: rgba(34,124,247,0.1);
	color: #227CF7;
}
.input_item .ct.code{
	padding-right: 132px;
}
.p_code_img{
	display: block;
	width: 122px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
.p_code_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.p_code_btn{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 122px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #227CF7;
	color: #227CF7;
	background: #ffffff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.p_code_btn:hover{
	background: #227CF7;
	color: #ffffff;
}
.p_code_btn.disabled,
.p_code_btn.disabled:hover{
	background: #ffffff;
	border-color: #D8D8D8;
	color: #999999;
}
.p_btnbox{
	margin-top: 30px;
	text-align: center;
	display: flex;
}
.p_button{
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 200px;
	font-size: 16px;
	border-radius: 50px;
	background: #227CF7;
	color: #ffffff;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.p_button.border{
	border: 1px solid #227CF7;
	color: #227CF7;
	background: #ffffff;
	line-height: 48px;
}
.p_button:hover{
	opacity: 0.9;
}
.p_button.disabled{
	opacity: 0.5 !important;
}
.p_btnbox .p_button{
	display: block;
	flex: 1;
	margin: 0 0 0 30px;
	width: auto;
}
.p_btnbox .p_button:first-child{
	margin-left: 0;
}
.ptb30{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.main_content{
	background: #ffffff;
}
.cont_title{
	border-bottom: 1px solid #F0F0F0;
	padding: 15px 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.cont_title h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.r_txt_box{
	font-size: 16px;
	color: #999999;
	float: right;
	position: relative;
	z-index: 50;
}
.r_txt_box a{
	color: #227CF7;
}
.r_txt_box a:hover{
	text-decoration: underline;
}
.main_cont_wrap{
	padding: 40px 50px 60px;
	min-height: 300px;
}
.reg_tabnav{
	width: 476px;
	margin: 0 auto 30px;
	height: 50px;
}
.reg_tabnav a{
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	background: #F6F7F9;
	border: 1px solid #F0F0F0;
	color: #666666;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.reg_tabnav a:hover{
	color: #227CF7;
}
.reg_tabnav a.active,
.reg_tabnav a.active:hover{
	background: #227CF7;
	border-color: #227CF7;
	color: #ffffff;
}
.icon_check{
	display: inline-block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url(../images_zg/ic_check01.png) no-repeat center;
}
.icon_check.checked{
	background-image: url(../images_zg/ic_check02.png);
}
.rule_check{
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	padding-left: 28px;
	position: relative;
}
.rule_check a{
	color: #227CF7;
}
.rule_check a:hover{
	text-decoration: underline;
}
.rule_check .icon_check{
	position: absolute;
	top: 2px;
	left: 0;
}
.reg_page{
	padding: 30px 0;
}
.suc_tipbox{
	padding: 30px 50px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.suc_tipbox .icon{
	margin-bottom: 22px;
}
.suc_tipbox .icon img{
	display: block;
	height: 104px;
	margin: 0 auto;
}
.suc_tipbox h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
}
.p_btn_wrap{
	text-align: center;
	margin-top: 20px;
}
.dialog_overlay{
	width: 100%;
	height: 100%;
	background: #333333;
	filter:alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.login_layer{
	width: 800px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	margin-top: -220px;
	left: 50%;
	margin-left: -400px;
	z-index: 2000;
}
.login_left{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	height: 440px;
	float: left;
	padding: 40px 40px 0;
}
.login_right{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	height: 440px;
	float: right;
	background: rgba(246,247,249,0.7);
	padding: 40px 40px 0;
}
.login_tabnav{
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 30px;
	font-size: 0;
	line-height: 0;
}
.login_tabnav a{
	display: inline-block;
	vertical-align: top;
	padding-bottom: 11px;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	margin-left: 40px;
	position: relative;
}
.login_tabnav a:first-child{
	margin-left: 0 !important;
}
.login_tabnav a:after{
	content: "";
	width: 100%;
	height: 3px;
	background: #227CF7;
	position: absolute;
	bottom: -1px;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.login_tabnav a.active{
	color: #227CF7;
}
.login_tabnav a:hover{
	color: #227CF7;
}
.login_tabnav a.active:after{
	opacity: 1;
	visibility: visible;
}
.login_opea{
	margin-top: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.login_form .input_item{
	margin-top: 10px;
}
.login_txt_title{
	text-align: center;
	margin-bottom: 19px;
}
.login_txt_title h3{
	color: #666666;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}
.login_txt_cont{
	height: 264px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: auto;
}
.login_right .rule_check{
	margin-top: 34px;
}
.pg_hm_banner{
	height: 400px;
	position: relative;
}
.pg_hm_banner.cs_bg{
	background: url(../images_zg/cs_banner.png) no-repeat center;
}
.pg_hm_banner.zj_bg{
	background: url(../images_zg/zj_banner.png) no-repeat center;
}
.pg_hm_banner .wrapfix{
	padding-top: 120px;
	color: #ffffff;
}
.pg_hm_banner h2{
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 14px;
	font-weight: normal;
}
.pg_hm_banner p{
	font-size: 16px;
	line-height: 28px;
	width: 620px;
}
.cs_hm_module{
	padding: 60px 0;
}
.cs_hm_module.section02{
	background: url(../images_zg/cs_hm_bg01.png) no-repeat center;
	background-size: cover;
}
.com_mod_title{
	margin-bottom: 24px;
}
.com_mod_title h3{
	font-size: 32px;
	line-height: 44px;
	font-weight: normal;
}
.qa_hmlist li{
	width: 384px;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
}
.qa_hmlist li:nth-child(3n+1){
	margin-left: 0;
}
.qa_hmlist li:nth-child(1),
.qa_hmlist li:nth-child(2),
.qa_hmlist li:nth-child(3){
	margin-top: 0;
}
.qa_hmlist li a{
	display: flex;
	height: 48px;
	padding: 24px 78px 24px 24px;
	position: relative;
	background: #F6F7F9;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	align-items: center;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.qa_hmlist li a:after{
	content: "";
	width: 42px;
	height: 60px;
	background: url(../images_zg/qa_icon01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 24px;
}
.qa_hmlist li a span{
	display: block;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qa_hmlist li a:hover{
	color: #227CF7;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.bus_form_item{
	width: 588px;
	background: #ffffff;
}
.bus_form_item .title{
	position: relative;
	padding: 33px 30px;
	height: 34px;
	line-height: 34px;
	position: relative;
	color: #ffffff;
	background: #227CF7;
	background: linear-gradient(-90deg, #61A4FF 0%, #227CF7 100%);
}
.bus_form_item .title h3{
	font-size: 24px;
	font-weight: normal;
}
.bus_form_item .title .more{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images_zg/more_arrow01.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 24px;
	z-index: 50;
}
.bus_form_item .cont{
	padding: 24px 32px;
}
.form_list li{
	border-bottom: 1px solid #F0F0F0;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
.form_list li:last-child{
	border-bottom: 0 none;
}
.form_list li a{
	display: block;
	padding: 13px 110px 13px 0;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.form_list li .time{
	color: #999999;
	position: absolute;
	top: 13px;
	right: 0;
}
.form_list li:hover a,
.form_list li:hover .time{
	color: #227CF7;
}
.tzz_hm_list li{
	width: 384px;
	float: left;
	margin-left: 24px;
}
.tzz_hm_list li:first-child,
.tzz_hm_list li:nth-child(3n+1){
	margin-left: 0 !important;
}
.tzz_hm_list li a{
	display: block;
	background: #F6F7F9;
	color: #000000;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.tzz_hm_list li .pic{
	height: 149px;
	overflow: hidden;
}
.tzz_hm_list li .pic img{
	display: block;
	width: 100%;
	-webkit-transition:all .5s ;
	-moz-transition:all .5s ;
	-o-transition:all .5s ;
	transition:all .5s ;
}
.tzz_hm_list li .cont{
	padding: 25px 30px 30px;
}
.tzz_hm_list li h5{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tzz_hm_list li p{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.tzz_hm_list li:hover a{
	background: #ffffff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	color: #227CF7;
}
.tzz_hm_list li:hover .pic img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
} 
.zj_hm_module{
	padding: 60px 0;
}
.zj_hm_module.section01{
	background: url(../images_zg/zj_hn_bg01.png) no-repeat center bottom;
}
.cm_txt_box{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 20px;
}
.cm_txt_box h4{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 24px;
}
.cm_txt_box p{
	margin-top: 24px;
}
.cm_txt_box p:first-child{
	margin-top: 0 !important;
}
.hm_busnav.spel{
	background: none;
	box-shadow: none;
}
.hm_busnav.spel li{
	width: 384px;
	margin-left: 24px;
	margin-top: 24px;
}
.hm_busnav.spel li:nth-child(3n+1){
	margin-left: 0;
}
.hm_busnav.spel li a{
	background: #F6F7F9;
	padding-left: 50px;
	padding-right: 50px;
}
.hm_busnav.spel li a:hover{
	background: #ffffff;
}
.zj_hm_module.section02{
	padding-bottom: 70px;
}
.zj_hm_module.section03{
	padding: 70px 0 100px;
	border-top: 1px solid #F0F0F0;
	background: url(../images_zg/zj_hn_bg02.png) no-repeat center bottom;
}
.mt70{
	margin-top: 70px;
}
.contact_box{
	padding-top: 20px;
	width: 400px;
	float: left;
}
.contact_box h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 6px;
}
.contact_box .addr{
	padding: 6px 0;
	font-size: 16px;
	line-height: 24px;
}
.us_infolist{
	margin-top: 11px;
}
.us_infolist li{
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 0 6px 20px;
	position: relative;
}
.us_infolist li i{
	position: absolute;
	top: 10px;
	left: 0;
}
.cm_ic_tel,
.cm_ic_email,
.cm_ic_fax,
.cm_ic_home,
.cm_ic_pcode{
	display: inline-block;
	width: 16px;
	height: 16px;
}
.cm_ic_tel{
	background: url(../images_zg/cm_ic_tel.png) no-repeat center;
}
.cm_ic_email{
	background: url(../images_zg/cm_ic_email.png) no-repeat center;
}
.cm_ic_fax{
	background: url(../images_zg/cm_ic_fax.png) no-repeat center;
}
.cm_ic_home{
	background: url(../images_zg/cm_ic_home.png) no-repeat center;
}
.cm_ic_pcode{
	background: url(../images_zg/cm_ic_pcode.png) no-repeat center;
}
.code_follow{
	width: 158px;
	float: right;
	border: 1px solid #F0F0F0;
	background: #F6F7F9;
	padding: 30px 10px 26px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
.code_follow .pic{
	width: 112px;
	height: 112px;
	margin: 0 auto 20px;
}
.code_follow .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.contact_page{
	padding: 30px 0 137px;
	background: url(../images_zg/zj_hn_bg02.png) no-repeat center 70px;
}
.contact_page .contact_box{
	padding-top: 0;
}
.contact_page .contact_box h5{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
}
.company_intro_page{
	padding: 50px 0 80px;
	min-height: 450px;
	background: url(../images_zg/zj_hn_bg03.png) no-repeat center bottom;
}
.txt_detailpage{
	padding: 30px 0 0;
}
.com_detailbox{
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.com_detailbox p{
	margin: 12px 0;
}
.gpzy_infolist{
	margin: 28px 0;
}
.gpzy_infolist li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 384px;
	padding: 40px;
	height: 260px;
	float: left;
	margin-left: 24px;
	background: #F6F7F9;
	position: relative;
}
.gpzy_infolist li:first-child{
	margin-left: 0 !important;
}
.gpzy_infolist li h5{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
}
.gpzy_infolist li p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.gpzy_infolist li .icon{
	width: 140px;
	height: 128px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.gpzy_infolist li .icon.ic_01{
	background: url(../images_zg/Vector01.png) no-repeat right bottom;
}
.gpzy_infolist li .icon.ic_02{
	background: url(../images_zg/Vector02.png) no-repeat right bottom;
}
.gpzy_infolist li .icon.ic_03{
	background: url(../images_zg/Vector03.png) no-repeat right bottom;
}
.art_img{
	margin: 20px 0;
	padding: 20px 0;
}
.art_img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.lhtz_infolist{
	margin: 40px 0;
}
.lhtz_infolist li{
	width: 250px;
	float: left;
	margin-left: 66px;
}
.lhtz_infolist li:first-child{
	margin-left: 0 !important;
}
.lhtz_infolist li .num{
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 16px;
	position: relative;
	background: rgba(34,124,247,0.45);
	color: #ffffff;
	font-size: 80px;
	line-height: 1;
}
.lhtz_infolist li .num b{
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0;
	z-index: 10;
}
.lhtz_infolist li p{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin: 0;
}
.pb30{
	padding-bottom: 30px;
}
.page_layout{
	background: #ffffff;
	position: relative;
}
.page_layout:before{
	content: "";
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	left: 255px;
}
.p_layout_left{
	width: 255px;
	float: left;
	padding-bottom: 50px;
}
.p_layout_right{
	margin-left: 256px;
	padding: 30px 32px 50px;
	min-height: 300px;
}
.sub_title{
	border-bottom: 1px solid #F0F0F0;
	padding: 0 0 9px;
	position: relative;
	margin-bottom: 30px;
}
.sub_title h3{
	padding-left: 10px;
	font-size: 18px;
	line-height: 22px;
	position: relative;
}
.sub_title h3:before{
	content: "";
	width: 4px;
	height: 16px;
	background: #227CF7;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
}
.user_titbox{
	padding: 40px 20px;
	text-align: center;
}
.user_titbox .pic{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.user_titbox .pic img{
	display: block;
	width: 100%;
}
.user_titbox h5{
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
}
.cm_sidebar_nav > li > a{
	display: block;
	padding: 18px 56px 18px 36px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	position: relative;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.cm_sidebar_nav > li > a .r_arrow{
	display: block;
	content: "";
	width: 8px;
	height: 14px;
	background: url(../images_zg/blue_xl_arrow2.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 26px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all .3s ;
	-moz-transition:all .3s ;
	-o-transition:all .3s ;
	transition:all .3s ;
}
.cm_sidebar_nav > li > a:hover{
	color: #227CF7;
}
.cm_sidebar_nav > li > a.act{
	color: #227CF7;
	background: #E8F1FE;
}
.cm_sidebar_nav > li > a.act .r_arrow{
	opacity: 1;
	visibility: visible;
}
.form_table{
	width: 100%;
	border: 1px solid #F0F0F0;
	margin-bottom: 40px;
}
.form_table th{
	border: 1px solid #F0F0F0;
	width: 160px;
	background: #F6F7F9;
	padding: 15px 20px;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.form_table th .imp{
	font-style: normal;
	color: #E73146;
	margin-right: 7px;
}
.form_table td{
	border: 1px solid #F0F0F0;
	padding: 0;
	height: 54px;
}
.tb_input{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 24px;
	border: 0 none;
	-webkit-border: 0 none;
	color: #333333;
}
.tb_input[disabled]{
	color: #999999;
}
.test_result{
	padding: 10px 0 20px;
	margin-bottom: 30px;
	text-align: center;
}
.test_result h5{
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 5px;
}
.test_result p{
	font-size: 16px;
	line-height: 22px;
	color: #999999;
}
.test_level {
  width: 182px;
  height: 201px;
  margin: 0 auto 10px;
  background: url(../images_zg/test_bg.png) no-repeat center top;
  position: relative;
}
.test_level .num {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 26px;
  font-family: 'DIN-Regular';
  font-weight: 700;
  background: url(../images_zg/pointer_bg.png) no-repeat center;
  color: #333;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -32px;
  z-index: 100;
}
.test_level .pointer {
  width: 182px;
  height: 182px;
  position: absolute;
  top: 0;
  left: 0;
}
.test_level .class01 {
  background: url(../images_zg/pointer_01.png) no-repeat center;
}
.test_level .class02 {
  background: url(../images_zg/pointer_02.png) no-repeat center;
}
.test_level .class03 {
  background: url(../images_zg/pointer_03.png) no-repeat center;
}
.test_level .class04 {
  background: url(../images_zg/pointer_04.png) no-repeat center;
}
.test_level .class05 {
  background: url(../images_zg/pointer_05.png) no-repeat center;
}
.test_main{
	padding: 20px 40px 60px;
}
.test_list{
	width: 800px;
	padding-bottom: 30px;
}
.test_item{
	border-bottom: 1px solid #E9E9E9;
	padding: 30px 0;
}
.test_item h5{
	padding-left: 34px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	font-weight: normal;
}
.test_item h5 .num{
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}
.test_item h5 .imp{
	color: #E73146;
}
.test_item ul li{
	margin-top: 10px;
	padding-left: 34px;
	font-size: 16px;
	line-height: 23px;
	color: #555555;
	position: relative;
}
.test_item ul li .icon_check,
.test_item ul li .icon_radio{
	position: absolute;
	top: 2px;
	left: 0;
}
.icon_radio{
	display: inline-block;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url(../images_zg/ic_radio01.png) no-repeat center;
}
.icon_radio.checked{
	background-image: url(../images_zg/ic_radio02.png);
}
.icon_radio.disabled{
	background-image: url(../images_zg/ic_radio03.png);
}
.icon_radio.checked.disabled{
	background-image: url(../images_zg/ic_radio04.png);
}
.icon_check.disabled{
	background-image: url(../images_zg/ic_check03.png);
}
.icon_check.checked.disabled{
	background-image: url(../images_zg/ic_check04.png);
}
.ly_close{
	width: 36px;
	height: 36px;
	background: url(../images_zg/close_ic01.png) no-repeat center;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 50;
}
.txt_table{
	width: 100% !important;
}
/*2022-06-13==add===start*/
.home_mod_title h3 .more_btn {
	float: right;
	margin-top: 2px;
}

.home_module.section00 {
    padding: 60px 0 86px;
    background: url(../images_zg/hm_bg00.png) no-repeat center bottom;
}

.pro_hotSaleBox {
	display: block;
	position: relative;
	margin: 0 -12px;
}

.pro_hotSaleBox .pro_hotSale_item {
	display: block;
	position: relative;
	float: left;
	margin: 0 12px;
	box-sizing: border-box;
	width: 384px;
	height: 336px;
	background: #fff url(../images_zg/pro_hotSale_itemBg.png) center no-repeat;
	background-size: 100% 100%;
	padding: 40px 30px 0 30px;
	box-shadow: 0 5px 18px rgb(0 0 0 / 10%);
}

.pro_hotSale_item .tit1 {
	color: #000;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: center;
}

.pro_hotSale_item .spanBox {
	display: block;
	font-size: 0;
	margin: 20px 0 30px;
	text-align: center;
} 

.pro_hotSale_item .spanBox span {
	display: inline-block;
	color: #227CF7;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	padding: 4px 19px;
	border-radius: 21px;
	border: 1px solid #A6CCFF;
	margin: 5px;
}

.pro_hotSale_item .infoBox {
	display: block;
	position: relative;
}

.pro_hotSale_item .infoBox .info {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}

.pro_hotSale_item .infoBox .info h5 {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 5px;
}

.pro_hotSale_item .infoBox .info p {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
}

.pro_hotSale_item .btn_toDel {
	display: block;
	margin: 40px auto 0;
	width: 220px;
	height: 40px;
	border-radius: 21px;
	background: #227CF7;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
}

.home_module.section04 {
    padding: 60px 0 80px;
    background: #fff;
}

.home_mod_title .underTit_txt {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}

.proPerf_excellentBox {
	display: block;
	position: relative;
	margin: -12px;
}

.proPerf_excellent_item {
	display: block;
	position: relative;
	float: left;
	width: 588px;
	height: 148px;
	background: url(../images_zg/proPerf_excellent_itemBg.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 12px;
	box-shadow: 0 5px 18px rgb(0 0 0 / 10%);
}

.proPerf_excellent_item .item_tit {
	color: #000000;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin: 30px 0 36px;
}

.proPerf_excellent_item .item_info {
	display: block;
	position: relative;
	font-size: 0;
}

.proPerf_excellent_item .item_info span {
	display: inline-block;
	width: 200px;
	color: #999999;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 8px;
}

.proPerf_excellent_item .item_info span .color_333 {
	color: #333;
}

.proPerf_excellent_item .item_info span .color_E73 {
	color: #E73146;
}

.pro_stateSelectBox {
	display: block;
	position: relative;
	font-size: 0;
	margin: 0 0 30px;
}

.pro_stateSelectBox span {
	color: #999999;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 10px;
}

.pro_stateSelectBox .pro_stateBtn {
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-right: 19px;
}

.pro_stateSelectBox .pro_stateBtn:hover, .pro_stateSelectBox .pro_stateBtn.on {
	color: #227CF7;
}



/*2022-06-13==add===end*/
/*2022-06-22==add===start*/
	.pro_hotSale_item .tit1 {
		height: 52px;
		overflow: hidden;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		text-overflow: ellipsis;
	}

	.pro_hotSale_item .spanBox {
		margin: 0px 0 24px;
	}
/*2022-06-22==add===end*/
.home_module.section04 {background: url(../images_zg/hm_bg04.png)no-repeat center bottom;}