* {
	margin: 0px;
	padding: 0px;
	outline: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #333333;
	font-size: 14px;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
	height: 100%;
	border: none;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*首页 */

/*头部*/

.header {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100px;
}

.main {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

.logo {
	width: 350px;
	height: 50px;
	margin: 25px 0px;
}

/*右侧*/
.header .navs {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 800px;
	height: 100%;
	line-height: 100px;
	display: block;
}

/*.header .nav{float:left;}*/
.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
}

.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 5px;
	background: #0A66D5;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
	width: 100%;
}

.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 15px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
	font-size: 14px;
}

/*.header .navbar_nav li.on{border-bottom:2px solid #0967D8;}*/
.header .navbar_nav li.on a {
	color: #0967D8;
}

.header .navbar_nav li:hover a {
	color: #0967D8;
}

.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}

.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	/*top:50px;*/
	background: #CDD5E2;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	left: -25%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	/*padding: 0 10px;*/
	padding-top: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #CDD5E2;
	border-radius: 2px;
	overflow: hidden;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
	;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-top: 10px solid transparent;
	background-color: transparent;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	width: 120px;
	color: #666;
	border-bottom: 2px solid #fff;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:last-child{
	width:120px;
	color: #666;
	border-bottom: none;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #0967D8;
	background: #E0E3EC;
}

#slideBox .bnt {
	position: absolute;
	top: 50%;
	z-index: 3;
}

#slideBox .bnt:hover {}

#slideBox .prev {
	position: absolute;
	left: 155px;
	top: 45%;
}

#slideBox .next {
	position: absolute;
	right: 155px;
	top: 45%;
}

#slideBox:hover .prev {
	left: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#slideBox:hover .next {
	right: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

#slideBox>a {
	opacity: 0;
	border: 0;
}

/*.header .navbar_nav li.dropdown:hover .dropdown_menu a:nth-child(last){border-top: 2px solid red;}*/
.nav_other {
	width: 180px;
	height: 100%;
}

.language {
	width: 100%;
	height: 50px;
}

.language_icon {
	width: 16px;
	height: 16px;
	margin-top: -10px;
	margin-left: 5px;
}

.language_icon img {
	width: 100%;
	height: 100%;
}

.language_title {
	line-height: 73px;
	padding: 0 13px;
	font-size: 13px;
}

.tel {
	width: 100%;
	height: 50px;
	line-height: 40px;
}

.tel_icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-top: 4px;
}

.tel span {
	text-indent: 10px;
}

.tel_icon img {
	width: 100%;
	height: 100%
}

/* banner */
.slideBox {
	width: 100%;
	height: 700px;
	position: relative;
	margin: 0;
	padding: 0;
}

