﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		

	margin:0 auto;
	font-size:14px;	
	font-family:arial,Microsoft Yahei;	
	background:#fff;
	color:#414141;

}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none; max-width:100%;
}
a{
	cursor:pointer;
	color:#545456;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#4674ae;	
}
ul{
	list-style-type:none;	
	border:0;
	width:auto;
}
em{
	font-style:normal;	
}
span{
	float:none;
	margin:0;	
	
}
.f_l{
	float:left;	
}
.f_r{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.clearfix:after{
		display:block;
		clear:both;
		content:"";
	}
form{ display:block; margin-top:0em;}

/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.wrapinbanner{
	position:relative;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#content{ 
	background-color:#fff; 
	height: auto;
    overflow: hidden;}
.article{ position: relative; padding:50px 0; }
/*公用CSS 开始*/


/*header 开始*/
#header{ 
	width: 100%; 
	height:auto;
}
.head_top{ 
   width:100%;
   height: auto;
   background-color: #333;
}
.head_top .top{
	text-align: right;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.head{
	position: relative;
	height: auto;
	padding: 20px 0;
}
.head .logo{
    float:left;
	margin-top: 20px;
}
.head .t_tt {
    float: left;
    width: 18%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #d6d6d6;
    border-radius: 20px;
    border: 2px solid #2e62b0;
    margin-top: 20px;
}
.head .t_tt img{
	vertical-align: middle;
}
.head .t_tt span{
	font-size: 18px;
	text-shadow: 0px 2px 4px rgba(255,255,255,.3);
	color:#2e62b0;
	vertical-align: middle;
}
.nav {
    float: left;
    width: 52%;
    height: 35px;
    padding:0 3%;
    text-align: right;
    line-height: 35px;
    margin-top: 20px;
    padding: 0 0 0 5%;
}
.nav li{ 
	height:35px; 
	line-height: 35px;
	float:left; 
	text-align:center; 
	font-size:16px; 
	line-height:35px;
	margin: 0 5px;
}
.nav li .cove{ 
    color: #fff;
    background-color: #2e62b0;
}
.nav li a{ 
	width:100%; 
	height:100%;  
	vertical-align:middle;	
	padding:8px 30px;
}
.nav li a:hover{ 
    color: #fff;
    background-color: #2e62b0;
}
.wx{
	width:9%;
	float:left;
	text-align: center;
}
.caselist{
	width:1200px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

/*手机站点导航*/
.wap-nav{display:none;}
.nav-wrap {
    display: none;
    float: right;
    position: absolute;
    right: 0;
    z-index: 99999;
    background:rgba(0,0,0,.7);
    height: auto;
    top: 60px;
    line-height: 18px;
    margin-top: 0px;
    font-size: 16px;
    color: #153768;
    width: 100%;
}
.nav-wrap li {
    width: 100%;
	height:50px;
	line-height:50px;
    float: left;
    border-bottom: 1px solid #fff;
    border-left: 0px;
	padding:0 10px;
}
.nav-wrap li:hover a{background-color: rgba(255,255,255,.6); color:#fff;}
.nav-wrap li .hover {
	display:block;
    border-left: 3px solid #f57c05;
	color:#fff;
}
/*首页*/
#par01,#par03{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color:#fff;
	background-size: 100%;
}
.par01_mid{
	width: 1150px;
    height: 740px;
    margin: 0 auto;
    background: url(../images/index_bg.png) center no-repeat;
    background-size: 100%;
}

.par01_mid h1{
	padding-top: 25%;
    font-size: 52px;
    /* font-weight: bold; */
    text-shadow: 5px 8px 10px rgba(0,0,0,.3);
    letter-spacing: 15px;
    text-align: center;
    animation-name: zoomIn;
}

.muse{
	animation: flash 1s linear 0s  infinite;
    -webkit-animation: flash 1s linear 0s  infinite;
    -moz-animation: flash 1s linear 0s infinite;
    -ms-animation: flash 1s linear 0s infinite;
    -o-animation: flash 1s linear 0s infinite;
}

/*banner 开始*/
 .flexslider {
        margin: 0px auto 20px;
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(../images/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(../images/dot.png) no-repeat 0 -16px;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -99em;
        width: 16px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexslider .slides a img {
        width: 100%;
        height: 420px;
        display: block;
    }
/*banner 结束*/



#par02{
	width:100%;
	height: auto;
	overflow: hidden;
}
#par02 h1{
	width:100%;
	height: auto;
	padding:50px 0;
	background:url(../images/pro_tbg.png) center no-repeat;	
}
#par02 h1 .index_tt{
	width: 240px;
	height: 50px;
	margin:0 auto;
	line-height: 50px;
	letter-spacing: 10px;
	font-size: 34px;
	text-align: center;
	color:#2e62b0;
	font-weight: bold;
	border:2px solid #e2dfdf;
}
#par02 .prolist{
	width:96%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
#par02 .prolist li{
	position: relative;
    float:left;
	width:32%;
	margin:2px 3px;
	overflow: hidden;
}
#par02 .prolist li img{
	width:100%;
	height: 100%;
	transition: all 1s;
}
#par02 .prolist li:hover img{
	transform: scale(1.2);
}

