
/*===================CSS Reset================*/
::selection {color:#fff;background-color: #06783b;}
::-moz-selection {color:#fff;background-color: #06783b;}
::-webkit-selection {color:#fff;background-color: #06783b;}
::-webkit-scrollbar {width: 3px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
* {padding: 0;margin: 0; box-sizing:border-box;}
@media (min-width:1660px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1660px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:15px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:14px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:13px;}}
@media (max-width:328px){html{font-size:12px;}}



body {font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, clean, sans-serif; position:relative; color: #333; margin: 0; line-height:1.2; min-width:1200px; overflow-x:hidden}
.loading-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #06783b;
	transition: cubic-bezier(.62, .06, .07, .98) 1s;
	-ms-transition: cubic-bezier(.62, .06, .07, .98) 1s;
	-o-transition: cubic-bezier(.62, .06, .07, .98) 1s;
	-webkit-transition: cubic-bezier(.62, .06, .07, .98) 1s;
	-moz-transition: cubic-bezier(.62, .06, .07, .98) 1s
}
.loading-mask.compelet {
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%)
}
.full {
    width: 100%;
    height: 100%;
}

:focus { outline: 0;}
 input,button,a { outline:0;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input,select {vertical-align: top;}
li,ul {list-style-type: none;}
img {border: none;}
a{text-decoration: none; color: inherit;}
a:link,a:hover,a:active,a:visited {text-decoration: none;}
input,textarea {outline: 0;border: 0;}
textarea {resize: none;}
h1,h2,h3,h4,h5,h6,dl,dd,dt,i,em {font-weight: normal;font-style: normal;}
ul, li {list-style: none;margin: 0;padding: 0;}

/*自定义样式*/
.fl {float: left;}
.fr {float: right;}
.m{width: 1200px;margin: 0 auto; display: block; position:relative;}
.m1440{max-width: 1200px; width:90%; margin: 0 auto; display: block; position:relative;}
@media only screen and (min-width: 1400px){
.m1600{ width:70%; margin: 0 auto; display: block; position:relative;}
}

@media screen and (max-width: 1410px){
.m1600{ width:90%; margin: 0 auto; display: block; position:relative;}
}



@media screen and (max-width: 1410px){
.foot_logo img{ width:250px;}
}



.m1689{max-width: 1689px; width:90%; margin: 0 auto; display: block; position:relative;}
.m1900{max-width: 1900px; width:90%; margin: 0 auto; display: block; position:relative;}

.img img{ width:100%; height:100%;}
h5{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
h5 a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.clear{ clear:both;}


.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999999999; pointer-events: none; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
.tc.act{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;  display: block;  pointer-events: auto;}
.tc-box{
  width: 60rem; padding-top:40px;
  max-width:80%;
  margin:0 auto; margin-top:-80px;
  box-sizing:border-box;
  /* background:#fff; */
  display: block;
  position:relative;
  z-index:1;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow:  hidden;
  }
.tc.act .tc-box{ -webkit-animation-name: anim-open-2; animation-name: anim-open-2; transform:scale(1);}
.close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right: 30px; top: 30px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.85); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc_txt{ height:470px; overflow-y:auto; padding-right:30px;}
/*弹窗内容样式*/
.tc-box form{ position:relative;border-bottom:2px solid #eee; height:4.25rem; padding-right:20px; position:relative;}
.tc-box .tc_fdj{ position:absolute; left:20px; display:block; height: 4.25rem; line-height: 4.25rem;}
.tc-box .tc_fdj img{ width:1.3rem;}
.tc-box form label{ text-align:left; display:block; position:absolute; bottom:0; height: 4.25rem; line-height: 4.25rem;font-size:1.6rem; color:#999; pointer-events:none; margin-left:20px; transition:.3s;}
.tc-box form label.act{ font-size:16px; bottom:3rem;line-height: 3rem; height:3rem;}
.tc-box #keyword{width: 80%;height:4.25rem; padding:0 20px;font-size:1.6rem; color:#999;box-shadow:none;-webkit-appearance: none;float:left;border-right: 0; background:none;}
.tc-box .btn_blue{width: 40px;height:4.25rem; border:0; line-height:4.25rem;background:url(statics/style/pc/images/search.png) center center no-repeat;font-size:1.125rem;color:#fff;cursor:pointer;text-transform:uppercase;float:right;}
.tc-box .btn_blue.fr{ background:#e9edef; color:#4e4f53;}

/* icon hover */
.icon_hover::before,
.icon_hover::after {
display: block;
transition: transform 0.4s ease, opacity 0.4s ease;
}

.icon_hover::after {
position: absolute;
transform: translateY(8px);
opacity: 0;
}
.icon_hover:hover::before {
transform: translateY(-8px);
opacity: 0;
}
.icon_hover:hover::after {
transform: translateY(0);
opacity: 1;
}
	

/*首页banner*/

.banner{ height:calc(100vh - 95px); position:relative;}
.banner li{ position:relative; }
@media only screen and (min-width: 1400px){
.banner li .img{ position: relative; left:0; top:0; width:100%; height:calc(100vh - 95px); background-size:auto !important; z-index:8;  }	
}

@media screen and (max-width: 1410px){
.banner li .img{ position: relative; left:0; top:0; width:100%; height:calc(100vh - 95px);  z-index:8;  }	
}



#banner li img{ display:inline-block; margin-bottom:100px;}
#banner li.slick-current{ z-index:999;}
.banner .slick-arrow{ z-index:99; position:absolute; top:50%; margin-top:-32px; transform:translate(0,0); opacity:.6;
	display:block;
    width: 63px;
    height: 63px;}
.banner .slick-prev{ left:165px;
	background:url(../image/banner_left.png) left center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	}
	
.banner .slick-next{ right:165px;
	background:url(../image/banner_right.png) right center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	}

.slick-prev:before, .slick-next:before{ display:none;}


/*banner翻页特效*/
.banner li{ z-index:4 !important;overflow: hidden; opacity: 1 !important;}
.banner li.slick-current{  z-index: 3 !important;}



.banner li .img{height:calc(100vh - 95px); -webkit-animation: decreaseHeight 1s forwards ease-in-out; animation: decreaseHeight 1s forwards ease-in-out;  }
.banner li.slick-current .img{-webkit-animation: show 1s forwards ease-in-out; 
            animation: show 1s forwards ease-in-out;   }
@-webkit-keyframes decreaseHeight {
    from {}
    to {width: 0;}
}

@keyframes decreaseHeight {
    from {}
    to {width: 0;}
}
@-webkit-keyframes show {
    0% {opacity: 1;}
   100% {opacity: 1;}
}

@keyframes show {
    0% {opacity: 1;width: 100%; transform:translateX(200px)}
    100% { transform:translateX(0px)}
}
/*banner翻页特效 end*/
.more_btn{ width:128px; height:40px; display:block; margin:0 auto; border-radius:30px; background:#273586; line-height:40px; color:#fff; font-size:14px; margin-top:50px; text-align:center;}


.mouse_down { position: absolute; left:50%; bottom: 100px; margin-left:-10px; text-align: center; z-index: 50; opacity:.9; }
.mouse_down span { display: inline-block; width: 24px; height:36px; border:2px solid #fff; border:2px solid rgba(255,255,255,.6); border-radius:12px; margin: auto; position: relative; }
.mouse_down span:after{ content:""; width:11px; height:18px; background:url(../image/mouse_tail.png) center no-repeat; display:block; position:absolute; bottom:-28px; left:50%; margin-left:-5.5px; animation-delay: 600ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mouse_down span:before { content: ""; width: 2px; height: 7px; background: #fff; position: absolute; left: 50%; margin-left: -1px; top: 3px; animation-delay: 0ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mouse_down b { display: block; text-align: center; color: #766047; font-size: 18px; line-height: 1; font-family: Arial; margin-top: 4px; font-weight: normal; }
@-webkit-keyframes arrow {
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0px, 5px, 0px); }
}

@keyframes arrow {
    0% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(0px, 5px, 0px); }
}

.s_tt{ text-align:center; margin-bottom:45px;}
.s_tt h3{ font-size:32px; color:#000; margin-bottom:16px;}
.s_tt p{ font-size:14px; color:#8d8d8d;}

#s_chanye{ padding:70px 0 75px; background:#f4f4f4;}
#s_chanye ul{}
#s_chanye ul li{}
#s_chanye ul li a{ display:block; background:#fff; margin:10px 11px 20px; padding:50px 45px; text-align:center; border-radius:10px; box-shadow:0 7px 18px 0 rgba(0,0,0,.1);}
#s_chanye ul li font{ display: block; line-height:98px; border-radius:50%; border:0px solid #273586; text-align:center; margin:0 auto; margin-bottom:25px; }
#s_chanye ul li font img{ display:inline-block; vertical-align:middle; max-width:100%;}

#s_chanye ul li h5{ font-size:18px; color:#303030; }
#s_chanye ul li i{ display:block; width:30px; height:3px; display:block; background:#c7c8cc; margin:15px auto 20px;}
#s_chanye ul li p{ font-size:13px; color:#717171; line-height:24px; height:48px; overflow:hidden;}
#s_chanye ul li .more{ display:block; width:80px; height:25px; line-height:23px; text-align:center; margin:0 auto; border:1px solid #dadada; border-radius:13px; overflow:hidden; font-size:12px; color:#a2a2a2; margin-top:22px; position:relative; z-index:0;}
#s_chanye ul li .more:before{ content:""; width:100%; height:0; display:block; background:#273586; position:absolute; top:0; left:0; z-index:-1;}
#s_chanye ul li .more:hover{ color:#fff; border:1px solid #273586;}
#s_chanye ul li .more:hover:before{ height:100%;}
#s_chanye .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); background-repeat:no-repeat; background-position:center; display:block;width:50px;height:50px; transition:.3s; margin-top:-25px; }
#s_chanye .slick-prev{ background-image:url(../image/s_chanye_left.png); left:-86px;}
#s_chanye .slick-next{ background-image:url(../image/s_chanye_right.png); right:-86px;}
#s_chanye .slick-arrow:before{ display:none;}

}
@media only screen and (min-width: 1400px){
#s_pro{ padding:50px 0 38px; background: url(../image/s_pro_bg.jpg) center top no-repeat;}
}

@media screen and (max-width: 1410px){
#s_pro{ padding:70px 0 0px; background: url(../image/s_pro_bg.jpg) center top no-repeat;}
}




@media only screen and (min-width: 1400px){
#s_pro .s_tt{ margin-bottom:40px;}
}

@media screen and (max-width: 1410px){
#s_pro .s_tt{ margin-bottom:40px; width:1200px; margin:0 auto;}
}



#s_pro .s_tt p{ color:#fff; color:rgba(255,255,255,.65);}
@media only screen and (min-width: 1400px){
#s_pro ul{ width:1450px; margin:0 auto;}
}

@media screen and (max-width: 1410px){
#s_pro ul{ width:1400px; margin:0 auto;}
}



#s_pro ul li{}
@media only screen and (min-width: 1400px){
#s_pro ul li a{ display:block;width:310px; margin:0 auto;}
}

@media screen and (max-width: 1410px){
#s_pro ul li a{ display:block;width:280px; margin:0 auto;}
}



#s_pro ul li .img{ width:310px; height:255px; background:#fff; border-radius:10px; }
#s_pro ul li .img img{ transition:1s;}

#s_pro ul li .txt{ text-align:center;}
#s_pro ul li .txt h5{ font-size:18px; color:#2e2e2f; margin-bottom:20px;}
#s_pro ul li .txt p{ font-size:13px; color:#747375; line-height:26px;}
#s_pro ul li .txt .more{ width:128px; height:40px; line-height:38px; text-align:center; border:1px solid #dadada; border-radius:20px; display:block; margin:0 auto; margin-top:38px; overflow:hidden; position:relative; z-index:0; transition:.3s;}
#s_pro ul li .txt .more:before{ content:""; width:100%; height:0; display:block; background:#273586; position:absolute; top:0; left:0; z-index:-1; transition:.3s;}
#s_pro ul li .txt .more:hover{ color:#fff; border:1px solid #273586;}
#s_pro ul li .txt .more:hover:before{ height:100%;}
#s_pro .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); background-repeat:no-repeat; background-position:center; display:block;width:50px;height:50px; transition:.3s; top:110px; border-radius:50%; box-shadow:0 5px 12px 0 rgba(0,0,0,.1); }
#s_pro .slick-prev{ background-image:url(../image/s_pro_left.png); left:-60px;}
#s_pro .slick-next{ background-image:url(../image/s_pro_right.png); right:-60px;}
#s_pro .slick-arrow:before{ display:none;}

#s_about{ padding-top:152px; background: url(../image/about_bg.jpg) center top no-repeat; padding-bottom:90px; overflow:hidden; }
#s_about .tt{ height:53px; border-bottom:1px solid #476752; border-bottom:1px solid rgba(255,255,255,.2); margin-bottom:36px;}
#s_about .tt h3{ font-size:32px; float:left;}
#s_about .tt h3 span{ font-size:14px; opacity:.85; margin-left:9px;}
#s_about .tt .more{ float:right; padding-top:18px; display:inline-block;}
#s_about .txt{ width:589px; font-size:15px; line-height:36px;}
#s_about .txt .tt{ margin-top:28px; margin-bottom:10px;}
#s_about .txt .tt span{ display:block; font-size:24px; color:#333; font-family:arial; font-weight:bold;}
#s_about .txt .tt h3{ font-size:20px; color:#000;}
#s_about .txt h5{ font-size:15px; color:#494a4a;}
#s_about .txt p{ font-size:13px; line-height:28px; color:#848586;}
#s_about .txt .more{ width:128px; height:40px; line-height:40px; text-align:center; border-radius:20px; background:#273586; color:#fff; display:block; font-size:14px; cursor:pointer; margin-top:43px;}
#s_about .video{ width:500px; height:375px; position:relative; margin-left:60px;}
#bnt_show_video .mask{ position:absolute; left:0; top:0; width:100%; height:100%; cursor:pointer;}
#bnt_show_video .mask p{ color:#fff; margin-top:18px;}
.j_tab{  width: 100%; height: 100%; display:table;}
.j_tab_cel{width: 100%; height: 100%; display: table-cell; vertical-align:middle; text-align:center;}
#s_video_box a{ display: block; position: relative; width: 100%; height: 290px; overflow: hidden;} 
#s_video_box a img.img{}
#s_video_box a .icon{ position: absolute; left:0; top: 0; width: 100%; height: 100%;    display:block;  background: url(statics/style/pc/images/icon_play.png) center no-repeat;}
#show_video_box{ position:fixed; z-index:9999; top:0; left:0; display:none; height:100%; width:100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');background:rgba(0,0,0,0.7);}
#show_video_box .box{ position:absolute; top:50%;  left:50%; margin-left:-550px; margin-top:-290px;}
#page_video{ width:1080px; height:580px;  background:none; position:relative;}
#page_video .video_box{border:5px solid #009b4c; width:1010px; height:580px;}
#bnt_close{ display:block; width:70px; height:70px; background:#009b4c; position:absolute; top:0; right:0;}
#bnt_close img{ display:block; position:absolute; left:18px; top:18px; }
#bnt_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;}

@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

#s_serve{ padding:70px 0 70px; background:#fff; overflow:hidden;}
#s_serve ul li{ height:460px; width:400px; float:left; background:#fff; position:relative;}
#s_serve ul li .img{ width:400px; height:230px;}
#s_serve ul li .img img{}
#s_serve ul li .txt{ height:230px; text-align:center; padding-top:77px; position:relative; background:#f8f7fa; padding:45px;}
#s_serve ul li .txt:before{ content:""; display:block; border:9px solid transparent; border-bottom:9px solid #f8f7fa; position:absolute; top:-18px; left:50%; margin-left:-9px;}
#s_serve ul li .txt h5{ font-size:18px; color:#525252; font-weight:bold; margin-bottom:15px; margin-top:13px;}
#s_serve ul li .txt p{ font-size:14px; color:#646464; line-height:22px; height:44px;}
#s_serve ul li.li_2 .img{ position:absolute; bottom:0;}
#s_serve ul li.li_2 .txt:before{ border:9px solid transparent; border-top:9px solid #f8f7fa; bottom:-18px; top:auto;}


#s_zhiliang{ height:475px; background:url(statics/style/pc/images/zhiliang_bg.jpg) center no-repeat; background-attachment:fixed; background-size:cover; padding-top:90px;}
#s_zhiliang .s_tt h3{ color:#fff;}
#s_zhiliang .s_tt p{ color:#fff; opacity:.65;}
#s_zhiliang ul{ margin:0 -20px;}
#s_zhiliang ul li{ width:20%; float:left; text-align:center; color:#fff;}
#s_zhiliang ul li a{ display:block; width:140px; margin:0 auto;}
#s_zhiliang ul li .ico{ width:140px; height:140px; margin:0 auto; border:1px solid #fff; border:1px solid rgba(100%,100%,100%,.75); border-radius:50%; position:relative; z-index:0;}
#s_zhiliang ul li .ico font{ display:block; width:100%; height:100%; border-radius:50%;}
#s_zhiliang ul li h5{ font-size:17px; margin-top:20px;}
/*#s_zhiliang ul li .ico:before{ content:""; display:block; width:100%; height:100%; border-radius:50%; position:absolute; top:0; left:0; background:#009b4c; z-index:-1;
transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); -webkit-transform:scale(0); transition:.7s; opacity:0; visibility:hidden;}
#s_zhiliang ul li .ico:hover:before{ transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1); opacity:1; visibility: visible;}*/
#s_zhiliang ul li .ico:hover font{  -webkit-animation: doudong 1s; -moz-animation: doudong 1s; animation: doudong 1s;}
@keyframes doudong {
    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) }
}
/*#s_zhiliang ul li:hover .ico font{-webkit-animation: toRightFromLeft 0.6s;-moz-animation: toRightFromLeft 0.6s; animation: toRightFromLeft 0.6s;}*/
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(25%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(25%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(25%);
	}
	50% {
		opacity: 0;
		transform: translate(-25%);
	}
	51% {
		opacity: 1;
	}
}


.btn_flashcenter {  position: relative; overflow: hidden; transition: 0.52s; }
.btn_flashcenter:hover { box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225); }

.btn_flashcenter .anim { -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; }
.btn_flashcenter .anim:before { position: relative; content: ''; display: block; margin-top: 100%; }
.btn_flashcenter .anim:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.btn_flashcenter:hover .anim { -moz-animation: anim-out 0.75s; -webkit-animation: anim-out 0.75s; animation: anim-out 0.75s; }
.btn_flashcenter:hover .anim:after { -moz-animation: anim-out-pseudo 0.75s; -webkit-animation: anim-out-pseudo 0.75s; animation: anim-out-pseudo 0.75s; }


@-webkit-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-moz-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-ms-keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@keyframes anim-out-pseudo {
    0% { background: rgba(0, 0, 0, 0.25); }
    100% { background: transparent; }
}

@-webkit-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@-moz-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@-ms-keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes anim-out {
    0% { width: 0%; }
    100% { width: 100%; }
}


#s_yingxiao{ height:440px; background:url(../image/s_yingxiao_bg.jpg) center no-repeat; padding:80px 0;}
#s_yingxiao .s_tt{}
#s_yingxiao .s_tt h3{ color:#fff;}
#s_yingxiao .s_tt p{ color:#fff; color:rgba(255,255,255,.85);}
#s_yingxiao ul{}
#s_yingxiao ul li{ width:210px; float:left; text-align:center;}
#s_yingxiao ul li+li{ margin-left:120px;}
#s_yingxiao ul li a{ display:block;}
#s_yingxiao ul li font{ display:block;}
#s_yingxiao ul li h5{ font-size:54px; color:#fff; font-family:arial; margin-top:36px; margin-bottom:15px;font-family: 'NUNITO-LIGHT';}
#s_yingxiao ul li h5 span{}
#s_yingxiao ul li p{ font-size:15px; color:#fff;}

#s_news{ background:url(statics/style/pc/images/s_news_bg.jpg) center no-repeat; padding-top:69px; padding-bottom:50px;}
#s_news ul{ margin:0 -12px;}
#s_news ul li{ float:left; }
#s_news ul li a{ width:385px; margin:0 auto; display:block; background:#f4f6f9;}
#s_news ul li .img{ width:385px; height:240px;}
#s_news ul li .img img{ transition:1s;}
#s_news ul li:hover .img img{ transform:scale(1.05);}
#s_news ul li .txt{ position:relative; z-index:99; padding:35px 30px;}
#s_news ul li .txt .tt{ }
#s_news ul li .txt h5{ font-size:18px; color:#404040; margin-bottom:15px;}
#s_news ul li .txt h5:hover{ color:#273586;}
#s_news ul li .txt .time{ font-size:12px; color:#8f9091; padding-left:19px; background:url(../image/s_news_time.png) left center no-repeat; }
#s_news ul li .con{ padding-top:15px; margin-top:20px; border-top:1px dotted #d9dadc; font-size:12px; line-height:22px;color:#919191;}
#s_news ul li .con p{ height:66px; overflow: hidden;}
#s_news ul li .view_more{ display:block; font-size:12px; color:#7c7b7b; margin-top:28px;}
#s_news ul li .view_more i{ display:inline-block; width:20px; height:14px; background:url(statics/style/pc/images/see_ico.png) center no-repeat; vertical-align:middle; margin-right:5px; transition:.5s;}
#s_news ul li .view_more:hover i{background:url(statics/style/pc/images/see_ico_on.png) center no-repeat;}
#s_news ul li .view_more:hover{ color:#273586;}
#s_news .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); background-repeat:no-repeat; background-position:center; display:block;width:50px;height:50px; transition:.3s; margin-top:-25px; }
#s_news .slick-prev{ background-image:url(../image/s_chanye_left.png); left:-86px;}
#s_news .slick-next{ background-image:url(../image/s_chanye_right.png); right:-86px;}
#s_news .slick-arrow:before{ display:none;}

#s_coop{ padding:30px 0; border-top:1px solid #e7e7e7;}
.coop_slide{}
.coop_slide li{}
.coop_slide li .j_tab{ width:130px; height:50px; background:#fff; margin:0 auto;}
.coop_slide li img{ display:inline-block;}
.coop_slide .slick-arrow{ width:10px; height:22px;}
.coop_slide .slick-arrow:before{ display:none; }
.coop_slide .slick-prev{ left:-44px; background:url(../image/s_coop_left.jpg) center no-repeat;}
.coop_slide .slick-next{ right:-44px; background:url(../image/s_coop_right.jpg) center no-repeat;}


#footer{ background:#333333; padding-top:69px; padding-bottom:60px;}
.foot_lianxi{ width:370px; float:left; font-size:13px; line-height:32px; color:#fff;}
.foot_lianxi .txt{ padding-left:5px;}
.foot_share{ margin-top:26px;}
.foot_share ul{ font-size:0;}
.foot_share .dh font{ display:inline-block; width:35px; height:35px; line-height:33px; border-radius:50%; border:1px solid #6c6c6c; text-align:center; transition:.3s;}
.foot_share .dh font img{ opacity:0.7; transition:.3s; vertical-align:middle;}
.foot_share li:hover .dh font{ background:#273586; border:1px solid #273586;}
.foot_share li:hover .dh img{ opacity:1;}
.foot_share li{cursor:pointer; position:relative; display:inline-block; margin:0 8px;}
.foot_share li .dd{ position:absolute; display:block !important; width:110px; height:110px; padding:5px; background:#fff; bottom:60px; opacity: 0; left: 50%; margin-left: -55px; visibility: hidden; transition: .5s; box-shadow:0 5px 15px 0 rgba(0,0,0,.1);}
.foot_share li .dd:before{ content:""; display:block; border:6px solid transparent; border-top:6px solid #fff; position:absolute; bottom:-12px; left:50%; margin-left:-6px; }
.foot_share li:hover .dd{ opacity: 1; visibility: visible; bottom:50px; }
.foot_share li .dd img{ width:100px; height:100px;}

.foot_liuyan{ float:left; width:490px; height:195px; padding-left:50px; border-left:1px solid #484848; border-right:1px solid #484848;}
.foot_form{ overflow:hidden;}
.foot_form .tt{ color:#fff; margin-bottom:20px;}
.foot_form .tt span{ font-size:18px; color:#fff; text-transform:uppercase; font-family:arial;}
.foot_form .tt h3{ font-size:15px;}
.s_form{ }
.s_form .form-group{  width:190px; margin-bottom:14px; overflow:hidden; position:relative; margin-right:9px;}
.s_form .form-group input{ width:100%; height:35px; border:1px solid #595959; border-radius:3px; background:#484848; padding:0 15px; font-size:13px; color:#bbbbbb; }
.s_form .form-group textarea{ width:100%; height:90px; border:1px solid #595959; border-radius:3px; background:#484848; padding:11px 15px; font-size:13px; color:#bbbbbb; font-family:微软雅黑; }
.s_form .form-group .yzm{ position:absolute; right:0; top:0; max-height:100%; height:35px; text-align:right;}
.s_form .form-group .yzm img{ max-width:100%; max-height:100%;}
.s_form .btn_tijiao{ display:block; width:190px; height:35px; border-radius:3px; text-align: center; background:#273586; font-size:13px; color:#fff; border:0; outline: none; transition:.5s; cursor:pointer; float:left;}
.s_form input::-webkit-input-placeholder{color:#bbbbbb; }
.s_form input::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#bbbbbb;}
.s_form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#bbbbbb;}
.s_form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#bbbbbb;}/* WebKit browsers */
.s_form input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.s_form input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.s_form input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.s_form input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
.s_form textarea::-webkit-input-placeholder{color:#bbbbbb; }
.s_form textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */color:#bbbbbb;}
.s_form textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#bbbbbb;}
.s_form textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#bbbbbb;}/* WebKit browsers */
.s_form textarea:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.s_form textarea:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.s_form textarea:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.s_form textarea:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
.foot_guanzhu{ float:right; text-align:right; color:#fff;}
.foot_guanzhu .tt{ color:#fff; margin-bottom:20px;}
.foot_guanzhu .tt span{ font-size:18px; color:#fff; text-transform:uppercase; font-family:arial;}
.foot_guanzhu .tt h3{ font-size:15px;}

.copyright{ line-height:18px; margin-top:45px; color:#7c7c7d; font-size:12px; }
.copyright *{ color:#7c7c7d; font-size:12px; display:inline-block;}
#footer a{ transition:.3s;}
#footer a:hover{ color:#fff !important;}

/*online qq*/
aside#top{ }
.online_q {  position: fixed; right: 10px; bottom: 10%; background: url(statics/style/pc/images/r_b.png) 0px bottom no-repeat; z-index: 9999; transition:.5s; -webkit-transition:.5s;}
.online_q .btn2{width:45px; height:45px; cursor:pointer; position:relative; margin-bottom:5px;  font-size:12px; color:#fff;}
.online_q .btn-top{ background:#a4e7fe; padding:0; transition:.5s;}
.online_q .btn-top:hover{ background:#42cfff; }
.online_q .btn2 a{  font-size:12px; color:#fff;}
.online_q .btn2 span{display:block; float:left; width:45px; height:45px; position:relative; z-index:999; overflow:hidden; transition:.3s; -webkit-transition:.3s;}
.online_q .btn2:hover{ }
.online_q .btn-qq span{background:url(../image/piaofu_qq.png) center no-repeat #273586; }
.online_q .btn-tel span{background:url(../image/piaofu_tel.png) center no-repeat #273586;}
.online_q .btn-zixun span{background:url(../image/piaofu_zixun.png) center no-repeat #273586;}
.online_q .btn-wx span{background:url(../image/piaofu_wx.png) center no-repeat #273586; }
.online_q .btn-top span{ height:100%; background:url(../image/piaofu_top.png) center no-repeat #424443; }

.online_q .open.pic{ position:absolute; background:#eee; 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:55px;visibility:visible;}

.online_q .open.phone{ display:inline-block; height:45px; line-height:45px; z-index:0; width:0; background:#eee; color:#33aa40; 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:45px; 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(../image/piaofu_tel.png) center no-repeat #fff; border:2px solid #037ccf;}

#gotop.hide{ opacity:0; height:0; overflow:hidden;}



/*内页banner*/
.bn-box {width: 100%;overflow: hidden;position: relative;z-index:0;}
.ny_banner {width: 2000px;height:380px;position: relative;overflow: hidden;margin-left: 50%;left: -1000px;top: 0; overflow:hidden;}
.ny_banner .m{ display:table; position:relative; }
.ny_banner .m .box{height:305px; vertical-align:middle; display:table-cell; margin:0 auto; text-align:center; }
.ny_banner h5{ font-size:34px; color:#fff; }
.ny_banner p{ font-size:16px; color:#fff; display:block; margin-top:15px;  }

#n_main{ }
/*=====面包屑===*/
.n_position{ height:55px; border-bottom:1px solid #e4e2e1; clear:both; position:relative;  }
.n_position ul{ float:left; border-left:1px solid #f0f0f0;}
.n_position ul li{ height:55px; line-height:55px; text-align:center; float:left; display:inline-block; position:relative; border-right:1px solid #f0f0f0; }
.n_position ul li a{ display:block; position:relative; z-index:1; text-align:center; font-size:15px; color:#3c3d3e; padding:0 40px; transition:all ease 600ms;}
.n_position ul li.on a{ color:#FFF; font-weight:bold;}

.n_position li i { position: absolute; right: 0; bottom: 0; display: block;width:0; background:#273586; transition:all ease 600ms; z-index:0;}
.n_position li:hover i,.n_position li.on i { width:100%; left:0; right:auto;}

.n_position h3{ font-size:12px; line-height:55px; display:inline-block; float:right; color:#7b7b7d;}
.n_position h3 img{ position:relative; top:1px; margin-right:3px;}
.n_position h3:before{ content:url(statics/style/pc/images/home_icon.png); margin-right:6px; position:relative; top:1px;}
.n_position h3 a{ margin:0 5px; display:inline-block; color:#838287; font-size:12px;}
.n_position h3 a:hover{ color:#273586;}
.n_position h3 em{ color:#009b4c; margin-left:5px;}

.n_position ul li.on a {
    color: #fff;
    font-weight: bold;
	background:#15569d;
	
}
/*==============分页=====================*/


.j_pages { text-align: center; padding-bottom:70px; }
.j_pages .box{display: inline-block; color:#919191; font-size:14px;  }
.j_pages a,.j_pages input,.j_pages button{ height:40px; padding:0 12px; min-width:40px; line-height:40px; border-radius:20px; text-align:center; display:inline-block; background:#f4f6f9; margin-right:5px; color:#919191; font-size:14px; font-family:arial; overflow:hidden; float:left; transition:.3s; border:0; }
.j_pages .on{ color:#fff !important; font-weight:bold; background:#273586;}
.j_pages a[href]:hover,.j_pages button:hover{  color:#fff !important; font-weight:bold; background:#273586;}
.j_pages span{ line-height:40px; float: left; margin:0 8px;}
.j_pages input{ width: 50px; padding:0;}
.j_pages button{ width:65px; cursor:pointer;}

/*内容样式*/
.ar_article{ font-size:14px; color:#818181; line-height:30px;  }
.ar_article p{font-size:14px;color:#818181;line-height:30px; }	
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:5px 15px; border: 1px solid #c6c5c5;}
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0; text-align: inherit;}
.ar_article img{ max-width:100%;}
.ar_article a{ color:#777;}
.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 sub {
    vertical-align: sub;
    font-size: smaller;
}

#n_about{ padding-top:65px; padding-bottom:55px; }
#n_lianxi{ padding-top:70px; overflow:hidden; padding-bottom:60px;}
#n_lianxi .m{ overflow:hidden;}

#n_lianxi .txt h3{ font-size:22px; color:#555555; font-weight:bold; margin-bottom:20px;}
#n_lianxi .txt p{ font-size:15px; color:#555555; line-height:30px;}
.un_box.map{ width:720px; height:385px; float:right; position:relative; border:1px solid #e5e5e5;}
#n_lianxi .ewm{ margin-right:17px; text-align:center; font-size:13px; color:#303030; margin-top:10px;}
#n_lianxi .ewm img{ width:129px; height:129px; margin-bottom:11px; border:1px solid #e5e5e5; padding:5px; float:left;}
#n_lianxi .ewm p{ float:left; width:15px; font-size:15px; color:#8b8b8b; line-height:20px; margin-left:20px;}

#n_pro_xq{ padding:50px 0;}
#n_pro_xq .box1{ overflow:hidden; padding-bottom:20px; border-bottom:1px solid #e5e5e5; margin-bottom:40px;}
#n_pro_xq .box1 .img{ width:305px;}
#n_pro_xq .box1 .txt{ width:870px; padding-top:20px;}
#n_pro_xq .box1 .txt .tt{ font-size:20px; font-weight:bold; color:#273586; margin-bottom:20px;}
#n_pro_xq .box1 .txt .con{ font-size:14px; color:#818181; line-height:30px; height:120px; overflow:auto;}

#n_news{ background:url(statics/style/pc/images/s_news_bg.jpg) center no-repeat; padding-top:69px; padding-bottom:50px;}
#n_news ul{ margin-right:-25px; overflow:hidden;}
#n_news ul li{ float:left; width:1200px; margin-right:23px;}
#n_news ul li a:hover{  display:block; background:#f4f6f9;}
#n_news ul li .img{ width:385px; height:240px;}
#n_news ul li .img img{ transition:1s;}
#n_news ul li:hover .img img{ transform:scale(1.05);}
#n_news ul li .txt{ position:relative; z-index:99; padding:35px 30px;}
#n_news ul li .txt .tt{ border-bottom:1px dotted #d9dadc; padding-bottom:18px; }
#n_news ul li .txt h5{ font-size:18px; color:#404040; margin-bottom:15px;}
#n_news ul li .txt .time{ font-size:12px; color:#8f9091; padding-left:19px; background:url(../image/s_news_time.png) left center no-repeat; }
#n_news ul li .view_more{ display:block; font-size:12px; color:#7c7b7b; margin-top:20px; transition:.3s;}
#n_news ul li .view_more:hover{ color:#273586;}

.ar_title {margin-bottom:40px; background:url(statics/style/pc/images/ar_title_bg.jpg) center bottom no-repeat; padding-bottom:10px;}
.ar_title h3{ font-size:22px; color:#424242; margin-bottom:13px; }
.ar_title span.time{ font-size:12px; color:#7e8080; line-height:36px;}

.j_form{ margin-top:30px; margin:0 auto; border:0; margin-right:-15px;}
.j_form span{ display:block; margin-bottom:10px;}
.j_form .form_group.fl{ width:592px; float:left;}
.j_form .form_group{ margin-right:15px; display:block; margin-bottom:25px; position:relative; }
.j_form .form_group span{ font-size:15px; color:#5b5c5d;}
.j_form .form_group span i{ font-size:16px; color:#ff0101; margin-right:5px; display:inline-block; width:8px;}
.j_form .form_group span font{ color:#b2b2b2;}
.j_form .form_group input[type=text]{ width:100%; height:40px; border:1px solid #e7e6e6; border-radius:3px; padding:0 20px; font-size:15px; color:#666; font-family:"微软雅黑", 'Microsoft YaHei', arial;}
.j_form .form_group textarea{ width:100%; border:1px solid #e7e6e6; border-radius:3px; height:173px; padding:10px 20px; line-height:1.7; font-size:15px; color:#666; font-family:"微软雅黑", 'Microsoft YaHei', arial;}
.abs_r{ position:absolute; right:0; bottom:0; height:40px; width:100px;}
.j_btn_box{ text-align:center; }
.j_btn{ width:205px; height:40px; border-radius:5px; border:0; font-size:14px; margin:0 13px; cursor:pointer; transition:.3s;}
.j_btn.btn_tijiao{ background:#0d9f4a; color:#fff;}
.j_btn.btn_tijiao:hover{ background:#0d9f4a;}

.j_form .form_group.yzm_box{ width:338px;}
.j_form .form_group.yzm_box span{ float:left; line-height:40px; margin-right:11px;}
.j_form .form_group.yzm_box input{ float:left; width:150px;}
.j_form .form_group select{ height:39px; border-radius:0; border:1px solid #e7e6e6; outline:0; box-shadow:none; -webkit-appearance:none; background-color:#fff; padding: 6px 12px; font-size:14px; color:#818181; width:100%;
background: url(../image/select_arrow.png) 509px center no-repeat #fff;}

.n_nav2{ text-align:center; margin-bottom:40px;}
.n_nav2 a{ width:165px; height:40px; display:inline-block; margin:10px; font-size:15px; color:#6e6e6e; border-radius:20px; border:2px solid #d5d5d5; line-height:36px; position:relative; z-index:0; overflow:hidden; transition:all ease 600ms;}
.n_nav2 a.on{ color:#fff; border:2px solid #009b4c; background:#009b4c;}
.n_nav2 a:before{ content:""; position: absolute; right: 0; top: 0; display: block; height:100%; width:0; background:#009b4c; transition:all ease 600ms; z-index:-1;}
.n_nav2 a:hover:before{ width:100%; left:0; right:auto;}
.n_nav2 a:hover{ color:#fff; border:2px solid #009b4c; }
.ar_title{background: url(statics/style/pc/images/ar_title_bg.jpg) left bottom no-repeat;}

#n_pro{ padding-top:55px; padding-bottom:30px;}
#n_pro ul{}
#n_pro ul li{ border:1px solid #ededed; overflow:hidden; height:188px; margin-bottom:35px; transition:1.2s;}
#n_pro ul li:hover{ border:1px solid #273586; }
#n_pro ul li .img{ width:277px; height:186px; float:left; position:relative;}
#n_pro ul li .img img{ transition:1s;}
#n_pro ul li:hover .img img{ transform:scale(1.05);}
#n_pro ul li .img:after{ content:""; width:1px; height:148px; display:block; background:#ededed; position:absolute; right:0; top:20px;}
#n_pro ul li .txt{ float:right; width:850px; margin-right:40px; padding-top:38px;}
#n_pro ul li .txt .tt{ overflow:hidden; height:45px; border-bottom:1px solid #ededed; margin-bottom:15px;}
#n_pro ul li .txt .tt h5{ font-size:18px; color:#2e2e2f; font-weight:bold; float:left; transition:.3s;}
#n_pro ul li .txt .tt h5:hover{ color:#273586;}
#n_pro ul li .txt .tt .view_more{ float:right; font-size:14px; color:#5e5e5e;}
#n_pro ul li .txt .tt .view_more:hover{ color:#273586;}
#n_pro ul li .txt p{ font-size:13px; line-height:26px; color:#a6a6a6; height:52px; overflow:hidden;}


#n_join{ padding-top:75px; overflow:hidden;}
#n_join .left_con{ width:260px; height:590px; background:#fbfbfb url(../image/n_join_bg.png) left bottom no-repeat; float:left; padding:40px 20px;  padding-bottom:70px;}
#n_join .right_con{ width:900px; float:right;}

#n_join .left_con .tt{ height:65px; border-bottom:1px solid #e1e1e1; margin-bottom:15px; padding-left:17px;}
#n_join .left_con .tt h3{ font-size:18px; color:#3c3d3e; margin-bottom:8px; position:relative;}
#n_join .left_con .tt h3:before{ content:""; width:3px; height:18px; display:block; background:#273586; position:absolute; left:-17px; top:2px;}
#n_join .left_con .tt span{ font-size:14px; color:#bebebe; text-transform:uppercase; font-family:arial;}
#n_join .left_con .txt{ font-size:14px; color:#929292; line-height:30px;}

#n_join #list_slide{  position:relative;  padding-bottom:70px;}
#n_join #list_slide dl{ position: relative; margin-bottom:11px; }
#n_join #list_slide dt{ position:relative; cursor:pointer; height:58px;  transition:.5s; background:#fbfbfb; }
#n_join #list_slide dt.on{ background:#273586;}
#n_join #list_slide dt h1{  color:#555555; padding-left:32px; font-size:16px; line-height:58px; background:url(../image/ico_s.png) right center no-repeat;  display:block; margin-right:32px;}
#n_join #list_slide dt.on h1{ color:#fff;}
#n_join #list_slide dd{ display:none; line-height:24px;  padding: 0px 32px; padding-bottom:15px;}
#n_join #list_slide dd p{  margin-bottom:0;}
#n_join #list_slide dd p:last-child{ padding-bottom:0;}
#n_join #list_slide dd .content{ padding:25px 0 15px 0px; color:#555555; font-size:14px; line-height:30px;}
#n_join #list_slide dd .content p{ margin-bottom:20px; color:#555555; font-size:14px; line-height:30px;}
#n_join #list_slide dt.on h1{ background:url(../image/ico_s_on.png) right center no-repeat ;  }

#n_join #list_slide .info{ overflow:hidden;}
#n_join #list_slide .info>p{ float:left; width:600px;}
#n_join #list_slide .info span{ display:inline-block;}
#n_join #list_slide .info a.btn{ width:100px; height:34px; text-align:center; line-height:34px; color:#fff; font-size:13px; border-radius:3px; float:right; background:#e00025;}
#n_join #list_slide .info a.btn:hover{ background:#d00022;}


#n_news_xq{ overflow:hidden; padding-bottom:40px; padding-top:52px;}
#n_news_xq .left_con{ width:825px; float: left;}
#n_news_xq .right_con{ width:335px; float:right;}
.ar_title{ border-bottom:1px solid #e5e5e5;  position:relative; margin-bottom:40px; }
.ar_title h1{ font-size: 22px; display:block; text-align:left; line-height:35px; color:#1f1f1f;}
.ar_title i{ display:block; width:20px; height:2px; background:#273586; margin-top:13px; margin-bottom:9px;}
.ar_title h2{height: 30px; font-size:12px;  display:block; color:#969696; line-height:30px;}
.ar_title h2 span{ color:#969696; margin-right:30px;}
.news_tuijian{ border:1px solid #efefef;}
.news_tuijian .tt{ height:50px; line-height:50px; color:#383838; font-size:15px; background:#f6f7fa; padding:0 30px; border-bottom:1px solid #efefef;}
.news_tuijian .tt a{ color:#383838; font-size:15px;}
.news_tuijian .tt span{ float:right; font-size:30px; line-height:50px; color:#7b7b7d;}
.news_tuijian .tt span img{ position:relative;  vertical-align:middle; }
.news_tuijian ul{ padding:0 30px;}
.news_tuijian ul li{ border-bottom:1px dashed #dfdfdf;}
.news_tuijian ul li a{ padding:15px 0; display:block;}
.news_tuijian ul li h5{ font-size:14px;  color:#818181;}
.news_tuijian ul li.li_1 h5{ color:#555555;}
.news_tuijian ul li span{ font-size:12px; color:#9a9a9c; font-family:arial; display: block; margin:13px 0;}
.news_tuijian ul li p{ font-size:12px; color:#7b7b7e; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.news_tuijian ul li h5:hover{ color:#273586;}

.s_ttt i {
    width: 23px;
    height: 6px;
    display: block;
    background: #0050a3;
    margin: 20px auto;
}
.s_ttt {
    text-align: center;
    margin-bottom: 46px;
}
.s_ttt h3 {
    font-size: 36px;
    color: #555758;
    font-weight: bold;
    margin-bottom: 8px;
}
#s_liucheng .s_ttt span {
    color: #bfbfbf;
}
#s_liucheng .s_ttt i {
    background: #fff;
}
.s_ttt span {
    font-size: 12px;
    color: #bfbfbf;
    font-family: arial;
    text-transform: uppercase;
}
#s_liucheng {
	background: url(../images/s_liucheng_bg.jpg) center no-repeat;
	height: 655px;
	padding: 60px 0;
}
#s_liucheng .s_ttt h3 {
	color: #f39700;
}
#s_liucheng .s_ttt h3 b {
	color: #fff;
}
#s_liucheng .s_ttt span {
	color: #bfbfbf;
}
#s_liucheng .s_ttt i {
	background: #fff;
}
#s_liucheng .s_ttt p {
	color: #bfbfbf;
}
#s_liucheng ul {
	margin: 0 -31px;
	overflow: hidden;
}
#s_liucheng ul li {
	text-align: center;
	width: 121px;
	color: #fff;
	float: left;
	margin: 0 18px;
}
#s_liucheng ul li .ico {
	width: 121px;
	height: 138px;
	background: url(../images/liucheng_li_bg.png) center no-repeat;
	transition: .3s;
}
#s_liucheng ul li:hover .ico {
	background: url(../images/liucheng_li_bg_on.png) center no-repeat;
}
#s_liucheng ul li .ico font {
	display: block;
	width: 100%;
	height: 100%;
}
#s_liucheng ul li span {
	font-size: 22px;
	font-family: arial;
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
}
#s_liucheng ul li p {
	font-size: 17px;
}
#s_liucheng .bot {
	text-align: center;
	margin-top: 65px;
}
#s_liucheng .btn_more {
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f39700;
	border-radius: 3px;
	display: inline-block;
}
#s_liucheng .tel {
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	line-height: 50px;
	background: #f39700 url(../images/s_case_tel.png) 17px center no-repeat;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	padding-left: 41px;
	padding-right: 17px;
}



#s_about {
	height: 866px;
	background: url(../images/s_about_bg.jpg) center bottom no-repeat;
	padding-top: 67px;
}
#s_about .txt {
	margin-left: 80px;
	width: 313px;
	padding-top: 30px;
}
#s_about .tt {
	margin-bottom: 30px;
}
#s_about .tt h3 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	margin-bottom: 4px;
}
#s_about .tt span {
	font-size: 14px;
	color: #373737;
	font-weight: bold;
}
#s_about .con {
	font-size: 14px;
	line-height: 28px;
	color: #6b6b6b;
}
#s_about .btn {
	width: 210px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	display: block;
	background: #f39700;
	color: #fff;
	border-radius: 3px;
	margin-top: 67px;
	font-size: 15px;
}
#s_about .img {
	margin-right: 73px;
}
#s_about .img img {
}
#s_about .shuzi {
	margin-top: 50px;
}
#s_about .shuzi ul {
}
#s_about .shuzi ul li {
	text-align: center;
	width: 33.33%;
	float: left;
}
#s_about .shuzi ul li+li {
	border-left: 1px solid #e4e4e5;
}
#s_about .shuzi ul li span {
	font-size: 48px;
	color: #003e8b;
	font-family: 'impact';
}
#s_about .shuzi ul li p {
	font-size: 12px;
	color: #b0b0b0;
}
#s_about .tt span {
    font-size: 14px;
    color: #373737;
    font-weight: bold;
}










.container06{ padding:75px 0; overflow:hidden; background:url(../images/container06_bg.jpg) center top no-repeat; background-size:cover}



.container06 .title{ margin-bottom:50px;}



.container06 .title h2{ color:#fff;}



.container06 .title h5{ color:#fff;}



.container06 .title h6{ color:#bfbfbf;}



.container06 ul{ width:1295px; overflow:hidden}



.container06 ul li{ float:left; width:230px; height:304px; margin-right:29px; text-align:center}



.container06 ul li a{ display:block; height:304px; border:#3760a7 1px solid; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }



.container06 ul li a h3{ display:inline-block; width:95px; height:95px; line-height:95px; background:#fff; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; margin-bottom:24px; padding-top:12px;}



.container06 ul li a h4{ font-size:16px; color:#fff; margin-bottom:10px;}



.container06 ul li a h5{ font-size:12px; color:#fff; text-transform:uppercase}







.container06 ul li a .box{ padding:72px 0 0; height:100%; -moz-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}



.container06 ul li:hover a .box{ transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%);}



.container06 ul li a .con{padding: 40px 21px;height:100%;-moz-transition: all 1s ease-in-out;-webkit-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}



.container06 ul li:hover a .con{ transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%);}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.container00 .title h2 {
    font-size: 36px;
    color: #273586;
	font-weight:bold;
    text-transform: capitalize;
}
.container06 .title h5 {
    color: #fff;
}
.container06 .title h5 {
    color: #fff;
}
.container00 .title h5 {
    font-size: 12px;
	color:#bfbfbf;
	text-transform:uppercase;

    margin: 5px 0 24px;
}
.container06 .title h2 {
    color: #fff;
}

.container06 ul li a .con .ar_article{ height:216px; overflow:hidden; overflow-y:scroll}



.container06 ul li a .con p{ font-size:13px; line-height:24px; color:#d5d9e7; margin-bottom:24px; text-align:left;}



.container06 ul li a .con p:last-child{ margin-bottom:0}


.container00 .title {
    text-align: center;
    margin-bottom: 60px;
}
.container06 ul li a .con .ar_article::-webkit-scrollbar {width:3px;height:3px; background:none}



.container06 ul li a .con .ar_article::-webkit-scrollbar-track {border-radius:1.5px; background:none}



.container06 ul li a .con .ar_article::-webkit-scrollbar-thumb {border-radius:1.5px; background:rgba(255,255,255,0.2)}








.container07{ padding:75px 0 0; background:#f7f7f7; overflow:hidden; position:relative}



.container07 .title{ margin-bottom:36px}



.container07 ul{ margin:0 -18.5px; margin-bottom:75px}



.container07 ul li{margin:0 18.5px; display:block; float:left; }



.container07 ul li a{ display:block;}


img.framed { 
padding: 6px; 
border: 1px solid #CCC; 
background-color: #FFF; } 

.container07 ul li a .img,.container07 a img{display:block;width:375px;height:225px;overflow:hidden;position:  relative;}



.container07 ul li a h5{padding: 19px 0px 12px 0px;padding-bottom:0px;display:block;position:relative;}



.container07 ul li a h5 {font-size: 20px;margin-bottom:10px;color: #3c3c3c;display:block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}



.container07 ul li a:hover h5{ color:#093e96; }



.container07 p{margin:15px 0px;font-size:14px;color: #969696;line-height:25px; height:80px; overflow:hidden;}



.container07 .fot_box{position:relative;height: 14px;line-height:14px;}



.container07 .fot_box span{color: #828282;font-size:12px;}



.container07 .fot_box a{display:block;color: #828282;font-size:12px;position:absolute;right: 40px;top:0;text-decoration: underline;}



.container07 .fot_box a:hover{ color: #093e96;}



.container07 .more a{-moz-border-radius: 20px !important;-webkit-border-radius: 20px !important;border-radius: 20px !important;}







.container08{ padding:0 0 75px; background:#f7f7f7; overflow:hidden;}



.container07 .miso-prev,.container07 .miso-next{z-index:100000;width:40px;height:40px;line-height: 36px;margin-top: -75px;background:none;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;}



.container07 .miso-prev:hover,.container07 .miso-next:hover{ opacity:1}



.container07 .miso-prev{left:50%;margin-left: -675px;border:#c0c0c0 2px solid;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}



.container07 .miso-prev:hover{border: rgb(9, 62, 150) 2px dashed;}



.container07 .miso-prev:before{ content:"<"; width:100%; height:100%; position:absolute; left:0; top:0; font-size:14px; font-family:simsun; color#:828282}



.container08{ padding:0 0 75px; background:#f7f7f7; overflow:hidden;}
.more00.more a span {
    position: relative;
    z-index: 10;
}
.btn-11:before, .btn-11:after {
    position: absolute;
    top: 90%;
    content: '';
    width: 20px;
    height: 20px;
 
    border-radius: 50%;
}
.more00.more a:hover {
    color: #fff;
    border: #093e96 1px solid;
    background: #093e96;
    transition-delay: 0.36s;
}
.more00.more a {
    display: inline-block;
    border: #cdcdcd 1px solid;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}.more00.more {
    text-align: center;
}
.container07 .miso-next{right:50%;margin-right: -675px;border:#c0c0c0 2px solid;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}



.container07 .miso-next:hover{border: rgb(9, 62, 150) 2px dashed;}



.container07 .miso-next:before{ content:">"; width:100%; height:100%; position:absolute; left:0; top:0; font-size:14px; font-family:simsun; color:#828282}


#foot{ background:#323538; width:100%; overflow:hidden; color:#fff;}

input::-webkit-input-placeholder{ color:#919191;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#919191; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#919191;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#919191;}

.foot_form{ float:left; width:30%; padding-right:2rem; }
.foot_form form{ margin-top:2.25rem;}
.foot_form .input{text-align:center;font-size:0;height:  3.75rem;margin: 0; max-width:26.25rem;}
.foot_form .input .input-text{display:inline-block; *display:inline; *zoom:1;width: 70%;height: 3.75rem;line-height:  3.75rem;position:  relative;vertical-align: top;background: #323538;border: #535353 1px solid;}
.foot_form .input .input-text input{display:block;width:100%;height:100%; font-size:1rem; border:none;background:none;padding: 0 1.5rem;position:  relative;z-index: 10;color: #b6b6b6;}
.foot_form .input .btn_tijiao{display:inline-block; *display:inline; *zoom:1;width: 30%;border:0;font-size:1.0625rem;height:  3.75rem;color:#fff;line-height:  3.75rem;background: #0869ac;margin-left: 0;position:relative;z-index:11;transition: 0.6s;cursor: pointer;}
.foot_form .input .btn:hover{background: #353434;}
input::-webkit-input-placeholder{ color:#919191;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#919191; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#919191;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#919191;}
.foot_form .input .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.foot_form .input .input-text > input:focus ~ .input-border {
}
.foot_form .input .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.foot_form .input .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.foot_form .input .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.foot_form .input .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;

  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.foot_form .input .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.foot_form .input .input-text .input-border {
  bottom: 0px;
  display: block;
  left: -1px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.foot_form .input .input-text .input-border:before,
.foot_form .input .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #999;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.foot_form .input .input-text .input-border:first-of-type:before {
  height: 1px;
  left: 0;
  top: 0;
  width: 0;
}
.foot_form .input .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}
.foot_form .input .input-text .input-border:last-of-type:before {
  background-color: #999;

  height: 1px;
  top: calc(100% - 1px);
  right: 0;
  width: 0;
}
.foot_form .input .input-text .input-border:last-of-type:after {
  background-color: #999;
  height: 0;
  top: calc(100% - 1px);
  left: 0;
  width: 1px;
}
.foot_form .tip{ font-size:13px; color:#f9fafa; margin-top:20px;}


.foot_nav{margin-bottom: 10px; position:relative; float:left; margin-top:1.19rem; padding:0; width:40%; display:flex; justify-content:space-around; padding-left:50px;}
.foot_nav dl{ display:inline-block; vertical-align:top; }
.foot_nav dl dt{ font-size:15px; color:#fff; margin-bottom:1.2rem; position:relative; }



.foot_nav dl dd{ font-size:13px; color:#b6b6b7; line-height:2rem; transition:.3s;}
.foot_nav dl dd:hover{color:#0869ac;}

.foot_lianxi{ float:right; margin-top:1.19rem; padding-left:0; width:30%; padding-left:2rem; }
.foot_lianxi .box{ float:right;}
.foot_lianxi ul li{ font-size:15px; margin-bottom:1.06rem;}

.foot_share{ margin-top:2rem;}
.foot_share .ewm{ float:left; margin-right:20px; width:6.625rem; height:6.625rem;}
.foot_share .txt{ float:left; padding-top:1.1rem;}
.foot_share ul{ font-size:0; margin-top:.875rem;}
.foot_share ul li{ display:inline-block; margin-right:.625rem}
.foot_share ul li a{ display:inline-block; width:2.375rem; height:2.375rem; line-height:2.2rem; text-align:center; border-radius:50%; cursor:pointer;}
.foot_share ul li a img{ transition:.3s; max-width:50%; max-height:50%; margin-top:12px;}

.foot_share ul li a{ position: relative; z-index:1; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.foot_share ul li a:before{ content:""; width: 100%; height: 100%; border-radius: 50%; border:1px solid #fff; border:1px solid #f4f4f4; display: block; position: absolute; z-index:-1; left: 0px; top: 0px; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.foot_share ul li a:after{ content:""; width: 100%; height: 100%; border-radius: 50%; display: block; background-color:#0869ac; position: absolute; z-index:-1; left: 0px; top: 0px; transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0; -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
  transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1); visibility: hidden;}
.foot_share ul li a:hover:before{ opacity: 0; transform: scale(1.3); -webkit-transform: scale(1.3); }
.foot_share ul li a:hover:after{ transform: scale(1); -webkit-transform: scale(1); opacity: 1; visibility: visible;}

