 
body{
	overflow-y: scroll; font-size:15px;
	overflow-x: hidden;
	max-width:1920px;
	margin:0 auto; background-color:#f2f2f2;
	position:relative;
	line-height:30px; 

}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
  .total_title h5 { width:100%;
 
}

  ::-webkit-scrollbar {
	width: 8px;
	height: 130px
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #68AD54;
	border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
	background-color: #666
}

::-webkit-scrollbar-corner {
	background-color: #535353
}

::-webkit-scrollbar-resizer {
	background-color: #FF6E00
}

.pageindex{ padding-right:22px;}
.current{ padding-right:14px;}
*{
	margin:0 ;
	padding:0;
}

a{
	text-decoration:none;
	outline:none;
}

a:hover{text-decoration:none;}

img{
	outline:none;
	border:none;
}

li{
	list-style:none;
}
 



.clear {clear:both;}

 
#goToTop{position: fixed; background-color:#FFFFFF; width:170px; height:200px;
    border: 1px solid #f5f5f5;    border-radius: 6px 0px 0px 0px;
bottom:0px; right:0px;z-index:99999; }


#goToTop a{
	display:inline-block;
	width:45px;
	height:45px;
	background:url(../img/totop.png)center no-repeat rgba(251, 45, 54, 0.8);
	background-size:15px;
	border-radius: 50%;
}

/*-----------------------------------------------------*/
@media screen and (max-width:568px){
.header .header_right {margin-top: 12px;}
}

.header .nav>ul>li>ul>li a{}

 

 

@media screen and (min-width:1300px) and (max-width:1585px){
.header .header_right{
    width: 98%;
}
}

 

