@charset "utf-8";
/* CSS Document */
@font-face{ font-family: "Geometr415 Blk BT"; src: url(../fonts/tt0524m_0.ttf);}
@font-face{ font-family: "BebasNeue"; src: url(../fonts/BEBASNEUE_BOLD.OTF);}
@font-face{ font-family: "BebasNeue_r"; src: url(../fonts/BEBASNEUE_BOOK.TTF);} 
@font-face{ font-family: "BarlowCondensed-Medium"; src: url(../fonts/BarlowCondensed-Medium.ttf);} 

@font-face{ font-family: "BarlowCondensed"; src: url(../fonts/BarlowCondensed-Regular.ttf);} 

body{ font-size:100%;line-height:1.1; width:100%; position:relative; background:none; font-family:"微软雅黑","Microsoft YaHei", sans-serif; overflow-x:hidden;}
*{ padding:0; margin:0;}
img{ max-width:100%;}
#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }

.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
*{ margin:0; padding:0; outline:none; }

a{ color:inherit;}
a:focus{ outline: none !important;}
h4, .h4, h5, .h5, h6, .h6,h1, .h1, h2, .h2, h3, .h3,p{ margin:0;}
h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h5 a{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}transparent
img{ max-width:100%; max-height:100%;}
.img img{ width:100%; height:100%;}.n_bot_btn font:before
svg{ max-width:100%; max-height:100%;}
table{table-layout: fixed;}
.m1100{ width:1100px; margin:0 auto; display: block; position:relative;}
.m{ max-width: 1760px; height:100%;margin: 0 auto; padding:0 100px; display: block; position:relative;}
.m1280{max-width: 1280px; width:100%; height:100%; margin: 0 auto; padding:0 40px; display: block; position:relative;}
.m1360{max-width: 1360px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1400{max-width: 1540px; width:100%; height:100%; margin: 0 auto; padding:0 70px; display: block; position:relative;}
.m1600{max-width: 1600px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1689{max-width: 1689px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.m1900{max-width: 1900px; width:100%; height:100%; margin: 0 auto; display: block; position:relative;}
.pad_top{ padding-top:4.06rem;}
.pad_bot{ padding-bottom:4.06rem;}
.pad_aside{ padding-left:45px; padding-right:45px;}
.draw_h{ width: 67px !important; height: 67px !important; line-height: 65px !important; display:block; border-radius: 50%; text-align: center; position:relative;}
.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 2px solid rgba(100%,100%,100%,.5); border-radius: 50%;}
svg.drawcircle{position:absolute;top:0;left:0;overflow: inherit;display: block;pointer-events: none;}
svg.drawcircle circle {
	fill: none; box-sizing:border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0 , 188.49;
	stroke-dashoffset:188.49;
	transition: all .3s linear 0s;	
}
.draw_h:hover svg.drawcircle circle { 
    stroke:#fff;
	stroke-dasharray:188.49 , 0;
	stroke-dashoffset:188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon { fill: #626262; vertical-align: middle; transition:.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.draw_h:hover .icon{ fill:#0081cc;}
/*===========================header=============================*/
.barwrap{ position: relative; height:5.9375rem; z-index:999;/*background:#fff;*/width:100%; position:fixed; top:0; box-shadow:0 1px 3px rgba(0,0,0,.1);}
body{ padding-top:5.9375rem;}
#header .container{ height:100%;}
.barwrap.on{animation-name: down; animation-duration: 1s; height:88px;background:#FFF; top:0;border-bottom: none; color:#00b3e3; border-bottom:1px solid #00b3e3;}
#logo{ float:left; height:100%;}
#logo img{ }
#nav{ float:left; margin-right:30px;}
#nav ul{}
#nav ul li{ float:left; height:5.9375rem; line-height:5.9375rem; position:relative; z-index:0;}
#nav ul li a{ display:block; padding:0 1.2rem; text-transform:uppercase;}
#nav ul li a#cur{color:#03a6f9;}
#nav ul li h3{ font-size:.9375rem; color:#FFF; font-family:b_Bold; line-height:5.9375rem; padding:0 10px; overflow:hidden; position:relative;}
#nav ul li.on h3,#nav ul li:hover h3{ color:#03a6f9;}
#nav ul li .sub{ position:absolute; top:100%; background:#fff; width:140px; left:45%; margin-left:-60px;border:1px solid #bbb; border-bottom:5px solid #03a6f9; z-index: 10000; transform:translateY(-20px); visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
#nav ul li .sub .box{ padding:10px 10px; background:#fff; text-align: center;}
#nav ul li .sub a{ padding:0; line-height:2; transition:.3s; font-size:.875rem;}
#nav ul li .sub a:hover{ color:#03a6f9;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#nav ul li .sub:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 50%; margin-right:-20px;
    height: 40px;
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.barwrap.on #nav ul li h3{ color:#545555;}
.top_menu{ float:left; height:5.9375rem;}
.top_menu .ico{ float:left; margin-left:1.5rem; }
/*语言切换*/
.top_menu #yuyanBtn{ position:relative; height:100%;}
.top_menu #yuyanBtn .dt{ height:100%; font-size: .875rem; color: #5b5b5b;}
.top_menu #yuyanBtn img{ margin-right:.5rem;}
.top_menu #yuyanBtn i{ display:inline-block; background:url(../images/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
.top_menu #yuyanBtn .dd{ position:absolute; top:100%; background:#fff; width:130px; left:50%; margin-left:-65px;border:1px solid #bbb; border-bottom:5px solid #03a6f9; z-index: 10000; transform:translateY(-20px); visibility:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.top_menu #yuyanBtn:hover .dd{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
.top_menu #yuyanBtn .dd .box{ padding:10px 13px; background:#fff; }
.top_menu #yuyanBtn .dd:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 50%; margin-right:-20px;
    height: 40px; 
    width: 40px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.top_menu #yuyanBtn .dd a{ display:block; text-align:left; line-height:35px; height:35px;}
.top_menu #yuyanBtn .dd img{ vertical-align:middle;}
.top_menu #yuyanBtn .dd p{ float:right;}
/*搜索*/
#searchBtn{ height:100%;}
#searchBtn a{ display:block; width:42px; height:42px; line-height:39px; border-radius:50%; border:1px solid #fff; background:#fff; text-align:center; transition:.3s; overflow:hidden; }
#searchBtn svg{vertical-align:middle; display:inline-block; }
#searchBtn:hover a{ background:#03a6f9; border:1px solid #03a6f9;}
#searchBtn:hover svg{ fill:#fff; animation:huadong .7s;}
@-webkit-keyframes huadong {
	0% { transform:translateY(0); opacity:1;}
	50%{ transform:translateY(-10px); opacity:0;}
	51%{ transform:translateY(10px); opacity:0;}
	100% { transform:translateY(0); opacity:1;}
}
@keyframes huadong {
	0% { transform:translateY(0); opacity:1;}
	50%{ transform:translateY(-10px); opacity:0;}
	51%{ transform:translateY(10px); opacity:0;}
	100% { transform:translateY(0); opacity:1;}
}
.top_menu .ico a{font-size:.875rem;color:#5b5b5b;text-transform:uppercase;display:  block;width:  100%;height:  40px;line-height: 38px;}
.top_menu .icon{ fill:#626262;vertical-align:middle; }
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
  box-sizing:border-box; z-index:999;
  display: block;
  position:relative;
  }
/*.tc.act .tc-box{ -webkit-animation-name: anim-open-2; animation-name: anim-open-2; transform:scale(1);}*/
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right: 1.75rem; top: 1.75rem;}
.tc_bg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
#tc_search{ width:100%; padding:3rem; background:#03a6f9; position:relative; transform:translateY(-100%); transition:.5s .5s ease-out;  z-index:1;overflow:  hidden;}
.act #tc_search{ transform:translateY(0);  transition:.5s ease-in;}
/*弹窗内容样式*/
#tc_search form{ height:5rem; position:relative; width:900px; max-width:100%; margin:0 auto;}
#tc_search form:after{ content:""; width:0; height:1px; background:#fff; transition:.5s; display:block; position:absolute; bottom:0; left:0;}
.act #tc_search form:after{ width:100%; transition: ease-in-out .5s .5s;}
#tc_search #keyword{width: 90%;height:5rem; font-size:2rem; color:#fff;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
#tc_search .btn_blue{ position:absolute; top:0; right:-1rem; width: 40px;height:5rem; border:0; line-height:4.25rem;background:url(../images/seach_white.svg) center center no-repeat; background-size:1.8rem;font-size:1.125rem;color:#fff;cursor:pointer;text-transform:uppercase; }
#tc_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
#tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
#tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }
#tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
#tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
#tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
#tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
#tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
#tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
#tc_search .draw_h:before{ border:1px solid rgba(255,255,255,.3);}
#tc_search .draw_h:hover svg.drawcircle circle { stroke:#fff;}
#tc_search .draw_h img {position:absolute;top:50%;margin-top: -8px;left:50%;margin-left: -8px;transition:.3s;width: 16px;}
/***********************/
/*手机导航开始*/
#m_header{ display:none; height:60px; position:fixed; top:0; width:100%; z-index:9999; background:#fff; background:rgba(255,255,255,1); transition:0s 1.5s;}
#m_header .container{ position:relative; height:100%;}
#m_header #logo{ width:100px; transition:0s 1.5s; visibility:visible;}
#m_header .fr{ height:100%;}
#m_header #searchBtn{float:left; height:100%; transition:0s 1.7s; visibility:visible; }
#m_header #searchBtn a{font-size:16px;color:#3c3c3c;text-transform:uppercase;display:  block;width:  100%;height:  40px;line-height: 38px; width:40px; }
#m_header.act{ background:rgba(255,255,255,0); transition:0s; }
#m_header.act #logo{ opacity:0; visibility:hidden; transition:0s;}
#m_header.act #searchBtn{ opacity:0; visibility:hidden; transition:0s;}
#nav_btn{ float:left; height:100%; width:40px; padding-left:20px;}
svg, svg * {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#ac-menu-opener { box-sizing:border-box;
    position: relative; display:block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    z-index: 3000;
}
#ac-menu-opener .ac-menu-hamburger .st0 {
    fill: none;
    stroke: #3a3c48;
    stroke-width: 5.2094;
    stroke-miterlimit: 10;
    stroke-dasharray: 68;
}
#ac-menu-opener svg{ width:20px; height:20px; position:absolute; top:0; left:0;}
#ac-menu-opener .ac-menu-hamburger .st0:nth-child(1) {
    -webkit-transition: .4s .95s;
    transition: .4s .95s;
}
#ac-menu-opener .ac-menu-hamburger .st0:nth-child(2) {
    -webkit-transition: .4s 1.05s;
    transition: .4s 1.05s;
}
#ac-menu-opener .ac-menu-hamburger .st0:nth-child(3) {
    -webkit-transition: .4s 1.15s;
    transition: .4s 1.15s;
}
#ac-menu-opener .ac-menu-x {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    height: 20px;
    width: 20px;
}
#ac-menu-opener .ac-menu-x .st0 {
    fill: none;
    stroke: #3a3c48;
    stroke-width: 5.2094;
    stroke-miterlimit: 10;
    stroke-dasharray: 68;
    stroke-dashoffset: 68;
}
#ac-menu-opener .ac-menu-x .st0:nth-child(1) {
    -webkit-transition: .4s .1s;
    transition: .4s .1s;
}
#ac-menu-opener .ac-menu-x .st0:nth-child(2) {
    -webkit-transition: .4s .2s;
    transition: .4s .2s;
}
#ac-menu-opener.ac-open .ac-menu-hamburger line {
    stroke-dashoffset: 68;
}
#ac-menu-opener.ac-open .ac-menu-hamburger line:nth-child(1) {
    -webkit-transition: .4s .1s;
    transition: .4s .1s;
}
#ac-menu-opener.ac-open .ac-menu-hamburger line:nth-child(2) {
    -webkit-transition: .4s .2s;
    transition: .4s .2s;
}
#ac-menu-opener.ac-open .ac-menu-hamburger line:nth-child(3) {
    -webkit-transition: .4s .3s;
    transition: .4s .3s;
}
#ac-menu-opener.ac-open .ac-menu-x line {
    stroke-dashoffset: 0;
}
#ac-menu-opener.ac-open .ac-menu-x line:nth-child(1) {
    -webkit-transition: .4s .85s;
    transition: .4s .85s;
}
#ac-menu-opener.ac-open .ac-menu-x line:nth-child(2) {
    -webkit-transition: .4s .95s;
    transition: .4s .95s;
}
/*手机导航展开*/
body.fixed{ position:fixed; overflow:hidden;}
#nav_fixed{ position:fixed; z-index:999; height:100%; width:100%; text-align:center;  visibility:hidden; left:0; top:0;}
#nav_fixed:before{ content:""; width:50%; height:0; display:block; position:absolute; z-index:-1; left:0; top:0; background:#eee; transition:1s cubic-bezier(.165,.84,.44,1) .5s}
#nav_fixed:after{ content:""; width:50%; height:0; display:block; position:absolute; z-index:-1; right:0; top:0; background:#fff; transition:1s cubic-bezier(.165,.84,.44,1) .5s}
#nav_fixed.ac-open{ visibility:visible;}
#nav_fixed.ac-open:before{ height:100%;  transition:1s cubic-bezier(.165,.84,.44,1) 0s;}
#nav_fixed.ac-open:after{ height:100%;  transition:1s cubic-bezier(.165,.84,.44,1) .5s;}
#nav_fixed .left_box{ width:50%; height:100%; position:absolute; left:0; top:0;}
#nav_fixed .right_box{ width:50%; height:100%; position:absolute; right:0; top:0;}
#m_nav{ position: relative; padding:50px 0; display: inline-block;}
#m_nav ul{ text-align: left;}
#m_nav ul li a{ overflow:hidden; display:block;}
#m_nav ul li h3{ line-height:3.75rem; font-size:1.375rem;}
#m_nav .sub{ line-height:1.6; margin-bottom:.5rem; display: none;}
#m_nav .sub a,#m_nav .sub span{ display:block; font-size:1.2rem; color:#888; overflow: hidden;}
#m_nav ul li.on h3{ color:#03a6f9; font-size: 1.75rem; font-weight: bold;}
#m_nav ul li.on a.on{ color:#03a6f9;}
#m_yuyan{}
#m_yuyan a{font-size:1.2rem;margin: 1rem auto;line-height:25px;display:  block;overflow:  hidden;width: 60px;}
#m_yuyan a div{ overflow:hidden;}
#m_yuyan a font{ display: block; height:25px; line-height:25px; width:30px; float:left;}
#m_yuyan a font img{ vertical-align:middle;}
#m_yuyan a p{ float: right;}
#m_nav ul li h3,#m_nav ul li span,#m_nav ul li .sub a,#m_yuyan a div{ opacity: 0; display:block;
    -webkit-transform: translateY(105%) translateZ(0); display: block;
    transform: translateY(105%) translateZ(0);
    transition:1s cubic-bezier(.165,.84,.44,1);
