@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 14px;
    font-family: 微软雅黑;
    border: 0;
}

a{
    text-decoration: none;
}

li {
    list-style: none;
}

body{
    min-width: 1200px;
}

/*******************************************************************************************************/
/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/*************************************************************************************/
/*文本隐藏*/
.text_hidden{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/***********************************************************************************************************/
/*顶部宣传条*/

.a1{
    width: 100%;
    line-height: 30px;
    height: 30px;
    background-color: #006ACD;
    color: #FFFFFF;
}

.a1_m{
    width: 1200px;
    margin: 0 auto;
}

.a1_m_lt{
    float: left;
}

.a1_m_rt{
    float: right;
}

/*************************************************************************************************/
/**********************************************************************************************/
/*网站头部导航区*/
.a2 {
    width: 100%;
    background-color:#004E97;
}

.a2_m {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.a2_m_img {
    float: left;
    width: 220px;
    height: 56px;

    overflow: hidden;

    padding-top: 27px;
    padding-left: 25px;
}

.a2_m_img img {
    width: 100%;
}

.a2_m_nav {
    float: left;
    height: 120px;
    width: 937px;
    box-sizing: border-box;
    padding-left: 30px;
}

.a2_m_nav_list {
    float: left;
    position: relative;
    width: 14.2%;
    height: 100%;
    line-height: 110px;
    text-align: center;
    background-color: #004E97;
}

.a2_m_nav_list:hover{
    z-index: 999;
}


.a2_m_nav_list a {
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
    color:#fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*鼠标浮动变红*/
.a2_m_nav_list:hover>a {
    color: #fa8903;
    border-bottom: 1px solid #fa8903;
}
.a2_m_nav_list > ul>li:hover{
    background-color: #fa8903;
}
.a2_m_nav_list > ul>li:hover a{
    color: white;
}

.a2_m_nav_list > ul {
    display: none;
    line-height: 47px;
    position: absolute;
    z-index: 999;
    min-width: 158px;
    margin-left: -10px;
    top: 100%;
    background-color: #004E97;
}

a.a2_choose{
    color: #fa8903;
    border-bottom: 1px solid #fa8903;
}

/*#########################*/
/*搜索框区*/
.a2_button{

    position: absolute;
    background-color: transparent;
    outline: none;
    border:none;
    left:100%;
    top:30px;

}
.a2_button i{
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.a2_search{
    position: absolute;
    width: 306px;
    height:45px;
    bottom:0;
    right:-45px;
    z-index: 999;
    display: none;
}   
.a2_search input{
    font-size: 24px;
    display: block;
    outline:none;
    width: 100%;
    height:100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 20px;
    border:none;
}   

.a2_search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#f4f4f4;
}
.a2_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#f4f4f4;
}
.a2_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#f4f4f4;
}
.a2_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#f4f4f4;
}

.a2_search_close{
    position: absolute;
    right:10px;
    top:10px;
    font-size: 25px;
    color:black;
    cursor: pointer;
}


/***********************************************************************************************/
.a3 {
    width: 100%;
    height: 590px;
}

.a3 .fullSlide {
    width: 100%;
    position: relative;
    /*修改为自定义高度*/

    height: 590px;
    background: #FFFFFF;
}

.a3 .fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.a3 .fullSlide .bd ul {
    width: 100% !important;
}

.a3 .fullSlide .bd li {
    width: 100% !important;
    /*修改高度为自定义高度*/
    height: 590px;
    overflow: hidden;
    text-align: center;
}

.a3 .fullSlide .bd li a {
    display: block;
    /*修改高度为自定义高度*/
    height: 590px;
}

/*这里是导航小圆点的设置*/
.a3 .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../img/touming.png) repeat-x;
    text-align: center;
    _background: #FFFFFF;
    _filter: alpha(opacity=60);
}

/*这里控制小圆点的位置*/
.a3 .fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.a3 .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(../img/tg_flash_p.png) -18px 0;
    overflow: hidden;
    line-height: 9999px;
    /*把数字给隐藏掉*/
}