.mb{
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(47,99,176,.6);
	width:100%;
	height: 100%;
}
.mb h2{
	font-size: 30px;
	letter-spacing: 5px;
	color:#fff;
	font-weight: bold;
	line-height: 35px;
	width:80%;
	height: auto;
	padding-top:20%;
	margin:0 auto;
	text-align: center;
}
.mb .coin{
	position: absolute;
	bottom:20%;
	left:50%;
	margin-left:-22.5px;
	width:35px;
	height: 35px;
}
#par03{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #f2f2f2;
}
#par03 h1{
	width:100%;
	height: auto;
	padding:50px 0;
	background:url(../images/case_tbg.png) center no-repeat;	
}
#par03 h1 .index_tt{
	width: 240px;
	height: 50px;
	margin:0 auto;
	line-height: 50px;
	letter-spacing: 10px;
	font-size: 34px;
	text-align: center;
	color:#2e62b0;
	font-weight: bold;
	border:2px solid #e2dfdf;
}
#par04{
	width:100%;
	height: auto;
	overflow: hidden;
	background:url(../images/index_ab.png) bottom no-repeat;
}
#par04 h1{
	width:100%;
	height: auto;
	padding:50px 0;
	background:url(../images/ab_tbg.png)center no-repeat;
}
#par04 h1 .index_tt{
	width: 240px;
	height: 50px;
	margin:0 auto;
	line-height: 50px;
	letter-spacing: 10px;
	font-size: 34px;
	text-align: center;
	color:#2e62b0;
	font-weight: bold;
	border:2px solid #e2dfdf;
}
.par04_txt{
	height: auto;
	overflow: hidden;
	padding:0 0 100px 0;
}
.par04_txt .par04_l{
	float: left;
	width:65%;
	height: auto;


}
.par04_txt .par04_l h2{
	position: relative;
    width: 38%;
    height: 40px;
    line-height: 40px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #2e62b0;
}
.par04_txt .par04_l h2:after{
	display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #2e62b0;
    top: 50%;
    right: 0;
    content: "";
}
.par04_txt .par04_l p{
	line-height: 28px;
	margin:20px 0 0;
}
.par04_txt .par04_r{
	float:left;
	width:24%;
	height: auto;
	margin-left:9%;
}
.par04_txt .par04_r img{
	border-radius: 10px;
}

#par05{
	width:100%;
	height: 50px;
	background-color: #3e92d2;
	overflow: hidden;
}
/*简介页面*/
#contxt{
	width:1150px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
}
.mues{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color:#ebebea;
}
.mues a{
	float:left;
	width:20%;
	text-align: center;
	height: 50px;
	line-height: 50px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 1px;
}
.mues a:hover{
	background-color: #d9d9d8;
	border-bottom: 2px solid #717171;
	color:#000;
	font-weight: bold;
}
.mco{
    background-color: #d9d9d8;
	border-bottom: 2px solid #717171;
	font-weight: bold;
}
.a01{
	width:100%;
	height:auto;
	text-align: right;
	margin:20px 0;
}
.j01{
	    float: left;
    width: 38%;
    padding-right: 8%;
    height: auto;
    text-align: left;
    margin: 20px 0;
}
.con_about{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}


.con_about  .t_title{
	margin-left: 10%;
	width:15%;
	height: 45px;
	line-height: 45px;
	border:1px solid rgba(0,0,0,0);
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,.3);
	border-radius: 5px;
	color: #e92c2c;
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.con_about .ab_text{
	width:100%;
	height: auto;
	background:url(../images/ab_bg.png) left bottom no-repeat;
	padding-bottom: 400px;
}
.con_about .ab_text .ab_txt{
	padding-left:30%;
}
.con_about .ab_text .ab_txt p{
	line-height: 28px;
	font-size: 16px;
}