/*    transition: opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.165,.84,.44,1) .1s;
    transition: opacity .4s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.165,.84,.44,1) .1s,-webkit-transform .5s cubic-bezier(.165,.84,.44,1) .1s;*/}
#nav_fixed.ac-open #m_nav ul li h3,#nav_fixed.ac-open #m_nav ul li span,#nav_fixed.ac-open #m_yuyan a div,#nav_fixed.ac-open #m_nav ul li .sub a{opacity: 1;
    transform: translateY(0); transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1) 1s;
    transition: transform .6s cubic-bezier(.165,.84,.44,1) 1s;
    transition: transform .6s cubic-bezier(.165,.84,.44,1) 1s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) 1s;  }
/*首页banner*/
#banner .swiper-container { height:49rem; margin-top:-5.9375rem;}
#banner .swiper-slide { overflow: hidden;}
#banner .slide-inner { position: absolute;  width: 100%; height: 100%;left: 0; top: 0; background-size: cover; background-position: center; background-repeat: no-repeat !important;}
#banner .swiper-button-prev{ background:url(../images/banner_left.png) center no-repeat; background-size:1.5rem;opacity:.8; left:5%;}
#banner .swiper-button-next{ background:url(../images/banner_right.png) center no-repeat; background-size:1.5rem; opacity:.8; right:5%;}
#s_toutiao{ margin-top: 2.8125rem;}
#s_toutiao .box{ height:6.25rem; line-height: 6.25rem; display: block; background: #fff; border-radius: .75rem;}
#s_toutiao .tt{ float: left; width: 7.9375rem; text-align: center; position: relative; margin-right:1.875rem;}
#s_toutiao .tt img{ width: 4.0625rem;}
#s_toutiao .tt:after{ content:""; display: block; width: 2px; height: 44px; background: #ced6d9; position: absolute; right: 0; top: 50%; margin-top: -22px;}
#s_toutiao ul{ float: left; width: calc(100% - 23.5rem);}
#s_toutiao ul li{}
#s_toutiao ul li h5{ font-size: 1.625rem; color: #333333; font-weight: bold; line-height: 6.25rem; float: left; width: calc(100% - 11rem);}
#s_toutiao ul li span{ font-size: 1rem; color: #a7adb8; float: right; }
#s_toutiao .slick_arrow{ float: right; margin-right: 3.5rem; }
#s_toutiao .slick_arrow div{ width: 10px; float: left; cursor: pointer; margin-left: 3rem;}
#s_toutiao .slick_left{ }
#s_toutiao .slick_right{}
#s_mian{ overflow: hidden;  }
#s_about{ margin-top: 4.3125rem; width: 100%; overflow: hidden;}
#s_about .box{ background: #f2f4f7; padding: 5.3125rem 3.75rem;}
#s_about .tt{ font-size: 1.5rem; color: #0e0e0e; text-align: center; margin-bottom: 1.75rem;}
#s_about .con{ font-size: .9375rem; color: #585858; line-height: 2rem; max-width: 1190px; margin: 0 auto;}
#s_about .s_btn_r{ margin: 0 auto; margin-top: 2.375rem;}
.s_btn_r{width: 9.0625rem; background: #03a6f9; height: 2.8125rem; line-height: 2.8125rem; border-radius: 1.75rem; text-align: center; display: block; font-size: .875rem; color: #fff; text-decoration: none;}
.s_btn_r .arrow{ display: inline-block; vertical-align: middle; width: 0; height: 18px; position: relative; font-size: 0; line-height: .5rem; transition: 1s; }
.s_btn_r .arrow font{ width: 23px; display: inline-block; position: absolute; left: -20px; top: 0; transition: .7s;}
.s_btn_r font svg{ width: 9px; height: 1rem; transition: .5s;}
.s_btn_r font svg.arrow01{ width: 5px; opacity: .4;}
.s_btn_r font svg.arrow02{ width: 6px; opacity: .8;}
.s_btn_r font svg.arrow03{ opacity:1;}
.s_btn_r font.font1 svg.arrow01{ width: 9px; opacity:0; }
.s_btn_r font.font1 svg.arrow02{ width: 6px;opacity:0; }
.s_btn_r font.font1 svg.arrow03{ width: 5px;opacity:0; }
.s_btn_r:hover .arrow{ width: 23px;}
.s_btn_r:hover font{  -webkit-transform: translate3d(15px, 0, 0px); }
.s_btn_r:hover font.font2 svg.arrow01{-webkit-transform: translate3d(6px, 0, 0px); opacity: 0; width: 9px; }
.s_btn_r:hover font.font2 svg.arrow02{-webkit-transform: translate3d(8px, 0, 0px); opacity: 0; width: 6px; }
.s_btn_r:hover font.font2 svg.arrow03{-webkit-transform: translate3d(10px, 0, 0px);  opacity: 0;width: 5px; }
.s_btn_r:hover font.font1 svg.arrow01{-webkit-transform: translate3d(6px, 0, 0px); opacity: .4;  width: 5px;}
.s_btn_r:hover font.font1 svg.arrow02{-webkit-transform: translate3d(8px, 0, 0px);  opacity: .8; width: 6px;}
.s_btn_r:hover font.font1 svg.arrow03{-webkit-transform: translate3d(10px, 0, 0px); opacity: 1; width: 9px; }
.zizhi_slide{ margin: 0 auto; margin-top: 3.125rem; max-width: 1190px;}
.zizhi_slide ul{ margin: 0 -1.75rem;}
.zizhi_slide ul li{ text-align: center; padding: 0 1.75rem;}
.zizhi_slide a{ display: block; font-size: 0; border: 5px solid #dadbde;}
.zizhi_slide img{ margin: 0 auto;}
.zizhi_slide .slick-prev2{ left: -8rem;}
.zizhi_slide .slick-next2{ right: -8rem;}
.slick_arrow_right2{ }
.slick_arrow_right2 .draw_h{ width: 60px; height: 60px; line-height: 58px; }
.slick_arrow_right2 .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top: -2rem; transform:translate(0,0); background-size:.9rem !important;
	display:block;border-radius:50%; font-size:0; cursor:pointer;
    width: 3.75rem;
    height: 3.75rem; line-height:3.75rem;}
.slick_arrow_right2 .arrow{ width:.625rem; vertical-align:middle; display:inline-block;} 
.slick_arrow_right2 .slick-arrow:hover .arrow path{ stroke:#03a6f9;}
.slick_arrow_right2 .draw_h:before{ border:1px solid #cacaca;}
.slick_arrow_right2 .draw_h:hover svg.drawcircle circle{ stroke:#03a6f9; stroke-width: 1;}
.s_hd{ overflow: hidden; margin-bottom: 2.75rem;}
.s_hd .s_tt{ float: left; font-weight: bold; font-size: 1.875rem; line-height: 2.8125rem; }
.s_hd .s_btn_r{ float:right;}
#s_shebei{ margin-top: 4.3125rem; background: url(../images/s_shebei_bg.jpg) center no-repeat; background-size: cover; background-attachment: fixed; width: 100%; overflow: hidden;}
#s_shebei .s_tt{ color:#fff;}
#s_shebei ul{ overflow: hidden; margin: 0 -7.5px; margin-top: -20px;}
#s_shebei ul li{ width: 20%; float: left; padding: 0 7.5px; margin-top: 20px;}
#s_shebei ul li a{ display: block; background: #000;}
#s_shebei ul li .txt{ padding: 0 1.875rem;}
#s_shebei ul li .txt .tag{ display:block; width: 2.625rem; height: 3.125rem; background: url(../images/biaoqian.png) center no-repeat;}
#s_shebei ul li .txt h4{ font-size: .8rem; color: #5d5d5d; margin-top: 1.5rem; margin-bottom: .75rem;}
#s_shebei ul li .txt h5{ font-size: 1.375rem; color: #FFF; margin-bottom: .75rem;}
#s_shebei ul li .txt p{ font-size: .75rem; color: #787878; margin-bottom: 1.625rem;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#s_shebei ul li .txt .btn_xq{ display: block; font-size: .75rem; width: 5.9375rem; height: 30px; line-height: 30px; text-align: center; border-radius: 15px; background:#03a6f9; color: #fff;}
#s_jishu{ width: 100%; overflow: hidden;}
#s_jishu ul{}s_yewu
#s_jishu ul li{ background: #003673; color: #fff;}
#s_jishu ul li a{ display:block; padding: 6.875rem 3.75rem; background: #003673; }
#s_jishu ul li font{ display: block; width: 3rem; height: 4.0625rem; overflow: hidden; transition: .7s;}
#s_jishu ul li h5{ font-size: 1.5rem; color: #fff; font-style: italic; margin-top: 1rem; margin-bottom: 1.75rem; transition: .7s;}
#s_jishu ul li p{ font-size: .875rem; line-height: 1.875rem; height: 5.625rem; overflow: hidden; color: rgba(255,255,255,.65); transition: .7s;}
#s_jishu ul li .btn_arrow{ font-size: .875rem; line-height: 1.5rem; color: rgba(255,255,255,.65); margin-top: 2.5rem; display: block; transition: .7s;}
#s_jishu ul li .btn_arrow i{ display:  inline-block; width: 11px; height: .75rem; background: url(../images/btn_more.png) center no-repeat; background-size: contain; margin-left: .5rem;}
#s_jishu ul li:nth-child(even) a{ background: #03a6f9;}
#s_jishu ul li:hover font,#s_jishu ul li:hover h5,#s_jishu ul li:hover p,#s_jishu ul li:hover .btn_arrow{ transform: translateY(-30px);}
#s_jishu ul li:hover font img{ animation: jello 1s;}
#s_shuzi{background:url(../images/s_shuzi_bg.jpg) center no-repeat; background-size: cover; width:100%; overflow:hidden;}
#s_shuzi .tt{ text-align: center; color: #fff; font-size: 1.875rem; font-weight: bold; margin-bottom: 3.5rem;}
#s_shuzi ul{ overflow:hidden; padding-top:1rem; }
#s_shuzi ul li{ width: 20%; text-align:center; float:left; margin-bottom:1rem;}
#s_shuzi ul li h4{ font-size: 1rem; color: #fff; margin-bottom: 1rem;}
#s_shuzi ul li h5{ color:#fff;  overflow:visible; position:relative;}
#s_shuzi ul li h5 b{ font-size:5rem; font-weight:bold; font-family: "BebasNeue";}
#s_shuzi ul li h5 i{ font-size:3rem; position: absolute; top:0; font-family: "BebasNeue"; padding-left: 3px; }
#s_shuzi ul li h5 span{ font-size:1.2rem; position: absolute; bottom: 1.5rem; padding-left: 6px;}
#s_shuzi ul li p{ font-size:.75rem; color:#fff; line-height:1.5; font-family: "DIN Offc Pro"; text-transform: uppercase;}
#s_video .img{ position:relative; z-index:9;cursor: none;}
#s_video .img a{ display: block; }
#s_video .img .mask{ position:absolute; z-index:1; bottom:0; left:0; width:100%; height:100%; transition:.5s; text-align:center; opacity:1; }
#s_video .img .mask font{ display:block; width:3.75rem; height:3.75rem; transition:.5s; border-radius:50%; background:url(../images/play.png) center no-repeat; background-size: contain; margin:0 auto; position: relative;}
#s_video .img .mask font:before,#s_video .img .mask font:after { content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
   border: 1px solid #fff;
 -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); transition: 1.5s; opacity: 0.1;
}
#s_video .img .mask font:hover:before{ opacity: .5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
 #s_video .img .mask font:hover:after{ opacity: .3;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s;}
.tc .j_tab{ table-layout: fixed;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
  box-sizing:border-box; z-index:999;
  display: block;
  position:relative; transform: translateY(-10rem);transition: all 0.5s ease-out; opacity: 0;
  }
.tc.act .tc-box{ transform: translateY(0); opacity: 1;}
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right:15px; top: 15px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc_shipin{  width:44rem;  max-width: 90%; margin:0 auto;  background:none; position:relative; height: 28rem;}
.tc_shipin video{ width:100%; height:100%;}
.tc_shipin .tc_close{ display:block; width:1.5rem; height:1.5rem; position:absolute; top:-2rem; right:-3rem; border-radius:50%;}
.tc_shipin .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_shipin .tc_close:hover img{transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{width: 100% !important;height: 100% !important;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); background-color: rgba(0, 0, 0, 0) !important;}
video{object-fit:fill; }
.vjs-poster{ background-size: cover !important;}
#s_video { margin-top: 4.375rem; width: 100%; overflow: hidden;}
#s_video .box{ background: #f2f4f7; padding: 4.75rem; position: relative; overflow: hidden;}
#s_video .box .img{ max-width: 1104px; margin: 0 auto; margin-top: 5rem;}
#s_video .txt{ font-family: "BebasNeue"; font-size: 25rem; text-align: center; color: #f2f4f7; text-shadow: #f2f4f7 1px 0 0, #f2f4f7 0 1px 0, #f2f4f7 -1px 0 0, #f2f4f7 0 -1px 0; position: absolute;  top:0rem; left: 0; right: 0; text-align: center;}
.bg-cover{
        position: absolute;left: 0;top: 4rem; background-repeat: repeat-x;
        width: 100%;height: 100%;
        background-position: left center;
        -webkit-animation: play  50s linear infinite;
        animation: play  50s linear  infinite;
    }
}
@-webkit-keyframes play {
    from {
        background-position: 0% 0;
    }
    to {
        background-position: 100% 0;
    }
}
@keyframes play {
    from {
        background-position: 0% 0;
    }
    to {
        background-position: 100% 0;
    }
}
#s_news{ width: 100%; overflow: hidden; padding-bottom: 0;}
#s_news .ul_1{ width: 44.87%; float: left;}
#s_news .ul_2{ width: 55.13%; float: left;}
#s_news .ul_2 li{ width: 50%; float: left; padding-left: 1.875rem;}
#s_news .ul_1 li{}
#s_news .ul_1 li a{ display: block; position: relative;}
#s_news .ul_1 li .img{ height: 30rem;}

#s_news .ul_1 li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    overflow: hidden;

    display: inline-block;

    

}

