*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.clearfix, .c {
    zoom: 1;
    clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
    display: table;
    content: "";
}
.clearfix:after, .c:after {
    clear: both;
}
.l{
    float: left;
}
.r{
    float: right;
}
/* Write your styles */
.box{
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
}
.box img{
	max-width:100%;
	}
.main_num_box{
    position: relative;
}
.top{
    height: 38px;
    line-height: 38px;
    width: 100%;
    font-size: 13px;
    background-color: #004ea1;
    font-weight: 300;
}
.top_l{
    float: left;
    color: #ffffff;
}
.top_r{
    float: right;
}
.top_r a{
    color: #ffffff;
    margin-left: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.top_r a:hover{
    color: #e70000;
}
.nav{
    height: 105px;
    position: relative;
}
.logo{
    float: left;
    line-height: 105px;
}
.nav_list{
    float: left;
    margin-left: 30px;
}
.nav_list li{
    float: left;
}
.nav_list_a1{
    padding: 0 15px;
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    line-height: 105px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_a1:hover{
    background-color: rgba(0,78,161,0.8);
    color: #ffffff;
}
.nav_list li .nav_list_a1_select{
    background-color: rgba(0,78,161,0.8);
    color: #ffffff;
}
/*nav_erji*/
.nav .box{
    position: initial;
}
.nav_list_erji{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 99;
    overflow: hidden;
    background: rgba(51,113,180,1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list li:hover .nav_list_erji{
    opacity: 1;
    height: 310px;
}
.nav_list_erji_box{
    width: 1200px;
    margin: 0 auto;
}
.nav_list_erji_l_list_l{
    float: left;
    width: 350px;
    height: 220px;
}
.nav_list_erji_l_list_r{
    float: left;
    height: 237px;
    width: 350px;
    overflow: hidden;
}
.nav_list_erji_l_list_r img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_erji_l_list_r img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.nav_list_erji_l_p{
    width: 40%;
    float: left;
    font-size: 15px;
    position: relative;
    height: 36px;
    overflow: hidden;
    color: #ffffff;
    line-height: 36px;
    padding-left: 10px;
    /*display: none;*/
    border-bottom: 1px solid rgba(255,255,255,0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_erji_l_list_l_s1{
    display: block;
    position: absolute;
    top: 0;
}
.nav_list_erji_l_list_l_s2{
    display: block;
    position: absolute;
    top: 36px;
}
.nav_list li:hover .nav_list_erji_l_p{
    display: block;
}
.nav_list_erji_l_p:hover .nav_list_erji_l_list_l_s1{
    top: -36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_erji_l_p:hover .nav_list_erji_l_list_l_s2{
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_erji_l_list_l_s2 i{
    font-family: SimSun;
    font-style: normal;
    display: inline-block;
    width: 6px;
    text-align: center;
}
.nav_list_erji_l_list{
    margin-top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list li:hover .nav_list_erji_l_list{
    margin-top: 30px;
}
.nav_list_erji_l_li{
    float: left;
    margin-right: 30px;
}
.nav_list_erji_l_list_box{
    width: 700px;
    margin-left: 50px;
    float: right;
    margin-top: 10px;
}
.nav_list_erji_l_con{
    width: 400px;
    float: left;
    margin-left: 20px;
}
.nav_list_erji_l_con_name{
    font-size: 30px;
    color: #ffffff;
}
.nav_list_erji_l_con_js{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 14px;
}
.nav_list_erji_l_con_more{
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    margin-top: 20px;
}
.nav_list_erji_l_con_more a{
    display: block;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav_list_erji_l_con_more a:hover{
    background-color: #ffffff;
    color: #004ea1;
}
/*nav_erji*/
.language{
    float: right;
}
.language_l{
    float: left;
    line-height: 100px;
    margin-left: 20px;
}
.language_l img{
    vertical-align: middle;
}
.language_l span{
    font-size: 13px;
    color: #5a5a5a;
    vertical-align: middle;
    margin-right: 8px;
}
.language_r{
    float: left;
   
    line-height: 100px;
}
.language_r a{
    position: relative;
    display: block;
    height: 105px;
    padding: 0 15px;
}
.language_r a .ojbkc{
    position: absolute;
    pointer-events: none;
    display: block;
    width: 308px;
    top: 130px;
    right: -72px;
    height: 50px;
    background: #3371B4;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.language_r a:hover .ojbkc{
    pointer-events: auto;
    top: 105px;
    opacity: 1;
    height: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.banner{
    height: 630px;
    position: relative;
    z-index: 9;
}
.banner_li{
    width: 100%;
    height: 630px;
    background-size: auto 100% !important;
}
.banner .am-slider-default .am-control-nav{
    bottom: 15px;
}
.banner .am-slider-default .am-control-nav li a{
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.banner .am-slider-default .am-control-nav li a:hover{
    background-color: rgba(255,255,255, .7);
}
.banner .am-slider-default .am-control-nav li a.am-active{
    width: 40px;
}
.banner .am-direction-nav{
    display: none;
}
.main_name{
    font-size: 36px;
    color: #333333;
    font-weight: bolder;
}
.main_js{
    font-size: 18px;
    color: #666666;
    font-weight: bolder;
}
.main_title_l{
    float: left;
}
.main_title_r{
    float: right;
    width: 185px;
    height: 42px;
    border: 1px solid #CBCBCB;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_title_r span{
    vertical-align: middle;
    font-size: 14px;
    margin-right: 10px;
    color: #000000;
}
.main_title_r img{
    vertical-align: middle;
    -webkit-animation:gogogo1 3s infinite linear;
    -moz-animation:gogogo1 3s infinite linear;
    -o-animation:gogogo1 3s infinite linear;
    animation:gogogo1 3s infinite linear;
}
.main_title_r:hover{
    border: 1px solid #000000;
}
@-webkit-keyframes gogogo1 {
    0% {
        -webkit-transform:rotate(0deg);
    }
    25% {
        -webkit-transform:rotate(90deg);
    }
    50% {
        -webkit-transform:rotate(180deg);
    }
    75% {
        -webkit-transform:rotate(270deg);
    }
    100% {
        -webkit-transform:rotate(360deg);
    }
}
@keyframes gogogo1 {
    0% {
        transform:rotate(0deg);
    }
    25% {
        transform:rotate(90deg);
    }
    50% {
        transform:rotate(180deg);
    }
    75% {
        transform:rotate(270deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.main_title{
    margin-top: 55px;
}
.main_news_box_l{
    float: left;
    width: 665px;
}
.main_news_box_l .am-tabs-bd .am-tab-panel{
    padding: 0;
}
.main_news_box_l .am-tabs-default .am-tabs-nav{
    line-height: 50px;
    background: none;
}
.main_news_box_l .am-tabs-default .am-tabs-nav a{
    line-height: 50px;
    font-size: 16px;
    background-color: #f7f7f7;
}
.main_news_box_l .am-tabs-nav li{
    width: 219px;
    margin-right: 3px;
}
.main_news_box_l .am-tabs-default .am-tabs-nav > .am-active a{
    background-color: #1B499B;
}
.am-tabs-bd_div_box{
    width: 100%;
    margin: 0 auto;
}
.main_news_box_l .am-tabs-bd{
    border: none;
}

.tab-con_div_time{
    float: left;
    text-align: right;
    width: 95px;
    margin-top: 8px;
    padding-right: 20px;
    border-right: 1px solid #E3E3E3;
}
.tab-con_div_nian {
    font-size: 14px;
    color: #1B499B;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-con_div_yue{
    color: #1B499B;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-con_div_con{
    float: left;
    width: 410px;
    margin-left: 20px;
}
.tab-con_div_name{
    font-size: 18px;
    color: #222222;
    margin-top: 5px;
    font-weight: bolder;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.am-tabs-bd_div:hover .tab-con_div_name{
    color: #1B499B;
}
.tab-con_div_js{
    font-size: 14px;
    color: #767676;
    margin-top: 4px;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_l .tab-con-item li:hover .tab-con_div_js{
    color: #056FB0;
}
.tab-con_div_more{
    border-radius: 50%;
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: SimSun;
    color: #c3c3c3;
    border: 1px solid #C3C3C3;
    margin-top: 22px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_l .tab-con-item li:hover .tab-con_div_more{
    color: #056FB0;
    border: 1px solid #056FB0;
    margin-right: 10px;
}
.am-tabs-bd_div{
    padding: 25px 0;
    border-bottom: 1px solid #F2F2F2;
}
.am-tabs-bd_div:hover .tab-con_div_more{
    margin-right: 10px;
    border: 1px solid #1B499B;
    color: #ffffff;
    font-weight: bolder;
    background-color: #1b499b;
}
.main_news_box{
    margin-top: 40px;
}
.main_news_box_r{
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    float: right;
    width: 504px;
    height: 336px;
}
.main_news_box_r_img{
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_box_r:hover .main_news_box_r_img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main_news_box_zhe{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url(../images/video_bg.png) no-repeat center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_box_r:hover .main_news_box_zhe{
    height: 80px;
}
.main_news_box_zhe_box{
    width: 90%;
    margin: 0 auto;
}
.main_news_box_zhe_box_title{
    float: left;
    font-size: 20px;
    color: #ffffff;
}
.main_news_box_zhe_box_more{
    float: right;
    line-height: 100px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_box_r:hover .main_news_box_zhe_box_more{
    line-height: 80px;
}
.main_news_box_zhe_enname{
    font-weight: 700;
    margin-top: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_news_box_r:hover .main_news_box_zhe_enname{
    margin-top: 6px;
}
.main_news_box_zhe_name{
    font-weight: bolder;
}
.main_num{
    margin-top: 0px;
    width: 100%;
    height: 240px;
    position: relative;
    /*background-color: #f7f7f7;*/
}
#container{
    position: absolute;
    top: 0;
    left: 0;
}
.main_num_li_nian{
    margin-top: 50px;
}
.main_num_li_nian b{
    font-size: 65px;
    color: #ffffff;
    font-family: Impact;
}
.main_num_li_nian span{
    font-size: 16px;
    color: #ffffff;
    margin-left: 5px;
}
.main_num_li_name{
    font-size: 16px;
    color: #ffffff;
}
.main_num li{
    text-align: center;
    width: 25%;
    float: left;
}
.main_chanye_box{
    height: 470px;
    margin-top: 40px;
}
.main_chanye_li_l{
    width: 410px;
    height: 470px;
    float: left;
    background: url(../images/main_chanye_l.jpg) no-repeat center;
}
.main_chanye_box .am-slider-default{
    margin: 0;
    box-shadow: none;
}
.main_chanye_li_l_box{
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
}
.main_chanye_li_l_name{
    font-size: 30px;
    margin-top: 90px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_chanye_li:hover .main_chanye_li_l_name{
    margin-top: 50px;
}
.main_chanye_li_l_enname{
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    font-weight: bolder;
}
.main_chanye_li_l_js{
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    margin-top: 28px;
}
.main_chanye_li_l_more{
    width: 164px;
    height: 44px;
    border: 2px solid #EBEAE9;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.main_chanye_li:hover .main_chanye_li_l_more{
    background-color: #ffffff;
    color: #1b499b;
    margin-top: 70px;
    width: 200px;
}
.main_chanye_li_r{
    width: 780px;
    height: 470px;
    float: right;
}
.main_chanye_more .main_title_r{
    float: none;
    margin: 35px auto 55px auto;
}
.main_chanye_box .am-slider-default .am-control-nav{
    bottom: auto;
    top: -70px;
    text-align: right;
}
.main_chanye_box .am-slider-default .am-control-nav li a{
    text-indent: 0;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    border-radius: 0;
    font-size: 16px;
    color: #555555;
    background: url(../images/index_chanye_icon1.jpg) no-repeat left 4px;
    box-shadow: none;
}
.main_chanye_box .am-slider-default .am-control-nav li a:hover{
    background: url(../images/index_chanye_icon2.jpg) no-repeat left 4px;
    color: #0860AE;
}
.main_chanye_box .am-slider-default .am-control-nav li a.am-active{
    background: url(../images/index_chanye_icon2.jpg) no-repeat left 4px;
    color: #0860AE;
    border-bottom: 1px solid #0860AE;
    height: 30px;
}
.main_chanye_box .am-slider-default .am-control-nav li{
    margin: 0 9px;
}
.foot{
	margin-top:40px;
	}
.foot_top{
    min-height: 485px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #f3f3f3;
}
.foot_bottom{
    background-color: #00438b;
}
.foot_top_a li{
    float: left;
}
.foot_top_a_li div{
    vertical-align: middle;
    display: inline-block;
}
.foot_top_a_li_xian{
    width: 52px;
    height: 1px;
    background-color: #262626;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.foot_top_a_li_name{
    font-size: 15px;
    color: #333333;
    margin-left: 5px;
    margin-right: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.foot_top_a li:hover .foot_top_a_li_xian{
    width: 45px;
}
.foot_top_a li:hover .foot_top_a_li_name{
    margin-right: 47px;
}
.foot_bottom_l_a{
    font-size: 20px;
}
.foot_bottom_l_a span{
    font-size: 24px;
    color: #333333;
}
.foot_bottom_l_b_p{
    font-size: 14px;
    color: #444444;
    line-height: 28px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.foot_bottom_l_b_p:hover{
    color: #00438B;
}
.foot_bottom_l_b{
    margin-top: 35px;
    padding-left: 30px;
}
.foot_bottom_l li{
    float: left;
    padding-right: 65px;
}
.foot_bottom_l_xian{
    position: absolute;
    width: 130px;
    height: 1px;
    top: 55px;
    left: 0;
    background-color: #262626;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.foot_bottom_l_2:hover .foot_bottom_l_xian{
    width: 320px;
}
.foot_bottom_l_3:hover .foot_bottom_l_xian{
    width: 537px;
}
.foot_bottom_l_4:hover .foot_bottom_l_xian{
    width: 730px;
}
.foot_bottom_l_5:hover .foot_bottom_l_xian{
    width: 922px;
}
.foot_bottom_l li.foot_bottom_l_5{
    padding-right: 65px;
}
.foot_top_a{
    margin-top: 80px;
}
.foot_top_b{
    position: relative;
    margin-top: 40px;
}
.foot_top_b_xian{
    position: absolute;
    width: 20%;
    height: 1px;
    top: 55px;
    background-color: #262626;
}
.foot_top_b .box{
    background-color: #f3f3f3;
}
.foot_bottom_r{
    float: right;
}
.foot_bottom_r_name{
    font-size: 20px;
    text-align: right;
    color: #141414;
    line-height: 20px;
    border-right: 1px solid #6A6A6A;
    padding-right: 10px;
    margin-top: 20px;
}
.foot_bottom_r_con{
    margin-top: 18px;
    width: 117px;
    float: right;
}
.foot_bottom_r_con_ewm{
    float: left;
}
.foot_bottom_r_con_fx{
    float: left;
    margin-left: 3px;
}
.foot_bottom_r_phone{
    margin-top: 8px;
    font-size: 24px;
    color: #2b2b2b;
}
.foot_bottom{
    font-size: 15px;
    color: #ffffff;
	line-height:180%;
	padding:30px 0;
}
.foot_bottom a{
    color: #ffffff;
}

.foot_bottom .left{
	float:left;
	}
.foot_bottom .right{
	float:right;
	}
.foot_bottom .zdyewm{
	width:95px;
	text-align:center;
	float:right;
	}
.foot_bottom .zdyewm img{
	width:100%;
	}

/*2. chanpin.html*/
.n_banner{
    height: 400px;
    color: #ffffff;
    font-weight: bolder;
    position: relative;
    z-index: 9;
    background-attachment: fixed !important;
}
.n_banner_name{
    font-size: 48px;
    margin-top: 155px;
}
.n_banner_js{
    font-size: 36px;
}
.chanpin_main_jiansuo{
    width: 1200px;
    height: 110px;
    border: 10px solid #EDEDED;
}
.chanpin_main{
    margin-top: 43px;
}
.chanpin_main_jiansuo_box{
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
.chanpin_main_jiansuo_l{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.chanpin_main_jiansuo_r{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    float: right;
}
.chanpin_main_jiansuo_l select{
    font-size: 14px;
    width: 293px;
    padding-left: 8px;
    height: 30px;
    border: 1px solid #eeeeee;
    margin-right: 35px;
    outline: none;
}
.chanpin_main_jiansuo_l input{
    width: 295px;
    height: 30px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eeeeee;
}
.chanpin_main_jiansuo_r input{
    width: 220px;
    height: 30px;
    border: 1px solid #0159B0;
    background-color: #0159b0;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanpin_main_jiansuo_r input:hover{
    border: 1px solid #E50008;
    background-color: #E50008;
}
.chanpin_main_pxsx_span{
    float: left;
    width: 110px;
    font-size: 17px;
    color: #555555;
    font-weight: bolder;
}
.chanpin_main_pxsx_list{
    float: left;
    width: 1090px;
    margin-top: 4px;
}
.chanpin_main_pxsx_list li{
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.chanpin_main_pxsx_list li a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #555555;
    padding-left: 32px;
    background: url(../images/shaixuan.jpg) no-repeat left top;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanpin_main_pxsx_list li a:hover{
    color: #0159B0;
    background: url(../images/shaixuan2.jpg) no-repeat left top;
}
.chanpin_main_pxsx_list li a.chanpin_main_pxsx_list_li_a_select{
    color: #0159B0;
    background: url(../images/shaixuan2.jpg) no-repeat left top;
}
.chanpin_main_pxsx{
    margin-top: 40px;
}
.chanpin_main_list{
    margin-top: 20px;
}
.chanpin_main_list li{
    float: left;
    margin-right: 20px;
    width: 386px;
    height: 265px;
    margin-bottom: 35px;
    background-color: #f4f4f4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanpin_main_list li:nth-child(3n){
	margin-right:0;
	}
.chanpin_main_list li.chanpin_main_li3{
    margin-right: 0;
}
.chanpin_main_li_box{
    width: 300px;
    margin: 0 auto;
    color: #5b5b5b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanpin_main_li_title{
    font-size: 24px;
    line-height: 42px;
    margin-top: 40px;
}
.chanpin_main_li_name{
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.chanpin_main_li_js{
    font-size: 15px;
    line-height: 28px;
}
.chanpin_main_li_more{
    margin-top: 25px;
    float: right;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #C1C0C0;
    line-height: 30px;
    font-size: 20px;
    font-family: SimSun;
    border: 1px solid #C1C0C0;
}
.chanpin_main_list li a{
    display: block;
    height: 100%;
}
.chanpin_main_list li:hover{
    background-color: #345990;
}
.chanpin_main_list li:hover .chanpin_main_li_box{
    color: #ffffff;
}
/*3.chanye.html*/
.chanye_main{
    height: 840px;
    width: 100%;
    background: url(../images/chanye_bg.jpg) no-repeat center top;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
}
.chanye_title{
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bolder;
    margin-top: 75px;
}
.chanye_js{
    margin-top: 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
}
.chanye_div .am-slider-default{
    background: none;
    margin: 0;
}
.chanye_div_li_img{
    height: 350px;
    overflow: hidden;
}
.chanye_div_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanye_div_li:hover .chanye_div_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.chanye_div_li_con{
    height: 182px;
    color: #ffffff;
}
.chanye_div_li_con_box{
    width: 85%;
    margin: 0 auto;
}
.chanye_div_li_num{
    font-size: 52px;
    line-height: 52px;
    font-weight: 600;
    margin-top: 20px;
}
.chanye_div_li_title{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 3px;
}
.chanye_div_li_js{
    font-size: 16px;
    margin-top: 2px;
}
.chanye_div_li_xian{
    margin-top: 10px;
    width: 53px;
    height: 2px;
    background-color: #ffffff;
}
.chanye_div{
    margin-top: 40px;
}
.chanye_div .am-slider-default .am-direction-nav .am-prev{
    background: url(../images/chanye_jt_l.png) no-repeat center;
    left: -70px;
}
.chanye_div .am-slider-default .am-direction-nav a{
    width: 56px;
    height: 56px;
}
.chanye_div .am-slider-default .am-direction-nav .am-next{
    background: url(../images/chanye_jt_r.png) no-repeat center;
    right: -70px;
}
.chanye_div .am-slider-default .am-control-nav li a{
    width: 15px;
    height: 15px;
    box-shadow: none;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.chanye_div .am-slider-default .am-control-nav li a.am-active{
    width: 40px;
}
.chanye_div .am-slider-default .am-control-nav{
    bottom: -45px;
}
/*4.about.html*/
.about_main_banner{
    height: 660px;
    width: 100%;
    background: url(../images/about_banner.jpg) no-repeat center top;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
}
.about_main_banner_box{
    width: 680px;
    color: #ffffff;
}
.about_main_banner_title{
    font-size: 48px;
    line-height: 48px;
    margin-top: 170px;
    font-weight: bolder;
}
.about_main_banner_kouhao{
    font-size: 36px;
    line-height: 36px;
    font-weight: bolder;
    margin-top: 35px;
}
.about_main_banner_js{
    font-size: 15px;
    line-height: 30px;
    margin-top: 23px;
}
.about_main_banner_more{
    font-size: 16px;
    width: 228px;
    height: 40px;
    margin-top: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_main_banner_more:hover{
    border: 1px solid #004EA1;
    background-color: #004ea1;
}
.about_main_banner_more span{
    font-size: 16px;
    font-family: SimSun;
    margin-left: 20px;
}
.about_main_jianjie_title{
    font-size: 36px;
    margin-top: 50px;
    font-weight: bolder;
    color: #333333;
    text-align: center;
}
.about_main_jianjie_js{
    color: #555555;
    font-size: 15px;
    width: 800px;
    margin: 12px auto 0 auto;
    line-height: 28px;
    text-align: center;
}
.about_main_jianjie_list{
    width: 1200px;
    margin: 60px auto 0 auto;
}
.about_main_jianjie_list li{
    float: left;
    width: 25%;
    text-align: center;
}
.about_main_jianjie_li_num{
    color: #818284;
    font-size: 42px;
    line-height: 42px;
    margin-top: 10px;
    font-weight: bolder;
    font-family: Impact;
}
.about_main_jianjie_li_num span{
    font-size: 16px;
    margin-left: 5px;
}
.about_main_jianjie_li_name{
    font-size: 18px;
    color: #818284;
    margin-top: 14px;
}
.about_main_jianjie{
    padding-bottom: 80px;
}
.about_main_zoujin{
    background-color: #f6f8fa;
}
.about_main_zoujin_list_t_li1{
    width: 518px;
    height: 504px;
    float: left;
}
.about_main_zoujin_list_tli{
    position: relative;
    overflow: hidden;
    float: left;
}
.about_main_zoujin_list_t_li_zhe{
    position: absolute;
    width: 100%;
    height: 1500px;
    z-index: 9;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.about_main_zoujin_list_t_li_zhe2{
    position: absolute;
    width: 100%;
    height: 1500px;
    z-index: 9;
    bottom: 0;
    background: rgba(31,52,83,0.85);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.about_main_zoujin_list_t_li1:hover .about_main_zoujin_list_t_li_zhe{
    height: 250px;
}
.about_main_zoujin_list_t_li_con{
    position: absolute;
    bottom: 40px;
    left: 50px;
    z-index: 10;
    font-weight: bolder;
    color: #ffffff;
}
.about_main_zoujin_list_t_li_p1{
    font-size: 36px;
}
.about_main_zoujin_list_t_li_p2{
    font-size: 20px;
}
.about_main_zoujin_list_t_li2{
    width: 344px;
    height: 504px;
    margin-left: 17px;
}
.about_main_zoujin_list_t_li3_div{
    position: relative;
    width: 305px;
    height: 244px;
    overflow: hidden;
    background-color: #105195;
}
.about_main_zoujin_list_t_li3_div1{
    margin-bottom: 16px;
}
.about_main_zoujin_list_t_li3_div1_img{
    opacity: 0.14;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_main_zoujin_list_t_li3_div1:hover .about_main_zoujin_list_t_li3_div1_img{
    opacity: 1;
}
.about_main_zoujin_list_t_li3_div_rongyu{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.about_main_zoujin_list_t_li3_div:hover .about_main_zoujin_list_t_li3_div_rongyu{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about_main_zoujin_list_t_li3{
    margin-left: 16px;
}
.about_main_zoujin_list_t_li2:hover .about_main_zoujin_list_t_li_zhe2{
    background: rgba(31,52,83,0);
}
.about_main_zoujin_list_t_li3_div .about_main_zoujin_list_t_li_con{
    bottom: 20px;
    left: 30px;
}
.about_main_zoujin_list_b_l{
    width: 397px;
    height: 343px;
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #094a8e;
}
.about_main_zoujin_list_b_l img{
    opacity: 0.12;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.about_main_zoujin_list_b_l:hover .about_main_zoujin_list_b_l_img{
    opacity: 0.9;
}
.about_main_zoujin_list_b_r{
    width: 783px;
    height: 343px;
    overflow: hidden;
    float: right;
    position: relative;
}
.about_main_zoujin_list_b_r_img{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.about_main_zoujin_list_b_r:hover .about_main_zoujin_list_b_r_img{
    left: -60px;
}
.about_main_zoujin_list_t{
    margin-bottom: 20px;
}
.about_main_zoujin_list{
    margin: 40px 0 50px 0;
}
.show_chanpin_t_l{
    width: 485px;
    float: left;
}
.show_chanpin_t_r{
    float: right;
}
.show_chanpin_t_r_div{
    width: 600px;
  
    border: 5px solid #ECECED;
}
.show_chanpin_t_l_name{
    font-size: 36px;
    color: #333333;
    font-weight: bolder;
    margin-top: 20px;
}
.show_chanpin_t_l_xinghao{
    font-size: 22px;
    color: #555555;
    margin-top: 70px;
}
.show_chanpin_t_l_con{
    margin-top: 24px;
}
.show_chanpin_t_l_con p{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.show_chanpin_t_r_mbx img{
    vertical-align: middle;
    margin-right: 5px;
}
.show_chanpin_t_r_mbx span{
    vertical-align: middle;
    font-size: 15px;
    font-family: SimSun;
    color: #929292;
}
.show_chanpin_t_r_mbx span a{
    color: #929292;
    font-family: "Microsoft YaHei";
}
.show_chanpin_t_r_mbx{
    margin-top: 35px;
}
.show_chanpin_t_r_mbx_box{
    float: right;
}
.show_chanpin_t_r_div{
    margin-top: 25px;
}
.show_chanpin_t_l_more_l{
    float: left;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #666666;
    border: 1px solid #D1D1D1;
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.show_chanpin_t_l_more_l:hover{
    color: #ffffff;
    border: 1px solid #004EA1;
    background-color: #004ea1;
}
.show_chanpin_t_l_more_l span{
    font-family: SimSun;
}
.show_chanpin_t_l_more{
    margin-top: 40px;
}
.show_chanpin_b{
    background-color: #fbfbfb;
    margin-top: 60px;
    padding-bottom: 70px;
}
.show_chanpin_b_title{
    margin-top: 60px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.show_chanpin_b_li_xian{
    width: 42px;
    height: 1px;
    background-color: #000000;
    margin-top: 17px;
    margin-bottom: 25px;
}
.show_chanpin_b_li_name{
    font-size: 20px;
    color: #282a2f;
    font-weight: bolder;
    margin-top: 15px;
}
.show_chanpin_b_li_enname{
    font-size: 16px;
    color: #8b8b8b;
}
.show_chanpin_b_li_js{
    font-size: 14px;
    line-height: 26px;
}
.show_chanpin_b_con li{
    float: left;
    width: 33.3%;
}
.show_chanpin_b_li{
    width: 300px;
    margin: 0 auto;
}
.show_chanpin_b_con{
    margin-top: 78px;
}
.news_main_sousuo{
    width: 1200px;
    height: 130px;
    border: 3px solid #F5F5F5;
    margin-top: 60px;
}
.news_main_sousuo_box{
    width: 1070px;
   
}
.news_main_sousuo_box span{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
.news_main_sousuo_box select{
    vertical-align: middle;
    width: 205px;
    height: 34px;
    border: 1px solid #E0E0E0;
    outline: none;
    font-size: 14px;
    color: #999;
    padding-left: 10px;
    margin-right: 23px;
}
.news_main_sousuo_box input{
    vertical-align: middle;
    width: 313px;
    height: 34px;
    outline: none;
    border: 1px solid #E0E0E0;
    padding-left: 14px;
    font-size: 14px;
    color: #999;
}
.news_main_sousuo_box input.news_main_sousuo_submit{
    width: 243px;
    float: right;
    border: 1px solid #005BAB;
    background-color: #005bab;
    color: #ffffff;
    padding-left: 0;
}
.news_main_list li{
    float: left;
    width: 588px;
    height: 392px;
    position: relative;
    margin-right: 23px;
    background-color: #000000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_list li.news_main_li2{
    margin-right: 0;
}
.news_main_li{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_main_li img{
    opacity: 0.7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
}
.news_main_list li:hover .news_main_li img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news_main_li_box{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #ffffff;
}
.news_main_li_time{
    font-size: 16px;
    margin-bottom: 6px;
}
.news_main_li_name{
    font-size: 20px;
    font-weight: bolder;
}
.news_main_li_box_l{
    float: left;
    width: 328px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_list li:hover .news_main_li_box_l{
    margin-bottom: 20px;
}
.news_main_li_box_r{
    margin-top: 25px;
    width: 62px;
    height: 62px;
    border: 1px solid #E7E6EA;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    float: right;
    font-family: SimSun;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_list li:hover .news_main_li_box_r{
    border: 1px solid #005BAB;
    background-color: #005bab;
    color: #ffffff;
}
.news_main_title{
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    font-weight: bolder;
    margin: 40px auto 30px auto;
}
.news_main_bottom{
    background-color: #f9f9f9;
}
.news_main_dongtai_li{

}
.news_main_dongtai_list li{
    float: left;
    width: 380px;
    margin:0 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_dongtai_list li:hover{
    box-shadow: 0 0 20px #ccc;
}
.news_main_dongtai_list li.news_main_dongtai_li3{
    margin-right: 0;
}
.news_main_dongtai_li_img{
    width: 380px;
    height: 235px;
    overflow: hidden;
}
.news_main_dongtai_li_img img{
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_dongtai_list li:hover .news_main_dongtai_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_main_dongtai_li_con{
    background-color: #ffffff;
    padding: 0 6% 30px 6%;
}
.news_main_dongtai_li_time{
    font-size: 15px;
    color: #6b6b6b;
    margin-top: 38px;
}
.news_main_dongtai_li_name{
    margin-top: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: bolder;
    line-height: 28px;
    height: 56px;
}
.n_news_ul .news_main_dongtai_li_name{
    height: auto;
}
.n_news_ul .news_main_dongtai_list{
    margin-top: 40px;
}
.news_main_dongtai_li_more{
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #d6d6d6;
    margin-top: 40px;
    float: right;
    font-family: SimSun;
    text-align: center;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_dongtai_list li:hover .news_main_dongtai_li_more{
    width: 120px;
    background-color: #005BAB;
    border: 1px solid #005BAB;
    color: #ffffff;
}
.news_main_guanzhu_list li{
    background-color: #ffffff;
    width: 583px;
    height: 255px;
    float: left;
    margin-right: 34px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_guanzhu_list li:hover{
    box-shadow: 0 0 20px #ccc;
}
.news_main_guanzhu_list li.news_main_guanzhu_li2{
    margin-right: 0;
}
.news_main_guanzhu_li_box{
    width: 90%;
    margin: 0 auto;
}
.news_main_guanzhu_li_name{
    font-size: 20px;
    color: #333333;
    font-weight: bolder;
    margin-top: 30px;
}
.news_main_guanzhu_li_time{
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.news_main_guanzhu_li_js{
    font-size: 16px;
    color: #616161;
    line-height: 32px;
    margin-top: 5px;
}
.news_main_guanzhu_li_more{
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 10px;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    font-size: 20px;
    font-family: SimSun;
    color: #616161;
    float: right;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_guanzhu_list li:hover .news_main_guanzhu_li_more{
    width: 120px;
    color: #ffffff;
    border: 1px solid #005BAB;
    background-color: #005bab;
}
.news_main_jijin_list li{
    float: left;
    width: 593px;
    margin-right: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_jijin_list li.news_main_jijin_li2{
    margin-right: 0;
}
.news_main_jijin_list li:hover{
    box-shadow: 0 0 20px #ccc;
}
.news_main_jijin_li_img{
    height: 395px;
    position: relative;
    overflow: hidden;
}
.news_main_jijin_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_jijin_list li:hover .news_main_jijin_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_main_jijin_icon{
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.news_main_jijin_con{
    background-color: #ffffff;
    padding: 20px 0;
}
.news_main_jijin_li_name{
    font-size: 24px;
    color: #333333;
    float: left;
    margin-left: 40px;
}
.news_main_jijin_li_time{
    float: right;
    line-height: 20px;
    margin-top: 20px;
    margin-right: 30px;
}
.news_main_jijin_li_time img{
    vertical-align: middle;
}
.news_main_jijin_li_time span{
    vertical-align: middle;
    color: #747474;
    font-size: 14px;
}
.news_main_kanwu_list li{
    float: left;
    width: 583px;
    height: 255px;
    background-color: #ffffff;
    position: relative;
    margin-right: 34px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news_main_kanwu_list li:hover{
    box-shadow: 0 0 20px #ccc;
}
.news_main_kanwu_list li.news_main_kanwu_li2{
    margin-right: 0;
}
.news_main_kanwu_li_img{
    width: 167px;
    height: 222px;
    float: left;
    background-color: #f7f7f7;
}
.news_main_kanwu_li_box{
    width: 525px;
    margin: 18px auto 0 auto;
}
.news_main_kanwu_li_r{
    float: right;
    width: 321px;
}
.news_main_kanwu_li_name{
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    margin-top: 20px;
}
.news_main_kanwu_li_time{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
.news_main_kanwu_li_js{
    font-size: 15px;
    color: #616161;
    line-height: 32px;
    margin-top: 10px;
}
.news_main_kanwu_list li:hover .news_main_guanzhu_li_more{
    width: 120px;
    background-color: #005bab;
    color: #ffffff;
    border: 1px solid #005BAB;
}
/*list_new.html*/
.list_new .news_main_sousuo{
    margin-top: 0;
}
.list_new_title .news_main_title{
    float: left;
}
.list_new_title .show_chanpin_t_r_mbx{
    float: right;
    margin-top: 55px;
}
.n_news_posi_box{
    background: #ffffff url(../images/n_news_posi_bg.jpg) no-repeat 780px 65px;
    height: 310px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.n_news_posi{
    margin-top: 65px;
    margin-bottom: 20px;
}
.n_news_posi_img{
    width: 539px;
    height: 310px;
    float: left;
    overflow: hidden;
}
.n_news_posi_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.n_news_posi_box:hover .n_news_posi_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.n_news_posi_box:hover .n_news_posi_more{
    background-color: #005BAB;
    color: #ffffff;
    border: 1px solid #005BAB;
}
.n_news_posi_box:hover{
    background: #ffffff url(../images/n_news_posi_bg.jpg) no-repeat 780px 0;
}
.n_news_posi_con{
    float: left;
    width: 661px;
    padding: 0 55px;
}
.n_news_posi_name{
    margin-top: 25px;
    font-size: 22px;
    color: #474747;
    font-weight: bolder;
}
.n_news_posi_time img{
    vertical-align: middle;
    margin-right: 8px;
}
.n_news_posi_time span{
    color: #999999;
    vertical-align: middle;
}
.n_news_posi_js{
    line-height: 30px;
    font-size: 14px;
    color: #898989;
}
.n_news_posi_time{
    margin-top: 10px;
    margin-bottom: 20px;
}
.n_news_posi_more{
    width: 138px;
    height: 45px;
    margin-top: 28px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #898989;
    border: 1px solid #ABABAB;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.n_news_li{
    padding: 0 35px;
    background-color: #ffffff;
    height: 194px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover{
    background:#fbfbfb;

    border-bottom:none;
}
.n_news_li_time{
    float: left;
    text-align: right;
    width: 160px;
    margin-top: 55px;
}
.n_news_li_nian{
    font-size: 18px;
    color: #d2d2d2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover .n_news_li_nian{
    color: #005BAB;
}
.n_news_li_yue{
    font-size: 34px;
    font-weight: bolder;
    color: #d2d2d2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.n_news_li:hover .n_news_li_yue{
    color: #005BAB;
}
.n_news_li_xian{
    margin-top: 8px;
    width: 37px;
    height: 2px;
    float: right;
    background-color: #d2d2d2;
}
.n_news_li_con{
    float: left;
    width: 900px;
    margin-left: 65px;
}
.n_news_li_name{
    margin-top: 35px;
    font-size: 22px;
    font-weight:bold;
    color: #555;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.n_news_li:hover .n_news_li_name{
    color: #005BAB;
}
.n_news_li_js{
    margin-top: 11px;
    line-height: 28px;
    font-size: 14px;
    color: #898989;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.n_news_li_more{
    margin-top: 20px;
    font-size: 14px;
    color: #898989;
}
.n_news_ul li{
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.n_news_ul .news_main_dongtai_list li{
    margin-bottom: 20px;
}
.n_news_ul li:hover{
    box-shadow: 0 0 20px #eee;
}
.n_news_li_touch_time{
    display: none;
}

#yema {
    height: 25px;
    clear: both;
    text-align: center;
    margin: 30px 0;
}
#yema .pages a {
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    color: #333;
    background-color: #f3f3f3;
    padding: 6px 16px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#yema .pages span {
    vertical-align: middle;
    color: #ffffff;
    padding: 6px 16px;
    background-color: #3371B4;
    display: inline-block;
    font-size: 16px;
}
#yema .pages a.pages_num{
    display: none;
}
/*show_new.html*/
/*show_new.html*/
.newshowbox{
    width: 835px;
    padding: 30px 0;
    float: left;
}
.newshowbox_r{
    width: 306px;
    float: right;
    margin:0 0 50px 0;
}
.newshow_name{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}
.newshow_zx div{
    float: left;
    font-size: 14px;
    color: #999999;
}
.newshow_ctrl a{
    color: #999999;
    font-weight: 600;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newshow_ctrl a:hover{
    color: #333;
}
.newshow_follow{
    margin-right: 20px;
}
.newshow_fx .bdsharebuttonbox a{
    margin: 0 6px 0 0;
}
.newshow_fx{
    margin-left: 30px;
}
.newshow_zx{
    margin-top: 20px;
}
.newshow_title{
    padding-bottom: 16px;
}
.newshow_zx .newshow_back{
    float: right;
}
.newshow_back a{
    color: #999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newshow_back a:hover{
    color: #333333;
}
.newshow_cont{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 24px;
}
.newshow_cont p{
    margin-bottom: 40px;
    text-indent: 2em;
}

.newshow_cont h3 { font-weight:bold; font-size:16px; margin-bottom:15px; color:#333;}
.newshow_cont h4 { font-weight:bold; font-size:14px; margin-bottom:15px; color:#333;}


/**/
.newshow_aboutsearch{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.newshow_aboutsearch a{
    color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newshow_aboutsearch a:hover{
    color: #666666;
}
.newshow_pjs{
    float: left;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.newshow_p a{
    color: #333333;
    padding-bottom: 2px;
    border-bottom: 1px solid #666666;
}
.newshow_p{
    float: left;
}
.newshow_pjs_fx{
    float: right;
}
.newshow_bottom{
    margin-top: 14px;
}
.newshow_back{
    float: right;
    font-size: 14px;
    margin-top: 25px;
}
.newshowbox_r_b{
    padding: 0 20px;
    margin-top: 32px;
    width: 306px;
    /*height: 343px;*/
    padding-bottom: 25px;
    border: 7px solid #F3F3F3;
}
.show_prev_title{
    font-size: 20px;
    color: #555555;
    font-weight: 600;
    margin-top: 30px;
}
.show_prev_time{
    font-size: 12px;
    color: #555555;
    margin-top: 5px;
}
.show_prev_name{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
}
.newshowbox_r_b_prev{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 26px;
}
.show_chanpin_touch{
    display: none;
}
.prenextpage_touch{
    display: none;
}
.renli_main{
    position: relative;
    z-index: 9;
    background: url(../images/renli_bg.jpg) no-repeat center top;
}
.renli_main_top{
    color: #ffffff;
    font-weight: bolder;
    margin-top: 70px;
}
.renli_main_bottom{
    position: relative;
    margin-top: 85px;
}
.renli_main_box_z li{
    float: left;
    width: 400px;
}
.renli_main_box_z_con{
    height: 306px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_z_name{
    font-size: 30px;
    color: #333333;
    font-weight: bolder;
    margin-top: 62px;
    margin-bottom: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_z_con_box{
    width: 315px;
    margin: 0 auto;
}
.renli_main_box_z_p{
    font-size: 15px;
    color: #5b5b5b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_z_more{
    width: 32px;
    height: 32px;
    border: 1px solid #C3C2C2;
    text-align: center;
    line-height: 30px;
    font-family: SimSun;
    font-size: 16px;
    color: #c7c7c7;
    float: right;
    margin-top: 65px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_z_img{
    overflow: hidden;
    height: 306px;
}
.renli_main_box_z_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_z li:hover .renli_main_box_z_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.renli_main_box_z li:hover .renli_main_box_z_more{
    width: 80px;
    background-color: #ffffff;
    color: #004ea1;
    font-weight: bolder;
    border: 1px solid #ffffff;
}
.renli_main_box_z li:hover .renli_main_box_z_con{
    background-color: #3371b4;
}
.renli_main_box_z li:hover .renli_main_box_z_name{
    color: #ffffff;
}
.renli_main_box_z li:hover .renli_main_box_z_p{
    color: #ffffff;
}
.renli_main_box_list_js img{
    vertical-align: middle;
    margin-right: 10px;
}
.renli_main_box_list_js span{
    vertical-align: middle;
    margin-right: 10px;
}
.renli_main_box_list_title{
    font-size: 36px;
    text-align: center;
    font-weight: bolder;
    color: #333333;
    margin-top: 50px;
}
.renli_main_box_list_js{
    font-size: 15px;
    color: #858585;
    margin-top: 25px;
    text-align: center;
}
.renli_main_box_list_form{
    text-align: center;
    margin-top: 40px;
    display: none;
}
.renli_main_box_list_form_span{
    display: inline-block;
    font-size: 20px;
    color: #333333;
    margin-right: 16px;
    vertical-align: middle;
}
.renli_main_box_list_form_form{
    display: inline-block;
    vertical-align: middle;
}
.renli_main_box_list_form_input{
    vertical-align: middle;
    width: 262px;
    height: 40px;
    border: 1px solid #A9A9A9;
    font-size: 14px;
    color: #aaaaaa;
    padding-left: 14px;
    outline: none;
}
.renli_main_box_list_form_submit{
    width: 115px;
    height: 40px;
    background-color: #2674e8;
    color: #ffffff;
    font-size: 16px;
    margin-left: 4px;
    border: 1px solid #2674e8;
}
.renli_main_box_ul_title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 30px;
    border-bottom: 3px solid #00A0E9;
    margin-bottom: 40px;
}
.renli_main_box_ul{
    margin-top: 35px;
}
.renli_main_box_ul_li_jianjie{
    height: 90px;
    line-height: 90px;
    background-color: #fafafa;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_ul_li_jianjie .renli_main_box_ul_li_name{
    font-size: 18px;
    color: #333333;
    margin-left: 46px;
    width: 275px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_ul_list li:hover .renli_main_box_ul_li_jianjie .renli_main_box_ul_li_name{
    color: #ffffff;
}
.renli_main_box_ul_list li{
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}
.renli_main_box_ul_list li:hover .renli_main_box_ul_li_jianjie{
    background-color: #3371B4;
}
.renli_main_box_ul_li_s{
    font-size: 14px;
    color: #888888;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.renli_main_box_ul_list li:hover .renli_main_box_ul_li_s{
    color: #ffffff;
}
.renli_main_box_ul_li_jianjie span{
    display: block;
    float: left;
    width: 190px;
}
.renli_main_box_ul_li_more{
    width: 20px;
    height: 90px;
    background-color: #888888;
    text-align: center;
    line-height: 88px;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.renli_main_box_ul_li_xianxi_box{
    width: 90%;
    margin: 0 auto;
}
.renli_main_box_ul_li_xianxi h3{
    font-size: 17px;
    color: #000000;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 26px;
}
.renli_main_box_ul_li_xianxi p{
    font-size: 15px;
    color: #555555;
    line-height: 28px;
}
.renli_main_box_ul_li_xianxi{
    display: none;
}
/*shehui.html*/
.shehuizeren_div{
    margin-bottom: 60px;
}
.shehuizeren_div_title{
    font-size: 42px;
    color: #161616;
    text-align: center;
    margin-top: 70px;
    font-weight: bolder;
}
.shehuizeren_div_js{
    width: 770px;
    margin: 13px auto 0 auto;
    font-size: 15px;
    text-align: center;
    color: #393939;
}
.shehuizeren_div_list{
    margin-top: 55px;
}
.shehuizeren_div_list li{
    width: 370px;
    float: left;
    margin-right: 45px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.shehuizeren_div_list li:nth-child(3n){
	margin-right:0;
	}
.shehuizeren_div_list li:hover{
    box-shadow: 0 0 20px #ccc;
}
.shehuizeren_div_list li.shehuizeren_div_li2{
    margin-right: 0;
}
.shehuizeren_div_li_con{
    height: 60px;
    background-color: #f8f8f8;
}
.shehuizeren_div_li_con_box{
    width: 370px;
    margin: 0 auto;
}
.shehuizeren_div_li_name{
    font-size: 20px;
    color: #333333;
	text-align:center;
	margin-top:10px;
}
.shehuizeren_div_li_js{
    width: 370px;
    font-size: 15px;
    color: #5b5b5b;
    margin-top: 10px;
}
.shehuizeren_div_li_more{
    font-size: 18px;
    font-family: SimSun;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 1px solid #C4C3C3;
    color: #c4c3c3;
    float: right;
    margin-top: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.shehuizeren_div_list li:hover .shehuizeren_div_li_more{
    background-color: #004ea1;
    border: 1px solid #004EA1;
    color: #ffffff;
    width: 80px;
    font-weight: bolder;
}
.shehuizeren_div_li_img{
    height: 285px;
    overflow: hidden;
}
.shehuizeren_div_li_img img{
	width:100%;
	height:100%;
	}
.shehuizeren_div_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.shehuizeren_div_list li:hover .shehuizeren_div_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gongyishiye_div{
    background: url(../images/shiye_bg.jpg) no-repeat center top;
    margin-bottom: 75px;
}
.gongyishiye_div .shehuizeren_div_title{
    color: #ffffff;
}
.gongyishiye_div .shehuizeren_div_js{
    color: #ffffff;
}
.gongyishiye_div_li_con{
    background-color: #f4f4f4;
    height: 188px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gongyishiye_div_list li:hover .gongyishiye_div_li_con{
    background-color: #3371B4;
}
.gongyishiye_div_li_con_box{
    width: 90%;
    margin: 0 auto;
}
.gongyishiye_div_list li{
    width: 400px;
    float: left;
}
.gongyishiye_div_li_js{
    font-size: 15px;
    color: #5b5b5b;
    line-height: 26px;
    width: 250px;
    margin-top: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gongyishiye_div_li_name{
    font-size: 28px;
    margin-top: 30px;
    color: #333333;
    font-weight: bolder;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gongyishiye_div_list li:hover .gongyishiye_div_li_name{
    color: #ffffff;
}
.gongyishiye_div_list li:hover .gongyishiye_div_li_js{
    color: #ffffff;
}
.gongyishiye_div_li_img{
    height: 245px;
    overflow: hidden;
}
.gongyishiye_div_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.gongyishiye_div_list li:hover .gongyishiye_div_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gongyishiye_div_list{
    margin-top: 55px;
}
.zhanlve_main_list{
    margin-top: 40px;
    margin-bottom: 50px;
}
.zhanlve_main_list li{
    float: left;
    width: 587px;
    height: 421px;
    border: 10px solid #F3F3F3;
    margin-right: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zhanlve_main_list li:hover{
    border: 10px solid #3371B4;
    background-color: #3371B4;
}
.zhanlve_main_list li.zhanlve_main_li2{
    margin-right: 0;
}
.zhanlve_main_title{
    font-size: 40px;
    color: #161616;
    text-align: center;
    font-weight: bolder;
    margin-top: 70px;
}
.zhanlve_main_js{
    width: 795px;
    margin: 10px auto 0 auto;
    text-align: center;
    font-size: 15px;
    color: #393939;
    line-height: 26px;
}
.zhanlve_main_li_title{
    width: 320px;
    margin: 85px auto 0 auto;
}
.zhanlve_main_li_icon{
    float: left;
    width: 83px;
    height: 79px;
    text-align: center;
}
.zhanlve_main_li_name{
    float: left;
    margin-left: 10px;
}
.zhanlve_main_li_name_1{
    font-size: 24px;
    color: #434343;
    font-weight: bolder;
    margin-top: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zhanlve_main_list li:hover .zhanlve_main_li_name_1{
    color: #ffffff;
}
.zhanlve_main_li_name_2{
    font-size: 15px;
    margin-top: 10px;
    color: #545454;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zhanlve_main_list li:hover .zhanlve_main_li_name_2{
    color: #ffffff;
}
.zhanlve_main_li_box{
    width: 500px;
    margin: 0 auto;
}
.zhanlve_main_li_js{
    width: 486px;
    margin: 40px auto 0 auto;
    font-size: 15px;
    color: #393939;
    line-height: 26px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zhanlve_main_list li:hover .zhanlve_main_li_js{
    color: #ffffff;
}
.zhanlve_main_li_more{
    width: 34px;
    font-size: 16px;
    float: right;
    color: #cecece;
    height: 34px;
    font-family: SimSun;
    border: 1px solid #CAC9C9;
    text-align: center;
    line-height: 32px;
    margin-top: 50px;
}
.zhanlve_main_list li:hover .zhanlve_main_li_more{
    color: #ffffff;
    border: 1px solid #ffffff;
}
.zhanlve_main_li_icon_img{
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zhanlve_main_list li:hover .zhanlve_main_li_icon_img{
    opacity: 0;
}
/*page_jianjie.html*/
.page_name{
    float: left;
    font-size: 36px;
    color: #333333;
    font-weight: bolder;
}
.page_title{
    margin-top: 20px;
}
.page_title .show_chanpin_t_r_mbx{
    margin-top: 20px;
}
.page_jianjie_ztime .main_num_li_nian b{
    color: #006cc4;
}
.page_jianjie_ztime .main_num_li_nian span{
    color: #646464;
}
.page_jianjie_ztime .main_num_li_name{
    color: #646464;
}
.page_jianjie_jj{
    background-color: #fafafa;
    padding-top: 15px;
    padding-bottom: 40px;
}
.page_jianjie_jj h1{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 25px;
}
.page_jianjie_jj p{
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 30px;
}
.page_jianjie_tuji_list_l{
    float: left;
    width: 471px;
    margin-right: 11px;
}
.page_jianjie_tuji_list_r{
    float: left;
    width: 716px;
}
.page_jianjie_tuji_title{
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 65px;
}
.page_jianjie_tuji_list_l_img1{
    margin-bottom: 9px;
}
.page_jianjie_tuji_list_r_3 li{
    float: left;
    margin-right: 5px;
    margin-bottom: 11px;
}
.page_jianjie_tuji_list_r_3 li.page_jianjie_tuji_list_r_3_li3{
    margin-right: 0;
}
.page_jianjie_tuji_list_r_4_l{
    float: left;
    width: 471px;
}
.page_jianjie_tuji_list_r_4_r{
    width: 233px;
    float: left;
    margin-left: 6px;
}
.page_jianjie_tuji_list_r_4_r_b{
    margin-top: 11px;
}
.page_jianjie_tuji{
    padding-bottom: 60px;
}
.page_jianjie_icon{
    text-align: center;
    margin-top: 50px;
}
.page_jianjie_icon li{
    display: inline-block;
    margin: 0 20px;
}
.page_jianjie_icon_name{
    font-size: 18px;
    color: #6B6B6B;
    margin-top: 10px;
}
.page_jianjie_con{
    margin-top: 65px;
}
.page_jianjie_con_con{
    float: left;
    width: 570px;
}
.page_jianjie_con_img{
    float: right;
    width: 577px;
    height: 316px;
    margin-top: 10px;
}
/*page_zhici.html*/
.page_zhici{
    margin-bottom: 50px;
}
.page_zhici_box{
    margin-top: 75px;
    height: 747px;
    position: relative;
    background-image: url(../images/zhici_bg.jpg);
}
.page_zhici_box_l{
    position: absolute;
    left: 0;
    top: -50px;
}
.page_zhici_box_r{
    width: 710px;
    float: right;
    margin-right: 75px;
}
.page_zhici_box_r_title{
    font-size: 20px;
    color: #404040;
    font-weight: bolder;
    margin-top: 85px;
}
.page_zhici_box_r_js{
    font-size: 20px;
    color: #5b5b5b;
    margin-top: 10px;
}
.page_zhici_box_r_con{
    margin-top: 45px;
}
.page_zhici_box_r_con p{
    font-size: 15px;
    color: #5b5b5b;
    line-height: 26px;
    margin-bottom: 20px;
}
.page_zhici_box_r_more{
    font-size: 15px;
    color: #5b5b5b;
    width: 260px;
    float: right;
    margin-top: 60px;
}
/*list_licheng.html*/
.page_licheng_l{
    width: 400px;
    float: left;
}
.page_licheng_l_li_box{
    width: 90%;
    margin: 0 auto;
}
.page_licheng_l_li_time{
    font-size: 22px;
    color: #a4a5a5;
    font-weight: bolder;
}
.page_licheng_l_li_name{
    font-size: 36px;
    line-height: 36px;
    font-weight: bolder;
    color: #404040;
}
.page_licheng_l_li_l{
    float: left;
}
.page_licheng_l_li_r{
    float: right;
    font-family: SimSun;
    font-weight: bolder;
    font-size: 50px;
    color: #a4a5a5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page_licheng_l li:hover .page_licheng_l_li_r{
    color: #5c5c5c;
}
.page_licheng_l li.page_licheng_l_li_select .page_licheng_l_li_r{
    color: #5c5c5c;
}
.page_licheng_l li{
    cursor: pointer;
    padding: 15px 0;
    margin-top: 20px;
    border-bottom: 5px solid #A5A6A7;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.page_licheng_l li:hover{
    background-color: #f5f5f5;
    border-bottom: 5px solid #F5F5F5;
}
.page_licheng_l li.page_licheng_l_li_select{
    background-color: #f5f5f5;
    border-bottom: 5px solid #F5F5F5;
}
.page_licheng_r{
    width: 735px;
    float: right;
    position: relative;
    border-left: 2px solid #f5f5f5;
}
.page_licheng_r_div{
    padding: 30px 0;
    display: none;
}
.page_licheng_r_div_con{
    float: left;
    width: 320px;
    margin-left: 50px;
}
.page_licheng_r_con{
    margin-left: -9px;
    min-height: 600px;
}
.page_licheng_r_div h1{
    font-size: 65px;
    padding-left: 45px;
    color: #818284;
    background: url(../images/licheng_icon.jpg) no-repeat left 45px;
}
.page_licheng_r_div h1 span{
    font-size: 35px;
}
.page_licheng_r_div p{
    font-size: 18px;
    padding-left: 45px;
    color: #555555;
    margin-left: 10px;
    margin-bottom: 30px;
    width: 510px;
}
/*list_ronghyu.html*/
.n_rongyu{
    margin-top: 30px;
}
.n_rongyu .n_rongyu_li li{
    margin-bottom: 15px;
    position: relative;
    width: 383px;
    overflow: hidden;
    /*height: 58px;*/
    margin-right: 20px;
    border: 1px solid #E9E9E9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.am-gallery-item_img_s{
    height: 240px;
    width: 90%;
    margin: 0 auto;
    line-height: 240px;
    text-align: center;
}
.am-gallery-item_img_s img{
    max-width: 100%;
    max-height: 220px;
}
.n_rongyu .n_rongyu_li li:hover{
    background-color: #F2F3F5;
}
.n_rongyu .n_rongyu_li li.n_rongyu_li22{
    margin-right: 0;
}
.n_rongyu .am-gallery-default>li{
    padding: 0;
}
.n_rongyu .am-gallery-item_img{
    opacity: 0;
    position: absolute;
    width: 383px !important;
    z-index: 999;
    height: 58px !important;
    top: 0;
    left: 0;
}
.n_rongyu .am-gallery-default .am-gallery-title{
    margin-top: 0;
    line-height: 58px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.n_rongyu .n_rongyu_li li:hover .am-gallery-title{
    color: #004EA1;
}
.n_rongyu .am-gallery-default .am-gallery-item img{
    width: auto;
}
.n_rongyu .am-gallery-title_img{
    background: url(../images/honor_fdj.png) no-repeat 20px center;
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #555555;
    font-size: 15px;
    cursor: pointer;
}
.am-gallery-title_img span{
    margin-left: 58px;
}
/*list_chanye.html*/
.list_chanye_n_js{
    font-size: 15px;
    color: #555555;
    line-height: 26px;
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
}
.list_chanye_n_li_img{
    float: left;
    width: 600px;
    height: 367px;
    overflow: hidden;
}
.list_chanye_n_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_chanye_n_list li:hover .list_chanye_n_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list_chanye_n_li_con{
    width: 600px;
    float: left;
}
.list_chanye_n_li_con_box{
    width: 490px;
    margin: 0 auto;
}
.list_chanye_n_li_name{
    font-size: 36px;
    color: #4c4c4c;
    margin-top: 40px;
}
.list_chanye_n_li_js{
    font-size: 15px;
    color: #555555;
    line-height: 26px;
    margin-top: 36px;
}
.list_chanye_n_li_more{
    width: 174px;
    height: 44px;
    border: 2px solid #EBEAE9;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 35px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_chanye_n_li_more span{
    font-family: SimSun;
}
.list_chanye_n_list li:hover .list_chanye_n_li_more{
    background-color: #004ea1;
    border-bottom: 2px solid #004EA1;
    color: #ffffff;
}
.list_chanye_n_list{
    margin-top: 35px;
}
.list_chanye_n_list li{
    margin-bottom: 70px;
}
/*show_chanye.html*/
.show_chanye_show{
    margin-top: 40px;
}
.show_chanye_s_box p{
    font-size: 15px;
    color: #555555;
    line-height: 28px;
    margin-bottom: 20px;
}
.show_chanye_s_box h2{
    font-size: 28px;
    color: #004ea1;
    font-weight: normal;
    margin-bottom: 26px;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #004ea1;
}
.show_chanye_s_box h3{
    font-size: 20px;
    color: #004ea1;
    font-weight: normal;
    margin-bottom: 10px;
}
/*page_shehuizeren.html*/
.page_lvse_list{
    margin-top: 42px;
}
.page_lvse_list li{
    width: 380px;
    float: left;
    margin-right: 20px;
}
.page_lvse_list li.page_lvse_li3{
    margin-right: 0;
}
.page_lvse_js{
    margin-top: 15px;
    width: 775px;
    font-size: 15px;
    color: #393939;
    line-height: 26px;
}
.page_lvse_li_name{
    color: #5B5B5B;
    font-size: 15px;
    width: 242px;
    margin: 22px auto 0 auto;
}
.page_lvse{
    padding-bottom: 60px;
}
/*page_lxwm.html*/
.page_lxwm_n{
    margin-top: 30px;
    padding-bottom: 40px;
}
.page_lxwm_n_box{
    width: 100%;
    height: 500px;
    position: relative;
}
.page_lxwm_n_con{
    position: absolute;
    right: 50px;
    top: 80px;
    width: 434px;
    height: 338px;
    z-index: 99;
    background: rgba(66,119,180,0.9);
}
.page_lxwm_n_con_box{
    width: 85%;
    margin: 0 auto;
    color: #ffffff;
}
.page_lxwm_n_con_title{
    font-size: 24px;
    margin-top: 42px;
}
.page_lxwm_n_con_con{
    margin-top: 24px;
}
.page_lxwm_n_con_p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 18px;
}
.page_lxwm_n_con_p span{
    vertical-align: middle;
}
.page_lxwm_n_con_p img{
    vertical-align: middle;
    margin-right: 5px;
}
/*list_linina.html*/
.list_linian_n{
    margin-top: 28px;
}
.list_linian_n_li_img{
    float: left;
    width: 600px;
    height: 367px;
    overflow: hidden;
}
.list_linian_n_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_linian_n_list li:hover .list_linian_n_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list_linian_n_li_con{
    float: left;
    width: 600px;
}
.list_linian_n_li_name{
    font-size: 36px;
    color: #4c4c4c;
    margin-top: 35px;
}
.list_linian_n_li_js{
    font-size: 15px;
    color: #555555;
    line-height: 28px;
    margin-top: 38px;
}
.list_linian_n_list li{
    margin-bottom: 80px;
}
.list_linian_n_li_con_box{
    width: 500px;
    margin: 0 auto;
}
/*list_fazhan.html*/
.list_fazhan_n{
    margin-top: 26px;
    padding-bottom: 60px;
}
.list_fazhan_n_js{
    font-size: 15px;
    color: #393939;
    line-height: 28px;
}
.list_fazhan_n_li_name{
    font-size: 16px;
    color: #5b5b5b;
    margin-top: 20px;
    padding-left: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_fazhan_n_list li:hover .list_fazhan_n_li_name{
    color: #00438b;
}
.list_fazhan_n_list li{
    margin-bottom: 25px;
    float: left;
    margin-right: 30px;
}
.list_fazhan_n_list li.list_fazhan_n_li3{
    margin-right: 0;
}
.list_fazhan_n_li_img{
    width: 380px;
    height: 243px;
    overflow: hidden;
}
.list_fazhan_n_li_img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_fazhan_n_list li:hover .list_fazhan_n_li_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.list_fazhan_n_list{
    margin-top: 45px;
}
/*list_hezuoxiangmu.html*/
.list_hezuoxiangmu_n{
    padding-bottom: 50px;
}
.list_hezuoxiangmu_n_title{
    font-size: 40px;
    color: #161616;
    margin-top: 75px;
    font-weight: bolder;
    text-align: center;
}
.list_hezuoxiangmu_n_js{
    font-size: 15px;
    color: #393939;
    text-align: center;
    line-height: 28px;
    margin-top: 15px;
}
.list_hezuoxiangmu_n_list li{
    border: 10px solid #F3F3F3;
    float: left;
    width: 382px;
    margin-right: 25px;
    height: 277px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_hezuoxiangmu_n_list li:hover{
    border: 10px solid #3371B4;
    background-color: #3371B4;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_li3{
    margin-right: 0;
}
.list_hezuoxiangmu_n_list{
    margin-top: 55px;
}
.list_hezuoxiangmu_n_li_box{
    width: 85%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.list_hezuoxiangmu_n_li_name{
    font-size: 24px;
    color: #434343;
    margin-top: 16px;
    font-weight: bolder;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_hezuoxiangmu_n_list li:hover .list_hezuoxiangmu_n_li_name{
    color: #ffffff;
}
.list_hezuoxiangmu_n_li_js{
    font-size: 14px;
    color: #545454;
    margin-top: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_hezuoxiangmu_n_list li:hover .list_hezuoxiangmu_n_li_js{
    color: #ffffff;
}
.list_hezuoxiangmu_n_li_icon{
    width: 83px;
    height: 78px;
    margin-top: 50px;
}
.list_hezuoxiangmu_n_li_icon img{
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_hezuoxiangmu_n_li_more{
    width: 34px;
    height: 34px;
    border: 1px solid #CAC9C9;
    text-align: center;
    font-family: SimSun;
    line-height: 32px;
    font-size: 18px;
    color: #cecece;
    position: absolute;
    right: 0;
    bottom: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.list_hezuoxiangmu_n_li{
    height: 100%;
}

.list_hezuoxiangmu_n_list li:hover .list_hezuoxiangmu_n_li_icon img{
    opacity: 0;
}
.list_hezuoxiangmu_n_list li:hover .list_hezuoxiangmu_n_li_more{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.list_hezuoxiangmu_n_div{
    display: none;
}
.list_hezuoxiangmu_n_div_name{
    font-size: 24px;
    color: #2f2f2f;
    font-weight: bolder;
}
.list_hezuoxiangmu_n_div_xian{
    width: 83px;
    height: 1px;
    background-color: #555555;
    margin: 30px 0;
}
.list_hezuoxiangmu_n_con{
    margin-top: 75px;
    min-height: 250px;
}
.list_hezuoxiangmu_n_div_content{
    font-size: 15px;
    line-height: 30px;
    color: #494949;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_list_select{
    border: 10px solid #3371B4;
    background-color: #3371B4;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_list_select .list_hezuoxiangmu_n_li_icon img{
    opacity: 0;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_list_select .list_hezuoxiangmu_n_li_name{
    color: #ffffff;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_list_select .list_hezuoxiangmu_n_li_js{
    color: #ffffff;
}
.list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_list_select .list_hezuoxiangmu_n_li_more{
    color: #ffffff;
    border: 1px solid #ffffff;
}
/*响应式补充*/
#chbnav_touch{
    display: none;
}
.tab-con_div_time_touch{
    display: none;
}
/*响应式补充*/
html,body{
    overflow-x:hidden;
}
@media screen and (max-width: 640px){
    .hgsx{
        float: none;
        width: 100% !important;
    }
    .zy_xq{
        float: none;
        width: 100% !important;
    }
    .zyx_bt{
        margin-top: 10px;
        margin-bottom:20px !important;
    }
    .zyx_dw span {
        width: 169px !important;
        font-size: 13px !important;
    }
    .zy_duotu{
        margin-top: 30px !important;
        padding-top: 0 !important;
    }
    .zy_duotu ul li{
        margin-right: 0 !important;
    }
    .zy_duotu ul li a .cszzxs{
        width: 100% !important;
        height: auto !important;
    }
    .dn_lxwm02{
        width: 94% !important;
        margin: 0 auto !important;
        overflow: hidden;
    }
    .dn_lxwm03{
        width: 100% !important;
        float: none !important;
        font-size: 15px !important;
        line-height: 29px;
    }
    .head{
        display: none;
    }
    .box{
        width: 94%;
    }
    #chbnav_touch{
        display: block;
    }
    .chbnav_touch_nav .chbnav_select{
        left: 0;
    }
    .chbnav_touch_nav_box{
        position: fixed;
        top: 0;
        overflow: auto;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: #fff;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    .chbnav_touch_navli{
        padding: 0 5%;
    }
    .chbnav_touch_navli1 img{
        float: right;
        margin-top: 19px;
    }
    .chbnav_touch_navli2{
        padding: 0 0 0 5%;
    }
    .chbnav_touch_navli2 a{
        display: block;
        width: 80%;
        float: left;
        border-bottom: 1px solid #f1f1f1;
    }
    .chbnav_touch_navli2_img{
        display: block;
        float: left;
        width: 20%;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        border-left: 1px solid #f1f1f1;
    }
    .chbnav_touch_navli2_img img{
        width: 10px;
    }
    .chbnav_touch_navli b{
        font-family: "Microsoft YaHei";
        float: right;
        font-size: 15px;
    }
    .chbnav_touch_erji{
        display: none;
        background-color: #f1f1f1;
        padding-left: 20px;
    }
    .chbnav_touch_erji a{
        display: block;
        font-size: 16px;
        color: #333333;
    }
    .chbnav_touch_top_logo{
        position: absolute;
        height: 100%;
        left: 4%;
    }
    .chbnav_touch_nav_title{
        height: 58px;
        line-height: 58px;
        border-bottom: 1px solid #DDDDDD;
    }
    .chbnav_touch_nav_title .chbnav_touch_erji{
        line-height: 42px;
        padding: 12px 0 12px 20px;
    }
    .chbnav_touch_nav_title span{
        font-size: 18px;
        color: #16436C;
        float: left;
    }
    /*.chbnav_touch_nav_title img{*/
        /*float: right;*/
        /*margin-top: 19px;*/
    /*}*/
    .chbnav_touch_top_logo img{
        height: 85%;
        margin-top: 5px;
    }
    .right_fd{
        display: none;
    }
    .chbnav_touch_top{
        position: relative;
        height: 60px;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #ffffff;
    }
    .nn_banner_mouse_img{
        display: none;
    }
    .nn_banner_li{
        height: 160px !important;
        background-size: 100% auto !important;
    }
    .nn_banner_title{
        height: 120px;
    }
    .chbnav_touch_top_list{
        position: absolute;
        right: 4%;
        width: 36px;
        height: 100%;
    }
    .nn_banner_js{
        display: none;
    }
    .nn_banner_name{
        font-size: 18px;
        font-weight: normal;
        bottom: 20px;
        line-height: normal;
    }
    .nn_banner .am-slider-a1 .am-control-nav{
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .nn_banner .am-slider-a1 .am-control-nav li a{
        width: 14px;
        height: 1px;
    }
    .chb_anli_con_touch .am-slider-a1 .am-control-nav{
        display: none;
    }
    .chb_anli_con_touch .am-slider .am-slides>li p{
        text-align: center;
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 50px;
        bottom: 0;
        font-size: 16px;
        left: 0;
        right: 0;
        color: #ffffff;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }
    .chb_fuwu_touch_a{
        padding: 30px 3%;
    }
    .chb_fuwu_touch_a_title{
        font-size: 22px;
        color: #333333;
    }
    .chb_fuwu_touch_a_ul p{
        width: 50%;
        float: left;
        line-height: 26px;
        word-wrap: normal;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .chb_fuwu_touch_a_ul p img{
        width: 25px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .chb_fuwu_touch_a_ul p span{
        vertical-align: middle;
        font-size: 14px;
    }

    .chb_fuwu_touch_a_entitle{
        font-size: 18px;
        color: #666666;
        margin-bottom: 6px;
    }
    .chbnav_touch_top_list_c{
        margin-top: 20px !important;
    }
    .chbnav_touch_top_list_a{
        width: 90%;
        height: 1px;
        margin: 0 auto;
        background-color: #666666;
    }
    .chbnav_touch_top_list_b{
        margin: 8px auto;
    }
    .banner{
        height: 195px;
    }
    .banner_li{
        height: 195px;
    }
    .main_news .main_title_r{
        display: none;
    }
    .main_title{
        margin-top: 20px;
    }
    .main_news_box_l{
        float: none;
        width: 100%;
    }
    .tab-con_div_time{
        display: none;
    }
    .tab-con_div_con{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .tab-con_div_more{
        display: none;
    }
    .am-tabs-bd_div{
        padding: 10px 0;
    }
    .am-tabs-bd_div_box{
        width: 90%;
        margin: 0 auto;
    }
    .tab-con_div_name{
        margin-bottom: 5px;
        margin-top: 0;
    }
    .main_news_box{
        margin-top: 20px;
    }
    .tab-con_div_time_touch{
        display: block;
        text-align: right;
        color: #666666;
        font-size: 14px;
    }
    .main_news_box_r{
        float: none;
        width: 100%;
        height: auto;
    }
    .main_news_box_r_img{
        max-width: 100%;
    }
    .main_news_box_zhe{
        height: 64px;
    }
    .main_news_box_zhe_box_title{
        font-size: 15px;
    }
    .main_news_box_zhe_enname{
        margin-top: 7px;
    }
    .main_news_box_zhe_box_more{
        line-height: 64px;
    }
    .main_num{
        margin-top: 20px;
        height: 220px;
        background-color: #3371b4;
    }
    #container{
        display: none;
    }
    .main_num_li_nian{
        margin-top: 20px;
    }
    .main_num_li_nian b{
        font-size: 32px;
    }
    .main_num_li_name{
        font-size: 14px;
    }
    .main_num li{
        width: 50%;
    }
    .main_chanye_box{
        margin-top: 100px;
        height: auto;
    }
    .main_chanye_box .am-slider-default .am-control-nav{
        top: -90px;
        text-align: left;
    }
    .main_chanye_box .am-slider-default .am-control-nav li a{
        height: 30px;
    }
    .main_chanye_box .am-slider-default .am-control-nav li a.am-active{
        border-bottom: none;
    }
    .main_chanye_box .am-slider-default .am-control-nav li{
        margin: 0 6px;
        display: block;
        float: left;
    }
    .main_chanye_li_l{
        width: 100%;
        float: none;
        height: 376px;
    }
    .main_chanye_li_l_name{
        margin-top: 30px;
    }
    .main_chanye_li:hover .main_chanye_li_l_name{
        margin-top: 30px;
    }
    .main_chanye_li_l_box{
        width: 85%;
    }
    .main_chanye_li:hover .main_chanye_li_l_more{
        margin-top: 30px;
    }
    .main_chanye_li_r{
        float: none;
        width: 100%;
        height: auto;
    }
    .main_chanye{
        margin-bottom: 20px;
    }
    .foot{
        height: auto;
    }
    .foot_top{
        height:  auto;
    }
    .foot_top_a{
        margin-top: 20px;
    }
    .foot_top_b{
        margin-top: 20px;
    }
    .foot_top_b_xian{
        display: none;
    }
    .foot_bottom_l li{
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .foot_bottom_l_xian{
        display: none;
    }
    .foot_bottom_l_b{
        margin-top: 5px;
        padding-left: 0;
    }
    .foot_bottom_l_b_p{
        float: left;
        margin-right: 10px;
    }
    .foot_bottom_r{
        display: none;
    }
    .foot_bottom{
        height: auto;
        padding: 10px 0;
        line-height: 24px;
    }
    .foot_bottom a{
        display: block;
        float: none;
    }
    .about_main_banner{
        background-attachment: initial;
        height: auto;
        padding-bottom: 50px;
    }
    .about_main_banner_box{
        width: 100%;
    }
    .about_main_banner_title{
        margin-top: 50px;
        font-size: 36px;
        line-height: 36px;
    }
    .about_main_banner_kouhao{
        font-size: 26px;
        line-height: 26px;
        margin-top: 22px;
    }
    .about_main_jianjie{
        padding-bottom: 0;
    }
    .about_main_jianjie_title{
        font-size: 24px;
        margin-top: 20px;
    }
    .about_main_jianjie_js{
        font-size: 14px;
        width: 94%;
        line-height: 24px;
        text-align: left;
    }
    .about_main_jianjie_list{
        width: 94%;
        margin: 20px auto 0 auto;
    }
    .about_main_jianjie_list li{
        width: 50%;
        margin-bottom: 20px;
    }
    .about_main_jianjie_li_img img{
        width: 60px;
    }
    .about_main_jianjie_li_name{
        font-size: 15px;
        margin-top: 0;
    }
    .about_main_zoujin_list_t_li1{
        width: 100%;
        height: auto;
    }
    .about_main_zoujin_list_t_li1 img{
        max-width: 100%;
    }
    .about_main_zoujin_list_t_li_con{
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 13px;
    }
    .about_main_zoujin_list_t_li_p1{
        font-size: 26px;
    }
    .about_main_zoujin_list_t_li_p2{
        font-size: 16px;
    }
    .about_main_zoujin_list_t_li2{
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .about_main_zoujin_list_tli{
        float: none;
        margin-bottom: 15px;
    }
    .about_main_zoujin_list_t_li2 img{
        width: 100%;
    }
    .about_main_zoujin_list_t_li3{
        margin-left: 0;
    }
    .about_main_zoujin_list_t_li3_div1{
        margin-bottom: 15px;
    }
    .about_main_zoujin_list_t_li3_div{
        width: 100%;
        height: auto;
    }
    .about_main_zoujin_list_t_li3_div1_img{
        width: 100%;
    }
    .about_main_zoujin_list_t_li3_div .about_main_zoujin_list_t_li_con{
        left: 0;

    }
    .about_main_zoujin_list_t{
        margin-bottom: 0;
    }
    .about_main_zoujin_list_b_l{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .about_main_zoujin_list_b_r{
        width: 100%;
        height: auto;
    }
    .about_main_zoujin_list_b_r_img{
        position: initial;
        width: 100%;
    }
    .about_main_zoujin_list_b_l img{
        width: 100%;
    }
    .n_banner{
        background-attachment: initial !important;
        background-size: auto 100% !important;
        height: auto;
        padding-bottom: 50px;
    }
    .n_banner_name{
        margin-top: 50px;
    }
    .page_title .show_chanpin_t_r_mbx{
        display: none;
    }
    .page_name{
        font-size: 28px;
    }
    .page_zhici_box_l{
        position: initial;
    }
    .page_zhici_box{
        margin-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }
    .page_zhici_box_l img{
        width: 100%;
    }
    .page_zhici_box_r{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .page_zhici_box_r_title{
        margin-top: 20px;
    }
    .page_zhici_box_r_con{
        margin-top: 15px;
    }
    .page_zhici_box_r_more{
        margin-top: 0;
    }
    .page_page img{
        max-width: 100%;
    }
    .n_rongyu .n_rongyu_li li{
        width: 49%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .n_rongyu .n_rongyu_li li.n_rongyu_li_touch_li2{
        margin-left: 2%;
    }
    .am-gallery-item_img_s{
        height: 120px;
        line-height: 120px;
    }
    .n_rongyu .am-gallery-title_img{
        background: none;
        height: auto;
        width: 90%;
        margin: 0 auto 3px auto;
    }
    .n_rongyu .am-gallery-default .am-gallery-title{
        line-height: 24px;
    }
    .am-gallery-title_img span{
        margin-left: 0;
    }
    .n_rongyu{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .page_licheng_l{
        width: 100%;
        float: none;
        clear: both;
        zoom: 1;
        display: table;
    }
    .page_licheng_l li{
        padding: 0 0 6px 0;
        margin-top: 0;
        width: 33.333%;
        float: left;
        text-align: center;
        border-bottom: 0;
    }
    .page_licheng_l li:hover{
        border-bottom: 0;
    }
    .page_licheng_l li.page_licheng_l_li_select{
        border-bottom: 0;
    }
    .page_licheng_r{
        float: none;
        width: 100%;
        clear: both;
        zoom: 1;
        display: table;
    }
    .page_licheng_l_li_time{
        font-size: 16px;
        margin-top: 4px;
        font-weight: normal;
    }
    .page_licheng_l_li_name{
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
    .page_licheng_l_li_r{
        display: none;
    }
    .page_licheng_l_li_l{
        float: none;
    }
    .page_licheng_r_div h1{
        font-size: 32px;
        background: url(../images/licheng_icon.jpg) no-repeat left 21px;
    }
    .page_licheng_r_div p{
        width: 100%;
        margin-bottom: 18px;
        margin-left: 0;
    }
    .page_licheng_r_div{
        padding: 18px 0;
    }
    .page_licheng_r_con{
        min-height: 400px;
    }
    .page_page{
        margin: 20px 0;
    }
    .n_banner_name{
        font-size: 36px;
    }
    .n_banner_js{
        font-size: 20px;
    }
    .news_main_sousuo{
        display: none;
    }
    .news_main_list li{
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .news_main_list li.news_main_li2{
        margin-top: 15px;
    }
    .news_main_li img{
        max-width: 100%;
    }
    .news_main_li_box_r{
        display: none;
    }
    .news_main_li_name{
        font-size: 16px;
    }
    .news_main_li_box_l{
        float: none;
        width: 100%;
    }
    .news_main_title{
        font-size: 24px;
        margin: 20px auto;
        line-height: 30px;
    }
    .news_main_dongtai_list li{
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .news_main_dongtai_li_img{
        width: 100%;
        height: auto;
    }
    .news_main_dongtai_li_con{
        padding: 0 5% 15px 5%;
    }
    .news_main_dongtai_li_time{
        margin-top: 15px;
    }
    .news_main_dongtai_li_name{
        margin-top: 10px;
    }
    .news_main_dongtai_li_more{
        width: 100px;
        background-color: #3371b4;
        border: 1px solid #3371B4;
        font-weight: bolder;
        margin-top: 15px;
    }
    .news_main_guanzhu_list li{
        float: none;
        width: 100%;
        height: auto;
    }
    .news_main_guanzhu_li_name{
        font-size: 18px;
        margin-top: 15px;
    }
    .news_main_guanzhu_li_time{
        margin-top: 10px;
    }
    .news_main_guanzhu_li_more{
        margin-top: 0;
    }
    .news_main_kanwu_li_r .news_main_guanzhu_li_more{
        display: none;
    }
    .news_main_guanzhu_list li.news_main_guanzhu_li2{
        margin-top: 15px;
    }
    .news_main_guanzhu_li{
        padding-bottom: 15px;
    }
    .news_main_jijin_list li{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .news_main_jijin_li_img{
        height: auto;
    }
    .news_main_jijin_li_img img{
        max-width: 100%;
    }
    .news_main_jijin_li_name{
        font-size: 18px;
        margin-top: 0;
        margin-left: 0;
    }
    .news_main_jijin_con{
        padding: 20px 5%;
    }
    .news_main_jijin_li_time{
        margin-right: 0;
        margin-top: 5px;
    }
    .news_main_kanwu_list li{
        float: none;
        width: 100%;
        height: auto;
    }
    .news_main_kanwu_li_box{
        width: 94%;
        margin: 20px auto;
    }
    .news_main_kanwu_li_img{
        width: 38%;
        height: auto;
    }
    .news_main_kanwu_li_img img{
        max-width: 100%;
    }
    .news_main_kanwu_li_r{
        width: 60%;
    }
    .news_main_kanwu_li_name{
        margin-top: 0;
        font-size: 16px;
    }
    .news_main_kanwu_li_time{
        font-size: 14px;
        margin-top: 4px;
    }
    .news_main_kanwu_li_js{
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }
    .page_jianjie_ztime .main_num_li_nian b{
        color: #ffffff;
    }
    .page_jianjie_ztime .main_num_li_nian span{
        color: #ffffff;
    }
    .page_jianjie_ztime .main_num_li_name{
        color: #ffffff;
    }
    .page_jianjie_jj{
        padding: 20px 0;
    }
    .page_jianjie_jj h1{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .page_jianjie_jj p{
        margin-bottom: 15px;
    }
    .page_jianjie_icon{
        margin-top: 20px;
    }
    .page_jianjie_icon li{
        display: block;
        float: left;
        width: 50%;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .page_jianjie_con{
        margin-top: 10px;
    }
    .page_jianjie_con_con{
        float: none;
        width: 100%;
    }
    .page_jianjie_con_img{
        float: none;
        height: auto;
        width: 100%;
    }
    .page_jianjie_con_img img{
        max-width: 100%;
    }
    .page_jianjie_tuji{
        display: none;
    }
    .main_chanye_more .main_title_r{
        margin: 20px auto;
    }
    .list_new_title .show_chanpin_t_r_mbx{
        margin-top: 25px;
    }
    .show_chanpin_t_r_mbx span{
        font-size: 12px;
    }
    .n_news_posi{
        display: none;
    }
    .n_news_ul li{
        margin-bottom: 15px;
        padding-bottom: 10px;
        background-color: #f1f1f1;
    }
    .n_news_li{
        padding: 0;
        background: #F1F1F1;
        height: auto;
    }
    .n_news_li_time{
        display: none;
    }
    .n_news_li_con{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .n_news_li_name{
        margin-top: 15px;
        font-size: 16px;
    }
    .n_news_li_js{
        margin-top: 0;
    }
    .n_news_li_more{
        margin-top: 0;
    }
    .n_news_li_touch_time{
        display: block;
        font-size: 14px;
        color: #898989;
    }
    #yema .pages a{
        font-size: 14px;
        padding: 0 4px;
    }
    #yema .pages span{
        font-size: 14px;
        padding: 0 4px;
    }
    #yema{
        height: auto;
        margin: 15px 0;
    }
    .chanye_title{
        margin-top: 20px;
    }
    .chanye_js{
        margin-top: 0;
    }
    .chanye_div{
        margin-top: 20px;
    }
    .chanye_main{
        overflow: hidden;
        height: auto;
        padding-bottom: 70px;
        background-attachment: initial !important;
    }
    .list_chanye_n_li_img{
        float: none;
        width: 100%;
        height: auto;
    }
    .list_chanye_n_li_img img{
        max-width: 100%;
    }
    .list_chanye_n_li_con_box{
        width: 100%;
    }
    .list_chanye_n_li_name{
        margin-top: 15px;
        font-size: 20px;
    }
    .list_chanye_n_li_js{
        margin-top: 10px;
    }
    .list_chanye_n_li_con{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .list_chanye_n_li_more{
        margin-top: 15px;
    }
    .list_chanye_n_list li{
        margin-bottom: 10px;
    }
    .list_chanye_n{
        padding-bottom: 20px;
    }
    .show_chanye_s_box img{
        max-width: 100%;
    }
    .list_chanye_n_js{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .chanpin_main_jiansuo{
        display: none;
    }
    .chanpin_main_pxsx{
        margin-top: 0;
    }
    /*list_chanpin.html*/
    .chanpin_main{
        margin-top: 20px;
    }
    .chanpin_main_list li{
        margin-left: 0;
        width: 100%;
        height:200px;
        margin-right: 0;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .chanpin_main_li_box{
        width: 73%;
    }
    .chanpin_main_li_title{
        font-size: 22px;
        line-height: normal;
        margin-top: 15px;
    }
    .chanpin_main_li_name{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .chanpin_main_li_js{
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
    }
    .chanpin_main_li_more{
        display: none;
    }
    .chanpin_main_pxsx_list{
        width: 100%;
        float: none;
        margin-top: 10px;
    }
    .chanpin_main_pxsx_span{
        float: none;
    }
    .chanpin_main_pxsx_list li{
        margin-right: 14px;
        margin-bottom: 10px;
    }
    /*hezuo.html*/
    .zhanlve_main_title{
        font-size: 32px;
        margin-top: 20px;
    }
    .zhanlve_main_js{
        width: 100%;
        font-size: 14px;
        text-align: left;
        line-height: 24px;
    }
    .zhanlve_main_list{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zhanlve_main_list li{
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .zhanlve_main_li_box{
        width: 90%;
    }
    .zhanlve_main_li_title{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .zhanlve_main_li_icon{
        width: 26%;
    }
    .zhanlve_main_li_name{
        margin-left: 0;
        width: 72%;
    }
    .zhanlve_main_li_js{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .zhanlve_main_li_more{
        display: none;
    }
    .zhanlve_main_li_icon_img{
        max-width: 100%;
    }
    .zhanlve_main_li_name{
        float: right;
    }
    .zhanlve_main_li_name_1{
        font-size: 18px;
    }
    .zhanlve_main_li_name_2{
        font-size: 13px;
    }
    .list_hezuoxiangmu_n_title{
        font-size: 32px;
        margin-top: 20px;
    }
    .list_hezuoxiangmu_n_js{
        line-height: 24px;
        margin-top: 5px;
        text-align: left;
    }
    .list_hezuoxiangmu_n_list{
        margin-top: 20px;
    }
    .list_hezuoxiangmu_n_list li{
        width: 49% !important;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .list_hezuoxiangmu_n_list li.list_hezuoxiangmu_n_li2_touch{
        margin-left: 2%;
    }
    .list_hezuoxiangmu_n_li_more{
        display: none;
    }
    .list_hezuoxiangmu_n_li_icon{
        margin: 20px auto 0 auto;
    }
    .list_hezuoxiangmu_n_li_name{
        font-size: 16px;
        text-align: center;
    }
    .list_hezuoxiangmu_n_con{
        margin-top: 20px;
    }
    .list_hezuoxiangmu_n_div_xian{
        margin: 15px 0;
    }
    .list_hezuoxiangmu_n{
        padding-bottom: 20px;
    }
    .renli_main_top{
        margin-top: 20px;
    }
    .n_banner_name{
        margin-top: 20px;
    }
    .renli_main_bottom{
        margin-top: 25px;
    }
    .renli_main_box_z li{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .renli_main_box_z_img{
        width: 100%;
        height: auto;
    }
    .renli_main_box_z_img img{
        max-width: 100%;
    }
    .renli_main_box_z_con{
        width: 100%;
        height: auto;
        padding-bottom: 15px;
    }
    .renli_main_box_z_con_box{
        width: 90%;
    }
    .renli_main_box_z_name{
        margin-top: 20px;
    }
    .renli_main_box_z_more{
        display: none;
    }
    .renli_main_box_list_title{
        font-size: 30px;
        margin-top: 0;
    }
    .renli_main_box_list_js{
        display: none;
    }
    .renli_main_box_list_form{
        display: none;
    }
    .renli_main_box_ul_title{
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .renli_main_box_ul_list li{
        margin-bottom: 15px;
    }
    .renli_main_box_ul_li_jianjie{
        height: 42px;
        line-height: 42px;
    }
    .renli_main_box_ul_li_jianjie .renli_main_box_ul_li_name{
        font-size: 15px;
        width: auto;
        margin-left: 3%;
    }
    .renli_main_box_ul_list .renli_main_box_ul_li_address{
        display: none;
    }
    .renli_main_box_ul_list .renli_main_box_ul_li_gongsi{
        display: none;
    }
    .renli_main_box_ul_list .renli_main_box_ul_li_time{
        display: none;
    }
    .renli_main_box_ul_list .renli_main_box_ul_li_jingyan{
        font-size: 12px;
        float: right;
        width: auto;
        margin-right: 20px;
    }
    .renli_main_box_ul_li_more{
        width: 14px;
        font-size: 15px;
        line-height: 42px;
        height: 42px;
    }
    .renli_main_box_ul_li_xianxi h3{
        margin-top: 20px;
        margin-bottom: 14px;
    }
    .renli_main_box_ul{
        margin-top: 15px;
    }
    .list_linian_n_list li{
        margin-bottom: 0;
    }
    .list_linian_n_li_img{
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .list_linian_n_li_img img{
        max-width: 100%;
    }
    .list_linian_n_li_con{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .list_linian_n_li_con_box{
        width: 100%;
    }
    .list_linian_n_li_name{
        font-size: 20px;
        margin-top: 0;
        font-weight: bolder;
    }
    .list_linian_n_li_js{
        margin-top: 5px;
        line-height: 24px;
        font-size: 14px;
    }
    .page_lxwm_n_box{
        height: auto;
    }
    .page_lxwm_n_con{
        position: initial;
        width: 100%;
        height: auto;
    }
    .map{
        display: none;
    }
    .page_lxwm_n_con_title{
        margin-top: 20px;
    }
    .page_lxwm_n_con_box{
        width: 92%;
    }
    .page_lxwm_n_con_p{
        font-size: 13px;
    }
    .page_lxwm_n_con_con{
        margin-top: 15px;
    }
    .shehuizeren_div{
        margin-bottom: 20px;
    }
    .shehuizeren_div_title{
        font-size: 30px;
        margin-top: 20px;
    }
    .shehuizeren_div_js{
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
        text-align: left;
    }
    .shehuizeren_div_list{
        margin-top: 20px;
    }
    .shehuizeren_div_list li{
        width: 100%;
        float: none;
        height: auto;
    }
    .shehuizeren_div_li_img{
        height: auto;
    }
    .shehuizeren_div_li_img img{
        max-width: 100%;
    }
    .shehuizeren_div_li_con{
        height: auto;
        padding-bottom: 20px;
    }
    .shehuizeren_div_li_con_box{
        width: 90%;
    }
    .shehuizeren_div_li_name{
        font-size: 20px;
        margin-top: 20px;
    }
    .shehuizeren_div_li_js{
        width: 100%;
    }
    .shehuizeren_div_li_more{
        display: none;
    }
    .shehuizeren_div_list li.shehuizeren_div_li2{
        margin-top: 20px;
    }
    .gongyishiye_div_list{
        margin-top: 20px;
    }
    .gongyishiye_div_list li{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .gongyishiye_div_li_img{
        height: auto;
    }
    .gongyishiye_div_li_img img{
        max-width: 100%;
    }
    .gongyishiye_div_li_con{
        height: auto;
        padding-bottom: 20px;
    }
    .gongyishiye_div_li_name{
        font-size: 20px;
        margin-top: 15px;
    }
    .gongyishiye_div_li_js{
        width: 100%;
        margin-top: 8px;
        line-height: 24px;
    }
    .gongyishiye_div{
        margin-bottom: 20px;
    }
    .list_fazhan_n_list{
        margin-top: 20px;
    }
    .list_fazhan_n_list li{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .list_fazhan_n_li_img{
        width: 100%;
        height: auto;
    }
    .list_fazhan_n_li_img img{
        max-width: 100%;
    }
    .list_fazhan_n_li_name{
        font-size: 16px;
        text-align: left;
        margin-top: 8px;
        padding-left: 0;
    }
    .newshowbox{
        width: 100%;
        float: none;
        padding: 16px 0 0 0;
    }
    .newshow_title{
        padding-bottom: 0;
    }
    .newshow_name{
        line-height: normal;
        font-size: 20px;
    }
    .newshow_zx{
        margin-top: 10px;
    }
    .newshow_cont{
        margin-top: 15px;
        line-height: 26px;
        font-size: 15px;
    }
    .newshow_cont p{
        margin-bottom: 15px;
    }
    .newshow_cont img{
        max-width: 100%;
    }
    .newshow_pjs{
        display: none;
    }
    .newshow_back{
        float: none;
        text-align: right;
        margin-top: 0;
    }
    .newshowbox_r{
        width: 100%;
        float: none;
    }
    .newshowbox_r_b{
        width: 100%;
        padding: 0 5%;
    }
    .show_prev_title{
        margin-top: 0;
    }
    .newshowbox_r_b_prev{
        padding: 10px 0;
    }
    .newshowbox_r_b_next{
        padding: 10px 0;
    }
    .show_chanpin_t_l{
        width: 100%;
        float: none;
    }
    .show_chanpin_t_l_name{
        font-size: 26px;
        margin-top: 15px;
    }
    .show_chanpin_t_l_xinghao{
        font-size: 18px;
        margin-top: 10px;
    }
    .show_chanpin_t_l_con{
        margin-top: 10px;
    }
    .show_chanpin_t_l_more{
        margin-top: 10px;
    }
    .show_chanpin_t_r_mbx{
        display: none;
    }
    .show_chanpin_t_r_div{
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .show_chanpin_t_r_div img{
        max-width: 100%;
    }
    .show_chanpin_t_r{
        float: none;
    }
    .show_chanpin_b{
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .show_chanpin_b_title{
        margin-top: 20px;
        font-size: 26px;
    }
    .show_chanpin_b_con{
        margin-top: 20px;
    }
    .show_chanpin_b_con li{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .show_chanpin_b_li{
        width: 90%;
    }
    .show_chanpin_b_li_name{
        margin-top: 0;
    }
    .show_chanpin_b_li_xian{
        display: none;
    }
    .qywh_top{
        top:10px !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
    .qywh_top .sdanw{
        width: 100% !important;
        height: auto !important;
        background: none !important;
    }
    .qywh_top .sdanw .dwd{
        width: 100% !important;
        background: #F8F8F8 !important;
        overflow: hidden !important;
        top:auto !important;
        left: auto !important;
        position: inherit !important;
        margin-bottom: 25px !important;
    }
    .qywh_top .sdanw .dwd .dwdbt1{
        color: #333 !important;
        top: 25% !important;
    }
    .qywh_top .sdanw .dwd .dwdbt2{
        color: #666 !important;
        opacity: 1 !important;
        top: 55% !important;
    }
    #servicesBox .serBox{
        width:100% !important;
        margin-bottom: 20px !important;
    }
    #servicesBox .serBox .pic1{
        position: inherit !important;
        right: auto !important;
        
        margin: 0 auto !important;
    }
    #servicesBox .serBox .pic2{
        display: none !important;
    }
	
	
	
	
	
}



/*新增联系我们*/
.dn_lxwm { width: 100%;}
.dn_lxwm01 {max-width: 1200px; margin: 0 auto;}
.dn_lxwm02 { width: 100%;}
.dn_lxwm03 {
    width: 280px;
    float: left;
    color: #666;
    background: #f6f4f4;
    padding: 30px;
    margin-right: 25px;
    font-size: 13px;
    line-height: 26px;
    height: 530px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.dn_lxwm02 a:hover .dn_lxwm03 {
    background: #3371b4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.dn_lxwm02 a:hover .dn_cen01 {
    background: #fff;
    width: 140px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.dn_lxwm02 a:hover .dn_top {
    color:#fff;
    font-weight: bold;
    padding-left: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.dn_lxwm02 a:hover .dn_cen {
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.dn_lxwm02 a:hover .dn_btom {
    color:#fff;
    padding-left: 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}


.dn_clear { clear: both;}



.dn_top {
    width: 100%;
    float: left;
    font-size: 17px;
    color:#333;
    padding-top: 11px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.dn_cen { width: 100%; float: left; padding: 11px 0px ;}
.dn_cen01 {
    width: 42px;
    height: 1px;
    background-color: #de091f;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.dn_btom {
    width: 100%;
    float: left;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*新增联系我们----end*/

.zyx_bt{
    width: 120px;
    font-size: 28px;
    color: #004EA9;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #004EA9;
    margin-bottom: 33px;
}
.zyx_jj{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 25px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}
.zy_top{
    overflow: hidden;
}
.zyx_dz{
    font-size: 15px;
    color: #818181;
    margin-top: 20px;
    height: 30px;
    background: url("../images/map1.jpg") no-repeat left center;
    padding-left: 37px;
    margin-bottom: 15px;
}
.zyx_dw{
    font-size: 15px;
    color: #818181;
    background: url("../images/dh1.jpg") no-repeat left top;
    padding-left: 37px;
    overflow: hidden;
}
.zyx_dw span{
    display: block;
    width: 207px;
    height: 34px;
    line-height: 34px;
    float: left;
}
.hgsx{
    display: block;
    width: 494px;
    overflow: hidden;
}
.zy_xq{
    width: 660px;

}
.zy_duotu{
    margin-top: 70px;
    background: #F7F7F7;
    padding-top: 70px;
    overflow: hidden;
}
.zy_duotu ul li{
    float: left;
    margin-right: 38px;
}
.zy_duotu ul li a{
    display: block;
}
.zy_duotu ul li a .cszzxs{
    display: block;
    overflow: hidden;
    width: 580px;
    height: 346px;
}
.zy_duotu ul li a img{
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zy_duotu ul li a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zy_duotu ul li .cydwbt{
    font-size: 16px;
    color: #818181;
    text-align: center;
    display: block;
    background: #F7F7F7;
    height: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.zy_duotu ul li a:hover .cydwbt{
    color: #fff;
    background: #3371B4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hgsx img{
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.hgsx:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.qywh_top{
    overflow: hidden;
    margin-bottom: 70px;
    margin-top: 40px;
}

.qywh_top .sdanw{
    width: 951px;
    margin: 0 auto;
    height: 623px;
    background: url("../images/whua1.jpg") no-repeat center;
    position: relative;
}
.qywh_top .sdanw .dwd{
    position: absolute;
    display: block;
    width: 264px;
    height: 148px;


}
.qywh_top .sdanw .dwd .bgcc{
    width: 264px;
    height: 148px;
    opacity: 0;
    background: #005BAB;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.qywh_top .sdanw .dwd:hover .bgcc{
    opacity: .8;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */

}
.qywh_top .sdanw .dwd1{
    top:79px;
}
.qywh_top .sdanw .dwd2{
    top:80px;
    left: 411px;
}
.qywh_top .sdanw .dwd3{
    top:237px;
    left: 138px;
}
.qywh_top .sdanw .dwd4{
    top:239px;
    left: 549px;
}
.qywh_top .sdanw .dwd .dwdbt1{
    top:38%;
    width: 100%;
    text-align: center;
    z-index: 88;
    position: absolute;
    font-size: 24px;
    color: #fff;
    font-family: "Microsoft YaHei";
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.qywh_top .sdanw .dwd .dwdbt2{
    opacity: 0;
    top:75%;
    width: 100%;
    text-align: center;
    z-index: 88;
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft YaHei";
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.qywh_top .sdanw .dwd:hover .dwdbt1{
    top:24%;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.qywh_top .sdanw .dwd:hover .dwdbt2{
    opacity: 1;
    top:55%;
    transition: all .5s;
    -moz-transition: all .5s;	/* Firefox 4 */
    -webkit-transition: all .5s;	/* Safari 和 Chrome */
    -o-transition: all .5s;	/* Opera */
}
.qywh_bot{
    min-height: 995px;
    background: #F8F8F8;
}
.qywh_bot .qybobt{
    text-align: center;
    font-size: 36px;
    width: 100%;
    color: #4c4c4c;
    overflow: hidden;
    margin: 60px 0;
}
.eewmws{
    background: url("../images/fx.jpg") no-repeat center !important;
    width: 55px !important;
    height: 55px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}
.foot_bottom_r_con_ewm{
    float: left;
    width: 56px;
    height: 56px;
}
.bdshare_dialog_list li{
    margin-left: 5px !important;
}
.bdshare_popup_box{
    display: none !important;
}
/*------ servicesBox ------*/
#servicesBox{width:100%;height:310px;margin:0 auto;clear:both;padding:14px 0px 20px 0px;line-height:18px;color:#999999;font-size:12px;}
#servicesBox h3{font-weight:normal;font-size:16px;height:30px;line-height:20px;color:#000000;}
#servicesBox .serBox{cursor:pointer;display:inline;width:382px;height:310px;float:left;overflow:hidden;background-color: #ffffff;position:relative;padding:0; margin-bottom: 47px; margin-right: 25px;}
#servicesBox .serBoxOn{display:none;width:382px;height:310px;background:#005BAB;position:absolute;left:0px;top:0px;z-index:19;}
#servicesBox .serBox .pic1{width:102px;height:102px;text-align:center;position:absolute;top:75px;right:142px;z-index:99;}
#servicesBox .serBox .pic2{width:102px;height:102px;text-align:center;position:absolute;top:60px;left:-142px;z-index:99;}
#servicesBox .serBox .txt1{width:100%;height:100px;color:#fff;position:absolute;top:195px;z-index:99; text-align:center;font-size:16px;}
#servicesBox .serBox .txt2{width:100%;height:100px;color:#fff;position:absolute;top:180px;text-align:center;right:-382px;font-size:16px;z-index:99;}
#servicesBox .serBox span.tit{font-size:16px;display:block;height:50px;line-height:40px;text-align:center;}
#servicesBox .serBox .txt1 .tit{color:#666; font-size: 24px; }
#servicesBox .serBox .txt2 .tit {color:#fff;font-size: 24px; }

.servicesPop{background:#F1F1F1;width:100%;clear:both;height:320px;padding-top:33px;position:absolute;top:2px;left:0px;z-index:999;display:none}
.servicesPop #serFocus{width:960px;height:273px;margin:0 auto;clear:both;background-color:#ffffff;}
#serFocus .white{color:#fff}
#serFocus div.box{height:273px;display:none;color:#999999;}
#serFocus div.box .serTit{height:50px;line-height:20px}

.flash_bar{text-align:center;clear:both;height:32px;width:1000px;padding-top:10px;margin:0 auto;}
.flash_bar span.dq{display:inline-block;width:28px;height:28px;cursor:pointer;background:url(../images/bt_bg.gif) no-repeat 0 -38px;}
.flash_bar span.no{display:inline-block;width:28px;height:28px;cursor:pointer;background:url(../images/bt_bg.gif) no-repeat 0px 0px;}

a.close{cursor:pointer;display:inline-block;width:28px;height:28px;background:url(../images/bt_bg.gif) no-repeat 0px -608px;position:absolute;top:0px;z-index:99;right:0px;}
a.close:hover{background:url(../images/bt_bg.gif) no-repeat -38px -608px;}

.clients_box{width:996px;height:243px;overflow:hidden;border-top:#efeff0 1px solid;border-left:#efeff0 1px solid;background-color:#ffffff;clear:both;overflow:hidden;margin:0px auto 0px auto;margin-bottom:60px;}
.clients_box li{float:left;padding:0px;border-bottom:#efeff0 1px solid;border-right:#efeff0 1px solid;width:165px;height:80px;/**/ overflow:hidden;}
.clients_box img{width:165px;height:80px;margin:0px;padding:0px;}

a.yidongBt{display:inline-block;margin-top:5px;width:125px;height:32px;line-height:32px;text-align:center;font-size:14px;background:url(../images/bt_bg.gif) no-repeat 0px -326px;}
a.yidongBt:hover {background:url(../images/bt_bg.gif) no-repeat 0px -368px;}
.yidongL{width:300px;height:273px;text-align:right;float:left;padding-right:40px;overflow:hidden;}
.servicesCon{float:left;padding-top:40px;}
.servicesTxt{float:left;width:510px;padding-top:55px;line-height:22px;}
.servicesTxt p{padding:8px 0px;}

span.Apple,span.Android,span.Win8{display:inline-block;padding:0px 90px 0px 40px;height:35px;line-height:35px;color:#222222;font-size:16px;font-family:Arial;background-image:url(../images/bt_bg.gif);background-repeat:no-repeat;}
span.Apple{background-position:0px -410px;}
span.Android{background-position:0px -455px;}
span.Win8{background-position:0px -500px;}

.servicesCon ul{padding:5px 0px;}
.servicesCon li{clear:both;background:url(../images/bt_bg.gif) no-repeat 0px -552px;line-height:26xp;padding-left:12px;color:#999999;}

.ssflm{
    line-height: normal;
}
.srkd{
    height: 50px;
    padding-left: 15px;
    background:#fff;
    outline:none;
    border:0;
    float: left;
    color: #333;
    width: 238px;
}
.tjan{
    background:#004EA1;
    outline:none;
    border:0;
    width: 70px;
    height: 50px;
    padding: 0;
    margin: 0;
    float: left;
    color: #fff;
}
.language_r a .ojbkc .xsnd{
    position: absolute;
    z-index: 999;
    display: block;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    top: -14px;
    right: 80px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}

.ts_nr p { margin-bottom: 35px;}
.ts_nr img { margin: 5px 0;}



.fl{
 float:left;
 }
.fr{
 float:right
 }
.clear{
	clear:both;
	}
.pageNav{
 clear:both; margin-top:30px; text-align:right;
}
.pageNav{}
.pageNav a{
 padding:8px 10px; font-size:11px; background:#EBEBEB;
}

.pageNav a.prev, .pageNav a.next, .pageNav a.cur{
 background-color:#039;  color:#ffffff; padding:8px 10px;
}
.pageNav a:hover{
	background:#06C;
	color:#fff;
	}