.a3 .fullSlide .hd ul .on {
    background-position: 0 0;
}
/**********************************************************************************/
.a4{
    width: 100%;
    margin-bottom: 115px;
}

.a4_m{
    width: 1200px;
    margin: 0 auto;

}

.a4_title{
    height: 75px;
    line-height: 75px;
    width: 550px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    text-align: center;
}

.a4_title_c1{
    font-size: 30px;
    padding-right: 40px;
}

.a4_title_c2{
    font-size: 20px;
    color: #909daa;
}

.a4_list{
    padding-top: 40px;
}

.a4_list_li{
    width: 266px;
    float: left;
    margin-left: 20px;
}

.a4_list_li:hover .a4_list_li_c{
    color: #fa8903;
}

.a4_list_li:first-child{
    margin-left: 40px;
}
.a4_wrap{
    box-sizing: border-box;
    width: 266px;
    height: 154px;
    padding: 10px;
    border: 1px solid #e2e2e2;

}


.a4_list_li_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.a4_list_li_img img{
    width: 100%;

    display: block;

}

.a4_big{
    transition: all 0.5s;
}

.a4_big:hover{
    transform: scale(1.3);
}


a.a4_list_li_c{
    color: black;
    display: block;
}

.a4_list_li_c_1{
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.a4_list_li_c_2{
    height: 69px;
    overflow: hidden;
    line-height: 23px;
}





/********************************************************************************************/
/*公司简介*/
.a5{
    width: 100%;
    background: url("../img/a5_2.png") top center no-repeat;
    padding-top: 60px;
    padding-bottom: 130px;
    background-size: cover;
}
.a5_m{
    width: 1200px;
    margin: 0 auto;
}

.a5_title{
    line-height: 70px;
    border-bottom: 1px solid #d6d6d6;
    width: 353px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}
.a5_other{
    line-height: 88px;
    text-align: center;
    font-size: 18px;
    color:#5f6060;
}

.a5_c_lt{
    background-color: #FFFFFF;
    float: left;
}

.a5_c_lt_img{
    width: 297px;
    height: 350px;
    overflow: hidden;
    float: left;
}
.a5_c_lt_img img{
    width: 100%;
}

.a5_fanzhuan img{
    transition: all 0.5s;
}

.a5_fanzhuan:hover img{

    transform: rotateY(180deg);
}

.a5_c_lt_p{
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    width: 369px;
    position: relative;
    height: 349px;
}

.a5_c_lt_p_1{
    height: 55px;
    line-height: 55px;
    width: 329px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    text-align: center;
}

.a5_c_lt_p_1_c1{
    font-size: 21px;
    padding-right: 10px;
    color: #fa8903;
}

.a5_c_lt_p_1_c2{
    font-size: 18px;
    color: #909daa;
    padding-left: 10px;
}

.a5_c_lt_p_2{
    padding-top: 15px;
    line-height: 24px;
    color: #6c6c6c;
    height: 188px;
    overflow: hidden;
}

.a5_c_lt_p_3{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;

    border: 1px solid #fa8903;
    display: block;
    position: absolute;
    bottom: 33px;

    background-color: white;
    color: #fa8903;
}

.a5_c_lt_p_3:hover{
    color: #FFFFFF;
    background-color: #fa8903;
}

.a5_c_rt{
    float: left;
    width: 480px;
}
.a5_c_rt_li{
    width: 222px;
    height: 170px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 25px;
    display: block;
    float: left;
    margin-left: 13px;
}

.a5_c_rt_li2{
    width: 457px;
    height: 350px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 13px;
}


.a5_c_rt_li:nth-child(n+3){
    margin-top: 11px;
}

.a5_c_rt_li_img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.a5_c_rt_li_img img{
    width: 100%;
}

.a5_c_rt_li_c{
    text-align: center;
    padding-top: 24px;
    color: #606060;
}

/******************************************************************************************************/
/*行业应用*/
.a6{
    padding-top: 60px;
    padding-bottom: 90px;
}

.a6_m{
    width: 1200px;
    margin: 0 auto;
}

/*#####################################*/
.picMarquee-left{
    /*设置自定义整体宽度*/
    width: 1200px;
    overflow:hidden;
    position:relative;
}

.picMarquee-left .bd{

    padding-top: 60px;
}

.picMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
}