#s_news li .img img{ transition: 1s;}
#s_news li:hover .img img{ transform: scale(1.1) rotate(.1deg);}
#s_news .ul_1 li .txt{ position: absolute; z-index: 99; left: 0; bottom: 0; width: 100%; padding: 2rem; color: #fff;    background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(top,transparent, rgba(0, 0, 0, 0.75));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.75)));
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);}
#s_news .ul_1 li .txt h5{ font-size: 1.25rem; transition: .3s; margin-bottom: .5rem;}
#s_news .ul_2 li .txt h5:hover{ color: #03a6f9;}
#s_news .ul_1 li .txt span{ font-size: .875rem; font-family: "BebasNeue"; }
#s_news .ul_2 li{}
#s_news .ul_2 li a{ display: block; position: relative;}

#s_news .ul_2 li .img{ height: 17.5rem;}

#s_news .ul_2 li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    overflow: hidden;

    display: inline-block;

    

}
#s_news .ul_2 li .txt{ height: 12.5rem;  padding: 2.375rem 2rem; background:#f2f4f7;}
#s_news .ul_2 li .txt h5{ font-size: 1.1875rem; line-height: 2rem; height: 4rem; overflow: hidden; white-space: normal; color: #2f2f2f;}
#s_news .ul_2 li .txt p{ font-size: .8rem; color: #767676; margin-top: .75rem; margin-bottom: 1.75rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#s_news .ul_2 li .txt span{ font-size: .875rem; font-family: "BebasNeue"; color: #676767; }
#s_rukou{ margin-top: 1.875rem; width: 100%; overflow: hidden;}
#s_rukou .li_1{ width: 44.87%; float: left;}
#s_rukou .li_2{ width: 55.13%; float: left; padding-left: 1.875rem;}
#s_rukou ul li{ height:22.1875rem;}
#s_rukou ul li a{ display: block; position: relative; z-index: 1;}
#s_rukou ul li .img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}
#s_rukou ul li .img img{ transition: 1.5s;}
#s_rukou ul li:hover .img img{ transform: scale(1.1) rotate(.1deg);}
#s_rukou ul li .txt{ height: 100%; padding: 3rem; color: #fff;}
#s_rukou ul li .txt h4{ font-size: .75rem; margin-bottom: .875rem; }
#s_rukou ul li .txt h4 i{ display: inline-block; width: 20px; height: 2px; background: #fff; vertical-align: middle; margin-right: .75rem;}
#s_rukou ul li .txt h5{ font-size: 1.625rem; color: #fff; font-weight: bold;}
#s_rukou ul li .txt p{ font-size: .75rem; line-height: 1.375rem; height: 2.75rem; overflow: hidden; color: rgba(255,255,255,.8); margin-top: 1.125rem; max-width: 370px;}
#s_rukou ul li .btn_xq{ display: block; width: 7.8125rem; height: 2.5rem; line-height: 2.375rem; border-radius: 1.25rem; margin-top: 2.5rem; text-align: center; border: 1px solid #fff;border: 1px solid rgba(255,255,255,.8); font-size: 12px; opacity: 0; transition: .5s; transform: translateY(-20px);}
#s_rukou ul li .btn_xq { position: relative; display:block; 
    overflow: hidden;  transition: all .3s ease;
  background: linear-gradient(to left, transparent 50%, #fff 50%);
  background-position: right bottom;
  background-size: 200% 100%; }
