﻿@charset "utf-8";/*
color:red !important;/* Firefox、IE7支持 
_color:red;IE6支持 
*color:red;IE6、IE7支持 
*+color:red;IE7支持/
color:red\9;IE6、IE7、IE8支持 
color:red\0;IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
background:linear-gradient(#e99c40,#d35224);-webkit-background:linear-gradient(#e99c40,#d35224);
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8fc320,endcolorstr=#122b88,gradientType=1);
-webkit-appearance:none;appearance:none;pointer-events:none;select::-ms-expand{display:none;}
@media screen and (min-width:540px){}
@media screen and (max-width:320px){}
-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;*/

/*--默认--*/
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
body{font-family:微软雅黑,黑体;min-width:320px;margin:auto;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:inherit;cursor:pointer;outline:none;}
img{border:none;vertical-align:middle;max-width:100%;max-height:100%;}
table{border-collapse:collapse;width:100%;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.3;}
i,em,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{padding:0;font-family:inherit;outline:none;resize:none;background:none;border:none;font-size:inherit;color:inherit;}
input::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
textarea::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
select::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-webkit-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-ms-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}


.jspContainer{overflow:hidden;position:relative;}.jspPane{position:absolute;}
.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{background:#dde;position:relative;}
.jspDrag{background:#ddd;position:relative;top:0;left:0;cursor:pointer;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%;}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}
.jspArrow.jspDisabled{cursor:default;background:#80808d;}
.jspVerticalBar .jspArrow{height:16px;}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{background:#eeeef4;float:left;height:100%;}
* html .jspCorner{margin:0 -3px 0 0;}.jspVerticalBar{width:6px;}
.jspDrag{background:#a99479;border-radius:8px;}
.jspTrack{background:#f5f5f5;border-radius:8px;}





/*@font-face{
    font-family:en;src: url('fonts/AvianRegular.eot');src: url('fonts/AvianRegular.eot?#iefix') format('embedded-opentype'),url('fonts/AvianRegular.woff2') format('woff2'),url('fonts/AvianRegular.woff') format('woff'),url('fonts/AvianRegular.ttf') format('truetype'),url('fonts/AvianRegular.svg#AvianRegular') format('svg');}*/
@font-face {
    font-family:impact;src: url('fonts/impact.eot');src: url("fonts/impact.eot?#iefix") format("embedded-opentype"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.svg#impact") format("svg");}
@font-face{
    font-family:icon;src: url('fonts/iconfont.eot');src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}

/*--类--*/
.gray{-webkit-filter: grayscale(100%);filter:grayscale(100%);filter:gray;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:"";clear:both;display:block;}
.footer_b{position:fixed;left:0;bottom:0;width:100%;}

.select{display:inline-block;width:210px;height:30px;line-height:30px;color: #707070;position: relative;border:1px solid #ddd;text-align: left;cursor: pointer;}
.select:before{content:"";background:url(./image/arrow7.png) center center no-repeat;width:21px;height:12px;right:10px;top:50%;margin-top:-6px;position: absolute;}
.select span{display:block;margin:0 10px 0 10px;}
.select ul{position:absolute;left:-1px;right:-1px;top:100%;background: #f0f0f0;display:none;}
.select li{padding:0 20px;line-height:40px;}

.checkbox{cursor: pointer;}
.checkbox i{display:inline-block;vertical-align: sub;width: 15px;height:15px;text-align: center;border:1px solid #fff;margin-right:10px;line-height:15px;font-size: 0;}
.checkbox.ckd i:after{content:"";width:5px;height:5px;background:#fff;display:block;margin:5px 5px 0;}

.radio{cursor: pointer;margin-right:45px;}
.radio i{display:inline-block;vertical-align: sub;width: 15px;height:15px;text-align: center;border:1px solid #fff;margin-right:10px;line-height:15px;font-size: 0;border-radius:100%;}
.radio.ckd i:after{content:"";width:5px;height:5px;background:#fff;display:block;margin:5px 5px 0;border-radius:100%;}

/*--通用--*/
body{font-size:14px;color:#333;line-height:1.6;min-width:320px;}
.h{line-height:1.3;}
.h1{line-height:1.3;}
.h2{line-height:1.3;}
.h3{line-height:1.3;}
.block{width:1400px;margin:auto;}
.text .p{line-height:1.7;text-align:left;}
.nav_main_m{display:none;}
.search_m{display:none;}
.scmbtn{display:none;}
.prev{cursor: pointer;}
.next{cursor: pointer;}
 
.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0;visibility:hidden;transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible;}
.layer .close{font-size:50px;font-family:icon;position:relative;float:right;right:30px;top:30px;width:50px;height:50px;text-align: center;line-height:50px;cursor:pointer;color:#999;}
.layer .picbox{width:100%;height:100%;text-align:center;}
.layer .picbox:after{content:"";vertical-align:middle;height:100%;display:inline-block;}
.layer .picbox img{max-width:80%;max-height:80%;width:auto;height:auto;}
.layer .picbox video{width:1000px;height:auto;display:inline-block;vertical-align:middle;}
  

.pd120{padding-top:120px;padding-bottom:120px;}
.pdt120{padding-top:120px;}
.pdb120{padding-bottom:120px;}
.pd110{padding-top:110px;padding-bottom:110px;}
.pdt110{padding-top:110px;}
.pdb110{padding-bottom:110px;}

.imgzoom .pic{overflow:hidden;}
.imgzoom .pic img{transition:all 0.4s ease-out 0s;}
.imgzoom:hover .pic img{transform:scale(1.05);}


.fz48{font-size:48px;line-height:1.3;}
.fz40{font-size:40px;line-height:1.3;}
.fz30{font-size:30px;line-height:1.3;}
.fz24{font-size:24px;line-height:1.3;}
.fz20{font-size:20px;line-height:1.3;}

.title{text-align:center;}
.title .p{margin-top:10px;}
.title .more{margin-top:10px;}

.more{color:#074494;display:inline-block;  height:30px; padding:10px} 

.pages{margin-top:40px;text-align: center;font-size: 0;}
.pages .prev{font-family:icon;padding:0;width:33px;background:#c6babb;color: #fff;border-color: #c6babb;}
.pages .next{font-family:icon;padding:0;width:33px;background:#c6babb;color: #fff;border-color: #c6babb;}
.pages a{display:inline-block;font-size:16px;font-family:Arial;border:1px solid #ddd;padding:0 8px;min-width:18px;height:33px;border-radius:3px;line-height:34px;vertical-align: middle;margin:0 3px;}
.pages i{display:inline-block;font-size:16px;font-family:icon;padding:0 8px;margin:0 3px;height:33px;border-radius:2px;line-height:33px;vertical-align: middle;}
.pages a.now{background:#074494;color: #fff;border-color:#074494;}
.pages a:hover{background:#c6babb;color: #fff;border-color:#c6babb;}
.pages .go{display:inline-block;font-family:Arial;border:1px solid #ddd;padding:0 7px;margin:0 5px;height:33px;border-radius:3px;line-height:34px;vertical-align: middle;}
.pages .go input{border: none;width:30px;height:23px;line-height:23px;font-size: 16px;margin:5px 0;text-align: center;font-size:16px;float: left;}
.pages .go em{height:23px;margin:5px;border-left: 1px solid #ddd;display: inline-block;line-height:24px;font-size:16px;padding-left:10px;cursor: pointer;}
.pages .loadmore{display:none;}

.links a{position:relative;padding-left:20px;box-sizing:border-box;}
.links a:before{content:"\e76c";font-family:icon;color: #074494;margin-right:10px;position: absolute;left:0;top:0;}
.links a:hover:before{animation:arr 0.6s ease-out 0s infinite;}

.position{line-height:50px;}
.position a{margin:0 10px;}
.position a:first-child{margin-left:0;}

body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.body{position:relative;background:#fff;box-sizing:border-box;}
.body.page{padding-top:130px;}
.home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.home body{height:100%;overflow:hidden;padding:0;}
.body_home{background:#000;height:100%;overflow:hidden;}

.body_r{position:fixed;left:100%;top:0;bottom:0;right:0;transition:left 1.3s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:hidden;}
.body_r.dis *{background:none !important;}
.body_r.showdiv{left:0;}
.body_r .body_scroll{height:100%;position:relative;overflow:hidden;}
.body_r .ll{position:absolute;top:50%;left:0;text-align:center;transform:translateY(-50%);color:#fff;font-size:20px;background:url(./image/png13.png) right 30px center no-repeat;padding-left:40px;width:20px;text-align:center;line-height:1.2;cursor: pointer;transition:all 0.3s ease-out 0s;opacity:0;visibility:hidden;}
.body_r .ll:hover{padding-left:50px;}
.body_r .ll.w{background-image:url(./image/png13a.png);color:#184d80;}
.body_r.showdiv .ll{opacity:1;visibility:visible;}
.body_r .arr{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#fff;font-size:80px;cursor: pointer;font-family:icon;opacity:0;transition:all 0.5s ease-out 0.5s;text-shadow:0 0 5px rgba(0,0,0,0.5);}
.body_r.showdiv .arr{opacity:1;}
.body_r .arr.h{display: none;}
.screen{float: left;height:100%;position: relative;}
.screen .title{color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1.1;}
.screen .title .fz40{width:40px;white-space:normal;font-family:"Microsoft YaHei",微软雅黑,Arial,"宋体",STHeiti,MingLiu;} 
.screen .title .fz40 i:before{ font-family:icon;content:"\e6e5";font-size:20px;line-height: 40px; }
.screen .title .p{width:18px;font-size:18px;margin-left:25px;word-wrap:break-word;}


.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}
.body_b.dis *{background-image:none;}
.body_b *{outline:none;}
.body_b.showdiv{top:0;}
.body_b .mCSB_scrollTools{z-index:4;width:5px; }
.body_b .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#074494;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,0.1);}

/* 弹出对话框 start*/

#myalert {
    display: none;
} 

.layer-1 {
    background: url(./image/con_mask.png); 
    position: fixed;
    left: 0; right: 0;
    top: 0;  bottom: 0;
    width: 100%;height: 100%;
    z-index: 1000000;
}

.layer-1 .myalert {
    padding: 30px;
    background: #fff;
    width: 240px;
    position: absolute;
    margin-top: -100px;
    top: 50%; left: 50%;
    margin-left: -145px;
    text-align: center;
    z-index: 100000
}

.layer-1 .guan {
    background: url(./image/clos.png) no-repeat center;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.layer-1 .text {
    padding-bottom: 15px;
    font-size: 16px;
    color: #474747;
}

.layer-1 .button {
    background: none;
    border: 1px solid #bbbbbb;
    width: 91px;
    height: 29px;
    font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
    color: #707070;
}
/* 弹出对话框 end*/


/* 顶部横条区域 */
.header{position:fixed;left:0%;top:0;right:0%;z-index:3;transition:all 0.7s ease-out 0s; }
.header{opacity:0;transform:translateY(-100%);}
.header.showdiv{opacity:1;transform:none;}
.body_home.showdiv .header{transform:none;opacity:1;}
.header .d1{background:#074494;color: #d39797;line-height:45px;height:45px;font-size:14px;transition:all 0.2s ease-out 0s;overflow:hidden;}
.header.lit .d1{height:0;}
.header .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header .d1 .nav_l a{display:inline-block;line-height:1;}
.header .d1 .nav_l a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_l a.now{color:#fff;}
.header .d1 .nav_l a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_l a:hover:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a{margin-left:30px;}
.header .d1 .nav_r a{display:inline-block;line-height:1;}
.header .d1 .nav_r a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_r a.now{color:#fff;}
.header .d1 .nav_r a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a:hover:before{transform:scaleX(1);border-color:#fff;}
.header .d2{transition:all 0.3s ease-out 0s;height:102px;background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));}
.header .block{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.header .logo{height:100%;width:240px;}
.header .logo a{height:100%;font-size:0;display:block;}
.header .logo img{max-height:100%;vertical-align:middle;max-width:none;display:inline-block;}
.header .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}
.header .nav_main{text-align: left;font-size:17px;}
.header .nav_main > a {margin:0 20px 0 10px;}
.header .nav_main:first-child{margin-left:30px;}
.header .nav_main:last-child{margin-right:30px;}
.header .nav_main a{color: #fff;display:inline-block;position:relative;}   
.header .nav_main a:hover {color:#ffffff;font-size:18px}
.header .tools{color: #fff;display:-ms-flexbox;display:flex; }
.header .tools .a{position:relative;}
.header .tools .a>a{display:-ms-flexbox;display:flex;height:100% ;border:1px solid #fff;border-radius:15px;height:30px;line-height:30px;width:100px;padding-left:10px;}
.header .tools .btn-search a:before{content:"\e672";font-size:20px;font-family:icon; }
.header .tools .search-popup{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:0;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.header .tools .search-popup.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header .tools .search-popup .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header .tools .search-popup .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}
  

.header.light{transform:none;opacity:1;}
.header.light .d2{background:#fff;border-bottom:1px solid #ddd;}
.header.light .tools{color:#333;}
.header.light .tools .a{border-color: #ccc;}
.header.light .nav_main a{color:#333;}
.header.light .nav_main a:after{border-color:#074494;}
.header.light .nav_main a:before{border-color: #074494;}

.header2{position:fixed;left:0;right:0;top:0;z-index:3; opacity:0;transform:translateY(-100%);transition:all 0.5s ease-out 0s;box-shadow:0 0 10px rgba(0,0,0,0.15); background:#fff url(./image/header_bg.png) repeat-x left !important; background-size:cover}
.body_b .header2{opacity:0;transform:translateY(-100%);}
.body_b.showdiv .header2{transition:all 0.7s ease-in-out 0.5s;transform:none;opacity:1;}
.header2.showdiv{opacity:1;transform:none;}
.header2 .d1{background:#074494;color: #d39797;line-height:45px;height:45px;font-size:14px;transition:all 0.2s ease-out 0s;overflow:hidden;}
.header2.lit .d1{height:0;}
.header2 .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header2 .d1 .nav_l a{display:inline-block;line-height:1;}
.header2 .d1 .nav_l a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s; transform:scaleX(0);}
.header2 .d1 .nav_l a.now{color:#fff;}
.header2 .d1 .nav_l a.now:before{transform:scaleX(1);border-color:#fff;}
.header2 .d1 .nav_l a:hover:before{transform:scaleX(1);border-color:#fff;}
.header2 .d1 .nav_r a{margin-left:30px;}
.header2 .d1 .nav_r a{display:inline-block;line-height:1;}
.header2 .d1 .nav_r a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header2 .d1 .nav_r a.now{color:#fff;}
.header2 .d1 .nav_r a.now:before{transform:scaleX(1);border-color:#fff;}
.header2 .d1 .nav_r a:hover:before{transform:scaleX(1);border-color:#fff;}
.header2 .d2{transition:all 0.3s ease-out 0s;height:102px; }
.header2 .block{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;}
.header2 .logo{height:100%;width:240px;}
.header2 .logo a{height:100%;font-size:0;display:block;}
.header2 .logo img{vertical-align:middle;max-width:none;display:inline-block;}
.header2 .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}

.header2 .nav_main > a {margin:0 20px 0 10px;}
.header2 .nav_main:first-child{margin-left:30px;}
.header2 .nav_main:last-child{margin-right:30px;}
.header2 .nav_main{text-align: left;font-size:17px;}
.header2 .nav_main a{display:inline-block;position: relative;} 
.header2 .nav_main a:hover{font-size:18px;}
.header2 .nav_main a.now:after{transform:none;}
/*.header2 .tools{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .tools .a{border:1px solid #333;border-radius:100%;margin-left:20px;width:36px;height:36px;line-height:36px;position:relative;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header2 .tools .sc a:after{content:"\e672";font-size:20px;font-family:icon;}*/
 

.header2 .tools{color: #333;display:-ms-flexbox;display:flex; }
.header2 .tools .a{position:relative;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;height:100% ;border:1px solid #333;border-radius:15px;height:30px;line-height:30px;width:100px;padding-left:10px;}
.header2 .tools .btn-search a:before{content:"\e672";font-size:20px;font-family:icon; } 
.header2 .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:0;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.header2 .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header2 .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header2 .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}

/*a
.header2 .block{height:100%;position: relative;}
.header2 .d1{height:45px;line-height:45px;background:#074494;font-size:14px;}
.header2 .d1 .block{height:100%;}
.header2 .d1 .navg{float: right;color: #fff;line-height:48px;text-align:right;overflow: hidden;transition:all 0.5s cubic-bezier(0,1,1,1) 0s;white-space:nowrap;width:0;}
.header2 .d1 .navg.act{width:440px;margin-right:40px;}
.header2 .d1 .navg a{margin:0 20px;}
.header2 .d1 .navg1{float: right;margin-right:40px;color: #fff;text-align: right;white-space:nowrap;}
.header2 .d1 .navg1 a{margin:0 20px;}
.header2 .d2{background:#fff;}
.header2 .d2 .block{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;height:85px;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo{height:100%;background-size:contain;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .d2 .logo img{max-height:65%;}
.header2 .d2 .navg{font-size:18px;}
.header2 .d2 .navg a{margin:0 30px;display: inline-block;}
.header2 .d2 .navg a:hover{color:#074494;}
.header2 .tools{float: right;color: #fff;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .tools .a{border:1px solid #fff;border-radius:100%;margin-left:10px;width:28px;height:28px;line-height:28px;text-align: center;font-size:20px;cursor: pointer;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header2 .tools .sc{position: relative;}
.header2 .tools .sc a:after{content:"\e672";font-size:16px;font-family:icon;} 
.header2 .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:-3px;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color:#333;}
.header2 .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header2 .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header2 .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}
*/
.nav_mobile{display:none;}

.body_home .banner{position:relative;height:100%;overflow:hidden;}
.body_home .banner .slick-list{height:100%;}
.body_home .banner .slick-track{height:100%;}
.body_home .banner .slick-slide>div{height:100%;}
.body_home .banner .frame{height:100%;}
.body_home .banner .frame video{min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.body_home .banner .child{background-size:cover;color:#fff;background-position:center center;height:100%;position:relative;overflow:hidden;background-color:#000;}
.body_home .banner .child:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));}
.body_home .banner .child .fz30{position:absolute;left:0;right:380px;bottom:50px;line-height:1;padding-left:40px;}
.body_home .banner .child .a1{position: absolute;left:0;top:0;width:100%;height:100%;}
.body_home .banner .child .a2{position:absolute;right:15px;bottom:35px;font-size:24px;line-height:1;width:80px;height:60px;line-height:60px;text-align:center;}
.body_home .banner .child .a2:after{content:"\e76c";display: inline-block;vertical-align: middle;font-family:icon;}
.body_home .banner .text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0.8);text-align: center;opacity:0;width:50%;}
.body_home .banner .showdiv .text{transform:translate(-50%,-50%) scale(1);opacity:1;transition:all 2s ease-out 0.5s;}
.body_home .banner .navg{position: absolute;right:100px;bottom:50px;color: #fff;text-align: center;line-height:1;}
.body_home .banner .navg li{margin:0 10px;font-family:Arial;cursor: pointer;vertical-align: middle;display:inline-block; }
.body_home .banner .navg li.slick-active{font-size:22px;}
.body_home .banner .navg li:after{content:"";border-top:1px solid #fff;display: inline-block;vertical-align: middle;width:0px;margin-left:5px;transition:all 0.5s ease-out 0s;}
.body_home .banner .navg li.slick-active:after{width:60px;}
.body_home .banner .tit{position:absolute;left:50px;bottom:60px;right:50px;background:rgba(0,0,0,0.5);height:80px;line-height:80px;color: #fff;display:flex;display:-ms-flexbox;justify-content:justify;justify-content:space-between;}


/*车同轨书同文行同伦动画 start*/ 
.acient{
    position: absolute;
    top:220px !important;
    left:35vw !important; 
    width:60vw;
}
@keyframes banner-animation-01{
    0%{  opacity: 0;   transform:scale(1.4)  translate(-15px,30px); }
    100%{ opacity: 0.8;  transform:scale(1) translate(0,0); }
}
.banner-text-01 {  
    z-index:101;display:inline-block;background:url(../../images/home/banner_text_01.png) center center no-repeat;width:271px;height:87px;
    animation: banner-animation-01 1.4s ease-in;
    opacity: 0;
    animation-fill-mode:forwards;  
}
@keyframes banner-animation-02{
    0%{  opacity: 0; transform:scale(1.5)  translate(0,40px);}
    100%{ opacity:0.8;transform:scale(1)  translate(-30px,60px); }
}
.banner-text-02{
    padding-left:20px;
    z-index:101;display:inline-block;background:url(../../images/home//banner_text_02.png) center center no-repeat;width:271px;height:87px;
    animation: banner-animation-02 1.4s 0.1s ease-in;
    opacity: 0;
    animation-fill-mode:forwards;
}
@keyframes banner-animation-03{
    0%{  opacity: 0; transform:scale(1.5)  translate(-30px,100px);}
    100%{ opacity:0.8;transform:scale(1) translate(-60px,120px);}
}
.banner-text-03{
    padding-left:20px;
    z-index:101;display:inline-block;background:url(../../images/home/banner_text_03.png) center center no-repeat;width:271px;height:87px;
    animation: banner-animation-03 1.6s 0.2s ease-in;
    opacity: 0;
    animation-fill-mode:forwards;
}
 /*车同轨书同文行同伦动画 end*/ 



.body_home .bb{position:absolute;left:50%;bottom:0;text-align:center;transform:translateX(-50%);color:#ffffff;font-size:36px;cursor: pointer;opacity:0;font-family:icon;padding:0 10px;animation:bb 2s linear 0s infinite;font-weight:bold;}
@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}
.body_home.showdiv .bb{opacity:1;}
.body_home .bb:hover{ animation-play-state:paused;color: #fff;}
.rr{position:fixed;top:50%;margin-top:-85px;right:0;color:#fff;cursor:pointer;opacity:0;width:82px;height:170px;background:#074494;transform:scale(0);background:url(./image/knob.png) center center no-repeat;transform-origin:right center;z-index:2;}
.rr.showdiv{opacity:1;transform:none;transition:all 1s ease-out 0.5s;}
.rr:before{content:"";background:url(./image/knob2.png) center center no-repeat;width:97px;height:91px;position: absolute;left:-20px;top:10px;transform:scale(1.6);transition:all 1.5s ease-out 1.8s;opacity:0;}
.rr:after{content:"";background:url(./image/knob3.png) center center no-repeat;width:78px;height:88px;position: absolute;left:15px;top:80px;transform:scale(1.6);transition:all 1.5s ease-out 2.6s;opacity:0;}
.rr i{background:url(./image/knob4.png) center center no-repeat;width:36px;height:100%;display:block;margin-left:20px;position:relative;opacity:0;z-index:1;}
.rr.showdiv i{margin-left:40px;opacity:1;transition:all 1s ease-out 4.5s;}
.rr.showdiv:before{content:"";opacity:1;transform:none;}
.rr.showdiv:after{content:"";opacity:1;transform:none;}

.nav_b{position:absolute;left:0;right:0;bottom:30px;text-align:center;z-index:2;display:-ms-flexbox;display:flex;color:#fff;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;opacity:0;visibility: hidden;transition:all 0.6s ease-out 0s;transform:translateY(50px);}
.nav_b.showdiv{opacity:1;visibility:visible;transform:translateY(0px);}
.nav_b .l{background:url(./image/png3.png) center top no-repeat;padding-top:30px;}
.nav_b .r{background:url(./image/png3.png) center top no-repeat;padding-top:30px;}
.nav_b .list{display:-ms-flexbox;display:flex;margin:0 50px;}
.nav_b .list .item{background:url(./image/png2.png) center top no-repeat;width:240px;cursor: pointer;}
.nav_b .list .item span{padding-top:30px;display: inline-block;line-height:2;position: relative;}
.nav_b .list .item:first-child{width:121px;background-position:-119px top;text-align:left;}
.nav_b .list .item:first-child span{transform:translateX(-50%);}
.nav_b .list .item:last-child{width:120px;background-position:left top;text-align:right;}
.nav_b .list .item:last-child span{transform:translateX(50%);}
.nav_b .list .item span:before{content:"";background:url(./image/png34.png) center center no-repeat;transform:scale(0);transition:all 0.5s ease-out 0s;position: absolute;left:50%;margin-left:-15px;top:6px;width:30px;height:30px;}
.nav_b .list .item.now span:before{transform:none;}
.nav_b.w .l{background-image:url(./image/png3a.png);}
.nav_b.w .r{background-image:url(./image/png3a.png);}
.nav_b.w .list .item{background-image:url(./image/png2a.png);}
.nav_b.w{color:#58453b;}

.skin1 .title .more{margin-top:20px;}
.skin1 .more i{position:relative;}
.skin1 .more i:after{content:"";background:url(./image/skin1/icon1.svg) center center no-repeat;width:56px;height:38px;background-size:contain;position:absolute;left:50%;bottom:100%;margin-bottom:-22px;margin-left:-28px;}

.home1{background:#4c6593;}
.home1 .additional-info{position:absolute;bottom:60px;left:80px;line-height:24px;color:#ffffff;}
.home1 .title{width:20%;position:absolute;left:0;top:0;bottom:0;background:url(./image/pic4.jpg) center center no-repeat;background-size:cover;}
.home1 .title .inner{opacity:0;transition:all 1s ease-out 0s;transform:scale(0.9);width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.home1.showdiv .title .inner{opacity:1;transform:scale(1);}
.home1 .content{width:80%;position:absolute;right:0;top:0;bottom:0;background:url(./image/bg2.jpg) center center no-repeat;background-size:cover;}
.home1 .tr{display:-ms-flexbox;display:flex;height:25%;}
.home1 .tr .td{-ms-flex:1;flex:1;color:#fff;text-align:center;opacity:0;transition:all 1s ease-out 0s;transform:scaleX(0);}
.home1.showdiv .tr .td{opacity:1;transform:none;}
.home1 .tr .td .inner{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:rotateY(-180deg);transition:all 3s cubic-bezier(0.3,0,0.7,1) 0s;backface-visibility:hidden;}
.home1.showdiv .tr .td .inner{transform:none;}
.home1 .tr .td strong{ font-size:45px;font-family:Impact;line-height:1;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;perspective:10vw;}
.home1 .tr .td span { font-size:15px;letter-spacing:1px;padding:3px; }
.home1 .tr .td a.active {cursor:pointer; }
.home1 .tr .td a.disable {cursor:default; }
.home1.showdiv .tr .td.s strong i{animation:td1 2.5s ease-in-out 0s 1 both;display:block;transform-style:preserve-3d;}
.home1 .tr .td.s strong i:nth-child(2){animation-delay:0.2s;}
.home1 .tr .td.s strong i:nth-child(3){animation-delay:0.4s;}
.home1 .tr .td.s strong i:nth-child(4){animation-delay:0.6s;}
.home1 .tr .td span{font-size:18px;}
.home1 .tr .td1{background:#6780ad;}
.home1 .tr .td2{background:#4b6695;}
.home1 .tr .td3{background:#385284;}
.home1 .tr .td4{background:#445d8c;}
.home1 .tr .td5{background:#5b75a3;}
.home1 .tr .td6{background:#405a89;}
.home1 .tr .td7{background:#4b6695;}
.home1 .tr .td8{background:#5772a1;}
.home1 .tr .td9{background:rgba(12,38,90,0.3);}
.home1 .tr .td10{background:#2f497a;}
.home1 .tr .td11{background:#3a578a;}
.home1 .tr .td12{background:rgba(12,38,90,0.3);}
.home1 .tr .td13{background:rgba(12,38,80,0.3);} 
.home1 .tr .td14{background:#6780ad;}
.home1 .tr .td15{background:#355081;}
.home1 .tr .td16{background:rgba(58,90,140,0.15);} 
.home1 .tr .td17{background:#5b75a3;}
.home1 .tr .td18{background:#2f497a;}
.home1 .tr .td19{background:#5b75a3;}
.home1 .tr .td20{background:#314b7d;}
.home1 .tr .td21{background:#466193;}
.home1 .tr .td22{background:rgba(15,50,110,0.3);} 
.home1 .tr .td23{background:#445d8c;}
.home1 .tr .td24{background:#395486;}
.home1.showdiv .tr .td1{animation:td 4s ease-out 26s infinite;} 
.home1.showdiv .tr .td5{animation:td 4s ease-out 5s 4;}
.home1.showdiv .tr .td10{animation:td 4s ease-out 12s infinite;} 
.home1.showdiv .tr .td13{animation:td 4s ease-out 20s infinite;} 
.home1.showdiv .tr .td22{animation:td 4s ease-out 15s infinite;}
@-webkit-keyframes td{
0%{opacity:1;}
25%{opacity:0;}
50%{opacity:1;}
100%{opacity:1;}
}
@keyframes td{
0%{opacity:1;}
25%{opacity:0;}
50%{opacity:1;}
100%{opacity:1;}
}
@-webkit-keyframes td1{
0%{-webkit-transform:rotateX(0deg);}
100%{-webkit-transform:rotateX(360deg);}
}
@keyframes td1{
0%{transform:rotateX(0deg);}
100%{transform:rotateX(360deg);}
}

.home2{background:#fff;}
.home2 .bg{background:url(./image/bg3.jpg) right bottom no-repeat; position: absolute;left:0;top:0;width:100%;height:100%;transform:translateX(50px);transition:all 3s ease-out 0s;opacity:0;}
.home2.showdiv .bg{transform:none;opacity:1;}
.home2 .title{width:25%;position:absolute;left:0;top:0;bottom:0;background-size:cover;color:#ffffff;background-size:cover;background:url(./image/home2_title_bg.jpg) center center no-repeat;background-size:cover;}
.home2 .title .inner{opacity:0;transition:all 1s ease-out 0s;transform:scale(0.9);width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.home2.showdiv .title .inner{opacity:1;transform:scale(1);} 
.home2 .list{position:relative;top:380px; left:25%;  width:100% !important;height:500px !important;
    transform:translateY(-50%); color:#123f68; opacity:0; padding-top:0; 
    text-align:left;}
.home2 .list .inner{height:100%;font-size:0;white-space:nowrap;}
.home2.showdiv .list{margin-top:0;opacity:1;transition:margin 1s ease-out 0.8s,opacity 0.4s;}
.home2 .list .item{cursor:pointer;position: relative;padding:0 15px 0px 15px; min-height:36px;display: block;white-space:normal;margin:20px 0 0 140px;}
.home2 .list .item .h{font-size:20px;opacity:0.7;line-height:38px;width:750px !important;}
.home2 .list .item .h i {font-size:20px;line-height:20px; padding-right:20px; display:inline-block; }
.home2 .list .item .h i:before{ font-family:icon;content:"\e63c"; }
.home2 .list .item .p{margin-left:20px;display:none;font-size:14px;}
.home2 .pic{position:absolute;left:50%;margin-left:40px;top:50%;transform:translateY(-50%);height:540px;width:670px;max-width:45%;}
.home2 .pic .d{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;}
.home2 .pic .d.s{opacity:1;}
.home2 .pic .p1{position:absolute;left:0;bottom:0;width:50%;opacity:0;transform:translate(-30px,30px);opacity:0;}
.home2 .pic .p2{position:absolute;right:0;top:0;width:80%;opacity:0;transform:translate(30px,-30px);opacity:0;}
.home2 .pic .more{position:absolute;right:0;bottom:0;opacity:0;}
.home2.showdiv .pic .p1{transform:none;opacity:1;transition:all 1s ease-out 1.2s;}
.home2.showdiv .pic .p2{transform:none;opacity:1;transition:all 1s ease-out 1.2s;}
.home2.showdiv .pic .more{opacity:1;transition:all 1s ease-out 1.2s;}
/*--滚动条插件--*/
.home2 .mCSB_scrollTools{margin-left:100px;top:35px;bottom:12px;left:0px;height:450px}
/*拖动轨道*/
.home2 .mCSB_scrollTools .mCSB_draggerRail{background: #5b94b9;width:2px;}
/*拖动钮*/
.home2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:url(./image/png10.png) center center no-repeat;
    width:40px;height:40px;
    margin-left: -12PX;
    margin-top:-6px;
}
 

.home3 .title{width:20%;position:absolute;left:0;top:0;bottom:0;background-size:cover;background:url(./image/home3_title_bg.jpg) center center no-repeat;background-size:cover;}
.home3 .title .inner{opacity:0;transition:all 1s ease-out 0s;transform:scale(0.9);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;}
.home3.showdiv .title .inner{opacity:1;transform:scale(1);}
.home3 .title .fz40{margin:0 10px;cursor: pointer;}
.home3 .title .fz40 a{padding-bottom:70px;margin-top:20px;background:url(./image/png5.png) center bottom no-repeat;font-size:16px;width:27px;display:none;}
.home3 .title .fz40.now a{display:inline-block;}
.home3 .div{background:#665855;position:absolute;left:20%;top:0;right:0;bottom:0;}
.home3 .list{padding:0 50px;display:-ms-flexbox;display:flex;height:100%;position:absolute;left:0;top:0;right:0;height:100%;pointer-events:none;}
.home3 .list.act{pointer-events:auto;}
.home3 .item{-ms-flex:1;flex:1;margin:0 20px;border-left:1px solid #746562;border-right:1px solid #746562;background:url(./image/bg10.png) right bottom no-repeat;background-size:contain;transform:translateY(50px);opacity:0;}
.home3.showdiv .act .item{opacity:1;transform:none;transition:all 1s ease-out 0s;}
.home3.showdiv .act .item:nth-child(2){transition-delay:0.2s;background-image: url(./image/bg11.png);}
.home3.showdiv .act .item:nth-child(3){transition-delay:0.4s;background-image: url(./image/bg12.png);}
.home3.showdiv .act .item:nth-child(4){transition-delay:0.6s;background-image: url(./image/bg13.png);}
.home3 .item .inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;transition:all 0.3s ease-out 0s;height:100%;}
.home3 .item:hover .inner{background:#746562;}
.home3 .item .pic{width:100%;overflow: hidden;height:45%;}
.home3 .item .pic .img{width:100%;height:100%;transition:all 0.6s ease-out 0s;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.home3 .item:hover .pic .img{transform:scale(1.05);}
.home3 .item .text{padding:40px 30px;color: #fff;display:-ms-flexbox;display:flex;position: relative;flex-direction:row-reverse;}
.home3 .item .text .h{font-size:24px;width:24px;line-height:1.1;}
.home3 .item .text .p{margin-right:25px;writing-mode:tb-rl;writing-mode:vertical-rl;height:240px;}
.home3 .item .text .more1{background:url(./image/png11.png) center bottom no-repeat;width:20px;padding-bottom:50px;display:block;position:absolute;right:30px;left:40px;transition:all 0.2s ease-out 0s;line-height:1;text-align: center;}
.home3 .item .text .more1:hover{transform:translateY(10px);}

.home4 .title{width:20%;position:absolute;left:0;top:0;bottom:0;background-size:cover;background:url(./image/home4_title_bg.jpg) center center no-repeat;background-size:cover;}
.home4 .title .inner{opacity:0;transition:all 1s ease-out 0s;transform:scale(0.9);width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.home4.showdiv .title .inner{opacity:1;transform:scale(1);}
.home4 .content{position:absolute;left:20%;top:0;right:0;bottom:0;background:url(./image/home4_bg.png) repeat-x;background-position-y:top;background-color:#1F6DD5;border-left:1px solid #433b3b;}
.home4 .content .d{transition:all 1s ease-out 0s;opacity:0;}
.home4.showdiv .content .d{opacity:1;}
.home4 .content .d .pic{overflow:hidden;}
.home4 .content .d .pic span{display:block;height:100%;transition:all 1.8s ease-out 0s;transform:scale(1.2);}
.home4.showdiv .content .d .pic span{transform:none;}
.home4 .content .tit{font-size:24px;background:url(./image/home4_bg_con.png);}
.home4 .content .tit a{display:block;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;}
.home4 .content .tit a:hover{color:#CDB1B1;}

/*馆藏 上排*/
.home4 .content .pic span{background:center center no-repeat;background-size:cover;}

.home4 .content .d1{position:absolute;left:2%;top:0;width:40%;height:40%;}
.home4 .content .d1 .pic{position:absolute;left:0;top:15%;width:90%;height:70%;}
.home4 .content .d1 .tit{position:absolute;right:15%;bottom:-5%;width:50%;height:30%;}

.home4 .content .d2{position:absolute;left:30%;top:15%;width:40%;height:40%;z-index:10;}
.home4 .content .d2 .pic{position:absolute;right:0;top:15%;width:70%;height:70%;} 
.home4 .content .d2 .tit{position:absolute;left:23%;top:0%;width:40%;height:30%;}

.home4 .content .d3{position:absolute;left:65%;top:0;width:30%;height:35%;}
.home4 .content .d3 .pic{position:absolute;left:0;top:15%;width:100%;height:80%;}
.home4 .content .d3 .tit{position:absolute;left:50%;bottom:-20%;width:40%;height:34%;}
/*馆藏 下排*/
.home4 .content .d4{position:absolute;left:5%;top:43%;width:50%;height:50%;}
.home4 .content .d4 .pic{position:absolute;left:0;bottom:25%;width:70%;height:60%;} 
.home4 .content .d4 .tit{position:absolute;left:40%;top:30%;width:40%;height:25%;}

.home4 .content .d5{position:absolute;left:53%;top:45%;width:45%;height:50%; }
.home4 .content .d5 .pic{position:absolute;left:0;bottom:25%;width:80%;height:60%;}
.home4 .content .d5 .tit{position:absolute;left:-20%;bottom:20%;width:40%;height:25%;}
 

.home4 .rb{position:absolute;top:50%;margin-top:-85px;right:-85px;color:#fff;cursor:pointer;transition:all 1s ease-out 0.5s;opacity:0;
    width:170px;height:170px;border-radius:100%;background:#387cc8;transform:scale(0)}
.home4.showdiv .rb{right:-85px;opacity:1;transform:none;}
.home4 .rb i{background:url(./image/knob9.png) center center no-repeat;width:36px;height:100%;display:block;margin-left:20px;position:relative;opacity:0;z-index:1;}
.home4.showdiv .rb i{margin-left:40px;opacity:1;transition:all 1s ease-out 1.5s;}
.home4.showdiv .rb:before{content:"";opacity:1;transform:none;}
.home4.showdiv .rb:after{content:"";opacity:1;transform:none;}

/* 最新动态 */
.home5{padding:calc(2vw + 100px) 0 60px 0;background:#f6f7fb; }
.home5 .title{ text-align:center; background:url(./image/title_bg01.png) no-repeat; background-position:center;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:2em; letter-spacing: 0.5em;
    color:#666;
    line-height:50px; height:50px;}
.home5 .content{margin-top:45px;}
.home5 .list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;}
.home5 .list:nth-child(2){margin-top:20px;}
.home5 .list .box{width:calc(50% - 10px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.home5 .list .ptbox{width:calc(50% - 10px);position:relative;}
.home5 .list .item{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);width:calc(50% - 10px);cursor:pointer;position: relative;border-bottom:4px solid #1f6de9; border-radius:0.5em;}
.home5 .list .item:nth-child(-n+2){margin-bottom:20px;}
.home5 .list .item .text{padding:10px 30px;position:relative;height:100%; }
.home5 .list .item:nth-child(1):before{content:"";background:url(./image/bg9a.svg) right bottom no-repeat;background-size:contain;position: absolute;left:0;top:0;width:100%;height:100%;}
.home5 .list .item:nth-child(2){background:url(./image/bg5_1.png) 95% 20% no-repeat;}
.home5 .list .item:nth-child(3){background:url(./image/bg5_1.png) 95% 20% no-repeat;} 
.home5 .list .item:nth-child(4):before{content:"";background:url(./image/bg9a.svg) right bottom no-repeat;background-size:contain;position: absolute;left:0;top:0;width:100%;height:100%;}
.home5 .list .item:last-child:before{content:"";background:url(./image/bg9a.svg) right bottom no-repeat;background-size:contain;position: absolute;left:0;top:0;width:100%;height:100%;}
.home5 .list .item .text .tit{font-size:16px;line-height:1em;color:#555555;margin:10px 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home5 .list .item .text .desc{font-size:14px;line-height:1.5em;color:#666666;margin-top:20px;
    overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3; /* 超出隐藏，多行显示 */
    text-indent: 2em;
}
.home5 .list .item .text .date{ font-size:12px; display:inline-block;position:absolute;width:100px;right:0;bottom:32px;color:#666666;}
.home5 .list .item .text .date i{background:url(./image/icon_date.png) left bottom no-repeat;background-position-y:-1px;vertical-align:middle; width:12px;height:16px;margin:0 6px 0 0;display:inline-block; top:10px;}
.home5 .btns{text-align:center; margin:50px 0 10px 0; }
.home5 .btns .more{  border-radius:7px; background:#1f6de9; color:#ffffff;line-height:22px;font-size:13px; font-weight:bolder; height:23px; letter-spacing:5px;padding:5px 18px;}

 /*视频区*/
.home5 .ptbox .inner{overflow:hidden;padding-bottom:56.25%;position:relative;}
.home5 .ptbox .pic{position:absolute;left:0;top:0;width:100%;height:100%;}
.home5 .ptbox .img{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.3s ease-out 0s;}
.home5 .ptbox .img a{display:block;height:100%;}
.home5 .ptbox .img img{width:100%;height:auto;max-height:none;}
 /*播放键*/
.home5 .ptbox .v{width:80px;height:80px;position:absolute;left:300px;bottom:150px;font-family:icon;border:2px solid #fff;
          border-radius:100%;line-height:80px;text-align:center; font-size:40px;text-indent:5px;cursor:pointer;z-index:1; color:#FFFFFF;border-color:#fff;background:rgba(0,0,0,0.2);}
.home5 .ptbox .v:hover{color:#fff;background:rgba(0,0,0,0.4);}
.home5 .ptbox .video{width:100%;height:100%;position:absolute;left:0;top:0;display:none;}
.home5 .ptbox .video video{width:100%;height:100%;object-fit:cover;}
.home5 .ptbox .video .close{position:absolute;right:0;top:0;padding:5px 15px;background:rgba(0,0,0,0.5);color:#fff;cursor: pointer;}
.home5 .ptbox .text{position:absolute;left:0;bottom:-1px;right:0;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9));color: #fff;}
.home5 .ptbox .text a{display: block;padding:30px 30px 20px 30px;}
.home5 .ptbox .text .date{margin-top:10px;line-height:1;}
.home5 .ptbox .text .h{font-size:20px;}
.home5 .ptbox.act .text{display:none;}
.home5 .ptbox.act .video{display:block;}
.home5 .ptbox.act .v{display:none;}
 
/* 专题 */
.home9{overflow: hidden; background:url(./image/zt_bg.png) center top no-repeat;background-color: #ffffff;} 
.home9 .title{ text-align:center; background:url(./image/title_bg01.png) no-repeat; background-position:center;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:2em; letter-spacing: 1em;
    color:#666;
    line-height:50px;height:50px;margin:60px 0 40px 0;}
.home9 .list .inner{position: relative;flex-grow:2;} 
.home9 .list{display:-ms-flexbox;display:flex;margin-left:0;-ms-flex:1;flex:1; 
    justify-content:space-between; 
}
.home9 .list .item{ 
    -ms-flex:1;flex:1;
    color:#666666;overflow: hidden;
    position:relative; transition:all 1s ease-out 0s;
    transform:translateY(-80px);
    opacity:0; border-radius:0;
    margin:0 20px;
 } 
.home9 .item:nth-child(1){transform:translateY(-50px);margin-left:0;}
.home9 .item:nth-child(2){transform:translateY(50px);}
.home9 .item:nth-child(3){transform:translateY(-50px);margin-right:0;} 
.home9.showdiv .list .item{transform:none;opacity:1;}
.home9 .list .item .pic-frame{overflow: hidden;} /*相框*/
.home9 .list .item .pic{ background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.6s ease-out 0s; cursor:pointer;} 
.home9 .list .item:hover{overflow: hidden;}
.home9 .list .item:hover .pic{transform:scale(1.1);overflow: hidden;}
.home9 .list .item .pic .title1 {
    font-size:20px;color:#ffffff;padding:30px 40px 20px 30px;width:160px;border-bottom-right-radius:50px;background:linear-gradient(to right,rgba(30,144,255,0.1),rgba(30,144,255,0.5));
    }

.home9 .list .item .card{ position:relative;width:100%;background:#f6f7fb;min-height:200px;}
.home9 .list .item .card .tit{font-size:24px;padding:15px 30px 15px 20px;}
.home9 .list .item .card .desc{padding:10px 15px;overflow:hidden;height:60px;
                               text-overflow: ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3  }
.home9 .list .item .card .btn{width:100%;text-align:right; padding-right:50px;}
.home9 .list .item .card .btn a.more{display:inline-block;text-align:center; border-radius:10px; background:#1f6de9; color:#ffffff;
    line-height:20px;font-size:12px; font-weight:bolder; height:20px; letter-spacing:4px;padding:2px 10px 2px 14px;margin:15px 20px;} 
.home9 .list .item .card.card2{ 
    background-color:#1f6de9;color:#ffffff !important;
}
.home9 .list .item .card.card2 .btn a.more{text-align:center;
    color:#1f6de9;background-color:#ffffff; line-height:20px;font-size:12px; font-weight:bolder; height:20px; letter-spacing:4px;padding:2px 10px 2px 14px;
}


/* 标准化服务 */
.home6{overflow: hidden; background:url(./image/services_bg2.jpg) center top no-repeat #05499c !important; height:760px; margin-top:4vh; } 
.home6 .title{ text-align:center; background:url(./image/title_bg02.png) no-repeat; background-position:center;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:2em; letter-spacing: 0.4em;
    color:#ffffff;
    line-height:50px;width:466px;height:50px;margin:60px auto;}
.home6 .list .inner{position: relative;flex-grow:2;} 
.home6 .list{display:-ms-flexbox;display:flex;margin-left:0; margin-bottom:20px; 
             -ms-flex:1 1 auto;flex:1 1 auto; flex-wrap: nowrap; 
}
.home6 .list a.item{ display:inline-block;
    width:322px;min-height:200px;overflow: hidden;
    position:relative;  border-radius:6px; margin-left:25px;
    color:#444444; background-color:#ffffff; 
 }
.home6 .item:nth-child(1){margin-left:0;} 
.home6 .list a.item .icon{ background:center center no-repeat; background-size:100% 100% !important;  width:100px;height:100px; margin:30px auto 0 auto; }
.home6 .list a.item:hover{overflow: hidden;}
.home6 .list a.item:hover .icon{transform:scale(1.1);overflow: hidden;}  
.home6 .list a.item .tit{margin:18px 0 10px 0;width:100%;text-align:center;font-size:18px;letter-spacing:0.1em; font-weight:500}
.home6 .list a.item .tit a {font-size:18px;letter-spacing:0.1em; font-weight:500  }
.home6 .list a.item .tit a:hover{font-size:19px;letter-spacing:0.1em; font-weight:500  }
.home6 .proj-btn {      margin-top:20px;width:100%;text-align:center;  }
.home6 .proj-btn a {
    display:inline-block;border-radius:8px;
    height:50px;width:350px;margin:20px;
    font-size:24px;letter-spacing:3px; background-color:#ffffff;color:#1f6de5;text-align:center;
    padding-top:8px; box-shadow:1px 1px 3px #333;
}
.home6 .proj-btn a:hover {
    box-shadow:3px 3px 5px #333;
}
/* 通知 公告 */
.home7{
    overflow: hidden; background-color:#f6f7fb; height:503px; margin-top:0;  
} 
.home7 .block{
    display:-ms-flexbox;display:flex;
    -ms-flex:1;flex:1; 
    flex-flow: row nowrap;
    
}
.home7 .l{
    -ms-flex:1;flex:1;
    float:left;width:50%; padding-right:15px;
}
.home7 .r{
    -ms-flex:1;flex:1;
    float:right;width:50%;  padding-left:15px;
}
.home7 .title{ text-align:left; background:url(./image/title_bg03.png) no-repeat; background-position:180px;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; 
    font-size:2em; letter-spacing: 0.4em;
    color:#444444;
    line-height:50px;width:306;height:50px;margin:50px 0 30px 0;} 
.home7 .list{ margin-left:0; width:100%;  background-color:#ffffff;border-bottom:4px solid #1f6de9; border-radius:0.5em;
    box-shadow:0 0 10px rgba(0,0,0,0.1);}
 
.home7 .list .item{ margin:0 25px;height:60px;color:#444444;overflow: hidden;
    position:relative;  border-radius:0;  
    border-bottom:1px solid #aaaaaa; 
    background:url(./image/arrow_news_title.png) right center no-repeat;
 } 
 .home7 .list .item:last-child{
     border-bottom:none;
 }
 .home7 .list .item .tit{
    padding:15px 0 0 0;
    line-height: 1.3em;
 }
.home7 .list .item .date{ font-size:12px;  color:#666666; padding-top:4px;}
.home7 .list .item .date i{background:url(./image/icon_date.png) left bottom no-repeat;background-position-y:0;vertical-align:middle; width:12px;height:16px;margin:0 6px 0 0;display:inline-block; top:10px;}

/* 标准体系 */
.home8{overflow: hidden;   margin-top:4vh;background-color:#ffffff} 
.home8 .title{ text-align:center; background:url(./image/title_bg01.png) no-repeat; background-position:center;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:2em; letter-spacing: 0.4em;
    color:#444444;
    line-height:50px;width:466;height:50px;margin:60px 0 40px 0;}
.home8 .btns{width:100%;padding:0 auto;text-align:center;}
.home8 .btns a:first-child{margin-left:0}
.home8 .btns a{
    margin:0 0 30px 50px; 
    border-radius:15px;
    padding:6px 15px;
    background-color:#f6f7fb;
    color:#818181;
}
.home8 .btns a:hover{  
    background-color:#1f6de9;
    color:#ffffff;
} 
.home8 .list{display:-ms-flexbox;display:flex;margin-left:0;-ms-flex:1;flex:1; margin-top:3vh; }
.home8 .list .item{-ms-flex:1;flex:1;margin-left:35px;width:280px;height:400px;color:#444444;overflow: hidden;
    position:relative;  border-radius:6px; 
 }
.home8 .list .item a{ display:inline-block; height:100%; width:100%;background-repeat:no-repeat; background-size:325px 462px;}
.home8 .item:nth-child(1){margin-left:0;} 
.home8 .list .item .tit{position:absolute; bottom:0; width:100%; height:60px;vertical-align:middle;
                         color:#ffffff; background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
                         text-align:center; }
 

/* 常用网站 */
.home11{overflow: hidden;  margin-top:4vh; } 
.home11 .title{ text-align:center; background:url(./image/title_bg01.png) no-repeat; background-position:center;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:2em; letter-spacing: 0.4em;
    color:#818181;
    line-height:50px;width:466px;height:50px;margin:60px auto 40px auto;} 
.home11 .list{display:-ms-flexbox;display:flex; flex-wrap:wrap; -ms-flex:1 0 auto;flex:1 0 auto; width:100%; }
.home11 .list .item{position:relative;  
    margin:10px 0 15px 20px;   border-radius:6px;  
    height:200px;box-shadow:0 0 5px rgba(0,0,0,0.15); 
 }
.home11 .list .item:nth-child(1){margin-left:0}
.home11 .list .item:nth-child(5){margin-left:0}
.home11 .list .item a{ display:inline-block; height:100%; width:100%;line-height:22px;}
.home11 .list .item .tit{position:absolute; bottom:0; width:100%; height:60px;vertical-align:middle;
                         color:#ffffff; background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
                         text-align:center; font-size:18px;letter-spacing: 0.1em; font-weight:500;} 

.footer{background:url(./image/footer_bg.png) repeat-x !important;height:202px;color:#fff;position:relative;margin-top:4vh;}  
.footer .inner{display:-ms-flexbox;display:flex; flex-wrap:wrap;justify-content:space-between;align-items:center;padding:15px 0; }
.footer .inner .logo{  background-size:320px 136px;width:320px;}
.footer .inner .contact{flex:0 0 auto; font-size:16px;width:300px;line-height:2em} 
.footer .inner .contact p{font-size:14px;}
.footer .inner .info { flex:1 0 auto;width:100%}
.footer .inner .info span{margin-left:4em;}
.footer .inner .info span:first-child{margin-left:0;}

.banner_page{position:fixed;left:0;top:0;right:0;}
.banner_page img{width:100%;transform:scale(1.1);transition:all 3s ease-out 0s;}
.banner_page.s img{transform:none;}
.banner_page .title{position:absolute;left:0%;top:50%;transform:translate(0%,-50%);color:#fff;right:0;text-align: center;padding:0 30px;}
.banner_frame{min-height:300px;}
.banner_frame img{visibility: hidden;}
.banner_page1{position:relative;overflow:hidden;}
.banner_page1 img{width:100%;height:auto;}
.banner_page1 .mask{position: absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.banner_page1 .block{position:absolute;height:100%;top:0;left:50%;transform:translateX(-50%);}
.banner_page1 .text{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#fff;width:100%;}
.banner_page1 .text .h{font-size:48px;}
.banner_page1 .text .p{margin-top:40px;color:#e8afaf;}
.banner_page1 .text .p a{display:inline-block;margin-bottom:20px;width:120px;margin-right:30px;line-height:1.2;vertical-align: top;white-space:nowrap;}
.banner_page1 .text .p a:hover{color:#fff;}
.banner_page1 .text .p .now{color:#fff;}
.banner_page1 .text .p .now:before{content:"\e76c";font-family:icon;margin-right:10px;font-size:20px;display:inline-block;margin-left:-30px;}
.banner_page1 .text .p .now:hover:before{animation:arr 0.6s linear 0s infinite;}
@keyframes arr{
    0%{transform:translateX(-7px);}
    50%{transform:translateX(0px);}
    100%{transform:translateX(-7px);}
    }
.banner_page1 .title{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;}
.banner_page1 .text.r{left:auto;right:0;text-align: right;}
.banner_page1 .text.r .p{text-align:right;}
.banner_page1 .text.r .p a{margin-left:60px;margin-right:0;}
 
.bottom1{background:#eeebea;position: relative;}
.bottom1 .content{display:-ms-flexbox;display:flex;margin-top:35px;}
.bottom1 .content .d{margin-left:20px;-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.bottom1 .content .d:first-child{margin-left:0;}
.bottom1 .content .d .h{font-size:30px;}
.bottom1 .content .d .p{font-size:16px;margin-top:10px;}
.bottom1 .content .d .date{color:#9c888a;font-style: italic;font-size:16px;margin-top:10px;}
.bottom1 .d1{position: relative;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.15);-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;}
.bottom1 .d1:after{content:"";position:absolute;left:0;bottom:0;right:0;height:4px;background:#074494;}
.bottom1 .d1 .inner{padding:45px 50px;display:-ms-flexbox;display:flex;height:100%;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;}
.bottom1 .d1 li{font-size:16px;margin-top:25px;text-decoration:underline;}
.bottom1 .d1 li:hover{color:#074494;}
.bottom1 .d2{background:#074494;margin-top:20px;padding:35px 50px;color: #fff;}
.bottom1 .b{text-align:center;margin-top:40px;}
.bottom1 .b .more{margin:0 30px;}
.bottom1 .bb{display:-ms-flexbox;display:flex;height:195px;}
.bottom1 .bb .d{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.bottom1 .bb .d img{transition:all 0.2s ease-out 0s;}
.bottom1 .bb .d:hover img{transform:scale(0.9);}
.bottom1 .bb .d span{font-size:24px;margin-left:30px;}
.bottom1 .bb .d:first-child{background:#fff;}
.bottom1 .bb .d:last-child{background:#e4dedc;}
 

.page_nav{margin:-90px auto 0;font-size:18px;color: #fff;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));}
.page_nav .block{height:90px;line-height:90px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;}
.page_nav a{padding:0 50px;position:relative;text-align:center;display:block;}
.page_nav a.now:after{content:"";height:10px;position: absolute;left:0;right:0;bottom:0;background:#074494;}

.page_nav2{height:0;}
.page_nav2 .block{padding:25px 0;display:-ms-flexbox;display:flex;position:relative;background:#fff;transform:translateY(-50%);margin-top:-1px;-ms-flex-pack:justify;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.page_nav2 .block:before{content:"";border-top:1px solid #ddd;top:50%;position:absolute;left:0;right:0;}
.page_nav2 a{background:#fff;font-size:22px;position: relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;}
.page_nav2 a:before{content:"";border-left:1px solid #ddd;height:10px;display:inline-block;margin-right:20px;}
.page_nav2 a:after{content:"";border-left:1px solid #ddd;height:10px;display:inline-block;margin-left:20px;}
.page_nav2 a.now{color:#074494;}
  
  