/*联系我们*/
.con_about .con_text{
	width:70%;
	padding-left: 30%;
	margin-top:50px;
	height: auto;
	background:url(../images/con_bg.png) left bottom no-repeat;
	padding-bottom: 180px;
}
.con_about .con_text h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .con_text p{
	font-size: 18px;
	line-height: 35px;
}
.con_about .con_txt{
	width:70%;
	padding-left: 30%;
	margin-top:50px;
	height: auto;
	background:url(../images/car_bg.png) left bottom no-repeat;
	padding-bottom: 180px;
}
.con_about .con_txt h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .col-md-6 h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 60px;
	margin:20px 0;
}
.con_about .col-md-6 p{
	font-size: 18px;
	line-height: 35px;
}
.con_about .con_text p span{
	font-weight: bold;
}
.con_about .con_text .wx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}
.con_about .con_text .wx img{
	width:150px;
	height: 183px;
	float:left;
	overflow: hidden;
}

#footer{
	width:100%;
	height: auto;
    background-color: #222;
}
.foot_t{
	padding:40px 0 20px;
	overflow: hidden;
}
.foot_t .foot_con{
	float: left;
    width: 88%;
    height: auto;
    overflow: hidden;
}
.foot_t .foot_con li{
	float: left;
	width:32.23%;
	height: auto;
	font-size: 14px;
    line-height: 35px;
	vertical-align: middle;
	color:#8f8f8f;
    margin-right: 1%;
}
.foot_t .foot_con li img,.li_01 img{
	margin-right: 15px;
    padding-top: 5px;
    vertical-align: top;
}
.foot_t .foot_con li>.foot_txt,.li_01>.foot_txt,.li_02>.foot_txt{
	display: inline-block;
	font-weight: bold;
	line-height: 28px;
	color:#fff;
}
.foot_t .foot_con li>.foot_txt span,.li_01>.foot_txt span,.li_02>.foot_txt span{
    color:#8f8f8f;
    font-weight: normal;
}
.footmid{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #1b1b1b;
	color:#858585;
}
.footmid .foot_mid{
	line-height: 50px;
	text-align: center;
}
.footmid .foot_mid a{
	color:#858585;
}
.in_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.foot_b{
	position: fixed;
	bottom:0;
	display: none;
	width:98%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	background-color: #252424;
	padding:10px 0;
}
.foot_b li{
	float:left;
	width:50%;
	height: auto;
	line-height: 40px;
	text-align: center;
	color:#fff;
	border-right:1px solid #f5f5f5;
	box-sizing: border-box;
	vertical-align: middle;
}
.foot_b li:nth-child(2){
	border-right:0;
}
.foot_b li a{
	color:#fff;
}
.foot_b li img{
	vertical-align: middle;
}

/*关于我们 页面*/
.ab_txt{
	width: 100%;
	height: auto;
	padding:30px 0;
	overflow: hidden;
    background: url(../images/ab_bg.jpg) no-repeat;
}
.title{
	position: relative;
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 5px;
	margin: 30px 0;
	padding-left: 15px;
}
.title:after{
	display: block;
    left:0;
    bottom:0;
    width:160px;
    height: 10px;
    background-color: #2e62b0;
	content: "";
}
.title span{
	font-size: 68px;
	color:#2e62b0;
}
.tt_f{
	position: absolute;
	top:10px;
	left:65px;
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 25px;
    font-weight: bold;
	color:#fff;
	padding:3px 15px;
	border-radius: 5px;
	background-color: #2e62b0;
}
.artic_txt{
	width: 96%;
    margin: 50px auto;
	overflow: hidden;
}
.artic_txt p{
	line-height: 28px;
}
/*新闻页面*/
.newslist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.newslist li{
	float:left;
	width:32.33%;
	height: auto;
	overflow: hidden;
	margin:0.5%;
}
.newslist li:hover{
	background-color: #f5f5f5;
}
.newslist li .newimg{
    width:100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 15px;
}
.newslist li .newimg img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.newslist li .new_txt{
	width:100%;
	height: auto;
	overflow: hidden;
}
.newslist li .new_txt .new_txt_l{
	float:left;
	width:70px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
.newslist li .new_txt .new_txt_r{
	float:left;
	width:74%;
	height: auto;
	overflow: hidden;
}
.time01{
	font-size: 40px;
	font-weight: bold;
	color:#2e62b0;
	text-align: left;
	line-height: 30px;
}
.time02{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
}
.new_txt_r h3{
	width:100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}
.new_txt_r .txt_txt{
	width: 96%;
	height: 42px;
	line-height: 22px;
	overflow: hidden;
	margin:10px 0;
	background-color: #f5f5f5;
	padding:5px;
}
.more{
	width:200px;
	margin:30px auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #ccc;
	cursor: pointer;
	border-radius: 5px;
}
.more:hover{
	background-color: #2e62b0;
	border:1px solid #2e62b0;
	color:#fff;
}
.more_index{
	width:120px;
	margin:30px 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	background-color: #2e62b0;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.5s;
}
.more_index:hover{
	transform: scale(1.2);
}
.page{
	width:100%;
	height: 40px;
	line-height: 40px;
	margin:30px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page a{
	padding:5px 15px;
	line-height: 40px;
    margin:0 2px;
}
.acov{
	background-color: #2e62b0;
	color:#fff;
}
.page a:hover{
	background-color: #2e62b0;
	color:#fff;
}

/*新闻内页*/
#right_txt {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 20px auto 50px;
}
#right_txt .r-top {
    width: 99%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 1px solid #9f9f9f;
    padding-right: 15px;
    margin-bottom: 30px;
}
#right_txt .r-top img {
    vertical-align: middle;
}
#right_txt h2 {
    width: 80%;
    margin: 20px auto;
    height: auto;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#right_txt h3 {
    text-align: left;
    margin: 0 auto 20px;
    /* background-color: #f5f5f5; */
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
#right_txt h3 .tt {
    display: inline-block;
    margin: 0 20px;
}

