/**************************************通用**********************************/
*{
    font-size: 14px;
    font-family: '微软雅黑','Hiragino Sans GB','宋体',arial,sans-serif;
    color: #666;
    font-weight: normal;
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    opacity: .8;
    filter: alpha(opacity=80);
}
ul,dl,dd{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,p,h2{
    margin: 0;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/**************************************header+footer**********************************/
.header{
    background: url("../images/banner.jpg") center no-repeat;
    height: 656px;
    width: 100%;
	background-size:100%;
}
.top-box{
    width: 1200px;
    margin: 0 auto;
}
.top{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    text-align: right;
}
.nav-box{
    width:100%;
    background: #fff;
}
.nav{
    height: 90px;
    width: 1200px;
    margin: 0 auto;
}
.logo{
    line-height: 90px;
	margin-right:100px;
	margin-top:10px;
}
.nav-list>li{
    float: left;
}
.nav-list>li>a{
    display: block;
    width: 140px;
    line-height: 90px;
    text-align: center;
    color: #666;
    font-size: 16px;
    box-sizing: border-box;
}
.son-nav-list{
    z-index: 9;
    position: relative;
}
.son-nav-list>dd>a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #666;
    background: #fff;
    border-top: none;
    box-sizing: border-box;
	
}
.son-nav-list>dd>a:hover{
    color: #fff;
    background: #0555a8;
    border-left: none;
    border-right: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-content{
    
}
.banner-content>h1{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.footer-box{
    width: 100%;
    background-color: #1e1e1e;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 30px 0;
}
.footer h1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}
.footer p{
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    line-height: 30px;
}
.copy-right{
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #000;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    line-height: 50px;
}
/**************************************index**********************************/
.about-box{
    width: 100%;
}
.about{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px 0;
}
.title1{
    font-size: 28px;
    color: #868686;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.content1{
    font-size: 14px;
    color: #868686;
    text-align: center;
    line-height: 30px;
    text-indent: 28px;
}
.more1{
    display: block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    background: #2763a3;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.customer-box{
    width: 100%;
    background:#f4f4f4;
	background-size:100%;
}
.customer{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px 0;
}
.title2{
    font-size: 28px;
    color: #000;
    text-align: center;
}
.fy2{
    font-size: 20px;
    color: #000;
    text-align: center;
}
.write-t{
    background: #2763a3;
    display: block;
    height: 4px;
    width: 44px;
    margin:  0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.csr-tw dt{
    padding: 15px;
    background-color: #fff;
}
.csr-tw dd{
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #0c4da2;
}
.csr-tw-list li{
    float: left;
    margin: 0 12px;
}
.contact-box{
    width: 100%;
}
.contact{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px 0;
}
.news-tw-list li{
    float: left;
    width: 310px;
    margin: 0 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #0c4da2;
}
.news-w h1{
    font-size: 14px;
    font-weight: bold;
    color: #0c4da2;
    line-height: 32px;
}
.news-w p{
    color: #666666;
    line-height: 21px;
    text-indent: 28px;
}
.rc-lx-box{
    margin-right: 15px;
}
.rc-lx{
    background-color: #0c4da1;
}
.box-left img{
    display: block;
}
.box-right{
    padding: 0 50px;
}
.box-right h1{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-top: 20px;
}
.box-right h2{
    color: #fff;
    text-align: center;
    line-height: 21px;
}
.more2{
    color: #fff;
    text-align: center;
    background-color: #065ecf;
    border: 1px solid #fff;
    display:block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 10px;
}
.mb{
    margin-bottom: 29px;
}
.product-box{
    width: 100%;
    background: url("../images/product-bg.png");
	background-size:100%;
}
.product{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px 0;
}
.pro-tw{
    padding: 6px;
    border: 2px solid #fff;
}
.pro-tw dt{
    padding: 15px;
    padding-bottom: 0;
 }
.pro-tw dd{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.friend-link-box{
    width: 100%;
    padding: 30px 0;
}
.friend-link{
    width: 1200px;
    margin: 0 auto;
}
.friend-link dt{
    float: left;
    font-size: 16px;
    border-left: 10px solid #065ecf;
    line-height: 30px;
    padding-left: 20px;
    color: #0c4da1;
}
.friend-link dd{
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.friend-link dd a{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
}



/**************************************文字**********************************/
.content-style1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
}
.menu-list{
    width: 230px;
}
.menu-title{
    width: 230px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #002d74;
    color: #fff;
    font-size: 26px;
}
.menu-son-list li{
    width: 230px;
    height: 54px;
    background: #eeeeee;
    margin-bottom: 5px;
    font-size: 16px;
}
.menu-son-list .current2{
    background: #d3b06e;
}
.menu-son-list li a {
    font-size: 16px;
    display: inline-block;
    width: 147px;
    height: 54px;
    line-height: 54px;
    padding-left: 80px;
    color: #666;
}
.menu-son-list .current2 a{
    color: #FFFFFF;
}
.menu-son-list li:hover{
    background: #d3b06e;
}
.menu-son-list li:hover a{
    color: #FFFFFF;
}
.content-list{
    width: 935px;
    margin-left: 35px;
}
.loc{
    line-height: 35px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}
.loc-l{
    padding: 0px 5px;
    height: 33px;
    border-bottom: 2px solid #1b3f9f;
    font-size: 16px;
    color: #666;
}
.loc-b{
    color: #666;
}
.content-p{
    margin-top: 15px;
}
.about-p{
    padding: 20px 0px;
    line-height: 26px;
    font-size: 14px;
}



/**************************************新闻列表**********************************/
.new_list{
    padding-bottom: 80px;
}
.new_list li {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.new_title {
    line-height: 25px;
}
.new_title a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}
.li_wen div {
    line-height: 22px;
    color: #999;
    margin-top: 5px;
    font-size: 14px;
}
.time {
    padding-left: 20px;
    background: url(../images/biao-2.png) no-repeat left center;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
}



/**************************************图片列表**********************************/
.tulist {
    margin-top: 40px;
}
.tulist li {
    width: 285px;
    height: 220px;
    margin-right: 40px;
    margin-bottom: 60px;
    line-height: 40px;
    float: left;
}
.tulist li img{
    display: block;
}
.tulist li span{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.tulist li a:hover span{
    color: #0c4da1;
}
.tulist .mar0{
    margin-right: 0px;
}

/**************************************图文详情页**********************************/
.common-title{
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #1b3f9f;
}
.common-bz{
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.common-content{
    font-size: 14px;
    line-height: 32px;
    margin-top: 20px;
    padding-bottom: 60px;
}
.common-content p{
    color: #474747;
    text-indent: 28px;
}
.common-content img{
    display: block;
    width: 70%;
    margin: 30px auto;
}
