﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'fontshuzi';
  src: url(../fonts/GothamRnd-Book.otf);
}	
body{ font-size:100%;line-height:1.1; width:100%; position:relative; background:none;font-family: arial, "微软雅黑"; overflow-x:hidden; min-width:1280px;}
*{ 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; text-align:center; width:100%; height:100%;}
*{ margin:0; padding:0;}
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;}
img{ max-width:100%; max-height:100%;}
:focus { outline:none !important;z-index: 10000 }
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}
.m{ width:1360px; margin:0 auto; position: relative;}
/*===========================header=============================*/

.header_height{height: 100px;}
.index_body .header_height{display: none;}
.index_body .header{background: rgba(0,0,0,0.2)}
.header{ position: fixed;top:0;left: 0; position: fixed; z-index:1; width:100%; height:100px; background: rgba(0,0,0,.4); color: #fff; z-index:9999;}
.header a{color: #eaeaea; font-size:16px; transition:.3s;}
.header h1{float: left;margin-top:16px;width:320px;}
.header h1 img{width: 100%;}
.header nav{float: right;position: relative;right: -100px;opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;}
.header nav>ul>li{float: left;height: 100px;line-height:100px;position: relative;}
.header nav>ul>li>a{margin: 0 25px;position: relative;display: block; color: #fff; font-size:18px;}
.header nav>ul>li+li:before{ content:""; display:block; width:1px; height:13px; background:rgba(255,255,255,.3); position:absolute; left:0; top:43px;}
.header nav>ul>li>a>em{position: absolute;left: 50%;bottom: 0; width:0%;height: 3px;background: #ac31c1e;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.header nav>ul>li>span{display: none;cursor: pointer;}
.header nav>ul>li.on>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 3px;background: #ac31c1e;}
.header nav>ul>li:hover>a>em{position: absolute;left:0%;bottom: 0; width:100%;height: 3px;background: #ac31c1e;}
.menuaa{width:140px;height:22px; line-height:22px;float: right;margin-top: 38px; margin-right:10px; margin-left:10px;}
.menuaa a{ font-size:14px;}
.menu{float: right;margin-top:39px;cursor: pointer;margin-left: 20px;position: relative;z-index: 9;}
.menu-open nav{opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;right: 0;visibility: visible;}

/*nav*/
.nav_list{background: rgba(0,0,0,0.5);padding: 10px 0;width: 100%;left: 50%;position: absolute;top: 100px;    margin-left: -50%; display: none; overflow:hidden;}
.nav_list li{height: 36px;line-height: 36px;text-align: center; transition:.3s;}
.nav_list li a{ font-size:14px; color:rgba(255,255,255,.7);}
.nav_list li a:hover{ color:#fff;}
.nav_list li:hover{ background: rgba(0,0,0,0.2);}
/*搜索*/
.header .wrap_index{position: relative;}
.header_search{cursor:pointer; width: 24px;height:22px; float: right;margin-top:38px; margin-left: 20px;}
.header_search span{ display:block;width: 24px; height:22px;  text-align: center; border: none;background:url(../images/search.png) no-repeat center center; position:relative; margin: auto;}
.header_search span img{vertical-align: middle; margin-top: -3px;}
.header_search.on span {opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}
.search_wrap{ background:#fff; width: 100px; right:0; position:absolute; top:30px; border: 0px solid #0750a2;z-index: 91;    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
.search_box_button { height:40px; width:36px; background:url(../images/search_on.png) no-repeat center; background-color:#fff !important; border:0; outline: none; float: right; }
.search_box_text {width:calc(100% - 58px); padding: 0 10px; float:left; border:0;height:40px; outline: none; line-height: 40px; background:#fff; color:#666;}
.search_wrap.on{
	width: 360px;visibility: visible;
	opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;
}


.mouse_down{ display:block; width:58px; height:58px; border-radius:50%; position:absolute; left:50%; margin-left:-29px; bottom:275px; position:relative;}
.mouse_down img { animation-delay: 0ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear; }
.mouse_down:after {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 4px solid #fff;border: 4px solid rgba(255,255,255,.7);
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: menu_circle;
    animation-name: menu_circle;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}	  
	  
/* 主体开始*/
#s_mian{  }

.innerBox {
    position: relative;
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
}
/*首页banner*/

.banner{ height:100vh; width:100vw; position:relative;}
.banner  li{text-align:left; position:relative; }
.banner li .img{ position: absolute; left:0; top:0; width:100%; height:100vh; background-size:cover !important; z-index:8;  }
.banner .slick-arrow{ z-index:99; position:absolute; bottom:80px; top:auto; transform:translate(0,0); 
	display:block;
    width: 73px;
    height: 10px;}
.banner .slick-prev{ left:50%; margin-left:-127px;  }
.banner .slick-next{ right:50%; margin-right:-127px; }
#banner li .con{ position:absolute;width:1200px; height:100vh; left:50%;margin-left:-600px; top:0; z-index:9;}
#banner li .con .j_tab_cel{ text-align:left;}
#banner li .con .box{  }
#banner li .con .box .dd1{  width:100%; font-size:15px;color:#fff; line-height:1.5; margin-bottom:30px; transition:1.5s .6s; opacity:0;/* transform:translateX(100px);*/}
#banner li .con .box .dd2{ white-space:nowrap; font-size:44px; line-height:54px; color:#fff; margin-bottom:13px; transition:1.5s .6s; opacity:0;/* transform:translateX(150px);*/}
#banner li.slick-current{ z-index:999;}
#banner li.slick-current .con .box .dd1{ transform:translateX(0px); opacity:1;}
#banner li.slick-current .con .box .dd2{ transform:translateX(0px); opacity:1;}

#banner li .letter span{ display: inline-block; opacity: 0; filter: blur(10px); -webkit-filter: blur(10px); transform: translateY(-16px); min-width: 16px;}
#banner li.slick-current .letter span{ opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px);}
#banner .slick-dots{ bottom:70px; color:#fff;}
#banner .slick-dots li{ display: none; width:65px; font-family: 'fontshuzi'; color:#ac31c1e;}
#banner .slick-dots li span{ color:#fff;}
#banner .slick-dots li.slick-active{ display: inline-block;}
.red{ color:#ac31c1e;}

.banner .bot{ position: absolute; left: 0px; bottom: 0px; background-color: #014085; height: 3px; overflow: hidden;}
.banner .slick-active .bot { -moz-animation: a_slidercurrent 5s linear; -webkit-animation: a_slidercurrent 5s linear; -o-animation: a_slidercurrent 5s linear; animation: a_slidercurrent 5s linear; }
@-moz-keyframes a_slidercurrent {from { width: 0%; } to { width: 100%; }}
@-webkit-keyframes a_slidercurrent {from { width: 0%; } to { width: 100%; }}

.banner .slick-arrow{ z-index:99; position:absolute; bottom:80px; top:auto; transform:translate(0,0); 
	display:block;
    width: 73px;
    height: 10px;}
.banner .slick-prev{
	background:url(../images/banner_left.png) left center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	animation:moveL 2s linear infinite;
	}
.banner .slick-prev:hover{
	background-position:right center;
	}
	
.banner .slick-next{
	background:url(../images/banner_right.png) right center no-repeat;
	transition:300ms;
	-webkit-transition:300ms;
	animation:moveL 2s linear infinite;
	}
.banner .slick-next:hover{
	background-position:left center;
	}
.slick-prev:before, .slick-next:before{ display:none;}
@keyframes moveL{
	0%{ transform:translateX(0); -webkit-transform:translateX(0);}
	25%{ transform:translateX(-3px); -webkit-transform:translateX(-3px);}
	50%{ transform:translateX(0); -webkit-transform:translateX(0); }
	75%{ transform:translateX(3px); -webkit-transform:translateX(3px); }
	100%{ transform:translateX(0); -webkit-transform:translateX(0);}
	}
@-webkit-keyframes moveL{
	0%{ transform:translateX(0); -webkit-transform:translateX(0);}
	25%{ transform:translateX(-3px); -webkit-transform:translateX(-3px);}
	50%{ transform:translateX(0); -webkit-transform:translateX(0); }
	75%{ transform:translateX(3px); -webkit-transform:translateX(3px); }
	100%{ transform:translateX(0); -webkit-transform:translateX(0);}
	}

.banner li .img{ position:relative; left:0; top:0; width:100%; height:100vh; background-size:cover !important; }

/* 主体开始*/
#s_buju{ margin-top:110px; overflow:hidden; margin-bottom:110px;}
#s_buju ul{}
#s_buju ul li{}
#s_buju ul li .txt{ position:absolute; width:435px; height:625px; right:0; top:49px; background:#c1c0bf; background:rgba(193,192,191,.9); padding:80px; color:#fff; transform:perspective(500px) rotateY(-90deg); transform-origin:right; transition:.7s;}
#s_buju ul li .txt:before{ content:""; display:block; width:0; height:5px; background:#fff; position:absolute; top:110px; left:-60px; transition:.5s .7s;}
#s_buju ul li .txt .tt{ font-size:18px; margin-bottom:86px; margin-top:25px;}
#s_buju ul li .txt span{ font-size:26px; color:#fff; font-family:arial; text-transform:uppercase; font-weight:bold;}
#s_buju ul li .txt h5{ font-size:26px; margin-bottom:36px; margin-top:8px;}
#s_buju ul li .txt p{ font-size:14px; line-height:24px; height:48px; overflow:hidden;}
#s_buju ul li .txt .s_btn{ display:block; width:150px; height:44px; line-height:42px; text-align:center; border:1px solid #fff; border:1px solid rgba(255,255,255,.5); font-size:14px; margin-top:100px;}
#s_buju .slick-arrow{ z-index:99; position:absolute; top:145px; bottom:auto; left:auto; right:auto; transform:translate(0,0); display:block; width: 30px; height: 30px;}
#s_buju .slick-prev{background:url(../images/s_buju_left.png) left center no-repeat; right:155px;}
#s_buju .slick-prev:hover{background:url(../images/s_buju_left_on.png) left center no-repeat;}
#s_buju .slick-next{background:url(../images/s_buju_right.png) right center no-repeat; right:115px;}
#s_buju .slick-next:hover{background:url(../images/s_buju_right_on.png) right center no-repeat;}
#s_buju .tag{ position:absolute; z-index:99; left:63px; top:127px; width:64px; padding-left:30px; color:#fff; font-size:30px; line-height:1.2; background:url(../images/future.png) left top no-repeat;}
#s_buju ul li.slick-current .txt:before{ width:100px; }
#s_buju ul li.slick-current .txt{ transform:perspective(500px) rotateY(0deg);}
.btn_arrow{ display:block; color:#fff; margin-top:30px; position:relative; transition:.7s .3s; padding-right:30px;}
.btn_arrow:after{ content:""; height:16px; width:1px; display:block; background:rgba(193,192,191,.9); position:absolute; z-index:0; right:-1px; top:50%; margin-top:-8px; transition:.7s .3s;}
.btn_arrow i{ right:-30px; opacity:1; transition:.7s; position:absolute; z-index:1; height:20px; width:48px; line-height:13px; top:50%; margin-top:-10px; background:url(../images/s_btn_arrow.png) center no-repeat;}
.btn_arrow:hover{ border:1px solid #fff; background:#fff; color:#666; padding-right:0; }
.btn_arrow:hover:after{ transform:scaleY(0); transition:.7s .3s; }
.btn_arrow:hover i{ right:0px; opacity:0; }

.layui-col-xs12 {
    width: 100%;
}
.container00 .title{ text-align:center; margin-bottom:3.625rem}
.container00 .title h5{font-size:24px;color:#000000;margin-bottom: 0.5rem;font-weight: bold;}
.container00 .title h3{ font-size:1.875rem; color:#ac31c1e; font-family:Futura Md BT; font-weight:bold; text-transform:uppercase}

.container05{padding:5rem 0 7rem;background:#f5f8fd;overflow:hidden;position: relative;}
.container05 .fl01{ background:#ffffff; border-top:#dedede 1px solid; border-bottom:#dedede 1px solid; padding:2.125rem 0 2rem}
.container05 .title{ margin-bottom:2.25rem}
.container05 .fl01 ul{overflow: hidden;}
.container05 .fl01 ul li{display:inline-block;width:24%;border-right:#bbbbbb 1px solid;position:relative; text-align:center;}
.container05 .fl01 ul li:before{content:"";position:absolute;width:4px;height:22px;background:#fff;top:50%;margin-top:-11px;right: -2px;}
.container05 .fl01 ul li:after{content:"";position:absolute;width:10px;height:10px;background:url(../images/fangkuang.png) center no-repeat;top:50%;margin-top: -5px;right: -5px;}
.container05 .fl01 ul li:last-child{ border:none}
.container05 .fl01 ul li a{display:block;position:relative;padding: 0 20px;}
.container05 .fl01 ul li a h3{font-size:3rem;color:#104a9e;font-family:Futura Md BT;margin-bottom: 5px;}
.container05 .fl01 ul li a h3 span{font-family:Futura Md BT;font-weight: bold;}
.container05 .fl01 ul li a h3 font{font-size:1rem;color:#4d4d4d;vertical-align: top;}
.container05 .fl01 ul li a h5{ font-size:16px; color:#4d4d4d;}
.container05 .fl02{ padding:4rem 0 0}
.container05 .fl02 .left{width:50%;position: relative;z-index: 100;}
.container05 .fl02 .left img{ width:100%}
.container05 .fl02 .right{width:50%;padding:3rem 0 0 5.625rem;position: relative;z-index: 100;}
.container05 .fl02 .right h5{ font-size:1.125rem; color:#131313;}
.container05 .fl02 .right h3{ font-size:1.5rem; color:#104a9e; margin:2.75rem 0 1.75rem}
.container05 .fl02 .right p{font-size:14px;line-height:24px;height:72px;color:#7d7d7e;margin-bottom:2.5rem;overflow: hidden;}

.container05 .fl01 ul li:last-child:after{ display:none}
.container05 .fl01 ul li:last-child:before{ display:none}

.container05 .fl02 .right .more a{display:inline-block;width: 160px;height: 45px;line-height: 43px;border-radius: 6px;font-size: 14px;color: #313131;transition:0.6s;border: #caccd0 2px solid;position: relative;overflow: hidden;background: #fff;text-align: center;}
.container05 .fl02 .right .more a:before{content:"";position:absolute;width:180px;height:180px;top:50%;margin-top:-90px;left:50%;margin-left:-90px;background:#ef7600;transform:scale(0);transition:0.6s;border-radius: 50%; opacity:0}
.container05 .fl02 .right .more span{ position:relative}


#s_case{ overflow:hidden; background:url(../images/s_case_bg.jpg) center no-repeat; padding-top:60px; height:870px;background-size:cover;}
#s_case .tt{ height:119px; line-height:40px; color:#fff;}
#s_case .tt h3{ float:left;}
#s_case .tt span{ font-size:24px; font-family:arial; font-weight:bold; text-transform:uppercase; display:inline-block; margin-right:10px;}
#s_case .tt .more{ position:absolute; right:0; top:-3px; width:46px; height:46px; line-height:46px; text-align:center; background:#fff; border-radius:50%;}
#s_case .tt .more>img,#s_case .tt .more span{ position:absolute; display:block; overflow:hidden; top:21px; left:12px; width:24px; height:6px;}
#s_case .tt .more span img{ top:0; left:0; position:absolute; width:24px; height:6px; max-width:inherit;}
#s_case .tt .more span{animation:a_width 3s linear infinite;}
@keyframes a_width{
	0%{ width:0; opacity:0;}
	30%{ width:0px; opacity:1;}
	80%{ width:24px; opacity:1;}
	100%{ width:24px; opacity:0;}
	}


#s_case .hd{ float:right; margin-right:57px;}
#s_case .hd ul{}
#s_case .hd ul li{ width:120px; height:40px; display:inline-block; border:1px solid #fff; text-align:center; border:1px solid rgba(255,255,255,.4); border-radius:5px; margin-left:10px; color:#fff; }
#s_case .hd ul li a{font-size:14px; color:inherit; display:block;}
#s_case .hd ul li.slick-current{ color:#3c3c3c; background:#fff; border:1px solid #fff;}
#s_case .bd{}
#s_case .bd ul{}
#s_case .bd ul .slider-in{ margin:0 -10px;}
#s_case .bd ul .slider-in .slick{ width:345px; float:left; }
#s_case .bd ul li a{ display:block; width:325px; margin:0 auto;}
#s_case .bd ul li .img{ width:325px; height:400px; background:#FFF; text-align:center;}
#s_case .bd ul li .img img{ transition:1s; display:inline-block;}
#s_case .bd ul li .slick:hover .img img{ transform:scale(1.1);}
#s_case .bd ul li .txt{ background:#fff; padding:40px; position:relative; }
#s_case .bd ul li .txt:before{ content:""; display:block; width:8px; height:156px; background:#dedede; position:absolute; bottom:0; right:0;}
#s_case .bd ul li .txt:after{ content:""; display:block; width:8px; height:0; background:#d13b00; position:absolute; bottom:0; right:0; transition:.7s;}
#s_case .bd ul li .slick:hover .txt:after{ height:156px;}
#s_case .bd ul li .txt h5{ font-size:24px; color:#3d3d3d; height:48px; position:relative; margin-bottom:19px; float:left;}
#s_case .bd ul li .txt h5:before{ content:""; display:block; width:20px; height:3px; background:#d13b00; position:absolute; bottom:0; left:0;}
#s_case .bd ul li .txt span{ width:28px; height:28px; display:block; background:url(../images/s_case_more.png) center no-repeat; float:right;}
#s_case .bd ul li .txt p{ font-size:12px; color:#949494; line-height:20px; height:40px; clear:both; overflow:hidden;}
#s_case .slider-for>.slick-list{ overflow:visible;}
#s_case .slick-arrow{ z-index:99; position:absolute; top:203px; transform:translate(0,0); background-color: rgba(255,255,255,.4); background-repeat:no-repeat; background-position:center; display:block;width: 40px;height: 90px;}
#s_case .slick-prev{background-image:url(../images/s_case_left.png); left:-90px;}
#s_case .slick-next{background-image:url(../images/s_case_right.png); right:-90px; left:auto;}
#s_case .slick-arrow:hover{background-color: rgba(0,0,0,.5);}


#s_news{ padding-top:100px; background:#f6f7f7; overflow:hidden; padding-bottom:100px; border-bottom:2px solid #e5e6e8;}
#s_news .tt{ height:79px; line-height:40px; color:#4e4b49;}
#s_news .tt h3{ float:left;}
#s_news .tt span{ font-size:24px; font-family:arial; font-weight:bold; text-transform:uppercase; display:inline-block; margin-right:10px;}
#s_news .tt .more{ position:absolute; right:0; top:-3px; width:46px; height:46px; line-height:46px; text-align:center; background:#e6e8ea; border-radius:50%;}
#s_news .tt .more>img,#s_news .tt .more span{ position:absolute; display:block; overflow:hidden; top:21px; left:12px; width:24px; height:6px;}
#s_news .tt .more span img{ top:0; left:0; position:absolute; width:24px; height:6px; max-width:inherit;}
#s_news .tt .more span{animation:a_width 3s linear infinite;}
.news_slide{ width:520px; height:520px; padding:28px 25px; background:#fff; float:left;}
.news_slide .img{ width:475px; height:280px; margin-bottom:40px;}
.news_slide .img img{ transition:2s; width:100%; height:100%;}
.news_slide .item .img:hover img{ transform:scale(1.1);}
.news_slide .txt{}
.news_slide .txt span{ font-size:28px; color:#4e4b49; font-family:arial;}
.news_slide .txt h5{ font-size:16px; color:#262626; margin-top:27px; margin-bottom:10px;}
.news_slide .txt h5:hover{ color:#000;}
.news_slide .txt p{ font-size:14px; color:#9f9f9f; line-height:24px; height:48px; overflow:hidden;}
.news_slide .slick-dots { display:inline-block; width:auto; position:absolute; bottom:165px; right:30px;}
.news_slide .slick-dots li { display:inline-block; margin:0 0px; width:15px; height:15px;}
.news_slide .slick-dots li button { width:7px; height:7px; padding:0px; border-radius:50%; background:#bdbdbd; font-size:0; margin:0 auto;}
.news_slide .slick-dots li.slick-active button { background:#4e4b49;}
.slick-dots li button:before{ font-size:0;}

.news_time{ float:right; width:796px;}
.news_time ul{ margin-top:-40px;}
.news_time ul li{ padding:40px 0; overflow:hidden;}
.news_time ul li+li{ border-top:1px solid #dfe0e2;}
.news_time .time{ font-family:arial; text-align:center; background:#fff; width:90px; height:120px; float:left; margin-right:17px; position:relative;}
.news_time .time:before{ content:""; width:0; height:3px; background:#d13b00; display:block; position:absolute; top:0; right:0; transition:.5s;}
.news_time ul li:hover .time:before{ width:100%; left:0; right:auto;}
.news_time .time span{ font-size:36px; color:#4e4b49; display:block; height:60px; line-height:60px; border-bottom:1px solid #efefef;}
.news_time .time p{ font-size:18px; color:#4e4b49; text-transform:uppercase; margin-top:15px;}
.news_time .time b{ font-size:12px; color:#ababab; font-weight:normal; letter-spacing:3px; display:inline-block; padding-left:2px;}
.news_time .txt{ width:688px; float:right; padding-top:17px;}
.news_time .txt h5{ font-size:18px; color:#2f2f2f; margin-bottom:18px; transition:.3s;}
.news_time .txt h5:hover{ color:#000;}
.news_time .txt p{ font-size:14px; color:#7a7c81; line-height:26px; height:52px; overflow:hidden;}

a{ color:inherit;}

#s_rukou{ padding-top:80px; background:#f6f7f7; overflow:hidden;}
#s_rukou ul{ margin-right:-10px;}
#s_rukou ul li{ width:360px; height:340px; float:left; transition:.5s; overflow:hidden; position:relative;}
#s_rukou ul li:after{ content:""; width:0px; height:3px; background:#ac31c1e; display:block; position:absolute; bottom:0; right:0; transition:1s ease-in-out;}
#s_rukou ul li.on:after{ width:640px; }
#s_rukou ul li .box2{ width:100%; height:100%; padding-top:55px; padding-left:36px; background-size:cover !important; }
#s_rukou ul li.li_2 .box2:before{ content:""; display:block; width:38px; height:202px; background:url(../images/s_rukou_txt.png) center no-repeat; background-size:contain; opacity:.5; position:absolute; top:123px; left:58px; visibility:visible;}
#s_rukou ul li.li_1 .box2{ background:url(../images/s_rukou_bg1.jpg) right center no-repeat;}
#s_rukou ul li.li_2 .box2{ background:url(../images/s_rukou_bg2_on.jpg) right center no-repeat;}
#s_rukou ul li.li_3 .box2{ background:url(../images/s_rukou_bg3.jpg) right center no-repeat;}
#s_rukou ul li.li_1 .txt{ width:230px;}
#s_rukou ul li .tt{ display:inline-block; overflow:hidden; margin-bottom:10px; color:#fff;}
#s_rukou ul li .tt h3{ font-size:18px; position:relative; transition:.3s;}
#s_rukou ul li.li_3 .tt h3:before{ content: url(../images/s_licheng_ico.png); display:block; margin-bottom:25px;}
#s_rukou ul li .tt span{ font-size:12px; font-family:arial; text-transform:uppercase; }
#s_rukou ul li.on .txt{ width:388px;}
#s_rukou ul li .txt p{ font-size:14px; color:#eee; color:rgba(255,255,255,.5); line-height:26px;height:78px; overflow:hidden; margin-bottom:10px; margin-bottom:18px;}
#s_rukou ul li .txt .more{ display:block; width:110px; height:35px; line-height:32px; text-align:center; border:1px solid #c2c4c6; font-size:14px; color:#fff; opacity:0;}

#s_rukou ul li.li_1 .tt{ color:#404041;}
#s_rukou ul li.li_1 .tt span{ font-weight:bold;}
#s_rukou ul li.li_1 .txt p{ font-size:12px; color:#7e7f82; line-height:20px;height:80px; }
#s_rukou ul li.li_1.on .txt{ margin-top:50px;}
#s_rukou ul li.li_1.on .txt p{ height:60px;}
#s_rukou ul li.li_1 .txt .more{ color:#434247;}
#s_rukou ul li.li_2 .txt p{ opacity:0; visibility:hidden;}
#s_rukou ul li.li_3{ text-align:center;}
#s_rukou ul li.li_3.on{ text-align:left;}
#s_rukou ul li.li_3.on .tt h3:before{ display:none;}
#s_rukou ul li.li_2.on .txt p{ opacity:1; visibility:visible; height:78px; padding-left:68px; margin-top:20px;}
#s_rukou ul li.li_2 .txt .more{ margin-left:68px;}
#s_rukou ul li.li_2.on .box2:before{ top: 108px; left: 35px; }
#s_rukou ul li.li_3.on .txt p{ margin-top:20px;}
#s_rukou ul li.on{ width:640px; }
#s_rukou ul li.on .tt{}
#s_rukou ul li.on .tt h3{ float: right; font-size:16px;margin-top: 12px; margin-left: 7px;}
#s_rukou ul li.on .tt span{ font-size:30px; float:left;}
#s_rukou ul li.on p{}
#s_rukou ul li.on .txt .more{ opacity:1;}

/*foot*/
.footer{ background:#444; padding-bottom:50px;}
.footer .link{ padding:30px 0; border-bottom:1px solid #575757; margin-bottom:45px;}
.footer .link .m{ position:relative; padding-left:80px;}
.footer .link h3{ font-size:16px; color:#fff; position:absolute; left:0; line-height: 30px;}
.footer .link .con{}
.footer .link .con a{ font-size:16px; color:#fff; margin:0 13px; line-height:30px; transition:.3s;}
.footer .link .con a:hover{ color:#fff;}
.footer .tel{ padding-left:60px; background:url(../images/foot_tel.png) left center no-repeat; min-height:44px; margin-bottom:12px;}
.footer .tel span{ font-size:16px; color:#fff;}
.footer .tel p{ font-size:26px; color:#fff;}
.footer .lianxi{ font-size:16px; color:#fff;}
.footer .lianxi a{ font-size:16px; color:#fff; margin-left:11px; margin-right:5px; transition:.3s;}
.footer .lianxi a img{ margin-right:5px; position:relative; top:-2px;}
.footer .lianxi a:hover{ color:#fff;}
.foot_nav{ margin-top:30px;}
.foot_nav ul li{ float: left; margin-right:33px;}
.foot_nav ul li a{ font-size:16px; color:#fff;}

.footer .wechat{float:right;width: 320px;}
.footer .wechat ul{float:left;text-align: right;}
.footer .wechat li{width:150px;text-align:right;display:  inline-block;}
.footer .wechat li dl{ margin-bottom:9px; display:inline-block; position:relative;}
.footer .wechat li dd{ font-size:14px; color:#fff; font-weight:bold; width:100px; line-height:30px; padding-right:5px; display:block;}
.footer .wechat li:hover dd{ color:#fff;}
.footer .wechat li dd:after{ content: url(../images/foot_scan.png); margin-left:8px; position:relative; top:4px; opacity:.6; transition:.3s;}
.footer .wechat li:hover dd:after{ opacity:1;}

.footer .wechat dt:after{ content:""; border:10px solid transparent; display:block; position:absolute;}
.footer .wechat dt img {
    width: 100px; border:5px solid #fff;
    height: 100px;
}
.copyright{ font-size:14px; color:#fff; text-align:right; }
.footer a{ transition:.3s;}
.copyright a:hover{ color:#fff;}

#gotop{ position:fixed; z-index:90; bottom:80px; right:80px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;}
#gotop { cursor: pointer; }
.aico { background: url(../images/aicos.png);}	
.dt-arrow .aico { position: absolute; left: 0; top: 0; background-position: -54px -120px; width: 37px; height: 19px; animation: hide-dt-f 3s infinite; }
.dt-arrow { position: relative; width: 37px; height: 44px; }
.dt-arrow:before { content: ""; position: absolute; left: 18px; top: 0; bottom: 0; width: 1px; background: #a0a0a0; }
@keyframes hide-dt-f{
	0%{ opacity: 1; transform: translateY(-10px); }
	100%{ opacity: 0; transform: translateY(-150%); }
}


/*内页*/

.ar_article{ font-size:14px; color:#545454; line-height:30px; }
.ar_article p{  font-size:14px; color:#545454; line-height:30px; padding-bottom:1rem; margin:0;}	
.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:#8e8e90;}
.ar_article ul li,
.ar_article ol li{ padding-bottom:0 !important; margin-bottom:0 !important;}
.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;}

/*内页banner*/

.bn-box {width: 100%;overflow: hidden;position: relative;z-index:0;}
.ny_banner {width: 2000px;height:490px;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:490px; vertical-align:middle; display:table-cell; margin:0 auto;}
.ny_banner h5{ font-size:30px; color:#fff; }
.ny_banner span{ font-size:14px; color:#fff; text-transform:uppercase; display:block; margin-top:15px; margin-bottom:18px;}
.ny_banner .box i{ display:block; width:25px; height:3px; background:#ac31c1e;  }

#n_nav{ text-align:center; border-bottom:1px solid #e3e2e2; margin-bottom:66px;}
#n_nav ul{ display:inline-block;}
#n_nav ul li{ min-width:150px; display:inline-block; position:relative;}
#n_nav ul li:before{ content:""; display:block; position:absolute; width:150px; height:3px; background:#ac31c1e; left:0px; bottom:0; transition:.5s; transform:scaleX(0);}
#n_nav ul li a{ display: block; height:88px; padding:25px 0; line-height:38px; font-size:16px; color:#707070;}
#n_nav ul li.on a,#n_nav ul li:hover a{ color:#404041; font-weight:bold;}
#n_nav ul li.on:before,#n_nav ul li:hover:before{ transform:scaleX(1);}

.n_titie{ text-align:center; margin-bottom:60px;}
.n_titie p{ font-size:32px; color:#404041; font-weight:bold; font-family:arial; text-transform:uppercase;}
.n_titie h3{ font-size:18px; color: #404041; margin-top:6px;}

#n_buju{ text-align:center;background:url(../images/n_buju_bg.png) 0 240px repeat-x; }
.n_buju_slide{ width:900px; margin:0 auto; position:relative;}
.n_buju_slide li{ width:900px;}
.n_buju_slide li .img{ width:100%; height:100%; border:5px solid #fff;}
#n_buju .slick-arrow{ z-index:99; position:absolute; top:203px; transform:translate(0,0);background-color: rgba(0,0,0,.4); background-repeat:no-repeat; background-position:center; display:block;width: 35px;height: 75px; transition:.3s;}
#n_buju .slick-prev{background-image:url(../images/n_buju_left.png); left:-200px;}
#n_buju .slick-next{background-image:url(../images/n_buju_right.png); right:-200px; left:auto;}
#n_buju .slick-arrow:hover{background-color: rgba(0,0,0,.5); }
#n_buju .con{ padding:70px 78px; font-size:13px; color:#5a5959; line-height:30px;}
#n_buju .con p{font-size:13px; color:#5a5959; line-height:30px;}
#n_buju .tt{ font-size:30px; color:#353639; margin-bottom:50px;}


#n_case{ overflow:hidden; margin-bottom:60px;}
#n_case ul{ margin:0 -10px;}
#n_case ul li{ width:320px;  float: left; margin:10px;}
#n_case ul li a{ display:block; width:320px; margin:0 auto;}
#n_case ul li .img{ width:320px;border:1px solid #e5e5e5; border-bottom:0px; }
#n_case ul li .img img{ transition:1s;}
#n_case ul li:hover .img img{ transform:scale(1.1);}
#n_case ul li .txt{ background:#fff; padding:20px; position:relative; border:1px solid #e5e5e5;}
#n_case ul li .txt:before{ content:""; display:block; width:8px; height:156px; background:#dedede; position:absolute; bottom:0; right:0;}
#n_case ul li .txt:after{ content:""; display:block; width:8px; height:0; background:#d13b00; position:absolute; bottom:0; right:0; transition:.7s;}
#n_case ul li:hover .txt:after{ height:156px;}
#n_case ul li .txt h5{ font-size:24px; color:#3d3d3d; height:48px; position:relative; margin-bottom:19px; float:left;}
#n_case ul li .txt h5:before{ content:""; display:block; width:20px; height:3px; background:#d13b00; position:absolute; bottom:0; left:0;}
#n_case ul li .txt span{ width:28px; height:28px; display:block; background:url(../images/s_case_more.png) center no-repeat; float:right;}
#n_case ul li .txt p{ font-size:12px; color:#949494; line-height:20px; height:40px; overflow:hidden; clear:both;}

 /*==============分页=====================*/
.j_pages { text-align: center; margin-bottom:78px; }
.j_pages .box{display: inline-block;  font-size:0;}
.j_pages a{ height:35px; padding:0 12px; min-width:35px; line-height:35px; text-align:center; display:inline-block; border-radius:3px; border:1px solid #d1d2d2; margin:0 4px; color:#66635f; font-size:14px; font-family:arial; overflow:hidden; float:left; transition:.3s; }
.j_pages .on{ background:#ac31c1e; border:1px solid #ac31c1e; color:#fff !important;}
.j_pages a:hover{ background:#ac31c1e; border:1px solid #ac31c1e; color:#fff !important;}
.j_pages a.m_bnt{ padding:0 20px; font-family:Microsoft Yahei; margin:0 15px;}
.j_pages a.u_bnt{ transition: all 1s;-moz-transition: all 1s; /* Firefox 4 */-webkit-transition: all 1s; /* Safari 和 Chrome */
-o-transition: all 1s; /* Opera */}

#n_zhaopin{ overflow:hidden; margin-bottom:20px; padding-top:15px; margin-top:-15px;}
#n_zhaopin ul{ margin:0 -17px;}
#n_zhaopin ul li{width:430px; height:230px; margin:0 17px;margin-bottom:47px; float:left; }
#n_zhaopin ul li .box{ width:100%; height:100%; text-align:center; background:#f0f2f6; border:2px solid #f0f2f6; color:#323339; font-size:18px; font-weight:100; padding-top:30px; cursor:pointer;}
#n_zhaopin ul li .box>font{ display:block; width:88px; height:88px; margin:0 auto; background:url(../images/n_zhaopin_ico.png) center no-repeat;}
#n_zhaopin ul li .box>i{ width:20px; height:2px; background:#f38a14; display:inline-block; }
#n_zhaopin ul li .box>h5{ font-size:18px; color:#343434; text-align:center; margin-bottom:5px; margin-top:10px;}
#n_zhaopin ul li .box>p{ font-size:14px; color:#adadad; text-transform:uppercase; font-family:arial; margin:0 auto; margin-top:10px; margin-bottom:28px; display:block;}
#n_zhaopin ul li .box>p span+span{ margin-left:15px;}
#n_zhaopin ul li:hover .box{ background:#fff; border:2px solid #ac31c1e; box-shadow:0 3px 20px 0 rgba(0,0,0,.1);}



.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:999999; pointer-events: none; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; overflow: auto; padding:100px;}
.tc.act{ filter:alpha(opacity=100);   -moz-opacity:1;   -khtml-opacity: 1;   opacity: 1;  display: block;  pointer-events: auto;}
.tc-box{
   margin:0 auto; 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;  -webkit-animation-name: anim-close-2; animation-name: anim-close-2;}
.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:22px; right: -50px; top: -50px; z-index:999; width:40px; height:40px; background:url(../images/close.png) center no-repeat;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: fixed; top: 0; left: 0; width: 100%; z-index: 0;}
.tc_txt{ height:470px; overflow-y:auto; padding-right:30px;}


#n_zhaopin .tc_zhaopin{ width:885px; min-height:420px; padding:70px; padding-bottom:0; border-radius:6px; background:url(../images/tc_bg.png) center bottom no-repeat #fff; text-align:left;}
#n_zhaopin .tc_zhaopin .tt{ font-size:24px; color:#2e2e2e; font-weight:bold; height:56px; margin-bottom:30px; border-bottom:1px solid #e2e5e7; position:relative;}
#n_zhaopin .tc_zhaopin .tt i{ display:block; width:40px; height:3px; background:#ac31c1e; margin-top:20px; position:absolute; bottom:0; left:0;}
#n_zhaopin .tc_zhaopin p{ font-size:14px; color:#7a7a7a; line-height:24px;}
#n_zhaopin .tc_zhaopin .bot{ height:55px; line-height:55px; background:#ac31c1e; text-align:center; color:#fff; font-size:14px; margin:0 -70px; margin-top:50px; border-radius:0 0 5px 5px;}
#n_zhaopin .tc_zhaopin .tt p{ float:right; font-weight: normal; font-size:14px; color:#7a7a7a;}
#n_xiangmu{ }
.n_xiangmu_slide{  margin:0 auto; position:relative; margin-bottom:90px;}
.n_xiangmu_slide li{ }
.n_xiangmu_slide li .img{ width:440px; height:246px; margin:10px;}
#n_xiangmu .slick-arrow{ z-index:99; position:absolute; top:103px; transform:translate(0,0); background-repeat:no-repeat; background-position:center; display:block;width: 40px;height: 40px; transition:.3s;}
#n_xiangmu .slick-prev{background-image:url(../images/n_xiangmu_left.png); left:-100px;}
#n_xiangmu .slick-next{background-image:url(../images/n_xiangmu_right.png); right:-100px; left:auto;}
#n_xiangmu .slick-arrow:hover{  }
#n_xiangmu .con{ padding:75px; background:#f4f5f9;}
#n_xiangmu .con .tt{ font-size:30px; color:#3d3d3d; height:65px; position:relative; margin-bottom:40px;}
#n_xiangmu .con .tt:after{ content:""; display:block; width:20px; height:3px; background:#ac31c1e; position:absolute; left:0; bottom:0;}

#n_team{ overflow:hidden; margin-bottom:25px;}
#n_team ul{ margin:0 -17px;}
#n_team ul li{ width:430px; height:390px; float:left; background:#f0f2f6; border:2px solid #f0f2f6; margin:0 17px;  margin-top:90px; margin-bottom:47px;}
#n_team ul li .img{ width:165px; height:165px; margin:0 auto; margin-top:-90px; border:5px solid #fff; border-radius:50%; margin-bottom:45px;}
#n_team ul li .img img{}
#n_team ul li .txt{}
#n_team ul li .txt .tt{ text-align:center; font-size:26px; color:#404041; margin-bottom:20px;}
#n_team ul li .txt .tt span{ font-size:16px; color:#404041; display:inline-block; margin-left:10px;}
#n_team ul li .con{ font-size:14px; color:#828286; line-height:26px; margin:0 28px; height:208px; overflow:auto; text-align:justify;}
#n_team ul li .con p{ font-size:14px; color:#828286; line-height:26px;}
#n_team ul li:hover{ background:#fff; border:2px solid #ac31c1e; box-shadow:0 8px 25px 0 rgba(0,0,0,.2);}
#n_team ul li .con::-webkit-scrollbar {width:2px;height: 8px;background-color: #eee; border:0; box-shadow:0; border-radius:0; display:none;}
#n_team ul li .con::-webkit-scrollbar-track { background-color: #e2e2e2; opacity:.5}
#n_team ul li .con::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #999; opacity:.5}

#n_huodong{ overflow:hidden; padding-top:20px; margin-top:-20px;}
#n_huodong ul{ margin-right:-45px;}
#n_huodong ul li{ width:410px; height:400px; background:#f6f7f7; padding:30px 38px 38px; overflow:hidden; margin-right:45px; margin-bottom:75px; float:left;}
#n_huodong ul li .tt{ height:105px; border-bottom:1px solid #e3e5e8; margin-bottom:20px;}
#n_huodong ul li .time{ font-size:28px; color:#4e4b49; font-family:arial; margin-bottom:8px; display:block;}
#n_huodong ul li h5{ font-size:16px; color:#444444; line-height:26px; height:52px; overflow:hidden; white-space:normal;}
#n_huodong ul li .con{ overflow:hidden; height:210px;}
#n_huodong ul li .img{ width:330px; height:195px; transition:.5s; opacity:1; margin-top:0;}
#n_huodong ul li .img img{ width:330px; height:195px;}
#n_huodong ul li p{ font-size:13px; color:#7a7a7a; line-height:23px; height:69px; margin-top:18px; }
#n_huodong ul li .btn{ display:block; width:51px; height:51px; border-radius:50%; background:url(../images/n_more.png) center no-repeat; margin:0 auto; margin-top:35px; transition:1.5s; }
#n_huodong ul li:hover{ background:#fff; box-shadow:0 5px 30px 0 rgba(0,0,0,.3); }
#n_huodong ul li:hover .img{ margin-top:-195px;}
#n_huodong ul li:hover .btn{ transform:rotate(360deg);}

#n_huodong_xq{ overflow:hidden;}
.left_xq{ width:870px; float:left;}
.ar_title{ height:89px; border-bottom:3px double #e3e5e8; margin-bottom:36px;}
.ar_title h3{ font-size:24px; color:#444444; font-weight:bold; margin-bottom:20px;}
.ar_title span{ font-size:14px; color:#4e4b49; font-family:arial;}

.ar_fot{ background:url(../images/ar_fot.png) center top no-repeat; padding-top:38px; padding-bottom:70px;}
.ar_fot h5{ line-height:36px;}
.ar_fot h5 a{ font-size:14px; color:#9f9f9f; transition:.3s;}
.ar_fot h5 a:hover{ color:#333;}

.right_list{ width:409px; float:right; background:#f6f7f7; padding:40px; margin-bottom:70px;}
.right_list .tuijian{ width:330px; overflow:hidden; margin-right:45px; }
.right_list .tuijian .tt{ height:105px; margin-bottom:5px;}
.right_list .tuijian .time{ font-size:28px; color:#4e4b49; font-family:arial; margin-bottom:8px; display:block;}
.right_list .tuijian h5{ font-size:16px; color:#444444; line-height:26px; height:52px; overflow:hidden; white-space:normal;}
.right_list .tuijian .img{ width:330px; height:195px; transition:.5s; opacity:1; }
.right_list .tuijian .img img{ width:330px; height:195px; transition:1s; }
.right_list .tuijian:hover .img img{ transform:scale(1.1); }

.right_list ul{ margin-top:30px;}
.right_list ul li{ height:90px; border-bottom:1px dotted #7a7a7a;}
.right_list ul li a{ display:block; padding:22px 0;}
.right_list ul li h5{ font-size:14px; color:#444; margin-bottom:15px;}
.right_list ul li:hover h5{ font-weight:bold;}
.right_list ul li h5 i{ font-size:12px; color:#777;}
.right_list ul li span{ font-size:14px; color:#767779; font-family:arial;}
.btn_r_goback{ display:block; width:180px; height:40px; line-height:40px; text-align:center; margin:0 auto; background:#656565; color:#fff; border-radius:3px; margin-top:30px; font-size:14px; position:relative; z-index:0;}
.btn_r_goback:before{ content:""; display:block; width:0; height:100%; position: absolute; right:0; top:0; background:#716f6e; z-index:-1; border-radius:3px; transition:.5s;}
.btn_r_goback:hover:before{ width:100%; left:0; right:auto; }

#n_lianxi{}
#n_lianxi .img{ width:820px; float:left;}
#n_lianxi .img img{}
#n_lianxi .txt{ width:480px; float:right; padding-top:87px;}
#n_lianxi .txt .tt{ margin-bottom:50px;}
#n_lianxi .txt .tt h5{ font-size:30px; color:#3d3d3d; margin-bottom:10px;}
#n_lianxi .txt .tt .p{ font-size:14px; color:#777; font-family:arial; margin-bottom:20px;}
#n_lianxi .txt .tt i{ display:block; width:20px; height:3px; background:#ac31c1e;}
#n_lianxi .txt ul{}
#n_lianxi .txt ul li{ font-size:14px; color:#898989; line-height:24px;}
#n_lianxi .txt p{ font-size:16px; color:#898989; line-height:32px;}

#n_jianjie{ padding-bottom:80px;}

.shipin_box{ background:#f1f3f6; padding:80px 0;}

/*视频详情*/
#my-video{ margin:20px auto; box-sizing: content-box;}
#my-video .vjs-big-play-button {height:83px;width: 83px; background:url(../images/s_play.png) center no-repeat;position: absolute;top: 50%;left: 50%; margin-left:-42px; margin-top:-42px;padding: 0;cursor: pointer;opacity: 1;border-radius: 100%;transition: all .4s; border:0;}
.vjs-big-play-button span.vjs-icon-placeholder:before{ content:none !important;}
#my-video .vjs-big-play-button:focus,#my-video:hover .vjs-big-play-button {border-color: #fff;background-color: transparent;transition: all 0s;}

.shipin_slide{ position:relative; margin:0 -30px;}
.shipin_slide li{ width:680px; text-align:center; font-size:16px; color:#444;}
.shipin_slide .slick-arrow{ z-index:99; position:absolute; top:169px; transform:translate(0,0); background-repeat:no-repeat; background-position:center;background-color: rgba(0,0,0,.4); display:block;width: 40px;height: 90px; transition:.3s;}
.shipin_slide .slick-prev{background-image:url(../images/s_case_left.png); left:30px;}
.shipin_slide .slick-next{background-image:url(../images/s_case_right.png); right:30px; left:auto;}
.shipin_slide .slick-arrow:hover{ background-color: rgba(0,0,0,.5); }


#n_licheng{ overflow:hidden; padding-bottom:120px; background:url(../images/licheng_bg.jpg) center bottom no-repeat;}
#n_licheng ul{ position:relative; overflow:hidden; padding:50px 0 20px;}
#n_licheng ul:after{ content:""; display:block; width:18px; height:18px; background:url(../images/licheng_ul_yuan.png) center top no-repeat; margin:0 auto; position:absolute; top:0; left:50%; margin-left:-9px;}
#n_licheng ul:before{ content:""; display:block; width:1px; height:100%; background:#eaeaea; position:absolute; left:50%; top:18px; bottom:0;}
#n_licheng ul li{ width:50%; float:left; position:relative; margin-bottom:77px;}
#n_licheng ul li .time{ font-size:16px; color:#2f2f2f; position:absolute; right:0; text-align:left; top:76px;}
#n_licheng ul li.li_2 .time{ left:0;}
#n_licheng ul li .time b{ font-size:30px; color:#2f2f2f; font-weight:bold; font-family:arial;}
#n_licheng ul li.li_1 .time i{ margin-left:23px; float:right; position:relative; top:10px;}
#n_licheng ul li.li_1 .time i:after{ content:""; width:57px; height:2px; background:#eaeaea; display:inline-block; position:relative; top:-7px; transition:.3s;}
#n_licheng ul li.li_1:hover .time i:after{ width:91px;}
#n_licheng ul li.li_1 .time i:before{ content:""; display:inline-block; width:16px; height:16px; border:2px solid #bfbfbf; border-radius:50%; transition:.3s;}
#n_licheng ul li.li_1:hover .time i:before{ border:2px solid #ac31c1e;}
#n_licheng ul li.li_2{ text-align:right;}
#n_licheng ul li.li_2 .time i{ margin-right:23px; float:left; position:relative; top:10px;}
#n_licheng ul li.li_2 .time i:before{ content:""; width:57px; height:2px; background:#eaeaea; display:inline-block; position:relative; top:-7px; transition:.3s;}
#n_licheng ul li.li_2:hover .time i:before{ width:91px;}
#n_licheng ul li.li_2 .time i:after{ content:""; display:inline-block; width:16px; height:16px; border:2px solid #bfbfbf; border-radius:50%; transition:.3s;}
#n_licheng ul li.li_2:hover .time i:after{ border:2px solid #ac31c1e;}
#n_licheng ul li .con{ width:576px; font-size:14px; color:#7a7c81; line-height:24px; margin-top:40px; display:inline-block; text-align:left;}

.btn_end{ display:block; width:230px; height:50px; line-height:50px; text-align:center; color:#fff; background:#615b59; margin:0 auto; position:relative; z-index:0;}
.btn_end:after{ content:""; display:block; width:100%; height:100%; background:rgba(97, 91, 89,.2); position:absolute; left:0; top:0; transform:rotate(7deg); z-index:-1;}

#n_search{ padding-top:40px;}

.lyh{margin:0px auto}
.lyh li{ float:left; line-height:20px; font-size:12px; color:#666; margin-top:15px; width:25%; text-align:center; }
.lyh img{ border:1px solid #CCCCCC; padding:5px;}
.lyhti{height:40px; text-align:center; line-height:40px; }

.neititle{font-size:18px; font-weight:bold; line-height:50px;text-align:center;}
.neisj{ line-height:30px; text-align:center;}
.neimiao{ padding:5px; border-bottom:2px solid #CCCCCC; font-size:14px; font-weight:bold;line-height:30px;}
.neitext{ line-height:25px;}

/*--通用样式----*/
.sec_right_con_news_list li{ border-bottom:#ccc 1px dotted; background:url(../images/dian.jpg) no-repeat 10px center; text-indent:24px; line-height:50px; }
.sec_right_con_news_list li span{ float:right;}
.sou{ background:none; border:0px; color:#FFFFFF; }
.anlia ul  li { float:left; width:20%; margin-bottom:20px;}
.anlia ul  li img{ max-width:98%;}