body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #151a2d;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #1685eb;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

.container_lg {
	width: 1400px;
}

/**/
.top{
	background: #f2f2f2;
	line-height: 35px;
	font-size: 12px;
}

.top .dropdown-menu{
	margin: 0;
	left: auto;
	right: 0;
	text-align: center;
}
.header {
	height: 98px;
	z-index: 99;
	position: relative;
}
.header .logo{
	line-height: 98px;
}
.navbar-default {
	background: none;
	border: none;
	margin: 0;
}

.header .navbar-default .navbar-nav>li>a {
	color: #333;
	padding: 0 30px;
	line-height: 98px;
	font-size: 16px;
	overflow: hidden;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #008aff;
	background: none;
}
.header .search{
	width: 324px;
	float: right;
	margin: 30px 0 0 90px;
}
.header .search .input-group .form-control{
	height: 37px;
}
.header .search .input-group-btn>.btn{
	height: 37px;
	background: #0089ff;
}
.footer{
	color: #fff;
	background: #2a2a2a;
}
.footer .a{
	padding: 30px 0;
	line-height: 36px;
}
.footer .a h4{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.footer .a li {
	line-height: 44px;
}
.footer .a li span{
	color: #a7a7a7;
}
.footer .a li i{
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../images/3_35.png);
	background-repeat: no-repeat;
}
.footer .a li .icon2{
	background-position: 0 -44px;
}
.footer .a li .icon3{
	background-position: 0 -88px;
}
.footer .a li .icon4{
	background-position: 0 -130px;
}
.footer .a .code{
	margin-top: 10px;
}
.footer .a .logo{
	margin-top: 70px;
}
.footer .b{
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #888888;
	position: relative;
	
	
}
.footer .b::after{
	content: '';
	display: block;
	background: url(../images/d_03.jpg) center no-repeat;
	width: 15px;
	height: 8px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: -1px;
}