.picMarquee-left .bd ul li{
    /*控制图片间左右间距*/
    margin-right:20px;
    border: 1px solid #195fa1;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}

.picMarquee-left .bd ul li .pic{
    text-align:center;
    padding: 5px;
}

.picMarquee-left .bd ul li .pic img{
    /*自定义图片大小*/
    width:250px;
    height:150px;
    display:block;


}
.picMarquee-left .bd ul li .pic a:hover img{
    border-color:#999;
}
.picMarquee-left .bd ul li .title{
    line-height:40px;
    font-size: 16px;
    background-color: #004e97;

}
.picMarquee-left .bd ul li .title a{

    color: white;
}

.picMarquee-left .bd ul li:hover{
    border-color: #fa8903;
}
.picMarquee-left .bd ul li:hover .title{
    background-color: #fa8903;
}

/**************************************************************************************************/
/*新闻中心*/

.a7{
    width: 100%;
    background: url("../img/a5_2.png") top center no-repeat;
    padding-top: 60px;
    padding-bottom: 130px;
    background-size: cover;
}

.a7_m{
    width: 1200px;
    margin: 0 auto;
}

.a7_c{
    padding-top: 40px;
}

.a7_c_lt{
    position: relative;
    float: left;
    height: 297px;
}

.a7_c_lt_img{
    width: 520px;
    height: 297px;
    overflow: hidden;
}

.a7_c_lt_img img{
    width: 100%;
}

a.a7_c_lt_abs{
    position: absolute;
    width: 100%;
    background: url("../img/a7_touming.png");
    bottom: 0;
    color: #FFFFFF;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 10px;
}

a.a7_c_lt_abs:hover{
    color: #fa8903;
}

.a7_c_lt_abs_title{
    line-height: 40px;

}

.a7_c_lt_abs_title_c1{
    float: left;
    width: 410px;
}

.a7_c_lt_abs_title_c2{
    float: right;
}

.a7_c_lt_abs_c{
    height: 32px;
    overflow: hidden;
}

/*#####################*/
/*右侧新闻列表区*/
.a7_c_rt{
    float: left;
    width: 630px;
    box-sizing: border-box;
    padding-left: 60px;
    height: 297px;
}

.a7_c_rt_li{
    width: 525px;
    border-bottom: 1px dashed #666666;
    padding-bottom: 10px;
}

a.a7_c_rt_li_title{
    line-height: 40px;
    display: block;
    color: black;
}

a.a7_c_rt_li_title:hover{
    color: #fa8903;
}

a.a7_c_rt_li_title:hover .a7_c_rt_li_title_c2{
    color: #fa8903;
}



.a7_c_rt_li_title_c1{
    float: left;
    font-size: 16px;
    font-weight: bold;
    width: 400px;
}

.a7_c_rt_li_title_c2{
    float: right;
    color: #555555;
}
.a7_c_rt_li_c{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
/**************************************************************************************************/
/*合作企业区*/
.a8{
    width: 100%;
    padding-top: 20px;
}

.a8_m{
    width: 1200px;
    margin: 0 auto;
}

.a8_list{
    padding: 40px 0;
}

a.a8_list_li{
    width: 20%;
    height: 60px;
    overflow: hidden;
    float: left;
    display: block;
    margin-top: 20px;
}
.a8_list_li img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
/**************************************************************************************************/
.a9{
    background-color: #195fa1;
    padding-top: 20px;
    padding-bottom: 45px;
    margin-top: 40px;
}
.a9_m{
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
}

.a9_lt{
    width: 700px;
    height: 300px;
    position: relative;
    float: left;
}
.a9_lt_li{
    width: 20%;
    float: left;

}

.a9_lt_li a:hover{
    color: #fa8903;
}


a.a9_lt_li_title,a.a9_lt_li_c{
    display: block;
    color: #FFFFFF;
}
.a9_lt_li_title{
    font-size: 18px;
    line-height: 70px;
}
.a9_lt_li_c{
    line-height: 27px;
}

.a9_lt_sousuo{
    border: 1px solid #fa8903;
    position: absolute;
    left: 0;
    bottom: 0;
}

.a9_lt_sousuo input{
    display: block;
    width: 544px;
    height: 40px;
    border: none;
    outline: none;
    background-color: white;
    float: left;
}

.a9_button{
    width: 131px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    float: left;
    border-left: 1px solid #fa8903;
    background-color: #fa8903;
}

/*#########################################*/
/*右边*/
.a9_rt{
    float: left;
    width: 500px;
    padding-top: 25px;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #748595;
}

.a9_rt_title{

}

.a9_rt_title_li{
    width: 200px;
    float: left;
}

.a9_rt_title_li_c1{
    font-size: 15px;
}

.a9_rt_title_li_c2{
    font-size: 22px;
    line-height: 60px;
}

.a9_rt_adress{
    padding-top: 10px;
    padding-bottom: 10px;
}

.a9_rt_img{
    width: 130px;
    height: 130px;
    margin-top: 30px;
    overflow: hidden;
}

.a9_rt_img img{
    width: 100%;
}

/*********************************************************************************************/

.a10{
    width: 100%;
    line-height: 50px;
    background-color: #fa8903;
}
.a10_m{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

/***********************************************************************************************/
/*产品列表*/
/*******************************************************************************************/
/*banner图*/
.b1{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.b1_img{
    height: 100%;
}
/*###################################*/
/*当前位置区*/
.b2{
    width: 90%;
    margin: 0 auto;
    line-height: 40px;

    font-size: 20px;
}

.b2_m{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    border-left: 5px solid #fa8903;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

.b2_m span{
    padding-left: 5px;
}

.b2_m span a{
    color: black;
}
/********************************************************/
/*产品标题*/
.b3{
    width: 100%;
    line-height: 100px;
    font-size: 30px;
    text-align: center;
}
.b3_add_c{
    line-height: 30px;
    font-size: 16px;
    color: #818181;
}

/****************************************************************************/
/*产品列表*/
.b4{
    padding-top: 25px;
}

.b4_m{
    width: 1200px;
    margin: 0 auto;
}

.b4_title{
    text-align: center;
}

.b4_title_li{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    min-width: 190px;
    height: 50px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: black;
    margin-left: 35px;
    margin-top: 20px;
}

.b4_choose{
    background-color: #004e97;
    color: #FFFFFF;
    border: 1px solid #004e97;
}

.b4_list{
    box-sizing: border-box;
    margin-left: 100px;
    padding-top: 20px;
}


.b4_list_li{
    width: 237px;
    height: 345px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    margin-top: 25px;
    background-color: #E0E0E0;
}
/*********************************************************************************/
/*客服服务修改*/
.b4_list2{
    box-sizing: border-box;
    margin-left: 0px;
    padding-top: 20px;
}
.b4_list_li2{
    height: 285px;
    width: 380px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    margin-top: 25px;
    background-color: white;
    transition: all .5s;
}
.b4_list_li_p2{
    width: 100%;
    height: 100%;
    background: url("../img/a7_touming.png");
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 7px;
    transition: all .3s;

}

.b4 .p_title2{
    font-size: 20px;
    padding-top: 5%;
    text-align: center;
}
.b4 .p_c2{
    padding-top: 5%;
    font-size: 16px;
    line-height: 35px;
    height: 180px;
    overflow: hidden;
}


.b4_list_li2:hover .b4_list_li_p2{
    top:0;
}
/****************************************************************************************/
/*资质荣誉修改*/
.b4_list3{
    box-sizing: border-box;
    margin-left: 0px;
    padding-top: 20px;
}
.b4_list_li3{
    display: block;
    height: 380px;
    width: 280px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    margin-top: 25px;
    background-color: white;
    transition: all .5s;
}
.b4_list_li_p3{
    width: 100%;
    height: 100%;
    background: url("../img/a7_touming.png");
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 7px;
    transition: all .3s;

}

.b4 .p_title3{
    font-size: 18px;
    padding-top: 5%;
    text-align: center;
}
.b4 .p_c3{
    padding-top: 5%;
    font-size: 16px;
    line-height: 35px;
    height: 180px;
    overflow: hidden;
}

.b4_list_li3:hover .b4_list_li_p3{
    top:87%;
}
/*******************************************************************************************************/
/*业务应用修改*/

.b4_list4{
    
    box-sizing: border-box;
    margin-left: 0px;
    padding-top: 20px;
    
}

.b4_list_li4{
    height: 380px;
    width: 280px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    margin-top: 25px;
    background-color: #E0E0E0;
    transition: all .5s;
    
}
.b4_list_li_p4{
    width: 100%;
    height: 100%;
    background: url("../img/a7_touming.png");
    position: absolute;
    z-index: 1;
    top: 87%;
    left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 7px;
    transition: all .3s;

}

.b4 .p_title4{
    font-size: 20px;
    padding-top: 5%;
    text-align: center;
}
.b4 .p_c4{
    padding-top: 5%;
    font-size: 16px;
    line-height: 35px;
    height: 180px;
    overflow: hidden;
}


.b4_list_li4:hover .b4_list_li_p4{
    top:0;
}


/*********************************************************************************************/
.b4_list_li_p{
    
    transition: all .5s;
    
}

.b4_list_li:hover .b4_list_li_p{

    opacity:1;
}

.b4_list_li:nth-child(5),.b4_list_li:nth-child(6){
    width: 494px;
}


.b4_list_li:nth-child(n+7){
    width: 323px;
}


.b4_list_li_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.b4_list_li_img img{
    width: 100%;
}

.b4_list_li_p{
    width: 100%;
    height: 100%;
    background: url("../img/a7_touming.png");
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 15px;
    opacity: 0;
}

.b4 .p_title{
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
}
.b4 .p_c{
    padding-top: 15px;
    font-size: 16px;
    line-height: 35px;
    height: 180px;
    overflow: hidden;
}
.b4 .p_more{
    position: absolute;
    width: 142px;
    height: 45px;
    background-color: #fa8903;
    color: white;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    bottom: 20px;

    left: 50%;
    margin-left: -71px;
}
/**********************************************************************************/
/*页码区*/
.b5{
    margin-top: 40px;
    text-align: center;
}

.b5 a{
    display: inline-block;
    line-height: 25px;
    color: #004e97;
    border: 1px solid #999999;
    padding: 0 7px;
    margin-left: 10px;
}

a.pagelistcur{
    color: #FFFFFF;
    border-color: #004e97;
    background-color: #004e97;
}
/************************************************************************************************/
/*产品展示区*/
.c1{
    width: 100%;
    padding-top: 30px;
}

.c1_m{
    width: 1200px;
    margin: 0 auto;
}

.c1_lt{
    float: left;
    width: 513px;
    height: 363px;
    border: 4px solid #dddddd;
    overflow: hidden;
    line-height: 363px;
}

.c1_lt img{
    width: 100%;
    vertical-align: middle;
}

.c1_rt{
    float: left;
    width: 670px;
    height: 371px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 20px;
    position: relative;
}

.c1_rt_title{
    font-size: 20px;
}

.c1_rt_p{
    padding-top: 15px;
    line-height: 30px;
    text-indent: 3em;
    height: 215px;
    overflow: hidden;
}

.c1_rt_button{
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.c1_button_1{
    font-size:18px;
    line-height: 40px;
    text-align: center;
    width: 130px;
    background-color: #fa8903;
    color: white;
    cursor: pointer;
    display: inline-block;
}

.c1_button_2{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    padding-left: 40px;
    text-align: center;
    display: inline-block;
    background-color: #004e97;
    color: white;
    font-size: 18px;
    vertical-align: top;
    position: relative;
    margin-left: 20px;
}
.c1_button_2 i{
    position: absolute;
    font-size: 30px;
    top: 50%;
    margin-top: -20px;
    left: 10px;
}
/*##############################################*/
/*商品功能区*/
.c2{
    padding-top: 40px;
    width: 100%;
    min-height: 800px;
}
.c2_m{
    width: 1200px;
    margin: 0 auto;
}

.c2_title{
    width: 100%;
}

.c2_title_li{

    width: 25%;
    line-height: 60px;
    background-color: #dddddd;
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;

}

.c2_title_li.on{
    background-color: #fa8903;
    color: #FFFFFF;
}

.c2_list{
    padding-top: 10px;
}
.c2_list_li{
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.c2_list_li_title{
    line-height: 80px;

    font-size: 24px;
}

.c2_list_li_table_p{
    line-height: 60px;
}

.c2_input{
    float: left;
}

.c2_input:first-child{
    padding-right: 45px;
}

.c2_input input{
    width: 569px;
    height: 40px;
    outline: none;
    border: 1px solid #dddddd;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
}
.c2_input input:nth-child(n+2){
    margin-top: 10px;
}

.c2_input textarea{
    width: 569px;
    height: 90px;
    outline: none;
    border: 1px solid #dddddd;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 10px;
}

.c2_button{
    text-align: center;
    padding-top: 32px;
}

.c2_button input{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    margin-left: 72px;
}

.c2_button input[type="submit"]{
    background-color: #fa8903;
    color: white;
}
.c2_button input[type="reset"]{
    background-color: #999999;
    color: white;
}

/*************************************************************************************************/
/*新闻列表区*/
.d1{
    width: 100%;
    padding-top: 36px;
    min-height: 800px;
}
.d1_m{
    width: 1200px;
    margin: 0 auto;
}
.d1_list{
    padding-top: 10px;
}

.d1_list_li_bg{
    width: 650px;
    float: left;
    height:456px;
    padding-top: 40px;
    padding-left: 40px;
    overflow: hidden;
}

.d1 .bg_img{
    width: 650px;
    height: 290px;
    overflow: hidden;
}
.d1 .bg_img img{
    width: 100%;
}

.d1 .bg_p{
    display: block;
    color: black;
}

.d1 .bg_p_c1{
    font-size: 24px;
    color: #004e97;
    text-align: center;
    padding-top: 30px;
}

.d1 .bg_p_c2{
    padding-top: 15px;
    text-indent: 2em;
    color: #666666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.bg_p_c3{
    color: #666666;
    padding-top: 20px;
    font-size: 12px;
}

.bg_p_c3 span{
    padding-right: 20px;
}

.bg_p_c3 i{
    padding-right: 5px;
}

/*#################################################*/
/*小新闻区*/

.d1_list_li_sm{
    width: 312px;
    height: 207px;
    float: left;
    padding-left: 33px;
    padding-top: 41px;
}
.d1_list_li_sm:nth-child(3){
    padding-bottom: 1px;
}

.sm_img{
    width: 312px;
    height: 141px;
    overflow: hidden;
}
.sm_img img{
    width: 100%;
}
a.sm_p{
    padding-top: 15px;
    display: block;
}

.sm_p_c_title{
    color: black;
}

.sm_p_date{
    width: 37px;
    height: 51px;
    overflow: hidden;
    color: #004e97;
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,.5);
    float: left;
}
.sm_p_date_1{
    font-size: 24px;
    line-height: 34px;
}

.sm_p_date_2{
    font-size: 12px;
}

.sm_p_c{
    float: left;
    width: 275px;
    box-sizing: border-box;
    padding-left: 10px;
}
.sm_p_c_content{
    font-size: 12px;
    color: #a1a1a1;
    padding-top: 8px;
    height: 26px;
    overflow: hidden;
}
/*********************************************************************************************/
/*单页*/
.e1{
    width: 100%;
}
.e1_m{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.e2{
    width: 100%;
}
.e2_m{
    width: 1200px;
    margin: 0 auto;
}
/**********************************************************************************************/
/*新闻展示页面*/

.f1{
    padding-top:60px;
}
.f1_m{
    width: 1200px;
    margin: 0 auto;
}

.f1_title{
    font-size: 24px;
    color: #004e97;
    text-align: center;
}

.f1_other{
    text-align: center;
    color: #9b9b9b;
    font-size: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.f1_c img{
    max-width: 100%!important;
}

.f1_c_img{
    text-align: center;
}

.f1_yema{
    line-height: 30px;
    margin-top: 40px;
    border-top: 1px solid #dddddd;
}
.f1_yema a{
    color: black;
}
/************************************************************************************************************/
/*留言板*/
.g1{
    width: 100%;
    padding-bottom: 150px;
}

.g1_m{
    width: 1200px;
    margin: 0 auto;
}

.g1_lt{
    padding-left: 50px;
    padding-top: 60px;
    width: 720px;
    box-sizing: border-box;
    float: left;
}

.g1_lt table{
    border-spacing:0 20px
}

.g1_lt td{
    text-align: right;
}

.g1_lt textarea{
    width: 467px;
    height: 130px;
    border: 1px solid #758594;
    outline: none;
    margin-left: 20px;
}

.g1_lt input[type="text"]{
    width: 230px;
    height: 26px;
    border: 1px solid #758594;
    outline: none;
    margin-left: 20px;
    display: block;
}

.g1_lt input[type="submit"]{
    width: 82px;
    height: 32px;
    background-color: #fa8903;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
    margin-left: 100px;
}

.g1_lt_c{
    color: #fa8903;
}
/*########################################*/
/*留言表区*/

.g1_rt{
    float: left;
    padding-top: 75px;
    padding-left: 100px;
}

.g1_rt_img{
    width: 326px;
    height: 199px;
    overflow: hidden;
    border-radius: 5px;
}

.g1_rt_img img{
    height: 100%;
}

.liuyan_list{
    width: 326px;
    background-color: #2c569b;
    color: #FFFFFF;
    padding-bottom: 40px;
    margin-top: 20px;
    border-radius: 5px;
}

.liuyan_list_title{
    font-size: 20px;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px dashed white;
}

.liuyan_list_li{
    box-sizing: border-box;
    padding: 20px 13px;
    margin-bottom: 5px;
    height: 240px;
    overflow: hidden;
    line-height: 28px;
    text-indent: 2em;
}


.liuyan_list_next{

}

.liuyan_list_next span{
    margin-right: 36px;
    cursor: pointer;
}
.liuyan_list_next span:first-child{
    margin-left: 100px;
}







/****************************************************************************************/
.add_border{
    border-top:2px solid #004E97;
}

.title_line{
    position: relative;
}
.title_line:after{
    content: "";
    position: absolute;
    width: 40px;

    border-bottom: 2px solid black;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;

}

.title_line_left{
    position: relative;
}

.title_line_left:before{
    content: "";
    position: absolute;
    height: 1em;
    border-left: 1px solid white;
    top: .1em;
    left: 0;
    margin-left: -.5em;
}

.title_line_bottom{
    position: relative;
}
.title_line_bottom:before{
    content: "";
    position: absolute;
    width: 50%;

    border-bottom: 4px solid #fa8903;

    left: 0;
    bottom: -.3em;
}
.title_line_bottom:after{
    content: "";
    position: absolute;
    width: 50%;
    border-bottom: 4px solid black;
    right: 0;
    bottom: -.3em;
}



