@charset "utf-8";

/*------------------------沉置形状起头------------------------*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表表（ThreedFace）的色彩*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）色彩*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）色彩*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框色彩*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的色彩 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)色彩*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）色彩*/
}

html{
	border: 0px;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
input,
button,
textarea,
form,
select,
button,
strong{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family: "Microsoft Yahei",Arial, "Lucida Grande", Verdana, Lucida, Helvetica,  sans-serif;
	border: 0px;
	font-weight: normal;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}

.clear{
	clear: both;
}

.hide{
	display: none;
}

.news_box:after,
.newsdata_title:after,
.article_recommend_box:after,
.recruit_left .dl-horizontal:after,
.contact_info:first-child:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	transform: scaleY(.2);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/*.recruit_left:after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	transform: scaleY(.2);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}*/

/*------------------------沉置形状实现------------------------*/

/*-------------------------头部起头-------------------------*/

.head_content.navbar-inverse{
	border-color: rgba(255,255,255,.1);
	background-color: #fff;
	transition: all .5s;
	border: none;
}

.head_content.navbar{
	min-height: auto;
	margin-bottom: 0;
}

.head_content .head_logo{
	width: 166px;
	height: 38px;
	margin-top: 5px;
	margin-left: 10px;
	background-image: url(/templates/default/public/180507css/img/gh-logo2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.head_content .head_logo h1{
	height: 0;
	overflow: hidden;
}

.head_content.navbar-inverse .navbar-nav>li>a{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #333;
}

.head_content.navbar-inverse .navbar-nav>li>a>i{
	margin-left: 5px;
}

.head_content.head_content.navbar-inverse:hover{
	background-color: white;
	transition: all .5s;
}

.head_content.navbar-inverse:hover .navbar-nav>li>a{
	color: #333;
}

.head_content.navbar-inverse .navbar-nav>li>a:hover,
.head_content.on.navbar-inverse .navbar-nav>li>a:hover{
	color: #f26522;
}


.head_content.navbar-inverse .navbar-collapse{
	border-color: #f0f0f0;
}

.head_content.navbar-inverse .navbar-toggle{
	border-color: #01cd88;
}

.head_content.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #01cd88;
}

.head_content.navbar-inverse .navbar-nav>.open>a,
.head_content.navbar-inverse .navbar-nav>.open>a:hover,
.head_content.navbar-inverse .navbar-nav>.open>a:focus,
.head_content.navbar-inverse .navbar-toggle:hover,
.head_content.navbar-inverse .navbar-toggle:focus{
	background-color: transparent;
}

.head_content .nav_sub li a{
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 12px;
}

.head_content .nav_sub.dropdown-menu{
	padding: 0;
	border: none;
}

.head_content .dropdown-header{
	color: #333;
}

/*-------------------------头部实现-------------------------*/

/*-------------------------首页起头-------------------------*/

/*--------banner--------*/

.home_banner {
	position: relative;
}

.home_banner .item {
	font-size: 0;
}

.home_banner .item img{
	width: 100%;
    display: block;
    height: auto;
}

.home_banner .owl-pagination{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 1;
}

.home_banner.owl-theme .owl-controls{
	margin: 0;
}

.home_banner.owl-theme .owl-controls .owl-page span{
	width: 30px;
	height: 2px;
	margin: 0 3px;
	background-color: #fff;
}

.home_banner .owl-buttons{
	display: none;
}

/*--------公司资质--------*/

.home_aptitude_content{
	background-color: #f0f0f0;
}

.home_aptitude_content .col-sm-2{
	padding-top: 10px;
	padding-bottom: 10px;
}

.home_aptitude_content .col-sm-2:nth-child(1),
.home_aptitude_content .col-sm-2:nth-child(4),
.home_aptitude_content .col-sm-2:nth-child(5){
	background-color: #fafafa;
}

.home_aptitude_content img{
	width: 30px;
	margin-top: 4px;
	float: left;
}

.home_aptitude_content p{
	padding-left: 40px;
}

.home_aptitude_content b{
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	display: block;
}

.home_aptitude_content span{
	font-size: 12px;
	color: #999999;
}

/*--------云顶国际科技--------*/

.ghkj_content{
	padding: 40px 0;
}

.ghkj_content h2{
	height: 0px;
	padding: 31px 0;
	background-image: url(/templates/default/public/180507css/img/gh.png);
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ghkj_content h2 b{
	padding: 31px 0;
	display: block;
}

.ghkj_content h3{
	margin-top: 30px;
	font-size: 24px;
	color: #333333;
}

.ghkj_content h4{
	margin-top: 12px;
	font-size: 16px;
	color: #333333;
}

/*--------产品系统--------*/

.productsystem_content{
	background-position: center;
	background-size: cover;
}

.productsystem_content.bg1{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg1.jpg);
}

.productsystem_content.bg2{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg2.jpg);
}

.productsystem_content.bg3{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg3.jpg);
}

.productsystem_content.bg4{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg4.jpg);
}

.productsystem_content.bg5{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg5.jpg);
}

.productsystem_content.bg6{
	background-image: url(/templates/default/public/180507css/img/productsystem_bg6.jpg);
}

.productsystem_mask{
	background: rgba(0,0,0,.7);
}

.productsystem_tab_content{
	background: rgba(0,0,0,.5);
}

.productsystem_tab_content ul li{
	width: 50%;
	padding: 5px;
	float: left;
	font-size: 0;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	transition: background .1s;
	cursor: pointer;
}

.productsystem_tab_content ul li i{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	background-size: 100%;
}

.productsystem_tab_content ul li i.icon_productsystem01{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem01.png);
}

.productsystem_tab_content ul li i.icon_productsystem02{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem02.png);
}

.productsystem_tab_content ul li i.icon_productsystem03{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem03.png);
}

.productsystem_tab_content ul li i.icon_productsystem04{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem04.png);
}

