@charset "utf-8";

.ba_icon{
   -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.bi_cover,.sp_list li,.sp_edge,.sp_icon i,.sp_name,.da_name,.cc_preview a,.nc_list li,.nc_enter a{
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
/*---------------------------首页----------------------------*/
.main{
    width: 1200px;
    margin: 0 auto;
}
.top{
    width: 100%;
    height: 35px;
    background-color: #efefef;
}
.top_box{
    line-height: 35px;
}
.top_lf{
    color: #828282;
}
.top_rt a{
    display: inline-block;
    color: #828282;
    position: relative;
}
.top_rt a:hover{
    color: #007fcc;
}
.top_rt em{
    margin: 0 5px;
    color: #828282;
}
.ewm{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 100%;
    left: -17px;
    display: none;
    opacity: 0;
}
.ewm img{
    width: 100%;
    height: 100%;
}
.logo_tel{
    width: 100%;
    height: 145px;
    background-image: url(../images/lt_bg.jpg);
    background-size: cover;
}
.logo{
    margin-top: 23px;
}
.logo_img a{
    display: block;
}
.logo_text{
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #007fcc;
    padding-left: 19px;
    margin-top: 26px;
    margin-left: 29px;
    font-size: 24px;
    color: #007fcc;
    font-weight: bold;
}
.tel{
    margin-top: 50px;
}
.tel_text{
    margin-left: 23px;
}
.tel_text_tit{
    font-size: 14px;
    color: #555;
    line-height: 16px;
}
.tel_text_num{
    font-size: 28px;
    color: #007fcc;
    font-weight: bold;
    line-height: 32px;
}
.nav{
    width: 100%;
    height: 55px;
    background-color: #007fcc;
    text-align: center;
    position: relative;
    z-index: 3;
}
.nav li{
    display: inline-block;
    font-size: 16px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 25px;
    position: relative;
    perspective: 500px;
}
.nav li>a{
    display: block;
    width: 100%;
    color: #fff;
    line-height: 55px;
}
.nav li.n_active{
    border-bottom: 2px solid #fff;
}
.s_nav{
    min-width: 120px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-sizing: border-box;
    padding: 5px 0;
    border-radius: 0 0 3px 3px;
    display: none;
}
.s_nav a{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    color: #007fcc;
    text-align: left;
    padding: 0 15px;
    white-space: nowrap;
}
.s_nav a:hover{
    background-color: #007fcc;
    color: #fff;
}
.banner a{
    display: block;
    width: 100%;
    height: 567px;
    background-position: center center;
}
.banner .swiper-pagination{
    bottom: 20px;
}
.banner .swiper-pagination span{
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
}
.hot_search{
    width: 100%;
    height: 63px;
    background-color: #ebeaea;
}
.hs_link{
    line-height: 63px;
    font-size: 14px;
}
.hs_link a{
    color: #666;
    margin-right: 20px;
}
.hs_link a:hover{
    color: #007fcc;
}
.hs_box{
    width: 290px;
    height: 34px;
    background-color: #007fcc;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 1px;
}
.hs_box input{
    display: block;
    box-sizing: border-box;
}
.hs_box input[type="text"]{
    width: 234px;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px;
    float: left;
}
.hs_box .bt{
    width: 54px;
    height: 100%;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    float: left;
}
.about_us{
    margin-top: 60px;
    margin-bottom: 90px;
}
.au_img img{
    width: 604px;
    height: 345px;
}
.au_content{
    width: 540px;
}
.au_tit{
    font-size: 24px;
    color: #007fcc;
}
.au_line{
    width: 19px;
    height: 2px;
    background-color: #038afd;
    margin-top: 10px;
}
.au_text{
    font-size: 16px;
    line-height: 26px;
    color: #515151;
    margin: 10px 0;
}
.au_in a{
    display: block;
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #007fcc;
    color: #fff;
    font-size: 14px;
    color: #fff;
}
.business_introduce{
    width: 100%;
    padding: 60px 0 17px 0;
    background-image: url(../images/bi_bg.jpg);
    background-size: cover;
    background-position: center center;
}
.column_tit{
    font-size: 23px;
    text-align: center;
}
.column_line{
    width: 34px;
    height: 3px;
    background-color: #007fcc;
    margin: 0 auto;
    margin-top: 17px;
}
.bi_list{
    margin-top: 40px;
}
.bi_list li{
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.bi_list li:nth-child(3n){
	margin-right: 0;
}
.bi_list li:hover .bi_cover{
    transform: scale(1);
    opacity: 1;
}
.bi_list li>a{
    display: block;
}
.bi_list li>a,.bi_img img,.bi_cover{
    width: 100%;
    height: 100%;
}
.bi_img{
	width: 100%;
	height: 342px;
	position: relative;
}
.bi_cover{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,127,204,0.73);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(0);
    opacity: 0;
}
.bi_content{
    width: 100%;
}
.bi_name{
    font-size: 18px;
}
.bi_text{
    font-size: 16px;
    margin-top: 20px;
}
.bi_tit{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.bi_more{
    margin-top: 25px;
    text-align: right;
}
.bi_more a{
    display: inline-block;
    width: 113px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #007fcc;
    font-size: 14px;
    color: #007fcc;
    line-height: 33px;
    text-align: center;
}
.business_adv{
    padding: 74px 0 100px 0;
}
.ba_list{
    margin-top: 75px;
}
.ba_list li{
    width: 300px;
    float: left;
    margin: 0 50px;
}
.ba_list li:hover .ba_icon{
    transform: rotateY(180deg);
}
.ba_icon{
    width: 133px;
    height: 133px;
    margin: 0 auto;
}
.ba_icon img{
    width: 100%;
}
.ba_name{
    font-size: 18px;
    color: #007fcc;
    text-align: center;
    margin-top: 30px;
}
.ba_text{
    margin-top: 20px;
    text-align: center;
}
.ba_text_box{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.service_process{
    background-color: #edeef3;
    padding: 75px 0 2px 0;
}
.sp_list{
    margin-top: 40px;
    background-image: url(../images/sp_bg.png);
    background-repeat: no-repeat;
    background-position: 190px 65px;
}
.sp_list li{
    width: 150px;
    height: 150px;
    float: left;
    background-color: #fff;
    margin: 0 112px 60px 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
}
.sp_list li:nth-child(5n){
    margin-right: 0;
}
.sp_list li:hover{
    background-color: #007fcc;
}
.sp_list li:hover .sp_edge{
    background-image: url(../images/edge_bg1.png);
    color: #007fcc;
}
.sp_list li:hover .sp_icon i,.sp_list li:hover .sp_name{
    color: #fff;
}
.sp_edge{
    width: 38px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/edge_bg2.png);
    box-sizing: border-box;
    padding: 3px 2px 0 0;
    text-align: right;
    font-size: 14px;
    color: #fff;
}
.sp_icon i{
    font-size: 44px;
    color: #007fcc;
}
.sp_name{
    font-size: 16px;
    color: #007fcc;
    margin-top: 10px;
}
.business_contact1{
    padding: 65px 0;
}
.bc_box{
    height: 250px;
    background-image: url(../images/bc_bg1.jpg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 65px 0 0 75px;
    color: #fff;
}
.bc_tit{
    font-size: 24px;
    font-weight: bold;
}
.bc_text{
    font-size: 18px;
    line-height: 40px;
    margin-top: 20px;
}
.conference_advantage{
    padding: 75px 0;
}
.ca_list,.ta_list{
    margin-top: 80px;
}
.ca_list li>div{
    width: 600px;
    height: 326px;
}
.ca_img img{
    width: 100%;
    height: 100%;
}
.ca_content{
    box-sizing: border-box;
    padding: 30px 35px 0 35px;
}
.ca_tit{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.ca_text{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 40px;
}
.technology_advantage{
	padding: 75px 0 45px 0;
}
.ta_list .swiper-container{
	padding-bottom: 50px;
}
.ta_list .swiper-slide{
	padding-top: 35px;
}
.ta_list .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	margin: 0 10px !important;
}
.ta_list .swiper-button-next{
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-image: url(../images/arrow4.png);
	background-size: auto auto;
	background-position: center center;
	top: auto;
	right: 12px;
	bottom: 65px;
	margin-top: 0;
}
.ta_box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 35px 30px;
	background-color: #007fcc;
	position: relative;
}
.ta_img{
	width: 600px;
	height: 358px;
	margin-top: -35px;
}
.ta_img a{
	display: block;
}
.ta_img a,.ta_img img{
	width: 100%;
	height: 100%;
}
.ta_content{
	width: 485px;
	color: #fff;
	margin-top: 40px;
}
.ta_tit{
	font-size: 24px;
}
.ta_line{
	width: 34px;
	height: 3px;
	background-color: #fff;
	margin: 15px 0 30px 0;
}
.ta_text{
	font-size: 14px;
	line-height: 24px;
}
.business_contact2{
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 42px;
}
.bc_tit2{
    font-size: 36px;
}
.bc_text2{
    font-size: 18px;
    margin-top: 40px;
}
.news{
    padding: 70px 0 40px 0;
}
.news_box{
    margin-top: 60px;
}
.news_lf{
    width: 700px;
}
.news_top{
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #ddd;
}
.news_link a{
    font-size: 14px;
    color: #666;
    margin-right: 30px;
}
.news_more a{
    font-size: 14px;
    color: #666;
}
.news_link a.nl_active,.news_more a:hover,.news_tit a:hover{
    color: #007fcc;
}
.news_list{
    margin-top: 30px;
}
.news_list li{
    margin-bottom: 20px;
}
.news_img{
    width: 253px;
    height: 153px;
}
.news_img a,.news_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.news_content{
    width: 420px;
}
.news_tit a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.news_text{
    width: 100%;
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-top: 15px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    -webkit-line-clamp: 3;
}
.news_enter{
    margin-top: 12px;
}
.news_enter a{
    color: #007fcc;
}
.news_rt{
    width: 405px;
}
.common_problem{
    font-size: 18px;
}
.cp_list{
    width: 100%;
    margin-top: 30px;
}
.cp_list li{
    margin-bottom: 25px;
}
.cp_list li>div{
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
}
.cp_question{
    background-image: url(../images/q.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 24px;
}
.cp_answer{
    height: 48px;
    background-image: url(../images/a.jpg);
    background-position: left 0;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-top: 15px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    -webkit-line-clamp: 2;
}
.friendship_link{
    margin-bottom: 25px;
}
.fl_tit{
    height: 38px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
}
.fl_box{
    font-size: 14px;
    margin-top: 30px;
}
.fl_box a{
    color: #999;
    margin-right: 15px;
}
.fl_box a:hover{
    color: #007fcc;
}
.foot{
    width: 100%;
    background-color: #333;
    padding: 25px 0 20px 0;
}
.fb_fl{
    width: 485px;
    line-height: 40px;
    color: #999;
}
.fb_fl a{
    color: #999;
}
.fb_fl a:hover{
    color: #f1f1f1;
}
.fb_fl em{
    margin: 0 10px;
}
.fb_center{
    width: 410px;
    color: #999;
    padding: 0 0 0 50px;;
    box-sizing: border-box;
    position: relative;
}
.fb_center:before,.fb_center:after{
    content: "";
    width: 1px;
    height: 100px;
    background-color: #b6b6b6;
    position: absolute;
    top: 30px;
}
.fb_center:before{
    left: 0;
}
.fb_center:after{
    right: 0;
}
.fb_center li{
    line-height: 26px;
    margin-bottom: 15px;
}
.fb_center li i{
    font-size: 26px;
    margin-right: 35px;
}
.fb_center li i,.fb_center li span{
    display: inline-block;
    vertical-align: middle;
}
.fb_ewm{
    margin-left: 15px;
}
.fb_img img{
    width: 124px;
    height: 124px;
}
.fb_name{
    color: #999;
    text-align: center;
    margin-top: 8px;
}


/*---------------------------关于我们----------------------------*/
.inner_banner{
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
}
.crumbs_nav{
    padding-top: 20px;
    color: #999;
}
.crumbs_nav a{
    color: #999;
}
.crumbs_nav a.cn_active{
    color: #007fcc;
}
.about_detail li>div{
    width: 600px;
    height: 400px;
    box-sizing: border-box;
}
.ad_img img{
    width: 100%;
    height: 100%;
}
.about_detail{
    margin-top: 60px;
}
.ad_content{
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
}
.ad_tit{
    font-size: 24px;
    color: #007fcc;
}
.ad_line{
    width: 19px;
    height: 2px;
    background-color: #007fcc;
    margin-top: 15px;
}
.ad_text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 30px;
}
.ad_contact{
    margin-top: 45px;
}
.ad_contact li{
    margin-bottom: 20px;
}
.ad_contact li i{
    font-size: 24px;
    color: #007fcc;
    margin-right: 25px;
}
.ad_contact li span{
    font-size: 14px;
    color: #777;
}
.ad_contact li i,.ad_contact li span{
    display: inline-block;
    vertical-align: middle;
}
.company_honor{
    margin-top: 60px;
}
.ch_list{
    margin-top: 50px;
}
.ch_list li{
    width: 263px;
    float: left;
    margin-right: 49px;
}
.ch_list li:last-child{
    margin-right: 0;
}
.ch_img img{
    width: 100%;
    height: 330px;
}
.ch_name{
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #007fcc;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.staff_style{
    margin: 70px 0;
}
.ss_list{
    margin-top: 40px;
}
.ss_list li{
    width: 380px;
    height: 256.5px;
    float: left;
    margin: 0 30px 30px 0;
}
.ss_list li:nth-child(3n){
	margin-right: 0;
}
.ss_list li img{
    width: 100%;
    height: 100%;
}


/*---------------------------技术方案----------------------------*/
.technical_scheme{
    margin: 50px 0 70px 0;
}
.pages{
    text-align: center;
    margin-top: 65px;
}
.pages li{
    display: inline-block;
    width: 48px;
    height: 38px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin: 0 3px;
    font-size: 14px;
}
.pages li:hover,.pages li.p_active{
    background-color: #007fcc;
    border-color: #007fcc;
}
.pages li:hover a,.pages li.p_active a{
    color: #fff;
}
.pages li:first-child,.pages li:last-child{
    width: 78px;
}
.pages li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
}


/*---------------------------检测分析----------------------------*/
.main_bg{
    background-color: #f8f8f8;
    overflow: hidden;
}
.detection_analysis{
    margin: 25px 0 40px 0;
}
.da_lf{
    width: 250px;
    background-color: #fff;
}
.da_tag{
    width: 250px;
    height: 62px;
    background-image: url(../images/da_tag.jpg);
    box-sizing: border-box;
    padding: 10px 0 0 40px;
}
.da_tag_text{
    border-left: 5px solid #fff;
    color: #fff;
    line-height: 1;
    padding-left: 9px;
}
.da_tag_cn{
    font-size: 24px;
}
.da_tag_en{
    font-size: 14px;
    margin-top: 4px;
}
.da_menu{
    border-bottom: 2px solid #007fcc;
    margin-top: 20px;
    padding-bottom: 17px;
}
.da_kind li{
    border-bottom: 2px solid #f5f5f5;
}
.da_name{
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
.da_name i{
    display: block;
    position: absolute;
    font-size: 12px;
    top: 17px;
    right: 35px;
    line-height: 1;
}
.dn_active{
    background-color: #007fcc;
    color: #fff;
}
.da_list{
    margin-top: 10px;
    display: none;
}
.da_link{
    box-sizing: border-box;
    padding: 0 30px;
    margin-bottom: 16px;
}
.da_link a{
    font-size: 14px;
    color: #555;
    line-height: 24px;
}
.da_link a:hover,.dl_active a{
    color: #007fcc;
}
.da_search{
    width: 213px;
    height: 29px;
    background-color: #007fcc;
    box-sizing: border-box;
    padding: 1px;
    margin: 15px auto 0 auto;
}
.da_search input{
    display: block;
    height: 100%;
    float: left;
    box-sizing: border-box;
}
.da_search input[type="text"]{
    width: 165px;
    background-color: #fff;
    padding: 0 10px;
}
.da_search .bt{
    width: 45px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.da_rt{
    width: 917px;
    box-sizing: border-box;
    padding: 25px 20px;
    background-color: #fff;
}
.da_rt_tit{
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.drt_name{
    font-size: 16px;
    line-height: 35px;
    border-bottom: 2px solid #038afd;
}
.da_rt_tit .crumbs_nav{
    padding-top: 6px;
}
.producr_inf{
    margin: 25px 0 50px 0;
}
.producr_inf img{
    width: 340px;
    /*height: 329px;*/   height: auto;
}
.pi_content{
    width: 420px;
    margin-left: 35px;
}
.pi_name{
    font-size: 24px;
    color: #007fcc;
}
.pi_text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.product_detail{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px 0 25px;
    margin-bottom: 20px
}
.pd_box{
    width: 100%;
    max-height: 720px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
.pd_btn{
    width: 55px;
    height: 20px;
    margin: 30px auto 0 auto;
    font-size: 14px;
    color: #007fcc;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
.pd_btn span,.pd_btn i{
    display: inline-block;
    vertical-align: middle;
}
.pd_btn i{
    width: 13px;
    height: 13px;
    background-image: url(../images/jj.png);
}
.pb_active i{
    background-position: center bottom;
}
.purchase_form{
	width: 100%;
	box-sizing: border-box;
	padding: 45px 0 35px 30px;
}
.pf_item{
	margin-bottom: 15px;
}
.pf_name{
	width: 113px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: right;
	margin-right: 10px;
}
.pf_in input{
	display: block;
	width: 406px;
	height: 32px;
	background-color: #efefef;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 15px;
}
.pf_code{
	width: 102px;
	height: 32px;
	margin-left: 5px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.pf_code img{
	width: 100%;
	height: 100%;
}
.pf_in .img_code{
	width: 298px;
}
.pf_in textarea{
	display: block;
	width: 406px;
	height: 100px;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 14px;
	background-color: #efefef;
	border: none;
}
.pf_tip{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.pf_sub{
	width: 406px;
	text-align: center;
	margin-left: 122px;
	margin-top: 20px;
}
.pf_sub button{
	width: 70px;
	height: 34px;
	line-height: 34px;
	background-color: #007fcc;
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
	border-radius: 0;
}
/*---------------------------经典案例----------------------------*/
.cc_kind{
    margin-bottom: 50px;
}
.cc_kind li{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #f5f5f5;
}
.cc_kind li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
}
.cc_kind li.cc_active{
    background-color: #007fcc;
}
.cc_kind li.cc_active a{
    color: #fff;
}
.cc_list{
    margin-bottom: 35px;
}
.cc_list li{
    width: 100%;
    height: 230px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding-top: 30px;
}
.cc_img img{
    width: 241px;
    height: 168px;
}
.cc_content{
    width: 590px;
}
.cc_name{
    font-size: 16px;
    margin-top: 12px;
}
.cc_brief{
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    -webkit-line-clamp: 2;
    margin-top: 13px;
}
.cc_preview{
    margin-top: 25px;
}
.cc_preview a{
    display: block;
    width: 122px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #007fcc;
    color: #007fcc;
}
.cc_preview a:hover{
    background-color: #007fcc;
    color: #fff;
}
.da_rt .pages{
    margin-bottom: 25px;
}


/*---------------------------新闻中心----------------------------*/
.news_center{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 30px 50px 30px;
    background-color: #fff;
    margin: 40px 0 50px 0;
}
.news_kind{
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 40px;
    text-align: center;
}
.news_kind a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.news_kind a.nk_active{
    background-color: #007fcc;
    color: #fff;
}
.nc_list{
    margin-top: 30px;
}
.nc_list li{
    width: 100%;
    height: 248px;
    padding: 30px 40px 0 40px;
    box-sizing: border-box;
}
.nc_list li:hover{
    background-color: #f8f8f8;
}
.nc_list li:hover .nc_enter a{
    background-color: #007fcc;
    color: #fff;
}
.nc_img{
    width: 295px;
    height: 178px;
}
.nc_img a,.nc_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.nc_content{
    width: 705px;
}
.nc_tit a{
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nc_brief{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999;
    margin-top: 17px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    -webkit-line-clamp: 2;
}
.nc_about{
    margin-top: 30px;
}
.nc_date{
    font-size: 14px;
    color: #999;
}
.nc_date i,.nc_date span{
    display: inline-block;
    vertical-align: middle;
}
.nc_date i{
    font-size: 18px;
    margin-top: 2px;
}
.nc_enter a{
    display: block;
    width: 112px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #007fcc;
    color: #007fcc;
    font-size: 14px;
}


/*---------------------------新闻详情----------------------------*/
.news_detail{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 30px 15px 30px;
    margin: 30px 0;
}
.nd_tit{
    font-size: 24px;
    text-align: center;
}
.nd_date{
    margin-top: 17px;
    text-align: center;
    color: #999;
}
.nd_date i,.nd_date span{
    display: inline-block;
    vertical-align: middle;
}
.nd_date i{
    margin: 3px 5px 0 0;
}
.nd_text{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 90px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 15px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.nd_flip{
    width: 100%;
    padding: 15px 90px;
    font-size: 14px;
    color: #999;
}
.nd_flip a{
    color: #999;
}
.nd_flip a:hover{
    color: #007fcc;
}
.nf_prev{
    margin-bottom: 14px;
}

.lx_title {
    text-align: center;
    font-size: 23px; 
}
.m_main{width: 100%;margin: 50px;}
.jx_biaodan{width:716px; margin:0 auto;margin-top: 50px;}
.jx_biaodan .hanglei{padding:0 0 30px 0;}
.jx_biaodan .hanglei strong{font-size:16px; color:#656565; display:inline-block;zoom:1;*display:inline; width:150px; text-align:right; padding-right:16px; font-weight:normal;}
.jx_biaodan .hanglei input,.jx_biaodan .hanglei textarea{display:inline-block;zoom:1;*display:inline; width:60%;width:calc(100% - 230px); border:1px #A6A6A6 solid; height:34px; font-size:16px; color:#656565; padding:0 16px; vertical-align:top; text-align:left;}
.jx_biaodan .hanglei textarea{height:140px; padding:5px 16px;resize: none;}
.jx_biaodan .ti_an{text-align:center; padding-top:30px;}
.jx_biaodan .ti_an input{width:90px; height:30px; margin:0 16px; border:0; cursor:pointer;border-radius:5px; font-size:14px; color:#FFFFFF;}
.jx_biaodan .ti_an .tijiao{background:#00479D;}
.jx_biaodan .ti_an .chong{background:#CBCBCB;}
button {
    border: none;
    width: 100px;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
}

/*------------------qq在线咨询------------------*/
.float-contact-mini {
	position: absolute;
	right: 1px;
	top: 175px;
    z-index: 999;
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 65px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 18px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 1px;
	top: 175px;
	width: 102px;
}
.float-contact .close {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 22px;
	text-decoration: none !important;
}
.float-contact .container {
	background:#FFFFFF;
	padding: 1px 0;
	text-align: center;
    border: 1px solid #e3e3e3;
}
.float-contact .qq {
	padding: 7px 0 6px;
}
.float-contact .qqtitle {
	line-height: 200%;
}
.float-contact .qq .btn {
	padding-top: 4px;
}
.float-contact .qq .btn li {
	padding-bottom: 5px;
}
.float-contact .qq .btn a {
	background: url("../images/sprites.png") no-repeat scroll -43px -80px transparent;
	color: #1A649D;
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 0 auto;
	padding-left: 23px;
	width: 53px;
}
.float-contact .qqtel {
	background: url("../images/shadow-2.png") repeat-x scroll 0 100% transparent;
	padding-bottom: 14px;
}
.float-contact .qqtel .qqcontent {
	color: #0c88d3;
	font-size: 117%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing:0;
}
.float-contact .myqqlink {
	background: url("../images/bg-x.png") repeat-x scroll 0 -320px #FA8400;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF !important;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
}
h3.qqtitle {
	margin:0;
	padding:0;
}