* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-break:break-word;
    vertical-align:top;
}

body {
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    font-family: "microsoft yahei","Î¢ÈíÑÅºÚ";
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    padding: 0;
    display: block;
    max-width:100%
}

a {
    text-decoration: none;
    color: #727272;
}

li {
    list-style: none
}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 12px;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}
.module {
    width: 100%;
    min-width: 1100px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.h1_word{
    font-size: 20px;
}
.h2_word{
    font-size: 16px;
}
.h3_word{
    font-size: 14px;
}



.foot{
    width: 100%;
    height: 140px;
    background: #323334;
}
.foot_link {
    width: 1000px;
    height: 20px;
    padding-top: 40px;
    margin: 0 auto;
}
.foot_link_tips{
    width: 120px;
    height: 20px;
    color: #cccccc;
    font-size: 14px;
    border-right:solid 1px #cccccc;
    text-align: center;
    display:inline-block;
}
.foot_details{
    width: 1000px;
    margin: 24px auto 0 auto;
    color:#cccccc;
    font-size: 14px;
    text-align: center;
}

.pagebreak {
    width: 100%;
    height: 25px;
    float: left;
    text-align: center;
    margin-top:10px;
}
.pagebreak ul{
    font-size: 14px;
    line-height: 25px;
}
.pagebreak ul li{
    display: inline-block;
}


/*head*/
.head {
    width: 1100px;
    height: 150px;
    margin: 0 auto;   
}
.logo {
    margin: 28px;
}
.logoline {
    margin-left: 25px;
    margin-right:25px;
}
.head_word{
    margin-top:30px;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 25px;
    font-weight: bold;
}
.word_cov{
    margin-top:30px
}
.search {
  width: 220px;
  height: 79px;
  margin-top: 37px;
}
.search input{
    width: 187px;
    height: 28px;
    border:solid 1px #23659c;
}
.search button {
    width: 30px;
    height: 30px;
    border: solid 1px #23659c;
    background: url(/images/index/searchbutton.jpg);
}
.search img{
    float: right;
    display: inline-block;
    position: relative;
    right: 190px;
    bottom: 29px;
}
.search p {
    margin-top:15px; 
    font-size: 27px;
    color: #23659c;
    text-align: right;
    float: right;
}






/*nav*/
.nav{
    width: 100%;
    height: 40px;
    background:#014989;
    position: relative;
    z-index: 2;

}
.nav_cont{
    width: 1100px;
    height: 40px;   
   margin: 0 auto; 

}
.nav_cont_list {
    width: 1100px;
    height: 100%;
    list-style-type: none;
    margin: 0 auto;
     z-index: 2;
}
.nav_cont_list li {
    width: 125px;
    height: 100%;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 16px; 
    float: left;
}
.nav_cont_list li a{
    color: #ffffff;
}
.nav_cont_list>li:hover {
    background: #23659c
}
.nav_cont ul li ul{
    width: 125px;
    position: relative;    
    list-style-type: none;
    display: none;
}
.nav_cont ul li:hover ul{
    display: block;
}
.nav_cont ul li ul li{
    width: 100%;
    height: 35px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    background: #91b2cd;
    background-clip: content-box;
    border-top: solid 2px transparent;
}
.nav_cont ul li ul li:hover {
    background: #23659c;
    background-clip: content-box;
}
.nav_cont ul li ul li a{
    color: #ffffff;
}






/*banner*/
.banner{
    width: 100%;
    height: 420px;
}
.banner img {
    width: 100%;
    height: 100%
}





/*cont*/
.cont{
    width: 1100px;
    margin: 0 auto 44px auto;
}
.cont_part{
    width: 100%;
    min-height: 320px;
    margin:30px 0;
}
.cont_part:after {
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}



/*cont1*/
/*left*/
.cont_part_leftm {
    width: 220px;
    padding-bottom: 57px;
    float: left;
    
}
.cont_part_leftm h1{  
    height: 52px;
    background: #013159;
    color: #ffffff;
    font-size: 18px;
    line-height: 52px;
    padding-left: 20px;
}
.cont_part_leftm>ul{
    width: 100%;
    padding-bottom: 75px;
    background: #f3f3f3;
}
.index_leftmenu{
    width: 220px;
    padding-bottom: 57px;
    float: left;
}
.index_leftmenu h1{  
    height: 52px;
    background: #013159;
    color: #ffffff;
    font-size: 18px;
    line-height: 52px;
    padding-left: 20px;
}
.index_leftmenu>ul{
    width: 100%;
    padding-bottom: 75px;
    background: #f3f3f3;
}
.secondul {
    display: none;
    padding-left:10px;
}
.index_leftmenu>ul>li{
    margin: 0 20px; 
    line-height:46px; 
    border-bottom:solid 1px #dfdfdf;
    padding-left: 25px; 
    cursor: pointer;
}
.index_leftmenu>ul>li>a {
    font-size: 14px;
    font-weight: bold;
}
.index_leftmenu ul li a{
    color: #ccccc;
}
.index_leftmenu ul li a:hover{
    color: #23659c;
}
.index_artical{

    width:840px;
    min-height: 400px;
    margin-left: 40px;
    display: inline-block;
}

.index_p_page {
    width: 840px;
    height: 100px;
    display: none;
}



.selected {
    height: 46px;
    margin: 0 20px; 
    line-height:46px; 
    border-bottom:solid 1px #dfdfdf;
    padding-left: 25px;
    background: url(/images/index/jiantou_jihuo.png);
    background-repeat: no-repeat;
    background-position:10px 20px;  
}
.selected a {
    color: #23659c;
}
.selected>ul {
    display: block;
}
.unselected {
    
    margin: 0 20px; 
    line-height:46px; 
    border-bottom:solid 1px #dfdfdf;
    padding-left: 25px;
    background: url(/images/index/jiantou.png);
    background-repeat: no-repeat;
    background-position:10px 20px;  
}
.unselected>a{
    color: #373737;
}
.unselected>ul{
    display: none;
}


/*right*/
.cont_part_artical {
    width:840px;
    min-height: 400px;
    margin-left: 40px;
    display: inline-block;
}
.cont_part_artical_nav {
    width: 100%;
    height: 30px;
    margin-top: 20px;
}
.cont_part_artical_nav h1{ 
    width:60%;
    height: 29px;
    font-size: 20px;
    color:#013159;
    border-bottom: solid 1px #cccccc;
    float:left;
    background:url(/images/index/nav_line.jpg); 
    background-repeat: no-repeat;
    background-position: 0 26px;
}
.cont_part_artical>div:nth-child(1) p{
    width:40%;
    height: 29px;
    font-size: 12px;
    color: #23659c;
    line-height: 29px;
    text-align: right;
    float:right;
    border-bottom: solid 1px #cccccc;
}
.cont_part_artical_nav a{
    font-size: 12px;
    color: #23659c;
}
.cont_part_artical>div:nth-child(2){
    width:840px;
    margin-top: 30px;   
}
.abouthaochuan{
     color: #4e4e4e; 
     line-height: 30px;
}
.abouthaochuan img {
    display: inline;
}
.product_head{
    width: 190px;
    height: 210px;
    margin-right:20px;
    margin-bottom:20px;
    float: left;
}
.product_head>div {
    width: 100%;
    height: 180px; 
     border:solid 1px #ccc;
}
.product_head>div>img {  
}
.product_head>p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.detail_pic {
    width: 188px;
    height: 177px;
   /* width: 282px;
    height: 267px;*/
    margin-right:20px;
    margin-bottom:30px;
    float: left;
    border:solid 1px #ccc;
}
.detail_text {
    width: 630px;
    height: 210px;
    display: inline-block;
}
.detail_artical {
    width: 100%;
    padding-top: 37px;
    border-top: dotted 1px #373737;
}
.news {
    width: 100%;
    height: 45px;
    border-bottom: dotted 1px #373737; 
    line-height: 45px;
}
.newstittle {
    width: 70%;
    height: 45px;
    line-height: 45px;
    float: left;
}
.newstittle>a{
    color: #4e4e4e;
    font-size: 14px;
}
.newstime{
    width: 30%;
    height: 45px;
    line-height: 45px;
    color: #4e4e4e;
    float: right;
    text-align: right;
    font-size: 14px;
}
.downloadlist{
    width: 100%;
    height: 45px;
    border-bottom: dotted 1px #373737; 
    line-height: 45px;
}
.downloadlist_tittle {
    width: 70%;
    height: 45px;
    line-height: 45px;
    float: left;
}
.downloadlist_tittle>a{
    color: #4e4e4e;
    font-size: 14px;
}
.downloadlist_time{
    width: 28%;
    height: 45px;
    line-height: 45px;
    color: #4e4e4e;
    float: right;
    text-align: right;
    font-size: 14px;
}
.downloadlist_image{
    width: 2%;
    height: 15px;
    margin: 15px 0;
    float: right;
}



.artical_news>h1{
    width: 100%;
    height: ;
    font-size: 16px;
    color: #4e4e4e;
    text-align: center;
    padding-bottom: 13px;
}
.artical_news>p {
    width: 100%;
    height: ;
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
    padding-bottom: 33px;
}
.slide_bar{
    width: 100%;
    height: 36px;
    padding-left: 30px;
    background: url(/images/index/arror_right.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}
.slide_bar>span{
    color:#0f8bbd;
    font-size: 14px;
}
.slide_bar{
    cursor: pointer;
}
.slide_counter {
    width: 100%;
    margin-bottom: 20px;
    display: none;
    padding-left: 30px;
}
.slidezone>p {
    width: 100%;
    margin-bottom:53px;
    font-size: 14px;
    color: #4e4e4e;
}
.map_address {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background:yellow;
    margin-bottom: 20px;
}




/*cont2*/

.cont_part_words{
    width: 584px;
    padding: 30px;
    margin: 0 auto;
}
.cont_part_words_h{
    font-size: 24px;
    color:#013159;
    text-align: center;
    line-height: 24px;
}
.cont_part_words_art{
    line-height: 28px;
    font-size: 14px;
    color: #373737;
    text-align: center;
}
.cont_part_pic{
    width: 900px;
    height:154px;
    margin: 0 auto 46px auto;
}
.cont_part_pic_cont{
    width: 154px;
    height: 154px;
    margin: 0 10px;
    border-radius: 50%;
    display: inline-block;
}
.cont_part_pic>a:nth-child(1)>div{ 
    background: url(/images/index/shiyou.png);
}
.cont_part_pic>a:nth-child(2)>div{
    background: url(/images/index/dianli.jpg);
}
.cont_part_pic>a:nth-child(3)>div{
    background: url(/images/index/shengwu.jpg);
}
.cont_part_pic>a:nth-child(4)>div{
    background: url(/images/index/haiyang.jpg);
}
.cont_part_pic>a:nth-child(5)>div{
    background: url(/images/index/bandaoti.jpg);
}
.cont_part_pic>a>div:hover {
    background: #013159;
}
.cont_part_pic_cont_word{
    width: 94px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color:#ffffff;
    margin: 60px 30px;
    display: none;
}
.cont_part_pic a div:nth-child(1) p{
    line-height: 20px;
}
.cont_part_pic_cont:hover p {
    display: block;
}




/*cont3*/
.cont_part_newstips{
    width: 323px;
    height: 320px;
    margin-right: 32px;
    display: inline-block;
}
.cont_part_newstips_head {
    width: 100%;
    height: 28px;
    font-size: 18px;
}
.cont_part_newstips_head1{
    width: 36px;
    height: 27px;
    border-bottom: solid 2px #013159;
}
.cont_part_newstips_head2{
    width: 287px;
    height: 28px;
    border-bottom:solid 1px #cccccc;
}
.cont_part_newstips_art_pic{
    width: 100%;
    height: 133px;
    margin-top: 21px;
} 
.cont_part_newstips_art_cont{
    width: 100%;
    height: 126px;
    margin-top: 14px; 
    font-size: 12px;
    color:#4e4e4e;
}
.cont_part_newstips_art_cont_right {
    width: 220px;
    height: 133px;
    margin-top: 21px;
    margin-left: 9px
}
.cont_part_newstips_art_cont_right_head{
    font-size: 16px;
    color: #013159;
    line-height: 32px;
}
.cont_part_newstips_art_cont_right_art{
    font-size: 12px;
    color: #4e4e4e;
}
.newshead{
    color: #4e4e4e;
    font-size: 12px;
}
.newstime_index {
    color: #4e4e4e;
    font-size: 12px;
}
.cont_part_connectus {
    width: 306px;

}
.cont_part_connectus_tips{
    width: 304px;
    height: 52px;
    margin-top: 20px;
    border:solid 1px #cdcdcd;
}
.cont_part_connectus_tips_logo {
    width: 52px;
    height: 52px;
    overflow: hidden;
    display: inline-block;
}
.cont_part_connectus_tips_cont{
    width: 252px;
}
.cont_part_connectus_tips_cont_ways{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color:#4e4e4e;
}
.cont_part_connectus_tips_cont_detail{
    display: inline-block;
     margin-top: 15px;
     font-size: 14px;
     color:#23659c;
}
.bluelink{
    color:#013159; 
    font-weight: bold;
}
.index_newszone{
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.news_dl{
    width: 100%;
    height: 131px;
   padding: 20px 0;
    border-bottom: dotted 1px #c6c6c6;
    overflow: hidden;
}
.news_dt{
    width: 176px;
    height: 131px;
    float:left;
}
.news_dd_head{
    width: 200px;
    height: 15px;
    margin-bottom: 13px;
    float:right;
    color:#013159;
    font-size: 16px;
    font-weight: bold;
}
.news_dd_cont{
    width: 200px;
    height: 102px;
    float:right;
    color:#4e4e4e;
    font-size: 12px;
}



.content{
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.content ul{
    position: absolute;
    left: 0;
    top: 0;
}
.content ul a{
    display: block;
    float: left;
    width:100%;
}
.content>a{
    position: absolute;
    top: 180px;
    font-size: 25px;
    color: lightcyan;
    text-decoration: none;
    width: 30px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bolder;
    background-color: rgba(41,41,41,0.5);
}
.content .btnleft{
    left: 0;
}
.content .btnright{
    right: 0;
}
.content ul a img {
    width: 100%;
    height: 420px;
}
.content>a:hover{
    background: gray;
}



.gongsirongyu img{
    width: 168px; 
    height: 248px; 
    margin: 27px 18px; 
    float: left;
}
.hezuohuoban img{
    width: 253px; 
    height: 84px; 
    margin: 0 27px 20px 0; 
    float: left;
}

.search_result {
    width: 1100px;
    margin: 30px auto;
}
.search_result>div {
    width: 1100px;
    margin: 10px 0 20px 0px; 
    border-bottom:dotted 1px  #ccc; 
}
.search_result>div>h3 {
    line-height: 20px;
    font-weight: bold;
}
.search_result>div>h3>a {
    font-size: 20px;
    color: #000;
} 
.search_result>div>p {
    color: #ccc;
    font-size: 14px;
}
.search_result>div span {
    display: inline-block;
    color: #000;
    font-size: 14px;

}
.leftspan {
    margin-left: 5px; 
}