.slideBox .hhd {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.slideBox .hd {
	height: 20px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	display: table;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 30px;
	width: 20px;
	height: 4px;
	border-radius: 50px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

.slideBox .hd ul li.on {
	width: 40px;
	height: 4px;
	border-radius: 50px;
	background: #0B66D8;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	transition: all 0.5s ease 0s;
}

.slideBox .bd img {
	width: 100%;
	height: 700px;
	display: block;
}

/*产品中心*/
.projuct {
	width: 100%;
	/*height: 820px;*/
}

.projuct_content {
	width: 1600px;
	/*height: 680px;*/
	margin: 60px auto;
}

.title {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
}

.word {
	width: 310px;
	height: 50px;
	margin: 0px auto;
}

.line {
	width: 60px;
	margin-top: 25px;
	border-bottom: 2px solid #808080
}

.title_desc {
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #808080;
	font-weight: bold;
}

.projuct_one {
	width: 1200px;
	height: 600px;
	margin: 0px auto;
}

.pd {
	width: 100%;
	margin: 20px auto;
}

.pd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	display: table;
}

.pd ul li {
	float: left;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.pd ul li.on {
	background-color: #0967D8;
	color: #fff;
	border-radius: 50px;
}

.nd {
	width: 1200px;
	height: 380px;
	margin: 60px auto;
}

.nd ul li {
	width: 387px;
	float: left;
	margin: 6px;
}

.nd ul a li:hover {
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(135deg, #fff, #fff), linear-gradient(135deg, #D6D6D6, #D6D6D6);
	box-shadow: 0px 0px 30px 10px #CCC;

}

.projuct_img {
	width: 348px;
	height: 272px;
	margin: 20px auto;
}

.projuct_title {
	width: 348px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.more {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 50px;
}

.projuct_more {
	width: 130px;
	height: 48px;
	margin: 0px auto;
	color: #80807E;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #4B4B4B;
}

.projuct_more a:hover {
	width: 130px;
	height: 48px;
	display: block;
	background-color: #0967D8;
	color: #fff;
	border-radius: 10px;
}

/*品质*/
.quality {
	width: 100%;
	height: 700px;
	background: url('../images/quality.jpg') center top no-repeat;
}

.quality_one {
	width: 800px;
	height: 60px;
	margin: 0px auto;
	padding-top: 220px;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	color: #FFF;
	line-height: 50px;
}

.quality_two {
	width: 480px;
	height: 132px;
	margin: 0px auto;
	margin-top: 70px;
}

.quality_word {
	width: 132px;
	height: 132px;
	float: left;
	margin: 0px 14px;
	background-color: #fff;
	border-radius: 5px;
}

.demo1{
   width:132px;height:132px;float:left;margin:0px 14px;background-color:#fff;border-radius: 5px;
   line-height: 200px;
   text-align: center;
}
.demo1:hover{
   background-color:#1971DF;
    color:#fff;
}
.demo1 a:link{
   width:132px;height:132px;float:left;background-color:#fff;border-radius: 5px;
   background:url('../images/quality01.png') center 30px  no-repeat;
}

.demo1 a:hover{
   width:132px;height:132px;float:left;background-color:#1971DF;border-radius: 5px;
   background:url('../images/quality012.png') center 30px no-repeat;
   color:#fff;
}
.demo2{
   width:132px;height:132px;float:left;margin:0px 14px;border-radius: 5px;
   line-height: 200px;
   text-align: center;
    background-color:#1971DF;
    color:#fff;
}
.demo2:hover{
   background-color:#fff;
   color:#333;
}
.demo2 a:link{
   width:132px;height:132px;float:left;background-color:#1971DF;border-radius: 5px;
   background:url('../images/quality02.png') center 30px  no-repeat;
}

.demo2 a:hover{
   width:132px;height:132px;float:left;background-color:#fff;border-radius: 5px;
   background:url('../images/quality022.png') center 30px no-repeat;

}
.demo3{
   width:132px;height:132px;float:left;margin:0px 14px;background-color:#fff;border-radius: 5px;
   line-height: 200px;
   text-align: center;
}
.demo3:hover{
   background-color:#1971DF;
    color:#fff;
}
.demo3 a:link{
   width:132px;height:132px;float:left;background-color:#fff;border-radius: 5px;
   background:url('../images/quality03.png') center 30px  no-repeat;
}

.demo3 a:hover{
   width:132px;height:132px;float:left;background-color:#1971DF;border-radius: 5px;
   background:url('../images/quality032.png') center 30px no-repeat;
   color:#fff;
}
/*新闻*/
.news {
	width: 100%;
	height: auto;
}

.news_content {
	width: 1200px;
	height: auto;
	margin: 60px auto;
}

.news_one {
	width: 1200px;
	height: auto;
}

.xd {
	width: 100%;
	margin: 20px auto;
}

.xd ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	display: table;
}

.xd ul li {
	float: left;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.xd ul li.on {
	background-color: #0967D8;
	color: #fff;
	border-radius: 50px;
}

.wd {
	width: 1200px;
	height: auto;
	margin: 0px auto;
}

.wd ul li {
	width: 1200px;
	height: 275px;
	border-bottom: 1px solid #F2F2F2;
}

.wd ul a li:hover {
	box-shadow: 0px 0px 30px 10px #CCC;
}

.news_img {
	width: 332px;
	height: 194px;
	float: left;
	margin: 40px;
}

.news_img img {
	width: 100%;
	height: 100%;
}

.news_other {
	width: 780px;
	height: 194px;
	float: right;
	margin-top: 40px;
}

.news_other_one {
	width: 99%;
	height: 20px;
	margin: 20px auto;
}

.newstitle {
	color: #4C4C4C;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.news_other_two {
	width: 99%;
	height: 20px;
	margin-top: 20px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_other_three {
	width: 85px;
	height: 35px;
	color: #808080;
	border: 1px solid #808080;
	margin-top: 30px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
}

.more2 {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 0px;
}

.news_more {
	width: 130px;
	height: 48px;
	margin: 40px auto;
	color: #80807E;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #4B4B4B;
}

.news_more a:hover {
	width: 130px;
	height: 48px;
	display: block;
	background-color: #0967D8;
	color: #fff;
	border-radius: 10px;
}

/*关于我们*/
.about {
	width: 100%;
	height: 700px;
	background: url('../images/about.jpg') center center no-repeat;
	margin-top: 140px;
}

.about_content {
	width: 1200px;
	height: 355px;
	margin: 0px auto;
	padding-top: 190px;
}

.about_one {
	width: 700px;
	height: 100%;
}

.about_two {
	width: 450px;
	height: 356px;
}

.about_two img {
	width: 100%;
	height: 100%;
}

.about_one_title {
	color: #FFF;
}

.about_one_desc {
	margin: 20px auto;
	line-height: 25px;
	font-size: 15px;
	color: #FFF;
}

.about_one_other {
	width: 100%;
	height: 55px;
}

.about_one_other ul li {
	width: 190px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #fff;
	float: left;
	margin-right: 38px;
	border-radius: 5px;
	color: #0A65D7;
	font-size: 15px;
}

.about_one_other ul a li:hover {
	width: 190px;
	height: 55px;
	background-color: #0967D8;
	color: #FFF;
	border-radius: 5px;
}

/*人力资源*/
.resource {
	width: 1200px;
	height: 580px;
	margin: 0px auto
}

.resource_content {
	width: 1000px;
	height: 500px;
	margin: 0px auto;
	padding-top: 65px;
}

.resource_one {
	width: 100%;
	height: 276px;
	margin: 0px auto;
	margin-top: 40px;
}

.resource_img {
	width: 462px;
	height: 276px;
}

.resource_img img {
	width: 100%;
	height: 100%;
}

.resource_other {
	width: 460px;
	height: 100%;
}

.resource_other_title {
	width: 100%;
	font-size: 20px;
	color: #0967D8;
	line-height: 30px;
}

.resource_other_desc {
	width: 100%;
	margin: 25px auto;
}

.resource_other_desc p {
	width: 100%;
	line-height: 30px;
	color: #818181;
	font-size: 16px;
}

.resource_other_gh {
	width: 190px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #0967D8;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

.resource_other_gh2 {
	width: 190px;
	height: 52px;
	margin-left: 38px;
	line-height: 52px;
	text-align: center;
	background-color: #0967D8;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}

/*底部*/
.bottom {
	width: 100%;
	height: 395px;
	background-color: #1E2432;
	float: left;
}

.bottom_con {
	width: 1200px;
	height: 260px;
	margin: 0px auto;
	padding-top: 50px;
}

.bottom_one {
	width: 310px;
	height: 100%;
}

.bottom_one_title {
	width:100%;
	line-height: 50px;
	color:#FFF;
	font-size:18px;
	margin-bottom:30px;
	background:url('../images/line.jpg') left bottom no-repeat;
}

.bootom_line {
	width: 70px;
	border: 1px solid #FFF;
}

.bottom_one p {
	float: left;
	line-height: 30px;
	color: #FFF;
}

.bottom_two {
	width: 146px;
	height: 190px;
	margin-left: 20px;
}

.ewm {
	width: 146px;
	height: 146px;
}

.ewm img {
	width: 100%;
	height: 100%;
}

.ewm_title {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFF;
}

.cooperation {
	width: 605px;
	height: 210px;
}

.copy {
	width: 100%;
	height: 85px;
	color: #FFF;
	text-align: center;
	line-height: 90px;
	border-top: 1px solid #272D3D;
}

.shuru {
	width: 168px;
	height: 40px;
	margin-right: 44px;
	color: #333333;
	font-size: 14px;
	text-indent: 5px;
}

.shuru2 {
	width: 168px;
	height: 40px;
	color: #333333;
	font-size: 14px;
	text-indent: 5px;
}

.duoshuru {
	width: 600px;
	height: 85px;
	margin-top: 20px;
	color: #333333;
	text-indent: 5px;
	line-height: 35px;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	top: 0px;
	border: none;
	border: 1px solid #8F9299;
}

.shouji {
	background: url(../images/shouji.png)0px 8px no-repeat;
	text-indent: 20px;
	background-size: 14px 14px;
}

.email {
	background: url(../images/email.png)0px 8px no-repeat;
	text-indent: 20px;
	background-size: 14px 14px;
}

.wangzhi {
	background: url(../images/wangzhi.png)0px 8px no-repeat;
	text-indent: 20px;
	background-size: 14px 14px;
}

.dizhi {
	background: url(../images/dizhi.png)0px 8px no-repeat;
	text-indent: 20px;
	background-size: 14px 14px;
}

.refer {
	width: 105px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #0967D8;
	border: none;
	position: relative;
	top: -40px;
	left: 500px;
}

/*产品中心*/
.projuct_banner {
	width: 100%;
	height: 300px;
}

.projuct_module {
	width: 100%;
	margin-top: 25px;
}

.projuct_module_column {
	width: 100%;
	height: 75px;
	box-shadow: 0px 5px 3px #F2F2F2;
}

.projuct_module_column ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	display: table;
}

.projuct_module_column ul li {
	float: left;
	line-height: 55px;
	padding: 0px 40px;
	font-size: 18px;
}

.projuct_module_column ul li.on {
	color: #0F66DA;
}

.projuct_module_column2 {
	width: 100%;
	height: 75px;
	margin: 20px auto;
}

.projuct_module_column2 ul {
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	display: table;
}

.projuct_module_column2 ul li {
	float: left;
	line-height: 75px;
	padding: 0px 40px;
	font-size: 18px;
}

.projuct_module_column2 ul li.on {
	color: #0F66DA;
}

.projuct_module_con {
	width: 1200px;
	height: auto;
	margin: 35px auto;
}

.projuct_module_con ul li {
	width: 387px;
	float: left;
	margin: 6px;
}

.projuct_module_con ul a li:hover {
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: linear-gradient(135deg, #fff, #fff), linear-gradient(135deg, #D6D6D6, #D6D6D6);
	box-shadow: 0px 0px 30px 10px #CCC;
}

.page_w {
	width: 100%;
	/*height: 140px;*/
	float: left;
}

.page {
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

.pagination {
	height: 60px;
}

.page ul li span {
	width: 56px;
	height: 56px;
	float: left;
	line-height: 56px;
	font-size: 15px;
	text-align: center;
}

.page ul li {
	width: 56px;
	height: 56px;
	float: left;
	line-height: 56px;
	font-size: 15px;
	text-align: center;
	margin: 20px 10px;
	border: 1px solid #ccc;
}

.page ul li.active {
	background-color: #0967D8;
	color: #FFF;
	line-height: 56px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #F3DFDC;
}

.sxy,
.sz {
	display: block;
	background-color: #FFF;
	height: 56px;
	float: left;
	line-height: 56px;
	border: 1px solid #DCDCDC;
	text-align: center;
	margin: 20px 10px;
	font-size: 15px;
}

.sxy {
	width: 79px;
}

.sz {
	width: 56px;
	font-weight: bolder;
}

span.sz,
.page a:hover {
 	width:100%;
    height:100%;
    background-color: #0967D8;
    color: #FFF;
    display: block;
}

.claer {
	clear: both;
}

/*产品中心详情*/
.projuct_details_con {
	/* width:1600px; */
	height: auto;
	margin: 35px auto;
}

.projuct_details_con {
	/* width:1600px; */
	height: auto;
	margin: 35px auto;
}

.projuct_details_title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	margin: 30px auto;
}


@media (min-width: 768px) {
  .projuct_details {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .projuct_details {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .projuct_details {
    width: 1170px;
  }
}

.projuct_details {
	margin: 30px auto;
}

.projuct_details p {
	font-size: 20px;
	line-height: 40px;
}

.projuct_details p img {
	max-width: 55%;
	height:auto;
	width:auto;
}

.projuct_details_video_title {
	font-size: 30px;
	text-align: center;
	margin: 30px auto;
}

.projuct_details_video {
	width: 618px;
	height: 412px;
	margin: 0px auto;
	margin-bottom: 100px;
}

.projuct_details_video img {
	width: 100%;
	height: 100%;
}

/*新闻列表*/
.news_module {
	width: 1200px;
	margin: 40px auto;
}

.news_module ul li {
	width: 1200px;
	height: 275px;
	float: left;
	/*border-bottom: 1px solid #F2F2F2;*/
}

.news_module ul a li:hover {
	box-shadow: 0px 0px 30px 10px #CCC;
}

/*新闻详情*/
.news_details_title {
	width: 100%;
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #F2F2F2;
}

.news_details_word {
	width: 100%;
	margin: 30px auto;
}

.news_details_word p {
	width: 100%;
	line-height: 35px;
	font-size: 15px;
}

.news_details_other {
	width: 100%;
	/*height: 100px;*/
	margin: 80px auto;
}

.page_turn {
	width: 1000px;
}

.page_turn ul li {
	height: 35px;
	line-height: 60px;
	font-size: 15px;
}

.page_turn ul li.on {
	color: #0967D9;
}

.share {
	height: 100px;
	line-height: 100px;
	font-size: 15px;
}

.share_title {
	line-height: 110px;
}

.share_icon {
	width: 40px;
	height: 40px;
	margin: 20px 0px 20px 15px;
}

.share_icon img {
	width: 100%;
	height: 100%;
}

/*技术支持*/
.support {
	width: 1200px;
	margin: 0px auto;
}

.support ul li {
	width: 45%;
	height: 270px;
	float: left;
	margin-top: 60px;
}

.support ul a li:hover {
	box-shadow: 0px 0px 30px 10px #CCC;
}

.support_one {
	width: 92%;
	height: 20px;
	line-height: 20px;
	margin: 30px auto;
}

.support_title {
	height: 20px;
	color: #0967D8;
	font-size: 17px;
	border-left: 4px solid #0C68CF;
	text-indent: 10px;
}

.support_time {
	color: #898989;
}

.support_desc {
	width: 92%;
	line-height: 30px;
	margin: 10px auto;
	font-size: 16px;
}

.support_two {
	width: 92%;
	line-height: 30px;
	margin: 0px auto;
}

.support_more {
	color: #929292;
	font-size: 14px;
}

.hh {
	width: 100%;
	height: 60px;
	float: left;
}

.about_img {
	width: 700px;
	margin: 50px auto;
}

.honor {
	/*width: 1580px;*/
	margin: 0px auto;
}

.honor ul li {
	width: 470px;
	/*height: 298px;*/
	border: 1px solid #E6E6E6;
	float: left;
	margin-left: 28px;
	margin-top: 50px;
}

.release ul li {
	width: 100%;
	height: 350px;
	float: left;
}

.hh2 {
	width: 100%;
	height: 60px;
	margin: 0px auto;
}

.release_one {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	font-weight: bold;
	background-color: #EFF6FC;
	border-left: 4px solid #0967D9;
	font-size: 17px;
}

.release_two {
	margin: 30px auto;
}

.release_two p {
	line-height: 35px;
}

.service {
	width: 1200px;
	height: 430px;
	margin: 120px auto;
}

.service_one {
	width: 500px;
	height: 100%;
	box-shadow: 0px 0px 30px 10px #CCC;
}

.service_title {
	font-size: 20px;
	color: #0A66D3;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 30px;
}

.service_one p {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #848484;
}

.service_two {
	width: 650px;
	height: 422px;
}

.share_one {
	line-height: 85px;
}
