.container_pic{
    position: relative;
	width:100%;
}
.header .banner{
    width: 100%;
    height: 580px;
}
.wi1200_box .rx_box{
    width: 520px;
    height: 140px;
    background: url("../img/rx.png") no-repeat center left;
    margin-left: -80px;
    position: absolute;
    z-index: 99;
    left: 0;
    top:0;
}
.wi1200_box .rx_box span{
    display: block;
    color: #fff;
    margin: 80px;
    background: url("../img/tel.png") no-repeat center left;
    padding-left: 50px;
}
.wi1200_box .pm{
    position: absolute;
    left: 0;
    top:70px;
    width: 75%;
    height: 60px;
    line-height: 60px;
    z-index: 60;
    background:rgba(2, 59, 140, 0.6)!important;
}
.wi1200_box .pm p{
    margin-left: 450px;
    color: #fff;
}
.nav_w100{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}
.dbwhite{
    width: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 70px;
    z-index: 2;
}
.nav_w100 .wi1200_box{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
#nav,
#nav ul,
#nav ul li,
#nav ul li a{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nav:after,
#nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #ffffff;
    z-index: 100;
    height: 70px;
}
#nav .logo{
    float: left;
    margin-left: 20px;
    margin-top: 12px;
}
#nav > ul{
    float: right;
}
#nav > ul > li {
    float: left;
    margin: 0 20px;
}

#nav > ul > li > a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #26252a;
    height: 55px;
    line-height: 70px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#nav > ul > li:hover > a,
#nav > ul > li.active > a {
    color: #023b8c;
    border-bottom: 1px #023b8c solid;
}

#nav ul ul {
    position: absolute;
    left: -9999px;
    width: 120px;
}
#nav li:hover > ul {
    left: auto;
}

#nav ul ul ul {
    margin-left: 100%;
    top: 0;
}

#nav ul ul li {
    height: 40px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    background-color: #fff;
    margin-bottom: 2px;
}
#nav ul li:hover > ul > li {
    height: 32px;
}
#nav ul ul li a {
    padding: 10px;
    width: 160px;
    font-size: 12px;
    text-decoration: none;
    color: #01204d;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#nav ul ul li:hover > a,
#nav ul ul li a:hover {
    color: #ffffff;
    background-color: #023b8c;
    width: 120px;
}
#nav .div{
    display:none;
    margin-top: 70px;
    position: absolute;
    right: 20px;
}
#nav .button{
    margin-top: 25px;
}

.nav_list{
    width: 100%;
    background-color: #fff;
    height: 80px;
}
.nav_list .nav_top{
    width: 1180px;
    margin: 0 auto;
	padding:0 10px;
}

.nav_list .nav_top h1{
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #01204d;
    margin-top: 20px;
}
.nav_list .nav_top h1 i{
    font-style: normal;
    font-size: 18px;
    color: #b2b2b2;
    margin-top: 5px;
    display: block;
}
.nav_list .nav_top dl{
    float: right;
    height: 80px;
    line-height: 80px;
    background: url("../img/icon1.png") no-repeat left center;
    padding-left: 20px;
}
.nav_list .nav_top dl dt{
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 5px;
}
.nav_list .nav_top dl dd{
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 5px;
}
.content_box{
    width: 1180px;
    margin: 38px auto;
	padding:0 10px;
}

.left_list{
    width: 270px;
    font-size: 16px;
    position:relative;
    padding:0;
    float: left;
}
.left_list >ul>li{
    line-height: 40px;
    background-color: #fff;
    margin-bottom: 1px;
}

.hover a{
    color: #fff;
    display: block;
}
.left_list >ul> li > a{
    display:block;
    line-height: 40px;
    padding:0 0 0 20px;
    background: url("../img/iconB.png") no-repeat 235px center;
    font-size: 16px;
    color: #01204d;
}
.left_list >ul >li .hover, .left_list >ul >li:hover{
    background: url("../img/iconA.png") no-repeat 235px center #023b8c;
    color: #fff;
}
.left_list ul li a :hover{
    color: #fff;
}
.left_list ul li ul{
    display: none;
}














/*------------ Sub Menu ------------*/
.submenu {
    box-sizing: border-box;
    color: #ae9f9f;
    font-size: 13px;
    content: " ";
    /*opacity: 0.5;*/
}

.submenu li {
    line-height: 20px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
}

.submenu li a {
    padding-left:35px;
}
.submenu li:hover a{
    font-size: 14px;
    color: #023b8c;
    background: url("../img/sub.png") no-repeat 20px center;
}

.animate {
    animation: flip 2000ms ease-in-out alternate;
}

@keyframes flip {
    to {
        transform: rotateY(360deg);
    }
}


#nav .search{
    display:none;
    margin-top: 70px;
    position: absolute;
    right: 20px;
}
#searchWord{
    width: 180px;
    height: 35px;
    border: 1px #023b8c solid;
}
#nav .button{
    margin-top: 25px;
    cursor:pointer;
}
.input{
    height: 37px;
    width: 35px;
    text-align: center;
    line-height: 32px;
    background-color: #023b8c;
    color: #fff;
    margin-left: -4px;
}

.content_box .list_right{
    width: 890px;
    float: right;
}
.content_box .list_right h2{
    height: 42px;
    border-bottom: 1px #e6e6e6 solid;
    font-weight: bold;
}
.content_box .list_right h2 a{
    display: inline-block;
    color: #01204d;
    font-size: 20px;
    height: 42px;
    background: url("../img/pm.png") no-repeat  left bottom;
}
.product_list{
    margin-top: 35px;
}
.product_list p{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px #e6e6e6 solid;
    height: 42px;
}
.product_list p a{
    display: block;
    color: #01204d;
    background: url("../img/pm.png") no-repeat  left bottom;
    height: 42px;
}
.pic_content>li{
    margin: 40px 40px 0 0;
    width: 270px;
    float: left;
}
.pic_content>li:nth-child(3n){
    margin-right: 0;
}
.pic_content .list_li{
    background-color: #023b8c;
    width: 230px;
    color: #fff;
    padding: 0 20px;
}
.pic_content .list_li p{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px #023073 solid;
    font-size: 16px;
}
.pic_content .list_li ul{
    padding: 15px 0;
}
.pic_content .list_li li{
    font-size: 14px;
    line-height: 25px;
}
.page{
    text-align: center;
    margin-top: 40px;
}
.page a{
    /*display: inline-block;
    padding: 10px;
    background-color: #fff;
    margin-right: 20px;*/
    font-size: 16px;
}
.page li{
	display:inline-block;
	padding:5px 10px;
}
.page .thisclass{
	background-color:#023b8c;
	
}
.page .thisclass a{
	color: #fff;
}
.page .ho{
    background-color: #023b8c;
    color: #fff;
}
.page li:hover{
	background-color: #023b8c;
	color: #fff;
}
.page a:hover{
    color: #fff;
}

/*产品中心-详情*/
.cont_pic{
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
}
.cont_pic .date_ul{
    margin: 40px 0 20px 0;
}
.cont_pic .date_ul p{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #023b8c;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.cont_pic .date_ul li{
    font-size: 16px;
    line-height: 28px;
    background: url("../img/lim.png") no-repeat  left center;
    padding-left: 15px;
}