#right_txt .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#right_txt .txt p{
    line-height: 28px;
}

/*解决方案 页面*/
.t_fbt{
	width:100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
}
.t_fbt img{
	vertical-align: middle;
	padding-right: 20px;
}
.pro_list {
    width: 100%;
    height: auto;
    margin: 50px auto;
    overflow: hidden;
}
.pro_list a{ display:block;}
.pro_list li {
    position: relative;
    float: left;
    width: 33%;
	height: 270px;
    margin: 2px 3px 0 0;
    overflow: hidden;
}
.pro_list li:nth-child(3n) { margin-right:0;}
.pro_list li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.artic_txt h1{
	width:100%;
	padding:5px 20px;
	height: auto;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color:#2e62b0;
	margin: 30px 0;
	background-color: #f5f5f5;
}
.artic_txt .caimg{
	display: none;
	width:100%;
	height: auto;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
.artic_txt .caimg img{
	width:45%;
	height: auto;
	transition: all 0.6s;
	overflow: hidden;
}
.artic_txt .caimg img:hover{

	transform: scale(1.2);
}
/*产品 页面*/
.part{
	width:100%;
	height: auto;
	overflow: hidden;
}
.part .pro_l{
	float:left;
	width:26%;
	height: auto;
	margin-right: 5%;
	overflow: hidden;
}
.part .pro_r{
	float:left;
	width:68%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.p_r{
	width:100%;
	height:auto;
    line-height:35px;
	text-align:right;
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}
.prolist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.prolist li{
	float:left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-right: 1%;
	margin-bottom: 20px;
}
.prolist li:nth-child(2n){
	margin-right: 0;
	margin-left:1%;
}
.prolist li img{
	width:100%;
	height: 260px;
	overflow: hidden;
}
.prolist li h3{
	width:100%;
	height: 40px;
	padding: 0 2%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    padding: 10px 0;
	line-height: 40px;
	text-align: left;
}
.prolist li p{
	    width: 97%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin: 10px 0;
    background-color: #f5f5f5;
    padding: 5px;
}
/*联系我们 页面*/
.artic_txt h2{
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#2e62b0;
	margin-bottom: 15px;
}
.conlist{
	width:100%;
	height: auto;
	overflow: hidden;
}
.conlist li{
	width:100%;
	height: auto;
	line-height: 35px;
	font-weight: bold;
	overflow: hidden;
	vertical-align: middle;
}
.conlist li img{
	vertical-align: middle;
	padding-right: 15px;
}
.conlist li span{
	font-weight: normal;
}
.map{
	margin:30px 0;
}
.artic_txt {
    width: 96%;
    /* margin: 50px auto; */
    overflow: hidden;
}
.con_txt h2{
	color:#2e62b0;
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
/*人才招聘 页面*/
.panel-default>.panel-heading {
    color: #333;
    border-color: #ddd;
}
.panel-heading h4 {
    position: relative;
    margin-top: 0;
    line-height: 35px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
.joinlist {
    width: 92%;
    margin: 0 auto 50px;
}
.joinlist .tr_th {
    line-height: 40px;
    background-color: #2e62b0;;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.joinlist .tr_th, .joinlist .tr_td, .joinlist .tr_td2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    text-align: center;
}
.joinlist .tr_th li, .joinlist .tr_td li, .joinlist .tr_td2 li {
    float: left;
    width: 20%;
    height: auto;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.jo_txt {
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    background: url(../images/ab_bg.jpg) no-repeat;
}
.content-left h4 {
    position: relative;
    margin-top: 0;
    line-height: 25px;
    font-size: 28px;
    text-align: center;
    padding: 0 0 30px;
}
.myh5 {
    font-size: 18px;
    line-height: 40px;
    /* background-color: #f5f5f5; */
    padding-left: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.col-md-10 p {
    font-size: 14px;
    line-height: 35px;
}
.col-md-5 p span {
    font-weight: bold;
}
.btn-apply {
	float: right;
    background-color: #dc2e2e;
    color: #ffffff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 20px;
    /* margin-right: 20px; */
    font-weight: 600;
}

















@media screen and (max-width: 1200px){
	.flexslider {
    height: 400px;
 }
 .flexslider .slides a img {
    height: 420px;
}
#content .serves, .wrapin, #footer .foot {
    width: 95%;
    margin: 0 auto;
}
.nav {
    padding: 0 0 0 2%;
}
.nav li a {
    padding: 8px 25px;
}
#par02 .prolist li {
    width: 32.8%;
}


}

@media screen and (max-width: 1024px){
.par01_mid,#contxt {
  width: 100%;}
.nav {
    float: left;
    width: 49%;
 }
.nav li a {
    padding: 8px 16px;
}
.wx {
    width: 12%;
}
#par02 .prolist li {
    width: 32.7%;
}
.par04_txt .par04_l h2 {
    width: 45%;
}
.foot_t .foot_con {
    width: 87%;
}

}
@media screen and (max-width: 768px){
.nav {
    display: none;
}
.head .t_tt {
    width: 28%;
    margin-left: 5%;
    margin-right: 5%;
}
.wx {
    width: 15%;
}
.wap-nav {
    position: absolute;
    display: block;
    right: 10px;
    top: 35px;
}
.flexslider .slides a img {
    height: 190px;
}
.flexslider {
    height: 190px;
}
#par02 h1,#par03 h1,#par04 h1 {
    padding: 30px 0;
}
#par02 .prolist li {
    width: 32.5%;
}
.mr_frUl {
    width: 610px;
}
.foot_t .foot_con {
    width: 80%;
}
.nav-wrap li a{
	color:#fff;
}
.nav-wrap {
    width: 30%;
    text-align: center;

}
.nav-wrap li {
    width: 95%;
    color: #fff;

}
}