.productsystem_tab_content ul li i.icon_productsystem05{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem05.png);
}

.productsystem_tab_content ul li i.icon_productsystem06{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem06.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem01,
.productsystem_tab_content ul li:hover i.icon_productsystem01{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem01_1.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem02,
.productsystem_tab_content ul li:hover i.icon_productsystem02{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem02_1.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem03,
.productsystem_tab_content ul li:hover i.icon_productsystem03{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem03_1.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem04,
.productsystem_tab_content ul li:hover i.icon_productsystem04{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem04_1.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem05,
.productsystem_tab_content ul li:hover i.icon_productsystem05{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem05_1.png);
}

.productsystem_tab_content ul li.active i.icon_productsystem06,
.productsystem_tab_content ul li:hover i.icon_productsystem06{
	background-image: url(/templates/default/public/180507css/img/icon_productsystem06_1.png);
}

.productsystem_tab_txt{
	vertical-align: middle;
	display: inline-block;
}

.productsystem_tab_txt h3{
	font-size: 14px;
	color: #ccc;
}

.productsystem_tab_txt span{
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	display: block;
}

.productsystem_tab_content ul li.active,
.productsystem_tab_content ul li:hover{
	background-color: #01cd88;
}

.productsystem_tab_content ul li.active .productsystem_tab_txt h3,
.productsystem_tab_content ul li:hover .productsystem_tab_txt h3{
	color: #fff;
}

.productsystem_tab_content ul li.active .productsystem_tab_txt span,
.productsystem_tab_content ul li:hover .productsystem_tab_txt span{
	color: #f0f0f0;
}

.productsystem_main ul li{
	padding: 10px 0;
	display: none;
}

.productsystem_describe h3{
	font-size: 18px;
	color: #fff;
}

.productsystem_describe p{
	margin-top: 10px;
	font-size: 12px;
	color: #e5e5e5;
}

.productsystem_btn{
	padding: 20px 0 0 0;
	font-size: 0;
}

.productsystem_btn a{
	width: 80px;
	height: 30px;
	line-height: 26px;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
}

.productsystem_btn a.productsystem_link{
	background-color: #01cd88;
}

.productsystem_btn a.productsystem_consult{
	border-color: #fff;
}

.productsystem_img{
	margin-top: 10px;
	padding: 10px;
	font-size: 0;
	background: rgba(255,255,255,.05);
	
}

.productsystem_img img{
	max-width: 100%;
}



/*--------专业技术--------*/

.major_title{
	padding: 20px 0;
}

.major_title h2{
	font-size: 24px;
	color: #ff7600;
	font-weight: bold;
}

.major_content .col-sm-3{
	padding: 0 10px;
}

.major_content .thumbnail{
	padding: 0;
	border: none;
	border-radius: 0;
}

.major_content h3{
	margin-top: 8px;
	font-size: 16px;
	color: #333;
}

.major_content p{
	margin-top: 4px;
	text-align: justify;
	font-size: 12px;
	color: #333;
}

/*--------云顶国际动态--------*/

.dynamic_content{
	padding: 20px 0 0px;
	background-color: #f7f7f7;
}

.dynamic_bigtitle{
	padding: 0 0 20px;
}

.dynamic_bigtitle h2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}


.dynamic_content .thumbnail{
	padding: 0 26px;
	border-color: #f0f0f0;
	border-radius: 0;
}

.dynamic_content img{
	max-width: 100%;
}

.dynamic_content a{
	text-decoration: none;
}

.dynamic_title{
	padding: 22px 0;
}

.dynamic_title h3{
	padding-left: 16px;
	font-size: 18px;
	color: #333333;
	position: relative;
}

.dynamic_title h3:after{
	content: '';
	width: 6px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.dynamic_title.ghgreen h3:after{
	background-color: #b7d300;
}

.dynamic_title.psbgreen h3:after{
	background-color: #02c382;
}

.dynamic_title.org h3:after{
	background-color: #ffa800;
}

.about_gh img{
	margin: 10px 0;
}

.about_gh span{
	height: 28px;
	padding: 4px 10px;
	text-align: justify;
	letter-spacing: .54em;
	font-size: 14px;
	color: #999999;
	background-color: #f5f5f5;
	display: block;
	overflow: hidden;
}

.about_gh p{
	max-height: 84px;
	line-height: 26px;
	margin: 10px 0;
	text-align: justify;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
}

.about_text{
	padding: 10px 0;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #f0f0f0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dynamic_news ul li{
	padding: 7px 0;
	border-bottom: 1px dotted #f0f0f0;
}

.dynamic_news ul li a{
	font-size: 14px;
	color: #808080;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}






/*-------------------------首页实现-------------------------*/

/*------------------------渠路合作起头------------------------*/

.recruit_content{
	padding: 20px 0 10px;
	background-position: center;
	background-size: cover;
}

.recruit_content.bg_support{
	background-image: url(/templates/default/public/180507css/img/zs-1.jpg);
}

.recruit_content.bg_fillin{
	background-image: url(/templates/default/public/180507css/img/zs-4.jpg);
}

.recruit_title{
	padding: 0 15px;
}

.recruit_title h2{
	font-size: 24px;
}

.recruit_title p{
	margin-top: 8px;
	font-size: 14px;
}

.recruit_title.black h2{
	color: #333;
}

.recruit_title.black p{
	color: #666;
}

.recruit_title.white h2,
.recruit_title.white p{
	color: white;
}

/*--------代理支持--------*/

.recruit_support_content{
	margin-top: 20px;
}

.recruit_support_content .thumbnail{
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-radius: 0;
	border: none;
}

.recruit_support_content .thumbnail img{
	width: 100%;
}

.recruit_support_box{
	padding: 20px 0;
}

.recruit_support_box hr{
	width: 42px;
	margin: 10px auto;
}

.recruit_support_box h3{
	font-size: 20px;
	color: #333;
}

.recruit_support_box p{
	font-size: 14px;
	color: #666;
}

/*--------公司实力--------*/

.recruit_strength{
	padding: 10px 0;
	background-image: url(/templates/default/public/180507css/img/zs-2.jpg);
	background-position: center;
	background-size: cover;
}

.recruit_strength .col-sm-3{
	padding-top: 10px;
	padding-bottom: 10px;
}

.recruit_strength h3{
	font-size: 26px;
	color: #fff;
}

.recruit_strength p{
	margin-top: 12px;
	font-size: 13px;
	color: #fff;
}

/*--------代理前提--------*/

.recruit_condition_content{
	margin-top: 20px;
	padding: 10px 0;
	background-image: url(/templates/default/public/180507css/img/zs-3.jpg);
	background-position: center;
	background-size: cover;
}

.recruit_condition_content .col-sm-3{
	padding-top: 10px;
	padding-bottom: 10px;
}

.recruit_condition_content h3{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 100%;
	background-color: #ef6b01;
	float: left;
}

.recruit_condition_content p{
	padding: 5px 0 0 44px;
	text-align: justify;
	font-size: 14px;
	color: #333;
}

.recruit_condition_qq{
	padding: 0;
}

.recruit_condition_qq .col-sm-4{
	padding: 16px 15px;
	border-bottom: 1px solid #f5f5f5;
}

.recruit_condition_qq .col-sm-4:last-child{
	border-bottom: none;
}

.recruit_condition_qq h3{
	font-size: 20px;
	color: #333;
}

.recruit_condition_qq p{
	margin-top: 10px;
}

.recruit_condition_qq span{
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}

.recruit_condition_qq a{
	padding-left: 38px;
	background-image: url(/templates/default/public/180507css/img/qq.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.recruit_condition_qq a.btn-default{
	border-color: #f0f0f0;
}

.recruit_condition_qq a.btn-default:hover {
    background-color: transparent;
    color: #333;
    border-color: #f0f0f0;
}

.recruit_condition_qq a.btn-default:active,
.recruit_condition_qq a.btn-default:focus,
.recruit_condition_qq a.btn-default:active:focus,
.recruit_condition_qq a.btn-default:active:hover{
	background-image: url(/templates/default/public/180507css/img/qq.png);
	background-color: transparent;
}

/*--------填写信息--------*/

.recruit_fillin_content {
	padding-top: 20px;
}

.recruit_fillin_content .col-sm-5{
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.recruit_fillin_content .form-group{
	margin-bottom: 10px;
}

.recruit_fillin_content input.form-control{
	padding-top: 20px;
	padding-bottom: 20px;
}

.recruit_fillin_content button{
	padding: 12px 48px;
	margin: 10px auto;
	font-size: 14px;
	color: #fff;
	display: block;
	background-color: #f26522;
	border: none;
}

.recruit_fillin_content button:hover{
	color: #fff;
	background-color: #f26522;
	border: none;
}

.recruit_fillin_content button.btn-default:focus,
.recruit_fillin_content button.btn-default:active:focus,
.recruit_fillin_content button.btn-default:active:hover{
	color: #fff;
	background-color: #f26522;
	border: none;
}

/*------------------------渠路合作实现------------------------*/

/*------------------------新闻动态起头------------------------*/

/*--------新闻列表--------*/

.page_content{
	text-align: center;
}

.news_box{
	padding: 10px;
	text-align: justify;
	position: relative;
}

.news_box a{
	text-decoration: none;
}

.news_box h3{
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
}

.news_box span{
	padding: 5px 0 3px;
	font-size: 12px;
    color: #b2b2b2;
    display: block;
}

.news_box p {
	font-size: 12px;
	color: gray;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list_img.thumbnail{
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	border: none;
}

.news_list_img{
	width: 70px;
	height: 55px;
	margin-right: 10px;
	overflow: hidden;
}

.news_list_img img{
	width: 100%;
	min-height: 100%;
}

/*--------新闻详情--------*/

.newsdata_content{
	padding: 20px 0 0 0;
}

.newsdata_title{
	width: 100%;
	padding-bottom: 10px;
	position: relative;
}

.newsdata_title h3{
	line-height: 20px;
	text-align: justify;
	font-size: 16px;
	color: #333;
}

.newsdata_title ul{
	padding-top: 6px;
}

.newsdata_title ul li{
	padding-right: 20px;
	font-size: 12px;
	color: #666;
}

.newsdata_main{
	padding: 20px 0;
	text-align: justify;
	font-size: 14px;
}

.newsdata_main img{
	max-width: 100%;
}

.newsdata_foot{
	padding: 14px 0;
	background-color: #f7f7f7;
}

.newsdata_page{
	padding-left: 2px;
}

.newsdata_page a{
	width: 30px;
	height: 30px;
	line-height: 28px;
	margin-left: 8px;
	text-align: center;
	font-size: 20px;
	color: #555;
	border-radius: 50%;
	background: rgba(0,0,0,.1);
	display: block;
	float: left;
	transition: all .2s;
}

.newsdata_page a:hover{
	color: #fff;
	background: #f26522;
	transition: all .2s;
}

.newsdata_share{
	padding-right: 4px;
}

.newsdata_share span{
	line-height: 28px;
	margin-right: 8px;
	font-size: 14px;
	color: gray;
	float: left;
}

.newsdata_share.bdshare-button-style0-16 a{
	width: 28px;
	height: 28px;
	margin: 0 6px 0 0;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #999;
	border-radius: 50%;
	transition: all .1s;
}

.newsdata_share.bdshare-button-style0-16 .bds_qzone{
	background-image: url(/templates/default/public/180507css/img/qzone-1.png);
}

.newsdata_share.bdshare-button-style0-16 .bds_tsina{
	background-image: url(/templates/default/public/180507css/img/sina-1.png);
}

.newsdata_share.bdshare-button-style0-16 .bds_weixin{
	background-image: url(/templates/default/public/180507css/img/weixin-1.png);
}

.newsdata_share.bdshare-button-style0-16 a:hover{
	opacity: 1;
	transition: all .1s;
}

.newsdata_share.bdshare-button-style0-16 .bds_qzone:hover{
	background-image: url(/templates/default/public/180507css/img/qzone.png);
}

.newsdata_share.bdshare-button-style0-16 .bds_tsina:hover{
	background-image: url(/templates/default/public/180507css/img/sina.png);
}

.newsdata_share.bdshare-button-style0-16 .bds_weixin:hover{
	background-image: url(/templates/default/public/180507css/img/weixin.png);
}

.newsdata_ad img{
	width: 100%;
}

.article_recommend_content{
	padding-top: 10px;
}

.article_recommend_title h3{
	font-size: 16px;
	color: #333;
}

.article_recommend_box{
	padding: 10px;
	position: relative;
}

.article_recommend_img.thumbnail{
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}

.article_recommend_img{
	width: 90px;
	height: 74px;
	margin-right: 10px;
	overflow: hidden;
}

.article_recommend_img img{
	width: 100%;
	min-height: 100%;
}

.article_recommend_box h3 a{
	margin-top: 2px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article_recommend_box h3 a:hover{
	color: #f26522;
}

.article_recommend_box span,
.article_recommend_box p{
	max-height: 34px;
	margin-top: 2px;
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article_recommend_box span{
	-webkit-line-clamp: 2;
	color: #b2b2b2;
}

.article_recommend_box p{
	-webkit-line-clamp: 1;
	color: gray;
}

/*------------------------新闻动态实现------------------------*/

/*------------------------关于云顶国际起头------------------------*/

.aboutus_content{
	padding: 20px 0;
}

.aboutus_content img{
	max-width: 100%;
}

.aboutus_content:nth-child(odd){
	background-color: #f6f9fc;
}

.aboutus_content h3{
	margin-top: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.aboutus_content h4{
	margin-top: 14px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.aboutus_content p{
	line-height: 20px;
	margin-top: 5px;
	font-size: 14px;
	color: #666666;
}

.aboutus_title{
	padding-bottom: 20px;
}

.aboutus_title h2{
	font-size: 24px;
}

.ghproduct_content .thumbnail{
	max-width: 310px;
	padding: 24px 20px;
	border: none;
	border-radius: 0;
}

.ghproduct_content h3{
	margin-top: 18px;
	font-size: 20px;
	color: #666666;
}

.ghproduct_content p{
	line-height: 20px;
	margin-top: 14px;
	font-size: 12px;
	color: #666666;
}

.aboutus_team_box{
	padding: 0 24px;
	display: block;
	position: relative;
}

.aboutus_team_box .item img{
	width: 100%;
	height: auto;
	display: block;
}

.aboutus_team_box .owl-controls{
	width: 100%;
	height: 0;
	margin: -20px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.aboutus_team_box .owl-pagination{
	display: none;
}

.aboutus_team_box .owl-prev{
	float: left;
}

.aboutus_team_box .owl-next{
	float: right;
}

.aboutus_team_box.owl-theme .owl-controls .owl-buttons div{
	padding: 0;
	margin: 0;
	font-size: 40px;
	color: #b3b3b3;
	background-color: transparent;
}

.aboutus_content.major_content .thumbnail{
	background-color: transparent;
}

.aboutus_content.major_content p{
	text-align: center;
}

.aboutus_box .visible-xs li{
	margin-bottom: 20px;
}

.aboutus_box .visible-xs li:last-child{
	margin-bottom: 0;
}

#map{
	width: 100%;
	height: 300px;
}

#map .BMapLabel{
	position: relative !important;
}

.contactway_box .container{
	position: relative;
}

.contactway_box .col-sm-3{
	background-color: #4ca2ff;
}

.contactway_head{
	padding-top: 34px;
}

.contactway_head h3{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

.contactway_head h3 small{
	margin-left: 14px;
	font-size: 16px;
	color: #ffffff;
}

.contactway_head hr{
	margin: 14px 0;
}

.contactway_head h4{
	margin-top: 18px;
	font-size: 18px;
	color: #ffffff;
}

.contactway_head p{
	margin-top: 6px;
	font-size: 14px;
	color: #fff;
}

.contactway_info h5{
	margin-top: 26px;
	font-size: 16px;
	color: #ffffff;
}

.contactway_info ul li{
	margin-top: 20px;
	padding-left: 30px;
	font-size: 14px;
	color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
}

.contactway_ul1 li:nth-child(1){
	background-image: url(/templates/default/public/180507css/img/icon_tel1.png);
}

.contactway_ul1 li:nth-child(2){
	background-image: url(/templates/default/public/180507css/img/icon_qq.png);
}

.contactway_ul1 li:nth-child(3),
.contactway_ul2 li{
	background-image: url(/templates/default/public/180507css/img/icon_mail.png);
}

.contactway_bottom {
	padding-bottom: 20px;
}

.contactway_bottom hr{
	margin-bottom: 14px;
}

.contactway_bottom p{
	margin-top: 4px;
	font-size: 14px;
	color: #ffffff;
}

.advantage-list {
	position: relative;
	height: 400px;
}

.advantage-list li {
	position: absolute;
	width: 310px;
}

.advantage-list .advantage1 {
	top: 120px;
	left: 0;
}

.advantage-list .advantage2 {
	top: -50px;
	left: 225px;
}

.advantage-list .advantage3 {
	top: 120px;
	left: 450px;
}

.advantage-list .advantage4 {
	top: -50px;
	left: 675px;
}

.advantage-list .advantage5 {
	top: 120px;
	left: 900px;
}

.advantage-list .line-box {
	height: 270px;
	overflow: hidden;
}

.advantage-list .line-box .line {
	width: 270px;
	height: 230px;
	padding: 10px;
	border: 10px solid transparent;
	border-radius: 50%;
}

.advantage-list .advantage1 .line-box .line {
	border-top-color: #ff5d7e;
}

.advantage-list .advantage2 .line-box .line {
	border-bottom-color: #f59a25;
}

.advantage-list .advantage3 .line-box .line {
	border-top-color: #29beb3;
}

.advantage-list .advantage4 .line-box .line {
	border-bottom-color: #48b3ee;
}

.advantage-list .advantage5 .line-box .line {
	border-top-color: #8b88dd;
}

.advantage-list .detail .icon {
	position: relative;
	display: block;
	width: 3px;
	height: 40px;
	margin: 0 auto;
}

.advantage-list .detail .icon:before,
.advantage-list .detail .icon:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -3px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.advantage-list .detail .icon:after {
	top: auto;
	bottom: -2px;
}

.advantage-list .line-box .line{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}

.advantage-list .advantage1 .detail .icon,
.advantage-list .advantage1 .detail .icon:before,
.advantage-list .advantage1 .detail .icon:after {
	background: #ff5d7e;
}

.advantage-list .advantage2 .detail .icon,
.advantage-list .advantage2 .detail .icon:before,
.advantage-list .advantage2 .detail .icon:after {
	background: #f59a25;
}

.advantage-list .advantage3 .detail .icon,
.advantage-list .advantage3 .detail .icon:before,
.advantage-list .advantage3 .detail .icon:after {
	background: #29beb3;
}

.advantage-list .advantage4 .detail .icon,
.advantage-list .advantage4 .detail .icon:before,
.advantage-list .advantage4 .detail .icon:after {
	background: #48b3ee;
}

.advantage-list .advantage5 .detail .icon,
.advantage-list .advantage5 .detail .icon:before,
.advantage-list li.advantage5 .detail .icon:after {
	background: #8b88dd;
}

.advantage-list .advantage2 .detail,
.advantage-list .advantage4 .detail {
	top: 52px;
}

.advantage-list .detail {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	text-align: center;
}

.advantage-list .detail h3 {
	padding: 15px 0;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.advantage-list .detail h3 em {
	display: block;
	font-size: 14px;
	font-family: Arial;
	font-weight: 300;
	line-height: 1.5;
}

.advantage-list .advantage1 .detail h3 {
	color: #ff5d7e;
}

.advantage-list .advantage2 .detail h3 {
	color: #f59a25;
}

.advantage-list .advantage3 .detail h3 {
	color: #29beb3;
}

.advantage-list .advantage4 .detail h3 {
	color: #48b3ee;
}

.advantage-list .advantage5 .detail h3 {
	color: #8b88dd;
}

.advantage-list .detail p {
	margin: 0;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}








/*------------------------关于云顶国际实现------------------------*/

/*------------------------云顶国际风采起头------------------------*/

.about_banner {
	width: 100%;
	height: 300px;
	background-color: #01cd88;
	background-image: url(/templates/default/public/180507css/img/about_banner_bg.png);
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: auto;
	overflow: hidden;
}

.style_content{
	padding: 0px 0 20px;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.style_content.bg_img{
	background-image: url(/templates/default/public/180507css/img/abutus-bg2.jpg);
}

.style_title{
	padding: 20px 0;
}

.style_title h3{
	font-size: 24px;
	color: #333;
}

.style_img{
	font-size: 0;
}

.style_img img{
	max-width: 100%;
}

/*------------------------云顶国际风采实现------------------------*/

/*------------------------人才招聘起头------------------------*/

.recruit_banner {
	width: 100%;
	height: 500px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#cbcbcb, endColorStr=#ffffff);
	background: -ms-linear-gradient(top, #cbcbcb, #ffffff);
	background: -moz-linear-gradient(top, #cbcbcb, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cbcbcb), to(#ffffff));
	background: -webkit-linear-gradient(top, #cbcbcb, #ffffff);
	background: -o-linear-gradient(top, #cbcbcb, #ffffff);
	position: relative;
	overflow: hidden;
}

.recruit_banner:after{
	content: '';
	width: 100%;
	height: 368px;
	background-color: #01CD88;
	background-image: url(/templates/default/public/180507css/img/about_banner_bg.png);
	background-position: center 90px;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.recruit_banner .animate {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	position: absolute;
	z-index: 998;
}

.recruit_banner .animate1 {
	left: 50%;
	bottom: 105px;
	width: 94px;
	height: 120px;
	margin-left: -230px;
	background: url(/templates/default/public/180507css/img/recruit-animate-1.png) center no-repeat;
}

.recruit_banner .animate2 {
	z-index: 999;
	left: 50%;
	bottom: 80px;
	width: 132px;
	height: 165px;
	margin-left: -80px;
	background: url(/templates/default/public/180507css/img/recruit-animate-2.png) center no-repeat;
}

.recruit_banner .animate3 {
	left: 50%;
	bottom: 105px;
	width: 94px;
	height: 120px;
	margin-left: 133px;
	background: url(/templates/default/public/180507css/img/recruit-animate-3.png) center no-repeat;
}

.recruit_banner .animate4 {
	width: 600px;
	height: 300px;
	margin-left: -300px;
	background: url(/templates/default/public/180507css/img/recruit-animate-4.png) center no-repeat;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	position: absolute;
	left: 50%;
	bottom: 132px;
	z-index: 2;
}

.recruit_left{
	position: relative;
}

.recruit_left .dl-horizontal{
	padding: 24px 0 8px;
	position: relative;
	cursor: pointer;
}

.recruit_left .dl-horizontal.navaA dt{
	color: #ef6b01;
}

.recruit_left .dl-horizontal dt{
	width: 70px;
	margin-top: -16px;
	text-align: left;
	font-size: 48px;
	color: #ccc;
	float: left;
}

.recruit_left .dl-horizontal dd{
	margin-left: 70px;
}

.recruit_left h3{
	margin-bottom: 6px;
	font-size: 14px;
	color: #333;
}

.recruit_left span{
	padding-right: 20px;
	font-size: 12px;
	color: #5c5c5c;
}

.recruit_right{
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

.recruit_right ul li{
	display: none;
}

.recruit_right h3{
	padding: 20px 0;
	font-size: 24px;
	color: #333;
}

.recruit_right .btn_throw{
	padding-top: 20px;
}

.recruit_right .btn_throw .btn-default{
	margin-right: 5px;
	color: #fff;
	border: none;
	background-color: #ef6b01;
}

.recruit_right .btn_throw .btn-default:hover{
	background-color: #ef6b01;
}

.recruit_right .btn_throw .btn-lg{
	font-size: 14px;
	border-radius: 4px;
}

.recruit_img{
	padding: 20px 0 0;
}

.recruit_img img{
	max-width: 100%;
}

/*------------------------人才招聘实现------------------------*/

/*------------------------联系云顶国际起头------------------------*/

.map_content{
	width: 100%;
	height: 340px;
	background-image: url(/templates/default/public/180507css/img/map.png);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.contact_content{
	padding: 20px 0 0;
}

.contact_info{
	padding: 0 15px;
	padding-bottom: 10px;
}

.contact_info:first-child{
	position: relative;
}

.contact_info h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: #ef6b01;
}

.contact_info h4{
	margin: 20px 0 10px;
	font-size: 20px;
	color: #333;
}

.contact_info dl,
.contact_info ul li{
	padding: 10px 0;
}

.contact_info dl dt{
	font-size: 16px;
}

.contact_info dl dd{
	margin-top: 2px;
	font-size: 14px;
	color: #333;
}

.contact_info ul li p{
	margin-top: 4px;
	font-size: 12px;
	color: #333;
}

.contact_info ul li{
	padding-left: 60px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 50px;
}

.account_gsyh{
	background-image: url(/templates/default/public/180507css/img/Bank-icon1.png);
}

.account_jsyh{
	background-image: url(/templates/default/public/180507css/img/Bank-icon2.png);
}

/*------------------------联系云顶国际实现------------------------*/

/*-------------------------脚部起头-------------------------*/

.footer_content{
	background-color: #333;
}

.footer_head_content{
	padding: 20px 0;
}

.foot_logo{
	width: 200px;
	margin: 0 auto;
}

.foot_logo img{
	width: 100%;
	height: 100%;
}

.foot_qxpp{
	width: 100%;
	margin-top: 8px;
	text-align: center;
	position: relative;
}

.foot_qxpp::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.foot_qxpp span{
	padding: 0 10px;
	font-size: 12px;
	color: #999;
	background-color: #333;
	position: relative;
	z-index: 2;
}

.foot_qxppimg{
	font-size: 0;
}

.foot_qxppimg .list-inline{
	margin-left: 0;
}

.foot_qxppimg .list-inline>li{
	width: 60px;
	height: 24px;
	padding: 0;
	margin: 10px 12px 0 0;
}

.foot_qxppimg .list-inline>li img{
	width: 100%;
	height: 100%;
}

.footer_friendlylink_content {
	padding: 12px 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}

.footer_friendlylink_content .list-inline>li a{
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

.footer_friendlylink_content .list-inline>li:first-child a{
	cursor: auto;
}

.footer_bottom{
	padding: 10px 0;
	text-align: center;
}

.footer_bottom p{
	font-size: 12px;
	color: #595959;
}

.footer_title_content{
	padding: 20px 0 6px 0;
	font-size: 16px;
	color: #ccc;
	position: relative;
}

.footer_title_content::after{
	content: '';
	width: 30px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.footer_link .list-inline{
	margin-left: 0;
	font-size: 0;
}

.footer_link .list-inline>li{
	width: 33.3333%;
	margin-top: 10px;
	padding: 0;
}

.footer_link .list-inline>li a{
	font-size: 12px;
	color: #b2b2b2;
}

.footer_address_content{
	padding: 8px 0 0 0;
}

.footer_address_content .list-inline>li{
	font-size: 16px;
	color: #b2b2b2;
	vertical-align: 16px;
}

.footer_address_content .list-inline>li img{
	width: 20px;
	height: 20px;
	vertical-align: -4px;
}

.footer_address_content p{
	font-size: 12px;
	color: #b2b2b2;
}

.footer_qrcode{
	width: 100px;
	height: 100px;
	margin-top: 20px;
	font-size: 0;
}

.footer_qrcode img{
	width: 100%;
	height: 100%;
}

/*-------------------------脚部实现-------------------------*/

@media screen and (min-width: 768px){

/*-------------------------头部起头-------------------------*/

.head_content{
	position: relative;
	/* background-color: transparent; */
}

.head_content .head_logo{
	background-image: url(/templates/default/public/180507css/img/gh-logo2.png);
}

.head_content.on.head_content.navbar-inverse{
	background-color: white;
	transition: all .5s;
}

.head_content.on .head_logo{
	background-image: url(/templates/default/public/180507css/img/gh-logo2.png);
}

.head_content.on.navbar-inverse .navbar-nav>li>a{
	color: #333;
}

.head_content.on .head_logo{
	margin-top: 10px;
	transition: all .5s;
}

.head_content.on.navbar-inverse .navbar-nav>li>a{
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .5s;
}

.head_content .head_logo{
	width: 200px;
	height: 44px;
	margin-top: 18px;
	transition: all .5s;
}

.head_content .nav>li{
	position: initial;
}

.head_content .nav>li:hover .dropdown-menu {
	display: block;
}

.head_content.navbar-inverse .navbar-nav>li>a{
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 16px;
	transition: all .5s;
}

.head_content .nav_sub>li>a{
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
}

.head_content .dropdown-menu{
	padding: 30px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.head_content .navbar-right .dropdown-menu{
	left: 0;
}

.head_content .dropdown-menu{
	border-radius: 0;
}

.navdown_content{
	padding: 30px 0;
}

.navdown_left h4,
.navdown_center h4,
.navdown_right h4{
	font-size: 14px;
	color: #808080;
}

.navdown_left .list-inline,
.navdown_right .list-inline{
	font-size: 0;
}

.navdown_left .list-inline>li,
.navdown_right .list-inline>li{
	width: 33%;
	margin-top: 20px;
}

.navdown_left .list-inline>li,
.navdown_center ul li{
	position: relative;
}

.navdown_left .list-inline>li:after,
.navdown_center ul li:after{
	content: '';
	display: table;
	clear: both;
}

.navdown_left .list-inline>li img{
	width: 20px;
	height: 20px;
}

.navdown_center ul li img{
	width: 40px;
	height: 40px;
}

.navdown_left .list-inline>li img,
.navdown_center ul li img{
	margin-right: 8px;
	float: left;
	display: block;
}

.navdown_left .list-inline>li span,
.navdown_center ul li span,
.navdown_right .list-inline>li a{
	font-size: 16px;
	color: #333;
}

.navdown_left .list-inline>li span,
.navdown_center ul li span{
	display: block;
}

.navdown_left .list-inline>li small,
.navdown_center ul li small{
	margin-left: 28px;
	font-size: 12px;
	color: #999;
	display: block;
}

.navdown_left a,
.navdown_center a,
.navdown_right a{
	text-decoration: none;
}

.navdown_center ul li{
	margin-top: 20px;
}

.navdown_left,
.navdown_center{
	min-height: 192px;
	border-right: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.navdown_center,
.navdown_right{
	padding-left: 50px;
}

/*-------------------------头部实现-------------------------*/

/*-------------------------首页起头-------------------------*/

/*--------banner--------*/

.home_banner .owl-pagination{
	bottom: 15px;
}

.home_banner.owl-theme .owl-controls .owl-page span{
	width: 60px;
}

.home_banner .owl-buttons{
	width: 100%;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

.home_banner.owl-theme .owl-controls .owl-buttons div{
	width: 44px;
	height: 80px;
	line-height: 80px;
	padding: 0;
	margin: -40px 0 0 0;
	font-size: 20px;
	border-radius: 5px;
	background: rgba(0,0,0,.2);
}

.home_banner.owl-theme .owl-controls .owl-buttons div.owl-prev{
	margin-right: 30%;
}

.home_banner.owl-theme .owl-controls .owl-buttons div.owl-next{
	margin-left: 30%;
}

/*--------公司资质--------*/

.home_aptitude_content .col-sm-2{
	width: 20%;
	padding-top: 24px;
	padding-bottom: 24px;
}

.home_aptitude_content .col-sm-2:nth-child(odd){
	background-color: #fafafa;
}

.home_aptitude_content img{
	width: auto;
	margin-top: 0;
}

.home_aptitude_content p{
	padding-left: 60px;
}

.home_aptitude_content span{
	white-space: nowrap;
}

/*--------云顶国际科技--------*/

.ghkj_content{
	padding: 78px 0;
}

/*--------产品系统--------*/

.productsystem_tab_content{
	height: 544px;
}

.productsystem_tab_content ul{
	padding: 30px 0 0 0;
}

.productsystem_tab_content ul li{
	width: auto;
	padding: 18px 0 18px 10px;
	float: none;
}

.productsystem_tab_content ul li i{
	width: 25px;
	height: 25px;
}

.productsystem_tab_txt h3{
	font-size: 18px;
}

.productsystem_tab_txt span{
	font-size: 14px;
}

.productsystem_main ul li{
	padding: 40px 0 0 50px;
}

.productsystem_describe h3{
	font-size: 26px;
}

.productsystem_describe p{
	margin-top: 16px;
	font-size: 14px;
}

.productsystem_btn a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	font-size: 14px;
}

.productsystem_img{
	height: 280px;
	line-height: 280px;
	margin-top: 30px;
	padding: 0 40px;
}











/*--------专业技术--------*/

.major_content {
	min-height: 274px;
	padding-bottom: 40px;
}

.major_title{
	padding: 58px 0 46px;
}

.major_title h2{
	font-size: 36px;
}

.major_content h3{
	margin-top: 24px;
	font-size: 22px;
}

.major_content p{
	margin-top: 10px;
	font-size: 14px;
}

/*--------云顶国际动态--------*/

.dynamic_content{
	padding: 50px 0;
}

.dynamic_content .thumbnail{
	min-height: 396px;
}

.dynamic_bigtitle{
	padding: 0 0 42px;
}

.dynamic_bigtitle h2{
	font-size: 36px;
}

/*-------------------------首页实现-------------------------*/

/*------------------------渠路合作起头------------------------*/

.recruit_content{
	padding: 70px 0;
}

.recruit_title h2{
	font-size: 36px;
}

.recruit_title p{
	margin-top: 18px;
	font-size: 20px;
}

/*--------代理支持--------*/

.recruit_support_content{
	margin-top: 44px;
}

.recruit_support_box{
	padding: 40px 0;
}

.recruit_support_box hr{
	margin: 22px auto;
}

.recruit_support_box h3{
	font-size: 30px;
}

.recruit_support_box p{
	font-size: 16px;
}

/*--------公司实力--------*/

.recruit_strength{
	padding: 0;
}

.recruit_strength .col-sm-3{
	padding-top: 60px;
	padding-bottom: 60px;
}

.recruit_strength h3{
	font-size: 48px;
}

.recruit_strength p{
	font-size: 16px;
}

/*--------代理前提--------*/

.recruit_condition_content{
	margin-top: 30px;
	padding: 78px 0;
}

.recruit_condition_content .col-sm-3{
	padding: 0 50px;
}

.recruit_condition_content h3{
	width: 43px;
	height: 43px;
	line-height: 43px;
	font-size: 22px;
	float: none;
}

.recruit_condition_content p{
	margin-top: 30px;
	padding: 0;
	font-size: 18px;
}

.recruit_condition_qq{
	padding: 10px 0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.recruit_condition_qq .col-sm-4{
	margin: 10px 0;
	padding: 0 46px;
	border-right: 1px solid #f5f5f5;
	border-bottom: none;
}

.recruit_condition_qq .col-sm-4:nth-child(3n+0){
	border-right: none;
}

/*--------填写信息--------*/

.recruit_fillin_content {
	padding-top: 40px;
}

.recruit_fillin_content button{
	padding: 16px 48px;
	margin: 30px auto 0;
}





/*------------------------渠路合作实现------------------------*/

/*------------------------新闻动态起头------------------------*/

/*--------新闻列表--------*/

.news_box{
	margin-top: 74px;
	padding: 0 15px;
}

.news_box:after{
	background-color: transparent;
}

.news_box h3{
	max-height: 48px;
	line-height: 24px;
	font-size: 20px;
}

.news_box h3:hover{
	color: #ef6b01;
}

.news_box p {
	max-height: 60px;
	line-height: 21px;
	white-space: initial;
	text-overflow: initial;
}

.news_list_img{
	width: 144px;
	height: 109px;
	margin-right: 20px;
}

/*--------新闻详情--------*/

.newsdata_content{
	padding: 110px 0;
}

.newsdata_title h3{
	line-height: 36px;
	font-size: 30px;
}

.newsdata_title ul{
	padding-top: 14px;
}

.newsdata_main{
	font-size: 16px;
}

.newsdata_page a{
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin-left: 16px;
	font-size: 24px;
}

.newsdata_share span{
	line-height: 40px;
}

.newsdata_share.bdshare-button-style0-16 a{
	width: 38px;
	height: 38px;
	margin: 0 12px 0 0;
}

.article_recommend_content{
	padding-top: 34px;
}

.article_recommend_title h3{
	font-size: 18px;
}

.article_recommend_box{
	padding: 16px 15px;
}

.article_recommend_box:after{
	background-color: transparent;
}

.article_recommend_img{
	width: 126px;
	height: 96px;
}

.article_recommend_box h3 a{
	font-size: 16px;
}

.article_recommend_box p{
	-webkit-line-clamp: 2;
}

/*------------------------新闻动态实现------------------------*/


/*------------------------关于云顶国际起头------------------------*/

.aboutus_content{
	padding: 60px 0;
}

.aboutus_content h3{
	margin-top: 26px;
	font-size: 20px;
}

.aboutus_content p{
	line-height: 26px;
	margin-top: 48px;
}

.aboutus_title{
	padding-bottom: 50px;
}

.aboutus_title h2{
	font-size: 30px;
}

.aboutus_team_box{
	padding: 0 72px;
}

#map{
	width: 100%;
	height: 660px;
}

.contactway_box .col-sm-3{
	width: 29%;
	background-color: #4ca2ff;
	position: absolute;
	top: 100px;
	right: -100px;
	z-index: 2;
}













/*------------------------关于云顶国际实现------------------------*/

/*------------------------云顶国际风采起头------------------------*/

.about_banner {
	height: 368px;
	background-position: center 110px;
}

.style_content{
	padding: 32px 0 110px;
}

.style_title{
	padding: 50px 0;
}

.style_title h3{
	font-size: 30px;
}

/*------------------------云顶国际风采实现------------------------*/

/*------------------------人才招聘起头------------------------*/

.recruit_left {
	padding-left: 50px;
}

.recruit_left .dl-horizontal{
	margin-right: 20px;
}

.recruit_right {
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px solid #f0f0f0;
}

.recruit_img{
	padding: 100px 0 30px;
}

/*------------------------人才招聘实现------------------------*/

/*------------------------联系云顶国际起头------------------------*/

.map_content{
	height: 680px;
}

.contact_content{
	padding: 80px 0;
}

.contact_info{
	padding: 0;
	padding-bottom: 20px;
}

.contact_info h3{
	margin-bottom: 20px;
	font-size: 30px;
}

.contact_info h4{
	margin: 40px 0 20px;
	font-size: 24px;
}

.contact_info dl,
.contact_info ul li{
	padding: 20px 0;
}

.contact_info dl dt{
	font-size: 18px;
}

.contact_info dl dd{
	font-size: 16px;
}

.contact_info ul li p{
	font-size: 14px;
}

.contact_info ul li{
	padding-left: 70px;
	background-size: 60px;
}

/*------------------------联系云顶国际实现------------------------*/

/*-------------------------脚部起头-------------------------*/

.footer_head_content{
	padding: 38px 0 30px;
}

.foot_logo{
	width: 100%;
	max-width: 254px;
	margin: 0;
}

.foot_qxpp{
	width: 100%;
	max-width: 254px;
}

.foot_qxppimg .list-inline>li{
	width: 80px;
	height: 32px;
}

.footer_title_content{
	padding: 0 0 12px 0;
}

.footer_link .list-inline{
	padding-top: 6px;
}

.footer_link .list-inline>li{
	width: 78px;
	margin-top: 14px;
}

.footer_address_content{
	padding: 20px 0 0 0;
}

.footer_address_content .list-inline>li{
	font-size: 26px;
	vertical-align: middle;
}

.footer_address_content .list-inline>li img{
	width: 26px;
	height: 26px;
}

.footer_address_content p{
	padding-right: 60px;
	margin-top: 14px;
}

/*-------------------------脚部实现-------------------------*/

}


@media screen and (min-width: 920px){
	
}

@media screen and (min-width: 992px){
	
}<!--耗时1784917438.0167秒-->