a{transition:transform 0.5s ease-in 0s;}/*a链接滑过-过渡效果*/
ol,ul,li {list-style:none;}


/*start通用css*/
body {
	font-family:Arial,Helvetica, sans-serif; 
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #535353; background-color:#fff !important;
	text-decoration: none;
	line-height: 24px;
}
div,h1,h2,h3,h4,p,form,label,input,textarea,img,span,ul,li,a,dd,dl,dt{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, ol, li {
	list-style: none;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #535353;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:focus {
	/*去掉a标签点击后的虚线框*/
outline:none;
-moz-outline:none;
}
.tr_blank {
	height: 10px;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.tr_blank20{	height: 20px;
	width: 100%;
	clear: both;
	overflow: hidden;}
.tr_blank40{	height: 40px;
	width: 100%;
	clear: both;
	overflow: hidden;}
.tr_blank60{	height: 60px;
	width: 100%;
	clear: both;
	overflow: hidden;}
.fl {
	float: left;
}
.fr {
	float: right;
}	
.txt_white{ color:#fff !important;}
.pd15{ padding-left:15px!important; padding-right:15px!important;}

/**网站主颜色**/
:root{--primary-color:#1369C0;}
.main_color{color:var(--primary-color);}
.main_colorbg{background-color:var(--primary-color);}
/**网站主颜色END**/

/*end通用css*/

/*导航-大屏幕不要置顶fixed-top*/
.navbar-fixed-top{   position: absolute;}
/*小屏幕*/
@media screen and (max-width: 768px) {
.navbar-fixed-top{   position: fixed;}
}

/*no_show小屏幕不出现*/
@media screen and (max-width: 768px) {.no_show {display: none !important;}}
@media screen and (max-width: 480px) {.no_show {display: none !important;}}


/*phone_show只出现在手机端*/
.phone_show {display: none !important;}
/*小屏幕*/
@media screen and (max-width: 768px) {.phone_show {display: block !important;}}

/*产品图滑过变大*/
.img_big img {
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.img_big:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-transform: scale(1.3)
}
.img_big:hover img{
	opacity: 1;
}
/*产品图滑过出现阴影*/

.img_shadow img{
	cursor: pointer;
}
.img_shadow:hover img{
	-webkit-box-shadow: 0px 0px 10px #787878;
	-moz-box-shadow: 0px 0px 10px #787878;
	background: #f9f9f9;
	opacity: 1;
}
/*产品图阴影*/

.img_picshadow img{
	-webkit-box-shadow: 0px 0px 10px #787878;
	-moz-box-shadow: 0px 0px 10px #787878;
	background: #f9f9f9;
	opacity: 1;
}

/*-----------图片滑过向上移动start----------*/

.img_topmove img{

 -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.img_topmove:hover img{
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

/*图片翻转*/


/*-----------图片旋转start----------*/

.img_turn img{
      display: block;
      margin: 0 auto;

      -webkit-transition: -webkit-transform 0.8s ease-out;
      -moz-transition: -moz-transform 0.8s ease-out;
      -o-transition: -o-transform 0.8s ease-out;
      -ms-transition: -ms-transform 0.8s ease-out;
}
.img_turn:hover img {
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      -o-transform: rotateZ(360deg);
      -ms-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
}



/*-----------图片旋转end----------*/

.index_title {
	clear: both;
	text-align: center;
	padding:40px 20px; 
}

.index_title h3 {
	color: #0484cd;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.index_title p {
	color: #666666;
	font-size: 14px;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.index_title{padding:40px 20px; }
	.index_title h3{ font-size:22px;}
}


.inner_maintitle{
	width: 100%;
	clear: both;
	height: auto; padding:40px 0px; padding-bottom:20px;
	overflow: hidden; text-align:left;
}
.inner_maintitle p{ clear:both;font-size:50px; line-height: 54px; color:#666;display:block; font-weight: normal; }
.inner_maintitle img{ margin-left:0px;vertical-align:top; max-width:100%; clear:right;	}
.inner_maintitle a{
	font-size: 26px;color: #666;
	
	line-height: 50px;
margin-left:3px;
	margin-right: 20px; 
	display:block; clear:both;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.inner_maintitle { padding-top:20px;}
	.inner_maintitle p{font-size:30px; line-height: 40px;}
	.inner_maintitle a {font-size: 18px;line-height:30px;margin-bottom:0px;}
	.inner_maintitle img { margin-left:-5px;}
}
/*-----------页面横幅----------*/
	.inner_banner{ width:100%; 	height: 400px;	background-color: #F5F5F5;
clear:both; 
}
/*小屏幕*/
@media screen and (max-width: 768px) {
	.inner_banner{ width:100%; height:130px;background-size:auto 100% !important; }
}
.case_banner{
	background-image: url(../inner_banner/case_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.fangan_banner{
	background-image: url(../inner_banner/fangan_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;

}
.tuiguang_banner{
	background-image: url(../inner_banner/tuiguang_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;

}
.contact_banner{
	background-image: url(../inner_banner/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px; 
	height:180px !important;
}
.news_banner{
	background-image: url(../inner_banner/news_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.news_banner a{
display:block;
width:100%;height:100%;clear:both;
}
.news_banner a:hover{
text-decoration:none;
}
.area_banner{
		background-image: url(../inner_banner/area_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.area_banner a{
display:block;
width:100%;height:100%;clear:both;
}

.taocan_banner{
	background-image: url(../inner_banner/taocan_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.html5_banner{
	background-image: url(../inner_banner/html5_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.about_banner{
	background-image: url(../inner_banner/about_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.app_banner{
	background-image: url(../inner_banner/app_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.market_banner{
	background-image: url(../inner_banner/market_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.appkaifa_banner{
	background-image: url(../inner_banner/appkaifa_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.tuiguang_banner{
	background-image: url(../inner_banner/tuiguang_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.domain_banner{
	background-image: url(../inner_banner/domain_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.domain_banner a{ display:block;	width:100%;height:100%;clear:both;}
.mail_banner{
	background-image: url(../inner_banner/mail_banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.mail_banner a{ display:block;	width:100%;height:100%;clear:both;
	
	} 

/*-----------页面横幅----------*/
/*-----------顶部链接----------*/
#sub_menu {
	float: right;
	height: 30px;
	margin-top: 8px;
	width: 100%;
	margin-right: 8px;
}
#sub_menu li {
	height: 14px;
	text-align: center;
	float: left;
	color: #f1f1f1;
	line-height: 14px;
	border-right: 1px solid #CCC;
}
#sub_menu li a {
	color: #f1f1f1;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 8px;
}
#sub_menu li a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.top_welcome a{ font-size:12px;}

.link_all{ width:100%; clear:both;}
.link_all a{ display:block; float:left; margin:10px 10px; padding:10px 20px; background-color:#eee;}

/*-----------首页案例----------*/
#index_case {
	text-align: center;
	clear: both;
	overflow: hidden;
	width: 100%;
	background-color: #F8F8F8;
	background-image: url(../images/index_case_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 40px;
}
#index_case ul {
	width: 990px;
	margin: auto;
}
#index_case h3 {
	text-align: left;
	width: 990px;
	margin: auto;
	margin-top: 25px;
	font-size: 24px;
	line-height: 30px;
	color: #0484CD;
	height: 30px;
	text-indent: 20px;
	overflow:hidden;
}
#index_case h3 a {
	float: right;
	font-size: 16px;
	color: #0484CD;
	padding-right: 20px;
	text-decoration: underline;
	line-height: 40px;
}

#index_case li {
	float: left;
	width: 200px;
	height: 420px;
	text-align: center;
	background-image: url(../images/index_casebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	overflow: hidden;
	margin-top: 20px;
	padding-right: 23px;
	padding-left: 24px;
}
#index_case li img {
	width: 200px;
	height: 320px;
	display: block;
	clear: both;
}
#index_case li a {
	clear: both;
	display: block;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	color: #0484CD;
	margin: auto;
	width: 200px;
}

#pic_banner{ width:100%; text-align:center; padding:40px 0px;}
#pic_banner img{ max-width:100%;}
.pic_banner1{}

.inner_about{
	clear: both;
}
.inner_about img{ max-width:100% !important;}


/***方案***/
.fangan_class{
	margin: auto;
	width: 100%;
	clear:both;
}
.fangan_class li {
	float: left;
	margin-left:5px; margin-right:5px;
		height: 40px;
}
.fangan_class li a{
	color: #333;
	padding: 5px 10px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #e1e1e1;
}
.fangan_class li a.fanganlink{ color: #FFF;background-color:#047ECB;}
.fangan_class li a:hover{ color: #FFF;background-color:#047ECB;}

#inner_fanganlist {
	width:100%;
	text-align: center;
	padding-top: 10px;	clear:both;
}
#inner_fanganlist li{ margin-top:10px;
	text-align: right;
	line-height: 48px;

	background-image: url(../images/v_line.gif);
	background-repeat: repeat-x;
	background-position: left 140px;
	color: #CCCCCC;
	font-size: 11px;
}
#inner_fanganlist li a.fangan_link{
	text-decoration: none;
	line-height: 48px;
	overflow:hidden;
	display: block;
	float: left;
	padding-left: 15px;
	width: auto;
	text-align: left;
	background-image: url(../images/ico1.gif);
	background-repeat: no-repeat;
	background-position: left 18px;
	color: #535353;
	font-size: 14px;
	font-weight: bold;

}
#inner_fanganlist li a.fangan_link:hover{
	text-decoration: none;
	color: #333333;

}
#inner_fanganlist li p.fangan_txt{
	font-size:12px;
	text-align: left;
	line-height: 24px;
	color: #535353;
	width: auto;
	/****超出2行省略****/
overflow : hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
}
#inner_fangantime{
	line-height: 48px;
	color: #999999;
	text-align: center;
	height: 48px;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/news_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#fangan_pic{ float:left; width:160px; display:block; padding-right:30px; padding-top:5px; height:120px;}

.fangan_main{ width:100%; clear:both; padding:20px 0px;}

/***新闻内容***/
#inner_newstime{
	line-height: 48px;
	color: #999999;
	text-align: center;
	height: 48px;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/news_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px 0px;
}
#inner_newstitle {
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #535353;
	font-weight:bold;
}
#news_keyword {
	font-size: 18px;
	color: #787878;
	font-weight: normal;
	text-decoration: underline;
}

#news_keyword a{ 	color: #F60;}
#news_keyword a:hover{ 	color: #F60; text-decoration:underline;}

.inner_newsmain {
	clear: both;
	width: 100%;
}
.inner_newsmain p {
	text-indent: 30px;
	display: block;
	padding-bottom: 10px;
	line-height: 24px;
}
#news_content {
    font-size: 16px;
    line-height: 32px;
	color:#535353;
	color: #666;
	background-color: #ffffff;
	margin: 0px auto;
	width: 96%;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}
#news_content p,#news_content h3 {
	text-indent: 0px;
	padding-top: 20px;
}
#news_content img{  background:#f1f1f1; }
#news_content a{ color:inherit;} 
#news_content a:hover{ color: #F60;}
#news_content img{ max-width:100%;}

.news_info{
	background-color: #f1f1f1;
	float: left;
	width: 100%;
	clear: both;
	border-radius: 5px;
	font-size: 14px;
	line-height: 2em;
	padding: 20px;
	margin: auto;
}
/*-----------内页新闻----------*/
#inner_newslist {
	width: 100%;
	text-align: center;
}
#inner_newslist li{
	width: 100%;
	clear: both;
	background-image: url(../images/v_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

	margin: 15px 0px;
	float: left;
	padding: 20px 0px;
	margin-top: 0px;
}
#inner_newslist li a.news_link{
	text-decoration: none;
	line-height: 24px;
	overflow: hidden;
	display: block;
	clear: both;
	padding-left: 15px;
	width: auto;
	text-align: left;
	background-image: url(../images/ico1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #535353;
	font-size: 16px;
	font-weight: bold;
	/****超出1行省略****/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
#inner_newslist li a.news_link:hover{
	text-decoration: none;
	color: #333333;
}

#inner_newslist li h3{ margin-top:10px;margin-bottom:10px;}
#inner_newslist li span{
	float:right;
	color: #999;
}
#inner_newslist li p.news_txt{
	text-align: left;
	line-height: 24px;
	color: #535353;
	width: auto; margin-bottom:20px;
	/****超出2行省略****/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}
#inner_newslist li div.news_right{ text-align:left; padding-left:40px;}



#news_pic{ float:left; width:160px; display:block;height:120px;}
#news_pic2{ width:90%;  height:auto; margin:0px auto; }

#inner_newslist li div.col-lg-3{  height:220px; overflow:hidden !important; display:block;margin-bottom:20px; background-color:#eee; padding-top:15px;}

@media screen and (max-width: 768px) {
#inner_newslist li div.news_right{ padding-left:15px;}
#inner_newslist li div.col-lg-3{height:240px;}
#inner_newslist li p.news_txt{
		/****超出2行省略****/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
	}
}

.inner_newspic{ clear:both; width:100%; clear:both; text-align:center;}
.inner_newspic img{ margin-bottom:40px;}



#news_image {
	clear: both;
	text-align: center; width:100%; padding:20px 0px;
}
#news_image img {
	width: 100%;
}

/*****NEWS底部-相关新闻*****/

#innernews_txt {
	clear: both;

	width: 100%; height:350px;
	overflow: hidden;
}
#innernews_txt li {
	float: left;
	width: 33.3%;
	text-indent: 0px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#innernews_txt li a{ padding-left:30px; color:#777;}
@media screen and (max-width: 768px) {
#innernews_txt li {	width: 50%;}
}
@media screen and (max-width: 480px) {
#innernews_txt li {width: 100%;}
}

/*****webmap*****/
#web_map {
	text-align: left;padding:15px;
}
#web_map li{clear:both;padding-top: 5px;padding-bottom: 10px; line-height:24px;}
#web_map li a{line-height:24px;padding-right: 5px;padding-left: 5px;}
#web_map p.p1{}
#web_map p.p1 a{font-size: 16px;font-weight: bold;text-decoration: none; line-height:48px;}
#web_map p.p3{	padding-left: 45px;}
#web_map p.p3 a{font-size: 14px;}

/*****process流程*****/

.process_txt{
	clear: both;
	width: 100%;
}
.process_txt h3{
	font-size: 18px;
	line-height: 24px; font-weight:bold; 
	height: 36px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.process_txt p{ margin-bottom:10px;}
.process_img img{ max-width:100%; clear:both;}

.process_list{ width:98%; clear:both; margin:0px auto;}
.process_list h1{color: rgb(56, 145, 209); font-size: 18px; font-weight: bold;clear:both; margin-top:40px;}

/*****联系我们*****/
.contact_picbg {
	background-image: url(../inner_banner/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 0px;
	height: auto;
	clear: both;
	width: 100%;
}
@media screen and (max-width: 768px) {
.contact_picbg img{	max-width: 100%;height: auto !important;}
}

.a-contactus {
	width: 100%;
	color: #535353;
	clear: both;
}
.a-contactus .h2 {
	display: block;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
}
.a-contactus ul {
	display: block;
	width: 100%; margin-bottom:40px; clear:both; float:left;
}
.a-contactus ul li {
	width: 25%;
	height: 320px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 1.5em; 
}
@media screen and (max-width: 768px) {
.a-contactus ul li {
	width: 48%;
}
}
 @media screen and (max-width: 480px) {
.a-contactus ul li {
	width: 98%;
}
}
.a-contactus ul li .item {
	width: 86%;
	height: 230px;
	text-align: center;
	display: block;
	position: absolute;
	left: 7%;
	top: 50px;
	padding-top: 50px;
	z-index: 1;
	border: 1px solid #e1e1e1;
}
.a-contactus ul li .icon {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	position: relative;
	z-index: 2;
}
.a-contactus ul li .icon img {
	display: block;
	width: 100px;
	height: 100px;
}
.a-contactus ul li .item .h3 {
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.a-contactus ul li .item .p {
	display: block;
	text-align: center;
	line-height: 25px;
	margin: 10px 0;
	padding: 0 10px;
}
.a-contactus ul li .item .itembg {
	position: absolute;
	display: block;
	height: 18px;
	width: 100%;
	left: 0;
	bottom: -18px;
	background: url(../images/a-contactus-item-bg.png) 100% 100% no-repeat;
	background-size: 100% 100%;
}
.a-contactus ul li .item .color1 {
	color: #ff8124;
}
.a-contactus ul li .item .color2 {
	color: #3fb8d4;
}
.a-contactus ul li .item .color3 {
	color: #ffbb00;
}
.a-contactus ul li .item .color4 {
	color: #99cc33;
}
.inner_contactweixin {
	width: 100%;
	clear: both;
	text-align: center;
}
/*****联系我们*****/

/**咨询按钮kf_btn**/
.kf_btn {
	width: 100%;
	height: 40px;
	 clear:both;
padding:40px 0px;

}
.kf_btn a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #F60;
	color: #fff;
	border-radius: 5px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.kf_btn a:hover{ color:#FF0;}


/***仅在手机端显示的图片***/
#phone_image {
	clear: both; padding:40px 0px; float:left;
	text-align: center;
	display:none;
}
#phone_image img {
	width: 100%;
}
/*小屏幕*/
@media screen and (max-width: 768px) {
#phone_image {
	display: block;
}
}

.flash{ width:100%; clear:both; overflow:hidden; float:left;}
.flash img{width:100%;}


