﻿@charset "utf-8";
/*common*/
.top,.content,.foot{overflow: hidden;}
.main{overflow: hidden;margin: auto;width: 1010px;}

/* ================================================  top start ============================================ */

.top_logo{display: block;float: left;}
.top_zi{overflow: hidden;float: left;margin-top: 24px;padding-left: 3px;border-right: 1px solid #ededed;padding-right:25px;}
.top_zi h3{font-size: 24px;color: #000;padding-bottom: 1px;}
.top_zi p{color: #9fa0a0;font-size: 14px;font-family:"Arial";letter-spacing: 0.3px;}
.top_ico{overflow: hidden;float: left;padding: 26px 0px 0px 25px;}
.top_ico h3{color: #0058b3;font-size: 18px;padding-bottom: 3px;}
.top_ico img{vertical-align: top;}
.top_tel{overflow: hidden;float: right;background: url(../images/top_tel.jpg) no-repeat 0px 25px;padding-top: 22px;}
.top_tel h5,.top_tel h2{padding-left: 45px;}
.top_tel h5{font-size: 18px;color: #0058b3;}
.top_tel h2{font-size: 28px;color: #0058b3;font-family: "Impact";margin-top: -3px;}

/*navigation*/
.navigation{background: #0058b3;height: 55px;overflow: hidden;}
.navigation span{line-height: 55px;width: 126px;background: url(../images/nav_line.jpg) no-repeat 0px;display: block;float: left;text-align: center;}
.navigation span a{color: #fff;font-size: 16px;display: block;}
.navigation span a:hover{background: url(../images/nav_hover.png) no-repeat center 46px;}
.navigation span a.hover{background: url(../images/nav_hover.png) no-repeat center 46px;}

.navigation span:hover .nav{display:block;}

/*下拉菜单*/
.nav{width: 130px;position: absolute;z-index: 2;*margin-left:-64px;display: none;}
.nav li{text-align: center;line-height: 40px;margin-top: 1px;}
.nav li a{display: block;width: 240px;height: 40px;background: url("../images/nav_bg.png") repeat-x;color: #fff;font-size: 14px;}
.nav li a:hover{background: url("../images/nav_h.png") repeat-x;color: #fff;}
.nav_prod li a:hover{background: url("../images/nav_h1.png") no-repeat;}

/*第三级下拉菜单*/
.nav li .nav_le{overflow: hidden;width: 240px;position: absolute;z-index: 3;left: 131px;display: none;margin-top: -40px;*margin-top:0;}
.nav li .nav_le a{width: 240px;height: 40px;margin-bottom: 1px;background: url("../images/nav_h2.png") repeat-x;line-height: 40px;text-align: center;color: #fff;font-size: 14px;}
.nav li .nav_le a:hover{background: #fd0000;color: #fff;}

.nav li:hover .nav_le{display: block;}

/*搜索框和语言版本*/
.top_pos{overflow: hidden;position: absolute;left: 50%;top: 155px;z-index: 1;margin-left:170px;width: 335px;}
.top_la{overflow: hidden;float: right;}
.top_language{
    width: 85px;
    height: 25px;
    background: url("../images/language.jpg") no-repeat right #1a70c9;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    padding-left: 15px;
    cursor: pointer;
}
.top_lang{overflow: hidden;width: 75px;margin-top: 1px;display: none;}
.top_lang a{
    height: 26px;
    background: #1a70c9;
    margin-bottom: 1px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    display: block;
}
.top_lang a:hover{background: #fd0000;color: #fff;}

.top_search{overflow: hidden;height: 25px;float:right;margin-right: 2px;}
.top_sear{height: 25px;overflow: hidden;/*width:271px;*/}
.top_btn{
    width: 25px;
    height: 25px;
    background: url("../images/top_search.jpg") no-repeat;
    cursor: pointer;
    float: right;
    outline: none;
}
.top_txt{
    width: 190px;
    height: 19px;
    background: #0072c7;
    float: right;
    margin-right: 1px;
    color: #fff;
    font-size: 12px;
    padding:3px 0px 3px 10px;
    display:none;
    outline: none;
}



/* ================================================  top end ============================================ */



/* ================================================  content start ============================================ */

.flexslider{position:relative;overflow:hidden;*height: 500px;}
.flex-viewport{
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.flexslider .slides{zoom:1;}
.flexslider .slides li{float: left;width: 100%;}
.flexslider .slides li a{display: block;}
.flex-direction-nav a{
    width:60px;
    height:90px;
    line-height:99em;
    overflow:hidden;
    margin:-60px 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;
}
.flex-direction-nav .flex-next{background-position:0 -90px;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;display: none;}
.flex-control-nav li{margin:0 5px;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{background-position:0 0;}

/*您在寻找什么*/
.product{overflow: hidden;padding: 40px 0px 20px 0px;}
.title{overflow: hidden;}
.title h2{color: #2c5885;font-size: 28px;font-weight: bold;text-align: center;}
.title h2 span{color: #fd0000;}
.title_z{overflow: hidden;text-align: center;margin-top: -2px;}
.title_z span{height: 19px; width: 335px; display: inline-block;*display: inline;*zoom:1;}
.title_z p{
	color: #bebebe;
	font-size: 16px;
	font-family: "Constantia";
	margin: 0px 8px; 
	text-transform: uppercase; 
	background: url(../images/title_heng.jpg) no-repeat center 25px;
	padding-bottom: 30px;
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.title_zuo{background: url(../images/title_zuo.png) no-repeat right 10px;}
.title_you{background: url(../images/title_you.png) no-repeat left 10px;}

.product_c,.product_t{overflow: hidden;}

.p_prev,.p_next{display: block;width: 12px;height: 23px;margin-top: 20px;}
.p_prev{float: left;background: url(../images/prev.png) no-repeat;}
.p_next{float: right;background: url(../images/next.png) no-repeat;}
.p_prev:hover{float: left;background: url(../images/prev_hover.png) no-repeat;}
.p_next:hover{float: right;background: url(../images/next_hover.png) no-repeat;}

.product_u{overflow: hidden;width: 960px;height: 45px;position: relative;float: left;padding-top: 10px;margin-left: 15px;}
.product_u li{float:left;padding-right: 8px;line-height: 45px;text-align: center;width: 130px;}
.product_u li.r{padding-right: 0;}
.product_u li a{display: block;width: 130px;height: 45px;background: #e6e6e6;font-size: 14px;color: #676767;-webkit-transition: all 0.5s ease-in-out 0s;}
.product_u li a:hover{background: #0058b3;color: #fff;}
.product_u li a.hover{background: #0058b3;color: #fff;}

.product_ct{overflow: hidden;padding-top: 10px;height:345px;margin-top: 20px;}
.product_ct li{width: 230px;padding-right: 30px;float: left;overflow: hidden;}
.product_ct li.r{padding-right: 0;}
.product_ct li a{display: block;width: 210px;background: #efefef;padding: 10px;-webkit-transition: all 0.5s ease-in-out 0s;}
.product_ct li a img{width: 210px;height: 158px;margin-bottom: 20px;}
.product_ct li a h3{color: #676767;font-size: 14px;padding-left: 10px;font-size: 18px;cursor: pointer;height: 26px;
overflow: hidden;}
.product_ct li a h6{width: 65px;height: 1px;background: #d9d9d9;margin: 13px 0px 13px 10px;cursor: pointer;}
.product_ct li a p{color: #5b5b5b;font-size: 12px;line-height: 23px;cursor: pointer;padding-left: 10px;height: 46px;overflow: hidden;}
.product_ct li a h4{width: 78px;height: 26px;border:1px solid #a7a7a7;text-align: center;cursor: pointer;line-height: 26px;color: #5b5b5b;margin: 13px 0px 8px 10px;}
.product_ct li a:hover{background: #0058b3;}
.product_ct li a:hover h3,.product_ct li a:hover p{color: #fff;}
.product_ct li a:hover h6{background: #fff;}
.product_ct li a:hover h4{background: #fd0000;border: 1px solid #fd0000;color: #fff;}

.p_more{width: 185px;height: 35px;display: block;margin:30px auto;background: url(../images/more.jpg) no-repeat;-webkit-transition: all 0.5s ease-in-out 0s;}
.p_more:hover{background: url(../images/more_hover.jpg) no-repeat;}

.ps_bg{overflow: hidden;height: 380px;}


/*成功案例*/
.case{overflow: hidden;background:url("../images/case_bg.jpg") no-repeat center 456px #efefef;padding: 40px 0px 15px 0px;}
.case_c{overflow: hidden;margin: 30px 0px;}
.case_k{width: 505px;height: 252px;float: left;overflow: hidden;position: relative;}
.case_img{display: block;float: left;}
.case_img img{width: 252px;height: 252px;}
.case_zi{width: 223px;height: 222px;background:#fff;float:right;display: block;padding: 30px 15px 0px 15px;text-align: left;-webkit-transition: all 0.5s ease-in-out 0s;}
.case_zi h3{color: #3e3a39;font-size: 16px;line-height: 22px;height: 45px;overflow: hidden;-webkit-transition: all 0.5s ease-in-out 0s;cursor: pointer;}
.case_zi h6{width: 60px;height: 1px;background: #efefef;margin: 10px 0px;-webkit-transition: all 0.5s ease-in-out 0s;cursor: pointer;}
.case_zi p{color: #595757;font-size: 12px;line-height: 22px;margin-bottom: 20px;height: 88px;overflow: hidden;-webkit-transition: all 0.5s ease-in-out 0s;cursor: pointer;}
.case_zi h5{width: 28px;height: 28px;background: url("../images/case_more.jpg") no-repeat;-webkit-transition: all 0.5s ease-in-out 0s;cursor: pointer;}
.case_zi:hover{background: #0058b3;}
.case_zi:hover h1,.case_zi:hover p{color: #fff;}
.case_zi:hover h6{background: #fff;}
.case_zi:hover h5{background: url("../images/case_more_hover.jpg") no-repeat;}
.case_i,.case_i2{width:12px;height: 25px;position: absolute;z-index: 1;left: 47.65%;top: 47%;-webkit-transition: all 0.5s ease-in-out 0s;}
.case_i{background: url("../images/case_left.png") no-repeat;}
.case_zi:hover .case_i{background: url("../images/case_left_hover.png") no-repeat;}
.case_k .case_i2{background: url("../images/case_i.png") no-repeat;margin-left: 13px;}
.case_zi:hover .case_i2{background: url("../images/case_i_hover.png") no-repeat;}
.case_k .case_r{float: right;}
.case_k .case_e{float: left;}

/*关于我们*/
.about{overflow: hidden;padding-top: 40px;}
.about_c{overflow: hidden;padding-top:15px;}
.about_e{width: 675px;overflow: hidden;float: left;padding-bottom: 30px;}
.about_img{display: block;float: left;}
.about_zi{width: 405px;float: right;overflow: hidden;padding: 30px 0px 0px 15px; line-height:22px;}
.about_zi p{color:#595757;line-height: 25px;height: 125px;overflow: hidden;display:inline-block;width: 385px;}
.about_zi h5{width: 90px;height: 28px;background: url("../images/a_more.jpg") no-repeat;color: #fff;line-height: 28px;text-indent: 15px;margin-top: 20px;-webkit-transition: all 0.5s ease-in-out 0s;}
.about_zi:hover h5{background: url("../images/a_more_hover.jpg") no-repeat;color: #fff;}
.about_zi:hover p{text-decoration: underline;}

.about_r{width: 280px;float: right;background: #efefef;padding: 30px 10px 30px 10px;}
.h_prev,.h_next{width: 17px;height: 31px;display: block;margin-top: 90px;}
.h_prev{float: left;background: url("../images/h_prev.png") no-repeat;}
.h_next{float: right;background: url("../images/h_next.png") no-repeat;}
.h_prev:hover{float: left;background: url("../images/h_prev_hover.png") no-repeat;}
.h_next:hover{float: right;background: url("../images/h_next_hover.png") no-repeat;}
.about_ho{float:left;width: 220px;height: 250px;margin-left: 16px;overflow: hidden;position: relative;}
.about_ho li{width: 220px;float: left;overflow: hidden;}
.about_ho li a{display: block;text-align: center;}
.about_ho li a img{width: 220px;height: 220px;}
.about_ho li a p{color: #595757;font-size: 14px;padding-top: 8px;}
.about_ho li a:hover p{color: #fd0000;}


/*新闻*/
.news{background: #efefef;padding: 40px 0px;}
.news_k{width: 316px;padding-right: 30px;float: left;overflow: hidden;height: 365px;}
.news_k.r{padding-right: 0px;}
.news_k h2{color: #0c4f9b;font-size: 18px;padding-bottom: 15px;}
.news_k h2 span{color:#989898;font-size: 12px;font-family: Arial;text-transform:uppercase;}
.news_u{background: #fff;padding: 10px;}
.news_cu{width: 295px;height: 255px;overflow: hidden;position: relative;}
.news_cu li{width: 295px;float: left;overflow: hidden;}
.news_cu li a{display: block;}
.news_cu li a img{width: 295px;height: 182px;}
.news_cu li a h3{padding: 10px 0px 5px 0px;color: #3e3a39;font-size: 14px;width: 295px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news_cu li a p{color: #9fa0a0;font-size: 12px;line-height: 18px;height: 36px;overflow: hidden;}
.news_btn{overflow: hidden;margin: 12px 0px 15px 0px;}
.news_btn a{width: 45px;height: 26px;display: block;float: left;margin-right: 1px;-webkit-transition: all 0.5s ease-in-out 0s;}
.n_prev{background: url("../images/n_prev.jpg") no-repeat;}
.n_next{background: url("../images/n_next.jpg") no-repeat;}
.n_prev:hover{background: url("../images/n_prev_hover.jpg") no-repeat;}
.n_next:hover{background: url("../images/n_next_hover.jpg") no-repeat;}
.news_faq{background: #fff;padding: 15px 20px 20px 20px;overflow: hidden;}
.news_f{padding: 16px 0px;border-bottom: 1px solid #f3f5f7;overflow: hidden;}
.news_f h6{color: #595757;background: url("../images/ask.jpg") no-repeat;padding: 0px 0px 7px 35px;line-height: 25px;}
.news_f p{color:#fd0000;line-height: 16px;background: url("../images/da.jpg") no-repeat 0px;padding: 0px 0px 0px 35px;}

/*合作用户*/
.he{overflow: hidden;padding: 40px 0px;}
.he_c{overflow: hidden;margin-top: 20px;background: #efefef;padding: 20px 0px;}
.he_prev,.he_next{width:30px;height: 48px;display: block;margin-top: 60px;}
.he_prev{float: left;background: url("../images/c_prev.jpg") no-repeat;}
.he_next{float: right;background: url("../images/c_next.jpg") no-repeat;}
.he_prev:hover{background: url("../images/c_prev_hover.jpg") no-repeat;}
.he_next:hover{background: url("../images/c_next_hover.jpg") no-repeat;}
.he_u{width: 910px;overflow: hidden;height:200px;position: relative;float: left;margin-left: 27px;}
.he_u li{width:210px;float: left;overflow: hidden;padding-right: 18px;}
.he_u li.r{padding-right: 0;}
.he_u li a{display: block;width:210px;height:158px;border: 1px solid #dfdfdf;}
.he_u li p{font-size:14px; text-align:center;}
.he_u li p:hover{color:#0058b3}


/* ================================================  content end ============================================ */



/* ================================================  foot start ============================================ */
.foot_one{overflow: hidden;background: #0063b3;}
.link_name{width: 80px;height: 45px;background: url("../images/link.jpg") no-repeat;color: #fff;font-size: 14px;text-align: center;line-height: 45px;float: left;}
.link_u{width: 905px;padding-left:15px;float: left;overflow: hidden;padding-top: 10px;}
.link_u li{float: left;background: url("../images/link_line.jpg") no-repeat right 8px;line-height: 30px;}
.link_u a{display: block;padding: 0px 15px;color: #cedef3;font-size: 14px;}
.link_u a:hover{color:#fd0000;}

.foot_two{background: #0058b3;padding-top: 30px;}
.foot_logo{display: block;float: left;margin-right: 10px;}
.foot_code{float:left;overflow: hidden;text-align: center;}

.foot_nav{overflow: hidden;float: left;padding-left: 22px;}
.foot_u{overflow: hidden;padding-bottom:5px;}
.foot_u li{float: left;}
.foot_u li a{display: block;font-size: 14px;color: #cedcee;padding-right: 20px;}
.foot_u li a:hover{color: #fd0000;}
.foot_nav p,.foot_nav p span,.foot_nav p span a{color: #cedcee;line-height: 19px;font-size: 12px;}
.foot_nav p span a:hover{color: #fd0000;}

.foot_ban{overflow: hidden;border-top: 1px solid #004f9f;height: 40px;line-height: 40px;color: #cedcee;font-size: 12px;margin-top: 25px;}
.foot_ban a{color: #cedcee;}
.foot_ban a:hover{color: #fd0000;}

/* ================================================  foot end ============================================ */



/* ================================================  内页 ============================================ */

/*产品中心*/
.in_cont{overflow: hidden;padding:35px 0px 35px 0px;}
.in_title{overflow: hidden;padding-bottom: 35px;background: url("../images/in_title.jpg") no-repeat 125px 15px;}
.in_title h1{color: #2c5885;font-size: 28px;font-weight: bold;background: #fff;float: left;padding-right: 10px;}
.in_position{overflow: hidden;background: #fff;padding-left: 10px;float: right;line-height: 37px;color: #7b7b7b;}
.in_position a{color: #7b7b7b;}
.in_position a:hover{color: #fd0000;}
.in_position a.hover{color: #fd0000;}

/*栏目*/
.in_lan{overflow: hidden;background: #0058b3;}
.in_lan ul{overflow: hidden;}
.in_lan li{float: left;line-height: 41px;}
.in_lan li a{display: block;padding: 0px 34px;font-size: 14px;color: #fff;text-align: center; height:41px;}
.in_lan li a:hover{background:#004c9b;}
.in_lan li a.hover{background:#004c9b;}
.in_lan li a h6{height: 4px;background: url("../images/in_t_hover.jpg") no-repeat center;display: none;*width: 25px;}
.in_lan li a:hover h6{display: block;}
.in_lan li a.hover h6{display: block;}

/*产品页的三级栏目*/
.in_lan_san{overflow: hidden;background: #efefef;clear: both;margin-top: 15px;line-height: 45px;display: none;}
.in_lan_san a{display: block;float: left;padding: 0px 34px;background: url("../images/in_san.jpg") no-repeat 0px;color:#000;font-size: 14px;}
.in_lan_san a:hover{color: #0058b3;}
.in_lan_san a.hover{color: #0058b3;}
.in_lan_san a.r{background: none;}

.in_so_san{background: #0058b3}
.in_so_san a{color: #fff;background: url(../images/nav_line.jpg) no-repeat 0px;}
.in_so_san a:hover{color: #fd0000;}

/*内容*/
.in_ct{overflow: hidden;padding:30px 0px;}
.in_p_u{height: auto;padding: 0;margin: 0;}
.in_p_u li{padding-bottom: 30px;}

/*page*/
.page_ul{overflow: hidden;}
.page_ul .page{
    height:35px;
    font-size:12px;
    text-align:center;
    margin:10px 0px 30px 0px;
}
.page_ul .page a{display:inline-block;}
.page_ul .page .shu_1{
    background:#0058b3;
    text-align:center;
    line-height:30px;
    height:30px;
    width:35px;
    color: #fff;
    font-size: 14px;
    margin-right: 12px;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.page_ul .page .shu_1:hover{background:#fd0000;color: #fff;}
.page_ul .page .shu_1.hover{background:#fd0000;color: #fff;}

.page_prev,.page_next{
    width:40px;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.page_prev{background: url("../images/page_prev.jpg") no-repeat center;}
.page_next{background: url("../images/page_next.jpg") no-repeat center;}
.page_prev:hover{background: url("../images/page_prev_hover.jpg") no-repeat center;}
.page_next:hover{background: url("../images/page_next_hover.jpg") no-repeat center;}

/*新闻资讯*/
.news_cont3{overflow: hidden;padding: 0;background: none;}
.news_cont1{
    overflow: hidden;
    margin: 0px 0px 20px 0px;
    background: #efefef;
    padding: 8px;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.news_cont1:hover{background: #0072c7;}
.news_cont1 .img{display: block;height:134px;width: 179px;float: left;background: url("../images/logo.jpg") no-repeat center;}
.news_cont1 .img img{height:134px;width: 179px;}
.news_cont1 .texta{width:780px;float: right;padding: 8px 8px 0px 0px;height: 121px;}
.news_cont1 .texta span{
    font-size: 12px;
    color: #b5b5b6;
    line-height: 25px;
    display: block;
}
.texta div{line-height:20px;color: #3e3a39;font-size: 12px;height: 63px;overflow: hidden;cursor: pointer;}
.news_cont1 .texta p{color: #222;font-size: 18px;padding: 10px 0px;cursor: pointer;}
.news_cont1:hover .texta p,.news_cont1:hover .texta div{color: #fff;}

/*新闻资讯内页*/
.news_in{overflow: hidden;}
.news_in_name{text-align: center;overflow: hidden;padding-bottom: 10px;border-bottom: 1px dashed #efefef;margin-bottom: 25px;}
.news_in_name h2{color: #0c4f9b;font-size: 20px;padding-bottom: 5px;}
.news_in_name p{color: #9fa0a0;display: inline-block;*display: inherit;*zoom: 1;padding-right: 10px;}
.news_in_c{overflow: hidden;text-align: center;}
.news_in_c p{line-height: 25px;text-align: left;color: #727171;}
.news_in_c img{margin: 25px 0px;}
.news_p{padding-bottom: 25px;}

.tiao{overflow: hidden;margin: 20px 0px 30px 0px;}
.tiao a{display:block;width: 463px;height: 45px;line-height: 45px;padding-left: 35px;background: #e6e6e6;text-align: left;color: #595757;-webkit-transition: all 0.5s ease-in-out 0s;}
.tiao_e{float: left;}
.tiao_r{float: right;}
.tiao a:hover{background: #004c9b;color: #fff;}

/*合作加盟*/
.meng{overflow: hidden;}
.meng p{color: #595757;line-height: 25px;}
.meng img{margin: 0px 0px;}

/*成功案例*/
.in_case{overflow: hidden;}
.in_case .news_cont1 .img{width: 180px;height: 180px;}
.in_case .news_cont1 .img img{width: 180px;height: 180px;}
.in_case .texta h6{width: 28px;height: 28px;background: url("../images/case_more.jpg") no-repeat;-webkit-transition: all 0.5s ease-in-out 0s;margin-top: 17px;}
.in_case .news_cont1:hover h6{background: url("../images/case_more_hover.jpg") no-repeat;}

/*产品*/
.in_pd{background: #efefef;padding: 0px 0px 50px 0px;}
.in_pdu{overflow: hidden;width: 1010px;margin: auto;height: 250px;position: relative;padding-top: 30px;}
.in_pdu li{width: 230px;padding-right:30px;float: left; height:247px;}
.in_pdu li a{display: block;background: #fff;width: 230px;height:247px;border-bottom: 3px solid #0058b3;-webkit-transition: all 0.5s ease-in-out 0s;}
.in_pdu li a h2{color: #073e76;font-size: 13px;padding: 25px 15px 3px 15px;width: 200px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in_pdu li a p{color: #727171;font-size: 12px;padding: 4px 15px;text-overflow: ellipsis;white-space: nowrap;width: 200px;overflow: hidden;}
.in_pdu li a img{width: 230px;height: 173px;}
.in_pdu li a:hover{border-bottom: 3px solid #fd0000;}

/*联系我们*/
.in_contact{overflow: hidden;padding: 50px 40px 0px 40px;}
.in_con{overflow: hidden;padding-bottom: 70px;width: 745px;margin: auto;}
.in_ct_logo{float:left;display: block;padding-right: 40px;border-right: 1px solid #eaeaea;}
.in_ct_zi{float: left;padding-left: 40px;padding-top:5px;}
.in_ct_zi p,.in_ct_zi p span,.in_ct_zi p span a{color: #000;line-height: 30px;font-size: 14px;}

/*荣誉资质*/
.honor{overflow: hidden;}
.honor li{float: left;width: 230px;text-align: center;padding:0px 30px 30px 0px;}
.honor li.r{padding-right: 0;}
.honor li img{width: 220px;height: 220px;border: 1px solid #eaeaea;}
.honor li p{line-height: 35px;font-size: 14px;}

/*employ*/
.cz_employ{
    /*width:721px;*/
    padding:0 2px;
    margin:0 auto
}
.cz_employt{
    height:110px;
    border-bottom:1px dashed #e5e5e5;

}
.cz_employtl{
    float:left;
    margin-top:15px;
}
.cz_employtr{
    float:right;
    margin-top:15px;
}
/*.cz_employc_a{*/
/*line-height:23px;*/
/*padding:10px 0;*/
/*color:#666666;*/
/*font-size:12px;*/
/*}*/
.cz_employc_b{
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
.cz_employc_bt{
    height:33px;

}
.cz_employc_bt.a{
    background:#ededed}
.cz_employc_bt div{
    line-height:33px;
    color:#666666;
    text-align:center;
    float:left;
    display:block;
    font-size:12px;
}
.cz_employc_bt .a{
    width:670px;
    border-right:1px solid #dddddd
}
.cz_employc_bt .b{
    width:140px;
    border-right:1px solid #dddddd
}
.cz_employc_bt .c{
    width:170px;}

.cz_employc_bt .a.cz_a{
    text-align:left
}
.cz_employc_bt .a.cz_a span{
    width:20px;
    height:33px;
    background:url(../images/employ_c.png) no-repeat 10px 12px;
    display:block;
    float:left
}
.cz_employc_bt .cz_current{
    background:url(../images/employ_b.png) no-repeat 7px 15px !important;
}
.czem_a_cont{
    padding:30px 10px;
    border-bottom:1px solid #dddddd;
    display:none}

.czem_a_cont p{
    color:#666666;
    font-size:12px;
    line-height:25px;
    margin:5px 0
}
.cz_employc_bt.bo{
    border-bottom:1px solid #dddddd;
    cursor:pointer;

}

/*常见问题*/
.in_faq{overflow: hidden;}
.in_faq a{display: block;height: 40px;background: url("../images/faq_h.jpg") no-repeat;color: #595757;font-size: 14px;line-height: 40px;padding-left: 20px;-webkit-transition: all 0.5s ease-in-out 0s;margin-bottom: 15px;}
.in_faq a:hover{color: #fff;background: url("../images/faq_hover.jpg") no-repeat;}

/*资料下载*/
.in_down{overflow: hidden;}
.in_dw{background: #efefef;height: 40px;padding:0px 20px;margin-bottom: 15px;}
.in_dw h6{color: #595757;font-size: 14px;line-height: 40px;float: left;cursor: pointer;width: 900px;}
.in_dw:hover{background: #0058b3;}
.in_dw.hover{background: #0058b3;}
.in_dw:hover h6{color: #fff;}
.in_dw.hover h6{color: #fff;}
.in_dw a{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    background: url("../images/down.png") no-repeat;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.in_dw:hover a{background: url("../images/down_h.png") no-repeat;}
.in_dw.hover a{background: url("../images/down_h.png") no-repeat;}

.in_dwu{overflow: hidden;display: none;}
.in_dwc{overflow: hidden;background: #efefef;padding: 20px;margin-bottom: 20px;}
.in_dwc p{color: #595757;line-height: 22px;font-size: 12px;}
.in_dwj{width: 10px;height: 5px;background: url("../images/in_t_j.jpg") no-repeat;margin-left: 70px;}

/*技术支持*/
.in_service{overflow: hidden;}

/*产品中心内页*/
.in_pr{overflow: hidden;}
.in_pe{width: 360px;height: 270px;background: #f7f7f7;padding: 10px;float:left;overflow: hidden;}
.in_py{width: 600px;overflow: hidden;float: right;}
.in_py h1{color: #fd0000;font-size: 28px;padding: 15px 0px 10px 0px;border-bottom: 2px solid #f7f7f7;}
.in_py_z{overflow: hidden;padding: 15px 0px;}
.in_py_z p{color: #595757;font-size: 14px;line-height: 23px;}
.in_py_z pre {
width:590px;
color: #595757;
font-size: 14px;
line-height: 23px;
overflow: hidden;
word-wrap: break-word;
}
.in_p_g p {
color: #595757;
font-size: 14px;
line-height: 35px;
overflow: hidden;
}
/*图片放大镜样式*/
.jqzoom{border:none;position:relative;cursor:pointer;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:360px;height:270px;float: left;}
.spec-scroll{clear:both;margin-top:20px;width:340px;}
.spec-scroll .prev{float:left;margin-right:4px;background: url("../images/pi_prev.jpg") no-repeat;}
.spec-scroll .next{float:right;background: url("../images/pi_next.jpg") no-repeat;}
.spec-scroll .prev:hover{background: url("../images/pi_prev_hover.jpg") no-repeat;}
.spec-scroll .next:hover{background: url("../images/pi_next_hover.jpg") no-repeat;}
.spec-scroll .prev,.spec-scroll .next{display:block;width:33px;height:63px;cursor:pointer;}
.spec-scroll .items{float:left;position:relative;width:260px;height:70px;overflow:hidden;margin-left: 3px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:63px;}
.spec-scroll .items ul li{float:left;width:87px;text-align:center;}
.spec-scroll .items ul li img{width:79px;height:59px;cursor: pointer;padding: 2px;background: #f7f7f7}
.spec-scroll .items ul li img:hover{background: #0058b3}
.spec-scroll .items ul li img.hover{background: #0058b3}

.in_p_w{overflow: hidden;clear: both;padding: 50px 0px 30px 0px;}
.in_p_tit{overflow: hidden;background: url("../images/p_heng.png") repeat-x 0px 43px;height: 45px;}
.in_p_tit a{
    width: 160px;
    float: left;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 45px;
    color: #000;
    background: #e6e6e6;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.in_p_tit a:hover{background: #0058b3;color: #fff;}
.in_p_tit a.hover{background: #0058b3;color: #fff;}

.in_pk{overflow: hidden;padding-top: 20px;}
.in_p_g,.in_ps{overflow: hidden;}
.in_p_g img{margin-top: 20px;}

.in_ps p{color: #595757;font-size: 14px;line-height: 35px;}

.title_zuo1{background: url("../images/title_zuo1.png") no-repeat right 10px;}
.title_you1{background: url("../images/title_you1.png") no-repeat left 10px;}

/*成功案例滚动样式*/
#wrapper {
    width: 1010px;
    /*height: 565px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*margin-left: 45px;*/
    overflow: hidden;
}

#carousel {width:1010px;position:relative;}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {
    /*background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0;*/
    color: #999;
    text-align: center;
    display: block;
    width: 1010px;
    height: 565px;
    padding: 0;
    /*margin: 6px;*/
    float: left;
    position: relative;
}
/*#carousel li span {*/
    /*background: transparent url(../images/carousel_shine.png) no-repeat 0 0;*/
    /*text-indent: -999px;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*width: 201px;*/
    /*height: 127px;*/
    /*position: absolute;*/
    /*z-index: 2;*/
    /*top: 14px;*/
    /*left: 16px;*/
/*}*/
#carousel .prev, #carousel .next {
/*    background: transparent url(../images/carousel_control.png) no-repeat 0 0;*/
    text-indent: -999px;
    display: none;
    overflow: hidden;
    width: 55px;
    height: 70px;
    margin-left: 10px;
    position: absolute;
    top:35%;
}
#carousel .prev {background-position: 0px 0px;left:-70px;}
#carousel .prev:hover {left: -70px;}
#carousel .next {background-position: 0px 0;right:-70px;}
#carousel .next:hover {right: -70px;}
#carousel .pager {text-align: center;margin:8px auto;}
#carousel .pager a {
    background: transparent url(../images/carousel_control.png) no-repeat  -23px -35px;
    text-decoration: none;
    line-height: 100px;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 4px;
    margin: 0 8px;
}
#carousel .pager a.selected {
    background: transparent url(../images/carousel_control.png) no-repeat -110px -35px;
    text-decoration: underline;
}

#source {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
}
#source, #source a {font-size: 12px;color: #999;}

#donate-spacer {height: 100%;}
#donate {
    border-top: 1px solid #999;
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}
#donate p, #donate form {margin: 0;float: left;}
#donate p {width: 650px;}
#donate form {width: 100px;}


/*客服*/
.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    right:0;
    width:45px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:#0058b3;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    display: block;
    overflow: hidden;
    height: 45px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background:#fd0000;
}
.qqkefu ul li.top{
    /*color:#333;*/
    /*font-weight:800;*/
    /*text-align:center;*/
    /*line-height:45px;*/
    background:url("../images/backup.png") no-repeat center #0058b3;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}
.qqkefu ul li.top span{
    position:absolute;
    display:block;
    left:0;
    top:-5px;
    height:5px;
    width:45px;
    /*background:url(../images/czx2.png) no-repeat center;*/
}
.qqkefu ul li.top:hover{
    background:url("../images/backup.png") no-repeat center #fd0000;
}
/*.qqkefu ul li.top:hover span{*/
    /*background:url(../images/czx2_hover.png) no-repeat center}*/
.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:left}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li b.a{
    background:url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li b.b{
    background:url(../images/message.png) no-repeat center center;
}
.qqkefu ul li b.c{
    background:url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li b.e{
    background:url(../images/tel.png) no-repeat center center;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{
    /*width: 390px;*/
    height: 150px;
    position: absolute;
    top: -107px;
    left: -140px;
    background: #FFF;
    border: 1px solid #CCC;
    float: right;
    cursor: default !important;
    display:none
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p a{height: auto;}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    background:url(../images/czx6.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 122px;
}




/* ==========  内页 ======== */
/*分页专用css2 -- npage*/
.npage{clear:both; padding:15px 0; color:#666; font:normal 12px/24px Arial; text-align:center;}
.npage span{ padding:0 5px;}
.npage a{display:inline-block; height:22px; margin:0 2px; padding:0 8px; border:solid 1px #ccc; -moz-border-radius:2px; -webkit-border-radius:2px; -khtml-border-radius:2px; border-radius:2px; background:#fff; color:#333; font:normal 12px/22px Arial, Helvetica, sans-serif; cursor:pointer;}
.npage a:hover{height:24px; margin:0 3px; border:none; background:#00549a; color:#fff!important; line-height:24px; text-decoration:none;}
.npage a.select{cursor:default;}

table.hovertable {font-family: verdana,arial,sans-serif;font-size:11px;color:#333333;	border-width: 1px;border-color: #ddd;border-collapse: collapse;text-align:left;margin:3px auto 3px;}
table.hovertable th {background-color:#ddd;color:#333;border-width: 1px;padding: 8px;border-style: solid;border-color: #ddd;}
table.hovertable tr {background-color:#fff;}
/*table.hovertable tr:nth-child(2), table.hovertable tr:nth-child(4),table.hovertable tr:nth-child(6),table.hovertable tr:nth-child(8),table.hovertable tr:nth-child(10){background-color:#eee;}
table.hovertable tr:hover {background-color:#ddd;}*/
table.hovertable td {border-width: 1px;padding: 8px;border-style: solid;border-color: #ddd;}
table.hovertable input:focus ,table.hovertable textarea:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}table.hovertable input[type="text"],table.hovertable select,table.hovertable textarea,table.hovertable input.bnt{padding:2px;border:1px solid #c9c9c9;color:#666;outline:none;font-size:14px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;}table.hovertable input[type="text"],table.hovertable select{height:30px;}
table.hovertable input.bnt{height:30px;width:60px;background:#fff;}
table.hovertable input.bnt:hover{height:30px;width:60px;background:rgba(0,0,0,.075);}