@media screen and (max-width:1024px){.header .header_right{margin-top:34px;}}
@media screen and (max-width:767px){
.header {background:#fff;height:auto;    position: fixed;}
.header .header_right {margin-top: 7px;width:99%;margin-bottom: 12px;}}
@media screen and (min-width:768px) and (max-width:991px){
.header_phone{right:8px;}
}
@media screen and (max-width:767px){
.header .header_left{margin:3px 0;}
.header .header_left img {height:50px;margin-top:2px;}}
.header_phone a:hover{
    color: #ff575e;
}

/*----------------------------bannerLoop-----------------------------*/
.banner{
	width:100%;
	position:relative;
	padding:0; z-index:-111;
	margin-top:0px;
}

.bannerLoop img {width:100%;}
.bannerLoop .owl-item {position:relative;}
.bannerLoop .owl-prev,.bannerLoop .owl-next{position:absolute; bottom:0; font-size:0; width:8px; height:12px;}
.bannerLoop .owl-prev:hover {background-position:right center;}
.bannerLoop .owl-next:hover {background-position:left center;}
.bannerLoop .owl-dots {width:100%; position:absolute; bottom:30px; left:0; text-align:center;line-height:20px;}
.bannerLoop .owl-dot{display:inline-block; width:10px; height:10px; border-radius:50%; margin:0 15px; background-color:#fff;position:relative;box-sizing:border-box;}
.bannerLoop .owl-dot.active:after{position:absolute;content:"";top:-7px;left:-7px;width:249%;height:249%;border-radius:50%;border:1px solid #fff;}

@media screen and (min-width:100%){.bannerLoop .owl-item{width:100%;}}

@media screen and (max-width:568px){
.bannerLoop .owl-dots {bottom:15px;}
}

/*---------------------------------------index-news---------------------------*/
.index_news{
	margin-top:80px;
	padding:0 25px;
}

.index_news .left_recommend{
	padding:0 25px;
	position:relative;
	margin-bottom: 15px;
}

.index_news .left_recommend .recommend_pic{
	overflow:hidden;
	position:relative;
}

.index_news .left_recommend p{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0;
	padding:10px 0;
	left:0;
	font-size:20px;
	color:#fff;
	border-radius:50px 50px 0 0;
}

.index_news .index_news_list ul{
	margin-bottom:30px;
}

.index_news .index_news_list ul li{
	width:100%;
	position:relative;
	margin-bottom:30px;
}

.index_news .index_news_list .listnews_pic{
	border-radius:6px;
	position:relative;
	padding: 0 23px;
}

.index_news .index_news_list .listnews_pic img{
	border-radius:6px;
	position:relative;
	max-width:100%;
	box-shadow: -4px 4px 0px #b2e2ff;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_news .index_news_list ul li:hover img{
	box-shadow: -4px 4px 0px #d9373e;
}

.index_news .index_news_list .listnews_mess{
	margin-top:10px;
}

.index_news .index_news_list .listnews_mess a{
	font-size:20px;
	color:#333;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_news .index_news_list ul li:hover .listnews_mess a{
	color:#d9373e;
}

.index_news .index_news_list .listnews_mess p{
	font-size:14px;
	color:#666;
	margin-top:10px;
	line-height:26px;
}

.index_news .index_news_list .news_more{
	margin-left:18px;
}

a.index_more{color:#0033CC;padding:9px 50px;border-radius:2px;display:inline-block;margin-bottom:30px;border:1px solid #0033CC;position:relative;z-index:999;}
a.index_more:before{position:absolute;content:"";width:0%;height:100%;top:0;left:0;background:rgba(217,55,62,0);z-index:-1;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
a.index_more:hover:before{width:100%;background:rgba(217,55,62,1);}
a.index_more:hover{color:#fff;}

@media screen and (max-width:1770px){
.index_news .index_news_list .listnews_mess a{font-size:16px;}
}

@media screen and (min-width:1441px) and (max-width:1770px){
.index_news .index_news_list ul li{
    margin-bottom:15px;
    padding: 0;
}

.index_news .index_news_list .listnews_pic{
    padding: 0px 15px;
}

.index_news .index_news_list .listnews_mess{
    padding: 0 10px;
}

.index_news .index_news_list .listnews_mess p{
    margin-top: 5px;
    line-height: 20px;
}

.index_news .index_news_list .news_more{
    margin-left:0px;
}

}

@media screen and (min-width:1200px) and (max-width:1440px){
.index_news {
    margin-top:60px;
    padding: 0 15px;
}

.index_news .left_recommend  ,.index_news .index_news_list , .index_news .index_news_list .listnews_pic , .index_news .index_news_list .listnews_mess{
    padding: 0 5px;
	margin-top:0;
}

.index_news .index_news_list ul li {
    margin-bottom:10px;
    padding: 0 5px;
}

.index_news .index_news_list .listnews_mess p {
    
    margin-top: 5px;
    line-height: 20px;
}

.index_news .index_news_list .news_more{
    margin-left:0px;
}

}

@media screen and (max-width:568px){
.index_news .left_recommend p{
    font-size: 14px;
}	
	
.index_news {
    margin-top:25px;
    padding:0 10px;
}

.index_news .left_recommend {
    padding: 0 8px;
}

.index_news .index_news_list{
    padding:0;
	margin-top:30px;
}

.index_news .index_news_list ul{
    margin-bottom: 0px;
}

.index_news .index_news_list ul li {
    padding: 0;
}

.index_news .index_news_list .listnews_pic{
    padding: 0 10px;
}

.index_news .index_news_list .listnews_pic img{
   width:100%;
}

.index_news .index_news_list .listnews_mess p {
    margin-top: 5px;
    line-height: 20px;
}

.index_news .index_news_list .news_more{
    margin-left:0px;
    margin-bottom: 5px;
}

}

/*-------------------------total_title--------------------*/
.total_title{
	text-align:center;
	padding:20px 0;
	position:relative;
}



 
.total_title span {

    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #999999;
    font-size: 16px;
}
.total_title p{
	font-size:16px;
	color:#eae8e8;
	margin-top:50px;
}

@media screen and (max-width:568px){
.total_title{
	padding:15px 0;
	margin-bottom:10px;
}

.total_title h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.total_title:after {
    left: 40.4%;
	top:50px;
}

.total_title p {
    font-size: 14px;
}

}

/*---------------------------------------index_fangan---------------------------*/
.index_fangan{
	background:url(../img/fangan_bg.jpg)center no-repeat;
	padding:25px;
	margin-top:30px;
	background-size:cover;
}

.index_fangan .fangan_box{
	margin:20px 0;
}

.index_fangan .fangan_box ul li{
	text-align:center;
	padding:0 25px;
	margin-bottom:40px;
}

.index_fangan .fangan_box .fangan_list{
	background:#3da6ff;
	border-radius:50%;
	box-sizing:border-box;
	padding:25px;
	position:relative;
	box-shadow: 2px 8px 0px rgba(0,0,0,0.3);
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_fangan .fangan_box .fangan_list:after{
	position:absolute;
	top:2%;
	left:1%;
	content:"";
	height:95%;
	width:98%;
	border:2px dashed #fff725;
	border-radius:50%;
}

.index_fangan .fangan_box .fangan_list img{
	height:60px;
	display:inline-block;
	margin-top:15px;
}

.index_fangan .fangan_box .fangan_list h5{
	font-size:26px;
	color:#fff;
	font-weight:normal;
	margin-top:30px;
}

.index_fangan .fangan_box .fangan_list:hover{
	background:-moz-linear-gradient(left,#ff6369,#ff000a);/*Mozilla*/
	background:-webkit-linear-gradient(left,#ff6369,#ff000a);/*new gradient for Webkit*/
	background:-o-linear-gradient(left,#ff6369,#ff000a); /*Opera11*/
	background:linear-gradient(left,#ff6369,#ff000a);
}

@media screen and (min-width:992px) and (max-width:1440px){
.index_fangan .fangan_box .fangan_list {
    padding:25px 20px;
}

.index_fangan .fangan_box .fangan_list img {
    height:50px;
    margin-top: 10px;
}

.index_fangan .fangan_box .fangan_list h5 {
    font-size: 20px;
    margin-top: 20px;
}

}

@media screen and (max-width:991px){
.index_fangan .fangan_box .fangan_list h5 {
    font-size: 20px;
    margin-top:10px;
}
.index_fangan .fangan_box .fangan_list img {
    height: 55px;
    margin-top: 5px;
}
}

@media screen and (max-width:568px){
.index_fangan {
    padding: 10px;
}

.index_fangan .fangan_box {
    margin: 10px 0;
    padding: 0 5px;
}

.index_fangan .fangan_box ul li {
    padding: 0 5px;
    margin-bottom:20px;
}

.index_fangan .fangan_box .fangan_list h5 {
    font-size: 16px;
}

.index_fangan .fangan_box .fangan_list img {
    height: 40px;
}

}

 
.index_about .index_about_box{
	margin:5px 0;
	padding:0;
}

.index_about .index_about_box .about_pic{
	padding:10px 10px 30px 10px;
}

.index_about .index_about_box .about_mess{
 
	box-sizing:border-box;
}

.index_about .index_about_box .about_mess h5{
	font-size:20px;
	color:#009fff;
	margin:40px 0;
	border-left:2px solid #009fff;
	padding-left:15px;
}

.index_about .index_about_box .about_mess p{

	color:#666;
	margin:30px 0;
	line-height:26px;
}

.index_about .index_about_box a.more_about{

    color:#fff;
    padding: 9px 50px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 30px;
    background: -moz-linear-gradient(left,#ff6369,#ff000a);
    background: -webkit-linear-gradient(left,#ff6369,#ff000a);
    background: -o-linear-gradient(left,#ff6369,#ff000a);
    background: linear-gradient(left,#ff6369,#ff000a);
}

@media screen and (min-width:1200px) and (max-width:1440px){
 

.index_about .index_about_box .about_mess {
    padding: 1px 15px 15px 15px;
}

.index_about .index_about_box .about_mess h5 {
    margin: 5px 0;
}

.index_about .index_about_box .about_mess p {
    margin: 12px 0;
    line-height:24px;
}

.index_about .index_about_box a.more_about {
    margin-bottom: 15px;
}

}

@media screen and (max-width:568px){
.index_about {
    padding: 4px 15px;
}

.index_about .index_about_box .about_mess {
    padding: 10px;
}

.index_about .index_about_box .about_mess h5 {
    margin: 10px 0;
}

.index_about .index_about_box .about_mess p {
    
    margin: 10px 0;
    line-height: 22px;
}

}

/*--------------------index_standard-----------------------*/
.index_standard{
	padding:25px;
	background:url(../img/standard_bg.jpg)center no-repeat;
	background-size:cover;
}

.index_standard .total_title:after{
	background:#fff;
}

.index_standard .total_title h5{
	color:#fff;
}

.index_standard ul.standard{
	margin-bottom:15px;
}

.index_standard ul.standard li{
	padding:25px;
	text-align:center;
	border-right:1px solid #a7a7a7;
}

.index_standard ul.standard li:last-child{
	border-right:none;
}

.index_standard ul.standard .standard_list img{
	height:45px;
}

.index_standard ul.standard .standard_list h5{
	font-size:14px;
	color:#fff;
	margin-top:25px;
}

@media screen and (max-width:568px){
.index_standard ul.standard li{border:none;}
.index_standard ul.standard li:last-child{border-left:1px solid #a7a7a7;}
.index_standard ul.standard li:first-child{border-right:1px solid #a7a7a7;}
}

/*--------------------------------index_case----------------------------*/
.index_case{
	margin:5px 0;
	padding:5px;
}

.index_case ul.case_box li{
	margin-bottom:15px;
}

.index_case ul.case_box .case_list{
	border: 0px solid #eee;

	position:relative; width:99%;
	overflow:hidden;
}

.index_case ul.case_box .case_list .case_mess{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	bottom:-75%;
	box-sizing:border-box;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.index_case ul.case_box .case_list .case_logo{
	top:10px;
	position:absolute;
	width:100%;
	padding:10px;
}

.index_case ul.case_box .case_list .case_logo img{
	float:right;
	margin-right:15px;
	height:30px;
}

.index_case ul.case_box .case_list .case_content{
	bottom:5px; text-align:center;
	width:100%;
	padding:15px;
}

.index_case ul.case_box .case_list .case_mess a{
	font-size:20px;
	color:#fff;
}

.index_case ul.case_box .case_list .case_mess p{
	font-size:14px;
	color:#e8e8e8;
	line-height:24px;
	margin-top:5px;
}

.index_case ul.case_box .case_list:hover .case_mess{
	bottom:0;
	background:rgba(0,0,0,0.7);
}

.index_case .c_more{
	text-align:center;
	margin-top:30px;
}

.index_case a.more_case{
	margin-top:15px;
    font-size: 14px;
    color: #fff;
    padding: 9px 50px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 30px;
    background: -moz-linear-gradient(left,#ff6369,#ff000a);
    background: -webkit-linear-gradient(left,#ff6369,#ff000a);
    background: -o-linear-gradient(left,#ff6369,#ff000a);
    background: linear-gradient(left,#ff6369,#ff000a);
}

@media screen and (max-width:568px){
.index_case {
    margin: 0px 0;
    padding: 10px;
}

.index_case .case_box{
    margin-top:5px;
    padding:0px;
}

.index_case .case_box li{
    margin-bottom:15px;
    padding:0px;
}

.index_case .c_more {
    margin-top: 0px;
}

.index_case a.more_case {
    margin-top: 9px;
    margin-bottom: 15px;
}

}

/*---------------------------index_branch------------------------------*/
.index_branch{
	background:#f5f5f5;
	padding: 5px 25px  5px 25px;
	 margin: 0 auto;

    background: url(/img/about_bg.jpg) center top;
 
}

.index_branch ul.branch li{
	text-align:center;
}

.index_branch ul.branch .branch_list{
	background:#fff;
	border-radius:6px;  
	padding:20px;
	margin-bottom:5px;
}

.index_branch ul.branch .branch_list span{
	font-size:24px;
	color:#333;
	padding-left:0px;
	
}

.index_branch ul.branch .branch_list p{
 
	color:#666;    line-height: 21px;
	margin-top:8px;
}

@media screen and (min-width:992px){
.index_branch ul.branch .branch_list{
	height:160px;
}
}

@media screen and (max-width:568px){
.index_branch {
    padding: 10px;
}

.index_branch .branch{
   margin-top:15px;
}

.index_branch ul.branch li {
    padding: 0;
}

.index_branch ul.branch .branch_list{
	min-height:100px;
}

}

/*-------------------------footer---------------------------*/
.footer{
padding: 56px 25px 27px 25px;
	color:#ffffff !important;
	background-color:#000000;
}


h2{ 
font-size:24px; padding-bottom:15px;
    letter-spacing: 0px;
}
.footer a{
	 color:#FFFFFF; line-height:30px
}


.footer .left_foot{
	margin-bottom:40px;
}

.footer .foot_list{
	position:relative;	
	z-index:999;
}

.footer .foot_list:after , .footer .foot_contact:after{
	position:absolute;
	content:"";
	height:230px;
	width:1px;
	right:14%;
	top:0;
	border-right:0px dashed #cccccc;
	z-index:-1;
}

.footer .foot_list h5{
	margin-bottom:5px; color:#FFFFFF; font-weight:bold
}

.footer .foot_list ul li a{
	line-height:26px;color:#FFFFFF; 
}

.footer .foot_list ul li a:hover{
	color:#fff;
}

.footer .foot{
	border-bottom:1px dashed #5daf72;
}

.footer .foot_contact{
	z-index:999;
	position:relative;
}

.footer .foot_contact img{
	display:block;
	margin-bottom:20px;
}

.footer .foot_contact p{
 
	color:#fff;
	line-height:26px;
	letter-spacing:1px;
}

.footer .foot_follow{
	text-align:center;
	font-size:14px;
	color:#fff;
}

.footer .foot_follow img{
	height:120px;
}

.footer .foot_follow p{
	margin-top:15px;
}

.footer .foot_bottom{
	text-align:center;
}

.footer .foot_bottom .copyright , .footer .foot_bottom .tech_support{
	display:inline-block;
	margin:5px 15px;
}

.footer .foot_bottom p , .footer .foot_bottom a{
 
	color:#fff;
	letter-spacing:1px;
	margin:0;
}

@media screen and (min-width:1367px) and (max-width:1730px){
.footer .foot_list:after , .footer .foot_contact:after{
	right:14%;
}
}

@media screen and (min-width:1200px) and (max-width:1366px){
.footer .foot_list:after{right:3%;}
.footer .foot_contact:after{right:1%;}
}

@media screen and (max-width:1200px){
	.footer .foot_list:after , .footer .foot_contact:after{height:200px;}
}

@media screen and (min-width:767px) and (max-width:991px){
	.footer .foot_contact:after{right:2%;}
}

@media screen and (max-width:767px){
.footer .left_foot , .footer .foot_list{
    padding: 0;
	margin-bottom:15px;
}

.footer .foot_list ul li{
	width: 50%;
    float: left;
}

.footer .foot_list:after , .footer .foot_contact:after{
    height: 100%;
    width:100%;
    right:0px;
    top:6px;
	left:0;
    border-right:none;
    border-bottom: 1px dashed #476948;
}

.footer .foot_contact {
	padding-bottom:10px;
	margin-bottom:20px;
}
}

/*----------------------------bread-------------------------------*/
 
.bread{
	padding:5px 0;
	line-height:40px;
	text-align:right;
	box-sizing:border-box;
}

.bread a{
	display:inline-block;
	margin:0 5px;
 
}

.bread img{
	height: 18px;
    vertical-align: -8%;
}

@media screen and (max-width:568px){
.bread {
    padding:3px 0;
    line-height: 30px;
}

}

/*-----------------------inner_banner-------------------------*/


 

/*---------------------------inner_subnav---------------------*/
.inner_subnav .subnav_list{
	text-align:center;
	border-bottom:1px solid #dedede;
}

.inner_subnav .subnav_list a{
	font-size: 50px;
    display: inline-block;
    padding: 8px 6px;
    margin: 0 25px;
    box-sizing: border-box;
    position: relative;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.inner_subnav .subnav_list a:after{
	position:absolute;
	content:"";
	width:0%;
	height:0px;
	bottom:0;
	left:0;
	background:#d9373e;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.inner_subnav .subnav_list a.active:after{
	width:100%;
}

.inner_subnav .subnav_list a.active{
	 
}

.inner_subnav .subnav_list a:hover{
	color:#d9373e;
}

.inner_subnav .subnav_list a:hover:after{
	width:100%;
}

@media screen and (max-width:568px){
.inner_subnav .subnav_list a {
    font-size: 16px;
    padding: 15px 5px;
    margin: 0px 5px;
}

}

/*------------------------inner_content------------------------*/
.inner_content{padding:0;}

/*----------------------------------inner-about--------------------------*/
.inner_about{
    padding:20px 2.5%;
}

.inner_about .inner_about_box {
    margin: 10px 0;
    padding: 0;
}

.inner_about .inner_about_box .about_mess {
    padding: 20px;
    box-sizing: border-box;
}

.inner_about .inner_about_box .about_mess h5 {
    font-size: 20px;
    color: #009fff;
    margin: 40px 0;
    border-left: 2px solid #009fff;
    padding-left: 15px;
}

.inner_about .inner_about_box .about_mess p {
    font-size: 14px;
    color: #666;
    margin: 30px 0;
    line-height: 26px;
}

@media screen and (min-width:1200px) and (max-width:1550px){
.inner_about{
    padding: 25px 35px;
}

.inner_about .inner_about_box .about_mess {
    padding: 15px;
}

.inner_about .inner_about_box .about_mess h5 {
    margin: 5px 0;
}

.inner_about .inner_about_box .about_mess p {
    margin: 12px 0;
    line-height:24px;
}

}

@media screen and (max-width:568px){
.inner_about{
    padding: 4px 15px;
}

.inner_about .inner_about_box .about_pic , .inner_about .inner_about_box .about_mess{
    padding:7px;
}

.inner_about .inner_about_box .about_mess h5 {
    margin: 10px 0;
}

.inner_about .inner_about_box .about_mess p {
    
    margin: 10px 0;
    line-height: 22px;
}

}

/*-----------------------------inner_contact---------------------------*/
.inner_contact , .inner_news{
	margin-top:6px;
	margin-bottom:20px; min-height:444px
}

.inner_contact .contact_mess{
	padding:30px 10px;
	border-radius:5px;
	margin-bottom:15px;
}

.inner_contact .contact_mess .contact_box{
	margin-bottom:15px;
}

.inner_contact .contact_mess .contact_box h5{
	 font-size: 25px;
    margin-top: 25px;
    font-weight: bold;
    padding-bottom: 7px;
    display: inline-block;
    /* padding-left: 10px; */
    /* border-left: 2px solid #da393e; */
}

.inner_contact .contact_mess .contact_box p{
 
	color:#333;
	line-height:40px;
	letter-spacing:1px;
	border-bottom:1px dashed #dedede;
}

.inner_contact .contact_mess .branch{
	background:#f6f6f6;
	border-radius:5px;
	padding:5px;
}

.inner_contact .contact_mess .branch li{
	padding:5px;
}

.inner_contact .contact_mess .branch_list{
	padding:10px;
	background:#fff;
	min-height:120px;
}

.inner_contact .contact_mess .branch li span{
	font-size:18px;
	color:#005aa8;
	display:block;
	margin-bottom:5px;
}

.inner_contact .contact_mess .branch li p{
 
	color:#585858;
	line-height:22px;
}

.inner_contact .map{
	
}

@media screen and (max-width:475px){
.inner_contact .contact_mess {
    padding: 15px 15px;
}

.inner_contact .contact_mess .contact_box img {
    height: 55px;
    border-right:none;
    margin-bottom:0px;
    padding-right:0px; 
}

.inner_contact .contact_mess .contact_box h5 {
    font-size:20px;
    color:#3ca2fb;
    margin-top: 5px;
    margin-left: 0px;
}

.inner_contact, .inner_news{
    margin-top: 20px;
    margin-bottom: 30px;
}

}

@media screen and (max-width:768px){
.inner_contact .map{
	padding:0;
	margin-top:15px;
}

}

/*-------------------------------inner_news-------------------------*/
.inner_news{
	padding:0;
}

.inner_news .news_list{
	width:100%;
}

.inner_news .news_list li{
	padding:15px;
}

.inner_news .news_list .news_box{
	padding:5px; background-color:#FFFFFF;
	border:1px solid #dedede;
}

.inner_news .news_list .news_pic{
	padding:0;
	text-align:center;
}

.inner_news .news_list .news_mess{
	padding-right:0;
}

.inner_news .news_list .news_pic img{

	display: inline-block;
    height: 99px;
    margin: 9px;
}

.inner_news .news_list .news_mess a{
	font-size:24px; margin-top:11px;
	 font-weight:bold;

}

.inner_news .news_list li:hover .news_mess a{
	color:#d9373e;
}

.inner_news .news_list .news_mess p{

	color:#969696;
	line-height:23px; padding-top:11px;
	margin-bottom:10px;
}

@media screen and (max-width:568px){
.inner_news .news_list .news_mess {
    padding:0;
	margin-top:0px;
}

}

/*---------------------------page-----------------------------------*/
.page{
	width:100%;
	padding:0 15px;
	margin:20px 0;
	text-align:center;
}

.page li{display:inline-block}

.page a{
    background-color: #ffffff;
    margin-left: 6px;
    padding: 9px 10px 9px 10px;
    border-radius: 7px;
	color:#1a1a1a;
	margin-right:15px;
	border:1px solid #dedede;
	display:inline-block;  
	text-align:center;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.page a.prev ,.page a.next{

	font-weight:bold;
}

.page a.active{
	color:#fff;
	background:#d9373e;
	border:1px solid #d9373e;
}

.page a:hover{
	color:#fff;
	background:#d9373e;
	border:1px solid #d9373e;
}

@media screen and (max-width:568px){
.page a {
    font-size: 16px;
    margin-right:5px;
    height: 30px;
    line-height: 30px; margin-top:14px;
}

}

/*----------------------------------news_details---------------------------*/
.news_details{
	padding:15px;
	width:100%;
}

.news_details .details_title{
	text-align:center;
	margin-bottom:30px;
	padding-bottom:15px;
	border-bottom:0px dashed #dedede;
}

.news_details .details_title h5{
	font-size:20px;
	color:#1a1a1a;
	margin-bottom:10px;
}

.news_details .details_title p{
	font-size:14px;
	color:#585858;
}

.news_details .details_title a{
	color:#585858;
	margin-right:15px;
}

.news_details .details_mess p{

	color:#333;
	line-height:33px;
	margin:5px 0;
}

.news_details .details_mess h6{
	font-size:16px;
	color:#1a1a1a;
	margin:5px 0;
}

.news_details .details_mess img{
	margin:10px 0;
	max-width:100%;
}

.news_details .more_news{
	padding-top:15px;
	width:100%;
	margin:15px 0;
	border-top:1px dashed #dedede;
}

.news_details .more_news p{
	color:#333;
	margin:10px 0;
}

/*------------------------------inner_case---------------------------*/
.inner_case{
	padding:0;
	margin-bottom:30px;
}

.inner_case .case_box{
	padding:0;
	margin:40px 0;
}

.inner_case .case_box li{
	margin-bottom:25px;
}

.inner_case .case_box .case_list{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}

.inner_case .case_box .case_list .case_mess{
	position:absolute;
	width:100%;
	height:100%;
	bottom:-75%;
	left:0;
	background:rgba(0,0,0,0.2);
	border-radius:5px;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.inner_case ul.case_box .case_list .case_logo{
	top:15px;
	position:absolute;
	width:100%;
	padding:15px;
}

.inner_case ul.case_box .case_list .case_logo img{
	float:right;
	margin-right:15px;
	height:30px;
}

.inner_case .case_box .case_list .case_content{
	bottom:15px;
	position:absolute;
	width:100%;
	padding:15px;
}

.inner_case .case_box .case_list .case_content span{
	font-size:18px;
	color:#fff;
}

.inner_case .case_box .case_list .case_content p{
	font-size:14px;
	color:#d3dde3;
	line-height:24px;
	margin-top:5px;
}

.inner_case .case_box li:hover .case_list .case_mess{
	bottom:0%;
	background:rgba(0,0,0,0.7);
}

/*----------------------------------inner_product--------------------------------*/
.inner_product{
	padding:30px 15px;
}

.inner_product .jiaqian{
	padding-bottom:20px;
	margin-bottom:20px;
}

.inner_product .profile_title{
	padding:20px;
}

.inner_product .profile_title h5{
	font-size:34px;
	color:#d9373e;
	line-height:46px;
	margin:5px 0 15px 0;
	padding-top:10px;
	position:relative;
}

.inner_product .jiaqian{
	background:url(../img/jiaqianbg.jpg)center no-repeat;
	background-size:cover;
	padding:40px;
	border-radius:5px;
}  

.inner_product .product_profile p{
	font-size:16px;
	color:#232020;
	line-height:34px;
	letter-spacing:1px;
	position:relative;
	padding-left:20px;
}

.inner_product .product_profile p:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:#d9373e;
	left:0;
	top:11px;
	border-radius:50px;
}

.inner_product .product_box{
	margin-top:30px;
	border-top:1px dashed #d9373e;
	padding-top:30px;
}

.inner_product .product_box li{
	margin-bottom:30px;
}

.inner_product .product_box .product_list{
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
	margin-bottom:15px;
}

.inner_product .product_box .product_pic{
	margin-bottom:20px;
}

.inner_product .product_box .product_mess h5{
	font-size:30px;
	color:#000;
	margin-bottom:25px;
	border-left:2px solid #1a1a1a;
	padding-left:10px;
}

.inner_product .product_box .product_mess table{background:#f8f8f8;margin-top:15px;}
.inner_product .product_box .product_mess th{
	font-size:14px;
	color:#111;
	border:1px dashed #dedede;
	vertical-align: middle;
	text-align:center;
}
 
.inner_product .product_box .product_mess td{
	font-size:14px;
	color:#585858;
	line-height:24px;
	border:1px dashed #dedede;
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:5px;
}

.inner_product .product_box .product_mess span{
	color:#111;
	margin-right:5px;
}

@media screen and (max-width:1440px){
.inner_product .product_box .product_mess h5{font-size:20px;}
.inner_product .product_box .product_mess th{width:20%;}
}

@media screen and (max-width:568px){
.inner_product .jiaqian{padding:20px;} 
.inner_product .profile_title {padding:5px;}
.inner_product .profile_title h5{font-size: 24px;line-height: 30px;}
.inner_product .product_profile{padding:0;}
.inner_product .product_profile p{font-size: 14px; line-height:30px;}
.inner_product .product_profile p:before{top: 10px;}
.inner_product .product_box li {padding: 0;}
.inner_product .product_box .product_mess {padding:20px 0 0 0;}
.inner_product .product_box .product_mess th{width:25%;}
}

/*---------------------------------------*/
.product_parts{
	margin-top:5px;
	margin-bottom:30px;
	padding:0;
}

 .parts_title{
	text-align:center;
	margin:8px 0;
}

 .parts_title span{
	border-bottom:0px solid #ca9d20;
	padding-bottom:5px;
	display:inline-block;
}

.product_parts .parts_title p{
	font-size:16px;
	color:#1a1a1a;
	margin:10px 0;
}

.product_parts .product_parts_box{
	margin:10px 0;
	padding:0;
}

.product_parts .product_parts_box li{
	margin-bottom:20px;
}

.product_parts .product_parts_box .parts_list .part_pic{
	overflow:hidden;
	border-bottom:0px solid #d9373e; height:300px;  
	margin-bottom:15px; background-size:100% 100%;
}

.product_parts .product_parts_box li .part_pic img{
	display:block;
	transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;
}

.product_parts .product_parts_box li:hover .part_pic img{
	-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
}

.product_parts .product_parts_box li h5{
	font-size:18px;
 
	margin:5px 0;
}

.product_parts .product_parts_box li p{
	font-size:16px;
	color:#1a1a1a;
	margin:5px 0;
	border-bottom:1px solid #dedede;
	padding-bottom:5px;
}

.product_software{
	margin-top:30px;
	margin-bottom:30px;
}

.product_software .soft_title{
	margin:20px 0;
	text-align:center;
	border-bottom:1px solid #dedede;
}

.product_software .soft_title span{
	font-size:24px;
	color:#d9373e;
	padding-bottom:15px;
	display:inline-block;
	border-bottom:1px solid #d9373e;
}


.product_software .profile_mess{
	text-align:center;
	margin:20px 0;
}

.product_software .profile_mess img{
	max-width:100%;
}

.product_software .profile_mess p{
	font-size:16px;
	color:#1a1a1a;
	line-height:30px;
	margin-bottom:15px;
	letter-spacing:1px;
}

.product_software .soft_list{
	margin:20px 0;
	background:#f6f6f6;
	padding:20px;
	border-radius:5px;
	
}

.product_software .soft_list li{
	text-align:center;
	padding-top:15px;
}

.product_software .soft_list li .soft_pic{
	width:80px;
	height:80px;
	text-align:center;
	margin:0 auto;
	border-radius:50%;
	background:#d9373e;
	position:relative;
}

.product_software .soft_list li .soft_pic:before{
	position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    border: 10px solid rgba(217, 55, 62, 0.71);
    left: -8px;
    top: -8px;
    border-radius: 50%;
}

.product_software .soft_list li .soft_pic img{
	height:70px;
	display:inline-block;
	margin-top:5px;
}

.product_software .soft_list li h5{
	font-size:18px;
	color:#d9373e;
	margin:15px 0;
}

.product_software .soft_list li p{
	font-size:14px;
	color:#1a1a1a;
	line-height:26px;
	margin:5px 0;
}

/*-----------------------------------inner_culture-----------------------*/
.inner_culture{
	margin-top:30px;
	margin-bottom:30px;
	padding:0 2.5%;
}

.inner_culture .mission{
	padding:0;
	margin:20px 0;
}

.inner_culture .mission .mission_list{
	background:#f6f6f6;
	border-radius:5px;
	padding:20px 0;
	box-sizing:border-box;
	box-shadow:1px 1px 0px #d9373e;
	margin-bottom:15px;
	min-height:130px;
}

.inner_culture .mission .mission_list img{
	height:60px;
}

.inner_culture .mission .mission_list h5{
	font-size:24px;
	color:#d9373e;
	margin:10px 0;
}

.inner_culture .value{
	margin-bottom:20px;
	padding:0;
}

.inner_culture .value .left_profile{margin-bottom:20px;}

.inner_culture .value .title_profile h5{
	font-size:24px;
	color:#d9373e;
	border-left:2px solid #d9373e;
	padding-left:15px;
	margin-top:20px;
	margin-bottom:30px;
}

.inner_culture .value .left_profile p{
	font-size:14px;
	color:#1a1a1a;
	line-height:30px;
	margin:15px 0;
}

.inner_culture .value .value_box{padding:0;}

.inner_culture .value .value_box ul li{
	margin-bottom:15px;
}

.inner_culture .value .value_box .value_list{
	text-align:center;
	background:#f7f7f7;
	border-radius:5px;
	padding:20px;
	box-shadow:1px 1px 0px #d9373e;
}

.inner_culture .value .value_box .value_list img{
	height:50px;
	display:inline-block;
}

.inner_culture .value .value_box .value_list h5{
	font-size:20px;
	color:#000;
	margin:10px 0;
}

.inner_culture .value .value_box .value_list p{
	font-size:14px;
	color:#7b7b7b;
	line-height:26px;
}

@media screen and (max-width:1366px){
.inner_culture .mission .mission_list img{height:45px;}
}

@media screen and (max-width:568px){
.inner_culture .mission {
    margin: 5px 0;
}

.inner_culture .mission .mission_list {
    padding: 15px 0;
    margin-bottom: 15px;
}

.inner_culture .mission .mission_list img {
    height: 50px;
}

.inner_culture .mission .mission_list h5 {
    font-size: 16px;
    margin: 5px 0;
}

.inner_culture .value {
    margin-top: 0px;
}

.inner_culture .value .left_profile h5 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.inner_culture .value .left_profile p {
    line-height: 24px;
    margin: 10px 0;
}

.inner_culture .value .value_box{
	padding:0;
}

}

/*----------------------------inner_tech---------------------------*/
.inner_tech{
	margin-top:50px;
	padding:0;
	margin-bottom:50px;
}

.inner_tech .service .service_profile{
	margin-top:15px;
}

.inner_tech h5.service_title{
	font-size:24px;
	color:#1a1a1a;
	position:relative;
	margin-bottom:15px;
	padding-left:10px;
	z-index:999;
	border-left:2px solid #d9373e;
}

.inner_tech .tect_title p{
	font-size:14px;
	color:#585858;
	line-height:30px;
	margin-top:15px;
}

.inner_tech .service{
	margin-top:20px;
	margin-bottom:20px;
}

.inner_tech .service .service_list{
	margin-bottom:30px;
}

.inner_tech .service .service_list img{
	height:70px;
	display:inline-block;
}

.inner_tech .service .service_list h5{
	font-size:18px;
	color:#244ea3;
	margin:10px 0;
}

.inner_tech .service .service_list p{
	font-size:14px;
	color:#585858;
	line-height:22px;
}

.service_item{
	background:url(../img/service_bg.jpg)center no-repeat;
	padding:50px 0;
	margin:30px 0;
}

.service_item h5.service_title{
	color:#d9373e;
}

.service_item .tect_title p{
	color:#fff;
}

.service_item .service_item_list{
	padding:30px 0;
}

.service_item .service_item_list ul{
	margin-top:40px;
	width:100%;
}

.service_item .service_item_list ul li{
	font-size:18px;
	color:#fff;
	line-height:50px;
	letter-spacing:1px;
	position:relative;
	padding-left:30px;
}

.service_item .service_item_list ul li:before{
	content:"";
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	bottom:18px;
	border:1px solid #ff5960;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width:568px){
.inner_tech {
    margin-top: 20px;
    margin-bottom: 25px;
}

.inner_tech .service{
    padding:0 5px;
}

.inner_tech h5.service_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.inner_tech .tect_title p {
    line-height: 24px;
    margin-top: 10px;
}

.inner_tech .servive_box{
	padding:0;
	margin-top:25px;
}

.inner_tech .service_list{
    margin-bottom:20px;
	padding:0 10px; 
}
	
.service_item .service_item_list ul li {
    font-size: 16px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 0;
}

.service_item .service_item_list ul li:before {
    width: 12px;
    height: 12px;
    bottom: 15px;
}

.inner_tech .service .service_list img {
    height:50px;
	margin-bottom:5px;
}

.service_item {
    padding: 10px 0;
    margin: 20px 0;
}

.service_item .service_item_list ul {
    margin-top: 20px;
}

}

/*-----------------------------------------------------------*/

.service_install{
	margin-top:40px;
}

.service_install .install_box{
	margin-top:20px;
	padding:0;
}

.service_install .install_box li{
	margin-bottom:20px;
}

.service_install .install_box .install_list{
	text-align:center;
}

.service_install .install_box .install_list h5{
	font-size:24px;
	color:#000;
	margin:10px 0;
}

.service_install .install_box .install_list p{
	font-size:16px;
	color:#585858;
}

.service_contact{
	margin-top:40px;
	margin-bottom:20px;
}

.service_contact ul{
	background:#f7f7f7;
	border-radius:5px;
}

.service_contact ul li:nth-child(02){
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
}

.service_contact .s_contact_list{
	text-align:center;
	padding:25px 15px;
}

.service_contact .s_contact_list span{
	position:relative;
	z-index:999;
	font-size:24px;
	color:#fff;
}

.service_contact .s_contact_list p{
	font-size:36px;
	color:#000;
	margin-top:20px;
	font-family: 'Anton', sans-serif;
}

.service_contact .s_contact_list span:before{
	width:150px;
	height:40px;
	position:absolute;
	content:"";
	left:-24px;
	top:-6px;
	background:#d9373e;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	z-index:-1;
}

@media screen and (max-width:568px){
.service_install {
    margin-top:20px;
}

.service_install .install_box .install_list h5 {
    font-size: 18px;
    margin: 8px 0;
}

.service_install .install_box .install_list p {
    font-size: 14px;
}

.service_contact .s_contact_list span {
    font-size: 18px;
}

.service_contact .s_contact_list span:before {
    width: 120px;
    height: 34px;
}

.service_contact .s_contact_list {
    padding: 15px 0;
}

}

/*--------------------解决方案--------------------*/
.inner_solve{
	margin-top:30px;
	margin-bottom:30px;
}

.inner_solve .solve_title{
	margin:20px 0;
	text-align:center;
	border-bottom:1px solid #dedede;
}

.inner_solve .solve_title span{
	font-size:24px;
	color:#d9373e;
	padding-bottom:15px;
	display:inline-block;
	border-bottom:1px solid #d9373e;
}

.inner_solve .solve_list{
	margin:40px 0;
}

.inner_solve .solve_list li{
	text-align:center;
	padding-top:15px;
}

.inner_solve .solve_list li .solve_pic{
	width:80px;
	height:80px;
	text-align:center;
	margin:0 auto;
	border-radius:50%;
	background:#d9373e;
	position:relative;
}

.inner_solve .solve_list li .solve_pic:before{
	position: absolute;
    content: "";
    width: 120%;
    height: 120%;
    border: 10px solid rgba(217, 55, 62, 0.71);
    left: -8px;
    top: -8px;
    border-radius: 50%;
}

.inner_solve .solve_list li .solve_pic img{
	height:70px;
	display:inline-block;
	margin-top:5px;
}

.inner_solve .solve_list li h5{
	font-size:18px;
	color:#d9373e;
	margin:15px 0;
}

.inner_solve .solve_list li p{
	font-size:14px;
	color:#1a1a1a;
	line-height:26px;
	margin:5px 0;
}

@media screen and (max-width:767px){
.inner_solve {
    margin-top:20px;
    margin-bottom:20px;
}

.inner_solve .solve_title {
    margin: 15px 0;
}

.inner_solve .solve_title span {
    font-size: 18px;
}

.inner_solve .solve_list {
    margin:20px 0;
}

.inner_solve .solve_list li .solve_pic {
    width: 70px;
    height: 70px;
}

.inner_solve .solve_list li .solve_pic img {
    height: 60px;
}

.inner_solve .solve_list li .solve_pic:before {
    left: -7px;
    top: -7px;
}
}

/*---------------------.worth--------------------------*/
.worth{
	/* margin:40px 0; */
	/* background:#f7f7f7; */
	border-radius:5px;
	padding:120px 15px 0px;
}

.worth .left_worth{
	margin-top:20px;
}

.worth .left_worth ul li{
	margin-bottom:20px;
	position:relative;
	padding-left:40px;
}

.worth .left_worth ul li:before{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	border-radius:50%;
	left:0;
	top:2px;
	background:#d9373e;
}

.worth .left_worth .worth_list h5{
	font-size:24px;
	color:#009fff;
	margin:5px 0;
	position:relative;
}

.worth .left_worth .worth_list h5:before , .worth .left_worth .worth_list h5:after{
	position:absolute;
	width:10px;
	height:2px;
	left: -30px;
    top: 11px;
	content:"";
	background:#fff;
}

.worth .left_worth .worth_list h5:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.worth .left_worth .worth_list p{
	font-size:14px;
	color:#1a1a1a;
	line-height:26px;
	margin:5px 0;
}

@media screen and (max-width:767px){
.worth {
    margin: 10px 0;
}

.worth .left_worth ul li {
    padding-left: 35px;
	margin-bottom:15px
}

.worth .left_worth ul li:before {
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
}

.worth .left_worth .worth_list h5 {
    font-size: 20px;
}

.worth .left_worth .worth_list h5:before, .worth .left_worth .worth_list h5:after {
    left: -27px;
    top: 9px;
}

.worth .left_worth .worth_list p {
    line-height: 22px;
}

}

/*----------------------------charge--------------------------*/
.charge{
	/* margin-top:50px; */
	padding-top:150px;
}

.charge .nav-tabs{
	margin-bottom:15px;
	text-align:center;
	padding-bottom:8px;
	border-bottom:2px solid #d9373e;
}


.charge .nav-tabs>li>a {
    margin:0;
	padding:10px 20px;
    font-size: 16px;
    color: #1a1a1a;
	border-radius:0;
	display:inline;
	border:2px solid transparent;
}

.charge .nav-tabs > li {
    float:none;
    display: inline-block;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color:#d9373e;
	color:#fff;
	border-color:#d9373e #d9373e #d9373e;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border:2px solid #d9373e;
	border-bottom-color: transparent;
	color:#d9373e;
	font-weight:bold;
}

.charge .left_charge{
	margin-top:30px;
}

.charge .left_charge h5{
	font-size:24px;
	color:#d9373e;
	padding-left:10px;
	/* border-left:2px solid #d9373e; */
	margin-bottom:15px;
	text-align:center
}

.charge .left_charge p{
	font-size:16px;
	color:#1a1a1a;
	line-height:30px;
	max-width:750px;
	margin:0 auto;
	text-align:center;
}

.charge .right_charge img{
	margin:40px auto 0;
}

.inner_solve .charge_case{
	padding:20px 0 30px;
}

.inner_solve .charge_case .charge_case_list{
	padding:0;
	margin:20px 0;
}

.inner_solve .charge_case .charge_case_list li{
	text-align:center;
	margin-bottom:15px;
	overflow:hidden;
}

.inner_solve .charge_case .charge_case_list li .case_pic{
	overflow:hidden;
}

.inner_solve .charge_case .charge_case_list li img{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.inner_solve .charge_case .charge_case_list li:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.inner_solve .charge_case .charge_case_list li p{
	font-size:16px;
	color:#1a1a1a;
	margin:10px 0;
}

.inner_solve .charge_case .charge_case_list li:hover p{
	color:#d9373e;
}

@media screen and (max-width:568px){
.charge .nav-tabs {
    padding-bottom: 0px;
}

.charge .nav-tabs > li {
    margin-bottom: 15px;
}

.charge .nav-tabs>li>a {
    padding: 8px 15px;
    font-size: 14px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom-color:#d9373e;
}

.inner_solve .charge_case {
    margin:20px 0;
    padding: 0;
}

.inner_solve .charge_case .charge_case_list {
    margin: 10px 0;
}

.inner_solve .charge_case .charge_case_list li {
    padding: 5px;
}

}


/* 文字截取 */
.line-clamp {
  overflow : hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-one {
  overflow : hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*-------------------------------inner_cooperate-----------------*/
.inner_cooperate{
	margin-top:20px;
	margin-bottom:20px;
}

.inner_cooperate .inner_cooperate_box{
	padding:20px 0;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess{
	padding:20px;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess h5{
	font-size:24px;
	color:#d9373e;
	border-left:2px solid #d9373e;
	padding-left:10px;
	margin:15px 0;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess p{
	font-size:16px;
	color:#333;
	margin:15px 0;
	line-height:30px;
	letter-spacing:1px;
	padding-left:10px;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess a{
	font-size:16px;
	color:#d9373e;
	margin-left:10px;
	padding:5px 20px;
	display:inline-block;
	border:1px solid #d9373e;
	margin-top:30px;
	border-radius:2px;
	position:relative;
	z-index:999;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess a:before{
	position:absolute;
	content:"";
	width:0%;
	height:100%;
	top:0;
	left:0;
	background:rgba(217,55,62,0);
	z-index:-1;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in; 
	-o-transition: all 0.3s ease-in; 
	transition: all 0.3s ease-in;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess a:hover:before{
	background:rgba(217,55,62,1);
	width:100%;
}

.inner_cooperate .inner_cooperate_box .cooperate_mess a:hover{
	color:#fff;
}

.inner_cooperate .inner_cooperate_box .cooperate_pic{
	overflow:hidden;
	
}

.inner_cooperate .inner_cooperate_box .cooperate_pic img{
	border-radius:5px;
}

/*----------------------------english------------------------*/
.inner_content .eng_title{
    margin-bottom:40px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.inner_content .eng_title span {
    font-size: 24px;
    color: #d9373e;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #d9373e;
}