@media screen and (max-width: 640px){
.head .t_tt {
    width: 55%;
}
.wx {
    width: 28%;
}
.flexslider {
    height: 148px;
    margin:0 auto;
}
#par02 .prolist li {
    width: 48%;
}
.mb h2 {
    font-size: 16px;
    line-height: 22px;
    width: 95%;
    padding-top: 10%;
}
.mb .coin {
    bottom: 5px;
    margin-left: -11.5px;
}
.prolist li img {
    height: 140px;
}
.par04_txt .par04_l {
    float: left;
    width: 92%;
    margin: 0 0 0 5%;
}

.par04_txt .par04_r {
    display: none;
}
.foot_t{
	display: none;
}
.footmid .foot_mid{
	line-height:18px;
}
.part .pro_r{ margin-top:20px;}
.nav-wrap {
    width: 100%;
}
.pro_list li {
    width: 49.1%;
}
.artic_txt {
    margin: 0 auto;
}
.artic_txt .caimg img{
	width:90%;
}
.artic_txt h1 {
    width: 88%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
}
#content .serves, .wrapin, #footer .foot {
    width: 100%;
    margin: 0 auto;
}
.prolist li {
    width: 49%;
}
.pro_list {
    width: 95%;
}
.prolist li:nth-child(2n) {
    margin-right: 0;
}
.prolist li h3 {
	padding:0;
}
#par04 {
    background-size: 100%;
}

.par04_txt {
    padding:0;
}
.part .pro_l,.part .pro_r {
    width: 96%;
    margin: 0 auto;
    float: none;
}
.p_r{ line-height:40px;}
.prolist li:nth-child(2n) {
    margin-right: 0;
}
.prolist li:nth-child(3n) {
    margin-right: 1%;
}
.newslist li {
    width: 100%;
}

.joinlist .tr_th li, .joinlist .tr_td li, .joinlist .tr_td2 li {
    font-size: 13px;
 }

.joinlist {
    width: 100%;
    margin: 0 auto;
}












}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	