@charset "UTF-8";
/*初始化*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
input{
	outline: none;
	border: none;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
i{
	font-style: normal;
}
html{
	color: #333333;
}
body{
	line-height: normal;
}
.wrap{
	width: 100%;
	height: auto;
}
/* 顶部 */
.topHead{
	width: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #dbdbdb;
	padding: 5px 0;
}
.topHeadCon{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.topHeadCen ul{
	display: flex;
}
.topHeadCen ul li{
	padding: 0 10px;
	border-right: 1px solid #ced8e8;
}
.topHeadCen ul li span{
	color: #ff0000;
}
.topHeadRight ul{
	display: flex;
	border-left: 1px solid #ced8e8;
}
.topHeadRight ul li{
	padding: 0 10px;
	border-right: 1px solid #ced8e8;
}
.topHeadRight ul li.topHeadRightActive{
	color: #990000;
}
/* logo */
.logoHead{
	width: 100%;
	margin: 20px 0;
}
.logoHeadCon{
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
}
.logoImg{
	display: flex;
}
.logoImg img{
	width: 199px;
	height: 68px;
	margin-right: 20px;
}
.logoImgText{
	border-left: 1px solid #ced8e8;
	padding-left: 20px;
	margin-top: 25px;
}
.logoConsulting{
	display: flex;
	align-items: center;
}
.logoConsulting img{
	height: 55px;
	margin-right: 10px;
}
.logoConsultingText span{
	font-size: 18px;
}
.logoConsultingText p{
	font-size: 22px;
	color: #f05163;
	font-weight: bold;
	font-style: oblique;
}
/* 头部导航 */
.headNav{
	width: 100%;
	background-color: #000000;
}
.headNavCon{
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
}
.headNavCon ul{
	width: 100%;
	display: flex;
}
.headNavCon ul li{
	padding: 15px 25px;
	color: #b9bcba;
}
.headNavCon ul li.headNavActive{
	color: #fff;
	background-color: #424242;
}
.headNavCon ul li:hover{
	color: #fff;
	background-color: #424242;
}
/* banner */
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.bannerContent{
	width: 100%;
}
.bannerCon{
	width: 1200px;
	margin: 0 auto;
	height: 276px;
	background: url('../images/server.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: -134px;
	position: relative;
}
.freeText{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 12px;
}
.freeListText{
	width: 100%;
	margin-top: 100px;
}
.freeListText ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.freeListText ul li{
	width: 20%;
	text-align: center;
}
.freeListText ul li span{
	font-size: 20px;
}
.freeListText ul li p{
	font-size: 14px;
	color: #999;
	margin-top: 25px;
}
/* 公众号问题 */
.officialAccount{
	width: 100%;
}
.officialAccount img{
	width: 100%;
}
/* 深耕能源产业 */
.deepEnergy{
	width: 100%;
	height: 702px;
	background: url('../images/sgnycy.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.deepEnergyCon{
	width: 1270px;
	margin: 0 auto;
	padding-top: 75px;
}
.deepEnergyTit{
	width: 100%;
	text-align: center;
}
.deepEnergyTit h3{
	font-size: 38px;
}
.deepEnergyTit p{
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}
.deepEnergyList{
	width: 100%;
	margin-top: 155px;
}
.deepEnergyList ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.deepEnergyList ul li{
	width: 33%;
}
.deepEnergyList ul li:nth-child(2){
	width: 31%;
}
.deepEnergyList ul li h3{
	font-size: 22px;
	text-align: center;
	padding-left: 10px;
}
.deepEnergyList ul li:nth-child(2) h3,
.deepEnergyList ul li:nth-child(3) h3{
	padding-left: 15px;
}
.deepEnergyList ul li:nth-child(2) .deepEnergyListText{
	padding-left: 30px;
}
.deepEnergyList ul li:nth-child(3) .deepEnergyListText{
	padding-left: 20px;
}
.deepEnergyList ul li .deepEnergyListText{
	width: 100%;
	font-size: 14px;
	padding-left: 25px;
	margin-top: 25px;
}
.deepEnergyListText p{
	margin-top: 15px;
}
.deepEnergyListText p span{
	color: #ff0000;
}
.deepEnergyListText p.pWrap{
	line-height: 28px;
}
/* 新媒服务优势 */
.newMedia{
	width: 100%;
	padding-bottom: 120px;
}
.newMediaCon{
	width: 1200px;
	margin: 0 auto;
}
.newMediaTit{
	width: 100%;
}
.newMediaTit img{
	width: 100%;
}
.newMediaList{
	width: 100%;
	margin-top: 30px;
}
.newMediaList ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newMediaList ul li{
	width: 30%;
	text-align: center;
	margin-bottom: 50px;
}
.newMediaList ul li img{}
.newMediaList ul li h3{
	font-size: 22px;
	font-weight: normal;
	margin-top: 15px;
}
.newMediaList ul li p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin-top: 5px;
}
/* 公众号服务团队 */
.accountService{
	width: 100%;
	height: 744px;
	background: url('../images/gzhfwtd.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 120px;
}
.accountServiceCon{
	width: 1300px;
	margin: 0 auto;
}
.accountServiceTit{
	width: 100%;
	text-align: center;
	color: #fff;
	padding-left: 75px;
}
.accountServiceList{
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}
.accountServiceEve{
	width: 24%;
	background-color: #fff;
	border-radius: 3px;
}
.accountServiceEveHead{
	width: 100%;
	height: 225px;
	background: url('../images/bjs.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 30px 0 10px 0;
}
.accountServiceEveImg{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 9px solid rgba(238, 238, 238, 0.5);
	border-radius: 50%;
	position: relative;
}
.accountServiceEveImg img{
	width: 132px;
	height: 132px;
	border-radius: 50%;
}
.accountServiceEveImg span{
	display: inline-block;
	background-color: #ff8503;
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	position: absolute;
	top: 15px;
	left: -40px;
}
.accountServiceEveHead p{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.accountServiceEveText{
	width: 100%;
	padding: 20px 15px;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	color: #666;
}
.accountServiceEveText p{
	line-height: 24px;
	margin-bottom: 10px;
}
.accountServiceEveText p:first-child{
	height: 120px;
}
.accountServiceEveText p:last-child{
	margin-bottom: 0;
}
.accountServiceEveText p i{
	color: #565656;
	font-weight: bold;
}
.accountServiceEveText li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.accountServiceEveText li span{
	display: inline-block;
	width: 15px;
	height: 1px;
	background-color: #ccc;
	margin-right: 2px;
}
.onlineSeekAdvice{
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}
.onlineSeekAdvice p{
	width: 90%;
	margin: 0 auto;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background-color: #ff8503;
	border-radius: 4px;
}
/* 微信服务流程 */
.weChatService{
	width: 100%;
	background-color: #EFEFF1;
	padding: 80px 0;
}
.weChatServiceCon{
	width: 1200px;
	margin: 0 auto;
}
.weChatServiceTit{
	width: 100%;
	text-align: center;
}
.weChatServiceTit h3{
	font-size: 38px;
	color: #211f1f;
	font-weight: normal;
}
.weChatServiceTit p{
	color: #999;
	margin-top: 6px;
}
.weChatServiceTit li{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.weChatServiceTit li span{
	display: inline-block;
	width: 10px;
	height: 1px;
	background-color: #ccc;
	margin-right: 2px;
}
.weChatServiceList{
	width: 100%;
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.weChatServiceEve{
	width: 17%;
	text-align: center;
}
.weChatServiceEve img{
	/* border-radius: 10%; */
}
.weChatServiceEve h3{
	font-size: 18px;
	margin-top: 20px;
}
.weChatServiceEve p{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
.contactContact{
	width: 100%;
	margin-top: 70px;
}
.contactContact p{
	width: 210px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	background-image: linear-gradient(to right, #fe5443, #ff365f);
	box-shadow: 0 10px 10px #FEDDE3;
}
/* 底部 */
.foot{
	height: auto;
	background-color: #333333;
	padding: 25px 0;
}
.footCon{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
}
.footer_nav ul li{
	list-style: none;
	width: 100px;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.footer_nav ul li:last-child{
	border-right: none;
}
.footer_nav ul li a{
	text-decoration: none;
	color: #e6e6e6;
}
.footer_nav ul li a:hover{
	text-decoration: underline;
	color: #15926C;
}
.footer_text{
	color: #e6e6e6;
	text-align: center;
}
.footer_text p{
	margin-top: 15px;
}
.footer_text p a{
	text-decoration: none;
	color: #e6e6e6;
}
.footer_text p a:hover{
	text-decoration: underline;
}













































