

.header{
	height: 100px;
	clear:both;
}

.header .logo{
	width: 278px;
	height: 68px;
	float: left;
	padding-top: 18px; margin-top: 0px;
}
.header .nav{
  float: right;
  padding-top: 32px;
}
.header .nav .nav_list{
	clear:both;
	float: left;
}
.header  .nav_list li{
	padding:0 22px;
	height: 60px;
	float: left;
	position: relative;
}
.header .nav li a{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #444444;
	display: inline-block;
}
.header .nav li.active{
	background:url(../images/nav_bg.png) no-repeat bottom 15px center;
}
.header .nav li.active a{
	color: #f62424;
}

.header .nav li#active{
	background:url(../images/nav_bg.png) no-repeat bottom 15px center;
}
.header .nav li#active a{
	color: #f62424;
}

.hf-advisenum { height: auto; overflow: hidden; float: left;


font-size: 18px;
    color: #da251d;
    line-height: 42px;
    background: url(../images/call.png) no-repeat left center;
    padding-left: 33px;
    font-weight: bold;
    margin-left: 20px;
}

/*banner*/
.index_banner{ height:auto;}
.index_banner {
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index_banner .bd li {
	height: auto;
}
.index_banner .bd li img{
	height:auto;
	width: 100%;
}
.index_banner .hd {
	position: absolute;
	bottom: 42px;
	height: 17px;
	width: 72px;
	left: 50%;
	margin-left: -36px;
	z-index: 1
}
.index_banner .hd li {
	float: left;
	width: 17px;
	height: 17px;
	cursor: pointer;
	margin-right: 10px;
	background:#fff;
	border-radius:50%;
}
.index_banner .hd li:last-child{margin-right:0;}
.index_banner .hd .on {
	background:#ea1c1c;
}
.sm_content{ margin-bottom:30px;}
.index_banner .prev{position:absolute;left:3%;top:50%; opacity:0.5;width:44px;
 height:68px; margin-top:-32px; display:block; }
.index_banner .prev{background: #000 url(../images/ban_prev_btn.jpg) no-repeat;}
.index_banner .next{background: #000 url(../images/ban_next_btn.jpg) no-repeat; 
	left:auto; right:3%;width:44px; height:68px;display:block;margin-top:-32px;
	position:absolute; 
	top:50%;opacity:0.5;}
.index_banner .next:hover,.index_banner .prev:hover{opacity:1;}


.search_area{
	height: 42px;
	padding-top: 4px;
}
.search_main{

}
.search_hot{
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 42px;
}
.search_hot span{
	color: #ea1c1c;
}
.search_hot a{
	color: #666666;
}
.search_hot a:hover{
	text-decoration: underline;
}
.search_input{
	width: 200px;
	height: 30px;
	background: url(../images/search_bg.png) no-repeat;
	position: relative;
	float: right;
	background-size:100% 100%;
	overflow:hidden;
	margin-top: 4px;
}
.search_input .search_text{
	position: absolute;
	left:0;
	top: 0;
	width: 170px;
	height: 30px;
	border:none;
	background: none;
	text-indent:14px;

}
.search_input .search_btn{
	position: absolute;
	top:0;
	right:0;
	width: 30px;
	height: 30px;
	border:none;
	background: none;
	outerline:none;

}

.product{
	background-color: #fbfbfb;
	padding-top: 46px;
	border-top:1px solid #f2f2f2;
	padding-bottom: 55px;
}

.common_tit{
	height: 57px;
	line-height: 57px;
	position: relative;
	border-bottom: 1px solid #cbcbcb;
}
.common_tit h3{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.common_tit span{
	position: absolute;;
	width: 67px;
	background-color: #e60012;
	height: 3px;
	left:50%;
	margin-left: -34px;
	bottom: -2px;

}
.common_tit em{
	font-style: normal;
	font-size: 15px;
	color: #666666;
	position:absolute;
	width: 100%;
	text-align: center;
	bottom: -42px;
}
.tab_nav{
	width:850px;
	margin:54px auto 0;
}
.tab_nav li{
	width: 200px;
	height: 42px;
	background-color: #ea1c1c;
	float: left;
	margin-right: 16px;
	border-radius: 20px;
}
.tab_nav li:last-child{
	margin-right: 0;

}
.tab_nav li a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.tab_list li:last-child{
	margin-right: 0;
}

.tab_list{
	padding-top: 40px;
	overflow: hidden;
	}
.tab_list li{
	
	position: relative;
	overflow: hidden;
	width: 285px;
	float: left;
	height: 400px;
	margin-right: 20px;
	 }
.mask{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position: absolute;
	display: none;
}
.mask .mask_more{
	margin-top:146px;
	text-align:center;
	display: block;
} 

.mask_bg{
	position: absolute;
	opacity:0.5;
	background:red;
	left:0;
	top:0;
    width:100%;
	height:100%;
}
.mask_text{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}
.mask_text p{
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.more{
	margin-top: 46px;
	text-align: center;
}
.more .more_btn{
	width: 156px;
	height: 40px;
	border:1px solid #c3c3c3;
	border-radius: 20px;
	text-indent: 34px;
	font-size: 14px;
	color: #e13737;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	background:url(../images/more_bg.png) no-repeat left 98px center;
	transition:0.5s;
}
.more .more_btn:hover{
	background: #f83738 url(../images/more_bg1.png) no-repeat left 108px center;
	color: #fff;

}
.system{
	background-color: #eef2f4;
	padding-top: 50px;
	padding-bottom: 60px;
}
.system .syt_list{
	padding-top: 58px;
}
.system .syt_list li{
	width: 206px;
	height: 242px;
	float: left;
}
.system .syt_list li.list1{

}
.solution{
	background-color: #fafafa;
	padding-top: 46px;
	padding-bottom: 64px;
}
.solution .solu_main{
	overflow: hidden;
	padding-top: 56px;
}
.solution .solu_nav{
	width: 238px;
}
.solution .solu_nav li{
	height: 55px;
	background-color: #ffffff;
	margin-bottom: 7px;

}
.solution .solu_nav li.active{
	background-color: #f62424;
}
.solution .solu_nav li.active a{
	color: #fff;
}
.solution .solu_nav li:last-child{
	margin-bottom: 0;
}
.solution .solu_nav li a{
		color: #333333;
		width: 100%;
		height: 100%;
		display: block;
		line-height: 55px;
	    text-align: center;
	    font-size: 15px;
}
.solution .solu_nav li a:hover{
	background-color: #f62424;
	color: #fff;
}
.solution .solu_nav .solu_more{
	width: 100%;
	height: 72px;
	border:2px solid #e13737;
	display: block;
	height: 72px;
	margin-top: 27px;
	color: #e13737;
	font-size: 15px;
	text-align: center;
	line-height:72px; 
}

.solu_show{
	width: 940px;
	overflow: hidden;
}
.solu_img{
	width: 570px;
	float: left;
	height: 344px;
}
.solu_adv{
	width: 350px;
	float: right;

}
.solu_adv .adv_top h3{
	height: 55px;
	background-color: #f62424;
	color: #fff;
	font-size: 15px;
	line-height: 55px;
	text-align: center;
	font-weight: normal;
}
.solu_adv .adv_top .adv_text{
	background-color: #fff;
	line-height: 24px;
	color: #333333;
	font-size: 15px;
	padding:34px 20px 40px;
}
.solu_adv .adv_top .adv_text a{
	color: #e13737;
}
.solu_adv .adv_bot{
	margin-top: 28px;

}
.solu_adv .adv_bot{
	font-size: 23px;
	color: #333333;
	background: #fff url(../images/phone_bg.png) no-repeat left 12px center;
	text-indent:64px;
	height: 44px;
	line-height: 44px;
	padding:24px 0;
}
.solu_adv .adv_bot .bot_btn{
	width: 90px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #f62424;
	border:2px solid #f62424;
	display: inline-block;
	text-indent: 0;
}


.cooperation{
	background-color: #fff;
	padding-top: 44px;
	padding-bottom: 52px;
}
.cooperation .coo_list{
	padding-top: 44px;
	background:url(../images/line_bg.jpg) no-repeat left center;
}
.cooperation .coo_list li{
	float: left;
	width: 154px;
	margin-right: 106px;
	text-align: center;
}
.cooperation .coo_list li .img{
	width: 154px;
	height: 154px;
}
.cooperation .coo_list li .img img{
	width: 100%;
	height: 100%;
}
.cooperation .coo_list li:last-child{
	margin-right: 0;
}
.cooperation .coo_list li h3{
	margin-top: 18px;
	height: 35px;
	line-height: 35px;
	background:url(../images/h3_bg.jpg) no-repeat bottom center;
	
}
.cooperation .coo_list li span{
	line-height: 28px;
	color: #333333;
	font-size: 15px;
	display: block;
}
.about{
	height: 576px;
	background:url(../images/about_bg.jpg)no-repeat center center;
	background-size: auto 100%;
}
.logo_img{
	padding-top: 120px;
	text-align: center;
	height: 70px;
}
.logo_img img{
	width:306px;
	height: 68px;
}
.ab_text{
	font-size: 18px;
	color: #ffffff;
	line-height: 34px;
	margin-top: 52px;
	text-align: center;
}
.ab_more{
	margin-top: 46px;
	text-align: center;
}
.ab_more .ab_more_btn{
	display: inline-block;
	width: 228px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	border-radius: 20px;
	border:1px solid #fff;
	transition:.5s;
}
.ab_more .ab_more_btn:hover{
	background:#f83738;
	border:1px solid #f83738;
}
.faq{
	background-color: #fff;
	padding-top: 46px;
	padding-bottom: 60px;
}
.faq_list{
	padding-top: 56px;
}
.faq_list li{
	float: left;
	width:280px;
	margin-right: 25px;
}
.faq_list li:last-child{
	margin-right: 0;
}
.faq_list li .img{
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.faq_list li .img img{
	height: 100%;
	width: 100%;
	transition:.5s;
}
.faq_list li .img img:hover{
	transform:scale(1.1);
}
.faq_list li .date{
	background: url(../images/date_bg.png) no-repeat left 85px center;
	display: block;
	text-indent: 104px;
	font-size: 13px;
	color: #888888;
	margin-top: 13px;
	line-height: 25px;
}
.faq_list li p{
	font-size: 13px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.contact{
	height: 350px;
	background: url(../images/map_bg.jpg) no-repeat center center;
	background-size: auto 100%;
	position: relative;
}

.contact h3{
	padding-top: 78px;
	height: 34px;
	color: #fff;
	font-size: 44px;
	text-align: center;
	text-indent: -9999px;
	background: url(../images/map_h3.png) no-repeat center bottom;
}
.contact h5 {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	height: 76px;
	line-height: 76px;
	font-weight: normal;
}
.contact h5 span{
	width: 74px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	top:-8px;
}
.contact h5 em{
	font-style: normal;
	padding:0 10px;
}

.c_list{
	position: absolute;
	height: 84px;
	bottom: -48px;
	width:1200px;
	left:50%;
	margin-left:-600px;
}
  
.c_list li{
	width: 280px;
	height: 62px;
	float: left;
	margin-right: 26px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	padding-top: 22px;
	cursor: pointer;
	transition:0.5s;
}
.c_list li:nth-of-type(1){
	background: #515151 url(../images/map_1.png) no-repeat 66px 23px;
}
.c_list li:nth-of-type(2){
	background: #515151 url(../images/map_2.png) no-repeat 72px 23px;
}
.c_list li:nth-of-type(3){
	background: #515151 url(../images/map_3.png) no-repeat 75px 26px;
}
.c_list li:nth-of-type(4){
	background: #515151 url(../images/map_4.png) no-repeat 32px 23px;
}
.c_list li:nth-of-type(1):hover{
	background: #f83738 url(../images/map_1.png) no-repeat 66px 23px;
}
.c_list li:nth-of-type(2):hover{
	background: #f83738 url(../images/map_2.png) no-repeat 72px 23px;
}
.c_list li:nth-of-type(3):hover{
	background: #f83738 url(../images/map_3.png) no-repeat 75px 26px;
}
.c_list li:nth-of-type(4):hover{
	background: #f83738 url(../images/map_4.png) no-repeat 32px 23px;
}
.c_list li:last-child{
	margin-right: 0;
}

.friend{
	height: 142px;
	/*margin-top: 48px;*/
	line-height: 142px;
}
.friend h5 span{
	font-size: 20px;
	color: #e13737;
	font-weight: normal;
}
.friend h5 a{
	font-size: 15px;
	color: #666666;
	padding:0 30px;
	font-weight: normal;
}

.footer{
	background-color: #333333;
	padding-top: 36px;
	font-family: Microsoft YaHei, SimSun, Arial, Helvetica Neue, Helvetica, sans-serif;
}
.weixin{
	margin-top: 28px;
}
.weixin p{
	float: left;
	margin-right: 54px;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.weixin p img{
	display: block;
	margin-bottom:10px;
	width: 110px;
	height: 110px;
}
.foot_right{
	width: 814px;
	padding-top: 10px;

}
.foot_right dl{
	float: left;
	padding-left:20px;
	padding-right:56px;
	background: url(../images/footer_bg.png) no-repeat right top;
}
.foot_right dl:last-child{
	padding-right: 0;
	background:none;
}
.foot_right dl dt
{ font-size: 16px;
  color: #fff;
  padding-bottom: 8px;
}
.foot_right dl dd{
	line-height: 28px;
	font-size: 13px;
	color: #b2b2b2;
}
.foot_right dl dd a{
	font-size: 13px;
	color: #b2b2b2;
}
.footer_bot{
	height: 44px;
	border-top: 1px solid #444;
	margin-top: 20px;
}
.footer_bot p,.footer_bot p a{
	line-height: 44px;
	font-size: 13px;
	color: #9e9e9e;
}


.memu{ position: absolute;background: #fff;top: 60px;padding: 0 0;right: 0px;width:721px;
	display: none;height:auto;padding-top: 10px; padding:27px;-webkit-box-sizing: border-box; 
	font-size:16px; color:#010101;-moz-box-sizing: border-box;box-sizing: border-box; z-index:999999;}
.header .nav li:last-child .memu{
	
}
.header .nav li:nth-child(2) .memu{right:-88px;}
.memu-left{ float: left; width: 382px; background: url(../images/mume-line.jpg) no-repeat right top;-webkit-box-sizing: border-box; font-size:16px; color:#010101;-moz-box-sizing: border-box;box-sizing: border-box; padding-right: 10px;}
.memu-left p{ font-size: 14px; color:#333333; line-height: 24px; overflow: hidden; 
	height: 98px;padding-top:16px; text-indent: 26px;}
.memu-left .memu-ol{ height: auto; overflow: hidden; }
.memu-left .memu-ol1{ margin-top: 11px;}
.memu-left .memu-ol dd{ float: left; width: 33%;
 background: url(../images/slide_bg.png) no-repeat left center; 
 padding-left: 13px;-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;box-sizing: border-box;}
.memu-left .memu-ol dd a{ font-size: 14px; color:#333 !important; font-weight: bold;}
.memu-left .memu-ol dd a:hover{ color: #282622;}
.memu-right{ float: right; width: 275px;}
.memu-right img{ display: block; width: 275px; height: 179px;}
.header .nav li .memu dd{
	height: 32px;
	line-height: 32px;
	background: url(../images/slide_bg.png) no-repeat left center;
}
.header .nav li .memu dd a{
	height: 32px;
	line-height: 32px;
}

.syt_list li{ position:relative; width: 206px;
height: 240px; float: left; margin-right: 42px;}
.syt_list li div{position: absolute;  width: 206px; height: 244px; overflow: hidden;
left:0;
top:0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
backface-visibility: hidden;
}

.syt_list li .div1{z-index: 1;}
.syt_list li .div2{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
z-index: 0;
}
.syt_list li:last-child{
	margin-right: 0;
}
.syt_list li span{
	display: block;
}
.syt_list li p{
	position: absolute;
	width: 100%;
	text-align: center;
	top:180px;
	font-size: 15px;
}
.syt_list li:hover .div1{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.syt_list li:hover .div2{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.syt_list li:hover .div2 p{
	color: #fff;
}

.news_ul{ height: auto; overflow: hidden; margin-top: 56px;}
.news_ul li{ float: left; width: 281px; margin-right: 25px;}
.news_ul li:last-child{margin-right: 0;}
.news_ul img{ display: block; width: 100%;}
.news_ul .news-caption{ 
	position: relative;
    z-index: 1;
    padding-top: 15px;
    background: linear-gradient(to left, #FFF 50%, #e13737 50%);
    background-repeat: no-repeat;
    background-size: 200% 3px;
    background-position: right top;
    background-color: #fff;
    line-height: 20px;
    -webkit-transition: margin-top 0.2s ease-out, background-position 0.4s linear;
    -moz-transition: margin-top 0.2s ease-out, background-position 0.4s linear;
    -o-transition: margin-top 0.2s ease-out, background-position 0.4s linear;
    -ms-transition: margin-top 0.2s ease-out, background-position 0.4s linear;
    transition: margin-top 0.2s ease-out, background-position 0.4s linear;
    text-align: center;}

 .news-caption .news-date{ color:#888888; }
.news-caption .news-date span{background: url(../images/time.png) no-repeat left center;padding-left: 16px;}
.news-caption h3{font-size: 14px;font-weight: normal;margin: 8px 0 10px;color: #333;height: 40px;
overflow: hidden;}
.news-caption p{ opacity: 0;
    font-size: 13px;
    color: #333333;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;}
.news_ul li:hover .news-caption {
  background-position: left top;
  margin-top: -20px;
}
.news_ul li:hover p {
  opacity: 1;

}
.adv_textAll{
	height: 170px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.adv_textAll .adv_text{
	top:-300px;
	left:0;
	position: absolute;
}
.adv_textAll .adv_text:nth-of-type(1){
	top:0;
}

.proAd_list{padding-top: 60px; padding-bottom: 32px;}
.proAd_list li{ position:relative; width: 154px; float: left;
 margin-right: 20px;height: 246px;}
.proAd_list li div{position: absolute;  width: 154px; height: 178px; overflow: hidden;
left:0;
top:0;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
backface-visibility: hidden;
}

.proAd_list li .div1{z-index: 1;}
.proAd_list li .div2{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
z-index: 0;
}
.proAd_list li:last-child{
	margin-right: 0;
}
.proAd_list li p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #333333;
	position: absolute;
	left:0;
	bottom: 0;
	height: 68px;
	line-height: 68px;
}
.proAd_list li:hover .div1{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.proAd_list li:hover .div2{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.footer_bot{position:relative;}
.footer_bot img{position:absolute;left:50%;margin-left:-18px;top:-58px;}
.