/**/
.banner_home{
	position: relative;
}
.banner_home .swiper-slide a{
	display: block;
	height: 500px;
}
.banner_home .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	width: 52px;
	height: 5px;
	border-radius: 0;
	background: #fff;
}
.banner_home  .swiper-pagination-bullet-active{
	background: #ff000e;
}
.banner_home .sidemenu{
	position: absolute;
	left: 50%;
	width: 300px;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 99;
	margin-left: -600px;
	background: rgba(255,255,255,0.8);
}
.banner_home .sidemenu .dropbox{
	background: #fff;
	width: 500px;
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	padding: 20px;
	display: none;
}
.banner_home .sidemenu .dropbox .media-object{
	width: 50px;
	height: 50px;
}
.banner_home .sidemenu .dropbox p{
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.banner_home .sidemenu .media{
	margin-bottom: 20px;
}
.banner_home .sidemenu .media-heading{
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.banner_home .sidemenu>ul>li{
	line-height: 90px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
}
.banner_home .sidemenu>ul>li:hover a{
	background: #fff;
}
.banner_home .sidemenu>ul>li:hover .dropbox{
	display: block;
}
.banner_home .sidemenu>ul>li:hover>a i{
	background-image: url(../images/home_04.png);
}
.banner_home .sidemenu>ul>li>a{
	display: block;
	padding-left: 30px;
	position: relative;
}
.banner_home .sidemenu>ul>li>a::after{
	content: " ";
	    display: inline-block;
	    height: 15px;
	    width: 15px;
	    border-width: 1px 1px 0 0;
	    border-color: #c8c8cd;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
	    position: absolute;
	    top: 50%;
	    margin-top: -8px;
	    right: 25px;
}
.banner_home .sidemenu>ul>li i{
	display: inline-block;
	width: 39px;
	height: 39px;
	vertical-align: middle;
	margin-right: 20px;
	background-image: url(../images/home_03.png);
	background-repeat: no-repeat;
}
.banner_home .sidemenu>ul>li .icon2{
	background-position: 0 -90px;
}
.banner_home .sidemenu>ul>li .icon3{
	background-position: 0 -177px;
	height: 42px;
}
.banner_home .sidemenu>ul>li .icon4{
	background-position: 0 -268px;
}
.banner_home .sidemenu>ul>li .icon5{
	background-position: 0 -354px;
}
.banner_home .sidemenu>ul>li span{
	vertical-align: middle;
}
/**/
.homepage .title{
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin: 0 0 38px;
	padding-top: 50px;
	font-size: 24px;
	position: relative;
	color: #6e6e6e;
	padding-bottom: 10px;
}
.homepage .title::after{
	content: '';
	display: block;
	width: 115px;
	height: 3px;
	background: #0089ff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.homepage .title h2{
	margin-top: 5px;
}
.homepage .title span{
	text-transform: uppercase;
	color: #c5c5c5;
}
.homepage .a{
	background: #f7f7f7;
	padding-bottom: 50px;
}
.homepage .a .box{
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 80px;
	padding: 0 15px 15px;
}
.homepage .a .box img{
	margin-top: -60px;
	width: 121px;
	height: 121px;
}
.homepage .a .box p{
	font-size: 12px;
	line-height: 26px;
	color: #767676;
	height: 52px;
	overflow: hidden;
}
.homepage .a .box h3{
	font-size: 16px;
	font-weight: bold;
	color: #0089ff;
}
.homepage .a .box h4{
	margin: 0 0 5px;
}
.homepage .a .row,.homepage .b .row{
	margin: 0 -8px;
}
.homepage .a .col-lg-3,
.homepage .b .col-lg-3,
.homepage .b .col-lg-9,
.homepage .b .col-lg-6{
	padding: 0 8px;
}
.homepage .b {
	padding-bottom: 20px;
}
.homepage .b .pic{
	width: 100%;
}
.homepage .b .box{
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 16px;
}
.homepage .b .box p{
	font-size: 13px;
	line-height: 21px;
	margin: 10px 0 0;
}
.homepage .b .box img{
	width: 95px;
	height: 95px;
	margin-right: 15px;
}
.homepage .b .box h4{
	font-size: 24px;
	margin-top: 0;
}
.homepage .b .box .btn{
	color: #00b4ff;
	border: 1px solid #00b4ff;
	font-size: 18px;
	padding: 8px 25px;
	margin-right: 10px;
	vertical-align: bottom;
}
.homepage .b .box .btn:hover{
	color: #fff;
	background-image: linear-gradient(to right, #3cdcff , #0197ff);
}
.homepage .b .text-center .btn{
	font-size: 13px;
	color: #666666;
	border: 1px solid #666666;
	padding: 5px 25px;
}
.homepage .c{
	background: #f7f7f7;
	padding-bottom: 10px;
}
.homepage .c .media-object{
	width: 165px;
	height: 120px;
	margin-right: 10px;
}
.homepage .c p{
	font-size: 12px;
	line-height: 20px;
	color: #919191;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0;
}
.homepage .c h4{
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.homepage .c span{
	color: #c9c9c9;
}
.homepage .c .media{
	margin-bottom: 40px;
}
.homepage .d{
	background: #f7f7f7;
	padding-bottom: 20px;
}
.homepage .d .nav-tabs{
	border: none;
	text-align: center;
	font-size: 16px;
}
.homepage .d .nav-tabs>li{
	float: none;
	display: inline-block;
}
.homepage .d .nav-tabs>li>a{
	border: none;
	border-bottom: 2px solid transparent;
}
.homepage .d .nav-tabs>li>a:hover,
.homepage .d .nav-tabs>li.active>a,
.homepage .d .nav-tabs>li.active>a:focus,
.homepage .d .nav-tabs>li.active>a:hover{
	  background: none;
	  border: none;
	  color: #0089ff;
	  border-bottom: 2px solid #0089ff;
}
.homepage .d .box{
	text-align: center;
	background: #fff;
	margin-top: 80px;
	border: 1px solid #eee;
	padding: 0 15px 15px;
}
.homepage .d .box img{
	margin-top: -44px;
	width: 95px;
	height: 95px;
}
.homepage .d .box p{
	text-align: left;
	line-height: 21px;
	font-size: 13px;
}
.homepage .d .box h3{
	font-weight: bold;
	font-size: 16px;
	color: #0089ff;
}
.homepage .d .box h4{
	color: #ff6000;
}
.homepage .d .box h4 span{
	font-size: 24px;
}
.homepage .d .box .btn{
	border: 1px solid #ccc;
	margin: 0 5px;
	font-size: 13px;
	padding: 5px 20px;
}
.homepage .d .box .btn:hover{
	background: #0089ff;
	color: #fff;
	border: 1px solid #0089ff;
}
/**/
.banner_info {
	background: url(../images/3_02.jpg) center no-repeat;
	height: 500px;
}
.banner_info .box{
	width: 75%;
	margin: 0 auto;
	color: #fff;
}
.banner_info .box h2{
	font-weight: bold;
	text-align: center;
	font-size: 48px;
	padding-top: 100px;
	padding-bottom: 40px;
}
.banner_info .box .input-group .form-control{
	height: 50px;
	font-size: 20px;
}
.banner_info .box .input-group-btn>.btn{
	height: 50px;
	padding: 0 20px;
}
.banner_info .box p{
	line-height: 38px;
	font-size: 16px;
	margin-top: 30px;
}
.banner_info .box p a{
	display: inline-block;
	color: #fff;
	margin:0 25px 0 0 ;
}
.homepage .d .box1{
	text-align: center;
}
.homepage .d .box1 a{
	display: block;
	margin-top: 70px;
	font-size: 16px;
}
.homepage .d .box1 a img{
	width: 95px;
	height: 95px;
}
.homepage .d .box1 a p{
	margin-top: 10px;
	margin-bottom: 0;
}
.homepage .e{
	background: #f7f7f7;
	padding-bottom: 100px;
}
.homepage .e .box{
	background: #fff;
}
.homepage .e .box ul{
	line-height: 50px;
	font-size: 16px;
}
.homepage .e .box ul {
	padding: 15px 20px;
}
.homepage .e .box ul li{
	background: url(../images/dian.jpg) left center no-repeat;
	padding-left: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.homepage .e .box .flex{
	background: #eeeeee;
	line-height: 56px;
	padding-right: 15px;
}
.homepage .e .box .flex span{
	display: block;
	width: 136px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #0089ff;
}
/**/
.login {
	height: 784px;
	background: url(../images/2_02.jpg) center no-repeat;
	padding-top: 150px;
}
.login_footer {
	text-align: center;
	padding: 60px 0;
}
.login .box{
	float: right;
	width: 460px;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.login .box .code{
	position: absolute;
	top: 2px;
	right: 2px;
}
.login .box .tip{
	display: inline-block;
	color: #0089ff;
	font-size: 12px;
	border: 1px solid #0089ff;
	position: absolute;
	top: 20px;
	right: 60px;
	padding: 2px 6px;
}
.login .box .tip::after{
	content: '';
	display: block;
	width: 5px;
	height: 8px;
	background: url(../images/2_06.jpg) center no-repeat;
	position: absolute;
	right: -5px;
	top: 5px;
}
.login .box .title{
	line-height: 86px;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	padding-left: 25px;
}
.login .box .bd{
	padding: 30px;
	font-size: 16px;
}
.login .box .flex{
	margin-bottom: 30px;
}
.login .box .bd .form{
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	background: #f4f5f5;
	padding: 10px;
}
.login .box .bd .form input{
	width: 100%;
	background: none;
	padding-left: 20px;
}
.login .box .bd .btn{
	height: 45px;
	background: #0089ff;
	color: #fff;
	font-size: 18px;
}
.login .box .bd p{
	margin-top: 30px;
}
.login .box .bd p a{
	margin-left: 10px;
}
.login .codebox{
	text-align: center;
	padding: 30px 0;
}
/**/
.userbox .hd{
	text-align: center;
	background: #0089ff;
	color: #fff;
	padding: 10px 0;
	font-size: 24px;
}
.userbox .hd span{
	vertical-align: middle;
}
.userbox .hd img{
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.userbox .bd{
	border-bottom: 10px solid #f0f0f0;
}
.userbox .bd .left{
	height: 758px;
	background: #f0f0f0;
	text-align: center;
}
.userbox .bd .left .photo{
	padding: 50px 0;
}
.userbox .bd .left .photo p{
	line-height: 26px;
}
.userbox .bd .left .photo img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}
.userbox .bd .left h2{
	font-size: 28px;
	letter-spacing: 3px;
	margin: 30px 0;
}
.userbox .bd .left h2 span{
	color: #ffc71b;
}
.userbox .bd .left li{
	font-size: 16px;
	line-height: 54px;
}
.userbox .bd .left li span{
	vertical-align: middle;
}
.userbox .bd .left li i{
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	background-image: url(../images/1_23.png);
	background-repeat: no-repeat;
}
.userbox .bd .left li .icon2{
	background-position: 0 -54px;
}
.userbox .bd .left li .icon3{
	background-position: 0 -107px;
}
.userbox .bd .left li .icon4{
	background-position: 0 -160px;
}
.userbox .bd .right{
	padding: 30px;
}
.userbox .bd .right .title{
	font-size:20px;
	margin: 15px 0;
}
.userbox .bd .right .title span{
	font-size: 36px;
	color: #ff3734;
}
.userbox .bd .right .tab1 .flex{
	border: 1px solid #f0f0f0;
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
	cursor: pointer;
}
.userbox .bd .right .tab1 .on .flex{
	border: 1px solid #0089ff;
	background: url(../images/1_15.png) right bottom no-repeat;
}
.userbox .bd .right .tab1 .on .flex p{
	background: #0089ff;
	color: #fff;
}
.userbox .bd .right .tab1 .flex p{
	margin: 0;
	font-size: 18px;
	line-height: 86px;
	background: #f0f0f0;
}
.userbox .bd .right .tab1 .flex dd{
	color: #a6a6a6;
	font-size: 12px;
}
.userbox .bd .right .tab1 .flex dt span{
	color: #ff3734;
	font-size: 36px;
}
.userbox .bd .right h4{
	color: #a6a6a6;
	font-size: 19px;
}
.userbox .bd .right .pay{
	align-items: stretch;
}
.userbox .bd .right .pay .title{
	margin: 0;
}
.userbox .bd .right .pay .tab2 {
	margin-bottom: 20px;
}
.userbox .bd .right .pay .tab2 a{
	display: inline-block;
	width: 168px;
	line-height: 38px;
	border: 1px solid #ddd;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
}
.userbox .bd .right .pay .tab2 a.on{
	border: 1px solid #0089ff;
	background: url(../images/1_15.png) right bottom no-repeat;
}
.userbox .bd .right .pay .flex{
	margin-bottom: 20px;
}
.userbox .bd .right .pay .flex a{
	display: block;
	border: 1px dashed #ccc;
	padding: 10px;
	margin-right: 20px;
}
.userbox .bd .right .pay .flex a img{
	width: 142px;
	height: 142px;
}
.userbox .bd .right .pay .flex .flex_item li{
	line-height: 50px;
}
.userbox .bd .right .pay .flex .flex_item li i{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #fff;
	background: #42b035;
	vertical-align: middle;
}
.userbox .bd .right .pay .flex .flex_item .ul1 li i{
	background: #00a9f2;
}
/**/
.newsitem{
	background: #f3f2f3;
}
.breadcrumb{
	background: none;
}
.newsitem .left .hd{
	text-align: center;
	padding-bottom: 20px;
}
.newsitem .left .hd h1{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px;
}
.newsitem .left .bd {
	padding-bottom: 30px;
}
.newsitem .left .bd p{
	line-height: 24px;
	text-indent: 2em;
	margin: 15px 0;
}
.newsitem .left .bd img{
	max-width: 100%;
	margin: 15px 0;
}
.newsitem .right{
	background: #fff;
	padding: 15px 15px 0;
}
.newsitem .right ul{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsitem .right ul:last-child{
	border: none;
}
.newsitem .right li{
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsitem .right h4{
	font-weight: bold;
	font-size: 16px;
}
.newsitem .right p{
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newsitem .right p a{
	display: inline-block;
	margin-right: 5px;
}
/**/
.question {
	background: #f3f2f3;
	padding-bottom: 30px;
}
.pro-main-right {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
    border-radius: 10px;
	padding: 50px 40px 40px;
	min-height: 400px;
}
 .pro-main-right h1{text-align: center; font-size: 30px; margin: 0; font-weight: bold;}
.supportResLeftTime {
    width: 100%;
    text-align: center !important;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
}
.question .col-lg-2 ul{
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
	    background: #fff;
	    box-sizing: border-box;
	    border-radius: 10px;
		margin-bottom: 15px;
}
.question .col-lg-2 ul li a{
	display: block;
	height: 60px;
	    border-bottom: 1px solid #efefef;
	    line-height: 60px;
	    text-align: center;
	    font-size: 18px;
	    font-weight: 550;
	    box-sizing: border-box;
}
.question .col-lg-2 ul li.on a{
	color: #008aff;
	    border-left: 3px solid #008aff;
}
.f_nav{
   display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    z-index: 999999999999999;
    border-bottom:1px solid #dddddd;
}
.f_nav_right{
    height:60px;
    margin-right:100px;
}
.f_nav_right li{
    float: left;
    height: 61px;
    text-align: center;
    padding:0 18px;
    color:#555555;
	font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.f_nav_right li>i{
	 display: inline-block;
	 vertical-align: middle;
	    height: 6px;
	    width: 6px;
		margin-top: -4px;
	    border-width: 0 1px 1px 0;
	    border-color: #999;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
.f_nav_right li:hover .f_nav_listBox{
	display: block;
}
.f_nav_right li:hover i{
	 border-color: #dd2421;
	 border-width: 1px 0 0 1px;
	 margin: 0;
}
.f_nav_right li:hover{
	 color:#dd2421;
}
.f_nav_right li:hover::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
   
    border-bottom:2px solid #dd2421;
}
.f_nav_right li .f_nav_jiantou{
    vertical-align: middle;
    margin-top:-2px;
}
.f_nav_listBox{
    display: none;
    position: absolute;
    top:61px;
    left:0;
    width:503px;
    min-height:400px;
    padding-bottom:15px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 6px 1px rgba(215,215,215,0.7);
    border-radius:5px;
    padding:0 15px;
    box-sizing:border-box;
}
.f_nav_right .f_nav_listBox_second{
    left:-114px;
}
.f_nav_right .f_nav_listBox_three{
    left:-244.9px;
}
.f_nav_right .f_nav_listBox_four{
    left: -270px;
}
.f_nav_right .f_nav_listBox_five{
    left:-386px;
}
.f_nav_listBox_list a{
    display:block;
    width:100%;
    height:100%;
    padding-left:10px;
}
.f_nav_listBox_list a:hover{
    background: #F5F5F5;
}
.f_nav_listBox_img{
    line-height: 0;
}
.f_nav_listBox_img img{
    width:35px;
    height:35px;
	margin-right: 10px;
    vertical-align: middle;
    margin-top:12.5px;
}
.f_nav_listBox_msg p{
    color:#000;
    font-size: 12px;
	margin-bottom: 0;
    line-height:15px;
    text-align: left;
    margin-top:12.5px;
}
.f_nav_listBox_msg{
    width:165px;
    line-height: 0;
}
.f_nav_listBox .f_nav_listBox_list{
    width:220px;
    height:60px;
    float: left;
    margin-right:20px;
    margin-top:15px;
}
.f_nav_listBox_list:nth-child(2n){
    margin-right:0;
}
.f_nav_listBox_msg span{
    display: inline-block;
    width:100%;
    color:#999999;
    font-size: 12px;
    line-height:15px;
    text-align: left;
    margin-top:8px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

@media screen and (min-width:981px) and (max-width:1200px) {
	
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}
	.header .logo{
		line-height: 80px;
	}
	.header{
		height: auto;
	}
	.logo img {
		width: 110px;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {
	
	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}
	.header .logo{
		line-height: 80px;
	}
	.header{
		height: auto;
	}
	
}

@media (max-width:768px) {
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}

	.navbar-collapse {
		float: none;
	}

	.header {
		height: auto;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}
	
	.logo img {
		width: 80px;
	}

	.footer .a{
		padding: 15px 0 20px;
	}
	.banner_home .swiper-slide a {
		height: 250px;
	}
	.homepage .b .box .btn{
		font-size: 14px;
		padding: 5px 15px;
	}
	.homepage .b .box img{
		width: 80px;
		height: 80px;
	}
	.homepage .b .box h4{
		font-size: 18px;
	}
	.homepage .c .media-object{
		width: 120px;
		height: 90px;
	}
	.homepage .c h4{
		font-size: 16px;
	}
	.homepage .c p{
		-webkit-line-clamp: 2;
	}
	.footer .a .logo{
		display: none;
	}
	.header .search{
		width: 100%;
		float: none;
		margin: 15px 0;
	}
	.homepage .d .box1 a img{
		width: 60px;
		height: 60px;
	}
	.homepage .d .box1 a{
		margin-top: 20px;
	}
	.homepage .d .box1 a p{
		font-size: 12px;
	}
	.homepage .e{
		padding-bottom: 50px;
	}
	.banner_info .box{
		width: 100%;
	}
	.banner_info{
		height: 300px;
	}
	.banner_info .box h2{
		font-size: 20px;
		padding: 30px 0 15px;
	}
	.banner_info .box p{
		margin-top: 15px;
		font-size: 12px;
		line-height: 24px;
	}
	.userbox .hd{
		font-size: 16px;
	}
	.userbox .bd .left .photo{
		padding: 20px 0;
	}
	.userbox .bd .left h2{
		margin-top: 0;
	}
	.userbox .bd .left{
		height: auto;
		padding-bottom: 20px;
	}
	.userbox .bd .right{
		padding: 15px 0;
	}
	.userbox .bd .right .pay .flex,.userbox .bd .right .pay{
		display: block;
	}
	.userbox .bd .right .pay .flex a{
		display: inline-block;
		margin: 0;
	}
	.userbox .bd .right .pay .tab2 a{
		margin-top: 10px;
	}
	.login_footer{
		padding: 10px 0;
	}
	.login .box{
		float: none;
		width: 100%;
	}
	.banner_home .sidemenu{
		display: none;
	}
	.newsitem .left .hd h1,.pro-main-right h1{
		font-size: 18px;
	}
	
	
	



}