#s_rukou ul li .btn_xq:hover{
    background-position: left bottom;border: 1px solid #fff; color:#03a6f9;
}
#s_rukou ul li:hover .btn_xq{ opacity: 1; transform: translateY(0px);}
#foot{ background: #f2f4f7;}
#foot .m{ }
.foot_lianxi{ float:left; width: 24%; }
.foot_lianxi h2{ margin-bottom: 2.5rem;}
.foot_lianxi ul{}
.foot_lianxi ul li{ font-size: .875rem; color: #666666; line-height: 1.875rem;}
.foot_ewm { margin-top: 3rem; float:left;}
.foot_ewm .pic{ width:8.125rem; height:8.125rem; text-align:center; position:relative; float: left; padding: .5rem;}
.foot_ewm .pic img{  }
.foot_ewm .pic:before,.foot_ewm .pic:after{ content:""; display:block; bottom:0; left:0; top:0; right:0; box-sizing:border-box; border:1px solid #dedfe0; position:absolute;}
.foot_ewm .pic:after{ bottom:5px; left:5px;}
.foot_ewm .pic:before{ top:5px; right:5px;}
.foot_ewm .txt{ font-size:.8rem; color:#535353; height:9.125rem; line-height: 1.375rem; float: left; padding-left: 1rem; font-size: .875rem; color: #757575;}
.foot_nav{ display: flex; justify-content: space-between; width: 48%;  float:right;}
#foot dl{ margin:0;}
#foot dt{ font-size:.875rem; color:#484848; margin-bottom:1rem;}
#foot dd{ font-size:.8rem; color:#838383; line-height:2.25rem;}
.foot_share{ height:100%; float: right;}
.foot_share p{ float:left; line-height:32px; font-size:1.125rem; margin-right:2rem;}
.foot_share ul{ }
.foot_share ul li{ display: inline-block; margin-right: 10px; width: 32px; height: 32px;}
.foot_share ul li .draw_h{ width:100% !important; height:100% !important; line-height:2.625rem;}
.foot_share ul li .draw_h:before{ border: 1px solid #4c4d4d;}
.foot_share .draw_h:hover svg.drawcircle circle { stroke: #03a6f9; stroke-width: 1;}
.foot_share .draw_h:hover .icon {
    fill: #03a6f9;
}
.foot_bot{ overflow: hidden; padding: 1.875rem 0; border-top: 1px solid #e3e5e7; margin-top: 3rem;}
.copyright{ float: left; font-size: .8rem; color: #7c7c7c; line-height: 1.3;}
.online_q {  position: fixed; right: 2rem; bottom: 10%; z-index: 9999; transition:.5s; -webkit-transition:.5s;}
.online_q .btn2{width:3.4375rem; height:3.4375rem; cursor:pointer; position:relative; margin-bottom:5px; }
.online_q .btn-top{ padding:0; transition:.5s; overflow:hidden;}
.online_q .btn-top span{ background: #03a6f9 !important;}
.online_q .btn2 a{  font-size:12px; color:#fff;}
.online_q .btn2 span{display:block; float:left; text-align: center; width:3.4375rem; height:3.4375rem; line-height: 3.4375rem; position:relative; z-index:999; overflow:hidden; transition:.3s; -webkit-transition:.3s; background: #444449; }
.online_q .btn2:hover span{ background: #03a6f9; }
.online_q .open.pic{ position:absolute; background:#ddd; width:100px; height:100px; right:80px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}
.online_q .open.pic img{ width:80px; height:80px; margin-top:10px; margin-right:10px;}
.online_q .btn2:hover .open.pic{ opacity:1; right:4.5rem;visibility:visible;}
.online_q .open.phone{ display:inline-block; height:3.4375rem; line-height:3.4375rem; z-index:0; background:#eee; color:#03a6f9; font-family:arial; font-size:18px; transition:width 0s; -webkit-transition:width 0s; text-align:center;  width:150px;}
.online_q .btn2:hover .open.phone{transition:.5s; -webkit-transition:.5s; opacity:1; visibility:visible;}
.btn-tel a{ display:block; width:3.4375rem; white-space:nowrap; position:absolute; right:0;transition:.5s; -webkit-transition:.5s; overflow:hidden;}
.btn-tel:hover a{ width:205px;}
.online_q .btn-02.btn-tel:hover span{ background:url(../images/piaofu_tel.png) center no-repeat #fff; border:2px solid #037ccf;}
.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #ddd; position:absolute; right:-15px; top:50%; margin-top:-10px;}
#gotop.hide{height:0; overflow:hidden; display:block !important;}
#foot a:hover{ color: #03a6f9;}
/****************内页开始*****************/
/*内页banner*/
.n_banner {width: 100%;position: relative;text-align:center;height: 21.875rem;overflow:hidden; background-size: cover !important;}
/*内页导航*/
.n_nav_box{ position:relative; z-index: 1; width:100%; overflow:hidden; }
.n_nav_box:after{ content:""; width:100%; height:1px; display:block; background:#dadada; position:absolute; bottom:1px; left:0; transition: .5s; z-index:-1;}
/*内页导航*/
.n_nav{text-align:  center;font-size:  0; float: left;}
.n_nav ul li{ text-align:center;line-height:4rem; font-size:.9375rem;color:#474747;transition:.3s;display:  inline-block;}
.n_nav ul li a{ display:block; padding: 0 3rem;}
.n_nav ul li font{display:inline-block;vertical-align:middle;width:1.25rem;height:1.25rem;line-height:1.25rem;margin-right:.5rem;position:  relative;}
.n_nav ul li font img{max-width:100%;max-height:100%;vertical-align:middle;position:  absolute;left:  0;}
.n_nav ul li font .img02{ display:none; }
.n_nav ul li:hover,.n_nav ul li.on{ color:#fff; background: #03a6f9; }
.n_nav ul li:hover .img01,.n_nav ul li.on .img01{ display:none;}
.n_nav ul li:hover .img02,.n_nav ul li.on .img02{ display:block;}
.n_position{ text-align:right; float:right;  font-size:.8rem; color:#6a6a6a; background:url(../images/home_ico.png) left center no-repeat; padding-left:1.5rem; }
.n_position a{ font-size:.75rem; color:#6a6a6a; position:relative; line-height:4rem; transition:.2s;}
.n_position i{font-size: 0;color:#7b7b7b;display:inline-block;margin:0 12px;font-family:arial;border: 3px solid transparent;border-left: 4px solid #969696;position:  relative;top: -5px;}
.n_position em{ font-size:.75rem; color:#ca0e2a;}
.n_position a:hover{ color:#ca0e2a;}
#n_main{ background: url(../images/n_main_bg.jpg) center bottom no-repeat #fff;}
#n_main .m{ max-width: 1600px;}
#n_wenhua{ width: 100%; overflow: hidden;}
#n_wenhua .pic{ text-align: center; max-width: 60%; float: left;}
#n_wenhua .pic img{}
#n_wenhua .pic p{ font-size: .875rem; color: #a5a5a5; margin-top: 1.875rem;}
#n_wenhua .txt{ max-width: 39%; width: 530px; float: right;}
#n_wenhua .txt h3{ font-size: 1.375rem; color: #4d4d4d; line-height: 2rem;}
#n_wenhua .txt dl{ margin-top: 2.375rem;}
#n_wenhua .txt dt{ font-size: 1.125rem; color: #03a6f9; font-weight: bold;}
#n_wenhua .txt dt font{ display: inline-block; width: 1.5rem; height: 1.5rem; text-align: center; margin-right: .5rem;}
#n_wenhua .txt dd{ padding-left: 2rem; font-size: .9375rem; color: #6f7173; line-height: 2.5rem;}
.bot_box{ text-align:center; margin-top:3rem; }
.n_bot_btn{ display:inline-block; margin:0 16px;}
.n_bot_btn font{ width:3.75rem; height:3.75rem; border-radius:50%; border:1px solid #c2c7c9; display:inline-block; transition:.3s; position:relative; z-index:0; background-size:1.2rem !important;}
.n_bot_btn p{ font-size:.875rem; color:#727376; margin-top:15px;}
.n_bot_btn:hover font{}
#gotop2 font:before { background-image:url(../images/ico_gotop_on.svg) !important; background-position:center; background-repeat:no-repeat; background-size:1.2rem;}
#n_bot_nav font:before { background-image:url(../images/ico_xiangmu_on.svg) !important; background-position:center; background-repeat:no-repeat; background-size:1.2rem;}
.n_bot_btn font:before {
    content: "";
    position: absolute; z-index:-1; background-color:#03a6f9 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transform: rotateX(-60deg);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
}
.n_bot_btn:hover font:before { transform: rotateX(0deg); opacity: 1; visibility: visible; }
#n_gongchang{ width: 100%; overflow: hidden;}
#n_gongchang .tt{ text-align: center; font-size: 2rem; color: #333333; font-weight: bold; margin-bottom: 2.5rem;}
.gongchang_slide{ margin: -5px;}
.gongchang_slide ul{ overflow: hidden;}
.gongchang_slide ul li{}
.gongchang_slide ul li .img { padding: 5px;}
.gongchang_slide ul.ul_1{}
.gongchang_slide ul.ul_1 .li_2,
.gongchang_slide ul.ul_1 .li_3{width: 50%; float: left;}
.gongchang_slide ul.ul_2 .li_1,
.gongchang_slide ul.ul_2 .li_2{width: 50%; float: left;}
.gongchang_slide ul.ul_2 .li_3{ clear: both;}
.slick_arrow_right2 .slick-prev2{ left: -7rem;}
.slick_arrow_right2 .slick-next2{ right: -7rem;}
#n_shehui{ width: 100%; overflow: hidden;}
#n_shehui .box1{ background: url(../images/n_shehui01.jpg) center no-repeat; background-size: cover; padding: 4.5rem; padding-top: 3rem; border-radius: 3rem 0 0 0;}
#n_shehui .box1 .txt{}
#n_shehui .box1 .txt .tt{ font-size: 2rem; color: #333333; font-weight: bold; margin-bottom: 3rem; position: relative; padding-top: 4rem;}
#n_shehui .box1 .txt .tt:after{ content:""; width: 7.875rem; height: 8.75rem; display: block; position: absolute; background: url(../images/aixin01.png) center no-repeat; background-size: contain; opacity: .5; top: 0; left: 1rem;}
#n_shehui .box1 .txt .con{ font-size: .9375rem; color: #666666; line-height: 2.125rem; width: 660px; max-width: 100%; text-indent: 2em;}
#n_shehui ul{ margin: 0 -4.5rem; margin-top: 4rem;}
#n_shehui ul li{ width: 50%; float: left; padding: 0 4.5rem;}
#n_shehui ul li .txt{ margin-bottom: 1.875rem;}
#n_shehui ul li .txt .tt{ font-size: 1.5rem; color: #3b3b3b; font-weight: bold; margin-bottom: 3rem; position: relative; padding-top: 4rem;}
#n_shehui ul li .txt .tt:after{ content:""; width: 7.875rem; height: 8.75rem; display: block; position: absolute; background: url(../images/aixin02.png) center no-repeat; background-size: contain; opacity: .9; top: 0; left: 5rem;}
#n_shehui ul li .txt .con{ font-size: .9375rem; color: #545454; line-height: 2rem; height: 6rem; text-indent: 2em;}
.sy-v { display: inline-block; position: relative; }
.sy-v .dot { position: relative; border-radius: 100%; width: 6.875rem; height: 6.875rem; margin: 0 auto; border:1px solid #e7e7e7; }
.sy-v .dot .ico { position: relative; height: 100%; transition: 400ms; display:block; text-align:center; line-height:6.875rem;  }
.sy-v .dot .ico img{ max-width:30%; max-height:30%; vertical-align:middle;}
.sy-v .dot:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; transform: rotateX(-60deg); opacity: 0; visibility: hidden; transition: 400ms; border: 1px solid #03a6f9; }
.sy-v:hover .dot:before { transform: rotateX(0deg); opacity: 1; visibility: visible; }
.sy-v:hover .dot .ico { transform: translateY(-5px); }
.join_top{ padding:2.5rem; border:1px solid #e6e6e6; overflow:hidden; background:#fff;}
.join_top ul{}
.join_top ul li{ width:25%; float:left; text-align:center; position:relative;}
.join_top ul li p{ font-size:.875rem; color:#404040; margin-top:1.25rem;}
.join_top ul li+li:before{ content:""; width:39px; height:15px; display:block; background:url(../images/join_arrow.jpg) center no-repeat; position:absolute; left:0; margin-left:-19px; top:50%; margin-top:-1.5rem;}
.join_bot{}
.join_bot ul{ margin:0 -20px;}
.join_bot ul li{ margin-bottom:1.875rem; padding:0 20px;}
.join_bot ul li .box{ background:#f3f3f4; padding:2.75rem; position:relative; z-index:1;
​background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e6eb 100%);
background: -webkit-gradient(linear, top, bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e6eb));
background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e6eb 100%);
background: -o-linear-gradient(top, #f5f5f5 0%,#e2e6eb 100%);
background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e6eb 100%);
background: linear-gradient(to bottom, #f5f5f5 0%,#e2e6eb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e2e6eb',GradientType=0 );
}
.join_bot ul li .tt{ padding-bottom:2rem; border-bottom:1px solid #cccdd1; transition:.7s; margin-bottom:1.2rem; position:relative; padding-left:6.18rem; background:url(../images/ren.svg) left top no-repeat; background-size:4.25rem !important;}
.join_bot ul li .tt h5{ font-size:1.125rem; color:#474747; padding-top:.5rem;transition:.7s;}
.join_bot ul li .tt .time{transition:.7s;font-size:.8rem;color:#7e7e7e;background:url(../images/ar_title_ico2.svg) left center no-repeat;background-size: 1.1rem !important;line-height:30px;padding-left:1.5rem;display:block;padding-top: 3px;}
.join_bot ul li .btn_toudi{ opacity:0; transition:.7s; position:absolute; text-align:center; right:0; top:0;display:block; width:7.5rem; height:2.1875rem; font-size:.875rem; line-height:2.1875rem; background:#fff; color:#555; border-radius:1.25rem; top:1rem;}
.join_bot ul li .con{ height:10.6rem; overflow:auto; font-size:.8rem; color:#808080; line-height:2;transition:.7s;}
.join_bot ul li .con .tt2{ font-size:.9375rem; color:#515151; margin-bottom:.6rem;transition:.7s;}
.join_bot ul li .box:before{ content:""; width:100%; height:0; display:block; position:absolute; left:0; bottom:0; background:#03a6f9; z-index:-1; transition:.7s; }
.join_bot ul li .box:hover:before{ height:100%; top:0; bottom: auto;}
.join_bot ul li .box:hover .tt{ border-bottom:1px solid #c27175;background:url(../images/ren_white.svg) left top no-repeat;}
.join_bot ul li .box:hover .tt h5{ color:#fff;}
.join_bot ul li .box:hover .tt .time{ color:#dde0ed; background:url(../images/time_white.svg) left center no-repeat;}
.join_bot ul li .box:hover .con{color:#f2dddd;}
.join_bot ul li .box:hover .con .tt2{color:#fff;}
.join_bot ul li .box:hover .btn_toudi{ opacity:1; }
.mCSB_scrollTools .mCSB_draggerRail{ background-color: rgba(255,255,255,.3) !important;}
#n_subnav{ text-align:center; margin-bottom:3rem;}
#n_subnav ul li{ display: inline-block; padding:0 .625rem;}
#n_subnav ul li .btn_more{ width:12.5rem; height:3.125rem; line-height:3rem; font-size:.9375rem; color:#595959;  }
.btn_more { width: 12.5rem; position: relative; display:block; 
    overflow: hidden;
    height: 44px; line-height:40px;
    transition: all .3s ease;
    text-transform: uppercase;
    color: #000; text-align:center;
    border: 1px solid #c5c5c7;
    border-radius: 25px;
    font-size: 1rem;font-family:b_Medium; 
  background: linear-gradient(to left, transparent 50%, #ed9335 50%);
  background-position: right bottom;
  background-size: 200% 100%; }
.btn_more:hover,#n_subnav ul li.on .btn_more{ background-position: left bottom;border: 1px solid #ed9335; color:#fff !important;}
#n_shuzi{ overflow:hidden;}
#n_shuzi ul{ text-align: center; font-size: 0;}
#n_shuzi ul li{width:19%; display: inline-block;}
#n_shuzi ul li .box{ display: inline-block; text-align: left;}
#n_shuzi ul li p{ font-family: "BarlowCondensed";  font-size:4.125rem; color:#03a6f9; font-weight:600; margin-bottom:.8rem;}
#n_shuzi ul li h5{ font-size:.9375rem; color:#76797c;}
.ar_article{ font-size:.875rem; color:#6f7173; line-height:1.75rem; margin-top:35px; text-align:justify; }
.ar_article p{font-size:.9375rem;color:#6f7173;line-height:1.75rem; padding-bottom:1.75rem;}	
.ar_article strong{ font-weight:bold;}
.ar_article table{ width:100%;}
.ar_article td,.ar_article th{ padding:15px; border: 1px solid #dbdbdb; font-size:0.95rem !important; font-family: Arial; text-align: center;}
.ar_article td *,.ar_article th *{ font-size:0.95rem !important; font-family: "微软雅黑","Microsoft YaHei", sans-serif !important;}
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article th{ background: #f1f1f1; font-size: 1rem; color: #4c4c4c; font-weight: normal;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#363636;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important; margin-left:2rem;}
.ar_article ul li p,
.ar_article ol li p{ padding-bottom:0; margin-bottom:3px !important; }
.ar_article ul,
.ar_article ol{ margin-bottom:15px;}
.ar_article p:last-child{ padding-bottom: 0;}
#n_about{}
#n_about .tt{ font-size: 1.5rem; color: #3a3a3a; margin-bottom: 2rem;}
.n_tt{ font-size: 2rem; color: #3a3a3a; font-weight: bold; text-align: center; margin-bottom: 3.125rem;}
#n_jiagou{ background: url(../images/n_jiagou_bg.jpg) center bottom no-repeat; background-size: cover; background-attachment: fixed;}
#n_zizhi .tt{ background: url(../images/n_zizhi_tt.jpg) center no-repeat; background-size: cover; height:23.75rem; text-align:center;}
#n_zizhi .tt .txt{ text-align:center; color:#fff; display:inline-block; width:300px;}
#n_zizhi .tt .txt h3{ font-size:2rem; color:#fff; font-weight: bold;}
#n_zizhi .tt .txt font{display:block; margin:0 auto; width: 3.125rem;height: 3.125rem; margin-top:2.25rem; border: #fff 1px solid;border: rgba(255,255,255,.6) 1px solid;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;-webkit-transition:1s;overflow:hidden;position:relative;}
#n_zizhi .tt .txt:hover font{border: #03a6f9 1px solid;background: #03a6f9;}
#n_zizhi .tt .txt font:before{content:"";background:url(../images/xia.svg) center no-repeat; background-size: 1rem; display:block; width: 3rem;height: 3rem; transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;-webkit-transition:1s;}
#n_zizhi .tt .txt:hover font:before{ margin-top:-100%;}
#n_zizhi .tt .txt font:after{content:"";background:url(../images/xia.svg) center no-repeat; background-size: 1rem; display:block; width: 3rem;height: 3rem; transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;-webkit-transition:1s;}
#n_zizhi .tt .txt:hover font:after{ }
#n_zizhi{ position:relative; width:100%; overflow:hidden;}
#n_zizhi .bd>.slick-list{ overflow:visible;}
#n_zizhi .bd ul{ position:relative;}
#n_zizhi .bd ul li{ padding:0 1rem;}
#n_zizhi .bd ul li .pic{background:#fff;width:100%;text-align:center;padding:1.5rem 0;height: 22.5rem;overflow:hidden;}
#n_zizhi .bd ul li .pic .j_tab{table-layout: fixed;}
#n_zizhi .bd ul li .pic img{ display:inline-block; max-width:90%; max-height:18rem;}
#n_zizhi .bd ul li h5{ text-align:left; font-size:1rem; color:#404040; line-height:2; margin-top:.5rem;}
#n_zizhi .bd ul li i{ display:block; width:15px; height:2px; background:#575757; margin-top:.5rem;}
#n_zizhi .slick_arrow_right2 .slick-arrow{ top:44%;}
.ar_title{ margin-bottom:2.75rem; border-bottom:3px solid #e4e4e4; padding-bottom:13px;}
.ar_title h3{ font-size:1.625rem; color:#1b1b1b; font-weight:bold; margin-bottom:16px;}
.ar_title .time{ font-size:14px; color:#1b1b1b; font-family:arial; border-bottom:3px solid #f3f3f3; padding-bottom:12px; background:url(../images/time.png) left top no-repeat; line-height:16px; padding-left:20px;}
/*==============字号控件=====================*/
#font_set_box{ background: url(../images/icon_font.png) left center no-repeat; padding-left: 22px; }
.font_box{ display:inherit; position:relative; }
.font_box a { display:inline-block; width:14px; line-height:30px; font-size:13px; color: #a1a2a4; text-align:center; margin:0 2px;}
.font_box a.on{ color:#03a6f9; }
.font_box a:hover{ color:#03a6f9; }
.font_size_lg{ font-size:18px !important; line-height: 40px !important;}
.font_size_lg p{ font-size:18px !important; line-height: 40px !important;}
.font_size_md{ font-size:16px !important; line-height: 36px !important;}
.font_size_md p{ font-size:16px !important;  line-height: 36px !important;}
.font_size_sm{ font-size:14px !important;}
.font_size_sm p{ font-size:14px !important;}
#n_news_xq{ overflow:hidden; padding-top:70px; padding-bottom:50px;}
#n_news_xq .left_con{ width:66%; float:left;}
#n_news_xq .right_con{ width:29.6%; float:right; background:#f0f0f3; padding:38px;}
.ar_fot{  margin-top:20px; border-top:1px solid #d0d0d1; padding-top:30px; position:relative; }
.ar_fot h5{ line-height:32px; }
.ar_fot h5 a{ font-size:15px; color:#3e3e3e; transition:.3s;}
.ar_fot h5 b{ font-size:15px; color:#6e6e6e; font-weight:normal; }
.ar_fot h5 a:hover{ color:#03a6f9;}
.btn_goback{ position:absolute; top:38px; right:0;}
.btn_goback{ display:block; width:155px; height:40px; margin:0 auto; line-height:40px; text-align:center; border-radius:25px; background:#6800be; color:#fff; font-size:15px; transition:.3s;}
.btn_goback font{ display:inline-block; width:18px; height:15px; background:url(../images/goback.png) center no-repeat; margin-right:8px; position:relative; top:2px;}
.btn_goback:hover{ box-shadow: 0 4px 13px rgba(129,27,213,.5); background:#811bd5;}
/*==============分享插件=====================*/
.shart_box2{ }
.through{ position:relative; text-align:center;}
.through span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
.through:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
#j_shart_s_240{ position:relative; white-space:nowrap; overflow:hidden; margin-top:25px; }
#j_shart_s_240 .fx{ position:relative; top:2px; cursor:pointer;}
#j_shart_s_240 a{ width:50px !important; height:50px !important; margin-right:10px; border-radius:50%; background:#f0f0f3; display:block; float:left; position:relative;}
#j_shart_s_240 a:before{ content:""; display:block; width:100%; height:100%; border-radius:50%; position:absolute; top:0; left:0; z-index:2; background-size:auto 25px !important;}
#j_shart_s_240 a:after{ content:""; display:block; width:100%; height:100%; border-radius:50%; position:absolute; top:0; left:0;  transition:.5s;  z-index:1; border:1px solid #b4b4b4;}
#j_shart_s_240 a:hover:after{ transform:scale(1);}
#j_shart_s_240 .bds_qzone:before{ background:url(../images/share_qzone.png) center no-repeat; }
#j_shart_s_240 .bds_tsina:before{ background:url(../images/share_sina.png) center no-repeat; }
#j_shart_s_240 .bds_weixin:before{ background:url(../images/share_weixin.png) center no-repeat; }
#j_shart_s_240 .bds_sqq:before{background:url(../images/share_qq.png) center no-repeat; background-size:auto 20px !important;}
#j_shart_s_240 .bds_count:hover{ font-size:12px;}
#bdshare_weixin_qrcode_dialog *,#bdshare_weixin_qrcode_dialog{ box-sizing:content-box; }
.laiyuan{ font-size:15px; color:#757575;}
#n_news_xq .riqi{ font-family:"Roboto"; font-weight:bold; margin-bottom:26px;}
#n_news_xq .riqi p{ font-size:3.125rem; color: #888888; }
#n_news_xq .riqi i{ display:block; width:24px; height:3px; background:#03a6f9; margin-bottom:13px; margin-top:7px;}
#n_news_xq .riqi span{ font-size:.875rem; color: #bebebe;}
.news_tuijian{}
.news_tuijian .tt{ font-size:1.25rem; color:#5c5c5c; font-weight:bold; padding-bottom:1.25rem; border-bottom:1px solid #d3d3d3; margin-top:3.125rem;}
.news_tuijian ul{ padding-top:1.75rem;}
.news_tuijian ul li{ margin-bottom:1.5rem;}
.news_tuijian ul li h5{ font-size:1rem; color:#5d5d5d; margin-bottom:.5rem;}
.news_tuijian ul li span{ font-size:.75rem; color:#929293; font-family:arial;}
.n_news01{ padding-bottom:3rem;}
.n_news01 ul{ margin:0 -13px;}
.n_news01 ul li{ padding:0 13px;}
.n_news01 ul li .img{}
.n_news01 ul li .img img{ transition:1s;}
.n_news01 ul li:hover .img img{ transform:scale(1.1);}
.n_news01 ul li .txt{ padding-top: 1.375rem;}
.n_news01 ul li .txt span{ font-size:.9375rem; color:#888887 ; font-family: arial;}
.n_news01 ul li .txt h5{ font-size:1.1875rem; color:#424242; margin-top: .75rem; }
.n_news02{ padding-top:2rem;}
.n_news02 ul{ }
.n_news02 ul li{ padding:2.75rem 0; position:relative; overflow:hidden; z-index: 1;}
.n_news02 ul li a{ display: block; overflow: hidden; position: relative; z-index: 1;}
.n_news02 ul li:before{ content:""; display:block; width:100%; height:0; background:#eaeaec; position:absolute; left:0; bottom:0; transition:1s; z-index:-1;}
.n_news02 ul li:hover:before{ height:100%; top: 0; bottom: auto; }
.n_news02 ul li:after{ content:""; display:block; width:100%; height:1px; background:#e3e3e3; position:absolute; left:0; bottom:0; transition:1s; z-index:1;}
.n_news02 ul li .img{ width:19.375rem; float:left; }
.n_news02 ul li .img img{ transition:1s;}
.n_news02 ul li:hover .img img{ transform:scale(1.1);}
.n_news02 ul li .txt{ position: absolute; width:calc(100% - 19.375rem); right:0; top:0; padding-left:1.875rem; height:100%;}
.n_news02 ul li .txt .time{ font-size:.875rem; color:#888887; font-family:arial;}
.n_news02 ul li .txt h5{ font-size:1.1875rem; color:#3b3b3b; line-height:1.625rem; margin-bottom:.5rem; }
.n_news02 ul li .txt p{ font-size:.875rem; color:#868686; line-height: 1.375rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:1.5rem; margin-bottom:2rem;}
.n_news02 ul li .j_tab{table-layout: fixed;}
.n_news02 .btn_linedown{ font-size:.8rem; color:#666666; text-transform:capitalize;}
.n_news02 .btn_linedown:before, .n_news02 .btn_linedown:after{ background:#919191;}
#n_lianxi{}
#n_lianxi .tt{ text-align:center; font-size:1.375rem; line-height:2.375rem; color:#525252; margin-bottom:2rem;}
#n_lianxi ul{ overflow: hidden; margin-bottom: 3rem;}
#n_lianxi ul li{ width:33.333%; float:left; text-align:center;padding-top: .5rem;}
#n_lianxi ul li font{ display:block; width:5rem; height:5rem; margin:0 auto; border-radius:50%; text-align:center; line-height:5rem; background:#03a6f9; margin-bottom:1rem; position: relative; z-index: 1;}
#n_lianxi ul li font:before{ content:""; display:block; width:100%; height:100%; background:#03a6f9; position:absolute; left:0; bottom:0; transition:1s; z-index:-1; border-radius:50%;}
#n_lianxi ul li font:after{ content:""; display:block; width:100%; height:100%; background:#eeeeee; position:absolute; left:0; bottom:0; transition:1s; z-index:-2; transform: scale(1.2); border-radius:50%;}
#n_lianxi ul li font img{ max-width:2.5rem; max-height:2.5rem;}
#n_lianxi ul li h5{ font-size: 1rem; color: #242930; font-weight: bold;  font-family: "BebasNeue"; margin: 1.5rem 0 .375rem;}
#n_lianxi ul li p{ font-size:1rem; color:#474747; line-height:1.75rem;}
#n_lianxi ul li:hover font{ -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
#n_lianxi ul li:nth-child(even) font:before{ background:#003673 ;}
@-webkit-keyframes jello {
    from, 11.1%, to { -webkit-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
@-moz-keyframes jello {
    from, 11.1%, to { -moz-transform: none; transform: none }
    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}
#n_map{ height:27.875rem; overflow:hidden; border: 1px solid #e7e7e7;  }
input::-webkit-input-placeholder{color:#6f6f6f; text-transform:uppercase; }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#6f6f6f;}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#6f6f6f;}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#6f6f6f;}/* WebKit browsers */
input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
textarea::-webkit-input-placeholder{color:#6f6f6f;}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#6f6f6f;}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#6f6f6f;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#96f6f6f99;}/* WebKit browsers */
textarea:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
textarea:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
textarea:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
textarea:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
textarea::-webkit-scrollbar {width: 1px; }
.j_form{ margin:0 -7px;}
.j_form .form-group{ width:50%; overflow:hidden; margin-bottom:10px; position:relative; }
.j_form .form-group>input{height:55px;width: calc(100% - 7.5rem);float: right;padding:0 10px;font-size:.875rem;color:#4f4f4f;background:none;background:#fff;border:1px solid #e5e5e5;border-left:0;}
.j_form .form-group .input{ height:55px; line-height:53px; width: calc(100% - 7.5rem); background:#fff; border:1px solid #e5e5e5; border-left:0;  padding:0 10px; float:right; font-size:.875rem; color:#4f4f4f; }
.j_form .form-group textarea{ background:#fff;  border:1px solid #e5e5e5; border-left:0; width: calc(100% - 7.5rem);  float:right; height:14rem; font-family:"微软雅黑"; line-height:26px; padding:15px 17px 15px 17px; font-size:.875rem; color:#4f4f4f; }
.j_form .form-group .file_r{background:#fff;border:1px solid #e5e5e5;border-left:0;width: calc(100% - 7.5rem);float:right;min-height: 8rem;font-family:"微软雅黑";line-height:26px;padding:15px 17px 15px 17px;font-size:.875rem;color:#4f4f4f;}
.j_form .form-group .yzm{ position:absolute; right:20px; top:10px; max-height:100%; height: 53px; background:none !important;}
.j_form .form-group .yzm img{ max-width:100%; max-height:100%; mix-blend-mode: multiply;}
.j_form .btn_tijiao{ display:block; width:100%; height:55px; font-size:14px; text-align: center; background:#03a6f9; color:#fff; border:0; outline: none; clear:both; transition:.5s; cursor:pointer; margin-top:0px;}
.j_form .btn_tijiao:hover{background:#a21115;}
.j_form .form-group select{ width:100%; height:50px;  border:0; -webkit-appearance: none; background-image:url(../images/select_arrow.png); background-position:510px center; background-repeat:no-repeat; }
.j_form .form-group select option{ padding-top:10px; padding-bottom:10px;}
.j_form .span{display:block;width:7.5rem;height:100%;float:left;background:#fff;border:1px solid #e5e5e5;border-right:0;line-height:53px;font-size:.875rem;color:#4f4f4f;text-align:left; padding-left: 1rem; position:  absolute;}
.j_form .span i{ display:inline-block; vertical-align:middle; width:18px; height:22px; background-size:contain !important; margin-right:.5rem;}
.f_name{ background:url(../images/f_name.svg) center no-repeat;}
.f_email{ background:url(../images/f_email.svg) center no-repeat;}
.f_tel{ background:url(../images/f_tel.svg) center no-repeat;}
.f_company{ background:url(../images/f_company.svg) center no-repeat;}
.f_add{ background:url(../images/f_add.svg) center no-repeat;}
.f_sort{ background:url(../images/f_sort.svg) center no-repeat;}
.f_message{ background:url(../images/f_message.svg) center no-repeat;}
.f_vcode{ background:url(../images/f_vcode.svg) center no-repeat;}
.f_file{ background:url(../images/f_file.svg) center no-repeat;}
.f_qq{ background:url(../images/f_qq.svg) center no-repeat;}
#n_tousu .j_form .form-group{ float:left; padding:0 7px; margin:0; margin-bottom:14px;}
#n_tousu { overflow:hidden; width: 100%; background: url(../images/n_liuyan_bg.jpg) center bottom no-repeat #eff2f5;}
#n_tousu .tt{}
#n_tousu .tt h3{ font-size:1.5rem; color:#242424; margin-bottom:.875rem; }
#n_tousu .tt i{ display: block; width: 21px; height: 2px; background: #03a6f9;}
#n_tousu .tt p{ font-size:.875rem; color: #777777; line-height:1.625rem; margin-top:2.5rem;}
#n_tousu .left{ width:28.125rem;}
#n_tousu .right{width: calc(100% - 31rem); max-width:1015px;}
.daili_tel{  padding-left:3.75rem; background:url(../images/daili_tel.png) left center no-repeat; background-size: 3.1875rem; height: 3.1875rem; line-height:2; margin-top:1.5rem;}
.daili_tel p{ font-size:.75rem; color:#626262;}
.daili_tel h4{ font-family:arial; color:#03a6f9; font-size:1.375rem; }
#n_ys{ background:url(../images/ny_bg2.jpg) center bottom no-repeat; width:100%; overflow:hidden;}
#n_ys ul{ margin-top:-2rem; margin:0 -1.875rem; margin-top:-20px;}
#n_ys ul li{ overflow:hidden; padding:0 1.875rem; margin-top:20px; }
#n_ys ul li a{ position:relative; z-index:1; display:block; background:#f2f4f7; border: 2px solid #e9e9e9; overflow: hidden; border-radius:5px; padding:4rem 1.75rem 4rem;}
#n_ys ul li a:before{ content:""; display:block; width:100%; height:0; background:#03a6f9; position:absolute; left:0; bottom:0; transition:.7s; z-index:-1;}
#n_ys ul li .img{ width:10rem; height:10rem; border-radius:50%; overflow:hidden; margin:0 auto; margin-bottom:2.5rem;  }
#n_ys ul li .img img{}
#n_ys ul li .txt{ text-align:center; }
#n_ys ul li .txt h5{ font-size:1rem; color:#383838; margin-bottom: 1.25rem; transition:.7s; }
#n_ys ul li .txt p{ font-size:.875rem; color:#797979; line-height:1.625rem; height:6.5rem; overflow:hidden; transition:.7s; }
#n_ys ul li:hover a:before{ height:100%; top:0; bottom:auto;}
#n_ys ul li:hover .txt h3{ color:#fff;}
#n_ys ul li:hover .txt h5{ color:#fff;}
#n_ys ul li:hover .txt p{ color:#fff;}
.map_buju{ width:981px; max-width: 100%; margin:0 auto; margin-top: 4rem; position:relative;}
.map_buju ul li{
	position: absolute; cursor:pointer; margin-left: -17px !important; margin-top: -17px !important;
	font-size: 13px;
	color: #5c5c5c;
}
.map_buju ul li p{  position:absolute; top:-20px; width:68px; height:27px; line-height:22px; color:#fff; font-size:12px; white-space:nowrap; background:url(../images/buju_on_red.png) center top no-repeat; left:50%; margin-left:-34px; opacity:0; visibility:hidden; text-align: center;}
.map_buju ul li:hover p{ opacity:1; visibility:visible;}
.map_buju ul li p.purple{ background:url(../images/buju_on_purple.png) center top no-repeat; }
.map_buju ul li p.red{ background:url(../images/buju_on_red.png) center top no-repeat; }
.map_buju ul li.li_1{top: 24.68%;left: 73.2%;}
.map_buju ul li.li_2{top: 32.63%;left: 60%;}
.map_buju ul li.li_3{top: 35.14%;left: 53.94%;}
.map_buju ul li.li_4{top: 37.45%;left: 56.9%;}
.map_buju ul li.li_5{top: 43.5%;left: 57.83%;}
.map_buju ul li.li_6{top:53.13%; left:62.43%;}
.map_buju ul li.li_7{top: 57.7%;left: 68.57%;}
.map_buju ul li.li_8 {top:64.2%; left:80%;}	
.map_buju .circle{ width:35px; height:35px;}
.circle.red span{ background:#ec2a33;}
.circle.purple span{ background:#7f6ebb;}
.circle:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    transform: scale(.25); opacity:.8;
    display: block;
    box-sizing: border-box;
    z-index: 99;
}
.circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background-color:#ec2a33;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(2) {
  animation-delay: 1s;
}
.circle span:nth-of-type(3) {
  animation-delay: 2s;
}
@keyframes circleScale {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
#n_buju{ overflow: hidden;}
#n_buju .tt{ font-size: .875rem; color: #585858; line-height: 1.875rem; text-indent: 2em;}
#n_contact{ background: url(../images/n_contact.jpg) center no-repeat; padding: 5rem 0; width: 100%; overflow: hidden;}
#n_contact .txt{ float: left; width: 36.5%;}
#n_contact .txt h3{ font-size: 1.875rem; color: #fff; font-weight: bold; margin-bottom: 1.625rem;}
#n_contact .txt p{ font-size: .875rem; color: #fff; line-height: 1.75rem; opacity: .7;}
#n_contact ul{ float: right; width:48%; display: flex; justify-content: space-between;}
#n_contact ul li{ float: left; color: #fff; text-align: center;}
#n_contact ul li font{ width: 7.3125rem; display: block; margin: 0 auto;}
#n_contact ul li font img{}
#n_contact ul li p{ font-family: "BarlowCondensed-Medium"; font-size: 1.75rem; color: #fff; margin-top: 1.5rem;}
.pro_left{ width:17.5rem; float:left;}
.pro_left ul li{ border-bottom:1px solid #e7e7e7;}
.pro_left ul li a{ display:block; text-align:left; overflow:hidden; padding:0.85rem 1.5rem; position:relative; z-index:1; transition:0s; background:#FFF;}
.pro_left ul li font{ width:3.125rem; height:3.125rem; border:1px solid #e8e8e8; background: #fff; overflow: hidden;line-height:3rem; display: inline-block; border-radius:50%; float:left; text-align:center; margin-right:15px;}
.pro_left ul li font img{  display:inline-block; transition: 400ms;}
.pro_left ul li .img01{}
.pro_left ul li .img02{ display:none;}
.pro_left ul li p{  font-size:1.0rem; color:#333333; transition: 400ms; line-height:3.125rem; font-weight:bold;}
.pro_left ul li .dt i{ display:inline-block; width:11px; height:12px; background:url(../images/pro_arr.png) center no-repeat; position:absolute; right:1.5rem; top:50%; margin-top:-4.5px;}
.pro_left ul li .dt a:before{ content:""; width:100%; height:0; display:block; position:absolute; left:0; bottom:0; background:#03a6f9; z-index:-1; transition:0s; }
.pro_left ul li .dt a:hover:before,.pro_left ul li.on .dt a:before{ height:100%; top:0; bottom: auto;}
.pro_left ul li a:hover .img01,.pro_left ul li.on a .img01{ display:none;}
.pro_left ul li a:hover .img02,.pro_left ul li.on a .img02{ display:inline-block;}
.pro_left ul li a:hover p,.pro_left ul li.on a p{ color:#fff;}
.pro_left ul li .dt:hover i,.pro_left ul li.on .dt i{ background:url(../images/pro_arr_on.png) center no-repeat;}
.pro_left ul li .dd{ padding: .5rem 0; background: #e7ecf4;}
.pro_left ul li .dd a{ padding-top:3px; padding-bottom:3px; background: #e7ecf4; margin:0 8px;}
.pro_left ul li .dd .li:hover>a,.pro_left ul li .dd .li.on>a{ background:#cad2de;}
.pro_left ul li .dd font{width: 1.5rem;height: 1.5rem;border:0;overflow:hidden;display:none; margin-top: .5rem;margin-left: 1.5rem;}
.pro_left ul li .dd font img{ display:block; width:100%; height:100%; max-width:inherit; max-height:inherit;}
.pro_left ul li .dd p{line-height:2.5rem;font-size:1rem;font-weight:100;color: #333 !important;padding-left: 2.5rem;}
.pro_left ul li .dd p:before{content:"◇";font-size:1.2rem;border-radius:50%;font-family:arial;display:block;position:absolute;left: 3rem;color:#03a6f9;}
.pro_left ul li .dd i{ display:inline-block; width:14px; height:9px; position:absolute; right:1.5rem; top:50%; margin-top:-4.5px; display:none;}
.pro_left ul li .dd .li a:hover i,.pro_left ul li .dd .on a i{ background:url(../images/arrow02.png) center no-repeat;}
.pro_left ul li .sanji{ padding:10px 0;}
.pro_left ul li .sanji a{display:block;font-size:.875rem;line-height:1.5;color:#666;padding-left: 4rem;}
.pro_left ul li .sanji a.on,.pro_left ul li .sanji a:hover{ color:#039;}
.pro_right{ width:calc(100% - 20.625rem); float:right; margin-bottom:1.5rem;}
.pro_right ul{ margin-top:-1rem;}
.pro_right ul li{ overflow:hidden; background: #ffffff; margin-top: 1rem; position: relative;}
.pro_right ul li .img{ width:28.875rem; float:left; margin-right:1.875rem; }
.pro_right ul li .txt{ height: 100%; width: calc(100% - 28.875rem); position: absolute; right: 0; top: 0; padding-right: 3rem;}
.pro_right ul li .txt h5{ font-size:1.375rem; color:#363638; text-transform: uppercase; margin-bottom:1rem;  }
.pro_right ul li .txt p{ font-size:.8rem; line-height:1.5rem; height:3rem; overflow:hidden; color:#868686;}
.pro_right ul li .n_btn{ display: block; width: 9.3125rem; height: 2.5rem; line-height: 2.375rem; border-radius: 1.25rem; margin-top: 2.5rem; text-align: center; border: 1px solid #bebebe; font-size: 12px; color: #797979;}
.pro_right ul li .n_btn:hover{ padding:0 10px; color:#fff;}
.pro_wap{ overflow:hidden; position:relative; top:-3rem;}
.pro_wap .li{ width:25%; float:left; line-height:4; text-align:center;}
#n_fangan{ margin-top:-4rem; padding-top:5rem;}
.page__btn {
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
.page__btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #03a6f9;
    -webkit-transition: width .5s ease-in-out,height .5s ease-in-out;
    transition: width .5s ease-in-out,height .5s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}
.page__btn:hover span {
	width: 550px;
	height: 550px
}
#pro_xq_list .box{ background: #fff; padding: 3rem; overflow: hidden;}
#pro_xq_list .tt{ font-size: 1.375rem; color: #333333; margin-bottom: 1.5rem;}
#pro_xq_list ul{ margin: 0 -1.25rem;}
#pro_xq_list ul li{ width: 33.3333%; float: left; padding: 0 1.25rem; margin-bottom: 1.875rem;}
#pro_xq_list ul li .img{ position: relative;}
#pro_xq_list ul li .img:before{ content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/pro_border.png) center no-repeat; background-size: 100% 100%;}
#pro_xq_list ul li .img img{}
#pro_xq_list ul li h5{ height: 3.125rem; line-height: 3.125rem; background:url(../images/pro_tt_bg.png) center no-repeat; background-size: 100% 100%; color: #fff; text-align: center; margin-top: .625rem; font-size: .9375rem; padding: 0 1rem;}
.fuwu_f04 .fl{ width: 48.2%;}
.fuwu_f04 .fr{ width: 48.2%;}
.fuwu_f04 .txt{margin-bottom: 2.25rem;}
.fuwu_f04 .txt h5{ font-size: 1.7rem; color: #3a3a3a; margin-bottom: 1.875rem;}
.fuwu_f04 .txt p{ font-size: 1.1rem; color: #6f7173; line-height: 1.85rem;}
#tb02 th{ background: #004898; color: #fff;}
.fuwu_f01{ position:relative; height: 23.9375rem;}
.fuwu_f01 .txt{ position: absolute; height: 100%; width: 41rem; max-width: 60%; color: #fff; z-index: 9; top: 0; left: 3.5rem;}
.fuwu_f01 .txt h5{ font-size: 1.7rem; color: #fff; margin-bottom: 1.875rem;}
.fuwu_f01 .txt p{ font-size:1.1rem; color: #fff; line-height: 1.85rem;}
#n_fuwu .pad_top{ padding-top:3.125rem;}

.fuwu_f01 p{ font-family:serif, monospace,"BarlowCondensed","楷体" !important;}
.uptxt{ font-family:serif, monospace,"BarlowCondensed","楷体" !important;}

/**/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	overflow: hidden;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}
.load_txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translateX(-50%)translateY(-50%);;
	-webkit-transform:translateX(-50%)translateY(-50%);
	text-align: center;
	color: #fff;
	width: 100%;
}
.load_txt>div:nth-child(1){
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 15px;
}
.load_txt>div:nth-child(2){
	line-height: 1;
	font-size: .875rem;
	text-transform: uppercase;
}
.load_txt span{
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	-webkit-transform: translate3d(150px,0px,0);
	transform: translate3d(150px,-0px,0);
}
.load_txt.move span{ 
    animation: letter-fade-in 1.6s  ease forwards; 
    -webkit-animation: letter-fade-in 1.6s ease forwards;

}
.load_txt.move.move2 span{
    animation: letter-fade-in2 1.6s  ease backwards;
    -webkit-animation: letter-fade-in2 1.6s ease backwards;
}
@keyframes letter-fade-in {
	0% {
	    opacity: 0;
	    -webkit-transform: translate3d(150px,0px,0);
		transform: translate3d(150px,-0px,0);
	}

	100% {
	    opacity: 1;
	    -webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	
}
@keyframes letter-fade-in2 {
	0% {
	    opacity: 1;
	    -webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	100% {
	    opacity: 0;
	    -webkit-transform: translate3d(-150px,0px,0);
		transform: translate3d(-150px,0px,0);
	}

	
}
.pagecover {
	position: fixed; display: none;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	z-index: 10000;
	overflow: hidden;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.pagecover.show {
	left: 0;
}

.preloader.hid {
	right: 100%; 
}

.loading_percent {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	font-size: 194px;
	color: #e6e6e6;
	text-align: center;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.hid .loading_percent,.loading_percent.hide {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.loading_bar {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 0;
	background: #eee;
	transition: -webkit-transform 0.05s ease;
	transition: transform 0.05s ease;
	transition: transform 0.05s ease, -webkit-transform 0.05s ease;
	-moz-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	-webkit-transition: all 0.05s ease;
}
.loading_bar.hide{
	opacity: 0;
	width: 0;
}
.logo_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: #00a9fb; background: transparent;
	overflow: hidden;

}
.logo_mask.show{
	animation:maskmove 1.6s ease forwards;
	-moz-animation:maskmove 1.6s ease forwards;
	-o-animation:maskmove 1.6s ease forwards;
	-webkit-animation:maskmove 1.6s ease forwards;
	transition: all 1.2s 3.2s ease;
	-webkit-transition: all 1.2s 3.2s ease;
}
@keyframes maskmove {
 
  0%{
	opacity: 1;
	width: 100%;
	height: 100%;
  }
  100%{
   	opacity: 1;
	width: 0;
	height: 100%;
  }
}
@-webkit-keyframes maskmove {
  0%{
	opacity: 1;
	width: 100%;
	height: 100%;
  }
  100%{
   	opacity: 1;
	width: 0;
	height: 100%;
  }
}
.logo_mask.show{
	transform:translateX(-105%)translateY(-50%) scaleX(0); 
	-webkit-transform:translateX(-105%)translateY(-50%) scaleX(0); 
}
 
.logo_mask.show:after{
	top: 0;
	transition: all 0.6s ease 1.8s;
	-moz-transition: all 0.6s ease 1.8s;
	-ms-transition: all 0.6s ease 1.8s;
	-o-transition: all 0.6s ease 1.8s;
	-webkit-transition: all 0.6s ease 1.8s;
}
.logo-txt{
	position: absolute; width: 17.4375rem;
	left: 50%; margin-left: -8.71875rem;
	top: 50%;
	transform:translateX(5%)translateY(-50%);
	-webkit-transform:translateX(5%)translateY(-50%);
	clip: rect(0px 0px 100px 0px);
    clip: rect(0px, 0px, 100px, 0px);
}
.logo-txt.move{
	animation:txtMove 1.2s ease forwards 0s;
	-moz-animation:txtMove 1.2s ease forwards 0s;
	-o-animation:txtMove 1.2s ease forwards 0s;
	-webkit-animation:txtMove 1.2s ease forwards 0s;
}
@keyframes txtMove {
  0%{
	clip: rect(0px 0px 100px 0px);
    clip: rect(0px, 0px, 100px, 0px);
  }
  100%{
   	clip: rect(0px 279px 100px 0px);
	clip: rect(0px, 279px, 100px, 0px);
  }
}
@-webkit-keyframes txtMove {
  0%{
	clip: rect(0px 0px 100px 0px);
    clip: rect(0px, 0px, 100px, 0px);
  }
  100%{
   	clip: rect(0px 279px 115px 0px);
	clip: rect(0px, 279px, 115px, 0px);
  }
}
.vjs-big-play-button .vjs-icon-placeholder{ display: none;}

#my-video .vjs-big-play-button{  width:3.75rem; height:3.75rem; transition:.5s; border-radius:50%; background:url(../images/play.png) center no-repeat; background-size: contain; margin:0 auto; position: absolute; border: 0;}
.vjs-big-play-button:before,.vjs-big-play-button:after { content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
   border: 1px solid #fff;
 -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9); transition: 1.5s; opacity: 0.1;
}
.vjs-big-play-button:hover:before{ opacity: .5;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.vjs-big-play-button:hover:after{ opacity: .3;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}
.fuwu_f01 p{ font-family:serif,"BarlowCondensed","楷体" !important;}
.uptxt{ font-family:"BarlowCondensed" !important;}

/*****************************************about***********************************************/
.neiba {
    overflow: hidden;
    width: 100%;
	margin-top:-5.9375rem; 
}
.slideshowba {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.xinruncp{ width:84%; margin:0 auto; margin-top:30px;}
.xinruncp ul{ width:100%; float:left;}
.xinruncp li{ width:22%; float:left; margin:1.5%;}
.xinruncp li a img{ width:100%; float:left; height:auto;}
.xinruncp li a span{ display:block; width:100%; float:left; height:40px; line-height:40px; background:#03a6f9; color:#FFF; text-align:center;}
.xinruncp li:hover span{ background:#001c6a; color:#FFF;}

.xinrunnews{ width:84%; margin:0 auto; margin-top:30px;}
.xinrunnews ul{ width:100%; float:left;}
.xinrunnews li{ width:43%; float:left; padding:2%; margin:1.5%; background:#f3f4f8; cursor:pointer;}
.xinrunnews li a h1{ display:block; width:100%; float:left; font-size:16px;}
.xinrunnews li a h2{ display:block; width:100%; float:left; height:45px; font-size:14px; color:#999; margin-top:12px; overflow:hidden;}
.xinrunnews li a span{ display:block; width:100%; float:left; margin-top:20px; font-size:15px; color:#03a6f9;}
.xinrunnews li:hover{ background:#03a6f9; color:#FFF;}
.xinrunnews li:hover a h1{ color:#FFF;}
.xinrunnews li:hover a h2{ color:#FFF;}
.xinrunnews li:hover a span{ color:#FFF;}



.message{ float:left;width:100%; background:#FFF; padding:2.5%;}
.blzh8{ width:100%; font-size:17px; color:#000;}
.message .box{  margin-top:50px;}
.message .box li{line-height:47px;margin-bottom:25px; }
.message .box li .input-text{height:45px;line-height:45px;outline:none; text-indent:12px; border:1px solid #ccc;width:99%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.message .box li .input-text:focus{border-color:#b59665;}
.message .box li textarea.input-text{height:84px;line-height:24px;resize:none;}
.message .box li.btn{ margin:0 1.5%;}
.message .box li .button{cursor:pointer;width:100%;border:none; line-height:40px;height:40px;background-color:#2775b7;border-radius:20px;color:#fff;font-size:16px}
.message .box li .button:hover{ background:#2063b1; color:#FFF;}

.xinrunmap{ width:100%; margin:0 auto;}
.xinrunmap img{ width:100%; height:auto;} 



.dc_pages{ width:100%; float:left; margin-bottom:25px; margin-top:25px;}
.dc_pages1{ width:100%; margin:0 auto;}
.dc_pages1 a{ display:block; width:17.5%; float:left; height:37px; border:1px solid #999; margin:0px 10px 0px 10px; line-height:37px; text-align:center;}

.cpshangxia{
	width:100%;
	float:left;
	margin-top:35px;
	margin-bottom:20px;	}		
.shang{
	width:31.8%;
	border:1px solid #CCC;
	text-align:center;
	line-height:35px;
	color:#666;
	font-size:16px;
	cursor:pointer;
	float:left;}	
.shang a:hover{
	color:#193b43;}	
.shang:hover{
	border:1px solid #193b43;
	color:#193b43;}		
.marshang{
	margin-left:1.3%;}	
	