body {
	margin: 0;
	padding: 0;
	line-height: 24px;
    /* font-family: 'oswald'; */
    font-family:"Microsoft YaHei";
	font-size: 12px;
	background: #ffffff;
}
@font-face{
	font-family: 'oswald';
	src : url('../fonts/SOURCEHANSANSCN-BOLD_1.OTF');
}
*{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
div,
ul,
li,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img,
p,
span {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type: none;
	/* margin-left: auto; */
	margin-top: 0;
	margin-bottom: 0;
}


/* Link */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	border: 0px;
	background-color: Transparent;
}

a {
	outline: none;
	color: #000000;
}
/*Clear*/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.max {
	position: relative;
	overflow: hidden;
	
}

.head{
    width: 100%;
    height: 190px;
    float: left;
    position: fixed;
    background: rgba(255,255,255,1);
    z-index: 999;
    left: 0;
    top: 0;
}
.top{
    position: fixed;
    box-sizing: border-box;
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.1);
}

.w1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.w1400{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.w1500{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.w1720{
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}
.w1600{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.head-cent{
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.head_top{
    padding: 10px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    display: flex;
    justify-content: center;
}
.logo img{
    display: block;
    height: 80px;
}

.head_bot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.head_nav{
    /* height: 100%; */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.head_nav li{
    /* height: 100%; */
    position: relative;
    margin-right: 80px;
}
.head_nav li:last-child{
    margin-right: 0;
}
.head_nav li>a{
    display: block;
    /* height: 100%; */
    padding: 0px 5px;
    position: relative;
    font-size: 16px;
    color: #333333;
    z-index: 2;
}

.head_nav li>a::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 110%;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #003f6b;
    opacity: 0;
    transition: all 0.3s;
}
.nav_twk{
    width: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding-top: 78px;
    display: none;
}
.nav_two{
    /* width: 269px; */
    padding: 20px 30px;
    min-width: 300px;
    border-radius: 10px;
    background: rgba(255,255,255,0.96);
    
}

.nav_two>a{
    /* width: 100%;
    height: 55px; */
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
}
.nav_two>a:last-child{
    margin-bottom: 0;
}
.nak{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nak>a{
    width: 50%;
    display: inline-block;
}
.nak>a:last-child::before{
   display: none;
}

.nav_two>a:last-child::before{
    opacity: 1;
}
.nav_two>a:hover{
    color: #003f6b;
    text-decoration: underline;
}
.head_nav li:hover>a{
    color: #003f6b;
    font-weight: bold;
}
.head_nav li:hover>a::after{
    opacity: 1;
}
.head_nav li:hover .nav_twk{
    display: block;
}

.head_nav .nav_on>a{
    color: #003f6b;
    font-weight: bold;
}
.head_nav .nav_on>a::after{
    opacity: 1;
}

.head_xr{
   display: flex;
   height: 100%;
   align-items: center;
   justify-content: flex-start;
}

.head_xr-sou{
    position: relative;
}
.head_xr-fd{
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/* 搜索框 */
.head-rbx-input{
    width: 380px;
    height: 44px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background: transparent;
}
.head-rbx-input form{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.hbx-input{
    width: calc(85% - 20px);
    padding: 0 10px;
    height: 100%;
    background: transparent;
    display: inline-block;
    border: none;
    outline: none;
}

.hbx-input::placeholder{
    font-size: 14px;
    color: #999999;
}
.hbx-img{
    width: 80px;
    height: 100%;
    background:url(../img/h_fd.png) no-repeat #a36330;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: transparent;
}

.hbx-but{
    width: 44px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(../img/h_fd.png) no-repeat center rgba(0,0,0,0);
    margin-right: 5px;
}
.hbx-but img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* 搜索框 结束*/
.head_xr-lang{
    display: inline-block;
    width: 134px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #cbcaca;
    /* margin: 0px 18px; */
    border: 1px solid #04a6ee;
}
.head_xr-lang a{
    color: #333333;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}
/* .head_xr-lang a:hover{
    color: #3ea1ff;
} */
.head_xr-lang .lang_on{
    color: #3ea1ff;
}

.head_use{
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.head_use a{
    display: inline-block;
    height: 100%;
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    color: #ffffff;
}
.head_ty{
    background: #0370d7;
}
.head_long{
    background: #094986;
}

/* 手机板css */
.nav-dao{
	height: 100%;
    position:relative;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
}
.nav-dao img{
   width: 33px;
   position: relative;
   /* top: 50%;
   transform: translateY(-50%); */
}
.dao-list {
	background-color: rgba(0,0,0,0.65);
	width:100%;
	height:100%;
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	padding-top: 60px;
	z-index: 99999999999;
}
.dao-list-a{
	width: 95%;
	padding: 0 2.5%;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.dao-list-a>li{
	line-height: 40px;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 5px;
	position: relative;
}
.nav-div{
	width: 100%;
}
.nav-div>a{
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	
}
.nav-div img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.dao_two{
	width: 100%;
	display: none;
}
.dao_two>li{
	width: 100%;
	line-height: 30px;
	padding: 5px 0;
	position: relative;
}
.nav-div2{
	width: 100%;
}
.nav-div2 img{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 12px;
}
.nav-div2>a{
	color: #ffffff;
	font-size: 16px;
	margin-left: 16px;
}
.dao_three{
	width: 100%;
	display: none;
}
.dao_three>a{
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.occ{
	width: 33px;
	/* height: 33px; */
	position: absolute;
	right: 10px;
    top: 10px;
    cursor: pointer;
}
/* 手机版css结束 */

/* 首页banner  css */
.banner{
    width: 100%;
    position: relative;
    float: left;
    z-index: 1;
    margin-top: 190px;
}
#sw{
    width: 100%;
    position: relative;
    z-index: 1;
}
#sw .swiper-slide{
    width: 100%;
}
#sw .swiper-slide a{
    display: block;
}
#sw .swiper-slide .pic{
    width: 100%;
    display: block;
}
.int{
    width: 17px;
    height: 31px;
    position: absolute;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.int_n{
    right: 20px;
    background: url(../img/ban_nex.png) no-repeat;
    background-size:100% 100%;
}
.int_p{
    left: 20px;
    background: url(../img/ban_pre.png) no-repeat;
    background-size:100% 100%;
}
#sw .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
    margin: 0 7px;
}
#sw .swiper-pagination-bullet-active{
    background: #ffffff;

}
#sw .swiper-pagination{
    bottom: 6px;
}
/* 首页banner  css结束 */

/* 右悬浮css */
.xuan_fu{
    position: fixed;
    z-index: 888;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xuan_fu-list{
    width: 66px;
    position: relative;
}
.xuan_fu-list li{
    width: 100%;
    height: 66px;
    position: relative;
    margin-bottom: 1px;
}
.xuan_fu-list li>a{
    display:flex;
    width: 100%;
    height: 100%;
    background: #05a6ec;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.xuan_fu-list li>a::before{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 5;
    opacity: 0;
}
.xf-img{
    /* width: 30px; */
    display: block;
    margin: 10px auto 0;
}
.xf-img img{
    /* width: 100%; */
    display: block;
}
.xf-span{
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.xf_tan{
    position: absolute;
    right: 100%;
    top: 0;
    background: #05a6ec;
    visibility: hidden;
    transition: all 0.1s;
    
}
.xf_one{
    height: 100%;
    display: flex;
    align-items: center;
}
.xf_tan-zi{
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
}
.xf_two{
    padding: 20px 20px;
}
.xf_tan-erw{
    width: 120px;
}
.xf_tan-erw img{
    display: block;
    width: 100%;
}
.xf_erw-span {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.xuan_fu-list li:hover .xf_tan{
    visibility: visible;
}

/* 右悬浮结束 */

/* foot css */
.foot{
    width: 100%;
    background: #003f6b;
    float: left;
}
.foot_tbk{
    width: 100%;
    padding: 70px 0 40px;
}

.foot-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.f_logo{
    display: inline-block;
}
.f_logo img{
    display: block;
}
.foot_cent{
    display: inline-block;
}
.f_nav{
    display: flex;
    justify-content: flex-start;
}
.f_nav a{
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
    margin-right: 70px;
}
.f_nav a:last-child{
    margin-right: 0;
}
.f_xin{
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    line-height: 35px;
    color: #dddddd;
}

.f_ewk{
    display: flex;
    justify-content: flex-start;
}
.f_ewk li{
    max-width: 120px;
    width: 100%;
}
.f_ewk li:first-child{
    margin-right: 30px;
}
.f_ewk-img{
    width: 100%;
}
.f_ewk-img img{
    display: block;
    width: 100%;
}
.f_erw-span{
    font-size: 14px;
    line-height: 35px;
    color: #cccccc;
    text-align: center;
    margin-top: 18px;
}

.footer{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
/* foot css结束 */

/* 中间区域css */
.center{
    width: 100%;
    float: left;
    position: relative;
}
.in_about{
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 70px;
    background: #dfeefb;
}
.in_ab-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.in_ab-text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.in_ab-left{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 678px;
    width: 100%;
}
.in_ab-zw{
    font-size: 20px;
    line-height: 48px;
    color: #333333;
}
.in_ab-zw p{
    text-indent: 2em;
}
.in_ab-right{
    max-width: 750px;
    width: 100%;
}
.in_ab-right img{
    display: block;
    width: 100%;
}
.in_ab-more{
    width: 130px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #003f6b;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #003f6b;
    margin-top: 15px;
}
.in_lw{
    width: 100%;
    float: left;
    position: relative;
    padding: 120px 0;
    background: #f7e7d3;
}

.in_lw-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 60px;
}
.in_lw-left{
    max-width: 635px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.in_lw-zimg{
    max-width: 440px;
    width: 100%;
    
}
.in_lw-zimg img{
    display: block;
    width: 100%;
}
.in_lw-right{
    max-width: 750px;
    width: 100%;
}
.in_lw-ti{
    width: 100%;
}
.in_lw-ti h1{
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
}
.in_lw-list{
    width: 100%;
    margin-top: 30px;
}
.in_lw-list li{
    font-size: 20px;
    line-height: 48px;
    color: #333333;
}
.in_lw-list li a{
    color: #333333;
}
.in_lw-list li a:hover span{
    color: #003f6b;
    text-decoration: underline;
    font-weight: bold;
}

.in_active{
    width: 100%;
    float: left;
    position: relative;
    padding: 95px 0 60px;
    background: #eeeee4;
}
.act_list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.act_list li{
    max-width: 730px;
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.act_list li:nth-child(2n){
    margin-right: 0;
}
.act_list li a{
    display: block;
}
.act_img{
    width: 100%;
}
.act_img img{
    display: block;
    width: 100%;
}
.act_span{
    width: 100%;
    font-size: 36px;
    line-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.act_list li:hover .act_img{
    box-shadow: 0 1px 12px 2px rgba(0,0,0,0.1);
}
.act_list li:hover .act_span{
    color: #003f6b;
}
.med_list{
    width: 100%;
}

.in_media{
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 100px;
}
.med_list li{
    width: 100%;
    margin-bottom: 100px;
}
.med_list li a{
    display: block;
    position: relative;
}
.med_img{
    max-width: 750px;
    width: 100%;
    float: left;
}
.med_img img{
    display: block;
    width: 100%;
}
.med_show{
    max-width: 700px;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
}
.med_span{
    font-size: 24px;
    line-height: 60px;
    color: #333333;
}
.med_span p{
    text-indent: 2em;
}
.med_list li:nth-child(2n) .med_img{
    float: right;
}
.med_list li:nth-child(2n) .med_show{
    right: initial;
    left: 0;
}

.in_photo{
    width: 100%;
    position: relative;
    float: left;
    padding: 115px 0 100px;
    background: #eeeee4;
}
.in_ph-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.in_ph-list li{
    max-width: 360px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.in_ph-list li:nth-child(4n){
    margin-right: 0;
}
.in_ph-list li a{
    display: block;
    position: relative;
    transition: all 0.3s;

}
.in_ph-img{
   width: 100%;
   position: relative;
   z-index: 1;
   
}
.in_ph-img img{
    display: block;
    width: 100%;
    
}
.in_ph-span{
  width: calc(100% - 50px);
   padding: 20px 25px;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 3;
   background: rgba(0,0,0,0.6);
   font-size: 20px;
   color: #ffffff;
   transition: all 0.3s;
   opacity: 0;
}
.in_ph-list li:hover .in_ph-span{
   opacity: 1;
}
.in_ph-list li:hover a{
    transform: scale(1.2);
    z-index: 2;
}

.ban_two{
    width: 100%;
    height: 400px;
}

.ab_link-bk{
    width: 100%;
    float: left;
    position: relative;
}
.ab_link-a{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    line-height: 48px;
    color: #999999;
}
.ab_link-a a{
    display: inline-block;
    position: relative;
    color: #999999;
}
.ab_link-a a::after{
    content: ">";
    position: relative;
    font-size: 14px;
    line-height: 48px;
    color: #999999;
}
.ab_link-a a:last-child::after{
    display: none;
}

.ab_box{
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 100px;
}
.ab_title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #3782b8;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 30px;
}
.ab_title::after{
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    background: #e60012;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ab_show{
    width: 100%;
    font-size: 20px;
    line-height: 48px;
    color: #333333;
}
.ab_show p{
    text-indent: 2em;
}
.ab_show img{
    /*display: block;*/
    max-width: 100%;
    margin: 20px 0;
}
.ab_title span{
    display: block;
    font-size: 20px;
    line-height: 48px;
    color: #666666;
}

.lunwen_tist{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    color: #666666;
}

.lunwen_tist h3{
    font-weight: inherit;
    font-size: 20px;
    margin: 30px 0;
}

.lunwen_ten{
    width: 100%;
    font-size: 20px;
    line-height: 48px;
    color: #333333;
}
.lunwen_ten p{
    text-indent: 2em;
}
.lunwen_ten p span{
    display: block;
    width: 100%;
    text-align: right;
}

.pian{
    width: 100%;
    margin-top: 40px;
}
.pian p a{
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}
.pian p a:hover{
    color: #003f6b;
    text-decoration: underline;
}
.active_show{
    width: 100%;
}
.active_show p{
    text-indent: 2em;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 30px;
}

.active_show h3{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: inherit;
}
.active_show h3 img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.active_show h3 span{
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    font-weight: inherit;
}

/* 分页样式*/
#pages {text-align: -webkit-center; font-size:14px; margin-top: 50px;}
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#e60012; border:1px solid #e60012; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:30px; line-height:30px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.contact_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact_map{
    max-width: 640px;
    width: 100%;
}
.cont_list{
    max-width: 830px;
    width: 100%;
}
.cont_list p {
    margin-bottom: 30px;
}
.cont_list p img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
} 
.cont_list p span{
    font-size: 20px;
    color: #333333;
    vertical-align: middle;
}